From 6153aba30ad3339843c3584ee41e82cdf29c5e09 Mon Sep 17 00:00:00 2001 From: Chao Xu Date: Wed, 22 Jul 2015 18:24:51 -0700 Subject: [PATCH] update links in docs/api-reference/definitions.html --- docs/api-reference/definitions.html | 510 ++++++++++++++-------------- 1 file changed, 255 insertions(+), 255 deletions(-) diff --git a/docs/api-reference/definitions.html b/docs/api-reference/definitions.html index 562b43c7e58..d438506bd48 100644 --- a/docs/api-reference/definitions.html +++ b/docs/api-reference/definitions.html @@ -497,35 +497,35 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

kind

-

kind of object, in CamelCase; cannot be updated; see http://releases.k8s.io/HEAD/docs/api-conventions.md#types-kinds

+

kind of object, in CamelCase; cannot be updated; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#types-kinds

false

string

apiVersion

-

version of the schema the object should have; see http://releases.k8s.io/HEAD/docs/api-conventions.md#resources

+

version of the schema the object should have; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#resources

false

string

metadata

-

standard object metadata; see http://releases.k8s.io/HEAD/docs/api-conventions.md#metadata

+

standard object metadata; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#metadata

false

v1.ObjectMeta

spec

-

specification of a node; http://releases.k8s.io/HEAD/docs/api-conventions.md#spec-and-status

+

specification of a node; http://kubernetes.io/v1.0/docs/devel/api-conventions.html#spec-and-status

false

v1.NodeSpec

status

-

most recently observed status of the node; populated by the system, read-only; http://releases.k8s.io/HEAD/docs/api-conventions.md#spec-and-status

+

most recently observed status of the node; populated by the system, read-only; http://kubernetes.io/v1.0/docs/devel/api-conventions.html#spec-and-status

false

v1.NodeStatus

@@ -556,28 +556,28 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

kind

-

kind of object, in CamelCase; cannot be updated; see http://releases.k8s.io/HEAD/docs/api-conventions.md#types-kinds

+

kind of object, in CamelCase; cannot be updated; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#types-kinds

false

string

apiVersion

-

version of the schema the object should have; see http://releases.k8s.io/HEAD/docs/api-conventions.md#resources

+

version of the schema the object should have; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#resources

false

string

metadata

-

standard list metadata; see http://releases.k8s.io/HEAD/docs/api-conventions.md#types-kinds

+

standard list metadata; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#types-kinds

false

v1.ListMeta

items

-

a list of persistent volume claims; see http://releases.k8s.io/HEAD/docs/persistent-volumes.md#persistentvolumeclaims

+

a list of persistent volume claims; see http://kubernetes.io/v1.0/docs/user-guide/persistent-volumes.html#persistentvolumeclaims

false

v1.PersistentVolumeClaim array

@@ -646,28 +646,28 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

user

-

the user label to apply to the container; see http://releases.k8s.io/HEAD/docs/labels.md

+

the user label to apply to the container; see http://kubernetes.io/v1.0/docs/user-guide/labels.html

false

string

role

-

the role label to apply to the container; see http://releases.k8s.io/HEAD/docs/labels.md

+

the role label to apply to the container; see http://kubernetes.io/v1.0/docs/user-guide/labels.html

false

string

type

-

the type label to apply to the container; see http://releases.k8s.io/HEAD/docs/labels.md

+

the type label to apply to the container; see http://kubernetes.io/v1.0/docs/user-guide/labels.html

false

string

level

-

the level label to apply to the container; see http://releases.k8s.io/HEAD/docs/labels.md

+

the level label to apply to the container; see http://kubernetes.io/v1.0/docs/user-guide/labels.html

false

string

@@ -774,14 +774,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

accessModes

-

the desired access modes the volume should have; see http://releases.k8s.io/HEAD/docs/persistent-volumes.md#access-modes-1

+

the desired access modes the volume should have; see http://kubernetes.io/v1.0/docs/user-guide/persistent-volumes.html#access-modes-1

false

v1.PersistentVolumeAccessMode array

resources

-

the desired resources the volume should have; see http://releases.k8s.io/HEAD/docs/persistent-volumes.md#resources

+

the desired resources the volume should have; see http://kubernetes.io/v1.0/docs/user-guide/persistent-volumes.html#resources

false

v1.ResourceRequirements

@@ -819,28 +819,28 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

pdName

-

unique name of the PD resource in GCE; see http://releases.k8s.io/HEAD/docs/volumes.md#gcepersistentdisk

+

unique name of the PD resource in GCE; see http://kubernetes.io/v1.0/docs/user-guide/volumes.html#gcepersistentdisk

true

string

fsType

-

file system type to mount, such as ext4, xfs, ntfs; see http://releases.k8s.io/HEAD/docs/volumes.md#gcepersistentdisk

+

file system type to mount, such as ext4, xfs, ntfs; see http://kubernetes.io/v1.0/docs/user-guide/volumes.html#gcepersistentdisk

true

string

partition

-

partition on the disk to mount (e.g., 1 for /dev/sda1); if omitted the plain device name (e.g., /dev/sda) will be mounted; see http://releases.k8s.io/HEAD/docs/volumes.md#gcepersistentdisk

+

partition on the disk to mount (e.g., 1 for /dev/sda1); if omitted the plain device name (e.g., /dev/sda) will be mounted; see http://kubernetes.io/v1.0/docs/user-guide/volumes.html#gcepersistentdisk

false

integer (int32)

readOnly

-

read-only if true, read-write otherwise (false or unspecified); see http://releases.k8s.io/HEAD/docs/volumes.md#gcepersistentdisk

+

read-only if true, read-write otherwise (false or unspecified); see http://kubernetes.io/v1.0/docs/user-guide/volumes.html#gcepersistentdisk

false

boolean

false

@@ -871,7 +871,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

phase

-

phase is the current lifecycle phase of the namespace; see http://releases.k8s.io/HEAD/docs/design/namespaces.md#phases

+

phase is the current lifecycle phase of the namespace; see http://kubernetes.io/v1.0/docs/design/namespaces.html#phases

false

string

@@ -902,7 +902,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

hard

-

hard is the set of desired hard limits for each named resource; see http://releases.k8s.io/HEAD/docs/design/admission_control_resource_quota.md#admissioncontrol-plugin-resourcequota

+

hard is the set of desired hard limits for each named resource; see http://kubernetes.io/v1.0/docs/design/admission_control_resource_quota.html#admissioncontrol-plugin-resourcequota

false

any

@@ -933,7 +933,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

finalizers

-

an opaque list of values that must be empty to permanently remove object from storage; see http://releases.k8s.io/HEAD/docs/design/namespaces.md#finalizers

+

an opaque list of values that must be empty to permanently remove object from storage; see http://kubernetes.io/v1.0/docs/design/namespaces.html#finalizers

false

v1.FinalizerName array

@@ -964,35 +964,35 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

kind

-

kind of object, in CamelCase; cannot be updated; see http://releases.k8s.io/HEAD/docs/api-conventions.md#types-kinds

+

kind of object, in CamelCase; cannot be updated; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#types-kinds

false

string

apiVersion

-

version of the schema the object should have; see http://releases.k8s.io/HEAD/docs/api-conventions.md#resources

+

version of the schema the object should have; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#resources

false

string

metadata

-

standard object metadata; see http://releases.k8s.io/HEAD/docs/api-conventions.md#metadata

+

standard object metadata; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#metadata

false

v1.ObjectMeta

spec

-

specification of a persistent volume as provisioned by an administrator; see http://releases.k8s.io/HEAD/docs/persistent-volumes.md#persistent-volumes

+

specification of a persistent volume as provisioned by an administrator; see http://kubernetes.io/v1.0/docs/user-guide/persistent-volumes.html#persistent-volumes

false

v1.PersistentVolumeSpec

status

-

current status of a persistent volume; populated by the system, read-only; see http://releases.k8s.io/HEAD/docs/persistent-volumes.md#persistent-volumes

+

current status of a persistent volume; populated by the system, read-only; see http://kubernetes.io/v1.0/docs/user-guide/persistent-volumes.html#persistent-volumes

false

v1.PersistentVolumeStatus

@@ -1023,7 +1023,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

phase

-

the current phase of a persistent volume; see http://releases.k8s.io/HEAD/docs/persistent-volumes.md#phase

+

the current phase of a persistent volume; see http://kubernetes.io/v1.0/docs/user-guide/persistent-volumes.html#phase

false

string

@@ -1068,21 +1068,21 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

kind

-

kind of object, in CamelCase; cannot be updated; see http://releases.k8s.io/HEAD/docs/api-conventions.md#types-kinds

+

kind of object, in CamelCase; cannot be updated; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#types-kinds

false

string

apiVersion

-

version of the schema the object should have; see http://releases.k8s.io/HEAD/docs/api-conventions.md#resources

+

version of the schema the object should have; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#resources

false

string

metadata

-

standard list metadata; see http://releases.k8s.io/HEAD/docs/api-conventions.md#metadata

+

standard list metadata; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#metadata

false

v1.ListMeta

@@ -1262,21 +1262,21 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

kind

-

kind of object, in CamelCase; cannot be updated; see http://releases.k8s.io/HEAD/docs/api-conventions.md#types-kinds

+

kind of object, in CamelCase; cannot be updated; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#types-kinds

false

string

apiVersion

-

version of the schema the object should have; see http://releases.k8s.io/HEAD/docs/api-conventions.md#resources

+

version of the schema the object should have; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#resources

false

string

metadata

-

standard list metadata; see http://releases.k8s.io/HEAD/docs/api-conventions.md#metadata

+

standard list metadata; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#metadata

false

v1.ListMeta

@@ -1314,7 +1314,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

name

-

name of the referent; see http://releases.k8s.io/HEAD/docs/identifiers.md#names

+

name of the referent; see http://kubernetes.io/v1.0/docs/user-guide/identifiers.html#names

false

string

@@ -1345,7 +1345,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

hard

-

hard is the set of enforced hard limits for each named resource; see http://releases.k8s.io/HEAD/docs/design/admission_control_resource_quota.md#admissioncontrol-plugin-resourcequota

+

hard is the set of enforced hard limits for each named resource; see http://kubernetes.io/v1.0/docs/design/admission_control_resource_quota.html#admissioncontrol-plugin-resourcequota

false

any

@@ -1414,21 +1414,21 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

name

-

string that identifies an object. Must be unique within a namespace; cannot be updated; see http://releases.k8s.io/HEAD/docs/identifiers.md#names

+

string that identifies an object. Must be unique within a namespace; cannot be updated; see http://kubernetes.io/v1.0/docs/user-guide/identifiers.html#names

false

string

generateName

-

an optional prefix to use to generate a unique name; has the same validation rules as name; optional, and is applied only name if is not specified; see http://releases.k8s.io/HEAD/docs/api-conventions.md#idempotency

+

an optional prefix to use to generate a unique name; has the same validation rules as name; optional, and is applied only name if is not specified; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#idempotency

false

string

namespace

-

namespace of the object; must be a DNS_LABEL; cannot be updated; see http://releases.k8s.io/HEAD/docs/namespaces.md

+

namespace of the object; must be a DNS_LABEL; cannot be updated; see http://kubernetes.io/v1.0/docs/user-guide/namespaces.html

false

string

@@ -1442,14 +1442,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

uid

-

unique UUID across space and time; populated by the system; read-only; see http://releases.k8s.io/HEAD/docs/identifiers.md#uids

+

unique UUID across space and time; populated by the system; read-only; see http://kubernetes.io/v1.0/docs/user-guide/identifiers.html#uids

false

string

resourceVersion

-

string that identifies the internal version of this object that can be used by clients to determine when objects have changed; populated by the system, read-only; value must be treated as opaque by clients and passed unmodified back to the server: http://releases.k8s.io/HEAD/docs/api-conventions.md#concurrency-control-and-consistency

+

string that identifies the internal version of this object that can be used by clients to determine when objects have changed; populated by the system, read-only; value must be treated as opaque by clients and passed unmodified back to the server: http://kubernetes.io/v1.0/docs/devel/api-conventions.html#concurrency-control-and-consistency

false

string

@@ -1463,28 +1463,28 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

creationTimestamp

-

RFC 3339 date and time at which the object was created; populated by the system, read-only; null for lists; see http://releases.k8s.io/HEAD/docs/api-conventions.md#metadata

+

RFC 3339 date and time at which the object was created; populated by the system, read-only; null for lists; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#metadata

false

string

deletionTimestamp

-

RFC 3339 date and time at which the object will be deleted; populated by the system when a graceful deletion is requested, read-only; if not set, graceful deletion of the object has not been requested; see http://releases.k8s.io/HEAD/docs/api-conventions.md#metadata

+

RFC 3339 date and time at which the object will be deleted; populated by the system when a graceful deletion is requested, read-only; if not set, graceful deletion of the object has not been requested; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#metadata

false

string

labels

-

map of string keys and values that can be used to organize and categorize objects; may match selectors of replication controllers and services; see http://releases.k8s.io/HEAD/docs/labels.md

+

map of string keys and values that can be used to organize and categorize objects; may match selectors of replication controllers and services; see http://kubernetes.io/v1.0/docs/user-guide/labels.html

false

any

annotations

-

map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about objects; see http://releases.k8s.io/HEAD/docs/annotations.md

+

map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about objects; see http://kubernetes.io/v1.0/docs/user-guide/annotations.html

false

any

@@ -1609,7 +1609,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

medium

-

type of storage used to back the volume; must be an empty string (default) or Memory; see http://releases.k8s.io/HEAD/docs/volumes.md#emptydir

+

type of storage used to back the volume; must be an empty string (default) or Memory; see http://kubernetes.io/v1.0/docs/user-guide/volumes.html#emptydir

false

string

@@ -1640,21 +1640,21 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

kind

-

kind of object, in CamelCase; cannot be updated; see http://releases.k8s.io/HEAD/docs/api-conventions.md#types-kinds

+

kind of object, in CamelCase; cannot be updated; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#types-kinds

false

string

apiVersion

-

version of the schema the object should have; see http://releases.k8s.io/HEAD/docs/api-conventions.md#resources

+

version of the schema the object should have; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#resources

false

string

metadata

-

standard list metadata; see http://releases.k8s.io/HEAD/docs/api-conventions.md#metadata

+

standard list metadata; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#metadata

false

v1.ListMeta

@@ -1692,35 +1692,35 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

kind

-

kind of object, in CamelCase; cannot be updated; see http://releases.k8s.io/HEAD/docs/api-conventions.md#types-kinds

+

kind of object, in CamelCase; cannot be updated; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#types-kinds

false

string

apiVersion

-

version of the schema the object should have; see http://releases.k8s.io/HEAD/docs/api-conventions.md#resources

+

version of the schema the object should have; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#resources

false

string

metadata

-

standard object metadata; see http://releases.k8s.io/HEAD/docs/api-conventions.md#metadata

+

standard object metadata; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#metadata

false

v1.ObjectMeta

spec

-

the desired characteristics of a volume; see http://releases.k8s.io/HEAD/docs/persistent-volumes.md#persistentvolumeclaims

+

the desired characteristics of a volume; see http://kubernetes.io/v1.0/docs/user-guide/persistent-volumes.html#persistentvolumeclaims

false

v1.PersistentVolumeClaimSpec

status

-

the current status of a persistent volume claim; read-only; see http://releases.k8s.io/HEAD/docs/persistent-volumes.md#persistentvolumeclaims

+

the current status of a persistent volume claim; read-only; see http://kubernetes.io/v1.0/docs/user-guide/persistent-volumes.html#persistentvolumeclaims

false

v1.PersistentVolumeClaimStatus

@@ -1751,28 +1751,28 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

kind

-

kind of object, in CamelCase; cannot be updated; see http://releases.k8s.io/HEAD/docs/api-conventions.md#types-kinds

+

kind of object, in CamelCase; cannot be updated; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#types-kinds

false

string

apiVersion

-

version of the schema the object should have; see http://releases.k8s.io/HEAD/docs/api-conventions.md#resources

+

version of the schema the object should have; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#resources

false

string

metadata

-

standard list metadata; see http://releases.k8s.io/HEAD/docs/api-conventions.md#metadata

+

standard list metadata; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#metadata

false

v1.ListMeta

items

-

items is the list of Namespace objects in the list; see http://releases.k8s.io/HEAD/docs/namespaces.md

+

items is the list of Namespace objects in the list; see http://kubernetes.io/v1.0/docs/user-guide/namespaces.html

true

v1.Namespace array

@@ -1803,35 +1803,35 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

kind

-

kind of object, in CamelCase; cannot be updated; see http://releases.k8s.io/HEAD/docs/api-conventions.md#types-kinds

+

kind of object, in CamelCase; cannot be updated; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#types-kinds

false

string

apiVersion

-

version of the schema the object should have; see http://releases.k8s.io/HEAD/docs/api-conventions.md#resources

+

version of the schema the object should have; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#resources

false

string

metadata

-

standard object metadata; see http://releases.k8s.io/HEAD/docs/api-conventions.md#metadata

+

standard object metadata; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#metadata

false

v1.ObjectMeta

secrets

-

list of secrets that can be used by pods running as this service account; see http://releases.k8s.io/HEAD/docs/secrets.md

+

list of secrets that can be used by pods running as this service account; see http://kubernetes.io/v1.0/docs/user-guide/secrets.html

false

v1.ObjectReference array

imagePullSecrets

-

list of references to secrets in the same namespace available for pulling container images; see http://releases.k8s.io/HEAD/docs/secrets.md#manually-specifying-an-imagepullsecret

+

list of references to secrets in the same namespace available for pulling container images; see http://kubernetes.io/v1.0/docs/user-guide/secrets.html#manually-specifying-an-imagepullsecret

false

v1.LocalObjectReference array

@@ -1900,35 +1900,35 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

kind

-

kind of object, in CamelCase; cannot be updated; see http://releases.k8s.io/HEAD/docs/api-conventions.md#types-kinds

+

kind of object, in CamelCase; cannot be updated; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#types-kinds

false

string

apiVersion

-

version of the schema the object should have; see http://releases.k8s.io/HEAD/docs/api-conventions.md#resources

