Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Add deployment key for k8s resource. (#1148)
Browse files Browse the repository at this point in the history
  • Loading branch information
rghetia committed Jun 19, 2019
1 parent f6172e4 commit df42942
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions resource/resourcekeys/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ const (
// does not have cluster names as an internal concept so this may be
// set to any meaningful value within the environment. For example,
// GKE clusters have a name which can be used for this label.
K8SKeyClusterName = "k8s.cluster.name"
K8SKeyNamespaceName = "k8s.namespace.name"
K8SKeyPodName = "k8s.pod.name"
K8SKeyClusterName = "k8s.cluster.name"
K8SKeyNamespaceName = "k8s.namespace.name"
K8SKeyPodName = "k8s.pod.name"
K8SKeyDeploymentName = "k8s.deployment.name"
)

// Constants for Container resources.
Expand Down

0 comments on commit df42942

Please sign in to comment.