Skip to content

Commit 9534487

Browse files
committed
generated
1 parent 2dd2187 commit 9534487

File tree

69 files changed

+319
-182
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+319
-182
lines changed

api/docs/api/v1.PersistentVolume.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Populated by the system. Read-only. More info: http://kubernetes.io/docs/user-gu
145145
</summary><div style="margin-left:13px;"> - <span title="(string)">[string]</span>:
146146
</div></details><details><summary> <span title="(array) Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.">wwids</span>:
147147
</summary><div style="margin-left:13px;"> - <span title="(string)">[string]</span>:
148-
</div></details></details><details><summary> <span title="(v1.FlexVolumeSource) FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. This is an alpha feature and may change in future.">flexVolume</span>:
148+
</div></details></details><details><summary> <span title="(v1.FlexVolumeSource) FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.">flexVolume</span>:
149149
</summary><div style="margin-left:13px;"> <span title="(string) Driver is the name of the driver to use for this volume.">driver</span>:
150150
</div><div style="margin-left:13px;"> <span title="(string) Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. &#34;ext4&#34;, &#34;xfs&#34;, &#34;ntfs&#34;. The default filesystem depends on FlexVolume script.">fsType</span>:
151151
</div><details><summary> <span title="(object) Optional: Extra command options if any.">options</span>:

api/docs/api/v1.Pod.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -311,15 +311,15 @@ Populated by the system. Read-only. More info: http://kubernetes.io/docs/user-gu
311311
</div><div style="margin-left:13px;"> <span title="(boolean) Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false.">readOnly</span>:
312312
</div><div style="margin-left:13px;"> <span title="(string) Path within the volume from which the container&#39;s volume should be mounted. Defaults to &#34;&#34; (volume&#39;s root).">subPath</span>:
313313
</div></details><div style="margin-left:13px;"> <span title="(string) Container&#39;s working directory. If not specified, the container runtime&#39;s default will be used, which might be configured in the container image. Cannot be updated.">workingDir</span>:
314-
</div></details><details><summary> <span title="(v1.PodDNSConfig) Specifies the DNS parameters of a pod. Parameters specified here will be merged to the generated DNS configuration based on DNSPolicy.">dnsConfig</span>:
314+
</div></details><details><summary> <span title="(v1.PodDNSConfig) Specifies the DNS parameters of a pod. Parameters specified here will be merged to the generated DNS configuration based on DNSPolicy. This is an alpha feature introduced in v1.9 and CustomPodDNS feature gate must be enabled to use it.">dnsConfig</span>:
315315
</summary><details><summary> <span title="(array) A list of DNS name server IP addresses. This will be appended to the base nameservers generated from DNSPolicy. Duplicated nameservers will be removed.">nameservers</span>:
316316
</summary><div style="margin-left:13px;"> - <span title="(string)">[string]</span>:
317317
</div></details><details><summary> <span title="(array) A list of DNS resolver options. This will be merged with the base options generated from DNSPolicy. Duplicated entries will be removed. Resolution options given in Options will override those that appear in the base DNSPolicy.">options</span>:
318318
</summary><div style="margin-left:13px;"> - <span title="(string) Required.">name</span>:
319319
</div><div style="margin-left:13px;"> <span title="(string)">value</span>:
320320
</div></details><details><summary> <span title="(array) A list of DNS search domains for host-name lookup. This will be appended to the base search paths generated from DNSPolicy. Duplicated search paths will be removed.">searches</span>:
321321
</summary><div style="margin-left:13px;"> - <span title="(string)">[string]</span>:
322-
</div></details></details><div style="margin-left:13px;"> <span title="(string) Set DNS policy for the pod. Defaults to &#34;ClusterFirst&#34;. Valid values are &#39;ClusterFirstWithHostNet&#39;, &#39;ClusterFirst&#39;, &#39;Default&#39; or &#39;None&#39;. DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to &#39;ClusterFirstWithHostNet&#39;.">dnsPolicy</span>:
322+
</div></details></details><div style="margin-left:13px;"> <span title="(string) Set DNS policy for the pod. Defaults to &#34;ClusterFirst&#34;. Valid values are &#39;ClusterFirstWithHostNet&#39;, &#39;ClusterFirst&#39;, &#39;Default&#39; or &#39;None&#39;. DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to &#39;ClusterFirstWithHostNet&#39;. Note that &#39;None&#39; policy is an alpha feature introduced in v1.9 and CustomPodDNS feature gate must be enabled to use it.">dnsPolicy</span>:
323323
</div><details><summary> <span title="(array) HostAliases is an optional list of hosts and IPs that will be injected into the pod&#39;s hosts file if specified. This is only valid for non-hostNetwork pods.">hostAliases</span>:
324324
</summary><details><summary> - <span title="(array) Hostnames for the above IP address.">hostnames</span>:
325325
</summary><div style="margin-left:13px;"> - - <span title="(string)">[string]</span>:
@@ -571,7 +571,7 @@ If unset, the Kubelet will not modify the ownership and permissions of any volum
571571
</summary><div style="margin-left:13px;"> - <span title="(string)">[string]</span>:
572572
</div></details><details><summary> <span title="(array) Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.">wwids</span>:
573573
</summary><div style="margin-left:13px;"> - <span title="(string)">[string]</span>:
574-
</div></details></details><details><summary> <span title="(v1.FlexVolumeSource) FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. This is an alpha feature and may change in future.">flexVolume</span>:
574+
</div></details></details><details><summary> <span title="(v1.FlexVolumeSource) FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.">flexVolume</span>:
575575
</summary><div style="margin-left:13px;"> <span title="(string) Driver is the name of the driver to use for this volume.">driver</span>:
576576
</div><div style="margin-left:13px;"> <span title="(string) Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. &#34;ext4&#34;, &#34;xfs&#34;, &#34;ntfs&#34;. The default filesystem depends on FlexVolume script.">fsType</span>:
577577
</div><details><summary> <span title="(object) Optional: Extra command options if any.">options</span>:

api/docs/api/v1.PodTemplate.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -381,15 +381,15 @@ Populated by the system. Read-only. More info: http://kubernetes.io/docs/user-gu
381381
</div><div style="margin-left:13px;"> <span title="(boolean) Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false.">readOnly</span>:
382382
</div><div style="margin-left:13px;"> <span title="(string) Path within the volume from which the container&#39;s volume should be mounted. Defaults to &#34;&#34; (volume&#39;s root).">subPath</span>:
383383
</div></details><div style="margin-left:13px;"> <span title="(string) Container&#39;s working directory. If not specified, the container runtime&#39;s default will be used, which might be configured in the container image. Cannot be updated.">workingDir</span>:
384-
</div></details><details><summary> <span title="(v1.PodDNSConfig) Specifies the DNS parameters of a pod. Parameters specified here will be merged to the generated DNS configuration based on DNSPolicy.">dnsConfig</span>:
384+
</div></details><details><summary> <span title="(v1.PodDNSConfig) Specifies the DNS parameters of a pod. Parameters specified here will be merged to the generated DNS configuration based on DNSPolicy. This is an alpha feature introduced in v1.9 and CustomPodDNS feature gate must be enabled to use it.">dnsConfig</span>:
385385
</summary><details><summary> <span title="(array) A list of DNS name server IP addresses. This will be appended to the base nameservers generated from DNSPolicy. Duplicated nameservers will be removed.">nameservers</span>:
386386
</summary><div style="margin-left:13px;"> - <span title="(string)">[string]</span>:
387387
</div></details><details><summary> <span title="(array) A list of DNS resolver options. This will be merged with the base options generated from DNSPolicy. Duplicated entries will be removed. Resolution options given in Options will override those that appear in the base DNSPolicy.">options</span>:
388388
</summary><div style="margin-left:13px;"> - <span title="(string) Required.">name</span>:
389389
</div><div style="margin-left:13px;"> <span title="(string)">value</span>:
390390
</div></details><details><summary> <span title="(array) A list of DNS search domains for host-name lookup. This will be appended to the base search paths generated from DNSPolicy. Duplicated search paths will be removed.">searches</span>:
391391
</summary><div style="margin-left:13px;"> - <span title="(string)">[string]</span>:
392-
</div></details></details><div style="margin-left:13px;"> <span title="(string) Set DNS policy for the pod. Defaults to &#34;ClusterFirst&#34;. Valid values are &#39;ClusterFirstWithHostNet&#39;, &#39;ClusterFirst&#39;, &#39;Default&#39; or &#39;None&#39;. DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to &#39;ClusterFirstWithHostNet&#39;.">dnsPolicy</span>:
392+
</div></details></details><div style="margin-left:13px;"> <span title="(string) Set DNS policy for the pod. Defaults to &#34;ClusterFirst&#34;. Valid values are &#39;ClusterFirstWithHostNet&#39;, &#39;ClusterFirst&#39;, &#39;Default&#39; or &#39;None&#39;. DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to &#39;ClusterFirstWithHostNet&#39;. Note that &#39;None&#39; policy is an alpha feature introduced in v1.9 and CustomPodDNS feature gate must be enabled to use it.">dnsPolicy</span>:
393393
</div><details><summary> <span title="(array) HostAliases is an optional list of hosts and IPs that will be injected into the pod&#39;s hosts file if specified. This is only valid for non-hostNetwork pods.">hostAliases</span>:
394394
</summary><details><summary> - <span title="(array) Hostnames for the above IP address.">hostnames</span>:
395395
</summary><div style="margin-left:13px;"> - - <span title="(string)">[string]</span>:
@@ -641,7 +641,7 @@ If unset, the Kubelet will not modify the ownership and permissions of any volum
641641
</summary><div style="margin-left:13px;"> - <span title="(string)">[string]</span>:
642642
</div></details><details><summary> <span title="(array) Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.">wwids</span>:
643643
</summary><div style="margin-left:13px;"> - <span title="(string)">[string]</span>:
644-
</div></details></details><details><summary> <span title="(v1.FlexVolumeSource) FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. This is an alpha feature and may change in future.">flexVolume</span>:
644+
</div></details></details><details><summary> <span title="(v1.FlexVolumeSource) FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.">flexVolume</span>:
645645
</summary><div style="margin-left:13px;"> <span title="(string) Driver is the name of the driver to use for this volume.">driver</span>:
646646
</div><div style="margin-left:13px;"> <span title="(string) Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. &#34;ext4&#34;, &#34;xfs&#34;, &#34;ntfs&#34;. The default filesystem depends on FlexVolume script.">fsType</span>:
647647
</div><details><summary> <span title="(object) Optional: Extra command options if any.">options</span>:

api/docs/api/v1.ReplicationController.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -386,15 +386,15 @@ Populated by the system. Read-only. More info: http://kubernetes.io/docs/user-gu
386386
</div><div style="margin-left:13px;"> <span title="(boolean) Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false.">readOnly</span>:
387387
</div><div style="margin-left:13px;"> <span title="(string) Path within the volume from which the container&#39;s volume should be mounted. Defaults to &#34;&#34; (volume&#39;s root).">subPath</span>:
388388
</div></details><div style="margin-left:13px;"> <span title="(string) Container&#39;s working directory. If not specified, the container runtime&#39;s default will be used, which might be configured in the container image. Cannot be updated.">workingDir</span>:
389-
</div></details><details><summary> <span title="(v1.PodDNSConfig) Specifies the DNS parameters of a pod. Parameters specified here will be merged to the generated DNS configuration based on DNSPolicy.">dnsConfig</span>:
389+
</div></details><details><summary> <span title="(v1.PodDNSConfig) Specifies the DNS parameters of a pod. Parameters specified here will be merged to the generated DNS configuration based on DNSPolicy. This is an alpha feature introduced in v1.9 and CustomPodDNS feature gate must be enabled to use it.">dnsConfig</span>:
390390
</summary><details><summary> <span title="(array) A list of DNS name server IP addresses. This will be appended to the base nameservers generated from DNSPolicy. Duplicated nameservers will be removed.">nameservers</span>:
391391
</summary><div style="margin-left:13px;"> - <span title="(string)">[string]</span>:
392392
</div></details><details><summary> <span title="(array) A list of DNS resolver options. This will be merged with the base options generated from DNSPolicy. Duplicated entries will be removed. Resolution options given in Options will override those that appear in the base DNSPolicy.">options</span>:
393393
</summary><div style="margin-left:13px;"> - <span title="(string) Required.">name</span>:
394394
</div><div style="margin-left:13px;"> <span title="(string)">value</span>:
395395
</div></details><details><summary> <span title="(array) A list of DNS search domains for host-name lookup. This will be appended to the base search paths generated from DNSPolicy. Duplicated search paths will be removed.">searches</span>:
396396
</summary><div style="margin-left:13px;"> - <span title="(string)">[string]</span>:
397-
</div></details></details><div style="margin-left:13px;"> <span title="(string) Set DNS policy for the pod. Defaults to &#34;ClusterFirst&#34;. Valid values are &#39;ClusterFirstWithHostNet&#39;, &#39;ClusterFirst&#39;, &#39;Default&#39; or &#39;None&#39;. DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to &#39;ClusterFirstWithHostNet&#39;.">dnsPolicy</span>:
397+
</div></details></details><div style="margin-left:13px;"> <span title="(string) Set DNS policy for the pod. Defaults to &#34;ClusterFirst&#34;. Valid values are &#39;ClusterFirstWithHostNet&#39;, &#39;ClusterFirst&#39;, &#39;Default&#39; or &#39;None&#39;. DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to &#39;ClusterFirstWithHostNet&#39;. Note that &#39;None&#39; policy is an alpha feature introduced in v1.9 and CustomPodDNS feature gate must be enabled to use it.">dnsPolicy</span>:
398398
</div><details><summary> <span title="(array) HostAliases is an optional list of hosts and IPs that will be injected into the pod&#39;s hosts file if specified. This is only valid for non-hostNetwork pods.">hostAliases</span>:
399399
</summary><details><summary> - <span title="(array) Hostnames for the above IP address.">hostnames</span>:
400400
</summary><div style="margin-left:13px;"> - - <span title="(string)">[string]</span>:
@@ -646,7 +646,7 @@ If unset, the Kubelet will not modify the ownership and permissions of any volum
646646
</summary><div style="margin-left:13px;"> - <span title="(string)">[string]</span>:
647647
</div></details><details><summary> <span title="(array) Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.">wwids</span>:
648648
</summary><div style="margin-left:13px;"> - <span title="(string)">[string]</span>:
649-
</div></details></details><details><summary> <span title="(v1.FlexVolumeSource) FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. This is an alpha feature and may change in future.">flexVolume</span>:
649+
</div></details></details><details><summary> <span title="(v1.FlexVolumeSource) FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.">flexVolume</span>:
650650
</summary><div style="margin-left:13px;"> <span title="(string) Driver is the name of the driver to use for this volume.">driver</span>:
651651
</div><div style="margin-left:13px;"> <span title="(string) Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. &#34;ext4&#34;, &#34;xfs&#34;, &#34;ntfs&#34;. The default filesystem depends on FlexVolume script.">fsType</span>:
652652
</div><details><summary> <span title="(object) Optional: Extra command options if any.">options</span>:

0 commit comments

Comments
 (0)