+

version of the schema the object should have; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#resources

false

string

metadata

-

standard object metadata; see http://releases.k8s.io/HEAD/docs/api-conventions.md#metadata

+

standard object metadata; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#metadata

false

v1.ObjectMeta

spec

-

spec defines the behavior of the Namespace; http://releases.k8s.io/HEAD/docs/api-conventions.md#spec-and-status

+

spec defines the behavior of the Namespace; http://kubernetes.io/v1.0/docs/devel/api-conventions.html#spec-and-status

false

v1.NamespaceSpec

status

-

status describes the current status of a Namespace; http://releases.k8s.io/HEAD/docs/api-conventions.md#spec-and-status

+

status describes the current status of a Namespace; http://kubernetes.io/v1.0/docs/devel/api-conventions.html#spec-and-status

false

v1.NamespaceStatus

@@ -1966,7 +1966,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

resourceVersion

-

string that identifies the internal version of this object that can be used by clients to determine when objects have changed; populated by the system, read-only; value must be treated as opaque by clients and passed unmodified back to the server: http://releases.k8s.io/HEAD/docs/api-conventions.md#concurrency-control-and-consistency

+

string that identifies the internal version of this object that can be used by clients to determine when objects have changed; populated by the system, read-only; value must be treated as opaque by clients and passed unmodified back to the server: http://kubernetes.io/v1.0/docs/devel/api-conventions.html#concurrency-control-and-consistency

false

string

@@ -1997,7 +1997,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

claimName

-

the name of the claim in the same namespace to be mounted as a volume; see http://releases.k8s.io/HEAD/docs/persistent-volumes.md#persistentvolumeclaims

+

the name of the claim in the same namespace to be mounted as a volume; see http://kubernetes.io/v1.0/docs/user-guide/persistent-volumes.html#persistentvolumeclaims

true

string

@@ -2042,7 +2042,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

accessModes

-

the actual access modes the volume has; see http://releases.k8s.io/HEAD/docs/persistent-volumes.md#access-modes-1

+

the actual access modes the volume has; see http://kubernetes.io/v1.0/docs/user-guide/persistent-volumes.html#access-modes-1

false

v1.PersistentVolumeAccessMode array

@@ -2080,28 +2080,28 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

kind

-

kind of object, in CamelCase; cannot be updated; see http://releases.k8s.io/HEAD/docs/api-conventions.md#types-kinds

+

kind of object, in CamelCase; cannot be updated; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#types-kinds

false

string

apiVersion

-

version of the schema the object should have; see http://releases.k8s.io/HEAD/docs/api-conventions.md#resources

+

version of the schema the object should have; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#resources

false

string

metadata

-

standard list metadata; see http://releases.k8s.io/HEAD/docs/api-conventions.md#metadata

+

standard list metadata; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#metadata

false

v1.ListMeta

items

-

items is a list of ResourceQuota objects; see http://releases.k8s.io/HEAD/docs/design/admission_control_resource_quota.md#admissioncontrol-plugin-resourcequota

+

items is a list of ResourceQuota objects; see http://kubernetes.io/v1.0/docs/design/admission_control_resource_quota.html#admissioncontrol-plugin-resourcequota

true

v1.ResourceQuota array

@@ -2170,7 +2170,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

secretName

-

secretName is the name of a secret in the pod’s namespace; see http://releases.k8s.io/HEAD/docs/volumes.md#secrets

+

secretName is the name of a secret in the pod’s namespace; see http://kubernetes.io/v1.0/docs/user-guide/volumes.html#secrets

true

string

@@ -2270,35 +2270,35 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

kind

-

kind of object, in CamelCase; cannot be updated; see http://releases.k8s.io/HEAD/docs/api-conventions.md#types-kinds

+

kind of object, in CamelCase; cannot be updated; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#types-kinds

false

string

apiVersion

-

version of the schema the object should have; see http://releases.k8s.io/HEAD/docs/api-conventions.md#resources

+

version of the schema the object should have; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#resources

false

string

metadata

-

standard object metadata; see http://releases.k8s.io/HEAD/docs/api-conventions.md#metadata

+

standard object metadata; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#metadata

false

v1.ObjectMeta

spec

-

specification of the desired behavior of the service; http://releases.k8s.io/HEAD/docs/api-conventions.md#spec-and-status

+

specification of the desired behavior of the service; http://kubernetes.io/v1.0/docs/devel/api-conventions.html#spec-and-status

false

v1.ServiceSpec

status

-

most recently observed status of the service; populated by the system, read-only; http://releases.k8s.io/HEAD/docs/api-conventions.md#spec-and-status

+

most recently observed status of the service; populated by the system, read-only; http://kubernetes.io/v1.0/docs/devel/api-conventions.html#spec-and-status

false

v1.ServiceStatus

@@ -2329,28 +2329,28 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

kind

-

kind of object, in CamelCase; cannot be updated; see http://releases.k8s.io/HEAD/docs/api-conventions.md#types-kinds

+

kind of object, in CamelCase; cannot be updated; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#types-kinds

false

string

apiVersion

-

version of the schema the object should have; see http://releases.k8s.io/HEAD/docs/api-conventions.md#resources

+

version of the schema the object should have; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#resources

false

string

metadata

-

standard list metadata; see http://releases.k8s.io/HEAD/docs/api-conventions.md#metadata

+

standard list metadata; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#metadata

false

v1.ListMeta

items

-

list of ServiceAccounts; see http://releases.k8s.io/HEAD/docs/service_accounts.md#service-accounts

+

list of ServiceAccounts; see http://kubernetes.io/v1.0/docs/design/service_accounts.html#service-accounts

true

v1.ServiceAccount array

@@ -2381,28 +2381,28 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

kind

-

kind of object, in CamelCase; cannot be updated; see http://releases.k8s.io/HEAD/docs/api-conventions.md#types-kinds

+

kind of object, in CamelCase; cannot be updated; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#types-kinds

false

string

apiVersion

-

version of the schema the object should have; see http://releases.k8s.io/HEAD/docs/api-conventions.md#resources

+

version of the schema the object should have; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#resources

false

string

metadata

-

standard list metadata; see http://releases.k8s.io/HEAD/docs/api-conventions.md#metadata

+

standard list metadata; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#metadata

false

v1.ListMeta

items

-

items is a list of LimitRange objects; see http://releases.k8s.io/HEAD/docs/design/admission_control_limit_range.md

+

items is a list of LimitRange objects; see http://kubernetes.io/v1.0/docs/design/admission_control_limit_range.html

true

v1.LimitRange array

@@ -2433,21 +2433,21 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

kind

-

kind of object, in CamelCase; cannot be updated; see http://releases.k8s.io/HEAD/docs/api-conventions.md#types-kinds

+

kind of object, in CamelCase; cannot be updated; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#types-kinds

false

string

apiVersion

-

version of the schema the object should have; see http://releases.k8s.io/HEAD/docs/api-conventions.md#resources

+

version of the schema the object should have; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#resources

false

string

metadata

-

standard object metadata; see http://releases.k8s.io/HEAD/docs/api-conventions.md#metadata

+

standard object metadata; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#metadata

false

v1.ObjectMeta

@@ -2485,14 +2485,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

kind

-

kind of object, in CamelCase; cannot be updated; see http://releases.k8s.io/HEAD/docs/api-conventions.md#types-kinds

+

kind of object, in CamelCase; cannot be updated; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#types-kinds

false

string

apiVersion

-

version of the schema the object should have; see http://releases.k8s.io/HEAD/docs/api-conventions.md#resources

+

version of the schema the object should have; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#resources

false

string

@@ -2530,35 +2530,35 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

name

-

volume name; must be a DNS_LABEL and unique within the pod; see http://releases.k8s.io/HEAD/docs/identifiers.md#names

+

volume name; must be a DNS_LABEL and unique within the pod; see http://kubernetes.io/v1.0/docs/user-guide/identifiers.html#names

true

string

hostPath

-

pre-existing host file or directory; generally for privileged system daemons or other agents tied to the host; see http://releases.k8s.io/HEAD/docs/volumes.md#hostpath

+

pre-existing host file or directory; generally for privileged system daemons or other agents tied to the host; see http://kubernetes.io/v1.0/docs/user-guide/volumes.html#hostpath

false

v1.HostPathVolumeSource

emptyDir

-

temporary directory that shares a pod’s lifetime; see http://releases.k8s.io/HEAD/docs/volumes.md#emptydir

+

temporary directory that shares a pod’s lifetime; see http://kubernetes.io/v1.0/docs/user-guide/volumes.html#emptydir

false

v1.EmptyDirVolumeSource

gcePersistentDisk

-

GCE disk resource attached to the host machine on demand; see http://releases.k8s.io/HEAD/docs/volumes.md#gcepersistentdisk

+

GCE disk resource attached to the host machine on demand; see http://kubernetes.io/v1.0/docs/user-guide/volumes.html#gcepersistentdisk

false

v1.GCEPersistentDiskVolumeSource

awsElasticBlockStore

-

AWS disk resource attached to the host machine on demand; see http://releases.k8s.io/HEAD/docs/volumes.md#awselasticblockstore

+

