v1beta1

package
v1.5.1 Latest Latest
Warning

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

Go to latest
Published: Feb 8, 2017 License: Apache-2.0, 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/extensions/v1beta1/generated.proto

It has these top-level messages:

APIVersion
CPUTargetUtilization
CustomMetricCurrentStatus
CustomMetricCurrentStatusList
CustomMetricTarget
CustomMetricTargetList
DaemonSet
DaemonSetList
DaemonSetSpec
DaemonSetStatus
Deployment
DeploymentList
DeploymentRollback
DeploymentSpec
DeploymentStatus
DeploymentStrategy
ExportOptions
FSGroupStrategyOptions
HTTPIngressPath
HTTPIngressRuleValue
HorizontalPodAutoscaler
HorizontalPodAutoscalerList
HorizontalPodAutoscalerSpec
HorizontalPodAutoscalerStatus
HostPortRange
IDRange
Ingress
IngressBackend
IngressList
IngressRule
IngressRuleValue
IngressSpec
IngressStatus
IngressTLS
Job
JobCondition
JobList
JobSpec
JobStatus
LabelSelector
LabelSelectorRequirement
ListOptions
NetworkPolicy
NetworkPolicyIngressRule
NetworkPolicyList
NetworkPolicyPeer
NetworkPolicyPort
NetworkPolicySpec
PodSecurityPolicy
PodSecurityPolicyList
PodSecurityPolicySpec
ReplicaSet
ReplicaSetList
ReplicaSetSpec
ReplicaSetStatus
ReplicationControllerDummy
RollbackConfig
RollingUpdateDeployment
RunAsUserStrategyOptions
SELinuxStrategyOptions
Scale
ScaleSpec
ScaleStatus
SubresourceReference
SupplementalGroupsStrategyOptions
ThirdPartyResource
ThirdPartyResourceData
ThirdPartyResourceDataList
ThirdPartyResourceList

Index

Constants

View Source
const (
	// DefaultDaemonSetUniqueLabelKey is the default key of the labels that is added
	// to daemon set pods to distinguish between old and new pod templates during
	// DaemonSet update. See DaemonSetSpec's UniqueLabelKey field for more information.
	DefaultDaemonSetUniqueLabelKey string = "daemonset.kubernetes.io/podTemplateHash"
)
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 = "extensions"

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 (
	SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes, addDefaultingFuncs, addConversionFuncs)
	AddToScheme   = SchemeBuilder.AddToScheme
)
View Source
var SchemeGroupVersion = unversioned.GroupVersion{Group: GroupName, Version: "v1beta1"}

SchemeGroupVersion is group version used to register these objects

Functions

func Convert_api_ExportOptions_To_v1beta1_ExportOptions

func Convert_api_ExportOptions_To_v1beta1_ExportOptions(in *api.ExportOptions, out *ExportOptions, s conversion.Scope) error

func Convert_api_ListOptions_To_v1beta1_ListOptions

func Convert_api_ListOptions_To_v1beta1_ListOptions(in *api.ListOptions, out *ListOptions, s conversion.Scope) error

func Convert_autoscaling_CrossVersionObjectReference_To_v1beta1_SubresourceReference

func Convert_autoscaling_CrossVersionObjectReference_To_v1beta1_SubresourceReference(in *autoscaling.CrossVersionObjectReference, out *SubresourceReference, s conversion.Scope) error

func Convert_autoscaling_HorizontalPodAutoscalerList_To_v1beta1_HorizontalPodAutoscalerList

func Convert_autoscaling_HorizontalPodAutoscalerList_To_v1beta1_HorizontalPodAutoscalerList(in *autoscaling.HorizontalPodAutoscalerList, out *HorizontalPodAutoscalerList, s conversion.Scope) error

func Convert_autoscaling_HorizontalPodAutoscalerSpec_To_v1beta1_HorizontalPodAutoscalerSpec

func Convert_autoscaling_HorizontalPodAutoscalerSpec_To_v1beta1_HorizontalPodAutoscalerSpec(in *autoscaling.HorizontalPodAutoscalerSpec, out *HorizontalPodAutoscalerSpec, s conversion.Scope) error

func Convert_autoscaling_HorizontalPodAutoscalerStatus_To_v1beta1_HorizontalPodAutoscalerStatus

func Convert_autoscaling_HorizontalPodAutoscalerStatus_To_v1beta1_HorizontalPodAutoscalerStatus(in *autoscaling.HorizontalPodAutoscalerStatus, out *HorizontalPodAutoscalerStatus, s conversion.Scope) error

func Convert_autoscaling_HorizontalPodAutoscaler_To_v1beta1_HorizontalPodAutoscaler

func Convert_autoscaling_HorizontalPodAutoscaler_To_v1beta1_HorizontalPodAutoscaler(in *autoscaling.HorizontalPodAutoscaler, out *HorizontalPodAutoscaler, s conversion.Scope) error

func Convert_batch_JobCondition_To_v1beta1_JobCondition

func Convert_batch_JobCondition_To_v1beta1_JobCondition(in *batch.JobCondition, out *JobCondition, s conversion.Scope) error

func Convert_batch_JobList_To_v1beta1_JobList

func Convert_batch_JobList_To_v1beta1_JobList(in *batch.JobList, out *JobList, s conversion.Scope) error

func Convert_batch_JobSpec_To_v1beta1_JobSpec

func Convert_batch_JobSpec_To_v1beta1_JobSpec(in *batch.JobSpec, out *JobSpec, s conversion.Scope) error

func Convert_batch_JobStatus_To_v1beta1_JobStatus

func Convert_batch_JobStatus_To_v1beta1_JobStatus(in *batch.JobStatus, out *JobStatus, s conversion.Scope) error

func Convert_batch_Job_To_v1beta1_Job

func Convert_batch_Job_To_v1beta1_Job(in *batch.Job, out *Job, s conversion.Scope) error

func Convert_extensions_APIVersion_To_v1beta1_APIVersion

func Convert_extensions_APIVersion_To_v1beta1_APIVersion(in *extensions.APIVersion, out *APIVersion, s conversion.Scope) error

func Convert_extensions_CustomMetricCurrentStatusList_To_v1beta1_CustomMetricCurrentStatusList

func Convert_extensions_CustomMetricCurrentStatusList_To_v1beta1_CustomMetricCurrentStatusList(in *extensions.CustomMetricCurrentStatusList, out *CustomMetricCurrentStatusList, s conversion.Scope) error

func Convert_extensions_CustomMetricCurrentStatus_To_v1beta1_CustomMetricCurrentStatus

func Convert_extensions_CustomMetricCurrentStatus_To_v1beta1_CustomMetricCurrentStatus(in *extensions.CustomMetricCurrentStatus, out *CustomMetricCurrentStatus, s conversion.Scope) error

func Convert_extensions_CustomMetricTargetList_To_v1beta1_CustomMetricTargetList

func Convert_extensions_CustomMetricTargetList_To_v1beta1_CustomMetricTargetList(in *extensions.CustomMetricTargetList, out *CustomMetricTargetList, s conversion.Scope) error

func Convert_extensions_CustomMetricTarget_To_v1beta1_CustomMetricTarget

func Convert_extensions_CustomMetricTarget_To_v1beta1_CustomMetricTarget(in *extensions.CustomMetricTarget, out *CustomMetricTarget, s conversion.Scope) error

func Convert_extensions_DaemonSetList_To_v1beta1_DaemonSetList

func Convert_extensions_DaemonSetList_To_v1beta1_DaemonSetList(in *extensions.DaemonSetList, out *DaemonSetList, s conversion.Scope) error

func Convert_extensions_DaemonSetSpec_To_v1beta1_DaemonSetSpec

func Convert_extensions_DaemonSetSpec_To_v1beta1_DaemonSetSpec(in *extensions.DaemonSetSpec, out *DaemonSetSpec, s conversion.Scope) error

func Convert_extensions_DaemonSetStatus_To_v1beta1_DaemonSetStatus

func Convert_extensions_DaemonSetStatus_To_v1beta1_DaemonSetStatus(in *extensions.DaemonSetStatus, out *DaemonSetStatus, s conversion.Scope) error

func Convert_extensions_DaemonSet_To_v1beta1_DaemonSet

func Convert_extensions_DaemonSet_To_v1beta1_DaemonSet(in *extensions.DaemonSet, out *DaemonSet, s conversion.Scope) error

func Convert_extensions_DeploymentList_To_v1beta1_DeploymentList

func Convert_extensions_DeploymentList_To_v1beta1_DeploymentList(in *extensions.DeploymentList, out *DeploymentList, s conversion.Scope) error

func Convert_extensions_DeploymentRollback_To_v1beta1_DeploymentRollback

func Convert_extensions_DeploymentRollback_To_v1beta1_DeploymentRollback(in *extensions.DeploymentRollback, out *DeploymentRollback, s conversion.Scope) error

func Convert_extensions_DeploymentSpec_To_v1beta1_DeploymentSpec

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

func Convert_extensions_DeploymentStatus_To_v1beta1_DeploymentStatus

func Convert_extensions_DeploymentStatus_To_v1beta1_DeploymentStatus(in *extensions.DeploymentStatus, out *DeploymentStatus, s conversion.Scope) error

func Convert_extensions_DeploymentStrategy_To_v1beta1_DeploymentStrategy

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

func Convert_extensions_Deployment_To_v1beta1_Deployment

func Convert_extensions_Deployment_To_v1beta1_Deployment(in *extensions.Deployment, out *Deployment, s conversion.Scope) error

func Convert_extensions_FSGroupStrategyOptions_To_v1beta1_FSGroupStrategyOptions

func Convert_extensions_FSGroupStrategyOptions_To_v1beta1_FSGroupStrategyOptions(in *extensions.FSGroupStrategyOptions, out *FSGroupStrategyOptions, s conversion.Scope) error

func Convert_extensions_HTTPIngressPath_To_v1beta1_HTTPIngressPath

func Convert_extensions_HTTPIngressPath_To_v1beta1_HTTPIngressPath(in *extensions.HTTPIngressPath, out *HTTPIngressPath, s conversion.Scope) error

func Convert_extensions_HTTPIngressRuleValue_To_v1beta1_HTTPIngressRuleValue

func Convert_extensions_HTTPIngressRuleValue_To_v1beta1_HTTPIngressRuleValue(in *extensions.HTTPIngressRuleValue, out *HTTPIngressRuleValue, s conversion.Scope) error

func Convert_extensions_HostPortRange_To_v1beta1_HostPortRange

func Convert_extensions_HostPortRange_To_v1beta1_HostPortRange(in *extensions.HostPortRange, out *HostPortRange, s conversion.Scope) error

func Convert_extensions_IDRange_To_v1beta1_IDRange

func Convert_extensions_IDRange_To_v1beta1_IDRange(in *extensions.IDRange, out *IDRange, s conversion.Scope) error

func Convert_extensions_IngressBackend_To_v1beta1_IngressBackend

func Convert_extensions_IngressBackend_To_v1beta1_IngressBackend(in *extensions.IngressBackend, out *IngressBackend, s conversion.Scope) error

func Convert_extensions_IngressList_To_v1beta1_IngressList

func Convert_extensions_IngressList_To_v1beta1_IngressList(in *extensions.IngressList, out *IngressList, s conversion.Scope) error

func Convert_extensions_IngressRuleValue_To_v1beta1_IngressRuleValue

func Convert_extensions_IngressRuleValue_To_v1beta1_IngressRuleValue(in *extensions.IngressRuleValue, out *IngressRuleValue, s conversion.Scope) error

func Convert_extensions_IngressRule_To_v1beta1_IngressRule

func Convert_extensions_IngressRule_To_v1beta1_IngressRule(in *extensions.IngressRule, out *IngressRule, s conversion.Scope) error

func Convert_extensions_IngressSpec_To_v1beta1_IngressSpec

func Convert_extensions_IngressSpec_To_v1beta1_IngressSpec(in *extensions.IngressSpec, out *IngressSpec, s conversion.Scope) error

func Convert_extensions_IngressStatus_To_v1beta1_IngressStatus

func Convert_extensions_IngressStatus_To_v1beta1_IngressStatus(in *extensions.IngressStatus, out *IngressStatus, s conversion.Scope) error

func Convert_extensions_IngressTLS_To_v1beta1_IngressTLS

func Convert_extensions_IngressTLS_To_v1beta1_IngressTLS(in *extensions.IngressTLS, out *IngressTLS, s conversion.Scope) error

func Convert_extensions_Ingress_To_v1beta1_Ingress

func Convert_extensions_Ingress_To_v1beta1_Ingress(in *extensions.Ingress, out *Ingress, s conversion.Scope) error

func Convert_extensions_NetworkPolicyIngressRule_To_v1beta1_NetworkPolicyIngressRule

func Convert_extensions_NetworkPolicyIngressRule_To_v1beta1_NetworkPolicyIngressRule(in *extensions.NetworkPolicyIngressRule, out *NetworkPolicyIngressRule, s conversion.Scope) error

func Convert_extensions_NetworkPolicyList_To_v1beta1_NetworkPolicyList

func Convert_extensions_NetworkPolicyList_To_v1beta1_NetworkPolicyList(in *extensions.NetworkPolicyList, out *NetworkPolicyList, s conversion.Scope) error

func Convert_extensions_NetworkPolicyPeer_To_v1beta1_NetworkPolicyPeer

func Convert_extensions_NetworkPolicyPeer_To_v1beta1_NetworkPolicyPeer(in *extensions.NetworkPolicyPeer, out *NetworkPolicyPeer, s conversion.Scope) error

func Convert_extensions_NetworkPolicyPort_To_v1beta1_NetworkPolicyPort

func Convert_extensions_NetworkPolicyPort_To_v1beta1_NetworkPolicyPort(in *extensions.NetworkPolicyPort, out *NetworkPolicyPort, s conversion.Scope) error

func Convert_extensions_NetworkPolicySpec_To_v1beta1_NetworkPolicySpec

func Convert_extensions_NetworkPolicySpec_To_v1beta1_NetworkPolicySpec(in *extensions.NetworkPolicySpec, out *NetworkPolicySpec, s conversion.Scope) error

func Convert_extensions_NetworkPolicy_To_v1beta1_NetworkPolicy

func Convert_extensions_NetworkPolicy_To_v1beta1_NetworkPolicy(in *extensions.NetworkPolicy, out *NetworkPolicy, s conversion.Scope) error

func Convert_extensions_PodSecurityPolicyList_To_v1beta1_PodSecurityPolicyList

func Convert_extensions_PodSecurityPolicyList_To_v1beta1_PodSecurityPolicyList(in *extensions.PodSecurityPolicyList, out *PodSecurityPolicyList, s conversion.Scope) error

func Convert_extensions_PodSecurityPolicySpec_To_v1beta1_PodSecurityPolicySpec

func Convert_extensions_PodSecurityPolicySpec_To_v1beta1_PodSecurityPolicySpec(in *extensions.PodSecurityPolicySpec, out *PodSecurityPolicySpec, s conversion.Scope) error

func Convert_extensions_PodSecurityPolicy_To_v1beta1_PodSecurityPolicy

func Convert_extensions_PodSecurityPolicy_To_v1beta1_PodSecurityPolicy(in *extensions.PodSecurityPolicy, out *PodSecurityPolicy, s conversion.Scope) error

func Convert_extensions_ReplicaSetList_To_v1beta1_ReplicaSetList

func Convert_extensions_ReplicaSetList_To_v1beta1_ReplicaSetList(in *extensions.ReplicaSetList, out *ReplicaSetList, s conversion.Scope) error

func Convert_extensions_ReplicaSetSpec_To_v1beta1_ReplicaSetSpec

func Convert_extensions_ReplicaSetSpec_To_v1beta1_ReplicaSetSpec(in *extensions.ReplicaSetSpec, out *ReplicaSetSpec, s conversion.Scope) error

func Convert_extensions_ReplicaSetStatus_To_v1beta1_ReplicaSetStatus

func Convert_extensions_ReplicaSetStatus_To_v1beta1_ReplicaSetStatus(in *extensions.ReplicaSetStatus, out *ReplicaSetStatus, s conversion.Scope) error

func Convert_extensions_ReplicaSet_To_v1beta1_ReplicaSet

func Convert_extensions_ReplicaSet_To_v1beta1_ReplicaSet(in *extensions.ReplicaSet, out *ReplicaSet, s conversion.Scope) error

func Convert_extensions_ReplicationControllerDummy_To_v1beta1_ReplicationControllerDummy

func Convert_extensions_ReplicationControllerDummy_To_v1beta1_ReplicationControllerDummy(in *extensions.ReplicationControllerDummy, out *ReplicationControllerDummy, s conversion.Scope) error

func Convert_extensions_RollbackConfig_To_v1beta1_RollbackConfig

func Convert_extensions_RollbackConfig_To_v1beta1_RollbackConfig(in *extensions.RollbackConfig, out *RollbackConfig, s conversion.Scope) error

func Convert_extensions_RollingUpdateDeployment_To_v1beta1_RollingUpdateDeployment

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

func Convert_extensions_RunAsUserStrategyOptions_To_v1beta1_RunAsUserStrategyOptions

func Convert_extensions_RunAsUserStrategyOptions_To_v1beta1_RunAsUserStrategyOptions(in *extensions.RunAsUserStrategyOptions, out *RunAsUserStrategyOptions, s conversion.Scope) error

func Convert_extensions_SELinuxStrategyOptions_To_v1beta1_SELinuxStrategyOptions

func Convert_extensions_SELinuxStrategyOptions_To_v1beta1_SELinuxStrategyOptions(in *extensions.SELinuxStrategyOptions, out *SELinuxStrategyOptions, s conversion.Scope) error

func Convert_extensions_ScaleSpec_To_v1beta1_ScaleSpec

func Convert_extensions_ScaleSpec_To_v1beta1_ScaleSpec(in *extensions.ScaleSpec, out *ScaleSpec, s conversion.Scope) error

func Convert_extensions_ScaleStatus_To_v1beta1_ScaleStatus

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

func Convert_extensions_Scale_To_v1beta1_Scale

func Convert_extensions_Scale_To_v1beta1_Scale(in *extensions.Scale, out *Scale, s conversion.Scope) error

func Convert_extensions_SupplementalGroupsStrategyOptions_To_v1beta1_SupplementalGroupsStrategyOptions

func Convert_extensions_SupplementalGroupsStrategyOptions_To_v1beta1_SupplementalGroupsStrategyOptions(in *extensions.SupplementalGroupsStrategyOptions, out *SupplementalGroupsStrategyOptions, s conversion.Scope) error

func Convert_extensions_ThirdPartyResourceDataList_To_v1beta1_ThirdPartyResourceDataList

func Convert_extensions_ThirdPartyResourceDataList_To_v1beta1_ThirdPartyResourceDataList(in *extensions.ThirdPartyResourceDataList, out *ThirdPartyResourceDataList, s conversion.Scope) error

func Convert_extensions_ThirdPartyResourceData_To_v1beta1_ThirdPartyResourceData

func Convert_extensions_ThirdPartyResourceData_To_v1beta1_ThirdPartyResourceData(in *extensions.ThirdPartyResourceData, out *ThirdPartyResourceData, s conversion.Scope) error

func Convert_extensions_ThirdPartyResourceList_To_v1beta1_ThirdPartyResourceList

func Convert_extensions_ThirdPartyResourceList_To_v1beta1_ThirdPartyResourceList(in *extensions.ThirdPartyResourceList, out *ThirdPartyResourceList, s conversion.Scope) error

func Convert_extensions_ThirdPartyResource_To_v1beta1_ThirdPartyResource

func Convert_extensions_ThirdPartyResource_To_v1beta1_ThirdPartyResource(in *extensions.ThirdPartyResource, out *ThirdPartyResource, s conversion.Scope) error

func Convert_unversioned_LabelSelectorRequirement_To_v1beta1_LabelSelectorRequirement

