Documentation
¶
Overview ¶
Package v1 is the v1 version of the API. +genconversion=true
Package v1 is a generated protocol buffer package. It is generated from these files: k8s.io/kubernetes/pkg/api/v1/generated.proto It has these top-level messages: AWSElasticBlockStoreVolumeSource Affinity AttachedVolume AzureFileVolumeSource Binding Capabilities CephFSVolumeSource CinderVolumeSource ComponentCondition ComponentStatus ComponentStatusList ConfigMap ConfigMapKeySelector ConfigMapList ConfigMapVolumeSource Container ContainerImage ContainerPort ContainerState ContainerStateRunning ContainerStateTerminated ContainerStateWaiting ContainerStatus DaemonEndpoint DeleteOptions DownwardAPIVolumeFile DownwardAPIVolumeSource EmptyDirVolumeSource EndpointAddress EndpointPort EndpointSubset Endpoints EndpointsList EnvVar EnvVarSource Event EventList EventSource ExecAction ExportOptions FCVolumeSource FlexVolumeSource FlockerVolumeSource GCEPersistentDiskVolumeSource GitRepoVolumeSource GlusterfsVolumeSource HTTPGetAction HTTPHeader Handler HostPathVolumeSource ISCSIVolumeSource KeyToPath Lifecycle LimitRange LimitRangeItem LimitRangeList LimitRangeSpec List ListOptions LoadBalancerIngress LoadBalancerStatus LocalObjectReference NFSVolumeSource Namespace NamespaceList NamespaceSpec NamespaceStatus Node NodeAddress NodeAffinity NodeCondition NodeDaemonEndpoints NodeList NodeProxyOptions NodeSelector NodeSelectorRequirement NodeSelectorTerm NodeSpec NodeStatus NodeSystemInfo ObjectFieldSelector ObjectMeta ObjectReference OwnerReference PersistentVolume PersistentVolumeClaim PersistentVolumeClaimList PersistentVolumeClaimSpec PersistentVolumeClaimStatus PersistentVolumeClaimVolumeSource PersistentVolumeList PersistentVolumeSource PersistentVolumeSpec PersistentVolumeStatus Pod PodAffinity PodAffinityTerm PodAntiAffinity PodAttachOptions PodCondition PodExecOptions PodList PodLogOptions PodProxyOptions PodSecurityContext PodSpec PodStatus PodStatusResult PodTemplate PodTemplateList PodTemplateSpec Preconditions PreferredSchedulingTerm Probe RBDVolumeSource RangeAllocation ReplicationController ReplicationControllerList ReplicationControllerSpec ReplicationControllerStatus ResourceFieldSelector ResourceQuota ResourceQuotaList ResourceQuotaSpec ResourceQuotaStatus ResourceRequirements SELinuxOptions Secret SecretKeySelector SecretList SecretVolumeSource SecurityContext SerializedReference Service ServiceAccount ServiceAccountList ServiceList ServicePort ServiceProxyOptions ServiceSpec ServiceStatus TCPSocketAction Taint Toleration Volume VolumeMount VolumeSource VsphereVirtualDiskVolumeSource WeightedPodAffinityTerm
Index ¶
- Constants
- Variables
- func AddToScheme(scheme *runtime.Scheme)
- func Convert_api_AWSElasticBlockStoreVolumeSource_To_v1_AWSElasticBlockStoreVolumeSource(in *api.AWSElasticBlockStoreVolumeSource, ...) error
- func Convert_api_Affinity_To_v1_Affinity(in *api.Affinity, out *Affinity, s conversion.Scope) error
- func Convert_api_AttachedVolume_To_v1_AttachedVolume(in *api.AttachedVolume, out *AttachedVolume, s conversion.Scope) error
- func Convert_api_AzureFileVolumeSource_To_v1_AzureFileVolumeSource(in *api.AzureFileVolumeSource, out *AzureFileVolumeSource, s conversion.Scope) error
- func Convert_api_Binding_To_v1_Binding(in *api.Binding, out *Binding, s conversion.Scope) error
- func Convert_api_Capabilities_To_v1_Capabilities(in *api.Capabilities, out *Capabilities, s conversion.Scope) error
- func Convert_api_CephFSVolumeSource_To_v1_CephFSVolumeSource(in *api.CephFSVolumeSource, out *CephFSVolumeSource, s conversion.Scope) error
- func Convert_api_CinderVolumeSource_To_v1_CinderVolumeSource(in *api.CinderVolumeSource, out *CinderVolumeSource, s conversion.Scope) error
- func Convert_api_ComponentCondition_To_v1_ComponentCondition(in *api.ComponentCondition, out *ComponentCondition, s conversion.Scope) error
- func Convert_api_ComponentStatusList_To_v1_ComponentStatusList(in *api.ComponentStatusList, out *ComponentStatusList, s conversion.Scope) error
- func Convert_api_ComponentStatus_To_v1_ComponentStatus(in *api.ComponentStatus, out *ComponentStatus, s conversion.Scope) error
- func Convert_api_ConfigMapKeySelector_To_v1_ConfigMapKeySelector(in *api.ConfigMapKeySelector, out *ConfigMapKeySelector, s conversion.Scope) error
- func Convert_api_ConfigMapList_To_v1_ConfigMapList(in *api.ConfigMapList, out *ConfigMapList, s conversion.Scope) error
- func Convert_api_ConfigMapVolumeSource_To_v1_ConfigMapVolumeSource(in *api.ConfigMapVolumeSource, out *ConfigMapVolumeSource, s conversion.Scope) error
- func Convert_api_ConfigMap_To_v1_ConfigMap(in *api.ConfigMap, out *ConfigMap, s conversion.Scope) error
- func Convert_api_ContainerImage_To_v1_ContainerImage(in *api.ContainerImage, out *ContainerImage, s conversion.Scope) error
- func Convert_api_ContainerPort_To_v1_ContainerPort(in *api.ContainerPort, out *ContainerPort, s conversion.Scope) error
- func Convert_api_ContainerStateRunning_To_v1_ContainerStateRunning(in *api.ContainerStateRunning, out *ContainerStateRunning, s conversion.Scope) error
- func Convert_api_ContainerStateTerminated_To_v1_ContainerStateTerminated(in *api.ContainerStateTerminated, out *ContainerStateTerminated, ...) error
- func Convert_api_ContainerStateWaiting_To_v1_ContainerStateWaiting(in *api.ContainerStateWaiting, out *ContainerStateWaiting, s conversion.Scope) error
- func Convert_api_ContainerState_To_v1_ContainerState(in *api.ContainerState, out *ContainerState, s conversion.Scope) error
- func Convert_api_ContainerStatus_To_v1_ContainerStatus(in *api.ContainerStatus, out *ContainerStatus, s conversion.Scope) error
- func Convert_api_Container_To_v1_Container(in *api.Container, out *Container, s conversion.Scope) error
- func Convert_api_DaemonEndpoint_To_v1_DaemonEndpoint(in *api.DaemonEndpoint, out *DaemonEndpoint, s conversion.Scope) error
- func Convert_api_DeleteOptions_To_v1_DeleteOptions(in *api.DeleteOptions, out *DeleteOptions, s conversion.Scope) error
- func Convert_api_DownwardAPIVolumeFile_To_v1_DownwardAPIVolumeFile(in *api.DownwardAPIVolumeFile, out *DownwardAPIVolumeFile, s conversion.Scope) error
- func Convert_api_DownwardAPIVolumeSource_To_v1_DownwardAPIVolumeSource(in *api.DownwardAPIVolumeSource, out *DownwardAPIVolumeSource, ...) error
- func Convert_api_EmptyDirVolumeSource_To_v1_EmptyDirVolumeSource(in *api.EmptyDirVolumeSource, out *EmptyDirVolumeSource, s conversion.Scope) error
- func Convert_api_EndpointAddress_To_v1_EndpointAddress(in *api.EndpointAddress, out *EndpointAddress, s conversion.Scope) error
- func Convert_api_EndpointPort_To_v1_EndpointPort(in *api.EndpointPort, out *EndpointPort, s conversion.Scope) error
- func Convert_api_EndpointSubset_To_v1_EndpointSubset(in *api.EndpointSubset, out *EndpointSubset, s conversion.Scope) error
- func Convert_api_EndpointsList_To_v1_EndpointsList(in *api.EndpointsList, out *EndpointsList, s conversion.Scope) error
- func Convert_api_Endpoints_To_v1_Endpoints(in *api.Endpoints, out *Endpoints, s conversion.Scope) error
- func Convert_api_EnvVarSource_To_v1_EnvVarSource(in *api.EnvVarSource, out *EnvVarSource, s conversion.Scope) error
- func Convert_api_EnvVar_To_v1_EnvVar(in *api.EnvVar, out *EnvVar, s conversion.Scope) error
- func Convert_api_EventList_To_v1_EventList(in *api.EventList, out *EventList, s conversion.Scope) error
- func Convert_api_EventSource_To_v1_EventSource(in *api.EventSource, out *EventSource, s conversion.Scope) error
- func Convert_api_Event_To_v1_Event(in *api.Event, out *Event, s conversion.Scope) error
- func Convert_api_ExecAction_To_v1_ExecAction(in *api.ExecAction, out *ExecAction, s conversion.Scope) error
- func Convert_api_ExportOptions_To_v1_ExportOptions(in *api.ExportOptions, out *ExportOptions, s conversion.Scope) error
- func Convert_api_FCVolumeSource_To_v1_FCVolumeSource(in *api.FCVolumeSource, out *FCVolumeSource, s conversion.Scope) error
- func Convert_api_FlexVolumeSource_To_v1_FlexVolumeSource(in *api.FlexVolumeSource, out *FlexVolumeSource, s conversion.Scope) error
- func Convert_api_FlockerVolumeSource_To_v1_FlockerVolumeSource(in *api.FlockerVolumeSource, out *FlockerVolumeSource, s conversion.Scope) error
- func Convert_api_GCEPersistentDiskVolumeSource_To_v1_GCEPersistentDiskVolumeSource(in *api.GCEPersistentDiskVolumeSource, out *GCEPersistentDiskVolumeSource, ...) error
- func Convert_api_GitRepoVolumeSource_To_v1_GitRepoVolumeSource(in *api.GitRepoVolumeSource, out *GitRepoVolumeSource, s conversion.Scope) error
- func Convert_api_GlusterfsVolumeSource_To_v1_GlusterfsVolumeSource(in *api.GlusterfsVolumeSource, out *GlusterfsVolumeSource, s conversion.Scope) error
- func Convert_api_HTTPGetAction_To_v1_HTTPGetAction(in *api.HTTPGetAction, out *HTTPGetAction, s conversion.Scope) error
- func Convert_api_HTTPHeader_To_v1_HTTPHeader(in *api.HTTPHeader, out *HTTPHeader, s conversion.Scope) error
- func Convert_api_Handler_To_v1_Handler(in *api.Handler, out *Handler, s conversion.Scope) error
- func Convert_api_HostPathVolumeSource_To_v1_HostPathVolumeSource(in *api.HostPathVolumeSource, out *HostPathVolumeSource, s conversion.Scope) error
- func Convert_api_ISCSIVolumeSource_To_v1_ISCSIVolumeSource(in *api.ISCSIVolumeSource, out *ISCSIVolumeSource, s conversion.Scope) error
- func Convert_api_KeyToPath_To_v1_KeyToPath(in *api.KeyToPath, out *KeyToPath, s conversion.Scope) error
- func Convert_api_Lifecycle_To_v1_Lifecycle(in *api.Lifecycle, out *Lifecycle, s conversion.Scope) error
- func Convert_api_LimitRangeItem_To_v1_LimitRangeItem(in *api.LimitRangeItem, out *LimitRangeItem, s conversion.Scope) error
- func Convert_api_LimitRangeList_To_v1_LimitRangeList(in *api.LimitRangeList, out *LimitRangeList, s conversion.Scope) error
- func Convert_api_LimitRangeSpec_To_v1_LimitRangeSpec(in *api.LimitRangeSpec, out *LimitRangeSpec, s conversion.Scope) error
- func Convert_api_LimitRange_To_v1_LimitRange(in *api.LimitRange, out *LimitRange, s conversion.Scope) error
- func Convert_api_ListOptions_To_v1_ListOptions(in *api.ListOptions, out *ListOptions, s conversion.Scope) error
- func Convert_api_List_To_v1_List(in *api.List, out *List, s conversion.Scope) error
- func Convert_api_LoadBalancerIngress_To_v1_LoadBalancerIngress(in *api.LoadBalancerIngress, out *LoadBalancerIngress, s conversion.Scope) error
- func Convert_api_LoadBalancerStatus_To_v1_LoadBalancerStatus(in *api.LoadBalancerStatus, out *LoadBalancerStatus, s conversion.Scope) error
- func Convert_api_LocalObjectReference_To_v1_LocalObjectReference(in *api.LocalObjectReference, out *LocalObjectReference, s conversion.Scope) error
- func Convert_api_NFSVolumeSource_To_v1_NFSVolumeSource(in *api.NFSVolumeSource, out *NFSVolumeSource, s conversion.Scope) error
- func Convert_api_NamespaceList_To_v1_NamespaceList(in *api.NamespaceList, out *NamespaceList, s conversion.Scope) error
- func Convert_api_NamespaceSpec_To_v1_NamespaceSpec(in *api.NamespaceSpec, out *NamespaceSpec, s conversion.Scope) error
- func Convert_api_NamespaceStatus_To_v1_NamespaceStatus(in *api.NamespaceStatus, out *NamespaceStatus, s conversion.Scope) error
- func Convert_api_Namespace_To_v1_Namespace(in *api.Namespace, out *Namespace, s conversion.Scope) error
- func Convert_api_NodeAddress_To_v1_NodeAddress(in *api.NodeAddress, out *NodeAddress, s conversion.Scope) error
- func Convert_api_NodeAffinity_To_v1_NodeAffinity(in *api.NodeAffinity, out *NodeAffinity, s conversion.Scope) error
- func Convert_api_NodeCondition_To_v1_NodeCondition(in *api.NodeCondition, out *NodeCondition, s conversion.Scope) error
- func Convert_api_NodeDaemonEndpoints_To_v1_NodeDaemonEndpoints(in *api.NodeDaemonEndpoints, out *NodeDaemonEndpoints, s conversion.Scope) error
- func Convert_api_NodeList_To_v1_NodeList(in *api.NodeList, out *NodeList, s conversion.Scope) error
- func Convert_api_NodeProxyOptions_To_v1_NodeProxyOptions(in *api.NodeProxyOptions, out *NodeProxyOptions, s conversion.Scope) error
- func Convert_api_NodeSelectorRequirement_To_v1_NodeSelectorRequirement(in *api.NodeSelectorRequirement, out *NodeSelectorRequirement, ...) error
- func Convert_api_NodeSelectorTerm_To_v1_NodeSelectorTerm(in *api.NodeSelectorTerm, out *NodeSelectorTerm, s conversion.Scope) error
- func Convert_api_NodeSelector_To_v1_NodeSelector(in *api.NodeSelector, out *NodeSelector, s conversion.Scope) error
- func Convert_api_NodeSpec_To_v1_NodeSpec(in *api.NodeSpec, out *NodeSpec, s conversion.Scope) error
- func Convert_api_NodeStatus_To_v1_NodeStatus(in *api.NodeStatus, out *NodeStatus, s conversion.Scope) error
- func Convert_api_NodeSystemInfo_To_v1_NodeSystemInfo(in *api.NodeSystemInfo, out *NodeSystemInfo, s conversion.Scope) error
- func Convert_api_Node_To_v1_Node(in *api.Node, out *Node, s conversion.Scope) error
- func Convert_api_ObjectFieldSelector_To_v1_ObjectFieldSelector(in *api.ObjectFieldSelector, out *ObjectFieldSelector, s conversion.Scope) error
- func Convert_api_ObjectMeta_To_v1_ObjectMeta(in *api.ObjectMeta, out *ObjectMeta, s conversion.Scope) error
- func Convert_api_ObjectReference_To_v1_ObjectReference(in *api.ObjectReference, out *ObjectReference, s conversion.Scope) error
- func Convert_api_OwnerReference_To_v1_OwnerReference(in *api.OwnerReference, out *OwnerReference, s conversion.Scope) error
- func Convert_api_PersistentVolumeClaimList_To_v1_PersistentVolumeClaimList(in *api.PersistentVolumeClaimList, out *PersistentVolumeClaimList, ...) error
- func Convert_api_PersistentVolumeClaimSpec_To_v1_PersistentVolumeClaimSpec(in *api.PersistentVolumeClaimSpec, out *PersistentVolumeClaimSpec, ...) error
- func Convert_api_PersistentVolumeClaimStatus_To_v1_PersistentVolumeClaimStatus(in *api.PersistentVolumeClaimStatus, out *PersistentVolumeClaimStatus, ...) error
- func Convert_api_PersistentVolumeClaimVolumeSource_To_v1_PersistentVolumeClaimVolumeSource(in *api.PersistentVolumeClaimVolumeSource, ...) error
- func Convert_api_PersistentVolumeClaim_To_v1_PersistentVolumeClaim(in *api.PersistentVolumeClaim, out *PersistentVolumeClaim, s conversion.Scope) error
- func Convert_api_PersistentVolumeList_To_v1_PersistentVolumeList(in *api.PersistentVolumeList, out *PersistentVolumeList, s conversion.Scope) error
- func Convert_api_PersistentVolumeSource_To_v1_PersistentVolumeSource(in *api.PersistentVolumeSource, out *PersistentVolumeSource, ...) error
- func Convert_api_PersistentVolumeSpec_To_v1_PersistentVolumeSpec(in *api.PersistentVolumeSpec, out *PersistentVolumeSpec, s conversion.Scope) error
- func Convert_api_PersistentVolumeStatus_To_v1_PersistentVolumeStatus(in *api.PersistentVolumeStatus, out *PersistentVolumeStatus, ...) error
- func Convert_api_PersistentVolume_To_v1_PersistentVolume(in *api.PersistentVolume, out *PersistentVolume, s conversion.Scope) error
- func Convert_api_PodAffinityTerm_To_v1_PodAffinityTerm(in *api.PodAffinityTerm, out *PodAffinityTerm, s conversion.Scope) error
- func Convert_api_PodAffinity_To_v1_PodAffinity(in *api.PodAffinity, out *PodAffinity, s conversion.Scope) error
- func Convert_api_PodAntiAffinity_To_v1_PodAntiAffinity(in *api.PodAntiAffinity, out *PodAntiAffinity, s conversion.Scope) error
- func Convert_api_PodAttachOptions_To_v1_PodAttachOptions(in *api.PodAttachOptions, out *PodAttachOptions, s conversion.Scope) error
- func Convert_api_PodCondition_To_v1_PodCondition(in *api.PodCondition, out *PodCondition, s conversion.Scope) error
- func Convert_api_PodExecOptions_To_v1_PodExecOptions(in *api.PodExecOptions, out *PodExecOptions, s conversion.Scope) error
- func Convert_api_PodList_To_v1_PodList(in *api.PodList, out *PodList, s conversion.Scope) error
- func Convert_api_PodLogOptions_To_v1_PodLogOptions(in *api.PodLogOptions, out *PodLogOptions, s conversion.Scope) error
- func Convert_api_PodProxyOptions_To_v1_PodProxyOptions(in *api.PodProxyOptions, out *PodProxyOptions, s conversion.Scope) error
- func Convert_api_PodSecurityContext_To_v1_PodSecurityContext(in *api.PodSecurityContext, out *PodSecurityContext, s conversion.Scope) error
- func Convert_api_PodSpec_To_v1_PodSpec(in *api.PodSpec, out *PodSpec, s conversion.Scope) error
- func Convert_api_PodStatusResult_To_v1_PodStatusResult(in *api.PodStatusResult, out *PodStatusResult, s conversion.Scope) error
- func Convert_api_PodStatus_To_v1_PodStatus(in *api.PodStatus, out *PodStatus, s conversion.Scope) error
- func Convert_api_PodTemplateList_To_v1_PodTemplateList(in *api.PodTemplateList, out *PodTemplateList, s conversion.Scope) error
- func Convert_api_PodTemplateSpec_To_v1_PodTemplateSpec(in *api.PodTemplateSpec, out *PodTemplateSpec, s conversion.Scope) error
- func Convert_api_PodTemplate_To_v1_PodTemplate(in *api.PodTemplate, out *PodTemplate, s conversion.Scope) error
- func Convert_api_Pod_To_v1_Pod(in *api.Pod, out *Pod, s conversion.Scope) error
- func Convert_api_Preconditions_To_v1_Preconditions(in *api.Preconditions, out *Preconditions, s conversion.Scope) error
- func Convert_api_PreferredSchedulingTerm_To_v1_PreferredSchedulingTerm(in *api.PreferredSchedulingTerm, out *PreferredSchedulingTerm, ...) error
- func Convert_api_Probe_To_v1_Probe(in *api.Probe, out *Probe, s conversion.Scope) error
- func Convert_api_RBDVolumeSource_To_v1_RBDVolumeSource(in *api.RBDVolumeSource, out *RBDVolumeSource, s conversion.Scope) error
- func Convert_api_RangeAllocation_To_v1_RangeAllocation(in *api.RangeAllocation, out *RangeAllocation, s conversion.Scope) error
- func Convert_api_ReplicationControllerList_To_v1_ReplicationControllerList(in *api.ReplicationControllerList, out *ReplicationControllerList, ...) error
- func Convert_api_ReplicationControllerSpec_To_v1_ReplicationControllerSpec(in *api.ReplicationControllerSpec, out *ReplicationControllerSpec, ...) error
- func Convert_api_ReplicationControllerStatus_To_v1_ReplicationControllerStatus(in *api.ReplicationControllerStatus, out *ReplicationControllerStatus, ...) error
- func Convert_api_ReplicationController_To_v1_ReplicationController(in *api.ReplicationController, out *ReplicationController, s conversion.Scope) error
- func Convert_api_ResourceFieldSelector_To_v1_ResourceFieldSelector(in *api.ResourceFieldSelector, out *ResourceFieldSelector, s conversion.Scope) error
- func Convert_api_ResourceQuotaList_To_v1_ResourceQuotaList(in *api.ResourceQuotaList, out *ResourceQuotaList, s conversion.Scope) error
- func Convert_api_ResourceQuotaSpec_To_v1_ResourceQuotaSpec(in *api.ResourceQuotaSpec, out *ResourceQuotaSpec, s conversion.Scope) error
- func Convert_api_ResourceQuotaStatus_To_v1_ResourceQuotaStatus(in *api.ResourceQuotaStatus, out *ResourceQuotaStatus, s conversion.Scope) error
- func Convert_api_ResourceQuota_To_v1_ResourceQuota(in *api.ResourceQuota, out *ResourceQuota, s conversion.Scope) error
- func Convert_api_ResourceRequirements_To_v1_ResourceRequirements(in *api.ResourceRequirements, out *ResourceRequirements, s conversion.Scope) error
- func Convert_api_SELinuxOptions_To_v1_SELinuxOptions(in *api.SELinuxOptions, out *SELinuxOptions, s conversion.Scope) error
- func Convert_api_SecretKeySelector_To_v1_SecretKeySelector(in *api.SecretKeySelector, out *SecretKeySelector, s conversion.Scope) error
- func Convert_api_SecretList_To_v1_SecretList(in *api.SecretList, out *SecretList, s conversion.Scope) error
- func Convert_api_SecretVolumeSource_To_v1_SecretVolumeSource(in *api.SecretVolumeSource, out *SecretVolumeSource, s conversion.Scope) error
- func Convert_api_Secret_To_v1_Secret(in *api.Secret, out *Secret, s conversion.Scope) error
- func Convert_api_SecurityContext_To_v1_SecurityContext(in *api.SecurityContext, out *SecurityContext, s conversion.Scope) error
- func Convert_api_SerializedReference_To_v1_SerializedReference(in *api.SerializedReference, out *SerializedReference, s conversion.Scope) error
- func Convert_api_ServiceAccountList_To_v1_ServiceAccountList(in *api.ServiceAccountList, out *ServiceAccountList, s conversion.Scope) error
- func Convert_api_ServiceAccount_To_v1_ServiceAccount(in *api.ServiceAccount, out *ServiceAccount, s conversion.Scope) error
- func Convert_api_ServiceList_To_v1_ServiceList(in *api.ServiceList, out *ServiceList, s conversion.Scope) error
- func Convert_api_ServicePort_To_v1_ServicePort(in *api.ServicePort, out *ServicePort, s conversion.Scope) error
- func Convert_api_ServiceProxyOptions_To_v1_ServiceProxyOptions(in *api.ServiceProxyOptions, out *ServiceProxyOptions, s conversion.Scope) error
- func Convert_api_ServiceSpec_To_v1_ServiceSpec(in *api.ServiceSpec, out *ServiceSpec, s conversion.Scope) error
- func Convert_api_ServiceStatus_To_v1_ServiceStatus(in *api.ServiceStatus, out *ServiceStatus, s conversion.Scope) error
- func Convert_api_Service_To_v1_Service(in *api.Service, out *Service, s conversion.Scope) error
- func Convert_api_TCPSocketAction_To_v1_TCPSocketAction(in *api.TCPSocketAction, out *TCPSocketAction, s conversion.Scope) error
- func Convert_api_Taint_To_v1_Taint(in *api.Taint, out *Taint, s conversion.Scope) error
- func Convert_api_Toleration_To_v1_Toleration(in *api.Toleration, out *Toleration, s conversion.Scope) error
- func Convert_api_VolumeMount_To_v1_VolumeMount(in *api.VolumeMount, out *VolumeMount, s conversion.Scope) error
- func Convert_api_VolumeSource_To_v1_VolumeSource(in *api.VolumeSource, out *VolumeSource, s conversion.Scope) error
- func Convert_api_Volume_To_v1_Volume(in *api.Volume, out *Volume, s conversion.Scope) error
- func Convert_api_VsphereVirtualDiskVolumeSource_To_v1_VsphereVirtualDiskVolumeSource(in *api.VsphereVirtualDiskVolumeSource, out *VsphereVirtualDiskVolumeSource, ...) error
- func Convert_api_WeightedPodAffinityTerm_To_v1_WeightedPodAffinityTerm(in *api.WeightedPodAffinityTerm, out *WeightedPodAffinityTerm, ...) error
- func Convert_v1_AWSElasticBlockStoreVolumeSource_To_api_AWSElasticBlockStoreVolumeSource(in *AWSElasticBlockStoreVolumeSource, ...) error
- func Convert_v1_Affinity_To_api_Affinity(in *Affinity, out *api.Affinity, s conversion.Scope) error
- func Convert_v1_AttachedVolume_To_api_AttachedVolume(in *AttachedVolume, out *api.AttachedVolume, s conversion.Scope) error
- func Convert_v1_AzureFileVolumeSource_To_api_AzureFileVolumeSource(in *AzureFileVolumeSource, out *api.AzureFileVolumeSource, s conversion.Scope) error
- func Convert_v1_Binding_To_api_Binding(in *Binding, out *api.Binding, s conversion.Scope) error
- func Convert_v1_Capabilities_To_api_Capabilities(in *Capabilities, out *api.Capabilities, s conversion.Scope) error
- func Convert_v1_CephFSVolumeSource_To_api_CephFSVolumeSource(in *CephFSVolumeSource, out *api.CephFSVolumeSource, s conversion.Scope) error
- func Convert_v1_CinderVolumeSource_To_api_CinderVolumeSource(in *CinderVolumeSource, out *api.CinderVolumeSource, s conversion.Scope) error
- func Convert_v1_ComponentCondition_To_api_ComponentCondition(in *ComponentCondition, out *api.ComponentCondition, s conversion.Scope) error
- func Convert_v1_ComponentStatusList_To_api_ComponentStatusList(in *ComponentStatusList, out *api.ComponentStatusList, s conversion.Scope) error
- func Convert_v1_ComponentStatus_To_api_ComponentStatus(in *ComponentStatus, out *api.ComponentStatus, s conversion.Scope) error
- func Convert_v1_ConfigMapKeySelector_To_api_ConfigMapKeySelector(in *ConfigMapKeySelector, out *api.ConfigMapKeySelector, s conversion.Scope) error
- func Convert_v1_ConfigMapList_To_api_ConfigMapList(in *ConfigMapList, out *api.ConfigMapList, s conversion.Scope) error
- func Convert_v1_ConfigMapVolumeSource_To_api_ConfigMapVolumeSource(in *ConfigMapVolumeSource, out *api.ConfigMapVolumeSource, s conversion.Scope) error
- func Convert_v1_ConfigMap_To_api_ConfigMap(in *ConfigMap, out *api.ConfigMap, s conversion.Scope) error
- func Convert_v1_ContainerImage_To_api_ContainerImage(in *ContainerImage, out *api.ContainerImage, s conversion.Scope) error
- func Convert_v1_ContainerPort_To_api_ContainerPort(in *ContainerPort, out *api.ContainerPort, s conversion.Scope) error
- func Convert_v1_ContainerStateRunning_To_api_ContainerStateRunning(in *ContainerStateRunning, out *api.ContainerStateRunning, s conversion.Scope) error
- func Convert_v1_ContainerStateTerminated_To_api_ContainerStateTerminated(in *ContainerStateTerminated, out *api.ContainerStateTerminated, ...) error
- func Convert_v1_ContainerStateWaiting_To_api_ContainerStateWaiting(in *ContainerStateWaiting, out *api.ContainerStateWaiting, s conversion.Scope) error
- func Convert_v1_ContainerState_To_api_ContainerState(in *ContainerState, out *api.ContainerState, s conversion.Scope) error
- func Convert_v1_ContainerStatus_To_api_ContainerStatus(in *ContainerStatus, out *api.ContainerStatus, s conversion.Scope) error
- func Convert_v1_Container_To_api_Container(in *Container, out *api.Container, s conversion.Scope) error
- func Convert_v1_DaemonEndpoint_To_api_DaemonEndpoint(in *DaemonEndpoint, out *api.DaemonEndpoint, s conversion.Scope) error
- func Convert_v1_DeleteOptions_To_api_DeleteOptions(in *DeleteOptions, out *api.DeleteOptions, s conversion.Scope) error
- func Convert_v1_DownwardAPIVolumeFile_To_api_DownwardAPIVolumeFile(in *DownwardAPIVolumeFile, out *api.DownwardAPIVolumeFile, s conversion.Scope) error
- func Convert_v1_DownwardAPIVolumeSource_To_api_DownwardAPIVolumeSource(in *DownwardAPIVolumeSource, out *api.DownwardAPIVolumeSource, ...) error
- func Convert_v1_EmptyDirVolumeSource_To_api_EmptyDirVolumeSource(in *EmptyDirVolumeSource, out *api.EmptyDirVolumeSource, s conversion.Scope) error
- func Convert_v1_EndpointAddress_To_api_EndpointAddress(in *EndpointAddress, out *api.EndpointAddress, s conversion.Scope) error
- func Convert_v1_EndpointPort_To_api_EndpointPort(in *EndpointPort, out *api.EndpointPort, s conversion.Scope) error
- func Convert_v1_EndpointSubset_To_api_EndpointSubset(in *EndpointSubset, out *api.EndpointSubset, s conversion.Scope) error
- func Convert_v1_EndpointsList_To_api_EndpointsList(in *EndpointsList, out *api.EndpointsList, s conversion.Scope) error
- func Convert_v1_Endpoints_To_api_Endpoints(in *Endpoints, out *api.Endpoints, s conversion.Scope) error
- func Convert_v1_EnvVarSource_To_api_EnvVarSource(in *EnvVarSource, out *api.EnvVarSource, s conversion.Scope) error
- func Convert_v1_EnvVar_To_api_EnvVar(in *EnvVar, out *api.EnvVar, s conversion.Scope) error
- func Convert_v1_EventList_To_api_EventList(in *EventList, out *api.EventList, s conversion.Scope) error
- func Convert_v1_EventSource_To_api_EventSource(in *EventSource, out *api.EventSource, s conversion.Scope) error
- func Convert_v1_Event_To_api_Event(in *Event, out *api.Event, s conversion.Scope) error
- func Convert_v1_ExecAction_To_api_ExecAction(in *ExecAction, out *api.ExecAction, s conversion.Scope) error
- func Convert_v1_ExportOptions_To_api_ExportOptions(in *ExportOptions, out *api.ExportOptions, s conversion.Scope) error
- func Convert_v1_FCVolumeSource_To_api_FCVolumeSource(in *FCVolumeSource, out *api.FCVolumeSource, s conversion.Scope) error
- func Convert_v1_FlexVolumeSource_To_api_FlexVolumeSource(in *FlexVolumeSource, out *api.FlexVolumeSource, s conversion.Scope) error
- func Convert_v1_FlockerVolumeSource_To_api_FlockerVolumeSource(in *FlockerVolumeSource, out *api.FlockerVolumeSource, s conversion.Scope) error
- func Convert_v1_GCEPersistentDiskVolumeSource_To_api_GCEPersistentDiskVolumeSource(in *GCEPersistentDiskVolumeSource, out *api.GCEPersistentDiskVolumeSource, ...) error
- func Convert_v1_GitRepoVolumeSource_To_api_GitRepoVolumeSource(in *GitRepoVolumeSource, out *api.GitRepoVolumeSource, s conversion.Scope) error
- func Convert_v1_GlusterfsVolumeSource_To_api_GlusterfsVolumeSource(in *GlusterfsVolumeSource, out *api.GlusterfsVolumeSource, s conversion.Scope) error
- func Convert_v1_HTTPGetAction_To_api_HTTPGetAction(in *HTTPGetAction, out *api.HTTPGetAction, s conversion.Scope) error
- func Convert_v1_HTTPHeader_To_api_HTTPHeader(in *HTTPHeader, out *api.HTTPHeader, s conversion.Scope) error
- func Convert_v1_Handler_To_api_Handler(in *Handler, out *api.Handler, s conversion.Scope) error
- func Convert_v1_HostPathVolumeSource_To_api_HostPathVolumeSource(in *HostPathVolumeSource, out *api.HostPathVolumeSource, s conversion.Scope) error
- func Convert_v1_ISCSIVolumeSource_To_api_ISCSIVolumeSource(in *ISCSIVolumeSource, out *api.ISCSIVolumeSource, s conversion.Scope) error
- func Convert_v1_KeyToPath_To_api_KeyToPath(in *KeyToPath, out *api.KeyToPath, s conversion.Scope) error
- func Convert_v1_Lifecycle_To_api_Lifecycle(in *Lifecycle, out *api.Lifecycle, s conversion.Scope) error
- func Convert_v1_LimitRangeItem_To_api_LimitRangeItem(in *LimitRangeItem, out *api.LimitRangeItem, s conversion.Scope) error
- func Convert_v1_LimitRangeList_To_api_LimitRangeList(in *LimitRangeList, out *api.LimitRangeList, s conversion.Scope) error
- func Convert_v1_LimitRangeSpec_To_api_LimitRangeSpec(in *LimitRangeSpec, out *api.LimitRangeSpec, s conversion.Scope) error
- func Convert_v1_LimitRange_To_api_LimitRange(in *LimitRange, out *api.LimitRange, s conversion.Scope) error
- func Convert_v1_ListOptions_To_api_ListOptions(in *ListOptions, out *api.ListOptions, s conversion.Scope) error
- func Convert_v1_List_To_api_List(in *List, out *api.List, s conversion.Scope) error
- func Convert_v1_LoadBalancerIngress_To_api_LoadBalancerIngress(in *LoadBalancerIngress, out *api.LoadBalancerIngress, s conversion.Scope) error
- func Convert_v1_LoadBalancerStatus_To_api_LoadBalancerStatus(in *LoadBalancerStatus, out *api.LoadBalancerStatus, s conversion.Scope) error
- func Convert_v1_LocalObjectReference_To_api_LocalObjectReference(in *LocalObjectReference, out *api.LocalObjectReference, s conversion.Scope) error
- func Convert_v1_NFSVolumeSource_To_api_NFSVolumeSource(in *NFSVolumeSource, out *api.NFSVolumeSource, s conversion.Scope) error
- func Convert_v1_NamespaceList_To_api_NamespaceList(in *NamespaceList, out *api.NamespaceList, s conversion.Scope) error
- func Convert_v1_NamespaceSpec_To_api_NamespaceSpec(in *NamespaceSpec, out *api.NamespaceSpec, s conversion.Scope) error
- func Convert_v1_NamespaceStatus_To_api_NamespaceStatus(in *NamespaceStatus, out *api.NamespaceStatus, s conversion.Scope) error
- func Convert_v1_Namespace_To_api_Namespace(in *Namespace, out *api.Namespace, s conversion.Scope) error
- func Convert_v1_NodeAddress_To_api_NodeAddress(in *NodeAddress, out *api.NodeAddress, s conversion.Scope) error
- func Convert_v1_NodeAffinity_To_api_NodeAffinity(in *NodeAffinity, out *api.NodeAffinity, s conversion.Scope) error
- func Convert_v1_NodeCondition_To_api_NodeCondition(in *NodeCondition, out *api.NodeCondition, s conversion.Scope) error
- func Convert_v1_NodeDaemonEndpoints_To_api_NodeDaemonEndpoints(in *NodeDaemonEndpoints, out *api.NodeDaemonEndpoints, s conversion.Scope) error
- func Convert_v1_NodeList_To_api_NodeList(in *NodeList, out *api.NodeList, s conversion.Scope) error
- func Convert_v1_NodeProxyOptions_To_api_NodeProxyOptions(in *NodeProxyOptions, out *api.NodeProxyOptions, s conversion.Scope) error
- func Convert_v1_NodeSelectorRequirement_To_api_NodeSelectorRequirement(in *NodeSelectorRequirement, out *api.NodeSelectorRequirement, ...) error
- func Convert_v1_NodeSelectorTerm_To_api_NodeSelectorTerm(in *NodeSelectorTerm, out *api.NodeSelectorTerm, s conversion.Scope) error
- func Convert_v1_NodeSelector_To_api_NodeSelector(in *NodeSelector, out *api.NodeSelector, s conversion.Scope) error
- func Convert_v1_NodeSpec_To_api_NodeSpec(in *NodeSpec, out *api.NodeSpec, s conversion.Scope) error
- func Convert_v1_NodeStatus_To_api_NodeStatus(in *NodeStatus, out *api.NodeStatus, s conversion.Scope) error
- func Convert_v1_NodeSystemInfo_To_api_NodeSystemInfo(in *NodeSystemInfo, out *api.NodeSystemInfo, s conversion.Scope) error
- func Convert_v1_Node_To_api_Node(in *Node, out *api.Node, s conversion.Scope) error
- func Convert_v1_ObjectFieldSelector_To_api_ObjectFieldSelector(in *ObjectFieldSelector, out *api.ObjectFieldSelector, s conversion.Scope) error
- func Convert_v1_ObjectMeta_To_api_ObjectMeta(in *ObjectMeta, out *api.ObjectMeta, s conversion.Scope) error
- func Convert_v1_ObjectReference_To_api_ObjectReference(in *ObjectReference, out *api.ObjectReference, s conversion.Scope) error
- func Convert_v1_OwnerReference_To_api_OwnerReference(in *OwnerReference, out *api.OwnerReference, s conversion.Scope) error
- func Convert_v1_PersistentVolumeClaimList_To_api_PersistentVolumeClaimList(in *PersistentVolumeClaimList, out *api.PersistentVolumeClaimList, ...) error
- func Convert_v1_PersistentVolumeClaimSpec_To_api_PersistentVolumeClaimSpec(in *PersistentVolumeClaimSpec, out *api.PersistentVolumeClaimSpec, ...) error
- func Convert_v1_PersistentVolumeClaimStatus_To_api_PersistentVolumeClaimStatus(in *PersistentVolumeClaimStatus, out *api.PersistentVolumeClaimStatus, ...) error
- func Convert_v1_PersistentVolumeClaimVolumeSource_To_api_PersistentVolumeClaimVolumeSource(in *PersistentVolumeClaimVolumeSource, ...) error
- func Convert_v1_PersistentVolumeClaim_To_api_PersistentVolumeClaim(in *PersistentVolumeClaim, out *api.PersistentVolumeClaim, s conversion.Scope) error
- func Convert_v1_PersistentVolumeList_To_api_PersistentVolumeList(in *PersistentVolumeList, out *api.PersistentVolumeList, s conversion.Scope) error
- func Convert_v1_PersistentVolumeSource_To_api_PersistentVolumeSource(in *PersistentVolumeSource, out *api.PersistentVolumeSource, ...) error
- func Convert_v1_PersistentVolumeSpec_To_api_PersistentVolumeSpec(in *PersistentVolumeSpec, out *api.PersistentVolumeSpec, s conversion.Scope) error
- func Convert_v1_PersistentVolumeStatus_To_api_PersistentVolumeStatus(in *PersistentVolumeStatus, out *api.PersistentVolumeStatus, ...) error
- func Convert_v1_PersistentVolume_To_api_PersistentVolume(in *PersistentVolume, out *api.PersistentVolume, s conversion.Scope) error
- func Convert_v1_PodAffinityTerm_To_api_PodAffinityTerm(in *PodAffinityTerm, out *api.PodAffinityTerm, s conversion.Scope) error
- func Convert_v1_PodAffinity_To_api_PodAffinity(in *PodAffinity, out *api.PodAffinity, s conversion.Scope) error
- func Convert_v1_PodAntiAffinity_To_api_PodAntiAffinity(in *PodAntiAffinity, out *api.PodAntiAffinity, s conversion.Scope) error
- func Convert_v1_PodAttachOptions_To_api_PodAttachOptions(in *PodAttachOptions, out *api.PodAttachOptions, s conversion.Scope) error
- func Convert_v1_PodCondition_To_api_PodCondition(in *PodCondition, out *api.PodCondition, s conversion.Scope) error
- func Convert_v1_PodExecOptions_To_api_PodExecOptions(in *PodExecOptions, out *api.PodExecOptions, s conversion.Scope) error
- func Convert_v1_PodList_To_api_PodList(in *PodList, out *api.PodList, s conversion.Scope) error
- func Convert_v1_PodLogOptions_To_api_PodLogOptions(in *PodLogOptions, out *api.PodLogOptions, s conversion.Scope) error
- func Convert_v1_PodProxyOptions_To_api_PodProxyOptions(in *PodProxyOptions, out *api.PodProxyOptions, s conversion.Scope) error
- func Convert_v1_PodSecurityContext_To_api_PodSecurityContext(in *PodSecurityContext, out *api.PodSecurityContext, s conversion.Scope) error
- func Convert_v1_PodSpec_To_api_PodSpec(in *PodSpec, out *api.PodSpec, s conversion.Scope) error
- func Convert_v1_PodStatusResult_To_api_PodStatusResult(in *PodStatusResult, out *api.PodStatusResult, s conversion.Scope) error
- func Convert_v1_PodStatus_To_api_PodStatus(in *PodStatus, out *api.PodStatus, s conversion.Scope) error
- func Convert_v1_PodTemplateList_To_api_PodTemplateList(in *PodTemplateList, out *api.PodTemplateList, s conversion.Scope) error
- func Convert_v1_PodTemplateSpec_To_api_PodTemplateSpec(in *PodTemplateSpec, out *api.PodTemplateSpec, s conversion.Scope) error
- func Convert_v1_PodTemplate_To_api_PodTemplate(in *PodTemplate, out *api.PodTemplate, s conversion.Scope) error
- func Convert_v1_Pod_To_api_Pod(in *Pod, out *api.Pod, s conversion.Scope) error
- func Convert_v1_Preconditions_To_api_Preconditions(in *Preconditions, out *api.Preconditions, s conversion.Scope) error
- func Convert_v1_PreferredSchedulingTerm_To_api_PreferredSchedulingTerm(in *PreferredSchedulingTerm, out *api.PreferredSchedulingTerm, ...) error
- func Convert_v1_Probe_To_api_Probe(in *Probe, out *api.Probe, s conversion.Scope) error
- func Convert_v1_RBDVolumeSource_To_api_RBDVolumeSource(in *RBDVolumeSource, out *api.RBDVolumeSource, s conversion.Scope) error
- func Convert_v1_RangeAllocation_To_api_RangeAllocation(in *RangeAllocation, out *api.RangeAllocation, s conversion.Scope) error
- func Convert_v1_ReplicationControllerList_To_api_ReplicationControllerList(in *ReplicationControllerList, out *api.ReplicationControllerList, ...) error
- func Convert_v1_ReplicationControllerSpec_To_api_ReplicationControllerSpec(in *ReplicationControllerSpec, out *api.ReplicationControllerSpec, ...) error
- func Convert_v1_ReplicationControllerStatus_To_api_ReplicationControllerStatus(in *ReplicationControllerStatus, out *api.ReplicationControllerStatus, ...) error
- func Convert_v1_ReplicationController_To_api_ReplicationController(in *ReplicationController, out *api.ReplicationController, s conversion.Scope) error
- func Convert_v1_ResourceFieldSelector_To_api_ResourceFieldSelector(in *ResourceFieldSelector, out *api.ResourceFieldSelector, s conversion.Scope) error
- func Convert_v1_ResourceList_To_api_ResourceList(in *ResourceList, out *api.ResourceList, s conversion.Scope) error
- func Convert_v1_ResourceQuotaList_To_api_ResourceQuotaList(in *ResourceQuotaList, out *api.ResourceQuotaList, s conversion.Scope) error
- func Convert_v1_ResourceQuotaSpec_To_api_ResourceQuotaSpec(in *ResourceQuotaSpec, out *api.ResourceQuotaSpec, s conversion.Scope) error
- func Convert_v1_ResourceQuotaStatus_To_api_ResourceQuotaStatus(in *ResourceQuotaStatus, out *api.ResourceQuotaStatus, s conversion.Scope) error
- func Convert_v1_ResourceQuota_To_api_ResourceQuota(in *ResourceQuota, out *api.ResourceQuota, s conversion.Scope) error
- func Convert_v1_ResourceRequirements_To_api_ResourceRequirements(in *ResourceRequirements, out *api.ResourceRequirements, s conversion.Scope) error
- func Convert_v1_SELinuxOptions_To_api_SELinuxOptions(in *SELinuxOptions, out *api.SELinuxOptions, s conversion.Scope) error
- func Convert_v1_SecretKeySelector_To_api_SecretKeySelector(in *SecretKeySelector, out *api.SecretKeySelector, s conversion.Scope) error
- func Convert_v1_SecretList_To_api_SecretList(in *SecretList, out *api.SecretList, s conversion.Scope) error
- func Convert_v1_SecretVolumeSource_To_api_SecretVolumeSource(in *SecretVolumeSource, out *api.SecretVolumeSource, s conversion.Scope) error
- func Convert_v1_Secret_To_api_Secret(in *Secret, out *api.Secret, s conversion.Scope) error
- func Convert_v1_SecurityContext_To_api_SecurityContext(in *SecurityContext, out *api.SecurityContext, s conversion.Scope) error
- func Convert_v1_SerializedReference_To_api_SerializedReference(in *SerializedReference, out *api.SerializedReference, s conversion.Scope) error
- func Convert_v1_ServiceAccountList_To_api_ServiceAccountList(in *ServiceAccountList, out *api.ServiceAccountList, s conversion.Scope) error
- func Convert_v1_ServiceAccount_To_api_ServiceAccount(in *ServiceAccount, out *api.ServiceAccount, s conversion.Scope) error
- func Convert_v1_ServiceList_To_api_ServiceList(in *ServiceList, out *api.ServiceList, s conversion.Scope) error
- func Convert_v1_ServicePort_To_api_ServicePort(in *ServicePort, out *api.ServicePort, s conversion.Scope) error
- func Convert_v1_ServiceProxyOptions_To_api_ServiceProxyOptions(in *ServiceProxyOptions, out *api.ServiceProxyOptions, s conversion.Scope) error
- func Convert_v1_ServiceSpec_To_api_ServiceSpec(in *ServiceSpec, out *api.ServiceSpec, s conversion.Scope) error
- func Convert_v1_ServiceStatus_To_api_ServiceStatus(in *ServiceStatus, out *api.ServiceStatus, s conversion.Scope) error
- func Convert_v1_Service_To_api_Service(in *Service, out *api.Service, s conversion.Scope) error
- func Convert_v1_TCPSocketAction_To_api_TCPSocketAction(in *TCPSocketAction, out *api.TCPSocketAction, s conversion.Scope) error
- func Convert_v1_Taint_To_api_Taint(in *Taint, out *api.Taint, s conversion.Scope) error
- func Convert_v1_Toleration_To_api_Toleration(in *Toleration, out *api.Toleration, s conversion.Scope) error
- func Convert_v1_VolumeMount_To_api_VolumeMount(in *VolumeMount, out *api.VolumeMount, s conversion.Scope) error
- func Convert_v1_VolumeSource_To_api_VolumeSource(in *VolumeSource, out *api.VolumeSource, s conversion.Scope) error
- func Convert_v1_Volume_To_api_Volume(in *Volume, out *api.Volume, s conversion.Scope) error
- func Convert_v1_VsphereVirtualDiskVolumeSource_To_api_VsphereVirtualDiskVolumeSource(in *VsphereVirtualDiskVolumeSource, out *api.VsphereVirtualDiskVolumeSource, ...) error
- func Convert_v1_WeightedPodAffinityTerm_To_api_WeightedPodAffinityTerm(in *WeightedPodAffinityTerm, out *api.WeightedPodAffinityTerm, ...) error
- func DeepCopy_v1_AWSElasticBlockStoreVolumeSource(in AWSElasticBlockStoreVolumeSource, out *AWSElasticBlockStoreVolumeSource, ...) error
- func DeepCopy_v1_Affinity(in Affinity, out *Affinity, c *conversion.Cloner) error
- func DeepCopy_v1_AttachedVolume(in AttachedVolume, out *AttachedVolume, c *conversion.Cloner) error
- func DeepCopy_v1_AzureFileVolumeSource(in AzureFileVolumeSource, out *AzureFileVolumeSource, c *conversion.Cloner) error
- func DeepCopy_v1_Binding(in Binding, out *Binding, c *conversion.Cloner) error
- func DeepCopy_v1_Capabilities(in Capabilities, out *Capabilities, c *conversion.Cloner) error
- func DeepCopy_v1_CephFSVolumeSource(in CephFSVolumeSource, out *CephFSVolumeSource, c *conversion.Cloner) error
- func DeepCopy_v1_CinderVolumeSource(in CinderVolumeSource, out *CinderVolumeSource, c *conversion.Cloner) error
- func DeepCopy_v1_ComponentCondition(in ComponentCondition, out *ComponentCondition, c *conversion.Cloner) error
- func DeepCopy_v1_ComponentStatus(in ComponentStatus, out *ComponentStatus, c *conversion.Cloner) error
- func DeepCopy_v1_ComponentStatusList(in ComponentStatusList, out *ComponentStatusList, c *conversion.Cloner) error
- func DeepCopy_v1_ConfigMap(in ConfigMap, out *ConfigMap, c *conversion.Cloner) error
- func DeepCopy_v1_ConfigMapKeySelector(in ConfigMapKeySelector, out *ConfigMapKeySelector, c *conversion.Cloner) error
- func DeepCopy_v1_ConfigMapList(in ConfigMapList, out *ConfigMapList, c *conversion.Cloner) error
- func DeepCopy_v1_ConfigMapVolumeSource(in ConfigMapVolumeSource, out *ConfigMapVolumeSource, c *conversion.Cloner) error
- func DeepCopy_v1_Container(in Container, out *Container, c *conversion.Cloner) error
- func DeepCopy_v1_ContainerImage(in ContainerImage, out *ContainerImage, c *conversion.Cloner) error
- func DeepCopy_v1_ContainerPort(in ContainerPort, out *ContainerPort, c *conversion.Cloner) error
- func DeepCopy_v1_ContainerState(in ContainerState, out *ContainerState, c *conversion.Cloner) error
- func DeepCopy_v1_ContainerStateRunning(in ContainerStateRunning, out *ContainerStateRunning, c *conversion.Cloner) error
- func DeepCopy_v1_ContainerStateTerminated(in ContainerStateTerminated, out *ContainerStateTerminated, ...) error
- func DeepCopy_v1_ContainerStateWaiting(in ContainerStateWaiting, out *ContainerStateWaiting, c *conversion.Cloner) error
- func DeepCopy_v1_ContainerStatus(in ContainerStatus, out *ContainerStatus, c *conversion.Cloner) error
- func DeepCopy_v1_DaemonEndpoint(in DaemonEndpoint, out *DaemonEndpoint, c *conversion.Cloner) error
- func DeepCopy_v1_DeleteOptions(in DeleteOptions, out *DeleteOptions, c *conversion.Cloner) error
- func DeepCopy_v1_DownwardAPIVolumeFile(in DownwardAPIVolumeFile, out *DownwardAPIVolumeFile, c *conversion.Cloner) error
- func DeepCopy_v1_DownwardAPIVolumeSource(in DownwardAPIVolumeSource, out *DownwardAPIVolumeSource, c *conversion.Cloner) error
- func DeepCopy_v1_EmptyDirVolumeSource(in EmptyDirVolumeSource, out *EmptyDirVolumeSource, c *conversion.Cloner) error
- func DeepCopy_v1_EndpointAddress(in EndpointAddress, out *EndpointAddress, c *conversion.Cloner) error
- func DeepCopy_v1_EndpointPort(in EndpointPort, out *EndpointPort, c *conversion.Cloner) error
- func DeepCopy_v1_EndpointSubset(in EndpointSubset, out *EndpointSubset, c *conversion.Cloner) error
- func DeepCopy_v1_Endpoints(in Endpoints, out *Endpoints, c *conversion.Cloner) error
- func DeepCopy_v1_EndpointsList(in EndpointsList, out *EndpointsList, c *conversion.Cloner) error
- func DeepCopy_v1_EnvVar(in EnvVar, out *EnvVar, c *conversion.Cloner) error
- func DeepCopy_v1_EnvVarSource(in EnvVarSource, out *EnvVarSource, c *conversion.Cloner) error
- func DeepCopy_v1_Event(in Event, out *Event, c *conversion.Cloner) error
- func DeepCopy_v1_EventList(in EventList, out *EventList, c *conversion.Cloner) error
- func DeepCopy_v1_EventSource(in EventSource, out *EventSource, c *conversion.Cloner) error
- func DeepCopy_v1_ExecAction(in ExecAction, out *ExecAction, c *conversion.Cloner) error
- func DeepCopy_v1_ExportOptions(in ExportOptions, out *ExportOptions, c *conversion.Cloner) error
- func DeepCopy_v1_FCVolumeSource(in FCVolumeSource, out *FCVolumeSource, c *conversion.Cloner) error
- func DeepCopy_v1_FlexVolumeSource(in FlexVolumeSource, out *FlexVolumeSource, c *conversion.Cloner) error
- func DeepCopy_v1_FlockerVolumeSource(in FlockerVolumeSource, out *FlockerVolumeSource, c *conversion.Cloner) error
- func DeepCopy_v1_GCEPersistentDiskVolumeSource(in GCEPersistentDiskVolumeSource, out *GCEPersistentDiskVolumeSource, ...) error
- func DeepCopy_v1_GitRepoVolumeSource(in GitRepoVolumeSource, out *GitRepoVolumeSource, c *conversion.Cloner) error
- func DeepCopy_v1_GlusterfsVolumeSource(in GlusterfsVolumeSource, out *GlusterfsVolumeSource, c *conversion.Cloner) error
- func DeepCopy_v1_HTTPGetAction(in HTTPGetAction, out *HTTPGetAction, c *conversion.Cloner) error
- func DeepCopy_v1_HTTPHeader(in HTTPHeader, out *HTTPHeader, c *conversion.Cloner) error
- func DeepCopy_v1_Handler(in Handler, out *Handler, c *conversion.Cloner) error
- func DeepCopy_v1_HostPathVolumeSource(in HostPathVolumeSource, out *HostPathVolumeSource, c *conversion.Cloner) error
- func DeepCopy_v1_ISCSIVolumeSource(in ISCSIVolumeSource, out *ISCSIVolumeSource, c *conversion.Cloner) error
- func DeepCopy_v1_KeyToPath(in KeyToPath, out *KeyToPath, c *conversion.Cloner) error
- func DeepCopy_v1_Lifecycle(in Lifecycle, out *Lifecycle, c *conversion.Cloner) error
- func DeepCopy_v1_LimitRange(in LimitRange, out *LimitRange, c *conversion.Cloner) error
- func DeepCopy_v1_LimitRangeItem(in LimitRangeItem, out *LimitRangeItem, c *conversion.Cloner) error
- func DeepCopy_v1_LimitRangeList(in LimitRangeList, out *LimitRangeList, c *conversion.Cloner) error
- func DeepCopy_v1_LimitRangeSpec(in LimitRangeSpec, out *LimitRangeSpec, c *conversion.Cloner) error
- func DeepCopy_v1_List(in List, out *List, c *conversion.Cloner) error
- func DeepCopy_v1_ListOptions(in ListOptions, out *ListOptions, c *conversion.Cloner) error
- func DeepCopy_v1_LoadBalancerIngress(in LoadBalancerIngress, out *LoadBalancerIngress, c *conversion.Cloner) error
- func DeepCopy_v1_LoadBalancerStatus(in LoadBalancerStatus, out *LoadBalancerStatus, c *conversion.Cloner) error
- func DeepCopy_v1_LocalObjectReference(in LocalObjectReference, out *LocalObjectReference, c *conversion.Cloner) error
- func DeepCopy_v1_NFSVolumeSource(in NFSVolumeSource, out *NFSVolumeSource, c *conversion.Cloner) error
- func DeepCopy_v1_Namespace(in Namespace, out *Namespace, c *conversion.Cloner) error
- func DeepCopy_v1_NamespaceList(in NamespaceList, out *NamespaceList, c *conversion.Cloner) error
- func DeepCopy_v1_NamespaceSpec(in NamespaceSpec, out *NamespaceSpec, c *conversion.Cloner) error
- func DeepCopy_v1_NamespaceStatus(in NamespaceStatus, out *NamespaceStatus, c *conversion.Cloner) error
- func DeepCopy_v1_Node(in Node, out *Node, c *conversion.Cloner) error
- func DeepCopy_v1_NodeAddress(in NodeAddress, out *NodeAddress, c *conversion.Cloner) error
- func DeepCopy_v1_NodeAffinity(in NodeAffinity, out *NodeAffinity, c *conversion.Cloner) error
- func DeepCopy_v1_NodeCondition(in NodeCondition, out *NodeCondition, c *conversion.Cloner) error
- func DeepCopy_v1_NodeDaemonEndpoints(in NodeDaemonEndpoints, out *NodeDaemonEndpoints, c *conversion.Cloner) error
- func DeepCopy_v1_NodeList(in NodeList, out *NodeList, c *conversion.Cloner) error
- func DeepCopy_v1_NodeProxyOptions(in NodeProxyOptions, out *NodeProxyOptions, c *conversion.Cloner) error
- func DeepCopy_v1_NodeSelector(in NodeSelector, out *NodeSelector, c *conversion.Cloner) error
- func DeepCopy_v1_NodeSelectorRequirement(in NodeSelectorRequirement, out *NodeSelectorRequirement, c *conversion.Cloner) error
- func DeepCopy_v1_NodeSelectorTerm(in NodeSelectorTerm, out *NodeSelectorTerm, c *conversion.Cloner) error
- func DeepCopy_v1_NodeSpec(in NodeSpec, out *NodeSpec, c *conversion.Cloner) error
- func DeepCopy_v1_NodeStatus(in NodeStatus, out *NodeStatus, c *conversion.Cloner) error
- func DeepCopy_v1_NodeSystemInfo(in NodeSystemInfo, out *NodeSystemInfo, c *conversion.Cloner) error
- func DeepCopy_v1_ObjectFieldSelector(in ObjectFieldSelector, out *ObjectFieldSelector, c *conversion.Cloner) error
- func DeepCopy_v1_ObjectMeta(in ObjectMeta, out *ObjectMeta, c *conversion.Cloner) error
- func DeepCopy_v1_ObjectReference(in ObjectReference, out *ObjectReference, c *conversion.Cloner) error
- func DeepCopy_v1_OwnerReference(in OwnerReference, out *OwnerReference, c *conversion.Cloner) error
- func DeepCopy_v1_PersistentVolume(in PersistentVolume, out *PersistentVolume, c *conversion.Cloner) error
- func DeepCopy_v1_PersistentVolumeClaim(in PersistentVolumeClaim, out *PersistentVolumeClaim, c *conversion.Cloner) error
- func DeepCopy_v1_PersistentVolumeClaimList(in PersistentVolumeClaimList, out *PersistentVolumeClaimList, ...) error
- func DeepCopy_v1_PersistentVolumeClaimSpec(in PersistentVolumeClaimSpec, out *PersistentVolumeClaimSpec, ...) error
- func DeepCopy_v1_PersistentVolumeClaimStatus(in PersistentVolumeClaimStatus, out *PersistentVolumeClaimStatus, ...) error
- func DeepCopy_v1_PersistentVolumeClaimVolumeSource(in PersistentVolumeClaimVolumeSource, out *PersistentVolumeClaimVolumeSource, ...) error
- func DeepCopy_v1_PersistentVolumeList(in PersistentVolumeList, out *PersistentVolumeList, c *conversion.Cloner) error
- func DeepCopy_v1_PersistentVolumeSource(in PersistentVolumeSource, out *PersistentVolumeSource, c *conversion.Cloner) error
- func DeepCopy_v1_PersistentVolumeSpec(in PersistentVolumeSpec, out *PersistentVolumeSpec, c *conversion.Cloner) error
- func DeepCopy_v1_PersistentVolumeStatus(in PersistentVolumeStatus, out *PersistentVolumeStatus, c *conversion.Cloner) error
- func DeepCopy_v1_Pod(in Pod, out *Pod, c *conversion.Cloner) error
- func DeepCopy_v1_PodAffinity(in PodAffinity, out *PodAffinity, c *conversion.Cloner) error
- func DeepCopy_v1_PodAffinityTerm(in PodAffinityTerm, out *PodAffinityTerm, c *conversion.Cloner) error
- func DeepCopy_v1_PodAntiAffinity(in PodAntiAffinity, out *PodAntiAffinity, c *conversion.Cloner) error
- func DeepCopy_v1_PodAttachOptions(in PodAttachOptions, out *PodAttachOptions, c *conversion.Cloner) error
- func DeepCopy_v1_PodCondition(in PodCondition, out *PodCondition, c *conversion.Cloner) error
- func DeepCopy_v1_PodExecOptions(in PodExecOptions, out *PodExecOptions, c *conversion.Cloner) error
- func DeepCopy_v1_PodList(in PodList, out *PodList, c *conversion.Cloner) error
- func DeepCopy_v1_PodLogOptions(in PodLogOptions, out *PodLogOptions, c *conversion.Cloner) error
- func DeepCopy_v1_PodProxyOptions(in PodProxyOptions, out *PodProxyOptions, c *conversion.Cloner) error
- func DeepCopy_v1_PodSecurityContext(in PodSecurityContext, out *PodSecurityContext, c *conversion.Cloner) error
- func DeepCopy_v1_PodSpec(in PodSpec, out *PodSpec, c *conversion.Cloner) error
- func DeepCopy_v1_PodStatus(in PodStatus, out *PodStatus, c *conversion.Cloner) error
- func DeepCopy_v1_PodStatusResult(in PodStatusResult, out *PodStatusResult, c *conversion.Cloner) error
- func DeepCopy_v1_PodTemplate(in PodTemplate, out *PodTemplate, c *conversion.Cloner) error
- func DeepCopy_v1_PodTemplateList(in PodTemplateList, out *PodTemplateList, c *conversion.Cloner) error
- func DeepCopy_v1_PodTemplateSpec(in PodTemplateSpec, out *PodTemplateSpec, c *conversion.Cloner) error
- func DeepCopy_v1_Preconditions(in Preconditions, out *Preconditions, c *conversion.Cloner) error
- func DeepCopy_v1_PreferredSchedulingTerm(in PreferredSchedulingTerm, out *PreferredSchedulingTerm, c *conversion.Cloner) error
- func DeepCopy_v1_Probe(in Probe, out *Probe, c *conversion.Cloner) error
- func DeepCopy_v1_RBDVolumeSource(in RBDVolumeSource, out *RBDVolumeSource, c *conversion.Cloner) error
- func DeepCopy_v1_RangeAllocation(in RangeAllocation, out *RangeAllocation, c *conversion.Cloner) error
- func DeepCopy_v1_ReplicationController(in ReplicationController, out *ReplicationController, c *conversion.Cloner) error
- func DeepCopy_v1_ReplicationControllerList(in ReplicationControllerList, out *ReplicationControllerList, ...) error
- func DeepCopy_v1_ReplicationControllerSpec(in ReplicationControllerSpec, out *ReplicationControllerSpec, ...) error
- func DeepCopy_v1_ReplicationControllerStatus(in ReplicationControllerStatus, out *ReplicationControllerStatus, ...) error
- func DeepCopy_v1_ResourceFieldSelector(in ResourceFieldSelector, out *ResourceFieldSelector, c *conversion.Cloner) error
- func DeepCopy_v1_ResourceQuota(in ResourceQuota, out *ResourceQuota, c *conversion.Cloner) error
- func DeepCopy_v1_ResourceQuotaList(in ResourceQuotaList, out *ResourceQuotaList, c *conversion.Cloner) error
- func DeepCopy_v1_ResourceQuotaSpec(in ResourceQuotaSpec, out *ResourceQuotaSpec, c *conversion.Cloner) error
- func DeepCopy_v1_ResourceQuotaStatus(in ResourceQuotaStatus, out *ResourceQuotaStatus, c *conversion.Cloner) error
- func DeepCopy_v1_ResourceRequirements(in ResourceRequirements, out *ResourceRequirements, c *conversion.Cloner) error
- func DeepCopy_v1_SELinuxOptions(in SELinuxOptions, out *SELinuxOptions, c *conversion.Cloner) error
- func DeepCopy_v1_Secret(in Secret, out *Secret, c *conversion.Cloner) error
- func DeepCopy_v1_SecretKeySelector(in SecretKeySelector, out *SecretKeySelector, c *conversion.Cloner) error
- func DeepCopy_v1_SecretList(in SecretList, out *SecretList, c *conversion.Cloner) error
- func DeepCopy_v1_SecretVolumeSource(in SecretVolumeSource, out *SecretVolumeSource, c *conversion.Cloner) error
- func DeepCopy_v1_SecurityContext(in SecurityContext, out *SecurityContext, c *conversion.Cloner) error
- func DeepCopy_v1_SerializedReference(in SerializedReference, out *SerializedReference, c *conversion.Cloner) error
- func DeepCopy_v1_Service(in Service, out *Service, c *conversion.Cloner) error
- func DeepCopy_v1_ServiceAccount(in ServiceAccount, out *ServiceAccount, c *conversion.Cloner) error
- func DeepCopy_v1_ServiceAccountList(in ServiceAccountList, out *ServiceAccountList, c *conversion.Cloner) error
- func DeepCopy_v1_ServiceList(in ServiceList, out *ServiceList, c *conversion.Cloner) error
- func DeepCopy_v1_ServicePort(in ServicePort, out *ServicePort, c *conversion.Cloner) error
- func DeepCopy_v1_ServiceProxyOptions(in ServiceProxyOptions, out *ServiceProxyOptions, c *conversion.Cloner) error
- func DeepCopy_v1_ServiceSpec(in ServiceSpec, out *ServiceSpec, c *conversion.Cloner) error
- func DeepCopy_v1_ServiceStatus(in ServiceStatus, out *ServiceStatus, c *conversion.Cloner) error
- func DeepCopy_v1_TCPSocketAction(in TCPSocketAction, out *TCPSocketAction, c *conversion.Cloner) error
- func DeepCopy_v1_Taint(in Taint, out *Taint, c *conversion.Cloner) error
- func DeepCopy_v1_Toleration(in Toleration, out *Toleration, c *conversion.Cloner) error
- func DeepCopy_v1_Volume(in Volume, out *Volume, c *conversion.Cloner) error
- func DeepCopy_v1_VolumeMount(in VolumeMount, out *VolumeMount, c *conversion.Cloner) error
- func DeepCopy_v1_VolumeSource(in VolumeSource, out *VolumeSource, c *conversion.Cloner) error
- func DeepCopy_v1_VsphereVirtualDiskVolumeSource(in VsphereVirtualDiskVolumeSource, out *VsphereVirtualDiskVolumeSource, ...) error
- func DeepCopy_v1_WeightedPodAffinityTerm(in WeightedPodAffinityTerm, out *WeightedPodAffinityTerm, c *conversion.Cloner) error
- func SetDefaults_ConfigMap(obj *ConfigMap)
- func SetDefaults_Container(obj *Container)
- func SetDefaults_ContainerPort(obj *ContainerPort)
- func SetDefaults_Endpoints(obj *Endpoints)
- func SetDefaults_HTTPGetAction(obj *HTTPGetAction)
- func SetDefaults_ISCSIVolumeSource(obj *ISCSIVolumeSource)
- func SetDefaults_LimitRangeItem(obj *LimitRangeItem)
- func SetDefaults_NamespaceStatus(obj *NamespaceStatus)
- func SetDefaults_Node(obj *Node)
- func SetDefaults_NodeStatus(obj *NodeStatus)
- func SetDefaults_ObjectFieldSelector(obj *ObjectFieldSelector)
- func SetDefaults_PersistentVolume(obj *PersistentVolume)
- func SetDefaults_PersistentVolumeClaim(obj *PersistentVolumeClaim)
- func SetDefaults_Pod(obj *Pod)
- func SetDefaults_PodAttachOptions(obj *PodAttachOptions)
- func SetDefaults_PodExecOptions(obj *PodExecOptions)
- func SetDefaults_PodSpec(obj *PodSpec)
- func SetDefaults_Probe(obj *Probe)
- func SetDefaults_RBDVolumeSource(obj *RBDVolumeSource)
- func SetDefaults_ReplicationController(obj *ReplicationController)
- func SetDefaults_Secret(obj *Secret)
- func SetDefaults_ServiceSpec(obj *ServiceSpec)
- func SetDefaults_Volume(obj *Volume)
- type AWSElasticBlockStoreVolumeSource
- func (x *AWSElasticBlockStoreVolumeSource) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *AWSElasticBlockStoreVolumeSource) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *AWSElasticBlockStoreVolumeSource) Marshal() (data []byte, err error)
- func (m *AWSElasticBlockStoreVolumeSource) MarshalTo(data []byte) (int, error)
- func (*AWSElasticBlockStoreVolumeSource) ProtoMessage()
- func (m *AWSElasticBlockStoreVolumeSource) Reset()
- func (m *AWSElasticBlockStoreVolumeSource) Size() (n int)
- func (m *AWSElasticBlockStoreVolumeSource) String() string
- func (AWSElasticBlockStoreVolumeSource) SwaggerDoc() map[string]string
- func (m *AWSElasticBlockStoreVolumeSource) Unmarshal(data []byte) error
- type Affinity
- func (x *Affinity) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *Affinity) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *Affinity) Marshal() (data []byte, err error)
- func (m *Affinity) MarshalTo(data []byte) (int, error)
- func (*Affinity) ProtoMessage()
- func (m *Affinity) Reset()
- func (m *Affinity) Size() (n int)
- func (m *Affinity) String() string
- func (Affinity) SwaggerDoc() map[string]string
- func (m *Affinity) Unmarshal(data []byte) error
- type AttachedVolume
- func (x *AttachedVolume) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *AttachedVolume) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *AttachedVolume) Marshal() (data []byte, err error)
- func (m *AttachedVolume) MarshalTo(data []byte) (int, error)
- func (*AttachedVolume) ProtoMessage()
- func (m *AttachedVolume) Reset()
- func (m *AttachedVolume) Size() (n int)
- func (m *AttachedVolume) String() string
- func (AttachedVolume) SwaggerDoc() map[string]string
- func (m *AttachedVolume) Unmarshal(data []byte) error
- type AzureFileVolumeSource
- func (x *AzureFileVolumeSource) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *AzureFileVolumeSource) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *AzureFileVolumeSource) Marshal() (data []byte, err error)
- func (m *AzureFileVolumeSource) MarshalTo(data []byte) (int, error)
- func (*AzureFileVolumeSource) ProtoMessage()
- func (m *AzureFileVolumeSource) Reset()
- func (m *AzureFileVolumeSource) Size() (n int)
- func (m *AzureFileVolumeSource) String() string
- func (AzureFileVolumeSource) SwaggerDoc() map[string]string
- func (m *AzureFileVolumeSource) Unmarshal(data []byte) error
- type Binding
- func (x *Binding) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *Binding) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *Binding) Marshal() (data []byte, err error)
- func (m *Binding) MarshalTo(data []byte) (int, error)
- func (*Binding) ProtoMessage()
- func (m *Binding) Reset()
- func (m *Binding) Size() (n int)
- func (m *Binding) String() string
- func (Binding) SwaggerDoc() map[string]string
- func (m *Binding) Unmarshal(data []byte) error
- type Capabilities
- func (x *Capabilities) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *Capabilities) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *Capabilities) Marshal() (data []byte, err error)
- func (m *Capabilities) MarshalTo(data []byte) (int, error)
- func (*Capabilities) ProtoMessage()
- func (m *Capabilities) Reset()
- func (m *Capabilities) Size() (n int)
- func (m *Capabilities) String() string
- func (Capabilities) SwaggerDoc() map[string]string
- func (m *Capabilities) Unmarshal(data []byte) error
- type Capability
- type CephFSVolumeSource
- func (x *CephFSVolumeSource) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *CephFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *CephFSVolumeSource) Marshal() (data []byte, err error)
- func (m *CephFSVolumeSource) MarshalTo(data []byte) (int, error)
- func (*CephFSVolumeSource) ProtoMessage()
- func (m *CephFSVolumeSource) Reset()
- func (m *CephFSVolumeSource) Size() (n int)
- func (m *CephFSVolumeSource) String() string
- func (CephFSVolumeSource) SwaggerDoc() map[string]string
- func (m *CephFSVolumeSource) Unmarshal(data []byte) error
- type CinderVolumeSource
- func (x *CinderVolumeSource) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *CinderVolumeSource) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *CinderVolumeSource) Marshal() (data []byte, err error)
- func (m *CinderVolumeSource) MarshalTo(data []byte) (int, error)
- func (*CinderVolumeSource) ProtoMessage()
- func (m *CinderVolumeSource) Reset()
- func (m *CinderVolumeSource) Size() (n int)
- func (m *CinderVolumeSource) String() string
- func (CinderVolumeSource) SwaggerDoc() map[string]string
- func (m *CinderVolumeSource) Unmarshal(data []byte) error
- type ComponentCondition
- func (x *ComponentCondition) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *ComponentCondition) Marshal() (data []byte, err error)
- func (m *ComponentCondition) MarshalTo(data []byte) (int, error)
- func (*ComponentCondition) ProtoMessage()
- func (m *ComponentCondition) Reset()
- func (m *ComponentCondition) Size() (n int)
- func (m *ComponentCondition) String() string
- func (ComponentCondition) SwaggerDoc() map[string]string
- func (m *ComponentCondition) Unmarshal(data []byte) error
- type ComponentConditionType
- type ComponentStatus
- func (x *ComponentStatus) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *ComponentStatus) Marshal() (data []byte, err error)
- func (m *ComponentStatus) MarshalTo(data []byte) (int, error)
- func (*ComponentStatus) ProtoMessage()
- func (m *ComponentStatus) Reset()
- func (m *ComponentStatus) Size() (n int)
- func (m *ComponentStatus) String() string
- func (ComponentStatus) SwaggerDoc() map[string]string
- func (m *ComponentStatus) Unmarshal(data []byte) error
- type ComponentStatusList
- func (x *ComponentStatusList) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *ComponentStatusList) Marshal() (data []byte, err error)
- func (m *ComponentStatusList) MarshalTo(data []byte) (int, error)
- func (*ComponentStatusList) ProtoMessage()
- func (m *ComponentStatusList) Reset()
- func (m *ComponentStatusList) Size() (n int)
- func (m *ComponentStatusList) String() string
- func (ComponentStatusList) SwaggerDoc() map[string]string
- func (m *ComponentStatusList) Unmarshal(data []byte) error
- type ConditionStatus
- type ConfigMap
- func (x *ConfigMap) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *ConfigMap) Marshal() (data []byte, err error)
- func (m *ConfigMap) MarshalTo(data []byte) (int, error)
- func (*ConfigMap) ProtoMessage()
- func (m *ConfigMap) Reset()
- func (m *ConfigMap) Size() (n int)
- func (m *ConfigMap) String() string
- func (ConfigMap) SwaggerDoc() map[string]string
- func (m *ConfigMap) Unmarshal(data []byte) error
- type ConfigMapKeySelector
- func (x *ConfigMapKeySelector) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *ConfigMapKeySelector) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *ConfigMapKeySelector) Marshal() (data []byte, err error)
- func (m *ConfigMapKeySelector) MarshalTo(data []byte) (int, error)
- func (*ConfigMapKeySelector) ProtoMessage()
- func (m *ConfigMapKeySelector) Reset()
- func (m *ConfigMapKeySelector) Size() (n int)
- func (m *ConfigMapKeySelector) String() string
- func (ConfigMapKeySelector) SwaggerDoc() map[string]string
- func (m *ConfigMapKeySelector) Unmarshal(data []byte) error
- type ConfigMapList
- func (x *ConfigMapList) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *ConfigMapList) Marshal() (data []byte, err error)
- func (m *ConfigMapList) MarshalTo(data []byte) (int, error)
- func (*ConfigMapList) ProtoMessage()
- func (m *ConfigMapList) Reset()
- func (m *ConfigMapList) Size() (n int)
- func (m *ConfigMapList) String() string
- func (ConfigMapList) SwaggerDoc() map[string]string
- func (m *ConfigMapList) Unmarshal(data []byte) error
- type ConfigMapVolumeSource
- func (x *ConfigMapVolumeSource) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *ConfigMapVolumeSource) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *ConfigMapVolumeSource) Marshal() (data []byte, err error)
- func (m *ConfigMapVolumeSource) MarshalTo(data []byte) (int, error)
- func (*ConfigMapVolumeSource) ProtoMessage()
- func (m *ConfigMapVolumeSource) Reset()
- func (m *ConfigMapVolumeSource) Size() (n int)
- func (m *ConfigMapVolumeSource) String() string
- func (ConfigMapVolumeSource) SwaggerDoc() map[string]string
- func (m *ConfigMapVolumeSource) Unmarshal(data []byte) error
- type Container
- func (x *Container) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *Container) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *Container) Marshal() (data []byte, err error)
- func (m *Container) MarshalTo(data []byte) (int, error)
- func (*Container) ProtoMessage()
- func (m *Container) Reset()
- func (m *Container) Size() (n int)
- func (m *Container) String() string
- func (Container) SwaggerDoc() map[string]string
- func (m *Container) Unmarshal(data []byte) error
- type ContainerImage
- func (x *ContainerImage) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *ContainerImage) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *ContainerImage) Marshal() (data []byte, err error)
- func (m *ContainerImage) MarshalTo(data []byte) (int, error)
- func (*ContainerImage) ProtoMessage()
- func (m *ContainerImage) Reset()
- func (m *ContainerImage) Size() (n int)
- func (m *ContainerImage) String() string
- func (ContainerImage) SwaggerDoc() map[string]string
- func (m *ContainerImage) Unmarshal(data []byte) error
- type ContainerPort
- func (x *ContainerPort) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *ContainerPort) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *ContainerPort) Marshal() (data []byte, err error)
- func (m *ContainerPort) MarshalTo(data []byte) (int, error)
- func (*ContainerPort) ProtoMessage()
- func (m *ContainerPort) Reset()
- func (m *ContainerPort) Size() (n int)
- func (m *ContainerPort) String() string
- func (ContainerPort) SwaggerDoc() map[string]string
- func (m *ContainerPort) Unmarshal(data []byte) error
- type ContainerState
- func (x *ContainerState) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *ContainerState) Marshal() (data []byte, err error)
- func (m *ContainerState) MarshalTo(data []byte) (int, error)
- func (*ContainerState) ProtoMessage()
- func (m *ContainerState) Reset()
- func (m *ContainerState) Size() (n int)
- func (m *ContainerState) String() string
- func (ContainerState) SwaggerDoc() map[string]string
- func (m *ContainerState) Unmarshal(data []byte) error
- type ContainerStateRunning
- func (x *ContainerStateRunning) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *ContainerStateRunning) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *ContainerStateRunning) Marshal() (data []byte, err error)
- func (m *ContainerStateRunning) MarshalTo(data []byte) (int, error)
- func (*ContainerStateRunning) ProtoMessage()
- func (m *ContainerStateRunning) Reset()
- func (m *ContainerStateRunning) Size() (n int)
- func (m *ContainerStateRunning) String() string
- func (ContainerStateRunning) SwaggerDoc() map[string]string
- func (m *ContainerStateRunning) Unmarshal(data []byte) error
- type ContainerStateTerminated
- func (x *ContainerStateTerminated) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *ContainerStateTerminated) Marshal() (data []byte, err error)
- func (m *ContainerStateTerminated) MarshalTo(data []byte) (int, error)
- func (*ContainerStateTerminated) ProtoMessage()
- func (m *ContainerStateTerminated) Reset()
- func (m *ContainerStateTerminated) Size() (n int)
- func (m *ContainerStateTerminated) String() string
- func (ContainerStateTerminated) SwaggerDoc() map[string]string
- func (m *ContainerStateTerminated) Unmarshal(data []byte) error
- type ContainerStateWaiting
- func (x *ContainerStateWaiting) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *ContainerStateWaiting) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *ContainerStateWaiting) Marshal() (data []byte, err error)
- func (m *ContainerStateWaiting) MarshalTo(data []byte) (int, error)
- func (*ContainerStateWaiting) ProtoMessage()
- func (m *ContainerStateWaiting) Reset()
- func (m *ContainerStateWaiting) Size() (n int)
- func (m *ContainerStateWaiting) String() string
- func (ContainerStateWaiting) SwaggerDoc() map[string]string
- func (m *ContainerStateWaiting) Unmarshal(data []byte) error
- type ContainerStatus
- func (x *ContainerStatus) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *ContainerStatus) Marshal() (data []byte, err error)
- func (m *ContainerStatus) MarshalTo(data []byte) (int, error)
- func (*ContainerStatus) ProtoMessage()
- func (m *ContainerStatus) Reset()
- func (m *ContainerStatus) Size() (n int)
- func (m *ContainerStatus) String() string
- func (ContainerStatus) SwaggerDoc() map[string]string
- func (m *ContainerStatus) Unmarshal(data []byte) error
- type DNSPolicy
- type DaemonEndpoint
- func (x *DaemonEndpoint) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *DaemonEndpoint) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *DaemonEndpoint) Marshal() (data []byte, err error)
- func (m *DaemonEndpoint) MarshalTo(data []byte) (int, error)
- func (*DaemonEndpoint) ProtoMessage()
- func (m *DaemonEndpoint) Reset()
- func (m *DaemonEndpoint) Size() (n int)
- func (m *DaemonEndpoint) String() string
- func (DaemonEndpoint) SwaggerDoc() map[string]string
- func (m *DaemonEndpoint) Unmarshal(data []byte) error
- type DeleteOptions
- func (x *DeleteOptions) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *DeleteOptions) Marshal() (data []byte, err error)
- func (m *DeleteOptions) MarshalTo(data []byte) (int, error)
- func (*DeleteOptions) ProtoMessage()
- func (m *DeleteOptions) Reset()
- func (m *DeleteOptions) Size() (n int)
- func (m *DeleteOptions) String() string
- func (DeleteOptions) SwaggerDoc() map[string]string
- func (m *DeleteOptions) Unmarshal(data []byte) error
- type DownwardAPIVolumeFile
- func (x *DownwardAPIVolumeFile) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *DownwardAPIVolumeFile) Marshal() (data []byte, err error)
- func (m *DownwardAPIVolumeFile) MarshalTo(data []byte) (int, error)
- func (*DownwardAPIVolumeFile) ProtoMessage()
- func (m *DownwardAPIVolumeFile) Reset()
- func (m *DownwardAPIVolumeFile) Size() (n int)
- func (m *DownwardAPIVolumeFile) String() string
- func (DownwardAPIVolumeFile) SwaggerDoc() map[string]string
- func (m *DownwardAPIVolumeFile) Unmarshal(data []byte) error
- type DownwardAPIVolumeSource
- func (x *DownwardAPIVolumeSource) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *DownwardAPIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *DownwardAPIVolumeSource) Marshal() (data []byte, err error)
- func (m *DownwardAPIVolumeSource) MarshalTo(data []byte) (int, error)
- func (*DownwardAPIVolumeSource) ProtoMessage()
- func (m *DownwardAPIVolumeSource) Reset()
- func (m *DownwardAPIVolumeSource) Size() (n int)
- func (m *DownwardAPIVolumeSource) String() string
- func (DownwardAPIVolumeSource) SwaggerDoc() map[string]string
- func (m *DownwardAPIVolumeSource) Unmarshal(data []byte) error
- type EmptyDirVolumeSource
- func (x *EmptyDirVolumeSource) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *EmptyDirVolumeSource) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *EmptyDirVolumeSource) Marshal() (data []byte, err error)
- func (m *EmptyDirVolumeSource) MarshalTo(data []byte) (int, error)
- func (*EmptyDirVolumeSource) ProtoMessage()
- func (m *EmptyDirVolumeSource) Reset()
- func (m *EmptyDirVolumeSource) Size() (n int)
- func (m *EmptyDirVolumeSource) String() string
- func (EmptyDirVolumeSource) SwaggerDoc() map[string]string
- func (m *EmptyDirVolumeSource) Unmarshal(data []byte) error
- type EndpointAddress
- func (x *EndpointAddress) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *EndpointAddress) Marshal() (data []byte, err error)
- func (m *EndpointAddress) MarshalTo(data []byte) (int, error)
- func (*EndpointAddress) ProtoMessage()
- func (m *EndpointAddress) Reset()
- func (m *EndpointAddress) Size() (n int)
- func (m *EndpointAddress) String() string
- func (EndpointAddress) SwaggerDoc() map[string]string
- func (m *EndpointAddress) Unmarshal(data []byte) error
- type EndpointPort
- func (x *EndpointPort) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *EndpointPort) Marshal() (data []byte, err error)
- func (m *EndpointPort) MarshalTo(data []byte) (int, error)
- func (*EndpointPort) ProtoMessage()
- func (m *EndpointPort) Reset()
- func (m *EndpointPort) Size() (n int)
- func (m *EndpointPort) String() string
- func (EndpointPort) SwaggerDoc() map[string]string
- func (m *EndpointPort) Unmarshal(data []byte) error
- type EndpointSubset
- func (x *EndpointSubset) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *EndpointSubset) Marshal() (data []byte, err error)
- func (m *EndpointSubset) MarshalTo(data []byte) (int, error)
- func (*EndpointSubset) ProtoMessage()
- func (m *EndpointSubset) Reset()
- func (m *EndpointSubset) Size() (n int)
- func (m *EndpointSubset) String() string
- func (EndpointSubset) SwaggerDoc() map[string]string
- func (m *EndpointSubset) Unmarshal(data []byte) error
- type Endpoints
- func (x *Endpoints) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *Endpoints) Marshal() (data []byte, err error)
- func (m *Endpoints) MarshalTo(data []byte) (int, error)
- func (*Endpoints) ProtoMessage()
- func (m *Endpoints) Reset()
- func (m *Endpoints) Size() (n int)
- func (m *Endpoints) String() string
- func (Endpoints) SwaggerDoc() map[string]string
- func (m *Endpoints) Unmarshal(data []byte) error
- type EndpointsList
- func (x *EndpointsList) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *EndpointsList) Marshal() (data []byte, err error)
- func (m *EndpointsList) MarshalTo(data []byte) (int, error)
- func (*EndpointsList) ProtoMessage()
- func (m *EndpointsList) Reset()
- func (m *EndpointsList) Size() (n int)
- func (m *EndpointsList) String() string
- func (EndpointsList) SwaggerDoc() map[string]string
- func (m *EndpointsList) Unmarshal(data []byte) error
- type EnvVar
- func (x *EnvVar) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *EnvVar) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *EnvVar) Marshal() (data []byte, err error)
- func (m *EnvVar) MarshalTo(data []byte) (int, error)
- func (*EnvVar) ProtoMessage()
- func (m *EnvVar) Reset()
- func (m *EnvVar) Size() (n int)
- func (m *EnvVar) String() string
- func (EnvVar) SwaggerDoc() map[string]string
- func (m *EnvVar) Unmarshal(data []byte) error
- type EnvVarSource
- func (x *EnvVarSource) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *EnvVarSource) Marshal() (data []byte, err error)
- func (m *EnvVarSource) MarshalTo(data []byte) (int, error)
- func (*EnvVarSource) ProtoMessage()
- func (m *EnvVarSource) Reset()
- func (m *EnvVarSource) Size() (n int)
- func (m *EnvVarSource) String() string
- func (EnvVarSource) SwaggerDoc() map[string]string
- func (m *EnvVarSource) Unmarshal(data []byte) error
- type Event
- func (x *Event) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *Event) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *Event) Marshal() (data []byte, err error)
- func (m *Event) MarshalTo(data []byte) (int, error)
- func (*Event) ProtoMessage()
- func (m *Event) Reset()
- func (m *Event) Size() (n int)
- func (m *Event) String() string
- func (Event) SwaggerDoc() map[string]string
- func (m *Event) Unmarshal(data []byte) error
- type EventList
- func (x *EventList) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *EventList) Marshal() (data []byte, err error)
- func (m *EventList) MarshalTo(data []byte) (int, error)
- func (*EventList) ProtoMessage()
- func (m *EventList) Reset()
- func (m *EventList) Size() (n int)
- func (m *EventList) String() string
- func (EventList) SwaggerDoc() map[string]string
- func (m *EventList) Unmarshal(data []byte) error
- type EventSource
- func (x *EventSource) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *EventSource) Marshal() (data []byte, err error)
- func (m *EventSource) MarshalTo(data []byte) (int, error)
- func (*EventSource) ProtoMessage()
- func (m *EventSource) Reset()
- func (m *EventSource) Size() (n int)
- func (m *EventSource) String() string
- func (EventSource) SwaggerDoc() map[string]string
- func (m *EventSource) Unmarshal(data []byte) error
- type ExecAction
- func (x *ExecAction) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *ExecAction) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *ExecAction) Marshal() (data []byte, err error)
- func (m *ExecAction) MarshalTo(data []byte) (int, error)
- func (*ExecAction) ProtoMessage()
- func (m *ExecAction) Reset()
- func (m *ExecAction) Size() (n int)
- func (m *ExecAction) String() string
- func (ExecAction) SwaggerDoc() map[string]string
- func (m *ExecAction) Unmarshal(data []byte) error
- type ExportOptions
- func (x *ExportOptions) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *ExportOptions) Marshal() (data []byte, err error)
- func (m *ExportOptions) MarshalTo(data []byte) (int, error)
- func (*ExportOptions) ProtoMessage()
- func (m *ExportOptions) Reset()
- func (m *ExportOptions) Size() (n int)
- func (m *ExportOptions) String() string
- func (ExportOptions) SwaggerDoc() map[string]string
- func (m *ExportOptions) Unmarshal(data []byte) error
- type FCVolumeSource
- func (x *FCVolumeSource) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *FCVolumeSource) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *FCVolumeSource) Marshal() (data []byte, err error)
- func (m *FCVolumeSource) MarshalTo(data []byte) (int, error)
- func (*FCVolumeSource) ProtoMessage()
- func (m *FCVolumeSource) Reset()
- func (m *FCVolumeSource) Size() (n int)
- func (m *FCVolumeSource) String() string
- func (FCVolumeSource) SwaggerDoc() map[string]string
- func (m *FCVolumeSource) Unmarshal(data []byte) error
- type FinalizerName
- type FlexVolumeSource
- func (x *FlexVolumeSource) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *FlexVolumeSource) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *FlexVolumeSource) Marshal() (data []byte, err error)
- func (m *FlexVolumeSource) MarshalTo(data []byte) (int, error)
- func (*FlexVolumeSource) ProtoMessage()
- func (m *FlexVolumeSource) Reset()
- func (m *FlexVolumeSource) Size() (n int)
- func (m *FlexVolumeSource) String() string
- func (FlexVolumeSource) SwaggerDoc() map[string]string
- func (m *FlexVolumeSource) Unmarshal(data []byte) error
- type FlockerVolumeSource
- func (x *FlockerVolumeSource) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *FlockerVolumeSource) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *FlockerVolumeSource) Marshal() (data []byte, err error)
- func (m *FlockerVolumeSource) MarshalTo(data []byte) (int, error)
- func (*FlockerVolumeSource) ProtoMessage()
- func (m *FlockerVolumeSource) Reset()
- func (m *FlockerVolumeSource) Size() (n int)
- func (m *FlockerVolumeSource) String() string
- func (FlockerVolumeSource) SwaggerDoc() map[string]string
- func (m *FlockerVolumeSource) Unmarshal(data []byte) error
- type GCEPersistentDiskVolumeSource
- func (x *GCEPersistentDiskVolumeSource) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *GCEPersistentDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *GCEPersistentDiskVolumeSource) Marshal() (data []byte, err error)
- func (m *GCEPersistentDiskVolumeSource) MarshalTo(data []byte) (int, error)
- func (*GCEPersistentDiskVolumeSource) ProtoMessage()
- func (m *GCEPersistentDiskVolumeSource) Reset()
- func (m *GCEPersistentDiskVolumeSource) Size() (n int)
- func (m *GCEPersistentDiskVolumeSource) String() string
- func (GCEPersistentDiskVolumeSource) SwaggerDoc() map[string]string
- func (m *GCEPersistentDiskVolumeSource) Unmarshal(data []byte) error
- type GitRepoVolumeSource
- func (x *GitRepoVolumeSource) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *GitRepoVolumeSource) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *GitRepoVolumeSource) Marshal() (data []byte, err error)
- func (m *GitRepoVolumeSource) MarshalTo(data []byte) (int, error)
- func (*GitRepoVolumeSource) ProtoMessage()
- func (m *GitRepoVolumeSource) Reset()
- func (m *GitRepoVolumeSource) Size() (n int)
- func (m *GitRepoVolumeSource) String() string
- func (GitRepoVolumeSource) SwaggerDoc() map[string]string
- func (m *GitRepoVolumeSource) Unmarshal(data []byte) error
- type GlusterfsVolumeSource
- func (x *GlusterfsVolumeSource) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *GlusterfsVolumeSource) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *GlusterfsVolumeSource) Marshal() (data []byte, err error)
- func (m *GlusterfsVolumeSource) MarshalTo(data []byte) (int, error)
- func (*GlusterfsVolumeSource) ProtoMessage()
- func (m *GlusterfsVolumeSource) Reset()
- func (m *GlusterfsVolumeSource) Size() (n int)
- func (m *GlusterfsVolumeSource) String() string
- func (GlusterfsVolumeSource) SwaggerDoc() map[string]string
- func (m *GlusterfsVolumeSource) Unmarshal(data []byte) error
- type HTTPGetAction
- func (x *HTTPGetAction) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *HTTPGetAction) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *HTTPGetAction) Marshal() (data []byte, err error)
- func (m *HTTPGetAction) MarshalTo(data []byte) (int, error)
- func (*HTTPGetAction) ProtoMessage()
- func (m *HTTPGetAction) Reset()
- func (m *HTTPGetAction) Size() (n int)
- func (m *HTTPGetAction) String() string
- func (HTTPGetAction) SwaggerDoc() map[string]string
- func (m *HTTPGetAction) Unmarshal(data []byte) error
- type HTTPHeader
- func (x *HTTPHeader) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *HTTPHeader) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *HTTPHeader) Marshal() (data []byte, err error)
- func (m *HTTPHeader) MarshalTo(data []byte) (int, error)
- func (*HTTPHeader) ProtoMessage()
- func (m *HTTPHeader) Reset()
- func (m *HTTPHeader) Size() (n int)
- func (m *HTTPHeader) String() string
- func (HTTPHeader) SwaggerDoc() map[string]string
- func (m *HTTPHeader) Unmarshal(data []byte) error
- type Handler
- func (x *Handler) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *Handler) Marshal() (data []byte, err error)
- func (m *Handler) MarshalTo(data []byte) (int, error)
- func (*Handler) ProtoMessage()
- func (m *Handler) Reset()
- func (m *Handler) Size() (n int)
- func (m *Handler) String() string
- func (Handler) SwaggerDoc() map[string]string
- func (m *Handler) Unmarshal(data []byte) error
- type HostPathVolumeSource
- func (x *HostPathVolumeSource) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *HostPathVolumeSource) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *HostPathVolumeSource) Marshal() (data []byte, err error)
- func (m *HostPathVolumeSource) MarshalTo(data []byte) (int, error)
- func (*HostPathVolumeSource) ProtoMessage()
- func (m *HostPathVolumeSource) Reset()
- func (m *HostPathVolumeSource) Size() (n int)
- func (m *HostPathVolumeSource) String() string
- func (HostPathVolumeSource) SwaggerDoc() map[string]string
- func (m *HostPathVolumeSource) Unmarshal(data []byte) error
- type ISCSIVolumeSource
- func (x *ISCSIVolumeSource) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *ISCSIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *ISCSIVolumeSource) Marshal() (data []byte, err error)
- func (m *ISCSIVolumeSource) MarshalTo(data []byte) (int, error)
- func (*ISCSIVolumeSource) ProtoMessage()
- func (m *ISCSIVolumeSource) Reset()
- func (m *ISCSIVolumeSource) Size() (n int)
- func (m *ISCSIVolumeSource) String() string
- func (ISCSIVolumeSource) SwaggerDoc() map[string]string
- func (m *ISCSIVolumeSource) Unmarshal(data []byte) error
- type KeyToPath
- func (x *KeyToPath) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *KeyToPath) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *KeyToPath) Marshal() (data []byte, err error)
- func (m *KeyToPath) MarshalTo(data []byte) (int, error)
- func (*KeyToPath) ProtoMessage()
- func (m *KeyToPath) Reset()
- func (m *KeyToPath) Size() (n int)
- func (m *KeyToPath) String() string
- func (KeyToPath) SwaggerDoc() map[string]string
- func (m *KeyToPath) Unmarshal(data []byte) error
- type Lifecycle
- func (x *Lifecycle) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *Lifecycle) Marshal() (data []byte, err error)
- func (m *Lifecycle) MarshalTo(data []byte) (int, error)
- func (*Lifecycle) ProtoMessage()
- func (m *Lifecycle) Reset()
- func (m *Lifecycle) Size() (n int)
- func (m *Lifecycle) String() string
- func (Lifecycle) SwaggerDoc() map[string]string
- func (m *Lifecycle) Unmarshal(data []byte) error
- type LimitRange
- func (x *LimitRange) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *LimitRange) Marshal() (data []byte, err error)
- func (m *LimitRange) MarshalTo(data []byte) (int, error)
- func (*LimitRange) ProtoMessage()
- func (m *LimitRange) Reset()
- func (m *LimitRange) Size() (n int)
- func (m *LimitRange) String() string
- func (LimitRange) SwaggerDoc() map[string]string
- func (m *LimitRange) Unmarshal(data []byte) error
- type LimitRangeItem
- func (x *LimitRangeItem) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *LimitRangeItem) Marshal() (data []byte, err error)
- func (m *LimitRangeItem) MarshalTo(data []byte) (int, error)
- func (*LimitRangeItem) ProtoMessage()
- func (m *LimitRangeItem) Reset()
- func (m *LimitRangeItem) Size() (n int)
- func (m *LimitRangeItem) String() string
- func (LimitRangeItem) SwaggerDoc() map[string]string
- func (m *LimitRangeItem) Unmarshal(data []byte) error
- type LimitRangeList
- func (x *LimitRangeList) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *LimitRangeList) Marshal() (data []byte, err error)
- func (m *LimitRangeList) MarshalTo(data []byte) (int, error)
- func (*LimitRangeList) ProtoMessage()
- func (m *LimitRangeList) Reset()
- func (m *LimitRangeList) Size() (n int)
- func (m *LimitRangeList) String() string
- func (LimitRangeList) SwaggerDoc() map[string]string
- func (m *LimitRangeList) Unmarshal(data []byte) error
- type LimitRangeSpec
- func (x *LimitRangeSpec) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *LimitRangeSpec) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *LimitRangeSpec) Marshal() (data []byte, err error)
- func (m *LimitRangeSpec) MarshalTo(data []byte) (int, error)
- func (*LimitRangeSpec) ProtoMessage()
- func (m *LimitRangeSpec) Reset()
- func (m *LimitRangeSpec) Size() (n int)
- func (m *LimitRangeSpec) String() string
- func (LimitRangeSpec) SwaggerDoc() map[string]string
- func (m *LimitRangeSpec) Unmarshal(data []byte) error
- type LimitType
- type List
- func (x *List) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *List) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *List) Marshal() (data []byte, err error)
- func (m *List) MarshalTo(data []byte) (int, error)
- func (*List) ProtoMessage()
- func (m *List) Reset()
- func (m *List) Size() (n int)
- func (m *List) String() string
- func (List) SwaggerDoc() map[string]string
- func (m *List) Unmarshal(data []byte) error
- type ListOptions
- func (x *ListOptions) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *ListOptions) Marshal() (data []byte, err error)
- func (m *ListOptions) MarshalTo(data []byte) (int, error)
- func (*ListOptions) ProtoMessage()
- func (m *ListOptions) Reset()
- func (m *ListOptions) Size() (n int)
- func (m *ListOptions) String() string
- func (ListOptions) SwaggerDoc() map[string]string
- func (m *ListOptions) Unmarshal(data []byte) error
- type LoadBalancerIngress
- func (x *LoadBalancerIngress) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *LoadBalancerIngress) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *LoadBalancerIngress) Marshal() (data []byte, err error)
- func (m *LoadBalancerIngress) MarshalTo(data []byte) (int, error)
- func (*LoadBalancerIngress) ProtoMessage()
- func (m *LoadBalancerIngress) Reset()
- func (m *LoadBalancerIngress) Size() (n int)
- func (m *LoadBalancerIngress) String() string
- func (LoadBalancerIngress) SwaggerDoc() map[string]string
- func (m *LoadBalancerIngress) Unmarshal(data []byte) error
- type LoadBalancerStatus
- func (x *LoadBalancerStatus) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *LoadBalancerStatus) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *LoadBalancerStatus) Marshal() (data []byte, err error)
- func (m *LoadBalancerStatus) MarshalTo(data []byte) (int, error)
- func (*LoadBalancerStatus) ProtoMessage()
- func (m *LoadBalancerStatus) Reset()
- func (m *LoadBalancerStatus) Size() (n int)
- func (m *LoadBalancerStatus) String() string
- func (LoadBalancerStatus) SwaggerDoc() map[string]string
- func (m *LoadBalancerStatus) Unmarshal(data []byte) error
- type LocalObjectReference
- func (x *LocalObjectReference) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *LocalObjectReference) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *LocalObjectReference) Marshal() (data []byte, err error)
- func (m *LocalObjectReference) MarshalTo(data []byte) (int, error)
- func (*LocalObjectReference) ProtoMessage()
- func (m *LocalObjectReference) Reset()
- func (m *LocalObjectReference) Size() (n int)
- func (m *LocalObjectReference) String() string
- func (LocalObjectReference) SwaggerDoc() map[string]string
- func (m *LocalObjectReference) Unmarshal(data []byte) error
- type NFSVolumeSource
- func (x *NFSVolumeSource) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *NFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *NFSVolumeSource) Marshal() (data []byte, err error)
- func (m *NFSVolumeSource) MarshalTo(data []byte) (int, error)
- func (*NFSVolumeSource) ProtoMessage()
- func (m *NFSVolumeSource) Reset()
- func (m *NFSVolumeSource) Size() (n int)
- func (m *NFSVolumeSource) String() string
- func (NFSVolumeSource) SwaggerDoc() map[string]string
- func (m *NFSVolumeSource) Unmarshal(data []byte) error
- type Namespace
- func (x *Namespace) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *Namespace) Marshal() (data []byte, err error)
- func (m *Namespace) MarshalTo(data []byte) (int, error)
- func (*Namespace) ProtoMessage()
- func (m *Namespace) Reset()
- func (m *Namespace) Size() (n int)
- func (m *Namespace) String() string
- func (Namespace) SwaggerDoc() map[string]string
- func (m *Namespace) Unmarshal(data []byte) error
- type NamespaceList
- func (x *NamespaceList) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *NamespaceList) Marshal() (data []byte, err error)
- func (m *NamespaceList) MarshalTo(data []byte) (int, error)
- func (*NamespaceList) ProtoMessage()
- func (m *NamespaceList) Reset()
- func (m *NamespaceList) Size() (n int)
- func (m *NamespaceList) String() string
- func (NamespaceList) SwaggerDoc() map[string]string
- func (m *NamespaceList) Unmarshal(data []byte) error
- type NamespacePhase
- type NamespaceSpec
- func (x *NamespaceSpec) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *NamespaceSpec) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *NamespaceSpec) Marshal() (data []byte, err error)
- func (m *NamespaceSpec) MarshalTo(data []byte) (int, error)
- func (*NamespaceSpec) ProtoMessage()
- func (m *NamespaceSpec) Reset()
- func (m *NamespaceSpec) Size() (n int)
- func (m *NamespaceSpec) String() string
- func (NamespaceSpec) SwaggerDoc() map[string]string
- func (m *NamespaceSpec) Unmarshal(data []byte) error
- type NamespaceStatus
- func (x *NamespaceStatus) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *NamespaceStatus) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *NamespaceStatus) Marshal() (data []byte, err error)
- func (m *NamespaceStatus) MarshalTo(data []byte) (int, error)
- func (*NamespaceStatus) ProtoMessage()
- func (m *NamespaceStatus) Reset()
- func (m *NamespaceStatus) Size() (n int)
- func (m *NamespaceStatus) String() string
- func (NamespaceStatus) SwaggerDoc() map[string]string
- func (m *NamespaceStatus) Unmarshal(data []byte) error
- type Node
- func (x *Node) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *Node) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *Node) Marshal() (data []byte, err error)
- func (m *Node) MarshalTo(data []byte) (int, error)
- func (*Node) ProtoMessage()
- func (m *Node) Reset()
- func (m *Node) Size() (n int)
- func (m *Node) String() string
- func (Node) SwaggerDoc() map[string]string
- func (m *Node) Unmarshal(data []byte) error
- type NodeAddress
- func (x *NodeAddress) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *NodeAddress) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *NodeAddress) Marshal() (data []byte, err error)
- func (m *NodeAddress) MarshalTo(data []byte) (int, error)
- func (*NodeAddress) ProtoMessage()
- func (m *NodeAddress) Reset()
- func (m *NodeAddress) Size() (n int)
- func (m *NodeAddress) String() string
- func (NodeAddress) SwaggerDoc() map[string]string
- func (m *NodeAddress) Unmarshal(data []byte) error
- type NodeAddressType
- type NodeAffinity
- func (x *NodeAffinity) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *NodeAffinity) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *NodeAffinity) Marshal() (data []byte, err error)
- func (m *NodeAffinity) MarshalTo(data []byte) (int, error)
- func (*NodeAffinity) ProtoMessage()
- func (m *NodeAffinity) Reset()
- func (m *NodeAffinity) Size() (n int)
- func (m *NodeAffinity) String() string
- func (NodeAffinity) SwaggerDoc() map[string]string
- func (m *NodeAffinity) Unmarshal(data []byte) error
- type NodeCondition
- func (x *NodeCondition) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *NodeCondition) Marshal() (data []byte, err error)
- func (m *NodeCondition) MarshalTo(data []byte) (int, error)
- func (*NodeCondition) ProtoMessage()
- func (m *NodeCondition) Reset()
- func (m *NodeCondition) Size() (n int)
- func (m *NodeCondition) String() string
- func (NodeCondition) SwaggerDoc() map[string]string
- func (m *NodeCondition) Unmarshal(data []byte) error
- type NodeConditionType
- type NodeDaemonEndpoints
- func (x *NodeDaemonEndpoints) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *NodeDaemonEndpoints) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *NodeDaemonEndpoints) Marshal() (data []byte, err error)
- func (m *NodeDaemonEndpoints) MarshalTo(data []byte) (int, error)
- func (*NodeDaemonEndpoints) ProtoMessage()
- func (m *NodeDaemonEndpoints) Reset()
- func (m *NodeDaemonEndpoints) Size() (n int)
- func (m *NodeDaemonEndpoints) String() string
- func (NodeDaemonEndpoints) SwaggerDoc() map[string]string
- func (m *NodeDaemonEndpoints) Unmarshal(data []byte) error
- type NodeList
- func (x *NodeList) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *NodeList) Marshal() (data []byte, err error)
- func (m *NodeList) MarshalTo(data []byte) (int, error)
- func (*NodeList) ProtoMessage()
- func (m *NodeList) Reset()
- func (m *NodeList) Size() (n int)
- func (m *NodeList) String() string
- func (NodeList) SwaggerDoc() map[string]string
- func (m *NodeList) Unmarshal(data []byte) error
- type NodePhase
- type NodeProxyOptions
- func (x *NodeProxyOptions) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *NodeProxyOptions) Marshal() (data []byte, err error)
- func (m *NodeProxyOptions) MarshalTo(data []byte) (int, error)
- func (*NodeProxyOptions) ProtoMessage()
- func (m *NodeProxyOptions) Reset()
- func (m *NodeProxyOptions) Size() (n int)
- func (m *NodeProxyOptions) String() string
- func (NodeProxyOptions) SwaggerDoc() map[string]string
- func (m *NodeProxyOptions) Unmarshal(data []byte) error
- type NodeSelector
- func (x *NodeSelector) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *NodeSelector) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *NodeSelector) Marshal() (data []byte, err error)
- func (m *NodeSelector) MarshalTo(data []byte) (int, error)
- func (*NodeSelector) ProtoMessage()
- func (m *NodeSelector) Reset()
- func (m *NodeSelector) Size() (n int)
- func (m *NodeSelector) String() string
- func (NodeSelector) SwaggerDoc() map[string]string
- func (m *NodeSelector) Unmarshal(data []byte) error
- type NodeSelectorOperator
- type NodeSelectorRequirement
- func (x *NodeSelectorRequirement) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *NodeSelectorRequirement) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *NodeSelectorRequirement) Marshal() (data []byte, err error)
- func (m *NodeSelectorRequirement) MarshalTo(data []byte) (int, error)
- func (*NodeSelectorRequirement) ProtoMessage()
- func (m *NodeSelectorRequirement) Reset()
- func (m *NodeSelectorRequirement) Size() (n int)
- func (m *NodeSelectorRequirement) String() string
- func (NodeSelectorRequirement) SwaggerDoc() map[string]string
- func (m *NodeSelectorRequirement) Unmarshal(data []byte) error
- type NodeSelectorTerm
- func (x *NodeSelectorTerm) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *NodeSelectorTerm) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *NodeSelectorTerm) Marshal() (data []byte, err error)
- func (m *NodeSelectorTerm) MarshalTo(data []byte) (int, error)
- func (*NodeSelectorTerm) ProtoMessage()
- func (m *NodeSelectorTerm) Reset()
- func (m *NodeSelectorTerm) Size() (n int)
- func (m *NodeSelectorTerm) String() string
- func (NodeSelectorTerm) SwaggerDoc() map[string]string
- func (m *NodeSelectorTerm) Unmarshal(data []byte) error
- type NodeSpec
- func (x *NodeSpec) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *NodeSpec) Marshal() (data []byte, err error)
- func (m *NodeSpec) MarshalTo(data []byte) (int, error)
- func (*NodeSpec) ProtoMessage()
- func (m *NodeSpec) Reset()
- func (m *NodeSpec) Size() (n int)
- func (m *NodeSpec) String() string
- func (NodeSpec) SwaggerDoc() map[string]string
- func (m *NodeSpec) Unmarshal(data []byte) error
- type NodeStatus
- func (x *NodeStatus) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *NodeStatus) Marshal() (data []byte, err error)
- func (m *NodeStatus) MarshalTo(data []byte) (int, error)
- func (*NodeStatus) ProtoMessage()
- func (m *NodeStatus) Reset()
- func (m *NodeStatus) Size() (n int)
- func (m *NodeStatus) String() string
- func (NodeStatus) SwaggerDoc() map[string]string
- func (m *NodeStatus) Unmarshal(data []byte) error
- type NodeSystemInfo
- func (x *NodeSystemInfo) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *NodeSystemInfo) Marshal() (data []byte, err error)
- func (m *NodeSystemInfo) MarshalTo(data []byte) (int, error)
- func (*NodeSystemInfo) ProtoMessage()
- func (m *NodeSystemInfo) Reset()
- func (m *NodeSystemInfo) Size() (n int)
- func (m *NodeSystemInfo) String() string
- func (NodeSystemInfo) SwaggerDoc() map[string]string
- func (m *NodeSystemInfo) Unmarshal(data []byte) error
- type ObjectFieldSelector
- func (x *ObjectFieldSelector) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *ObjectFieldSelector) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *ObjectFieldSelector) Marshal() (data []byte, err error)
- func (m *ObjectFieldSelector) MarshalTo(data []byte) (int, error)
- func (*ObjectFieldSelector) ProtoMessage()
- func (m *ObjectFieldSelector) Reset()
- func (m *ObjectFieldSelector) Size() (n int)
- func (m *ObjectFieldSelector) String() string
- func (ObjectFieldSelector) SwaggerDoc() map[string]string
- func (m *ObjectFieldSelector) Unmarshal(data []byte) error
- type ObjectMeta
- func (x *ObjectMeta) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *ObjectMeta) CodecEncodeSelf(e *codec1978.Encoder)
- func (meta *ObjectMeta) GetAnnotations() map[string]string
- func (meta *ObjectMeta) GetCreationTimestamp() unversioned.Time
- func (meta *ObjectMeta) GetDeletionTimestamp() *unversioned.Time
- func (meta *ObjectMeta) GetFinalizers() []string
- func (meta *ObjectMeta) GetGenerateName() string
- func (meta *ObjectMeta) GetLabels() map[string]string
- func (meta *ObjectMeta) GetName() string
- func (meta *ObjectMeta) GetNamespace() string
- func (obj *ObjectMeta) GetObjectMeta() meta.Object
- func (meta *ObjectMeta) GetOwnerReferences() []metatypes.OwnerReference
- func (meta *ObjectMeta) GetResourceVersion() string
- func (meta *ObjectMeta) GetSelfLink() string
- func (meta *ObjectMeta) GetUID() types.UID
- func (m *ObjectMeta) Marshal() (data []byte, err error)
- func (m *ObjectMeta) MarshalTo(data []byte) (int, error)
- func (*ObjectMeta) ProtoMessage()
- func (m *ObjectMeta) Reset()
- func (meta *ObjectMeta) SetAnnotations(annotations map[string]string)
- func (meta *ObjectMeta) SetCreationTimestamp(creationTimestamp unversioned.Time)
- func (meta *ObjectMeta) SetDeletionTimestamp(deletionTimestamp *unversioned.Time)
- func (meta *ObjectMeta) SetFinalizers(finalizers []string)
- func (meta *ObjectMeta) SetGenerateName(generateName string)
- func (meta *ObjectMeta) SetLabels(labels map[string]string)
- func (meta *ObjectMeta) SetName(name string)
- func (meta *ObjectMeta) SetNamespace(namespace string)
- func (meta *ObjectMeta) SetOwnerReferences(references []metatypes.OwnerReference)
- func (meta *ObjectMeta) SetResourceVersion(version string)
- func (meta *ObjectMeta) SetSelfLink(selfLink string)
- func (meta *ObjectMeta) SetUID(uid types.UID)
- func (m *ObjectMeta) Size() (n int)
- func (m *ObjectMeta) String() string
- func (ObjectMeta) SwaggerDoc() map[string]string
- func (m *ObjectMeta) Unmarshal(data []byte) error
- type ObjectReference
- func (x *ObjectReference) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *ObjectReference) Marshal() (data []byte, err error)
- func (m *ObjectReference) MarshalTo(data []byte) (int, error)
- func (*ObjectReference) ProtoMessage()
- func (m *ObjectReference) Reset()
- func (m *ObjectReference) Size() (n int)
- func (m *ObjectReference) String() string
- func (ObjectReference) SwaggerDoc() map[string]string
- func (m *ObjectReference) Unmarshal(data []byte) error
- type OwnerReference
- func (x *OwnerReference) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *OwnerReference) Marshal() (data []byte, err error)
- func (m *OwnerReference) MarshalTo(data []byte) (int, error)
- func (*OwnerReference) ProtoMessage()
- func (m *OwnerReference) Reset()
- func (m *OwnerReference) Size() (n int)
- func (m *OwnerReference) String() string
- func (OwnerReference) SwaggerDoc() map[string]string
- func (m *OwnerReference) Unmarshal(data []byte) error
- type PersistentVolume
- func (x *PersistentVolume) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *PersistentVolume) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *PersistentVolume) Marshal() (data []byte, err error)
- func (m *PersistentVolume) MarshalTo(data []byte) (int, error)
- func (*PersistentVolume) ProtoMessage()
- func (m *PersistentVolume) Reset()
- func (m *PersistentVolume) Size() (n int)
- func (m *PersistentVolume) String() string
- func (PersistentVolume) SwaggerDoc() map[string]string
- func (m *PersistentVolume) Unmarshal(data []byte) error
- type PersistentVolumeAccessMode
- type PersistentVolumeClaim
- func (x *PersistentVolumeClaim) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *PersistentVolumeClaim) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *PersistentVolumeClaim) Marshal() (data []byte, err error)
- func (m *PersistentVolumeClaim) MarshalTo(data []byte) (int, error)
- func (*PersistentVolumeClaim) ProtoMessage()
- func (m *PersistentVolumeClaim) Reset()
- func (m *PersistentVolumeClaim) Size() (n int)
- func (m *PersistentVolumeClaim) String() string
- func (PersistentVolumeClaim) SwaggerDoc() map[string]string
- func (m *PersistentVolumeClaim) Unmarshal(data []byte) error
- type PersistentVolumeClaimList
- func (x *PersistentVolumeClaimList) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *PersistentVolumeClaimList) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *PersistentVolumeClaimList) Marshal() (data []byte, err error)
- func (m *PersistentVolumeClaimList) MarshalTo(data []byte) (int, error)
- func (*PersistentVolumeClaimList) ProtoMessage()
- func (m *PersistentVolumeClaimList) Reset()
- func (m *PersistentVolumeClaimList) Size() (n int)
- func (m *PersistentVolumeClaimList) String() string
- func (PersistentVolumeClaimList) SwaggerDoc() map[string]string
- func (m *PersistentVolumeClaimList) Unmarshal(data []byte) error
- type PersistentVolumeClaimPhase
- type PersistentVolumeClaimSpec
- func (x *PersistentVolumeClaimSpec) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *PersistentVolumeClaimSpec) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *PersistentVolumeClaimSpec) Marshal() (data []byte, err error)
- func (m *PersistentVolumeClaimSpec) MarshalTo(data []byte) (int, error)
- func (*PersistentVolumeClaimSpec) ProtoMessage()
- func (m *PersistentVolumeClaimSpec) Reset()
- func (m *PersistentVolumeClaimSpec) Size() (n int)
- func (m *PersistentVolumeClaimSpec) String() string
- func (PersistentVolumeClaimSpec) SwaggerDoc() map[string]string
- func (m *PersistentVolumeClaimSpec) Unmarshal(data []byte) error
- type PersistentVolumeClaimStatus
- func (x *PersistentVolumeClaimStatus) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *PersistentVolumeClaimStatus) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *PersistentVolumeClaimStatus) Marshal() (data []byte, err error)
- func (m *PersistentVolumeClaimStatus) MarshalTo(data []byte) (int, error)
- func (*PersistentVolumeClaimStatus) ProtoMessage()
- func (m *PersistentVolumeClaimStatus) Reset()
- func (m *PersistentVolumeClaimStatus) Size() (n int)
- func (m *PersistentVolumeClaimStatus) String() string
- func (PersistentVolumeClaimStatus) SwaggerDoc() map[string]string
- func (m *PersistentVolumeClaimStatus) Unmarshal(data []byte) error
- type PersistentVolumeClaimVolumeSource
- func (x *PersistentVolumeClaimVolumeSource) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *PersistentVolumeClaimVolumeSource) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *PersistentVolumeClaimVolumeSource) Marshal() (data []byte, err error)
- func (m *PersistentVolumeClaimVolumeSource) MarshalTo(data []byte) (int, error)
- func (*PersistentVolumeClaimVolumeSource) ProtoMessage()
- func (m *PersistentVolumeClaimVolumeSource) Reset()
- func (m *PersistentVolumeClaimVolumeSource) Size() (n int)
- func (m *PersistentVolumeClaimVolumeSource) String() string
- func (PersistentVolumeClaimVolumeSource) SwaggerDoc() map[string]string
- func (m *PersistentVolumeClaimVolumeSource) Unmarshal(data []byte) error
- type PersistentVolumeList
- func (x *PersistentVolumeList) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *PersistentVolumeList) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *PersistentVolumeList) Marshal() (data []byte, err error)
- func (m *PersistentVolumeList) MarshalTo(data []byte) (int, error)
- func (*PersistentVolumeList) ProtoMessage()
- func (m *PersistentVolumeList) Reset()
- func (m *PersistentVolumeList) Size() (n int)
- func (m *PersistentVolumeList) String() string
- func (PersistentVolumeList) SwaggerDoc() map[string]string
- func (m *PersistentVolumeList) Unmarshal(data []byte) error
- type PersistentVolumePhase
- type PersistentVolumeReclaimPolicy
- type PersistentVolumeSource
- func (x *PersistentVolumeSource) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *PersistentVolumeSource) Marshal() (data []byte, err error)
- func (m *PersistentVolumeSource) MarshalTo(data []byte) (int, error)
- func (*PersistentVolumeSource) ProtoMessage()
- func (m *PersistentVolumeSource) Reset()
- func (m *PersistentVolumeSource) Size() (n int)
- func (m *PersistentVolumeSource) String() string
- func (PersistentVolumeSource) SwaggerDoc() map[string]string
- func (m *PersistentVolumeSource) Unmarshal(data []byte) error
- type PersistentVolumeSpec
- func (x *PersistentVolumeSpec) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *PersistentVolumeSpec) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *PersistentVolumeSpec) Marshal() (data []byte, err error)
- func (m *PersistentVolumeSpec) MarshalTo(data []byte) (int, error)
- func (*PersistentVolumeSpec) ProtoMessage()
- func (m *PersistentVolumeSpec) Reset()
- func (m *PersistentVolumeSpec) Size() (n int)
- func (m *PersistentVolumeSpec) String() string
- func (PersistentVolumeSpec) SwaggerDoc() map[string]string
- func (m *PersistentVolumeSpec) Unmarshal(data []byte) error
- type PersistentVolumeStatus
- func (x *PersistentVolumeStatus) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *PersistentVolumeStatus) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *PersistentVolumeStatus) Marshal() (data []byte, err error)
- func (m *PersistentVolumeStatus) MarshalTo(data []byte) (int, error)
- func (*PersistentVolumeStatus) ProtoMessage()
- func (m *PersistentVolumeStatus) Reset()
- func (m *PersistentVolumeStatus) Size() (n int)
- func (m *PersistentVolumeStatus) String() string
- func (PersistentVolumeStatus) SwaggerDoc() map[string]string
- func (m *PersistentVolumeStatus) Unmarshal(data []byte) error
- type Pod
- func (x *Pod) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *Pod) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *Pod) Marshal() (data []byte, err error)
- func (m *Pod) MarshalTo(data []byte) (int, error)
- func (*Pod) ProtoMessage()
- func (m *Pod) Reset()
- func (m *Pod) Size() (n int)
- func (m *Pod) String() string
- func (Pod) SwaggerDoc() map[string]string
- func (m *Pod) Unmarshal(data []byte) error
- type PodAffinity
- func (x *PodAffinity) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *PodAffinity) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *PodAffinity) Marshal() (data []byte, err error)
- func (m *PodAffinity) MarshalTo(data []byte) (int, error)
- func (*PodAffinity) ProtoMessage()
- func (m *PodAffinity) Reset()
- func (m *PodAffinity) Size() (n int)
- func (m *PodAffinity) String() string
- func (PodAffinity) SwaggerDoc() map[string]string
- func (m *PodAffinity) Unmarshal(data []byte) error
- type PodAffinityTerm
- func (x *PodAffinityTerm) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *PodAffinityTerm) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *PodAffinityTerm) Marshal() (data []byte, err error)
- func (m *PodAffinityTerm) MarshalTo(data []byte) (int, error)
- func (*PodAffinityTerm) ProtoMessage()
- func (m *PodAffinityTerm) Reset()
- func (m *PodAffinityTerm) Size() (n int)
- func (m *PodAffinityTerm) String() string
- func (PodAffinityTerm) SwaggerDoc() map[string]string
- func (m *PodAffinityTerm) Unmarshal(data []byte) error
- type PodAntiAffinity
- func (x *PodAntiAffinity) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *PodAntiAffinity) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *PodAntiAffinity) Marshal() (data []byte, err error)
- func (m *PodAntiAffinity) MarshalTo(data []byte) (int, error)
- func (*PodAntiAffinity) ProtoMessage()
- func (m *PodAntiAffinity) Reset()
- func (m *PodAntiAffinity) Size() (n int)
- func (m *PodAntiAffinity) String() string
- func (PodAntiAffinity) SwaggerDoc() map[string]string
- func (m *PodAntiAffinity) Unmarshal(data []byte) error
- type PodAttachOptions
- func (x *PodAttachOptions) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *PodAttachOptions) Marshal() (data []byte, err error)
- func (m *PodAttachOptions) MarshalTo(data []byte) (int, error)
- func (*PodAttachOptions) ProtoMessage()
- func (m *PodAttachOptions) Reset()
- func (m *PodAttachOptions) Size() (n int)
- func (m *PodAttachOptions) String() string
- func (PodAttachOptions) SwaggerDoc() map[string]string
- func (m *PodAttachOptions) Unmarshal(data []byte) error
- type PodCondition
- func (x *PodCondition) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *PodCondition) Marshal() (data []byte, err error)
- func (m *PodCondition) MarshalTo(data []byte) (int, error)
- func (*PodCondition) ProtoMessage()
- func (m *PodCondition) Reset()
- func (m *PodCondition) Size() (n int)
- func (m *PodCondition) String() string
- func (PodCondition) SwaggerDoc() map[string]string
- func (m *PodCondition) Unmarshal(data []byte) error
- type PodConditionType
- type PodExecOptions
- func (x *PodExecOptions) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *PodExecOptions) Marshal() (data []byte, err error)
- func (m *PodExecOptions) MarshalTo(data []byte) (int, error)
- func (*PodExecOptions) ProtoMessage()
- func (m *PodExecOptions) Reset()
- func (m *PodExecOptions) Size() (n int)
- func (m *PodExecOptions) String() string
- func (PodExecOptions) SwaggerDoc() map[string]string
- func (m *PodExecOptions) Unmarshal(data []byte) error
- type PodList
- func (x *PodList) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *PodList) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *PodList) Marshal() (data []byte, err error)
- func (m *PodList) MarshalTo(data []byte) (int, error)
- func (*PodList) ProtoMessage()
- func (m *PodList) Reset()
- func (m *PodList) Size() (n int)
- func (m *PodList) String() string
- func (PodList) SwaggerDoc() map[string]string
- func (m *PodList) Unmarshal(data []byte) error
- type PodLogOptions
- func (x *PodLogOptions) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *PodLogOptions) Marshal() (data []byte, err error)
- func (m *PodLogOptions) MarshalTo(data []byte) (int, error)
- func (*PodLogOptions) ProtoMessage()
- func (m *PodLogOptions) Reset()
- func (m *PodLogOptions) Size() (n int)
- func (m *PodLogOptions) String() string
- func (PodLogOptions) SwaggerDoc() map[string]string
- func (m *PodLogOptions) Unmarshal(data []byte) error
- type PodPhase
- type PodProxyOptions
- func (x *PodProxyOptions) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *PodProxyOptions) Marshal() (data []byte, err error)
- func (m *PodProxyOptions) MarshalTo(data []byte) (int, error)
- func (*PodProxyOptions) ProtoMessage()
- func (m *PodProxyOptions) Reset()
- func (m *PodProxyOptions) Size() (n int)
- func (m *PodProxyOptions) String() string
- func (PodProxyOptions) SwaggerDoc() map[string]string
- func (m *PodProxyOptions) Unmarshal(data []byte) error
- type PodSecurityContext
- func (x *PodSecurityContext) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *PodSecurityContext) Marshal() (data []byte, err error)
- func (m *PodSecurityContext) MarshalTo(data []byte) (int, error)
- func (*PodSecurityContext) ProtoMessage()
- func (m *PodSecurityContext) Reset()
- func (m *PodSecurityContext) Size() (n int)
- func (m *PodSecurityContext) String() string
- func (PodSecurityContext) SwaggerDoc() map[string]string
- func (m *PodSecurityContext) Unmarshal(data []byte) error
- type PodSpec
- func (x *PodSpec) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *PodSpec) Marshal() (data []byte, err error)
- func (m *PodSpec) MarshalTo(data []byte) (int, error)
- func (*PodSpec) ProtoMessage()
- func (m *PodSpec) Reset()
- func (m *PodSpec) Size() (n int)
- func (m *PodSpec) String() string
- func (PodSpec) SwaggerDoc() map[string]string
- func (m *PodSpec) Unmarshal(data []byte) error
- type PodStatus
- func (x *PodStatus) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *PodStatus) Marshal() (data []byte, err error)
- func (m *PodStatus) MarshalTo(data []byte) (int, error)
- func (*PodStatus) ProtoMessage()
- func (m *PodStatus) Reset()
- func (m *PodStatus) Size() (n int)
- func (m *PodStatus) String() string
- func (PodStatus) SwaggerDoc() map[string]string
- func (m *PodStatus) Unmarshal(data []byte) error
- type PodStatusResult
- func (x *PodStatusResult) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *PodStatusResult) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *PodStatusResult) Marshal() (data []byte, err error)
- func (m *PodStatusResult) MarshalTo(data []byte) (int, error)
- func (*PodStatusResult) ProtoMessage()
- func (m *PodStatusResult) Reset()
- func (m *PodStatusResult) Size() (n int)
- func (m *PodStatusResult) String() string
- func (PodStatusResult) SwaggerDoc() map[string]string
- func (m *PodStatusResult) Unmarshal(data []byte) error
- type PodTemplate
- func (x *PodTemplate) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *PodTemplate) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *PodTemplate) Marshal() (data []byte, err error)
- func (m *PodTemplate) MarshalTo(data []byte) (int, error)
- func (*PodTemplate) ProtoMessage()
- func (m *PodTemplate) Reset()
- func (m *PodTemplate) Size() (n int)
- func (m *PodTemplate) String() string
- func (PodTemplate) SwaggerDoc() map[string]string
- func (m *PodTemplate) Unmarshal(data []byte) error
- type PodTemplateList
- func (x *PodTemplateList) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *PodTemplateList) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *PodTemplateList) Marshal() (data []byte, err error)
- func (m *PodTemplateList) MarshalTo(data []byte) (int, error)
- func (*PodTemplateList) ProtoMessage()
- func (m *PodTemplateList) Reset()
- func (m *PodTemplateList) Size() (n int)
- func (m *PodTemplateList) String() string
- func (PodTemplateList) SwaggerDoc() map[string]string
- func (m *PodTemplateList) Unmarshal(data []byte) error
- type PodTemplateSpec
- func (x *PodTemplateSpec) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *PodTemplateSpec) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *PodTemplateSpec) Marshal() (data []byte, err error)
- func (m *PodTemplateSpec) MarshalTo(data []byte) (int, error)
- func (*PodTemplateSpec) ProtoMessage()
- func (m *PodTemplateSpec) Reset()
- func (m *PodTemplateSpec) Size() (n int)
- func (m *PodTemplateSpec) String() string
- func (PodTemplateSpec) SwaggerDoc() map[string]string
- func (m *PodTemplateSpec) Unmarshal(data []byte) error
- type Preconditions
- func (x *Preconditions) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *Preconditions) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *Preconditions) Marshal() (data []byte, err error)
- func (m *Preconditions) MarshalTo(data []byte) (int, error)
- func (*Preconditions) ProtoMessage()
- func (m *Preconditions) Reset()
- func (m *Preconditions) Size() (n int)
- func (m *Preconditions) String() string
- func (Preconditions) SwaggerDoc() map[string]string
- func (m *Preconditions) Unmarshal(data []byte) error
- type PreferredSchedulingTerm
- func (x *PreferredSchedulingTerm) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *PreferredSchedulingTerm) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *PreferredSchedulingTerm) Marshal() (data []byte, err error)
- func (m *PreferredSchedulingTerm) MarshalTo(data []byte) (int, error)
- func (*PreferredSchedulingTerm) ProtoMessage()
- func (m *PreferredSchedulingTerm) Reset()
- func (m *PreferredSchedulingTerm) Size() (n int)
- func (m *PreferredSchedulingTerm) String() string
- func (PreferredSchedulingTerm) SwaggerDoc() map[string]string
- func (m *PreferredSchedulingTerm) Unmarshal(data []byte) error
- type Probe
- func (x *Probe) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *Probe) Marshal() (data []byte, err error)
- func (m *Probe) MarshalTo(data []byte) (int, error)
- func (*Probe) ProtoMessage()
- func (m *Probe) Reset()
- func (m *Probe) Size() (n int)
- func (m *Probe) String() string
- func (Probe) SwaggerDoc() map[string]string
- func (m *Probe) Unmarshal(data []byte) error
- type Protocol
- type PullPolicy
- type RBDVolumeSource
- func (x *RBDVolumeSource) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *RBDVolumeSource) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *RBDVolumeSource) Marshal() (data []byte, err error)
- func (m *RBDVolumeSource) MarshalTo(data []byte) (int, error)
- func (*RBDVolumeSource) ProtoMessage()
- func (m *RBDVolumeSource) Reset()
- func (m *RBDVolumeSource) Size() (n int)
- func (m *RBDVolumeSource) String() string
- func (RBDVolumeSource) SwaggerDoc() map[string]string
- func (m *RBDVolumeSource) Unmarshal(data []byte) error
- type RangeAllocation
- func (x *RangeAllocation) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *RangeAllocation) Marshal() (data []byte, err error)
- func (m *RangeAllocation) MarshalTo(data []byte) (int, error)
- func (*RangeAllocation) ProtoMessage()
- func (m *RangeAllocation) Reset()
- func (m *RangeAllocation) Size() (n int)
- func (m *RangeAllocation) String() string
- func (RangeAllocation) SwaggerDoc() map[string]string
- func (m *RangeAllocation) Unmarshal(data []byte) error
- type ReplicationController
- func (x *ReplicationController) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *ReplicationController) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *ReplicationController) Marshal() (data []byte, err error)
- func (m *ReplicationController) MarshalTo(data []byte) (int, error)
- func (*ReplicationController) ProtoMessage()
- func (m *ReplicationController) Reset()
- func (m *ReplicationController) Size() (n int)
- func (m *ReplicationController) String() string
- func (ReplicationController) SwaggerDoc() map[string]string
- func (m *ReplicationController) Unmarshal(data []byte) error
- type ReplicationControllerList
- func (x *ReplicationControllerList) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *ReplicationControllerList) Marshal() (data []byte, err error)
- func (m *ReplicationControllerList) MarshalTo(data []byte) (int, error)
- func (*ReplicationControllerList) ProtoMessage()
- func (m *ReplicationControllerList) Reset()
- func (m *ReplicationControllerList) Size() (n int)
- func (m *ReplicationControllerList) String() string
- func (ReplicationControllerList) SwaggerDoc() map[string]string
- func (m *ReplicationControllerList) Unmarshal(data []byte) error
- type ReplicationControllerSpec
- func (x *ReplicationControllerSpec) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *ReplicationControllerSpec) Marshal() (data []byte, err error)
- func (m *ReplicationControllerSpec) MarshalTo(data []byte) (int, error)
- func (*ReplicationControllerSpec) ProtoMessage()
- func (m *ReplicationControllerSpec) Reset()
- func (m *ReplicationControllerSpec) Size() (n int)
- func (m *ReplicationControllerSpec) String() string
- func (ReplicationControllerSpec) SwaggerDoc() map[string]string
- func (m *ReplicationControllerSpec) Unmarshal(data []byte) error
- type ReplicationControllerStatus
- func (x *ReplicationControllerStatus) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *ReplicationControllerStatus) Marshal() (data []byte, err error)
- func (m *ReplicationControllerStatus) MarshalTo(data []byte) (int, error)
- func (*ReplicationControllerStatus) ProtoMessage()
- func (m *ReplicationControllerStatus) Reset()
- func (m *ReplicationControllerStatus) Size() (n int)
- func (m *ReplicationControllerStatus) String() string
- func (ReplicationControllerStatus) SwaggerDoc() map[string]string
- func (m *ReplicationControllerStatus) Unmarshal(data []byte) error
- type ResourceFieldSelector
- func (x *ResourceFieldSelector) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *ResourceFieldSelector) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *ResourceFieldSelector) Marshal() (data []byte, err error)
- func (m *ResourceFieldSelector) MarshalTo(data []byte) (int, error)
- func (*ResourceFieldSelector) ProtoMessage()
- func (m *ResourceFieldSelector) Reset()
- func (m *ResourceFieldSelector) Size() (n int)
- func (m *ResourceFieldSelector) String() string
- func (ResourceFieldSelector) SwaggerDoc() map[string]string
- func (m *ResourceFieldSelector) Unmarshal(data []byte) error
- type ResourceList
- type ResourceName
- type ResourceQuota
- func (x *ResourceQuota) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *ResourceQuota) Marshal() (data []byte, err error)
- func (m *ResourceQuota) MarshalTo(data []byte) (int, error)
- func (*ResourceQuota) ProtoMessage()
- func (m *ResourceQuota) Reset()
- func (m *ResourceQuota) Size() (n int)
- func (m *ResourceQuota) String() string
- func (ResourceQuota) SwaggerDoc() map[string]string
- func (m *ResourceQuota) Unmarshal(data []byte) error
- type ResourceQuotaList
- func (x *ResourceQuotaList) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *ResourceQuotaList) Marshal() (data []byte, err error)
- func (m *ResourceQuotaList) MarshalTo(data []byte) (int, error)
- func (*ResourceQuotaList) ProtoMessage()
- func (m *ResourceQuotaList) Reset()
- func (m *ResourceQuotaList) Size() (n int)
- func (m *ResourceQuotaList) String() string
- func (ResourceQuotaList) SwaggerDoc() map[string]string
- func (m *ResourceQuotaList) Unmarshal(data []byte) error
- type ResourceQuotaScope
- type ResourceQuotaSpec
- func (x *ResourceQuotaSpec) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *ResourceQuotaSpec) Marshal() (data []byte, err error)
- func (m *ResourceQuotaSpec) MarshalTo(data []byte) (int, error)
- func (*ResourceQuotaSpec) ProtoMessage()
- func (m *ResourceQuotaSpec) Reset()
- func (m *ResourceQuotaSpec) Size() (n int)
- func (m *ResourceQuotaSpec) String() string
- func (ResourceQuotaSpec) SwaggerDoc() map[string]string
- func (m *ResourceQuotaSpec) Unmarshal(data []byte) error
- type ResourceQuotaStatus
- func (x *ResourceQuotaStatus) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *ResourceQuotaStatus) Marshal() (data []byte, err error)
- func (m *ResourceQuotaStatus) MarshalTo(data []byte) (int, error)
- func (*ResourceQuotaStatus) ProtoMessage()
- func (m *ResourceQuotaStatus) Reset()
- func (m *ResourceQuotaStatus) Size() (n int)
- func (m *ResourceQuotaStatus) String() string
- func (ResourceQuotaStatus) SwaggerDoc() map[string]string
- func (m *ResourceQuotaStatus) Unmarshal(data []byte) error
- type ResourceRequirements
- func (x *ResourceRequirements) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *ResourceRequirements) Marshal() (data []byte, err error)
- func (m *ResourceRequirements) MarshalTo(data []byte) (int, error)
- func (*ResourceRequirements) ProtoMessage()
- func (m *ResourceRequirements) Reset()
- func (m *ResourceRequirements) Size() (n int)
- func (m *ResourceRequirements) String() string
- func (ResourceRequirements) SwaggerDoc() map[string]string
- func (m *ResourceRequirements) Unmarshal(data []byte) error
- type RestartPolicy
- type SELinuxOptions
- func (x *SELinuxOptions) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *SELinuxOptions) Marshal() (data []byte, err error)
- func (m *SELinuxOptions) MarshalTo(data []byte) (int, error)
- func (*SELinuxOptions) ProtoMessage()
- func (m *SELinuxOptions) Reset()
- func (m *SELinuxOptions) Size() (n int)
- func (m *SELinuxOptions) String() string
- func (SELinuxOptions) SwaggerDoc() map[string]string
- func (m *SELinuxOptions) Unmarshal(data []byte) error
- type Secret
- func (x *Secret) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *Secret) Marshal() (data []byte, err error)
- func (m *Secret) MarshalTo(data []byte) (int, error)
- func (*Secret) ProtoMessage()
- func (m *Secret) Reset()
- func (m *Secret) Size() (n int)
- func (m *Secret) String() string
- func (Secret) SwaggerDoc() map[string]string
- func (m *Secret) Unmarshal(data []byte) error
- type SecretKeySelector
- func (x *SecretKeySelector) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *SecretKeySelector) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *SecretKeySelector) Marshal() (data []byte, err error)
- func (m *SecretKeySelector) MarshalTo(data []byte) (int, error)
- func (*SecretKeySelector) ProtoMessage()
- func (m *SecretKeySelector) Reset()
- func (m *SecretKeySelector) Size() (n int)
- func (m *SecretKeySelector) String() string
- func (SecretKeySelector) SwaggerDoc() map[string]string
- func (m *SecretKeySelector) Unmarshal(data []byte) error
- type SecretList
- func (x *SecretList) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *SecretList) Marshal() (data []byte, err error)
- func (m *SecretList) MarshalTo(data []byte) (int, error)
- func (*SecretList) ProtoMessage()
- func (m *SecretList) Reset()
- func (m *SecretList) Size() (n int)
- func (m *SecretList) String() string
- func (SecretList) SwaggerDoc() map[string]string
- func (m *SecretList) Unmarshal(data []byte) error
- type SecretType
- type SecretVolumeSource
- func (x *SecretVolumeSource) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *SecretVolumeSource) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *SecretVolumeSource) Marshal() (data []byte, err error)
- func (m *SecretVolumeSource) MarshalTo(data []byte) (int, error)
- func (*SecretVolumeSource) ProtoMessage()
- func (m *SecretVolumeSource) Reset()
- func (m *SecretVolumeSource) Size() (n int)
- func (m *SecretVolumeSource) String() string
- func (SecretVolumeSource) SwaggerDoc() map[string]string
- func (m *SecretVolumeSource) Unmarshal(data []byte) error
- type SecurityContext
- func (x *SecurityContext) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *SecurityContext) Marshal() (data []byte, err error)
- func (m *SecurityContext) MarshalTo(data []byte) (int, error)
- func (*SecurityContext) ProtoMessage()
- func (m *SecurityContext) Reset()
- func (m *SecurityContext) Size() (n int)
- func (m *SecurityContext) String() string
- func (SecurityContext) SwaggerDoc() map[string]string
- func (m *SecurityContext) Unmarshal(data []byte) error
- type SerializedReference
- func (x *SerializedReference) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *SerializedReference) Marshal() (data []byte, err error)
- func (m *SerializedReference) MarshalTo(data []byte) (int, error)
- func (*SerializedReference) ProtoMessage()
- func (m *SerializedReference) Reset()
- func (m *SerializedReference) Size() (n int)
- func (m *SerializedReference) String() string
- func (SerializedReference) SwaggerDoc() map[string]string
- func (m *SerializedReference) Unmarshal(data []byte) error
- type Service
- func (x *Service) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *Service) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *Service) Marshal() (data []byte, err error)
- func (m *Service) MarshalTo(data []byte) (int, error)
- func (*Service) ProtoMessage()
- func (m *Service) Reset()
- func (m *Service) Size() (n int)
- func (m *Service) String() string
- func (Service) SwaggerDoc() map[string]string
- func (m *Service) Unmarshal(data []byte) error
- type ServiceAccount
- func (x *ServiceAccount) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *ServiceAccount) Marshal() (data []byte, err error)
- func (m *ServiceAccount) MarshalTo(data []byte) (int, error)
- func (*ServiceAccount) ProtoMessage()
- func (m *ServiceAccount) Reset()
- func (m *ServiceAccount) Size() (n int)
- func (m *ServiceAccount) String() string
- func (ServiceAccount) SwaggerDoc() map[string]string
- func (m *ServiceAccount) Unmarshal(data []byte) error
- type ServiceAccountList
- func (x *ServiceAccountList) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *ServiceAccountList) Marshal() (data []byte, err error)
- func (m *ServiceAccountList) MarshalTo(data []byte) (int, error)
- func (*ServiceAccountList) ProtoMessage()
- func (m *ServiceAccountList) Reset()
- func (m *ServiceAccountList) Size() (n int)
- func (m *ServiceAccountList) String() string
- func (ServiceAccountList) SwaggerDoc() map[string]string
- func (m *ServiceAccountList) Unmarshal(data []byte) error
- type ServiceAffinity
- type ServiceList
- func (x *ServiceList) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *ServiceList) Marshal() (data []byte, err error)
- func (m *ServiceList) MarshalTo(data []byte) (int, error)
- func (*ServiceList) ProtoMessage()
- func (m *ServiceList) Reset()
- func (m *ServiceList) Size() (n int)
- func (m *ServiceList) String() string
- func (ServiceList) SwaggerDoc() map[string]string
- func (m *ServiceList) Unmarshal(data []byte) error
- type ServicePort
- func (x *ServicePort) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *ServicePort) Marshal() (data []byte, err error)
- func (m *ServicePort) MarshalTo(data []byte) (int, error)
- func (*ServicePort) ProtoMessage()
- func (m *ServicePort) Reset()
- func (m *ServicePort) Size() (n int)
- func (m *ServicePort) String() string
- func (ServicePort) SwaggerDoc() map[string]string
- func (m *ServicePort) Unmarshal(data []byte) error
- type ServiceProxyOptions
- func (x *ServiceProxyOptions) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *ServiceProxyOptions) Marshal() (data []byte, err error)
- func (m *ServiceProxyOptions) MarshalTo(data []byte) (int, error)
- func (*ServiceProxyOptions) ProtoMessage()
- func (m *ServiceProxyOptions) Reset()
- func (m *ServiceProxyOptions) Size() (n int)
- func (m *ServiceProxyOptions) String() string
- func (ServiceProxyOptions) SwaggerDoc() map[string]string
- func (m *ServiceProxyOptions) Unmarshal(data []byte) error
- type ServiceSpec
- func (x *ServiceSpec) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *ServiceSpec) Marshal() (data []byte, err error)
- func (m *ServiceSpec) MarshalTo(data []byte) (int, error)
- func (*ServiceSpec) ProtoMessage()
- func (m *ServiceSpec) Reset()
- func (m *ServiceSpec) Size() (n int)
- func (m *ServiceSpec) String() string
- func (ServiceSpec) SwaggerDoc() map[string]string
- func (m *ServiceSpec) Unmarshal(data []byte) error
- type ServiceStatus
- func (x *ServiceStatus) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *ServiceStatus) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *ServiceStatus) Marshal() (data []byte, err error)
- func (m *ServiceStatus) MarshalTo(data []byte) (int, error)
- func (*ServiceStatus) ProtoMessage()
- func (m *ServiceStatus) Reset()
- func (m *ServiceStatus) Size() (n int)
- func (m *ServiceStatus) String() string
- func (ServiceStatus) SwaggerDoc() map[string]string
- func (m *ServiceStatus) Unmarshal(data []byte) error
- type ServiceType
- type StorageMedium
- type TCPSocketAction
- func (x *TCPSocketAction) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *TCPSocketAction) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *TCPSocketAction) Marshal() (data []byte, err error)
- func (m *TCPSocketAction) MarshalTo(data []byte) (int, error)
- func (*TCPSocketAction) ProtoMessage()
- func (m *TCPSocketAction) Reset()
- func (m *TCPSocketAction) Size() (n int)
- func (m *TCPSocketAction) String() string
- func (TCPSocketAction) SwaggerDoc() map[string]string
- func (m *TCPSocketAction) Unmarshal(data []byte) error
- type Taint
- func (x *Taint) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *Taint) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *Taint) Marshal() (data []byte, err error)
- func (m *Taint) MarshalTo(data []byte) (int, error)
- func (*Taint) ProtoMessage()
- func (m *Taint) Reset()
- func (m *Taint) Size() (n int)
- func (m *Taint) String() string
- func (Taint) SwaggerDoc() map[string]string
- func (m *Taint) Unmarshal(data []byte) error
- type TaintEffect
- type Toleration
- func (x *Toleration) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *Toleration) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *Toleration) Marshal() (data []byte, err error)
- func (m *Toleration) MarshalTo(data []byte) (int, error)
- func (*Toleration) ProtoMessage()
- func (m *Toleration) Reset()
- func (m *Toleration) Size() (n int)
- func (m *Toleration) String() string
- func (Toleration) SwaggerDoc() map[string]string
- func (m *Toleration) Unmarshal(data []byte) error
- type TolerationOperator
- type URIScheme
- type UniqueVolumeName
- type Volume
- func (x *Volume) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *Volume) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *Volume) Marshal() (data []byte, err error)
- func (m *Volume) MarshalTo(data []byte) (int, error)
- func (*Volume) ProtoMessage()
- func (m *Volume) Reset()
- func (m *Volume) Size() (n int)
- func (m *Volume) String() string
- func (Volume) SwaggerDoc() map[string]string
- func (m *Volume) Unmarshal(data []byte) error
- type VolumeMount
- func (x *VolumeMount) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *VolumeMount) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *VolumeMount) Marshal() (data []byte, err error)
- func (m *VolumeMount) MarshalTo(data []byte) (int, error)
- func (*VolumeMount) ProtoMessage()
- func (m *VolumeMount) Reset()
- func (m *VolumeMount) Size() (n int)
- func (m *VolumeMount) String() string
- func (VolumeMount) SwaggerDoc() map[string]string
- func (m *VolumeMount) Unmarshal(data []byte) error
- type VolumeSource
- func (x *VolumeSource) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *VolumeSource) Marshal() (data []byte, err error)
- func (m *VolumeSource) MarshalTo(data []byte) (int, error)
- func (*VolumeSource) ProtoMessage()
- func (m *VolumeSource) Reset()
- func (m *VolumeSource) Size() (n int)
- func (m *VolumeSource) String() string
- func (VolumeSource) SwaggerDoc() map[string]string
- func (m *VolumeSource) Unmarshal(data []byte) error
- type VsphereVirtualDiskVolumeSource
- func (x *VsphereVirtualDiskVolumeSource) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *VsphereVirtualDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *VsphereVirtualDiskVolumeSource) Marshal() (data []byte, err error)
- func (m *VsphereVirtualDiskVolumeSource) MarshalTo(data []byte) (int, error)
- func (*VsphereVirtualDiskVolumeSource) ProtoMessage()
- func (m *VsphereVirtualDiskVolumeSource) Reset()
- func (m *VsphereVirtualDiskVolumeSource) Size() (n int)
- func (m *VsphereVirtualDiskVolumeSource) String() string
- func (VsphereVirtualDiskVolumeSource) SwaggerDoc() map[string]string
- func (m *VsphereVirtualDiskVolumeSource) Unmarshal(data []byte) error
- type WeightedPodAffinityTerm
- func (x *WeightedPodAffinityTerm) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *WeightedPodAffinityTerm) CodecEncodeSelf(e *codec1978.Encoder)
- func (m *WeightedPodAffinityTerm) Marshal() (data []byte, err error)
- func (m *WeightedPodAffinityTerm) MarshalTo(data []byte) (int, error)
- func (*WeightedPodAffinityTerm) ProtoMessage()
- func (m *WeightedPodAffinityTerm) Reset()
- func (m *WeightedPodAffinityTerm) Size() (n int)
- func (m *WeightedPodAffinityTerm) String() string
- func (WeightedPodAffinityTerm) SwaggerDoc() map[string]string
- func (m *WeightedPodAffinityTerm) Unmarshal(data []byte) error
Constants ¶
View Source
const ( // NamespaceDefault means the object is in the default namespace which is applied when not specified by clients NamespaceDefault string = "default" // NamespaceAll is the default argument to specify on a context when you want to list or filter resources across all namespaces NamespaceAll string = "" )
View Source
const ( // This annotation key will be used to contain an array of v1 JSON encoded Containers // for init containers. The annotation will be placed into the internal type and cleared. PodInitContainersAnnotationKey = "pod.alpha.kubernetes.io/init-containers" // This annotation key will be used to contain an array of v1 JSON encoded // ContainerStatuses for init containers. The annotation will be placed into the internal // type and cleared. PodInitContainerStatusesAnnotationKey = "pod.alpha.kubernetes.io/init-container-statuses" )
View Source
const ( // Information only and will not cause any problems EventTypeNormal string = "Normal" // These events are to warn that something might go wrong EventTypeWarning string = "Warning" )
Valid values for event types (new types could be added in future)
View Source
const ( // SecretTypeOpaque is the default. Arbitrary user-defined data SecretTypeOpaque SecretType = "Opaque" // SecretTypeServiceAccountToken contains a token that identifies a service account to the API // // Required fields: // - Secret.Annotations["kubernetes.io/service-account.name"] - the name of the ServiceAccount the token identifies // - Secret.Annotations["kubernetes.io/service-account.uid"] - the UID of the ServiceAccount the token identifies // - Secret.Data["token"] - a token that identifies the service account to the API SecretTypeServiceAccountToken SecretType = "kubernetes.io/service-account-token" // ServiceAccountNameKey is the key of the required annotation for SecretTypeServiceAccountToken secrets ServiceAccountNameKey = "kubernetes.io/service-account.name" // ServiceAccountUIDKey is the key of the required annotation for SecretTypeServiceAccountToken secrets ServiceAccountUIDKey = "kubernetes.io/service-account.uid" // ServiceAccountTokenKey is the key of the required data for SecretTypeServiceAccountToken secrets ServiceAccountTokenKey = "token" // ServiceAccountKubeconfigKey is the key of the optional kubeconfig data for SecretTypeServiceAccountToken secrets ServiceAccountKubeconfigKey = "kubernetes.kubeconfig" // ServiceAccountRootCAKey is the key of the optional root certificate authority for SecretTypeServiceAccountToken secrets ServiceAccountRootCAKey = "ca.crt" // ServiceAccountNamespaceKey is the key of the optional namespace to use as the default for namespaced API calls ServiceAccountNamespaceKey = "namespace" // SecretTypeDockercfg contains a dockercfg file that follows the same format rules as ~/.dockercfg // // Required fields: // - Secret.Data[".dockercfg"] - a serialized ~/.dockercfg file SecretTypeDockercfg SecretType = "kubernetes.io/dockercfg" // DockerConfigKey is the key of the required data for SecretTypeDockercfg secrets DockerConfigKey = ".dockercfg" // SecretTypeTLS contains information about a TLS client or server secret. It // is primarily used with TLS termination of the Ingress resource, but may be // used in other types. // // Required fields: // - Secret.Data["tls.key"] - TLS private key. // Secret.Data["tls.crt"] - TLS certificate. // TODO: Consider supporting different formats, specifying CA/destinationCA. SecretTypeTLS SecretType = "kubernetes.io/tls" // TLSCertKey is the key for tls certificates in a TLS secert. TLSCertKey = "tls.crt" // TLSPrivateKeyKey is the key for the private key field in a TLS secret. TLSPrivateKeyKey = "tls.key" )
View Source
const ( // ClusterIPNone - do not assign a cluster IP // no proxying required and no environment variables should be created for pods ClusterIPNone = "None" )
View Source
const (
// "default-scheduler" is the name of default scheduler.
DefaultSchedulerName = "default-scheduler"
)
View Source
const GroupName = ""
GroupName is the group name use in this package
View Source
const MaxSecretSize = 1 * 1024 * 1024
View Source
const ( // TerminationMessagePathDefault means the default path to capture the application termination message running in a container TerminationMessagePathDefault string = "/dev/termination-log" )
Variables ¶
View Source
var ( ErrInvalidLengthGenerated = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowGenerated = fmt.Errorf("proto: integer overflow") )
View Source
var SchemeGroupVersion = unversioned.GroupVersion{Group: GroupName, Version: "v1"}
SchemeGroupVersion is group version used to register these objects
Functions ¶
func AddToScheme ¶ added in v1.2.0
func Convert_api_AWSElasticBlockStoreVolumeSource_To_v1_AWSElasticBlockStoreVolumeSource ¶ added in v1.2.0
func Convert_api_AWSElasticBlockStoreVolumeSource_To_v1_AWSElasticBlockStoreVolumeSource(in *api.AWSElasticBlockStoreVolumeSource, out *AWSElasticBlockStoreVolumeSource, s conversion.Scope) error
func Convert_api_Affinity_To_v1_Affinity ¶ added in v1.3.0
func Convert_api_AttachedVolume_To_v1_AttachedVolume ¶ added in v1.3.0
func Convert_api_AttachedVolume_To_v1_AttachedVolume(in *api.AttachedVolume, out *AttachedVolume, s conversion.Scope) error
func Convert_api_AzureFileVolumeSource_To_v1_AzureFileVolumeSource ¶ added in v1.2.0
func Convert_api_AzureFileVolumeSource_To_v1_AzureFileVolumeSource(in *api.AzureFileVolumeSource, out *AzureFileVolumeSource, s conversion.Scope) error
func Convert_api_Binding_To_v1_Binding ¶ added in v1.2.0
func Convert_api_Capabilities_To_v1_Capabilities ¶ added in v1.2.0
func Convert_api_Capabilities_To_v1_Capabilities(in *api.Capabilities, out *Capabilities, s conversion.Scope) error
func Convert_api_CephFSVolumeSource_To_v1_CephFSVolumeSource ¶ added in v1.2.0
func Convert_api_CephFSVolumeSource_To_v1_CephFSVolumeSource(in *api.CephFSVolumeSource, out *CephFSVolumeSource, s conversion.Scope) error
func Convert_api_CinderVolumeSource_To_v1_CinderVolumeSource ¶ added in v1.2.0
func Convert_api_CinderVolumeSource_To_v1_CinderVolumeSource(in *api.CinderVolumeSource, out *CinderVolumeSource, s conversion.Scope) error
func Convert_api_ComponentCondition_To_v1_ComponentCondition ¶ added in v1.2.0
func Convert_api_ComponentCondition_To_v1_ComponentCondition(in *api.ComponentCondition, out *ComponentCondition, s conversion.Scope) error
func Convert_api_ComponentStatusList_To_v1_ComponentStatusList ¶ added in v1.2.0
func Convert_api_ComponentStatusList_To_v1_ComponentStatusList(in *api.ComponentStatusList, out *ComponentStatusList, s conversion.Scope) error
func Convert_api_ComponentStatus_To_v1_ComponentStatus ¶ added in v1.2.0
func Convert_api_ComponentStatus_To_v1_ComponentStatus(in *api.ComponentStatus, out *ComponentStatus, s conversion.Scope) error
func Convert_api_ConfigMapKeySelector_To_v1_ConfigMapKeySelector ¶ added in v1.2.0
func Convert_api_ConfigMapKeySelector_To_v1_ConfigMapKeySelector(in *api.ConfigMapKeySelector, out *ConfigMapKeySelector, s conversion.Scope) error
func Convert_api_ConfigMapList_To_v1_ConfigMapList ¶ added in v1.2.0
func Convert_api_ConfigMapList_To_v1_ConfigMapList(in *api.ConfigMapList, out *ConfigMapList, s conversion.Scope) error
func Convert_api_ConfigMapVolumeSource_To_v1_ConfigMapVolumeSource ¶ added in v1.2.0
func Convert_api_ConfigMapVolumeSource_To_v1_ConfigMapVolumeSource(in *api.ConfigMapVolumeSource, out *ConfigMapVolumeSource, s conversion.Scope) error
func Convert_api_ConfigMap_To_v1_ConfigMap ¶ added in v1.2.0
func Convert_api_ContainerImage_To_v1_ContainerImage ¶ added in v1.2.0
func Convert_api_ContainerImage_To_v1_ContainerImage(in *api.ContainerImage, out *ContainerImage, s conversion.Scope) error
func Convert_api_ContainerPort_To_v1_ContainerPort ¶ added in v1.2.0
func Convert_api_ContainerPort_To_v1_ContainerPort(in *api.ContainerPort, out *ContainerPort, s conversion.Scope) error
func Convert_api_ContainerStateRunning_To_v1_ContainerStateRunning ¶ added in v1.2.0
func Convert_api_ContainerStateRunning_To_v1_ContainerStateRunning(in *api.ContainerStateRunning, out *ContainerStateRunning, s conversion.Scope) error
func Convert_api_ContainerStateTerminated_To_v1_ContainerStateTerminated ¶ added in v1.2.0
func Convert_api_ContainerStateTerminated_To_v1_ContainerStateTerminated(in *api.ContainerStateTerminated, out *ContainerStateTerminated, s conversion.Scope) error
func Convert_api_ContainerStateWaiting_To_v1_ContainerStateWaiting ¶ added in v1.2.0
func Convert_api_ContainerStateWaiting_To_v1_ContainerStateWaiting(in *api.ContainerStateWaiting, out *ContainerStateWaiting, s conversion.Scope) error
func Convert_api_ContainerState_To_v1_ContainerState ¶ added in v1.2.0
func Convert_api_ContainerState_To_v1_ContainerState(in *api.ContainerState, out *ContainerState, s conversion.Scope) error
func Convert_api_ContainerStatus_To_v1_ContainerStatus ¶ added in v1.2.0
func Convert_api_ContainerStatus_To_v1_ContainerStatus(in *api.ContainerStatus, out *ContainerStatus, s conversion.Scope) error
func Convert_api_Container_To_v1_Container ¶ added in v1.2.0
func Convert_api_DaemonEndpoint_To_v1_DaemonEndpoint ¶ added in v1.2.0
func Convert_api_DaemonEndpoint_To_v1_DaemonEndpoint(in *api.DaemonEndpoint, out *DaemonEndpoint, s conversion.Scope) error
func Convert_api_DeleteOptions_To_v1_DeleteOptions ¶ added in v1.2.0
func Convert_api_DeleteOptions_To_v1_DeleteOptions(in *api.DeleteOptions, out *DeleteOptions, s conversion.Scope) error
func Convert_api_DownwardAPIVolumeFile_To_v1_DownwardAPIVolumeFile ¶ added in v1.2.0
func Convert_api_DownwardAPIVolumeFile_To_v1_DownwardAPIVolumeFile(in *api.DownwardAPIVolumeFile, out *DownwardAPIVolumeFile, s conversion.Scope) error
func Convert_api_DownwardAPIVolumeSource_To_v1_DownwardAPIVolumeSource ¶ added in v1.2.0
func Convert_api_DownwardAPIVolumeSource_To_v1_DownwardAPIVolumeSource(in *api.DownwardAPIVolumeSource, out *DownwardAPIVolumeSource, s conversion.Scope) error
func Convert_api_EmptyDirVolumeSource_To_v1_EmptyDirVolumeSource ¶ added in v1.2.0
func Convert_api_EmptyDirVolumeSource_To_v1_EmptyDirVolumeSource(in *api.EmptyDirVolumeSource, out *EmptyDirVolumeSource, s conversion.Scope) error
func Convert_api_EndpointAddress_To_v1_EndpointAddress ¶ added in v1.2.0
func Convert_api_EndpointAddress_To_v1_EndpointAddress(in *api.EndpointAddress, out *EndpointAddress, s conversion.Scope) error
func Convert_api_EndpointPort_To_v1_EndpointPort ¶ added in v1.2.0
func Convert_api_EndpointPort_To_v1_EndpointPort(in *api.EndpointPort, out *EndpointPort, s conversion.Scope) error
func Convert_api_EndpointSubset_To_v1_EndpointSubset ¶ added in v1.2.0
func Convert_api_EndpointSubset_To_v1_EndpointSubset(in *api.EndpointSubset, out *EndpointSubset, s conversion.Scope) error
func Convert_api_EndpointsList_To_v1_EndpointsList ¶ added in v1.2.0
func Convert_api_EndpointsList_To_v1_EndpointsList(in *api.EndpointsList, out *EndpointsList, s conversion.Scope) error
func Convert_api_Endpoints_To_v1_Endpoints ¶ added in v1.2.0
func Convert_api_EnvVarSource_To_v1_EnvVarSource ¶ added in v1.2.0
func Convert_api_EnvVarSource_To_v1_EnvVarSource(in *api.EnvVarSource, out *EnvVarSource, s conversion.Scope) error
func Convert_api_EnvVar_To_v1_EnvVar ¶ added in v1.2.0
func Convert_api_EventList_To_v1_EventList ¶ added in v1.2.0
func Convert_api_EventSource_To_v1_EventSource ¶ added in v1.2.0
func Convert_api_EventSource_To_v1_EventSource(in *api.EventSource, out *EventSource, s conversion.Scope) error
func Convert_api_Event_To_v1_Event ¶ added in v1.2.0
func Convert_api_ExecAction_To_v1_ExecAction ¶ added in v1.2.0
func Convert_api_ExecAction_To_v1_ExecAction(in *api.ExecAction, out *ExecAction, s conversion.Scope) error
func Convert_api_ExportOptions_To_v1_ExportOptions ¶ added in v1.3.0
func Convert_api_ExportOptions_To_v1_ExportOptions(in *api.ExportOptions, out *ExportOptions, s conversion.Scope) error
func Convert_api_FCVolumeSource_To_v1_FCVolumeSource ¶ added in v1.2.0
func Convert_api_FCVolumeSource_To_v1_FCVolumeSource(in *api.FCVolumeSource, out *FCVolumeSource, s conversion.Scope) error
func Convert_api_FlexVolumeSource_To_v1_FlexVolumeSource ¶ added in v1.2.0
func Convert_api_FlexVolumeSource_To_v1_FlexVolumeSource(in *api.FlexVolumeSource, out *FlexVolumeSource, s conversion.Scope) error
func Convert_api_FlockerVolumeSource_To_v1_FlockerVolumeSource ¶ added in v1.2.0
func Convert_api_FlockerVolumeSource_To_v1_FlockerVolumeSource(in *api.FlockerVolumeSource, out *FlockerVolumeSource, s conversion.Scope) error
func Convert_api_GCEPersistentDiskVolumeSource_To_v1_GCEPersistentDiskVolumeSource ¶ added in v1.2.0
func Convert_api_GCEPersistentDiskVolumeSource_To_v1_GCEPersistentDiskVolumeSource(in *api.GCEPersistentDiskVolumeSource, out *GCEPersistentDiskVolumeSource, s conversion.Scope) error
func Convert_api_GitRepoVolumeSource_To_v1_GitRepoVolumeSource ¶ added in v1.2.0
func Convert_api_GitRepoVolumeSource_To_v1_GitRepoVolumeSource(in *api.GitRepoVolumeSource, out *GitRepoVolumeSource, s conversion.Scope) error
func Convert_api_GlusterfsVolumeSource_To_v1_GlusterfsVolumeSource ¶ added in v1.2.0
func Convert_api_GlusterfsVolumeSource_To_v1_GlusterfsVolumeSource(in *api.GlusterfsVolumeSource, out *GlusterfsVolumeSource, s conversion.Scope) error
func Convert_api_HTTPGetAction_To_v1_HTTPGetAction ¶ added in v1.2.0
func Convert_api_HTTPGetAction_To_v1_HTTPGetAction(in *api.HTTPGetAction, out *HTTPGetAction, s conversion.Scope) error
func Convert_api_HTTPHeader_To_v1_HTTPHeader ¶ added in v1.2.0
func Convert_api_HTTPHeader_To_v1_HTTPHeader(in *api.HTTPHeader, out *HTTPHeader, s conversion.Scope) error
func Convert_api_Handler_To_v1_Handler ¶ added in v1.2.0
func Convert_api_HostPathVolumeSource_To_v1_HostPathVolumeSource ¶ added in v1.2.0
func Convert_api_HostPathVolumeSource_To_v1_HostPathVolumeSource(in *api.HostPathVolumeSource, out *HostPathVolumeSource, s conversion.Scope) error
func Convert_api_ISCSIVolumeSource_To_v1_ISCSIVolumeSource ¶ added in v1.2.0
func Convert_api_ISCSIVolumeSource_To_v1_ISCSIVolumeSource(in *api.ISCSIVolumeSource, out *ISCSIVolumeSource, s conversion.Scope) error
func Convert_api_KeyToPath_To_v1_KeyToPath ¶ added in v1.2.0
func Convert_api_Lifecycle_To_v1_Lifecycle ¶ added in v1.2.0
func Convert_api_LimitRangeItem_To_v1_LimitRangeItem ¶ added in v1.2.0
func Convert_api_LimitRangeItem_To_v1_LimitRangeItem(in *api.LimitRangeItem, out *LimitRangeItem, s conversion.Scope) error
func Convert_api_LimitRangeList_To_v1_LimitRangeList ¶ added in v1.2.0
func Convert_api_LimitRangeList_To_v1_LimitRangeList(in *api.LimitRangeList, out *LimitRangeList, s conversion.Scope) error
func Convert_api_LimitRangeSpec_To_v1_LimitRangeSpec ¶ added in v1.2.0
func Convert_api_LimitRangeSpec_To_v1_LimitRangeSpec(in *api.LimitRangeSpec, out *LimitRangeSpec, s conversion.Scope) error
func Convert_api_LimitRange_To_v1_LimitRange ¶ added in v1.2.0
func Convert_api_LimitRange_To_v1_LimitRange(in *api.LimitRange, out *LimitRange, s conversion.Scope) error
func Convert_api_ListOptions_To_v1_ListOptions ¶ added in v1.2.0
func Convert_api_ListOptions_To_v1_ListOptions(in *api.ListOptions, out *ListOptions, s conversion.Scope) error
func Convert_api_List_To_v1_List ¶ added in v1.2.0
func Convert_api_LoadBalancerIngress_To_v1_LoadBalancerIngress ¶ added in v1.2.0
func Convert_api_LoadBalancerIngress_To_v1_LoadBalancerIngress(in *api.LoadBalancerIngress, out *LoadBalancerIngress, s conversion.Scope) error
func Convert_api_LoadBalancerStatus_To_v1_LoadBalancerStatus ¶ added in v1.2.0
func Convert_api_LoadBalancerStatus_To_v1_LoadBalancerStatus(in *api.LoadBalancerStatus, out *LoadBalancerStatus, s conversion.Scope) error
func Convert_api_LocalObjectReference_To_v1_LocalObjectReference ¶ added in v1.2.0
func Convert_api_LocalObjectReference_To_v1_LocalObjectReference(in *api.LocalObjectReference, out *LocalObjectReference, s conversion.Scope) error