AWS disk resource attached to the host machine on demand; see http://kubernetes.io/v1.0/docs/user-guide/volumes.html#awselasticblockstore

false

v1.AWSElasticBlockStoreVolumeSource

@@ -2572,42 +2572,42 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

secret

-

secret to populate volume; see http://releases.k8s.io/HEAD/docs/volumes.md#secrets

+

secret to populate volume; see http://kubernetes.io/v1.0/docs/user-guide/volumes.html#secrets

false

v1.SecretVolumeSource

nfs

-

NFS volume that will be mounted in the host machine; see http://releases.k8s.io/HEAD/docs/volumes.md#nfs

+

NFS volume that will be mounted in the host machine; see http://kubernetes.io/v1.0/docs/user-guide/volumes.html#nfs

false

v1.NFSVolumeSource

iscsi

-

iSCSI disk attached to host machine on demand; see http://releases.k8s.io/HEAD/examples/iscsi/README.md

+

iSCSI disk attached to host machine on demand; see http://kubernetes.io/v1.0/examples/iscsi/README.html

false

v1.ISCSIVolumeSource

glusterfs

-

Glusterfs volume that will be mounted on the host machine; see http://releases.k8s.io/HEAD/examples/glusterfs/README.md

+

Glusterfs volume that will be mounted on the host machine; see http://kubernetes.io/v1.0/examples/glusterfs/README.html

false

v1.GlusterfsVolumeSource

persistentVolumeClaim

-

a reference to a PersistentVolumeClaim in the same namespace; see http://releases.k8s.io/HEAD/docs/persistent-volumes.md#persistentvolumeclaims

+

a reference to a PersistentVolumeClaim in the same namespace; see http://kubernetes.io/v1.0/docs/user-guide/persistent-volumes.html#persistentvolumeclaims

false

v1.PersistentVolumeClaimVolumeSource

rbd

-

rados block volume that will be mounted on the host machine; see http://releases.k8s.io/HEAD/examples/rbd/README.md

+

rados block volume that will be mounted on the host machine; see http://kubernetes.io/v1.0/examples/rbd/README.html

false

v1.RBDVolumeSource

@@ -2659,14 +2659,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

initialDelaySeconds

-

number of seconds after the container has started before liveness probes are initiated; see http://releases.k8s.io/HEAD/docs/pod-states.md#container-probes

+

number of seconds after the container has started before liveness probes are initiated; see http://kubernetes.io/v1.0/docs/user-guide/pod-states.html#container-probes

false

integer (int64)

timeoutSeconds

-

number of seconds after which liveness probes timeout; defaults to 1 second; see http://releases.k8s.io/HEAD/docs/pod-states.md#container-probes

+

number of seconds after which liveness probes timeout; defaults to 1 second; see http://kubernetes.io/v1.0/docs/user-guide/pod-states.html#container-probes

false

integer (int64)

@@ -2701,35 +2701,35 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

kind

-

kind of object, in CamelCase; cannot be updated; see http://releases.k8s.io/HEAD/docs/api-conventions.md#types-kinds

+

kind of object, in CamelCase; cannot be updated; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#types-kinds

false

string

apiVersion

-

version of the schema the object should have; see http://releases.k8s.io/HEAD/docs/api-conventions.md#resources

+

version of the schema the object should have; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#resources

false

string

metadata

-

standard object metadata; see http://releases.k8s.io/HEAD/docs/api-conventions.md#metadata

+

standard object metadata; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#metadata

false

v1.ObjectMeta

spec

-

specification of the desired behavior of the replication controller; http://releases.k8s.io/HEAD/docs/api-conventions.md#spec-and-status

+

specification of the desired behavior of the replication controller; http://kubernetes.io/v1.0/docs/devel/api-conventions.html#spec-and-status

false

v1.ReplicationControllerSpec

status

-

most recently observed status of the replication controller; populated by the system, read-only; http://releases.k8s.io/HEAD/docs/api-conventions.md#spec-and-status

+

most recently observed status of the replication controller; populated by the system, read-only; http://kubernetes.io/v1.0/docs/devel/api-conventions.html#spec-and-status

false

v1.ReplicationControllerStatus

@@ -2760,28 +2760,28 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

kind

-

kind of object, in CamelCase; cannot be updated; see http://releases.k8s.io/HEAD/docs/api-conventions.md#types-kinds

+

kind of object, in CamelCase; cannot be updated; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#types-kinds

false

string

apiVersion

-

version of the schema the object should have; see http://releases.k8s.io/HEAD/docs/api-conventions.md#resources

+

version of the schema the object should have; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#resources

false

string

metadata

-

standard object metadata; see http://releases.k8s.io/HEAD/docs/api-conventions.md#metadata

+

standard object metadata; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#metadata

false

v1.ObjectMeta

spec

-

spec defines the limits enforced; http://releases.k8s.io/HEAD/docs/api-conventions.md#spec-and-status

+

spec defines the limits enforced; http://kubernetes.io/v1.0/docs/devel/api-conventions.html#spec-and-status

false

v1.LimitRangeSpec

@@ -2812,14 +2812,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

phase

-

current condition of the pod; see http://releases.k8s.io/HEAD/docs/pod-states.md#pod-phase

+

current condition of the pod; see http://kubernetes.io/v1.0/docs/user-guide/pod-states.html#pod-phase

false

string

conditions

-

current service state of pod; see http://releases.k8s.io/HEAD/docs/pod-states.md#pod-conditions

+

current service state of pod; see http://kubernetes.io/v1.0/docs/user-guide/pod-states.html#pod-conditions

false

v1.PodCondition array

@@ -2861,7 +2861,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

containerStatuses

-

list of container statuses; see http://releases.k8s.io/HEAD/docs/pod-states.md#container-statuses

+

list of container statuses; see http://kubernetes.io/v1.0/docs/user-guide/pod-states.html#container-statuses

false

v1.ContainerStatus array

@@ -2892,21 +2892,21 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

volumes

-

list of volumes that can be mounted by containers belonging to the pod; see http://releases.k8s.io/HEAD/docs/volumes.md

+

list of volumes that can be mounted by containers belonging to the pod; see http://kubernetes.io/v1.0/docs/user-guide/volumes.html

false

v1.Volume array

containers

-

list of containers belonging to the pod; cannot be updated; containers cannot currently be added or removed; there must be at least one container in a Pod; see http://releases.k8s.io/HEAD/docs/containers.md

+

list of containers belonging to the pod; cannot be updated; containers cannot currently be added or removed; there must be at least one container in a Pod; see http://kubernetes.io/v1.0/docs/user-guide/containers.html

true

v1.Container array

restartPolicy

-

restart policy for all containers within the pod; one of Always, OnFailure, Never; defaults to Always; see http://releases.k8s.io/HEAD/docs/pod-states.md#restartpolicy

+

restart policy for all containers within the pod; one of Always, OnFailure, Never; defaults to Always; see http://kubernetes.io/v1.0/docs/user-guide/pod-states.html#restartpolicy

false

string

@@ -2934,14 +2934,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

nodeSelector

-

selector which must match a node’s labels for the pod to be scheduled on that node; see http://releases.k8s.io/HEAD/examples/node-selection/README.md

+

selector which must match a node’s labels for the pod to be scheduled on that node; see http://kubernetes.io/v1.0/docs/user-guide/node-selection/README.html

false

any

serviceAccountName

-

name of the ServiceAccount to use to run this pod; see http://releases.k8s.io/HEAD/docs/service_accounts.md

+

name of the ServiceAccount to use to run this pod; see http://kubernetes.io/v1.0/docs/design/service_accounts.html

false

string

@@ -2962,7 +2962,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

imagePullSecrets

-

list of references to secrets in the same namespace available for pulling the container images; see http://releases.k8s.io/HEAD/docs/images.md#specifying-imagepullsecrets-on-a-pod

+

list of references to secrets in the same namespace available for pulling the container images; see http://kubernetes.io/v1.0/docs/user-guide/images.html#specifying-imagepullsecrets-on-a-pod

false

v1.LocalObjectReference array

@@ -3052,21 +3052,21 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

kind

-

kind of object, in CamelCase; cannot be updated; see http://releases.k8s.io/HEAD/docs/api-conventions.md#types-kinds

+

kind of object, in CamelCase; cannot be updated; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#types-kinds

false

string

apiVersion

-

version of the schema the object should have; see http://releases.k8s.io/HEAD/docs/api-conventions.md#resources

+

version of the schema the object should have; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#resources

false

string

metadata

-

standard list metadata; see http://releases.k8s.io/HEAD/docs/api-conventions.md#metadata

+

standard list metadata; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#metadata

false

v1.ListMeta

@@ -3104,35 +3104,35 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

kind

-

kind of object, in CamelCase; cannot be updated; see http://releases.k8s.io/HEAD/docs/api-conventions.md#types-kinds

+

kind of object, in CamelCase; cannot be updated; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#types-kinds

false

string

apiVersion

-

version of the schema the object should have; see http://releases.k8s.io/HEAD/docs/api-conventions.md#resources

+

version of the schema the object should have; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#resources

false

string

metadata

-

standard object metadata; see http://releases.k8s.io/HEAD/docs/api-conventions.md#metadata

