Remove deprecated const from apps/v1beta2 and apps/v1
This commit is contained in:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user