func Convert_unversioned_LabelSelectorRequirement_To_v1beta1_LabelSelectorRequirement(in *unversioned.LabelSelectorRequirement, out *LabelSelectorRequirement, s conversion.Scope) error

func Convert_unversioned_LabelSelector_To_v1beta1_LabelSelector

func Convert_unversioned_LabelSelector_To_v1beta1_LabelSelector(in *unversioned.LabelSelector, out *LabelSelector, s conversion.Scope) error

func Convert_v1beta1_APIVersion_To_extensions_APIVersion

func Convert_v1beta1_APIVersion_To_extensions_APIVersion(in *APIVersion, out *extensions.APIVersion, s conversion.Scope) error

func Convert_v1beta1_CustomMetricCurrentStatusList_To_extensions_CustomMetricCurrentStatusList

func Convert_v1beta1_CustomMetricCurrentStatusList_To_extensions_CustomMetricCurrentStatusList(in *CustomMetricCurrentStatusList, out *extensions.CustomMetricCurrentStatusList, s conversion.Scope) error

func Convert_v1beta1_CustomMetricCurrentStatus_To_extensions_CustomMetricCurrentStatus

func Convert_v1beta1_CustomMetricCurrentStatus_To_extensions_CustomMetricCurrentStatus(in *CustomMetricCurrentStatus, out *extensions.CustomMetricCurrentStatus, s conversion.Scope) error

func Convert_v1beta1_CustomMetricTargetList_To_extensions_CustomMetricTargetList

func Convert_v1beta1_CustomMetricTargetList_To_extensions_CustomMetricTargetList(in *CustomMetricTargetList, out *extensions.CustomMetricTargetList, s conversion.Scope) error

func Convert_v1beta1_CustomMetricTarget_To_extensions_CustomMetricTarget

func Convert_v1beta1_CustomMetricTarget_To_extensions_CustomMetricTarget(in *CustomMetricTarget, out *extensions.CustomMetricTarget, s conversion.Scope) error

func Convert_v1beta1_DaemonSetList_To_extensions_DaemonSetList

func Convert_v1beta1_DaemonSetList_To_extensions_DaemonSetList(in *DaemonSetList, out *extensions.DaemonSetList, s conversion.Scope) error

func Convert_v1beta1_DaemonSetSpec_To_extensions_DaemonSetSpec

func Convert_v1beta1_DaemonSetSpec_To_extensions_DaemonSetSpec(in *DaemonSetSpec, out *extensions.DaemonSetSpec, s conversion.Scope) error

func Convert_v1beta1_DaemonSetStatus_To_extensions_DaemonSetStatus

func Convert_v1beta1_DaemonSetStatus_To_extensions_DaemonSetStatus(in *DaemonSetStatus, out *extensions.DaemonSetStatus, s conversion.Scope) error

func Convert_v1beta1_DaemonSet_To_extensions_DaemonSet

func Convert_v1beta1_DaemonSet_To_extensions_DaemonSet(in *DaemonSet, out *extensions.DaemonSet, s conversion.Scope) error

func Convert_v1beta1_DeploymentList_To_extensions_DeploymentList

func Convert_v1beta1_DeploymentList_To_extensions_DeploymentList(in *DeploymentList, out *extensions.DeploymentList, s conversion.Scope) error

func Convert_v1beta1_DeploymentRollback_To_extensions_DeploymentRollback

func Convert_v1beta1_DeploymentRollback_To_extensions_DeploymentRollback(in *DeploymentRollback, out *extensions.DeploymentRollback, s conversion.Scope) error

func Convert_v1beta1_DeploymentSpec_To_extensions_DeploymentSpec

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

func Convert_v1beta1_DeploymentStatus_To_extensions_DeploymentStatus

func Convert_v1beta1_DeploymentStatus_To_extensions_DeploymentStatus(in *DeploymentStatus, out *extensions.DeploymentStatus, s conversion.Scope) error

func Convert_v1beta1_DeploymentStrategy_To_extensions_DeploymentStrategy

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

func Convert_v1beta1_Deployment_To_extensions_Deployment

func Convert_v1beta1_Deployment_To_extensions_Deployment(in *Deployment, out *extensions.Deployment, s conversion.Scope) error

func Convert_v1beta1_ExportOptions_To_api_ExportOptions

func Convert_v1beta1_ExportOptions_To_api_ExportOptions(in *ExportOptions, out *api.ExportOptions, s conversion.Scope) error

func Convert_v1beta1_FSGroupStrategyOptions_To_extensions_FSGroupStrategyOptions

func Convert_v1beta1_FSGroupStrategyOptions_To_extensions_FSGroupStrategyOptions(in *FSGroupStrategyOptions, out *extensions.FSGroupStrategyOptions, s conversion.Scope) error

func Convert_v1beta1_HTTPIngressPath_To_extensions_HTTPIngressPath

func Convert_v1beta1_HTTPIngressPath_To_extensions_HTTPIngressPath(in *HTTPIngressPath, out *extensions.HTTPIngressPath, s conversion.Scope) error

func Convert_v1beta1_HTTPIngressRuleValue_To_extensions_HTTPIngressRuleValue

func Convert_v1beta1_HTTPIngressRuleValue_To_extensions_HTTPIngressRuleValue(in *HTTPIngressRuleValue, out *extensions.HTTPIngressRuleValue, s conversion.Scope) error

func Convert_v1beta1_HorizontalPodAutoscalerList_To_autoscaling_HorizontalPodAutoscalerList

func Convert_v1beta1_HorizontalPodAutoscalerList_To_autoscaling_HorizontalPodAutoscalerList(in *HorizontalPodAutoscalerList, out *autoscaling.HorizontalPodAutoscalerList, s conversion.Scope) error

func Convert_v1beta1_HorizontalPodAutoscalerSpec_To_autoscaling_HorizontalPodAutoscalerSpec

func Convert_v1beta1_HorizontalPodAutoscalerSpec_To_autoscaling_HorizontalPodAutoscalerSpec(in *HorizontalPodAutoscalerSpec, out *autoscaling.HorizontalPodAutoscalerSpec, s conversion.Scope) error

func Convert_v1beta1_HorizontalPodAutoscalerStatus_To_autoscaling_HorizontalPodAutoscalerStatus

func Convert_v1beta1_HorizontalPodAutoscalerStatus_To_autoscaling_HorizontalPodAutoscalerStatus(in *HorizontalPodAutoscalerStatus, out *autoscaling.HorizontalPodAutoscalerStatus, s conversion.Scope) error

func Convert_v1beta1_HorizontalPodAutoscaler_To_autoscaling_HorizontalPodAutoscaler

func Convert_v1beta1_HorizontalPodAutoscaler_To_autoscaling_HorizontalPodAutoscaler(in *HorizontalPodAutoscaler, out *autoscaling.HorizontalPodAutoscaler, s conversion.Scope) error

func Convert_v1beta1_HostPortRange_To_extensions_HostPortRange

func Convert_v1beta1_HostPortRange_To_extensions_HostPortRange(in *HostPortRange, out *extensions.HostPortRange, s conversion.Scope) error

func Convert_v1beta1_IDRange_To_extensions_IDRange

func Convert_v1beta1_IDRange_To_extensions_IDRange(in *IDRange, out *extensions.IDRange, s conversion.Scope) error

func Convert_v1beta1_IngressBackend_To_extensions_IngressBackend

func Convert_v1beta1_IngressBackend_To_extensions_IngressBackend(in *IngressBackend, out *extensions.IngressBackend, s conversion.Scope) error

func Convert_v1beta1_IngressList_To_extensions_IngressList

func Convert_v1beta1_IngressList_To_extensions_IngressList(in *IngressList, out *extensions.IngressList, s conversion.Scope) error

func Convert_v1beta1_IngressRuleValue_To_extensions_IngressRuleValue

func Convert_v1beta1_IngressRuleValue_To_extensions_IngressRuleValue(in *IngressRuleValue, out *extensions.IngressRuleValue, s conversion.Scope) error

func Convert_v1beta1_IngressRule_To_extensions_IngressRule

func Convert_v1beta1_IngressRule_To_extensions_IngressRule(in *IngressRule, out *extensions.IngressRule, s conversion.Scope) error

func Convert_v1beta1_IngressSpec_To_extensions_IngressSpec

func Convert_v1beta1_IngressSpec_To_extensions_IngressSpec(in *IngressSpec, out *extensions.IngressSpec, s conversion.Scope) error

func Convert_v1beta1_IngressStatus_To_extensions_IngressStatus

func Convert_v1beta1_IngressStatus_To_extensions_IngressStatus(in *IngressStatus, out *extensions.IngressStatus, s conversion.Scope) error

func Convert_v1beta1_IngressTLS_To_extensions_IngressTLS

func Convert_v1beta1_IngressTLS_To_extensions_IngressTLS(in *IngressTLS, out *extensions.IngressTLS, s conversion.Scope) error

func Convert_v1beta1_Ingress_To_extensions_Ingress

func Convert_v1beta1_Ingress_To_extensions_Ingress(in *Ingress, out *extensions.Ingress, s conversion.Scope) error

func Convert_v1beta1_JobCondition_To_batch_JobCondition

func Convert_v1beta1_JobCondition_To_batch_JobCondition(in *JobCondition, out *batch.JobCondition, s conversion.Scope) error

func Convert_v1beta1_JobList_To_batch_JobList

func Convert_v1beta1_JobList_To_batch_JobList(in *JobList, out *batch.JobList, s conversion.Scope) error

func Convert_v1beta1_JobSpec_To_batch_JobSpec

func Convert_v1beta1_JobSpec_To_batch_JobSpec(in *JobSpec, out *batch.JobSpec, s conversion.Scope) error

func Convert_v1beta1_JobStatus_To_batch_JobStatus

func Convert_v1beta1_JobStatus_To_batch_JobStatus(in *JobStatus, out *batch.JobStatus, s conversion.Scope) error

func Convert_v1beta1_Job_To_batch_Job

func Convert_v1beta1_Job_To_batch_Job(in *Job, out *batch.Job, s conversion.Scope) error

func Convert_v1beta1_LabelSelectorRequirement_To_unversioned_LabelSelectorRequirement

func Convert_v1beta1_LabelSelectorRequirement_To_unversioned_LabelSelectorRequirement(in *LabelSelectorRequirement, out *unversioned.LabelSelectorRequirement, s conversion.Scope) error

func Convert_v1beta1_LabelSelector_To_unversioned_LabelSelector

func Convert_v1beta1_LabelSelector_To_unversioned_LabelSelector(in *LabelSelector, out *unversioned.LabelSelector, s conversion.Scope) error

func Convert_v1beta1_ListOptions_To_api_ListOptions

func Convert_v1beta1_ListOptions_To_api_ListOptions(in *ListOptions, out *api.ListOptions, s conversion.Scope) error

func Convert_v1beta1_NetworkPolicyIngressRule_To_extensions_NetworkPolicyIngressRule

func Convert_v1beta1_NetworkPolicyIngressRule_To_extensions_NetworkPolicyIngressRule(in *NetworkPolicyIngressRule, out *extensions.NetworkPolicyIngressRule, s conversion.Scope) error

func Convert_v1beta1_NetworkPolicyList_To_extensions_NetworkPolicyList

func Convert_v1beta1_NetworkPolicyList_To_extensions_NetworkPolicyList(in *NetworkPolicyList, out *extensions.NetworkPolicyList, s conversion.Scope) error

func Convert_v1beta1_NetworkPolicyPeer_To_extensions_NetworkPolicyPeer

func Convert_v1beta1_NetworkPolicyPeer_To_extensions_NetworkPolicyPeer(in *NetworkPolicyPeer, out *extensions.NetworkPolicyPeer, s conversion.Scope) error

func Convert_v1beta1_NetworkPolicyPort_To_extensions_NetworkPolicyPort

func Convert_v1beta1_NetworkPolicyPort_To_extensions_NetworkPolicyPort(in *NetworkPolicyPort, out *extensions.NetworkPolicyPort, s conversion.Scope) error

func Convert_v1beta1_NetworkPolicySpec_To_extensions_NetworkPolicySpec

func Convert_v1beta1_NetworkPolicySpec_To_extensions_NetworkPolicySpec(in *NetworkPolicySpec, out *extensions.NetworkPolicySpec, s conversion.Scope) error

func Convert_v1beta1_NetworkPolicy_To_extensions_NetworkPolicy

func Convert_v1beta1_NetworkPolicy_To_extensions_NetworkPolicy(in *NetworkPolicy, out *extensions.NetworkPolicy, s conversion.Scope) error

func Convert_v1beta1_PodSecurityPolicyList_To_extensions_PodSecurityPolicyList

func Convert_v1beta1_PodSecurityPolicyList_To_extensions_PodSecurityPolicyList(in *PodSecurityPolicyList, out *extensions.PodSecurityPolicyList, s conversion.Scope) error

func Convert_v1beta1_PodSecurityPolicySpec_To_extensions_PodSecurityPolicySpec

func Convert_v1beta1_PodSecurityPolicySpec_To_extensions_PodSecurityPolicySpec(in *PodSecurityPolicySpec, out *extensions.PodSecurityPolicySpec, s conversion.Scope) error

func Convert_v1beta1_PodSecurityPolicy_To_extensions_PodSecurityPolicy

func Convert_v1beta1_PodSecurityPolicy_To_extensions_PodSecurityPolicy(in *PodSecurityPolicy, out *extensions.PodSecurityPolicy, s conversion.Scope) error

func Convert_v1beta1_ReplicaSetList_To_extensions_ReplicaSetList

func Convert_v1beta1_ReplicaSetList_To_extensions_ReplicaSetList(in *ReplicaSetList, out *extensions.ReplicaSetList, s conversion.Scope) error

func Convert_v1beta1_ReplicaSetSpec_To_extensions_ReplicaSetSpec

func Convert_v1beta1_ReplicaSetSpec_To_extensions_ReplicaSetSpec(in *ReplicaSetSpec, out *extensions.ReplicaSetSpec, s conversion.Scope) error

func Convert_v1beta1_ReplicaSetStatus_To_extensions_ReplicaSetStatus

func Convert_v1beta1_ReplicaSetStatus_To_extensions_ReplicaSetStatus(in *ReplicaSetStatus, out *extensions.ReplicaSetStatus, s conversion.Scope) error

func Convert_v1beta1_ReplicaSet_To_extensions_ReplicaSet

func Convert_v1beta1_ReplicaSet_To_extensions_ReplicaSet(in *ReplicaSet, out *extensions.ReplicaSet, s conversion.Scope) error

func Convert_v1beta1_ReplicationControllerDummy_To_extensions_ReplicationControllerDummy

func Convert_v1beta1_ReplicationControllerDummy_To_extensions_ReplicationControllerDummy(in *ReplicationControllerDummy, out *extensions.ReplicationControllerDummy, s conversion.Scope) error

func Convert_v1beta1_RollbackConfig_To_extensions_RollbackConfig

func Convert_v1beta1_RollbackConfig_To_extensions_RollbackConfig(in *RollbackConfig, out *extensions.RollbackConfig, s conversion.Scope) error

func Convert_v1beta1_RollingUpdateDeployment_To_extensions_RollingUpdateDeployment

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

func Convert_v1beta1_RunAsUserStrategyOptions_To_extensions_RunAsUserStrategyOptions

func Convert_v1beta1_RunAsUserStrategyOptions_To_extensions_RunAsUserStrategyOptions(in *RunAsUserStrategyOptions, out *extensions.RunAsUserStrategyOptions, s conversion.Scope) error

func Convert_v1beta1_SELinuxStrategyOptions_To_extensions_SELinuxStrategyOptions

func Convert_v1beta1_SELinuxStrategyOptions_To_extensions_SELinuxStrategyOptions(in *SELinuxStrategyOptions, out *extensions.SELinuxStrategyOptions, s conversion.Scope) error

func Convert_v1beta1_ScaleSpec_To_extensions_ScaleSpec

func Convert_v1beta1_ScaleSpec_To_extensions_ScaleSpec(in *ScaleSpec, out *extensions.ScaleSpec, s conversion.Scope) error

func Convert_v1beta1_ScaleStatus_To_extensions_ScaleStatus

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

func Convert_v1beta1_Scale_To_extensions_Scale

func Convert_v1beta1_Scale_To_extensions_Scale(in *Scale, out *extensions.Scale, s conversion.Scope) error

func Convert_v1beta1_SubresourceReference_To_autoscaling_CrossVersionObjectReference

func Convert_v1beta1_SubresourceReference_To_autoscaling_CrossVersionObjectReference(in *SubresourceReference, out *autoscaling.CrossVersionObjectReference, s conversion.Scope) error

func Convert_v1beta1_SupplementalGroupsStrategyOptions_To_extensions_SupplementalGroupsStrategyOptions

func Convert_v1beta1_SupplementalGroupsStrategyOptions_To_extensions_SupplementalGroupsStrategyOptions(in *SupplementalGroupsStrategyOptions, out *extensions.SupplementalGroupsStrategyOptions, s conversion.Scope) error

func Convert_v1beta1_ThirdPartyResourceDataList_To_extensions_ThirdPartyResourceDataList

func Convert_v1beta1_ThirdPartyResourceDataList_To_extensions_ThirdPartyResourceDataList(in *ThirdPartyResourceDataList, out *extensions.ThirdPartyResourceDataList, s conversion.Scope) error

func Convert_v1beta1_ThirdPartyResourceData_To_extensions_ThirdPartyResourceData

func Convert_v1beta1_ThirdPartyResourceData_To_extensions_ThirdPartyResourceData(in *ThirdPartyResourceData, out *extensions.ThirdPartyResourceData, s conversion.Scope) error

func Convert_v1beta1_ThirdPartyResourceList_To_extensions_ThirdPartyResourceList

func Convert_v1beta1_ThirdPartyResourceList_To_extensions_ThirdPartyResourceList(in *ThirdPartyResourceList, out *extensions.ThirdPartyResourceList, s conversion.Scope) error

func Convert_v1beta1_ThirdPartyResource_To_extensions_ThirdPartyResource

func Convert_v1beta1_ThirdPartyResource_To_extensions_ThirdPartyResource(in *ThirdPartyResource, out *extensions.ThirdPartyResource, s conversion.Scope) error

func DeepCopy_v1beta1_APIVersion

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

func DeepCopy_v1beta1_CPUTargetUtilization

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

func DeepCopy_v1beta1_CustomMetricCurrentStatus

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

func DeepCopy_v1beta1_CustomMetricCurrentStatusList

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

func DeepCopy_v1beta1_CustomMetricTarget

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

func DeepCopy_v1beta1_CustomMetricTargetList

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

func DeepCopy_v1beta1_DaemonSet

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

func DeepCopy_v1beta1_DaemonSetList

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

func DeepCopy_v1beta1_DaemonSetSpec

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

func DeepCopy_v1beta1_DaemonSetStatus

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

func DeepCopy_v1beta1_Deployment

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

func DeepCopy_v1beta1_DeploymentList

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

func DeepCopy_v1beta1_DeploymentRollback

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

func DeepCopy_v1beta1_DeploymentSpec

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

func DeepCopy_v1beta1_DeploymentStatus

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

func DeepCopy_v1beta1_DeploymentStrategy

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

func DeepCopy_v1beta1_ExportOptions

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

func DeepCopy_v1beta1_FSGroupStrategyOptions

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

func DeepCopy_v1beta1_HTTPIngressPath

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

func DeepCopy_v1beta1_HTTPIngressRuleValue

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

func DeepCopy_v1beta1_HorizontalPodAutoscaler

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

func DeepCopy_v1beta1_HorizontalPodAutoscalerList

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

func DeepCopy_v1beta1_HorizontalPodAutoscalerSpec

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

func DeepCopy_v1beta1_HorizontalPodAutoscalerStatus

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

func DeepCopy_v1beta1_HostPortRange

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

func DeepCopy_v1beta1_IDRange

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

func DeepCopy_v1beta1_Ingress

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

func DeepCopy_v1beta1_IngressBackend

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

func DeepCopy_v1beta1_IngressList

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

