File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ pkg/apis/admission
9
9
pkg/apis/admissionregistration/v1
10
10
pkg/apis/admissionregistration/v1beta1
11
11
pkg/apis/admissionregistration/validation
12
- pkg/apis/apps
13
12
pkg/apis/apps/v1
14
13
pkg/apis/apps/v1beta1
15
14
pkg/apis/apps/v1beta2
Original file line number Diff line number Diff line change @@ -332,8 +332,8 @@ type DeploymentSpec struct {
332
332
333
333
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
334
334
335
- // DEPRECATED.
336
335
// DeploymentRollback stores the information required to rollback a deployment.
336
+ // DEPRECATED.
337
337
type DeploymentRollback struct {
338
338
metav1.TypeMeta
339
339
// Required: This must match the Name of a deployment.
@@ -679,10 +679,10 @@ type DaemonSet struct {
679
679
}
680
680
681
681
const (
682
- // DEPRECATED: DefaultDaemonSetUniqueLabelKey is used instead.
683
682
// DaemonSetTemplateGenerationKey is the key of the labels that is added
684
683
// to daemon set pods to distinguish between old and new pod templates
685
684
// during DaemonSet template update.
685
+ // DEPRECATED: DefaultDaemonSetUniqueLabelKey is used instead.
686
686
DaemonSetTemplateGenerationKey string = "pod-template-generation"
687
687
)
688
688
You can’t perform that action at this time.
0 commit comments