Versions in this module Expand all Collapse all v1 v1.1.0 Apr 27, 2018 v1.0.0 Jan 20, 2018 Changes in this version + var ErrIntOverflowGenerated = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthGenerated = fmt.Errorf("proto: negative length found during unmarshaling") + type ControllerRevision struct + Data *k8s_io_apimachinery_pkg_runtime.RawExtension + Metadata *k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta + Revision *int64 + XXX_unrecognized []byte + func (*ControllerRevision) Descriptor() ([]byte, []int) + func (*ControllerRevision) ProtoMessage() + 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 (m *ControllerRevision) Reset() + func (m *ControllerRevision) Size() (n int) + func (m *ControllerRevision) String() string + func (m *ControllerRevision) Unmarshal(dAtA []byte) error + type ControllerRevisionList struct + Items []*ControllerRevision + Metadata *k8s_io_apimachinery_pkg_apis_meta_v1.ListMeta + XXX_unrecognized []byte + func (*ControllerRevisionList) Descriptor() ([]byte, []int) + func (*ControllerRevisionList) ProtoMessage() + 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 (m *ControllerRevisionList) Reset() + func (m *ControllerRevisionList) Size() (n int) + func (m *ControllerRevisionList) String() string + func (m *ControllerRevisionList) Unmarshal(dAtA []byte) error + type DaemonSet struct + Metadata *k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta + Spec *DaemonSetSpec + Status *DaemonSetStatus + XXX_unrecognized []byte + func (*DaemonSet) Descriptor() ([]byte, []int) + func (*DaemonSet) ProtoMessage() + 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 (m *DaemonSet) Reset() + func (m *DaemonSet) Size() (n int) + func (m *DaemonSet) String() string + func (m *DaemonSet) Unmarshal(dAtA []byte) error + type DaemonSetCondition struct + LastTransitionTime *k8s_io_apimachinery_pkg_apis_meta_v1.Time + Message *string + Reason *string + Status *string + Type *string + XXX_unrecognized []byte + func (*DaemonSetCondition) Descriptor() ([]byte, []int) + func (*DaemonSetCondition) ProtoMessage() + 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 (m *DaemonSetCondition) Reset() + func (m *DaemonSetCondition) Size() (n int) + func (m *DaemonSetCondition) String() string + func (m *DaemonSetCondition) Unmarshal(dAtA []byte) error + type DaemonSetList struct + Items []*DaemonSet + Metadata *k8s_io_apimachinery_pkg_apis_meta_v1.ListMeta + XXX_unrecognized []byte + func (*DaemonSetList) Descriptor() ([]byte, []int) + func (*DaemonSetList) ProtoMessage() + 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 (m *DaemonSetList) Reset() + func (m *DaemonSetList) Size() (n int) + func (m *DaemonSetList) String() string + func (m *DaemonSetList) Unmarshal(dAtA []byte) error + type DaemonSetSpec struct + MinReadySeconds *int32 + RevisionHistoryLimit *int32 + Selector *k8s_io_apimachinery_pkg_apis_meta_v1.LabelSelector + Template *k8s_io_api_core_v1.PodTemplateSpec + UpdateStrategy *DaemonSetUpdateStrategy + XXX_unrecognized []byte + func (*DaemonSetSpec) Descriptor() ([]byte, []int) + func (*DaemonSetSpec) ProtoMessage() + 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 (m *DaemonSetSpec) Reset() + func (m *DaemonSetSpec) Size() (n int) + func (m *DaemonSetSpec) String() string + func (m *DaemonSetSpec) Unmarshal(dAtA []byte) error + type DaemonSetStatus struct + CollisionCount *int32 + Conditions []*DaemonSetCondition + CurrentNumberScheduled *int32 + DesiredNumberScheduled *int32 + NumberAvailable *int32 + NumberMisscheduled *int32 + NumberReady *int32 + NumberUnavailable *int32 + ObservedGeneration *int64 + UpdatedNumberScheduled *int32 + XXX_unrecognized []byte + func (*DaemonSetStatus) Descriptor() ([]byte, []int) + func (*DaemonSetStatus) ProtoMessage() + 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 (m *DaemonSetStatus) Reset() + func (m *DaemonSetStatus) Size() (n int) + func (m *DaemonSetStatus) String() string + func (m *DaemonSetStatus) Unmarshal(dAtA []byte) error + type DaemonSetUpdateStrategy struct + RollingUpdate *RollingUpdateDaemonSet + Type *string + XXX_unrecognized []byte + func (*DaemonSetUpdateStrategy) Descriptor() ([]byte, []int) + func (*DaemonSetUpdateStrategy) ProtoMessage() + 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 (m *DaemonSetUpdateStrategy) Reset() + func (m *DaemonSetUpdateStrategy) Size() (n int) + func (m *DaemonSetUpdateStrategy) String() string + func (m *DaemonSetUpdateStrategy) Unmarshal(dAtA []byte) error + type Deployment struct + Metadata *k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta + Spec *DeploymentSpec + Status *DeploymentStatus + XXX_unrecognized []byte + func (*Deployment) Descriptor() ([]byte, []int) + func (*Deployment) ProtoMessage() + 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 (m *Deployment) Reset() + func (m *Deployment) Size() (n int) + func (m *Deployment) String() string + func (m *Deployment) Unmarshal(dAtA []byte) error + type DeploymentCondition struct + LastTransitionTime *k8s_io_apimachinery_pkg_apis_meta_v1.Time + LastUpdateTime *k8s_io_apimachinery_pkg_apis_meta_v1.Time + Message *string + Reason *string + Status *string + Type *string + XXX_unrecognized []byte + func (*DeploymentCondition) Descriptor() ([]byte, []int) + func (*DeploymentCondition) ProtoMessage() + 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 (m *DeploymentCondition) Reset() + func (m *DeploymentCondition) Size() (n int) + func (m *DeploymentCondition) String() string + func (m *DeploymentCondition) Unmarshal(dAtA []byte) error + type DeploymentList struct + Items []*Deployment + Metadata *k8s_io_apimachinery_pkg_apis_meta_v1.ListMeta + XXX_unrecognized []byte + func (*DeploymentList) Descriptor() ([]byte, []int) + func (*DeploymentList) ProtoMessage() + 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 (m *DeploymentList) Reset() + func (m *DeploymentList) Size() (n int) + func (m *DeploymentList) String() string + func (m *DeploymentList) Unmarshal(dAtA []byte) error + type DeploymentSpec struct + MinReadySeconds *int32 + Paused *bool + ProgressDeadlineSeconds *int32 + Replicas *int32 + RevisionHistoryLimit *int32 + Selector *k8s_io_apimachinery_pkg_apis_meta_v1.LabelSelector + Strategy *DeploymentStrategy + Template *k8s_io_api_core_v1.PodTemplateSpec + XXX_unrecognized []byte + func (*DeploymentSpec) Descriptor() ([]byte, []int) + func (*DeploymentSpec) ProtoMessage() + 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 (m *DeploymentSpec) Reset() + func (m *DeploymentSpec) Size() (n int) + func (m *DeploymentSpec) String() string + func (m *DeploymentSpec) Unmarshal(dAtA []byte) error + type DeploymentStatus struct + AvailableReplicas *int32 + CollisionCount *int32 + Conditions []*DeploymentCondition + ObservedGeneration *int64 + ReadyReplicas *int32 + Replicas *int32 + UnavailableReplicas *int32 + UpdatedReplicas *int32 + XXX_unrecognized []byte + func (*DeploymentStatus) Descriptor() ([]byte, []int) + func (*DeploymentStatus) ProtoMessage() + 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 (m *DeploymentStatus) Reset() + func (m *DeploymentStatus) Size() (n int) + func (m *DeploymentStatus) String() string + func (m *DeploymentStatus) Unmarshal(dAtA []byte) error + type DeploymentStrategy struct + RollingUpdate *RollingUpdateDeployment + Type *string + XXX_unrecognized []byte + func (*DeploymentStrategy) Descriptor() ([]byte, []int) + func (*DeploymentStrategy) ProtoMessage() + 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 (m *DeploymentStrategy) Reset() + func (m *DeploymentStrategy) Size() (n int) + func (m *DeploymentStrategy) String() string + func (m *DeploymentStrategy) Unmarshal(dAtA []byte) error + type ReplicaSet struct + Metadata *k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta + Spec *ReplicaSetSpec + Status *ReplicaSetStatus + XXX_unrecognized []byte + func (*ReplicaSet) Descriptor() ([]byte, []int) + func (*ReplicaSet) ProtoMessage() + 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 (m *ReplicaSet) Reset() + func (m *ReplicaSet) Size() (n int) + func (m *ReplicaSet) String() string + func (m *ReplicaSet) Unmarshal(dAtA []byte) error + type ReplicaSetCondition struct + LastTransitionTime *k8s_io_apimachinery_pkg_apis_meta_v1.Time + Message *string + Reason *string + Status *string + Type *string + XXX_unrecognized []byte + func (*ReplicaSetCondition) Descriptor() ([]byte, []int) + func (*ReplicaSetCondition) ProtoMessage() + 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 (m *ReplicaSetCondition) Reset() + func (m *ReplicaSetCondition) Size() (n int) + func (m *ReplicaSetCondition) String() string + func (m *ReplicaSetCondition) Unmarshal(dAtA []byte) error + type ReplicaSetList struct + Items []*ReplicaSet + Metadata *k8s_io_apimachinery_pkg_apis_meta_v1.ListMeta + XXX_unrecognized []byte + func (*ReplicaSetList) Descriptor() ([]byte, []int) + func (*ReplicaSetList) ProtoMessage() + 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 (m *ReplicaSetList) Reset() + func (m *ReplicaSetList) Size() (n int) + func (m *ReplicaSetList) String() string + func (m *ReplicaSetList) Unmarshal(dAtA []byte) error + type ReplicaSetSpec struct + MinReadySeconds *int32 + Replicas *int32 + Selector *k8s_io_apimachinery_pkg_apis_meta_v1.LabelSelector + Template *k8s_io_api_core_v1.PodTemplateSpec + XXX_unrecognized []byte + func (*ReplicaSetSpec) Descriptor() ([]byte, []int) + func (*ReplicaSetSpec) ProtoMessage() + 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 (m *ReplicaSetSpec) Reset() + func (m *ReplicaSetSpec) Size() (n int) + func (m *ReplicaSetSpec) String() string + func (m *ReplicaSetSpec) Unmarshal(dAtA []byte) error + type ReplicaSetStatus struct + AvailableReplicas *int32 + Conditions []*ReplicaSetCondition + FullyLabeledReplicas *int32 + ObservedGeneration *int64 + ReadyReplicas *int32 + Replicas *int32 + XXX_unrecognized []byte + func (*ReplicaSetStatus) Descriptor() ([]byte, []int) + func (*ReplicaSetStatus) ProtoMessage() + 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 (m *ReplicaSetStatus) Reset() + func (m *ReplicaSetStatus) Size() (n int) + func (m *ReplicaSetStatus) String() string + func (m *ReplicaSetStatus) Unmarshal(dAtA []byte) error + type RollingUpdateDaemonSet struct + MaxUnavailable *k8s_io_apimachinery_pkg_util_intstr.IntOrString + XXX_unrecognized []byte + func (*RollingUpdateDaemonSet) Descriptor() ([]byte, []int) + func (*RollingUpdateDaemonSet) ProtoMessage() + 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 (m *RollingUpdateDaemonSet) Reset() + func (m *RollingUpdateDaemonSet) Size() (n int) + func (m *RollingUpdateDaemonSet) String() string + func (m *RollingUpdateDaemonSet) Unmarshal(dAtA []byte) error + type RollingUpdateDeployment struct + MaxSurge *k8s_io_apimachinery_pkg_util_intstr.IntOrString + MaxUnavailable *k8s_io_apimachinery_pkg_util_intstr.IntOrString + XXX_unrecognized []byte + func (*RollingUpdateDeployment) Descriptor() ([]byte, []int) + func (*RollingUpdateDeployment) ProtoMessage() + 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 (m *RollingUpdateDeployment) Reset() + func (m *RollingUpdateDeployment) Size() (n int) + func (m *RollingUpdateDeployment) String() string + func (m *RollingUpdateDeployment) Unmarshal(dAtA []byte) error + type RollingUpdateStatefulSetStrategy struct + Partition *int32 + XXX_unrecognized []byte + func (*RollingUpdateStatefulSetStrategy) Descriptor() ([]byte, []int) + func (*RollingUpdateStatefulSetStrategy) ProtoMessage() + func (m *RollingUpdateStatefulSetStrategy) GetPartition() int32 + func (m *RollingUpdateStatefulSetStrategy) Marshal() (dAtA []byte, err error) + func (m *RollingUpdateStatefulSetStrategy) MarshalTo(dAtA []byte) (int, error) + func (m *RollingUpdateStatefulSetStrategy) Reset() + func (m *RollingUpdateStatefulSetStrategy) Size() (n int) + func (m *RollingUpdateStatefulSetStrategy) String() string + func (m *RollingUpdateStatefulSetStrategy) Unmarshal(dAtA []byte) error + type Scale struct + Metadata *k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta + Spec *ScaleSpec + Status *ScaleStatus + XXX_unrecognized []byte + func (*Scale) Descriptor() ([]byte, []int) + func (*Scale) ProtoMessage() + 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 (m *Scale) Reset() + func (m *Scale) Size() (n int) + func (m *Scale) String() string + func (m *Scale) Unmarshal(dAtA []byte) error + type ScaleSpec struct + Replicas *int32 + XXX_unrecognized []byte + func (*ScaleSpec) Descriptor() ([]byte, []int) + func (*ScaleSpec) ProtoMessage() + func (m *ScaleSpec) GetReplicas() int32 + func (m *ScaleSpec) Marshal() (dAtA []byte, err error) + func (m *ScaleSpec) MarshalTo(dAtA []byte) (int, error) + func (m *ScaleSpec) Reset() + func (m *ScaleSpec) Size() (n int) + func (m *ScaleSpec) String() string + func (m *ScaleSpec) Unmarshal(dAtA []byte) error + type ScaleStatus struct + Replicas *int32 + Selector map[string]string + TargetSelector *string + XXX_unrecognized []byte + func (*ScaleStatus) Descriptor() ([]byte, []int) + func (*ScaleStatus) ProtoMessage() + 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 (m *ScaleStatus) Reset() + func (m *ScaleStatus) Size() (n int) + func (m *ScaleStatus) String() string + func (m *ScaleStatus) Unmarshal(dAtA []byte) error + type StatefulSet struct + Metadata *k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta + Spec *StatefulSetSpec + Status *StatefulSetStatus + XXX_unrecognized []byte + func (*StatefulSet) Descriptor() ([]byte, []int) + func (*StatefulSet) ProtoMessage() + 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 (m *StatefulSet) Reset() + func (m *StatefulSet) Size() (n int) + func (m *StatefulSet) String() string + func (m *StatefulSet) Unmarshal(dAtA []byte) error + type StatefulSetCondition struct + LastTransitionTime *k8s_io_apimachinery_pkg_apis_meta_v1.Time + Message *string + Reason *string + Status *string + Type *string + XXX_unrecognized []byte + func (*StatefulSetCondition) Descriptor() ([]byte, []int) + func (*StatefulSetCondition) ProtoMessage() + 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 (m *StatefulSetCondition) Reset() + func (m *StatefulSetCondition) Size() (n int) + func (m *StatefulSetCondition) String() string + func (m *StatefulSetCondition) Unmarshal(dAtA []byte) error + type StatefulSetList struct + Items []*StatefulSet + Metadata *k8s_io_apimachinery_pkg_apis_meta_v1.ListMeta + XXX_unrecognized []byte + func (*StatefulSetList) Descriptor() ([]byte, []int) + func (*StatefulSetList) ProtoMessage() + 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 (m *StatefulSetList) Reset() + func (m *StatefulSetList) Size() (n int) + func (m *StatefulSetList) String() string + func (m *StatefulSetList) Unmarshal(dAtA []byte) error + type StatefulSetSpec struct + PodManagementPolicy *string + Replicas *int32 + RevisionHistoryLimit *int32 + Selector *k8s_io_apimachinery_pkg_apis_meta_v1.LabelSelector + ServiceName *string + Template *k8s_io_api_core_v1.PodTemplateSpec + UpdateStrategy *StatefulSetUpdateStrategy + VolumeClaimTemplates []*k8s_io_api_core_v1.PersistentVolumeClaim + XXX_unrecognized []byte + func (*StatefulSetSpec) Descriptor() ([]byte, []int) + func (*StatefulSetSpec) ProtoMessage() + 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 (m *StatefulSetSpec) Reset() + func (m *StatefulSetSpec) Size() (n int) + func (m *StatefulSetSpec) String() string + func (m *StatefulSetSpec) Unmarshal(dAtA []byte) error + type StatefulSetStatus struct + CollisionCount *int32 + Conditions []*StatefulSetCondition + CurrentReplicas *int32 + CurrentRevision *string + ObservedGeneration *int64 + ReadyReplicas *int32 + Replicas *int32 + UpdateRevision *string + UpdatedReplicas *int32 + XXX_unrecognized []byte + func (*StatefulSetStatus) Descriptor() ([]byte, []int) + func (*StatefulSetStatus) ProtoMessage() + 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 (m *StatefulSetStatus) Reset() + func (m *StatefulSetStatus) Size() (n int) + func (m *StatefulSetStatus) String() string + func (m *StatefulSetStatus) Unmarshal(dAtA []byte) error + type StatefulSetUpdateStrategy struct + RollingUpdate *RollingUpdateStatefulSetStrategy + Type *string + XXX_unrecognized []byte + func (*StatefulSetUpdateStrategy) Descriptor() ([]byte, []int) + func (*StatefulSetUpdateStrategy) ProtoMessage() + 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 (m *StatefulSetUpdateStrategy) Reset() + func (m *StatefulSetUpdateStrategy) Size() (n int) + func (m *StatefulSetUpdateStrategy) String() string + func (m *StatefulSetUpdateStrategy) Unmarshal(dAtA []byte) error