+

standard object metadata; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#metadata

false

v1.ObjectMeta

spec

-

spec defines the desired quota; http://releases.k8s.io/HEAD/docs/api-conventions.md#spec-and-status

+

spec defines the desired quota; http://kubernetes.io/v1.0/docs/devel/api-conventions.html#spec-and-status

false

v1.ResourceQuotaSpec

status

-

status defines the actual enforced quota and current usage; http://releases.k8s.io/HEAD/docs/api-conventions.md#spec-and-status

+

status defines the actual enforced quota and current usage; http://kubernetes.io/v1.0/docs/devel/api-conventions.html#spec-and-status

false

v1.ResourceQuotaStatus

@@ -3163,14 +3163,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

postStart

-

called immediately after a container is started; if the handler fails, the container is terminated and restarted according to its restart policy; other management of the container blocks until the hook completes; see http://releases.k8s.io/HEAD/docs/container-environment.md#hook-details

+

called immediately after a container is started; if the handler fails, the container is terminated and restarted according to its restart policy; other management of the container blocks until the hook completes; see http://kubernetes.io/v1.0/docs/user-guide/container-environment.html#hook-details

false

v1.Handler

preStop

-

called before a container is terminated; the container is terminated after the handler completes; other management of the container blocks until the hook completes; see http://releases.k8s.io/HEAD/docs/container-environment.md#hook-details

+

called before a container is terminated; the container is terminated after the handler completes; other management of the container blocks until the hook completes; see http://kubernetes.io/v1.0/docs/user-guide/container-environment.html#hook-details

false

v1.Handler

@@ -3201,35 +3201,35 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

capacity

-

compute resource capacity of the node; see http://releases.k8s.io/HEAD/docs/compute_resources.md

+

compute resource capacity of the node; see http://kubernetes.io/v1.0/docs/user-guide/compute-resources.html

false

any

phase

-

most recently observed lifecycle phase of the node; see http://releases.k8s.io/HEAD/docs/node.md#node-phase

+

most recently observed lifecycle phase of the node; see http://kubernetes.io/v1.0/docs/admin/node.html#node-phase

false

string

conditions

-

list of node conditions observed; see http://releases.k8s.io/HEAD/docs/node.md#node-condition

+

list of node conditions observed; see http://kubernetes.io/v1.0/docs/admin/node.html#node-condition

false

v1.NodeCondition array

addresses

-

list of addresses reachable to the node; see http://releases.k8s.io/HEAD/docs/node.md#node-addresses

+

list of addresses reachable to the node; see http://kubernetes.io/v1.0/docs/admin/node.html#node-addresses

false

v1.NodeAddress array

nodeInfo

-

set of ids/uuids to uniquely identify the node; see http://releases.k8s.io/HEAD/docs/node.md#node-info

+

set of ids/uuids to uniquely identify the node; see http://kubernetes.io/v1.0/docs/admin/node.html#node-info

false

v1.NodeSystemInfo

@@ -3260,21 +3260,21 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

endpoints

-

gluster hosts endpoints name; see http://releases.k8s.io/HEAD/examples/glusterfs/README.md#create-a-pod

+

gluster hosts endpoints name; see http://kubernetes.io/v1.0/examples/glusterfs/README.html#create-a-pod

true

string

path

-

path to gluster volume; see http://releases.k8s.io/HEAD/examples/glusterfs/README.md#create-a-pod

+

path to gluster volume; see http://kubernetes.io/v1.0/examples/glusterfs/README.html#create-a-pod

true

string

readOnly

-

glusterfs volume to be mounted with read-only permissions; see http://releases.k8s.io/HEAD/examples/glusterfs/README.md#create-a-pod

+

glusterfs volume to be mounted with read-only permissions; see http://kubernetes.io/v1.0/examples/glusterfs/README.html#create-a-pod

false

boolean

false

@@ -3350,21 +3350,21 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

replicas

-

number of replicas desired; defaults to 1; see http://releases.k8s.io/HEAD/docs/replication-controller.md#what-is-a-replication-controller

+

number of replicas desired; defaults to 1; see http://kubernetes.io/v1.0/docs/user-guide/replication-controller.html#what-is-a-replication-controller

false

integer (int32)

selector

-

label keys and values that must match in order to be controlled by this replication controller, if empty defaulted to labels on Pod template; see http://releases.k8s.io/HEAD/docs/labels.md#label-selectors

+

label keys and values that must match in order to be controlled by this replication controller, if empty defaulted to labels on Pod template; see http://kubernetes.io/v1.0/docs/user-guide/labels.html#label-selectors

false

any

template

-

object that describes the pod that will be created if insufficient replicas are detected; takes precendence over templateRef; see http://releases.k8s.io/HEAD/docs/replication-controller.md#pod-template

+

object that describes the pod that will be created if insufficient replicas are detected; takes precendence over templateRef; see http://kubernetes.io/v1.0/docs/user-guide/replication-controller.html#pod-template

false

v1.PodTemplateSpec

@@ -3478,14 +3478,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

type

-

kind of the condition, currently only Ready; see http://releases.k8s.io/HEAD/docs/pod-states.md#pod-conditions

+

kind of the condition, currently only Ready; see http://kubernetes.io/v1.0/docs/user-guide/pod-states.html#pod-conditions

true

string

status

-

status of the condition, one of True, False, Unknown; see http://releases.k8s.io/HEAD/docs/pod-states.md#pod-conditions

+

status of the condition, one of True, False, Unknown; see http://kubernetes.io/v1.0/docs/user-guide/pod-states.html#pod-conditions

true

string

@@ -3516,56 +3516,56 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

monitors

-

a collection of Ceph monitors; see http://releases.k8s.io/HEAD/examples/rbd/README.md#how-to-use-it

+

a collection of Ceph monitors; see http://kubernetes.io/v1.0/examples/rbd/README.html#how-to-use-it

true

string array

image

-

rados image name; see http://releases.k8s.io/HEAD/examples/rbd/README.md#how-to-use-it

+

rados image name; see http://kubernetes.io/v1.0/examples/rbd/README.html#how-to-use-it

true

string

fsType

-

file system type to mount, such as ext4, xfs, ntfs; see http://releases.k8s.io/HEAD/examples/rbd/README.md#how-to-use-it

+

file system type to mount, such as ext4, xfs, ntfs; see http://kubernetes.io/v1.0/examples/rbd/README.html#how-to-use-it

false

string

pool

-

rados pool name; default is rbd; optional; see http://releases.k8s.io/HEAD/examples/rbd/README.md#how-to-use-it

+

rados pool name; default is rbd; optional; see http://kubernetes.io/v1.0/examples/rbd/README.html#how-to-use-it

true

string

user

-

rados user name; default is admin; optional; see http://releases.k8s.io/HEAD/examples/rbd/README.md#how-to-use-it

+

rados user name; default is admin; optional; see http://kubernetes.io/v1.0/examples/rbd/README.html#how-to-use-it

true

string

keyring

-

keyring is the path to key ring for rados user; default is /etc/ceph/keyring; optional; see http://releases.k8s.io/HEAD/examples/rbd/README.md#how-to-use-it

+

keyring is the path to key ring for rados user; default is /etc/ceph/keyring; optional; see http://kubernetes.io/v1.0/examples/rbd/README.html#how-to-use-it

true

string

secretRef

-

name of a secret to authenticate the RBD user; if provided overrides keyring; optional; see http://releases.k8s.io/HEAD/examples/rbd/README.md#how-to-use-it

+

name of a secret to authenticate the RBD user; if provided overrides keyring; optional; see http://kubernetes.io/v1.0/examples/rbd/README.html#how-to-use-it

true

v1.LocalObjectReference

readOnly

-

rbd volume to be mounted with read-only permissions; see http://releases.k8s.io/HEAD/examples/rbd/README.md#how-to-use-it

+

rbd volume to be mounted with read-only permissions; see http://kubernetes.io/v1.0/examples/rbd/README.html#how-to-use-it

false

boolean

false

@@ -3596,28 +3596,28 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

kind

-

kind of object, in CamelCase; cannot be updated; see http://releases.k8s.io/HEAD/docs/api-conventions.md#types-kinds

+

kind of object, in CamelCase; cannot be updated; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#types-kinds

false

string

apiVersion

-

version of the schema the object should have; see http://releases.k8s.io/HEAD/docs/api-conventions.md#resources

+

version of the schema the object should have; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#resources

false

string

metadata

-

standard list metadata; see http://releases.k8s.io/HEAD/docs/api-conventions.md#metadata

+

standard list metadata; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#metadata

false

v1.ListMeta

status

-

status of the operation; either Success, or Failure; see http://releases.k8s.io/HEAD/docs/api-conventions.md#spec-and-status

+

status of the operation; either Success, or Failure; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#spec-and-status

false

string

@@ -3676,28 +3676,28 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

kind

-

kind of object, in CamelCase; cannot be updated; see http://releases.k8s.io/HEAD/docs/api-conventions.md#types-kinds

+

kind of object, in CamelCase; cannot be updated; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#types-kinds

false

string

apiVersion

-

version of the schema the object should have; see http://releases.k8s.io/HEAD/docs/api-conventions.md#resources

+

version of the schema the object should have; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#resources

false

string

metadata

-

standard object metadata; see http://releases.k8s.io/HEAD/docs/api-conventions.md#metadata

+

standard object metadata; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#metadata

false

v1.ObjectMeta

template

-

the template of the desired behavior of the pod; http://releases.k8s.io/HEAD/docs/api-conventions.md#spec-and-status

+

the template of the desired behavior of the pod; http://kubernetes.io/v1.0/docs/devel/api-conventions.html#spec-and-status

false

v1.PodTemplateSpec

@@ -3759,21 +3759,21 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

server

-

the hostname or IP address of the NFS server; see http://releases.k8s.io/HEAD/docs/volumes.md#nfs

+

the hostname or IP address of the NFS server; see http://kubernetes.io/v1.0/docs/user-guide/volumes.html#nfs

true

string

path

-

the path that is exported by the NFS server; see http://releases.k8s.io/HEAD/docs/volumes.md#nfs

+

the path that is exported by the NFS server; see http://kubernetes.io/v1.0/docs/user-guide/volumes.html#nfs

true

string

readOnly

-

forces the NFS export to be mounted with read-only permissions; see http://releases.k8s.io/HEAD/docs/volumes.md#nfs

+

forces the NFS export to be mounted with read-only permissions; see http://kubernetes.io/v1.0/docs/user-guide/volumes.html#nfs

false

boolean

false

@@ -3939,7 +3939,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

kind

-

the kind attribute of the resource associated with the status StatusReason; on some operations may differ from the requested resource Kind; see http://releases.k8s.io/HEAD/docs/api-conventions.md#types-kinds

+

the kind attribute of the resource associated with the status StatusReason; on some operations may differ from the requested resource Kind; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#types-kinds

false

string

@@ -4015,28 +4015,28 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

kind

-

kind of object, in CamelCase; cannot be updated; see http://releases.k8s.io/HEAD/docs/api-conventions.md#types-kinds

+

kind of object, in CamelCase; cannot be updated; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#types-kinds

false

string

apiVersion

-

version of the schema the object should have; see http://releases.k8s.io/HEAD/docs/api-conventions.md#resources

+

version of the schema the object should have; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#resources

false

string

metadata

-

standard list metadata; see http://releases.k8s.io/HEAD/docs/api-conventions.md#metadata

+

standard list metadata; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#metadata

false

v1.ListMeta

items

-

items is a list of secret objects; see http://releases.k8s.io/HEAD/docs/secrets.md

+

items is a list of secret objects; see http://kubernetes.io/v1.0/docs/user-guide/secrets.html

true

v1.Secret array

@@ -4074,21 +4074,21 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

image

-

Docker image name; see http://releases.k8s.io/HEAD/docs/images.md

+

Docker image name; see http://kubernetes.io/v1.0/docs/user-guide/images.html

false

string

command

-

entrypoint array; not executed within a shell; the docker image’s entrypoint is used if this is not provided; cannot be updated; variable references $(VAR_NAME) are expanded using the container’s environment variables; if a variable cannot be resolved, the reference in the input string will be unchanged; the $(VAR_NAME) syntax can be escaped with a double , ie: (VAR_NAME) ; escaped references will never be expanded, regardless of whether the variable exists or not; see http://releases.k8s.io/HEAD/docs/containers.md#containers-and-commands

+

entrypoint array; not executed within a shell; the docker image’s entrypoint is used if this is not provided; cannot be updated; variable references $(VAR_NAME) are expanded using the container’s environment variables; if a variable cannot be resolved, the reference in the input string will be unchanged; the $(VAR_NAME) syntax can be escaped with a double , ie: (VAR_NAME) ; escaped references will never be expanded, regardless of whether the variable exists or not; see http://kubernetes.io/v1.0/docs/user-guide/containers.html#containers-and-commands

false

string array

args

-

command array; the docker image’s cmd is used if this is not provided; arguments to the entrypoint; cannot be updated; variable references $(VAR_NAME) are expanded using the container’s environment variables; if a variable cannot be resolved, the reference in the input string will be unchanged; the $(VAR_NAME) syntax can be escaped with a double , ie: (VAR_NAME) ; escaped references will never be expanded, regardless of whether the variable exists or not; see http://releases.k8s.io/HEAD/docs/containers.md#containers-and-commands

+

command array; the docker image’s .html is used if this is not provided; arguments to the entrypoint; cannot be updated; variable references $(VAR_NAME) are expanded using the container’s environment variables; if a variable cannot be resolved, the reference in the input string will be unchanged; the $(VAR_NAME) syntax can be escaped with a double , ie: (VAR_NAME) ; escaped references will never be expanded, regardless of whether the variable exists or not; see http://kubernetes.io/v1.0/docs/user-guide/containers.html#containers-and-commands

false

string array

@@ -4116,7 +4116,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

resources

-

Compute Resources required by this container; cannot be updated; see http://releases.k8s.io/HEAD/docs/compute_resources.md

+

Compute Resources required by this container; cannot be updated; see http://kubernetes.io/v1.0/docs/user-guide/compute-resources.html

false

v1.ResourceRequirements

@@ -4130,14 +4130,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

livenessProbe

-

periodic probe of container liveness; container will be restarted if the probe fails; cannot be updated; see http://releases.k8s.io/HEAD/docs/pod-states.md#container-probes

+

periodic probe of container liveness; container will be restarted if the probe fails; cannot be updated; see http://kubernetes.io/v1.0/docs/user-guide/pod-states.html#container-probes

false

v1.Probe

readinessProbe

-

periodic probe of container service readiness; container will be removed from service endpoints if the probe fails; cannot be updated; see http://releases.k8s.io/HEAD/docs/pod-states.md#container-probes

+

periodic probe of container service readiness; container will be removed from service endpoints if the probe fails; cannot be updated; see http://kubernetes.io/v1.0/docs/user-guide/pod-states.html#container-probes

false

v1.Probe

@@ -4158,14 +4158,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

imagePullPolicy

-

image pull policy; one of Always, Never, IfNotPresent; defaults to Always if :latest tag is specified, or IfNotPresent otherwise; cannot be updated; see http://releases.k8s.io/HEAD/docs/images.md#updating-images

+

image pull policy; one of Always, Never, IfNotPresent; defaults to Always if :latest tag is specified, or IfNotPresent otherwise; cannot be updated; see http://kubernetes.io/v1.0/docs/user-guide/images.html#updating-images

false

string

securityContext

-

security options the pod should run with; see http://releases.k8s.io/HEAD/docs/security_context.md

+

security options the pod should run with; see http://kubernetes.io/v1.0/docs/design/security_context.html

false

v1.SecurityContext

@@ -4196,49 +4196,49 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

capacity

-

a description of the persistent volume’s resources and capacityr; see http://releases.k8s.io/HEAD/docs/persistent-volumes.md#capacity

+

a description of the persistent volume’s resources and capacityr; see http://kubernetes.io/v1.0/docs/user-guide/persistent-volumes.html#capacity

false

any

gcePersistentDisk

-

GCE disk resource provisioned by an admin; see http://releases.k8s.io/HEAD/docs/volumes.md#gcepersistentdisk

+

GCE disk resource provisioned by an admin; see http://kubernetes.io/v1.0/docs/user-guide/volumes.html#gcepersistentdisk

false

v1.GCEPersistentDiskVolumeSource

awsElasticBlockStore

-

AWS disk resource provisioned by an admin; see http://releases.k8s.io/HEAD/docs/volumes.md#awselasticblockstore

+

AWS disk resource provisioned by an admin; see http://kubernetes.io/v1.0/docs/user-guide/volumes.html#awselasticblockstore

false

v1.AWSElasticBlockStoreVolumeSource

hostPath

-

a HostPath provisioned by a developer or tester; for develment use only; see http://releases.k8s.io/HEAD/docs/volumes.md#hostpath

+

a HostPath provisioned by a developer or tester; for develment use only; see http://kubernetes.io/v1.0/docs/user-guide/volumes.html#hostpath

false

v1.HostPathVolumeSource

glusterfs

-

Glusterfs volume resource provisioned by an admin; see http://releases.k8s.io/HEAD/examples/glusterfs/README.md

+

Glusterfs volume resource provisioned by an admin; see http://kubernetes.io/v1.0/examples/glusterfs/README.html

false

v1.GlusterfsVolumeSource

nfs

-

NFS volume resource provisioned by an admin; see http://releases.k8s.io/HEAD/docs/volumes.md#nfs

+

NFS volume resource provisioned by an admin; see http://kubernetes.io/v1.0/docs/user-guide/volumes.html#nfs

false

v1.NFSVolumeSource

rbd

-

rados block volume that will be mounted on the host machine; see http://releases.k8s.io/HEAD/examples/rbd/README.md

+

rados block volume that will be mounted on the host machine; see http://kubernetes.io/v1.0/examples/rbd/README.html

false

v1.RBDVolumeSource

@@ -4252,21 +4252,21 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

accessModes

-

all ways the volume can be mounted; see http://releases.k8s.io/HEAD/docs/persistent-volumes.md#access-modes

+

all ways the volume can be mounted; see http://kubernetes.io/v1.0/docs/user-guide/persistent-volumes.html#access-modes

false

v1.PersistentVolumeAccessMode array

claimRef

-

when bound, a reference to the bound claim; see http://releases.k8s.io/HEAD/docs/persistent-volumes.md#binding

+

when bound, a reference to the bound claim; see http://kubernetes.io/v1.0/docs/user-guide/persistent-volumes.html#binding

false

v1.ObjectReference

persistentVolumeReclaimPolicy

-

what happens to a volume when released from its claim; Valid options are Retain (default) and Recycle. Recyling must be supported by the volume plugin underlying this persistent volume. See http://releases.k8s.io/HEAD/docs/persistent-volumes.md#recycling-policy

+

what happens to a volume when released from its claim; Valid options are Retain (default) and Recycle. Recyling must be supported by the volume plugin underlying this persistent volume. See http://kubernetes.io/v1.0/docs/user-guide/persistent-volumes.html#recycling-policy

false

string

@@ -4297,7 +4297,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

replicas

-

most recently oberved number of replicas; see http://releases.k8s.io/HEAD/docs/replication-controller.md#what-is-a-replication-controller

+

most recently oberved number of replicas; see http://kubernetes.io/v1.0/docs/user-guide/replication-controller.html#what-is-a-replication-controller

true

integer (int32)

@@ -4360,14 +4360,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

targetPort

-

number or name of the port to access on the pods targeted by the service; defaults to the service port; number must be in the range 1 to 65535; name must be an IANA_SVC_NAME; see http://releases.k8s.io/HEAD/docs/services.md#defining-a-service

+

number or name of the port to access on the pods targeted by the service; defaults to the service port; number must be in the range 1 to 65535; name must be an IANA_SVC_NAME; see http://kubernetes.io/v1.0/docs/user-guide/services.html#defining-a-service

false

string

nodePort

-

the port on each node on which this service is exposed when type=NodePort or LoadBalancer; usually assigned by the system; if specified, it will be allocated to the service if unused or else creation of the service will fail; see http://releases.k8s.io/HEAD/docs/services.md#type—nodeport

+

the port on each node on which this service is exposed when type=NodePort or LoadBalancer; usually assigned by the system; if specified, it will be allocated to the service if unused or else creation of the service will fail; see http://kubernetes.io/v1.0/docs/user-guide/services.html#type—nodeport

true

integer (int32)

@@ -4450,21 +4450,21 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

kind

-

kind of object, in CamelCase; cannot be updated; see http://releases.k8s.io/HEAD/docs/api-conventions.md#types-kinds

+

kind of object, in CamelCase; cannot be updated; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#types-kinds

false

string

apiVersion

-

version of the schema the object should have; see http://releases.k8s.io/HEAD/docs/api-conventions.md#resources

+

version of the schema the object should have; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#resources

false

string

metadata

-

standard list metadata; see http://releases.k8s.io/HEAD/docs/api-conventions.md#metadata

+

standard list metadata; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#metadata

false

v1.ListMeta

@@ -4502,7 +4502,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

path

-

path of the directory on the host; see http://releases.k8s.io/HEAD/docs/volumes.md#hostpath

+

path of the directory on the host; see http://kubernetes.io/v1.0/docs/user-guide/volumes.html#hostpath

true

string

@@ -4571,21 +4571,21 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

kind

-

kind of object, in CamelCase; cannot be updated; see http://releases.k8s.io/HEAD/docs/api-conventions.md#types-kinds

+

kind of object, in CamelCase; cannot be updated; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#types-kinds

false

string

apiVersion

-

version of the schema the object should have; see http://releases.k8s.io/HEAD/docs/api-conventions.md#resources

+

version of the schema the object should have; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#resources

false

string

metadata

-

standard object metadata; see http://releases.k8s.io/HEAD/docs/api-conventions.md#metadata

+

standard object metadata; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#metadata

false

v1.ObjectMeta

@@ -4696,28 +4696,28 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

capabilities

-

the linux capabilites that should be added or removed; see http://releases.k8s.io/HEAD/docs/design/security_context.md#security-context

+

the linux capabilites that should be added or removed; see http://kubernetes.io/v1.0/docs/design/security_context.html#security-context

false

v1.Capabilities

privileged

-

run the container in privileged mode; see http://releases.k8s.io/HEAD/docs/design/security_context.md#security-context

+

run the container in privileged mode; see http://kubernetes.io/v1.0/docs/design/security_context.html#security-context

false

boolean

false

seLinuxOptions

-

options that control the SELinux labels applied; see http://releases.k8s.io/HEAD/docs/design/security_context.md#security-context

+

options that control the SELinux labels applied; see http://kubernetes.io/v1.0/docs/design/security_context.html#security-context

false

v1.SELinuxOptions

runAsUser

-

the user id that runs the first process in the container; see http://releases.k8s.io/HEAD/docs/design/security_context.md#security-context

+

the user id that runs the first process in the container; see http://kubernetes.io/v1.0/docs/design/security_context.html#security-context

false

integer (int64)

@@ -4793,28 +4793,28 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

volumeID

-

unique id of the PD resource in AWS; see http://releases.k8s.io/HEAD/docs/volumes.md#awselasticblockstore

+

unique id of the PD resource in AWS; see http://kubernetes.io/v1.0/docs/user-guide/volumes.html#awselasticblockstore

true

string

fsType

-

file system type to mount, such as ext4, xfs, ntfs; see http://releases.k8s.io/HEAD/docs/volumes.md#awselasticblockstore

+

file system type to mount, such as ext4, xfs, ntfs; see http://kubernetes.io/v1.0/docs/user-guide/volumes.html#awselasticblockstore

true

string

partition

-

partition on the disk to mount (e.g., 1 for /dev/sda1); if omitted the plain device name (e.g., /dev/sda) will be mounted; see http://releases.k8s.io/HEAD/docs/volumes.md#awselasticblockstore

+

partition on the disk to mount (e.g., 1 for /dev/sda1); if omitted the plain device name (e.g., /dev/sda) will be mounted; see http://kubernetes.io/v1.0/docs/user-guide/volumes.html#awselasticblockstore

false

integer (int32)

readOnly

-

read-only if true, read-write otherwise (false or unspecified); see http://releases.k8s.io/HEAD/docs/volumes.md#awselasticblockstore

+

read-only if true, read-write otherwise (false or unspecified); see http://kubernetes.io/v1.0/docs/user-guide/volumes.html#awselasticblockstore

false

boolean

false

@@ -4880,7 +4880,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

image

-

image of the container; see http://releases.k8s.io/HEAD/docs/images.md

+

image of the container; see http://kubernetes.io/v1.0/docs/user-guide/images.html

true

string

@@ -4894,7 +4894,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

containerID

-

container’s ID in the format docker://<container_id>; see http://releases.k8s.io/HEAD/docs/container-environment.md#container-information

+

container’s ID in the format docker://<container_id>; see http://kubernetes.io/v1.0/docs/user-guide/container-environment.html#container-information

false

string

@@ -4925,28 +4925,28 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

kind

-

kind of object, in CamelCase; cannot be updated; see http://releases.k8s.io/HEAD/docs/api-conventions.md#types-kinds

+

kind of object, in CamelCase; cannot be updated; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#types-kinds

false

string

apiVersion

-

version of the schema the object should have; see http://releases.k8s.io/HEAD/docs/api-conventions.md#resources

+

version of the schema the object should have; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#resources

false

string

metadata

-

standard list metadata; see http://releases.k8s.io/HEAD/docs/api-conventions.md#metadata

+

standard list metadata; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#metadata

false

v1.ListMeta

items

-

list of replication controllers; see http://releases.k8s.io/HEAD/docs/replication-controller.md

+

list of replication controllers; see http://kubernetes.io/v1.0/docs/user-guide/replication-controller.html

true

v1.ReplicationController array

@@ -4977,21 +4977,21 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

kind

-

kind of object, in CamelCase; cannot be updated; see http://releases.k8s.io/HEAD/docs/api-conventions.md#types-kinds

+

kind of object, in CamelCase; cannot be updated; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#types-kinds

false

string

apiVersion

-

version of the schema the object should have; see http://releases.k8s.io/HEAD/docs/api-conventions.md#resources

+

version of the schema the object should have; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#resources

false

string

metadata

-

standard object metadata; see http://releases.k8s.io/HEAD/docs/api-conventions.md#metadata

+

standard object metadata; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#metadata

false

v1.ObjectMeta

@@ -5036,21 +5036,21 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

kind

-

kind of object, in CamelCase; cannot be updated; see http://releases.k8s.io/HEAD/docs/api-conventions.md#types-kinds

+

kind of object, in CamelCase; cannot be updated; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#types-kinds

false

string

apiVersion

-

version of the schema the object should have; see http://releases.k8s.io/HEAD/docs/api-conventions.md#resources

+

version of the schema the object should have; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#resources

false

string

metadata

-

standard object metadata; see http://releases.k8s.io/HEAD/docs/api-conventions.md#metadata

+

standard object metadata; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#metadata

true

v1.ObjectMeta

@@ -5175,14 +5175,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

limits

-

Maximum amount of compute resources allowed; see http://releases.k8s.io/HEAD/docs/design/resources.md#resource-specifications