func DeepCopy_v1beta1_IngressRule

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

func DeepCopy_v1beta1_IngressRuleValue

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

func DeepCopy_v1beta1_IngressSpec

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

func DeepCopy_v1beta1_IngressStatus

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

func DeepCopy_v1beta1_IngressTLS

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

func DeepCopy_v1beta1_Job

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

func DeepCopy_v1beta1_JobCondition

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

func DeepCopy_v1beta1_JobList

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

func DeepCopy_v1beta1_JobSpec

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

func DeepCopy_v1beta1_JobStatus

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

func DeepCopy_v1beta1_LabelSelector

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

func DeepCopy_v1beta1_LabelSelectorRequirement

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

func DeepCopy_v1beta1_ListOptions

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

func DeepCopy_v1beta1_NetworkPolicy

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

func DeepCopy_v1beta1_NetworkPolicyIngressRule

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

func DeepCopy_v1beta1_NetworkPolicyList

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

func DeepCopy_v1beta1_NetworkPolicyPeer

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

func DeepCopy_v1beta1_NetworkPolicyPort

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

func DeepCopy_v1beta1_NetworkPolicySpec

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

func DeepCopy_v1beta1_PodSecurityPolicy

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

func DeepCopy_v1beta1_PodSecurityPolicyList

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

func DeepCopy_v1beta1_PodSecurityPolicySpec

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

func DeepCopy_v1beta1_ReplicaSet

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

func DeepCopy_v1beta1_ReplicaSetList

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

func DeepCopy_v1beta1_ReplicaSetSpec

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

func DeepCopy_v1beta1_ReplicaSetStatus

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

func DeepCopy_v1beta1_ReplicationControllerDummy

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

func DeepCopy_v1beta1_RollbackConfig

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

func DeepCopy_v1beta1_RollingUpdateDeployment

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

func DeepCopy_v1beta1_RunAsUserStrategyOptions

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

func DeepCopy_v1beta1_SELinuxStrategyOptions

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

func DeepCopy_v1beta1_Scale

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

func DeepCopy_v1beta1_ScaleSpec

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

func DeepCopy_v1beta1_ScaleStatus

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

func DeepCopy_v1beta1_SubresourceReference

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

func DeepCopy_v1beta1_SupplementalGroupsStrategyOptions

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

func DeepCopy_v1beta1_ThirdPartyResource

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

func DeepCopy_v1beta1_ThirdPartyResourceData

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

func DeepCopy_v1beta1_ThirdPartyResourceDataList

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

func DeepCopy_v1beta1_ThirdPartyResourceList

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

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 SetDefaults_DaemonSet

func SetDefaults_DaemonSet(obj *DaemonSet)

func SetDefaults_Deployment

func SetDefaults_Deployment(obj *Deployment)

func SetDefaults_HorizontalPodAutoscaler

func SetDefaults_HorizontalPodAutoscaler(obj *HorizontalPodAutoscaler)

func SetDefaults_Job

func SetDefaults_Job(obj *Job)

func SetDefaults_NetworkPolicy

func SetDefaults_NetworkPolicy(obj *NetworkPolicy)

func SetDefaults_ReplicaSet

func SetDefaults_ReplicaSet(obj *ReplicaSet)

Types

type APIVersion

type APIVersion struct {
	// Name of this version (e.g. 'v1').
	Name string `json:"name,omitempty" protobuf:"bytes,1,opt,name=name"`
}

An APIVersion represents a single concrete version of an object model.

func (*APIVersion) CodecDecodeSelf

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

func (*APIVersion) CodecEncodeSelf

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

func (*APIVersion) Descriptor

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

func (*APIVersion) Marshal

func (m *APIVersion) Marshal() (data []byte, err error)

func (*APIVersion) MarshalTo

func (m *APIVersion) MarshalTo(data []byte) (int, error)

func (*APIVersion) ProtoMessage

func (*APIVersion) ProtoMessage()

func (*APIVersion) Reset

func (m *APIVersion) Reset()

func (*APIVersion) Size

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

func (*APIVersion) String

func (this *APIVersion) String() string

func (APIVersion) SwaggerDoc

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

func (*APIVersion) Unmarshal

func (m *APIVersion) Unmarshal(data []byte) error

type CPUTargetUtilization

type CPUTargetUtilization struct {
	// fraction of the requested CPU that should be utilized/used,
	// e.g. 70 means that 70% of the requested CPU should be in use.
	TargetPercentage int32 `json:"targetPercentage" protobuf:"varint,1,opt,name=targetPercentage"`
}

func (*CPUTargetUtilization) CodecDecodeSelf

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

func (*CPUTargetUtilization) CodecEncodeSelf

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

func (*CPUTargetUtilization) Descriptor

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

func (*CPUTargetUtilization) Marshal

func (m *CPUTargetUtilization) Marshal() (data []byte, err error)

func (*CPUTargetUtilization) MarshalTo

func (m *CPUTargetUtilization) MarshalTo(data []byte) (int, error)

func (*CPUTargetUtilization) ProtoMessage

func (*CPUTargetUtilization) ProtoMessage()

func (*CPUTargetUtilization) Reset

func (m *CPUTargetUtilization) Reset()

func (*CPUTargetUtilization) Size

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

func (*CPUTargetUtilization) String

func (this *CPUTargetUtilization) String() string

func (CPUTargetUtilization) SwaggerDoc

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

func (*CPUTargetUtilization) Unmarshal

func (m *CPUTargetUtilization) Unmarshal(data []byte) error

type CustomMetricCurrentStatus

type CustomMetricCurrentStatus struct {
	// Custom Metric name.
	Name string `json:"name" protobuf:"bytes,1,opt,name=name"`
	// Custom Metric value (average).
	CurrentValue resource.Quantity `json:"value" protobuf:"bytes,2,opt,name=value"`
}

func (*CustomMetricCurrentStatus) CodecDecodeSelf

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

func (*CustomMetricCurrentStatus) CodecEncodeSelf

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

func (*CustomMetricCurrentStatus) Descriptor

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

func (*CustomMetricCurrentStatus) Marshal

func (m *CustomMetricCurrentStatus) Marshal() (data []byte, err error)

func (*CustomMetricCurrentStatus) MarshalTo

func (m *CustomMetricCurrentStatus) MarshalTo(data []byte) (int, error)

func (*CustomMetricCurrentStatus) ProtoMessage

func (*CustomMetricCurrentStatus) ProtoMessage()

func (*CustomMetricCurrentStatus) Reset

func (m *CustomMetricCurrentStatus) Reset()

func (*CustomMetricCurrentStatus) Size

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

func (*CustomMetricCurrentStatus) String

func (this *CustomMetricCurrentStatus) String() string

func (CustomMetricCurrentStatus) SwaggerDoc

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

func (*CustomMetricCurrentStatus) Unmarshal

func (m *CustomMetricCurrentStatus) Unmarshal(data []byte) error

type CustomMetricCurrentStatusList

type CustomMetricCurrentStatusList struct {
	Items []CustomMetricCurrentStatus `json:"items" protobuf:"bytes,1,rep,name=items"`
}

func (*CustomMetricCurrentStatusList) CodecDecodeSelf

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

func (*CustomMetricCurrentStatusList) CodecEncodeSelf

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

func (*CustomMetricCurrentStatusList) Descriptor

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

func (*CustomMetricCurrentStatusList) Marshal

func (m *CustomMetricCurrentStatusList) Marshal() (data []byte, err error)

func (*CustomMetricCurrentStatusList) MarshalTo

func (m *CustomMetricCurrentStatusList) MarshalTo(data []byte) (int, error)

func (*CustomMetricCurrentStatusList) ProtoMessage

func (*CustomMetricCurrentStatusList) ProtoMessage()

func (*CustomMetricCurrentStatusList) Reset

func (m *CustomMetricCurrentStatusList) Reset()

func (*CustomMetricCurrentStatusList) Size

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

func (*CustomMetricCurrentStatusList) String

func (this *CustomMetricCurrentStatusList) String() string

func (*CustomMetricCurrentStatusList) Unmarshal

func (m *CustomMetricCurrentStatusList) Unmarshal(data []byte) error

type CustomMetricTarget

type CustomMetricTarget struct {
	// Custom Metric name.
	Name string `json:"name" protobuf:"bytes,1,opt,name=name"`
	// Custom Metric value (average).
	TargetValue resource.Quantity `json:"value" protobuf:"bytes,2,opt,name=value"`
}

Alpha-level support for Custom Metrics in HPA (as annotations).

func (*CustomMetricTarget) CodecDecodeSelf

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

func (*CustomMetricTarget) CodecEncodeSelf

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

func (*CustomMetricTarget) Descriptor

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

func (*CustomMetricTarget) Marshal

func (m *CustomMetricTarget) Marshal() (data []byte, err error)

func (*CustomMetricTarget) MarshalTo

func (m *CustomMetricTarget) MarshalTo(data []byte) (int, error)

func (*CustomMetricTarget) ProtoMessage

func (*CustomMetricTarget) ProtoMessage()

func (*CustomMetricTarget) Reset

func (m *CustomMetricTarget) Reset()

func (*CustomMetricTarget) Size

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

func (*CustomMetricTarget) String

func (this *CustomMetricTarget) String() string

func (CustomMetricTarget) SwaggerDoc

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

func (*CustomMetricTarget) Unmarshal

func (m *CustomMetricTarget) Unmarshal(data []byte) error

type CustomMetricTargetList

type CustomMetricTargetList struct {
	Items []CustomMetricTarget `json:"items" protobuf:"bytes,1,rep,name=items"`
}

func (*CustomMetricTargetList) CodecDecodeSelf

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

func (*CustomMetricTargetList) CodecEncodeSelf

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

func (*CustomMetricTargetList) Descriptor

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

func (*CustomMetricTargetList) Marshal

func (m *CustomMetricTargetList) Marshal() (data []byte, err error)

func (*CustomMetricTargetList) MarshalTo

func (m *CustomMetricTargetList) MarshalTo(data []byte) (int, error)

func (*CustomMetricTargetList) ProtoMessage

func (*CustomMetricTargetList) ProtoMessage()

