v1beta1

package
v1.7.4 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2017 License: Apache-2.0, Apache-2.0 Imports: 24 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
CustomMetricCurrentStatus
CustomMetricCurrentStatusList
CustomMetricTarget
CustomMetricTargetList
DaemonSet
DaemonSetList
DaemonSetSpec
DaemonSetStatus
DaemonSetUpdateStrategy
Deployment
DeploymentCondition
DeploymentList
DeploymentRollback
DeploymentSpec
DeploymentStatus
DeploymentStrategy
FSGroupStrategyOptions
HTTPIngressPath
HTTPIngressRuleValue
HostPortRange
IDRange
Ingress
IngressBackend
IngressList
IngressRule
IngressRuleValue
IngressSpec
IngressStatus
IngressTLS
NetworkPolicy
NetworkPolicyIngressRule
NetworkPolicyList
NetworkPolicyPeer
NetworkPolicyPort
NetworkPolicySpec
PodSecurityPolicy
PodSecurityPolicyList
PodSecurityPolicySpec
ReplicaSet
ReplicaSetCondition
ReplicaSetList
ReplicaSetSpec
ReplicaSetStatus
ReplicationControllerDummy
RollbackConfig
RollingUpdateDaemonSet
RollingUpdateDeployment
RunAsUserStrategyOptions
SELinuxStrategyOptions
Scale
ScaleSpec
ScaleStatus
SupplementalGroupsStrategyOptions
ThirdPartyResource
ThirdPartyResourceData
ThirdPartyResourceDataList
ThirdPartyResourceList

Index

Constants

View Source
const (
	// DEPRECATED: DefaultDaemonSetUniqueLabelKey is used instead.
	// DaemonSetTemplateGenerationKey is the key of the labels that is added
	// to daemon set pods to distinguish between old and new pod templates
	// during DaemonSet template update.
	DaemonSetTemplateGenerationKey string = "pod-template-generation"

	// DefaultDaemonSetUniqueLabelKey is the default label key that is added
	// to existing DaemonSet pods to distinguish between old and new
	// DaemonSet pods during DaemonSet template updates.
	DefaultDaemonSetUniqueLabelKey = appsv1beta1.ControllerRevisionHashLabelKey
)
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 (
	// TODO: move SchemeBuilder with zz_generated.deepcopy.go to k8s.io/api.
	// localSchemeBuilder and AddToScheme will stay in k8s.io/kubernetes.
	SchemeBuilder runtime.SchemeBuilder

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

SchemeGroupVersion is group version used to register these objects

Functions

func Convert_extensions_APIVersion_To_v1beta1_APIVersion

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

Convert_extensions_APIVersion_To_v1beta1_APIVersion is an autogenerated conversion function.

func Convert_extensions_CustomMetricCurrentStatusList_To_v1beta1_CustomMetricCurrentStatusList

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

Convert_extensions_CustomMetricCurrentStatusList_To_v1beta1_CustomMetricCurrentStatusList is an autogenerated conversion function.

func Convert_extensions_CustomMetricCurrentStatus_To_v1beta1_CustomMetricCurrentStatus

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

Convert_extensions_CustomMetricCurrentStatus_To_v1beta1_CustomMetricCurrentStatus is an autogenerated conversion function.

func Convert_extensions_CustomMetricTargetList_To_v1beta1_CustomMetricTargetList

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

Convert_extensions_CustomMetricTargetList_To_v1beta1_CustomMetricTargetList is an autogenerated conversion function.

func Convert_extensions_CustomMetricTarget_To_v1beta1_CustomMetricTarget

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

Convert_extensions_CustomMetricTarget_To_v1beta1_CustomMetricTarget is an autogenerated conversion function.

func Convert_extensions_DaemonSetList_To_v1beta1_DaemonSetList

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

Convert_extensions_DaemonSetList_To_v1beta1_DaemonSetList is an autogenerated conversion function.

func Convert_extensions_DaemonSetSpec_To_v1beta1_DaemonSetSpec

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

Convert_extensions_DaemonSetSpec_To_v1beta1_DaemonSetSpec is an autogenerated conversion function.

func Convert_extensions_DaemonSetStatus_To_v1beta1_DaemonSetStatus

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

Convert_extensions_DaemonSetStatus_To_v1beta1_DaemonSetStatus is an autogenerated conversion function.

func Convert_extensions_DaemonSetUpdateStrategy_To_v1beta1_DaemonSetUpdateStrategy added in v1.6.0

func Convert_extensions_DaemonSetUpdateStrategy_To_v1beta1_DaemonSetUpdateStrategy(in *extensions.DaemonSetUpdateStrategy, out *DaemonSetUpdateStrategy, s conversion.Scope) error

Convert_extensions_DaemonSetUpdateStrategy_To_v1beta1_DaemonSetUpdateStrategy is an autogenerated conversion function.

func Convert_extensions_DaemonSet_To_v1beta1_DaemonSet

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

Convert_extensions_DaemonSet_To_v1beta1_DaemonSet is an autogenerated conversion function.

func Convert_extensions_DeploymentCondition_To_v1beta1_DeploymentCondition

func Convert_extensions_DeploymentCondition_To_v1beta1_DeploymentCondition(in *extensions.DeploymentCondition, out *DeploymentCondition, s conversion.Scope) error

Convert_extensions_DeploymentCondition_To_v1beta1_DeploymentCondition is an autogenerated conversion function.

func Convert_extensions_DeploymentList_To_v1beta1_DeploymentList

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

Convert_extensions_DeploymentList_To_v1beta1_DeploymentList is an autogenerated conversion function.

func Convert_extensions_DeploymentRollback_To_v1beta1_DeploymentRollback

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

Convert_extensions_DeploymentRollback_To_v1beta1_DeploymentRollback is an autogenerated conversion function.

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

Convert_extensions_DeploymentStatus_To_v1beta1_DeploymentStatus is an autogenerated conversion function.

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

Convert_extensions_Deployment_To_v1beta1_Deployment is an autogenerated conversion function.

func Convert_extensions_FSGroupStrategyOptions_To_v1beta1_FSGroupStrategyOptions

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

Convert_extensions_FSGroupStrategyOptions_To_v1beta1_FSGroupStrategyOptions is an autogenerated conversion function.

func Convert_extensions_HTTPIngressPath_To_v1beta1_HTTPIngressPath

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

Convert_extensions_HTTPIngressPath_To_v1beta1_HTTPIngressPath is an autogenerated conversion function.

func Convert_extensions_HTTPIngressRuleValue_To_v1beta1_HTTPIngressRuleValue

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

Convert_extensions_HTTPIngressRuleValue_To_v1beta1_HTTPIngressRuleValue is an autogenerated conversion function.

func Convert_extensions_HostPortRange_To_v1beta1_HostPortRange

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

Convert_extensions_HostPortRange_To_v1beta1_HostPortRange is an autogenerated conversion function.

func Convert_extensions_IngressBackend_To_v1beta1_IngressBackend

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

Convert_extensions_IngressBackend_To_v1beta1_IngressBackend is an autogenerated conversion function.

func Convert_extensions_IngressList_To_v1beta1_IngressList

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

Convert_extensions_IngressList_To_v1beta1_IngressList is an autogenerated conversion function.

func Convert_extensions_IngressRuleValue_To_v1beta1_IngressRuleValue

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

Convert_extensions_IngressRuleValue_To_v1beta1_IngressRuleValue is an autogenerated conversion function.

func Convert_extensions_IngressRule_To_v1beta1_IngressRule

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

Convert_extensions_IngressRule_To_v1beta1_IngressRule is an autogenerated conversion function.

func Convert_extensions_IngressSpec_To_v1beta1_IngressSpec

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

Convert_extensions_IngressSpec_To_v1beta1_IngressSpec is an autogenerated conversion function.

func Convert_extensions_IngressStatus_To_v1beta1_IngressStatus

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

Convert_extensions_IngressStatus_To_v1beta1_IngressStatus is an autogenerated conversion function.

func Convert_extensions_IngressTLS_To_v1beta1_IngressTLS

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

Convert_extensions_IngressTLS_To_v1beta1_IngressTLS is an autogenerated conversion function.

func Convert_extensions_Ingress_To_v1beta1_Ingress

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

Convert_extensions_Ingress_To_v1beta1_Ingress is an autogenerated conversion function.

func Convert_extensions_NetworkPolicyIngressRule_To_v1beta1_NetworkPolicyIngressRule

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

Convert_extensions_NetworkPolicyIngressRule_To_v1beta1_NetworkPolicyIngressRule is an autogenerated conversion function.

func Convert_extensions_NetworkPolicyList_To_v1beta1_NetworkPolicyList

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

Convert_extensions_NetworkPolicyList_To_v1beta1_NetworkPolicyList is an autogenerated conversion function.

func Convert_extensions_NetworkPolicyPeer_To_v1beta1_NetworkPolicyPeer

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

Convert_extensions_NetworkPolicyPeer_To_v1beta1_NetworkPolicyPeer is an autogenerated conversion function.

func Convert_extensions_NetworkPolicyPort_To_v1beta1_NetworkPolicyPort

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

Convert_extensions_NetworkPolicyPort_To_v1beta1_NetworkPolicyPort is an autogenerated conversion function.

func Convert_extensions_NetworkPolicySpec_To_v1beta1_NetworkPolicySpec

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

Convert_extensions_NetworkPolicySpec_To_v1beta1_NetworkPolicySpec is an autogenerated conversion function.

func Convert_extensions_NetworkPolicy_To_v1beta1_NetworkPolicy

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

Convert_extensions_NetworkPolicy_To_v1beta1_NetworkPolicy is an autogenerated conversion function.

func Convert_extensions_PodSecurityPolicyList_To_v1beta1_PodSecurityPolicyList

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

Convert_extensions_PodSecurityPolicyList_To_v1beta1_PodSecurityPolicyList is an autogenerated conversion function.

func Convert_extensions_PodSecurityPolicySpec_To_v1beta1_PodSecurityPolicySpec

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

Convert_extensions_PodSecurityPolicySpec_To_v1beta1_PodSecurityPolicySpec is an autogenerated conversion function.

func Convert_extensions_PodSecurityPolicy_To_v1beta1_PodSecurityPolicy

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

Convert_extensions_PodSecurityPolicy_To_v1beta1_PodSecurityPolicy is an autogenerated conversion function.

func Convert_extensions_ReplicaSetCondition_To_v1beta1_ReplicaSetCondition

func Convert_extensions_ReplicaSetCondition_To_v1beta1_ReplicaSetCondition(in *extensions.ReplicaSetCondition, out *ReplicaSetCondition, s conversion.Scope) error

Convert_extensions_ReplicaSetCondition_To_v1beta1_ReplicaSetCondition is an autogenerated conversion function.

func Convert_extensions_ReplicaSetList_To_v1beta1_ReplicaSetList

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

Convert_extensions_ReplicaSetList_To_v1beta1_ReplicaSetList is an autogenerated conversion function.

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

Convert_extensions_ReplicaSetStatus_To_v1beta1_ReplicaSetStatus is an autogenerated conversion function.

func Convert_extensions_ReplicaSet_To_v1beta1_ReplicaSet

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

Convert_extensions_ReplicaSet_To_v1beta1_ReplicaSet is an autogenerated conversion function.

func Convert_extensions_ReplicationControllerDummy_To_v1beta1_ReplicationControllerDummy

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

Convert_extensions_ReplicationControllerDummy_To_v1beta1_ReplicationControllerDummy is an autogenerated conversion function.

func Convert_extensions_RollbackConfig_To_v1beta1_RollbackConfig

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

Convert_extensions_RollbackConfig_To_v1beta1_RollbackConfig is an autogenerated conversion function.

func Convert_extensions_RollingUpdateDaemonSet_To_v1beta1_RollingUpdateDaemonSet added in v1.6.0

func Convert_extensions_RollingUpdateDaemonSet_To_v1beta1_RollingUpdateDaemonSet(in *extensions.RollingUpdateDaemonSet, out *RollingUpdateDaemonSet, 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

Convert_extensions_RunAsUserStrategyOptions_To_v1beta1_RunAsUserStrategyOptions is an autogenerated conversion function.

func Convert_extensions_SELinuxStrategyOptions_To_v1beta1_SELinuxStrategyOptions

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

Convert_extensions_SELinuxStrategyOptions_To_v1beta1_SELinuxStrategyOptions is an autogenerated conversion function.

func Convert_extensions_ScaleSpec_To_v1beta1_ScaleSpec

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

Convert_extensions_ScaleSpec_To_v1beta1_ScaleSpec is an autogenerated conversion function.

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

Convert_extensions_Scale_To_v1beta1_Scale is an autogenerated conversion function.

func Convert_extensions_SupplementalGroupsStrategyOptions_To_v1beta1_SupplementalGroupsStrategyOptions

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

Convert_extensions_SupplementalGroupsStrategyOptions_To_v1beta1_SupplementalGroupsStrategyOptions is an autogenerated conversion function.

func Convert_extensions_ThirdPartyResourceDataList_To_v1beta1_ThirdPartyResourceDataList

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

Convert_extensions_ThirdPartyResourceDataList_To_v1beta1_ThirdPartyResourceDataList is an autogenerated conversion function.

func Convert_extensions_ThirdPartyResourceData_To_v1beta1_ThirdPartyResourceData

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

Convert_extensions_ThirdPartyResourceData_To_v1beta1_ThirdPartyResourceData is an autogenerated conversion function.

func Convert_extensions_ThirdPartyResourceList_To_v1beta1_ThirdPartyResourceList

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

Convert_extensions_ThirdPartyResourceList_To_v1beta1_ThirdPartyResourceList is an autogenerated conversion function.

func Convert_extensions_ThirdPartyResource_To_v1beta1_ThirdPartyResource

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

Convert_extensions_ThirdPartyResource_To_v1beta1_ThirdPartyResource is an autogenerated conversion function.

func Convert_networking_NetworkPolicyIngressRule_To_v1beta1_NetworkPolicyIngressRule added in v1.7.0

func Convert_networking_NetworkPolicyIngressRule_To_v1beta1_NetworkPolicyIngressRule(in *networking.NetworkPolicyIngressRule, out *NetworkPolicyIngressRule, s conversion.Scope) error

func Convert_networking_NetworkPolicyList_To_v1beta1_NetworkPolicyList added in v1.7.0

func Convert_networking_NetworkPolicyList_To_v1beta1_NetworkPolicyList(in *networking.NetworkPolicyList, out *NetworkPolicyList, s conversion.Scope) error

func Convert_networking_NetworkPolicyPeer_To_v1beta1_NetworkPolicyPeer added in v1.7.0

func Convert_networking_NetworkPolicyPeer_To_v1beta1_NetworkPolicyPeer(in *networking.NetworkPolicyPeer, out *NetworkPolicyPeer, s conversion.Scope) error

func Convert_networking_NetworkPolicyPort_To_v1beta1_NetworkPolicyPort added in v1.7.0

func Convert_networking_NetworkPolicyPort_To_v1beta1_NetworkPolicyPort(in *networking.NetworkPolicyPort, out *NetworkPolicyPort, s conversion.Scope) error

func Convert_networking_NetworkPolicySpec_To_v1beta1_NetworkPolicySpec added in v1.7.0

func Convert_networking_NetworkPolicySpec_To_v1beta1_NetworkPolicySpec(in *networking.NetworkPolicySpec, out *NetworkPolicySpec, s conversion.Scope) error

func Convert_networking_NetworkPolicy_To_v1beta1_NetworkPolicy added in v1.7.0

func Convert_networking_NetworkPolicy_To_v1beta1_NetworkPolicy(in *networking.NetworkPolicy, out *NetworkPolicy, 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

Convert_v1beta1_APIVersion_To_extensions_APIVersion is an autogenerated conversion function.

func Convert_v1beta1_CustomMetricCurrentStatusList_To_extensions_CustomMetricCurrentStatusList

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

Convert_v1beta1_CustomMetricCurrentStatusList_To_extensions_CustomMetricCurrentStatusList is an autogenerated conversion function.

func Convert_v1beta1_CustomMetricCurrentStatus_To_extensions_CustomMetricCurrentStatus

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

Convert_v1beta1_CustomMetricCurrentStatus_To_extensions_CustomMetricCurrentStatus is an autogenerated conversion function.

func Convert_v1beta1_CustomMetricTargetList_To_extensions_CustomMetricTargetList

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

Convert_v1beta1_CustomMetricTargetList_To_extensions_CustomMetricTargetList is an autogenerated conversion function.

func Convert_v1beta1_CustomMetricTarget_To_extensions_CustomMetricTarget

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

Convert_v1beta1_CustomMetricTarget_To_extensions_CustomMetricTarget is an autogenerated conversion function.

func Convert_v1beta1_DaemonSetList_To_extensions_DaemonSetList

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

Convert_v1beta1_DaemonSetList_To_extensions_DaemonSetList is an autogenerated conversion function.

func Convert_v1beta1_DaemonSetSpec_To_extensions_DaemonSetSpec

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

Convert_v1beta1_DaemonSetSpec_To_extensions_DaemonSetSpec is an autogenerated conversion function.

func Convert_v1beta1_DaemonSetStatus_To_extensions_DaemonSetStatus

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

Convert_v1beta1_DaemonSetStatus_To_extensions_DaemonSetStatus is an autogenerated conversion function.

func Convert_v1beta1_DaemonSetUpdateStrategy_To_extensions_DaemonSetUpdateStrategy added in v1.6.0

func Convert_v1beta1_DaemonSetUpdateStrategy_To_extensions_DaemonSetUpdateStrategy(in *DaemonSetUpdateStrategy, out *extensions.DaemonSetUpdateStrategy, s conversion.Scope) error

Convert_v1beta1_DaemonSetUpdateStrategy_To_extensions_DaemonSetUpdateStrategy is an autogenerated conversion function.

func Convert_v1beta1_DaemonSet_To_extensions_DaemonSet

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

Convert_v1beta1_DaemonSet_To_extensions_DaemonSet is an autogenerated conversion function.

func Convert_v1beta1_DeploymentCondition_To_extensions_DeploymentCondition

func Convert_v1beta1_DeploymentCondition_To_extensions_DeploymentCondition(in *DeploymentCondition, out *extensions.DeploymentCondition, s conversion.Scope) error

Convert_v1beta1_DeploymentCondition_To_extensions_DeploymentCondition is an autogenerated conversion function.

func Convert_v1beta1_DeploymentList_To_extensions_DeploymentList

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

Convert_v1beta1_DeploymentList_To_extensions_DeploymentList is an autogenerated conversion function.

func Convert_v1beta1_DeploymentRollback_To_extensions_DeploymentRollback

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

Convert_v1beta1_DeploymentRollback_To_extensions_DeploymentRollback is an autogenerated conversion function.

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

Convert_v1beta1_DeploymentStatus_To_extensions_DeploymentStatus is an autogenerated conversion function.

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

Convert_v1beta1_Deployment_To_extensions_Deployment is an autogenerated conversion function.

func Convert_v1beta1_FSGroupStrategyOptions_To_extensions_FSGroupStrategyOptions

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

Convert_v1beta1_FSGroupStrategyOptions_To_extensions_FSGroupStrategyOptions is an autogenerated conversion function.

func Convert_v1beta1_HTTPIngressPath_To_extensions_HTTPIngressPath

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

Convert_v1beta1_HTTPIngressPath_To_extensions_HTTPIngressPath is an autogenerated conversion function.

func Convert_v1beta1_HTTPIngressRuleValue_To_extensions_HTTPIngressRuleValue

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

Convert_v1beta1_HTTPIngressRuleValue_To_extensions_HTTPIngressRuleValue is an autogenerated conversion function.

func Convert_v1beta1_HostPortRange_To_extensions_HostPortRange

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

Convert_v1beta1_HostPortRange_To_extensions_HostPortRange is an autogenerated conversion function.

func Convert_v1beta1_IngressBackend_To_extensions_IngressBackend

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

Convert_v1beta1_IngressBackend_To_extensions_IngressBackend is an autogenerated conversion function.

func Convert_v1beta1_IngressList_To_extensions_IngressList

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

Convert_v1beta1_IngressList_To_extensions_IngressList is an autogenerated conversion function.

func Convert_v1beta1_IngressRuleValue_To_extensions_IngressRuleValue

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

Convert_v1beta1_IngressRuleValue_To_extensions_IngressRuleValue is an autogenerated conversion function.

func Convert_v1beta1_IngressRule_To_extensions_IngressRule

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

Convert_v1beta1_IngressRule_To_extensions_IngressRule is an autogenerated conversion function.

func Convert_v1beta1_IngressSpec_To_extensions_IngressSpec

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

Convert_v1beta1_IngressSpec_To_extensions_IngressSpec is an autogenerated conversion function.

func Convert_v1beta1_IngressStatus_To_extensions_IngressStatus

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

Convert_v1beta1_IngressStatus_To_extensions_IngressStatus is an autogenerated conversion function.

func Convert_v1beta1_IngressTLS_To_extensions_IngressTLS

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

Convert_v1beta1_IngressTLS_To_extensions_IngressTLS is an autogenerated conversion function.

func Convert_v1beta1_Ingress_To_extensions_Ingress

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

Convert_v1beta1_Ingress_To_extensions_Ingress is an autogenerated conversion function.

func Convert_v1beta1_NetworkPolicyIngressRule_To_extensions_NetworkPolicyIngressRule

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

Convert_v1beta1_NetworkPolicyIngressRule_To_extensions_NetworkPolicyIngressRule is an autogenerated conversion function.

func Convert_v1beta1_NetworkPolicyIngressRule_To_networking_NetworkPolicyIngressRule added in v1.7.0

func Convert_v1beta1_NetworkPolicyIngressRule_To_networking_NetworkPolicyIngressRule(in *NetworkPolicyIngressRule, out *networking.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

Convert_v1beta1_NetworkPolicyList_To_extensions_NetworkPolicyList is an autogenerated conversion function.

func Convert_v1beta1_NetworkPolicyList_To_networking_NetworkPolicyList added in v1.7.0

func Convert_v1beta1_NetworkPolicyList_To_networking_NetworkPolicyList(in *NetworkPolicyList, out *networking.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

Convert_v1beta1_NetworkPolicyPeer_To_extensions_NetworkPolicyPeer is an autogenerated conversion function.

func Convert_v1beta1_NetworkPolicyPeer_To_networking_NetworkPolicyPeer added in v1.7.0

func Convert_v1beta1_NetworkPolicyPeer_To_networking_NetworkPolicyPeer(in *NetworkPolicyPeer, out *networking.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

Convert_v1beta1_NetworkPolicyPort_To_extensions_NetworkPolicyPort is an autogenerated conversion function.

func Convert_v1beta1_NetworkPolicyPort_To_networking_NetworkPolicyPort added in v1.7.0

func Convert_v1beta1_NetworkPolicyPort_To_networking_NetworkPolicyPort(in *NetworkPolicyPort, out *networking.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

Convert_v1beta1_NetworkPolicySpec_To_extensions_NetworkPolicySpec is an autogenerated conversion function.

func Convert_v1beta1_NetworkPolicySpec_To_networking_NetworkPolicySpec added in v1.7.0

func Convert_v1beta1_NetworkPolicySpec_To_networking_NetworkPolicySpec(in *NetworkPolicySpec, out *networking.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

Convert_v1beta1_NetworkPolicy_To_extensions_NetworkPolicy is an autogenerated conversion function.

func Convert_v1beta1_NetworkPolicy_To_networking_NetworkPolicy added in v1.7.0

func Convert_v1beta1_NetworkPolicy_To_networking_NetworkPolicy(in *NetworkPolicy, out *networking.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

Convert_v1beta1_PodSecurityPolicyList_To_extensions_PodSecurityPolicyList is an autogenerated conversion function.

func Convert_v1beta1_PodSecurityPolicySpec_To_extensions_PodSecurityPolicySpec

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

Convert_v1beta1_PodSecurityPolicySpec_To_extensions_PodSecurityPolicySpec is an autogenerated conversion function.

func Convert_v1beta1_PodSecurityPolicy_To_extensions_PodSecurityPolicy

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

Convert_v1beta1_PodSecurityPolicy_To_extensions_PodSecurityPolicy is an autogenerated conversion function.

func Convert_v1beta1_ReplicaSetCondition_To_extensions_ReplicaSetCondition

func Convert_v1beta1_ReplicaSetCondition_To_extensions_ReplicaSetCondition(in *ReplicaSetCondition, out *extensions.ReplicaSetCondition, s conversion.Scope) error

Convert_v1beta1_ReplicaSetCondition_To_extensions_ReplicaSetCondition is an autogenerated conversion function.

func Convert_v1beta1_ReplicaSetList_To_extensions_ReplicaSetList

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

Convert_v1beta1_ReplicaSetList_To_extensions_ReplicaSetList is an autogenerated conversion function.

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

Convert_v1beta1_ReplicaSetStatus_To_extensions_ReplicaSetStatus is an autogenerated conversion function.

func Convert_v1beta1_ReplicaSet_To_extensions_ReplicaSet

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

Convert_v1beta1_ReplicaSet_To_extensions_ReplicaSet is an autogenerated conversion function.

func Convert_v1beta1_ReplicationControllerDummy_To_extensions_ReplicationControllerDummy

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

Convert_v1beta1_ReplicationControllerDummy_To_extensions_ReplicationControllerDummy is an autogenerated conversion function.

func Convert_v1beta1_RollbackConfig_To_extensions_RollbackConfig

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

Convert_v1beta1_RollbackConfig_To_extensions_RollbackConfig is an autogenerated conversion function.

func Convert_v1beta1_RollingUpdateDaemonSet_To_extensions_RollingUpdateDaemonSet added in v1.6.0

func Convert_v1beta1_RollingUpdateDaemonSet_To_extensions_RollingUpdateDaemonSet(in *RollingUpdateDaemonSet, out *extensions.RollingUpdateDaemonSet, 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

Convert_v1beta1_RunAsUserStrategyOptions_To_extensions_RunAsUserStrategyOptions is an autogenerated conversion function.

func Convert_v1beta1_SELinuxStrategyOptions_To_extensions_SELinuxStrategyOptions

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

Convert_v1beta1_SELinuxStrategyOptions_To_extensions_SELinuxStrategyOptions is an autogenerated conversion function.

func Convert_v1beta1_ScaleSpec_To_extensions_ScaleSpec

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

Convert_v1beta1_ScaleSpec_To_extensions_ScaleSpec is an autogenerated conversion function.

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

Convert_v1beta1_Scale_To_extensions_Scale is an autogenerated conversion function.

func Convert_v1beta1_SupplementalGroupsStrategyOptions_To_extensions_SupplementalGroupsStrategyOptions

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

Convert_v1beta1_SupplementalGroupsStrategyOptions_To_extensions_SupplementalGroupsStrategyOptions is an autogenerated conversion function.

func Convert_v1beta1_ThirdPartyResourceDataList_To_extensions_ThirdPartyResourceDataList

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

Convert_v1beta1_ThirdPartyResourceDataList_To_extensions_ThirdPartyResourceDataList is an autogenerated conversion function.

func Convert_v1beta1_ThirdPartyResourceData_To_extensions_ThirdPartyResourceData

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

Convert_v1beta1_ThirdPartyResourceData_To_extensions_ThirdPartyResourceData is an autogenerated conversion function.

func Convert_v1beta1_ThirdPartyResourceList_To_extensions_ThirdPartyResourceList

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

Convert_v1beta1_ThirdPartyResourceList_To_extensions_ThirdPartyResourceList is an autogenerated conversion function.

func Convert_v1beta1_ThirdPartyResource_To_extensions_ThirdPartyResource

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

Convert_v1beta1_ThirdPartyResource_To_extensions_ThirdPartyResource is an autogenerated conversion function.

func DeepCopy_v1beta1_APIVersion

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

DeepCopy_v1beta1_APIVersion is an autogenerated deepcopy function.

func DeepCopy_v1beta1_CustomMetricCurrentStatus

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

DeepCopy_v1beta1_CustomMetricCurrentStatus is an autogenerated deepcopy function.

func DeepCopy_v1beta1_CustomMetricCurrentStatusList

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

DeepCopy_v1beta1_CustomMetricCurrentStatusList is an autogenerated deepcopy function.

func DeepCopy_v1beta1_CustomMetricTarget

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

DeepCopy_v1beta1_CustomMetricTarget is an autogenerated deepcopy function.

func DeepCopy_v1beta1_CustomMetricTargetList

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

DeepCopy_v1beta1_CustomMetricTargetList is an autogenerated deepcopy function.

func DeepCopy_v1beta1_DaemonSet

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

DeepCopy_v1beta1_DaemonSet is an autogenerated deepcopy function.

func DeepCopy_v1beta1_DaemonSetList

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

DeepCopy_v1beta1_DaemonSetList is an autogenerated deepcopy function.

func DeepCopy_v1beta1_DaemonSetSpec

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

DeepCopy_v1beta1_DaemonSetSpec is an autogenerated deepcopy function.

func DeepCopy_v1beta1_DaemonSetStatus

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

DeepCopy_v1beta1_DaemonSetStatus is an autogenerated deepcopy function.

func DeepCopy_v1beta1_DaemonSetUpdateStrategy added in v1.6.0

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

DeepCopy_v1beta1_DaemonSetUpdateStrategy is an autogenerated deepcopy function.

func DeepCopy_v1beta1_Deployment

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

DeepCopy_v1beta1_Deployment is an autogenerated deepcopy function.

func DeepCopy_v1beta1_DeploymentCondition

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

DeepCopy_v1beta1_DeploymentCondition is an autogenerated deepcopy function.

func DeepCopy_v1beta1_DeploymentList

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

DeepCopy_v1beta1_DeploymentList is an autogenerated deepcopy function.

func DeepCopy_v1beta1_DeploymentRollback

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

DeepCopy_v1beta1_DeploymentRollback is an autogenerated deepcopy function.

func DeepCopy_v1beta1_DeploymentSpec

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

DeepCopy_v1beta1_DeploymentSpec is an autogenerated deepcopy function.

func DeepCopy_v1beta1_DeploymentStatus

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

DeepCopy_v1beta1_DeploymentStatus is an autogenerated deepcopy function.

func DeepCopy_v1beta1_DeploymentStrategy

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

DeepCopy_v1beta1_DeploymentStrategy is an autogenerated deepcopy function.

func DeepCopy_v1beta1_FSGroupStrategyOptions

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

DeepCopy_v1beta1_FSGroupStrategyOptions is an autogenerated deepcopy function.

func DeepCopy_v1beta1_HTTPIngressPath

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

DeepCopy_v1beta1_HTTPIngressPath is an autogenerated deepcopy function.

func DeepCopy_v1beta1_HTTPIngressRuleValue

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

DeepCopy_v1beta1_HTTPIngressRuleValue is an autogenerated deepcopy function.

func DeepCopy_v1beta1_HostPortRange

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

DeepCopy_v1beta1_HostPortRange is an autogenerated deepcopy function.

func DeepCopy_v1beta1_IDRange

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

DeepCopy_v1beta1_IDRange is an autogenerated deepcopy function.

func DeepCopy_v1beta1_Ingress

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

DeepCopy_v1beta1_Ingress is an autogenerated deepcopy function.

func DeepCopy_v1beta1_IngressBackend

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

DeepCopy_v1beta1_IngressBackend is an autogenerated deepcopy function.

func DeepCopy_v1beta1_IngressList

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

DeepCopy_v1beta1_IngressList is an autogenerated deepcopy function.

func DeepCopy_v1beta1_IngressRule

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

DeepCopy_v1beta1_IngressRule is an autogenerated deepcopy function.

func DeepCopy_v1beta1_IngressRuleValue

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

DeepCopy_v1beta1_IngressRuleValue is an autogenerated deepcopy function.

func DeepCopy_v1beta1_IngressSpec

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

DeepCopy_v1beta1_IngressSpec is an autogenerated deepcopy function.

func DeepCopy_v1beta1_IngressStatus

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

DeepCopy_v1beta1_IngressStatus is an autogenerated deepcopy function.

func DeepCopy_v1beta1_IngressTLS

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

DeepCopy_v1beta1_IngressTLS is an autogenerated deepcopy function.

func DeepCopy_v1beta1_NetworkPolicy

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

DeepCopy_v1beta1_NetworkPolicy is an autogenerated deepcopy function.

func DeepCopy_v1beta1_NetworkPolicyIngressRule

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

DeepCopy_v1beta1_NetworkPolicyIngressRule is an autogenerated deepcopy function.

func DeepCopy_v1beta1_NetworkPolicyList

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

DeepCopy_v1beta1_NetworkPolicyList is an autogenerated deepcopy function.

func DeepCopy_v1beta1_NetworkPolicyPeer

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

DeepCopy_v1beta1_NetworkPolicyPeer is an autogenerated deepcopy function.

func DeepCopy_v1beta1_NetworkPolicyPort

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

DeepCopy_v1beta1_NetworkPolicyPort is an autogenerated deepcopy function.

func DeepCopy_v1beta1_NetworkPolicySpec

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

DeepCopy_v1beta1_NetworkPolicySpec is an autogenerated deepcopy function.

func DeepCopy_v1beta1_PodSecurityPolicy

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

DeepCopy_v1beta1_PodSecurityPolicy is an autogenerated deepcopy function.

func DeepCopy_v1beta1_PodSecurityPolicyList

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

DeepCopy_v1beta1_PodSecurityPolicyList is an autogenerated deepcopy function.

func DeepCopy_v1beta1_PodSecurityPolicySpec

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

DeepCopy_v1beta1_PodSecurityPolicySpec is an autogenerated deepcopy function.

func DeepCopy_v1beta1_ReplicaSet

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

DeepCopy_v1beta1_ReplicaSet is an autogenerated deepcopy function.

func DeepCopy_v1beta1_ReplicaSetCondition

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

DeepCopy_v1beta1_ReplicaSetCondition is an autogenerated deepcopy function.

func DeepCopy_v1beta1_ReplicaSetList

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

DeepCopy_v1beta1_ReplicaSetList is an autogenerated deepcopy function.

func DeepCopy_v1beta1_ReplicaSetSpec

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

DeepCopy_v1beta1_ReplicaSetSpec is an autogenerated deepcopy function.

func DeepCopy_v1beta1_ReplicaSetStatus

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

DeepCopy_v1beta1_ReplicaSetStatus is an autogenerated deepcopy function.

func DeepCopy_v1beta1_ReplicationControllerDummy

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

DeepCopy_v1beta1_ReplicationControllerDummy is an autogenerated deepcopy function.

func DeepCopy_v1beta1_RollbackConfig

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

DeepCopy_v1beta1_RollbackConfig is an autogenerated deepcopy function.

func DeepCopy_v1beta1_RollingUpdateDaemonSet added in v1.6.0

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

DeepCopy_v1beta1_RollingUpdateDaemonSet is an autogenerated deepcopy function.

func DeepCopy_v1beta1_RollingUpdateDeployment

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

DeepCopy_v1beta1_RollingUpdateDeployment is an autogenerated deepcopy function.

func DeepCopy_v1beta1_RunAsUserStrategyOptions

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

DeepCopy_v1beta1_RunAsUserStrategyOptions is an autogenerated deepcopy function.

func DeepCopy_v1beta1_SELinuxStrategyOptions

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

DeepCopy_v1beta1_SELinuxStrategyOptions is an autogenerated deepcopy function.

func DeepCopy_v1beta1_Scale

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

DeepCopy_v1beta1_Scale is an autogenerated deepcopy function.

func DeepCopy_v1beta1_ScaleSpec

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

DeepCopy_v1beta1_ScaleSpec is an autogenerated deepcopy function.

func DeepCopy_v1beta1_ScaleStatus

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

DeepCopy_v1beta1_ScaleStatus is an autogenerated deepcopy function.

func DeepCopy_v1beta1_SupplementalGroupsStrategyOptions

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

DeepCopy_v1beta1_SupplementalGroupsStrategyOptions is an autogenerated deepcopy function.

func DeepCopy_v1beta1_ThirdPartyResource

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

DeepCopy_v1beta1_ThirdPartyResource is an autogenerated deepcopy function.

func DeepCopy_v1beta1_ThirdPartyResourceData

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

DeepCopy_v1beta1_ThirdPartyResourceData is an autogenerated deepcopy function.

func DeepCopy_v1beta1_ThirdPartyResourceDataList

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

DeepCopy_v1beta1_ThirdPartyResourceDataList is an autogenerated deepcopy function.

func DeepCopy_v1beta1_ThirdPartyResourceList

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

DeepCopy_v1beta1_ThirdPartyResourceList is an autogenerated deepcopy function.

func RegisterConversions

func RegisterConversions(scheme *runtime.Scheme) error

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

func RegisterDeepCopies

func RegisterDeepCopies(scheme *runtime.Scheme) error

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

func RegisterDefaults

func RegisterDefaults(scheme *runtime.Scheme) error

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

func Resource added in v1.6.0

func Resource(resource string) schema.GroupResource

Resource takes an unqualified resource and returns a Group qualified GroupResource

func SetDefaults_DaemonSet

func SetDefaults_DaemonSet(obj *DaemonSet)

func SetDefaults_Deployment

func SetDefaults_Deployment(obj *Deployment)

func SetDefaults_NetworkPolicy

func SetDefaults_NetworkPolicy(obj *NetworkPolicy)

func SetDefaults_ReplicaSet

func SetDefaults_ReplicaSet(obj *ReplicaSet)

func SetObjectDefaults_DaemonSet

func SetObjectDefaults_DaemonSet(in *DaemonSet)

func SetObjectDefaults_DaemonSetList

func SetObjectDefaults_DaemonSetList(in *DaemonSetList)

func SetObjectDefaults_Deployment

func SetObjectDefaults_Deployment(in *Deployment)

func SetObjectDefaults_DeploymentList

func SetObjectDefaults_DeploymentList(in *DeploymentList)

func SetObjectDefaults_NetworkPolicy

func SetObjectDefaults_NetworkPolicy(in *NetworkPolicy)

func SetObjectDefaults_NetworkPolicyList

func SetObjectDefaults_NetworkPolicyList(in *NetworkPolicyList)

func SetObjectDefaults_ReplicaSet

func SetObjectDefaults_ReplicaSet(in *ReplicaSet)

func SetObjectDefaults_ReplicaSetList

func SetObjectDefaults_ReplicaSetList(in *ReplicaSetList)

Types

type APIVersion

type APIVersion struct {
	// Name of this version (e.g. 'v1').
	// +optional
	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 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 {
	metav1.TypeMeta `json:",inline"`
	// Standard object's metadata.
	// More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	// +optional
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	// The desired behavior of this daemon set.
	// More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
	// +optional
	Spec DaemonSetSpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`

	// The current status of this daemon set. This data may be
	// out of date by some window of time.
	// Populated by the system.
	// Read-only.
	// More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
	// +optional
	Status DaemonSetStatus `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 {
	metav1.TypeMeta `json:",inline"`
	// Standard list metadata.
	// More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	// +optional
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	// 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 {
	// 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: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
	// +optional
	Selector *metav1.LabelSelector `json:"selector,omitempty" protobuf:"bytes,1,opt,name=selector"`

	// An object that describes the pod that will be created.
	// The DaemonSet will create exactly one copy of this pod on every node
	// that matches the template's node selector (or on every node if no node
	// selector is specified).
	// More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
	Template v1.PodTemplateSpec `json:"template" protobuf:"bytes,2,opt,name=template"`

	// An update strategy to replace existing DaemonSet pods with new pods.
	// +optional
	UpdateStrategy DaemonSetUpdateStrategy `json:"updateStrategy,omitempty" protobuf:"bytes,3,opt,name=updateStrategy"`

	// The minimum number of seconds for which a newly created DaemonSet pod should
	// be ready without any of its container crashing, for it to be considered
	// available. Defaults to 0 (pod will be considered available as soon as it
	// is ready).
	// +optional
	MinReadySeconds int32 `json:"minReadySeconds,omitempty" protobuf:"varint,4,opt,name=minReadySeconds"`

	// DEPRECATED.
	// A sequence number representing a specific generation of the template.
	// Populated by the system. It can be set only during the creation.
	// +optional
	TemplateGeneration int64 `json:"templateGeneration,omitempty" protobuf:"varint,5,opt,name=templateGeneration"`

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

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 {
	// The number of nodes that are running at least 1
	// daemon pod and are supposed to run the daemon pod.
	// More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
	CurrentNumberScheduled int32 `json:"currentNumberScheduled" protobuf:"varint,1,opt,name=currentNumberScheduled"`

	// The number of nodes that are running the daemon pod, but are
	// not supposed to run the daemon pod.
	// More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
	NumberMisscheduled int32 `json:"numberMisscheduled" protobuf:"varint,2,opt,name=numberMisscheduled"`

	// The total number of nodes that should be running the daemon
	// pod (including nodes correctly running the daemon pod).
	// More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
	DesiredNumberScheduled int32 `json:"desiredNumberScheduled" protobuf:"varint,3,opt,name=desiredNumberScheduled"`

	// The number of nodes that should be running the daemon pod and have one
	// or more of the daemon pod running and ready.
	NumberReady int32 `json:"numberReady" protobuf:"varint,4,opt,name=numberReady"`

	// The most recent generation observed by the daemon set controller.
	// +optional
	ObservedGeneration int64 `json:"observedGeneration,omitempty" protobuf:"varint,5,opt,name=observedGeneration"`

	// The total number of nodes that are running updated daemon pod
	// +optional
	UpdatedNumberScheduled int32 `json:"updatedNumberScheduled,omitempty" protobuf:"varint,6,opt,name=updatedNumberScheduled"`

	// The number of nodes that should be running the
	// daemon pod and have one or more of the daemon pod running and
	// available (ready for at least spec.minReadySeconds)
	// +optional
	NumberAvailable int32 `json:"numberAvailable,omitempty" protobuf:"varint,7,opt,name=numberAvailable"`

	// The number of nodes that should be running the
	// daemon pod and have none of the daemon pod running and available
	// (ready for at least spec.minReadySeconds)
	// +optional
	NumberUnavailable int32 `json:"numberUnavailable,omitempty" protobuf:"varint,8,opt,name=numberUnavailable"`

	// Count of hash collisions for the DaemonSet. The DaemonSet controller
	// uses this field as a collision avoidance mechanism when it needs to
	// create the name for the newest ControllerRevision.
	// +optional
	CollisionCount *int64 `json:"collisionCount,omitempty" protobuf:"varint,9,opt,name=collisionCount"`
}

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 DaemonSetUpdateStrategy added in v1.6.0

type DaemonSetUpdateStrategy struct {
	// Type of daemon set update. Can be "RollingUpdate" or "OnDelete".
	// Default is OnDelete.
	// +optional
	Type DaemonSetUpdateStrategyType `json:"type,omitempty" protobuf:"bytes,1,opt,name=type"`

	// Rolling update config params. Present only if type = "RollingUpdate".
	//---
	// TODO: Update this to follow our convention for oneOf, whatever we decide it
	// to be. Same as Deployment `strategy.rollingUpdate`.
	// See https://github.com/kubernetes/kubernetes/issues/35345
	// +optional
	RollingUpdate *RollingUpdateDaemonSet `json:"rollingUpdate,omitempty" protobuf:"bytes,2,opt,name=rollingUpdate"`
}

func (*DaemonSetUpdateStrategy) CodecDecodeSelf added in v1.6.0

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

func (*DaemonSetUpdateStrategy) CodecEncodeSelf added in v1.6.0

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

func (*DaemonSetUpdateStrategy) Descriptor added in v1.6.0

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

func (*DaemonSetUpdateStrategy) Marshal added in v1.6.0

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

func (*DaemonSetUpdateStrategy) MarshalTo added in v1.6.0

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

func (*DaemonSetUpdateStrategy) ProtoMessage added in v1.6.0

func (*DaemonSetUpdateStrategy) ProtoMessage()

func (*DaemonSetUpdateStrategy) Reset added in v1.6.0

func (m *DaemonSetUpdateStrategy) Reset()

func (*DaemonSetUpdateStrategy) Size added in v1.6.0

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

func (*DaemonSetUpdateStrategy) String added in v1.6.0

func (this *DaemonSetUpdateStrategy) String() string

func (DaemonSetUpdateStrategy) SwaggerDoc added in v1.6.0

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

func (*DaemonSetUpdateStrategy) Unmarshal added in v1.6.0

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

type DaemonSetUpdateStrategyType added in v1.6.0

type DaemonSetUpdateStrategyType string
const (
	// Replace the old daemons by new ones using rolling update i.e replace them on each node one after the other.
	RollingUpdateDaemonSetStrategyType DaemonSetUpdateStrategyType = "RollingUpdate"

	// Replace the old daemons only when it's killed
	OnDeleteDaemonSetStrategyType DaemonSetUpdateStrategyType = "OnDelete"
)

func (*DaemonSetUpdateStrategyType) CodecDecodeSelf added in v1.6.0

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

func (DaemonSetUpdateStrategyType) CodecEncodeSelf added in v1.6.0

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

type Deployment

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

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

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

Deployment enables declarative updates for Pods and ReplicaSets.

func (*Deployment) CodecDecodeSelf

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 DeploymentCondition

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

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

func (*DeploymentCondition) CodecDecodeSelf

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

func (*DeploymentCondition) CodecEncodeSelf

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

func (*DeploymentCondition) Descriptor

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

func (*DeploymentCondition) Marshal

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

func (*DeploymentCondition) MarshalTo

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

func (*DeploymentCondition) ProtoMessage

func (*DeploymentCondition) ProtoMessage()

func (*DeploymentCondition) Reset

func (m *DeploymentCondition) Reset()

func (*DeploymentCondition) Size

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

func (*DeploymentCondition) String

func (this *DeploymentCondition) String() string

func (DeploymentCondition) SwaggerDoc

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

func (*DeploymentCondition) Unmarshal

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

type DeploymentConditionType

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

These are valid conditions of a deployment.

func (*DeploymentConditionType) CodecDecodeSelf

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

func (DeploymentConditionType) CodecEncodeSelf

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

type DeploymentList

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

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

DeploymentList is a list of Deployments.

func (*DeploymentList) CodecDecodeSelf

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

DeploymentRollback stores the information required to rollback a deployment.

func (*DeploymentRollback) CodecDecodeSelf

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.
	// +optional
	Replicas *int32 `json:"replicas,omitempty" protobuf:"varint,1,opt,name=replicas"`

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

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

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

	// Minimum number of seconds for which a newly created pod should be ready
	// without any of its container crashing, for it to be considered available.
	// Defaults to 0 (pod will be considered available as soon as it is ready)
	// +optional
	MinReadySeconds int32 `json:"minReadySeconds,omitempty" protobuf:"varint,5,opt,name=minReadySeconds"`

	// The number of old ReplicaSets to retain to allow rollback.
	// This is a pointer to distinguish between explicit zero and not specified.
	// +optional
	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.
	// +optional
	Paused bool `json:"paused,omitempty" protobuf:"varint,7,opt,name=paused"`

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

	// The maximum time in seconds for a deployment to make progress before it
	// is considered to be failed. The deployment controller will continue to
	// process failed deployments and a condition with a ProgressDeadlineExceeded
	// reason will be surfaced in the deployment status. Once autoRollback is
	// implemented, the deployment controller will automatically rollback failed
	// deployments. Note that progress will not be estimated during the time a
	// deployment is paused. This is not set by default.
	ProgressDeadlineSeconds *int32 `json:"progressDeadlineSeconds,omitempty" protobuf:"varint,9,opt,name=progressDeadlineSeconds"`
}

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

func (*DeploymentSpec) CodecDecodeSelf

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.
	// +optional
	ObservedGeneration int64 `json:"observedGeneration,omitempty" protobuf:"varint,1,opt,name=observedGeneration"`

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

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

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

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

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

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

	// Count of hash collisions for the Deployment. The Deployment controller uses this
	// field as a collision avoidance mechanism when it needs to create the name for the
	// newest ReplicaSet.
	// +optional
	CollisionCount *int64 `json:"collisionCount,omitempty" protobuf:"varint,8,opt,name=collisionCount"`
}

DeploymentStatus is the most recently observed status of the Deployment.

func (*DeploymentStatus) CodecDecodeSelf

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.
	// +optional
	Type DeploymentStrategyType `json:"type,omitempty" protobuf:"bytes,1,opt,name=type,casttype=DeploymentStrategyType"`

	// Rolling update config params. Present only if DeploymentStrategyType =
	// RollingUpdate.
	//---
	// TODO: Update this to follow our convention for oneOf, whatever we decide it
	// to be.
	// +optional
	RollingUpdate *RollingUpdateDeployment `json:"rollingUpdate,omitempty" protobuf:"bytes,2,opt,name=rollingUpdate"`
}

DeploymentStrategy describes how to replace existing pods with new ones.

func (*DeploymentStrategy) CodecDecodeSelf

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 FSGroupStrategyOptions

type FSGroupStrategyOptions struct {
	// Rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
	// +optional
	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.
	// +optional
	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.
	// +optional
	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 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 {
	metav1.TypeMeta `json:",inline"`
	// Standard object's metadata.
	// More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	// +optional
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

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

	// Status is the current state of the Ingress.
	// More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
	// +optional
	Status IngressStatus `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"`
}

Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend. An Ingress can be configured to give services externally-reachable urls, load balance traffic, terminate SSL, offer name based virtual hosting etc.

func (*Ingress) CodecDecodeSelf

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

func (*Ingress) CodecEncodeSelf

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

func (*Ingress) Descriptor

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

func (*Ingress) Marshal

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

func (*Ingress) MarshalTo

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

func (*Ingress) ProtoMessage

func (*Ingress) ProtoMessage()

func (*Ingress) Reset

func (m *Ingress) Reset()

func (*Ingress) Size

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

func (*Ingress) String

func (this *Ingress) String() string

func (Ingress) SwaggerDoc

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

func (*Ingress) Unmarshal

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

type IngressBackend

type IngressBackend struct {
	// Specifies the name of the referenced service.
	ServiceName string `json:"serviceName" protobuf:"bytes,1,opt,name=serviceName"`

	// Specifies the port of the referenced service.
	ServicePort intstr.IntOrString `json:"servicePort" protobuf:"bytes,2,opt,name=servicePort"`
}

IngressBackend describes all endpoints for a given service and port.

func (*IngressBackend) CodecDecodeSelf

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

func (*IngressBackend) CodecEncodeSelf

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

func (*IngressBackend) Descriptor

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

func (*IngressBackend) Marshal

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

func (*IngressBackend) MarshalTo

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

func (*IngressBackend) ProtoMessage

func (*IngressBackend) ProtoMessage()

func (*IngressBackend) Reset

func (m *IngressBackend) Reset()

func (*IngressBackend) Size

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

func (*IngressBackend) String

func (this *IngressBackend) String() string

func (IngressBackend) SwaggerDoc

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

func (*IngressBackend) Unmarshal

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

type IngressList

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

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

IngressList is a collection of Ingress.

func (*IngressList) CodecDecodeSelf

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

func (*IngressList) CodecEncodeSelf

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

func (*IngressList) Descriptor

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

func (*IngressList) Marshal

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

func (*IngressList) MarshalTo

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

func (*IngressList) ProtoMessage

func (*IngressList) ProtoMessage()

func (*IngressList) Reset

func (m *IngressList) Reset()

func (*IngressList) Size

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

func (*IngressList) String

func (this *IngressList) String() string

func (IngressList) SwaggerDoc

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

func (*IngressList) Unmarshal

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

type IngressRule

type IngressRule struct {
	// Host is the fully qualified domain name of a network host, as defined
	// by RFC 3986. Note the following deviations from the "host" part of the
	// URI as defined in the RFC:
	// 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the
	//	  IP in the Spec of the parent Ingress.
	// 2. The `:` delimiter is not respected because ports are not allowed.
	//	  Currently the port of an Ingress is implicitly :80 for http and
	//	  :443 for https.
	// Both these may change in the future.
	// Incoming requests are matched against the host before the IngressRuleValue.
	// If the host is unspecified, the Ingress routes all traffic based on the
	// specified IngressRuleValue.
	// +optional
	Host string `json:"host,omitempty" protobuf:"bytes,1,opt,name=host"`
	// IngressRuleValue represents a rule to route requests for this IngressRule.
	// If unspecified, the rule defaults to a http catch-all. Whether that sends
	// just traffic matching the host to the default backend or all traffic to the
	// default backend, is left to the controller fulfilling the Ingress. Http is
	// currently the only supported IngressRuleValue.
	// +optional
	IngressRuleValue `json:",inline,omitempty" protobuf:"bytes,2,opt,name=ingressRuleValue"`
}

IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue.

func (*IngressRule) CodecDecodeSelf

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

func (*IngressRule) CodecEncodeSelf

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

func (*IngressRule) Descriptor

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

func (*IngressRule) Marshal

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

func (*IngressRule) MarshalTo

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

func (*IngressRule) ProtoMessage

func (*IngressRule) ProtoMessage()

func (*IngressRule) Reset

func (m *IngressRule) Reset()

func (*IngressRule) Size

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

func (*IngressRule) String

func (this *IngressRule) String() string

func (IngressRule) SwaggerDoc

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

func (*IngressRule) Unmarshal

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

type IngressRuleValue

type IngressRuleValue struct {

	// +optional
	HTTP *HTTPIngressRuleValue `json:"http,omitempty" protobuf:"bytes,1,opt,name=http"`
}

IngressRuleValue represents a rule to apply against incoming requests. If the rule is satisfied, the request is routed to the specified backend. Currently mixing different types of rules in a single Ingress is disallowed, so exactly one of the following must be set.

func (*IngressRuleValue) CodecDecodeSelf

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

func (*IngressRuleValue) CodecEncodeSelf

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

func (*IngressRuleValue) Descriptor

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

func (*IngressRuleValue) Marshal

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

func (*IngressRuleValue) MarshalTo

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

func (*IngressRuleValue) ProtoMessage

func (*IngressRuleValue) ProtoMessage()

func (*IngressRuleValue) Reset

func (m *IngressRuleValue) Reset()

func (*IngressRuleValue) Size

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

func (*IngressRuleValue) String

func (this *IngressRuleValue) String() string

func (IngressRuleValue) SwaggerDoc

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

func (*IngressRuleValue) Unmarshal

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

type IngressSpec

type IngressSpec struct {
	// A default backend capable of servicing requests that don't match any
	// rule. At least one of 'backend' or 'rules' must be specified. This field
	// is optional to allow the loadbalancer controller or defaulting logic to
	// specify a global default.
	// +optional
	Backend *IngressBackend `json:"backend,omitempty" protobuf:"bytes,1,opt,name=backend"`

	// TLS configuration. Currently the Ingress only supports a single TLS
	// port, 443. If multiple members of this list specify different hosts, they
	// will be multiplexed on the same port according to the hostname specified
	// through the SNI TLS extension, if the ingress controller fulfilling the
	// ingress supports SNI.
	// +optional
	TLS []IngressTLS `json:"tls,omitempty" protobuf:"bytes,2,rep,name=tls"`

	// A list of host rules used to configure the Ingress. If unspecified, or
	// no rule matches, all traffic is sent to the default backend.
	// +optional
	Rules []IngressRule `json:"rules,omitempty" protobuf:"bytes,3,rep,name=rules"`
}

IngressSpec describes the Ingress the user wishes to exist.

func (*IngressSpec) CodecDecodeSelf

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

func (*IngressSpec) CodecEncodeSelf

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

func (*IngressSpec) Descriptor

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

func (*IngressSpec) Marshal

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

func (*IngressSpec) MarshalTo

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

func (*IngressSpec) ProtoMessage

func (*IngressSpec) ProtoMessage()

func (*IngressSpec) Reset

func (m *IngressSpec) Reset()

func (*IngressSpec) Size

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

func (*IngressSpec) String

func (this *IngressSpec) String() string

func (IngressSpec) SwaggerDoc

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

func (*IngressSpec) Unmarshal

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

type IngressStatus

type IngressStatus struct {
	// LoadBalancer contains the current status of the load-balancer.
	// +optional
	LoadBalancer v1.LoadBalancerStatus `json:"loadBalancer,omitempty" protobuf:"bytes,1,opt,name=loadBalancer"`
}

IngressStatus describe the current state of the Ingress.

func (*IngressStatus) CodecDecodeSelf

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

func (*IngressStatus) CodecEncodeSelf

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

func (*IngressStatus) Descriptor

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

func (*IngressStatus) Marshal

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

func (*IngressStatus) MarshalTo

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

func (*IngressStatus) ProtoMessage

func (*IngressStatus) ProtoMessage()

func (*IngressStatus) Reset

func (m *IngressStatus) Reset()

func (*IngressStatus) Size

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

func (*IngressStatus) String

func (this *IngressStatus) String() string

func (IngressStatus) SwaggerDoc

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

func (*IngressStatus) Unmarshal

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

type IngressTLS

type IngressTLS struct {
	// Hosts are a list of hosts included in the TLS certificate. The values in
	// this list must match the name/s used in the tlsSecret. Defaults to the
	// wildcard host setting for the loadbalancer controller fulfilling this
	// Ingress, if left unspecified.
	// +optional
	Hosts []string `json:"hosts,omitempty" protobuf:"bytes,1,rep,name=hosts"`
	// SecretName is the name of the secret used to terminate SSL traffic on 443.
	// Field is left optional to allow SSL routing based on SNI hostname alone.
	// If the SNI host in a listener conflicts with the "Host" header field used
	// by an IngressRule, the SNI host is used for termination and value of the
	// Host header is used for routing.
	// +optional
	SecretName string `json:"secretName,omitempty" protobuf:"bytes,2,opt,name=secretName"`
}

IngressTLS describes the transport layer security associated with an Ingress.

func (*IngressTLS) CodecDecodeSelf

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

func (*IngressTLS) CodecEncodeSelf

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

func (*IngressTLS) Descriptor

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

func (*IngressTLS) Marshal

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

func (*IngressTLS) MarshalTo

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

func (*IngressTLS) ProtoMessage

func (*IngressTLS) ProtoMessage()

func (*IngressTLS) Reset

func (m *IngressTLS) Reset()

func (*IngressTLS) Size

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

func (*IngressTLS) String

func (this *IngressTLS) String() string

func (IngressTLS) SwaggerDoc

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

func (*IngressTLS) Unmarshal

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

type NetworkPolicy

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

	// Specification of the desired behavior for this NetworkPolicy.
	// +optional
	Spec NetworkPolicySpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
}

NetworkPolicy describes what network traffic is allowed for a set of Pods

func (*NetworkPolicy) CodecDecodeSelf

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

func (*NetworkPolicy) CodecEncodeSelf

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

func (*NetworkPolicy) Descriptor

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

func (*NetworkPolicy) Marshal

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

func (*NetworkPolicy) MarshalTo

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

func (*NetworkPolicy) ProtoMessage

func (*NetworkPolicy) ProtoMessage()

func (*NetworkPolicy) Reset

func (m *NetworkPolicy) Reset()

func (*NetworkPolicy) Size

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

func (*NetworkPolicy) String

func (this *NetworkPolicy) String() string

func (NetworkPolicy) SwaggerDoc

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

func (*NetworkPolicy) Unmarshal

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

type NetworkPolicyIngressRule

type NetworkPolicyIngressRule struct {
	// List of ports which should be made accessible on the pods selected for this rule.
	// Each item in this list is combined using a logical OR.
	// If this field is empty or missing, this rule matches all ports (traffic not restricted by port).
	// If this field is present and contains at least one item, then this rule allows traffic
	// only if the traffic matches at least one port in the list.
	// +optional
	Ports []NetworkPolicyPort `json:"ports,omitempty" protobuf:"bytes,1,rep,name=ports"`

	// List of sources which should be able to access the pods selected for this rule.
	// Items in this list are combined using a logical OR operation.
	// If this field is empty or missing, this rule matches all sources (traffic not restricted by source).
	// If this field is present and contains at least on item, this rule allows traffic only if the
	// traffic matches at least one item in the from list.
	// +optional
	From []NetworkPolicyPeer `json:"from,omitempty" protobuf:"bytes,2,rep,name=from"`
}

This NetworkPolicyIngressRule matches traffic if and only if the traffic matches both ports AND from.

func (*NetworkPolicyIngressRule) CodecDecodeSelf

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

func (*NetworkPolicyIngressRule) CodecEncodeSelf

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

func (*NetworkPolicyIngressRule) Descriptor

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

func (*NetworkPolicyIngressRule) Marshal

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

func (*NetworkPolicyIngressRule) MarshalTo

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

func (*NetworkPolicyIngressRule) ProtoMessage

func (*NetworkPolicyIngressRule) ProtoMessage()

func (*NetworkPolicyIngressRule) Reset

func (m *NetworkPolicyIngressRule) Reset()

func (*NetworkPolicyIngressRule) Size

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

func (*NetworkPolicyIngressRule) String

func (this *NetworkPolicyIngressRule) String() string

func (NetworkPolicyIngressRule) SwaggerDoc

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

func (*NetworkPolicyIngressRule) Unmarshal

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

type NetworkPolicyList

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

	// Items is a list of schema objects.
	Items []NetworkPolicy `json:"items" protobuf:"bytes,2,rep,name=items"`
}

Network Policy List is a list of NetworkPolicy objects.

func (*NetworkPolicyList) CodecDecodeSelf

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

func (*NetworkPolicyList) CodecEncodeSelf

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

func (*NetworkPolicyList) Descriptor

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

func (*NetworkPolicyList) Marshal

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

func (*NetworkPolicyList) MarshalTo

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

func (*NetworkPolicyList) ProtoMessage

func (*NetworkPolicyList) ProtoMessage()

func (*NetworkPolicyList) Reset

func (m *NetworkPolicyList) Reset()

func (*NetworkPolicyList) Size

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

func (*NetworkPolicyList) String

func (this *NetworkPolicyList) String() string

func (NetworkPolicyList) SwaggerDoc

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

func (*NetworkPolicyList) Unmarshal

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

type NetworkPolicyPeer

type NetworkPolicyPeer struct {

	// This is a label selector which selects Pods in this namespace.
	// This field follows standard label selector semantics.
	// If present but empty, this selector selects all pods in this namespace.
	// +optional
	PodSelector *metav1.LabelSelector `json:"podSelector,omitempty" protobuf:"bytes,1,opt,name=podSelector"`

	// Selects Namespaces using cluster scoped-labels.  This
	// matches all pods in all namespaces selected by this label selector.
	// This field follows standard label selector semantics.
	// If present but empty, this selector selects all namespaces.
	// +optional
	NamespaceSelector *metav1.LabelSelector `json:"namespaceSelector,omitempty" protobuf:"bytes,2,opt,name=namespaceSelector"`
}

func (*NetworkPolicyPeer) CodecDecodeSelf

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

func (*NetworkPolicyPeer) CodecEncodeSelf

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

func (*NetworkPolicyPeer) Descriptor

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

func (*NetworkPolicyPeer) Marshal

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

func (*NetworkPolicyPeer) MarshalTo

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

func (*NetworkPolicyPeer) ProtoMessage

func (*NetworkPolicyPeer) ProtoMessage()

func (*NetworkPolicyPeer) Reset

func (m *NetworkPolicyPeer) Reset()

func (*NetworkPolicyPeer) Size

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

func (*NetworkPolicyPeer) String

func (this *NetworkPolicyPeer) String() string

func (NetworkPolicyPeer) SwaggerDoc

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

func (*NetworkPolicyPeer) Unmarshal

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

type NetworkPolicyPort

type NetworkPolicyPort struct {
	// Optional.  The protocol (TCP or UDP) which traffic must match.
	// If not specified, this field defaults to TCP.
	// +optional
	Protocol *v1.Protocol `json:"protocol,omitempty" protobuf:"bytes,1,opt,name=protocol,casttype=k8s.io/kubernetes/pkg/api/v1.Protocol"`

	// If specified, the port on the given protocol.  This can
	// either be a numerical or named port on a pod.  If this field is not provided,
	// this matches all port names and numbers.
	// If present, only traffic on the specified protocol AND port
	// will be matched.
	// +optional
	Port *intstr.IntOrString `json:"port,omitempty" protobuf:"bytes,2,opt,name=port"`
}

func (*NetworkPolicyPort) CodecDecodeSelf

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

func (*NetworkPolicyPort) CodecEncodeSelf

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

func (*NetworkPolicyPort) Descriptor

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

func (*NetworkPolicyPort) Marshal

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

func (*NetworkPolicyPort) MarshalTo

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

func (*NetworkPolicyPort) ProtoMessage

func (*NetworkPolicyPort) ProtoMessage()

func (*NetworkPolicyPort) Reset

func (m *NetworkPolicyPort) Reset()

func (*NetworkPolicyPort) Size

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

func (*NetworkPolicyPort) String

func (this *NetworkPolicyPort) String() string

func (NetworkPolicyPort) SwaggerDoc

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

func (*NetworkPolicyPort) Unmarshal

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

type NetworkPolicySpec

type NetworkPolicySpec struct {
	// Selects the pods to which this NetworkPolicy object applies.  The array of ingress rules
	// is applied to any pods selected by this field. Multiple network policies can select the
	// same set of pods.  In this case, the ingress rules for each are combined additively.
	// This field is NOT optional and follows standard label selector semantics.
	// An empty podSelector matches all pods in this namespace.
	PodSelector metav1.LabelSelector `json:"podSelector" protobuf:"bytes,1,opt,name=podSelector"`

	// List of ingress rules to be applied to the selected pods.
	// Traffic is allowed to a pod if there are no NetworkPolicies selecting the pod
	// OR if the traffic source is the pod's local node,
	// OR if the traffic matches at least one ingress rule across all of the NetworkPolicy
	// objects whose podSelector matches the pod.
	// If this field is empty then this NetworkPolicy does not allow any traffic
	// (and serves solely to ensure that the pods it selects are isolated by default).
	// +optional
	Ingress []NetworkPolicyIngressRule `json:"ingress,omitempty" protobuf:"bytes,2,rep,name=ingress"`
}

func (*NetworkPolicySpec) CodecDecodeSelf

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

func (*NetworkPolicySpec) CodecEncodeSelf

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

func (*NetworkPolicySpec) Descriptor

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

func (*NetworkPolicySpec) Marshal

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

func (*NetworkPolicySpec) MarshalTo

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

func (*NetworkPolicySpec) ProtoMessage

func (*NetworkPolicySpec) ProtoMessage()

func (*NetworkPolicySpec) Reset

func (m *NetworkPolicySpec) Reset()

func (*NetworkPolicySpec) Size

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

func (*NetworkPolicySpec) String

func (this *NetworkPolicySpec) String() string

func (NetworkPolicySpec) SwaggerDoc

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

func (*NetworkPolicySpec) Unmarshal

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

type PodSecurityPolicy

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

	// spec defines the policy enforced.
	// +optional
	Spec PodSecurityPolicySpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
}

Pod Security Policy governs the ability to make requests that affect the Security Context that will be applied to a pod and container.

func (*PodSecurityPolicy) CodecDecodeSelf

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

func (*PodSecurityPolicy) CodecEncodeSelf

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

func (*PodSecurityPolicy) Descriptor

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

func (*PodSecurityPolicy) Marshal

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

func (*PodSecurityPolicy) MarshalTo

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

func (*PodSecurityPolicy) ProtoMessage

func (*PodSecurityPolicy) ProtoMessage()

func (*PodSecurityPolicy) Reset

func (m *PodSecurityPolicy) Reset()

func (*PodSecurityPolicy) Size

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

func (*PodSecurityPolicy) String

func (this *PodSecurityPolicy) String() string

func (PodSecurityPolicy) SwaggerDoc

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

func (*PodSecurityPolicy) Unmarshal

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

type PodSecurityPolicyList

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

	// Items is a list of schema objects.
	Items []PodSecurityPolicy `json:"items" protobuf:"bytes,2,rep,name=items"`
}

Pod Security Policy List is a list of PodSecurityPolicy objects.

func (*PodSecurityPolicyList) CodecDecodeSelf

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

func (*PodSecurityPolicyList) CodecEncodeSelf

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

func (*PodSecurityPolicyList) Descriptor

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

func (*PodSecurityPolicyList) Marshal

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

func (*PodSecurityPolicyList) MarshalTo

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

func (*PodSecurityPolicyList) ProtoMessage

func (*PodSecurityPolicyList) ProtoMessage()

func (*PodSecurityPolicyList) Reset

func (m *PodSecurityPolicyList) Reset()

func (*PodSecurityPolicyList) Size

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

func (*PodSecurityPolicyList) String

func (this *PodSecurityPolicyList) String() string

func (PodSecurityPolicyList) SwaggerDoc

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

func (*PodSecurityPolicyList) Unmarshal

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

type PodSecurityPolicySpec

type PodSecurityPolicySpec struct {
	// privileged determines if a pod can request to be run as privileged.
	// +optional
	Privileged bool `json:"privileged,omitempty" protobuf:"varint,1,opt,name=privileged"`
	// DefaultAddCapabilities is the default set of capabilities that will be added to the container
	// unless the pod spec specifically drops the capability.  You may not list a capabiility in both
	// DefaultAddCapabilities and RequiredDropCapabilities.
	// +optional
	DefaultAddCapabilities []v1.Capability `` /* 139-byte string literal not displayed */
	// RequiredDropCapabilities are the capabilities that will be dropped from the container.  These
	// are required to be dropped and cannot be added.
	// +optional
	RequiredDropCapabilities []v1.Capability `` /* 143-byte string literal not displayed */
	// AllowedCapabilities is a list of capabilities that can be requested to add to the container.
	// Capabilities in this field may be added at the pod author's discretion.
	// You must not list a capability in both AllowedCapabilities and RequiredDropCapabilities.
	// +optional
	AllowedCapabilities []v1.Capability `` /* 133-byte string literal not displayed */
	// volumes is a white list of allowed volume plugins.  Empty indicates that all plugins
	// may be used.
	// +optional
	Volumes []FSType `json:"volumes,omitempty" protobuf:"bytes,5,rep,name=volumes,casttype=FSType"`
	// hostNetwork determines if the policy allows the use of HostNetwork in the pod spec.
	// +optional
	HostNetwork bool `json:"hostNetwork,omitempty" protobuf:"varint,6,opt,name=hostNetwork"`
	// hostPorts determines which host port ranges are allowed to be exposed.
	// +optional
	HostPorts []HostPortRange `json:"hostPorts,omitempty" protobuf:"bytes,7,rep,name=hostPorts"`
	// hostPID determines if the policy allows the use of HostPID in the pod spec.
	// +optional
	HostPID bool `json:"hostPID,omitempty" protobuf:"varint,8,opt,name=hostPID"`
	// hostIPC determines if the policy allows the use of HostIPC in the pod spec.
	// +optional
	HostIPC bool `json:"hostIPC,omitempty" protobuf:"varint,9,opt,name=hostIPC"`
	// seLinux is the strategy that will dictate the allowable labels that may be set.
	SELinux SELinuxStrategyOptions `json:"seLinux" protobuf:"bytes,10,opt,name=seLinux"`
	// runAsUser is the strategy that will dictate the allowable RunAsUser values that may be set.
	RunAsUser RunAsUserStrategyOptions `json:"runAsUser" protobuf:"bytes,11,opt,name=runAsUser"`
	// SupplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext.
	SupplementalGroups SupplementalGroupsStrategyOptions `json:"supplementalGroups" protobuf:"bytes,12,opt,name=supplementalGroups"`
	// FSGroup is the strategy that will dictate what fs group is used by the SecurityContext.
	FSGroup FSGroupStrategyOptions `json:"fsGroup" protobuf:"bytes,13,opt,name=fsGroup"`
	// ReadOnlyRootFilesystem when set to true will force containers to run with a read only root file
	// system.  If the container specifically requests to run with a non-read only root file system
	// the PSP should deny the pod.
	// If set to false the container may run with a read only root file system if it wishes but it
	// will not be forced to.
	// +optional
	ReadOnlyRootFilesystem bool `json:"readOnlyRootFilesystem,omitempty" protobuf:"varint,14,opt,name=readOnlyRootFilesystem"`
}

Pod Security Policy Spec defines the policy enforced.

func (*PodSecurityPolicySpec) CodecDecodeSelf

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

func (*PodSecurityPolicySpec) CodecEncodeSelf

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

func (*PodSecurityPolicySpec) Descriptor

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

func (*PodSecurityPolicySpec) Marshal

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

func (*PodSecurityPolicySpec) MarshalTo

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

func (*PodSecurityPolicySpec) ProtoMessage

func (*PodSecurityPolicySpec) ProtoMessage()

func (*PodSecurityPolicySpec) Reset

func (m *PodSecurityPolicySpec) Reset()

func (*PodSecurityPolicySpec) Size

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

func (*PodSecurityPolicySpec) String

func (this *PodSecurityPolicySpec) String() string

func (PodSecurityPolicySpec) SwaggerDoc

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

func (*PodSecurityPolicySpec) Unmarshal

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

type ReplicaSet

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

	// If the Labels of a ReplicaSet are empty, they are defaulted to
	// be the same as the Pod(s) that the ReplicaSet manages.
	// Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	// +optional
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

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

	// Status is the most recently observed status of the ReplicaSet.
	// This data may be out of date by some window of time.
	// Populated by the system.
	// Read-only.
	// More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
	// +optional
	Status ReplicaSetStatus `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"`
}

ReplicaSet represents the configuration of a ReplicaSet.

func (*ReplicaSet) CodecDecodeSelf

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

func (*ReplicaSet) CodecEncodeSelf

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

func (*ReplicaSet) Descriptor

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

func (*ReplicaSet) Marshal

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

func (*ReplicaSet) MarshalTo

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

func (*ReplicaSet) ProtoMessage

func (*ReplicaSet) ProtoMessage()

func (*ReplicaSet) Reset

func (m *ReplicaSet) Reset()

func (*ReplicaSet) Size

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

func (*ReplicaSet) String

func (this *ReplicaSet) String() string

func (ReplicaSet) SwaggerDoc

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

func (*ReplicaSet) Unmarshal

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

type ReplicaSetCondition

type ReplicaSetCondition struct {
	// Type of replica set condition.
	Type ReplicaSetConditionType `json:"type" protobuf:"bytes,1,opt,name=type,casttype=ReplicaSetConditionType"`
	// Status of the condition, one of True, False, Unknown.
	Status v1.ConditionStatus `json:"status" protobuf:"bytes,2,opt,name=status,casttype=k8s.io/kubernetes/pkg/api/v1.ConditionStatus"`
	// The last time the condition transitioned from one status to another.
	// +optional
	LastTransitionTime metav1.Time `json:"lastTransitionTime,omitempty" protobuf:"bytes,3,opt,name=lastTransitionTime"`
	// The reason for the condition's last transition.
	// +optional
	Reason string `json:"reason,omitempty" protobuf:"bytes,4,opt,name=reason"`
	// A human readable message indicating details about the transition.
	// +optional
	Message string `json:"message,omitempty" protobuf:"bytes,5,opt,name=message"`
}

ReplicaSetCondition describes the state of a replica set at a certain point.

func (*ReplicaSetCondition) CodecDecodeSelf

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

func (*ReplicaSetCondition) CodecEncodeSelf

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

func (*ReplicaSetCondition) Descriptor

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

func (*ReplicaSetCondition) Marshal

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

func (*ReplicaSetCondition) MarshalTo

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

func (*ReplicaSetCondition) ProtoMessage

func (*ReplicaSetCondition) ProtoMessage()

func (*ReplicaSetCondition) Reset

func (m *ReplicaSetCondition) Reset()

func (*ReplicaSetCondition) Size

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

func (*ReplicaSetCondition) String

func (this *ReplicaSetCondition) String() string

func (ReplicaSetCondition) SwaggerDoc

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

func (*ReplicaSetCondition) Unmarshal

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

type ReplicaSetConditionType

type ReplicaSetConditionType string
const (
	// ReplicaSetReplicaFailure is added in a replica set when one of its pods fails to be created
	// due to insufficient quota, limit ranges, pod security policy, node selectors, etc. or deleted
	// due to kubelet being down or finalizers are failing.
	ReplicaSetReplicaFailure ReplicaSetConditionType = "ReplicaFailure"
)

These are valid conditions of a replica set.

func (*ReplicaSetConditionType) CodecDecodeSelf

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

func (ReplicaSetConditionType) CodecEncodeSelf

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

type ReplicaSetList

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

	// List of ReplicaSets.
	// More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller
	Items []ReplicaSet `json:"items" protobuf:"bytes,2,rep,name=items"`
}

ReplicaSetList is a collection of ReplicaSets.

func (*ReplicaSetList) CodecDecodeSelf

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

func (*ReplicaSetList) CodecEncodeSelf

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

func (*ReplicaSetList) Descriptor

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

func (*ReplicaSetList) Marshal

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

func (*ReplicaSetList) MarshalTo

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

func (*ReplicaSetList) ProtoMessage

func (*ReplicaSetList) ProtoMessage()

func (*ReplicaSetList) Reset

func (m *ReplicaSetList) Reset()

func (*ReplicaSetList) Size

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

func (*ReplicaSetList) String

func (this *ReplicaSetList) String() string

func (ReplicaSetList) SwaggerDoc

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

func (*ReplicaSetList) Unmarshal

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

type ReplicaSetSpec

type ReplicaSetSpec struct {
	// Replicas is the number of desired replicas.
	// This is a pointer to distinguish between explicit zero and unspecified.
	// Defaults to 1.
	// More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
	// +optional
	Replicas *int32 `json:"replicas,omitempty" protobuf:"varint,1,opt,name=replicas"`

	// Minimum number of seconds for which a newly created pod should be ready
	// without any of its container crashing, for it to be considered available.
	// Defaults to 0 (pod will be considered available as soon as it is ready)
	// +optional
	MinReadySeconds int32 `json:"minReadySeconds,omitempty" protobuf:"varint,4,opt,name=minReadySeconds"`

	// Selector is a label query over pods that should match the replica count.
	// If the selector is empty, it is defaulted to the labels present on the pod template.
	// Label keys and values that must match in order to be controlled by this replica set.
	// More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
	// +optional
	Selector *metav1.LabelSelector `json:"selector,omitempty" protobuf:"bytes,2,opt,name=selector"`

	// Template is the object that describes the pod that will be created if
	// insufficient replicas are detected.
	// More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
	// +optional
	Template v1.PodTemplateSpec `json:"template,omitempty" protobuf:"bytes,3,opt,name=template"`
}

ReplicaSetSpec is the specification of a ReplicaSet.

func (*ReplicaSetSpec) CodecDecodeSelf

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

func (*ReplicaSetSpec) CodecEncodeSelf

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

func (*ReplicaSetSpec) Descriptor

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

func (*ReplicaSetSpec) Marshal

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

func (*ReplicaSetSpec) MarshalTo

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

func (*ReplicaSetSpec) ProtoMessage

func (*ReplicaSetSpec) ProtoMessage()

func (*ReplicaSetSpec) Reset

func (m *ReplicaSetSpec) Reset()

func (*ReplicaSetSpec) Size

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

func (*ReplicaSetSpec) String

func (this *ReplicaSetSpec) String() string

func (ReplicaSetSpec) SwaggerDoc

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

func (*ReplicaSetSpec) Unmarshal

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

type ReplicaSetStatus

type ReplicaSetStatus struct {
	// Replicas is the most recently oberved number of replicas.
	// More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
	Replicas int32 `json:"replicas" protobuf:"varint,1,opt,name=replicas"`

	// The number of pods that have labels matching the labels of the pod template of the replicaset.
	// +optional
	FullyLabeledReplicas int32 `json:"fullyLabeledReplicas,omitempty" protobuf:"varint,2,opt,name=fullyLabeledReplicas"`

	// The number of ready replicas for this replica set.
	// +optional
	ReadyReplicas int32 `json:"readyReplicas,omitempty" protobuf:"varint,4,opt,name=readyReplicas"`

	// The number of available replicas (ready for at least minReadySeconds) for this replica set.
	// +optional
	AvailableReplicas int32 `json:"availableReplicas,omitempty" protobuf:"varint,5,opt,name=availableReplicas"`

	// ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
	// +optional
	ObservedGeneration int64 `json:"observedGeneration,omitempty" protobuf:"varint,3,opt,name=observedGeneration"`

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

ReplicaSetStatus represents the current status of a ReplicaSet.

func (*ReplicaSetStatus) CodecDecodeSelf

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

func (*ReplicaSetStatus) CodecEncodeSelf

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

func (*ReplicaSetStatus) Descriptor

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

func (*ReplicaSetStatus) Marshal

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

func (*ReplicaSetStatus) MarshalTo

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

func (*ReplicaSetStatus) ProtoMessage

func (*ReplicaSetStatus) ProtoMessage()

func (*ReplicaSetStatus) Reset

func (m *ReplicaSetStatus) Reset()

func (*ReplicaSetStatus) Size

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

func (*ReplicaSetStatus) String

func (this *ReplicaSetStatus) String() string

func (ReplicaSetStatus) SwaggerDoc

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

func (*ReplicaSetStatus) Unmarshal

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

type ReplicationControllerDummy

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

Dummy definition

func (*ReplicationControllerDummy) CodecDecodeSelf

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

func (*ReplicationControllerDummy) CodecEncodeSelf

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

func (*ReplicationControllerDummy) Descriptor

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

func (*ReplicationControllerDummy) Marshal

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

func (*ReplicationControllerDummy) MarshalTo

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

func (*ReplicationControllerDummy) ProtoMessage

func (*ReplicationControllerDummy) ProtoMessage()

func (*ReplicationControllerDummy) Reset

func (m *ReplicationControllerDummy) Reset()

func (*ReplicationControllerDummy) Size

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

func (*ReplicationControllerDummy) String

func (this *ReplicationControllerDummy) String() string

func (ReplicationControllerDummy) SwaggerDoc

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

func (*ReplicationControllerDummy) Unmarshal

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

type RollbackConfig

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

func (*RollbackConfig) CodecDecodeSelf

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

func (*RollbackConfig) CodecEncodeSelf

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

func (*RollbackConfig) Descriptor

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

func (*RollbackConfig) Marshal

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

func (*RollbackConfig) MarshalTo

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

func (*RollbackConfig) ProtoMessage

func (*RollbackConfig) ProtoMessage()

func (*RollbackConfig) Reset

func (m *RollbackConfig) Reset()

func (*RollbackConfig) Size

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

func (*RollbackConfig) String

func (this *RollbackConfig) String() string

func (RollbackConfig) SwaggerDoc

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

func (*RollbackConfig) Unmarshal

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

type RollingUpdateDaemonSet added in v1.6.0

type RollingUpdateDaemonSet struct {
	// The maximum number of DaemonSet pods that can be unavailable during the
	// update. Value can be an absolute number (ex: 5) or a percentage of total
	// number of DaemonSet pods at the start of the update (ex: 10%). Absolute
	// number is calculated from percentage by rounding up.
	// This cannot be 0.
	// Default value is 1.
	// Example: when this is set to 30%, at most 30% of the total number of nodes
	// that should be running the daemon pod (i.e. status.desiredNumberScheduled)
	// can have their pods stopped for an update at any given
	// time. The update starts by stopping at most 30% of those DaemonSet pods
	// and then brings up new DaemonSet pods in their place. Once the new pods
	// are available, it then proceeds onto other DaemonSet pods, thus ensuring
	// that at least 70% of original number of DaemonSet pods are available at
	// all times during the update.
	// +optional
	MaxUnavailable *intstr.IntOrString `json:"maxUnavailable,omitempty" protobuf:"bytes,1,opt,name=maxUnavailable"`
}

Spec to control the desired behavior of daemon set rolling update.

func (*RollingUpdateDaemonSet) CodecDecodeSelf added in v1.6.0

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

func (*RollingUpdateDaemonSet) CodecEncodeSelf added in v1.6.0

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

func (*RollingUpdateDaemonSet) Descriptor added in v1.6.0

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

func (*RollingUpdateDaemonSet) Marshal added in v1.6.0

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

func (*RollingUpdateDaemonSet) MarshalTo added in v1.6.0

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

func (*RollingUpdateDaemonSet) ProtoMessage added in v1.6.0

func (*RollingUpdateDaemonSet) ProtoMessage()

func (*RollingUpdateDaemonSet) Reset added in v1.6.0

func (m *RollingUpdateDaemonSet) Reset()

func (*RollingUpdateDaemonSet) Size added in v1.6.0

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

func (*RollingUpdateDaemonSet) String added in v1.6.0

func (this *RollingUpdateDaemonSet) String() string

func (RollingUpdateDaemonSet) SwaggerDoc added in v1.6.0

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

func (*RollingUpdateDaemonSet) Unmarshal added in v1.6.0

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

type RollingUpdateDeployment

type RollingUpdateDeployment struct {
	// The maximum number of pods that can be unavailable during the update.
	// Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%).
	// Absolute number is calculated from percentage by rounding down.
	// This can not be 0 if MaxSurge is 0.
	// By default, a fixed value of 1 is used.
	// Example: when this is set to 30%, the old RC can be scaled down to 70% of desired pods
	// immediately when the rolling update starts. Once new pods are ready, old RC
	// can be scaled down further, followed by scaling up the new RC, ensuring
	// that the total number of pods available at all times during the update is at
	// least 70% of desired pods.
	// +optional
	MaxUnavailable *intstr.IntOrString `json:"maxUnavailable,omitempty" protobuf:"bytes,1,opt,name=maxUnavailable"`

	// The maximum number of pods that can be scheduled above the desired number of
	// pods.
	// Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%).
	// This can not be 0 if MaxUnavailable is 0.
	// Absolute number is calculated from percentage by rounding up.
	// By default, a value of 1 is used.
	// Example: when this is set to 30%, the new RC can be scaled up immediately when
	// the rolling update starts, such that the total number of old and new pods do not exceed
	// 130% of desired pods. Once old pods have been killed,
	// new RC can be scaled up further, ensuring that total number of pods running
	// at any time during the update is atmost 130% of desired pods.
	// +optional
	MaxSurge *intstr.IntOrString `json:"maxSurge,omitempty" protobuf:"bytes,2,opt,name=maxSurge"`
}

Spec to control the desired behavior of rolling update.

func (*RollingUpdateDeployment) CodecDecodeSelf

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

func (*RollingUpdateDeployment) CodecEncodeSelf

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

func (*RollingUpdateDeployment) Descriptor

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

func (*RollingUpdateDeployment) Marshal

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

func (*RollingUpdateDeployment) MarshalTo

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

func (*RollingUpdateDeployment) ProtoMessage

func (*RollingUpdateDeployment) ProtoMessage()

func (*RollingUpdateDeployment) Reset

func (m *RollingUpdateDeployment) Reset()

func (*RollingUpdateDeployment) Size

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

func (*RollingUpdateDeployment) String

func (this *RollingUpdateDeployment) String() string

func (RollingUpdateDeployment) SwaggerDoc

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

func (*RollingUpdateDeployment) Unmarshal

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

type RunAsUserStrategy

type RunAsUserStrategy string

RunAsUserStrategy denotes strategy types for generating RunAsUser values for a Security Context.

const (
	// container must run as a particular uid.
	RunAsUserStrategyMustRunAs RunAsUserStrategy = "MustRunAs"
	// container must run as a non-root uid
	RunAsUserStrategyMustRunAsNonRoot RunAsUserStrategy = "MustRunAsNonRoot"
	// container may make requests for any uid.
	RunAsUserStrategyRunAsAny RunAsUserStrategy = "RunAsAny"
)

func (*RunAsUserStrategy) CodecDecodeSelf

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

func (RunAsUserStrategy) CodecEncodeSelf

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

type RunAsUserStrategyOptions

type RunAsUserStrategyOptions struct {
	// Rule is the strategy that will dictate the allowable RunAsUser values that may be set.
	Rule RunAsUserStrategy `json:"rule" protobuf:"bytes,1,opt,name=rule,casttype=RunAsUserStrategy"`
	// Ranges are the allowed ranges of uids that may be used.
	// +optional
	Ranges []IDRange `json:"ranges,omitempty" protobuf:"bytes,2,rep,name=ranges"`
}

Run A sUser Strategy Options defines the strategy type and any options used to create the strategy.

func (*RunAsUserStrategyOptions) CodecDecodeSelf

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

func (*RunAsUserStrategyOptions) CodecEncodeSelf

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

func (*RunAsUserStrategyOptions) Descriptor

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

func (*RunAsUserStrategyOptions) Marshal

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

func (*RunAsUserStrategyOptions) MarshalTo

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

func (*RunAsUserStrategyOptions) ProtoMessage

func (*RunAsUserStrategyOptions) ProtoMessage()

func (*RunAsUserStrategyOptions) Reset

func (m *RunAsUserStrategyOptions) Reset()

func (*RunAsUserStrategyOptions) Size

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

func (*RunAsUserStrategyOptions) String

func (this *RunAsUserStrategyOptions) String() string

func (RunAsUserStrategyOptions) SwaggerDoc

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

func (*RunAsUserStrategyOptions) Unmarshal

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

type SELinuxStrategy

type SELinuxStrategy string

SELinuxStrategy denotes strategy types for generating SELinux options for a Security Context.

const (
	// container must have SELinux labels of X applied.
	SELinuxStrategyMustRunAs SELinuxStrategy = "MustRunAs"
	// container may make requests for any SELinux context labels.
	SELinuxStrategyRunAsAny SELinuxStrategy = "RunAsAny"
)

func (*SELinuxStrategy) CodecDecodeSelf

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

func (SELinuxStrategy) CodecEncodeSelf

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

type SELinuxStrategyOptions

type SELinuxStrategyOptions struct {
	// type is the strategy that will dictate the allowable labels that may be set.
	Rule SELinuxStrategy `json:"rule" protobuf:"bytes,1,opt,name=rule,casttype=SELinuxStrategy"`
	// seLinuxOptions required to run as; required for MustRunAs
	// More info: https://git.k8s.io/community/contributors/design-proposals/security_context.md
	// +optional
	SELinuxOptions *v1.SELinuxOptions `json:"seLinuxOptions,omitempty" protobuf:"bytes,2,opt,name=seLinuxOptions"`
}

SELinux Strategy Options defines the strategy type and any options used to create the strategy.

func (*SELinuxStrategyOptions) CodecDecodeSelf

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

func (*SELinuxStrategyOptions) CodecEncodeSelf

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

func (*SELinuxStrategyOptions) Descriptor

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

func (*SELinuxStrategyOptions) Marshal

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

func (*SELinuxStrategyOptions) MarshalTo

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

func (*SELinuxStrategyOptions) ProtoMessage

func (*SELinuxStrategyOptions) ProtoMessage()

func (*SELinuxStrategyOptions) Reset

func (m *SELinuxStrategyOptions) Reset()

func (*SELinuxStrategyOptions) Size

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

func (*SELinuxStrategyOptions) String

func (this *SELinuxStrategyOptions) String() string

func (SELinuxStrategyOptions) SwaggerDoc

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

func (*SELinuxStrategyOptions) Unmarshal

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

type Scale

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

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

	// current status of the scale. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status. Read-only.
	// +optional
	Status ScaleStatus `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"`
}

represents a scaling request for a resource.

func (*Scale) CodecDecodeSelf

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

func (*Scale) CodecEncodeSelf

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

func (*Scale) Descriptor

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

func (*Scale) Marshal

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

func (*Scale) MarshalTo

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

func (*Scale) ProtoMessage

func (*Scale) ProtoMessage()

func (*Scale) Reset

func (m *Scale) Reset()

func (*Scale) Size

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

func (*Scale) String

func (this *Scale) String() string

func (Scale) SwaggerDoc

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

func (*Scale) Unmarshal

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

type ScaleSpec

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

describes the attributes of a scale subresource

func (*ScaleSpec) CodecDecodeSelf

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

func (*ScaleSpec) CodecEncodeSelf

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

func (*ScaleSpec) Descriptor

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

func (*ScaleSpec) Marshal

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

func (*ScaleSpec) MarshalTo

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

func (*ScaleSpec) ProtoMessage

func (*ScaleSpec) ProtoMessage()

func (*ScaleSpec) Reset

func (m *ScaleSpec) Reset()

func (*ScaleSpec) Size

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

func (*ScaleSpec) String

func (this *ScaleSpec) String() string

func (ScaleSpec) SwaggerDoc

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

func (*ScaleSpec) Unmarshal

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

type ScaleStatus

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

	// label query over pods that should match the replicas count. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors
	// +optional
	Selector map[string]string `json:"selector,omitempty" protobuf:"bytes,2,rep,name=selector"`

	// label selector for pods that should match the replicas count. This is a serializated
	// version of both map-based and more expressive set-based selectors. This is done to
	// avoid introspection in the clients. The string will be in the same format as the
	// query-param syntax. If the target type only supports map-based selectors, both this
	// field and map-based selector field are populated.
	// More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
	// +optional
	TargetSelector string `json:"targetSelector,omitempty" protobuf:"bytes,3,opt,name=targetSelector"`
}

represents the current status of a scale subresource.

func (*ScaleStatus) CodecDecodeSelf

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

func (*ScaleStatus) CodecEncodeSelf

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

func (*ScaleStatus) Descriptor

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

func (*ScaleStatus) Marshal

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

func (*ScaleStatus) MarshalTo

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

func (*ScaleStatus) ProtoMessage

func (*ScaleStatus) ProtoMessage()

func (*ScaleStatus) Reset

func (m *ScaleStatus) Reset()

func (*ScaleStatus) Size

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

func (*ScaleStatus) String

func (this *ScaleStatus) String() string

func (ScaleStatus) SwaggerDoc

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

func (*ScaleStatus) Unmarshal

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

type SupplementalGroupsStrategyOptions

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

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

func (*SupplementalGroupsStrategyOptions) CodecDecodeSelf

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

func (*SupplementalGroupsStrategyOptions) CodecEncodeSelf

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

func (*SupplementalGroupsStrategyOptions) Descriptor

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

func (*SupplementalGroupsStrategyOptions) Marshal

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

func (*SupplementalGroupsStrategyOptions) MarshalTo

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

func (*SupplementalGroupsStrategyOptions) ProtoMessage

func (*SupplementalGroupsStrategyOptions) ProtoMessage()

func (*SupplementalGroupsStrategyOptions) Reset

func (*SupplementalGroupsStrategyOptions) Size

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

func (*SupplementalGroupsStrategyOptions) String

func (SupplementalGroupsStrategyOptions) SwaggerDoc

func (*SupplementalGroupsStrategyOptions) Unmarshal

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

type SupplementalGroupsStrategyType

type SupplementalGroupsStrategyType string

SupplementalGroupsStrategyType denotes strategy types for determining valid supplemental groups for a SecurityContext.

const (
	// container must run as a particular gid.
	SupplementalGroupsStrategyMustRunAs SupplementalGroupsStrategyType = "MustRunAs"
	// container may make requests for any gid.
	SupplementalGroupsStrategyRunAsAny SupplementalGroupsStrategyType = "RunAsAny"
)

func (*SupplementalGroupsStrategyType) CodecDecodeSelf

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

func (SupplementalGroupsStrategyType) CodecEncodeSelf

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

type ThirdPartyResource

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

	// Standard object metadata
	// +optional
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	// Description is the description of this object.
	// +optional
	Description string `json:"description,omitempty" protobuf:"bytes,2,opt,name=description"`

	// Versions are versions for this third party object
	// +optional
	Versions []APIVersion `json:"versions,omitempty" protobuf:"bytes,3,rep,name=versions"`
}

A ThirdPartyResource is a generic representation of a resource, it is used by add-ons and plugins to add new resource types to the API. It consists of one or more Versions of the api.

func (*ThirdPartyResource) CodecDecodeSelf

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

func (*ThirdPartyResource) CodecEncodeSelf

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

func (*ThirdPartyResource) Descriptor

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

func (*ThirdPartyResource) Marshal

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

func (*ThirdPartyResource) MarshalTo

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

func (*ThirdPartyResource) ProtoMessage

func (*ThirdPartyResource) ProtoMessage()

func (*ThirdPartyResource) Reset

func (m *ThirdPartyResource) Reset()

func (*ThirdPartyResource) Size

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

func (*ThirdPartyResource) String

func (this *ThirdPartyResource) String() string

func (ThirdPartyResource) SwaggerDoc

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

func (*ThirdPartyResource) Unmarshal

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

type ThirdPartyResourceData

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

	// Data is the raw JSON data for this data.
	// +optional
	Data []byte `json:"data,omitempty" protobuf:"bytes,2,opt,name=data"`
}

An internal object, used for versioned storage in etcd. Not exposed to the end user.

func (*ThirdPartyResourceData) CodecDecodeSelf

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

func (*ThirdPartyResourceData) CodecEncodeSelf

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

func (*ThirdPartyResourceData) Descriptor

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

func (*ThirdPartyResourceData) Marshal

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

func (*ThirdPartyResourceData) MarshalTo

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

func (*ThirdPartyResourceData) ProtoMessage

func (*ThirdPartyResourceData) ProtoMessage()

func (*ThirdPartyResourceData) Reset

func (m *ThirdPartyResourceData) Reset()

func (*ThirdPartyResourceData) Size

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

func (*ThirdPartyResourceData) String

func (this *ThirdPartyResourceData) String() string

func (ThirdPartyResourceData) SwaggerDoc

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

func (*ThirdPartyResourceData) Unmarshal

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

type ThirdPartyResourceDataList

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

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

ThirdPartyResrouceDataList is a list of ThirdPartyResourceData.

func (*ThirdPartyResourceDataList) CodecDecodeSelf

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

func (*ThirdPartyResourceDataList) CodecEncodeSelf

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

func (*ThirdPartyResourceDataList) Descriptor

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

func (*ThirdPartyResourceDataList) Marshal

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

func (*ThirdPartyResourceDataList) MarshalTo

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

func (*ThirdPartyResourceDataList) ProtoMessage

func (*ThirdPartyResourceDataList) ProtoMessage()

func (*ThirdPartyResourceDataList) Reset

func (m *ThirdPartyResourceDataList) Reset()

func (*ThirdPartyResourceDataList) Size

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

func (*ThirdPartyResourceDataList) String

func (this *ThirdPartyResourceDataList) String() string

func (ThirdPartyResourceDataList) SwaggerDoc

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

func (*ThirdPartyResourceDataList) Unmarshal

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

type ThirdPartyResourceList

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

	// Standard list metadata.
	// +optional
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

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

ThirdPartyResourceList is a list of ThirdPartyResources.

func (*ThirdPartyResourceList) CodecDecodeSelf

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

func (*ThirdPartyResourceList) CodecEncodeSelf

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

func (*ThirdPartyResourceList) Descriptor

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

func (*ThirdPartyResourceList) Marshal

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

func (*ThirdPartyResourceList) MarshalTo

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

func (*ThirdPartyResourceList) ProtoMessage

func (*ThirdPartyResourceList) ProtoMessage()

func (*ThirdPartyResourceList) Reset

func (m *ThirdPartyResourceList) Reset()

func (*ThirdPartyResourceList) Size

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

func (*ThirdPartyResourceList) String

func (this *ThirdPartyResourceList) String() string

func (ThirdPartyResourceList) SwaggerDoc

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

func (*ThirdPartyResourceList) Unmarshal

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

Jump to

Keyboard shortcuts

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