+

Maximum amount of compute resources allowed; see http://kubernetes.io/v1.0/docs/design/resources.html#resource-specifications

false

any

requests

-

Minimum amount of resources requested; requests are honored only for persistent volumes as of now; see http://releases.k8s.io/HEAD/docs/design/resources.md#resource-specifications

+

Minimum amount of resources requested; requests are honored only for persistent volumes as of now; see http://kubernetes.io/v1.0/docs/design/resources.html#resource-specifications

false

any

@@ -5217,21 +5217,21 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

kind

-

kind of object, in CamelCase; cannot be updated; see http://releases.k8s.io/HEAD/docs/api-conventions.md#types-kinds

+

kind of object, in CamelCase; cannot be updated; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#types-kinds

false

string

apiVersion

-

version of the schema the object should have; see http://releases.k8s.io/HEAD/docs/api-conventions.md#resources

+

version of the schema the object should have; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#resources

false

string

metadata

-

standard object metadata; see http://releases.k8s.io/HEAD/docs/api-conventions.md#metadata

+

standard object metadata; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#metadata

false

v1.ObjectMeta

@@ -5321,14 +5321,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

metadata

-

standard object metadata; see http://releases.k8s.io/HEAD/docs/api-conventions.md#metadata

+

standard object metadata; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#metadata

false

v1.ObjectMeta

spec

-

specification of the desired behavior of the pod; http://releases.k8s.io/HEAD/docs/api-conventions.md#spec-and-status

+

specification of the desired behavior of the pod; http://kubernetes.io/v1.0/docs/devel/api-conventions.html#spec-and-status

false

v1.PodSpec

@@ -5359,28 +5359,28 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

kind

-

kind of object, in CamelCase; cannot be updated; see http://releases.k8s.io/HEAD/docs/api-conventions.md#types-kinds

+

kind of object, in CamelCase; cannot be updated; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#types-kinds

false

string

apiVersion

-

version of the schema the object should have; see http://releases.k8s.io/HEAD/docs/api-conventions.md#resources

+

version of the schema the object should have; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#resources

false

string

metadata

-

standard list metadata; see http://releases.k8s.io/HEAD/docs/api-conventions.md#types-kinds

+

standard list metadata; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#types-kinds

false

v1.ListMeta

items

-

list of pods; see http://releases.k8s.io/HEAD/docs/pods.md

+

list of pods; see http://kubernetes.io/v1.0/docs/user-guide/pods.html

true

v1.Pod array

@@ -5411,21 +5411,21 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

kind

-

kind of object, in CamelCase; cannot be updated; see http://releases.k8s.io/HEAD/docs/api-conventions.md#types-kinds

+

kind of object, in CamelCase; cannot be updated; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#types-kinds

false

string

apiVersion

-

version of the schema the object should have; see http://releases.k8s.io/HEAD/docs/api-conventions.md#resources

+

version of the schema the object should have; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#resources

false

string

metadata

-

standard list metadata; see http://releases.k8s.io/HEAD/docs/api-conventions.md#metadata

+

standard list metadata; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#metadata

false

v1.ListMeta

@@ -5463,28 +5463,28 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

kind

-

kind of object, in CamelCase; cannot be updated; see http://releases.k8s.io/HEAD/docs/api-conventions.md#types-kinds

+

kind of object, in CamelCase; cannot be updated; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#types-kinds

false

string

apiVersion

-

version of the schema the object should have; see http://releases.k8s.io/HEAD/docs/api-conventions.md#resources

+

version of the schema the object should have; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#resources

false

string

metadata

-

standard list metadata; see http://releases.k8s.io/HEAD/docs/api-conventions.md#types-kinds

+

standard list metadata; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#types-kinds

false

v1.ListMeta

items

-

list of persistent volumes; see http://releases.k8s.io/HEAD/docs/persistent-volumes.md

+

list of persistent volumes; see http://kubernetes.io/v1.0/docs/user-guide/persistent-volumes.html

false

v1.PersistentVolume array

@@ -5515,28 +5515,28 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

kind

-

kind of the referent; see http://releases.k8s.io/HEAD/docs/api-conventions.md#types-kinds

+

kind of the referent; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#types-kinds

false

string

namespace

-

namespace of the referent; see http://releases.k8s.io/HEAD/docs/namespaces.md

+

namespace of the referent; see http://kubernetes.io/v1.0/docs/user-guide/namespaces.html

false

string

name

-

name of the referent; see http://releases.k8s.io/HEAD/docs/identifiers.md#names

+

name of the referent; see http://kubernetes.io/v1.0/docs/user-guide/identifiers.html#names

false

string

uid

-

uid of the referent; see http://releases.k8s.io/HEAD/docs/identifiers.md#uids

+

uid of the referent; see http://kubernetes.io/v1.0/docs/user-guide/identifiers.html#uids

false

string

@@ -5550,7 +5550,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

resourceVersion

-

specific resourceVersion to which this reference is made, if any: http://releases.k8s.io/HEAD/docs/api-conventions.md#concurrency-control-and-consistency

+

specific resourceVersion to which this reference is made, if any: http://kubernetes.io/v1.0/docs/devel/api-conventions.html#concurrency-control-and-consistency

false

string

@@ -5640,7 +5640,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

kernelVersion

-

Kernel version reported by the node from uname -r (e.g. 3.16.0-0.bpo.4-amd64)

+

Kernel version reported by the node from uname -r (e.g. 3.16.0-0.bpo.4-.html64)

true

string

@@ -5699,28 +5699,28 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

ports

-

ports exposed by the service; see http://releases.k8s.io/HEAD/docs/services.md#virtual-ips-and-service-proxies

+

ports exposed by the service; see http://kubernetes.io/v1.0/docs/user-guide/services.html#virtual-ips-and-service-proxies

true

v1.ServicePort array

selector

-

label keys and values that must match in order to receive traffic for this service; if empty, all pods are selected, if not specified, endpoints must be manually specified; see http://releases.k8s.io/HEAD/docs/services.md#overview

+

label keys and values that must match in order to receive traffic for this service; if empty, all pods are selected, if not specified, endpoints must be manually specified; see http://kubernetes.io/v1.0/docs/user-guide/services.html#overview

false

any

clusterIP

-

IP address of the service; usually assigned by the system; if specified, it will be allocated to the service if unused or else creation of the service will fail; cannot be updated; None can be specified for a headless service when proxying is not required; see http://releases.k8s.io/HEAD/docs/services.md#virtual-ips-and-service-proxies

+

IP address of the service; usually assigned by the system; if specified, it will be allocated to the service if unused or else creation of the service will fail; cannot be updated; None can be specified for a headless service when proxying is not required; see http://kubernetes.io/v1.0/docs/user-guide/services.html#virtual-ips-and-service-proxies

false

string

type

-

type of this service; must be ClusterIP, NodePort, or LoadBalancer; defaults to ClusterIP; see http://releases.k8s.io/HEAD/docs/services.md#external-services

+

type of this service; must be ClusterIP, NodePort, or LoadBalancer; defaults to ClusterIP; see http://kubernetes.io/v1.0/docs/user-guide/services.html#external-services

false

string

@@ -5734,7 +5734,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

sessionAffinity

-

enable client IP based session affinity; must be ClientIP or None; defaults to None; see http://releases.k8s.io/HEAD/docs/services.md#virtual-ips-and-service-proxies

+

enable client IP based session affinity; must be ClientIP or None; defaults to None; see http://kubernetes.io/v1.0/docs/user-guide/services.html#virtual-ips-and-service-proxies

false

string

@@ -5765,35 +5765,35 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

kind

-

kind of object, in CamelCase; cannot be updated; see http://releases.k8s.io/HEAD/docs/api-conventions.md#types-kinds

+

kind of object, in CamelCase; cannot be updated; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#types-kinds

false

string

apiVersion

-

version of the schema the object should have; see http://releases.k8s.io/HEAD/docs/api-conventions.md#resources

+

version of the schema the object should have; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#resources

false

string

metadata

-

standard object metadata; see http://releases.k8s.io/HEAD/docs/api-conventions.md#metadata

+

standard object metadata; see http://kubernetes.io/v1.0/docs/devel/api-conventions.html#metadata

false

v1.ObjectMeta

spec

-

specification of the desired behavior of the pod; http://releases.k8s.io/HEAD/docs/api-conventions.md#spec-and-status

+

specification of the desired behavior of the pod; http://kubernetes.io/v1.0/docs/devel/api-conventions.html#spec-and-status

false

v1.PodSpec

status

-

most recently observed status of the pod; populated by the system, read-only; http://releases.k8s.io/HEAD/docs/api-conventions.md#spec-and-status

+

most recently observed status of the pod; populated by the system, read-only; http://kubernetes.io/v1.0/docs/devel/api-conventions.html#spec-and-status

false

v1.PodStatus

@@ -5845,7 +5845,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

unschedulable

-

disable pod scheduling on the node; see http://releases.k8s.io/HEAD/docs/node.md#manual-node-administration

+

disable pod scheduling on the node; see http://kubernetes.io/v1.0/docs/admin/node.html#manual-node-administration

false

boolean

false