diff --git a/federation/docs/api-reference/extensions/v1beta1/definitions.html b/federation/docs/api-reference/extensions/v1beta1/definitions.html index c04fb6f6172..b4d7285b0f2 100755 --- a/federation/docs/api-reference/extensions/v1beta1/definitions.html +++ b/federation/docs/api-reference/extensions/v1beta1/definitions.html @@ -2027,68 +2027,6 @@ Populated by the system when a graceful deletion is requested. Read-only. More i - -
DaemonSetSpec is the specification of a daemon set.
-Name | -Description | -Required | -Schema | -Default | -
---|---|---|---|---|
selector |
-A label query over pods that are managed by the daemon set. Must match in order to be controlled. If empty, defaulted to labels on Pod template. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors |
-false |
-- | - |
template |
-An object that describes the pod that will be created. The DaemonSet will create exactly one copy of this pod on every node that matches the template’s node selector (or on every node if no node selector is specified). More info: http://kubernetes.io/docs/user-guide/replication-controller#pod-template |
-true |
-- | - |
updateStrategy |
-An update strategy to replace existing DaemonSet pods with new pods. |
-false |
-- | - |
minReadySeconds |
-The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready). |
-false |
-integer (int32) |
-- |
templateGeneration |
-A sequence number representing a specific generation of the template. Populated by the system. It can be set only during the creation. |
-false |
-integer (int64) |
-- |
DaemonSetSpec is the specification of a daemon set.
+Name | +Description | +Required | +Schema | +Default | +
---|---|---|---|---|
selector |
+A label query over pods that are managed by the daemon set. Must match in order to be controlled. If empty, defaulted to labels on Pod template. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors |
+false |
++ | + |
template |
+An object that describes the pod that will be created. The DaemonSet will create exactly one copy of this pod on every node that matches the template’s node selector (or on every node if no node selector is specified). More info: http://kubernetes.io/docs/user-guide/replication-controller#pod-template |
+true |
++ | + |
updateStrategy |
+An update strategy to replace existing DaemonSet pods with new pods. |
+false |
++ | + |
minReadySeconds |
+The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready). |
+false |
+integer (int32) |
++ |
templateGeneration |
+A sequence number representing a specific generation of the template. Populated by the system. It can be set only during the creation. |
+false |
+integer (int64) |
++ |
string array
chapAuthDiscovery
whether support iSCSI Discovery CHAP authentication
false
boolean
false
chapAuthSession
whether support iSCSI Session CHAP authentication
false
boolean
false
secretRef
CHAP secret for iSCSI target and initiator authentication
false
fieldRef
Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels, metadata.annotations, spec.nodeName, spec.serviceAccountName, status.podIP.
Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels, metadata.annotations, spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP.
false
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://kubernetes.io/docs/user-guide/node-selection/README
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://kubernetes.io/docs/user-guide/node-selection/README.md
false
object
v1.Toleration array
hostMappings
HostAliases is an optional list of hosts and IPs that will be injected into the pod’s hosts file if specified. This is only valid for non-hostNetwork pods.
false
v1.HostAlias array
string
host
Optional: Host name to connect to, defaults to the pod IP.
false
string
runAsUser
The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container.
false
integer (int64)
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 (int32) array
types.UnixGroupID array
false
integer (int64)
runAsUser
The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
false
integer (int64)
HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod’s hosts file.
+Name | +Description | +Required | +Schema | +Default | +
---|---|---|---|---|
ip |
+IP address of the host file entry. |
+false |
+string |
++ |
hostnames |
+Hostnames for the the above IP address. |
+false |
+string array |
++ |