diff --git a/docs/api-reference/autoscaling/v1/definitions.html b/docs/api-reference/autoscaling/v1/definitions.html index 76a8a8d5e51..373baa117f1 100755 --- a/docs/api-reference/autoscaling/v1/definitions.html +++ b/docs/api-reference/autoscaling/v1/definitions.html @@ -1163,14 +1163,14 @@ Populated by the system when a graceful deletion is requested. Read-only. More i

labels

Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://releases.k8s.io/HEAD/docs/user-guide/labels.md

false

-

any

+

object

annotations

Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://releases.k8s.io/HEAD/docs/user-guide/annotations.md

false

-

any

+

object

@@ -1244,7 +1244,7 @@ Examples:
diff --git a/docs/api-reference/batch/v1/definitions.html b/docs/api-reference/batch/v1/definitions.html index a33e01e683b..3cff29e8621 100755 --- a/docs/api-reference/batch/v1/definitions.html +++ b/docs/api-reference/batch/v1/definitions.html @@ -635,7 +635,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

matchLabels

matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

false

-

any

+

object

@@ -1488,7 +1488,7 @@ Examples:

supplementalGroups

A list of groups applied to the first process run in each container, in addition to the container’s primary GID. If unspecified, no groups will be added to any container.

false

-

[integer] array

+

integer (int32) array

@@ -1718,14 +1718,14 @@ Populated by the system when a graceful deletion is requested. Read-only. More i

labels

Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://releases.k8s.io/HEAD/docs/user-guide/labels.md

false

-

any

+

object

annotations

Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://releases.k8s.io/HEAD/docs/user-guide/annotations.md

false

-

any

+

object

@@ -2564,14 +2564,14 @@ Populated by the system when a graceful deletion is requested. Read-only. More i

limits

Limits describes the maximum amount of compute resources allowed. More info: http://releases.k8s.io/HEAD/docs/design/resources.md#resource-specifications

false

-

any

+

object

requests

Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: http://releases.k8s.io/HEAD/docs/design/resources.md#resource-specifications

false

-

any

+

object

@@ -2633,7 +2633,7 @@ Populated by the system when a graceful deletion is requested. Read-only. More i

options

Optional: Extra command options if any.

false

-

any

+

object

@@ -3060,10 +3060,6 @@ Populated by the system when a graceful deletion is requested. Read-only. More i - -
-

integer

-

v1.Probe

@@ -3489,7 +3485,7 @@ Populated by the system when a graceful deletion is requested. Read-only. More i

nodeSelector

NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node’s labels for the pod to be scheduled on that node. More info: http://releases.k8s.io/HEAD/docs/user-guide/node-selection/README.md

false

-

any

+

object

@@ -3886,7 +3882,7 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
diff --git a/docs/api-reference/extensions/v1beta1/definitions.html b/docs/api-reference/extensions/v1beta1/definitions.html index 04f9bfc6be9..18a51d89feb 100755 --- a/docs/api-reference/extensions/v1beta1/definitions.html +++ b/docs/api-reference/extensions/v1beta1/definitions.html @@ -862,61 +862,6 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } - -
-

v1beta1.ReplicaSetList

-
-

ReplicaSetList is a collection of ReplicaSets.

-
- ------- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

metadata

Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

unversioned.ListMeta

items

List of ReplicaSets. More info: http://releases.k8s.io/HEAD/docs/user-guide/replication-controller.md

true

v1beta1.ReplicaSet array

-

v1.CephFSVolumeSource

@@ -986,6 +931,61 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +
+
+

v1beta1.ReplicaSetList

+
+

ReplicaSetList is a collection of ReplicaSets.

+
+ +++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

metadata

Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

unversioned.ListMeta

items

List of ReplicaSets. More info: http://releases.k8s.io/HEAD/docs/user-guide/replication-controller.md

true

v1beta1.ReplicaSet array

+

v1beta1.IngressStatus

@@ -1625,14 +1625,14 @@ Populated by the system when a graceful deletion is requested. Read-only. More i

labels

Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://releases.k8s.io/HEAD/docs/user-guide/labels.md

false

-

any

+

object

annotations

Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://releases.k8s.io/HEAD/docs/user-guide/annotations.md

false

-

any

+

object

@@ -2389,7 +2389,7 @@ Populated by the system when a graceful deletion is requested. Read-only. More i

options

Optional: Extra command options if any.

false

-

any

+

object

@@ -2857,10 +2857,6 @@ Populated by the system when a graceful deletion is requested. Read-only. More i -
-
-

integer

-

v1.Probe

@@ -3348,7 +3344,7 @@ Populated by the system when a graceful deletion is requested. Read-only. More i

nodeSelector

NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node’s labels for the pod to be scheduled on that node. More info: http://releases.k8s.io/HEAD/docs/user-guide/node-selection/README.md

false

-

any

+

object

@@ -3823,7 +3819,7 @@ Populated by the system when a graceful deletion is requested. Read-only. More i

selector

label query over pods that should match the replicas count. More info: http://releases.k8s.io/HEAD/docs/user-guide/labels.md#label-selectors

false

-

any

+

object

@@ -3988,7 +3984,7 @@ Populated by the system when a graceful deletion is requested. Read-only. More i

updatedAnnotations

The annotations to be updated to a deployment

false

-

any

+

object

@@ -4788,7 +4784,7 @@ Both these may change in the future. Incoming requests are matched against the h

supplementalGroups

A list of groups applied to the first process run in each container, in addition to the container’s primary GID. If unspecified, no groups will be added to any container.

false

-

[integer] array

+

integer (int32) array

@@ -4879,7 +4875,7 @@ Both these may change in the future. Incoming requests are matched against the h

matchLabels

matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

false

-

any

+

object

@@ -5404,14 +5400,14 @@ Both these may change in the future. Incoming requests are matched against the h

limits

Limits describes the maximum amount of compute resources allowed. More info: http://releases.k8s.io/HEAD/docs/design/resources.md#resource-specifications

false

-

any

+

object

requests

Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: http://releases.k8s.io/HEAD/docs/design/resources.md#resource-specifications

false

-

any

+

object

@@ -5876,7 +5872,7 @@ Both these may change in the future. Incoming requests are matched against the h
diff --git a/docs/api-reference/v1/definitions.html b/docs/api-reference/v1/definitions.html index 6ddba8c85ac..a7ba7ed7d5f 100755 --- a/docs/api-reference/v1/definitions.html +++ b/docs/api-reference/v1/definitions.html @@ -1095,7 +1095,7 @@ Examples:

hard

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

false

-

any

+

object

@@ -1623,7 +1623,7 @@ Examples:

data

Data contains the configuration data. Each key must be a valid DNS_SUBDOMAIN with an optional leading dot.

false

-

any

+

object

@@ -1815,14 +1815,14 @@ Examples:

hard

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

false

-

any

+

object

used

Used is the current observed total usage of the resource in the namespace.

false

-

any

+

object

@@ -1974,14 +1974,14 @@ Populated by the system when a graceful deletion is requested. Read-only. More i

labels

Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://releases.k8s.io/HEAD/docs/user-guide/labels.md

false

-

any

+

object

annotations

Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://releases.k8s.io/HEAD/docs/user-guide/annotations.md

false

-

any

+

object

@@ -2732,7 +2732,7 @@ Populated by the system when a graceful deletion is requested. Read-only. More i

capacity

Represents the actual resources of the underlying volume.

false

-

any

+

object

@@ -2886,7 +2886,7 @@ The resulting set of endpoints can be viewed as:

options

Optional: Extra command options if any.

false

-

any

+

object

@@ -3544,10 +3544,6 @@ The resulting set of endpoints can be viewed as:
- -
-

integer

-

v1.Probe

@@ -4090,7 +4086,7 @@ The resulting set of endpoints can be viewed as:

nodeSelector

NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node’s labels for the pod to be scheduled on that node. More info: http://releases.k8s.io/HEAD/docs/user-guide/node-selection/README.md

false

-

any

+

object

@@ -4407,7 +4403,7 @@ The resulting set of endpoints can be viewed as:

selector

Selector is a label query over pods that should match the Replicas count. If Selector is empty, it is defaulted to the labels present on the Pod template. Label keys and values that must match in order to be controlled by this replication controller, if empty defaulted to labels on Pod template. More info: http://releases.k8s.io/HEAD/docs/user-guide/labels.md#label-selectors

false

-

any

+

object

@@ -4448,14 +4444,14 @@ The resulting set of endpoints can be viewed as:

capacity

Capacity represents the total resources of a node. More info: http://releases.k8s.io/HEAD/docs/user-guide/persistent-volumes.md#capacity for more details.

false

-

any

+

object

allocatable

Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity.

false

-

any

+

object

@@ -5522,7 +5518,7 @@ The resulting set of endpoints can be viewed as:

supplementalGroups

A list of groups applied to the first process run in each container, in addition to the container’s primary GID. If unspecified, no groups will be added to any container.

false

-

[integer] array

+

integer (int32) array

@@ -5565,7 +5561,7 @@ The resulting set of endpoints can be viewed as:

capacity

A description of the persistent volume’s resources and capacity. More info: http://releases.k8s.io/HEAD/docs/user-guide/persistent-volumes.md#capacity

false

-

any

+

object

@@ -6595,7 +6591,7 @@ The resulting set of endpoints can be viewed as:

data

Data contains the secret data. Each key must be a valid DNS_SUBDOMAIN or leading dot followed by valid DNS_SUBDOMAIN. The serialized form of the secret data is a base64 encoded string, representing the arbitrary (possibly non-string) data value here. Described in https://tools.ietf.org/html/rfc4648#section-4

false

-

any

+

object

@@ -6792,14 +6788,14 @@ The resulting set of endpoints can be viewed as:

limits

Limits describes the maximum amount of compute resources allowed. More info: http://releases.k8s.io/HEAD/docs/design/resources.md#resource-specifications

false

-

any

+

object

requests

Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: http://releases.k8s.io/HEAD/docs/design/resources.md#resource-specifications

false

-

any

+

object

@@ -6895,35 +6891,35 @@ The resulting set of endpoints can be viewed as:

max

Max usage constraints on this kind by resource name.

false

-

any

+

object

min

Min usage constraints on this kind by resource name.

false

-

any

+

object

default

Default resource requirement limit value by resource name if resource limit is omitted.

false

-

any

+

object

defaultRequest

DefaultRequest is the default resource requirement request value by resource name if resource request is omitted.

false

-

any

+

object

maxLimitRequestRatio

MaxLimitRequestRatio if specified, the named resource must have a request and limit that are both non-zero where limit divided by request is less than or equal to the enumerated value; this represents the max burst for the named resource.

false

-

any

+

object

@@ -7494,7 +7490,7 @@ The resulting set of endpoints can be viewed as:

selector

This service will route traffic to pods having labels matching this 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. More info: http://releases.k8s.io/HEAD/docs/user-guide/services.md#overview

false

-

any

+

object

@@ -7746,7 +7742,7 @@ The resulting set of endpoints can be viewed as: