Skip to content
This repository was 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
bmoyles0117 merged 3 commits intomasterfrom
bmoyles0117-remove-pod-start-time
Mar 15, 2018
Merged

Remove pod startTime, as it is causing exceptions and is not used.#81
bmoyles0117 merged 3 commits intomasterfrom
bmoyles0117-remove-pod-start-time

Conversation

@bmoyles0117
Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown
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

Comment thread src/kubernetes.cc Outdated
@@ -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
Copy Markdown
Contributor

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?

Comment thread src/kubernetes.cc
<< " not the same as agent node " << node_name;
}

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

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
Copy Markdown
Contributor

@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