-
Notifications
You must be signed in to change notification settings - Fork 712
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deployment and Replica Set views #1436
Conversation
84067e0
to
0341c6a
Compare
) | ||
|
||
// Meta represents a metadata information about a Kubernetes object | ||
type Meta interface { |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
I think we should either include a replication controller view, or include replication controllers in replica sets. People still have replication controllers. Like us. |
|
||
// These constants are keys used in node metadata | ||
const ( | ||
DeploymentID = "kubernetes_deployment_id" |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
Looks good so far! I'll work on controls for this tomorrow. |
0341c6a
to
ff8ac03
Compare
|
GKE ftw On Fri, May 6, 2016 at 10:37 AM, Paul Bellamy notifications@github.com
|
ce22676
to
16f5439
Compare
@paulbellamy I just deployed this on GKE. It looks really good. |
} | ||
|
||
// MetaNode gets the node metadata | ||
func MetaNode(m Meta, id string) report.Node { |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
Other than the nit, LGTM |
16f5439
to
94ddc30
Compare
94ddc30
to
d0633d0
Compare
Fixes #1372