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 @@ -6,7 +6,6 @@ pkg/apis/admission
6
6
pkg/apis/admissionregistration/v1
7
7
pkg/apis/admissionregistration/v1beta1
8
8
pkg/apis/admissionregistration/validation
9
- pkg/apis/apps
10
9
pkg/apis/apps/v1
11
10
pkg/apis/apps/v1beta1
12
11
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