@@ -77,6 +77,7 @@ type Scale struct {
77
77
// +k8s:prerelease-lifecycle-gen:introduced=1.1
78
78
// +k8s:prerelease-lifecycle-gen:deprecated=1.8
79
79
// +k8s:prerelease-lifecycle-gen:removed=1.18
80
+ // +k8s:prerelease-lifecycle-gen:replacement=apps,v1,Deployment
80
81
81
82
// DEPRECATED - This group version of Deployment is deprecated by apps/v1beta2/Deployment. See the release notes for
82
83
// more information.
@@ -313,6 +314,7 @@ type DeploymentCondition struct {
313
314
// +k8s:prerelease-lifecycle-gen:introduced=1.1
314
315
// +k8s:prerelease-lifecycle-gen:deprecated=1.8
315
316
// +k8s:prerelease-lifecycle-gen:removed=1.18
317
+ // +k8s:prerelease-lifecycle-gen:replacement=apps,v1,DeploymentList
316
318
317
319
// DeploymentList is a list of Deployments.
318
320
type DeploymentList struct {
@@ -490,6 +492,7 @@ type DaemonSetCondition struct {
490
492
// +k8s:prerelease-lifecycle-gen:introduced=1.1
491
493
// +k8s:prerelease-lifecycle-gen:deprecated=1.8
492
494
// +k8s:prerelease-lifecycle-gen:removed=1.18
495
+ // +k8s:prerelease-lifecycle-gen:replacement=apps,v1,DaemonSet
493
496
494
497
// DEPRECATED - This group version of DaemonSet is deprecated by apps/v1beta2/DaemonSet. See the release notes for
495
498
// more information.
@@ -532,6 +535,7 @@ const (
532
535
// +k8s:prerelease-lifecycle-gen:introduced=1.1
533
536
// +k8s:prerelease-lifecycle-gen:deprecated=1.8
534
537
// +k8s:prerelease-lifecycle-gen:removed=1.18
538
+ // +k8s:prerelease-lifecycle-gen:replacement=apps,v1,DaemonSetList
535
539
536
540
// DaemonSetList is a collection of daemon sets.
537
541
type DaemonSetList struct {
@@ -550,6 +554,7 @@ type DaemonSetList struct {
550
554
// +k8s:prerelease-lifecycle-gen:introduced=1.1
551
555
// +k8s:prerelease-lifecycle-gen:deprecated=1.14
552
556
// +k8s:prerelease-lifecycle-gen:removed=1.22
557
+ // +k8s:prerelease-lifecycle-gen:replacement=networking.k8s.io,v1beta1,Ingress
553
558
554
559
// Ingress is a collection of rules that allow inbound connections to reach the
555
560
// endpoints defined by a backend. An Ingress can be configured to give services
@@ -578,6 +583,7 @@ type Ingress struct {
578
583
// +k8s:prerelease-lifecycle-gen:introduced=1.1
579
584
// +k8s:prerelease-lifecycle-gen:deprecated=1.14
580
585
// +k8s:prerelease-lifecycle-gen:removed=1.22
586
+ // +k8s:prerelease-lifecycle-gen:replacement=networking.k8s.io,v1beta1,IngressList
581
587
582
588
// IngressList is a collection of Ingress.
583
589
type IngressList struct {
@@ -803,6 +809,7 @@ type IngressBackend struct {
803
809
// +k8s:prerelease-lifecycle-gen:introduced=1.2
804
810
// +k8s:prerelease-lifecycle-gen:deprecated=1.8
805
811
// +k8s:prerelease-lifecycle-gen:removed=1.18
812
+ // +k8s:prerelease-lifecycle-gen:replacement=apps,v1,ReplicaSet
806
813
807
814
// DEPRECATED - This group version of ReplicaSet is deprecated by apps/v1beta2/ReplicaSet. See the release notes for
808
815
// more information.
@@ -834,6 +841,7 @@ type ReplicaSet struct {
834
841
// +k8s:prerelease-lifecycle-gen:introduced=1.2
835
842
// +k8s:prerelease-lifecycle-gen:deprecated=1.8
836
843
// +k8s:prerelease-lifecycle-gen:removed=1.18
844
+ // +k8s:prerelease-lifecycle-gen:replacement=apps,v1,ReplicaSetList
837
845
838
846
// ReplicaSetList is a collection of ReplicaSets.
839
847
type ReplicaSetList struct {
@@ -939,6 +947,7 @@ type ReplicaSetCondition struct {
939
947
// +k8s:prerelease-lifecycle-gen:introduced=1.2
940
948
// +k8s:prerelease-lifecycle-gen:deprecated=1.11
941
949
// +k8s:prerelease-lifecycle-gen:removed=1.18
950
+ // +k8s:prerelease-lifecycle-gen:replacement=policy,v1beta1,PodSecurityPolicy
942
951
943
952
// PodSecurityPolicy governs the ability to make requests that affect the Security Context
944
953
// that will be applied to a pod and container.
@@ -1300,6 +1309,7 @@ const AllowAllRuntimeClassNames = "*"
1300
1309
// +k8s:prerelease-lifecycle-gen:introduced=1.2
1301
1310
// +k8s:prerelease-lifecycle-gen:deprecated=1.11
1302
1311
// +k8s:prerelease-lifecycle-gen:removed=1.18
1312
+ // +k8s:prerelease-lifecycle-gen:replacement=policy,v1beta1,PodSecurityPolicyList
1303
1313
1304
1314
// PodSecurityPolicyList is a list of PodSecurityPolicy objects.
1305
1315
// Deprecated: use PodSecurityPolicyList from policy API Group instead.
@@ -1319,6 +1329,7 @@ type PodSecurityPolicyList struct {
1319
1329
// +k8s:prerelease-lifecycle-gen:introduced=1.3
1320
1330
// +k8s:prerelease-lifecycle-gen:deprecated=1.9
1321
1331
// +k8s:prerelease-lifecycle-gen:removed=1.18
1332
+ // +k8s:prerelease-lifecycle-gen:replacement=networking.k8s.io,v1,NetworkPolicy
1322
1333
1323
1334
// DEPRECATED 1.9 - This group version of NetworkPolicy is deprecated by networking/v1/NetworkPolicy.
1324
1335
// NetworkPolicy describes what network traffic is allowed for a set of Pods
@@ -1492,6 +1503,7 @@ type NetworkPolicyPeer struct {
1492
1503
// +k8s:prerelease-lifecycle-gen:introduced=1.3
1493
1504
// +k8s:prerelease-lifecycle-gen:deprecated=1.9
1494
1505
// +k8s:prerelease-lifecycle-gen:removed=1.18
1506
+ // +k8s:prerelease-lifecycle-gen:replacement=networking.k8s.io,v1,NetworkPolicyList
1495
1507
1496
1508
// DEPRECATED 1.9 - This group version of NetworkPolicyList is deprecated by networking/v1/NetworkPolicyList.
1497
1509
// Network Policy List is a list of NetworkPolicy objects.
0 commit comments