Versions in this module Expand all Collapse all v1 v1.3.0-alpha.3 Apr 26, 2016 v1.2.3 Apr 22, 2016 Changes in this version + const DefaultDaemonSetUniqueLabelKey + const DefaultDeploymentUniqueLabelKey + const GroupName + var SchemeGroupVersion = unversioned.GroupVersion + func AddToScheme(scheme *runtime.Scheme) + func Kind(kind string) unversioned.GroupKind + func Resource(resource string) unversioned.GroupResource + type APIVersion struct + APIGroup string + Name string + func (x *APIVersion) CodecDecodeSelf(d *codec1978.Decoder) + func (x *APIVersion) CodecEncodeSelf(e *codec1978.Encoder) + type CPUTargetUtilization struct + TargetPercentage int + func (x *CPUTargetUtilization) CodecDecodeSelf(d *codec1978.Decoder) + func (x *CPUTargetUtilization) CodecEncodeSelf(e *codec1978.Encoder) + type CustomMetricCurrentStatus struct + CurrentValue resource.Quantity + Name string + func (x *CustomMetricCurrentStatus) CodecDecodeSelf(d *codec1978.Decoder) + func (x *CustomMetricCurrentStatus) CodecEncodeSelf(e *codec1978.Encoder) + type CustomMetricCurrentStatusList struct + Items []CustomMetricCurrentStatus + func (x *CustomMetricCurrentStatusList) CodecDecodeSelf(d *codec1978.Decoder) + func (x *CustomMetricCurrentStatusList) CodecEncodeSelf(e *codec1978.Encoder) + type CustomMetricTarget struct + Name string + TargetValue resource.Quantity + func (x *CustomMetricTarget) CodecDecodeSelf(d *codec1978.Decoder) + func (x *CustomMetricTarget) CodecEncodeSelf(e *codec1978.Encoder) + type CustomMetricTargetList struct + Items []CustomMetricTarget + func (x *CustomMetricTargetList) CodecDecodeSelf(d *codec1978.Decoder) + func (x *CustomMetricTargetList) CodecEncodeSelf(e *codec1978.Encoder) + type DaemonSet struct + Spec DaemonSetSpec + Status DaemonSetStatus + func (obj *DaemonSet) GetObjectKind() unversioned.ObjectKind + func (x *DaemonSet) CodecDecodeSelf(d *codec1978.Decoder) + func (x *DaemonSet) CodecEncodeSelf(e *codec1978.Encoder) + type DaemonSetList struct + Items []DaemonSet + func (obj *DaemonSetList) GetObjectKind() unversioned.ObjectKind + func (x *DaemonSetList) CodecDecodeSelf(d *codec1978.Decoder) + func (x *DaemonSetList) CodecEncodeSelf(e *codec1978.Encoder) + type DaemonSetSpec struct + Selector *unversioned.LabelSelector + Template api.PodTemplateSpec + func (x *DaemonSetSpec) CodecDecodeSelf(d *codec1978.Decoder) + func (x *DaemonSetSpec) CodecEncodeSelf(e *codec1978.Encoder) + type DaemonSetStatus struct + CurrentNumberScheduled int + DesiredNumberScheduled int + NumberMisscheduled int + func (x *DaemonSetStatus) CodecDecodeSelf(d *codec1978.Decoder) + func (x *DaemonSetStatus) CodecEncodeSelf(e *codec1978.Encoder) + type Deployment struct + Spec DeploymentSpec + Status DeploymentStatus + func (obj *Deployment) GetObjectKind() unversioned.ObjectKind + func (x *Deployment) CodecDecodeSelf(d *codec1978.Decoder) + func (x *Deployment) CodecEncodeSelf(e *codec1978.Encoder) + type DeploymentList struct + Items []Deployment + func (obj *DeploymentList) GetObjectKind() unversioned.ObjectKind + func (x *DeploymentList) CodecDecodeSelf(d *codec1978.Decoder) + func (x *DeploymentList) CodecEncodeSelf(e *codec1978.Encoder) + type DeploymentRollback struct + Name string + RollbackTo RollbackConfig + UpdatedAnnotations map[string]string + func (obj *DeploymentRollback) GetObjectKind() unversioned.ObjectKind + func (x *DeploymentRollback) CodecDecodeSelf(d *codec1978.Decoder) + func (x *DeploymentRollback) CodecEncodeSelf(e *codec1978.Encoder) + type DeploymentSpec struct + MinReadySeconds int + Paused bool + Replicas int + RevisionHistoryLimit *int + RollbackTo *RollbackConfig + Selector *unversioned.LabelSelector + Strategy DeploymentStrategy + Template api.PodTemplateSpec + func (x *DeploymentSpec) CodecDecodeSelf(d *codec1978.Decoder) + func (x *DeploymentSpec) CodecEncodeSelf(e *codec1978.Encoder) + type DeploymentStatus struct + AvailableReplicas int + ObservedGeneration int64 + Replicas int + UnavailableReplicas int + UpdatedReplicas int + func (x *DeploymentStatus) CodecDecodeSelf(d *codec1978.Decoder) + func (x *DeploymentStatus) CodecEncodeSelf(e *codec1978.Encoder) + type DeploymentStrategy struct + RollingUpdate *RollingUpdateDeployment + Type DeploymentStrategyType + func (x *DeploymentStrategy) CodecDecodeSelf(d *codec1978.Decoder) + func (x *DeploymentStrategy) CodecEncodeSelf(e *codec1978.Encoder) + type DeploymentStrategyType string + const RecreateDeploymentStrategyType + const RollingUpdateDeploymentStrategyType + func (x *DeploymentStrategyType) CodecDecodeSelf(d *codec1978.Decoder) + func (x DeploymentStrategyType) CodecEncodeSelf(e *codec1978.Encoder) + type FSType string + var AWSElasticBlockStore FSType = "awsElasticBlockStore" + var CephFS FSType = "cephFS" + var Cinder FSType = "cinder" + var DownwardAPI FSType = "downwardAPI" + var EmptyDir FSType = "emptyDir" + var FC FSType = "fc" + var GCEPersistentDisk FSType = "gcePersistentDisk" + var GitRepo FSType = "gitRepo" + var Glusterfs FSType = "glusterfs" + var HostPath FSType = "hostPath" + var ISCSI FSType = "iscsi" + var NFS FSType = "nfs" + var PersistentVolumeClaim FSType = "persistentVolumeClaim" + var RBD FSType = "rbd" + var Secret FSType = "secret" + func (x *FSType) CodecDecodeSelf(d *codec1978.Decoder) + func (x FSType) CodecEncodeSelf(e *codec1978.Encoder) + type HTTPIngressPath struct + Backend IngressBackend + Path string + func (x *HTTPIngressPath) CodecDecodeSelf(d *codec1978.Decoder) + func (x *HTTPIngressPath) CodecEncodeSelf(e *codec1978.Encoder) + type HTTPIngressRuleValue struct + Paths []HTTPIngressPath + func (x *HTTPIngressRuleValue) CodecDecodeSelf(d *codec1978.Decoder) + func (x *HTTPIngressRuleValue) CodecEncodeSelf(e *codec1978.Encoder) + type HorizontalPodAutoscaler struct + Spec HorizontalPodAutoscalerSpec + Status HorizontalPodAutoscalerStatus + func (obj *HorizontalPodAutoscaler) GetObjectKind() unversioned.ObjectKind + func (x *HorizontalPodAutoscaler) CodecDecodeSelf(d *codec1978.Decoder) + func (x *HorizontalPodAutoscaler) CodecEncodeSelf(e *codec1978.Encoder) + type HorizontalPodAutoscalerList struct + Items []HorizontalPodAutoscaler + func (obj *HorizontalPodAutoscalerList) GetObjectKind() unversioned.ObjectKind + func (x *HorizontalPodAutoscalerList) CodecDecodeSelf(d *codec1978.Decoder) + func (x *HorizontalPodAutoscalerList) CodecEncodeSelf(e *codec1978.Encoder) + type HorizontalPodAutoscalerSpec struct + CPUUtilization *CPUTargetUtilization + MaxReplicas int + MinReplicas *int + ScaleRef SubresourceReference + func (x *HorizontalPodAutoscalerSpec) CodecDecodeSelf(d *codec1978.Decoder) + func (x *HorizontalPodAutoscalerSpec) CodecEncodeSelf(e *codec1978.Encoder) + type HorizontalPodAutoscalerStatus struct + CurrentCPUUtilizationPercentage *int + CurrentReplicas int + DesiredReplicas int + LastScaleTime *unversioned.Time + ObservedGeneration *int64 + func (x *HorizontalPodAutoscalerStatus) CodecDecodeSelf(d *codec1978.Decoder) + func (x *HorizontalPodAutoscalerStatus) CodecEncodeSelf(e *codec1978.Encoder) + type HostPortRange struct + Max int + Min int + func (x *HostPortRange) CodecDecodeSelf(d *codec1978.Decoder) + func (x *HostPortRange) CodecEncodeSelf(e *codec1978.Encoder) + type IDRange struct + Max int64 + Min int64 + func (x *IDRange) CodecDecodeSelf(d *codec1978.Decoder) + func (x *IDRange) CodecEncodeSelf(e *codec1978.Encoder) + type Ingress struct + Spec IngressSpec + Status IngressStatus + func (obj *Ingress) GetObjectKind() unversioned.ObjectKind + func (x *Ingress) CodecDecodeSelf(d *codec1978.Decoder) + func (x *Ingress) CodecEncodeSelf(e *codec1978.Encoder) + type IngressBackend struct + ServiceName string + ServicePort intstr.IntOrString + func (x *IngressBackend) CodecDecodeSelf(d *codec1978.Decoder) + func (x *IngressBackend) CodecEncodeSelf(e *codec1978.Encoder) + type IngressList struct + Items []Ingress + func (obj *IngressList) GetObjectKind() unversioned.ObjectKind + func (x *IngressList) CodecDecodeSelf(d *codec1978.Decoder) + func (x *IngressList) CodecEncodeSelf(e *codec1978.Encoder) + type IngressRule struct + Host string + func (x *IngressRule) CodecDecodeSelf(d *codec1978.Decoder) + func (x *IngressRule) CodecEncodeSelf(e *codec1978.Encoder) + type IngressRuleValue struct + HTTP *HTTPIngressRuleValue + func (x *IngressRuleValue) CodecDecodeSelf(d *codec1978.Decoder) + func (x *IngressRuleValue) CodecEncodeSelf(e *codec1978.Encoder) + type IngressSpec struct + Backend *IngressBackend + Rules []IngressRule + TLS []IngressTLS + func (x *IngressSpec) CodecDecodeSelf(d *codec1978.Decoder) + func (x *IngressSpec) CodecEncodeSelf(e *codec1978.Encoder) + type IngressStatus struct + LoadBalancer api.LoadBalancerStatus + func (x *IngressStatus) CodecDecodeSelf(d *codec1978.Decoder) + func (x *IngressStatus) CodecEncodeSelf(e *codec1978.Encoder) + type IngressTLS struct + Hosts []string + SecretName string + func (x *IngressTLS) CodecDecodeSelf(d *codec1978.Decoder) + func (x *IngressTLS) CodecEncodeSelf(e *codec1978.Encoder) + type Job struct + Spec JobSpec + Status JobStatus + func (obj *Job) GetObjectKind() unversioned.ObjectKind + func (x *Job) CodecDecodeSelf(d *codec1978.Decoder) + func (x *Job) CodecEncodeSelf(e *codec1978.Encoder) + type JobCondition struct + LastProbeTime unversioned.Time + LastTransitionTime unversioned.Time + Message string + Reason string + Status api.ConditionStatus + Type JobConditionType + func (x *JobCondition) CodecDecodeSelf(d *codec1978.Decoder) + func (x *JobCondition) CodecEncodeSelf(e *codec1978.Encoder) + type JobConditionType string + const JobComplete + const JobFailed + func (x *JobConditionType) CodecDecodeSelf(d *codec1978.Decoder) + func (x JobConditionType) CodecEncodeSelf(e *codec1978.Encoder) + type JobList struct + Items []Job + func (obj *JobList) GetObjectKind() unversioned.ObjectKind + func (x *JobList) CodecDecodeSelf(d *codec1978.Decoder) + func (x *JobList) CodecEncodeSelf(e *codec1978.Encoder) + type JobSpec struct + ActiveDeadlineSeconds *int64 + Completions *int + ManualSelector *bool + Parallelism *int + Selector *unversioned.LabelSelector + Template api.PodTemplateSpec + func (x *JobSpec) CodecDecodeSelf(d *codec1978.Decoder) + func (x *JobSpec) CodecEncodeSelf(e *codec1978.Encoder) + type JobStatus struct + Active int + CompletionTime *unversioned.Time + Conditions []JobCondition + Failed int + StartTime *unversioned.Time + Succeeded int + func (x *JobStatus) CodecDecodeSelf(d *codec1978.Decoder) + func (x *JobStatus) CodecEncodeSelf(e *codec1978.Encoder) + type PodSecurityPolicy struct + Spec PodSecurityPolicySpec + func (obj *PodSecurityPolicy) GetObjectKind() unversioned.ObjectKind + func (x *PodSecurityPolicy) CodecDecodeSelf(d *codec1978.Decoder) + func (x *PodSecurityPolicy) CodecEncodeSelf(e *codec1978.Encoder) + type PodSecurityPolicyList struct + Items []PodSecurityPolicy + func (obj *PodSecurityPolicyList) GetObjectKind() unversioned.ObjectKind + func (x *PodSecurityPolicyList) CodecDecodeSelf(d *codec1978.Decoder) + func (x *PodSecurityPolicyList) CodecEncodeSelf(e *codec1978.Encoder) + type PodSecurityPolicySpec struct + Capabilities []api.Capability + HostIPC bool + HostNetwork bool + HostPID bool + HostPorts []HostPortRange + Privileged bool + RunAsUser RunAsUserStrategyOptions + SELinux SELinuxStrategyOptions + Volumes []FSType + func (x *PodSecurityPolicySpec) CodecDecodeSelf(d *codec1978.Decoder) + func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) + type ReplicaSet struct + Spec ReplicaSetSpec + Status ReplicaSetStatus + func (obj *ReplicaSet) GetObjectKind() unversioned.ObjectKind + func (x *ReplicaSet) CodecDecodeSelf(d *codec1978.Decoder) + func (x *ReplicaSet) CodecEncodeSelf(e *codec1978.Encoder) + type ReplicaSetList struct + Items []ReplicaSet + func (obj *ReplicaSetList) GetObjectKind() unversioned.ObjectKind + func (x *ReplicaSetList) CodecDecodeSelf(d *codec1978.Decoder) + func (x *ReplicaSetList) CodecEncodeSelf(e *codec1978.Encoder) + type ReplicaSetSpec struct + Replicas int + Selector *unversioned.LabelSelector + Template api.PodTemplateSpec + func (x *ReplicaSetSpec) CodecDecodeSelf(d *codec1978.Decoder) + func (x *ReplicaSetSpec) CodecEncodeSelf(e *codec1978.Encoder) + type ReplicaSetStatus struct + FullyLabeledReplicas int + ObservedGeneration int64 + Replicas int + func (x *ReplicaSetStatus) CodecDecodeSelf(d *codec1978.Decoder) + func (x *ReplicaSetStatus) CodecEncodeSelf(e *codec1978.Encoder) + type ReplicationControllerDummy struct + func (obj *ReplicationControllerDummy) GetObjectKind() unversioned.ObjectKind + func (x *ReplicationControllerDummy) CodecDecodeSelf(d *codec1978.Decoder) + func (x *ReplicationControllerDummy) CodecEncodeSelf(e *codec1978.Encoder) + type RollbackConfig struct + Revision int64 + func (x *RollbackConfig) CodecDecodeSelf(d *codec1978.Decoder) + func (x *RollbackConfig) CodecEncodeSelf(e *codec1978.Encoder) + type RollingUpdateDeployment struct + MaxSurge intstr.IntOrString + MaxUnavailable intstr.IntOrString + func (x *RollingUpdateDeployment) CodecDecodeSelf(d *codec1978.Decoder) + func (x *RollingUpdateDeployment) CodecEncodeSelf(e *codec1978.Encoder) + type RunAsUserStrategy string + const RunAsUserStrategyMustRunAs + const RunAsUserStrategyMustRunAsNonRoot + const RunAsUserStrategyRunAsAny + func (x *RunAsUserStrategy) CodecDecodeSelf(d *codec1978.Decoder) + func (x RunAsUserStrategy) CodecEncodeSelf(e *codec1978.Encoder) + type RunAsUserStrategyOptions struct + Ranges []IDRange + Rule RunAsUserStrategy + func (x *RunAsUserStrategyOptions) CodecDecodeSelf(d *codec1978.Decoder) + func (x *RunAsUserStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder) + type SELinuxStrategy string + const SELinuxStrategyMustRunAs + const SELinuxStrategyRunAsAny + func (x *SELinuxStrategy) CodecDecodeSelf(d *codec1978.Decoder) + func (x SELinuxStrategy) CodecEncodeSelf(e *codec1978.Encoder) + type SELinuxStrategyOptions struct + Rule SELinuxStrategy + SELinuxOptions *api.SELinuxOptions + func (x *SELinuxStrategyOptions) CodecDecodeSelf(d *codec1978.Decoder) + func (x *SELinuxStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder) + type Scale struct + Spec ScaleSpec + Status ScaleStatus + func (obj *Scale) GetObjectKind() unversioned.ObjectKind + func (x *Scale) CodecDecodeSelf(d *codec1978.Decoder) + func (x *Scale) CodecEncodeSelf(e *codec1978.Encoder) + type ScaleSpec struct + Replicas int + func (x *ScaleSpec) CodecDecodeSelf(d *codec1978.Decoder) + func (x *ScaleSpec) CodecEncodeSelf(e *codec1978.Encoder) + type ScaleStatus struct + Replicas int + Selector *unversioned.LabelSelector + func (x *ScaleStatus) CodecDecodeSelf(d *codec1978.Decoder) + func (x *ScaleStatus) CodecEncodeSelf(e *codec1978.Encoder) + type SubresourceReference struct + APIVersion string + Kind string + Name string + Subresource string + func (x *SubresourceReference) CodecDecodeSelf(d *codec1978.Decoder) + func (x *SubresourceReference) CodecEncodeSelf(e *codec1978.Encoder) + type ThirdPartyResource struct + Description string + Versions []APIVersion + func (obj *ThirdPartyResource) GetObjectKind() unversioned.ObjectKind + func (x *ThirdPartyResource) CodecDecodeSelf(d *codec1978.Decoder) + func (x *ThirdPartyResource) CodecEncodeSelf(e *codec1978.Encoder) + type ThirdPartyResourceData struct + Data []byte + func (obj *ThirdPartyResourceData) GetObjectKind() unversioned.ObjectKind + func (x *ThirdPartyResourceData) CodecDecodeSelf(d *codec1978.Decoder) + func (x *ThirdPartyResourceData) CodecEncodeSelf(e *codec1978.Encoder) + type ThirdPartyResourceDataList struct + Items []ThirdPartyResourceData + func (obj *ThirdPartyResourceDataList) GetObjectKind() unversioned.ObjectKind + func (x *ThirdPartyResourceDataList) CodecDecodeSelf(d *codec1978.Decoder) + func (x *ThirdPartyResourceDataList) CodecEncodeSelf(e *codec1978.Encoder) + type ThirdPartyResourceList struct + Items []ThirdPartyResource + func (obj *ThirdPartyResourceList) GetObjectKind() unversioned.ObjectKind + func (x *ThirdPartyResourceList) CodecDecodeSelf(d *codec1978.Decoder) + func (x *ThirdPartyResourceList) CodecEncodeSelf(e *codec1978.Encoder) v1.2.0-beta.0 Mar 4, 2016 v1.2.0-alpha.3 Nov 3, 2015 v1.1.7-beta.0 Jan 27, 2016 v1.1.4-beta.0 Dec 7, 2015