Skip to content
This repository has been archived by the owner on Aug 19, 2019. It is now read-only.

Remove pod startTime, as it is causing exceptions and is not used. #81

Merged
merged 3 commits into from
Mar 15, 2018

Conversation

bmoyles0117
Copy link
Contributor

No description provided.

Copy link
Contributor

@supriyagarg supriyagarg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -206,8 +206,6 @@ MetadataUpdater::ResourceMetadata KubernetesReader::GetPodMetadata(
Timestamp created_at = time::rfc3339::FromString(created_str);

const json::Object* status = pod->Get<json::Object>("status");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this is now unused as well, right?

@@ -509,8 +507,6 @@ std::vector<MetadataUpdater::ResourceMetadata>
<< " not the same as agent node " << node_name;
}

const json::Object* status = pod->Get<json::Object>("status");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like the wrong one... Does the code still build?

Copy link
Member

@igorpeshansky igorpeshansky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM :shipit:

@bmoyles0117 bmoyles0117 merged commit a4a6404 into master Mar 15, 2018
@bmoyles0117 bmoyles0117 deleted the bmoyles0117-remove-pod-start-time branch March 15, 2018 18:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants