Documentation ¶
Overview ¶
Package v1beta2 is a generated protocol buffer package.
It is generated from these files:
k8s.io/api/apps/v1beta2/generated.proto
It has these top-level messages:
ControllerRevision ControllerRevisionList DaemonSet DaemonSetCondition DaemonSetList DaemonSetSpec DaemonSetStatus DaemonSetUpdateStrategy Deployment DeploymentCondition DeploymentList DeploymentSpec DeploymentStatus DeploymentStrategy ReplicaSet ReplicaSetCondition ReplicaSetList ReplicaSetSpec ReplicaSetStatus RollingUpdateDaemonSet RollingUpdateDeployment RollingUpdateStatefulSetStrategy Scale ScaleSpec ScaleStatus StatefulSet StatefulSetCondition StatefulSetList StatefulSetSpec StatefulSetStatus StatefulSetUpdateStrategy
Index ¶
- Variables
- type ControllerRevision
- func (*ControllerRevision) Descriptor() ([]byte, []int)
- func (m *ControllerRevision) GetData() *k8s_io_apimachinery_pkg_runtime.RawExtension
- func (m *ControllerRevision) GetMetadata() *k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta
- func (m *ControllerRevision) GetRevision() int64
- func (m *ControllerRevision) Marshal() (dAtA []byte, err error)
- func (m *ControllerRevision) MarshalTo(dAtA []byte) (int, error)
- func (*ControllerRevision) ProtoMessage()
- func (m *ControllerRevision) Reset()
- func (m *ControllerRevision) Size() (n int)
- func (m *ControllerRevision) String() string
- func (m *ControllerRevision) Unmarshal(dAtA []byte) error
- type ControllerRevisionList
- func (*ControllerRevisionList) Descriptor() ([]byte, []int)
- func (m *ControllerRevisionList) GetItems() []*ControllerRevision
- func (m *ControllerRevisionList) GetMetadata() *k8s_io_apimachinery_pkg_apis_meta_v1.ListMeta
- func (m *ControllerRevisionList) Marshal() (dAtA []byte, err error)
- func (m *ControllerRevisionList) MarshalTo(dAtA []byte) (int, error)
- func (*ControllerRevisionList) ProtoMessage()
- func (m *ControllerRevisionList) Reset()
- func (m *ControllerRevisionList) Size() (n int)
- func (m *ControllerRevisionList) String() string
- func (m *ControllerRevisionList) Unmarshal(dAtA []byte) error
- type DaemonSet
- func (*DaemonSet) Descriptor() ([]byte, []int)
- func (m *DaemonSet) GetMetadata() *k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta
- func (m *DaemonSet) GetSpec() *DaemonSetSpec
- func (m *DaemonSet) GetStatus() *DaemonSetStatus
- func (m *DaemonSet) Marshal() (dAtA []byte, err error)
- func (m *DaemonSet) MarshalTo(dAtA []byte) (int, error)
- func (*DaemonSet) ProtoMessage()
- func (m *DaemonSet) Reset()
- func (m *DaemonSet) Size() (n int)
- func (m *DaemonSet) String() string
- func (m *DaemonSet) Unmarshal(dAtA []byte) error
- type DaemonSetCondition
- func (*DaemonSetCondition) Descriptor() ([]byte, []int)
- func (m *DaemonSetCondition) GetLastTransitionTime() *k8s_io_apimachinery_pkg_apis_meta_v1.Time
- func (m *DaemonSetCondition) GetMessage() string
- func (m *DaemonSetCondition) GetReason() string
- func (m *DaemonSetCondition) GetStatus() string
- func (m *DaemonSetCondition) GetType() string
- func (m *DaemonSetCondition) Marshal() (dAtA []byte, err error)
- func (m *DaemonSetCondition) MarshalTo(dAtA []byte) (int, error)
- func (*DaemonSetCondition) ProtoMessage()
- func (m *DaemonSetCondition) Reset()
- func (m *DaemonSetCondition) Size() (n int)
- func (m *DaemonSetCondition) String() string
- func (m *DaemonSetCondition) Unmarshal(dAtA []byte) error
- type DaemonSetList
- func (*DaemonSetList) Descriptor() ([]byte, []int)
- func (m *DaemonSetList) GetItems() []*DaemonSet
- func (m *DaemonSetList) GetMetadata() *k8s_io_apimachinery_pkg_apis_meta_v1.ListMeta
- func (m *DaemonSetList) Marshal() (dAtA []byte, err error)
- func (m *DaemonSetList) MarshalTo(dAtA []byte) (int, error)
- func (*DaemonSetList) ProtoMessage()
- func (m *DaemonSetList) Reset()
- func (m *DaemonSetList) Size() (n int)
- func (m *DaemonSetList) String() string
- func (m *DaemonSetList) Unmarshal(dAtA []byte) error
- type DaemonSetSpec
- func (*DaemonSetSpec) Descriptor() ([]byte, []int)
- func (m *DaemonSetSpec) GetMinReadySeconds() int32
- func (m *DaemonSetSpec) GetRevisionHistoryLimit() int32
- func (m *DaemonSetSpec) GetSelector() *k8s_io_apimachinery_pkg_apis_meta_v1.LabelSelector
- func (m *DaemonSetSpec) GetTemplate() *k8s_io_api_core_v1.PodTemplateSpec
- func (m *DaemonSetSpec) GetUpdateStrategy() *DaemonSetUpdateStrategy
- func (m *DaemonSetSpec) Marshal() (dAtA []byte, err error)
- func (m *DaemonSetSpec) MarshalTo(dAtA []byte) (int, error)
- func (*DaemonSetSpec) ProtoMessage()
- func (m *DaemonSetSpec) Reset()
- func (m *DaemonSetSpec) Size() (n int)
- func (m *DaemonSetSpec) String() string
- func (m *DaemonSetSpec) Unmarshal(dAtA []byte) error
- type DaemonSetStatus
- func (*DaemonSetStatus) Descriptor() ([]byte, []int)
- func (m *DaemonSetStatus) GetCollisionCount() int32
- func (m *DaemonSetStatus) GetConditions() []*DaemonSetCondition
- func (m *DaemonSetStatus) GetCurrentNumberScheduled() int32
- func (m *DaemonSetStatus) GetDesiredNumberScheduled() int32
- func (m *DaemonSetStatus) GetNumberAvailable() int32
- func (m *DaemonSetStatus) GetNumberMisscheduled() int32
- func (m *DaemonSetStatus) GetNumberReady() int32
- func (m *DaemonSetStatus) GetNumberUnavailable() int32
- func (m *DaemonSetStatus) GetObservedGeneration() int64
- func (m *DaemonSetStatus) GetUpdatedNumberScheduled() int32
- func (m *DaemonSetStatus) Marshal() (dAtA []byte, err error)
- func (m *DaemonSetStatus) MarshalTo(dAtA []byte) (int, error)
- func (*DaemonSetStatus) ProtoMessage()
- func (m *DaemonSetStatus) Reset()
- func (m *DaemonSetStatus) Size() (n int)
- func (m *DaemonSetStatus) String() string
- func (m *DaemonSetStatus) Unmarshal(dAtA []byte) error
- type DaemonSetUpdateStrategy
- func (*DaemonSetUpdateStrategy) Descriptor() ([]byte, []int)
- func (m *DaemonSetUpdateStrategy) GetRollingUpdate() *RollingUpdateDaemonSet
- func (m *DaemonSetUpdateStrategy) GetType() string
- func (m *DaemonSetUpdateStrategy) Marshal() (dAtA []byte, err error)
- func (m *DaemonSetUpdateStrategy) MarshalTo(dAtA []byte) (int, error)
- func (*DaemonSetUpdateStrategy) ProtoMessage()
- func (m *DaemonSetUpdateStrategy) Reset()
- func (m *DaemonSetUpdateStrategy) Size() (n int)
- func (m *DaemonSetUpdateStrategy) String() string
- func (m *DaemonSetUpdateStrategy) Unmarshal(dAtA []byte) error
- type Deployment
- func (*Deployment) Descriptor() ([]byte, []int)
- func (m *Deployment) GetMetadata() *k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta
- func (m *Deployment) GetSpec() *DeploymentSpec
- func (m *Deployment) GetStatus() *DeploymentStatus
- func (m *Deployment) Marshal() (dAtA []byte, err error)
- func (m *Deployment) MarshalTo(dAtA []byte) (int, error)
- func (*Deployment) ProtoMessage()
- func (m *Deployment) Reset()
- func (m *Deployment) Size() (n int)
- func (m *Deployment) String() string
- func (m *Deployment) Unmarshal(dAtA []byte) error
- type DeploymentCondition
- func (*DeploymentCondition) Descriptor() ([]byte, []int)
- func (m *DeploymentCondition) GetLastTransitionTime() *k8s_io_apimachinery_pkg_apis_meta_v1.Time
- func (m *DeploymentCondition) GetLastUpdateTime() *k8s_io_apimachinery_pkg_apis_meta_v1.Time
- func (m *DeploymentCondition) GetMessage() string
- func (m *DeploymentCondition) GetReason() string
- func (m *DeploymentCondition) GetStatus() string
- func (m *DeploymentCondition) GetType() string
- func (m *DeploymentCondition) Marshal() (dAtA []byte, err error)
- func (m *DeploymentCondition) MarshalTo(dAtA []byte) (int, error)
- func (*DeploymentCondition) ProtoMessage()
- func (m *DeploymentCondition) Reset()
- func (m *DeploymentCondition) Size() (n int)
- func (m *DeploymentCondition) String() string
- func (m *DeploymentCondition) Unmarshal(dAtA []byte) error
- type DeploymentList
- func (*DeploymentList) Descriptor() ([]byte, []int)
- func (m *DeploymentList) GetItems() []*Deployment
- func (m *DeploymentList) GetMetadata() *k8s_io_apimachinery_pkg_apis_meta_v1.ListMeta
- func (m *DeploymentList) Marshal() (dAtA []byte, err error)
- func (m *DeploymentList) MarshalTo(dAtA []byte) (int, error)
- func (*DeploymentList) ProtoMessage()
- func (m *DeploymentList) Reset()
- func (m *DeploymentList) Size() (n int)
- func (m *DeploymentList) String() string
- func (m *DeploymentList) Unmarshal(dAtA []byte) error
- type DeploymentSpec
- func (*DeploymentSpec) Descriptor() ([]byte, []int)
- func (m *DeploymentSpec) GetMinReadySeconds() int32
- func (m *DeploymentSpec) GetPaused() bool
- func (m *DeploymentSpec) GetProgressDeadlineSeconds() int32
- func (m *DeploymentSpec) GetReplicas() int32
- func (m *DeploymentSpec) GetRevisionHistoryLimit() int32
- func (m *DeploymentSpec) GetSelector() *k8s_io_apimachinery_pkg_apis_meta_v1.LabelSelector
- func (m *DeploymentSpec) GetStrategy() *DeploymentStrategy
- func (m *DeploymentSpec) GetTemplate() *k8s_io_api_core_v1.PodTemplateSpec
- func (m *DeploymentSpec) Marshal() (dAtA []byte, err error)
- func (m *DeploymentSpec) MarshalTo(dAtA []byte) (int, error)
- func (*DeploymentSpec) ProtoMessage()
- func (m *DeploymentSpec) Reset()
- func (m *DeploymentSpec) Size() (n int)
- func (m *DeploymentSpec) String() string
- func (m *DeploymentSpec) Unmarshal(dAtA []byte) error
- type DeploymentStatus
- func (*DeploymentStatus) Descriptor() ([]byte, []int)
- func (m *DeploymentStatus) GetAvailableReplicas() int32
- func (m *DeploymentStatus) GetCollisionCount() int32
- func (m *DeploymentStatus) GetConditions() []*DeploymentCondition
- func (m *DeploymentStatus) GetObservedGeneration() int64
- func (m *DeploymentStatus) GetReadyReplicas() int32
- func (m *DeploymentStatus) GetReplicas() int32
- func (m *DeploymentStatus) GetUnavailableReplicas() int32
- func (m *DeploymentStatus) GetUpdatedReplicas() int32
- func (m *DeploymentStatus) Marshal() (dAtA []byte, err error)
- func (m *DeploymentStatus) MarshalTo(dAtA []byte) (int, error)
- func (*DeploymentStatus) ProtoMessage()
- func (m *DeploymentStatus) Reset()
- func (m *DeploymentStatus) Size() (n int)
- func (m *DeploymentStatus) String() string
- func (m *DeploymentStatus) Unmarshal(dAtA []byte) error
- type DeploymentStrategy
- func (*DeploymentStrategy) Descriptor() ([]byte, []int)
- func (m *DeploymentStrategy) GetRollingUpdate() *RollingUpdateDeployment
- func (m *DeploymentStrategy) GetType() string
- func (m *DeploymentStrategy) Marshal() (dAtA []byte, err error)
- func (m *DeploymentStrategy) MarshalTo(dAtA []byte) (int, error)
- func (*DeploymentStrategy) ProtoMessage()
- func (m *DeploymentStrategy) Reset()
- func (m *DeploymentStrategy) Size() (n int)
- func (m *DeploymentStrategy) String() string
- func (m *DeploymentStrategy) Unmarshal(dAtA []byte) error
- type ReplicaSet
- func (*ReplicaSet) Descriptor() ([]byte, []int)
- func (m *ReplicaSet) GetMetadata() *k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta
- func (m *ReplicaSet) GetSpec() *ReplicaSetSpec
- func (m *ReplicaSet) GetStatus() *ReplicaSetStatus
- func (m *ReplicaSet) Marshal() (dAtA []byte, err error)
- func (m *ReplicaSet) MarshalTo(dAtA []byte) (int, error)
- func (*ReplicaSet) ProtoMessage()
- func (m *ReplicaSet) Reset()
- func (m *ReplicaSet) Size() (n int)
- func (m *ReplicaSet) String() string
- func (m *ReplicaSet) Unmarshal(dAtA []byte) error
- type ReplicaSetCondition
- func (*ReplicaSetCondition) Descriptor() ([]byte, []int)
- func (m *ReplicaSetCondition) GetLastTransitionTime() *k8s_io_apimachinery_pkg_apis_meta_v1.Time
- func (m *ReplicaSetCondition) GetMessage() string
- func (m *ReplicaSetCondition) GetReason() string
- func (m *ReplicaSetCondition) GetStatus() string
- func (m *ReplicaSetCondition) GetType() string
- func (m *ReplicaSetCondition) Marshal() (dAtA []byte, err error)
- func (m *ReplicaSetCondition) MarshalTo(dAtA []byte) (int, error)
- func (*ReplicaSetCondition) ProtoMessage()
- func (m *ReplicaSetCondition) Reset()
- func (m *ReplicaSetCondition) Size() (n int)
- func (m *ReplicaSetCondition) String() string
- func (m *ReplicaSetCondition) Unmarshal(dAtA []byte) error
- type ReplicaSetList
- func (*ReplicaSetList) Descriptor() ([]byte, []int)
- func (m *ReplicaSetList) GetItems() []*ReplicaSet
- func (m *ReplicaSetList) GetMetadata() *k8s_io_apimachinery_pkg_apis_meta_v1.ListMeta
- func (m *ReplicaSetList) Marshal() (dAtA []byte, err error)
- func (m *ReplicaSetList) MarshalTo(dAtA []byte) (int, error)
- func (*ReplicaSetList) ProtoMessage()
- func (m *ReplicaSetList) Reset()
- func (m *ReplicaSetList) Size() (n int)
- func (m *ReplicaSetList) String() string
- func (m *ReplicaSetList) Unmarshal(dAtA []byte) error
- type ReplicaSetSpec
- func (*ReplicaSetSpec) Descriptor() ([]byte, []int)
- func (m *ReplicaSetSpec) GetMinReadySeconds() int32
- func (m *ReplicaSetSpec) GetReplicas() int32
- func (m *ReplicaSetSpec) GetSelector() *k8s_io_apimachinery_pkg_apis_meta_v1.LabelSelector
- func (m *ReplicaSetSpec) GetTemplate() *k8s_io_api_core_v1.PodTemplateSpec
- func (m *ReplicaSetSpec) Marshal() (dAtA []byte, err error)
- func (m *ReplicaSetSpec) MarshalTo(dAtA []byte) (int, error)
- func (*ReplicaSetSpec) ProtoMessage()
- func (m *ReplicaSetSpec) Reset()
- func (m *ReplicaSetSpec) Size() (n int)
- func (m *ReplicaSetSpec) String() string
- func (m *ReplicaSetSpec) Unmarshal(dAtA []byte) error
- type ReplicaSetStatus
- func (*ReplicaSetStatus) Descriptor() ([]byte, []int)
- func (m *ReplicaSetStatus) GetAvailableReplicas() int32
- func (m *ReplicaSetStatus) GetConditions() []*ReplicaSetCondition
- func (m *ReplicaSetStatus) GetFullyLabeledReplicas() int32
- func (m *ReplicaSetStatus) GetObservedGeneration() int64
- func (m *ReplicaSetStatus) GetReadyReplicas() int32
- func (m *ReplicaSetStatus) GetReplicas() int32
- func (m *ReplicaSetStatus) Marshal() (dAtA []byte, err error)
- func (m *ReplicaSetStatus) MarshalTo(dAtA []byte) (int, error)
- func (*ReplicaSetStatus) ProtoMessage()
- func (m *ReplicaSetStatus) Reset()
- func (m *ReplicaSetStatus) Size() (n int)
- func (m *ReplicaSetStatus) String() string
- func (m *ReplicaSetStatus) Unmarshal(dAtA []byte) error
- type RollingUpdateDaemonSet
- func (*RollingUpdateDaemonSet) Descriptor() ([]byte, []int)
- func (m *RollingUpdateDaemonSet) GetMaxUnavailable() *k8s_io_apimachinery_pkg_util_intstr.IntOrString
- func (m *RollingUpdateDaemonSet) Marshal() (dAtA []byte, err error)
- func (m *RollingUpdateDaemonSet) MarshalTo(dAtA []byte) (int, error)
- func (*RollingUpdateDaemonSet) ProtoMessage()
- func (m *RollingUpdateDaemonSet) Reset()
- func (m *RollingUpdateDaemonSet) Size() (n int)
- func (m *RollingUpdateDaemonSet) String() string
- func (m *RollingUpdateDaemonSet) Unmarshal(dAtA []byte) error
- type RollingUpdateDeployment
- func (*RollingUpdateDeployment) Descriptor() ([]byte, []int)
- func (m *RollingUpdateDeployment) GetMaxSurge() *k8s_io_apimachinery_pkg_util_intstr.IntOrString
- func (m *RollingUpdateDeployment) GetMaxUnavailable() *k8s_io_apimachinery_pkg_util_intstr.IntOrString
- func (m *RollingUpdateDeployment) Marshal() (dAtA []byte, err error)
- func (m *RollingUpdateDeployment) MarshalTo(dAtA []byte) (int, error)
- func (*RollingUpdateDeployment) ProtoMessage()
- func (m *RollingUpdateDeployment) Reset()
- func (m *RollingUpdateDeployment) Size() (n int)
- func (m *RollingUpdateDeployment) String() string
- func (m *RollingUpdateDeployment) Unmarshal(dAtA []byte) error
- type RollingUpdateStatefulSetStrategy
- func (*RollingUpdateStatefulSetStrategy) Descriptor() ([]byte, []int)
- func (m *RollingUpdateStatefulSetStrategy) GetPartition() int32
- func (m *RollingUpdateStatefulSetStrategy) Marshal() (dAtA []byte, err error)
- func (m *RollingUpdateStatefulSetStrategy) MarshalTo(dAtA []byte) (int, error)
- func (*RollingUpdateStatefulSetStrategy) ProtoMessage()
- func (m *RollingUpdateStatefulSetStrategy) Reset()
- func (m *RollingUpdateStatefulSetStrategy) Size() (n int)
- func (m *RollingUpdateStatefulSetStrategy) String() string
- func (m *RollingUpdateStatefulSetStrategy) Unmarshal(dAtA []byte) error
- type Scale
- func (*Scale) Descriptor() ([]byte, []int)
- func (m *Scale) GetMetadata() *k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta
- func (m *Scale) GetSpec() *ScaleSpec
- func (m *Scale) GetStatus() *ScaleStatus
- func (m *Scale) Marshal() (dAtA []byte, err error)
- func (m *Scale) MarshalTo(dAtA []byte) (int, error)
- func (*Scale) ProtoMessage()
- func (m *Scale) Reset()
- func (m *Scale) Size() (n int)
- func (m *Scale) String() string
- func (m *Scale) Unmarshal(dAtA []byte) error
- type ScaleSpec
- func (*ScaleSpec) Descriptor() ([]byte, []int)
- func (m *ScaleSpec) GetReplicas() int32
- func (m *ScaleSpec) Marshal() (dAtA []byte, err error)
- func (m *ScaleSpec) MarshalTo(dAtA []byte) (int, error)
- func (*ScaleSpec) ProtoMessage()
- func (m *ScaleSpec) Reset()
- func (m *ScaleSpec) Size() (n int)
- func (m *ScaleSpec) String() string
- func (m *ScaleSpec) Unmarshal(dAtA []byte) error
- type ScaleStatus
- func (*ScaleStatus) Descriptor() ([]byte, []int)
- func (m *ScaleStatus) GetReplicas() int32
- func (m *ScaleStatus) GetSelector() map[string]string
- func (m *ScaleStatus) GetTargetSelector() string
- func (m *ScaleStatus) Marshal() (dAtA []byte, err error)
- func (m *ScaleStatus) MarshalTo(dAtA []byte) (int, error)
- func (*ScaleStatus) ProtoMessage()
- func (m *ScaleStatus) Reset()
- func (m *ScaleStatus) Size() (n int)
- func (m *ScaleStatus) String() string
- func (m *ScaleStatus) Unmarshal(dAtA []byte) error
- type StatefulSet
- func (*StatefulSet) Descriptor() ([]byte, []int)
- func (m *StatefulSet) GetMetadata() *k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta
- func (m *StatefulSet) GetSpec() *StatefulSetSpec
- func (m *StatefulSet) GetStatus() *StatefulSetStatus
- func (m *StatefulSet) Marshal() (dAtA []byte, err error)
- func (m *StatefulSet) MarshalTo(dAtA []byte) (int, error)
- func (*StatefulSet) ProtoMessage()
- func (m *StatefulSet) Reset()
- func (m *StatefulSet) Size() (n int)
- func (m *StatefulSet) String() string
- func (m *StatefulSet) Unmarshal(dAtA []byte) error
- type StatefulSetCondition
- func (*StatefulSetCondition) Descriptor() ([]byte, []int)
- func (m *StatefulSetCondition) GetLastTransitionTime() *k8s_io_apimachinery_pkg_apis_meta_v1.Time
- func (m *StatefulSetCondition) GetMessage() string
- func (m *StatefulSetCondition) GetReason() string
- func (m *StatefulSetCondition) GetStatus() string
- func (m *StatefulSetCondition) GetType() string
- func (m *StatefulSetCondition) Marshal() (dAtA []byte, err error)
- func (m *StatefulSetCondition) MarshalTo(dAtA []byte) (int, error)
- func (*StatefulSetCondition) ProtoMessage()
- func (m *StatefulSetCondition) Reset()
- func (m *StatefulSetCondition) Size() (n int)
- func (m *StatefulSetCondition) String() string
- func (m *StatefulSetCondition) Unmarshal(dAtA []byte) error
- type StatefulSetList
- func (*StatefulSetList) Descriptor() ([]byte, []int)
- func (m *StatefulSetList) GetItems() []*StatefulSet
- func (m *StatefulSetList) GetMetadata() *k8s_io_apimachinery_pkg_apis_meta_v1.ListMeta
- func (m *StatefulSetList) Marshal() (dAtA []byte, err error)
- func (m *StatefulSetList) MarshalTo(dAtA []byte) (int, error)
- func (*StatefulSetList) ProtoMessage()
- func (m *StatefulSetList) Reset()
- func (m *StatefulSetList) Size() (n int)
- func (m *StatefulSetList) String() string
- func (m *StatefulSetList) Unmarshal(dAtA []byte) error
- type StatefulSetSpec
- func (*StatefulSetSpec) Descriptor() ([]byte, []int)
- func (m *StatefulSetSpec) GetPodManagementPolicy() string
- func (m *StatefulSetSpec) GetReplicas() int32
- func (m *StatefulSetSpec) GetRevisionHistoryLimit() int32
- func (m *StatefulSetSpec) GetSelector() *k8s_io_apimachinery_pkg_apis_meta_v1.LabelSelector
- func (m *StatefulSetSpec) GetServiceName() string
- func (m *StatefulSetSpec) GetTemplate() *k8s_io_api_core_v1.PodTemplateSpec
- func (m *StatefulSetSpec) GetUpdateStrategy() *StatefulSetUpdateStrategy
- func (m *StatefulSetSpec) GetVolumeClaimTemplates() []*k8s_io_api_core_v1.PersistentVolumeClaim
- func (m *StatefulSetSpec) Marshal() (dAtA []byte, err error)
- func (m *StatefulSetSpec) MarshalTo(dAtA []byte) (int, error)
- func (*StatefulSetSpec) ProtoMessage()
- func (m *StatefulSetSpec) Reset()
- func (m *StatefulSetSpec) Size() (n int)
- func (m *StatefulSetSpec) String() string
- func (m *StatefulSetSpec) Unmarshal(dAtA []byte) error
- type StatefulSetStatus
- func (*StatefulSetStatus) Descriptor() ([]byte, []int)
- func (m *StatefulSetStatus) GetCollisionCount() int32
- func (m *StatefulSetStatus) GetConditions() []*StatefulSetCondition
- func (m *StatefulSetStatus) GetCurrentReplicas() int32
- func (m *StatefulSetStatus) GetCurrentRevision() string
- func (m *StatefulSetStatus) GetObservedGeneration() int64
- func (m *StatefulSetStatus) GetReadyReplicas() int32
- func (m *StatefulSetStatus) GetReplicas() int32
- func (m *StatefulSetStatus) GetUpdateRevision() string
- func (m *StatefulSetStatus) GetUpdatedReplicas() int32
- func (m *StatefulSetStatus) Marshal() (dAtA []byte, err error)
- func (m *StatefulSetStatus) MarshalTo(dAtA []byte) (int, error)
- func (*StatefulSetStatus) ProtoMessage()
- func (m *StatefulSetStatus) Reset()
- func (m *StatefulSetStatus) Size() (n int)
- func (m *StatefulSetStatus) String() string
- func (m *StatefulSetStatus) Unmarshal(dAtA []byte) error
- type StatefulSetUpdateStrategy
- func (*StatefulSetUpdateStrategy) Descriptor() ([]byte, []int)
- func (m *StatefulSetUpdateStrategy) GetRollingUpdate() *RollingUpdateStatefulSetStrategy
- func (m *StatefulSetUpdateStrategy) GetType() string
- func (m *StatefulSetUpdateStrategy) Marshal() (dAtA []byte, err error)
- func (m *StatefulSetUpdateStrategy) MarshalTo(dAtA []byte) (int, error)
- func (*StatefulSetUpdateStrategy) ProtoMessage()
- func (m *StatefulSetUpdateStrategy) Reset()
- func (m *StatefulSetUpdateStrategy) Size() (n int)
- func (m *StatefulSetUpdateStrategy) String() string
- func (m *StatefulSetUpdateStrategy) Unmarshal(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
var ( ErrInvalidLengthGenerated = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowGenerated = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type ControllerRevision ¶
type ControllerRevision struct { // Standard object's metadata. // More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata // +optional Metadata *k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta `protobuf:"bytes,1,opt,name=metadata" json:"metadata,omitempty"` // Data is the serialized representation of the state. Data *k8s_io_apimachinery_pkg_runtime.RawExtension `protobuf:"bytes,2,opt,name=data" json:"data,omitempty"` // Revision indicates the revision of the state represented by Data. Revision *int64 `protobuf:"varint,3,opt,name=revision" json:"revision,omitempty"` XXX_unrecognized []byte `json:"-"` }
DEPRECATED - This group version of ControllerRevision is deprecated by apps/v1/ControllerRevision. See the release notes for more information. ControllerRevision implements an immutable snapshot of state data. Clients are responsible for serializing and deserializing the objects that contain their internal state. Once a ControllerRevision has been successfully created, it can not be updated. The API Server will fail validation of all requests that attempt to mutate the Data field. ControllerRevisions may, however, be deleted. Note that, due to its use by both the DaemonSet and StatefulSet controllers for update and rollback, this object is beta. However, it may be subject to name and representation changes in future releases, and clients should not depend on its stability. It is primarily for internal use by controllers.
func (*ControllerRevision) Descriptor ¶
func (*ControllerRevision) Descriptor() ([]byte, []int)
func (*ControllerRevision) GetData ¶
func (m *ControllerRevision) GetData() *k8s_io_apimachinery_pkg_runtime.RawExtension
func (*ControllerRevision) GetMetadata ¶
func (m *ControllerRevision) GetMetadata() *k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta
func (*ControllerRevision) GetRevision ¶
func (m *ControllerRevision) GetRevision() int64
func (*ControllerRevision) Marshal ¶
func (m *ControllerRevision) Marshal() (dAtA []byte, err error)
func (*ControllerRevision) MarshalTo ¶
func (m *ControllerRevision) MarshalTo(dAtA []byte) (int, error)
func (*ControllerRevision) ProtoMessage ¶
func (*ControllerRevision) ProtoMessage()
func (*ControllerRevision) Reset ¶
func (m *ControllerRevision) Reset()
func (*ControllerRevision) Size ¶
func (m *ControllerRevision) Size() (n int)
func (*ControllerRevision) String ¶
func (m *ControllerRevision) String() string
func (*ControllerRevision) Unmarshal ¶
func (m *ControllerRevision) Unmarshal(dAtA []byte) error
type ControllerRevisionList ¶
type ControllerRevisionList struct { // More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata // +optional Metadata *k8s_io_apimachinery_pkg_apis_meta_v1.ListMeta `protobuf:"bytes,1,opt,name=metadata" json:"metadata,omitempty"` // Items is the list of ControllerRevisions Items []*ControllerRevision `protobuf:"bytes,2,rep,name=items" json:"items,omitempty"` XXX_unrecognized []byte `json:"-"` }
ControllerRevisionList is a resource containing a list of ControllerRevision objects.
func (*ControllerRevisionList) Descriptor ¶
func (*ControllerRevisionList) Descriptor() ([]byte, []int)
func (*ControllerRevisionList) GetItems ¶
func (m *ControllerRevisionList) GetItems() []*ControllerRevision
func (*ControllerRevisionList) GetMetadata ¶
func (m *ControllerRevisionList) GetMetadata() *k8s_io_apimachinery_pkg_apis_meta_v1.ListMeta
func (*ControllerRevisionList) Marshal ¶
func (m *ControllerRevisionList) Marshal() (dAtA []byte, err error)
func (*ControllerRevisionList) MarshalTo ¶
func (m *ControllerRevisionList) MarshalTo(dAtA []byte) (int, error)
func (*ControllerRevisionList) ProtoMessage ¶
func (*ControllerRevisionList) ProtoMessage()
func (*ControllerRevisionList) Reset ¶
func (m *ControllerRevisionList) Reset()
func (*ControllerRevisionList) Size ¶
func (m *ControllerRevisionList) Size() (n int)
func (*ControllerRevisionList) String ¶
func (m *ControllerRevisionList) String() string
func (*ControllerRevisionList) Unmarshal ¶
func (m *ControllerRevisionList) Unmarshal(dAtA []byte) error
type DaemonSet ¶
type DaemonSet struct { // Standard object's metadata. // More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata // +optional Metadata *k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta `protobuf:"bytes,1,opt,name=metadata" json:"metadata,omitempty"` // The desired behavior of this daemon set. // More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status // +optional Spec *DaemonSetSpec `protobuf:"bytes,2,opt,name=spec" json:"spec,omitempty"` // The current status of this daemon set. This data may be // out of date by some window of time. // Populated by the system. // Read-only. // More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status // +optional Status *DaemonSetStatus `protobuf:"bytes,3,opt,name=status" json:"status,omitempty"` XXX_unrecognized []byte `json:"-"` }
DEPRECATED - This group version of DaemonSet is deprecated by apps/v1/DaemonSet. See the release notes for more information. DaemonSet represents the configuration of a daemon set.
func (*DaemonSet) Descriptor ¶
func (*DaemonSet) GetMetadata ¶
func (m *DaemonSet) GetMetadata() *k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta
func (*DaemonSet) GetSpec ¶
func (m *DaemonSet) GetSpec() *DaemonSetSpec
func (*DaemonSet) GetStatus ¶
func (m *DaemonSet) GetStatus() *DaemonSetStatus
func (*DaemonSet) ProtoMessage ¶
func (*DaemonSet) ProtoMessage()
type DaemonSetCondition ¶
type DaemonSetCondition struct { // Type of DaemonSet condition. Type *string `protobuf:"bytes,1,opt,name=type" json:"type,omitempty"` // Status of the condition, one of True, False, Unknown. Status *string `protobuf:"bytes,2,opt,name=status" json:"status,omitempty"` // Last time the condition transitioned from one status to another. // +optional LastTransitionTime *k8s_io_apimachinery_pkg_apis_meta_v1.Time `protobuf:"bytes,3,opt,name=lastTransitionTime" json:"lastTransitionTime,omitempty"` // The reason for the condition's last transition. // +optional Reason *string `protobuf:"bytes,4,opt,name=reason" json:"reason,omitempty"` // A human readable message indicating details about the transition. // +optional Message *string `protobuf:"bytes,5,opt,name=message" json:"message,omitempty"` XXX_unrecognized []byte `json:"-"` }
DaemonSetCondition describes the state of a DaemonSet at a certain point.
func (*DaemonSetCondition) Descriptor ¶
func (*DaemonSetCondition) Descriptor() ([]byte, []int)
func (*DaemonSetCondition) GetLastTransitionTime ¶
func (m *DaemonSetCondition) GetLastTransitionTime() *k8s_io_apimachinery_pkg_apis_meta_v1.Time
func (*DaemonSetCondition) GetMessage ¶
func (m *DaemonSetCondition) GetMessage() string
func (*DaemonSetCondition) GetReason ¶
func (m *DaemonSetCondition) GetReason() string
func (*DaemonSetCondition) GetStatus ¶
func (m *DaemonSetCondition) GetStatus() string
func (*DaemonSetCondition) GetType ¶
func (m *DaemonSetCondition) GetType() string
func (*DaemonSetCondition) Marshal ¶
func (m *DaemonSetCondition) Marshal() (dAtA []byte, err error)
func (*DaemonSetCondition) MarshalTo ¶
func (m *DaemonSetCondition) MarshalTo(dAtA []byte) (int, error)
func (*DaemonSetCondition) ProtoMessage ¶
func (*DaemonSetCondition) ProtoMessage()
func (*DaemonSetCondition) Reset ¶
func (m *DaemonSetCondition) Reset()
func (*DaemonSetCondition) Size ¶
func (m *DaemonSetCondition) Size() (n int)
func (*DaemonSetCondition) String ¶
func (m *DaemonSetCondition) String() string
func (*DaemonSetCondition) Unmarshal ¶
func (m *DaemonSetCondition) Unmarshal(dAtA []byte) error
type DaemonSetList ¶
type DaemonSetList struct { // Standard list metadata. // More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata // +optional Metadata *k8s_io_apimachinery_pkg_apis_meta_v1.ListMeta `protobuf:"bytes,1,opt,name=metadata" json:"metadata,omitempty"` // A list of daemon sets. Items []*DaemonSet `protobuf:"bytes,2,rep,name=items" json:"items,omitempty"` XXX_unrecognized []byte `json:"-"` }
DaemonSetList is a collection of daemon sets.
func (*DaemonSetList) Descriptor ¶
func (*DaemonSetList) Descriptor() ([]byte, []int)
func (*DaemonSetList) GetItems ¶
func (m *DaemonSetList) GetItems() []*DaemonSet
func (*DaemonSetList) GetMetadata ¶
func (m *DaemonSetList) GetMetadata() *k8s_io_apimachinery_pkg_apis_meta_v1.ListMeta
func (*DaemonSetList) Marshal ¶
func (m *DaemonSetList) Marshal() (dAtA []byte, err error)
func (*DaemonSetList) ProtoMessage ¶
func (*DaemonSetList) ProtoMessage()
func (*DaemonSetList) Reset ¶
func (m *DaemonSetList) Reset()
func (*DaemonSetList) Size ¶
func (m *DaemonSetList) Size() (n int)
func (*DaemonSetList) String ¶
func (m *DaemonSetList) String() string
func (*DaemonSetList) Unmarshal ¶
func (m *DaemonSetList) Unmarshal(dAtA []byte) error
type DaemonSetSpec ¶
type DaemonSetSpec struct { // A label query over pods that are managed by the daemon set. // Must match in order to be controlled. // It must match the pod template's labels. // More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors Selector *k8s_io_apimachinery_pkg_apis_meta_v1.LabelSelector `protobuf:"bytes,1,opt,name=selector" json:"selector,omitempty"` // An object that describes the pod that will be created. // The DaemonSet will create exactly one copy of this pod on every node // that matches the template's node selector (or on every node if no node // selector is specified). // More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template Template *k8s_io_api_core_v1.PodTemplateSpec `protobuf:"bytes,2,opt,name=template" json:"template,omitempty"` // An update strategy to replace existing DaemonSet pods with new pods. // +optional UpdateStrategy *DaemonSetUpdateStrategy `protobuf:"bytes,3,opt,name=updateStrategy" json:"updateStrategy,omitempty"` // The minimum number of seconds for which a newly created DaemonSet pod should // be ready without any of its container crashing, for it to be considered // available. Defaults to 0 (pod will be considered available as soon as it // is ready). // +optional MinReadySeconds *int32 `protobuf:"varint,4,opt,name=minReadySeconds" json:"minReadySeconds,omitempty"` // The number of old history to retain to allow rollback. // This is a pointer to distinguish between explicit zero and not specified. // Defaults to 10. // +optional RevisionHistoryLimit *int32 `protobuf:"varint,6,opt,name=revisionHistoryLimit" json:"revisionHistoryLimit,omitempty"` XXX_unrecognized []byte `json:"-"` }
DaemonSetSpec is the specification of a daemon set.
func (*DaemonSetSpec) Descriptor ¶
func (*DaemonSetSpec) Descriptor() ([]byte, []int)
func (*DaemonSetSpec) GetMinReadySeconds ¶
func (m *DaemonSetSpec) GetMinReadySeconds() int32
func (*DaemonSetSpec) GetRevisionHistoryLimit ¶
func (m *DaemonSetSpec) GetRevisionHistoryLimit() int32
func (*DaemonSetSpec) GetSelector ¶
func (m *DaemonSetSpec) GetSelector() *k8s_io_apimachinery_pkg_apis_meta_v1.LabelSelector
func (*DaemonSetSpec) GetTemplate ¶
func (m *DaemonSetSpec) GetTemplate() *k8s_io_api_core_v1.PodTemplateSpec
func (*DaemonSetSpec) GetUpdateStrategy ¶
func (m *DaemonSetSpec) GetUpdateStrategy() *DaemonSetUpdateStrategy
func (*DaemonSetSpec) Marshal ¶
func (m *DaemonSetSpec) Marshal() (dAtA []byte, err error)
func (*DaemonSetSpec) ProtoMessage ¶
func (*DaemonSetSpec) ProtoMessage()
func (*DaemonSetSpec) Reset ¶
func (m *DaemonSetSpec) Reset()
func (*DaemonSetSpec) Size ¶
func (m *DaemonSetSpec) Size() (n int)
func (*DaemonSetSpec) String ¶
func (m *DaemonSetSpec) String() string
func (*DaemonSetSpec) Unmarshal ¶
func (m *DaemonSetSpec) Unmarshal(dAtA []byte) error
type DaemonSetStatus ¶
type DaemonSetStatus struct { // The number of nodes that are running at least 1 // daemon pod and are supposed to run the daemon pod. // More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/ CurrentNumberScheduled *int32 `protobuf:"varint,1,opt,name=currentNumberScheduled" json:"currentNumberScheduled,omitempty"` // The number of nodes that are running the daemon pod, but are // not supposed to run the daemon pod. // More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/ NumberMisscheduled *int32 `protobuf:"varint,2,opt,name=numberMisscheduled" json:"numberMisscheduled,omitempty"` // The total number of nodes that should be running the daemon // pod (including nodes correctly running the daemon pod). // More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/ DesiredNumberScheduled *int32 `protobuf:"varint,3,opt,name=desiredNumberScheduled" json:"desiredNumberScheduled,omitempty"` // The number of nodes that should be running the daemon pod and have one // or more of the daemon pod running and ready. NumberReady *int32 `protobuf:"varint,4,opt,name=numberReady" json:"numberReady,omitempty"` // The most recent generation observed by the daemon set controller. // +optional ObservedGeneration *int64 `protobuf:"varint,5,opt,name=observedGeneration" json:"observedGeneration,omitempty"` // The total number of nodes that are running updated daemon pod // +optional UpdatedNumberScheduled *int32 `protobuf:"varint,6,opt,name=updatedNumberScheduled" json:"updatedNumberScheduled,omitempty"` // The number of nodes that should be running the // daemon pod and have one or more of the daemon pod running and // available (ready for at least spec.minReadySeconds) // +optional NumberAvailable *int32 `protobuf:"varint,7,opt,name=numberAvailable" json:"numberAvailable,omitempty"` // daemon pod and have none of the daemon pod running and available // (ready for at least spec.minReadySeconds) // +optional NumberUnavailable *int32 `protobuf:"varint,8,opt,name=numberUnavailable" json:"numberUnavailable,omitempty"` // Count of hash collisions for the DaemonSet. The DaemonSet controller // uses this field as a collision avoidance mechanism when it needs to // create the name for the newest ControllerRevision. // +optional CollisionCount *int32 `protobuf:"varint,9,opt,name=collisionCount" json:"collisionCount,omitempty"` // Represents the latest available observations of a DaemonSet's current state. // +optional // +patchMergeKey=type // +patchStrategy=merge Conditions []*DaemonSetCondition `protobuf:"bytes,10,rep,name=conditions" json:"conditions,omitempty"` XXX_unrecognized []byte `json:"-"` }
DaemonSetStatus represents the current status of a daemon set.
func (*DaemonSetStatus) Descriptor ¶
func (*DaemonSetStatus) Descriptor() ([]byte, []int)
func (*DaemonSetStatus) GetCollisionCount ¶
func (m *DaemonSetStatus) GetCollisionCount() int32
func (*DaemonSetStatus) GetConditions ¶
func (m *DaemonSetStatus) GetConditions() []*DaemonSetCondition
func (*DaemonSetStatus) GetCurrentNumberScheduled ¶
func (m *DaemonSetStatus) GetCurrentNumberScheduled() int32
func (*DaemonSetStatus) GetDesiredNumberScheduled ¶
func (m *DaemonSetStatus) GetDesiredNumberScheduled() int32
func (*DaemonSetStatus) GetNumberAvailable ¶
func (m *DaemonSetStatus) GetNumberAvailable() int32
func (*DaemonSetStatus) GetNumberMisscheduled ¶
func (m *DaemonSetStatus) GetNumberMisscheduled() int32
func (*DaemonSetStatus) GetNumberReady ¶
func (m *DaemonSetStatus) GetNumberReady() int32
func (*DaemonSetStatus) GetNumberUnavailable ¶
func (m *DaemonSetStatus) GetNumberUnavailable() int32
func (*DaemonSetStatus) GetObservedGeneration ¶
func (m *DaemonSetStatus) GetObservedGeneration() int64
func (*DaemonSetStatus) GetUpdatedNumberScheduled ¶
func (m *DaemonSetStatus) GetUpdatedNumberScheduled() int32
func (*DaemonSetStatus) Marshal ¶
func (m *DaemonSetStatus) Marshal() (dAtA []byte, err error)
func (*DaemonSetStatus) ProtoMessage ¶
func (*DaemonSetStatus) ProtoMessage()
func (*DaemonSetStatus) Reset ¶
func (m *DaemonSetStatus) Reset()
func (*DaemonSetStatus) Size ¶
func (m *DaemonSetStatus) Size() (n int)
func (*DaemonSetStatus) String ¶
func (m *DaemonSetStatus) String() string
func (*DaemonSetStatus) Unmarshal ¶
func (m *DaemonSetStatus) Unmarshal(dAtA []byte) error
type DaemonSetUpdateStrategy ¶
type DaemonSetUpdateStrategy struct { // Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate. // +optional Type *string `protobuf:"bytes,1,opt,name=type" json:"type,omitempty"` // Rolling update config params. Present only if type = "RollingUpdate". // --- // TODO: Update this to follow our convention for oneOf, whatever we decide it // to be. Same as Deployment `strategy.rollingUpdate`. // See https://github.com/kubernetes/kubernetes/issues/35345 // +optional RollingUpdate *RollingUpdateDaemonSet `protobuf:"bytes,2,opt,name=rollingUpdate" json:"rollingUpdate,omitempty"` XXX_unrecognized []byte `json:"-"` }
DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
func (*DaemonSetUpdateStrategy) Descriptor ¶
func (*DaemonSetUpdateStrategy) Descriptor() ([]byte, []int)
func (*DaemonSetUpdateStrategy) GetRollingUpdate ¶
func (m *DaemonSetUpdateStrategy) GetRollingUpdate() *RollingUpdateDaemonSet
func (*DaemonSetUpdateStrategy) GetType ¶
func (m *DaemonSetUpdateStrategy) GetType() string
func (*DaemonSetUpdateStrategy) Marshal ¶
func (m *DaemonSetUpdateStrategy) Marshal() (dAtA []byte, err error)
func (*DaemonSetUpdateStrategy) MarshalTo ¶
func (m *DaemonSetUpdateStrategy) MarshalTo(dAtA []byte) (int, error)
func (*DaemonSetUpdateStrategy) ProtoMessage ¶
func (*DaemonSetUpdateStrategy) ProtoMessage()
func (*DaemonSetUpdateStrategy) Reset ¶
func (m *DaemonSetUpdateStrategy) Reset()
func (*DaemonSetUpdateStrategy) Size ¶
func (m *DaemonSetUpdateStrategy) Size() (n int)
func (*DaemonSetUpdateStrategy) String ¶
func (m *DaemonSetUpdateStrategy) String() string
func (*DaemonSetUpdateStrategy) Unmarshal ¶
func (m *DaemonSetUpdateStrategy) Unmarshal(dAtA []byte) error
type Deployment ¶
type Deployment struct { // Standard object metadata. // +optional Metadata *k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta `protobuf:"bytes,1,opt,name=metadata" json:"metadata,omitempty"` // Specification of the desired behavior of the Deployment. // +optional Spec *DeploymentSpec `protobuf:"bytes,2,opt,name=spec" json:"spec,omitempty"` // Most recently observed status of the Deployment. // +optional Status *DeploymentStatus `protobuf:"bytes,3,opt,name=status" json:"status,omitempty"` XXX_unrecognized []byte `json:"-"` }
DEPRECATED - This group version of Deployment is deprecated by apps/v1/Deployment. See the release notes for more information. Deployment enables declarative updates for Pods and ReplicaSets.
func (*Deployment) Descriptor ¶
func (*Deployment) Descriptor() ([]byte, []int)
func (*Deployment) GetMetadata ¶
func (m *Deployment) GetMetadata() *k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta
func (*Deployment) GetSpec ¶
func (m *Deployment) GetSpec() *DeploymentSpec
func (*Deployment) GetStatus ¶
func (m *Deployment) GetStatus() *DeploymentStatus
func (*Deployment) Marshal ¶
func (m *Deployment) Marshal() (dAtA []byte, err error)
func (*Deployment) ProtoMessage ¶
func (*Deployment) ProtoMessage()
func (*Deployment) Reset ¶
func (m *Deployment) Reset()
func (*Deployment) Size ¶
func (m *Deployment) Size() (n int)
func (*Deployment) String ¶
func (m *Deployment) String() string
func (*Deployment) Unmarshal ¶
func (m *Deployment) Unmarshal(dAtA []byte) error
type DeploymentCondition ¶
type DeploymentCondition struct { // Type of deployment condition. Type *string `protobuf:"bytes,1,opt,name=type" json:"type,omitempty"` // Status of the condition, one of True, False, Unknown. Status *string `protobuf:"bytes,2,opt,name=status" json:"status,omitempty"` // The last time this condition was updated. LastUpdateTime *k8s_io_apimachinery_pkg_apis_meta_v1.Time `protobuf:"bytes,6,opt,name=lastUpdateTime" json:"lastUpdateTime,omitempty"` // Last time the condition transitioned from one status to another. LastTransitionTime *k8s_io_apimachinery_pkg_apis_meta_v1.Time `protobuf:"bytes,7,opt,name=lastTransitionTime" json:"lastTransitionTime,omitempty"` // The reason for the condition's last transition. Reason *string `protobuf:"bytes,4,opt,name=reason" json:"reason,omitempty"` // A human readable message indicating details about the transition. Message *string `protobuf:"bytes,5,opt,name=message" json:"message,omitempty"` XXX_unrecognized []byte `json:"-"` }
DeploymentCondition describes the state of a deployment at a certain point.
func (*DeploymentCondition) Descriptor ¶
func (*DeploymentCondition) Descriptor() ([]byte, []int)
func (*DeploymentCondition) GetLastTransitionTime ¶
func (m *DeploymentCondition) GetLastTransitionTime() *k8s_io_apimachinery_pkg_apis_meta_v1.Time
func (*DeploymentCondition) GetLastUpdateTime ¶
func (m *DeploymentCondition) GetLastUpdateTime() *k8s_io_apimachinery_pkg_apis_meta_v1.Time
func (*DeploymentCondition) GetMessage ¶
func (m *DeploymentCondition) GetMessage() string
func (*DeploymentCondition) GetReason ¶
func (m *DeploymentCondition) GetReason() string
func (*DeploymentCondition) GetStatus ¶
func (m *DeploymentCondition) GetStatus() string
func (*DeploymentCondition) GetType ¶
func (m *DeploymentCondition) GetType() string
func (*DeploymentCondition) Marshal ¶
func (m *DeploymentCondition) Marshal() (dAtA []byte, err error)
func (*DeploymentCondition) MarshalTo ¶
func (m *DeploymentCondition) MarshalTo(dAtA []byte) (int, error)
func (*DeploymentCondition) ProtoMessage ¶
func (*DeploymentCondition) ProtoMessage()
func (*DeploymentCondition) Reset ¶
func (m *DeploymentCondition) Reset()
func (*DeploymentCondition) Size ¶
func (m *DeploymentCondition) Size() (n int)
func (*DeploymentCondition) String ¶
func (m *DeploymentCondition) String() string
func (*DeploymentCondition) Unmarshal ¶
func (m *DeploymentCondition) Unmarshal(dAtA []byte) error
type DeploymentList ¶
type DeploymentList struct { // Standard list metadata. // +optional Metadata *k8s_io_apimachinery_pkg_apis_meta_v1.ListMeta `protobuf:"bytes,1,opt,name=metadata" json:"metadata,omitempty"` // Items is the list of Deployments. Items []*Deployment `protobuf:"bytes,2,rep,name=items" json:"items,omitempty"` XXX_unrecognized []byte `json:"-"` }
DeploymentList is a list of Deployments.
func (*DeploymentList) Descriptor ¶
func (*DeploymentList) Descriptor() ([]byte, []int)
func (*DeploymentList) GetItems ¶
func (m *DeploymentList) GetItems() []*Deployment
func (*DeploymentList) GetMetadata ¶
func (m *DeploymentList) GetMetadata() *k8s_io_apimachinery_pkg_apis_meta_v1.ListMeta
func (*DeploymentList) Marshal ¶
func (m *DeploymentList) Marshal() (dAtA []byte, err error)
func (*DeploymentList) ProtoMessage ¶
func (*DeploymentList) ProtoMessage()
func (*DeploymentList) Reset ¶
func (m *DeploymentList) Reset()
func (*DeploymentList) Size ¶
func (m *DeploymentList) Size() (n int)
func (*DeploymentList) String ¶
func (m *DeploymentList) String() string
func (*DeploymentList) Unmarshal ¶
func (m *DeploymentList) Unmarshal(dAtA []byte) error
type DeploymentSpec ¶
type DeploymentSpec struct { // Number of desired pods. This is a pointer to distinguish between explicit // zero and not specified. Defaults to 1. // +optional Replicas *int32 `protobuf:"varint,1,opt,name=replicas" json:"replicas,omitempty"` // Label selector for pods. Existing ReplicaSets whose pods are // selected by this will be the ones affected by this deployment. // It must match the pod template's labels. Selector *k8s_io_apimachinery_pkg_apis_meta_v1.LabelSelector `protobuf:"bytes,2,opt,name=selector" json:"selector,omitempty"` // Template describes the pods that will be created. Template *k8s_io_api_core_v1.PodTemplateSpec `protobuf:"bytes,3,opt,name=template" json:"template,omitempty"` // The deployment strategy to use to replace existing pods with new ones. // +optional Strategy *DeploymentStrategy `protobuf:"bytes,4,opt,name=strategy" json:"strategy,omitempty"` // Minimum number of seconds for which a newly created pod should be ready // without any of its container crashing, for it to be considered available. // Defaults to 0 (pod will be considered available as soon as it is ready) // +optional MinReadySeconds *int32 `protobuf:"varint,5,opt,name=minReadySeconds" json:"minReadySeconds,omitempty"` // The number of old ReplicaSets to retain to allow rollback. // This is a pointer to distinguish between explicit zero and not specified. // Defaults to 10. // +optional RevisionHistoryLimit *int32 `protobuf:"varint,6,opt,name=revisionHistoryLimit" json:"revisionHistoryLimit,omitempty"` // Indicates that the deployment is paused. // +optional Paused *bool `protobuf:"varint,7,opt,name=paused" json:"paused,omitempty"` // The maximum time in seconds for a deployment to make progress before it // is considered to be failed. The deployment controller will continue to // process failed deployments and a condition with a ProgressDeadlineExceeded // reason will be surfaced in the deployment status. Note that progress will // not be estimated during the time a deployment is paused. Defaults to 600s. ProgressDeadlineSeconds *int32 `protobuf:"varint,9,opt,name=progressDeadlineSeconds" json:"progressDeadlineSeconds,omitempty"` XXX_unrecognized []byte `json:"-"` }
DeploymentSpec is the specification of the desired behavior of the Deployment.
func (*DeploymentSpec) Descriptor ¶
func (*DeploymentSpec) Descriptor() ([]byte, []int)
func (*DeploymentSpec) GetMinReadySeconds ¶
func (m *DeploymentSpec) GetMinReadySeconds() int32
func (*DeploymentSpec) GetPaused ¶
func (m *DeploymentSpec) GetPaused() bool
func (*DeploymentSpec) GetProgressDeadlineSeconds ¶
func (m *DeploymentSpec) GetProgressDeadlineSeconds() int32
func (*DeploymentSpec) GetReplicas ¶
func (m *DeploymentSpec) GetReplicas() int32
func (*DeploymentSpec) GetRevisionHistoryLimit ¶
func (m *DeploymentSpec) GetRevisionHistoryLimit() int32
func (*DeploymentSpec) GetSelector ¶
func (m *DeploymentSpec) GetSelector() *k8s_io_apimachinery_pkg_apis_meta_v1.LabelSelector
func (*DeploymentSpec) GetStrategy ¶
func (m *DeploymentSpec) GetStrategy() *DeploymentStrategy
func (*DeploymentSpec) GetTemplate ¶
func (m *DeploymentSpec) GetTemplate() *k8s_io_api_core_v1.PodTemplateSpec
func (*DeploymentSpec) Marshal ¶
func (m *DeploymentSpec) Marshal() (dAtA []byte, err error)
func (*DeploymentSpec) ProtoMessage ¶
func (*DeploymentSpec) ProtoMessage()
func (*DeploymentSpec) Reset ¶
func (m *DeploymentSpec) Reset()
func (*DeploymentSpec) Size ¶
func (m *DeploymentSpec) Size() (n int)
func (*DeploymentSpec) String ¶
func (m *DeploymentSpec) String() string
func (*DeploymentSpec) Unmarshal ¶
func (m *DeploymentSpec) Unmarshal(dAtA []byte) error
type DeploymentStatus ¶
type DeploymentStatus struct { // The generation observed by the deployment controller. // +optional ObservedGeneration *int64 `protobuf:"varint,1,opt,name=observedGeneration" json:"observedGeneration,omitempty"` // Total number of non-terminated pods targeted by this deployment (their labels match the selector). // +optional Replicas *int32 `protobuf:"varint,2,opt,name=replicas" json:"replicas,omitempty"` // Total number of non-terminated pods targeted by this deployment that have the desired template spec. // +optional UpdatedReplicas *int32 `protobuf:"varint,3,opt,name=updatedReplicas" json:"updatedReplicas,omitempty"` // Total number of ready pods targeted by this deployment. // +optional ReadyReplicas *int32 `protobuf:"varint,7,opt,name=readyReplicas" json:"readyReplicas,omitempty"` // Total number of available pods (ready for at least minReadySeconds) targeted by this deployment. // +optional AvailableReplicas *int32 `protobuf:"varint,4,opt,name=availableReplicas" json:"availableReplicas,omitempty"` // pods that are still required for the deployment to have 100% available capacity. They may // either be pods that are running but not yet available or pods that still have not been created. // +optional UnavailableReplicas *int32 `protobuf:"varint,5,opt,name=unavailableReplicas" json:"unavailableReplicas,omitempty"` // Represents the latest available observations of a deployment's current state. // +patchMergeKey=type // +patchStrategy=merge Conditions []*DeploymentCondition `protobuf:"bytes,6,rep,name=conditions" json:"conditions,omitempty"` // Count of hash collisions for the Deployment. The Deployment controller uses this // field as a collision avoidance mechanism when it needs to create the name for the // newest ReplicaSet. // +optional CollisionCount *int32 `protobuf:"varint,8,opt,name=collisionCount" json:"collisionCount,omitempty"` XXX_unrecognized []byte `json:"-"` }
DeploymentStatus is the most recently observed status of the Deployment.
func (*DeploymentStatus) Descriptor ¶
func (*DeploymentStatus) Descriptor() ([]byte, []int)
func (*DeploymentStatus) GetAvailableReplicas ¶
func (m *DeploymentStatus) GetAvailableReplicas() int32
func (*DeploymentStatus) GetCollisionCount ¶
func (m *DeploymentStatus) GetCollisionCount() int32
func (*DeploymentStatus) GetConditions ¶
func (m *DeploymentStatus) GetConditions() []*DeploymentCondition
func (*DeploymentStatus) GetObservedGeneration ¶
func (m *DeploymentStatus) GetObservedGeneration() int64
func (*DeploymentStatus) GetReadyReplicas ¶
func (m *DeploymentStatus) GetReadyReplicas() int32
func (*DeploymentStatus) GetReplicas ¶
func (m *DeploymentStatus) GetReplicas() int32
func (*DeploymentStatus) GetUnavailableReplicas ¶
func (m *DeploymentStatus) GetUnavailableReplicas() int32
func (*DeploymentStatus) GetUpdatedReplicas ¶
func (m *DeploymentStatus) GetUpdatedReplicas() int32
func (*DeploymentStatus) Marshal ¶
func (m *DeploymentStatus) Marshal() (dAtA []byte, err error)
func (*DeploymentStatus) ProtoMessage ¶
func (*DeploymentStatus) ProtoMessage()
func (*DeploymentStatus) Reset ¶
func (m *DeploymentStatus) Reset()
func (*DeploymentStatus) Size ¶
func (m *DeploymentStatus) Size() (n int)
func (*DeploymentStatus) String ¶
func (m *DeploymentStatus) String() string
func (*DeploymentStatus) Unmarshal ¶
func (m *DeploymentStatus) Unmarshal(dAtA []byte) error
type DeploymentStrategy ¶
type DeploymentStrategy struct { // Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate. // +optional Type *string `protobuf:"bytes,1,opt,name=type" json:"type,omitempty"` // Rolling update config params. Present only if DeploymentStrategyType = // RollingUpdate. // --- // TODO: Update this to follow our convention for oneOf, whatever we decide it // to be. // +optional RollingUpdate *RollingUpdateDeployment `protobuf:"bytes,2,opt,name=rollingUpdate" json:"rollingUpdate,omitempty"` XXX_unrecognized []byte `json:"-"` }
DeploymentStrategy describes how to replace existing pods with new ones.
func (*DeploymentStrategy) Descriptor ¶
func (*DeploymentStrategy) Descriptor() ([]byte, []int)
func (*DeploymentStrategy) GetRollingUpdate ¶
func (m *DeploymentStrategy) GetRollingUpdate() *RollingUpdateDeployment
func (*DeploymentStrategy) GetType ¶
func (m *DeploymentStrategy) GetType() string
func (*DeploymentStrategy) Marshal ¶
func (m *DeploymentStrategy) Marshal() (dAtA []byte, err error)
func (*DeploymentStrategy) MarshalTo ¶
func (m *DeploymentStrategy) MarshalTo(dAtA []byte) (int, error)
func (*DeploymentStrategy) ProtoMessage ¶
func (*DeploymentStrategy) ProtoMessage()
func (*DeploymentStrategy) Reset ¶
func (m *DeploymentStrategy) Reset()
func (*DeploymentStrategy) Size ¶
func (m *DeploymentStrategy) Size() (n int)
func (*DeploymentStrategy) String ¶
func (m *DeploymentStrategy) String() string
func (*DeploymentStrategy) Unmarshal ¶
func (m *DeploymentStrategy) Unmarshal(dAtA []byte) error
type ReplicaSet ¶
type ReplicaSet struct { // If the Labels of a ReplicaSet are empty, they are defaulted to // be the same as the Pod(s) that the ReplicaSet manages. // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata // +optional Metadata *k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta `protobuf:"bytes,1,opt,name=metadata" json:"metadata,omitempty"` // Spec defines the specification of the desired behavior of the ReplicaSet. // More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status // +optional Spec *ReplicaSetSpec `protobuf:"bytes,2,opt,name=spec" json:"spec,omitempty"` // Status is the most recently observed status of the ReplicaSet. // This data may be out of date by some window of time. // Populated by the system. // Read-only. // More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status // +optional Status *ReplicaSetStatus `protobuf:"bytes,3,opt,name=status" json:"status,omitempty"` XXX_unrecognized []byte `json:"-"` }
DEPRECATED - This group version of ReplicaSet is deprecated by apps/v1/ReplicaSet. See the release notes for more information. ReplicaSet ensures that a specified number of pod replicas are running at any given time.
func (*ReplicaSet) Descriptor ¶
func (*ReplicaSet) Descriptor() ([]byte, []int)
func (*ReplicaSet) GetMetadata ¶
func (m *ReplicaSet) GetMetadata() *k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta
func (*ReplicaSet) GetSpec ¶
func (m *ReplicaSet) GetSpec() *ReplicaSetSpec
func (*ReplicaSet) GetStatus ¶
func (m *ReplicaSet) GetStatus() *ReplicaSetStatus
func (*ReplicaSet) Marshal ¶
func (m *ReplicaSet) Marshal() (dAtA []byte, err error)
func (*ReplicaSet) ProtoMessage ¶
func (*ReplicaSet) ProtoMessage()
func (*ReplicaSet) Reset ¶
func (m *ReplicaSet) Reset()
func (*ReplicaSet) Size ¶
func (m *ReplicaSet) Size() (n int)
func (*ReplicaSet) String ¶
func (m *ReplicaSet) String() string
func (*ReplicaSet) Unmarshal ¶
func (m *ReplicaSet) Unmarshal(dAtA []byte) error
type ReplicaSetCondition ¶
type ReplicaSetCondition struct { // Type of replica set condition. Type *string `protobuf:"bytes,1,opt,name=type" json:"type,omitempty"` // Status of the condition, one of True, False, Unknown. Status *string `protobuf:"bytes,2,opt,name=status" json:"status,omitempty"` // The last time the condition transitioned from one status to another. // +optional LastTransitionTime *k8s_io_apimachinery_pkg_apis_meta_v1.Time `protobuf:"bytes,3,opt,name=lastTransitionTime" json:"lastTransitionTime,omitempty"` // The reason for the condition's last transition. // +optional Reason *string `protobuf:"bytes,4,opt,name=reason" json:"reason,omitempty"` // A human readable message indicating details about the transition. // +optional Message *string `protobuf:"bytes,5,opt,name=message" json:"message,omitempty"` XXX_unrecognized []byte `json:"-"` }
ReplicaSetCondition describes the state of a replica set at a certain point.
func (*ReplicaSetCondition) Descriptor ¶
func (*ReplicaSetCondition) Descriptor() ([]byte, []int)
func (*ReplicaSetCondition) GetLastTransitionTime ¶
func (m *ReplicaSetCondition) GetLastTransitionTime() *k8s_io_apimachinery_pkg_apis_meta_v1.Time
func (*ReplicaSetCondition) GetMessage ¶
func (m *ReplicaSetCondition) GetMessage() string
func (*ReplicaSetCondition) GetReason ¶
func (m *ReplicaSetCondition) GetReason() string
func (*ReplicaSetCondition) GetStatus ¶
func (m *ReplicaSetCondition) GetStatus() string
func (*ReplicaSetCondition) GetType ¶
func (m *ReplicaSetCondition) GetType() string
func (*ReplicaSetCondition) Marshal ¶
func (m *ReplicaSetCondition) Marshal() (dAtA []byte, err error)
func (*ReplicaSetCondition) MarshalTo ¶
func (m *ReplicaSetCondition) MarshalTo(dAtA []byte) (int, error)
func (*ReplicaSetCondition) ProtoMessage ¶
func (*ReplicaSetCondition) ProtoMessage()
func (*ReplicaSetCondition) Reset ¶
func (m *ReplicaSetCondition) Reset()
func (*ReplicaSetCondition) Size ¶
func (m *ReplicaSetCondition) Size() (n int)
func (*ReplicaSetCondition) String ¶
func (m *ReplicaSetCondition) String() string
func (*ReplicaSetCondition) Unmarshal ¶
func (m *ReplicaSetCondition) Unmarshal(dAtA []byte) error
type ReplicaSetList ¶
type ReplicaSetList struct { // Standard list metadata. // More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds // +optional Metadata *k8s_io_apimachinery_pkg_apis_meta_v1.ListMeta `protobuf:"bytes,1,opt,name=metadata" json:"metadata,omitempty"` // List of ReplicaSets. // More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller Items []*ReplicaSet `protobuf:"bytes,2,rep,name=items" json:"items,omitempty"` XXX_unrecognized []byte `json:"-"` }
ReplicaSetList is a collection of ReplicaSets.
func (*ReplicaSetList) Descriptor ¶
func (*ReplicaSetList) Descriptor() ([]byte, []int)
func (*ReplicaSetList) GetItems ¶
func (m *ReplicaSetList) GetItems() []*ReplicaSet
func (*ReplicaSetList) GetMetadata ¶
func (m *ReplicaSetList) GetMetadata() *k8s_io_apimachinery_pkg_apis_meta_v1.ListMeta
func (*ReplicaSetList) Marshal ¶
func (m *ReplicaSetList) Marshal() (dAtA []byte, err error)
func (*ReplicaSetList) ProtoMessage ¶
func (*ReplicaSetList) ProtoMessage()
func (*ReplicaSetList) Reset ¶
func (m *ReplicaSetList) Reset()
func (*ReplicaSetList) Size ¶
func (m *ReplicaSetList) Size() (n int)
func (*ReplicaSetList) String ¶
func (m *ReplicaSetList) String() string
func (*ReplicaSetList) Unmarshal ¶
func (m *ReplicaSetList) Unmarshal(dAtA []byte) error
type ReplicaSetSpec ¶
type ReplicaSetSpec struct { // Replicas is the number of desired replicas. // This is a pointer to distinguish between explicit zero and unspecified. // Defaults to 1. // More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller // +optional Replicas *int32 `protobuf:"varint,1,opt,name=replicas" json:"replicas,omitempty"` // Minimum number of seconds for which a newly created pod should be ready // without any of its container crashing, for it to be considered available. // Defaults to 0 (pod will be considered available as soon as it is ready) // +optional MinReadySeconds *int32 `protobuf:"varint,4,opt,name=minReadySeconds" json:"minReadySeconds,omitempty"` // Selector is a label query over pods that should match the replica count. // Label keys and values that must match in order to be controlled by this replica set. // It must match the pod template's labels. // More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors Selector *k8s_io_apimachinery_pkg_apis_meta_v1.LabelSelector `protobuf:"bytes,2,opt,name=selector" json:"selector,omitempty"` // Template is the object that describes the pod that will be created if // insufficient replicas are detected. // More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template // +optional Template *k8s_io_api_core_v1.PodTemplateSpec `protobuf:"bytes,3,opt,name=template" json:"template,omitempty"` XXX_unrecognized []byte `json:"-"` }
ReplicaSetSpec is the specification of a ReplicaSet.
func (*ReplicaSetSpec) Descriptor ¶
func (*ReplicaSetSpec) Descriptor() ([]byte, []int)
func (*ReplicaSetSpec) GetMinReadySeconds ¶
func (m *ReplicaSetSpec) GetMinReadySeconds() int32
func (*ReplicaSetSpec) GetReplicas ¶
func (m *ReplicaSetSpec) GetReplicas() int32
func (*ReplicaSetSpec) GetSelector ¶
func (m *ReplicaSetSpec) GetSelector() *k8s_io_apimachinery_pkg_apis_meta_v1.LabelSelector
func (*ReplicaSetSpec) GetTemplate ¶
func (m *ReplicaSetSpec) GetTemplate() *k8s_io_api_core_v1.PodTemplateSpec
func (*ReplicaSetSpec) Marshal ¶
func (m *ReplicaSetSpec) Marshal() (dAtA []byte, err error)
func (*ReplicaSetSpec) ProtoMessage ¶
func (*ReplicaSetSpec) ProtoMessage()
func (*ReplicaSetSpec) Reset ¶
func (m *ReplicaSetSpec) Reset()
func (*ReplicaSetSpec) Size ¶
func (m *ReplicaSetSpec) Size() (n int)
func (*ReplicaSetSpec) String ¶
func (m *ReplicaSetSpec) String() string
func (*ReplicaSetSpec) Unmarshal ¶
func (m *ReplicaSetSpec) Unmarshal(dAtA []byte) error
type ReplicaSetStatus ¶
type ReplicaSetStatus struct { // Replicas is the most recently oberved number of replicas. // More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller Replicas *int32 `protobuf:"varint,1,opt,name=replicas" json:"replicas,omitempty"` // The number of pods that have labels matching the labels of the pod template of the replicaset. // +optional FullyLabeledReplicas *int32 `protobuf:"varint,2,opt,name=fullyLabeledReplicas" json:"fullyLabeledReplicas,omitempty"` // The number of ready replicas for this replica set. // +optional ReadyReplicas *int32 `protobuf:"varint,4,opt,name=readyReplicas" json:"readyReplicas,omitempty"` // The number of available replicas (ready for at least minReadySeconds) for this replica set. // +optional AvailableReplicas *int32 `protobuf:"varint,5,opt,name=availableReplicas" json:"availableReplicas,omitempty"` // ObservedGeneration reflects the generation of the most recently observed ReplicaSet. // +optional ObservedGeneration *int64 `protobuf:"varint,3,opt,name=observedGeneration" json:"observedGeneration,omitempty"` // Represents the latest available observations of a replica set's current state. // +optional // +patchMergeKey=type // +patchStrategy=merge Conditions []*ReplicaSetCondition `protobuf:"bytes,6,rep,name=conditions" json:"conditions,omitempty"` XXX_unrecognized []byte `json:"-"` }
ReplicaSetStatus represents the current status of a ReplicaSet.
func (*ReplicaSetStatus) Descriptor ¶
func (*ReplicaSetStatus) Descriptor() ([]byte, []int)
func (*ReplicaSetStatus) GetAvailableReplicas ¶
func (m *ReplicaSetStatus) GetAvailableReplicas() int32
func (*ReplicaSetStatus) GetConditions ¶
func (m *ReplicaSetStatus) GetConditions() []*ReplicaSetCondition
func (*ReplicaSetStatus) GetFullyLabeledReplicas ¶
func (m *ReplicaSetStatus) GetFullyLabeledReplicas() int32
func (*ReplicaSetStatus) GetObservedGeneration ¶
func (m *ReplicaSetStatus) GetObservedGeneration() int64
func (*ReplicaSetStatus) GetReadyReplicas ¶
func (m *ReplicaSetStatus) GetReadyReplicas() int32
func (*ReplicaSetStatus) GetReplicas ¶
func (m *ReplicaSetStatus) GetReplicas() int32
func (*ReplicaSetStatus) Marshal ¶
func (m *ReplicaSetStatus) Marshal() (dAtA []byte, err error)
func (*ReplicaSetStatus) ProtoMessage ¶
func (*ReplicaSetStatus) ProtoMessage()
func (*ReplicaSetStatus) Reset ¶
func (m *ReplicaSetStatus) Reset()
func (*ReplicaSetStatus) Size ¶
func (m *ReplicaSetStatus) Size() (n int)
func (*ReplicaSetStatus) String ¶
func (m *ReplicaSetStatus) String() string
func (*ReplicaSetStatus) Unmarshal ¶
func (m *ReplicaSetStatus) Unmarshal(dAtA []byte) error
type RollingUpdateDaemonSet ¶
type RollingUpdateDaemonSet struct { // The maximum number of DaemonSet pods that can be unavailable during the // update. Value can be an absolute number (ex: 5) or a percentage of total // number of DaemonSet pods at the start of the update (ex: 10%). Absolute // number is calculated from percentage by rounding up. // This cannot be 0. // Default value is 1. // Example: when this is set to 30%, at most 30% of the total number of nodes // that should be running the daemon pod (i.e. status.desiredNumberScheduled) // can have their pods stopped for an update at any given // time. The update starts by stopping at most 30% of those DaemonSet pods // and then brings up new DaemonSet pods in their place. Once the new pods // are available, it then proceeds onto other DaemonSet pods, thus ensuring // that at least 70% of original number of DaemonSet pods are available at // all times during the update. // +optional XXX_unrecognized []byte `json:"-"` }
Spec to control the desired behavior of daemon set rolling update.
func (*RollingUpdateDaemonSet) Descriptor ¶
func (*RollingUpdateDaemonSet) Descriptor() ([]byte, []int)
func (*RollingUpdateDaemonSet) GetMaxUnavailable ¶
func (m *RollingUpdateDaemonSet) GetMaxUnavailable() *k8s_io_apimachinery_pkg_util_intstr.IntOrString
func (*RollingUpdateDaemonSet) Marshal ¶
func (m *RollingUpdateDaemonSet) Marshal() (dAtA []byte, err error)
func (*RollingUpdateDaemonSet) MarshalTo ¶
func (m *RollingUpdateDaemonSet) MarshalTo(dAtA []byte) (int, error)
func (*RollingUpdateDaemonSet) ProtoMessage ¶
func (*RollingUpdateDaemonSet) ProtoMessage()
func (*RollingUpdateDaemonSet) Reset ¶
func (m *RollingUpdateDaemonSet) Reset()
func (*RollingUpdateDaemonSet) Size ¶
func (m *RollingUpdateDaemonSet) Size() (n int)
func (*RollingUpdateDaemonSet) String ¶
func (m *RollingUpdateDaemonSet) String() string
func (*RollingUpdateDaemonSet) Unmarshal ¶
func (m *RollingUpdateDaemonSet) Unmarshal(dAtA []byte) error
type RollingUpdateDeployment ¶
type RollingUpdateDeployment struct { // Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). // Absolute number is calculated from percentage by rounding down. // This can not be 0 if MaxSurge is 0. // Defaults to 25%. // Example: when this is set to 30%, the old RC can be scaled down to 70% of desired pods // immediately when the rolling update starts. Once new pods are ready, old RC // can be scaled down further, followed by scaling up the new RC, ensuring // that the total number of pods available at all times during the update is at // least 70% of desired pods. // +optional MaxUnavailable *k8s_io_apimachinery_pkg_util_intstr.IntOrString `protobuf:"bytes,1,opt,name=maxUnavailable" json:"maxUnavailable,omitempty"` // The maximum number of pods that can be scheduled above the desired number of // pods. // Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). // This can not be 0 if MaxUnavailable is 0. // Absolute number is calculated from percentage by rounding up. // Defaults to 25%. // Example: when this is set to 30%, the new RC can be scaled up immediately when // the rolling update starts, such that the total number of old and new pods do not exceed // 130% of desired pods. Once old pods have been killed, // new RC can be scaled up further, ensuring that total number of pods running // at any time during the update is atmost 130% of desired pods. // +optional MaxSurge *k8s_io_apimachinery_pkg_util_intstr.IntOrString `protobuf:"bytes,2,opt,name=maxSurge" json:"maxSurge,omitempty"` XXX_unrecognized []byte `json:"-"` }
Spec to control the desired behavior of rolling update.
func (*RollingUpdateDeployment) Descriptor ¶
func (*RollingUpdateDeployment) Descriptor() ([]byte, []int)
func (*RollingUpdateDeployment) GetMaxSurge ¶
func (m *RollingUpdateDeployment) GetMaxSurge() *k8s_io_apimachinery_pkg_util_intstr.IntOrString
func (*RollingUpdateDeployment) GetMaxUnavailable ¶
func (m *RollingUpdateDeployment) GetMaxUnavailable() *k8s_io_apimachinery_pkg_util_intstr.IntOrString
func (*RollingUpdateDeployment) Marshal ¶
func (m *RollingUpdateDeployment) Marshal() (dAtA []byte, err error)
func (*RollingUpdateDeployment) MarshalTo ¶
func (m *RollingUpdateDeployment) MarshalTo(dAtA []byte) (int, error)
func (*RollingUpdateDeployment) ProtoMessage ¶
func (*RollingUpdateDeployment) ProtoMessage()
func (*RollingUpdateDeployment) Reset ¶
func (m *RollingUpdateDeployment) Reset()
func (*RollingUpdateDeployment) Size ¶
func (m *RollingUpdateDeployment) Size() (n int)
func (*RollingUpdateDeployment) String ¶
func (m *RollingUpdateDeployment) String() string
func (*RollingUpdateDeployment) Unmarshal ¶
func (m *RollingUpdateDeployment) Unmarshal(dAtA []byte) error
type RollingUpdateStatefulSetStrategy ¶
type RollingUpdateStatefulSetStrategy struct { // Partition indicates the ordinal at which the StatefulSet should be // partitioned. // Default value is 0. // +optional Partition *int32 `protobuf:"varint,1,opt,name=partition" json:"partition,omitempty"` XXX_unrecognized []byte `json:"-"` }
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
func (*RollingUpdateStatefulSetStrategy) Descriptor ¶
func (*RollingUpdateStatefulSetStrategy) Descriptor() ([]byte, []int)
func (*RollingUpdateStatefulSetStrategy) GetPartition ¶
func (m *RollingUpdateStatefulSetStrategy) GetPartition() int32
func (*RollingUpdateStatefulSetStrategy) Marshal ¶
func (m *RollingUpdateStatefulSetStrategy) Marshal() (dAtA []byte, err error)
func (*RollingUpdateStatefulSetStrategy) MarshalTo ¶
func (m *RollingUpdateStatefulSetStrategy) MarshalTo(dAtA []byte) (int, error)
func (*RollingUpdateStatefulSetStrategy) ProtoMessage ¶
func (*RollingUpdateStatefulSetStrategy) ProtoMessage()
func (*RollingUpdateStatefulSetStrategy) Reset ¶
func (m *RollingUpdateStatefulSetStrategy) Reset()
func (*RollingUpdateStatefulSetStrategy) Size ¶
func (m *RollingUpdateStatefulSetStrategy) Size() (n int)
func (*RollingUpdateStatefulSetStrategy) String ¶
func (m *RollingUpdateStatefulSetStrategy) String() string
func (*RollingUpdateStatefulSetStrategy) Unmarshal ¶
func (m *RollingUpdateStatefulSetStrategy) Unmarshal(dAtA []byte) error
type Scale ¶
type Scale struct { // Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata. // +optional Metadata *k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta `protobuf:"bytes,1,opt,name=metadata" json:"metadata,omitempty"` // defines the behavior of the scale. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status. // +optional Spec *ScaleSpec `protobuf:"bytes,2,opt,name=spec" json:"spec,omitempty"` // current status of the scale. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status. Read-only. // +optional Status *ScaleStatus `protobuf:"bytes,3,opt,name=status" json:"status,omitempty"` XXX_unrecognized []byte `json:"-"` }
Scale represents a scaling request for a resource.
func (*Scale) Descriptor ¶
func (*Scale) GetMetadata ¶
func (m *Scale) GetMetadata() *k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta
func (*Scale) GetStatus ¶
func (m *Scale) GetStatus() *ScaleStatus
func (*Scale) ProtoMessage ¶
func (*Scale) ProtoMessage()
type ScaleSpec ¶
type ScaleSpec struct { // desired number of instances for the scaled object. // +optional Replicas *int32 `protobuf:"varint,1,opt,name=replicas" json:"replicas,omitempty"` XXX_unrecognized []byte `json:"-"` }
ScaleSpec describes the attributes of a scale subresource
func (*ScaleSpec) Descriptor ¶
func (*ScaleSpec) GetReplicas ¶
func (*ScaleSpec) ProtoMessage ¶
func (*ScaleSpec) ProtoMessage()
type ScaleStatus ¶
type ScaleStatus struct { // actual number of observed instances of the scaled object. Replicas *int32 `protobuf:"varint,1,opt,name=replicas" json:"replicas,omitempty"` // label query over pods that should match the replicas count. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors // +optional Selector map[string]string `` /* 136-byte string literal not displayed */ // label selector for pods that should match the replicas count. This is a serializated // version of both map-based and more expressive set-based selectors. This is done to // avoid introspection in the clients. The string will be in the same format as the // query-param syntax. If the target type only supports map-based selectors, both this // field and map-based selector field are populated. // More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors // +optional TargetSelector *string `protobuf:"bytes,3,opt,name=targetSelector" json:"targetSelector,omitempty"` XXX_unrecognized []byte `json:"-"` }
ScaleStatus represents the current status of a scale subresource.
func (*ScaleStatus) Descriptor ¶
func (*ScaleStatus) Descriptor() ([]byte, []int)
func (*ScaleStatus) GetReplicas ¶
func (m *ScaleStatus) GetReplicas() int32
func (*ScaleStatus) GetSelector ¶
func (m *ScaleStatus) GetSelector() map[string]string
func (*ScaleStatus) GetTargetSelector ¶
func (m *ScaleStatus) GetTargetSelector() string
func (*ScaleStatus) Marshal ¶
func (m *ScaleStatus) Marshal() (dAtA []byte, err error)
func (*ScaleStatus) ProtoMessage ¶
func (*ScaleStatus) ProtoMessage()
func (*ScaleStatus) Reset ¶
func (m *ScaleStatus) Reset()
func (*ScaleStatus) Size ¶
func (m *ScaleStatus) Size() (n int)
func (*ScaleStatus) String ¶
func (m *ScaleStatus) String() string
func (*ScaleStatus) Unmarshal ¶
func (m *ScaleStatus) Unmarshal(dAtA []byte) error
type StatefulSet ¶
type StatefulSet struct { // +optional Metadata *k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta `protobuf:"bytes,1,opt,name=metadata" json:"metadata,omitempty"` // Spec defines the desired identities of pods in this set. // +optional Spec *StatefulSetSpec `protobuf:"bytes,2,opt,name=spec" json:"spec,omitempty"` // Status is the current status of Pods in this StatefulSet. This data // may be out of date by some window of time. // +optional Status *StatefulSetStatus `protobuf:"bytes,3,opt,name=status" json:"status,omitempty"` XXX_unrecognized []byte `json:"-"` }
DEPRECATED - This group version of StatefulSet is deprecated by apps/v1/StatefulSet. See the release notes for more information. StatefulSet represents a set of pods with consistent identities. Identities are defined as:
- Network: A single stable DNS and hostname.
- Storage: As many VolumeClaims as requested.
The StatefulSet guarantees that a given network identity will always map to the same storage identity.
func (*StatefulSet) Descriptor ¶
func (*StatefulSet) Descriptor() ([]byte, []int)
func (*StatefulSet) GetMetadata ¶
func (m *StatefulSet) GetMetadata() *k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta
func (*StatefulSet) GetSpec ¶
func (m *StatefulSet) GetSpec() *StatefulSetSpec
func (*StatefulSet) GetStatus ¶
func (m *StatefulSet) GetStatus() *StatefulSetStatus
func (*StatefulSet) Marshal ¶
func (m *StatefulSet) Marshal() (dAtA []byte, err error)
func (*StatefulSet) ProtoMessage ¶
func (*StatefulSet) ProtoMessage()
func (*StatefulSet) Reset ¶
func (m *StatefulSet) Reset()
func (*StatefulSet) Size ¶
func (m *StatefulSet) Size() (n int)
func (*StatefulSet) String ¶
func (m *StatefulSet) String() string
func (*StatefulSet) Unmarshal ¶
func (m *StatefulSet) Unmarshal(dAtA []byte) error
type StatefulSetCondition ¶
type StatefulSetCondition struct { // Type of statefulset condition. Type *string `protobuf:"bytes,1,opt,name=type" json:"type,omitempty"` // Status of the condition, one of True, False, Unknown. Status *string `protobuf:"bytes,2,opt,name=status" json:"status,omitempty"` // Last time the condition transitioned from one status to another. // +optional LastTransitionTime *k8s_io_apimachinery_pkg_apis_meta_v1.Time `protobuf:"bytes,3,opt,name=lastTransitionTime" json:"lastTransitionTime,omitempty"` // The reason for the condition's last transition. // +optional Reason *string `protobuf:"bytes,4,opt,name=reason" json:"reason,omitempty"` // A human readable message indicating details about the transition. // +optional Message *string `protobuf:"bytes,5,opt,name=message" json:"message,omitempty"` XXX_unrecognized []byte `json:"-"` }
StatefulSetCondition describes the state of a statefulset at a certain point.
func (*StatefulSetCondition) Descriptor ¶
func (*StatefulSetCondition) Descriptor() ([]byte, []int)
func (*StatefulSetCondition) GetLastTransitionTime ¶
func (m *StatefulSetCondition) GetLastTransitionTime() *k8s_io_apimachinery_pkg_apis_meta_v1.Time
func (*StatefulSetCondition) GetMessage ¶
func (m *StatefulSetCondition) GetMessage() string
func (*StatefulSetCondition) GetReason ¶
func (m *StatefulSetCondition) GetReason() string
func (*StatefulSetCondition) GetStatus ¶
func (m *StatefulSetCondition) GetStatus() string
func (*StatefulSetCondition) GetType ¶
func (m *StatefulSetCondition) GetType() string
func (*StatefulSetCondition) Marshal ¶
func (m *StatefulSetCondition) Marshal() (dAtA []byte, err error)
func (*StatefulSetCondition) MarshalTo ¶
func (m *StatefulSetCondition) MarshalTo(dAtA []byte) (int, error)
func (*StatefulSetCondition) ProtoMessage ¶
func (*StatefulSetCondition) ProtoMessage()
func (*StatefulSetCondition) Reset ¶
func (m *StatefulSetCondition) Reset()
func (*StatefulSetCondition) Size ¶
func (m *StatefulSetCondition) Size() (n int)
func (*StatefulSetCondition) String ¶
func (m *StatefulSetCondition) String() string
func (*StatefulSetCondition) Unmarshal ¶
func (m *StatefulSetCondition) Unmarshal(dAtA []byte) error
type StatefulSetList ¶
type StatefulSetList struct { // +optional Metadata *k8s_io_apimachinery_pkg_apis_meta_v1.ListMeta `protobuf:"bytes,1,opt,name=metadata" json:"metadata,omitempty"` Items []*StatefulSet `protobuf:"bytes,2,rep,name=items" json:"items,omitempty"` XXX_unrecognized []byte `json:"-"` }
StatefulSetList is a collection of StatefulSets.
func (*StatefulSetList) Descriptor ¶
func (*StatefulSetList) Descriptor() ([]byte, []int)
func (*StatefulSetList) GetItems ¶
func (m *StatefulSetList) GetItems() []*StatefulSet
func (*StatefulSetList) GetMetadata ¶
func (m *StatefulSetList) GetMetadata() *k8s_io_apimachinery_pkg_apis_meta_v1.ListMeta
func (*StatefulSetList) Marshal ¶
func (m *StatefulSetList) Marshal() (dAtA []byte, err error)
func (*StatefulSetList) ProtoMessage ¶
func (*StatefulSetList) ProtoMessage()
func (*StatefulSetList) Reset ¶
func (m *StatefulSetList) Reset()
func (*StatefulSetList) Size ¶
func (m *StatefulSetList) Size() (n int)
func (*StatefulSetList) String ¶
func (m *StatefulSetList) String() string
func (*StatefulSetList) Unmarshal ¶
func (m *StatefulSetList) Unmarshal(dAtA []byte) error
type StatefulSetSpec ¶
type StatefulSetSpec struct { // replicas is the desired number of replicas of the given Template. // These are replicas in the sense that they are instantiations of the // same Template, but individual replicas also have a consistent identity. // If unspecified, defaults to 1. // TODO: Consider a rename of this field. // +optional Replicas *int32 `protobuf:"varint,1,opt,name=replicas" json:"replicas,omitempty"` // selector is a label query over pods that should match the replica count. // It must match the pod template's labels. // More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors Selector *k8s_io_apimachinery_pkg_apis_meta_v1.LabelSelector `protobuf:"bytes,2,opt,name=selector" json:"selector,omitempty"` // template is the object that describes the pod that will be created if // insufficient replicas are detected. Each pod stamped out by the StatefulSet // will fulfill this Template, but have a unique identity from the rest // of the StatefulSet. Template *k8s_io_api_core_v1.PodTemplateSpec `protobuf:"bytes,3,opt,name=template" json:"template,omitempty"` // volumeClaimTemplates is a list of claims that pods are allowed to reference. // The StatefulSet controller is responsible for mapping network identities to // claims in a way that maintains the identity of a pod. Every claim in // this list must have at least one matching (by name) volumeMount in one // container in the template. A claim in this list takes precedence over // any volumes in the template, with the same name. // TODO: Define the behavior if a claim already exists with the same name. // +optional VolumeClaimTemplates []*k8s_io_api_core_v1.PersistentVolumeClaim `protobuf:"bytes,4,rep,name=volumeClaimTemplates" json:"volumeClaimTemplates,omitempty"` // serviceName is the name of the service that governs this StatefulSet. // This service must exist before the StatefulSet, and is responsible for // the network identity of the set. Pods get DNS/hostnames that follow the // pattern: pod-specific-string.serviceName.default.svc.cluster.local // where "pod-specific-string" is managed by the StatefulSet controller. ServiceName *string `protobuf:"bytes,5,opt,name=serviceName" json:"serviceName,omitempty"` // podManagementPolicy controls how pods are created during initial scale up, // when replacing pods on nodes, or when scaling down. The default policy is // `OrderedReady`, where pods are created in increasing order (pod-0, then // pod-1, etc) and the controller will wait until each pod is ready before // continuing. When scaling down, the pods are removed in the opposite order. // The alternative policy is `Parallel` which will create pods in parallel // to match the desired scale without waiting, and on scale down will delete // all pods at once. // +optional PodManagementPolicy *string `protobuf:"bytes,6,opt,name=podManagementPolicy" json:"podManagementPolicy,omitempty"` // updateStrategy indicates the StatefulSetUpdateStrategy that will be // employed to update Pods in the StatefulSet when a revision is made to // Template. UpdateStrategy *StatefulSetUpdateStrategy `protobuf:"bytes,7,opt,name=updateStrategy" json:"updateStrategy,omitempty"` // revisionHistoryLimit is the maximum number of revisions that will // be maintained in the StatefulSet's revision history. The revision history // consists of all revisions not represented by a currently applied // StatefulSetSpec version. The default value is 10. RevisionHistoryLimit *int32 `protobuf:"varint,8,opt,name=revisionHistoryLimit" json:"revisionHistoryLimit,omitempty"` XXX_unrecognized []byte `json:"-"` }
A StatefulSetSpec is the specification of a StatefulSet.
func (*StatefulSetSpec) Descriptor ¶
func (*StatefulSetSpec) Descriptor() ([]byte, []int)
func (*StatefulSetSpec) GetPodManagementPolicy ¶
func (m *StatefulSetSpec) GetPodManagementPolicy() string
func (*StatefulSetSpec) GetReplicas ¶
func (m *StatefulSetSpec) GetReplicas() int32
func (*StatefulSetSpec) GetRevisionHistoryLimit ¶
func (m *StatefulSetSpec) GetRevisionHistoryLimit() int32
func (*StatefulSetSpec) GetSelector ¶
func (m *StatefulSetSpec) GetSelector() *k8s_io_apimachinery_pkg_apis_meta_v1.LabelSelector
func (*StatefulSetSpec) GetServiceName ¶
func (m *StatefulSetSpec) GetServiceName() string
func (*StatefulSetSpec) GetTemplate ¶
func (m *StatefulSetSpec) GetTemplate() *k8s_io_api_core_v1.PodTemplateSpec
func (*StatefulSetSpec) GetUpdateStrategy ¶
func (m *StatefulSetSpec) GetUpdateStrategy() *StatefulSetUpdateStrategy
func (*StatefulSetSpec) GetVolumeClaimTemplates ¶
func (m *StatefulSetSpec) GetVolumeClaimTemplates() []*k8s_io_api_core_v1.PersistentVolumeClaim
func (*StatefulSetSpec) Marshal ¶
func (m *StatefulSetSpec) Marshal() (dAtA []byte, err error)
func (*StatefulSetSpec) ProtoMessage ¶
func (*StatefulSetSpec) ProtoMessage()
func (*StatefulSetSpec) Reset ¶
func (m *StatefulSetSpec) Reset()
func (*StatefulSetSpec) Size ¶
func (m *StatefulSetSpec) Size() (n int)
func (*StatefulSetSpec) String ¶
func (m *StatefulSetSpec) String() string
func (*StatefulSetSpec) Unmarshal ¶
func (m *StatefulSetSpec) Unmarshal(dAtA []byte) error
type StatefulSetStatus ¶
type StatefulSetStatus struct { // observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the // StatefulSet's generation, which is updated on mutation by the API Server. // +optional ObservedGeneration *int64 `protobuf:"varint,1,opt,name=observedGeneration" json:"observedGeneration,omitempty"` // replicas is the number of Pods created by the StatefulSet controller. Replicas *int32 `protobuf:"varint,2,opt,name=replicas" json:"replicas,omitempty"` // readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition. ReadyReplicas *int32 `protobuf:"varint,3,opt,name=readyReplicas" json:"readyReplicas,omitempty"` // currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version // indicated by currentRevision. CurrentReplicas *int32 `protobuf:"varint,4,opt,name=currentReplicas" json:"currentReplicas,omitempty"` // updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version // indicated by updateRevision. UpdatedReplicas *int32 `protobuf:"varint,5,opt,name=updatedReplicas" json:"updatedReplicas,omitempty"` // currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the // sequence [0,currentReplicas). CurrentRevision *string `protobuf:"bytes,6,opt,name=currentRevision" json:"currentRevision,omitempty"` // updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence // [replicas-updatedReplicas,replicas) UpdateRevision *string `protobuf:"bytes,7,opt,name=updateRevision" json:"updateRevision,omitempty"` // collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller // uses this field as a collision avoidance mechanism when it needs to create the name for the // newest ControllerRevision. // +optional CollisionCount *int32 `protobuf:"varint,9,opt,name=collisionCount" json:"collisionCount,omitempty"` // Represents the latest available observations of a statefulset's current state. // +optional // +patchMergeKey=type // +patchStrategy=merge Conditions []*StatefulSetCondition `protobuf:"bytes,10,rep,name=conditions" json:"conditions,omitempty"` XXX_unrecognized []byte `json:"-"` }
StatefulSetStatus represents the current state of a StatefulSet.
func (*StatefulSetStatus) Descriptor ¶
func (*StatefulSetStatus) Descriptor() ([]byte, []int)
func (*StatefulSetStatus) GetCollisionCount ¶
func (m *StatefulSetStatus) GetCollisionCount() int32
func (*StatefulSetStatus) GetConditions ¶
func (m *StatefulSetStatus) GetConditions() []*StatefulSetCondition
func (*StatefulSetStatus) GetCurrentReplicas ¶
func (m *StatefulSetStatus) GetCurrentReplicas() int32
func (*StatefulSetStatus) GetCurrentRevision ¶
func (m *StatefulSetStatus) GetCurrentRevision() string
func (*StatefulSetStatus) GetObservedGeneration ¶
func (m *StatefulSetStatus) GetObservedGeneration() int64
func (*StatefulSetStatus) GetReadyReplicas ¶
func (m *StatefulSetStatus) GetReadyReplicas() int32
func (*StatefulSetStatus) GetReplicas ¶
func (m *StatefulSetStatus) GetReplicas() int32
func (*StatefulSetStatus) GetUpdateRevision ¶
func (m *StatefulSetStatus) GetUpdateRevision() string
func (*StatefulSetStatus) GetUpdatedReplicas ¶
func (m *StatefulSetStatus) GetUpdatedReplicas() int32
func (*StatefulSetStatus) Marshal ¶
func (m *StatefulSetStatus) Marshal() (dAtA []byte, err error)
func (*StatefulSetStatus) MarshalTo ¶
func (m *StatefulSetStatus) MarshalTo(dAtA []byte) (int, error)
func (*StatefulSetStatus) ProtoMessage ¶
func (*StatefulSetStatus) ProtoMessage()
func (*StatefulSetStatus) Reset ¶
func (m *StatefulSetStatus) Reset()
func (*StatefulSetStatus) Size ¶
func (m *StatefulSetStatus) Size() (n int)
func (*StatefulSetStatus) String ¶
func (m *StatefulSetStatus) String() string
func (*StatefulSetStatus) Unmarshal ¶
func (m *StatefulSetStatus) Unmarshal(dAtA []byte) error
type StatefulSetUpdateStrategy ¶
type StatefulSetUpdateStrategy struct { // Type indicates the type of the StatefulSetUpdateStrategy. // Default is RollingUpdate. // +optional Type *string `protobuf:"bytes,1,opt,name=type" json:"type,omitempty"` // RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType. // +optional RollingUpdate *RollingUpdateStatefulSetStrategy `protobuf:"bytes,2,opt,name=rollingUpdate" json:"rollingUpdate,omitempty"` XXX_unrecognized []byte `json:"-"` }
StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy.
func (*StatefulSetUpdateStrategy) Descriptor ¶
func (*StatefulSetUpdateStrategy) Descriptor() ([]byte, []int)
func (*StatefulSetUpdateStrategy) GetRollingUpdate ¶
func (m *StatefulSetUpdateStrategy) GetRollingUpdate() *RollingUpdateStatefulSetStrategy
func (*StatefulSetUpdateStrategy) GetType ¶
func (m *StatefulSetUpdateStrategy) GetType() string
func (*StatefulSetUpdateStrategy) Marshal ¶
func (m *StatefulSetUpdateStrategy) Marshal() (dAtA []byte, err error)
func (*StatefulSetUpdateStrategy) MarshalTo ¶
func (m *StatefulSetUpdateStrategy) MarshalTo(dAtA []byte) (int, error)
func (*StatefulSetUpdateStrategy) ProtoMessage ¶
func (*StatefulSetUpdateStrategy) ProtoMessage()
func (*StatefulSetUpdateStrategy) Reset ¶
func (m *StatefulSetUpdateStrategy) Reset()
func (*StatefulSetUpdateStrategy) Size ¶
func (m *StatefulSetUpdateStrategy) Size() (n int)
func (*StatefulSetUpdateStrategy) String ¶
func (m *StatefulSetUpdateStrategy) String() string
func (*StatefulSetUpdateStrategy) Unmarshal ¶
func (m *StatefulSetUpdateStrategy) Unmarshal(dAtA []byte) error