func (*CustomMetricTargetList) Reset

func (m *CustomMetricTargetList) Reset()

func (*CustomMetricTargetList) Size

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

func (*CustomMetricTargetList) String

func (this *CustomMetricTargetList) String() string

func (*CustomMetricTargetList) Unmarshal

func (m *CustomMetricTargetList) Unmarshal(data []byte) error

type DaemonSet

type DaemonSet struct {
	unversioned.TypeMeta `json:",inline"`
	// Standard object's metadata.
	// More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata
	v1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	// Spec defines the desired behavior of this daemon set.
	// More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status
	Spec DaemonSetSpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`

	// Status is the current status of this daemon set. This data may be
	// out of date by some window of time.
	// Populated by the system.
	// Read-only.
	// More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status
	Status DaemonSetStatus `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"`
}

DaemonSet represents the configuration of a daemon set.

func (*DaemonSet) CodecDecodeSelf

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

func (*DaemonSet) CodecEncodeSelf

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

func (*DaemonSet) Descriptor

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

func (*DaemonSet) Marshal

func (m *DaemonSet) Marshal() (data []byte, err error)

func (*DaemonSet) MarshalTo

func (m *DaemonSet) MarshalTo(data []byte) (int, error)

func (*DaemonSet) ProtoMessage

func (*DaemonSet) ProtoMessage()

func (*DaemonSet) Reset

func (m *DaemonSet) Reset()

func (*DaemonSet) Size

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

func (*DaemonSet) String

func (this *DaemonSet) String() string

func (DaemonSet) SwaggerDoc

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

func (*DaemonSet) Unmarshal

func (m *DaemonSet) Unmarshal(data []byte) error

type DaemonSetList

type DaemonSetList struct {
	unversioned.TypeMeta `json:",inline"`
	// Standard list metadata.
	// More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata
	unversioned.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	// Items is a list of daemon sets.
	Items []DaemonSet `json:"items" protobuf:"bytes,2,rep,name=items"`
}

DaemonSetList is a collection of daemon sets.

func (*DaemonSetList) CodecDecodeSelf

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

func (*DaemonSetList) CodecEncodeSelf

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

func (*DaemonSetList) Descriptor

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

func (*DaemonSetList) Marshal

func (m *DaemonSetList) Marshal() (data []byte, err error)

func (*DaemonSetList) MarshalTo

func (m *DaemonSetList) MarshalTo(data []byte) (int, error)

func (*DaemonSetList) ProtoMessage

func (*DaemonSetList) ProtoMessage()

func (*DaemonSetList) Reset

func (m *DaemonSetList) Reset()

func (*DaemonSetList) Size

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

func (*DaemonSetList) String

func (this *DaemonSetList) String() string

func (DaemonSetList) SwaggerDoc

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

func (*DaemonSetList) Unmarshal

func (m *DaemonSetList) Unmarshal(data []byte) error

type DaemonSetSpec

type DaemonSetSpec struct {
	// Selector is a label query over pods that are managed by the daemon set.
	// Must match in order to be controlled.
	// If empty, defaulted to labels on Pod template.
	// More info: http://releases.k8s.io/HEAD/docs/user-guide/labels.md#label-selectors
	Selector *LabelSelector `json:"selector,omitempty" protobuf:"bytes,1,opt,name=selector"`

	// Template is the object that describes the pod that will be created.
	// The DaemonSet will create exactly one copy of this pod on every node
	// that matches the template's node selector (or on every node if no node
	// selector is specified).
	// More info: http://releases.k8s.io/HEAD/docs/user-guide/replication-controller.md#pod-template
	Template v1.PodTemplateSpec `json:"template" protobuf:"bytes,2,opt,name=template"`
}

DaemonSetSpec is the specification of a daemon set.

func (*DaemonSetSpec) CodecDecodeSelf

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

func (*DaemonSetSpec) CodecEncodeSelf

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

func (*DaemonSetSpec) Descriptor

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

func (*DaemonSetSpec) Marshal

func (m *DaemonSetSpec) Marshal() (data []byte, err error)

func (*DaemonSetSpec) MarshalTo

func (m *DaemonSetSpec) MarshalTo(data []byte) (int, error)

func (*DaemonSetSpec) ProtoMessage

func (*DaemonSetSpec) ProtoMessage()

func (*DaemonSetSpec) Reset

func (m *DaemonSetSpec) Reset()

func (*DaemonSetSpec) Size

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

func (*DaemonSetSpec) String

func (this *DaemonSetSpec) String() string

func (DaemonSetSpec) SwaggerDoc

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

func (*DaemonSetSpec) Unmarshal

func (m *DaemonSetSpec) Unmarshal(data []byte) error

type DaemonSetStatus

type DaemonSetStatus struct {
	// CurrentNumberScheduled is the number of nodes that are running at least 1
	// daemon pod and are supposed to run the daemon pod.
	// More info: http://releases.k8s.io/HEAD/docs/admin/daemons.md
	CurrentNumberScheduled int32 `json:"currentNumberScheduled" protobuf:"varint,1,opt,name=currentNumberScheduled"`

	// NumberMisscheduled is the number of nodes that are running the daemon pod, but are
	// not supposed to run the daemon pod.
	// More info: http://releases.k8s.io/HEAD/docs/admin/daemons.md
	NumberMisscheduled int32 `json:"numberMisscheduled" protobuf:"varint,2,opt,name=numberMisscheduled"`

	// DesiredNumberScheduled is the total number of nodes that should be running the daemon
	// pod (including nodes correctly running the daemon pod).
	// More info: http://releases.k8s.io/HEAD/docs/admin/daemons.md
	DesiredNumberScheduled int32 `json:"desiredNumberScheduled" protobuf:"varint,3,opt,name=desiredNumberScheduled"`
}

DaemonSetStatus represents the current status of a daemon set.

func (*DaemonSetStatus) CodecDecodeSelf

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

func (*DaemonSetStatus) CodecEncodeSelf

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

func (*DaemonSetStatus) Descriptor

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

func (*DaemonSetStatus) Marshal

func (m *DaemonSetStatus) Marshal() (data []byte, err error)

func (*DaemonSetStatus) MarshalTo

func (m *DaemonSetStatus) MarshalTo(data []byte) (int, error)

func (*DaemonSetStatus) ProtoMessage

func (*DaemonSetStatus) ProtoMessage()

func (*DaemonSetStatus) Reset

func (m *DaemonSetStatus) Reset()

func (*DaemonSetStatus) Size

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

func (*DaemonSetStatus) String

func (this *DaemonSetStatus) String() string

func (DaemonSetStatus) SwaggerDoc

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

func (*DaemonSetStatus) Unmarshal

func (m *DaemonSetStatus) Unmarshal(data []byte) error

type Deployment

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

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

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

Deployment enables declarative updates for Pods and ReplicaSets.

func (*Deployment) CodecDecodeSelf

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

func (*Deployment) CodecEncodeSelf

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

func (*Deployment) Descriptor

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

func (*Deployment) Marshal

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

func (*Deployment) MarshalTo

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

func (*Deployment) ProtoMessage

func (*Deployment) ProtoMessage()

func (*Deployment) Reset

func (m *Deployment) Reset()

func (*Deployment) Size

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

func (*Deployment) String

func (this *Deployment) String() string

func (Deployment) SwaggerDoc

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

func (*Deployment) Unmarshal

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

type DeploymentList

