mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 05:57:25 +00:00
Remove deprecated const from apps/v1beta2 and apps/v1
This commit is contained in:
parent
fd48a4a895
commit
ad9f9c277f
@ -180,12 +180,6 @@ type DaemonSet struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// DEPRECATED: DefaultDaemonSetUniqueLabelKey is used instead.
|
|
||||||
// DaemonSetTemplateGenerationKey is the key of the labels that is added
|
|
||||||
// to daemon set pods to distinguish between old and new pod templates
|
|
||||||
// during DaemonSet template update.
|
|
||||||
DaemonSetTemplateGenerationKey string = "pod-template-generation"
|
|
||||||
|
|
||||||
// DefaultDaemonSetUniqueLabelKey is the default label key that is added
|
// DefaultDaemonSetUniqueLabelKey is the default label key that is added
|
||||||
// to existing DaemonSet pods to distinguish between old and new
|
// to existing DaemonSet pods to distinguish between old and new
|
||||||
// DaemonSet pods during DaemonSet template updates.
|
// DaemonSet pods during DaemonSet template updates.
|
||||||
|
@ -629,12 +629,6 @@ type DaemonSet struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// DEPRECATED: DefaultDaemonSetUniqueLabelKey is used instead.
|
|
||||||
// DaemonSetTemplateGenerationKey is the key of the labels that is added
|
|
||||||
// to daemon set pods to distinguish between old and new pod templates
|
|
||||||
// during DaemonSet template update.
|
|
||||||
DaemonSetTemplateGenerationKey string = "pod-template-generation"
|
|
||||||
|
|
||||||
// DefaultDaemonSetUniqueLabelKey is the default label key that is added
|
// DefaultDaemonSetUniqueLabelKey is the default label key that is added
|
||||||
// to existing DaemonSet pods to distinguish between old and new
|
// to existing DaemonSet pods to distinguish between old and new
|
||||||
// DaemonSet pods during DaemonSet template updates.
|
// DaemonSet pods during DaemonSet template updates.
|
||||||
|
Loading…
Reference in New Issue
Block a user