123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217 |
- package v1beta1
- import (
- schema "k8s.io/apimachinery/pkg/runtime/schema"
- )
- func (in *ControllerRevision) APILifecycleIntroduced() (major, minor int) {
- return 1, 7
- }
- func (in *ControllerRevision) APILifecycleDeprecated() (major, minor int) {
- return 1, 8
- }
- func (in *ControllerRevision) APILifecycleReplacement() schema.GroupVersionKind {
- return schema.GroupVersionKind{Group: "apps", Version: "v1", Kind: "ControllerRevision"}
- }
- func (in *ControllerRevision) APILifecycleRemoved() (major, minor int) {
- return 1, 16
- }
- func (in *ControllerRevisionList) APILifecycleIntroduced() (major, minor int) {
- return 1, 7
- }
- func (in *ControllerRevisionList) APILifecycleDeprecated() (major, minor int) {
- return 1, 8
- }
- func (in *ControllerRevisionList) APILifecycleReplacement() schema.GroupVersionKind {
- return schema.GroupVersionKind{Group: "apps", Version: "v1", Kind: "ControllerRevisionList"}
- }
- func (in *ControllerRevisionList) APILifecycleRemoved() (major, minor int) {
- return 1, 16
- }
- func (in *Deployment) APILifecycleIntroduced() (major, minor int) {
- return 1, 6
- }
- func (in *Deployment) APILifecycleDeprecated() (major, minor int) {
- return 1, 8
- }
- func (in *Deployment) APILifecycleReplacement() schema.GroupVersionKind {
- return schema.GroupVersionKind{Group: "apps", Version: "v1", Kind: "Deployment"}
- }
- func (in *Deployment) APILifecycleRemoved() (major, minor int) {
- return 1, 16
- }
- func (in *DeploymentList) APILifecycleIntroduced() (major, minor int) {
- return 1, 6
- }
- func (in *DeploymentList) APILifecycleDeprecated() (major, minor int) {
- return 1, 8
- }
- func (in *DeploymentList) APILifecycleReplacement() schema.GroupVersionKind {
- return schema.GroupVersionKind{Group: "apps", Version: "v1", Kind: "DeploymentList"}
- }
- func (in *DeploymentList) APILifecycleRemoved() (major, minor int) {
- return 1, 16
- }
- func (in *DeploymentRollback) APILifecycleIntroduced() (major, minor int) {
- return 1, 6
- }
- func (in *DeploymentRollback) APILifecycleDeprecated() (major, minor int) {
- return 1, 8
- }
- func (in *DeploymentRollback) APILifecycleReplacement() schema.GroupVersionKind {
- return schema.GroupVersionKind{Group: "apps", Version: "v1", Kind: "DeploymentRollback"}
- }
- func (in *DeploymentRollback) APILifecycleRemoved() (major, minor int) {
- return 1, 16
- }
- func (in *Scale) APILifecycleIntroduced() (major, minor int) {
- return 1, 6
- }
- func (in *Scale) APILifecycleDeprecated() (major, minor int) {
- return 1, 8
- }
- func (in *Scale) APILifecycleReplacement() schema.GroupVersionKind {
- return schema.GroupVersionKind{Group: "autoscaling", Version: "v1", Kind: "Scale"}
- }
- func (in *Scale) APILifecycleRemoved() (major, minor int) {
- return 1, 16
- }
- func (in *StatefulSet) APILifecycleIntroduced() (major, minor int) {
- return 1, 5
- }
- func (in *StatefulSet) APILifecycleDeprecated() (major, minor int) {
- return 1, 8
- }
- func (in *StatefulSet) APILifecycleReplacement() schema.GroupVersionKind {
- return schema.GroupVersionKind{Group: "apps", Version: "v1", Kind: "StatefulSet"}
- }
- func (in *StatefulSet) APILifecycleRemoved() (major, minor int) {
- return 1, 16
- }
- func (in *StatefulSetList) APILifecycleIntroduced() (major, minor int) {
- return 1, 5
- }
- func (in *StatefulSetList) APILifecycleDeprecated() (major, minor int) {
- return 1, 8
- }
- func (in *StatefulSetList) APILifecycleReplacement() schema.GroupVersionKind {
- return schema.GroupVersionKind{Group: "apps", Version: "v1", Kind: "StatefulSetList"}
- }
- func (in *StatefulSetList) APILifecycleRemoved() (major, minor int) {
- return 1, 16
- }
|