Versions in this module Expand all Collapse all v0 v0.19.0 Jun 9, 2015 Changes in this version + const ClusterIPNone + const DockerConfigKey + const MaxSecretSize + const NamespaceAll + const NamespaceDefault + const SecretTypeDockercfg + const SecretTypeOpaque + const SecretTypeServiceAccountToken + const ServiceAccountKubeconfigKey + const ServiceAccountNameKey + const ServiceAccountTokenKey + const ServiceAccountUIDKey + const StatusFailure + const StatusSuccess + const TerminationMessagePathDefault + var Codec = runtime.CodecFor(api.Scheme, "v1") + type AWSElasticBlockStoreVolumeSource struct + FSType string + Partition int + ReadOnly bool + VolumeID string + type Binding struct + Target ObjectReference + func (*Binding) IsAnAPIObject() + type Capabilities struct + Add []Capability + Drop []Capability + type Capability string + type CauseType string + const CauseTypeFieldValueDuplicate + const CauseTypeFieldValueInvalid + const CauseTypeFieldValueNotFound + const CauseTypeFieldValueNotSupported + const CauseTypeFieldValueRequired + type ComponentCondition struct + Error string + Message string + Status ConditionStatus + Type ComponentConditionType + type ComponentConditionType string + const ComponentHealthy + type ComponentStatus struct + Conditions []ComponentCondition + func (*ComponentStatus) IsAnAPIObject() + type ComponentStatusList struct + Items []ComponentStatus + func (*ComponentStatusList) IsAnAPIObject() + type ConditionStatus string + const ConditionFalse + const ConditionTrue + const ConditionUnknown + type Container struct + Args []string + Command []string + Env []EnvVar + Image string + ImagePullPolicy PullPolicy + Lifecycle *Lifecycle + LivenessProbe *Probe + Name string + Ports []ContainerPort + ReadinessProbe *Probe + Resources ResourceRequirements + SecurityContext *SecurityContext + TerminationMessagePath string + VolumeMounts []VolumeMount + WorkingDir string + type ContainerPort struct + ContainerPort int + HostIP string + HostPort int + Name string + Protocol Protocol + type ContainerState struct + Running *ContainerStateRunning + Terminated *ContainerStateTerminated + Waiting *ContainerStateWaiting + type ContainerStateRunning struct + StartedAt util.Time + type ContainerStateTerminated struct + ContainerID string + ExitCode int + FinishedAt util.Time + Message string + Reason string + Signal int + StartedAt util.Time + type ContainerStateWaiting struct + Reason string + type ContainerStatus struct + ContainerID string + Image string + ImageID string + LastTerminationState ContainerState + Name string + Ready bool + RestartCount int + State ContainerState + type DNSPolicy string + const DNSClusterFirst + const DNSDefault + type DeleteOptions struct + GracePeriodSeconds *int64 + func (*DeleteOptions) IsAnAPIObject() + type EmptyDirVolumeSource struct + Medium StorageMedium + type EndpointAddress struct + IP string + TargetRef *ObjectReference + type EndpointPort struct + Name string + Port int + Protocol Protocol + type EndpointSubset struct + Addresses []EndpointAddress + Ports []EndpointPort + type Endpoints struct + Subsets []EndpointSubset + func (*Endpoints) IsAnAPIObject() + type EndpointsList struct + Items []Endpoints + func (*EndpointsList) IsAnAPIObject() + type EnvVar struct + Name string + Value string + ValueFrom *EnvVarSource + type EnvVarSource struct + FieldRef *ObjectFieldSelector + type Event struct + Count int + FirstTimestamp util.Time + InvolvedObject ObjectReference + LastTimestamp util.Time + Message string + Reason string + Source EventSource + func (*Event) IsAnAPIObject() + type EventList struct + Items []Event + func (*EventList) IsAnAPIObject() + type EventSource struct + Component string + Host string + type ExecAction struct + Command []string + type FinalizerName string + const FinalizerKubernetes + type GCEPersistentDiskVolumeSource struct + FSType string + PDName string + Partition int + ReadOnly bool + type GitRepoVolumeSource struct + Repository string + Revision string + type GlusterfsVolumeSource struct + EndpointsName string + Path string + ReadOnly bool + type HTTPGetAction struct + Host string + Path string + Port util.IntOrString + type Handler struct + Exec *ExecAction + HTTPGet *HTTPGetAction + TCPSocket *TCPSocketAction + type HostPathVolumeSource struct + Path string + type ISCSIVolumeSource struct + FSType string + IQN string + Lun int + ReadOnly bool + TargetPortal string + type Lifecycle struct + PostStart *Handler + PreStop *Handler + type LimitRange struct + Spec LimitRangeSpec + func (*LimitRange) IsAnAPIObject() + type LimitRangeItem struct + Default ResourceList + Max ResourceList + Min ResourceList + Type LimitType + type LimitRangeList struct + Items []LimitRange + func (*LimitRangeList) IsAnAPIObject() + type LimitRangeSpec struct + Limits []LimitRangeItem + type LimitType string + const LimitTypeContainer + const LimitTypePod + type List struct + Items []runtime.RawExtension + func (*List) IsAnAPIObject() + type ListMeta struct + ResourceVersion string + SelfLink string + type ListOptions struct + FieldSelector string + LabelSelector string + ResourceVersion string + Watch bool + func (*ListOptions) IsAnAPIObject() + type LoadBalancerIngress struct + Hostname string + IP string + type LoadBalancerStatus struct + Ingress []LoadBalancerIngress + type LocalObjectReference struct + Name string + type NFSVolumeSource struct + Path string + ReadOnly bool + Server string + type Namespace struct + Spec NamespaceSpec + Status NamespaceStatus + func (*Namespace) IsAnAPIObject() + type NamespaceList struct + Items []Namespace + func (*NamespaceList) IsAnAPIObject() + type NamespacePhase string + const NamespaceActive + const NamespaceTerminating + type NamespaceSpec struct + Finalizers []FinalizerName + type NamespaceStatus struct + Phase NamespacePhase + type Node struct + Spec NodeSpec + Status NodeStatus + func (*Node) IsAnAPIObject() + type NodeAddress struct + Address string + Type NodeAddressType + type NodeAddressType string + const NodeExternalIP + const NodeHostName + const NodeInternalIP + type NodeCondition struct + LastHeartbeatTime util.Time + LastTransitionTime util.Time + Message string + Reason string + Status ConditionStatus + Type NodeConditionType + type NodeConditionType string + const NodeReady + type NodeList struct + Items []Node + func (*NodeList) IsAnAPIObject() + type NodePhase string + const NodePending + const NodeRunning + const NodeTerminated + type NodeSpec struct + ExternalID string + PodCIDR string + ProviderID string + Unschedulable bool + type NodeStatus struct + Addresses []NodeAddress + Capacity ResourceList + Conditions []NodeCondition + NodeInfo NodeSystemInfo + Phase NodePhase + type NodeSystemInfo struct + BootID string + ContainerRuntimeVersion string + KernelVersion string + KubeProxyVersion string + KubeletVersion string + MachineID string + OsImage string + SystemUUID string + type ObjectFieldSelector struct + APIVersion string + FieldPath string + type ObjectMeta struct + Annotations map[string]string + CreationTimestamp util.Time + DeletionTimestamp *util.Time + GenerateName string + Labels map[string]string + Name string + Namespace string + ResourceVersion string + SelfLink string + UID types.UID + type ObjectReference struct + APIVersion string + FieldPath string + Kind string + Name string + Namespace string + ResourceVersion string + UID types.UID + type PersistentVolume struct + Spec PersistentVolumeSpec + Status PersistentVolumeStatus + func (*PersistentVolume) IsAnAPIObject() + type PersistentVolumeAccessMode string + const ReadOnlyMany + const ReadWriteMany + const ReadWriteOnce + type PersistentVolumeClaim struct + Spec PersistentVolumeClaimSpec + Status PersistentVolumeClaimStatus + func (*PersistentVolumeClaim) IsAnAPIObject() + type PersistentVolumeClaimList struct + Items []PersistentVolumeClaim + func (*PersistentVolumeClaimList) IsAnAPIObject() + type PersistentVolumeClaimPhase string + const ClaimBound + const ClaimPending + type PersistentVolumeClaimSpec struct + AccessModes []PersistentVolumeAccessMode + Resources ResourceRequirements + VolumeName string + type PersistentVolumeClaimStatus struct + AccessModes []PersistentVolumeAccessMode + Capacity ResourceList + Phase PersistentVolumeClaimPhase + type PersistentVolumeClaimVolumeSource struct + ClaimName string + ReadOnly bool + type PersistentVolumeList struct + Items []PersistentVolume + func (*PersistentVolumeList) IsAnAPIObject() + type PersistentVolumePhase string + const VolumeAvailable + const VolumeBound + const VolumeFailed + const VolumePending + const VolumeReleased + type PersistentVolumeReclaimPolicy string + const PersistentVolumeReclaimRecycle + const PersistentVolumeReclaimRetain + type PersistentVolumeSource struct + AWSElasticBlockStore *AWSElasticBlockStoreVolumeSource + GCEPersistentDisk *GCEPersistentDiskVolumeSource + Glusterfs *GlusterfsVolumeSource + HostPath *HostPathVolumeSource + ISCSI *ISCSIVolumeSource + NFS *NFSVolumeSource + RBD *RBDVolumeSource + type PersistentVolumeSpec struct + AccessModes []PersistentVolumeAccessMode + Capacity ResourceList + ClaimRef *ObjectReference + PersistentVolumeReclaimPolicy PersistentVolumeReclaimPolicy + type PersistentVolumeStatus struct + Message string + Phase PersistentVolumePhase + Reason string + type Pod struct + Spec PodSpec + Status PodStatus + func (*Pod) IsAnAPIObject() + type PodCondition struct + Status ConditionStatus + Type PodConditionType + type PodConditionType string + const PodReady + type PodExecOptions struct + Command []string + Container string + Stderr bool + Stdin bool + Stdout bool + TTY bool + func (*PodExecOptions) IsAnAPIObject() + type PodList struct + Items []Pod + func (*PodList) IsAnAPIObject() + type PodLogOptions struct + Container string + Follow bool + Previous bool + func (*PodLogOptions) IsAnAPIObject() + type PodPhase string + const PodFailed + const PodPending + const PodRunning + const PodSucceeded + const PodUnknown + type PodProxyOptions struct + Path string + func (*PodProxyOptions) IsAnAPIObject() + type PodSpec struct + ActiveDeadlineSeconds *int64 + Containers []Container + DNSPolicy DNSPolicy + HostNetwork bool + ImagePullSecrets []LocalObjectReference + NodeName string + NodeSelector map[string]string + RestartPolicy RestartPolicy + ServiceAccount string + TerminationGracePeriodSeconds *int64 + Volumes []Volume + type PodStatus struct + Conditions []PodCondition + ContainerStatuses []ContainerStatus + HostIP string + Message string + Phase PodPhase + PodIP string + StartTime *util.Time + type PodStatusResult struct + Status PodStatus + func (*PodStatusResult) IsAnAPIObject() + type PodTemplate struct + Template PodTemplateSpec + func (*PodTemplate) IsAnAPIObject() + type PodTemplateList struct + Items []PodTemplate + func (*PodTemplateList) IsAnAPIObject() + type PodTemplateSpec struct + Spec PodSpec + type Probe struct + InitialDelaySeconds int64 + TimeoutSeconds int64 + type Protocol string + const ProtocolTCP + const ProtocolUDP + type PullPolicy string + const PullAlways + const PullIfNotPresent + const PullNever + type RBDVolumeSource struct + CephMonitors []string + FSType string + Keyring string + RBDImage string + RBDPool string + RadosUser string + ReadOnly bool + SecretRef *LocalObjectReference + type RangeAllocation struct + Data []byte + Range string + func (*RangeAllocation) IsAnAPIObject() + type ReplicationController struct + Spec ReplicationControllerSpec + Status ReplicationControllerStatus + func (*ReplicationController) IsAnAPIObject() + type ReplicationControllerList struct + Items []ReplicationController + func (*ReplicationControllerList) IsAnAPIObject() + type ReplicationControllerSpec struct + Replicas *int + Selector map[string]string + Template *PodTemplateSpec + type ReplicationControllerStatus struct + Replicas int + type ResourceList map[ResourceName]resource.Quantity + type ResourceName string + const ResourceCPU + const ResourceMemory + const ResourcePersistentVolumeClaims + const ResourcePods + const ResourceQuotas + const ResourceReplicationControllers + const ResourceSecrets + const ResourceServices + const ResourceStorage + type ResourceQuota struct + Spec ResourceQuotaSpec + Status ResourceQuotaStatus + func (*ResourceQuota) IsAnAPIObject() + type ResourceQuotaList struct + Items []ResourceQuota + func (*ResourceQuotaList) IsAnAPIObject() + type ResourceQuotaSpec struct + Hard ResourceList + type ResourceQuotaStatus struct + Hard ResourceList + Used ResourceList + type ResourceRequirements struct + Limits ResourceList + Requests ResourceList + type RestartPolicy string + const RestartPolicyAlways + const RestartPolicyNever + const RestartPolicyOnFailure + type SELinuxOptions struct + Level string + Role string + Type string + User string + type Secret struct + Data map[string][]byte + Type SecretType + func (*Secret) IsAnAPIObject() + type SecretList struct + Items []Secret + func (*SecretList) IsAnAPIObject() + type SecretType string + type SecretVolumeSource struct + SecretName string + type SecurityContext struct + Capabilities *Capabilities + Privileged *bool + RunAsUser *int64 + SELinuxOptions *SELinuxOptions + type SerializedReference struct + Reference ObjectReference + func (*SerializedReference) IsAnAPIObject() + type Service struct + Spec ServiceSpec + Status ServiceStatus + func (*Service) IsAnAPIObject() + type ServiceAccount struct + ImagePullSecrets []LocalObjectReference + Secrets []ObjectReference + func (*ServiceAccount) IsAnAPIObject() + type ServiceAccountList struct + Items []ServiceAccount + func (*ServiceAccountList) IsAnAPIObject() + type ServiceAffinity string + const ServiceAffinityClientIP + const ServiceAffinityNone + type ServiceList struct + Items []Service + func (*ServiceList) IsAnAPIObject() + type ServicePort struct + Name string + NodePort int + Port int + Protocol Protocol + TargetPort util.IntOrString + type ServiceSpec struct + ClusterIP string + DeprecatedPublicIPs []string + Ports []ServicePort + Selector map[string]string + SessionAffinity ServiceAffinity + Type ServiceType + type ServiceStatus struct + LoadBalancer LoadBalancerStatus + type ServiceType string + const ServiceTypeClusterIP + const ServiceTypeLoadBalancer + const ServiceTypeNodePort + type Status struct + Code int + Details *StatusDetails + Message string + Reason StatusReason + Status string + func (*Status) IsAnAPIObject() + type StatusCause struct + Field string + Message string + Type CauseType + type StatusDetails struct + Causes []StatusCause + Kind string + Name string + RetryAfterSeconds int + type StatusReason string + const StatusReasonAlreadyExists + const StatusReasonConflict + const StatusReasonInvalid + const StatusReasonNotFound + const StatusReasonServerTimeout + const StatusReasonUnknown + type StorageMedium string + const StorageMediumDefault + const StorageMediumMemory + type TCPSocketAction struct + Port util.IntOrString + type TypeMeta struct + APIVersion string + Kind string + type Volume struct + Name string + type VolumeMount struct + MountPath string + Name string + ReadOnly bool + type VolumeSource struct + AWSElasticBlockStore *AWSElasticBlockStoreVolumeSource + EmptyDir *EmptyDirVolumeSource + GCEPersistentDisk *GCEPersistentDiskVolumeSource + GitRepo *GitRepoVolumeSource + Glusterfs *GlusterfsVolumeSource + HostPath *HostPathVolumeSource + ISCSI *ISCSIVolumeSource + NFS *NFSVolumeSource + PersistentVolumeClaimVolumeSource *PersistentVolumeClaimVolumeSource + RBD *RBDVolumeSource + Secret *SecretVolumeSource