type DeploymentList struct {
	unversioned.TypeMeta `json:",inline"`
	// Standard list metadata.
	unversioned.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

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

func (*DeploymentList) CodecEncodeSelf

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

func (*DeploymentList) Descriptor

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

func (*DeploymentList) Marshal

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

func (*DeploymentList) MarshalTo

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

func (*DeploymentList) ProtoMessage

func (*DeploymentList) ProtoMessage()

func (*DeploymentList) Reset

func (m *DeploymentList) Reset()

func (*DeploymentList) Size

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

func (*DeploymentList) String

func (this *DeploymentList) String() string

func (DeploymentList) SwaggerDoc

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

func (*DeploymentList) Unmarshal

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

type DeploymentRollback

type DeploymentRollback struct {
	unversioned.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
	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

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

func (*DeploymentRollback) CodecEncodeSelf

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

func (*DeploymentRollback) Descriptor

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

func (*DeploymentRollback) Marshal

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

func (*DeploymentRollback) MarshalTo

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

func (*DeploymentRollback) ProtoMessage

func (*DeploymentRollback) ProtoMessage()

func (*DeploymentRollback) Reset

func (m *DeploymentRollback) Reset()

func (*DeploymentRollback) Size

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

func (*DeploymentRollback) String

func (this *DeploymentRollback) String() string

func (DeploymentRollback) SwaggerDoc

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

func (*DeploymentRollback) Unmarshal

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

type DeploymentSpec

type DeploymentSpec struct {
	// Number of desired pods. This is a pointer to distinguish between explicit
	// zero and not specified. Defaults to 1.
	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.
	Selector *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.
	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)
	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.
	RevisionHistoryLimit *int32 `json:"revisionHistoryLimit,omitempty" protobuf:"varint,6,opt,name=revisionHistoryLimit"`

	// Indicates that the deployment is paused and will not be processed by the
	// deployment controller.
	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.
	RollbackTo *RollbackConfig `json:"rollbackTo,omitempty" protobuf:"bytes,8,opt,name=rollbackTo"`
}

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

func (*DeploymentSpec) CodecDecodeSelf

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

func (*DeploymentSpec) CodecEncodeSelf

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

func (*DeploymentSpec) Descriptor

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

func (*DeploymentSpec) Marshal

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

func (*DeploymentSpec) MarshalTo

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

func (*DeploymentSpec) ProtoMessage

func (*DeploymentSpec) ProtoMessage()

func (*DeploymentSpec) Reset

func (m *DeploymentSpec) Reset()

func (*DeploymentSpec) Size

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

func (*DeploymentSpec) String

func (this *DeploymentSpec) String() string

func (DeploymentSpec) SwaggerDoc

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

func (*DeploymentSpec) Unmarshal

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

type DeploymentStatus

type DeploymentStatus struct {
	// The generation observed by the deployment controller.
	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).
	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.
	UpdatedReplicas int32 `json:"updatedReplicas,omitempty" protobuf:"varint,3,opt,name=updatedReplicas"`

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

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

DeploymentStatus is the most recently observed status of the Deployment.

func (*DeploymentStatus) CodecDecodeSelf

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

func (*DeploymentStatus) CodecEncodeSelf

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

func (*DeploymentStatus) Descriptor

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

func (*DeploymentStatus) Marshal

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

func (*DeploymentStatus) MarshalTo

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

func (*DeploymentStatus) ProtoMessage

func (*DeploymentStatus) ProtoMessage()

func (*DeploymentStatus) Reset

func (m *DeploymentStatus) Reset()

func (*DeploymentStatus) Size

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

func (*DeploymentStatus) String

func (this *DeploymentStatus) String() string

func (DeploymentStatus) SwaggerDoc

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

func (*DeploymentStatus) Unmarshal

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

type DeploymentStrategy

type DeploymentStrategy struct {
	// Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
	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.
	RollingUpdate *RollingUpdateDeployment `json:"rollingUpdate,omitempty" protobuf:"bytes,2,opt,name=rollingUpdate"`
}

DeploymentStrategy describes how to replace existing pods with new ones.

func (*DeploymentStrategy) CodecDecodeSelf

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

func (*DeploymentStrategy) CodecEncodeSelf

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

func (*DeploymentStrategy) Descriptor

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

func (*DeploymentStrategy) Marshal

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

func (*DeploymentStrategy) MarshalTo

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

func (*DeploymentStrategy) ProtoMessage

func (*DeploymentStrategy) ProtoMessage()

func (*DeploymentStrategy) Reset

func (m *DeploymentStrategy) Reset()

func (*DeploymentStrategy) Size

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

func (*DeploymentStrategy) String

func (this *DeploymentStrategy) String() string

func (DeploymentStrategy) SwaggerDoc

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

func (*DeploymentStrategy) Unmarshal

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

type DeploymentStrategyType

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

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

func (DeploymentStrategyType) CodecEncodeSelf

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

type ExportOptions

type ExportOptions struct {
	unversioned.TypeMeta `json:",inline"`
	// Should this value be exported.  Export strips fields that a user can not specify.
	Export bool `json:"export" protobuf:"varint,1,opt,name=export"`
	// Should the export be exact.  Exact export maintains cluster-specific fields like 'Namespace'
	Exact bool `json:"exact" protobuf:"varint,2,opt,name=exact"`
}

ExportOptions is the query options to the standard REST get call.

func (*ExportOptions) CodecDecodeSelf

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

func (*ExportOptions) CodecEncodeSelf

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

func (*ExportOptions) Descriptor

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

func (*ExportOptions) Marshal

func (m *ExportOptions) Marshal() (data []byte, err error)

func (*ExportOptions) MarshalTo

func (m *ExportOptions) MarshalTo(data []byte) (int, error)

func (*ExportOptions) ProtoMessage

func (*ExportOptions) ProtoMessage()

func (*ExportOptions) Reset

func (m *ExportOptions) Reset()

func (*ExportOptions) Size

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

func (*ExportOptions) String

func (this *ExportOptions) String() string

func (ExportOptions) SwaggerDoc

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

func (*ExportOptions) Unmarshal

func (m *ExportOptions) Unmarshal(data []byte) error

type FSGroupStrategyOptions

type FSGroupStrategyOptions struct {
	// Rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
	Rule FSGroupStrategyType `json:"rule,omitempty" protobuf:"bytes,1,opt,name=rule,casttype=FSGroupStrategyType"`
	// Ranges are the allowed ranges of fs groups.  If you would like to force a single
	// fs group then supply a single range with the same start and end.
	Ranges []IDRange `json:"ranges,omitempty" protobuf:"bytes,2,rep,name=ranges"`
}

FSGroupStrategyOptions defines the strategy type and options used to create the strategy.

func (*FSGroupStrategyOptions) CodecDecodeSelf

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

func (*FSGroupStrategyOptions) CodecEncodeSelf

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

func (*FSGroupStrategyOptions) Descriptor

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

func (*FSGroupStrategyOptions) Marshal

func (m *FSGroupStrategyOptions) Marshal() (data []byte, err error)

func (*FSGroupStrategyOptions) MarshalTo

func (m *FSGroupStrategyOptions) MarshalTo(data []byte) (int, error)

func (*FSGroupStrategyOptions) ProtoMessage

func (*FSGroupStrategyOptions) ProtoMessage()

func (*FSGroupStrategyOptions) Reset

func (m *FSGroupStrategyOptions) Reset()

func (*FSGroupStrategyOptions) Size

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

func (*FSGroupStrategyOptions) String

func (this *FSGroupStrategyOptions) String() string

func (FSGroupStrategyOptions) SwaggerDoc

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

func (*FSGroupStrategyOptions) Unmarshal

func (m *FSGroupStrategyOptions) Unmarshal(data []byte) error

type FSGroupStrategyType

type FSGroupStrategyType string

FSGroupStrategyType denotes strategy types for generating FSGroup values for a SecurityContext

const (
	// container must have FSGroup of X applied.
	FSGroupStrategyMustRunAs FSGroupStrategyType = "MustRunAs"
	// container may make requests for any FSGroup labels.
	FSGroupStrategyRunAsAny FSGroupStrategyType = "RunAsAny"
)

func (*FSGroupStrategyType) CodecDecodeSelf

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

func (FSGroupStrategyType) CodecEncodeSelf

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

type FSType

type FSType string

FS Type gives strong typing to different file systems that are used by volumes.

var (
	AzureFile             FSType = "azureFile"
	Flocker               FSType = "flocker"
	FlexVolume            FSType = "flexVolume"
	HostPath              FSType = "hostPath"
	EmptyDir              FSType = "emptyDir"
	GCEPersistentDisk     FSType = "gcePersistentDisk"
	AWSElasticBlockStore  FSType = "awsElasticBlockStore"
	GitRepo               FSType = "gitRepo"
	Secret                FSType = "secret"
	NFS                   FSType = "nfs"
	ISCSI                 FSType = "iscsi"
	Glusterfs             FSType = "glusterfs"
	PersistentVolumeClaim FSType = "persistentVolumeClaim"
	RBD                   FSType = "rbd"
	Cinder                FSType = "cinder"
	CephFS                FSType = "cephFS"
	DownwardAPI           FSType = "downwardAPI"
	FC                    FSType = "fc"
	ConfigMap             FSType = "configMap"
	Quobyte               FSType = "quobyte"
	AzureDisk             FSType = "azureDisk"
	All                   FSType = "*"
)

func (*FSType) CodecDecodeSelf

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

func (FSType) CodecEncodeSelf

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

type HTTPIngressPath

type HTTPIngressPath struct {
	// Path is an extended POSIX regex as defined by IEEE Std 1003.1,
	// (i.e this follows the egrep/unix syntax, not the perl syntax)
	// matched against the path of an incoming request. Currently it can
	// contain characters disallowed from the conventional "path"
	// part of a URL as defined by RFC 3986. Paths must begin with
	// a '/'. If unspecified, the path defaults to a catch all sending
	// traffic to the backend.
	Path string `json:"path,omitempty" protobuf:"bytes,1,opt,name=path"`

	// Backend defines the referenced service endpoint to which the traffic
	// will be forwarded to.
	Backend IngressBackend `json:"backend" protobuf:"bytes,2,opt,name=backend"`
}

HTTPIngressPath associates a path regex with a backend. Incoming urls matching the path are forwarded to the backend.

func (*HTTPIngressPath) CodecDecodeSelf

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

func (*HTTPIngressPath) CodecEncodeSelf

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

func (*HTTPIngressPath) Descriptor

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

func (*HTTPIngressPath) Marshal

func (m *HTTPIngressPath) Marshal() (data []byte, err error)

func (*HTTPIngressPath) MarshalTo

func (m *HTTPIngressPath) MarshalTo(data []byte) (int, error)

func (*HTTPIngressPath) ProtoMessage

func (*HTTPIngressPath) ProtoMessage()

func (*HTTPIngressPath) Reset

func (m *HTTPIngressPath) Reset()

func (*HTTPIngressPath) Size

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

func (*HTTPIngressPath) String

func (this *HTTPIngressPath) String() string

func (HTTPIngressPath) SwaggerDoc

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

func (*HTTPIngressPath) Unmarshal

func (m *HTTPIngressPath) Unmarshal(data []byte) error

type HTTPIngressRuleValue

type HTTPIngressRuleValue struct {
	// A collection of paths that map requests to backends.
	Paths []HTTPIngressPath `json:"paths" protobuf:"bytes,1,rep,name=paths"`
}

HTTPIngressRuleValue is a list of http selectors pointing to backends. In the example: http://<host>/<path>?<searchpart> -> backend where where parts of the url correspond to RFC 3986, this resource will be used to match against everything after the last '/' and before the first '?' or '#'.

func (*HTTPIngressRuleValue) CodecDecodeSelf

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

func (*HTTPIngressRuleValue) CodecEncodeSelf

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

func (*HTTPIngressRuleValue) Descriptor

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

func (*HTTPIngressRuleValue) Marshal

func (m *HTTPIngressRuleValue) Marshal() (data []byte, err error)

func (*HTTPIngressRuleValue) MarshalTo

func (m *HTTPIngressRuleValue) MarshalTo(data []byte) (int, error)

func (*HTTPIngressRuleValue) ProtoMessage

func (*HTTPIngressRuleValue) ProtoMessage()

func (*HTTPIngressRuleValue) Reset

func (m *HTTPIngressRuleValue) Reset()

func (*HTTPIngressRuleValue) Size

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

func (*HTTPIngressRuleValue) String

func (this *HTTPIngressRuleValue) String() string

func (HTTPIngressRuleValue) SwaggerDoc

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

func (*HTTPIngressRuleValue) Unmarshal

func (m *HTTPIngressRuleValue) Unmarshal(data []byte) error

type HorizontalPodAutoscaler

type HorizontalPodAutoscaler struct {
	unversioned.TypeMeta `json:",inline"`
	// Standard object metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata
	v1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	// behaviour of autoscaler. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status.
	Spec HorizontalPodAutoscalerSpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`

	// current information about the autoscaler.
	Status HorizontalPodAutoscalerStatus `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"`
}

configuration of a horizontal pod autoscaler.

func (*HorizontalPodAutoscaler) CodecDecodeSelf

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

func (*HorizontalPodAutoscaler) CodecEncodeSelf

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

func (*HorizontalPodAutoscaler) Descriptor

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

func (*HorizontalPodAutoscaler) Marshal

func (m *HorizontalPodAutoscaler) Marshal() (data []byte, err error)

func (*HorizontalPodAutoscaler) MarshalTo

func (m *HorizontalPodAutoscaler) MarshalTo(data []byte) (int, error)

func (*HorizontalPodAutoscaler) ProtoMessage

func (*HorizontalPodAutoscaler) ProtoMessage()

func (*HorizontalPodAutoscaler) Reset

func (m *HorizontalPodAutoscaler) Reset()

func (*HorizontalPodAutoscaler) Size

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

func (*HorizontalPodAutoscaler) String

func (this *HorizontalPodAutoscaler) String() string

func (HorizontalPodAutoscaler) SwaggerDoc

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

func (*HorizontalPodAutoscaler) Unmarshal

func (m *HorizontalPodAutoscaler) Unmarshal(data []byte) error

type HorizontalPodAutoscalerList

type HorizontalPodAutoscalerList struct {
	unversioned.TypeMeta `json:",inline"`
	// Standard list metadata.
	unversioned.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	// list of horizontal pod autoscaler objects.
	Items []HorizontalPodAutoscaler `json:"items" protobuf:"bytes,2,rep,name=items"`
}

list of horizontal pod autoscaler objects.

func (*HorizontalPodAutoscalerList) CodecDecodeSelf

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

func (*HorizontalPodAutoscalerList) CodecEncodeSelf

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

func (*HorizontalPodAutoscalerList) Descriptor

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

func (*HorizontalPodAutoscalerList) Marshal

func (m *HorizontalPodAutoscalerList) Marshal() (data []byte, err error)

func (*HorizontalPodAutoscalerList) MarshalTo

func (m *HorizontalPodAutoscalerList) MarshalTo(data []byte) (int, error)

func (*HorizontalPodAutoscalerList) ProtoMessage

func (*HorizontalPodAutoscalerList) ProtoMessage()

func (*HorizontalPodAutoscalerList) Reset

func (m *HorizontalPodAutoscalerList) Reset()

func (*HorizontalPodAutoscalerList) Size

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

func (*HorizontalPodAutoscalerList) String

func (this *HorizontalPodAutoscalerList) String() string

func (HorizontalPodAutoscalerList) SwaggerDoc

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

func (*HorizontalPodAutoscalerList) Unmarshal

func (m *HorizontalPodAutoscalerList) Unmarshal(data []byte) error

type HorizontalPodAutoscalerSpec

type HorizontalPodAutoscalerSpec struct {
	// reference to Scale subresource; horizontal pod autoscaler will learn the current resource consumption from its status,
	// and will set the desired number of pods by modifying its spec.
	ScaleRef SubresourceReference `json:"scaleRef" protobuf:"bytes,1,opt,name=scaleRef"`
	// lower limit for the number of pods that can be set by the autoscaler, default 1.
	MinReplicas *int32 `json:"minReplicas,omitempty" protobuf:"varint,2,opt,name=minReplicas"`
	// upper limit for the number of pods that can be set by the autoscaler; cannot be smaller than MinReplicas.
	MaxReplicas int32 `json:"maxReplicas" protobuf:"varint,3,opt,name=maxReplicas"`
	// target average CPU utilization (represented as a percentage of requested CPU) over all the pods;
	// if not specified it defaults to the target CPU utilization at 80% of the requested resources.
	CPUUtilization *CPUTargetUtilization `json:"cpuUtilization,omitempty" protobuf:"bytes,4,opt,name=cpuUtilization"`
}

specification of a horizontal pod autoscaler.

func (*HorizontalPodAutoscalerSpec) CodecDecodeSelf

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

func (*HorizontalPodAutoscalerSpec) CodecEncodeSelf

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

func (*HorizontalPodAutoscalerSpec) Descriptor

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

func (*HorizontalPodAutoscalerSpec) Marshal

func (m *HorizontalPodAutoscalerSpec) Marshal() (data []byte, err error)

func (*HorizontalPodAutoscalerSpec) MarshalTo

func (m *HorizontalPodAutoscalerSpec) MarshalTo(data []byte) (int, error)

func (*HorizontalPodAutoscalerSpec) ProtoMessage

func (*HorizontalPodAutoscalerSpec) ProtoMessage()

func (*HorizontalPodAutoscalerSpec) Reset

func (m *HorizontalPodAutoscalerSpec) Reset()

func (*HorizontalPodAutoscalerSpec) Size

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

func (*HorizontalPodAutoscalerSpec) String

func (this *HorizontalPodAutoscalerSpec) String() string

func (HorizontalPodAutoscalerSpec) SwaggerDoc

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

func (*HorizontalPodAutoscalerSpec) Unmarshal

func (m *HorizontalPodAutoscalerSpec) Unmarshal(data []byte) error

type HorizontalPodAutoscalerStatus

type HorizontalPodAutoscalerStatus struct {
	// most recent generation observed by this autoscaler.
	ObservedGeneration *int64 `json:"observedGeneration,omitempty" protobuf:"varint,1,opt,name=observedGeneration"`

	// last time the HorizontalPodAutoscaler scaled the number of pods;
	// used by the autoscaler to control how often the number of pods is changed.
	LastScaleTime *unversioned.Time `json:"lastScaleTime,omitempty" protobuf:"bytes,2,opt,name=lastScaleTime"`

	// current number of replicas of pods managed by this autoscaler.
	CurrentReplicas int32 `json:"currentReplicas" protobuf:"varint,3,opt,name=currentReplicas"`

	// desired number of replicas of pods managed by this autoscaler.
	DesiredReplicas int32 `json:"desiredReplicas" protobuf:"varint,4,opt,name=desiredReplicas"`

	// current average CPU utilization over all pods, represented as a percentage of requested CPU,
	// e.g. 70 means that an average pod is using now 70% of its requested CPU.
	CurrentCPUUtilizationPercentage *int32 `json:"currentCPUUtilizationPercentage,omitempty" protobuf:"varint,5,opt,name=currentCPUUtilizationPercentage"`
}

current status of a horizontal pod autoscaler

func (*HorizontalPodAutoscalerStatus) CodecDecodeSelf

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

func (*HorizontalPodAutoscalerStatus) CodecEncodeSelf

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

func (*HorizontalPodAutoscalerStatus) Descriptor

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

func (*HorizontalPodAutoscalerStatus) Marshal

func (m *HorizontalPodAutoscalerStatus) Marshal() (data []byte, err error)

func (*HorizontalPodAutoscalerStatus) MarshalTo

func (m *HorizontalPodAutoscalerStatus) MarshalTo(data []byte) (int, error)

func (*HorizontalPodAutoscalerStatus) ProtoMessage

func (*HorizontalPodAutoscalerStatus) ProtoMessage()

func (*HorizontalPodAutoscalerStatus) Reset

func (m *HorizontalPodAutoscalerStatus) Reset()

func (*HorizontalPodAutoscalerStatus) Size

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

func (*HorizontalPodAutoscalerStatus) String

func (this *HorizontalPodAutoscalerStatus) String() string

func (HorizontalPodAutoscalerStatus) SwaggerDoc

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

func (*HorizontalPodAutoscalerStatus) Unmarshal

func (m *HorizontalPodAutoscalerStatus) Unmarshal(data []byte) error

type HostPortRange

type HostPortRange struct {
	// min is the start of the range, inclusive.
	Min int32 `json:"min" protobuf:"varint,1,opt,name=min"`
	// max is the end of the range, inclusive.
	Max int32 `json:"max" protobuf:"varint,2,opt,name=max"`
}

Host Port Range defines a range of host ports that will be enabled by a policy for pods to use. It requires both the start and end to be defined.

func (*HostPortRange) CodecDecodeSelf

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

func (*HostPortRange) CodecEncodeSelf

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

func (*HostPortRange) Descriptor

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

func (*HostPortRange) Marshal

func (m *HostPortRange) Marshal() (data []byte, err error)

func (*HostPortRange) MarshalTo

func (m *HostPortRange) MarshalTo(data []byte) (int, error)

func (*HostPortRange) ProtoMessage

func (*HostPortRange) ProtoMessage()

func (*HostPortRange) Reset

func (m *HostPortRange) Reset()

func (*HostPortRange) Size

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

func (*HostPortRange) String

func (this *HostPortRange) String() string

func (HostPortRange) SwaggerDoc

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

func (*HostPortRange) Unmarshal

func (m *HostPortRange) Unmarshal(data []byte) error

type IDRange

type IDRange struct {
	// Min is the start of the range, inclusive.
	Min int64 `json:"min" protobuf:"varint,1,opt,name=min"`
	// Max is the end of the range, inclusive.
	Max int64 `json:"max" protobuf:"varint,2,opt,name=max"`
}

ID Range provides a min/max of an allowed range of IDs.

func (*IDRange) CodecDecodeSelf

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

func (*IDRange) CodecEncodeSelf

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

func (*IDRange) Descriptor

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

func (*IDRange) Marshal

func (m *IDRange) Marshal() (data []byte, err error)

func (*IDRange) MarshalTo

func (m *IDRange) MarshalTo(data []byte) (int, error)

func (*IDRange) ProtoMessage

func (*IDRange) ProtoMessage()

func (*IDRange) Reset

func (m *IDRange) Reset()

func (*IDRange) Size

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

func (*IDRange) String

func (this *IDRange) String() string

func (IDRange) SwaggerDoc

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

func (*IDRange) Unmarshal

func (m *IDRange) Unmarshal(data []byte) error

type Ingress

type Ingress struct {