123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289 |
- package v1beta2
- import (
- schema "k8s.io/apimachinery/pkg/runtime/schema"
- )
- func (in *ControllerRevision) APILifecycleIntroduced() (major, minor int) {
- return 1, 8
- }
- func (in *ControllerRevision) APILifecycleDeprecated() (major, minor int) {
- return 1, 9
- }
- 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, 8
- }
- func (in *ControllerRevisionList) APILifecycleDeprecated() (major, minor int) {
- return 1, 9
- }
- 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 *DaemonSet) APILifecycleIntroduced() (major, minor int) {
- return 1, 8
- }
- func (in *DaemonSet) APILifecycleDeprecated() (major, minor int) {
- return 1, 9
- }
- func (in *DaemonSet) APILifecycleReplacement() schema.GroupVersionKind {
- return schema.GroupVersionKind{Group: "apps", Version: "v1", Kind: "DaemonSet"}
- }
- func (in *DaemonSet) APILifecycleRemoved() (major, minor int) {
- return 1, 16
- }
- func (in *DaemonSetList) APILifecycleIntroduced() (major, minor int) {
- return 1, 8
- }
- func (in *DaemonSetList) APILifecycleDeprecated() (major, minor int) {
- return 1, 9
- }
- func (in *DaemonSetList) APILifecycleReplacement() schema.GroupVersionKind {
- return schema.GroupVersionKind{Group: "apps", Version: "v1", Kind: "DaemonSetList"}
- }
- func (in *DaemonSetList) APILifecycleRemoved() (major, minor int) {
- return 1, 16
- }
- func (in *Deployment) APILifecycleIntroduced() (major, minor int) {
- return 1, 8
- }
- func (in *Deployment) APILifecycleDeprecated() (major, minor int) {
- return 1, 9
- }
- 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, 8
- }
- func (in *DeploymentList) APILifecycleDeprecated() (major, minor int) {
- return 1, 9
- }
- 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 *ReplicaSet) APILifecycleIntroduced() (major, minor int) {
- return 1, 8
- }
- func (in *ReplicaSet) APILifecycleDeprecated() (major, minor int) {
- return 1, 9
- }
- func (in *ReplicaSet) APILifecycleReplacement() schema.GroupVersionKind {
- return schema.GroupVersionKind{Group: "apps", Version: "v1", Kind: "ReplicaSet"}
- }
- func (in *ReplicaSet) APILifecycleRemoved() (major, minor int) {
- return 1, 16
- }
- func (in *ReplicaSetList) APILifecycleIntroduced() (major, minor int) {
- return 1, 8
- }
- func (in *ReplicaSetList) APILifecycleDeprecated() (major, minor int) {
- return 1, 9
- }
- func (in *ReplicaSetList) APILifecycleReplacement() schema.GroupVersionKind {
- return schema.GroupVersionKind{Group: "apps", Version: "v1", Kind: "ReplicaSetList"}
- }
- func (in *ReplicaSetList) APILifecycleRemoved() (major, minor int) {
- return 1, 16
- }
- func (in *Scale) APILifecycleIntroduced() (major, minor int) {
- return 1, 8
- }
- func (in *Scale) APILifecycleDeprecated() (major, minor int) {
- return 1, 9
- }
- 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, 8
- }
- func (in *StatefulSet) APILifecycleDeprecated() (major, minor int) {
- return 1, 9
- }
- 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, 8
- }
- func (in *StatefulSetList) APILifecycleDeprecated() (major, minor int) {
- return 1, 9
- }
- 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
- }
|