v1beta1

package
v1.7.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 3, 2017 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Overview

Package v1beta1 is a generated protocol buffer package.

It is generated from these files:

k8s.io/kubernetes/pkg/apis/apps/v1beta1/generated.proto

It has these top-level messages:

ControllerRevision
ControllerRevisionList
Deployment
DeploymentCondition
DeploymentList
DeploymentRollback
DeploymentSpec
DeploymentStatus
DeploymentStrategy
RollbackConfig
RollingUpdateDeployment
RollingUpdateStatefulSetStrategy
Scale
ScaleSpec
ScaleStatus
StatefulSet
StatefulSetList
StatefulSetSpec
StatefulSetStatus
StatefulSetUpdateStrategy

Index

Constants

View Source
const (
	// StatefulSetInitAnnotation if present, and set to false, indicates that a Pod's readiness should be ignored.
	StatefulSetInitAnnotation      = "pod.alpha.kubernetes.io/initialized"
	ControllerRevisionHashLabelKey = "controller-revision-hash"
	StatefulSetRevisionLabel       = ControllerRevisionHashLabelKey
)
View Source
const (
	// RollingUpdateStatefulSetStrategyType indicates that update will be
	// applied to all Pods in the StatefulSet with respect to the StatefulSet
	// ordering constraints. When a scale operation is performed with this
	// strategy, new Pods will be created from the specification version indicated
	// by the StatefulSet's updateRevision.
	RollingUpdateStatefulSetStrategyType = "RollingUpdate"
	// OnDeleteStatefulSetStrategyType triggers the legacy behavior. Version
	// tracking and ordered rolling restarts are disabled. Pods are recreated
	// from the StatefulSetSpec when they are manually deleted. When a scale
	// operation is performed with this strategy,specification version indicated
	// by the StatefulSet's currentRevision.
	OnDeleteStatefulSetStrategyType = "OnDelete"
)
View Source
const (
	// DefaultDeploymentUniqueLabelKey is the default key of the selector that is added
	// to existing RCs (and label key that is added to its pods) to prevent the existing RCs
	// to select new pods (and old pods being select by new RC).
	DefaultDeploymentUniqueLabelKey string = "pod-template-hash"
)
View Source
const GroupName = "apps"

GroupName is the group name use in this package

Variables

View Source
var (
	ErrInvalidLengthGenerated = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowGenerated   = fmt.Errorf("proto: integer overflow")
)
View Source
var (
	// TODO: move SchemeBuilder with zz_generated.deepcopy.go to k8s.io/api.
	// localSchemeBuilder and AddToScheme will stay in k8s.io/kubernetes.
	SchemeBuilder runtime.SchemeBuilder

	AddToScheme = localSchemeBuilder.AddToScheme
)
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: "v1beta1"}

SchemeGroupVersion is group version used to register these objects

Functions

func Convert_apps_ControllerRevisionList_To_v1beta1_ControllerRevisionList added in v1.7.0

func Convert_apps_ControllerRevisionList_To_v1beta1_ControllerRevisionList(in *apps.ControllerRevisionList, out *ControllerRevisionList, s conversion.Scope) error

Convert_apps_ControllerRevisionList_To_v1beta1_ControllerRevisionList is an autogenerated conversion function.

func Convert_apps_ControllerRevision_To_v1beta1_ControllerRevision added in v1.7.0

func Convert_apps_ControllerRevision_To_v1beta1_ControllerRevision(in *apps.ControllerRevision, out *ControllerRevision, s conversion.Scope) error

Convert_apps_ControllerRevision_To_v1beta1_ControllerRevision is an autogenerated conversion function.

func Convert_apps_RollingUpdateStatefulSetStrategy_To_v1beta1_RollingUpdateStatefulSetStrategy added in v1.7.0

func Convert_apps_RollingUpdateStatefulSetStrategy_To_v1beta1_RollingUpdateStatefulSetStrategy(in *apps.RollingUpdateStatefulSetStrategy, out *RollingUpdateStatefulSetStrategy, s conversion.Scope) error

Convert_apps_RollingUpdateStatefulSetStrategy_To_v1beta1_RollingUpdateStatefulSetStrategy is an autogenerated conversion function.

func Convert_apps_StatefulSetList_To_v1beta1_StatefulSetList

func Convert_apps_StatefulSetList_To_v1beta1_StatefulSetList(in *apps.StatefulSetList, out *StatefulSetList, s conversion.Scope) error

Convert_apps_StatefulSetList_To_v1beta1_StatefulSetList is an autogenerated conversion function.

func Convert_apps_StatefulSetSpec_To_v1beta1_StatefulSetSpec

func Convert_apps_StatefulSetSpec_To_v1beta1_StatefulSetSpec(in *apps.StatefulSetSpec, out *StatefulSetSpec, s conversion.Scope) error

func Convert_apps_StatefulSetStatus_To_v1beta1_StatefulSetStatus

func Convert_apps_StatefulSetStatus_To_v1beta1_StatefulSetStatus(in *apps.StatefulSetStatus, out *StatefulSetStatus, s conversion.Scope) error

Convert_apps_StatefulSetStatus_To_v1beta1_StatefulSetStatus is an autogenerated conversion function.

func Convert_apps_StatefulSetUpdateStrategy_To_v1beta1_StatefulSetUpdateStrategy added in v1.7.0

func Convert_apps_StatefulSetUpdateStrategy_To_v1beta1_StatefulSetUpdateStrategy(in *apps.StatefulSetUpdateStrategy, out *StatefulSetUpdateStrategy, s conversion.Scope) error

func Convert_apps_StatefulSet_To_v1beta1_StatefulSet

func Convert_apps_StatefulSet_To_v1beta1_StatefulSet(in *apps.StatefulSet, out *StatefulSet, s conversion.Scope) error

Convert_apps_StatefulSet_To_v1beta1_StatefulSet is an autogenerated conversion function.

func Convert_extensions_DeploymentSpec_To_v1beta1_DeploymentSpec added in v1.6.0

func Convert_extensions_DeploymentSpec_To_v1beta1_DeploymentSpec(in *extensions.DeploymentSpec, out *DeploymentSpec, s conversion.Scope) error

func Convert_extensions_DeploymentStrategy_To_v1beta1_DeploymentStrategy added in v1.6.0

func Convert_extensions_DeploymentStrategy_To_v1beta1_DeploymentStrategy(in *extensions.DeploymentStrategy, out *DeploymentStrategy, s conversion.Scope) error

func Convert_extensions_RollingUpdateDeployment_To_v1beta1_RollingUpdateDeployment added in v1.6.0

func Convert_extensions_RollingUpdateDeployment_To_v1beta1_RollingUpdateDeployment(in *extensions.RollingUpdateDeployment, out *RollingUpdateDeployment, s conversion.Scope) error

func Convert_extensions_ScaleStatus_To_v1beta1_ScaleStatus added in v1.6.0

func Convert_extensions_ScaleStatus_To_v1beta1_ScaleStatus(in *extensions.ScaleStatus, out *ScaleStatus, s conversion.Scope) error

func Convert_v1beta1_ControllerRevisionList_To_apps_ControllerRevisionList added in v1.7.0

func Convert_v1beta1_ControllerRevisionList_To_apps_ControllerRevisionList(in *ControllerRevisionList, out *apps.ControllerRevisionList, s conversion.Scope) error

Convert_v1beta1_ControllerRevisionList_To_apps_ControllerRevisionList is an autogenerated conversion function.

func Convert_v1beta1_ControllerRevision_To_apps_ControllerRevision added in v1.7.0

func Convert_v1beta1_ControllerRevision_To_apps_ControllerRevision(in *ControllerRevision, out *apps.ControllerRevision, s conversion.Scope) error

Convert_v1beta1_ControllerRevision_To_apps_ControllerRevision is an autogenerated conversion function.

func Convert_v1beta1_DeploymentSpec_To_extensions_DeploymentSpec added in v1.6.0

func Convert_v1beta1_DeploymentSpec_To_extensions_DeploymentSpec(in *DeploymentSpec, out *extensions.DeploymentSpec, s conversion.Scope) error

func Convert_v1beta1_DeploymentStrategy_To_extensions_DeploymentStrategy added in v1.6.0

func Convert_v1beta1_DeploymentStrategy_To_extensions_DeploymentStrategy(in *DeploymentStrategy, out *extensions.DeploymentStrategy, s conversion.Scope) error

func Convert_v1beta1_RollingUpdateDeployment_To_extensions_RollingUpdateDeployment added in v1.6.0

func Convert_v1beta1_RollingUpdateDeployment_To_extensions_RollingUpdateDeployment(in *RollingUpdateDeployment, out *extensions.RollingUpdateDeployment, s conversion.Scope) error

func Convert_v1beta1_RollingUpdateStatefulSetStrategy_To_apps_RollingUpdateStatefulSetStrategy added in v1.7.0

func Convert_v1beta1_RollingUpdateStatefulSetStrategy_To_apps_RollingUpdateStatefulSetStrategy(in *RollingUpdateStatefulSetStrategy, out *apps.RollingUpdateStatefulSetStrategy, s conversion.Scope) error

Convert_v1beta1_RollingUpdateStatefulSetStrategy_To_apps_RollingUpdateStatefulSetStrategy is an autogenerated conversion function.

func Convert_v1beta1_ScaleStatus_To_extensions_ScaleStatus added in v1.6.0

func Convert_v1beta1_ScaleStatus_To_extensions_ScaleStatus(in *ScaleStatus, out *extensions.ScaleStatus, s conversion.Scope) error

func Convert_v1beta1_StatefulSetList_To_apps_StatefulSetList

func Convert_v1beta1_StatefulSetList_To_apps_StatefulSetList(in *StatefulSetList, out *apps.StatefulSetList, s conversion.Scope) error

Convert_v1beta1_StatefulSetList_To_apps_StatefulSetList is an autogenerated conversion function.

func Convert_v1beta1_StatefulSetSpec_To_apps_StatefulSetSpec

func Convert_v1beta1_StatefulSetSpec_To_apps_StatefulSetSpec(in *StatefulSetSpec, out *apps.StatefulSetSpec, s conversion.Scope) error

func Convert_v1beta1_StatefulSetStatus_To_apps_StatefulSetStatus

func Convert_v1beta1_StatefulSetStatus_To_apps_StatefulSetStatus(in *StatefulSetStatus, out *apps.StatefulSetStatus, s conversion.Scope) error

Convert_v1beta1_StatefulSetStatus_To_apps_StatefulSetStatus is an autogenerated conversion function.

func Convert_v1beta1_StatefulSetUpdateStrategy_To_apps_StatefulSetUpdateStrategy added in v1.7.0

func Convert_v1beta1_StatefulSetUpdateStrategy_To_apps_StatefulSetUpdateStrategy(in *StatefulSetUpdateStrategy, out *apps.StatefulSetUpdateStrategy, s conversion.Scope) error

func Convert_v1beta1_StatefulSet_To_apps_StatefulSet

func Convert_v1beta1_StatefulSet_To_apps_StatefulSet(in *StatefulSet, out *apps.StatefulSet, s conversion.Scope) error

Convert_v1beta1_StatefulSet_To_apps_StatefulSet is an autogenerated conversion function.

func DeepCopy_v1beta1_ControllerRevision added in v1.7.0

func DeepCopy_v1beta1_ControllerRevision(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1beta1_ControllerRevision is an autogenerated deepcopy function.

func DeepCopy_v1beta1_ControllerRevisionList added in v1.7.0

func DeepCopy_v1beta1_ControllerRevisionList(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1beta1_ControllerRevisionList is an autogenerated deepcopy function.

func DeepCopy_v1beta1_Deployment added in v1.6.0

func DeepCopy_v1beta1_Deployment(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1beta1_Deployment is an autogenerated deepcopy function.

func DeepCopy_v1beta1_DeploymentCondition added in v1.6.0

func DeepCopy_v1beta1_DeploymentCondition(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1beta1_DeploymentCondition is an autogenerated deepcopy function.

func DeepCopy_v1beta1_DeploymentList added in v1.6.0

func DeepCopy_v1beta1_DeploymentList(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1beta1_DeploymentList is an autogenerated deepcopy function.

func DeepCopy_v1beta1_DeploymentRollback added in v1.6.0

func DeepCopy_v1beta1_DeploymentRollback(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1beta1_DeploymentRollback is an autogenerated deepcopy function.

func DeepCopy_v1beta1_DeploymentSpec added in v1.6.0

func DeepCopy_v1beta1_DeploymentSpec(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1beta1_DeploymentSpec is an autogenerated deepcopy function.

func DeepCopy_v1beta1_DeploymentStatus added in v1.6.0

func DeepCopy_v1beta1_DeploymentStatus(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1beta1_DeploymentStatus is an autogenerated deepcopy function.

func DeepCopy_v1beta1_DeploymentStrategy added in v1.6.0

func DeepCopy_v1beta1_DeploymentStrategy(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1beta1_DeploymentStrategy is an autogenerated deepcopy function.

func DeepCopy_v1beta1_RollbackConfig added in v1.6.0

func DeepCopy_v1beta1_RollbackConfig(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1beta1_RollbackConfig is an autogenerated deepcopy function.

func DeepCopy_v1beta1_RollingUpdateDeployment added in v1.6.0

func DeepCopy_v1beta1_RollingUpdateDeployment(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1beta1_RollingUpdateDeployment is an autogenerated deepcopy function.

func DeepCopy_v1beta1_RollingUpdateStatefulSetStrategy added in v1.7.0

func DeepCopy_v1beta1_RollingUpdateStatefulSetStrategy(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1beta1_RollingUpdateStatefulSetStrategy is an autogenerated deepcopy function.

func DeepCopy_v1beta1_Scale added in v1.6.0

func DeepCopy_v1beta1_Scale(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1beta1_Scale is an autogenerated deepcopy function.

func DeepCopy_v1beta1_ScaleSpec added in v1.6.0

func DeepCopy_v1beta1_ScaleSpec(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1beta1_ScaleSpec is an autogenerated deepcopy function.

func DeepCopy_v1beta1_ScaleStatus added in v1.6.0

func DeepCopy_v1beta1_ScaleStatus(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1beta1_ScaleStatus is an autogenerated deepcopy function.

func DeepCopy_v1beta1_StatefulSet

func DeepCopy_v1beta1_StatefulSet(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1beta1_StatefulSet is an autogenerated deepcopy function.

func DeepCopy_v1beta1_StatefulSetList

func DeepCopy_v1beta1_StatefulSetList(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1beta1_StatefulSetList is an autogenerated deepcopy function.

func DeepCopy_v1beta1_StatefulSetSpec

func DeepCopy_v1beta1_StatefulSetSpec(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1beta1_StatefulSetSpec is an autogenerated deepcopy function.

func DeepCopy_v1beta1_StatefulSetStatus

func DeepCopy_v1beta1_StatefulSetStatus(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1beta1_StatefulSetStatus is an autogenerated deepcopy function.

func DeepCopy_v1beta1_StatefulSetUpdateStrategy added in v1.7.0

func DeepCopy_v1beta1_StatefulSetUpdateStrategy(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1beta1_StatefulSetUpdateStrategy is an autogenerated deepcopy function.

func RegisterConversions

func RegisterConversions(scheme *runtime.Scheme) error

RegisterConversions adds conversion functions to the given scheme. Public to allow building arbitrary schemes.

func RegisterDeepCopies

func RegisterDeepCopies(scheme *runtime.Scheme) error

RegisterDeepCopies adds deep-copy functions to the given scheme. Public to allow building arbitrary schemes.

func RegisterDefaults

func RegisterDefaults(scheme *runtime.Scheme) error

RegisterDefaults adds defaulters functions to the given scheme. Public to allow building arbitrary schemes. All generated defaulters are covering - they call all nested defaulters.

func Resource added in v1.6.0

func Resource(resource string) schema.GroupResource

Resource takes an unqualified resource and returns a Group qualified GroupResource

func SetDefaults_Deployment added in v1.6.0

func SetDefaults_Deployment(obj *Deployment)

SetDefaults_Deployment sets additional defaults compared to its counterpart in extensions. These addons are: - MaxUnavailable during rolling update set to 25% (1 in extensions) - MaxSurge value during rolling update set to 25% (1 in extensions) - RevisionHistoryLimit set to 2 (not set in extensions) - ProgressDeadlineSeconds set to 600s (not set in extensions)

func SetDefaults_StatefulSet

func SetDefaults_StatefulSet(obj *StatefulSet)

func SetObjectDefaults_Deployment added in v1.6.0

func SetObjectDefaults_Deployment(in *Deployment)

func SetObjectDefaults_DeploymentList added in v1.6.0

func SetObjectDefaults_DeploymentList(in *DeploymentList)

func SetObjectDefaults_StatefulSet

func SetObjectDefaults_StatefulSet(in *StatefulSet)

func SetObjectDefaults_StatefulSetList

func SetObjectDefaults_StatefulSetList(in *StatefulSetList)

Types

type ControllerRevision added in v1.7.0

type ControllerRevision struct {
	metav1.TypeMeta `json:",inline"`
	// Standard object's metadata.
	// More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	// +optional
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	// Data is the serialized representation of the state.
	Data runtime.RawExtension `json:"data,omitempty" protobuf:"bytes,2,opt,name=data"`

	// Revision indicates the revision of the state represented by Data.
	Revision int64 `json:"revision" protobuf:"varint,3,opt,name=revision"`
}

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) CodecDecodeSelf added in v1.7.0

func (x *ControllerRevision) CodecDecodeSelf(d *codec1978.Decoder)

func (*ControllerRevision) CodecEncodeSelf added in v1.7.0

func (x *ControllerRevision) CodecEncodeSelf(e *codec1978.Encoder)

func (*ControllerRevision) Descriptor added in v1.7.0

func (*ControllerRevision) Descriptor() ([]byte, []int)

func (*ControllerRevision) Marshal added in v1.7.0

func (m *ControllerRevision) Marshal() (dAtA []byte, err error)

func (*ControllerRevision) MarshalTo added in v1.7.0

func (m *ControllerRevision) MarshalTo(dAtA []byte) (int, error)

func (*ControllerRevision) ProtoMessage added in v1.7.0

func (*ControllerRevision) ProtoMessage()

func (*ControllerRevision) Reset added in v1.7.0

func (m *ControllerRevision) Reset()

func (*ControllerRevision) Size added in v1.7.0

func (m *ControllerRevision) Size() (n int)

func (*ControllerRevision) String added in v1.7.0

func (this *ControllerRevision) String() string

func (ControllerRevision) SwaggerDoc added in v1.7.0

func (ControllerRevision) SwaggerDoc() map[string]string

func (*ControllerRevision) Unmarshal added in v1.7.0

func (m *ControllerRevision) Unmarshal(dAtA []byte) error

type ControllerRevisionList added in v1.7.0

type ControllerRevisionList struct {
	metav1.TypeMeta `json:",inline"`

	// More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	// +optional
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	// Items is the list of ControllerRevisions
	Items []ControllerRevision `json:"items" protobuf:"bytes,2,rep,name=items"`
}

ControllerRevisionList is a resource containing a list of ControllerRevision objects.

func (*ControllerRevisionList) CodecDecodeSelf added in v1.7.0

func (x *ControllerRevisionList) CodecDecodeSelf(d *codec1978.Decoder)

func (*ControllerRevisionList) CodecEncodeSelf added in v1.7.0

func (x *ControllerRevisionList) CodecEncodeSelf(e *codec1978.Encoder)

func (*ControllerRevisionList) Descriptor added in v1.7.0

func (*ControllerRevisionList) Descriptor() ([]byte, []int)

func (*ControllerRevisionList) Marshal added in v1.7.0

func (m *ControllerRevisionList) Marshal() (dAtA []byte, err error)

func (*ControllerRevisionList) MarshalTo added in v1.7.0

func (m *ControllerRevisionList) MarshalTo(dAtA []byte) (int, error)

func (*ControllerRevisionList) ProtoMessage added in v1.7.0

func (*ControllerRevisionList) ProtoMessage()

func (*ControllerRevisionList) Reset added in v1.7.0

func (m *ControllerRevisionList) Reset()

func (*ControllerRevisionList) Size added in v1.7.0

func (m *ControllerRevisionList) Size() (n int)

func (*ControllerRevisionList) String added in v1.7.0

func (this *ControllerRevisionList) String() string

func (ControllerRevisionList) SwaggerDoc added in v1.7.0

func (ControllerRevisionList) SwaggerDoc() map[string]string

func (*ControllerRevisionList) Unmarshal added in v1.7.0

func (m *ControllerRevisionList) Unmarshal(dAtA []byte) error

type Deployment added in v1.6.0

type Deployment struct {
	metav1.TypeMeta `json:",inline"`
	// Standard object metadata.
	// +optional
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	// Specification of the desired behavior of the Deployment.
	// +optional
	Spec DeploymentSpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`

	// Most recently observed status of the Deployment.
	// +optional
	Status DeploymentStatus `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"`
}

Deployment enables declarative updates for Pods and ReplicaSets.

func (*Deployment) CodecDecodeSelf added in v1.6.0

func (x *Deployment) CodecDecodeSelf(d *codec1978.Decoder)

func (*Deployment) CodecEncodeSelf added in v1.6.0

func (x *Deployment) CodecEncodeSelf(e *codec1978.Encoder)

func (*Deployment) Descriptor added in v1.6.0

func (*Deployment) Descriptor() ([]byte, []int)

func (*Deployment) Marshal added in v1.6.0

func (m *Deployment) Marshal() (dAtA []byte, err error)

func (*Deployment) MarshalTo added in v1.6.0

func (m *Deployment) MarshalTo(dAtA []byte) (int, error)

func (*Deployment) ProtoMessage added in v1.6.0

func (*Deployment) ProtoMessage()

func (*Deployment) Reset added in v1.6.0

func (m *Deployment) Reset()

func (*Deployment) Size added in v1.6.0

func (m *Deployment) Size() (n int)

func (*Deployment) String added in v1.6.0

func (this *Deployment) String() string

func (Deployment) SwaggerDoc added in v1.6.0

func (Deployment) SwaggerDoc() map[string]string

func (*Deployment) Unmarshal added in v1.6.0

func (m *Deployment) Unmarshal(dAtA []byte) error

type DeploymentCondition added in v1.6.0

type DeploymentCondition struct {
	// Type of deployment condition.
	Type DeploymentConditionType `json:"type" protobuf:"bytes,1,opt,name=type,casttype=DeploymentConditionType"`
	// Status of the condition, one of True, False, Unknown.
	Status v1.ConditionStatus `json:"status" protobuf:"bytes,2,opt,name=status,casttype=k8s.io/kubernetes/pkg/api/v1.ConditionStatus"`
	// The last time this condition was updated.
	LastUpdateTime metav1.Time `json:"lastUpdateTime,omitempty" protobuf:"bytes,6,opt,name=lastUpdateTime"`
	// Last time the condition transitioned from one status to another.
	LastTransitionTime metav1.Time `json:"lastTransitionTime,omitempty" protobuf:"bytes,7,opt,name=lastTransitionTime"`
	// The reason for the condition's last transition.
	Reason string `json:"reason,omitempty" protobuf:"bytes,4,opt,name=reason"`
	// A human readable message indicating details about the transition.
	Message string `json:"message,omitempty" protobuf:"bytes,5,opt,name=message"`
}

DeploymentCondition describes the state of a deployment at a certain point.

func (*DeploymentCondition) CodecDecodeSelf added in v1.6.0

func (x *DeploymentCondition) CodecDecodeSelf(d *codec1978.Decoder)

func (*DeploymentCondition) CodecEncodeSelf added in v1.6.0

func (x *DeploymentCondition) CodecEncodeSelf(e *codec1978.Encoder)

func (*DeploymentCondition) Descriptor added in v1.6.0

func (*DeploymentCondition) Descriptor() ([]byte, []int)

func (*DeploymentCondition) Marshal added in v1.6.0

func (m *DeploymentCondition) Marshal() (dAtA []byte, err error)

func (*DeploymentCondition) MarshalTo added in v1.6.0

func (m *DeploymentCondition) MarshalTo(dAtA []byte) (int, error)

func (*DeploymentCondition) ProtoMessage added in v1.6.0

func (*DeploymentCondition) ProtoMessage()

func (*DeploymentCondition) Reset added in v1.6.0

func (m *DeploymentCondition) Reset()

func (*DeploymentCondition) Size added in v1.6.0

func (m *DeploymentCondition) Size() (n int)

func (*DeploymentCondition) String added in v1.6.0

func (this *DeploymentCondition) String() string

func (DeploymentCondition) SwaggerDoc added in v1.6.0

func (DeploymentCondition) SwaggerDoc() map[string]string

func (*DeploymentCondition) Unmarshal added in v1.6.0

func (m *DeploymentCondition) Unmarshal(dAtA []byte) error

type DeploymentConditionType added in v1.6.0

type DeploymentConditionType string
const (
	// Available means the deployment is available, ie. at least the minimum available
	// replicas required are up and running for at least minReadySeconds.
	DeploymentAvailable DeploymentConditionType = "Available"
	// Progressing means the deployment is progressing. Progress for a deployment is
	// considered when a new replica set is created or adopted, and when new pods scale
	// up or old pods scale down. Progress is not estimated for paused deployments or
	// when progressDeadlineSeconds is not specified.
	DeploymentProgressing DeploymentConditionType = "Progressing"
	// ReplicaFailure is added in a deployment when one of its pods fails to be created
	// or deleted.
	DeploymentReplicaFailure DeploymentConditionType = "ReplicaFailure"
)

These are valid conditions of a deployment.

func (*DeploymentConditionType) CodecDecodeSelf added in v1.6.0

func (x *DeploymentConditionType) CodecDecodeSelf(d *codec1978.Decoder)

func (DeploymentConditionType) CodecEncodeSelf added in v1.6.0

func (x DeploymentConditionType) CodecEncodeSelf(e *codec1978.Encoder)

type DeploymentList added in v1.6.0

type DeploymentList struct {
	metav1.TypeMeta `json:",inline"`
	// Standard list metadata.
	// +optional
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	// Items is the list of Deployments.
	Items []Deployment `json:"items" protobuf:"bytes,2,rep,name=items"`
}

DeploymentList is a list of Deployments.

func (*DeploymentList) CodecDecodeSelf added in v1.6.0

func (x *DeploymentList) CodecDecodeSelf(d *codec1978.Decoder)

func (*DeploymentList) CodecEncodeSelf added in v1.6.0

func (x *DeploymentList) CodecEncodeSelf(e *codec1978.Encoder)

func (*DeploymentList) Descriptor added in v1.6.0

func (*DeploymentList) Descriptor() ([]byte, []int)

func (*DeploymentList) Marshal added in v1.6.0

func (m *DeploymentList) Marshal() (dAtA []byte, err error)

func (*DeploymentList) MarshalTo added in v1.6.0

func (m *DeploymentList) MarshalTo(dAtA []byte) (int, error)

func (*DeploymentList) ProtoMessage added in v1.6.0

func (*DeploymentList) ProtoMessage()

func (*DeploymentList) Reset added in v1.6.0

func (m *DeploymentList) Reset()

func (*DeploymentList) Size added in v1.6.0

func (m *DeploymentList) Size() (n int)

func (*DeploymentList) String added in v1.6.0

func (this *DeploymentList) String() string

func (DeploymentList) SwaggerDoc added in v1.6.0

func (DeploymentList) SwaggerDoc() map[string]string

func (*DeploymentList) Unmarshal added in v1.6.0

func (m *DeploymentList) Unmarshal(dAtA []byte) error

type DeploymentRollback added in v1.6.0

type DeploymentRollback struct {
	metav1.TypeMeta `json:",inline"`
	// Required: This must match the Name of a deployment.
	Name string `json:"name" protobuf:"bytes,1,opt,name=name"`
	// The annotations to be updated to a deployment
	// +optional
	UpdatedAnnotations map[string]string `json:"updatedAnnotations,omitempty" protobuf:"bytes,2,rep,name=updatedAnnotations"`
	// The config of this deployment rollback.
	RollbackTo RollbackConfig `json:"rollbackTo" protobuf:"bytes,3,opt,name=rollbackTo"`
}

DeploymentRollback stores the information required to rollback a deployment.

func (*DeploymentRollback) CodecDecodeSelf added in v1.6.0

func (x *DeploymentRollback) CodecDecodeSelf(d *codec1978.Decoder)

func (*DeploymentRollback) CodecEncodeSelf added in v1.6.0

func (x *DeploymentRollback) CodecEncodeSelf(e *codec1978.Encoder)

func (*DeploymentRollback) Descriptor added in v1.6.0

func (*DeploymentRollback) Descriptor() ([]byte, []int)

func (*DeploymentRollback) Marshal added in v1.6.0

func (m *DeploymentRollback) Marshal() (dAtA []byte, err error)

func (*DeploymentRollback) MarshalTo added in v1.6.0

func (m *DeploymentRollback) MarshalTo(dAtA []byte) (int, error)

func (*DeploymentRollback) ProtoMessage added in v1.6.0

func (*DeploymentRollback) ProtoMessage()

func (*DeploymentRollback) Reset added in v1.6.0

func (m *DeploymentRollback) Reset()

func (*DeploymentRollback) Size added in v1.6.0

func (m *DeploymentRollback) Size() (n int)

func (*DeploymentRollback) String added in v1.6.0

func (this *DeploymentRollback) String() string

func (DeploymentRollback) SwaggerDoc added in v1.6.0

func (DeploymentRollback) SwaggerDoc() map[string]string

func (*DeploymentRollback) Unmarshal added in v1.6.0

func (m *DeploymentRollback) Unmarshal(dAtA []byte) error

type DeploymentSpec added in v1.6.0

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 `json:"replicas,omitempty" protobuf:"varint,1,opt,name=replicas"`

	// Label selector for pods. Existing ReplicaSets whose pods are
	// selected by this will be the ones affected by this deployment.
	// +optional
	Selector *metav1.LabelSelector `json:"selector,omitempty" protobuf:"bytes,2,opt,name=selector"`

	// Template describes the pods that will be created.
	Template v1.PodTemplateSpec `json:"template" protobuf:"bytes,3,opt,name=template"`

	// The deployment strategy to use to replace existing pods with new ones.
	// +optional
	Strategy DeploymentStrategy `json:"strategy,omitempty" protobuf:"bytes,4,opt,name=strategy"`

	// 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 `json:"minReadySeconds,omitempty" protobuf:"varint,5,opt,name=minReadySeconds"`

	// The number of old ReplicaSets to retain to allow rollback.
	// This is a pointer to distinguish between explicit zero and not specified.
	// Defaults to 2.
	// +optional
	RevisionHistoryLimit *int32 `json:"revisionHistoryLimit,omitempty" protobuf:"varint,6,opt,name=revisionHistoryLimit"`

	// Indicates that the deployment is paused.
	// +optional
	Paused bool `json:"paused,omitempty" protobuf:"varint,7,opt,name=paused"`

	// The config this deployment is rolling back to. Will be cleared after rollback is done.
	// +optional
	RollbackTo *RollbackConfig `json:"rollbackTo,omitempty" protobuf:"bytes,8,opt,name=rollbackTo"`

	// 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. Once autoRollback is
	// implemented, the deployment controller will automatically rollback failed
	// deployments. Note that progress will not be estimated during the time a
	// deployment is paused. Defaults to 600s.
	ProgressDeadlineSeconds *int32 `json:"progressDeadlineSeconds,omitempty" protobuf:"varint,9,opt,name=progressDeadlineSeconds"`
}

DeploymentSpec is the specification of the desired behavior of the Deployment.

func (*DeploymentSpec) CodecDecodeSelf added in v1.6.0

func (x *DeploymentSpec) CodecDecodeSelf(d *codec1978.Decoder)

func (*DeploymentSpec) CodecEncodeSelf added in v1.6.0

func (x *DeploymentSpec) CodecEncodeSelf(e *codec1978.Encoder)

func (*DeploymentSpec) Descriptor added in v1.6.0

func (*DeploymentSpec) Descriptor() ([]byte, []int)

func (*DeploymentSpec) Marshal added in v1.6.0

func (m *DeploymentSpec) Marshal() (dAtA []byte, err error)

func (*DeploymentSpec) MarshalTo added in v1.6.0

func (m *DeploymentSpec) MarshalTo(dAtA []byte) (int, error)

func (*DeploymentSpec) ProtoMessage added in v1.6.0

func (*DeploymentSpec) ProtoMessage()

func (*DeploymentSpec) Reset added in v1.6.0

func (m *DeploymentSpec) Reset()

func (*DeploymentSpec) Size added in v1.6.0

func (m *DeploymentSpec) Size() (n int)

func (*DeploymentSpec) String added in v1.6.0

func (this *DeploymentSpec) String() string

func (DeploymentSpec) SwaggerDoc added in v1.6.0

func (DeploymentSpec) SwaggerDoc() map[string]string

func (*DeploymentSpec) Unmarshal added in v1.6.0

func (m *DeploymentSpec) Unmarshal(dAtA []byte) error

type DeploymentStatus added in v1.6.0

type DeploymentStatus struct {
	// The generation observed by the deployment controller.
	// +optional
	ObservedGeneration int64 `json:"observedGeneration,omitempty" protobuf:"varint,1,opt,name=observedGeneration"`

	// Total number of non-terminated pods targeted by this deployment (their labels match the selector).
	// +optional
	Replicas int32 `json:"replicas,omitempty" protobuf:"varint,2,opt,name=replicas"`

	// Total number of non-terminated pods targeted by this deployment that have the desired template spec.
	// +optional
	UpdatedReplicas int32 `json:"updatedReplicas,omitempty" protobuf:"varint,3,opt,name=updatedReplicas"`

	// Total number of ready pods targeted by this deployment.
	// +optional
	ReadyReplicas int32 `json:"readyReplicas,omitempty" protobuf:"varint,7,opt,name=readyReplicas"`

	// Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
	// +optional
	AvailableReplicas int32 `json:"availableReplicas,omitempty" protobuf:"varint,4,opt,name=availableReplicas"`

	// Total number of unavailable pods targeted by this deployment.
	// +optional
	UnavailableReplicas int32 `json:"unavailableReplicas,omitempty" protobuf:"varint,5,opt,name=unavailableReplicas"`

	// Represents the latest available observations of a deployment's current state.
	// +patchMergeKey=type
	// +patchStrategy=merge
	Conditions []DeploymentCondition `json:"conditions,omitempty" patchStrategy:"merge" patchMergeKey:"type" protobuf:"bytes,6,rep,name=conditions"`

	// 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 *int64 `json:"collisionCount,omitempty" protobuf:"varint,8,opt,name=collisionCount"`
}

DeploymentStatus is the most recently observed status of the Deployment.

func (*DeploymentStatus) CodecDecodeSelf added in v1.6.0

func (x *DeploymentStatus) CodecDecodeSelf(d *codec1978.Decoder)

func (*DeploymentStatus) CodecEncodeSelf added in v1.6.0

func (x *DeploymentStatus) CodecEncodeSelf(e *codec1978.Encoder)

func (*DeploymentStatus) Descriptor added in v1.6.0

func (*DeploymentStatus) Descriptor() ([]byte, []int)

func (*DeploymentStatus) Marshal added in v1.6.0

func (m *DeploymentStatus) Marshal() (dAtA []byte, err error)

func (*DeploymentStatus) MarshalTo added in v1.6.0

func (m *DeploymentStatus) MarshalTo(dAtA []byte) (int, error)

func (*DeploymentStatus) ProtoMessage added in v1.6.0

func (*DeploymentStatus) ProtoMessage()

func (*DeploymentStatus) Reset added in v1.6.0

func (m *DeploymentStatus) Reset()

func (*DeploymentStatus) Size added in v1.6.0

func (m *DeploymentStatus) Size() (n int)

func (*DeploymentStatus) String added in v1.6.0

func (this *DeploymentStatus) String() string

func (DeploymentStatus) SwaggerDoc added in v1.6.0

func (DeploymentStatus) SwaggerDoc() map[string]string

func (*DeploymentStatus) Unmarshal added in v1.6.0

func (m *DeploymentStatus) Unmarshal(dAtA []byte) error

type DeploymentStrategy added in v1.6.0

type DeploymentStrategy struct {
	// Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
	// +optional
	Type DeploymentStrategyType `json:"type,omitempty" protobuf:"bytes,1,opt,name=type,casttype=DeploymentStrategyType"`

	// 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 `json:"rollingUpdate,omitempty" protobuf:"bytes,2,opt,name=rollingUpdate"`
}

DeploymentStrategy describes how to replace existing pods with new ones.

func (*DeploymentStrategy) CodecDecodeSelf added in v1.6.0

func (x *DeploymentStrategy) CodecDecodeSelf(d *codec1978.Decoder)

func (*DeploymentStrategy) CodecEncodeSelf added in v1.6.0

func (x *DeploymentStrategy) CodecEncodeSelf(e *codec1978.Encoder)

func (*DeploymentStrategy) Descriptor added in v1.6.0

func (*DeploymentStrategy) Descriptor() ([]byte, []int)

func (*DeploymentStrategy) Marshal added in v1.6.0

func (m *DeploymentStrategy) Marshal() (dAtA []byte, err error)

func (*DeploymentStrategy) MarshalTo added in v1.6.0

func (m *DeploymentStrategy) MarshalTo(dAtA []byte) (int, error)

func (*DeploymentStrategy) ProtoMessage added in v1.6.0

func (*DeploymentStrategy) ProtoMessage()

func (*DeploymentStrategy) Reset added in v1.6.0

func (m *DeploymentStrategy) Reset()

func (*DeploymentStrategy) Size added in v1.6.0

func (m *DeploymentStrategy) Size() (n int)

func (*DeploymentStrategy) String added in v1.6.0

func (this *DeploymentStrategy) String() string

func (DeploymentStrategy) SwaggerDoc added in v1.6.0

func (DeploymentStrategy) SwaggerDoc() map[string]string

func (*DeploymentStrategy) Unmarshal added in v1.6.0

func (m *DeploymentStrategy) Unmarshal(dAtA []byte) error

type DeploymentStrategyType added in v1.6.0

type DeploymentStrategyType string
const (
	// Kill all existing pods before creating new ones.
	RecreateDeploymentStrategyType DeploymentStrategyType = "Recreate"

	// Replace the old RCs by new one using rolling update i.e gradually scale down the old RCs and scale up the new one.
	RollingUpdateDeploymentStrategyType DeploymentStrategyType = "RollingUpdate"
)

func (*DeploymentStrategyType) CodecDecodeSelf added in v1.6.0

func (x *DeploymentStrategyType) CodecDecodeSelf(d *codec1978.Decoder)

func (DeploymentStrategyType) CodecEncodeSelf added in v1.6.0

func (x DeploymentStrategyType) CodecEncodeSelf(e *codec1978.Encoder)

type PodManagementPolicyType added in v1.7.0

type PodManagementPolicyType string

PodManagementPolicyType defines the policy for creating pods under a stateful set.

const (
	// OrderedReadyPodManagement will create pods in strictly increasing order on
	// scale up and strictly decreasing order on scale down, progressing only when
	// the previous pod is ready or terminated. At most one pod will be changed
	// at any time.
	OrderedReadyPodManagement PodManagementPolicyType = "OrderedReady"
	// ParallelPodManagement will create and delete pods as soon as the stateful set
	// replica count is changed, and will not wait for pods to be ready or complete
	// termination.
	ParallelPodManagement = "Parallel"
)

func (*PodManagementPolicyType) CodecDecodeSelf added in v1.7.0

func (x *PodManagementPolicyType) CodecDecodeSelf(d *codec1978.Decoder)

func (PodManagementPolicyType) CodecEncodeSelf added in v1.7.0

func (x PodManagementPolicyType) CodecEncodeSelf(e *codec1978.Encoder)

type RollbackConfig added in v1.6.0

type RollbackConfig struct {
	// The revision to rollback to. If set to 0, rollback to the last revision.
	// +optional
	Revision int64 `json:"revision,omitempty" protobuf:"varint,1,opt,name=revision"`
}

func (*RollbackConfig) CodecDecodeSelf added in v1.6.0

func (x *RollbackConfig) CodecDecodeSelf(d *codec1978.Decoder)

func (*RollbackConfig) CodecEncodeSelf added in v1.6.0

func (x *RollbackConfig) CodecEncodeSelf(e *codec1978.Encoder)

func (*RollbackConfig) Descriptor added in v1.6.0

func (*RollbackConfig) Descriptor() ([]byte, []int)

func (*RollbackConfig) Marshal added in v1.6.0

func (m *RollbackConfig) Marshal() (dAtA []byte, err error)

func (*RollbackConfig) MarshalTo added in v1.6.0

func (m *RollbackConfig) MarshalTo(dAtA []byte) (int, error)

func (*RollbackConfig) ProtoMessage added in v1.6.0

func (*RollbackConfig) ProtoMessage()

func (*RollbackConfig) Reset added in v1.6.0

func (m *RollbackConfig) Reset()

func (*RollbackConfig) Size added in v1.6.0

func (m *RollbackConfig) Size() (n int)

func (*RollbackConfig) String added in v1.6.0

func (this *RollbackConfig) String() string

func (RollbackConfig) SwaggerDoc added in v1.6.0

func (RollbackConfig) SwaggerDoc() map[string]string

func (*RollbackConfig) Unmarshal added in v1.6.0

func (m *RollbackConfig) Unmarshal(dAtA []byte) error

type RollingUpdateDeployment added in v1.6.0

type RollingUpdateDeployment struct {
	// The maximum number of pods that can be unavailable during the update.
	// 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 *intstr.IntOrString `json:"maxUnavailable,omitempty" protobuf:"bytes,1,opt,name=maxUnavailable"`

	// 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 *intstr.IntOrString `json:"maxSurge,omitempty" protobuf:"bytes,2,opt,name=maxSurge"`
}

Spec to control the desired behavior of rolling update.

func (*RollingUpdateDeployment) CodecDecodeSelf added in v1.6.0

func (x *RollingUpdateDeployment) CodecDecodeSelf(d *codec1978.Decoder)

func (*RollingUpdateDeployment) CodecEncodeSelf added in v1.6.0

func (x *RollingUpdateDeployment) CodecEncodeSelf(e *codec1978.Encoder)

func (*RollingUpdateDeployment) Descriptor added in v1.6.0

func (*RollingUpdateDeployment) Descriptor() ([]byte, []int)

func (*RollingUpdateDeployment) Marshal added in v1.6.0

func (m *RollingUpdateDeployment) Marshal() (dAtA []byte, err error)

func (*RollingUpdateDeployment) MarshalTo added in v1.6.0

func (m *RollingUpdateDeployment) MarshalTo(dAtA []byte) (int, error)

func (*RollingUpdateDeployment) ProtoMessage added in v1.6.0

func (*RollingUpdateDeployment) ProtoMessage()

func (*RollingUpdateDeployment) Reset added in v1.6.0

func (m *RollingUpdateDeployment) Reset()

func (*RollingUpdateDeployment) Size added in v1.6.0

func (m *RollingUpdateDeployment) Size() (n int)

func (*RollingUpdateDeployment) String added in v1.6.0

func (this *RollingUpdateDeployment) String() string

func (RollingUpdateDeployment) SwaggerDoc added in v1.6.0

func (RollingUpdateDeployment) SwaggerDoc() map[string]string

func (*RollingUpdateDeployment) Unmarshal added in v1.6.0

func (m *RollingUpdateDeployment) Unmarshal(dAtA []byte) error

type RollingUpdateStatefulSetStrategy added in v1.7.0

type RollingUpdateStatefulSetStrategy struct {
	// Partition indicates the ordinal at which the StatefulSet should be
	// partitioned.
	Partition *int32 `json:"partition,omitempty" protobuf:"varint,1,opt,name=partition"`
}

RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.

func (*RollingUpdateStatefulSetStrategy) CodecDecodeSelf added in v1.7.0

func (x *RollingUpdateStatefulSetStrategy) CodecDecodeSelf(d *codec1978.Decoder)

func (*RollingUpdateStatefulSetStrategy) CodecEncodeSelf added in v1.7.0

func (x *RollingUpdateStatefulSetStrategy) CodecEncodeSelf(e *codec1978.Encoder)

func (*RollingUpdateStatefulSetStrategy) Descriptor added in v1.7.0

func (*RollingUpdateStatefulSetStrategy) Descriptor() ([]byte, []int)

func (*RollingUpdateStatefulSetStrategy) Marshal added in v1.7.0

func (m *RollingUpdateStatefulSetStrategy) Marshal() (dAtA []byte, err error)

func (*RollingUpdateStatefulSetStrategy) MarshalTo added in v1.7.0

func (m *RollingUpdateStatefulSetStrategy) MarshalTo(dAtA []byte) (int, error)

func (*RollingUpdateStatefulSetStrategy) ProtoMessage added in v1.7.0

func (*RollingUpdateStatefulSetStrategy) ProtoMessage()

func (*RollingUpdateStatefulSetStrategy) Reset added in v1.7.0

func (*RollingUpdateStatefulSetStrategy) Size added in v1.7.0

func (m *RollingUpdateStatefulSetStrategy) Size() (n int)

func (*RollingUpdateStatefulSetStrategy) String added in v1.7.0

func (RollingUpdateStatefulSetStrategy) SwaggerDoc added in v1.7.0

func (*RollingUpdateStatefulSetStrategy) Unmarshal added in v1.7.0

func (m *RollingUpdateStatefulSetStrategy) Unmarshal(dAtA []byte) error

type Scale added in v1.6.0

type Scale struct {
	metav1.TypeMeta `json:",inline"`
	// Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata.
	// +optional
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	// defines the behavior of the scale. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status.
	// +optional
	Spec ScaleSpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`

	// 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 `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"`
}

Scale represents a scaling request for a resource.

func (*Scale) CodecDecodeSelf added in v1.6.0

func (x *Scale) CodecDecodeSelf(d *codec1978.Decoder)

func (*Scale) CodecEncodeSelf added in v1.6.0

func (x *Scale) CodecEncodeSelf(e *codec1978.Encoder)

func (*Scale) Descriptor added in v1.6.0

func (*Scale) Descriptor() ([]byte, []int)

func (*Scale) Marshal added in v1.6.0

func (m *Scale) Marshal() (dAtA []byte, err error)

func (*Scale) MarshalTo added in v1.6.0

func (m *Scale) MarshalTo(dAtA []byte) (int, error)

func (*Scale) ProtoMessage added in v1.6.0

func (*Scale) ProtoMessage()

func (*Scale) Reset added in v1.6.0

func (m *Scale) Reset()

func (*Scale) Size added in v1.6.0

func (m *Scale) Size() (n int)

func (*Scale) String added in v1.6.0

func (this *Scale) String() string

func (Scale) SwaggerDoc added in v1.6.0

func (Scale) SwaggerDoc() map[string]string

func (*Scale) Unmarshal added in v1.6.0

func (m *Scale) Unmarshal(dAtA []byte) error

type ScaleSpec added in v1.6.0

type ScaleSpec struct {
	// desired number of instances for the scaled object.
	// +optional
	Replicas int32 `json:"replicas,omitempty" protobuf:"varint,1,opt,name=replicas"`
}

ScaleSpec describes the attributes of a scale subresource

func (*ScaleSpec) CodecDecodeSelf added in v1.6.0

func (x *ScaleSpec) CodecDecodeSelf(d *codec1978.Decoder)

func (*ScaleSpec) CodecEncodeSelf added in v1.6.0

func (x *ScaleSpec) CodecEncodeSelf(e *codec1978.Encoder)

func (*ScaleSpec) Descriptor added in v1.6.0

func (*ScaleSpec) Descriptor() ([]byte, []int)

func (*ScaleSpec) Marshal added in v1.6.0

func (m *ScaleSpec) Marshal() (dAtA []byte, err error)

func (*ScaleSpec) MarshalTo added in v1.6.0

func (m *ScaleSpec) MarshalTo(dAtA []byte) (int, error)

func (*ScaleSpec) ProtoMessage added in v1.6.0

func (*ScaleSpec) ProtoMessage()

func (*ScaleSpec) Reset added in v1.6.0

func (m *ScaleSpec) Reset()

func (*ScaleSpec) Size added in v1.6.0

func (m *ScaleSpec) Size() (n int)

func (*ScaleSpec) String added in v1.6.0

func (this *ScaleSpec) String() string

func (ScaleSpec) SwaggerDoc added in v1.6.0

func (ScaleSpec) SwaggerDoc() map[string]string

func (*ScaleSpec) Unmarshal added in v1.6.0

func (m *ScaleSpec) Unmarshal(dAtA []byte) error

type ScaleStatus added in v1.6.0

type ScaleStatus struct {
	// actual number of observed instances of the scaled object.
	Replicas int32 `json:"replicas" protobuf:"varint,1,opt,name=replicas"`

	// 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 `json:"selector,omitempty" protobuf:"bytes,2,rep,name=selector"`

	// 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 `json:"targetSelector,omitempty" protobuf:"bytes,3,opt,name=targetSelector"`
}

ScaleStatus represents the current status of a scale subresource.

func (*ScaleStatus) CodecDecodeSelf added in v1.6.0

func (x *ScaleStatus) CodecDecodeSelf(d *codec1978.Decoder)

func (*ScaleStatus) CodecEncodeSelf added in v1.6.0

func (x *ScaleStatus) CodecEncodeSelf(e *codec1978.Encoder)

func (*ScaleStatus) Descriptor added in v1.6.0

func (*ScaleStatus) Descriptor() ([]byte, []int)

func (*ScaleStatus) Marshal added in v1.6.0

func (m *ScaleStatus) Marshal() (dAtA []byte, err error)

func (*ScaleStatus) MarshalTo added in v1.6.0

func (m *ScaleStatus) MarshalTo(dAtA []byte) (int, error)

func (*ScaleStatus) ProtoMessage added in v1.6.0

func (*ScaleStatus) ProtoMessage()

func (*ScaleStatus) Reset added in v1.6.0

func (m *ScaleStatus) Reset()

func (*ScaleStatus) Size added in v1.6.0

func (m *ScaleStatus) Size() (n int)

func (*ScaleStatus) String added in v1.6.0

func (this *ScaleStatus) String() string

func (ScaleStatus) SwaggerDoc added in v1.6.0

func (ScaleStatus) SwaggerDoc() map[string]string

func (*ScaleStatus) Unmarshal added in v1.6.0

func (m *ScaleStatus) Unmarshal(dAtA []byte) error

type StatefulSet

type StatefulSet struct {
	metav1.TypeMeta `json:",inline"`
	// +optional
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	// Spec defines the desired identities of pods in this set.
	// +optional
	Spec StatefulSetSpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`

	// 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 `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"`
}

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) CodecDecodeSelf

func (x *StatefulSet) CodecDecodeSelf(d *codec1978.Decoder)

func (*StatefulSet) CodecEncodeSelf

func (x *StatefulSet) CodecEncodeSelf(e *codec1978.Encoder)

func (*StatefulSet) Descriptor

func (*StatefulSet) Descriptor() ([]byte, []int)

func (*StatefulSet) Marshal

func (m *StatefulSet) Marshal() (dAtA []byte, err error)

func (*StatefulSet) MarshalTo

func (m *StatefulSet) MarshalTo(dAtA []byte) (int, 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 (this *StatefulSet) String() string

func (StatefulSet) SwaggerDoc

func (StatefulSet) SwaggerDoc() map[string]string

func (*StatefulSet) Unmarshal

func (m *StatefulSet) Unmarshal(dAtA []byte) error

type StatefulSetList

type StatefulSetList struct {
	metav1.TypeMeta `json:",inline"`
	// +optional
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
	Items           []StatefulSet `json:"items" protobuf:"bytes,2,rep,name=items"`
}

StatefulSetList is a collection of StatefulSets.

func (*StatefulSetList) CodecDecodeSelf

func (x *StatefulSetList) CodecDecodeSelf(d *codec1978.Decoder)

func (*StatefulSetList) CodecEncodeSelf

func (x *StatefulSetList) CodecEncodeSelf(e *codec1978.Encoder)

func (*StatefulSetList) Descriptor

func (*StatefulSetList) Descriptor() ([]byte, []int)

func (*StatefulSetList) Marshal

func (m *StatefulSetList) Marshal() (dAtA []byte, err error)

func (*StatefulSetList) MarshalTo

func (m *StatefulSetList) MarshalTo(dAtA []byte) (int, 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 (this *StatefulSetList) String() string

func (StatefulSetList) SwaggerDoc

func (StatefulSetList) SwaggerDoc() map[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 `json:"replicas,omitempty" protobuf:"varint,1,opt,name=replicas"`

	// selector is a label query over pods that should match the replica count.
	// If empty, defaulted to labels on the pod template.
	// More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
	// +optional
	Selector *metav1.LabelSelector `json:"selector,omitempty" protobuf:"bytes,2,opt,name=selector"`

	// 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 v1.PodTemplateSpec `json:"template" protobuf:"bytes,3,opt,name=template"`

	// 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 []v1.PersistentVolumeClaim `json:"volumeClaimTemplates,omitempty" protobuf:"bytes,4,rep,name=volumeClaimTemplates"`

	// 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 `json:"serviceName" protobuf:"bytes,5,opt,name=serviceName"`

	// 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 PodManagementPolicyType `json:"podManagementPolicy,omitempty" protobuf:"bytes,6,opt,name=podManagementPolicy,casttype=PodManagementPolicyType"`

	// updateStrategy indicates the StatefulSetUpdateStrategy that will be
	// employed to update Pods in the StatefulSet when a revision is made to
	// Template.
	UpdateStrategy StatefulSetUpdateStrategy `json:"updateStrategy,omitempty" protobuf:"bytes,7,opt,name=updateStrategy"`

	// 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 `json:"revisionHistoryLimit,omitempty" protobuf:"varint,8,opt,name=revisionHistoryLimit"`
}

A StatefulSetSpec is the specification of a StatefulSet.

func (*StatefulSetSpec) CodecDecodeSelf

func (x *StatefulSetSpec) CodecDecodeSelf(d *codec1978.Decoder)

func (*StatefulSetSpec) CodecEncodeSelf

func (x *StatefulSetSpec) CodecEncodeSelf(e *codec1978.Encoder)

func (*StatefulSetSpec) Descriptor

func (*StatefulSetSpec) Descriptor() ([]byte, []int)

func (*StatefulSetSpec) Marshal

func (m *StatefulSetSpec) Marshal() (dAtA []byte, err error)

func (*StatefulSetSpec) MarshalTo

func (m *StatefulSetSpec) MarshalTo(dAtA []byte) (int, 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 (this *StatefulSetSpec) String() string

func (StatefulSetSpec) SwaggerDoc

func (StatefulSetSpec) SwaggerDoc() map[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 `json:"observedGeneration,omitempty" protobuf:"varint,1,opt,name=observedGeneration"`

	// replicas is the number of Pods created by the StatefulSet controller.
	Replicas int32 `json:"replicas" protobuf:"varint,2,opt,name=replicas"`

	// readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
	ReadyReplicas int32 `json:"readyReplicas,omitempty" protobuf:"varint,3,opt,name=readyReplicas"`

	// currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version
	// indicated by currentRevision.
	CurrentReplicas int32 `json:"currentReplicas,omitempty" protobuf:"varint,4,opt,name=currentReplicas"`

	// updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version
	// indicated by updateRevision.
	UpdatedReplicas int32 `json:"updatedReplicas,omitempty" protobuf:"varint,5,opt,name=updatedReplicas"`

	// currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the
	// sequence [0,currentReplicas).
	CurrentRevision string `json:"currentRevision,omitempty" protobuf:"bytes,6,opt,name=currentRevision"`

	// updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence
	// [replicas-updatedReplicas,replicas)
	UpdateRevision string `json:"updateRevision,omitempty" protobuf:"bytes,7,opt,name=updateRevision"`
}

StatefulSetStatus represents the current state of a StatefulSet.

func (*StatefulSetStatus) CodecDecodeSelf

func (x *StatefulSetStatus) CodecDecodeSelf(d *codec1978.Decoder)

func (*StatefulSetStatus) CodecEncodeSelf

func (x *StatefulSetStatus) CodecEncodeSelf(e *codec1978.Encoder)

func (*StatefulSetStatus) Descriptor

func (*StatefulSetStatus) Descriptor() ([]byte, []int)

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 (this *StatefulSetStatus) String() string

func (StatefulSetStatus) SwaggerDoc

func (StatefulSetStatus) SwaggerDoc() map[string]string

func (*StatefulSetStatus) Unmarshal

func (m *StatefulSetStatus) Unmarshal(dAtA []byte) error

type StatefulSetUpdateStrategy added in v1.7.0

type StatefulSetUpdateStrategy struct {
	// Type indicates the type of the StatefulSetUpdateStrategy.
	Type StatefulSetUpdateStrategyType `json:"type,omitempty" protobuf:"bytes,1,opt,name=type,casttype=StatefulSetStrategyType"`
	// RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
	RollingUpdate *RollingUpdateStatefulSetStrategy `json:"rollingUpdate,omitempty" protobuf:"bytes,2,opt,name=rollingUpdate"`
}

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) CodecDecodeSelf added in v1.7.0

func (x *StatefulSetUpdateStrategy) CodecDecodeSelf(d *codec1978.Decoder)

func (*StatefulSetUpdateStrategy) CodecEncodeSelf added in v1.7.0

func (x *StatefulSetUpdateStrategy) CodecEncodeSelf(e *codec1978.Encoder)

func (*StatefulSetUpdateStrategy) Descriptor added in v1.7.0

func (*StatefulSetUpdateStrategy) Descriptor() ([]byte, []int)

func (*StatefulSetUpdateStrategy) Marshal added in v1.7.0

func (m *StatefulSetUpdateStrategy) Marshal() (dAtA []byte, err error)

func (*StatefulSetUpdateStrategy) MarshalTo added in v1.7.0

func (m *StatefulSetUpdateStrategy) MarshalTo(dAtA []byte) (int, error)

func (*StatefulSetUpdateStrategy) ProtoMessage added in v1.7.0

func (*StatefulSetUpdateStrategy) ProtoMessage()

func (*StatefulSetUpdateStrategy) Reset added in v1.7.0

func (m *StatefulSetUpdateStrategy) Reset()

func (*StatefulSetUpdateStrategy) Size added in v1.7.0

func (m *StatefulSetUpdateStrategy) Size() (n int)

func (*StatefulSetUpdateStrategy) String added in v1.7.0

func (this *StatefulSetUpdateStrategy) String() string

func (StatefulSetUpdateStrategy) SwaggerDoc added in v1.7.0

func (StatefulSetUpdateStrategy) SwaggerDoc() map[string]string

func (*StatefulSetUpdateStrategy) Unmarshal added in v1.7.0

func (m *StatefulSetUpdateStrategy) Unmarshal(dAtA []byte) error

type StatefulSetUpdateStrategyType added in v1.7.0

type StatefulSetUpdateStrategyType string

StatefulSetUpdateStrategyType is a string enumeration type that enumerates all possible update strategies for the StatefulSet controller.

func (*StatefulSetUpdateStrategyType) CodecDecodeSelf added in v1.7.0

func (x *StatefulSetUpdateStrategyType) CodecDecodeSelf(d *codec1978.Decoder)

func (StatefulSetUpdateStrategyType) CodecEncodeSelf added in v1.7.0

func (x StatefulSetUpdateStrategyType) CodecEncodeSelf(e *codec1978.Encoder)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL