Versions in this module Expand all Collapse all v0 v0.4.3 Oct 30, 2014 v0.4.2 Oct 29, 2014 v0.4.1 Oct 17, 2014 Changes in this version + const NamespaceAll + const NamespaceDefault + const StatusFailure + const StatusSuccess + const StatusWorking + var Codec = runtime.CodecFor(api.Scheme, "v1beta3") + type Binding struct + Host string + Metadata ObjectMeta + PodID string + func (*Binding) IsAnAPIObject() + type BoundPod struct + Metadata ObjectMeta + Spec PodSpec + func (*BoundPod) IsAnAPIObject() + type BoundPods struct + Host string + Items []BoundPod + Metadata ObjectMeta + func (*BoundPods) IsAnAPIObject() + type CauseType string + const CauseTypeFieldValueDuplicate + const CauseTypeFieldValueInvalid + const CauseTypeFieldValueNotFound + const CauseTypeFieldValueNotSupported + const CauseTypeFieldValueRequired + type Container struct + CPU int + Command []string + Env []EnvVar + Image string + ImagePullPolicy PullPolicy + Lifecycle *Lifecycle + LivenessProbe *LivenessProbe + Memory int + Name string + Ports []Port + Privileged bool + VolumeMounts []VolumeMount + WorkingDir string + type ContainerManifest struct + Containers []Container + ID string + RestartPolicy RestartPolicy + UUID string + Version string + Volumes []Volume + type ContainerManifestList struct + ID string + Items []ContainerManifest + func (*ContainerManifestList) IsAnAPIObject() + type ContainerState struct + Running *ContainerStateRunning + Termination *ContainerStateTerminated + Waiting *ContainerStateWaiting + type ContainerStateRunning struct + StartedAt time.Time + type ContainerStateTerminated struct + ExitCode int + FinishedAt time.Time + Reason string + Signal int + StartedAt time.Time + type ContainerStateWaiting struct + Reason string + type ContainerStatus struct + RestartCount int + State ContainerState + type EmptyDir struct + type Endpoints struct + Endpoints []string + Metadata ObjectMeta + func (*Endpoints) IsAnAPIObject() + type EndpointsList struct + Items []Endpoints + Metadata ListMeta + func (*EndpointsList) IsAnAPIObject() + type EnvVar struct + Name string + Value string + type Event struct + Condition string + InvolvedObject ObjectReference + Message string + Metadata ObjectMeta + Reason string + Source string + func (*Event) IsAnAPIObject() + type EventList struct + Items []Event + Metadata ListMeta + func (*EventList) IsAnAPIObject() + type ExecAction struct + Command []string + type GCEPersistentDisk struct + FSType string + PDName string + Partition int + ReadOnly bool + type HTTPGetAction struct + Host string + Path string + Port util.IntOrString + type Handler struct + Exec *ExecAction + HTTPGet *HTTPGetAction + type HostDir struct + Path string + type Lifecycle struct + PostStart *Handler + PreStop *Handler + type ListMeta struct + ResourceVersion string + SelfLink string + type LivenessProbe struct + Exec *ExecAction + HTTPGet *HTTPGetAction + InitialDelaySeconds int64 + TCPSocket *TCPSocketAction + Type string + type Node struct + Metadata ObjectMeta + NodeResources NodeResources + Spec NodeSpec + Status NodeStatus + func (*Node) IsAnAPIObject() + type NodeList struct + Items []Node + Metadata ListMeta + func (*NodeList) IsAnAPIObject() + type NodeResources struct + Capacity ResourceList + type NodeSpec struct + type NodeStatus struct + type ObjectMeta struct + Annotations map[string]string + CreationTimestamp util.Time + Labels map[string]string + Name string + Namespace string + ResourceVersion string + SelfLink string + UID string + type ObjectReference struct + APIVersion string + FieldPath string + Kind string + Name string + Namespace string + ResourceVersion string + UID string + type Operation struct + Metadata ObjectMeta + func (*Operation) IsAnAPIObject() + type OperationList struct + Items []Operation + Metadata ListMeta + func (*OperationList) IsAnAPIObject() + type Pod struct + Metadata ObjectMeta + Spec PodSpec + Status PodStatus + func (*Pod) IsAnAPIObject() + type PodCondition string + const PodFailed + const PodPending + const PodRunning + const PodSucceeded + type PodInfo map[string]ContainerStatus + type PodList struct + Items []Pod + Metadata ListMeta + func (*PodList) IsAnAPIObject() + type PodSpec struct + Containers []Container + RestartPolicy RestartPolicy + Volumes []Volume + type PodStatus struct + Condition PodCondition + Host string + HostIP string + Info PodInfo + PodIP string + type PodTemplate struct + Metadata ObjectMeta + Spec PodTemplateSpec + func (*PodTemplate) IsAnAPIObject() + type PodTemplateList struct + Items []PodTemplate + Metadata ListMeta + func (*PodTemplateList) IsAnAPIObject() + type PodTemplateSpec struct + Metadata ObjectMeta + Spec PodSpec + type Port struct + ContainerPort int + HostIP string + HostPort int + Name string + Protocol Protocol + type Protocol string + const ProtocolTCP + const ProtocolUDP + type PullPolicy string + const PullAlways + const PullIfNotPresent + const PullNever + type ReplicationController struct + Metadata ObjectMeta + Spec ReplicationControllerSpec + Status ReplicationControllerStatus + func (*ReplicationController) IsAnAPIObject() + type ReplicationControllerList struct + Items []ReplicationController + Metadata ListMeta + func (*ReplicationControllerList) IsAnAPIObject() + type ReplicationControllerSpec struct + Replicas int + Selector map[string]string + Template ObjectReference + type ReplicationControllerStatus struct + Replicas int + type ResourceList map[ResourceName]util.IntOrString + type ResourceName string + type RestartPolicy struct + Always *RestartPolicyAlways + Never *RestartPolicyNever + OnFailure *RestartPolicyOnFailure + type RestartPolicyAlways struct + type RestartPolicyNever struct + type RestartPolicyOnFailure struct + type Service struct + Metadata ObjectMeta + Spec ServiceSpec + Status ServiceStatus + func (*Service) IsAnAPIObject() + type ServiceList struct + Items []Service + Metadata ListMeta + func (*ServiceList) IsAnAPIObject() + type ServiceSpec struct + ContainerPort util.IntOrString + CreateExternalLoadBalancer bool + Port int + Protocol Protocol + Selector map[string]string + type ServiceStatus struct + type Status struct + Code int + Details *StatusDetails + Message string + Metadata ListMeta + Reason StatusReason + Status string + func (*Status) IsAnAPIObject() + type StatusCause struct + Field string + Message string + Type CauseType + type StatusDetails struct + Causes []StatusCause + ID string + Kind string + type StatusReason string + const StatusReasonAlreadyExists + const StatusReasonConflict + const StatusReasonInvalid + const StatusReasonNotFound + const StatusReasonUnknown + const StatusReasonWorking + type TCPSocketAction struct + Port util.IntOrString + type TypeMeta struct + APIVersion string + Kind string + type Volume struct + Name string + Source *VolumeSource + type VolumeMount struct + MountPath string + Name string + ReadOnly bool + type VolumeSource struct + EmptyDir *EmptyDir + GCEPersistentDisk *GCEPersistentDisk + HostDir *HostDir