diff --git a/.gitignore b/.gitignore index 9b4a4b2ee4..460a88c521 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,5 @@ Session.vim *~ # auto-generated tag files tags + +kubernetes.github.io.iml diff --git a/.travis.yml b/.travis.yml index 505fc50623..33db17d9e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,12 @@ install: - go get -t -v k8s.io/kubernetes.github.io/test - git clone --depth=50 --branch=master https://github.com/kubernetes/md-check $HOME/gopath/src/k8s.io/md-check - go get -t -v k8s.io/md-check +- rm $GOPATH/src/k8s.io/kubernetes/vendor/k8s.io/apimachinery +- rm $GOPATH/src/k8s.io/kubernetes/vendor/k8s.io/apiserver +- rm $GOPATH/src/k8s.io/kubernetes/vendor/k8s.io/client-go +- cp -r $GOPATH/src/k8s.io/kubernetes/vendor/* $GOPATH/src/ +- rm -rf $GOPATH/src/k8s.io/kubernetes/vendor/* +- cp -r $GOPATH/src/k8s.io/kubernetes/staging/src/* $GOPATH/src/ script: - go test -v k8s.io/kubernetes.github.io/test diff --git a/_data/reference.yml b/_data/reference.yml index 0e963e16a8..de1dec2c14 100644 --- a/_data/reference.yml +++ b/_data/reference.yml @@ -6,17 +6,17 @@ toc: - title: "Kubernetes Resource Types (New Docs Style)" section: - title: Version 1.5 - path: /docs/resources-reference/1_5/ + path: /docs/resources-reference/v1.5/ - title: "Kubernetes API (New Docs Style)" section: - title: Version 1.5 - path: /docs/api-reference/1_5/ + path: /docs/api-reference/v1.5/ - title: "Kubectl Commands (New Docs Style)" section: - title: Version 1.5 - path: /docs/user-guide/kubectl/1_5/ + path: /docs/user-guide/kubectl/v1.5/ - title: Kubernetes API section: diff --git a/docs/api-reference/1_5/documents/_generated_apigrouplist_unversioned_definition.md b/docs/api-reference/1_5/documents/_generated_apigrouplist_unversioned_definition.md deleted file mode 100644 index ceec2e96f3..0000000000 --- a/docs/api-reference/1_5/documents/_generated_apigrouplist_unversioned_definition.md +++ /dev/null @@ -1,16 +0,0 @@ -## APIGroupList unversioned - -Group | Version | Kind ------------- | ---------- | ----------- -Core | unversioned | APIGroupList - - - -APIGroupList is a list of APIGroup, to allow clients to discover the API at /apis. - - - -Field | Description ------------- | ----------- -groups <br /> *[APIGroup](#apigroup-unversioned) array* | groups is a list of APIGroup. - diff --git a/docs/api-reference/1_5/documents/_generated_binding_v1_definition.md b/docs/api-reference/1_5/documents/_generated_binding_v1_definition.md deleted file mode 100644 index 59adcd0427..0000000000 --- a/docs/api-reference/1_5/documents/_generated_binding_v1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## Binding v1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | Binding - - - -Binding ties one object to another. For example, a pod is bound to a node by a scheduler. - - - -Field | Description ------------- | ----------- -metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata -target <br /> *[ObjectReference](#objectreference-v1)* | The target object that you want to bind to the standard object. - diff --git a/docs/api-reference/1_5/documents/_generated_certificatesigningrequestlist_v1alpha1_definition.md b/docs/api-reference/1_5/documents/_generated_certificatesigningrequestlist_v1alpha1_definition.md deleted file mode 100644 index b618ce6a40..0000000000 --- a/docs/api-reference/1_5/documents/_generated_certificatesigningrequestlist_v1alpha1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## CertificateSigningRequestList v1alpha1 - -Group | Version | Kind ------------- | ---------- | ----------- -Certificates | v1alpha1 | CertificateSigningRequestList - - - - - - - -Field | Description ------------- | ----------- -items <br /> *[CertificateSigningRequest](#certificatesigningrequest-v1alpha1) array* | -metadata <br /> *[ListMeta](#listmeta-unversioned)* | - diff --git a/docs/api-reference/1_5/documents/_generated_clusterrolebindinglist_v1alpha1_definition.md b/docs/api-reference/1_5/documents/_generated_clusterrolebindinglist_v1alpha1_definition.md deleted file mode 100644 index cbf72459fc..0000000000 --- a/docs/api-reference/1_5/documents/_generated_clusterrolebindinglist_v1alpha1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## ClusterRoleBindingList v1alpha1 - -Group | Version | Kind ------------- | ---------- | ----------- -RbacAuthorization | v1alpha1 | ClusterRoleBindingList - - - -ClusterRoleBindingList is a collection of ClusterRoleBindings - - - -Field | Description ------------- | ----------- -items <br /> *[ClusterRoleBinding](#clusterrolebinding-v1alpha1) array* | Items is a list of ClusterRoleBindings -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. - diff --git a/docs/api-reference/1_5/documents/_generated_clusterrolelist_v1alpha1_definition.md b/docs/api-reference/1_5/documents/_generated_clusterrolelist_v1alpha1_definition.md deleted file mode 100644 index de3b45bd16..0000000000 --- a/docs/api-reference/1_5/documents/_generated_clusterrolelist_v1alpha1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## ClusterRoleList v1alpha1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1alpha1 | ClusterRoleList - - - -ClusterRoleList is a collection of ClusterRoles - - - -Field | Description ------------- | ----------- -items <br /> *[ClusterRole](#clusterrole-v1alpha1) array* | Items is a list of ClusterRoles -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. - diff --git a/docs/api-reference/1_5/documents/_generated_componentstatuslist_v1_definition.md b/docs/api-reference/1_5/documents/_generated_componentstatuslist_v1_definition.md deleted file mode 100644 index b1944475b2..0000000000 --- a/docs/api-reference/1_5/documents/_generated_componentstatuslist_v1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## ComponentStatusList v1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | ComponentStatusList - - - -Status of all the conditions for the component as a list of ComponentStatus objects. - - - -Field | Description ------------- | ----------- -items <br /> *[ComponentStatus](#componentstatus-v1) array* | List of ComponentStatus objects. -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds - diff --git a/docs/api-reference/1_5/documents/_generated_configmaplist_v1_definition.md b/docs/api-reference/1_5/documents/_generated_configmaplist_v1_definition.md deleted file mode 100644 index 1e88bdb0d7..0000000000 --- a/docs/api-reference/1_5/documents/_generated_configmaplist_v1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## ConfigMapList v1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | ConfigMapList - - - -ConfigMapList is a resource containing a list of ConfigMap objects. - - - -Field | Description ------------- | ----------- -items <br /> *[ConfigMap](#configmap-v1) array* | Items is the list of ConfigMaps. -metadata <br /> *[ListMeta](#listmeta-unversioned)* | More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata - diff --git a/docs/api-reference/1_5/documents/_generated_cronjoblist_v2alpha1_definition.md b/docs/api-reference/1_5/documents/_generated_cronjoblist_v2alpha1_definition.md deleted file mode 100644 index 3c57015261..0000000000 --- a/docs/api-reference/1_5/documents/_generated_cronjoblist_v2alpha1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## CronJobList v2alpha1 - -Group | Version | Kind ------------- | ---------- | ----------- -Batch | v2alpha1 | CronJobList - - - -CronJobList is a collection of cron jobs. - - - -Field | Description ------------- | ----------- -items <br /> *[CronJob](#cronjob-v2alpha1) array* | Items is the list of CronJob. -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata - diff --git a/docs/api-reference/1_5/documents/_generated_daemonsetlist_v1beta1_definition.md b/docs/api-reference/1_5/documents/_generated_daemonsetlist_v1beta1_definition.md deleted file mode 100644 index 8ccfbfd6bd..0000000000 --- a/docs/api-reference/1_5/documents/_generated_daemonsetlist_v1beta1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## DaemonSetList v1beta1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1beta1 | DaemonSetList - - - -DaemonSetList is a collection of daemon sets. - - - -Field | Description ------------- | ----------- -items <br /> *[DaemonSet](#daemonset-v1beta1) array* | Items is a list of daemon sets. -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata - diff --git a/docs/api-reference/1_5/documents/_generated_deploymentlist_v1beta1_definition.md b/docs/api-reference/1_5/documents/_generated_deploymentlist_v1beta1_definition.md deleted file mode 100644 index ade93da4a1..0000000000 --- a/docs/api-reference/1_5/documents/_generated_deploymentlist_v1beta1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## DeploymentList v1beta1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1beta1 | DeploymentList - - - -DeploymentList is a list of Deployments. - - - -Field | Description ------------- | ----------- -items <br /> *[Deployment](#deployment-v1beta1) array* | Items is the list of Deployments. -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. - diff --git a/docs/api-reference/1_5/documents/_generated_deploymentrollback_v1beta1_definition.md b/docs/api-reference/1_5/documents/_generated_deploymentrollback_v1beta1_definition.md deleted file mode 100644 index 488a27e29f..0000000000 --- a/docs/api-reference/1_5/documents/_generated_deploymentrollback_v1beta1_definition.md +++ /dev/null @@ -1,18 +0,0 @@ -## DeploymentRollback v1beta1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1beta1 | DeploymentRollback - - - -DeploymentRollback stores the information required to rollback a deployment. - - - -Field | Description ------------- | ----------- -name <br /> *string* | Required: This must match the Name of a deployment. -rollbackTo <br /> *[RollbackConfig](#rollbackconfig-v1beta1)* | The config of this deployment rollback. -updatedAnnotations <br /> *object* | The annotations to be updated to a deployment - diff --git a/docs/api-reference/1_5/documents/_generated_endpointslist_v1_definition.md b/docs/api-reference/1_5/documents/_generated_endpointslist_v1_definition.md deleted file mode 100644 index af940aa424..0000000000 --- a/docs/api-reference/1_5/documents/_generated_endpointslist_v1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## EndpointsList v1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | EndpointsList - - - -EndpointsList is a list of endpoints. - - - -Field | Description ------------- | ----------- -items <br /> *[Endpoints](#endpoints-v1) array* | List of endpoints. -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds - diff --git a/docs/api-reference/1_5/documents/_generated_eventlist_v1_definition.md b/docs/api-reference/1_5/documents/_generated_eventlist_v1_definition.md deleted file mode 100644 index cd4442b41e..0000000000 --- a/docs/api-reference/1_5/documents/_generated_eventlist_v1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## EventList v1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | EventList - - - -EventList is a list of events. - - - -Field | Description ------------- | ----------- -items <br /> *[Event](#event-v1) array* | List of events -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds - diff --git a/docs/api-reference/1_5/documents/_generated_ingresslist_v1beta1_concept.md b/docs/api-reference/1_5/documents/_generated_ingresslist_v1beta1_concept.md deleted file mode 100644 index 299114a699..0000000000 --- a/docs/api-reference/1_5/documents/_generated_ingresslist_v1beta1_concept.md +++ /dev/null @@ -1,31 +0,0 @@ - - ------------ -# IngressList v1beta1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1beta1 | IngressList - - - - - - - -IngressList is a collection of Ingress. - - - -Field | Description ------------- | ----------- -items <br /> *[Ingress](#ingress-v1beta1) array* | Items is the list of Ingress. -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata - - - - - - diff --git a/docs/api-reference/1_5/documents/_generated_ingresslist_v1beta1_definition.md b/docs/api-reference/1_5/documents/_generated_ingresslist_v1beta1_definition.md deleted file mode 100644 index b2f5d47f25..0000000000 --- a/docs/api-reference/1_5/documents/_generated_ingresslist_v1beta1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## IngressList v1beta1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1beta1 | IngressList - - - -IngressList is a collection of Ingress. - - - -Field | Description ------------- | ----------- -items <br /> *[Ingress](#ingress-v1beta1) array* | Items is the list of Ingress. -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata - diff --git a/docs/api-reference/1_5/documents/_generated_joblist_v1_definition.md b/docs/api-reference/1_5/documents/_generated_joblist_v1_definition.md deleted file mode 100644 index 1c4bff3079..0000000000 --- a/docs/api-reference/1_5/documents/_generated_joblist_v1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## JobList v1 - -Group | Version | Kind ------------- | ---------- | ----------- -Batch | v1 | JobList - -<aside class="notice">Other api versions of this object exist: <a href="#joblist-v1beta1">v1beta1</a> <a href="#joblist-v2alpha1">v2alpha1</a> </aside> - -JobList is a collection of jobs. - - - -Field | Description ------------- | ----------- -items <br /> *[Job](#job-v1) array* | Items is the list of Job. -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata - diff --git a/docs/api-reference/1_5/documents/_generated_joblist_v2alpha1_definition.md b/docs/api-reference/1_5/documents/_generated_joblist_v2alpha1_definition.md deleted file mode 100644 index 61a8f32c20..0000000000 --- a/docs/api-reference/1_5/documents/_generated_joblist_v2alpha1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## JobList v2alpha1 - -Group | Version | Kind ------------- | ---------- | ----------- -Batch | v2alpha1 | JobList - -<aside class="notice">Other api versions of this object exist: <a href="#joblist-v1">v1</a> <a href="#joblist-v1beta1">v1beta1</a> </aside> - -JobList is a collection of jobs. - - - -Field | Description ------------- | ----------- -items <br /> *[Job](#job-v2alpha1) array* | Items is the list of Job. -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata - diff --git a/docs/api-reference/1_5/documents/_generated_limitrangelist_v1_definition.md b/docs/api-reference/1_5/documents/_generated_limitrangelist_v1_definition.md deleted file mode 100644 index f2246e916c..0000000000 --- a/docs/api-reference/1_5/documents/_generated_limitrangelist_v1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## LimitRangeList v1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | LimitRangeList - - - -LimitRangeList is a list of LimitRange items. - - - -Field | Description ------------- | ----------- -items <br /> *[LimitRange](#limitrange-v1) array* | Items is a list of LimitRange objects. More info: http://releases.k8s.io/HEAD/docs/design/admission_control_limit_range.md -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds - diff --git a/docs/api-reference/1_5/documents/_generated_namespacelist_v1_definition.md b/docs/api-reference/1_5/documents/_generated_namespacelist_v1_definition.md deleted file mode 100644 index 6fc4a2890a..0000000000 --- a/docs/api-reference/1_5/documents/_generated_namespacelist_v1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## NamespaceList v1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | NamespaceList - - - -NamespaceList is a list of Namespaces. - - - -Field | Description ------------- | ----------- -items <br /> *[Namespace](#namespace-v1) array* | Items is the list of Namespace objects in the list. More info: http://kubernetes.io/docs/user-guide/namespaces -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds - diff --git a/docs/api-reference/1_5/documents/_generated_networkpolicylist_v1beta1_definition.md b/docs/api-reference/1_5/documents/_generated_networkpolicylist_v1beta1_definition.md deleted file mode 100644 index 5563e67b52..0000000000 --- a/docs/api-reference/1_5/documents/_generated_networkpolicylist_v1beta1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## NetworkPolicyList v1beta1 - -Group | Version | Kind ------------- | ---------- | ----------- -Extensions | v1beta1 | NetworkPolicyList - - - -Network Policy List is a list of NetworkPolicy objects. - - - -Field | Description ------------- | ----------- -items <br /> *[NetworkPolicy](#networkpolicy-v1beta1) array* | Items is a list of schema objects. -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata - diff --git a/docs/api-reference/1_5/documents/_generated_nodelist_v1_concept.md b/docs/api-reference/1_5/documents/_generated_nodelist_v1_concept.md deleted file mode 100644 index 29e6b7468b..0000000000 --- a/docs/api-reference/1_5/documents/_generated_nodelist_v1_concept.md +++ /dev/null @@ -1,31 +0,0 @@ - - ------------ -# NodeList v1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | NodeList - - - - - - - -NodeList is the whole list of all Nodes which have been registered with master. - - - -Field | Description ------------- | ----------- -items <br /> *[Node](#node-v1) array* | List of nodes -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds - - - - - - diff --git a/docs/api-reference/1_5/documents/_generated_nodelist_v1_definition.md b/docs/api-reference/1_5/documents/_generated_nodelist_v1_definition.md deleted file mode 100644 index 498c387346..0000000000 --- a/docs/api-reference/1_5/documents/_generated_nodelist_v1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## NodeList v1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | NodeList - - - -NodeList is the whole list of all Nodes which have been registered with master. - - - -Field | Description ------------- | ----------- -items <br /> *[Node](#node-v1) array* | List of nodes -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds - diff --git a/docs/api-reference/1_5/documents/_generated_persistentvolumelist_v1_definition.md b/docs/api-reference/1_5/documents/_generated_persistentvolumelist_v1_definition.md deleted file mode 100644 index 86133472c9..0000000000 --- a/docs/api-reference/1_5/documents/_generated_persistentvolumelist_v1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## PersistentVolumeList v1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | PersistentVolumeList - - - -PersistentVolumeList is a list of PersistentVolume items. - - - -Field | Description ------------- | ----------- -items <br /> *[PersistentVolume](#persistentvolume-v1) array* | List of persistent volumes. More info: http://kubernetes.io/docs/user-guide/persistent-volumes -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds - diff --git a/docs/api-reference/1_5/documents/_generated_persistentvolumespec_v1_definition.md b/docs/api-reference/1_5/documents/_generated_persistentvolumespec_v1_definition.md deleted file mode 100644 index f84aade0ef..0000000000 --- a/docs/api-reference/1_5/documents/_generated_persistentvolumespec_v1_definition.md +++ /dev/null @@ -1,20 +0,0 @@ -## PersistentVolumeSpec v1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | PersistentVolumeSpec - - - -PersistentVolumeSpec is the specification of a persistent volume. - -<aside class="notice"> -Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside> - -Field | Description ------------- | ----------- -accessModes <br /> *string array* | AccessModes contains all ways the volume can be mounted. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes -capacity <br /> *object* | A description of the persistent volume's resources and capacity. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#capacity -claimRef <br /> *[ObjectReference](#objectreference-v1)* | ClaimRef is part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim. Expected to be non-nil when bound. claim.VolumeName is the authoritative bind between PV and PVC. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#binding -persistentVolumeReclaimPolicy <br /> *string* | What happens to a persistent volume when released from its claim. Valid options are Retain (default) and Recycle. Recycling must be supported by the volume plugin underlying this persistent volume. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#recycling-policy - diff --git a/docs/api-reference/1_5/documents/_generated_poddisruptionbudgetlist_v1beta1_definition.md b/docs/api-reference/1_5/documents/_generated_poddisruptionbudgetlist_v1beta1_definition.md deleted file mode 100644 index ec5c11604a..0000000000 --- a/docs/api-reference/1_5/documents/_generated_poddisruptionbudgetlist_v1beta1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## PodDisruptionBudgetList v1beta1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1beta1 | PodDisruptionBudgetList - - - -PodDisruptionBudgetList is a collection of PodDisruptionBudgets. - - - -Field | Description ------------- | ----------- -items <br /> *[PodDisruptionBudget](#poddisruptionbudget-v1beta1) array* | -metadata <br /> *[ListMeta](#listmeta-unversioned)* | - diff --git a/docs/api-reference/1_5/documents/_generated_podlist_v1_definition.md b/docs/api-reference/1_5/documents/_generated_podlist_v1_definition.md deleted file mode 100644 index 387747e46d..0000000000 --- a/docs/api-reference/1_5/documents/_generated_podlist_v1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## PodList v1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | PodList - - - -PodList is a list of Pods. - - - -Field | Description ------------- | ----------- -items <br /> *[Pod](#pod-v1) array* | List of pods. More info: http://kubernetes.io/docs/user-guide/pods -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds - diff --git a/docs/api-reference/1_5/documents/_generated_podtemplatelist_v1_definition.md b/docs/api-reference/1_5/documents/_generated_podtemplatelist_v1_definition.md deleted file mode 100644 index e948c98fe3..0000000000 --- a/docs/api-reference/1_5/documents/_generated_podtemplatelist_v1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## PodTemplateList v1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | PodTemplateList - - - -PodTemplateList is a list of PodTemplates. - - - -Field | Description ------------- | ----------- -items <br /> *[PodTemplate](#podtemplate-v1) array* | List of pod templates -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds - diff --git a/docs/api-reference/1_5/documents/_generated_replicasetlist_v1beta1_definition.md b/docs/api-reference/1_5/documents/_generated_replicasetlist_v1beta1_definition.md deleted file mode 100644 index 8a22471e45..0000000000 --- a/docs/api-reference/1_5/documents/_generated_replicasetlist_v1beta1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## ReplicaSetList v1beta1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1beta1 | ReplicaSetList - - - -ReplicaSetList is a collection of ReplicaSets. - - - -Field | Description ------------- | ----------- -items <br /> *[ReplicaSet](#replicaset-v1beta1) array* | List of ReplicaSets. More info: http://kubernetes.io/docs/user-guide/replication-controller -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds - diff --git a/docs/api-reference/1_5/documents/_generated_role_v1alpha1_definition.md b/docs/api-reference/1_5/documents/_generated_role_v1alpha1_definition.md deleted file mode 100644 index 7dbc7a6b9e..0000000000 --- a/docs/api-reference/1_5/documents/_generated_role_v1alpha1_definition.md +++ /dev/null @@ -1,18 +0,0 @@ -## Role v1alpha1 - -Group | Version | Kind ------------- | ---------- | ----------- -RbacAuthorization | v1alpha1 | Role - - - -Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding. - -<aside class="notice"> -Appears In <a href="#rolelist-v1alpha1">RoleList</a> </aside> - -Field | Description ------------- | ----------- -metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. -rules <br /> *[PolicyRule](#policyrule-v1alpha1) array* | Rules holds all the PolicyRules for this Role - diff --git a/docs/api-reference/1_5/documents/_generated_rolebindinglist_v1alpha1_concept.md b/docs/api-reference/1_5/documents/_generated_rolebindinglist_v1alpha1_concept.md deleted file mode 100644 index f7820c6f84..0000000000 --- a/docs/api-reference/1_5/documents/_generated_rolebindinglist_v1alpha1_concept.md +++ /dev/null @@ -1,31 +0,0 @@ - - ------------ -# RoleBindingList v1alpha1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1alpha1 | RoleBindingList - - - - - - - -RoleBindingList is a collection of RoleBindings - - - -Field | Description ------------- | ----------- -items <br /> *[RoleBinding](#rolebinding-v1alpha1) array* | Items is a list of RoleBindings -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. - - - - - - diff --git a/docs/api-reference/1_5/documents/_generated_rolebindinglist_v1alpha1_definition.md b/docs/api-reference/1_5/documents/_generated_rolebindinglist_v1alpha1_definition.md deleted file mode 100644 index 0fe8d8484a..0000000000 --- a/docs/api-reference/1_5/documents/_generated_rolebindinglist_v1alpha1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## RoleBindingList v1alpha1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1alpha1 | RoleBindingList - - - -RoleBindingList is a collection of RoleBindings - - - -Field | Description ------------- | ----------- -items <br /> *[RoleBinding](#rolebinding-v1alpha1) array* | Items is a list of RoleBindings -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. - diff --git a/docs/api-reference/1_5/documents/_generated_rolelist_v1alpha1_concept.md b/docs/api-reference/1_5/documents/_generated_rolelist_v1alpha1_concept.md deleted file mode 100644 index c3e761995d..0000000000 --- a/docs/api-reference/1_5/documents/_generated_rolelist_v1alpha1_concept.md +++ /dev/null @@ -1,97 +0,0 @@ - - ------------ -# RoleList v1alpha1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -RbacAuthorization | v1alpha1 | RoleList - - - - - - - -RoleList is a collection of Roles - - - -Field | Description ------------- | ----------- -items <br /> *[Role](#role-v1alpha1) array* | Items is a list of Roles -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. - - - - - -## <strong>Read Operations</strong> - -See supported operations below... - -## Watch - ->bdocs-tab:kubectl `kubectl` Command - -```bdocs-tab:kubectl_shell - -Coming Soon - -``` - ->bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) - -```bdocs-tab:curl_shell - -Coming Soon - -``` - ->bdocs-tab:kubectl Output - -```bdocs-tab:kubectl_json - -Coming Soon - -``` ->bdocs-tab:curl Response Body - -```bdocs-tab:curl_json - -Coming Soon - -``` - - - -watch individual changes to a list of Role - -### HTTP Request - -`GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/roles` - -### Path Parameters - -Parameter | Description ------------- | ----------- -fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. -labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. -namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. -resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. -timeoutSeconds | Timeout for the list/watch call. -watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. - - -### Response - -Code | Description ------------- | ----------- -200 <br /> *[Event](#event-versioned)* | OK - - - - diff --git a/docs/api-reference/1_5/documents/_generated_rolelist_v1alpha1_definition.md b/docs/api-reference/1_5/documents/_generated_rolelist_v1alpha1_definition.md deleted file mode 100644 index d346430bf6..0000000000 --- a/docs/api-reference/1_5/documents/_generated_rolelist_v1alpha1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## RoleList v1alpha1 - -Group | Version | Kind ------------- | ---------- | ----------- -RbacAuthorization | v1alpha1 | RoleList - - - -RoleList is a collection of Roles - - - -Field | Description ------------- | ----------- -items <br /> *[Role](#role-v1alpha1) array* | Items is a list of Roles -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. - diff --git a/docs/api-reference/1_5/documents/_generated_secretlist_v1_concept.md b/docs/api-reference/1_5/documents/_generated_secretlist_v1_concept.md deleted file mode 100644 index a815ff650d..0000000000 --- a/docs/api-reference/1_5/documents/_generated_secretlist_v1_concept.md +++ /dev/null @@ -1,97 +0,0 @@ - - ------------ -# SecretList v1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | SecretList - - - - - - - -SecretList is a list of Secret. - - - -Field | Description ------------- | ----------- -items <br /> *[Secret](#secret-v1) array* | Items is a list of secret objects. More info: http://kubernetes.io/docs/user-guide/secrets -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds - - - - - -## <strong>Read Operations</strong> - -See supported operations below... - -## Watch - ->bdocs-tab:kubectl `kubectl` Command - -```bdocs-tab:kubectl_shell - -Coming Soon - -``` - ->bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) - -```bdocs-tab:curl_shell - -Coming Soon - -``` - ->bdocs-tab:kubectl Output - -```bdocs-tab:kubectl_json - -Coming Soon - -``` ->bdocs-tab:curl Response Body - -```bdocs-tab:curl_json - -Coming Soon - -``` - - - -watch individual changes to a list of Secret - -### HTTP Request - -`GET /api/v1/watch/namespaces/{namespace}/secrets` - -### Path Parameters - -Parameter | Description ------------- | ----------- -fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. -labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. -namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. -resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. -timeoutSeconds | Timeout for the list/watch call. -watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. - - -### Response - -Code | Description ------------- | ----------- -200 <br /> *[Event](#event-versioned)* | OK - - - - diff --git a/docs/api-reference/1_5/documents/_generated_secretlist_v1_definition.md b/docs/api-reference/1_5/documents/_generated_secretlist_v1_definition.md deleted file mode 100644 index 0b7f8190ff..0000000000 --- a/docs/api-reference/1_5/documents/_generated_secretlist_v1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## SecretList v1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | SecretList - - - -SecretList is a list of Secret. - - - -Field | Description ------------- | ----------- -items <br /> *[Secret](#secret-v1) array* | Items is a list of secret objects. More info: http://kubernetes.io/docs/user-guide/secrets -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds - diff --git a/docs/api-reference/1_5/documents/_generated_serviceaccountlist_v1_definition.md b/docs/api-reference/1_5/documents/_generated_serviceaccountlist_v1_definition.md deleted file mode 100644 index 96e992b440..0000000000 --- a/docs/api-reference/1_5/documents/_generated_serviceaccountlist_v1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## ServiceAccountList v1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | ServiceAccountList - - - -ServiceAccountList is a list of ServiceAccount objects - - - -Field | Description ------------- | ----------- -items <br /> *[ServiceAccount](#serviceaccount-v1) array* | List of ServiceAccounts. More info: http://releases.k8s.io/HEAD/docs/design/service_accounts.md#service-accounts -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds - diff --git a/docs/api-reference/1_5/documents/_generated_servicelist_v1_definition.md b/docs/api-reference/1_5/documents/_generated_servicelist_v1_definition.md deleted file mode 100644 index 59f23c16cb..0000000000 --- a/docs/api-reference/1_5/documents/_generated_servicelist_v1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## ServiceList v1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | ServiceList - - - -ServiceList holds a list of services. - - - -Field | Description ------------- | ----------- -items <br /> *[Service](#service-v1) array* | List of services -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds - diff --git a/docs/api-reference/1_5/documents/_generated_statefulsetlist_v1beta1_definition.md b/docs/api-reference/1_5/documents/_generated_statefulsetlist_v1beta1_definition.md deleted file mode 100644 index 6d30b51476..0000000000 --- a/docs/api-reference/1_5/documents/_generated_statefulsetlist_v1beta1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## StatefulSetList v1beta1 - -Group | Version | Kind ------------- | ---------- | ----------- -Apps | v1beta1 | StatefulSetList - - - -StatefulSetList is a collection of StatefulSets. - - - -Field | Description ------------- | ----------- -items <br /> *[StatefulSet](#statefulset-v1beta1) array* | -metadata <br /> *[ListMeta](#listmeta-unversioned)* | - diff --git a/docs/api-reference/1_5/documents/_generated_storageclasslist_v1beta1_concept.md b/docs/api-reference/1_5/documents/_generated_storageclasslist_v1beta1_concept.md deleted file mode 100644 index 9571c67b39..0000000000 --- a/docs/api-reference/1_5/documents/_generated_storageclasslist_v1beta1_concept.md +++ /dev/null @@ -1,31 +0,0 @@ - - ------------ -# StorageClassList v1beta1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1beta1 | StorageClassList - - - - - - - -StorageClassList is a collection of storage classes. - - - -Field | Description ------------- | ----------- -items <br /> *[StorageClass](#storageclass-v1beta1) array* | Items is the list of StorageClasses -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata - - - - - - diff --git a/docs/api-reference/1_5/documents/_generated_storageclasslist_v1beta1_definition.md b/docs/api-reference/1_5/documents/_generated_storageclasslist_v1beta1_definition.md deleted file mode 100644 index 3c759c12f6..0000000000 --- a/docs/api-reference/1_5/documents/_generated_storageclasslist_v1beta1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## StorageClassList v1beta1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1beta1 | StorageClassList - - - -StorageClassList is a collection of storage classes. - - - -Field | Description ------------- | ----------- -items <br /> *[StorageClass](#storageclass-v1beta1) array* | Items is the list of StorageClasses -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata - diff --git a/docs/api-reference/1_5/documents/_generated_thirdpartyresourcelist_v1beta1_concept.md b/docs/api-reference/1_5/documents/_generated_thirdpartyresourcelist_v1beta1_concept.md deleted file mode 100644 index 019691b0bc..0000000000 --- a/docs/api-reference/1_5/documents/_generated_thirdpartyresourcelist_v1beta1_concept.md +++ /dev/null @@ -1,31 +0,0 @@ - - ------------ -# ThirdPartyResourceList v1beta1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1beta1 | ThirdPartyResourceList - - - - - - - -ThirdPartyResourceList is a list of ThirdPartyResources. - - - -Field | Description ------------- | ----------- -items <br /> *[ThirdPartyResource](#thirdpartyresource-v1beta1) array* | Items is the list of ThirdPartyResources. -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. - - - - - - diff --git a/docs/api-reference/1_5/documents/_generated_thirdpartyresourcelist_v1beta1_definition.md b/docs/api-reference/1_5/documents/_generated_thirdpartyresourcelist_v1beta1_definition.md deleted file mode 100644 index 72822779cd..0000000000 --- a/docs/api-reference/1_5/documents/_generated_thirdpartyresourcelist_v1beta1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## ThirdPartyResourceList v1beta1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1beta1 | ThirdPartyResourceList - - - -ThirdPartyResourceList is a list of ThirdPartyResources. - - - -Field | Description ------------- | ----------- -items <br /> *[ThirdPartyResource](#thirdpartyresource-v1beta1) array* | Items is the list of ThirdPartyResources. -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. - diff --git a/docs/api-reference/1_5/documents/_generated_volume_v1_definition.md b/docs/api-reference/1_5/documents/_generated_volume_v1_definition.md deleted file mode 100644 index c6776e401f..0000000000 --- a/docs/api-reference/1_5/documents/_generated_volume_v1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## Volume v1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | Volume - - - -Volume represents a named volume in a pod that may be accessed by any container in the pod. - -<aside class="notice"> -Appears In <a href="#podspec-v1">PodSpec</a> </aside> - -Field | Description ------------- | ----------- -name <br /> *string* | Volume's name. Must be a DNS_LABEL and unique within the pod. More info: http://kubernetes.io/docs/user-guide/identifiers#names - diff --git a/docs/api-reference/1_5/navData.js b/docs/api-reference/1_5/navData.js deleted file mode 100644 index e1a34a0693..0000000000 --- a/docs/api-reference/1_5/navData.js +++ /dev/null @@ -1 +0,0 @@ -(function(){navData = {"toc":[{"section":"scale-v1beta1","subsections":[]},{"section":"jobcondition-v2alpha1","subsections":[]},{"section":"jobcondition-v1beta1","subsections":[]},{"section":"job-v2alpha1","subsections":[{"section":"-strong-read-operations-strong--491","subsections":[{"section":"watch-list-all-namespaces-496"},{"section":"watch-495"},{"section":"list-all-namespaces-494"},{"section":"list-493"},{"section":"read-492"}]},{"section":"-strong-write-operations-strong--485","subsections":[{"section":"delete-collection-490"},{"section":"delete-489"},{"section":"patch-488"},{"section":"replace-487"},{"section":"create-486"}]}]},{"section":"job-v1beta1","subsections":[{"section":"-strong-status-operations-strong--481","subsections":[{"section":"replace-status-484"},{"section":"read-status-483"},{"section":"patch-status-482"}]},{"section":"-strong-read-operations-strong--474","subsections":[{"section":"watch-list-all-namespaces-480"},{"section":"watch-list-479"},{"section":"watch-478"},{"section":"list-all-namespaces-477"},{"section":"list-476"},{"section":"read-475"}]},{"section":"-strong-write-operations-strong--468","subsections":[{"section":"delete-collection-473"},{"section":"delete-472"},{"section":"patch-471"},{"section":"replace-470"},{"section":"create-469"}]}]},{"section":"horizontalpodautoscaler-v1beta1","subsections":[{"section":"-strong-status-operations-strong--464","subsections":[{"section":"replace-status-467"},{"section":"read-status-466"},{"section":"patch-status-465"}]},{"section":"-strong-read-operations-strong--457","subsections":[{"section":"watch-list-all-namespaces-463"},{"section":"watch-list-462"},{"section":"watch-461"},{"section":"list-all-namespaces-460"},{"section":"list-459"},{"section":"read-458"}]},{"section":"-strong-write-operations-strong--451","subsections":[{"section":"delete-collection-456"},{"section":"delete-455"},{"section":"patch-454"},{"section":"replace-453"},{"section":"create-452"}]}]},{"section":"event-versioned","subsections":[]},{"section":"-strong-old-api-versions-strong-","subsections":[]},{"section":"-strong-definitions-strong-","subsections":[{"section":"volumemount-v1"},{"section":"userinfo-v1beta1"},{"section":"time-unversioned"},{"section":"tcpsocketaction-v1"},{"section":"subresourcereference-v1beta1"},{"section":"subject-v1alpha1"},{"section":"statusdetails-unversioned"},{"section":"statuscause-unversioned"},{"section":"status-unversioned"},{"section":"serviceport-v1"},{"section":"serveraddressbyclientcidr-unversioned"},{"section":"securitycontext-v1"},{"section":"secretkeyselector-v1"},{"section":"scale-v1"},{"section":"selinuxoptions-v1"},{"section":"rollbackconfig-v1beta1"},{"section":"roleref-v1alpha1"},{"section":"resourcerequirements-v1"},{"section":"resourcefieldselector-v1"},{"section":"resourceattributes-v1beta1"},{"section":"replicationcontrollercondition-v1"},{"section":"replicasetcondition-v1beta1"},{"section":"rawextension-runtime"},{"section":"quantity-resource"},{"section":"probe-v1"},{"section":"preconditions-v1"},{"section":"policyrule-v1alpha1"},{"section":"podsecuritycontext-v1"},{"section":"podcondition-v1"},{"section":"patch-unversioned"},{"section":"ownerreference-v1"},{"section":"objectreference-v1"},{"section":"objectmeta-v1"},{"section":"objectfieldselector-v1"},{"section":"nonresourceattributes-v1beta1"},{"section":"nodesysteminfo-v1"},{"section":"nodedaemonendpoints-v1"},{"section":"nodecondition-v1"},{"section":"nodeaddress-v1"},{"section":"networkpolicyport-v1beta1"},{"section":"networkpolicypeer-v1beta1"},{"section":"networkpolicyingressrule-v1beta1"},{"section":"localobjectreference-v1"},{"section":"loadbalancerstatus-v1"},{"section":"loadbalanceringress-v1"},{"section":"listmeta-unversioned"},{"section":"limitrangeitem-v1"},{"section":"lifecycle-v1"},{"section":"labelselectorrequirement-unversioned"},{"section":"labelselector-unversioned"},{"section":"jobtemplatespec-v2alpha1"},{"section":"jobcondition-v1"},{"section":"intorstring-intstr"},{"section":"ingresstls-v1beta1"},{"section":"ingressrule-v1beta1"},{"section":"ingressbackend-v1beta1"},{"section":"info-version"},{"section":"handler-v1"},{"section":"httpheader-v1"},{"section":"httpgetaction-v1"},{"section":"groupversionfordiscovery-unversioned"},{"section":"execaction-v1"},{"section":"eviction-v1beta1"},{"section":"eventsource-v1"},{"section":"envvarsource-v1"},{"section":"envvar-v1"},{"section":"endpointsubset-v1"},{"section":"endpointport-v1"},{"section":"endpointaddress-v1"},{"section":"deploymentcondition-v1beta1"},{"section":"deleteoptions-v1"},{"section":"daemonendpoint-v1"},{"section":"crossversionobjectreference-v1"},{"section":"containerstatewaiting-v1"},{"section":"containerstateterminated-v1"},{"section":"containerstaterunning-v1"},{"section":"containerstate-v1"},{"section":"containerport-v1"},{"section":"containerimage-v1"},{"section":"configmapkeyselector-v1"},{"section":"componentcondition-v1"},{"section":"certificatesigningrequestcondition-v1alpha1"},{"section":"capabilities-v1"},{"section":"cputargetutilization-v1beta1"},{"section":"attachedvolume-v1"},{"section":"apiversions-unversioned"},{"section":"apiversion-v1beta1"},{"section":"apiresource-unversioned"},{"section":"apigroup-unversioned"}]},{"section":"networkpolicy-v1beta1","subsections":[{"section":"-strong-read-operations-strong--445","subsections":[{"section":"watch-list-all-namespaces-450"},{"section":"watch-449"},{"section":"list-all-namespaces-448"},{"section":"list-447"},{"section":"read-446"}]},{"section":"-strong-write-operations-strong--439","subsections":[{"section":"delete-collection-444"},{"section":"delete-443"},{"section":"patch-442"},{"section":"replace-441"},{"section":"create-440"}]}]},{"section":"tokenreview-v1beta1","subsections":[{"section":"-strong-write-operations-strong--437","subsections":[{"section":"create-438"}]}]},{"section":"subjectaccessreview-v1beta1","subsections":[{"section":"-strong-write-operations-strong--435","subsections":[{"section":"create-436"}]}]},{"section":"serviceaccount-v1","subsections":[{"section":"-strong-read-operations-strong--428","subsections":[{"section":"watch-list-all-namespaces-434"},{"section":"watch-list-433"},{"section":"watch-432"},{"section":"list-all-namespaces-431"},{"section":"list-430"},{"section":"read-429"}]},{"section":"-strong-write-operations-strong--422","subsections":[{"section":"delete-collection-427"},{"section":"delete-426"},{"section":"patch-425"},{"section":"replace-424"},{"section":"create-423"}]}]},{"section":"selfsubjectaccessreview-v1beta1","subsections":[{"section":"-strong-write-operations-strong--420","subsections":[{"section":"create-421"}]}]},{"section":"rolebinding-v1alpha1","subsections":[{"section":"-strong-read-operations-strong--413","subsections":[{"section":"watch-list-all-namespaces-419"},{"section":"watch-list-418"},{"section":"watch-417"},{"section":"list-all-namespaces-416"},{"section":"list-415"},{"section":"read-414"}]},{"section":"-strong-write-operations-strong--407","subsections":[{"section":"delete-collection-412"},{"section":"delete-411"},{"section":"patch-410"},{"section":"replace-409"},{"section":"create-408"}]}]},{"section":"role-v1alpha1","subsections":[{"section":"-strong-read-operations-strong--401","subsections":[{"section":"watch-list-all-namespaces-406"},{"section":"watch-405"},{"section":"list-all-namespaces-404"},{"section":"list-403"},{"section":"read-402"}]},{"section":"-strong-write-operations-strong--395","subsections":[{"section":"delete-collection-400"},{"section":"delete-399"},{"section":"patch-398"},{"section":"replace-397"},{"section":"create-396"}]}]},{"section":"resourcequota-v1","subsections":[{"section":"-strong-read-operations-strong--389","subsections":[{"section":"watch-list-all-namespaces-394"},{"section":"watch-393"},{"section":"list-all-namespaces-392"},{"section":"list-391"},{"section":"read-390"}]},{"section":"-strong-write-operations-strong--383","subsections":[{"section":"delete-collection-388"},{"section":"delete-387"},{"section":"patch-386"},{"section":"replace-385"},{"section":"create-384"}]}]},{"section":"persistentvolume-v1","subsections":[{"section":"-strong-status-operations-strong--379","subsections":[{"section":"replace-status-382"},{"section":"read-status-381"},{"section":"patch-status-380"}]},{"section":"-strong-read-operations-strong--374","subsections":[{"section":"watch-list-378"},{"section":"watch-377"},{"section":"list-376"},{"section":"read-375"}]},{"section":"-strong-write-operations-strong--368","subsections":[{"section":"delete-collection-373"},{"section":"delete-372"},{"section":"patch-371"},{"section":"replace-370"},{"section":"create-369"}]}]},{"section":"node-v1","subsections":[{"section":"-strong-proxy-operations-strong--349","subsections":[{"section":"replace-proxy-path-367"},{"section":"replace-proxy-366"},{"section":"replace-connect-proxy-path-365"},{"section":"replace-connect-proxy-364"},{"section":"head-connect-proxy-path-363"},{"section":"head-connect-proxy-362"},{"section":"get-proxy-path-361"},{"section":"get-proxy-360"},{"section":"get-connect-proxy-path-359"},{"section":"get-connect-proxy-358"},{"section":"delete-proxy-path-357"},{"section":"delete-proxy-356"},{"section":"delete-connect-proxy-path-355"},{"section":"delete-connect-proxy-354"},{"section":"create-proxy-path-353"},{"section":"create-proxy-352"},{"section":"create-connect-proxy-path-351"},{"section":"create-connect-proxy-350"}]},{"section":"-strong-read-operations-strong--344","subsections":[{"section":"watch-list-348"},{"section":"watch-347"},{"section":"list-346"},{"section":"read-345"}]},{"section":"-strong-write-operations-strong--338","subsections":[{"section":"delete-collection-343"},{"section":"delete-342"},{"section":"patch-341"},{"section":"replace-340"},{"section":"create-339"}]}]},{"section":"namespace-v1","subsections":[{"section":"-strong-read-operations-strong--334","subsections":[{"section":"watch-337"},{"section":"list-336"},{"section":"read-335"}]},{"section":"-strong-write-operations-strong--328","subsections":[{"section":"delete-collection-333"},{"section":"delete-332"},{"section":"patch-331"},{"section":"replace-330"},{"section":"create-329"}]}]},{"section":"localsubjectaccessreview-v1beta1","subsections":[{"section":"-strong-write-operations-strong--326","subsections":[{"section":"create-327"}]}]},{"section":"componentstatus-v1","subsections":[{"section":"-strong-read-operations-strong--323","subsections":[{"section":"list-325"},{"section":"read-324"}]}]},{"section":"clusterrolebinding-v1alpha1","subsections":[{"section":"-strong-read-operations-strong--319","subsections":[{"section":"watch-322"},{"section":"list-321"},{"section":"read-320"}]},{"section":"-strong-write-operations-strong--313","subsections":[{"section":"delete-collection-318"},{"section":"delete-317"},{"section":"patch-316"},{"section":"replace-315"},{"section":"create-314"}]}]},{"section":"clusterrole-v1alpha1","subsections":[{"section":"-strong-read-operations-strong--308","subsections":[{"section":"watch-list-312"},{"section":"watch-311"},{"section":"list-310"},{"section":"read-309"}]},{"section":"-strong-write-operations-strong--302","subsections":[{"section":"delete-collection-307"},{"section":"delete-306"},{"section":"patch-305"},{"section":"replace-304"},{"section":"create-303"}]}]},{"section":"certificatesigningrequest-v1alpha1","subsections":[{"section":"-strong-read-operations-strong--298","subsections":[{"section":"watch-301"},{"section":"list-300"},{"section":"read-299"}]},{"section":"-strong-write-operations-strong--292","subsections":[{"section":"delete-collection-297"},{"section":"delete-296"},{"section":"patch-295"},{"section":"replace-294"},{"section":"create-293"}]}]},{"section":"binding-v1","subsections":[{"section":"-strong-write-operations-strong--290","subsections":[{"section":"create-291"}]}]},{"section":"-strong-cluster-strong-","subsections":[]},{"section":"thirdpartyresource-v1beta1","subsections":[{"section":"-strong-read-operations-strong--285","subsections":[{"section":"watch-list-289"},{"section":"watch-288"},{"section":"list-287"},{"section":"read-286"}]},{"section":"-strong-write-operations-strong--279","subsections":[{"section":"delete-collection-284"},{"section":"delete-283"},{"section":"patch-282"},{"section":"replace-281"},{"section":"create-280"}]}]},{"section":"poddisruptionbudget-v1beta1","subsections":[{"section":"-strong-status-operations-strong--275","subsections":[{"section":"replace-status-278"},{"section":"read-status-277"},{"section":"patch-status-276"}]},{"section":"-strong-read-operations-strong--268","subsections":[{"section":"watch-list-all-namespaces-274"},{"section":"watch-list-273"},{"section":"watch-272"},{"section":"list-all-namespaces-271"},{"section":"list-270"},{"section":"read-269"}]},{"section":"-strong-write-operations-strong--262","subsections":[{"section":"delete-collection-267"},{"section":"delete-266"},{"section":"patch-265"},{"section":"replace-264"},{"section":"create-263"}]}]},{"section":"podtemplate-v1","subsections":[{"section":"-strong-read-operations-strong--256","subsections":[{"section":"watch-list-all-namespaces-261"},{"section":"watch-260"},{"section":"list-all-namespaces-259"},{"section":"list-258"},{"section":"read-257"}]},{"section":"-strong-write-operations-strong--250","subsections":[{"section":"delete-collection-255"},{"section":"delete-254"},{"section":"patch-253"},{"section":"replace-252"},{"section":"create-251"}]}]},{"section":"horizontalpodautoscaler-v1","subsections":[{"section":"-strong-read-operations-strong--244","subsections":[{"section":"watch-list-all-namespaces-249"},{"section":"watch-248"},{"section":"list-all-namespaces-247"},{"section":"list-246"},{"section":"read-245"}]},{"section":"-strong-write-operations-strong--238","subsections":[{"section":"delete-collection-243"},{"section":"delete-242"},{"section":"patch-241"},{"section":"replace-240"},{"section":"create-239"}]}]},{"section":"limitrange-v1","subsections":[{"section":"-strong-read-operations-strong--231","subsections":[{"section":"watch-list-all-namespaces-237"},{"section":"watch-list-236"},{"section":"watch-235"},{"section":"list-all-namespaces-234"},{"section":"list-233"},{"section":"read-232"}]},{"section":"-strong-write-operations-strong--225","subsections":[{"section":"delete-collection-230"},{"section":"delete-229"},{"section":"patch-228"},{"section":"replace-227"},{"section":"create-226"}]}]},{"section":"event-v1","subsections":[{"section":"-strong-read-operations-strong--219","subsections":[{"section":"watch-list-all-namespaces-224"},{"section":"watch-223"},{"section":"list-all-namespaces-222"},{"section":"list-221"},{"section":"read-220"}]},{"section":"-strong-write-operations-strong--213","subsections":[{"section":"delete-collection-218"},{"section":"delete-217"},{"section":"patch-216"},{"section":"replace-215"},{"section":"create-214"}]}]},{"section":"-strong-metadata-strong-","subsections":[]},{"section":"volume-v1","subsections":[]},{"section":"storageclass-v1beta1","subsections":[{"section":"-strong-read-operations-strong--208","subsections":[{"section":"watch-list-212"},{"section":"watch-211"},{"section":"list-210"},{"section":"read-209"}]},{"section":"-strong-write-operations-strong--202","subsections":[{"section":"delete-collection-207"},{"section":"delete-206"},{"section":"patch-205"},{"section":"replace-204"},{"section":"create-203"}]}]},{"section":"persistentvolumeclaim-v1","subsections":[{"section":"-strong-status-operations-strong--198","subsections":[{"section":"replace-status-201"},{"section":"read-status-200"},{"section":"patch-status-199"}]},{"section":"-strong-read-operations-strong--192","subsections":[{"section":"watch-list-all-namespaces-197"},{"section":"watch-196"},{"section":"list-all-namespaces-195"},{"section":"list-194"},{"section":"read-193"}]},{"section":"-strong-write-operations-strong--186","subsections":[{"section":"delete-collection-191"},{"section":"delete-190"},{"section":"patch-189"},{"section":"replace-188"},{"section":"create-187"}]}]},{"section":"secret-v1","subsections":[{"section":"-strong-read-operations-strong--180","subsections":[{"section":"watch-list-all-namespaces-185"},{"section":"watch-184"},{"section":"list-all-namespaces-183"},{"section":"list-182"},{"section":"read-181"}]},{"section":"-strong-write-operations-strong--174","subsections":[{"section":"delete-collection-179"},{"section":"delete-178"},{"section":"patch-177"},{"section":"replace-176"},{"section":"create-175"}]}]},{"section":"configmap-v1","subsections":[{"section":"-strong-read-operations-strong--168","subsections":[{"section":"watch-list-all-namespaces-173"},{"section":"watch-172"},{"section":"list-all-namespaces-171"},{"section":"list-170"},{"section":"read-169"}]},{"section":"-strong-write-operations-strong--162","subsections":[{"section":"delete-collection-167"},{"section":"delete-166"},{"section":"patch-165"},{"section":"replace-164"},{"section":"create-163"}]}]},{"section":"-strong-config-storage-strong-","subsections":[]},{"section":"service-v1","subsections":[{"section":"-strong-proxy-operations-strong--143","subsections":[{"section":"replace-proxy-path-161"},{"section":"replace-proxy-160"},{"section":"replace-connect-proxy-path-159"},{"section":"replace-connect-proxy-158"},{"section":"head-connect-proxy-path-157"},{"section":"head-connect-proxy-156"},{"section":"get-proxy-path-155"},{"section":"get-proxy-154"},{"section":"get-connect-proxy-path-153"},{"section":"get-connect-proxy-152"},{"section":"delete-proxy-path-151"},{"section":"delete-proxy-150"},{"section":"delete-connect-proxy-path-149"},{"section":"delete-connect-proxy-148"},{"section":"create-proxy-path-147"},{"section":"create-proxy-146"},{"section":"create-connect-proxy-path-145"},{"section":"create-connect-proxy-144"}]},{"section":"-strong-status-operations-strong--139","subsections":[{"section":"replace-status-142"},{"section":"read-status-141"},{"section":"patch-status-140"}]},{"section":"-strong-read-operations-strong--132","subsections":[{"section":"watch-list-all-namespaces-138"},{"section":"watch-list-137"},{"section":"watch-136"},{"section":"list-all-namespaces-135"},{"section":"list-134"},{"section":"read-133"}]},{"section":"-strong-write-operations-strong--127","subsections":[{"section":"delete-131"},{"section":"patch-130"},{"section":"replace-129"},{"section":"create-128"}]}]},{"section":"ingress-v1beta1","subsections":[{"section":"-strong-status-operations-strong--123","subsections":[{"section":"replace-status-126"},{"section":"read-status-125"},{"section":"patch-status-124"}]},{"section":"-strong-read-operations-strong--116","subsections":[{"section":"watch-list-all-namespaces-122"},{"section":"watch-list-121"},{"section":"watch-120"},{"section":"list-all-namespaces-119"},{"section":"list-118"},{"section":"read-117"}]},{"section":"-strong-write-operations-strong--110","subsections":[{"section":"delete-collection-115"},{"section":"delete-114"},{"section":"patch-113"},{"section":"replace-112"},{"section":"create-111"}]}]},{"section":"endpoints-v1","subsections":[{"section":"-strong-read-operations-strong--104","subsections":[{"section":"watch-list-all-namespaces-109"},{"section":"watch-108"},{"section":"list-all-namespaces-107"},{"section":"list-106"},{"section":"read-105"}]},{"section":"-strong-write-operations-strong--98","subsections":[{"section":"delete-collection-103"},{"section":"delete-102"},{"section":"patch-101"},{"section":"replace-100"},{"section":"create-99"}]}]},{"section":"-strong-discovery-load-balancing-strong-","subsections":[]},{"section":"statefulset-v1beta1","subsections":[{"section":"-strong-read-operations-strong--92","subsections":[{"section":"watch-list-all-namespaces-97"},{"section":"watch-96"},{"section":"list-all-namespaces-95"},{"section":"list-94"},{"section":"read-93"}]},{"section":"-strong-write-operations-strong--86","subsections":[{"section":"delete-collection-91"},{"section":"delete-90"},{"section":"patch-89"},{"section":"replace-88"},{"section":"create-87"}]}]},{"section":"replicationcontroller-v1","subsections":[{"section":"-strong-read-operations-strong--80","subsections":[{"section":"watch-list-all-namespaces-85"},{"section":"watch-84"},{"section":"list-all-namespaces-83"},{"section":"list-82"},{"section":"read-81"}]},{"section":"-strong-write-operations-strong--74","subsections":[{"section":"delete-collection-79"},{"section":"delete-78"},{"section":"patch-77"},{"section":"replace-76"},{"section":"create-75"}]}]},{"section":"replicaset-v1beta1","subsections":[{"section":"-strong-misc-operations-strong--70","subsections":[{"section":"patch-scale-73"},{"section":"replace-scale-72"},{"section":"read-scale-71"}]},{"section":"-strong-read-operations-strong--63","subsections":[{"section":"watch-list-all-namespaces-69"},{"section":"watch-list-68"},{"section":"watch-67"},{"section":"list-all-namespaces-66"},{"section":"list-65"},{"section":"read-64"}]},{"section":"-strong-write-operations-strong--57","subsections":[{"section":"delete-collection-62"},{"section":"delete-61"},{"section":"patch-60"},{"section":"replace-59"},{"section":"create-58"}]}]},{"section":"pod-v1","subsections":[{"section":"-strong-misc-operations-strong--56","subsections":[{"section":"read-log"}]},{"section":"-strong-proxy-operations-strong-","subsections":[{"section":"replace-proxy-path"},{"section":"replace-proxy"},{"section":"replace-connect-proxy-path"},{"section":"replace-connect-proxy"},{"section":"head-connect-proxy-path"},{"section":"head-connect-proxy"},{"section":"get-proxy-path"},{"section":"get-proxy"},{"section":"get-connect-proxy-path"},{"section":"get-connect-proxy"},{"section":"get-connect-portforward"},{"section":"delete-proxy-path"},{"section":"delete-proxy"},{"section":"delete-connect-proxy-path"},{"section":"delete-connect-proxy"},{"section":"create-proxy-path"},{"section":"create-proxy"},{"section":"create-connect-proxy-path"},{"section":"create-connect-proxy"},{"section":"create-connect-portforward"}]},{"section":"-strong-read-operations-strong--50","subsections":[{"section":"watch-list-all-namespaces-55"},{"section":"watch-54"},{"section":"list-all-namespaces-53"},{"section":"list-52"},{"section":"read-51"}]},{"section":"-strong-write-operations-strong--44","subsections":[{"section":"delete-collection-49"},{"section":"delete-48"},{"section":"patch-47"},{"section":"replace-46"},{"section":"create-45"}]}]},{"section":"job-v1","subsections":[{"section":"-strong-status-operations-strong--40","subsections":[{"section":"replace-status-43"},{"section":"read-status-42"},{"section":"patch-status-41"}]},{"section":"-strong-read-operations-strong--34","subsections":[{"section":"watch-list-all-namespaces-39"},{"section":"watch-38"},{"section":"list-all-namespaces-37"},{"section":"list-36"},{"section":"read-35"}]},{"section":"-strong-write-operations-strong--28","subsections":[{"section":"delete-collection-33"},{"section":"delete-32"},{"section":"patch-31"},{"section":"replace-30"},{"section":"create-29"}]}]},{"section":"deployment-v1beta1","subsections":[{"section":"-strong-misc-operations-strong-","subsections":[{"section":"rollback"},{"section":"patch-scale"},{"section":"replace-scale"},{"section":"read-scale"}]},{"section":"-strong-read-operations-strong--21","subsections":[{"section":"watch-list-all-namespaces-27"},{"section":"watch-list-26"},{"section":"watch-25"},{"section":"list-all-namespaces-24"},{"section":"list-23"},{"section":"read-22"}]},{"section":"-strong-write-operations-strong--15","subsections":[{"section":"delete-collection-20"},{"section":"delete-19"},{"section":"patch-18"},{"section":"replace-17"},{"section":"create-16"}]}]},{"section":"daemonset-v1beta1","subsections":[{"section":"-strong-status-operations-strong-","subsections":[{"section":"replace-status"},{"section":"read-status"},{"section":"patch-status"}]},{"section":"-strong-read-operations-strong--9","subsections":[{"section":"watch-list-all-namespaces-14"},{"section":"watch-list"},{"section":"watch-13"},{"section":"list-all-namespaces-12"},{"section":"list-11"},{"section":"read-10"}]},{"section":"-strong-write-operations-strong--3","subsections":[{"section":"delete-collection-8"},{"section":"delete-7"},{"section":"patch-6"},{"section":"replace-5"},{"section":"create-4"}]}]},{"section":"cronjob-v2alpha1","subsections":[{"section":"-strong-read-operations-strong-","subsections":[{"section":"watch-list-all-namespaces"},{"section":"watch"},{"section":"list-all-namespaces"},{"section":"list"},{"section":"read-2"}]},{"section":"-strong-write-operations-strong-","subsections":[{"section":"delete-collection"},{"section":"delete-1"},{"section":"patch"},{"section":"replace"},{"section":"create"}]}]},{"section":"container-v1","subsections":[]},{"section":"-strong-workloads-strong-","subsections":[]},{"section":"-strong-api-overview-strong-","subsections":[{"section":"resource-operations"},{"section":"resource-objects"},{"section":"resource-categories"}]}],"flatToc":["scale-v1beta1","jobcondition-v2alpha1","jobcondition-v1beta1","watch-list-all-namespaces-496","watch-495","list-all-namespaces-494","list-493","read-492","-strong-read-operations-strong--491","delete-collection-490","delete-489","patch-488","replace-487","create-486","-strong-write-operations-strong--485","job-v2alpha1","replace-status-484","read-status-483","patch-status-482","-strong-status-operations-strong--481","watch-list-all-namespaces-480","watch-list-479","watch-478","list-all-namespaces-477","list-476","read-475","-strong-read-operations-strong--474","delete-collection-473","delete-472","patch-471","replace-470","create-469","-strong-write-operations-strong--468","job-v1beta1","replace-status-467","read-status-466","patch-status-465","-strong-status-operations-strong--464","watch-list-all-namespaces-463","watch-list-462","watch-461","list-all-namespaces-460","list-459","read-458","-strong-read-operations-strong--457","delete-collection-456","delete-455","patch-454","replace-453","create-452","-strong-write-operations-strong--451","horizontalpodautoscaler-v1beta1","event-versioned","-strong-old-api-versions-strong-","volumemount-v1","userinfo-v1beta1","time-unversioned","tcpsocketaction-v1","subresourcereference-v1beta1","subject-v1alpha1","statusdetails-unversioned","statuscause-unversioned","status-unversioned","serviceport-v1","serveraddressbyclientcidr-unversioned","securitycontext-v1","secretkeyselector-v1","scale-v1","selinuxoptions-v1","rollbackconfig-v1beta1","roleref-v1alpha1","resourcerequirements-v1","resourcefieldselector-v1","resourceattributes-v1beta1","replicationcontrollercondition-v1","replicasetcondition-v1beta1","rawextension-runtime","quantity-resource","probe-v1","preconditions-v1","policyrule-v1alpha1","podsecuritycontext-v1","podcondition-v1","patch-unversioned","ownerreference-v1","objectreference-v1","objectmeta-v1","objectfieldselector-v1","nonresourceattributes-v1beta1","nodesysteminfo-v1","nodedaemonendpoints-v1","nodecondition-v1","nodeaddress-v1","networkpolicyport-v1beta1","networkpolicypeer-v1beta1","networkpolicyingressrule-v1beta1","localobjectreference-v1","loadbalancerstatus-v1","loadbalanceringress-v1","listmeta-unversioned","limitrangeitem-v1","lifecycle-v1","labelselectorrequirement-unversioned","labelselector-unversioned","jobtemplatespec-v2alpha1","jobcondition-v1","intorstring-intstr","ingresstls-v1beta1","ingressrule-v1beta1","ingressbackend-v1beta1","info-version","handler-v1","httpheader-v1","httpgetaction-v1","groupversionfordiscovery-unversioned","execaction-v1","eviction-v1beta1","eventsource-v1","envvarsource-v1","envvar-v1","endpointsubset-v1","endpointport-v1","endpointaddress-v1","deploymentcondition-v1beta1","deleteoptions-v1","daemonendpoint-v1","crossversionobjectreference-v1","containerstatewaiting-v1","containerstateterminated-v1","containerstaterunning-v1","containerstate-v1","containerport-v1","containerimage-v1","configmapkeyselector-v1","componentcondition-v1","certificatesigningrequestcondition-v1alpha1","capabilities-v1","cputargetutilization-v1beta1","attachedvolume-v1","apiversions-unversioned","apiversion-v1beta1","apiresource-unversioned","apigroup-unversioned","-strong-definitions-strong-","watch-list-all-namespaces-450","watch-449","list-all-namespaces-448","list-447","read-446","-strong-read-operations-strong--445","delete-collection-444","delete-443","patch-442","replace-441","create-440","-strong-write-operations-strong--439","networkpolicy-v1beta1","create-438","-strong-write-operations-strong--437","tokenreview-v1beta1","create-436","-strong-write-operations-strong--435","subjectaccessreview-v1beta1","watch-list-all-namespaces-434","watch-list-433","watch-432","list-all-namespaces-431","list-430","read-429","-strong-read-operations-strong--428","delete-collection-427","delete-426","patch-425","replace-424","create-423","-strong-write-operations-strong--422","serviceaccount-v1","create-421","-strong-write-operations-strong--420","selfsubjectaccessreview-v1beta1","watch-list-all-namespaces-419","watch-list-418","watch-417","list-all-namespaces-416","list-415","read-414","-strong-read-operations-strong--413","delete-collection-412","delete-411","patch-410","replace-409","create-408","-strong-write-operations-strong--407","rolebinding-v1alpha1","watch-list-all-namespaces-406","watch-405","list-all-namespaces-404","list-403","read-402","-strong-read-operations-strong--401","delete-collection-400","delete-399","patch-398","replace-397","create-396","-strong-write-operations-strong--395","role-v1alpha1","watch-list-all-namespaces-394","watch-393","list-all-namespaces-392","list-391","read-390","-strong-read-operations-strong--389","delete-collection-388","delete-387","patch-386","replace-385","create-384","-strong-write-operations-strong--383","resourcequota-v1","replace-status-382","read-status-381","patch-status-380","-strong-status-operations-strong--379","watch-list-378","watch-377","list-376","read-375","-strong-read-operations-strong--374","delete-collection-373","delete-372","patch-371","replace-370","create-369","-strong-write-operations-strong--368","persistentvolume-v1","replace-proxy-path-367","replace-proxy-366","replace-connect-proxy-path-365","replace-connect-proxy-364","head-connect-proxy-path-363","head-connect-proxy-362","get-proxy-path-361","get-proxy-360","get-connect-proxy-path-359","get-connect-proxy-358","delete-proxy-path-357","delete-proxy-356","delete-connect-proxy-path-355","delete-connect-proxy-354","create-proxy-path-353","create-proxy-352","create-connect-proxy-path-351","create-connect-proxy-350","-strong-proxy-operations-strong--349","watch-list-348","watch-347","list-346","read-345","-strong-read-operations-strong--344","delete-collection-343","delete-342","patch-341","replace-340","create-339","-strong-write-operations-strong--338","node-v1","watch-337","list-336","read-335","-strong-read-operations-strong--334","delete-collection-333","delete-332","patch-331","replace-330","create-329","-strong-write-operations-strong--328","namespace-v1","create-327","-strong-write-operations-strong--326","localsubjectaccessreview-v1beta1","list-325","read-324","-strong-read-operations-strong--323","componentstatus-v1","watch-322","list-321","read-320","-strong-read-operations-strong--319","delete-collection-318","delete-317","patch-316","replace-315","create-314","-strong-write-operations-strong--313","clusterrolebinding-v1alpha1","watch-list-312","watch-311","list-310","read-309","-strong-read-operations-strong--308","delete-collection-307","delete-306","patch-305","replace-304","create-303","-strong-write-operations-strong--302","clusterrole-v1alpha1","watch-301","list-300","read-299","-strong-read-operations-strong--298","delete-collection-297","delete-296","patch-295","replace-294","create-293","-strong-write-operations-strong--292","certificatesigningrequest-v1alpha1","create-291","-strong-write-operations-strong--290","binding-v1","-strong-cluster-strong-","watch-list-289","watch-288","list-287","read-286","-strong-read-operations-strong--285","delete-collection-284","delete-283","patch-282","replace-281","create-280","-strong-write-operations-strong--279","thirdpartyresource-v1beta1","replace-status-278","read-status-277","patch-status-276","-strong-status-operations-strong--275","watch-list-all-namespaces-274","watch-list-273","watch-272","list-all-namespaces-271","list-270","read-269","-strong-read-operations-strong--268","delete-collection-267","delete-266","patch-265","replace-264","create-263","-strong-write-operations-strong--262","poddisruptionbudget-v1beta1","watch-list-all-namespaces-261","watch-260","list-all-namespaces-259","list-258","read-257","-strong-read-operations-strong--256","delete-collection-255","delete-254","patch-253","replace-252","create-251","-strong-write-operations-strong--250","podtemplate-v1","watch-list-all-namespaces-249","watch-248","list-all-namespaces-247","list-246","read-245","-strong-read-operations-strong--244","delete-collection-243","delete-242","patch-241","replace-240","create-239","-strong-write-operations-strong--238","horizontalpodautoscaler-v1","watch-list-all-namespaces-237","watch-list-236","watch-235","list-all-namespaces-234","list-233","read-232","-strong-read-operations-strong--231","delete-collection-230","delete-229","patch-228","replace-227","create-226","-strong-write-operations-strong--225","limitrange-v1","watch-list-all-namespaces-224","watch-223","list-all-namespaces-222","list-221","read-220","-strong-read-operations-strong--219","delete-collection-218","delete-217","patch-216","replace-215","create-214","-strong-write-operations-strong--213","event-v1","-strong-metadata-strong-","volume-v1","watch-list-212","watch-211","list-210","read-209","-strong-read-operations-strong--208","delete-collection-207","delete-206","patch-205","replace-204","create-203","-strong-write-operations-strong--202","storageclass-v1beta1","replace-status-201","read-status-200","patch-status-199","-strong-status-operations-strong--198","watch-list-all-namespaces-197","watch-196","list-all-namespaces-195","list-194","read-193","-strong-read-operations-strong--192","delete-collection-191","delete-190","patch-189","replace-188","create-187","-strong-write-operations-strong--186","persistentvolumeclaim-v1","watch-list-all-namespaces-185","watch-184","list-all-namespaces-183","list-182","read-181","-strong-read-operations-strong--180","delete-collection-179","delete-178","patch-177","replace-176","create-175","-strong-write-operations-strong--174","secret-v1","watch-list-all-namespaces-173","watch-172","list-all-namespaces-171","list-170","read-169","-strong-read-operations-strong--168","delete-collection-167","delete-166","patch-165","replace-164","create-163","-strong-write-operations-strong--162","configmap-v1","-strong-config-storage-strong-","replace-proxy-path-161","replace-proxy-160","replace-connect-proxy-path-159","replace-connect-proxy-158","head-connect-proxy-path-157","head-connect-proxy-156","get-proxy-path-155","get-proxy-154","get-connect-proxy-path-153","get-connect-proxy-152","delete-proxy-path-151","delete-proxy-150","delete-connect-proxy-path-149","delete-connect-proxy-148","create-proxy-path-147","create-proxy-146","create-connect-proxy-path-145","create-connect-proxy-144","-strong-proxy-operations-strong--143","replace-status-142","read-status-141","patch-status-140","-strong-status-operations-strong--139","watch-list-all-namespaces-138","watch-list-137","watch-136","list-all-namespaces-135","list-134","read-133","-strong-read-operations-strong--132","delete-131","patch-130","replace-129","create-128","-strong-write-operations-strong--127","service-v1","replace-status-126","read-status-125","patch-status-124","-strong-status-operations-strong--123","watch-list-all-namespaces-122","watch-list-121","watch-120","list-all-namespaces-119","list-118","read-117","-strong-read-operations-strong--116","delete-collection-115","delete-114","patch-113","replace-112","create-111","-strong-write-operations-strong--110","ingress-v1beta1","watch-list-all-namespaces-109","watch-108","list-all-namespaces-107","list-106","read-105","-strong-read-operations-strong--104","delete-collection-103","delete-102","patch-101","replace-100","create-99","-strong-write-operations-strong--98","endpoints-v1","-strong-discovery-load-balancing-strong-","watch-list-all-namespaces-97","watch-96","list-all-namespaces-95","list-94","read-93","-strong-read-operations-strong--92","delete-collection-91","delete-90","patch-89","replace-88","create-87","-strong-write-operations-strong--86","statefulset-v1beta1","watch-list-all-namespaces-85","watch-84","list-all-namespaces-83","list-82","read-81","-strong-read-operations-strong--80","delete-collection-79","delete-78","patch-77","replace-76","create-75","-strong-write-operations-strong--74","replicationcontroller-v1","patch-scale-73","replace-scale-72","read-scale-71","-strong-misc-operations-strong--70","watch-list-all-namespaces-69","watch-list-68","watch-67","list-all-namespaces-66","list-65","read-64","-strong-read-operations-strong--63","delete-collection-62","delete-61","patch-60","replace-59","create-58","-strong-write-operations-strong--57","replicaset-v1beta1","read-log","-strong-misc-operations-strong--56","replace-proxy-path","replace-proxy","replace-connect-proxy-path","replace-connect-proxy","head-connect-proxy-path","head-connect-proxy","get-proxy-path","get-proxy","get-connect-proxy-path","get-connect-proxy","get-connect-portforward","delete-proxy-path","delete-proxy","delete-connect-proxy-path","delete-connect-proxy","create-proxy-path","create-proxy","create-connect-proxy-path","create-connect-proxy","create-connect-portforward","-strong-proxy-operations-strong-","watch-list-all-namespaces-55","watch-54","list-all-namespaces-53","list-52","read-51","-strong-read-operations-strong--50","delete-collection-49","delete-48","patch-47","replace-46","create-45","-strong-write-operations-strong--44","pod-v1","replace-status-43","read-status-42","patch-status-41","-strong-status-operations-strong--40","watch-list-all-namespaces-39","watch-38","list-all-namespaces-37","list-36","read-35","-strong-read-operations-strong--34","delete-collection-33","delete-32","patch-31","replace-30","create-29","-strong-write-operations-strong--28","job-v1","rollback","patch-scale","replace-scale","read-scale","-strong-misc-operations-strong-","watch-list-all-namespaces-27","watch-list-26","watch-25","list-all-namespaces-24","list-23","read-22","-strong-read-operations-strong--21","delete-collection-20","delete-19","patch-18","replace-17","create-16","-strong-write-operations-strong--15","deployment-v1beta1","replace-status","read-status","patch-status","-strong-status-operations-strong-","watch-list-all-namespaces-14","watch-list","watch-13","list-all-namespaces-12","list-11","read-10","-strong-read-operations-strong--9","delete-collection-8","delete-7","patch-6","replace-5","create-4","-strong-write-operations-strong--3","daemonset-v1beta1","watch-list-all-namespaces","watch","list-all-namespaces","list","read-2","-strong-read-operations-strong-","delete-collection","delete-1","patch","replace","create","-strong-write-operations-strong-","cronjob-v2alpha1","container-v1","-strong-workloads-strong-","resource-operations","resource-objects","resource-categories","-strong-api-overview-strong-"]}})(); \ No newline at end of file diff --git a/docs/api-reference/1_5/node_modules/node-static/.package.json.un~ b/docs/api-reference/1_5/node_modules/node-static/.package.json.un~ deleted file mode 100644 index d2064f2761..0000000000 Binary files a/docs/api-reference/1_5/node_modules/node-static/.package.json.un~ and /dev/null differ diff --git a/docs/api-reference/1_5/node_modules/node-static/lib/.node-static.js.un~ b/docs/api-reference/1_5/node_modules/node-static/lib/.node-static.js.un~ deleted file mode 100644 index 77ce232fdf..0000000000 Binary files a/docs/api-reference/1_5/node_modules/node-static/lib/.node-static.js.un~ and /dev/null differ diff --git a/docs/api-reference/1_5/LICENSE b/docs/api-reference/v1.5/LICENSE similarity index 100% rename from docs/api-reference/1_5/LICENSE rename to docs/api-reference/v1.5/LICENSE diff --git a/docs/api-reference/1_5/README.md b/docs/api-reference/v1.5/README.md similarity index 100% rename from docs/api-reference/1_5/README.md rename to docs/api-reference/v1.5/README.md diff --git a/docs/api-reference/1_5/actions.js b/docs/api-reference/v1.5/actions.js similarity index 100% rename from docs/api-reference/1_5/actions.js rename to docs/api-reference/v1.5/actions.js diff --git a/docs/api-reference/1_5/brodoc.js b/docs/api-reference/v1.5/brodoc.js similarity index 100% rename from docs/api-reference/1_5/brodoc.js rename to docs/api-reference/v1.5/brodoc.js diff --git a/docs/api-reference/1_5/documents/_cluster.md b/docs/api-reference/v1.5/documents/_cluster.md similarity index 100% rename from docs/api-reference/1_5/documents/_cluster.md rename to docs/api-reference/v1.5/documents/_cluster.md diff --git a/docs/api-reference/1_5/documents/_config.md b/docs/api-reference/v1.5/documents/_config.md similarity index 100% rename from docs/api-reference/1_5/documents/_config.md rename to docs/api-reference/v1.5/documents/_config.md diff --git a/docs/api-reference/1_5/documents/_definitions.md b/docs/api-reference/v1.5/documents/_definitions.md similarity index 100% rename from docs/api-reference/1_5/documents/_definitions.md rename to docs/api-reference/v1.5/documents/_definitions.md diff --git a/docs/resources-reference/1_5/documents/_generated_apigroup_unversioned_concept.md b/docs/api-reference/v1.5/documents/_generated_apigroup_unversioned_concept.md similarity index 59% rename from docs/resources-reference/1_5/documents/_generated_apigroup_unversioned_concept.md rename to docs/api-reference/v1.5/documents/_generated_apigroup_unversioned_concept.md index d7cbddabc9..d4732c1cea 100644 --- a/docs/resources-reference/1_5/documents/_generated_apigroup_unversioned_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_apigroup_unversioned_concept.md @@ -22,6 +22,8 @@ Appears In <a href="#apigrouplist-unversioned">APIGroupList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 name <br /> *string* | name is the name of the group. preferredVersion <br /> *[GroupVersionForDiscovery](#groupversionfordiscovery-unversioned)* | preferredVersion is the version preferred by the API server, which probably is the storage version. serverAddressByClientCIDRs <br /> *[ServerAddressByClientCIDR](#serveraddressbyclientcidr-unversioned) array* | a map of client CIDR to server address that is serving this group. This is to help clients reach servers in the most network-efficient way possible. Clients can use the appropriate server address as per the CIDR that they match. In case of multiple matches, clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the client can match. For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP. Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP. @@ -34,7 +36,9 @@ versions <br /> *[GroupVersionForDiscovery](#groupversionfordiscovery-unversione Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 groups <br /> *[APIGroup](#apigroup-unversioned) array* | groups is a list of APIGroup. +kind <br /> *string* | 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 diff --git a/docs/api-reference/1_5/documents/_generated_apigroup_unversioned_definition.md b/docs/api-reference/v1.5/documents/_generated_apigroup_unversioned_definition.md similarity index 72% rename from docs/api-reference/1_5/documents/_generated_apigroup_unversioned_definition.md rename to docs/api-reference/v1.5/documents/_generated_apigroup_unversioned_definition.md index ecd323fb0c..d6d1173eb5 100644 --- a/docs/api-reference/1_5/documents/_generated_apigroup_unversioned_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_apigroup_unversioned_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#apigrouplist-unversioned">APIGroupList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 name <br /> *string* | name is the name of the group. preferredVersion <br /> *[GroupVersionForDiscovery](#groupversionfordiscovery-unversioned)* | preferredVersion is the version preferred by the API server, which probably is the storage version. serverAddressByClientCIDRs <br /> *[ServerAddressByClientCIDR](#serveraddressbyclientcidr-unversioned) array* | a map of client CIDR to server address that is serving this group. This is to help clients reach servers in the most network-efficient way possible. Clients can use the appropriate server address as per the CIDR that they match. In case of multiple matches, clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the client can match. For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP. Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP. diff --git a/docs/api-reference/v1.5/documents/_generated_apigrouplist_unversioned_concept.md b/docs/api-reference/v1.5/documents/_generated_apigrouplist_unversioned_concept.md new file mode 100644 index 0000000000..99c9d0d8fe --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_apigrouplist_unversioned_concept.md @@ -0,0 +1,32 @@ + + +----------- +# APIGroupList unversioned + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | unversioned | APIGroupList + + + + + + + +APIGroupList is a list of APIGroup, to allow clients to discover the API at /apis. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +groups <br /> *[APIGroup](#apigroup-unversioned) array* | groups is a list of APIGroup. +kind <br /> *string* | 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 + + + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_apigrouplist_unversioned_definition.md b/docs/api-reference/v1.5/documents/_generated_apigrouplist_unversioned_definition.md new file mode 100644 index 0000000000..6267bf8f48 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_apigrouplist_unversioned_definition.md @@ -0,0 +1,18 @@ +## APIGroupList unversioned + +Group | Version | Kind +------------ | ---------- | ----------- +Core | unversioned | APIGroupList + + + +APIGroupList is a list of APIGroup, to allow clients to discover the API at /apis. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +groups <br /> *[APIGroup](#apigroup-unversioned) array* | groups is a list of APIGroup. +kind <br /> *string* | 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 + diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_apiresource_unversioned_concept.md b/docs/api-reference/v1.5/documents/_generated_apiresource_unversioned_concept.md similarity index 62% rename from docs/user-guide/kubectl/1_5/documents/_generated_apiresource_unversioned_concept.md rename to docs/api-reference/v1.5/documents/_generated_apiresource_unversioned_concept.md index da0db93926..2f87ebff79 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_apiresource_unversioned_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_apiresource_unversioned_concept.md @@ -33,7 +33,9 @@ namespaced <br /> *boolean* | namespaced indicates if a resource is namespaced Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 groupVersion <br /> *string* | groupVersion is the group and version this APIResourceList is for. +kind <br /> *string* | 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 resources <br /> *[APIResource](#apiresource-unversioned) array* | resources contains the name of the resources and if they are namespaced. diff --git a/docs/api-reference/1_5/documents/_generated_apiresource_unversioned_definition.md b/docs/api-reference/v1.5/documents/_generated_apiresource_unversioned_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_apiresource_unversioned_definition.md rename to docs/api-reference/v1.5/documents/_generated_apiresource_unversioned_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_apiresourcelist_unversioned_concept.md b/docs/api-reference/v1.5/documents/_generated_apiresourcelist_unversioned_concept.md similarity index 52% rename from docs/user-guide/kubectl/1_5/documents/_generated_apiresourcelist_unversioned_concept.md rename to docs/api-reference/v1.5/documents/_generated_apiresourcelist_unversioned_concept.md index 7094c8d3ea..5bb170d54c 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_apiresourcelist_unversioned_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_apiresourcelist_unversioned_concept.md @@ -21,7 +21,9 @@ APIResourceList is a list of APIResource, it is used to expose the name of the r Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 groupVersion <br /> *string* | groupVersion is the group and version this APIResourceList is for. +kind <br /> *string* | 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 resources <br /> *[APIResource](#apiresource-unversioned) array* | resources contains the name of the resources and if they are namespaced. diff --git a/docs/api-reference/1_5/documents/_generated_apiresourcelist_unversioned_definition.md b/docs/api-reference/v1.5/documents/_generated_apiresourcelist_unversioned_definition.md similarity index 51% rename from docs/api-reference/1_5/documents/_generated_apiresourcelist_unversioned_definition.md rename to docs/api-reference/v1.5/documents/_generated_apiresourcelist_unversioned_definition.md index adb1d939dd..b5b7649e2f 100644 --- a/docs/api-reference/1_5/documents/_generated_apiresourcelist_unversioned_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_apiresourcelist_unversioned_definition.md @@ -12,6 +12,8 @@ APIResourceList is a list of APIResource, it is used to expose the name of the r Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 groupVersion <br /> *string* | groupVersion is the group and version this APIResourceList is for. +kind <br /> *string* | 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 resources <br /> *[APIResource](#apiresource-unversioned) array* | resources contains the name of the resources and if they are namespaced. diff --git a/docs/api-reference/1_5/documents/_generated_apiversion_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_apiversion_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_apiversion_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_apiversion_v1beta1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_apiversion_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_apiversion_v1beta1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_apiversion_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_apiversion_v1beta1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_apiversions_unversioned_concept.md b/docs/api-reference/v1.5/documents/_generated_apiversions_unversioned_concept.md similarity index 66% rename from docs/resources-reference/1_5/documents/_generated_apiversions_unversioned_concept.md rename to docs/api-reference/v1.5/documents/_generated_apiversions_unversioned_concept.md index 03be0bc7bd..31aa6a658a 100644 --- a/docs/resources-reference/1_5/documents/_generated_apiversions_unversioned_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_apiversions_unversioned_concept.md @@ -21,6 +21,8 @@ APIVersions lists the versions that are available, to allow clients to discover Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 serverAddressByClientCIDRs <br /> *[ServerAddressByClientCIDR](#serveraddressbyclientcidr-unversioned) array* | a map of client CIDR to server address that is serving this group. This is to help clients reach servers in the most network-efficient way possible. Clients can use the appropriate server address as per the CIDR that they match. In case of multiple matches, clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the client can match. For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP. Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP. versions <br /> *string array* | versions are the api versions that are available. diff --git a/docs/resources-reference/1_5/documents/_generated_apiversions_unversioned_definition.md b/docs/api-reference/v1.5/documents/_generated_apiversions_unversioned_definition.md similarity index 66% rename from docs/resources-reference/1_5/documents/_generated_apiversions_unversioned_definition.md rename to docs/api-reference/v1.5/documents/_generated_apiversions_unversioned_definition.md index b3ead69c61..3513f89da7 100644 --- a/docs/resources-reference/1_5/documents/_generated_apiversions_unversioned_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_apiversions_unversioned_definition.md @@ -12,6 +12,8 @@ APIVersions lists the versions that are available, to allow clients to discover Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 serverAddressByClientCIDRs <br /> *[ServerAddressByClientCIDR](#serveraddressbyclientcidr-unversioned) array* | a map of client CIDR to server address that is serving this group. This is to help clients reach servers in the most network-efficient way possible. Clients can use the appropriate server address as per the CIDR that they match. In case of multiple matches, clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the client can match. For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP. Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP. versions <br /> *string array* | versions are the api versions that are available. diff --git a/docs/api-reference/1_5/documents/_generated_attachedvolume_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_attachedvolume_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_attachedvolume_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_attachedvolume_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_attachedvolume_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_attachedvolume_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_attachedvolume_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_attachedvolume_v1_definition.md diff --git a/docs/api-reference/v1.5/documents/_generated_awselasticblockstorevolumesource_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_awselasticblockstorevolumesource_v1_concept.md new file mode 100644 index 0000000000..9dda8fcf2a --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_awselasticblockstorevolumesource_v1_concept.md @@ -0,0 +1,36 @@ + + +----------- +# AWSElasticBlockStoreVolumeSource v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | AWSElasticBlockStoreVolumeSource + + + + + + + +Represents a Persistent Disk resource in AWS. + +An AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +fsType <br /> *string* | Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore +partition <br /> *integer* | The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as "1". Similarly, the volume partition for /dev/sda is "0" (or you can leave the property empty). +readOnly <br /> *boolean* | Specify "true" to force and set the ReadOnly property in VolumeMounts to "true". If omitted, the default is "false". More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore +volumeID <br /> *string* | Unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore + + + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_awselasticblockstorevolumesource_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_awselasticblockstorevolumesource_v1_definition.md new file mode 100644 index 0000000000..3c4d7e2d21 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_awselasticblockstorevolumesource_v1_definition.md @@ -0,0 +1,22 @@ +## AWSElasticBlockStoreVolumeSource v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | AWSElasticBlockStoreVolumeSource + + + +Represents a Persistent Disk resource in AWS. + +An AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +fsType <br /> *string* | Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore +partition <br /> *integer* | The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as "1". Similarly, the volume partition for /dev/sda is "0" (or you can leave the property empty). +readOnly <br /> *boolean* | Specify "true" to force and set the ReadOnly property in VolumeMounts to "true". If omitted, the default is "false". More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore +volumeID <br /> *string* | Unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore + diff --git a/docs/api-reference/v1.5/documents/_generated_azurediskvolumesource_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_azurediskvolumesource_v1_concept.md new file mode 100644 index 0000000000..1043b9d9ae --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_azurediskvolumesource_v1_concept.md @@ -0,0 +1,35 @@ + + +----------- +# AzureDiskVolumeSource v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | AzureDiskVolumeSource + + + + + + + +AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +cachingMode <br /> *string* | Host Caching mode: None, Read Only, Read Write. +diskName <br /> *string* | The Name of the data disk in the blob storage +diskURI <br /> *string* | The URI the data disk in the blob storage +fsType <br /> *string* | Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. +readOnly <br /> *boolean* | Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. + + + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_azurediskvolumesource_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_azurediskvolumesource_v1_definition.md new file mode 100644 index 0000000000..191a407952 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_azurediskvolumesource_v1_definition.md @@ -0,0 +1,21 @@ +## AzureDiskVolumeSource v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | AzureDiskVolumeSource + + + +AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +cachingMode <br /> *string* | Host Caching mode: None, Read Only, Read Write. +diskName <br /> *string* | The Name of the data disk in the blob storage +diskURI <br /> *string* | The URI the data disk in the blob storage +fsType <br /> *string* | Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. +readOnly <br /> *boolean* | Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. + diff --git a/docs/api-reference/v1.5/documents/_generated_azurefilevolumesource_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_azurefilevolumesource_v1_concept.md new file mode 100644 index 0000000000..a9dc6186b1 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_azurefilevolumesource_v1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# AzureFileVolumeSource v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | AzureFileVolumeSource + + + + + + + +AzureFile represents an Azure File Service mount on the host and bind mount to the pod. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +readOnly <br /> *boolean* | Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +secretName <br /> *string* | the name of secret that contains Azure Storage Account Name and Key +shareName <br /> *string* | Share Name + + + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_azurefilevolumesource_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_azurefilevolumesource_v1_definition.md new file mode 100644 index 0000000000..2382e73e4c --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_azurefilevolumesource_v1_definition.md @@ -0,0 +1,19 @@ +## AzureFileVolumeSource v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | AzureFileVolumeSource + + + +AzureFile represents an Azure File Service mount on the host and bind mount to the pod. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +readOnly <br /> *boolean* | Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +secretName <br /> *string* | the name of secret that contains Azure Storage Account Name and Key +shareName <br /> *string* | Share Name + diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_binding_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_binding_v1_concept.md similarity index 66% rename from docs/user-guide/kubectl/1_5/documents/_generated_binding_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_binding_v1_concept.md index 35f35035a7..6c7d6bf32a 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_binding_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_binding_v1_concept.md @@ -21,6 +21,8 @@ Binding ties one object to another. For example, a pod is bound to a node by a s Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata target <br /> *[ObjectReference](#objectreference-v1)* | The target object that you want to bind to the standard object. @@ -77,10 +79,19 @@ create a Binding Parameter | Description ------------ | ----------- -body <br /> *[Binding](#binding-v1)* | namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- pretty | If 'true', then the output is pretty printed. +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[Binding](#binding-v1)* | ### Response diff --git a/docs/api-reference/v1.5/documents/_generated_binding_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_binding_v1_definition.md new file mode 100644 index 0000000000..32e2a31908 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_binding_v1_definition.md @@ -0,0 +1,19 @@ +## Binding v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | Binding + + + +Binding ties one object to another. For example, a pod is bound to a node by a scheduler. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 +metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata +target <br /> *[ObjectReference](#objectreference-v1)* | The target object that you want to bind to the standard object. + diff --git a/docs/api-reference/1_5/documents/_generated_capabilities_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_capabilities_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_capabilities_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_capabilities_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_capabilities_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_capabilities_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_capabilities_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_capabilities_v1_definition.md diff --git a/docs/api-reference/v1.5/documents/_generated_cephfsvolumesource_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_cephfsvolumesource_v1_concept.md new file mode 100644 index 0000000000..1911dac73b --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_cephfsvolumesource_v1_concept.md @@ -0,0 +1,36 @@ + + +----------- +# CephFSVolumeSource v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | CephFSVolumeSource + + + + + + + +Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +monitors <br /> *string array* | Required: Monitors is a collection of Ceph monitors More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it +path <br /> *string* | Optional: Used as the mounted root, rather than the full Ceph tree, default is / +readOnly <br /> *boolean* | Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it +secretFile <br /> *string* | Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it +secretRef <br /> *[LocalObjectReference](#localobjectreference-v1)* | Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it +user <br /> *string* | Optional: User is the rados user name, default is admin More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it + + + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_cephfsvolumesource_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_cephfsvolumesource_v1_definition.md new file mode 100644 index 0000000000..d672f53c08 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_cephfsvolumesource_v1_definition.md @@ -0,0 +1,22 @@ +## CephFSVolumeSource v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | CephFSVolumeSource + + + +Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +monitors <br /> *string array* | Required: Monitors is a collection of Ceph monitors More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it +path <br /> *string* | Optional: Used as the mounted root, rather than the full Ceph tree, default is / +readOnly <br /> *boolean* | Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it +secretFile <br /> *string* | Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it +secretRef <br /> *[LocalObjectReference](#localobjectreference-v1)* | Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it +user <br /> *string* | Optional: User is the rados user name, default is admin More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it + diff --git a/docs/api-reference/1_5/documents/_generated_certificatesigningrequest_v1alpha1_concept.md b/docs/api-reference/v1.5/documents/_generated_certificatesigningrequest_v1alpha1_concept.md similarity index 89% rename from docs/api-reference/1_5/documents/_generated_certificatesigningrequest_v1alpha1_concept.md rename to docs/api-reference/v1.5/documents/_generated_certificatesigningrequest_v1alpha1_concept.md index 91a3e7e2ca..3906344d6e 100644 --- a/docs/api-reference/1_5/documents/_generated_certificatesigningrequest_v1alpha1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_certificatesigningrequest_v1alpha1_concept.md @@ -22,6 +22,8 @@ Appears In <a href="#certificatesigningrequestlist-v1alpha1">CertificateSigningR Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | spec <br /> *[CertificateSigningRequestSpec](#certificatesigningrequestspec-v1alpha1)* | The certificate request itself and any additional information. status <br /> *[CertificateSigningRequestStatus](#certificatesigningrequeststatus-v1alpha1)* | Derived information about the request. @@ -55,7 +57,9 @@ conditions <br /> *[CertificateSigningRequestCondition](#certificatesigningreque Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[CertificateSigningRequest](#certificatesigningrequest-v1alpha1) array* | +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | @@ -106,13 +110,14 @@ create a CertificateSigningRequest `POST /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- pretty | If 'true', then the output is pretty printed. -### Query Parameters +### Body Parameters Parameter | Description ------------ | ----------- @@ -171,10 +176,15 @@ replace the specified CertificateSigningRequest Parameter | Description ------------ | ----------- name | name of the CertificateSigningRequest -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[CertificateSigningRequest](#certificatesigningrequest-v1alpha1)* | @@ -232,10 +242,15 @@ partially update the specified CertificateSigningRequest Parameter | Description ------------ | ----------- name | name of the CertificateSigningRequest -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -293,16 +308,21 @@ delete a CertificateSigningRequest Parameter | Description ------------ | ----------- name | name of the CertificateSigningRequest -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- -body <br /> *[DeleteOptions](#deleteoptions-v1)* | +pretty | If 'true', then the output is pretty printed. gracePeriodSeconds | The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. orphanDependents | Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[DeleteOptions](#deleteoptions-v1)* | + ### Response Code | Description @@ -351,22 +371,19 @@ delete collection of CertificateSigningRequest `DELETE /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests` -### Path Parameters - -Parameter | Description ------------- | ----------- -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -425,15 +442,16 @@ read the specified CertificateSigningRequest Parameter | Description ------------ | ----------- name | name of the CertificateSigningRequest -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. exact | Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace' export | Should this value be exported. Export strips fields that a user can not specify. + ### Response Code | Description @@ -482,22 +500,19 @@ list or watch objects of kind CertificateSigningRequest `GET /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests` -### Path Parameters - -Parameter | Description ------------- | ----------- -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -548,11 +563,16 @@ watch changes to an object of kind CertificateSigningRequest ### Path Parameters +Parameter | Description +------------ | ----------- +name | name of the CertificateSigningRequest + +### Query Parameters + Parameter | Description ------------ | ----------- fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. -name | name of the CertificateSigningRequest pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. diff --git a/docs/api-reference/1_5/documents/_generated_certificatesigningrequest_v1alpha1_definition.md b/docs/api-reference/v1.5/documents/_generated_certificatesigningrequest_v1alpha1_definition.md similarity index 55% rename from docs/api-reference/1_5/documents/_generated_certificatesigningrequest_v1alpha1_definition.md rename to docs/api-reference/v1.5/documents/_generated_certificatesigningrequest_v1alpha1_definition.md index 97de9b5ead..273683ba2f 100644 --- a/docs/api-reference/1_5/documents/_generated_certificatesigningrequest_v1alpha1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_certificatesigningrequest_v1alpha1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#certificatesigningrequestlist-v1alpha1">CertificateSigning Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | spec <br /> *[CertificateSigningRequestSpec](#certificatesigningrequestspec-v1alpha1)* | The certificate request itself and any additional information. status <br /> *[CertificateSigningRequestStatus](#certificatesigningrequeststatus-v1alpha1)* | Derived information about the request. diff --git a/docs/api-reference/1_5/documents/_generated_certificatesigningrequestcondition_v1alpha1_concept.md b/docs/api-reference/v1.5/documents/_generated_certificatesigningrequestcondition_v1alpha1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_certificatesigningrequestcondition_v1alpha1_concept.md rename to docs/api-reference/v1.5/documents/_generated_certificatesigningrequestcondition_v1alpha1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_certificatesigningrequestcondition_v1alpha1_definition.md b/docs/api-reference/v1.5/documents/_generated_certificatesigningrequestcondition_v1alpha1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_certificatesigningrequestcondition_v1alpha1_definition.md rename to docs/api-reference/v1.5/documents/_generated_certificatesigningrequestcondition_v1alpha1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_certificatesigningrequestlist_v1alpha1_concept.md b/docs/api-reference/v1.5/documents/_generated_certificatesigningrequestlist_v1alpha1_concept.md similarity index 75% rename from docs/api-reference/1_5/documents/_generated_certificatesigningrequestlist_v1alpha1_concept.md rename to docs/api-reference/v1.5/documents/_generated_certificatesigningrequestlist_v1alpha1_concept.md index f06b45882c..0fadb04d10 100644 --- a/docs/api-reference/1_5/documents/_generated_certificatesigningrequestlist_v1alpha1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_certificatesigningrequestlist_v1alpha1_concept.md @@ -21,7 +21,9 @@ Certificates | v1alpha1 | CertificateSigningRequestList Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[CertificateSigningRequest](#certificatesigningrequest-v1alpha1) array* | +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | @@ -73,7 +75,8 @@ watch individual changes to a list of CertificateSigningRequest `GET /apis/certificates.k8s.io/v1alpha1/watch/certificatesigningrequests` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- diff --git a/docs/api-reference/v1.5/documents/_generated_certificatesigningrequestlist_v1alpha1_definition.md b/docs/api-reference/v1.5/documents/_generated_certificatesigningrequestlist_v1alpha1_definition.md new file mode 100644 index 0000000000..d97323b2c8 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_certificatesigningrequestlist_v1alpha1_definition.md @@ -0,0 +1,19 @@ +## CertificateSigningRequestList v1alpha1 + +Group | Version | Kind +------------ | ---------- | ----------- +Certificates | v1alpha1 | CertificateSigningRequestList + + + + + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[CertificateSigningRequest](#certificatesigningrequest-v1alpha1) array* | +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | + diff --git a/docs/api-reference/1_5/documents/_generated_certificatesigningrequestspec_v1alpha1_concept.md b/docs/api-reference/v1.5/documents/_generated_certificatesigningrequestspec_v1alpha1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_certificatesigningrequestspec_v1alpha1_concept.md rename to docs/api-reference/v1.5/documents/_generated_certificatesigningrequestspec_v1alpha1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_certificatesigningrequestspec_v1alpha1_definition.md b/docs/api-reference/v1.5/documents/_generated_certificatesigningrequestspec_v1alpha1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_certificatesigningrequestspec_v1alpha1_definition.md rename to docs/api-reference/v1.5/documents/_generated_certificatesigningrequestspec_v1alpha1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_certificatesigningrequeststatus_v1alpha1_concept.md b/docs/api-reference/v1.5/documents/_generated_certificatesigningrequeststatus_v1alpha1_concept.md similarity index 91% rename from docs/user-guide/kubectl/1_5/documents/_generated_certificatesigningrequeststatus_v1alpha1_concept.md rename to docs/api-reference/v1.5/documents/_generated_certificatesigningrequeststatus_v1alpha1_concept.md index dd927e259b..e69876a567 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_certificatesigningrequeststatus_v1alpha1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_certificatesigningrequeststatus_v1alpha1_concept.md @@ -78,10 +78,19 @@ replace status of the specified CertificateSigningRequest Parameter | Description ------------ | ----------- -body <br /> *[CertificateSigningRequest](#certificatesigningrequest-v1alpha1)* | name | name of the CertificateSigningRequest + +### Query Parameters + +Parameter | Description +------------ | ----------- pretty | If 'true', then the output is pretty printed. +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[CertificateSigningRequest](#certificatesigningrequest-v1alpha1)* | ### Response diff --git a/docs/api-reference/1_5/documents/_generated_certificatesigningrequeststatus_v1alpha1_definition.md b/docs/api-reference/v1.5/documents/_generated_certificatesigningrequeststatus_v1alpha1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_certificatesigningrequeststatus_v1alpha1_definition.md rename to docs/api-reference/v1.5/documents/_generated_certificatesigningrequeststatus_v1alpha1_definition.md diff --git a/docs/api-reference/v1.5/documents/_generated_cindervolumesource_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_cindervolumesource_v1_concept.md new file mode 100644 index 0000000000..d31493f61a --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_cindervolumesource_v1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# CinderVolumeSource v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | CinderVolumeSource + + + + + + + +Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +fsType <br /> *string* | Filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md +readOnly <br /> *boolean* | Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md +volumeID <br /> *string* | volume id used to identify the volume in cinder More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md + + + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_cindervolumesource_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_cindervolumesource_v1_definition.md new file mode 100644 index 0000000000..670fb61930 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_cindervolumesource_v1_definition.md @@ -0,0 +1,19 @@ +## CinderVolumeSource v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | CinderVolumeSource + + + +Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +fsType <br /> *string* | Filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md +readOnly <br /> *boolean* | Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md +volumeID <br /> *string* | volume id used to identify the volume in cinder More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md + diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_clusterrole_v1alpha1_concept.md b/docs/api-reference/v1.5/documents/_generated_clusterrole_v1alpha1_concept.md similarity index 88% rename from docs/user-guide/kubectl/1_5/documents/_generated_clusterrole_v1alpha1_concept.md rename to docs/api-reference/v1.5/documents/_generated_clusterrole_v1alpha1_concept.md index 6e829a2d86..0691f97e14 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_clusterrole_v1alpha1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_clusterrole_v1alpha1_concept.md @@ -22,6 +22,8 @@ Appears In <a href="#clusterrolelist-v1alpha1">ClusterRoleList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. rules <br /> *[PolicyRule](#policyrule-v1alpha1) array* | Rules holds all the PolicyRules for this ClusterRole @@ -32,7 +34,9 @@ rules <br /> *[PolicyRule](#policyrule-v1alpha1) array* | Rules holds all the P Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[ClusterRole](#clusterrole-v1alpha1) array* | Items is a list of ClusterRoles +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. @@ -83,13 +87,14 @@ create a ClusterRole `POST /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- pretty | If 'true', then the output is pretty printed. -### Query Parameters +### Body Parameters Parameter | Description ------------ | ----------- @@ -148,10 +153,15 @@ replace the specified ClusterRole Parameter | Description ------------ | ----------- name | name of the ClusterRole -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[ClusterRole](#clusterrole-v1alpha1)* | @@ -209,10 +219,15 @@ partially update the specified ClusterRole Parameter | Description ------------ | ----------- name | name of the ClusterRole -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -270,16 +285,21 @@ delete a ClusterRole Parameter | Description ------------ | ----------- name | name of the ClusterRole -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- -body <br /> *[DeleteOptions](#deleteoptions-v1)* | +pretty | If 'true', then the output is pretty printed. gracePeriodSeconds | The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. orphanDependents | Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[DeleteOptions](#deleteoptions-v1)* | + ### Response Code | Description @@ -328,22 +348,19 @@ delete collection of ClusterRole `DELETE /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles` -### Path Parameters - -Parameter | Description ------------- | ----------- -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -402,6 +419,11 @@ read the specified ClusterRole Parameter | Description ------------ | ----------- name | name of the ClusterRole + +### Query Parameters + +Parameter | Description +------------ | ----------- pretty | If 'true', then the output is pretty printed. @@ -453,22 +475,19 @@ list or watch objects of kind ClusterRole `GET /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles` -### Path Parameters - -Parameter | Description ------------- | ----------- -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -521,64 +540,9 @@ watch changes to an object of kind ClusterRole Parameter | Description ------------ | ----------- -fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. -labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. name | name of the ClusterRole -pretty | If 'true', then the output is pretty printed. -resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. -timeoutSeconds | Timeout for the list/watch call. -watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. - -### Response - -Code | Description ------------- | ----------- -200 <br /> *[Event](#event-versioned)* | OK - - -## Watch List - ->bdocs-tab:kubectl `kubectl` Command - -```bdocs-tab:kubectl_shell - -Coming Soon - -``` - ->bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) - -```bdocs-tab:curl_shell - -Coming Soon - -``` - ->bdocs-tab:kubectl Output - -```bdocs-tab:kubectl_json - -Coming Soon - -``` ->bdocs-tab:curl Response Body - -```bdocs-tab:curl_json - -Coming Soon - -``` - - - -watch individual changes to a list of ClusterRole - -### HTTP Request - -`GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/clusterroles` - -### Path Parameters +### Query Parameters Parameter | Description ------------ | ----------- diff --git a/docs/api-reference/1_5/documents/_generated_clusterrole_v1alpha1_definition.md b/docs/api-reference/v1.5/documents/_generated_clusterrole_v1alpha1_definition.md similarity index 51% rename from docs/api-reference/1_5/documents/_generated_clusterrole_v1alpha1_definition.md rename to docs/api-reference/v1.5/documents/_generated_clusterrole_v1alpha1_definition.md index a72d95634c..c36ca7eb77 100644 --- a/docs/api-reference/1_5/documents/_generated_clusterrole_v1alpha1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_clusterrole_v1alpha1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#clusterrolelist-v1alpha1">ClusterRoleList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. rules <br /> *[PolicyRule](#policyrule-v1alpha1) array* | Rules holds all the PolicyRules for this ClusterRole diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_clusterrolebinding_v1alpha1_concept.md b/docs/api-reference/v1.5/documents/_generated_clusterrolebinding_v1alpha1_concept.md similarity index 78% rename from docs/user-guide/kubectl/1_5/documents/_generated_clusterrolebinding_v1alpha1_concept.md rename to docs/api-reference/v1.5/documents/_generated_clusterrolebinding_v1alpha1_concept.md index 8e39037a88..9d249c7387 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_clusterrolebinding_v1alpha1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_clusterrolebinding_v1alpha1_concept.md @@ -22,6 +22,8 @@ Appears In <a href="#clusterrolebindinglist-v1alpha1">ClusterRoleBindingList</a> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. roleRef <br /> *[RoleRef](#roleref-v1alpha1)* | RoleRef can only reference a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error. subjects <br /> *[Subject](#subject-v1alpha1) array* | Subjects holds references to the objects the role applies to. @@ -33,7 +35,9 @@ subjects <br /> *[Subject](#subject-v1alpha1) array* | Subjects holds reference Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[ClusterRoleBinding](#clusterrolebinding-v1alpha1) array* | Items is a list of ClusterRoleBindings +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. @@ -84,13 +88,14 @@ create a ClusterRoleBinding `POST /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- pretty | If 'true', then the output is pretty printed. -### Query Parameters +### Body Parameters Parameter | Description ------------ | ----------- @@ -149,10 +154,15 @@ replace the specified ClusterRoleBinding Parameter | Description ------------ | ----------- name | name of the ClusterRoleBinding -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[ClusterRoleBinding](#clusterrolebinding-v1alpha1)* | @@ -210,10 +220,15 @@ partially update the specified ClusterRoleBinding Parameter | Description ------------ | ----------- name | name of the ClusterRoleBinding -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -271,16 +286,21 @@ delete a ClusterRoleBinding Parameter | Description ------------ | ----------- name | name of the ClusterRoleBinding -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- -body <br /> *[DeleteOptions](#deleteoptions-v1)* | +pretty | If 'true', then the output is pretty printed. gracePeriodSeconds | The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. orphanDependents | Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[DeleteOptions](#deleteoptions-v1)* | + ### Response Code | Description @@ -329,22 +349,19 @@ delete collection of ClusterRoleBinding `DELETE /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings` -### Path Parameters - -Parameter | Description ------------- | ----------- -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -403,6 +420,11 @@ read the specified ClusterRoleBinding Parameter | Description ------------ | ----------- name | name of the ClusterRoleBinding + +### Query Parameters + +Parameter | Description +------------ | ----------- pretty | If 'true', then the output is pretty printed. @@ -454,22 +476,19 @@ list or watch objects of kind ClusterRoleBinding `GET /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings` -### Path Parameters - -Parameter | Description ------------- | ----------- -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -520,11 +539,77 @@ watch changes to an object of kind ClusterRoleBinding ### Path Parameters +Parameter | Description +------------ | ----------- +name | name of the ClusterRoleBinding + +### Query Parameters + +Parameter | Description +------------ | ----------- +fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. +labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. +pretty | If 'true', then the output is pretty printed. +resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. +timeoutSeconds | Timeout for the list/watch call. +watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + + +### Response + +Code | Description +------------ | ----------- +200 <br /> *[Event](#event-versioned)* | OK + + +## Watch List + +>bdocs-tab:kubectl `kubectl` Command + +```bdocs-tab:kubectl_shell + +Coming Soon + +``` + +>bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) + +```bdocs-tab:curl_shell + +Coming Soon + +``` + +>bdocs-tab:kubectl Output + +```bdocs-tab:kubectl_json + +Coming Soon + +``` +>bdocs-tab:curl Response Body + +```bdocs-tab:curl_json + +Coming Soon + +``` + + + +watch individual changes to a list of ClusterRoleBinding + +### HTTP Request + +`GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/clusterrolebindings` + + +### Query Parameters + Parameter | Description ------------ | ----------- fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. -name | name of the ClusterRoleBinding pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. diff --git a/docs/api-reference/1_5/documents/_generated_clusterrolebinding_v1alpha1_definition.md b/docs/api-reference/v1.5/documents/_generated_clusterrolebinding_v1alpha1_definition.md similarity index 59% rename from docs/api-reference/1_5/documents/_generated_clusterrolebinding_v1alpha1_definition.md rename to docs/api-reference/v1.5/documents/_generated_clusterrolebinding_v1alpha1_definition.md index 2359f2cec6..ca190657a5 100644 --- a/docs/api-reference/1_5/documents/_generated_clusterrolebinding_v1alpha1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_clusterrolebinding_v1alpha1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#clusterrolebindinglist-v1alpha1">ClusterRoleBindingList</a Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. roleRef <br /> *[RoleRef](#roleref-v1alpha1)* | RoleRef can only reference a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error. subjects <br /> *[Subject](#subject-v1alpha1) array* | Subjects holds references to the objects the role applies to. diff --git a/docs/api-reference/v1.5/documents/_generated_clusterrolebindinglist_v1alpha1_concept.md b/docs/api-reference/v1.5/documents/_generated_clusterrolebindinglist_v1alpha1_concept.md new file mode 100644 index 0000000000..a43a158ede --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_clusterrolebindinglist_v1alpha1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# ClusterRoleBindingList v1alpha1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1alpha1 | ClusterRoleBindingList + + + + + + + +ClusterRoleBindingList is a collection of ClusterRoleBindings + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[ClusterRoleBinding](#clusterrolebinding-v1alpha1) array* | Items is a list of ClusterRoleBindings +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. + + + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_clusterrolebindinglist_v1alpha1_definition.md b/docs/api-reference/v1.5/documents/_generated_clusterrolebindinglist_v1alpha1_definition.md new file mode 100644 index 0000000000..d2c0dbcf80 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_clusterrolebindinglist_v1alpha1_definition.md @@ -0,0 +1,19 @@ +## ClusterRoleBindingList v1alpha1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1alpha1 | ClusterRoleBindingList + + + +ClusterRoleBindingList is a collection of ClusterRoleBindings + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[ClusterRoleBinding](#clusterrolebinding-v1alpha1) array* | Items is a list of ClusterRoleBindings +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. + diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_clusterrolebindinglist_v1alpha1_concept.md b/docs/api-reference/v1.5/documents/_generated_clusterrolelist_v1alpha1_concept.md similarity index 61% rename from docs/user-guide/kubectl/1_5/documents/_generated_clusterrolebindinglist_v1alpha1_concept.md rename to docs/api-reference/v1.5/documents/_generated_clusterrolelist_v1alpha1_concept.md index 2f6cc5edf7..bba333ae62 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_clusterrolebindinglist_v1alpha1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_clusterrolelist_v1alpha1_concept.md @@ -1,13 +1,13 @@ ----------- -# ClusterRoleBindingList v1alpha1 +# ClusterRoleList v1alpha1 Group | Version | Kind ------------ | ---------- | ----------- -RbacAuthorization | v1alpha1 | ClusterRoleBindingList +RbacAuthorization | v1alpha1 | ClusterRoleList @@ -15,13 +15,15 @@ RbacAuthorization | v1alpha1 | ClusterRoleBindingList -ClusterRoleBindingList is a collection of ClusterRoleBindings +ClusterRoleList is a collection of ClusterRoles Field | Description ------------ | ----------- -items <br /> *[ClusterRoleBinding](#clusterrolebinding-v1alpha1) array* | Items is a list of ClusterRoleBindings +apiVersion <br /> *string* | 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 +items <br /> *[ClusterRole](#clusterrole-v1alpha1) array* | Items is a list of ClusterRoles +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. @@ -67,13 +69,14 @@ Coming Soon -watch individual changes to a list of ClusterRoleBinding +watch individual changes to a list of ClusterRole ### HTTP Request -`GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/clusterrolebindings` +`GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/clusterroles` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- diff --git a/docs/api-reference/v1.5/documents/_generated_clusterrolelist_v1alpha1_definition.md b/docs/api-reference/v1.5/documents/_generated_clusterrolelist_v1alpha1_definition.md new file mode 100644 index 0000000000..416a354cab --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_clusterrolelist_v1alpha1_definition.md @@ -0,0 +1,19 @@ +## ClusterRoleList v1alpha1 + +Group | Version | Kind +------------ | ---------- | ----------- +RbacAuthorization | v1alpha1 | ClusterRoleList + + + +ClusterRoleList is a collection of ClusterRoles + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[ClusterRole](#clusterrole-v1alpha1) array* | Items is a list of ClusterRoles +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. + diff --git a/docs/api-reference/1_5/documents/_generated_componentcondition_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_componentcondition_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_componentcondition_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_componentcondition_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_componentcondition_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_componentcondition_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_componentcondition_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_componentcondition_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_componentstatus_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_componentstatus_v1_concept.md similarity index 71% rename from docs/user-guide/kubectl/1_5/documents/_generated_componentstatus_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_componentstatus_v1_concept.md index 18a7cf067f..7952df3b88 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_componentstatus_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_componentstatus_v1_concept.md @@ -22,7 +22,9 @@ Appears In <a href="#componentstatuslist-v1">ComponentStatusList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 conditions <br /> *[ComponentCondition](#componentcondition-v1) array* | List of component conditions observed +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata @@ -32,7 +34,9 @@ metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. Mo Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[ComponentStatus](#componentstatus-v1) array* | List of ComponentStatus objects. +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds @@ -88,6 +92,11 @@ read the specified ComponentStatus Parameter | Description ------------ | ----------- name | name of the ComponentStatus + +### Query Parameters + +Parameter | Description +------------ | ----------- pretty | If 'true', then the output is pretty printed. @@ -139,7 +148,8 @@ list objects of kind ComponentStatus `GET /api/v1/componentstatuses` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- diff --git a/docs/resources-reference/1_5/documents/_generated_componentstatus_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_componentstatus_v1_definition.md similarity index 52% rename from docs/resources-reference/1_5/documents/_generated_componentstatus_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_componentstatus_v1_definition.md index e341d6f384..efbd73394a 100644 --- a/docs/resources-reference/1_5/documents/_generated_componentstatus_v1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_componentstatus_v1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#componentstatuslist-v1">ComponentStatusList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 conditions <br /> *[ComponentCondition](#componentcondition-v1) array* | List of component conditions observed +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata diff --git a/docs/api-reference/v1.5/documents/_generated_componentstatuslist_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_componentstatuslist_v1_concept.md new file mode 100644 index 0000000000..b4445da385 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_componentstatuslist_v1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# ComponentStatusList v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | ComponentStatusList + + + + + + + +Status of all the conditions for the component as a list of ComponentStatus objects. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[ComponentStatus](#componentstatus-v1) array* | List of ComponentStatus objects. +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds + + + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_componentstatuslist_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_componentstatuslist_v1_definition.md new file mode 100644 index 0000000000..02c154761e --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_componentstatuslist_v1_definition.md @@ -0,0 +1,19 @@ +## ComponentStatusList v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | ComponentStatusList + + + +Status of all the conditions for the component as a list of ComponentStatus objects. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[ComponentStatus](#componentstatus-v1) array* | List of ComponentStatus objects. +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds + diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_configmap_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_configmap_v1_concept.md similarity index 89% rename from docs/user-guide/kubectl/1_5/documents/_generated_configmap_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_configmap_v1_concept.md index d31e5aac23..3ef2d92fbf 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_configmap_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_configmap_v1_concept.md @@ -22,7 +22,9 @@ Appears In <a href="#configmaplist-v1">ConfigMapList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 data <br /> *object* | Data contains the configuration data. Each key must be a valid DNS_SUBDOMAIN with an optional leading dot. +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata @@ -32,7 +34,9 @@ metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. Mo Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[ConfigMap](#configmap-v1) array* | Items is the list of ConfigMaps. +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata @@ -88,10 +92,15 @@ create a ConfigMap Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[ConfigMap](#configmap-v1)* | @@ -150,10 +159,15 @@ Parameter | Description ------------ | ----------- name | name of the ConfigMap namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[ConfigMap](#configmap-v1)* | @@ -212,10 +226,15 @@ Parameter | Description ------------ | ----------- name | name of the ConfigMap namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -274,16 +293,21 @@ Parameter | Description ------------ | ----------- name | name of the ConfigMap namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- -body <br /> *[DeleteOptions](#deleteoptions-v1)* | +pretty | If 'true', then the output is pretty printed. gracePeriodSeconds | The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. orphanDependents | Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[DeleteOptions](#deleteoptions-v1)* | + ### Response Code | Description @@ -337,18 +361,19 @@ delete collection of ConfigMap Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -408,15 +433,16 @@ Parameter | Description ------------ | ----------- name | name of the ConfigMap namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. exact | Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace' export | Should this value be exported. Export strips fields that a user can not specify. + ### Response Code | Description @@ -470,18 +496,19 @@ list or watch objects of kind ConfigMap Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -530,7 +557,8 @@ list or watch objects of kind ConfigMap `GET /api/v1/configmaps` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- @@ -594,10 +622,15 @@ watch changes to an object of kind ConfigMap Parameter | Description ------------ | ----------- -fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. -labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. name | name of the ConfigMap namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- +fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. +labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. @@ -652,7 +685,8 @@ watch individual changes to a list of ConfigMap `GET /api/v1/watch/configmaps` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- diff --git a/docs/api-reference/1_5/documents/_generated_configmap_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_configmap_v1_definition.md similarity index 50% rename from docs/api-reference/1_5/documents/_generated_configmap_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_configmap_v1_definition.md index 8fc7e1587e..b5864ad664 100644 --- a/docs/api-reference/1_5/documents/_generated_configmap_v1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_configmap_v1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#configmaplist-v1">ConfigMapList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 data <br /> *object* | Data contains the configuration data. Each key must be a valid DNS_SUBDOMAIN with an optional leading dot. +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata diff --git a/docs/resources-reference/1_5/documents/_generated_configmapkeyselector_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_configmapkeyselector_v1_concept.md similarity index 77% rename from docs/resources-reference/1_5/documents/_generated_configmapkeyselector_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_configmapkeyselector_v1_concept.md index a602f360e4..8cb9c40d2d 100644 --- a/docs/resources-reference/1_5/documents/_generated_configmapkeyselector_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_configmapkeyselector_v1_concept.md @@ -23,6 +23,7 @@ Appears In <a href="#envvarsource-v1">EnvVarSource</a> </aside> Field | Description ------------ | ----------- key <br /> *string* | The key to select. +name <br /> *string* | Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names diff --git a/docs/resources-reference/1_5/documents/_generated_configmapkeyselector_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_configmapkeyselector_v1_definition.md similarity index 76% rename from docs/resources-reference/1_5/documents/_generated_configmapkeyselector_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_configmapkeyselector_v1_definition.md index cfb66d4cd7..00e98b82bb 100644 --- a/docs/resources-reference/1_5/documents/_generated_configmapkeyselector_v1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_configmapkeyselector_v1_definition.md @@ -14,4 +14,5 @@ Appears In <a href="#envvarsource-v1">EnvVarSource</a> </aside> Field | Description ------------ | ----------- key <br /> *string* | The key to select. +name <br /> *string* | Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_configmaplist_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_configmaplist_v1_concept.md similarity index 74% rename from docs/user-guide/kubectl/1_5/documents/_generated_configmaplist_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_configmaplist_v1_concept.md index 799ed34747..337e57078d 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_configmaplist_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_configmaplist_v1_concept.md @@ -21,7 +21,9 @@ ConfigMapList is a resource containing a list of ConfigMap objects. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[ConfigMap](#configmap-v1) array* | Items is the list of ConfigMaps. +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata @@ -75,11 +77,16 @@ watch individual changes to a list of ConfigMap ### Path Parameters +Parameter | Description +------------ | ----------- +namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + Parameter | Description ------------ | ----------- fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. -namespace | object name and auth scope, such as for teams and projects pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. diff --git a/docs/api-reference/v1.5/documents/_generated_configmaplist_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_configmaplist_v1_definition.md new file mode 100644 index 0000000000..32e00ed55e --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_configmaplist_v1_definition.md @@ -0,0 +1,19 @@ +## ConfigMapList v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | ConfigMapList + + + +ConfigMapList is a resource containing a list of ConfigMap objects. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[ConfigMap](#configmap-v1) array* | Items is the list of ConfigMaps. +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata + diff --git a/docs/api-reference/v1.5/documents/_generated_configmapvolumesource_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_configmapvolumesource_v1_concept.md new file mode 100644 index 0000000000..5dd5e2b183 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_configmapvolumesource_v1_concept.md @@ -0,0 +1,35 @@ + + +----------- +# ConfigMapVolumeSource v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | ConfigMapVolumeSource + + + + + + + +Adapts a ConfigMap into a volume. + +The contents of the target ConfigMap's Data field will be presented in a volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. ConfigMap volumes support ownership management and SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +defaultMode <br /> *integer* | Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. +items <br /> *[KeyToPath](#keytopath-v1) array* | If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error. Paths must be relative and may not contain the '..' path or start with '..'. +name <br /> *string* | Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names + + + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_configmapvolumesource_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_configmapvolumesource_v1_definition.md new file mode 100644 index 0000000000..e171a6f0d6 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_configmapvolumesource_v1_definition.md @@ -0,0 +1,21 @@ +## ConfigMapVolumeSource v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | ConfigMapVolumeSource + + + +Adapts a ConfigMap into a volume. + +The contents of the target ConfigMap's Data field will be presented in a volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. ConfigMap volumes support ownership management and SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +defaultMode <br /> *integer* | Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. +items <br /> *[KeyToPath](#keytopath-v1) array* | If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error. Paths must be relative and may not contain the '..' path or start with '..'. +name <br /> *string* | Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names + diff --git a/docs/api-reference/1_5/documents/_generated_container_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_container_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_container_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_container_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_container_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_container_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_container_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_container_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_containerimage_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_containerimage_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_containerimage_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_containerimage_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_containerimage_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_containerimage_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_containerimage_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_containerimage_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_containerport_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_containerport_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_containerport_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_containerport_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_containerport_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_containerport_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_containerport_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_containerport_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_containerstate_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_containerstate_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_containerstate_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_containerstate_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_containerstate_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_containerstate_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_containerstate_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_containerstate_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_containerstaterunning_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_containerstaterunning_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_containerstaterunning_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_containerstaterunning_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_containerstaterunning_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_containerstaterunning_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_containerstaterunning_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_containerstaterunning_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_containerstateterminated_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_containerstateterminated_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_containerstateterminated_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_containerstateterminated_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_containerstateterminated_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_containerstateterminated_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_containerstateterminated_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_containerstateterminated_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_containerstatewaiting_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_containerstatewaiting_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_containerstatewaiting_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_containerstatewaiting_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_containerstatewaiting_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_containerstatewaiting_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_containerstatewaiting_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_containerstatewaiting_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_containerstatus_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_containerstatus_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_containerstatus_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_containerstatus_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_containerstatus_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_containerstatus_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_containerstatus_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_containerstatus_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_cputargetutilization_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_cputargetutilization_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_cputargetutilization_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_cputargetutilization_v1beta1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_cputargetutilization_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_cputargetutilization_v1beta1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_cputargetutilization_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_cputargetutilization_v1beta1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_cronjob_v2alpha1_concept.md b/docs/api-reference/v1.5/documents/_generated_cronjob_v2alpha1_concept.md similarity index 71% rename from docs/api-reference/1_5/documents/_generated_cronjob_v2alpha1_concept.md rename to docs/api-reference/v1.5/documents/_generated_cronjob_v2alpha1_concept.md index a23099c608..f9084661df 100644 --- a/docs/api-reference/1_5/documents/_generated_cronjob_v2alpha1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_cronjob_v2alpha1_concept.md @@ -22,6 +22,8 @@ Appears In <a href="#cronjoblist-v2alpha1">CronJobList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[CronJobSpec](#cronjobspec-v2alpha1)* | Spec is a structure defining the expected behavior of a job, including the schedule. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[CronJobStatus](#cronjobstatus-v2alpha1)* | Status is a structure describing current status of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status @@ -56,7 +58,9 @@ lastScheduleTime <br /> *[Time](#time-unversioned)* | LastScheduleTime keeps in Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[CronJob](#cronjob-v2alpha1) array* | Items is the list of CronJob. +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata @@ -112,10 +116,15 @@ create a CronJob Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[CronJob](#cronjob-v2alpha1)* | @@ -174,10 +183,15 @@ Parameter | Description ------------ | ----------- name | name of the CronJob namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[CronJob](#cronjob-v2alpha1)* | @@ -236,10 +250,15 @@ Parameter | Description ------------ | ----------- name | name of the CronJob namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -298,16 +317,21 @@ Parameter | Description ------------ | ----------- name | name of the CronJob namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- -body <br /> *[DeleteOptions](#deleteoptions-v1)* | +pretty | If 'true', then the output is pretty printed. gracePeriodSeconds | The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. orphanDependents | Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[DeleteOptions](#deleteoptions-v1)* | + ### Response Code | Description @@ -361,18 +385,19 @@ delete collection of CronJob Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -432,15 +457,16 @@ Parameter | Description ------------ | ----------- name | name of the CronJob namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. exact | Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace' export | Should this value be exported. Export strips fields that a user can not specify. + ### Response Code | Description @@ -494,18 +520,19 @@ list or watch objects of kind CronJob Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -554,7 +581,8 @@ list or watch objects of kind CronJob `GET /apis/batch/v2alpha1/cronjobs` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- @@ -618,10 +646,81 @@ watch changes to an object of kind CronJob Parameter | Description ------------ | ----------- -fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. -labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. name | name of the CronJob namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- +fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. +labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. +pretty | If 'true', then the output is pretty printed. +resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. +timeoutSeconds | Timeout for the list/watch call. +watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + + +### Response + +Code | Description +------------ | ----------- +200 <br /> *[Event](#event-versioned)* | OK + + +## Watch List + +>bdocs-tab:kubectl `kubectl` Command + +```bdocs-tab:kubectl_shell + +Coming Soon + +``` + +>bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) + +```bdocs-tab:curl_shell + +Coming Soon + +``` + +>bdocs-tab:kubectl Output + +```bdocs-tab:kubectl_json + +Coming Soon + +``` +>bdocs-tab:curl Response Body + +```bdocs-tab:curl_json + +Coming Soon + +``` + + + +watch individual changes to a list of CronJob + +### HTTP Request + +`GET /apis/batch/v2alpha1/watch/namespaces/{namespace}/cronjobs` + +### Path Parameters + +Parameter | Description +------------ | ----------- +namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- +fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. +labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. @@ -676,7 +775,8 @@ watch individual changes to a list of CronJob `GET /apis/batch/v2alpha1/watch/cronjobs` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- @@ -696,4 +796,205 @@ Code | Description +## <strong>Status Operations</strong> + +See supported operations below... + +## Patch Status + +>bdocs-tab:kubectl `kubectl` Command + +```bdocs-tab:kubectl_shell + +Coming Soon + +``` + +>bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) + +```bdocs-tab:curl_shell + +Coming Soon + +``` + +>bdocs-tab:kubectl Output + +```bdocs-tab:kubectl_json + +Coming Soon + +``` +>bdocs-tab:curl Response Body + +```bdocs-tab:curl_json + +Coming Soon + +``` + + + +partially update status of the specified CronJob + +### HTTP Request + +`PATCH /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}/status` + +### Path Parameters + +Parameter | Description +------------ | ----------- +name | name of the CronJob +namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[Patch](#patch-unversioned)* | + +### Response + +Code | Description +------------ | ----------- +200 <br /> *[CronJob](#cronjob-v2alpha1)* | OK + + +## Read Status + +>bdocs-tab:kubectl `kubectl` Command + +```bdocs-tab:kubectl_shell + +Coming Soon + +``` + +>bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) + +```bdocs-tab:curl_shell + +Coming Soon + +``` + +>bdocs-tab:kubectl Output + +```bdocs-tab:kubectl_json + +Coming Soon + +``` +>bdocs-tab:curl Response Body + +```bdocs-tab:curl_json + +Coming Soon + +``` + + + +read status of the specified CronJob + +### HTTP Request + +`GET /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}/status` + +### Path Parameters + +Parameter | Description +------------ | ----------- +name | name of the CronJob +namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + + +### Response + +Code | Description +------------ | ----------- +200 <br /> *[CronJob](#cronjob-v2alpha1)* | OK + + +## Replace Status + +>bdocs-tab:kubectl `kubectl` Command + +```bdocs-tab:kubectl_shell + +Coming Soon + +``` + +>bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) + +```bdocs-tab:curl_shell + +Coming Soon + +``` + +>bdocs-tab:kubectl Output + +```bdocs-tab:kubectl_json + +Coming Soon + +``` +>bdocs-tab:curl Response Body + +```bdocs-tab:curl_json + +Coming Soon + +``` + + + +replace status of the specified CronJob + +### HTTP Request + +`PUT /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}/status` + +### Path Parameters + +Parameter | Description +------------ | ----------- +name | name of the CronJob +namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[CronJob](#cronjob-v2alpha1)* | + +### Response + +Code | Description +------------ | ----------- +200 <br /> *[CronJob](#cronjob-v2alpha1)* | OK + + + diff --git a/docs/api-reference/1_5/documents/_generated_cronjob_v2alpha1_definition.md b/docs/api-reference/v1.5/documents/_generated_cronjob_v2alpha1_definition.md similarity index 61% rename from docs/api-reference/1_5/documents/_generated_cronjob_v2alpha1_definition.md rename to docs/api-reference/v1.5/documents/_generated_cronjob_v2alpha1_definition.md index 5261111779..a3477fe785 100644 --- a/docs/api-reference/1_5/documents/_generated_cronjob_v2alpha1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_cronjob_v2alpha1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#cronjoblist-v2alpha1">CronJobList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[CronJobSpec](#cronjobspec-v2alpha1)* | Spec is a structure defining the expected behavior of a job, including the schedule. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[CronJobStatus](#cronjobstatus-v2alpha1)* | Status is a structure describing current status of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status diff --git a/docs/api-reference/v1.5/documents/_generated_cronjoblist_v2alpha1_concept.md b/docs/api-reference/v1.5/documents/_generated_cronjoblist_v2alpha1_concept.md new file mode 100644 index 0000000000..f63337e893 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_cronjoblist_v2alpha1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# CronJobList v2alpha1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v2alpha1 | CronJobList + + + + + + + +CronJobList is a collection of cron jobs. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[CronJob](#cronjob-v2alpha1) array* | Items is the list of CronJob. +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata + + + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_cronjoblist_v2alpha1_definition.md b/docs/api-reference/v1.5/documents/_generated_cronjoblist_v2alpha1_definition.md new file mode 100644 index 0000000000..9c0f2059d8 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_cronjoblist_v2alpha1_definition.md @@ -0,0 +1,19 @@ +## CronJobList v2alpha1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v2alpha1 | CronJobList + + + +CronJobList is a collection of cron jobs. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[CronJob](#cronjob-v2alpha1) array* | Items is the list of CronJob. +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata + diff --git a/docs/api-reference/1_5/documents/_generated_cronjobspec_v2alpha1_concept.md b/docs/api-reference/v1.5/documents/_generated_cronjobspec_v2alpha1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_cronjobspec_v2alpha1_concept.md rename to docs/api-reference/v1.5/documents/_generated_cronjobspec_v2alpha1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_cronjobspec_v2alpha1_definition.md b/docs/api-reference/v1.5/documents/_generated_cronjobspec_v2alpha1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_cronjobspec_v2alpha1_definition.md rename to docs/api-reference/v1.5/documents/_generated_cronjobspec_v2alpha1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_cronjobstatus_v2alpha1_concept.md b/docs/api-reference/v1.5/documents/_generated_cronjobstatus_v2alpha1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_cronjobstatus_v2alpha1_concept.md rename to docs/api-reference/v1.5/documents/_generated_cronjobstatus_v2alpha1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_cronjobstatus_v2alpha1_definition.md b/docs/api-reference/v1.5/documents/_generated_cronjobstatus_v2alpha1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_cronjobstatus_v2alpha1_definition.md rename to docs/api-reference/v1.5/documents/_generated_cronjobstatus_v2alpha1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_crossversionobjectreference_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_crossversionobjectreference_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_crossversionobjectreference_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_crossversionobjectreference_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_crossversionobjectreference_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_crossversionobjectreference_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_crossversionobjectreference_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_crossversionobjectreference_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_daemonendpoint_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_daemonendpoint_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_daemonendpoint_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_daemonendpoint_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_daemonendpoint_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_daemonendpoint_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_daemonendpoint_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_daemonendpoint_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_daemonset_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_daemonset_v1beta1_concept.md similarity index 93% rename from docs/user-guide/kubectl/1_5/documents/_generated_daemonset_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_daemonset_v1beta1_concept.md index aa7a6d8b49..c44c764460 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_daemonset_v1beta1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_daemonset_v1beta1_concept.md @@ -84,6 +84,8 @@ Appears In <a href="#daemonsetlist-v1beta1">DaemonSetList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[DaemonSetSpec](#daemonsetspec-v1beta1)* | Spec defines the desired behavior of this daemon set. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[DaemonSetStatus](#daemonsetstatus-v1beta1)* | Status is the current status of this daemon set. This data may be out of date by some window of time. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status @@ -117,7 +119,9 @@ numberReady <br /> *integer* | NumberReady is the number of nodes that should b Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[DaemonSet](#daemonset-v1beta1) array* | Items is a list of daemon sets. +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata @@ -276,10 +280,15 @@ create a DaemonSet Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[DaemonSet](#daemonset-v1beta1)* | @@ -338,10 +347,15 @@ Parameter | Description ------------ | ----------- name | name of the DaemonSet namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[DaemonSet](#daemonset-v1beta1)* | @@ -400,10 +414,15 @@ Parameter | Description ------------ | ----------- name | name of the DaemonSet namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -473,16 +492,21 @@ Parameter | Description ------------ | ----------- name | name of the DaemonSet namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- -body <br /> *[DeleteOptions](#deleteoptions-v1)* | +pretty | If 'true', then the output is pretty printed. gracePeriodSeconds | The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. orphanDependents | Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[DeleteOptions](#deleteoptions-v1)* | + ### Response Code | Description @@ -536,18 +560,19 @@ delete collection of DaemonSet Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -608,15 +633,16 @@ Parameter | Description ------------ | ----------- name | name of the DaemonSet namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. exact | Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace' export | Should this value be exported. Export strips fields that a user can not specify. + ### Response Code | Description @@ -670,18 +696,19 @@ list or watch objects of kind DaemonSet Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -730,7 +757,8 @@ list or watch objects of kind DaemonSet `GET /apis/extensions/v1beta1/daemonsets` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- @@ -794,71 +822,15 @@ watch changes to an object of kind DaemonSet Parameter | Description ------------ | ----------- -fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. -labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. name | name of the DaemonSet namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. -resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. -timeoutSeconds | Timeout for the list/watch call. -watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. - -### Response - -Code | Description ------------- | ----------- -200 <br /> *[Event](#event-versioned)* | OK - - -## Watch List - ->bdocs-tab:kubectl `kubectl` Command - -```bdocs-tab:kubectl_shell - -Coming Soon - -``` - ->bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) - -```bdocs-tab:curl_shell - -Coming Soon - -``` - ->bdocs-tab:kubectl Output - -```bdocs-tab:kubectl_json - -Coming Soon - -``` ->bdocs-tab:curl Response Body - -```bdocs-tab:curl_json - -Coming Soon - -``` - - - -watch individual changes to a list of DaemonSet - -### HTTP Request - -`GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/daemonsets` - -### Path Parameters +### Query Parameters Parameter | Description ------------ | ----------- fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. -namespace | object name and auth scope, such as for teams and projects pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. @@ -913,7 +885,8 @@ watch individual changes to a list of DaemonSet `GET /apis/extensions/v1beta1/watch/daemonsets` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- @@ -984,10 +957,15 @@ Parameter | Description ------------ | ----------- name | name of the DaemonSet namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -1046,6 +1024,11 @@ Parameter | Description ------------ | ----------- name | name of the DaemonSet namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- pretty | If 'true', then the output is pretty printed. @@ -1103,10 +1086,15 @@ Parameter | Description ------------ | ----------- name | name of the DaemonSet namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[DaemonSet](#daemonset-v1beta1)* | diff --git a/docs/api-reference/1_5/documents/_generated_daemonset_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_daemonset_v1beta1_definition.md similarity index 62% rename from docs/api-reference/1_5/documents/_generated_daemonset_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_daemonset_v1beta1_definition.md index 1069e275ce..28fadff234 100644 --- a/docs/api-reference/1_5/documents/_generated_daemonset_v1beta1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_daemonset_v1beta1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#daemonsetlist-v1beta1">DaemonSetList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[DaemonSetSpec](#daemonsetspec-v1beta1)* | Spec defines the desired behavior of this daemon set. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[DaemonSetStatus](#daemonsetstatus-v1beta1)* | Status is the current status of this daemon set. This data may be out of date by some window of time. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status diff --git a/docs/api-reference/v1.5/documents/_generated_daemonsetlist_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_daemonsetlist_v1beta1_concept.md new file mode 100644 index 0000000000..708fbb69e2 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_daemonsetlist_v1beta1_concept.md @@ -0,0 +1,104 @@ + + +----------- +# DaemonSetList v1beta1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Extensions | v1beta1 | DaemonSetList + + + + + + + +DaemonSetList is a collection of daemon sets. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[DaemonSet](#daemonset-v1beta1) array* | Items is a list of daemon sets. +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata + + + + + +## <strong>Read Operations</strong> + +See supported operations below... + +## Watch + +>bdocs-tab:kubectl `kubectl` Command + +```bdocs-tab:kubectl_shell + +Coming Soon + +``` + +>bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) + +```bdocs-tab:curl_shell + +Coming Soon + +``` + +>bdocs-tab:kubectl Output + +```bdocs-tab:kubectl_json + +Coming Soon + +``` +>bdocs-tab:curl Response Body + +```bdocs-tab:curl_json + +Coming Soon + +``` + + + +watch individual changes to a list of DaemonSet + +### HTTP Request + +`GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/daemonsets` + +### Path Parameters + +Parameter | Description +------------ | ----------- +namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- +fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. +labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. +pretty | If 'true', then the output is pretty printed. +resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. +timeoutSeconds | Timeout for the list/watch call. +watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + + +### Response + +Code | Description +------------ | ----------- +200 <br /> *[Event](#event-versioned)* | OK + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_daemonsetlist_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_daemonsetlist_v1beta1_definition.md new file mode 100644 index 0000000000..0c7f6a1977 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_daemonsetlist_v1beta1_definition.md @@ -0,0 +1,19 @@ +## DaemonSetList v1beta1 + +Group | Version | Kind +------------ | ---------- | ----------- +Extensions | v1beta1 | DaemonSetList + + + +DaemonSetList is a collection of daemon sets. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[DaemonSet](#daemonset-v1beta1) array* | Items is a list of daemon sets. +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata + diff --git a/docs/api-reference/1_5/documents/_generated_daemonsetspec_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_daemonsetspec_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_daemonsetspec_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_daemonsetspec_v1beta1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_daemonsetspec_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_daemonsetspec_v1beta1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_daemonsetspec_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_daemonsetspec_v1beta1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_daemonsetstatus_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_daemonsetstatus_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_daemonsetstatus_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_daemonsetstatus_v1beta1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_daemonsetstatus_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_daemonsetstatus_v1beta1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_daemonsetstatus_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_daemonsetstatus_v1beta1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_deleteoptions_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_deleteoptions_v1_concept.md similarity index 64% rename from docs/resources-reference/1_5/documents/_generated_deleteoptions_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_deleteoptions_v1_concept.md index 6c93799473..761715e2a5 100644 --- a/docs/resources-reference/1_5/documents/_generated_deleteoptions_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_deleteoptions_v1_concept.md @@ -22,7 +22,9 @@ Appears In <a href="#eviction-v1beta1">Eviction</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 gracePeriodSeconds <br /> *integer* | The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. +kind <br /> *string* | 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 orphanDependents <br /> *boolean* | Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. preconditions <br /> *[Preconditions](#preconditions-v1)* | Must be fulfilled before a deletion is carried out. If not possible, a 409 Conflict status will be returned. diff --git a/docs/api-reference/1_5/documents/_generated_deleteoptions_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_deleteoptions_v1_definition.md similarity index 63% rename from docs/api-reference/1_5/documents/_generated_deleteoptions_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_deleteoptions_v1_definition.md index f80a9faa84..c48a6834aa 100644 --- a/docs/api-reference/1_5/documents/_generated_deleteoptions_v1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_deleteoptions_v1_definition.md @@ -13,7 +13,9 @@ Appears In <a href="#eviction-v1beta1">Eviction</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 gracePeriodSeconds <br /> *integer* | The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. +kind <br /> *string* | 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 orphanDependents <br /> *boolean* | Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. preconditions <br /> *[Preconditions](#preconditions-v1)* | Must be fulfilled before a deletion is carried out. If not possible, a 409 Conflict status will be returned. diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_deployment_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_deployment_v1beta1_concept.md similarity index 88% rename from docs/user-guide/kubectl/1_5/documents/_generated_deployment_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_deployment_v1beta1_concept.md index 0a1c4abb19..cdffd17366 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_deployment_v1beta1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_deployment_v1beta1_concept.md @@ -15,8 +15,8 @@ metadata: spec: # 3 Pods should exist at all times. replicas: 3 - # Keep record of 10 revisions for rollback - revisionHistoryLimit: 10 + # Keep record of 2 revisions for rollback + revisionHistoryLimit: 2 template: metadata: labels: @@ -43,8 +43,8 @@ metadata: spec: # 3 Pods should exist at all times. replicas: 3 - # Keep record of 10 revisions for rollback - revisionHistoryLimit: 10 + # Keep record of 2 revisions for rollback + revisionHistoryLimit: 2 template: metadata: labels: @@ -78,6 +78,8 @@ Appears In <a href="#deploymentlist-v1beta1">DeploymentList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object metadata. spec <br /> *[DeploymentSpec](#deploymentspec-v1beta1)* | Specification of the desired behavior of the Deployment. status <br /> *[DeploymentStatus](#deploymentstatus-v1beta1)* | Most recently observed status of the Deployment. @@ -120,7 +122,9 @@ updatedReplicas <br /> *integer* | Total number of non-terminated pods targeted Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[Deployment](#deployment-v1beta1) array* | Items is the list of Deployments. +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. ### DeploymentStrategy v1beta1 @@ -139,6 +143,8 @@ type <br /> *string* | Type of deployment. Can be "Recreate" or "RollingUpdate" Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 name <br /> *string* | Required: This must match the Name of a deployment. rollbackTo <br /> *[RollbackConfig](#rollbackconfig-v1beta1)* | The config of this deployment rollback. updatedAnnotations <br /> *object* | The annotations to be updated to a deployment @@ -303,10 +309,15 @@ create a Deployment Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Deployment](#deployment-v1beta1)* | @@ -468,10 +479,15 @@ Parameter | Description ------------ | ----------- name | name of the Deployment namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Deployment](#deployment-v1beta1)* | @@ -604,10 +620,15 @@ Parameter | Description ------------ | ----------- name | name of the Deployment namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -677,16 +698,21 @@ Parameter | Description ------------ | ----------- name | name of the Deployment namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- -body <br /> *[DeleteOptions](#deleteoptions-v1)* | +pretty | If 'true', then the output is pretty printed. gracePeriodSeconds | The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. orphanDependents | Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[DeleteOptions](#deleteoptions-v1)* | + ### Response Code | Description @@ -740,18 +766,19 @@ delete collection of Deployment Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -950,15 +977,16 @@ Parameter | Description ------------ | ----------- name | name of the Deployment namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. exact | Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace' export | Should this value be exported. Export strips fields that a user can not specify. + ### Response Code | Description @@ -1295,18 +1323,19 @@ list or watch objects of kind Deployment Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -1355,7 +1384,8 @@ list or watch objects of kind Deployment `GET /apis/extensions/v1beta1/deployments` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- @@ -1566,10 +1596,15 @@ watch changes to an object of kind Deployment Parameter | Description ------------ | ----------- -fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. -labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. name | name of the Deployment namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- +fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. +labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. @@ -1626,11 +1661,16 @@ watch individual changes to a list of Deployment ### Path Parameters +Parameter | Description +------------ | ----------- +namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + Parameter | Description ------------ | ----------- fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. -namespace | object name and auth scope, such as for teams and projects pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. @@ -1685,7 +1725,8 @@ watch individual changes to a list of Deployment `GET /apis/extensions/v1beta1/watch/deployments` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- @@ -1705,6 +1746,207 @@ Code | Description +## <strong>Status Operations</strong> + +See supported operations below... + +## Patch Status + +>bdocs-tab:kubectl `kubectl` Command + +```bdocs-tab:kubectl_shell + +Coming Soon + +``` + +>bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) + +```bdocs-tab:curl_shell + +Coming Soon + +``` + +>bdocs-tab:kubectl Output + +```bdocs-tab:kubectl_json + +Coming Soon + +``` +>bdocs-tab:curl Response Body + +```bdocs-tab:curl_json + +Coming Soon + +``` + + + +partially update status of the specified Deployment + +### HTTP Request + +`PATCH /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status` + +### Path Parameters + +Parameter | Description +------------ | ----------- +name | name of the Deployment +namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[Patch](#patch-unversioned)* | + +### Response + +Code | Description +------------ | ----------- +200 <br /> *[Deployment](#deployment-v1beta1)* | OK + + +## Read Status + +>bdocs-tab:kubectl `kubectl` Command + +```bdocs-tab:kubectl_shell + +Coming Soon + +``` + +>bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) + +```bdocs-tab:curl_shell + +Coming Soon + +``` + +>bdocs-tab:kubectl Output + +```bdocs-tab:kubectl_json + +Coming Soon + +``` +>bdocs-tab:curl Response Body + +```bdocs-tab:curl_json + +Coming Soon + +``` + + + +read status of the specified Deployment + +### HTTP Request + +`GET /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status` + +### Path Parameters + +Parameter | Description +------------ | ----------- +name | name of the Deployment +namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + + +### Response + +Code | Description +------------ | ----------- +200 <br /> *[Deployment](#deployment-v1beta1)* | OK + + +## Replace Status + +>bdocs-tab:kubectl `kubectl` Command + +```bdocs-tab:kubectl_shell + +Coming Soon + +``` + +>bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) + +```bdocs-tab:curl_shell + +Coming Soon + +``` + +>bdocs-tab:kubectl Output + +```bdocs-tab:kubectl_json + +Coming Soon + +``` +>bdocs-tab:curl Response Body + +```bdocs-tab:curl_json + +Coming Soon + +``` + + + +replace status of the specified Deployment + +### HTTP Request + +`PUT /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status` + +### Path Parameters + +Parameter | Description +------------ | ----------- +name | name of the Deployment +namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[Deployment](#deployment-v1beta1)* | + +### Response + +Code | Description +------------ | ----------- +200 <br /> *[Deployment](#deployment-v1beta1)* | OK + + + ## <strong>Misc Operations</strong> See supported operations below... @@ -1756,6 +1998,11 @@ Parameter | Description ------------ | ----------- name | name of the Scale namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- pretty | If 'true', then the output is pretty printed. @@ -1813,10 +2060,15 @@ Parameter | Description ------------ | ----------- name | name of the Scale namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Scale](#scale-v1beta1)* | @@ -1875,10 +2127,15 @@ Parameter | Description ------------ | ----------- name | name of the Scale namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -1935,11 +2192,20 @@ create rollback of a DeploymentRollback Parameter | Description ------------ | ----------- -body <br /> *[DeploymentRollback](#deploymentrollback-v1beta1)* | name | name of the DeploymentRollback namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- pretty | If 'true', then the output is pretty printed. +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[DeploymentRollback](#deploymentrollback-v1beta1)* | ### Response diff --git a/docs/api-reference/1_5/documents/_generated_deployment_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_deployment_v1beta1_definition.md similarity index 53% rename from docs/api-reference/1_5/documents/_generated_deployment_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_deployment_v1beta1_definition.md index 038546fd9b..4da349de2f 100644 --- a/docs/api-reference/1_5/documents/_generated_deployment_v1beta1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_deployment_v1beta1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#deploymentlist-v1beta1">DeploymentList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object metadata. spec <br /> *[DeploymentSpec](#deploymentspec-v1beta1)* | Specification of the desired behavior of the Deployment. status <br /> *[DeploymentStatus](#deploymentstatus-v1beta1)* | Most recently observed status of the Deployment. diff --git a/docs/api-reference/1_5/documents/_generated_deploymentcondition_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_deploymentcondition_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_deploymentcondition_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_deploymentcondition_v1beta1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_deploymentcondition_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_deploymentcondition_v1beta1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_deploymentcondition_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_deploymentcondition_v1beta1_definition.md diff --git a/docs/api-reference/v1.5/documents/_generated_deploymentlist_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_deploymentlist_v1beta1_concept.md new file mode 100644 index 0000000000..bdf4905e2f --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_deploymentlist_v1beta1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# DeploymentList v1beta1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1beta1 | DeploymentList + + + + + + + +DeploymentList is a list of Deployments. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[Deployment](#deployment-v1beta1) array* | Items is the list of Deployments. +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. + + + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_deploymentlist_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_deploymentlist_v1beta1_definition.md new file mode 100644 index 0000000000..c14fbead74 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_deploymentlist_v1beta1_definition.md @@ -0,0 +1,19 @@ +## DeploymentList v1beta1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1beta1 | DeploymentList + + + +DeploymentList is a list of Deployments. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[Deployment](#deployment-v1beta1) array* | Items is the list of Deployments. +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. + diff --git a/docs/api-reference/v1.5/documents/_generated_deploymentrollback_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_deploymentrollback_v1beta1_concept.md new file mode 100644 index 0000000000..99f95e00eb --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_deploymentrollback_v1beta1_concept.md @@ -0,0 +1,34 @@ + + +----------- +# DeploymentRollback v1beta1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1beta1 | DeploymentRollback + + + + + + + +DeploymentRollback stores the information required to rollback a deployment. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 +name <br /> *string* | Required: This must match the Name of a deployment. +rollbackTo <br /> *[RollbackConfig](#rollbackconfig-v1beta1)* | The config of this deployment rollback. +updatedAnnotations <br /> *object* | The annotations to be updated to a deployment + + + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_deploymentrollback_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_deploymentrollback_v1beta1_definition.md new file mode 100644 index 0000000000..40f828f6ae --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_deploymentrollback_v1beta1_definition.md @@ -0,0 +1,20 @@ +## DeploymentRollback v1beta1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1beta1 | DeploymentRollback + + + +DeploymentRollback stores the information required to rollback a deployment. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 +name <br /> *string* | Required: This must match the Name of a deployment. +rollbackTo <br /> *[RollbackConfig](#rollbackconfig-v1beta1)* | The config of this deployment rollback. +updatedAnnotations <br /> *object* | The annotations to be updated to a deployment + diff --git a/docs/api-reference/1_5/documents/_generated_deploymentspec_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_deploymentspec_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_deploymentspec_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_deploymentspec_v1beta1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_deploymentspec_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_deploymentspec_v1beta1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_deploymentspec_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_deploymentspec_v1beta1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_deploymentstatus_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_deploymentstatus_v1beta1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_deploymentstatus_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_deploymentstatus_v1beta1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_deploymentstatus_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_deploymentstatus_v1beta1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_deploymentstatus_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_deploymentstatus_v1beta1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_deploymentstrategy_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_deploymentstrategy_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_deploymentstrategy_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_deploymentstrategy_v1beta1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_deploymentstrategy_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_deploymentstrategy_v1beta1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_deploymentstrategy_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_deploymentstrategy_v1beta1_definition.md diff --git a/docs/api-reference/v1.5/documents/_generated_downwardapivolumefile_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_downwardapivolumefile_v1_concept.md new file mode 100644 index 0000000000..a71251d5a4 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_downwardapivolumefile_v1_concept.md @@ -0,0 +1,34 @@ + + +----------- +# DownwardAPIVolumeFile v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | DownwardAPIVolumeFile + + + + + + + +DownwardAPIVolumeFile represents information to create the file containing the pod field + +<aside class="notice"> +Appears In <a href="#downwardapivolumesource-v1">DownwardAPIVolumeSource</a> </aside> + +Field | Description +------------ | ----------- +fieldRef <br /> *[ObjectFieldSelector](#objectfieldselector-v1)* | Required: Selects a field of the pod: only annotations, labels, name and namespace are supported. +mode <br /> *integer* | Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. +path <br /> *string* | Required: Path is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..' +resourceFieldRef <br /> *[ResourceFieldSelector](#resourcefieldselector-v1)* | Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported. + + + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_downwardapivolumefile_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_downwardapivolumefile_v1_definition.md new file mode 100644 index 0000000000..1551ed1ddf --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_downwardapivolumefile_v1_definition.md @@ -0,0 +1,20 @@ +## DownwardAPIVolumeFile v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | DownwardAPIVolumeFile + + + +DownwardAPIVolumeFile represents information to create the file containing the pod field + +<aside class="notice"> +Appears In <a href="#downwardapivolumesource-v1">DownwardAPIVolumeSource</a> </aside> + +Field | Description +------------ | ----------- +fieldRef <br /> *[ObjectFieldSelector](#objectfieldselector-v1)* | Required: Selects a field of the pod: only annotations, labels, name and namespace are supported. +mode <br /> *integer* | Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. +path <br /> *string* | Required: Path is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..' +resourceFieldRef <br /> *[ResourceFieldSelector](#resourcefieldselector-v1)* | Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported. + diff --git a/docs/api-reference/v1.5/documents/_generated_downwardapivolumesource_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_downwardapivolumesource_v1_concept.md new file mode 100644 index 0000000000..1e7faa3e0a --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_downwardapivolumesource_v1_concept.md @@ -0,0 +1,32 @@ + + +----------- +# DownwardAPIVolumeSource v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | DownwardAPIVolumeSource + + + + + + + +DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +defaultMode <br /> *integer* | Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. +items <br /> *[DownwardAPIVolumeFile](#downwardapivolumefile-v1) array* | Items is a list of downward API volume file + + + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_downwardapivolumesource_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_downwardapivolumesource_v1_definition.md new file mode 100644 index 0000000000..7cee35155f --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_downwardapivolumesource_v1_definition.md @@ -0,0 +1,18 @@ +## DownwardAPIVolumeSource v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | DownwardAPIVolumeSource + + + +DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +defaultMode <br /> *integer* | Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. +items <br /> *[DownwardAPIVolumeFile](#downwardapivolumefile-v1) array* | Items is a list of downward API volume file + diff --git a/docs/api-reference/v1.5/documents/_generated_emptydirvolumesource_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_emptydirvolumesource_v1_concept.md new file mode 100644 index 0000000000..d46dace5fb --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_emptydirvolumesource_v1_concept.md @@ -0,0 +1,31 @@ + + +----------- +# EmptyDirVolumeSource v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | EmptyDirVolumeSource + + + + + + + +Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +medium <br /> *string* | What type of storage medium should back this directory. The default is "" which means to use the node's default medium. Must be an empty string (default) or Memory. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir + + + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_emptydirvolumesource_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_emptydirvolumesource_v1_definition.md new file mode 100644 index 0000000000..32cde1bbd7 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_emptydirvolumesource_v1_definition.md @@ -0,0 +1,17 @@ +## EmptyDirVolumeSource v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | EmptyDirVolumeSource + + + +Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +medium <br /> *string* | What type of storage medium should back this directory. The default is "" which means to use the node's default medium. Must be an empty string (default) or Memory. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir + diff --git a/docs/api-reference/1_5/documents/_generated_endpointaddress_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_endpointaddress_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_endpointaddress_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_endpointaddress_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_endpointaddress_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_endpointaddress_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_endpointaddress_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_endpointaddress_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_endpointport_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_endpointport_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_endpointport_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_endpointport_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_endpointport_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_endpointport_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_endpointport_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_endpointport_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_endpoints_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_endpoints_v1_concept.md similarity index 82% rename from docs/api-reference/1_5/documents/_generated_endpoints_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_endpoints_v1_concept.md index 9adb5972f2..f46e98bc8a 100644 --- a/docs/api-reference/1_5/documents/_generated_endpoints_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_endpoints_v1_concept.md @@ -33,6 +33,8 @@ Appears In <a href="#endpointslist-v1">EndpointsList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata subsets <br /> *[EndpointSubset](#endpointsubset-v1) array* | The set of all endpoints is the union of all subsets. Addresses are placed into subsets according to the IPs they share. A single address with multiple ports, some of which are ready and some of which are not (because they come from different containers) will result in the address being displayed in different subsets for the different ports. No address will appear in both Addresses and NotReadyAddresses in the same subset. Sets of addresses and ports that comprise a service. @@ -43,7 +45,9 @@ subsets <br /> *[EndpointSubset](#endpointsubset-v1) array* | The set of all en Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[Endpoints](#endpoints-v1) array* | List of endpoints. +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds @@ -99,10 +103,15 @@ create Endpoints Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Endpoints](#endpoints-v1)* | @@ -161,10 +170,15 @@ Parameter | Description ------------ | ----------- name | name of the Endpoints namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Endpoints](#endpoints-v1)* | @@ -223,10 +237,15 @@ Parameter | Description ------------ | ----------- name | name of the Endpoints namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -285,16 +304,21 @@ Parameter | Description ------------ | ----------- name | name of the Endpoints namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- -body <br /> *[DeleteOptions](#deleteoptions-v1)* | +pretty | If 'true', then the output is pretty printed. gracePeriodSeconds | The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. orphanDependents | Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[DeleteOptions](#deleteoptions-v1)* | + ### Response Code | Description @@ -348,18 +372,19 @@ delete collection of Endpoints Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -419,15 +444,16 @@ Parameter | Description ------------ | ----------- name | name of the Endpoints namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. exact | Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace' export | Should this value be exported. Export strips fields that a user can not specify. + ### Response Code | Description @@ -481,18 +507,19 @@ list or watch objects of kind Endpoints Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -541,7 +568,8 @@ list or watch objects of kind Endpoints `GET /api/v1/endpoints` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- @@ -605,10 +633,81 @@ watch changes to an object of kind Endpoints Parameter | Description ------------ | ----------- -fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. -labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. name | name of the Endpoints namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- +fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. +labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. +pretty | If 'true', then the output is pretty printed. +resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. +timeoutSeconds | Timeout for the list/watch call. +watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + + +### Response + +Code | Description +------------ | ----------- +200 <br /> *[Event](#event-versioned)* | OK + + +## Watch List + +>bdocs-tab:kubectl `kubectl` Command + +```bdocs-tab:kubectl_shell + +Coming Soon + +``` + +>bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) + +```bdocs-tab:curl_shell + +Coming Soon + +``` + +>bdocs-tab:kubectl Output + +```bdocs-tab:kubectl_json + +Coming Soon + +``` +>bdocs-tab:curl Response Body + +```bdocs-tab:curl_json + +Coming Soon + +``` + + + +watch individual changes to a list of Endpoints + +### HTTP Request + +`GET /api/v1/watch/namespaces/{namespace}/endpoints` + +### Path Parameters + +Parameter | Description +------------ | ----------- +namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- +fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. +labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. @@ -663,7 +762,8 @@ watch individual changes to a list of Endpoints `GET /api/v1/watch/endpoints` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- diff --git a/docs/api-reference/1_5/documents/_generated_endpoints_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_endpoints_v1_definition.md similarity index 69% rename from docs/api-reference/1_5/documents/_generated_endpoints_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_endpoints_v1_definition.md index f0762826f4..6a9e205157 100644 --- a/docs/api-reference/1_5/documents/_generated_endpoints_v1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_endpoints_v1_definition.md @@ -24,6 +24,8 @@ Appears In <a href="#endpointslist-v1">EndpointsList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata subsets <br /> *[EndpointSubset](#endpointsubset-v1) array* | The set of all endpoints is the union of all subsets. Addresses are placed into subsets according to the IPs they share. A single address with multiple ports, some of which are ready and some of which are not (because they come from different containers) will result in the address being displayed in different subsets for the different ports. No address will appear in both Addresses and NotReadyAddresses in the same subset. Sets of addresses and ports that comprise a service. diff --git a/docs/api-reference/v1.5/documents/_generated_endpointslist_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_endpointslist_v1_concept.md new file mode 100644 index 0000000000..f50b6f092e --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_endpointslist_v1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# EndpointsList v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | EndpointsList + + + + + + + +EndpointsList is a list of endpoints. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[Endpoints](#endpoints-v1) array* | List of endpoints. +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds + + + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_endpointslist_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_endpointslist_v1_definition.md new file mode 100644 index 0000000000..532f821e9a --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_endpointslist_v1_definition.md @@ -0,0 +1,19 @@ +## EndpointsList v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | EndpointsList + + + +EndpointsList is a list of endpoints. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[Endpoints](#endpoints-v1) array* | List of endpoints. +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds + diff --git a/docs/api-reference/1_5/documents/_generated_endpointsubset_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_endpointsubset_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_endpointsubset_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_endpointsubset_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_endpointsubset_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_endpointsubset_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_endpointsubset_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_endpointsubset_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_envvar_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_envvar_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_envvar_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_envvar_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_envvar_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_envvar_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_envvar_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_envvar_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_envvarsource_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_envvarsource_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_envvarsource_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_envvarsource_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_envvarsource_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_envvarsource_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_envvarsource_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_envvarsource_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_event_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_event_v1_concept.md similarity index 89% rename from docs/api-reference/1_5/documents/_generated_event_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_event_v1_concept.md index db06f96f86..aceadbacd7 100644 --- a/docs/api-reference/1_5/documents/_generated_event_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_event_v1_concept.md @@ -22,9 +22,11 @@ Appears In <a href="#eventlist-v1">EventList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 count <br /> *integer* | The number of times this event has occurred. firstTimestamp <br /> *[Time](#time-unversioned)* | The time at which the event was first recorded. (Time of server receipt is in TypeMeta.) involvedObject <br /> *[ObjectReference](#objectreference-v1)* | The object that this event is about. +kind <br /> *string* | 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 lastTimestamp <br /> *[Time](#time-unversioned)* | The time at which the most recent occurrence of this event was recorded. message <br /> *string* | A human-readable description of the status of this operation. metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata @@ -39,7 +41,9 @@ type <br /> *string* | Type of this event (Normal, Warning), new types could be Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[Event](#event-v1) array* | List of events +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds @@ -95,10 +99,15 @@ create an Event Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Event](#event-v1)* | @@ -157,10 +166,15 @@ Parameter | Description ------------ | ----------- name | name of the Event namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Event](#event-v1)* | @@ -219,10 +233,15 @@ Parameter | Description ------------ | ----------- name | name of the Event namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -281,16 +300,21 @@ Parameter | Description ------------ | ----------- name | name of the Event namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- -body <br /> *[DeleteOptions](#deleteoptions-v1)* | +pretty | If 'true', then the output is pretty printed. gracePeriodSeconds | The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. orphanDependents | Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[DeleteOptions](#deleteoptions-v1)* | + ### Response Code | Description @@ -344,18 +368,19 @@ delete collection of Event Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -415,15 +440,16 @@ Parameter | Description ------------ | ----------- name | name of the Event namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. exact | Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace' export | Should this value be exported. Export strips fields that a user can not specify. + ### Response Code | Description @@ -477,18 +503,19 @@ list or watch objects of kind Event Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -537,7 +564,8 @@ list or watch objects of kind Event `GET /api/v1/events` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- @@ -601,10 +629,15 @@ watch changes to an object of kind Event Parameter | Description ------------ | ----------- -fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. -labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. name | name of the Event namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- +fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. +labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. @@ -659,7 +692,8 @@ watch individual changes to a list of Event `GET /api/v1/watch/events` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- diff --git a/docs/resources-reference/1_5/documents/_generated_event_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_event_v1_definition.md similarity index 71% rename from docs/resources-reference/1_5/documents/_generated_event_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_event_v1_definition.md index 6b4cc740f3..5333f9785c 100644 --- a/docs/resources-reference/1_5/documents/_generated_event_v1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_event_v1_definition.md @@ -13,9 +13,11 @@ Appears In <a href="#eventlist-v1">EventList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 count <br /> *integer* | The number of times this event has occurred. firstTimestamp <br /> *[Time](#time-unversioned)* | The time at which the event was first recorded. (Time of server receipt is in TypeMeta.) involvedObject <br /> *[ObjectReference](#objectreference-v1)* | The object that this event is about. +kind <br /> *string* | 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 lastTimestamp <br /> *[Time](#time-unversioned)* | The time at which the most recent occurrence of this event was recorded. message <br /> *string* | A human-readable description of the status of this operation. metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata diff --git a/docs/api-reference/1_5/documents/_generated_event_versioned_concept.md b/docs/api-reference/v1.5/documents/_generated_event_versioned_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_event_versioned_concept.md rename to docs/api-reference/v1.5/documents/_generated_event_versioned_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_event_versioned_definition.md b/docs/api-reference/v1.5/documents/_generated_event_versioned_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_event_versioned_definition.md rename to docs/api-reference/v1.5/documents/_generated_event_versioned_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_eventlist_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_eventlist_v1_concept.md similarity index 74% rename from docs/api-reference/1_5/documents/_generated_eventlist_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_eventlist_v1_concept.md index ae900816bf..836a2035a4 100644 --- a/docs/api-reference/1_5/documents/_generated_eventlist_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_eventlist_v1_concept.md @@ -21,7 +21,9 @@ EventList is a list of events. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[Event](#event-v1) array* | List of events +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds @@ -75,11 +77,16 @@ watch individual changes to a list of Event ### Path Parameters +Parameter | Description +------------ | ----------- +namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + Parameter | Description ------------ | ----------- fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. -namespace | object name and auth scope, such as for teams and projects pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. diff --git a/docs/api-reference/v1.5/documents/_generated_eventlist_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_eventlist_v1_definition.md new file mode 100644 index 0000000000..c168720694 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_eventlist_v1_definition.md @@ -0,0 +1,19 @@ +## EventList v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | EventList + + + +EventList is a list of events. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[Event](#event-v1) array* | List of events +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds + diff --git a/docs/api-reference/1_5/documents/_generated_eventsource_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_eventsource_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_eventsource_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_eventsource_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_eventsource_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_eventsource_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_eventsource_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_eventsource_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_eviction_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_eviction_v1beta1_concept.md similarity index 51% rename from docs/resources-reference/1_5/documents/_generated_eviction_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_eviction_v1beta1_concept.md index 5aecddc85d..c50f9d2979 100644 --- a/docs/resources-reference/1_5/documents/_generated_eviction_v1beta1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_eviction_v1beta1_concept.md @@ -21,7 +21,9 @@ Eviction evicts a pod from its node subject to certain policies and safety const Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 deleteOptions <br /> *[DeleteOptions](#deleteoptions-v1)* | DeleteOptions may be provided +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | ObjectMeta describes the pod that is being evicted. diff --git a/docs/api-reference/1_5/documents/_generated_eviction_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_eviction_v1beta1_definition.md similarity index 50% rename from docs/api-reference/1_5/documents/_generated_eviction_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_eviction_v1beta1_definition.md index ff42320589..0444d0f3d6 100644 --- a/docs/api-reference/1_5/documents/_generated_eviction_v1beta1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_eviction_v1beta1_definition.md @@ -12,6 +12,8 @@ Eviction evicts a pod from its node subject to certain policies and safety const Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 deleteOptions <br /> *[DeleteOptions](#deleteoptions-v1)* | DeleteOptions may be provided +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | ObjectMeta describes the pod that is being evicted. diff --git a/docs/resources-reference/1_5/documents/_generated_execaction_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_execaction_v1_concept.md similarity index 89% rename from docs/resources-reference/1_5/documents/_generated_execaction_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_execaction_v1_concept.md index f0534c5e20..e0177fe5f8 100644 --- a/docs/resources-reference/1_5/documents/_generated_execaction_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_execaction_v1_concept.md @@ -18,7 +18,7 @@ Core | v1 | ExecAction ExecAction describes a "run in container" action. <aside class="notice"> -Appears In <a href="#handler-v1">Handler</a> </aside> +Appears In <a href="#handler-v1">Handler</a> <a href="#probe-v1">Probe</a> </aside> Field | Description ------------ | ----------- diff --git a/docs/api-reference/1_5/documents/_generated_execaction_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_execaction_v1_definition.md similarity index 88% rename from docs/api-reference/1_5/documents/_generated_execaction_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_execaction_v1_definition.md index c1252f3e2d..135d7e0e2a 100644 --- a/docs/api-reference/1_5/documents/_generated_execaction_v1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_execaction_v1_definition.md @@ -9,7 +9,7 @@ Core | v1 | ExecAction ExecAction describes a "run in container" action. <aside class="notice"> -Appears In <a href="#handler-v1">Handler</a> </aside> +Appears In <a href="#handler-v1">Handler</a> <a href="#probe-v1">Probe</a> </aside> Field | Description ------------ | ----------- diff --git a/docs/api-reference/v1.5/documents/_generated_fcvolumesource_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_fcvolumesource_v1_concept.md new file mode 100644 index 0000000000..cd6f9af1a6 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_fcvolumesource_v1_concept.md @@ -0,0 +1,34 @@ + + +----------- +# FCVolumeSource v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | FCVolumeSource + + + + + + + +Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +fsType <br /> *string* | Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. +lun <br /> *integer* | Required: FC target lun number +readOnly <br /> *boolean* | Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +targetWWNs <br /> *string array* | Required: FC target worldwide names (WWNs) + + + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_fcvolumesource_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_fcvolumesource_v1_definition.md new file mode 100644 index 0000000000..8a82f89ba3 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_fcvolumesource_v1_definition.md @@ -0,0 +1,20 @@ +## FCVolumeSource v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | FCVolumeSource + + + +Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +fsType <br /> *string* | Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. +lun <br /> *integer* | Required: FC target lun number +readOnly <br /> *boolean* | Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +targetWWNs <br /> *string array* | Required: FC target worldwide names (WWNs) + diff --git a/docs/api-reference/v1.5/documents/_generated_flexvolumesource_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_flexvolumesource_v1_concept.md new file mode 100644 index 0000000000..604820a53d --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_flexvolumesource_v1_concept.md @@ -0,0 +1,35 @@ + + +----------- +# FlexVolumeSource v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | 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. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +driver <br /> *string* | Driver is the name of the driver to use for this volume. +fsType <br /> *string* | Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". The default filesystem depends on FlexVolume script. +options <br /> *object* | Optional: Extra command options if any. +readOnly <br /> *boolean* | Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +secretRef <br /> *[LocalObjectReference](#localobjectreference-v1)* | Optional: SecretRef is reference to the secret object containing sensitive information to pass to the plugin scripts. This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts. + + + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_flexvolumesource_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_flexvolumesource_v1_definition.md new file mode 100644 index 0000000000..89becb095a --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_flexvolumesource_v1_definition.md @@ -0,0 +1,21 @@ +## FlexVolumeSource v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | 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. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +driver <br /> *string* | Driver is the name of the driver to use for this volume. +fsType <br /> *string* | Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". The default filesystem depends on FlexVolume script. +options <br /> *object* | Optional: Extra command options if any. +readOnly <br /> *boolean* | Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +secretRef <br /> *[LocalObjectReference](#localobjectreference-v1)* | Optional: SecretRef is reference to the secret object containing sensitive information to pass to the plugin scripts. This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts. + diff --git a/docs/api-reference/v1.5/documents/_generated_flockervolumesource_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_flockervolumesource_v1_concept.md new file mode 100644 index 0000000000..d686fad3f0 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_flockervolumesource_v1_concept.md @@ -0,0 +1,32 @@ + + +----------- +# FlockerVolumeSource v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | FlockerVolumeSource + + + + + + + +Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +datasetName <br /> *string* | Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated +datasetUUID <br /> *string* | UUID of the dataset. This is unique identifier of a Flocker dataset + + + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_flockervolumesource_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_flockervolumesource_v1_definition.md new file mode 100644 index 0000000000..aaccc59415 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_flockervolumesource_v1_definition.md @@ -0,0 +1,18 @@ +## FlockerVolumeSource v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | FlockerVolumeSource + + + +Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +datasetName <br /> *string* | Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated +datasetUUID <br /> *string* | UUID of the dataset. This is unique identifier of a Flocker dataset + diff --git a/docs/api-reference/v1.5/documents/_generated_gcepersistentdiskvolumesource_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_gcepersistentdiskvolumesource_v1_concept.md new file mode 100644 index 0000000000..c79a6a8656 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_gcepersistentdiskvolumesource_v1_concept.md @@ -0,0 +1,36 @@ + + +----------- +# GCEPersistentDiskVolumeSource v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | GCEPersistentDiskVolumeSource + + + + + + + +Represents a Persistent Disk resource in Google Compute Engine. + +A GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once or read-only many times. GCE PDs support ownership management and SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +fsType <br /> *string* | Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk +partition <br /> *integer* | The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as "1". Similarly, the volume partition for /dev/sda is "0" (or you can leave the property empty). More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk +pdName <br /> *string* | Unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk +readOnly <br /> *boolean* | ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk + + + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_gcepersistentdiskvolumesource_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_gcepersistentdiskvolumesource_v1_definition.md new file mode 100644 index 0000000000..1ab931a590 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_gcepersistentdiskvolumesource_v1_definition.md @@ -0,0 +1,22 @@ +## GCEPersistentDiskVolumeSource v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | GCEPersistentDiskVolumeSource + + + +Represents a Persistent Disk resource in Google Compute Engine. + +A GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once or read-only many times. GCE PDs support ownership management and SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +fsType <br /> *string* | Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk +partition <br /> *integer* | The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as "1". Similarly, the volume partition for /dev/sda is "0" (or you can leave the property empty). More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk +pdName <br /> *string* | Unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk +readOnly <br /> *boolean* | ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk + diff --git a/docs/api-reference/v1.5/documents/_generated_gitrepovolumesource_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_gitrepovolumesource_v1_concept.md new file mode 100644 index 0000000000..d7223cd468 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_gitrepovolumesource_v1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# GitRepoVolumeSource v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | GitRepoVolumeSource + + + + + + + +Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +directory <br /> *string* | Target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name. +repository <br /> *string* | Repository URL +revision <br /> *string* | Commit hash for the specified revision. + + + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_gitrepovolumesource_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_gitrepovolumesource_v1_definition.md new file mode 100644 index 0000000000..9a23f42f22 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_gitrepovolumesource_v1_definition.md @@ -0,0 +1,19 @@ +## GitRepoVolumeSource v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | GitRepoVolumeSource + + + +Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +directory <br /> *string* | Target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name. +repository <br /> *string* | Repository URL +revision <br /> *string* | Commit hash for the specified revision. + diff --git a/docs/api-reference/v1.5/documents/_generated_glusterfsvolumesource_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_glusterfsvolumesource_v1_concept.md new file mode 100644 index 0000000000..ae30b3b81b --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_glusterfsvolumesource_v1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# GlusterfsVolumeSource v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | GlusterfsVolumeSource + + + + + + + +Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +endpoints <br /> *string* | EndpointsName is the endpoint name that details Glusterfs topology. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod +path <br /> *string* | Path is the Glusterfs volume path. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod +readOnly <br /> *boolean* | ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod + + + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_glusterfsvolumesource_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_glusterfsvolumesource_v1_definition.md new file mode 100644 index 0000000000..718f3f399b --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_glusterfsvolumesource_v1_definition.md @@ -0,0 +1,19 @@ +## GlusterfsVolumeSource v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | GlusterfsVolumeSource + + + +Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +endpoints <br /> *string* | EndpointsName is the endpoint name that details Glusterfs topology. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod +path <br /> *string* | Path is the Glusterfs volume path. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod +readOnly <br /> *boolean* | ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod + diff --git a/docs/api-reference/1_5/documents/_generated_groupversionfordiscovery_unversioned_concept.md b/docs/api-reference/v1.5/documents/_generated_groupversionfordiscovery_unversioned_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_groupversionfordiscovery_unversioned_concept.md rename to docs/api-reference/v1.5/documents/_generated_groupversionfordiscovery_unversioned_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_groupversionfordiscovery_unversioned_definition.md b/docs/api-reference/v1.5/documents/_generated_groupversionfordiscovery_unversioned_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_groupversionfordiscovery_unversioned_definition.md rename to docs/api-reference/v1.5/documents/_generated_groupversionfordiscovery_unversioned_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_handler_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_handler_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_handler_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_handler_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_handler_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_handler_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_handler_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_handler_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_horizontalpodautoscaler_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_horizontalpodautoscaler_v1_concept.md similarity index 91% rename from docs/api-reference/1_5/documents/_generated_horizontalpodautoscaler_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_horizontalpodautoscaler_v1_concept.md index fcd03f5264..8b3d4b5e03 100644 --- a/docs/api-reference/1_5/documents/_generated_horizontalpodautoscaler_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_horizontalpodautoscaler_v1_concept.md @@ -22,6 +22,8 @@ Appears In <a href="#horizontalpodautoscalerlist-v1">HorizontalPodAutoscalerList Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[HorizontalPodAutoscalerSpec](#horizontalpodautoscalerspec-v1)* | behaviour of autoscaler. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status. status <br /> *[HorizontalPodAutoscalerStatus](#horizontalpodautoscalerstatus-v1)* | current information about the autoscaler. @@ -58,7 +60,9 @@ observedGeneration <br /> *integer* | most recent generation observed by this a Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[HorizontalPodAutoscaler](#horizontalpodautoscaler-v1) array* | list of horizontal pod autoscaler objects. +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. @@ -114,10 +118,15 @@ create a HorizontalPodAutoscaler Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[HorizontalPodAutoscaler](#horizontalpodautoscaler-v1)* | @@ -176,10 +185,15 @@ Parameter | Description ------------ | ----------- name | name of the HorizontalPodAutoscaler namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[HorizontalPodAutoscaler](#horizontalpodautoscaler-v1)* | @@ -238,10 +252,15 @@ Parameter | Description ------------ | ----------- name | name of the HorizontalPodAutoscaler namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -300,16 +319,21 @@ Parameter | Description ------------ | ----------- name | name of the HorizontalPodAutoscaler namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- -body <br /> *[DeleteOptions](#deleteoptions-v1)* | +pretty | If 'true', then the output is pretty printed. gracePeriodSeconds | The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. orphanDependents | Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[DeleteOptions](#deleteoptions-v1)* | + ### Response Code | Description @@ -363,18 +387,19 @@ delete collection of HorizontalPodAutoscaler Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -434,15 +459,16 @@ Parameter | Description ------------ | ----------- name | name of the HorizontalPodAutoscaler namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. exact | Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace' export | Should this value be exported. Export strips fields that a user can not specify. + ### Response Code | Description @@ -496,18 +522,19 @@ list or watch objects of kind HorizontalPodAutoscaler Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -556,7 +583,8 @@ list or watch objects of kind HorizontalPodAutoscaler `GET /apis/autoscaling/v1/horizontalpodautoscalers` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- @@ -620,10 +648,15 @@ watch changes to an object of kind HorizontalPodAutoscaler Parameter | Description ------------ | ----------- -fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. -labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. name | name of the HorizontalPodAutoscaler namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- +fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. +labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. @@ -678,7 +711,8 @@ watch individual changes to a list of HorizontalPodAutoscaler `GET /apis/autoscaling/v1/watch/horizontalpodautoscalers` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- diff --git a/docs/api-reference/1_5/documents/_generated_horizontalpodautoscaler_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_horizontalpodautoscaler_v1_definition.md similarity index 62% rename from docs/api-reference/1_5/documents/_generated_horizontalpodautoscaler_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_horizontalpodautoscaler_v1_definition.md index 28ffd75e8b..995965cac7 100644 --- a/docs/api-reference/1_5/documents/_generated_horizontalpodautoscaler_v1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_horizontalpodautoscaler_v1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#horizontalpodautoscalerlist-v1">HorizontalPodAutoscalerLis Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[HorizontalPodAutoscalerSpec](#horizontalpodautoscalerspec-v1)* | behaviour of autoscaler. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status. status <br /> *[HorizontalPodAutoscalerStatus](#horizontalpodautoscalerstatus-v1)* | current information about the autoscaler. diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_horizontalpodautoscaler_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_horizontalpodautoscaler_v1beta1_concept.md similarity index 79% rename from docs/user-guide/kubectl/1_5/documents/_generated_horizontalpodautoscaler_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_horizontalpodautoscaler_v1beta1_concept.md index 2b894a745f..e137c2eeb2 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_horizontalpodautoscaler_v1beta1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_horizontalpodautoscaler_v1beta1_concept.md @@ -22,6 +22,8 @@ Appears In <a href="#horizontalpodautoscalerlist-v1beta1">HorizontalPodAutoscale Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[HorizontalPodAutoscalerSpec](#horizontalpodautoscalerspec-v1beta1)* | behaviour of autoscaler. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status. status <br /> *[HorizontalPodAutoscalerStatus](#horizontalpodautoscalerstatus-v1beta1)* | current information about the autoscaler. @@ -58,7 +60,9 @@ observedGeneration <br /> *integer* | most recent generation observed by this a Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[HorizontalPodAutoscaler](#horizontalpodautoscaler-v1beta1) array* | list of horizontal pod autoscaler objects. +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. @@ -114,10 +118,15 @@ create a HorizontalPodAutoscaler Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[HorizontalPodAutoscaler](#horizontalpodautoscaler-v1beta1)* | @@ -176,10 +185,15 @@ Parameter | Description ------------ | ----------- name | name of the HorizontalPodAutoscaler namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[HorizontalPodAutoscaler](#horizontalpodautoscaler-v1beta1)* | @@ -238,10 +252,15 @@ Parameter | Description ------------ | ----------- name | name of the HorizontalPodAutoscaler namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -300,16 +319,21 @@ Parameter | Description ------------ | ----------- name | name of the HorizontalPodAutoscaler namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- -body <br /> *[DeleteOptions](#deleteoptions-v1)* | +pretty | If 'true', then the output is pretty printed. gracePeriodSeconds | The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. orphanDependents | Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[DeleteOptions](#deleteoptions-v1)* | + ### Response Code | Description @@ -363,18 +387,19 @@ delete collection of HorizontalPodAutoscaler Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -434,15 +459,16 @@ Parameter | Description ------------ | ----------- name | name of the HorizontalPodAutoscaler namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. exact | Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace' export | Should this value be exported. Export strips fields that a user can not specify. + ### Response Code | Description @@ -496,18 +522,19 @@ list or watch objects of kind HorizontalPodAutoscaler Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -556,7 +583,8 @@ list or watch objects of kind HorizontalPodAutoscaler `GET /apis/extensions/v1beta1/horizontalpodautoscalers` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- @@ -620,71 +648,15 @@ watch changes to an object of kind HorizontalPodAutoscaler Parameter | Description ------------ | ----------- -fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. -labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. name | name of the HorizontalPodAutoscaler namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. -resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. -timeoutSeconds | Timeout for the list/watch call. -watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. - -### Response - -Code | Description ------------- | ----------- -200 <br /> *[Event](#event-versioned)* | OK - - -## Watch List - ->bdocs-tab:kubectl `kubectl` Command - -```bdocs-tab:kubectl_shell - -Coming Soon - -``` - ->bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) - -```bdocs-tab:curl_shell - -Coming Soon - -``` - ->bdocs-tab:kubectl Output - -```bdocs-tab:kubectl_json - -Coming Soon - -``` ->bdocs-tab:curl Response Body - -```bdocs-tab:curl_json - -Coming Soon - -``` - - - -watch individual changes to a list of HorizontalPodAutoscaler - -### HTTP Request - -`GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/horizontalpodautoscalers` - -### Path Parameters +### Query Parameters Parameter | Description ------------ | ----------- fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. -namespace | object name and auth scope, such as for teams and projects pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. @@ -739,7 +711,8 @@ watch individual changes to a list of HorizontalPodAutoscaler `GET /apis/extensions/v1beta1/watch/horizontalpodautoscalers` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- @@ -759,190 +732,4 @@ Code | Description -## <strong>Status Operations</strong> - -See supported operations below... - -## Patch Status - ->bdocs-tab:kubectl `kubectl` Command - -```bdocs-tab:kubectl_shell - -Coming Soon - -``` - ->bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) - -```bdocs-tab:curl_shell - -Coming Soon - -``` - ->bdocs-tab:kubectl Output - -```bdocs-tab:kubectl_json - -Coming Soon - -``` ->bdocs-tab:curl Response Body - -```bdocs-tab:curl_json - -Coming Soon - -``` - - - -partially update status of the specified HorizontalPodAutoscaler - -### HTTP Request - -`PATCH /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status` - -### Path Parameters - -Parameter | Description ------------- | ----------- -name | name of the HorizontalPodAutoscaler -namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. - -### Query Parameters - -Parameter | Description ------------- | ----------- -body <br /> *[Patch](#patch-unversioned)* | - -### Response - -Code | Description ------------- | ----------- -200 <br /> *[HorizontalPodAutoscaler](#horizontalpodautoscaler-v1beta1)* | OK - - -## Read Status - ->bdocs-tab:kubectl `kubectl` Command - -```bdocs-tab:kubectl_shell - -Coming Soon - -``` - ->bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) - -```bdocs-tab:curl_shell - -Coming Soon - -``` - ->bdocs-tab:kubectl Output - -```bdocs-tab:kubectl_json - -Coming Soon - -``` ->bdocs-tab:curl Response Body - -```bdocs-tab:curl_json - -Coming Soon - -``` - - - -read status of the specified HorizontalPodAutoscaler - -### HTTP Request - -`GET /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status` - -### Path Parameters - -Parameter | Description ------------- | ----------- -name | name of the HorizontalPodAutoscaler -namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. - - -### Response - -Code | Description ------------- | ----------- -200 <br /> *[HorizontalPodAutoscaler](#horizontalpodautoscaler-v1beta1)* | OK - - -## Replace Status - ->bdocs-tab:kubectl `kubectl` Command - -```bdocs-tab:kubectl_shell - -Coming Soon - -``` - ->bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) - -```bdocs-tab:curl_shell - -Coming Soon - -``` - ->bdocs-tab:kubectl Output - -```bdocs-tab:kubectl_json - -Coming Soon - -``` ->bdocs-tab:curl Response Body - -```bdocs-tab:curl_json - -Coming Soon - -``` - - - -replace status of the specified HorizontalPodAutoscaler - -### HTTP Request - -`PUT /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status` - -### Path Parameters - -Parameter | Description ------------- | ----------- -name | name of the HorizontalPodAutoscaler -namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. - -### Query Parameters - -Parameter | Description ------------- | ----------- -body <br /> *[HorizontalPodAutoscaler](#horizontalpodautoscaler-v1beta1)* | - -### Response - -Code | Description ------------- | ----------- -200 <br /> *[HorizontalPodAutoscaler](#horizontalpodautoscaler-v1beta1)* | OK - - - diff --git a/docs/api-reference/1_5/documents/_generated_horizontalpodautoscaler_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_horizontalpodautoscaler_v1beta1_definition.md similarity index 62% rename from docs/api-reference/1_5/documents/_generated_horizontalpodautoscaler_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_horizontalpodautoscaler_v1beta1_definition.md index de4501b556..f8267a7f84 100644 --- a/docs/api-reference/1_5/documents/_generated_horizontalpodautoscaler_v1beta1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_horizontalpodautoscaler_v1beta1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#horizontalpodautoscalerlist-v1beta1">HorizontalPodAutoscal Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[HorizontalPodAutoscalerSpec](#horizontalpodautoscalerspec-v1beta1)* | behaviour of autoscaler. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status. status <br /> *[HorizontalPodAutoscalerStatus](#horizontalpodautoscalerstatus-v1beta1)* | current information about the autoscaler. diff --git a/docs/api-reference/1_5/documents/_generated_horizontalpodautoscalerlist_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_horizontalpodautoscalerlist_v1_concept.md similarity index 76% rename from docs/api-reference/1_5/documents/_generated_horizontalpodautoscalerlist_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_horizontalpodautoscalerlist_v1_concept.md index eab56824d7..57a2e7a8d7 100644 --- a/docs/api-reference/1_5/documents/_generated_horizontalpodautoscalerlist_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_horizontalpodautoscalerlist_v1_concept.md @@ -21,7 +21,9 @@ list of horizontal pod autoscaler objects. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[HorizontalPodAutoscaler](#horizontalpodautoscaler-v1) array* | list of horizontal pod autoscaler objects. +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. @@ -75,11 +77,16 @@ watch individual changes to a list of HorizontalPodAutoscaler ### Path Parameters +Parameter | Description +------------ | ----------- +namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + Parameter | Description ------------ | ----------- fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. -namespace | object name and auth scope, such as for teams and projects pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. diff --git a/docs/api-reference/1_5/documents/_generated_horizontalpodautoscalerlist_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_horizontalpodautoscalerlist_v1_definition.md similarity index 50% rename from docs/api-reference/1_5/documents/_generated_horizontalpodautoscalerlist_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_horizontalpodautoscalerlist_v1_definition.md index 69887adf36..25aacbfa4a 100644 --- a/docs/api-reference/1_5/documents/_generated_horizontalpodautoscalerlist_v1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_horizontalpodautoscalerlist_v1_definition.md @@ -12,6 +12,8 @@ list of horizontal pod autoscaler objects. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[HorizontalPodAutoscaler](#horizontalpodautoscaler-v1) array* | list of horizontal pod autoscaler objects. +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. diff --git a/docs/api-reference/v1.5/documents/_generated_horizontalpodautoscalerlist_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_horizontalpodautoscalerlist_v1beta1_concept.md new file mode 100644 index 0000000000..d4e814b7e3 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_horizontalpodautoscalerlist_v1beta1_concept.md @@ -0,0 +1,104 @@ + + +----------- +# HorizontalPodAutoscalerList v1beta1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Extensions | v1beta1 | HorizontalPodAutoscalerList + + + + +<aside class="notice">Other api versions of this object exist: <a href="#horizontalpodautoscalerlist-v1">v1</a> </aside> + + +list of horizontal pod autoscaler objects. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[HorizontalPodAutoscaler](#horizontalpodautoscaler-v1beta1) array* | list of horizontal pod autoscaler objects. +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. + + + + + +## <strong>Read Operations</strong> + +See supported operations below... + +## Watch + +>bdocs-tab:kubectl `kubectl` Command + +```bdocs-tab:kubectl_shell + +Coming Soon + +``` + +>bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) + +```bdocs-tab:curl_shell + +Coming Soon + +``` + +>bdocs-tab:kubectl Output + +```bdocs-tab:kubectl_json + +Coming Soon + +``` +>bdocs-tab:curl Response Body + +```bdocs-tab:curl_json + +Coming Soon + +``` + + + +watch individual changes to a list of HorizontalPodAutoscaler + +### HTTP Request + +`GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/horizontalpodautoscalers` + +### Path Parameters + +Parameter | Description +------------ | ----------- +namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- +fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. +labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. +pretty | If 'true', then the output is pretty printed. +resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. +timeoutSeconds | Timeout for the list/watch call. +watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + + +### Response + +Code | Description +------------ | ----------- +200 <br /> *[Event](#event-versioned)* | OK + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_horizontalpodautoscalerlist_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_horizontalpodautoscalerlist_v1beta1_definition.md new file mode 100644 index 0000000000..22bc87b675 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_horizontalpodautoscalerlist_v1beta1_definition.md @@ -0,0 +1,19 @@ +## HorizontalPodAutoscalerList v1beta1 + +Group | Version | Kind +------------ | ---------- | ----------- +Extensions | v1beta1 | HorizontalPodAutoscalerList + +<aside class="notice">Other api versions of this object exist: <a href="#horizontalpodautoscalerlist-v1">v1</a> </aside> + +list of horizontal pod autoscaler objects. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[HorizontalPodAutoscaler](#horizontalpodautoscaler-v1beta1) array* | list of horizontal pod autoscaler objects. +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. + diff --git a/docs/api-reference/1_5/documents/_generated_horizontalpodautoscalerspec_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_horizontalpodautoscalerspec_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_horizontalpodautoscalerspec_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_horizontalpodautoscalerspec_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_horizontalpodautoscalerspec_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_horizontalpodautoscalerspec_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_horizontalpodautoscalerspec_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_horizontalpodautoscalerspec_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_horizontalpodautoscalerspec_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_horizontalpodautoscalerspec_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_horizontalpodautoscalerspec_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_horizontalpodautoscalerspec_v1beta1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_horizontalpodautoscalerspec_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_horizontalpodautoscalerspec_v1beta1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_horizontalpodautoscalerspec_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_horizontalpodautoscalerspec_v1beta1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_horizontalpodautoscalerstatus_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_horizontalpodautoscalerstatus_v1_concept.md similarity index 95% rename from docs/api-reference/1_5/documents/_generated_horizontalpodautoscalerstatus_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_horizontalpodautoscalerstatus_v1_concept.md index 57376993a3..b7eefd96eb 100644 --- a/docs/api-reference/1_5/documents/_generated_horizontalpodautoscalerstatus_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_horizontalpodautoscalerstatus_v1_concept.md @@ -83,10 +83,15 @@ Parameter | Description ------------ | ----------- name | name of the HorizontalPodAutoscaler namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[HorizontalPodAutoscaler](#horizontalpodautoscaler-v1)* | @@ -145,10 +150,15 @@ Parameter | Description ------------ | ----------- name | name of the HorizontalPodAutoscaler namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -212,6 +222,11 @@ Parameter | Description ------------ | ----------- name | name of the HorizontalPodAutoscaler namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- pretty | If 'true', then the output is pretty printed. diff --git a/docs/api-reference/1_5/documents/_generated_horizontalpodautoscalerstatus_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_horizontalpodautoscalerstatus_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_horizontalpodautoscalerstatus_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_horizontalpodautoscalerstatus_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_resourcequotastatus_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_horizontalpodautoscalerstatus_v1beta1_concept.md similarity index 53% rename from docs/api-reference/1_5/documents/_generated_resourcequotastatus_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_horizontalpodautoscalerstatus_v1beta1_concept.md index f8041f28cf..35f37d54b5 100644 --- a/docs/api-reference/1_5/documents/_generated_resourcequotastatus_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_horizontalpodautoscalerstatus_v1beta1_concept.md @@ -1,29 +1,32 @@ ----------- -# ResourceQuotaStatus v1 +# HorizontalPodAutoscalerStatus v1beta1 Group | Version | Kind ------------ | ---------- | ----------- -Core | v1 | ResourceQuotaStatus +Extensions | v1beta1 | HorizontalPodAutoscalerStatus +<aside class="notice">Other api versions of this object exist: <a href="#horizontalpodautoscalerstatus-v1">v1</a> </aside> - -ResourceQuotaStatus defines the enforced hard limits and observed use. +current status of a horizontal pod autoscaler <aside class="notice"> -Appears In <a href="#resourcequota-v1">ResourceQuota</a> </aside> +Appears In <a href="#horizontalpodautoscaler-v1beta1">HorizontalPodAutoscaler</a> </aside> Field | Description ------------ | ----------- -hard <br /> *object* | 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 -used <br /> *object* | Used is the current observed total usage of the resource in the namespace. +currentCPUUtilizationPercentage <br /> *integer* | current average CPU utilization over all pods, represented as a percentage of requested CPU, e.g. 70 means that an average pod is using now 70% of its requested CPU. +currentReplicas <br /> *integer* | current number of replicas of pods managed by this autoscaler. +desiredReplicas <br /> *integer* | desired number of replicas of pods managed by this autoscaler. +lastScaleTime <br /> *[Time](#time-unversioned)* | last time the HorizontalPodAutoscaler scaled the number of pods; used by the autoscaler to control how often the number of pods is changed. +observedGeneration <br /> *integer* | most recent generation observed by this autoscaler. @@ -68,31 +71,36 @@ Coming Soon -replace status of the specified ResourceQuota +replace status of the specified HorizontalPodAutoscaler ### HTTP Request -`PUT /api/v1/namespaces/{namespace}/resourcequotas/{name}/status` +`PUT /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status` ### Path Parameters Parameter | Description ------------ | ----------- -name | name of the ResourceQuota +name | name of the HorizontalPodAutoscaler namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- -body <br /> *[ResourceQuota](#resourcequota-v1)* | +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[HorizontalPodAutoscaler](#horizontalpodautoscaler-v1beta1)* | ### Response Code | Description ------------ | ----------- -200 <br /> *[ResourceQuota](#resourcequota-v1)* | OK +200 <br /> *[HorizontalPodAutoscaler](#horizontalpodautoscaler-v1beta1)* | OK ## Patch @@ -130,22 +138,27 @@ Coming Soon -partially update status of the specified ResourceQuota +partially update status of the specified HorizontalPodAutoscaler ### HTTP Request -`PATCH /api/v1/namespaces/{namespace}/resourcequotas/{name}/status` +`PATCH /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status` ### Path Parameters Parameter | Description ------------ | ----------- -name | name of the ResourceQuota +name | name of the HorizontalPodAutoscaler namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -154,7 +167,7 @@ body <br /> *[Patch](#patch-unversioned)* | Code | Description ------------ | ----------- -200 <br /> *[ResourceQuota](#resourcequota-v1)* | OK +200 <br /> *[HorizontalPodAutoscaler](#horizontalpodautoscaler-v1beta1)* | OK @@ -197,18 +210,23 @@ Coming Soon -read status of the specified ResourceQuota +read status of the specified HorizontalPodAutoscaler ### HTTP Request -`GET /api/v1/namespaces/{namespace}/resourcequotas/{name}/status` +`GET /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status` ### Path Parameters Parameter | Description ------------ | ----------- -name | name of the ResourceQuota +name | name of the HorizontalPodAutoscaler namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- pretty | If 'true', then the output is pretty printed. @@ -216,7 +234,7 @@ pretty | If 'true', then the output is pretty printed. Code | Description ------------ | ----------- -200 <br /> *[ResourceQuota](#resourcequota-v1)* | OK +200 <br /> *[HorizontalPodAutoscaler](#horizontalpodautoscaler-v1beta1)* | OK diff --git a/docs/resources-reference/1_5/documents/_generated_horizontalpodautoscalerstatus_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_horizontalpodautoscalerstatus_v1beta1_definition.md similarity index 95% rename from docs/resources-reference/1_5/documents/_generated_horizontalpodautoscalerstatus_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_horizontalpodautoscalerstatus_v1beta1_definition.md index f650532bd5..4a4c8aeda0 100644 --- a/docs/resources-reference/1_5/documents/_generated_horizontalpodautoscalerstatus_v1beta1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_horizontalpodautoscalerstatus_v1beta1_definition.md @@ -2,7 +2,7 @@ Group | Version | Kind ------------ | ---------- | ----------- -Core | v1beta1 | HorizontalPodAutoscalerStatus +Extensions | v1beta1 | HorizontalPodAutoscalerStatus <aside class="notice">Other api versions of this object exist: <a href="#horizontalpodautoscalerstatus-v1">v1</a> </aside> diff --git a/docs/api-reference/v1.5/documents/_generated_hostpathvolumesource_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_hostpathvolumesource_v1_concept.md new file mode 100644 index 0000000000..03edbc950b --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_hostpathvolumesource_v1_concept.md @@ -0,0 +1,31 @@ + + +----------- +# HostPathVolumeSource v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | HostPathVolumeSource + + + + + + + +Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +path <br /> *string* | Path of the directory on the host. More info: http://kubernetes.io/docs/user-guide/volumes#hostpath + + + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_hostpathvolumesource_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_hostpathvolumesource_v1_definition.md new file mode 100644 index 0000000000..9e57efa973 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_hostpathvolumesource_v1_definition.md @@ -0,0 +1,17 @@ +## HostPathVolumeSource v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | HostPathVolumeSource + + + +Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +path <br /> *string* | Path of the directory on the host. More info: http://kubernetes.io/docs/user-guide/volumes#hostpath + diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_httpgetaction_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_httpgetaction_v1_concept.md similarity index 91% rename from docs/user-guide/kubectl/1_5/documents/_generated_httpgetaction_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_httpgetaction_v1_concept.md index 0d12f7a5de..fa5307dd3e 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_httpgetaction_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_httpgetaction_v1_concept.md @@ -18,7 +18,7 @@ Core | v1 | HTTPGetAction HTTPGetAction describes an action based on HTTP Get requests. <aside class="notice"> -Appears In <a href="#handler-v1">Handler</a> </aside> +Appears In <a href="#handler-v1">Handler</a> <a href="#probe-v1">Probe</a> </aside> Field | Description ------------ | ----------- diff --git a/docs/resources-reference/1_5/documents/_generated_httpgetaction_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_httpgetaction_v1_definition.md similarity index 90% rename from docs/resources-reference/1_5/documents/_generated_httpgetaction_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_httpgetaction_v1_definition.md index 62fc070768..201a7a1d86 100644 --- a/docs/resources-reference/1_5/documents/_generated_httpgetaction_v1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_httpgetaction_v1_definition.md @@ -9,7 +9,7 @@ Core | v1 | HTTPGetAction HTTPGetAction describes an action based on HTTP Get requests. <aside class="notice"> -Appears In <a href="#handler-v1">Handler</a> </aside> +Appears In <a href="#handler-v1">Handler</a> <a href="#probe-v1">Probe</a> </aside> Field | Description ------------ | ----------- diff --git a/docs/api-reference/1_5/documents/_generated_httpheader_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_httpheader_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_httpheader_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_httpheader_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_httpheader_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_httpheader_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_httpheader_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_httpheader_v1_definition.md diff --git a/docs/api-reference/v1.5/documents/_generated_httpingresspath_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_httpingresspath_v1beta1_concept.md new file mode 100644 index 0000000000..6a2513881c --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_httpingresspath_v1beta1_concept.md @@ -0,0 +1,32 @@ + + +----------- +# HTTPIngressPath v1beta1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1beta1 | HTTPIngressPath + + + + + + + +HTTPIngressPath associates a path regex with a backend. Incoming urls matching the path are forwarded to the backend. + +<aside class="notice"> +Appears In <a href="#httpingressrulevalue-v1beta1">HTTPIngressRuleValue</a> </aside> + +Field | Description +------------ | ----------- +backend <br /> *[IngressBackend](#ingressbackend-v1beta1)* | Backend defines the referenced service endpoint to which the traffic will be forwarded to. +path <br /> *string* | Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/'. If unspecified, the path defaults to a catch all sending traffic to the backend. + + + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_httpingresspath_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_httpingresspath_v1beta1_definition.md new file mode 100644 index 0000000000..0c7cd2c177 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_httpingresspath_v1beta1_definition.md @@ -0,0 +1,18 @@ +## HTTPIngressPath v1beta1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1beta1 | HTTPIngressPath + + + +HTTPIngressPath associates a path regex with a backend. Incoming urls matching the path are forwarded to the backend. + +<aside class="notice"> +Appears In <a href="#httpingressrulevalue-v1beta1">HTTPIngressRuleValue</a> </aside> + +Field | Description +------------ | ----------- +backend <br /> *[IngressBackend](#ingressbackend-v1beta1)* | Backend defines the referenced service endpoint to which the traffic will be forwarded to. +path <br /> *string* | Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/'. If unspecified, the path defaults to a catch all sending traffic to the backend. + diff --git a/docs/api-reference/v1.5/documents/_generated_httpingressrulevalue_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_httpingressrulevalue_v1beta1_concept.md new file mode 100644 index 0000000000..3e01adf4a4 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_httpingressrulevalue_v1beta1_concept.md @@ -0,0 +1,31 @@ + + +----------- +# HTTPIngressRuleValue v1beta1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1beta1 | HTTPIngressRuleValue + + + + + + + +HTTPIngressRuleValue is a list of http selectors pointing to backends. In the example: http://<host>/<path>?<searchpart> -> backend where where parts of the url correspond to RFC 3986, this resource will be used to match against everything after the last '/' and before the first '?' or '#'. + +<aside class="notice"> +Appears In <a href="#ingressrule-v1beta1">IngressRule</a> </aside> + +Field | Description +------------ | ----------- +paths <br /> *[HTTPIngressPath](#httpingresspath-v1beta1) array* | A collection of paths that map requests to backends. + + + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_httpingressrulevalue_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_httpingressrulevalue_v1beta1_definition.md new file mode 100644 index 0000000000..534492f88d --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_httpingressrulevalue_v1beta1_definition.md @@ -0,0 +1,17 @@ +## HTTPIngressRuleValue v1beta1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1beta1 | HTTPIngressRuleValue + + + +HTTPIngressRuleValue is a list of http selectors pointing to backends. In the example: http://<host>/<path>?<searchpart> -> backend where where parts of the url correspond to RFC 3986, this resource will be used to match against everything after the last '/' and before the first '?' or '#'. + +<aside class="notice"> +Appears In <a href="#ingressrule-v1beta1">IngressRule</a> </aside> + +Field | Description +------------ | ----------- +paths <br /> *[HTTPIngressPath](#httpingresspath-v1beta1) array* | A collection of paths that map requests to backends. + diff --git a/docs/api-reference/1_5/documents/_generated_info_version_concept.md b/docs/api-reference/v1.5/documents/_generated_info_version_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_info_version_concept.md rename to docs/api-reference/v1.5/documents/_generated_info_version_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_info_version_definition.md b/docs/api-reference/v1.5/documents/_generated_info_version_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_info_version_definition.md rename to docs/api-reference/v1.5/documents/_generated_info_version_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_ingress_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_ingress_v1beta1_concept.md similarity index 79% rename from docs/api-reference/1_5/documents/_generated_ingress_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_ingress_v1beta1_concept.md index 1fbb682aea..e80aada5ec 100644 --- a/docs/api-reference/1_5/documents/_generated_ingress_v1beta1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_ingress_v1beta1_concept.md @@ -22,6 +22,8 @@ Appears In <a href="#ingresslist-v1beta1">IngressList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[IngressSpec](#ingressspec-v1beta1)* | Spec is the desired state of the Ingress. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[IngressStatus](#ingressstatus-v1beta1)* | Status is the current state of the Ingress. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status @@ -53,7 +55,9 @@ loadBalancer <br /> *[LoadBalancerStatus](#loadbalancerstatus-v1)* | LoadBalanc Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[Ingress](#ingress-v1beta1) array* | Items is the list of Ingress. +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata @@ -109,10 +113,15 @@ create an Ingress Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Ingress](#ingress-v1beta1)* | @@ -171,10 +180,15 @@ Parameter | Description ------------ | ----------- name | name of the Ingress namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Ingress](#ingress-v1beta1)* | @@ -233,10 +247,15 @@ Parameter | Description ------------ | ----------- name | name of the Ingress namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -295,16 +314,21 @@ Parameter | Description ------------ | ----------- name | name of the Ingress namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- -body <br /> *[DeleteOptions](#deleteoptions-v1)* | +pretty | If 'true', then the output is pretty printed. gracePeriodSeconds | The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. orphanDependents | Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[DeleteOptions](#deleteoptions-v1)* | + ### Response Code | Description @@ -358,18 +382,19 @@ delete collection of Ingress Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -429,15 +454,16 @@ Parameter | Description ------------ | ----------- name | name of the Ingress namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. exact | Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace' export | Should this value be exported. Export strips fields that a user can not specify. + ### Response Code | Description @@ -491,18 +517,19 @@ list or watch objects of kind Ingress Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -551,7 +578,8 @@ list or watch objects of kind Ingress `GET /apis/extensions/v1beta1/ingresses` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- @@ -615,71 +643,15 @@ watch changes to an object of kind Ingress Parameter | Description ------------ | ----------- -fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. -labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. name | name of the Ingress namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. -resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. -timeoutSeconds | Timeout for the list/watch call. -watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. - -### Response - -Code | Description ------------- | ----------- -200 <br /> *[Event](#event-versioned)* | OK - - -## Watch List - ->bdocs-tab:kubectl `kubectl` Command - -```bdocs-tab:kubectl_shell - -Coming Soon - -``` - ->bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) - -```bdocs-tab:curl_shell - -Coming Soon - -``` - ->bdocs-tab:kubectl Output - -```bdocs-tab:kubectl_json - -Coming Soon - -``` ->bdocs-tab:curl Response Body - -```bdocs-tab:curl_json - -Coming Soon - -``` - - - -watch individual changes to a list of Ingress - -### HTTP Request - -`GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/ingresses` - -### Path Parameters +### Query Parameters Parameter | Description ------------ | ----------- fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. -namespace | object name and auth scope, such as for teams and projects pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. @@ -734,7 +706,8 @@ watch individual changes to a list of Ingress `GET /apis/extensions/v1beta1/watch/ingresses` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- @@ -754,190 +727,4 @@ Code | Description -## <strong>Status Operations</strong> - -See supported operations below... - -## Patch Status - ->bdocs-tab:kubectl `kubectl` Command - -```bdocs-tab:kubectl_shell - -Coming Soon - -``` - ->bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) - -```bdocs-tab:curl_shell - -Coming Soon - -``` - ->bdocs-tab:kubectl Output - -```bdocs-tab:kubectl_json - -Coming Soon - -``` ->bdocs-tab:curl Response Body - -```bdocs-tab:curl_json - -Coming Soon - -``` - - - -partially update status of the specified Ingress - -### HTTP Request - -`PATCH /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status` - -### Path Parameters - -Parameter | Description ------------- | ----------- -name | name of the Ingress -namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. - -### Query Parameters - -Parameter | Description ------------- | ----------- -body <br /> *[Patch](#patch-unversioned)* | - -### Response - -Code | Description ------------- | ----------- -200 <br /> *[Ingress](#ingress-v1beta1)* | OK - - -## Read Status - ->bdocs-tab:kubectl `kubectl` Command - -```bdocs-tab:kubectl_shell - -Coming Soon - -``` - ->bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) - -```bdocs-tab:curl_shell - -Coming Soon - -``` - ->bdocs-tab:kubectl Output - -```bdocs-tab:kubectl_json - -Coming Soon - -``` ->bdocs-tab:curl Response Body - -```bdocs-tab:curl_json - -Coming Soon - -``` - - - -read status of the specified Ingress - -### HTTP Request - -`GET /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status` - -### Path Parameters - -Parameter | Description ------------- | ----------- -name | name of the Ingress -namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. - - -### Response - -Code | Description ------------- | ----------- -200 <br /> *[Ingress](#ingress-v1beta1)* | OK - - -## Replace Status - ->bdocs-tab:kubectl `kubectl` Command - -```bdocs-tab:kubectl_shell - -Coming Soon - -``` - ->bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) - -```bdocs-tab:curl_shell - -Coming Soon - -``` - ->bdocs-tab:kubectl Output - -```bdocs-tab:kubectl_json - -Coming Soon - -``` ->bdocs-tab:curl Response Body - -```bdocs-tab:curl_json - -Coming Soon - -``` - - - -replace status of the specified Ingress - -### HTTP Request - -`PUT /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status` - -### Path Parameters - -Parameter | Description ------------- | ----------- -name | name of the Ingress -namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. - -### Query Parameters - -Parameter | Description ------------- | ----------- -body <br /> *[Ingress](#ingress-v1beta1)* | - -### Response - -Code | Description ------------- | ----------- -200 <br /> *[Ingress](#ingress-v1beta1)* | OK - - - diff --git a/docs/api-reference/1_5/documents/_generated_ingress_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_ingress_v1beta1_definition.md similarity index 64% rename from docs/api-reference/1_5/documents/_generated_ingress_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_ingress_v1beta1_definition.md index 59784a41bd..a272aebd70 100644 --- a/docs/api-reference/1_5/documents/_generated_ingress_v1beta1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_ingress_v1beta1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#ingresslist-v1beta1">IngressList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[IngressSpec](#ingressspec-v1beta1)* | Spec is the desired state of the Ingress. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[IngressStatus](#ingressstatus-v1beta1)* | Status is the current state of the Ingress. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_ingressbackend_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_ingressbackend_v1beta1_concept.md similarity index 80% rename from docs/user-guide/kubectl/1_5/documents/_generated_ingressbackend_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_ingressbackend_v1beta1_concept.md index e189eb8c45..a4ba6ae6a6 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_ingressbackend_v1beta1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_ingressbackend_v1beta1_concept.md @@ -18,7 +18,7 @@ Core | v1beta1 | IngressBackend IngressBackend describes all endpoints for a given service and port. <aside class="notice"> -Appears In <a href="#ingressspec-v1beta1">IngressSpec</a> </aside> +Appears In <a href="#httpingresspath-v1beta1">HTTPIngressPath</a> <a href="#ingressspec-v1beta1">IngressSpec</a> </aside> Field | Description ------------ | ----------- diff --git a/docs/api-reference/1_5/documents/_generated_ingressbackend_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_ingressbackend_v1beta1_definition.md similarity index 79% rename from docs/api-reference/1_5/documents/_generated_ingressbackend_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_ingressbackend_v1beta1_definition.md index ba53262708..847e7ac0fa 100644 --- a/docs/api-reference/1_5/documents/_generated_ingressbackend_v1beta1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_ingressbackend_v1beta1_definition.md @@ -9,7 +9,7 @@ Core | v1beta1 | IngressBackend IngressBackend describes all endpoints for a given service and port. <aside class="notice"> -Appears In <a href="#ingressspec-v1beta1">IngressSpec</a> </aside> +Appears In <a href="#httpingresspath-v1beta1">HTTPIngressPath</a> <a href="#ingressspec-v1beta1">IngressSpec</a> </aside> Field | Description ------------ | ----------- diff --git a/docs/api-reference/v1.5/documents/_generated_ingresslist_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_ingresslist_v1beta1_concept.md new file mode 100644 index 0000000000..56532ab21b --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_ingresslist_v1beta1_concept.md @@ -0,0 +1,104 @@ + + +----------- +# IngressList v1beta1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Extensions | v1beta1 | IngressList + + + + + + + +IngressList is a collection of Ingress. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[Ingress](#ingress-v1beta1) array* | Items is the list of Ingress. +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata + + + + + +## <strong>Read Operations</strong> + +See supported operations below... + +## Watch + +>bdocs-tab:kubectl `kubectl` Command + +```bdocs-tab:kubectl_shell + +Coming Soon + +``` + +>bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) + +```bdocs-tab:curl_shell + +Coming Soon + +``` + +>bdocs-tab:kubectl Output + +```bdocs-tab:kubectl_json + +Coming Soon + +``` +>bdocs-tab:curl Response Body + +```bdocs-tab:curl_json + +Coming Soon + +``` + + + +watch individual changes to a list of Ingress + +### HTTP Request + +`GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/ingresses` + +### Path Parameters + +Parameter | Description +------------ | ----------- +namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- +fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. +labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. +pretty | If 'true', then the output is pretty printed. +resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. +timeoutSeconds | Timeout for the list/watch call. +watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + + +### Response + +Code | Description +------------ | ----------- +200 <br /> *[Event](#event-versioned)* | OK + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_ingresslist_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_ingresslist_v1beta1_definition.md new file mode 100644 index 0000000000..14d16d0501 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_ingresslist_v1beta1_definition.md @@ -0,0 +1,19 @@ +## IngressList v1beta1 + +Group | Version | Kind +------------ | ---------- | ----------- +Extensions | v1beta1 | IngressList + + + +IngressList is a collection of Ingress. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[Ingress](#ingress-v1beta1) array* | Items is the list of Ingress. +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata + diff --git a/docs/resources-reference/1_5/documents/_generated_ingressrule_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_ingressrule_v1beta1_concept.md similarity index 94% rename from docs/resources-reference/1_5/documents/_generated_ingressrule_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_ingressrule_v1beta1_concept.md index 5f5aecc1ea..c9124eccb8 100644 --- a/docs/resources-reference/1_5/documents/_generated_ingressrule_v1beta1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_ingressrule_v1beta1_concept.md @@ -23,6 +23,7 @@ Appears In <a href="#ingressspec-v1beta1">IngressSpec</a> </aside> Field | Description ------------ | ----------- host <br /> *string* | Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the IP in the Spec of the parent Ingress. 2. The `:` delimiter is not respected because ports are not allowed. Currently the port of an Ingress is implicitly :80 for http and :443 for https. Both these may change in the future. Incoming requests are matched against the host before the IngressRuleValue. If the host is unspecified, the Ingress routes all traffic based on the specified IngressRuleValue. +http <br /> *[HTTPIngressRuleValue](#httpingressrulevalue-v1beta1)* | diff --git a/docs/resources-reference/1_5/documents/_generated_ingressrule_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_ingressrule_v1beta1_definition.md similarity index 94% rename from docs/resources-reference/1_5/documents/_generated_ingressrule_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_ingressrule_v1beta1_definition.md index 392ee9214b..87106d629a 100644 --- a/docs/resources-reference/1_5/documents/_generated_ingressrule_v1beta1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_ingressrule_v1beta1_definition.md @@ -14,4 +14,5 @@ Appears In <a href="#ingressspec-v1beta1">IngressSpec</a> </aside> Field | Description ------------ | ----------- host <br /> *string* | Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the IP in the Spec of the parent Ingress. 2. The `:` delimiter is not respected because ports are not allowed. Currently the port of an Ingress is implicitly :80 for http and :443 for https. Both these may change in the future. Incoming requests are matched against the host before the IngressRuleValue. If the host is unspecified, the Ingress routes all traffic based on the specified IngressRuleValue. +http <br /> *[HTTPIngressRuleValue](#httpingressrulevalue-v1beta1)* | diff --git a/docs/api-reference/1_5/documents/_generated_ingressspec_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_ingressspec_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_ingressspec_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_ingressspec_v1beta1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_ingressspec_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_ingressspec_v1beta1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_ingressspec_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_ingressspec_v1beta1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_statefulsetstatus_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_ingressstatus_v1beta1_concept.md similarity index 68% rename from docs/api-reference/1_5/documents/_generated_statefulsetstatus_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_ingressstatus_v1beta1_concept.md index cd20a432f8..2133add63d 100644 --- a/docs/api-reference/1_5/documents/_generated_statefulsetstatus_v1beta1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_ingressstatus_v1beta1_concept.md @@ -1,13 +1,13 @@ ----------- -# StatefulSetStatus v1beta1 +# IngressStatus v1beta1 Group | Version | Kind ------------ | ---------- | ----------- -Apps | v1beta1 | StatefulSetStatus +Extensions | v1beta1 | IngressStatus @@ -15,15 +15,14 @@ Apps | v1beta1 | StatefulSetStatus -StatefulSetStatus represents the current state of a StatefulSet. +IngressStatus describe the current state of the Ingress. <aside class="notice"> -Appears In <a href="#statefulset-v1beta1">StatefulSet</a> </aside> +Appears In <a href="#ingress-v1beta1">Ingress</a> </aside> Field | Description ------------ | ----------- -observedGeneration <br /> *integer* | most recent generation observed by this autoscaler. -replicas <br /> *integer* | Replicas is the number of actual replicas. +loadBalancer <br /> *[LoadBalancerStatus](#loadbalancerstatus-v1)* | LoadBalancer contains the current status of the load-balancer. @@ -68,31 +67,36 @@ Coming Soon -replace status of the specified StatefulSet +replace status of the specified Ingress ### HTTP Request -`PUT /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/status` +`PUT /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status` ### Path Parameters Parameter | Description ------------ | ----------- -name | name of the StatefulSet +name | name of the Ingress namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- -body <br /> *[StatefulSet](#statefulset-v1beta1)* | +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[Ingress](#ingress-v1beta1)* | ### Response Code | Description ------------ | ----------- -200 <br /> *[StatefulSet](#statefulset-v1beta1)* | OK +200 <br /> *[Ingress](#ingress-v1beta1)* | OK ## Patch @@ -130,22 +134,27 @@ Coming Soon -partially update status of the specified StatefulSet +partially update status of the specified Ingress ### HTTP Request -`PATCH /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/status` +`PATCH /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status` ### Path Parameters Parameter | Description ------------ | ----------- -name | name of the StatefulSet +name | name of the Ingress namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -154,7 +163,7 @@ body <br /> *[Patch](#patch-unversioned)* | Code | Description ------------ | ----------- -200 <br /> *[StatefulSet](#statefulset-v1beta1)* | OK +200 <br /> *[Ingress](#ingress-v1beta1)* | OK @@ -197,18 +206,23 @@ Coming Soon -read status of the specified StatefulSet +read status of the specified Ingress ### HTTP Request -`GET /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/status` +`GET /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status` ### Path Parameters Parameter | Description ------------ | ----------- -name | name of the StatefulSet +name | name of the Ingress namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- pretty | If 'true', then the output is pretty printed. @@ -216,7 +230,7 @@ pretty | If 'true', then the output is pretty printed. Code | Description ------------ | ----------- -200 <br /> *[StatefulSet](#statefulset-v1beta1)* | OK +200 <br /> *[Ingress](#ingress-v1beta1)* | OK diff --git a/docs/resources-reference/1_5/documents/_generated_ingressstatus_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_ingressstatus_v1beta1_definition.md similarity index 92% rename from docs/resources-reference/1_5/documents/_generated_ingressstatus_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_ingressstatus_v1beta1_definition.md index 86c5fc2df8..6331749cf2 100644 --- a/docs/resources-reference/1_5/documents/_generated_ingressstatus_v1beta1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_ingressstatus_v1beta1_definition.md @@ -2,7 +2,7 @@ Group | Version | Kind ------------ | ---------- | ----------- -Core | v1beta1 | IngressStatus +Extensions | v1beta1 | IngressStatus diff --git a/docs/api-reference/1_5/documents/_generated_ingresstls_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_ingresstls_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_ingresstls_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_ingresstls_v1beta1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_ingresstls_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_ingresstls_v1beta1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_ingresstls_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_ingresstls_v1beta1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_intorstring_intstr_concept.md b/docs/api-reference/v1.5/documents/_generated_intorstring_intstr_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_intorstring_intstr_concept.md rename to docs/api-reference/v1.5/documents/_generated_intorstring_intstr_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_intorstring_intstr_definition.md b/docs/api-reference/v1.5/documents/_generated_intorstring_intstr_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_intorstring_intstr_definition.md rename to docs/api-reference/v1.5/documents/_generated_intorstring_intstr_definition.md diff --git a/docs/api-reference/v1.5/documents/_generated_iscsivolumesource_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_iscsivolumesource_v1_concept.md new file mode 100644 index 0000000000..9637f04f63 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_iscsivolumesource_v1_concept.md @@ -0,0 +1,36 @@ + + +----------- +# ISCSIVolumeSource v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | ISCSIVolumeSource + + + + + + + +Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +fsType <br /> *string* | Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: http://kubernetes.io/docs/user-guide/volumes#iscsi +iqn <br /> *string* | Target iSCSI Qualified Name. +iscsiInterface <br /> *string* | Optional: Defaults to 'default' (tcp). iSCSI interface name that uses an iSCSI transport. +lun <br /> *integer* | iSCSI target lun number. +readOnly <br /> *boolean* | ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. +targetPortal <br /> *string* | iSCSI target portal. The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260). + + + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_iscsivolumesource_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_iscsivolumesource_v1_definition.md new file mode 100644 index 0000000000..446a306bcf --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_iscsivolumesource_v1_definition.md @@ -0,0 +1,22 @@ +## ISCSIVolumeSource v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | ISCSIVolumeSource + + + +Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +fsType <br /> *string* | Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: http://kubernetes.io/docs/user-guide/volumes#iscsi +iqn <br /> *string* | Target iSCSI Qualified Name. +iscsiInterface <br /> *string* | Optional: Defaults to 'default' (tcp). iSCSI interface name that uses an iSCSI transport. +lun <br /> *integer* | iSCSI target lun number. +readOnly <br /> *boolean* | ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. +targetPortal <br /> *string* | iSCSI target portal. The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260). + diff --git a/docs/api-reference/1_5/documents/_generated_job_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_job_v1_concept.md similarity index 93% rename from docs/api-reference/1_5/documents/_generated_job_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_job_v1_concept.md index 904a02b1de..eb61166d10 100644 --- a/docs/api-reference/1_5/documents/_generated_job_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_job_v1_concept.md @@ -70,6 +70,8 @@ Appears In <a href="#joblist-v1">JobList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[JobSpec](#jobspec-v1)* | Spec is a structure defining the expected behavior of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[JobStatus](#jobstatus-v1)* | Status is a structure describing current status of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status @@ -109,7 +111,9 @@ succeeded <br /> *integer* | Succeeded is the number of pods which reached Phas Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[Job](#job-v1) array* | Items is the list of Job. +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata @@ -247,10 +251,15 @@ create a Job Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Job](#job-v1)* | @@ -309,10 +318,15 @@ Parameter | Description ------------ | ----------- name | name of the Job namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Job](#job-v1)* | @@ -371,10 +385,15 @@ Parameter | Description ------------ | ----------- name | name of the Job namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -444,16 +463,21 @@ Parameter | Description ------------ | ----------- name | name of the Job namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- -body <br /> *[DeleteOptions](#deleteoptions-v1)* | +pretty | If 'true', then the output is pretty printed. gracePeriodSeconds | The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. orphanDependents | Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[DeleteOptions](#deleteoptions-v1)* | + ### Response Code | Description @@ -507,18 +531,19 @@ delete collection of Job Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -689,15 +714,16 @@ Parameter | Description ------------ | ----------- name | name of the Job namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. exact | Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace' export | Should this value be exported. Export strips fields that a user can not specify. + ### Response Code | Description @@ -878,18 +904,19 @@ list or watch objects of kind Job Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -938,7 +965,8 @@ list or watch objects of kind Job `GET /apis/batch/v1/jobs` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- @@ -1123,10 +1151,81 @@ watch changes to an object of kind Job Parameter | Description ------------ | ----------- -fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. -labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. name | name of the Job namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- +fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. +labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. +pretty | If 'true', then the output is pretty printed. +resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. +timeoutSeconds | Timeout for the list/watch call. +watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + + +### Response + +Code | Description +------------ | ----------- +200 <br /> *[Event](#event-versioned)* | OK + + +## Watch List + +>bdocs-tab:kubectl `kubectl` Command + +```bdocs-tab:kubectl_shell + +Coming Soon + +``` + +>bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) + +```bdocs-tab:curl_shell + +Coming Soon + +``` + +>bdocs-tab:kubectl Output + +```bdocs-tab:kubectl_json + +Coming Soon + +``` +>bdocs-tab:curl Response Body + +```bdocs-tab:curl_json + +Coming Soon + +``` + + + +watch individual changes to a list of Job + +### HTTP Request + +`GET /apis/batch/v1/watch/namespaces/{namespace}/jobs` + +### Path Parameters + +Parameter | Description +------------ | ----------- +namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- +fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. +labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. @@ -1181,7 +1280,8 @@ watch individual changes to a list of Job `GET /apis/batch/v1/watch/jobs` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- @@ -1201,190 +1301,4 @@ Code | Description -## <strong>Status Operations</strong> - -See supported operations below... - -## Patch Status - ->bdocs-tab:kubectl `kubectl` Command - -```bdocs-tab:kubectl_shell - -Coming Soon - -``` - ->bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) - -```bdocs-tab:curl_shell - -Coming Soon - -``` - ->bdocs-tab:kubectl Output - -```bdocs-tab:kubectl_json - -Coming Soon - -``` ->bdocs-tab:curl Response Body - -```bdocs-tab:curl_json - -Coming Soon - -``` - - - -partially update status of the specified Job - -### HTTP Request - -`PATCH /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status` - -### Path Parameters - -Parameter | Description ------------- | ----------- -name | name of the Job -namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. - -### Query Parameters - -Parameter | Description ------------- | ----------- -body <br /> *[Patch](#patch-unversioned)* | - -### Response - -Code | Description ------------- | ----------- -200 <br /> *[Job](#job-v1)* | OK - - -## Read Status - ->bdocs-tab:kubectl `kubectl` Command - -```bdocs-tab:kubectl_shell - -Coming Soon - -``` - ->bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) - -```bdocs-tab:curl_shell - -Coming Soon - -``` - ->bdocs-tab:kubectl Output - -```bdocs-tab:kubectl_json - -Coming Soon - -``` ->bdocs-tab:curl Response Body - -```bdocs-tab:curl_json - -Coming Soon - -``` - - - -read status of the specified Job - -### HTTP Request - -`GET /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status` - -### Path Parameters - -Parameter | Description ------------- | ----------- -name | name of the Job -namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. - - -### Response - -Code | Description ------------- | ----------- -200 <br /> *[Job](#job-v1)* | OK - - -## Replace Status - ->bdocs-tab:kubectl `kubectl` Command - -```bdocs-tab:kubectl_shell - -Coming Soon - -``` - ->bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) - -```bdocs-tab:curl_shell - -Coming Soon - -``` - ->bdocs-tab:kubectl Output - -```bdocs-tab:kubectl_json - -Coming Soon - -``` ->bdocs-tab:curl Response Body - -```bdocs-tab:curl_json - -Coming Soon - -``` - - - -replace status of the specified Job - -### HTTP Request - -`PUT /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status` - -### Path Parameters - -Parameter | Description ------------- | ----------- -name | name of the Job -namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. - -### Query Parameters - -Parameter | Description ------------- | ----------- -body <br /> *[Job](#job-v1)* | - -### Response - -Code | Description ------------- | ----------- -200 <br /> *[Job](#job-v1)* | OK - - - diff --git a/docs/api-reference/1_5/documents/_generated_job_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_job_v1_definition.md similarity index 62% rename from docs/api-reference/1_5/documents/_generated_job_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_job_v1_definition.md index 10e30d7df9..bb80d472d8 100644 --- a/docs/api-reference/1_5/documents/_generated_job_v1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_job_v1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#joblist-v1">JobList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[JobSpec](#jobspec-v1)* | Spec is a structure defining the expected behavior of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[JobStatus](#jobstatus-v1)* | Status is a structure describing current status of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status diff --git a/docs/api-reference/1_5/documents/_generated_job_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_job_v1beta1_concept.md similarity index 87% rename from docs/api-reference/1_5/documents/_generated_job_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_job_v1beta1_concept.md index 6a73521123..bb0fe87e18 100644 --- a/docs/api-reference/1_5/documents/_generated_job_v1beta1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_job_v1beta1_concept.md @@ -22,6 +22,8 @@ Appears In <a href="#joblist-v1beta1">JobList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[JobSpec](#jobspec-v1beta1)* | Spec is a structure defining the expected behavior of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[JobStatus](#jobstatus-v1beta1)* | Status is a structure describing current status of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status @@ -61,7 +63,9 @@ succeeded <br /> *integer* | Succeeded is the number of pods which reached Phas Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[Job](#job-v1beta1) array* | Items is the list of Job. +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata @@ -199,10 +203,15 @@ create a Job Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Job](#job-v1beta1)* | @@ -261,10 +270,15 @@ Parameter | Description ------------ | ----------- name | name of the Job namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Job](#job-v1beta1)* | @@ -323,10 +337,15 @@ Parameter | Description ------------ | ----------- name | name of the Job namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -396,16 +415,21 @@ Parameter | Description ------------ | ----------- name | name of the Job namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- -body <br /> *[DeleteOptions](#deleteoptions-v1)* | +pretty | If 'true', then the output is pretty printed. gracePeriodSeconds | The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. orphanDependents | Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[DeleteOptions](#deleteoptions-v1)* | + ### Response Code | Description @@ -459,18 +483,19 @@ delete collection of Job Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -641,15 +666,16 @@ Parameter | Description ------------ | ----------- name | name of the Job namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. exact | Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace' export | Should this value be exported. Export strips fields that a user can not specify. + ### Response Code | Description @@ -830,18 +856,19 @@ list or watch objects of kind Job Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -890,7 +917,8 @@ list or watch objects of kind Job `GET /apis/extensions/v1beta1/jobs` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- @@ -1075,71 +1103,15 @@ watch changes to an object of kind Job Parameter | Description ------------ | ----------- -fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. -labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. name | name of the Job namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. -resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. -timeoutSeconds | Timeout for the list/watch call. -watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. - -### Response - -Code | Description ------------- | ----------- -200 <br /> *[Event](#event-versioned)* | OK - - -## Watch List - ->bdocs-tab:kubectl `kubectl` Command - -```bdocs-tab:kubectl_shell - -Coming Soon - -``` - ->bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) - -```bdocs-tab:curl_shell - -Coming Soon - -``` - ->bdocs-tab:kubectl Output - -```bdocs-tab:kubectl_json - -Coming Soon - -``` ->bdocs-tab:curl Response Body - -```bdocs-tab:curl_json - -Coming Soon - -``` - - - -watch individual changes to a list of Job - -### HTTP Request - -`GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/jobs` - -### Path Parameters +### Query Parameters Parameter | Description ------------ | ----------- fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. -namespace | object name and auth scope, such as for teams and projects pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. @@ -1194,7 +1166,8 @@ watch individual changes to a list of Job `GET /apis/extensions/v1beta1/watch/jobs` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- @@ -1214,190 +1187,4 @@ Code | Description -## <strong>Status Operations</strong> - -See supported operations below... - -## Patch Status - ->bdocs-tab:kubectl `kubectl` Command - -```bdocs-tab:kubectl_shell - -Coming Soon - -``` - ->bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) - -```bdocs-tab:curl_shell - -Coming Soon - -``` - ->bdocs-tab:kubectl Output - -```bdocs-tab:kubectl_json - -Coming Soon - -``` ->bdocs-tab:curl Response Body - -```bdocs-tab:curl_json - -Coming Soon - -``` - - - -partially update status of the specified Job - -### HTTP Request - -`PATCH /apis/extensions/v1beta1/namespaces/{namespace}/jobs/{name}/status` - -### Path Parameters - -Parameter | Description ------------- | ----------- -name | name of the Job -namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. - -### Query Parameters - -Parameter | Description ------------- | ----------- -body <br /> *[Patch](#patch-unversioned)* | - -### Response - -Code | Description ------------- | ----------- -200 <br /> *[Job](#job-v1beta1)* | OK - - -## Read Status - ->bdocs-tab:kubectl `kubectl` Command - -```bdocs-tab:kubectl_shell - -Coming Soon - -``` - ->bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) - -```bdocs-tab:curl_shell - -Coming Soon - -``` - ->bdocs-tab:kubectl Output - -```bdocs-tab:kubectl_json - -Coming Soon - -``` ->bdocs-tab:curl Response Body - -```bdocs-tab:curl_json - -Coming Soon - -``` - - - -read status of the specified Job - -### HTTP Request - -`GET /apis/extensions/v1beta1/namespaces/{namespace}/jobs/{name}/status` - -### Path Parameters - -Parameter | Description ------------- | ----------- -name | name of the Job -namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. - - -### Response - -Code | Description ------------- | ----------- -200 <br /> *[Job](#job-v1beta1)* | OK - - -## Replace Status - ->bdocs-tab:kubectl `kubectl` Command - -```bdocs-tab:kubectl_shell - -Coming Soon - -``` - ->bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) - -```bdocs-tab:curl_shell - -Coming Soon - -``` - ->bdocs-tab:kubectl Output - -```bdocs-tab:kubectl_json - -Coming Soon - -``` ->bdocs-tab:curl Response Body - -```bdocs-tab:curl_json - -Coming Soon - -``` - - - -replace status of the specified Job - -### HTTP Request - -`PUT /apis/extensions/v1beta1/namespaces/{namespace}/jobs/{name}/status` - -### Path Parameters - -Parameter | Description ------------- | ----------- -name | name of the Job -namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. - -### Query Parameters - -Parameter | Description ------------- | ----------- -body <br /> *[Job](#job-v1beta1)* | - -### Response - -Code | Description ------------- | ----------- -200 <br /> *[Job](#job-v1beta1)* | OK - - - diff --git a/docs/api-reference/1_5/documents/_generated_job_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_job_v1beta1_definition.md similarity index 64% rename from docs/api-reference/1_5/documents/_generated_job_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_job_v1beta1_definition.md index 28155bfe4c..cb541a5f4f 100644 --- a/docs/api-reference/1_5/documents/_generated_job_v1beta1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_job_v1beta1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#joblist-v1beta1">JobList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[JobSpec](#jobspec-v1beta1)* | Spec is a structure defining the expected behavior of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[JobStatus](#jobstatus-v1beta1)* | Status is a structure describing current status of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status diff --git a/docs/api-reference/1_5/documents/_generated_job_v2alpha1_concept.md b/docs/api-reference/v1.5/documents/_generated_job_v2alpha1_concept.md similarity index 94% rename from docs/api-reference/1_5/documents/_generated_job_v2alpha1_concept.md rename to docs/api-reference/v1.5/documents/_generated_job_v2alpha1_concept.md index 8f4d2fea8e..e07794dfe1 100644 --- a/docs/api-reference/1_5/documents/_generated_job_v2alpha1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_job_v2alpha1_concept.md @@ -22,6 +22,8 @@ Appears In <a href="#joblist-v2alpha1">JobList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[JobSpec](#jobspec-v2alpha1)* | Spec is a structure defining the expected behavior of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[JobStatus](#jobstatus-v2alpha1)* | Status is a structure describing current status of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status @@ -61,7 +63,9 @@ succeeded <br /> *integer* | Succeeded is the number of pods which reached Phas Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[Job](#job-v2alpha1) array* | Items is the list of Job. +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata @@ -199,10 +203,15 @@ create a Job Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Job](#job-v2alpha1)* | @@ -261,10 +270,15 @@ Parameter | Description ------------ | ----------- name | name of the Job namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Job](#job-v2alpha1)* | @@ -323,10 +337,15 @@ Parameter | Description ------------ | ----------- name | name of the Job namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -396,16 +415,21 @@ Parameter | Description ------------ | ----------- name | name of the Job namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- -body <br /> *[DeleteOptions](#deleteoptions-v1)* | +pretty | If 'true', then the output is pretty printed. gracePeriodSeconds | The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. orphanDependents | Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[DeleteOptions](#deleteoptions-v1)* | + ### Response Code | Description @@ -459,18 +483,19 @@ delete collection of Job Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -641,15 +666,16 @@ Parameter | Description ------------ | ----------- name | name of the Job namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. exact | Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace' export | Should this value be exported. Export strips fields that a user can not specify. + ### Response Code | Description @@ -830,18 +856,19 @@ list or watch objects of kind Job Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -890,7 +917,8 @@ list or watch objects of kind Job `GET /apis/batch/v2alpha1/jobs` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- @@ -1075,10 +1103,15 @@ watch changes to an object of kind Job Parameter | Description ------------ | ----------- -fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. -labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. name | name of the Job namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- +fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. +labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. @@ -1133,7 +1166,8 @@ watch individual changes to a list of Job `GET /apis/batch/v2alpha1/watch/jobs` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- diff --git a/docs/api-reference/1_5/documents/_generated_job_v2alpha1_definition.md b/docs/api-reference/v1.5/documents/_generated_job_v2alpha1_definition.md similarity index 62% rename from docs/api-reference/1_5/documents/_generated_job_v2alpha1_definition.md rename to docs/api-reference/v1.5/documents/_generated_job_v2alpha1_definition.md index e18df3ce0d..ea564c9d9a 100644 --- a/docs/api-reference/1_5/documents/_generated_job_v2alpha1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_job_v2alpha1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#joblist-v2alpha1">JobList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[JobSpec](#jobspec-v2alpha1)* | Spec is a structure defining the expected behavior of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[JobStatus](#jobstatus-v2alpha1)* | Status is a structure describing current status of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status diff --git a/docs/api-reference/1_5/documents/_generated_jobcondition_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_jobcondition_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_jobcondition_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_jobcondition_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_jobcondition_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_jobcondition_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_jobcondition_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_jobcondition_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_jobcondition_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_jobcondition_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_jobcondition_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_jobcondition_v1beta1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_jobcondition_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_jobcondition_v1beta1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_jobcondition_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_jobcondition_v1beta1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_jobcondition_v2alpha1_concept.md b/docs/api-reference/v1.5/documents/_generated_jobcondition_v2alpha1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_jobcondition_v2alpha1_concept.md rename to docs/api-reference/v1.5/documents/_generated_jobcondition_v2alpha1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_jobcondition_v2alpha1_definition.md b/docs/api-reference/v1.5/documents/_generated_jobcondition_v2alpha1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_jobcondition_v2alpha1_definition.md rename to docs/api-reference/v1.5/documents/_generated_jobcondition_v2alpha1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_joblist_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_joblist_v1_concept.md similarity index 50% rename from docs/resources-reference/1_5/documents/_generated_joblist_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_joblist_v1_concept.md index e8522f804e..49d7ff396f 100644 --- a/docs/resources-reference/1_5/documents/_generated_joblist_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_joblist_v1_concept.md @@ -21,7 +21,9 @@ JobList is a collection of jobs. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[Job](#job-v1) array* | Items is the list of Job. +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata diff --git a/docs/api-reference/v1.5/documents/_generated_joblist_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_joblist_v1_definition.md new file mode 100644 index 0000000000..e2eab3a6f5 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_joblist_v1_definition.md @@ -0,0 +1,19 @@ +## JobList v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | JobList + +<aside class="notice">Other api versions of this object exist: <a href="#joblist-v1beta1">v1beta1</a> <a href="#joblist-v2alpha1">v2alpha1</a> </aside> + +JobList is a collection of jobs. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[Job](#job-v1) array* | Items is the list of Job. +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata + diff --git a/docs/api-reference/1_5/documents/_generated_joblist_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_joblist_v1beta1_concept.md similarity index 63% rename from docs/api-reference/1_5/documents/_generated_joblist_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_joblist_v1beta1_concept.md index 27e3d382e5..1529455029 100644 --- a/docs/api-reference/1_5/documents/_generated_joblist_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_joblist_v1beta1_concept.md @@ -1,27 +1,29 @@ ----------- -# JobList v1 +# JobList v1beta1 Group | Version | Kind ------------ | ---------- | ----------- -Batch | v1 | JobList +Extensions | v1beta1 | JobList -<aside class="notice">Other api versions of this object exist: <a href="#joblist-v1beta1">v1beta1</a> <a href="#joblist-v2alpha1">v2alpha1</a> </aside> +<aside class="notice">Other api versions of this object exist: <a href="#joblist-v1">v1</a> <a href="#joblist-v2alpha1">v2alpha1</a> </aside> -JobList is a collection of jobs. +JobList is a collection of jobs. DEPRECATED: extensions/v1beta1.JobList is deprecated, use batch/v1.JobList instead. Field | Description ------------ | ----------- -items <br /> *[Job](#job-v1) array* | Items is the list of Job. +apiVersion <br /> *string* | 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 +items <br /> *[Job](#job-v1beta1) array* | Items is the list of Job. +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata @@ -71,15 +73,20 @@ watch individual changes to a list of Job ### HTTP Request -`GET /apis/batch/v1/watch/namespaces/{namespace}/jobs` +`GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/jobs` ### Path Parameters +Parameter | Description +------------ | ----------- +namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + Parameter | Description ------------ | ----------- fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. -namespace | object name and auth scope, such as for teams and projects pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. diff --git a/docs/resources-reference/1_5/documents/_generated_joblist_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_joblist_v1beta1_definition.md similarity index 50% rename from docs/resources-reference/1_5/documents/_generated_joblist_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_joblist_v1beta1_definition.md index caae13ec38..de1cf5d79d 100644 --- a/docs/resources-reference/1_5/documents/_generated_joblist_v1beta1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_joblist_v1beta1_definition.md @@ -2,7 +2,7 @@ Group | Version | Kind ------------ | ---------- | ----------- -Core | v1beta1 | JobList +Extensions | v1beta1 | JobList <aside class="notice">Other api versions of this object exist: <a href="#joblist-v1">v1</a> <a href="#joblist-v2alpha1">v2alpha1</a> </aside> @@ -12,6 +12,8 @@ JobList is a collection of jobs. DEPRECATED: extensions/v1beta1.JobList is depre Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[Job](#job-v1beta1) array* | Items is the list of Job. +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata diff --git a/docs/api-reference/1_5/documents/_generated_joblist_v2alpha1_concept.md b/docs/api-reference/v1.5/documents/_generated_joblist_v2alpha1_concept.md similarity index 75% rename from docs/api-reference/1_5/documents/_generated_joblist_v2alpha1_concept.md rename to docs/api-reference/v1.5/documents/_generated_joblist_v2alpha1_concept.md index 4c8f385167..de8d7079e6 100644 --- a/docs/api-reference/1_5/documents/_generated_joblist_v2alpha1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_joblist_v2alpha1_concept.md @@ -21,7 +21,9 @@ JobList is a collection of jobs. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[Job](#job-v2alpha1) array* | Items is the list of Job. +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata @@ -75,11 +77,16 @@ watch individual changes to a list of Job ### Path Parameters +Parameter | Description +------------ | ----------- +namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + Parameter | Description ------------ | ----------- fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. -namespace | object name and auth scope, such as for teams and projects pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. diff --git a/docs/api-reference/v1.5/documents/_generated_joblist_v2alpha1_definition.md b/docs/api-reference/v1.5/documents/_generated_joblist_v2alpha1_definition.md new file mode 100644 index 0000000000..99bf7eec27 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_joblist_v2alpha1_definition.md @@ -0,0 +1,19 @@ +## JobList v2alpha1 + +Group | Version | Kind +------------ | ---------- | ----------- +Batch | v2alpha1 | JobList + +<aside class="notice">Other api versions of this object exist: <a href="#joblist-v1">v1</a> <a href="#joblist-v1beta1">v1beta1</a> </aside> + +JobList is a collection of jobs. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[Job](#job-v2alpha1) array* | Items is the list of Job. +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata + diff --git a/docs/api-reference/1_5/documents/_generated_jobspec_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_jobspec_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_jobspec_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_jobspec_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_jobspec_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_jobspec_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_jobspec_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_jobspec_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_jobspec_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_jobspec_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_jobspec_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_jobspec_v1beta1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_jobspec_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_jobspec_v1beta1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_jobspec_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_jobspec_v1beta1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_jobspec_v2alpha1_concept.md b/docs/api-reference/v1.5/documents/_generated_jobspec_v2alpha1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_jobspec_v2alpha1_concept.md rename to docs/api-reference/v1.5/documents/_generated_jobspec_v2alpha1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_jobspec_v2alpha1_definition.md b/docs/api-reference/v1.5/documents/_generated_jobspec_v2alpha1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_jobspec_v2alpha1_definition.md rename to docs/api-reference/v1.5/documents/_generated_jobspec_v2alpha1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_deploymentstatus_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_jobstatus_v1_concept.md similarity index 55% rename from docs/user-guide/kubectl/1_5/documents/_generated_deploymentstatus_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_jobstatus_v1_concept.md index e2ea5c1b57..8daf92ed2d 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_deploymentstatus_v1beta1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_jobstatus_v1_concept.md @@ -1,33 +1,33 @@ ----------- -# DeploymentStatus v1beta1 +# JobStatus v1 Group | Version | Kind ------------ | ---------- | ----------- -Extensions | v1beta1 | DeploymentStatus +Batch | v1 | JobStatus +<aside class="notice">Other api versions of this object exist: <a href="#jobstatus-v1beta1">v1beta1</a> <a href="#jobstatus-v2alpha1">v2alpha1</a> </aside> - -DeploymentStatus is the most recently observed status of the Deployment. +JobStatus represents the current state of a Job. <aside class="notice"> -Appears In <a href="#deployment-v1beta1">Deployment</a> </aside> +Appears In <a href="#job-v1">Job</a> </aside> Field | Description ------------ | ----------- -availableReplicas <br /> *integer* | Total number of available pods (ready for at least minReadySeconds) targeted by this deployment. -conditions <br /> *[DeploymentCondition](#deploymentcondition-v1beta1) array* | Represents the latest available observations of a deployment's current state. -observedGeneration <br /> *integer* | The generation observed by the deployment controller. -replicas <br /> *integer* | Total number of non-terminated pods targeted by this deployment (their labels match the selector). -unavailableReplicas <br /> *integer* | Total number of unavailable pods targeted by this deployment. -updatedReplicas <br /> *integer* | Total number of non-terminated pods targeted by this deployment that have the desired template spec. +active <br /> *integer* | Active is the number of actively running pods. +completionTime <br /> *[Time](#time-unversioned)* | CompletionTime represents time when the job was completed. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC. +conditions <br /> *[JobCondition](#jobcondition-v1) array* | Conditions represent the latest available observations of an object's current state. More info: http://kubernetes.io/docs/user-guide/jobs +failed <br /> *integer* | Failed is the number of pods which reached Phase Failed. +startTime <br /> *[Time](#time-unversioned)* | StartTime represents time when the job was acknowledged by the Job Manager. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC. +succeeded <br /> *integer* | Succeeded is the number of pods which reached Phase Succeeded. @@ -72,31 +72,36 @@ Coming Soon -replace status of the specified Deployment +replace status of the specified Job ### HTTP Request -`PUT /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status` +`PUT /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status` ### Path Parameters Parameter | Description ------------ | ----------- -name | name of the Deployment +name | name of the Job namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- -body <br /> *[Deployment](#deployment-v1beta1)* | +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[Job](#job-v1)* | ### Response Code | Description ------------ | ----------- -200 <br /> *[Deployment](#deployment-v1beta1)* | OK +200 <br /> *[Job](#job-v1)* | OK ## Patch @@ -134,22 +139,27 @@ Coming Soon -partially update status of the specified Deployment +partially update status of the specified Job ### HTTP Request -`PATCH /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status` +`PATCH /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status` ### Path Parameters Parameter | Description ------------ | ----------- -name | name of the Deployment +name | name of the Job namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -158,7 +168,7 @@ body <br /> *[Patch](#patch-unversioned)* | Code | Description ------------ | ----------- -200 <br /> *[Deployment](#deployment-v1beta1)* | OK +200 <br /> *[Job](#job-v1)* | OK @@ -201,18 +211,23 @@ Coming Soon -read status of the specified Deployment +read status of the specified Job ### HTTP Request -`GET /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status` +`GET /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status` ### Path Parameters Parameter | Description ------------ | ----------- -name | name of the Deployment +name | name of the Job namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- pretty | If 'true', then the output is pretty printed. @@ -220,7 +235,7 @@ pretty | If 'true', then the output is pretty printed. Code | Description ------------ | ----------- -200 <br /> *[Deployment](#deployment-v1beta1)* | OK +200 <br /> *[Job](#job-v1)* | OK diff --git a/docs/resources-reference/1_5/documents/_generated_jobstatus_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_jobstatus_v1_definition.md similarity index 98% rename from docs/resources-reference/1_5/documents/_generated_jobstatus_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_jobstatus_v1_definition.md index d079a8d6e0..acbed90c9e 100644 --- a/docs/resources-reference/1_5/documents/_generated_jobstatus_v1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_jobstatus_v1_definition.md @@ -2,7 +2,7 @@ Group | Version | Kind ------------ | ---------- | ----------- -Core | v1 | JobStatus +Batch | v1 | JobStatus <aside class="notice">Other api versions of this object exist: <a href="#jobstatus-v1beta1">v1beta1</a> <a href="#jobstatus-v2alpha1">v2alpha1</a> </aside> diff --git a/docs/api-reference/1_5/documents/_generated_cronjobstatus_v2alpha1_concept.md b/docs/api-reference/v1.5/documents/_generated_jobstatus_v1beta1_concept.md similarity index 55% rename from docs/api-reference/1_5/documents/_generated_cronjobstatus_v2alpha1_concept.md rename to docs/api-reference/v1.5/documents/_generated_jobstatus_v1beta1_concept.md index a10a62b846..132897c072 100644 --- a/docs/api-reference/1_5/documents/_generated_cronjobstatus_v2alpha1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_jobstatus_v1beta1_concept.md @@ -1,29 +1,33 @@ ----------- -# CronJobStatus v2alpha1 +# JobStatus v1beta1 Group | Version | Kind ------------ | ---------- | ----------- -Batch | v2alpha1 | CronJobStatus +Extensions | v1beta1 | JobStatus +<aside class="notice">Other api versions of this object exist: <a href="#jobstatus-v1">v1</a> <a href="#jobstatus-v2alpha1">v2alpha1</a> </aside> - -CronJobStatus represents the current state of a cron job. +JobStatus represents the current state of a Job. <aside class="notice"> -Appears In <a href="#cronjob-v2alpha1">CronJob</a> </aside> +Appears In <a href="#job-v1beta1">Job</a> </aside> Field | Description ------------ | ----------- -active <br /> *[ObjectReference](#objectreference-v1) array* | Active holds pointers to currently running jobs. -lastScheduleTime <br /> *[Time](#time-unversioned)* | LastScheduleTime keeps information of when was the last time the job was successfully scheduled. +active <br /> *integer* | Active is the number of actively running pods. +completionTime <br /> *[Time](#time-unversioned)* | CompletionTime represents time when the job was completed. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC. +conditions <br /> *[JobCondition](#jobcondition-v1beta1) array* | Conditions represent the latest available observations of an object's current state. More info: http://kubernetes.io/docs/user-guide/jobs +failed <br /> *integer* | Failed is the number of pods which reached Phase Failed. +startTime <br /> *[Time](#time-unversioned)* | StartTime represents time when the job was acknowledged by the Job Manager. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC. +succeeded <br /> *integer* | Succeeded is the number of pods which reached Phase Succeeded. @@ -68,31 +72,36 @@ Coming Soon -replace status of the specified CronJob +replace status of the specified Job ### HTTP Request -`PUT /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}/status` +`PUT /apis/extensions/v1beta1/namespaces/{namespace}/jobs/{name}/status` ### Path Parameters Parameter | Description ------------ | ----------- -name | name of the CronJob +name | name of the Job namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- -body <br /> *[CronJob](#cronjob-v2alpha1)* | +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[Job](#job-v1beta1)* | ### Response Code | Description ------------ | ----------- -200 <br /> *[CronJob](#cronjob-v2alpha1)* | OK +200 <br /> *[Job](#job-v1beta1)* | OK ## Patch @@ -130,22 +139,27 @@ Coming Soon -partially update status of the specified CronJob +partially update status of the specified Job ### HTTP Request -`PATCH /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}/status` +`PATCH /apis/extensions/v1beta1/namespaces/{namespace}/jobs/{name}/status` ### Path Parameters Parameter | Description ------------ | ----------- -name | name of the CronJob +name | name of the Job namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -154,7 +168,7 @@ body <br /> *[Patch](#patch-unversioned)* | Code | Description ------------ | ----------- -200 <br /> *[CronJob](#cronjob-v2alpha1)* | OK +200 <br /> *[Job](#job-v1beta1)* | OK @@ -197,18 +211,23 @@ Coming Soon -read status of the specified CronJob +read status of the specified Job ### HTTP Request -`GET /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}/status` +`GET /apis/extensions/v1beta1/namespaces/{namespace}/jobs/{name}/status` ### Path Parameters Parameter | Description ------------ | ----------- -name | name of the CronJob +name | name of the Job namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- pretty | If 'true', then the output is pretty printed. @@ -216,7 +235,7 @@ pretty | If 'true', then the output is pretty printed. Code | Description ------------ | ----------- -200 <br /> *[CronJob](#cronjob-v2alpha1)* | OK +200 <br /> *[Job](#job-v1beta1)* | OK diff --git a/docs/resources-reference/1_5/documents/_generated_jobstatus_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_jobstatus_v1beta1_definition.md similarity index 97% rename from docs/resources-reference/1_5/documents/_generated_jobstatus_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_jobstatus_v1beta1_definition.md index 70a705e425..bb566c813f 100644 --- a/docs/resources-reference/1_5/documents/_generated_jobstatus_v1beta1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_jobstatus_v1beta1_definition.md @@ -2,7 +2,7 @@ Group | Version | Kind ------------ | ---------- | ----------- -Core | v1beta1 | JobStatus +Extensions | v1beta1 | JobStatus <aside class="notice">Other api versions of this object exist: <a href="#jobstatus-v1">v1</a> <a href="#jobstatus-v2alpha1">v2alpha1</a> </aside> diff --git a/docs/api-reference/1_5/documents/_generated_jobstatus_v2alpha1_concept.md b/docs/api-reference/v1.5/documents/_generated_jobstatus_v2alpha1_concept.md similarity index 94% rename from docs/api-reference/1_5/documents/_generated_jobstatus_v2alpha1_concept.md rename to docs/api-reference/v1.5/documents/_generated_jobstatus_v2alpha1_concept.md index 5c979bc821..abf3287d2a 100644 --- a/docs/api-reference/1_5/documents/_generated_jobstatus_v2alpha1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_jobstatus_v2alpha1_concept.md @@ -84,10 +84,15 @@ Parameter | Description ------------ | ----------- name | name of the Job namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Job](#job-v2alpha1)* | @@ -146,10 +151,15 @@ Parameter | Description ------------ | ----------- name | name of the Job namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -213,6 +223,11 @@ Parameter | Description ------------ | ----------- name | name of the Job namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- pretty | If 'true', then the output is pretty printed. diff --git a/docs/api-reference/1_5/documents/_generated_jobstatus_v2alpha1_definition.md b/docs/api-reference/v1.5/documents/_generated_jobstatus_v2alpha1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_jobstatus_v2alpha1_definition.md rename to docs/api-reference/v1.5/documents/_generated_jobstatus_v2alpha1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_jobtemplatespec_v2alpha1_concept.md b/docs/api-reference/v1.5/documents/_generated_jobtemplatespec_v2alpha1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_jobtemplatespec_v2alpha1_concept.md rename to docs/api-reference/v1.5/documents/_generated_jobtemplatespec_v2alpha1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_jobtemplatespec_v2alpha1_definition.md b/docs/api-reference/v1.5/documents/_generated_jobtemplatespec_v2alpha1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_jobtemplatespec_v2alpha1_definition.md rename to docs/api-reference/v1.5/documents/_generated_jobtemplatespec_v2alpha1_definition.md diff --git a/docs/api-reference/v1.5/documents/_generated_keytopath_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_keytopath_v1_concept.md new file mode 100644 index 0000000000..54d1cc0953 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_keytopath_v1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# KeyToPath v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | KeyToPath + + + + + + + +Maps a string key to a path within a volume. + +<aside class="notice"> +Appears In <a href="#configmapvolumesource-v1">ConfigMapVolumeSource</a> <a href="#secretvolumesource-v1">SecretVolumeSource</a> </aside> + +Field | Description +------------ | ----------- +key <br /> *string* | The key to project. +mode <br /> *integer* | Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. +path <br /> *string* | The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'. + + + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_keytopath_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_keytopath_v1_definition.md new file mode 100644 index 0000000000..615f9131f2 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_keytopath_v1_definition.md @@ -0,0 +1,19 @@ +## KeyToPath v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | KeyToPath + + + +Maps a string key to a path within a volume. + +<aside class="notice"> +Appears In <a href="#configmapvolumesource-v1">ConfigMapVolumeSource</a> <a href="#secretvolumesource-v1">SecretVolumeSource</a> </aside> + +Field | Description +------------ | ----------- +key <br /> *string* | The key to project. +mode <br /> *integer* | Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. +path <br /> *string* | The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'. + diff --git a/docs/api-reference/1_5/documents/_generated_labelselector_unversioned_concept.md b/docs/api-reference/v1.5/documents/_generated_labelselector_unversioned_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_labelselector_unversioned_concept.md rename to docs/api-reference/v1.5/documents/_generated_labelselector_unversioned_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_labelselector_unversioned_definition.md b/docs/api-reference/v1.5/documents/_generated_labelselector_unversioned_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_labelselector_unversioned_definition.md rename to docs/api-reference/v1.5/documents/_generated_labelselector_unversioned_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_labelselectorrequirement_unversioned_concept.md b/docs/api-reference/v1.5/documents/_generated_labelselectorrequirement_unversioned_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_labelselectorrequirement_unversioned_concept.md rename to docs/api-reference/v1.5/documents/_generated_labelselectorrequirement_unversioned_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_labelselectorrequirement_unversioned_definition.md b/docs/api-reference/v1.5/documents/_generated_labelselectorrequirement_unversioned_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_labelselectorrequirement_unversioned_definition.md rename to docs/api-reference/v1.5/documents/_generated_labelselectorrequirement_unversioned_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_lifecycle_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_lifecycle_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_lifecycle_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_lifecycle_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_lifecycle_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_lifecycle_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_lifecycle_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_lifecycle_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_limitrange_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_limitrange_v1_concept.md similarity index 90% rename from docs/user-guide/kubectl/1_5/documents/_generated_limitrange_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_limitrange_v1_concept.md index 01e08cd649..643d55d332 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_limitrange_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_limitrange_v1_concept.md @@ -22,6 +22,8 @@ Appears In <a href="#limitrangelist-v1">LimitRangeList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[LimitRangeSpec](#limitrangespec-v1)* | Spec defines the limits enforced. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status @@ -41,7 +43,9 @@ limits <br /> *[LimitRangeItem](#limitrangeitem-v1) array* | Limits is the list Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[LimitRange](#limitrange-v1) array* | Items is a list of LimitRange objects. More info: http://releases.k8s.io/HEAD/docs/design/admission_control_limit_range.md +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds @@ -97,10 +101,15 @@ create a LimitRange Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[LimitRange](#limitrange-v1)* | @@ -159,10 +168,15 @@ Parameter | Description ------------ | ----------- name | name of the LimitRange namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[LimitRange](#limitrange-v1)* | @@ -221,10 +235,15 @@ Parameter | Description ------------ | ----------- name | name of the LimitRange namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -283,16 +302,21 @@ Parameter | Description ------------ | ----------- name | name of the LimitRange namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- -body <br /> *[DeleteOptions](#deleteoptions-v1)* | +pretty | If 'true', then the output is pretty printed. gracePeriodSeconds | The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. orphanDependents | Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[DeleteOptions](#deleteoptions-v1)* | + ### Response Code | Description @@ -346,18 +370,19 @@ delete collection of LimitRange Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -417,15 +442,16 @@ Parameter | Description ------------ | ----------- name | name of the LimitRange namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. exact | Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace' export | Should this value be exported. Export strips fields that a user can not specify. + ### Response Code | Description @@ -479,18 +505,19 @@ list or watch objects of kind LimitRange Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -539,7 +566,8 @@ list or watch objects of kind LimitRange `GET /api/v1/limitranges` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- @@ -603,71 +631,15 @@ watch changes to an object of kind LimitRange Parameter | Description ------------ | ----------- -fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. -labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. name | name of the LimitRange namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. -resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. -timeoutSeconds | Timeout for the list/watch call. -watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. - -### Response - -Code | Description ------------- | ----------- -200 <br /> *[Event](#event-versioned)* | OK - - -## Watch List - ->bdocs-tab:kubectl `kubectl` Command - -```bdocs-tab:kubectl_shell - -Coming Soon - -``` - ->bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) - -```bdocs-tab:curl_shell - -Coming Soon - -``` - ->bdocs-tab:kubectl Output - -```bdocs-tab:kubectl_json - -Coming Soon - -``` ->bdocs-tab:curl Response Body - -```bdocs-tab:curl_json - -Coming Soon - -``` - - - -watch individual changes to a list of LimitRange - -### HTTP Request - -`GET /api/v1/watch/namespaces/{namespace}/limitranges` - -### Path Parameters +### Query Parameters Parameter | Description ------------ | ----------- fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. -namespace | object name and auth scope, such as for teams and projects pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. @@ -722,7 +694,8 @@ watch individual changes to a list of LimitRange `GET /api/v1/watch/limitranges` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- diff --git a/docs/api-reference/1_5/documents/_generated_limitrange_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_limitrange_v1_definition.md similarity index 53% rename from docs/api-reference/1_5/documents/_generated_limitrange_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_limitrange_v1_definition.md index 53e7ca483c..5f2c44911d 100644 --- a/docs/api-reference/1_5/documents/_generated_limitrange_v1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_limitrange_v1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#limitrangelist-v1">LimitRangeList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[LimitRangeSpec](#limitrangespec-v1)* | Spec defines the limits enforced. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status diff --git a/docs/api-reference/1_5/documents/_generated_limitrangeitem_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_limitrangeitem_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_limitrangeitem_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_limitrangeitem_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_limitrangeitem_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_limitrangeitem_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_limitrangeitem_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_limitrangeitem_v1_definition.md diff --git a/docs/api-reference/v1.5/documents/_generated_limitrangelist_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_limitrangelist_v1_concept.md new file mode 100644 index 0000000000..76ecfdeee4 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_limitrangelist_v1_concept.md @@ -0,0 +1,104 @@ + + +----------- +# LimitRangeList v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | LimitRangeList + + + + + + + +LimitRangeList is a list of LimitRange items. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[LimitRange](#limitrange-v1) array* | Items is a list of LimitRange objects. More info: http://releases.k8s.io/HEAD/docs/design/admission_control_limit_range.md +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds + + + + + +## <strong>Read Operations</strong> + +See supported operations below... + +## Watch + +>bdocs-tab:kubectl `kubectl` Command + +```bdocs-tab:kubectl_shell + +Coming Soon + +``` + +>bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) + +```bdocs-tab:curl_shell + +Coming Soon + +``` + +>bdocs-tab:kubectl Output + +```bdocs-tab:kubectl_json + +Coming Soon + +``` +>bdocs-tab:curl Response Body + +```bdocs-tab:curl_json + +Coming Soon + +``` + + + +watch individual changes to a list of LimitRange + +### HTTP Request + +`GET /api/v1/watch/namespaces/{namespace}/limitranges` + +### Path Parameters + +Parameter | Description +------------ | ----------- +namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- +fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. +labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. +pretty | If 'true', then the output is pretty printed. +resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. +timeoutSeconds | Timeout for the list/watch call. +watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + + +### Response + +Code | Description +------------ | ----------- +200 <br /> *[Event](#event-versioned)* | OK + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_limitrangelist_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_limitrangelist_v1_definition.md new file mode 100644 index 0000000000..f482b33ac8 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_limitrangelist_v1_definition.md @@ -0,0 +1,19 @@ +## LimitRangeList v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | LimitRangeList + + + +LimitRangeList is a list of LimitRange items. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[LimitRange](#limitrange-v1) array* | Items is a list of LimitRange objects. More info: http://releases.k8s.io/HEAD/docs/design/admission_control_limit_range.md +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds + diff --git a/docs/api-reference/1_5/documents/_generated_limitrangespec_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_limitrangespec_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_limitrangespec_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_limitrangespec_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_limitrangespec_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_limitrangespec_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_limitrangespec_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_limitrangespec_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_listmeta_unversioned_concept.md b/docs/api-reference/v1.5/documents/_generated_listmeta_unversioned_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_listmeta_unversioned_concept.md rename to docs/api-reference/v1.5/documents/_generated_listmeta_unversioned_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_listmeta_unversioned_definition.md b/docs/api-reference/v1.5/documents/_generated_listmeta_unversioned_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_listmeta_unversioned_definition.md rename to docs/api-reference/v1.5/documents/_generated_listmeta_unversioned_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_loadbalanceringress_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_loadbalanceringress_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_loadbalanceringress_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_loadbalanceringress_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_loadbalanceringress_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_loadbalanceringress_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_loadbalanceringress_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_loadbalanceringress_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_loadbalancerstatus_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_loadbalancerstatus_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_loadbalancerstatus_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_loadbalancerstatus_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_loadbalancerstatus_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_loadbalancerstatus_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_loadbalancerstatus_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_loadbalancerstatus_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_localobjectreference_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_localobjectreference_v1_concept.md similarity index 64% rename from docs/resources-reference/1_5/documents/_generated_localobjectreference_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_localobjectreference_v1_concept.md index 4ad41b1c2a..d8d3fcadfc 100644 --- a/docs/resources-reference/1_5/documents/_generated_localobjectreference_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_localobjectreference_v1_concept.md @@ -18,7 +18,7 @@ Core | v1 | LocalObjectReference LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace. <aside class="notice"> -Appears In <a href="#podspec-v1">PodSpec</a> <a href="#serviceaccount-v1">ServiceAccount</a> </aside> +Appears In <a href="#cephfsvolumesource-v1">CephFSVolumeSource</a> <a href="#flexvolumesource-v1">FlexVolumeSource</a> <a href="#podspec-v1">PodSpec</a> <a href="#rbdvolumesource-v1">RBDVolumeSource</a> <a href="#serviceaccount-v1">ServiceAccount</a> </aside> Field | Description ------------ | ----------- diff --git a/docs/api-reference/1_5/documents/_generated_localobjectreference_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_localobjectreference_v1_definition.md similarity index 62% rename from docs/api-reference/1_5/documents/_generated_localobjectreference_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_localobjectreference_v1_definition.md index dee0b8b8be..561ffc419c 100644 --- a/docs/api-reference/1_5/documents/_generated_localobjectreference_v1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_localobjectreference_v1_definition.md @@ -9,7 +9,7 @@ Core | v1 | LocalObjectReference LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace. <aside class="notice"> -Appears In <a href="#podspec-v1">PodSpec</a> <a href="#serviceaccount-v1">ServiceAccount</a> </aside> +Appears In <a href="#cephfsvolumesource-v1">CephFSVolumeSource</a> <a href="#flexvolumesource-v1">FlexVolumeSource</a> <a href="#podspec-v1">PodSpec</a> <a href="#rbdvolumesource-v1">RBDVolumeSource</a> <a href="#serviceaccount-v1">ServiceAccount</a> </aside> Field | Description ------------ | ----------- diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_localsubjectaccessreview_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_localsubjectaccessreview_v1beta1_concept.md similarity index 72% rename from docs/user-guide/kubectl/1_5/documents/_generated_localsubjectaccessreview_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_localsubjectaccessreview_v1beta1_concept.md index 5372c81533..1072acd1ea 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_localsubjectaccessreview_v1beta1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_localsubjectaccessreview_v1beta1_concept.md @@ -21,6 +21,8 @@ LocalSubjectAccessReview checks whether or not a user or group can perform an ac Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | spec <br /> *[SubjectAccessReviewSpec](#subjectaccessreviewspec-v1beta1)* | Spec holds information about the request being evaluated. spec.namespace must be equal to the namespace you made the request against. If empty, it is defaulted. status <br /> *[SubjectAccessReviewStatus](#subjectaccessreviewstatus-v1beta1)* | Status is filled in by the server and indicates whether the request is allowed or not @@ -78,10 +80,19 @@ create a LocalSubjectAccessReview Parameter | Description ------------ | ----------- -body <br /> *[LocalSubjectAccessReview](#localsubjectaccessreview-v1beta1)* | namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- pretty | If 'true', then the output is pretty printed. +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[LocalSubjectAccessReview](#localsubjectaccessreview-v1beta1)* | ### Response diff --git a/docs/api-reference/1_5/documents/_generated_localsubjectaccessreview_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_localsubjectaccessreview_v1beta1_definition.md similarity index 61% rename from docs/api-reference/1_5/documents/_generated_localsubjectaccessreview_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_localsubjectaccessreview_v1beta1_definition.md index 725242b868..e61325f998 100644 --- a/docs/api-reference/1_5/documents/_generated_localsubjectaccessreview_v1beta1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_localsubjectaccessreview_v1beta1_definition.md @@ -12,6 +12,8 @@ LocalSubjectAccessReview checks whether or not a user or group can perform an ac Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | spec <br /> *[SubjectAccessReviewSpec](#subjectaccessreviewspec-v1beta1)* | Spec holds information about the request being evaluated. spec.namespace must be equal to the namespace you made the request against. If empty, it is defaulted. status <br /> *[SubjectAccessReviewStatus](#subjectaccessreviewstatus-v1beta1)* | Status is filled in by the server and indicates whether the request is allowed or not diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_namespace_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_namespace_v1_concept.md similarity index 88% rename from docs/user-guide/kubectl/1_5/documents/_generated_namespace_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_namespace_v1_concept.md index 4121d6104b..33fcf6de46 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_namespace_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_namespace_v1_concept.md @@ -22,6 +22,8 @@ Appears In <a href="#namespacelist-v1">NamespaceList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[NamespaceSpec](#namespacespec-v1)* | Spec defines the behavior of the Namespace. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[NamespaceStatus](#namespacestatus-v1)* | Status describes the current status of a Namespace. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status @@ -51,7 +53,9 @@ phase <br /> *string* | Phase is the current lifecycle phase of the namespace. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[Namespace](#namespace-v1) array* | Items is the list of Namespace objects in the list. More info: http://kubernetes.io/docs/user-guide/namespaces +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds @@ -102,13 +106,14 @@ create a Namespace `POST /api/v1/namespaces` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- pretty | If 'true', then the output is pretty printed. -### Query Parameters +### Body Parameters Parameter | Description ------------ | ----------- @@ -167,10 +172,15 @@ replace the specified Namespace Parameter | Description ------------ | ----------- name | name of the Namespace -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Namespace](#namespace-v1)* | @@ -228,10 +238,15 @@ partially update the specified Namespace Parameter | Description ------------ | ----------- name | name of the Namespace -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -289,16 +304,21 @@ delete a Namespace Parameter | Description ------------ | ----------- name | name of the Namespace -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- -body <br /> *[DeleteOptions](#deleteoptions-v1)* | +pretty | If 'true', then the output is pretty printed. gracePeriodSeconds | The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. orphanDependents | Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[DeleteOptions](#deleteoptions-v1)* | + ### Response Code | Description @@ -347,22 +367,19 @@ delete collection of Namespace `DELETE /api/v1/namespaces` -### Path Parameters - -Parameter | Description ------------- | ----------- -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -421,15 +438,16 @@ read the specified Namespace Parameter | Description ------------ | ----------- name | name of the Namespace -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. exact | Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace' export | Should this value be exported. Export strips fields that a user can not specify. + ### Response Code | Description @@ -478,22 +496,19 @@ list or watch objects of kind Namespace `GET /api/v1/namespaces` -### Path Parameters - -Parameter | Description ------------- | ----------- -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -544,11 +559,16 @@ watch changes to an object of kind Namespace ### Path Parameters +Parameter | Description +------------ | ----------- +name | name of the Namespace + +### Query Parameters + Parameter | Description ------------ | ----------- fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. -name | name of the Namespace pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. diff --git a/docs/resources-reference/1_5/documents/_generated_namespace_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_namespace_v1_definition.md similarity index 59% rename from docs/resources-reference/1_5/documents/_generated_namespace_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_namespace_v1_definition.md index 5c3d3a38ea..86146344cf 100644 --- a/docs/resources-reference/1_5/documents/_generated_namespace_v1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_namespace_v1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#namespacelist-v1">NamespaceList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[NamespaceSpec](#namespacespec-v1)* | Spec defines the behavior of the Namespace. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[NamespaceStatus](#namespacestatus-v1)* | Status describes the current status of a Namespace. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_namespacelist_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_namespacelist_v1_concept.md similarity index 76% rename from docs/user-guide/kubectl/1_5/documents/_generated_namespacelist_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_namespacelist_v1_concept.md index db1656a831..1b17ac6cdc 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_namespacelist_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_namespacelist_v1_concept.md @@ -21,7 +21,9 @@ NamespaceList is a list of Namespaces. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[Namespace](#namespace-v1) array* | Items is the list of Namespace objects in the list. More info: http://kubernetes.io/docs/user-guide/namespaces +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds @@ -73,7 +75,8 @@ watch individual changes to a list of Namespace `GET /api/v1/watch/namespaces` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- diff --git a/docs/api-reference/v1.5/documents/_generated_namespacelist_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_namespacelist_v1_definition.md new file mode 100644 index 0000000000..ca5cdccd19 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_namespacelist_v1_definition.md @@ -0,0 +1,19 @@ +## NamespaceList v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | NamespaceList + + + +NamespaceList is a list of Namespaces. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[Namespace](#namespace-v1) array* | Items is the list of Namespace objects in the list. More info: http://kubernetes.io/docs/user-guide/namespaces +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds + diff --git a/docs/api-reference/1_5/documents/_generated_namespacespec_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_namespacespec_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_namespacespec_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_namespacespec_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_namespacespec_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_namespacespec_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_namespacespec_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_namespacespec_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_namespacestatus_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_namespacestatus_v1_concept.md similarity index 93% rename from docs/user-guide/kubectl/1_5/documents/_generated_namespacestatus_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_namespacestatus_v1_concept.md index a28e23635b..ac4944cd59 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_namespacestatus_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_namespacestatus_v1_concept.md @@ -78,10 +78,15 @@ replace status of the specified Namespace Parameter | Description ------------ | ----------- name | name of the Namespace -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Namespace](#namespace-v1)* | @@ -139,10 +144,15 @@ partially update status of the specified Namespace Parameter | Description ------------ | ----------- name | name of the Namespace -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -205,6 +215,11 @@ read status of the specified Namespace Parameter | Description ------------ | ----------- name | name of the Namespace + +### Query Parameters + +Parameter | Description +------------ | ----------- pretty | If 'true', then the output is pretty printed. diff --git a/docs/api-reference/1_5/documents/_generated_namespacestatus_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_namespacestatus_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_namespacestatus_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_namespacestatus_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_networkpolicy_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_networkpolicy_v1beta1_concept.md similarity index 90% rename from docs/user-guide/kubectl/1_5/documents/_generated_networkpolicy_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_networkpolicy_v1beta1_concept.md index a77aa0e978..2c53ac8473 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_networkpolicy_v1beta1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_networkpolicy_v1beta1_concept.md @@ -22,6 +22,8 @@ Appears In <a href="#networkpolicylist-v1beta1">NetworkPolicyList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[NetworkPolicySpec](#networkpolicyspec-v1beta1)* | Specification of the desired behavior for this NetworkPolicy. @@ -42,7 +44,9 @@ podSelector <br /> *[LabelSelector](#labelselector-unversioned)* | Selects the Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[NetworkPolicy](#networkpolicy-v1beta1) array* | Items is a list of schema objects. +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata @@ -98,10 +102,15 @@ create a NetworkPolicy Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[NetworkPolicy](#networkpolicy-v1beta1)* | @@ -160,10 +169,15 @@ Parameter | Description ------------ | ----------- name | name of the NetworkPolicy namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[NetworkPolicy](#networkpolicy-v1beta1)* | @@ -222,10 +236,15 @@ Parameter | Description ------------ | ----------- name | name of the NetworkPolicy namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -284,16 +303,21 @@ Parameter | Description ------------ | ----------- name | name of the NetworkPolicy namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- -body <br /> *[DeleteOptions](#deleteoptions-v1)* | +pretty | If 'true', then the output is pretty printed. gracePeriodSeconds | The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. orphanDependents | Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[DeleteOptions](#deleteoptions-v1)* | + ### Response Code | Description @@ -347,18 +371,19 @@ delete collection of NetworkPolicy Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -418,15 +443,16 @@ Parameter | Description ------------ | ----------- name | name of the NetworkPolicy namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. exact | Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace' export | Should this value be exported. Export strips fields that a user can not specify. + ### Response Code | Description @@ -480,18 +506,19 @@ list or watch objects of kind NetworkPolicy Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -540,7 +567,8 @@ list or watch objects of kind NetworkPolicy `GET /apis/extensions/v1beta1/networkpolicies` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- @@ -604,10 +632,15 @@ watch changes to an object of kind NetworkPolicy Parameter | Description ------------ | ----------- -fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. -labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. name | name of the NetworkPolicy namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- +fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. +labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. @@ -662,7 +695,8 @@ watch individual changes to a list of NetworkPolicy `GET /apis/extensions/v1beta1/watch/networkpolicies` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- diff --git a/docs/api-reference/1_5/documents/_generated_networkpolicy_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_networkpolicy_v1beta1_definition.md similarity index 50% rename from docs/api-reference/1_5/documents/_generated_networkpolicy_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_networkpolicy_v1beta1_definition.md index 34c2cfd76e..5710a158dc 100644 --- a/docs/api-reference/1_5/documents/_generated_networkpolicy_v1beta1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_networkpolicy_v1beta1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#networkpolicylist-v1beta1">NetworkPolicyList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[NetworkPolicySpec](#networkpolicyspec-v1beta1)* | Specification of the desired behavior for this NetworkPolicy. diff --git a/docs/api-reference/1_5/documents/_generated_networkpolicyingressrule_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_networkpolicyingressrule_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_networkpolicyingressrule_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_networkpolicyingressrule_v1beta1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_networkpolicyingressrule_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_networkpolicyingressrule_v1beta1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_networkpolicyingressrule_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_networkpolicyingressrule_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_networkpolicylist_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_networkpolicylist_v1beta1_concept.md similarity index 75% rename from docs/user-guide/kubectl/1_5/documents/_generated_networkpolicylist_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_networkpolicylist_v1beta1_concept.md index 4a144da98b..333ca0fa25 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_networkpolicylist_v1beta1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_networkpolicylist_v1beta1_concept.md @@ -21,7 +21,9 @@ Network Policy List is a list of NetworkPolicy objects. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[NetworkPolicy](#networkpolicy-v1beta1) array* | Items is a list of schema objects. +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata @@ -75,11 +77,16 @@ watch individual changes to a list of NetworkPolicy ### Path Parameters +Parameter | Description +------------ | ----------- +namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + Parameter | Description ------------ | ----------- fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. -namespace | object name and auth scope, such as for teams and projects pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. diff --git a/docs/api-reference/v1.5/documents/_generated_networkpolicylist_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_networkpolicylist_v1beta1_definition.md new file mode 100644 index 0000000000..3d743e4aac --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_networkpolicylist_v1beta1_definition.md @@ -0,0 +1,19 @@ +## NetworkPolicyList v1beta1 + +Group | Version | Kind +------------ | ---------- | ----------- +Extensions | v1beta1 | NetworkPolicyList + + + +Network Policy List is a list of NetworkPolicy objects. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[NetworkPolicy](#networkpolicy-v1beta1) array* | Items is a list of schema objects. +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata + diff --git a/docs/api-reference/1_5/documents/_generated_networkpolicypeer_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_networkpolicypeer_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_networkpolicypeer_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_networkpolicypeer_v1beta1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_networkpolicypeer_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_networkpolicypeer_v1beta1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_networkpolicypeer_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_networkpolicypeer_v1beta1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_networkpolicyport_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_networkpolicyport_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_networkpolicyport_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_networkpolicyport_v1beta1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_networkpolicyport_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_networkpolicyport_v1beta1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_networkpolicyport_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_networkpolicyport_v1beta1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_networkpolicyspec_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_networkpolicyspec_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_networkpolicyspec_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_networkpolicyspec_v1beta1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_networkpolicyspec_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_networkpolicyspec_v1beta1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_networkpolicyspec_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_networkpolicyspec_v1beta1_definition.md diff --git a/docs/api-reference/v1.5/documents/_generated_nfsvolumesource_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_nfsvolumesource_v1_concept.md new file mode 100644 index 0000000000..a419519c19 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_nfsvolumesource_v1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# NFSVolumeSource v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | NFSVolumeSource + + + + + + + +Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +path <br /> *string* | Path that is exported by the NFS server. More info: http://kubernetes.io/docs/user-guide/volumes#nfs +readOnly <br /> *boolean* | ReadOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: http://kubernetes.io/docs/user-guide/volumes#nfs +server <br /> *string* | Server is the hostname or IP address of the NFS server. More info: http://kubernetes.io/docs/user-guide/volumes#nfs + + + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_nfsvolumesource_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_nfsvolumesource_v1_definition.md new file mode 100644 index 0000000000..23c2266305 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_nfsvolumesource_v1_definition.md @@ -0,0 +1,19 @@ +## NFSVolumeSource v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | NFSVolumeSource + + + +Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +path <br /> *string* | Path that is exported by the NFS server. More info: http://kubernetes.io/docs/user-guide/volumes#nfs +readOnly <br /> *boolean* | ReadOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: http://kubernetes.io/docs/user-guide/volumes#nfs +server <br /> *string* | Server is the hostname or IP address of the NFS server. More info: http://kubernetes.io/docs/user-guide/volumes#nfs + diff --git a/docs/api-reference/1_5/documents/_generated_node_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_node_v1_concept.md similarity index 92% rename from docs/api-reference/1_5/documents/_generated_node_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_node_v1_concept.md index c2141c61ec..790d0e9dc9 100644 --- a/docs/api-reference/1_5/documents/_generated_node_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_node_v1_concept.md @@ -22,6 +22,8 @@ Appears In <a href="#nodelist-v1">NodeList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[NodeSpec](#nodespec-v1)* | Spec defines the behavior of a node. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[NodeStatus](#nodestatus-v1)* | Most recently observed status of the node. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status @@ -63,7 +65,9 @@ volumesInUse <br /> *string array* | List of attachable volumes in use (mounted Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[Node](#node-v1) array* | List of nodes +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds @@ -114,13 +118,14 @@ create a Node `POST /api/v1/nodes` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- pretty | If 'true', then the output is pretty printed. -### Query Parameters +### Body Parameters Parameter | Description ------------ | ----------- @@ -179,10 +184,15 @@ replace the specified Node Parameter | Description ------------ | ----------- name | name of the Node -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Node](#node-v1)* | @@ -240,10 +250,15 @@ partially update the specified Node Parameter | Description ------------ | ----------- name | name of the Node -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -301,16 +316,21 @@ delete a Node Parameter | Description ------------ | ----------- name | name of the Node -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- -body <br /> *[DeleteOptions](#deleteoptions-v1)* | +pretty | If 'true', then the output is pretty printed. gracePeriodSeconds | The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. orphanDependents | Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[DeleteOptions](#deleteoptions-v1)* | + ### Response Code | Description @@ -359,22 +379,19 @@ delete collection of Node `DELETE /api/v1/nodes` -### Path Parameters - -Parameter | Description ------------- | ----------- -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -433,15 +450,16 @@ read the specified Node Parameter | Description ------------ | ----------- name | name of the Node -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. exact | Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace' export | Should this value be exported. Export strips fields that a user can not specify. + ### Response Code | Description @@ -490,22 +508,19 @@ list or watch objects of kind Node `GET /api/v1/nodes` -### Path Parameters - -Parameter | Description ------------- | ----------- -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -558,64 +573,9 @@ watch changes to an object of kind Node Parameter | Description ------------ | ----------- -fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. -labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. name | name of the Node -pretty | If 'true', then the output is pretty printed. -resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. -timeoutSeconds | Timeout for the list/watch call. -watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. - -### Response - -Code | Description ------------- | ----------- -200 <br /> *[Event](#event-versioned)* | OK - - -## Watch List - ->bdocs-tab:kubectl `kubectl` Command - -```bdocs-tab:kubectl_shell - -Coming Soon - -``` - ->bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) - -```bdocs-tab:curl_shell - -Coming Soon - -``` - ->bdocs-tab:kubectl Output - -```bdocs-tab:kubectl_json - -Coming Soon - -``` ->bdocs-tab:curl Response Body - -```bdocs-tab:curl_json - -Coming Soon - -``` - - - -watch individual changes to a list of Node - -### HTTP Request - -`GET /api/v1/watch/nodes` - -### Path Parameters +### Query Parameters Parameter | Description ------------ | ----------- @@ -685,6 +645,11 @@ connect POST requests to proxy of Node Parameter | Description ------------ | ----------- name | name of the Node + +### Query Parameters + +Parameter | Description +------------ | ----------- path | Path is the URL path to use for the current proxy request to node. @@ -742,6 +707,11 @@ Parameter | Description ------------ | ----------- name | name of the Node path | path to the resource + +### Query Parameters + +Parameter | Description +------------ | ----------- path | Path is the URL path to use for the current proxy request to node. @@ -800,6 +770,7 @@ Parameter | Description name | name of the Node + ### Response Code | Description @@ -856,6 +827,7 @@ name | name of the Node path | path to the resource + ### Response Code | Description @@ -909,6 +881,11 @@ connect DELETE requests to proxy of Node Parameter | Description ------------ | ----------- name | name of the Node + +### Query Parameters + +Parameter | Description +------------ | ----------- path | Path is the URL path to use for the current proxy request to node. @@ -966,6 +943,11 @@ Parameter | Description ------------ | ----------- name | name of the Node path | path to the resource + +### Query Parameters + +Parameter | Description +------------ | ----------- path | Path is the URL path to use for the current proxy request to node. @@ -1024,6 +1006,7 @@ Parameter | Description name | name of the Node + ### Response Code | Description @@ -1080,6 +1063,7 @@ name | name of the Node path | path to the resource + ### Response Code | Description @@ -1133,6 +1117,11 @@ connect GET requests to proxy of Node Parameter | Description ------------ | ----------- name | name of the Node + +### Query Parameters + +Parameter | Description +------------ | ----------- path | Path is the URL path to use for the current proxy request to node. @@ -1190,6 +1179,11 @@ Parameter | Description ------------ | ----------- name | name of the Node path | path to the resource + +### Query Parameters + +Parameter | Description +------------ | ----------- path | Path is the URL path to use for the current proxy request to node. @@ -1248,6 +1242,7 @@ Parameter | Description name | name of the Node + ### Response Code | Description @@ -1304,6 +1299,7 @@ name | name of the Node path | path to the resource + ### Response Code | Description @@ -1357,6 +1353,11 @@ connect HEAD requests to proxy of Node Parameter | Description ------------ | ----------- name | name of the Node + +### Query Parameters + +Parameter | Description +------------ | ----------- path | Path is the URL path to use for the current proxy request to node. @@ -1414,6 +1415,11 @@ Parameter | Description ------------ | ----------- name | name of the Node path | path to the resource + +### Query Parameters + +Parameter | Description +------------ | ----------- path | Path is the URL path to use for the current proxy request to node. @@ -1470,6 +1476,11 @@ connect PUT requests to proxy of Node Parameter | Description ------------ | ----------- name | name of the Node + +### Query Parameters + +Parameter | Description +------------ | ----------- path | Path is the URL path to use for the current proxy request to node. @@ -1527,6 +1538,11 @@ Parameter | Description ------------ | ----------- name | name of the Node path | path to the resource + +### Query Parameters + +Parameter | Description +------------ | ----------- path | Path is the URL path to use for the current proxy request to node. @@ -1585,6 +1601,7 @@ Parameter | Description name | name of the Node + ### Response Code | Description @@ -1641,6 +1658,7 @@ name | name of the Node path | path to the resource + ### Response Code | Description diff --git a/docs/api-reference/1_5/documents/_generated_node_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_node_v1_definition.md similarity index 59% rename from docs/api-reference/1_5/documents/_generated_node_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_node_v1_definition.md index 7875b6524c..7350491116 100644 --- a/docs/api-reference/1_5/documents/_generated_node_v1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_node_v1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#nodelist-v1">NodeList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[NodeSpec](#nodespec-v1)* | Spec defines the behavior of a node. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[NodeStatus](#nodestatus-v1)* | Most recently observed status of the node. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status diff --git a/docs/api-reference/1_5/documents/_generated_nodeaddress_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_nodeaddress_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_nodeaddress_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_nodeaddress_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_nodeaddress_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_nodeaddress_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_nodeaddress_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_nodeaddress_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_nodecondition_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_nodecondition_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_nodecondition_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_nodecondition_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_nodecondition_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_nodecondition_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_nodecondition_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_nodecondition_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_nodedaemonendpoints_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_nodedaemonendpoints_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_nodedaemonendpoints_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_nodedaemonendpoints_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_nodedaemonendpoints_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_nodedaemonendpoints_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_nodedaemonendpoints_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_nodedaemonendpoints_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_endpointslist_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_nodelist_v1_concept.md similarity index 65% rename from docs/api-reference/1_5/documents/_generated_endpointslist_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_nodelist_v1_concept.md index 24ca305e62..b32ea57768 100644 --- a/docs/api-reference/1_5/documents/_generated_endpointslist_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_nodelist_v1_concept.md @@ -1,13 +1,13 @@ ----------- -# EndpointsList v1 +# NodeList v1 Group | Version | Kind ------------ | ---------- | ----------- -Core | v1 | EndpointsList +Core | v1 | NodeList @@ -15,13 +15,15 @@ Core | v1 | EndpointsList -EndpointsList is a list of endpoints. +NodeList is the whole list of all Nodes which have been registered with master. Field | Description ------------ | ----------- -items <br /> *[Endpoints](#endpoints-v1) array* | List of endpoints. +apiVersion <br /> *string* | 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 +items <br /> *[Node](#node-v1) array* | List of nodes +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds @@ -67,19 +69,19 @@ Coming Soon -watch individual changes to a list of Endpoints +watch individual changes to a list of Node ### HTTP Request -`GET /api/v1/watch/namespaces/{namespace}/endpoints` +`GET /api/v1/watch/nodes` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. -namespace | object name and auth scope, such as for teams and projects pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. diff --git a/docs/api-reference/v1.5/documents/_generated_nodelist_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_nodelist_v1_definition.md new file mode 100644 index 0000000000..8a5ae1fec2 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_nodelist_v1_definition.md @@ -0,0 +1,19 @@ +## NodeList v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | NodeList + + + +NodeList is the whole list of all Nodes which have been registered with master. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[Node](#node-v1) array* | List of nodes +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds + diff --git a/docs/api-reference/1_5/documents/_generated_nodespec_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_nodespec_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_nodespec_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_nodespec_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_nodespec_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_nodespec_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_nodespec_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_nodespec_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_nodestatus_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_nodestatus_v1_concept.md similarity index 95% rename from docs/user-guide/kubectl/1_5/documents/_generated_nodestatus_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_nodestatus_v1_concept.md index 34438097b3..918d297ee4 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_nodestatus_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_nodestatus_v1_concept.md @@ -87,10 +87,15 @@ replace status of the specified Node Parameter | Description ------------ | ----------- name | name of the Node -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Node](#node-v1)* | @@ -148,10 +153,15 @@ partially update status of the specified Node Parameter | Description ------------ | ----------- name | name of the Node -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -214,6 +224,11 @@ read status of the specified Node Parameter | Description ------------ | ----------- name | name of the Node + +### Query Parameters + +Parameter | Description +------------ | ----------- pretty | If 'true', then the output is pretty printed. diff --git a/docs/api-reference/1_5/documents/_generated_nodestatus_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_nodestatus_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_nodestatus_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_nodestatus_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_nodesysteminfo_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_nodesysteminfo_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_nodesysteminfo_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_nodesysteminfo_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_nodesysteminfo_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_nodesysteminfo_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_nodesysteminfo_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_nodesysteminfo_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_nonresourceattributes_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_nonresourceattributes_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_nonresourceattributes_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_nonresourceattributes_v1beta1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_nonresourceattributes_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_nonresourceattributes_v1beta1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_nonresourceattributes_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_nonresourceattributes_v1beta1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_objectfieldselector_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_objectfieldselector_v1_concept.md similarity index 79% rename from docs/resources-reference/1_5/documents/_generated_objectfieldselector_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_objectfieldselector_v1_concept.md index 5835566e59..2a8743365c 100644 --- a/docs/resources-reference/1_5/documents/_generated_objectfieldselector_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_objectfieldselector_v1_concept.md @@ -18,7 +18,7 @@ Core | v1 | ObjectFieldSelector ObjectFieldSelector selects an APIVersioned field of an object. <aside class="notice"> -Appears In <a href="#envvarsource-v1">EnvVarSource</a> </aside> +Appears In <a href="#downwardapivolumefile-v1">DownwardAPIVolumeFile</a> <a href="#envvarsource-v1">EnvVarSource</a> </aside> Field | Description ------------ | ----------- diff --git a/docs/api-reference/1_5/documents/_generated_objectfieldselector_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_objectfieldselector_v1_definition.md similarity index 78% rename from docs/api-reference/1_5/documents/_generated_objectfieldselector_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_objectfieldselector_v1_definition.md index 5596a3bc5c..fe41b9f8cf 100644 --- a/docs/api-reference/1_5/documents/_generated_objectfieldselector_v1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_objectfieldselector_v1_definition.md @@ -9,7 +9,7 @@ Core | v1 | ObjectFieldSelector ObjectFieldSelector selects an APIVersioned field of an object. <aside class="notice"> -Appears In <a href="#envvarsource-v1">EnvVarSource</a> </aside> +Appears In <a href="#downwardapivolumefile-v1">DownwardAPIVolumeFile</a> <a href="#envvarsource-v1">EnvVarSource</a> </aside> Field | Description ------------ | ----------- diff --git a/docs/api-reference/1_5/documents/_generated_objectmeta_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_objectmeta_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_objectmeta_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_objectmeta_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_objectmeta_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_objectmeta_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_objectmeta_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_objectmeta_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_objectreference_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_objectreference_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_objectreference_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_objectreference_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_objectreference_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_objectreference_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_objectreference_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_objectreference_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_ownerreference_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_ownerreference_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_ownerreference_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_ownerreference_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_ownerreference_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_ownerreference_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_ownerreference_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_ownerreference_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_patch_unversioned_concept.md b/docs/api-reference/v1.5/documents/_generated_patch_unversioned_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_patch_unversioned_concept.md rename to docs/api-reference/v1.5/documents/_generated_patch_unversioned_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_patch_unversioned_definition.md b/docs/api-reference/v1.5/documents/_generated_patch_unversioned_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_patch_unversioned_definition.md rename to docs/api-reference/v1.5/documents/_generated_patch_unversioned_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_persistentvolume_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_persistentvolume_v1_concept.md similarity index 75% rename from docs/api-reference/1_5/documents/_generated_persistentvolume_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_persistentvolume_v1_concept.md index 5778a0af10..44674248ee 100644 --- a/docs/api-reference/1_5/documents/_generated_persistentvolume_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_persistentvolume_v1_concept.md @@ -22,6 +22,8 @@ Appears In <a href="#persistentvolumelist-v1">PersistentVolumeList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[PersistentVolumeSpec](#persistentvolumespec-v1)* | Spec defines a specification of a persistent volume owned by the cluster. Provisioned by an administrator. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistent-volumes status <br /> *[PersistentVolumeStatus](#persistentvolumestatus-v1)* | Status represents the current information/status for the persistent volume. Populated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistent-volumes @@ -35,9 +37,26 @@ Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside> Field | Description ------------ | ----------- accessModes <br /> *string array* | AccessModes contains all ways the volume can be mounted. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes +awsElasticBlockStore <br /> *[AWSElasticBlockStoreVolumeSource](#awselasticblockstorevolumesource-v1)* | AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore +azureDisk <br /> *[AzureDiskVolumeSource](#azurediskvolumesource-v1)* | AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. +azureFile <br /> *[AzureFileVolumeSource](#azurefilevolumesource-v1)* | AzureFile represents an Azure File Service mount on the host and bind mount to the pod. capacity <br /> *object* | A description of the persistent volume's resources and capacity. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#capacity +cephfs <br /> *[CephFSVolumeSource](#cephfsvolumesource-v1)* | CephFS represents a Ceph FS mount on the host that shares a pod's lifetime +cinder <br /> *[CinderVolumeSource](#cindervolumesource-v1)* | Cinder represents a cinder volume attached and mounted on kubelets host machine More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md claimRef <br /> *[ObjectReference](#objectreference-v1)* | ClaimRef is part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim. Expected to be non-nil when bound. claim.VolumeName is the authoritative bind between PV and PVC. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#binding +fc <br /> *[FCVolumeSource](#fcvolumesource-v1)* | FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod. +flexVolume <br /> *[FlexVolumeSource](#flexvolumesource-v1)* | 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. +flocker <br /> *[FlockerVolumeSource](#flockervolumesource-v1)* | Flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running +gcePersistentDisk <br /> *[GCEPersistentDiskVolumeSource](#gcepersistentdiskvolumesource-v1)* | GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk +glusterfs <br /> *[GlusterfsVolumeSource](#glusterfsvolumesource-v1)* | Glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md +hostPath <br /> *[HostPathVolumeSource](#hostpathvolumesource-v1)* | HostPath represents a directory on the host. Provisioned by a developer or tester. This is useful for single-node development and testing only! On-host storage is not supported in any way and WILL NOT WORK in a multi-node cluster. More info: http://kubernetes.io/docs/user-guide/volumes#hostpath +iscsi <br /> *[ISCSIVolumeSource](#iscsivolumesource-v1)* | ISCSI represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin. +nfs <br /> *[NFSVolumeSource](#nfsvolumesource-v1)* | NFS represents an NFS mount on the host. Provisioned by an admin. More info: http://kubernetes.io/docs/user-guide/volumes#nfs persistentVolumeReclaimPolicy <br /> *string* | What happens to a persistent volume when released from its claim. Valid options are Retain (default) and Recycle. Recycling must be supported by the volume plugin underlying this persistent volume. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#recycling-policy +photonPersistentDisk <br /> *[PhotonPersistentDiskVolumeSource](#photonpersistentdiskvolumesource-v1)* | PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine +quobyte <br /> *[QuobyteVolumeSource](#quobytevolumesource-v1)* | Quobyte represents a Quobyte mount on the host that shares a pod's lifetime +rbd <br /> *[RBDVolumeSource](#rbdvolumesource-v1)* | RBD represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md +vsphereVolume <br /> *[VsphereVirtualDiskVolumeSource](#vspherevirtualdiskvolumesource-v1)* | VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine ### PersistentVolumeStatus v1 @@ -56,7 +75,9 @@ reason <br /> *string* | Reason is a brief CamelCase string that describes any Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[PersistentVolume](#persistentvolume-v1) array* | List of persistent volumes. More info: http://kubernetes.io/docs/user-guide/persistent-volumes +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds @@ -107,13 +128,14 @@ create a PersistentVolume `POST /api/v1/persistentvolumes` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- pretty | If 'true', then the output is pretty printed. -### Query Parameters +### Body Parameters Parameter | Description ------------ | ----------- @@ -172,10 +194,15 @@ replace the specified PersistentVolume Parameter | Description ------------ | ----------- name | name of the PersistentVolume -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[PersistentVolume](#persistentvolume-v1)* | @@ -233,10 +260,15 @@ partially update the specified PersistentVolume Parameter | Description ------------ | ----------- name | name of the PersistentVolume -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -294,16 +326,21 @@ delete a PersistentVolume Parameter | Description ------------ | ----------- name | name of the PersistentVolume -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- -body <br /> *[DeleteOptions](#deleteoptions-v1)* | +pretty | If 'true', then the output is pretty printed. gracePeriodSeconds | The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. orphanDependents | Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[DeleteOptions](#deleteoptions-v1)* | + ### Response Code | Description @@ -352,22 +389,19 @@ delete collection of PersistentVolume `DELETE /api/v1/persistentvolumes` -### Path Parameters - -Parameter | Description ------------- | ----------- -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -426,15 +460,16 @@ read the specified PersistentVolume Parameter | Description ------------ | ----------- name | name of the PersistentVolume -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. exact | Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace' export | Should this value be exported. Export strips fields that a user can not specify. + ### Response Code | Description @@ -483,22 +518,19 @@ list or watch objects of kind PersistentVolume `GET /api/v1/persistentvolumes` -### Path Parameters - -Parameter | Description ------------- | ----------- -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -549,11 +581,16 @@ watch changes to an object of kind PersistentVolume ### Path Parameters +Parameter | Description +------------ | ----------- +name | name of the PersistentVolume + +### Query Parameters + Parameter | Description ------------ | ----------- fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. -name | name of the PersistentVolume pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. @@ -608,7 +645,8 @@ watch individual changes to a list of PersistentVolume `GET /api/v1/watch/persistentvolumes` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- @@ -678,10 +716,15 @@ partially update status of the specified PersistentVolume Parameter | Description ------------ | ----------- name | name of the PersistentVolume -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -739,6 +782,11 @@ read status of the specified PersistentVolume Parameter | Description ------------ | ----------- name | name of the PersistentVolume + +### Query Parameters + +Parameter | Description +------------ | ----------- pretty | If 'true', then the output is pretty printed. @@ -795,10 +843,15 @@ replace status of the specified PersistentVolume Parameter | Description ------------ | ----------- name | name of the PersistentVolume -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[PersistentVolume](#persistentvolume-v1)* | diff --git a/docs/api-reference/1_5/documents/_generated_persistentvolume_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_persistentvolume_v1_definition.md similarity index 66% rename from docs/api-reference/1_5/documents/_generated_persistentvolume_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_persistentvolume_v1_definition.md index c9818773cd..81b1e13b13 100644 --- a/docs/api-reference/1_5/documents/_generated_persistentvolume_v1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_persistentvolume_v1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#persistentvolumelist-v1">PersistentVolumeList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[PersistentVolumeSpec](#persistentvolumespec-v1)* | Spec defines a specification of a persistent volume owned by the cluster. Provisioned by an administrator. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistent-volumes status <br /> *[PersistentVolumeStatus](#persistentvolumestatus-v1)* | Status represents the current information/status for the persistent volume. Populated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistent-volumes diff --git a/docs/api-reference/1_5/documents/_generated_persistentvolumeclaim_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_persistentvolumeclaim_v1_concept.md similarity index 91% rename from docs/api-reference/1_5/documents/_generated_persistentvolumeclaim_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_persistentvolumeclaim_v1_concept.md index b103b4e89c..2e86c6e88c 100644 --- a/docs/api-reference/1_5/documents/_generated_persistentvolumeclaim_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_persistentvolumeclaim_v1_concept.md @@ -22,6 +22,8 @@ Appears In <a href="#persistentvolumeclaimlist-v1">PersistentVolumeClaimList</a> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[PersistentVolumeClaimSpec](#persistentvolumeclaimspec-v1)* | Spec defines the desired characteristics of a volume requested by a pod author. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims status <br /> *[PersistentVolumeClaimStatus](#persistentvolumeclaimstatus-v1)* | Status represents the current information/status of a persistent volume claim. Read-only. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims @@ -56,7 +58,9 @@ phase <br /> *string* | Phase represents the current phase of PersistentVolumeC Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[PersistentVolumeClaim](#persistentvolumeclaim-v1) array* | A list of persistent volume claims. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds @@ -112,10 +116,15 @@ create a PersistentVolumeClaim Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[PersistentVolumeClaim](#persistentvolumeclaim-v1)* | @@ -174,10 +183,15 @@ Parameter | Description ------------ | ----------- name | name of the PersistentVolumeClaim namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[PersistentVolumeClaim](#persistentvolumeclaim-v1)* | @@ -236,10 +250,15 @@ Parameter | Description ------------ | ----------- name | name of the PersistentVolumeClaim namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -298,16 +317,21 @@ Parameter | Description ------------ | ----------- name | name of the PersistentVolumeClaim namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- -body <br /> *[DeleteOptions](#deleteoptions-v1)* | +pretty | If 'true', then the output is pretty printed. gracePeriodSeconds | The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. orphanDependents | Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[DeleteOptions](#deleteoptions-v1)* | + ### Response Code | Description @@ -361,18 +385,19 @@ delete collection of PersistentVolumeClaim Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -432,15 +457,16 @@ Parameter | Description ------------ | ----------- name | name of the PersistentVolumeClaim namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. exact | Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace' export | Should this value be exported. Export strips fields that a user can not specify. + ### Response Code | Description @@ -494,18 +520,19 @@ list or watch objects of kind PersistentVolumeClaim Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -554,7 +581,8 @@ list or watch objects of kind PersistentVolumeClaim `GET /api/v1/persistentvolumeclaims` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- @@ -618,10 +646,15 @@ watch changes to an object of kind PersistentVolumeClaim Parameter | Description ------------ | ----------- -fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. -labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. name | name of the PersistentVolumeClaim namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- +fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. +labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. @@ -676,7 +709,8 @@ watch individual changes to a list of PersistentVolumeClaim `GET /api/v1/watch/persistentvolumeclaims` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- @@ -747,10 +781,15 @@ Parameter | Description ------------ | ----------- name | name of the PersistentVolumeClaim namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -809,6 +848,11 @@ Parameter | Description ------------ | ----------- name | name of the PersistentVolumeClaim namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- pretty | If 'true', then the output is pretty printed. @@ -866,10 +910,15 @@ Parameter | Description ------------ | ----------- name | name of the PersistentVolumeClaim namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[PersistentVolumeClaim](#persistentvolumeclaim-v1)* | diff --git a/docs/api-reference/1_5/documents/_generated_persistentvolumeclaim_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_persistentvolumeclaim_v1_definition.md similarity index 65% rename from docs/api-reference/1_5/documents/_generated_persistentvolumeclaim_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_persistentvolumeclaim_v1_definition.md index 2ceb13be3f..ed24250a7d 100644 --- a/docs/api-reference/1_5/documents/_generated_persistentvolumeclaim_v1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_persistentvolumeclaim_v1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#persistentvolumeclaimlist-v1">PersistentVolumeClaimList</a Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[PersistentVolumeClaimSpec](#persistentvolumeclaimspec-v1)* | Spec defines the desired characteristics of a volume requested by a pod author. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims status <br /> *[PersistentVolumeClaimStatus](#persistentvolumeclaimstatus-v1)* | Status represents the current information/status of a persistent volume claim. Read-only. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims diff --git a/docs/api-reference/1_5/documents/_generated_persistentvolumeclaimlist_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_persistentvolumeclaimlist_v1_concept.md similarity index 76% rename from docs/api-reference/1_5/documents/_generated_persistentvolumeclaimlist_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_persistentvolumeclaimlist_v1_concept.md index cca787d89f..7fdde37357 100644 --- a/docs/api-reference/1_5/documents/_generated_persistentvolumeclaimlist_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_persistentvolumeclaimlist_v1_concept.md @@ -21,7 +21,9 @@ PersistentVolumeClaimList is a list of PersistentVolumeClaim items. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[PersistentVolumeClaim](#persistentvolumeclaim-v1) array* | A list of persistent volume claims. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds @@ -75,11 +77,16 @@ watch individual changes to a list of PersistentVolumeClaim ### Path Parameters +Parameter | Description +------------ | ----------- +namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + Parameter | Description ------------ | ----------- fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. -namespace | object name and auth scope, such as for teams and projects pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. diff --git a/docs/api-reference/1_5/documents/_generated_persistentvolumeclaimlist_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_persistentvolumeclaimlist_v1_definition.md similarity index 52% rename from docs/api-reference/1_5/documents/_generated_persistentvolumeclaimlist_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_persistentvolumeclaimlist_v1_definition.md index c15333e8ce..ba451dcd49 100644 --- a/docs/api-reference/1_5/documents/_generated_persistentvolumeclaimlist_v1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_persistentvolumeclaimlist_v1_definition.md @@ -12,6 +12,8 @@ PersistentVolumeClaimList is a list of PersistentVolumeClaim items. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[PersistentVolumeClaim](#persistentvolumeclaim-v1) array* | A list of persistent volume claims. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds diff --git a/docs/api-reference/1_5/documents/_generated_persistentvolumeclaimspec_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_persistentvolumeclaimspec_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_persistentvolumeclaimspec_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_persistentvolumeclaimspec_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_persistentvolumeclaimspec_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_persistentvolumeclaimspec_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_persistentvolumeclaimspec_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_persistentvolumeclaimspec_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_persistentvolumeclaimstatus_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_persistentvolumeclaimstatus_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_persistentvolumeclaimstatus_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_persistentvolumeclaimstatus_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_persistentvolumeclaimstatus_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_persistentvolumeclaimstatus_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_persistentvolumeclaimstatus_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_persistentvolumeclaimstatus_v1_definition.md diff --git a/docs/api-reference/v1.5/documents/_generated_persistentvolumeclaimvolumesource_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_persistentvolumeclaimvolumesource_v1_concept.md new file mode 100644 index 0000000000..42afa5695b --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_persistentvolumeclaimvolumesource_v1_concept.md @@ -0,0 +1,32 @@ + + +----------- +# PersistentVolumeClaimVolumeSource v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | PersistentVolumeClaimVolumeSource + + + + + + + +PersistentVolumeClaimVolumeSource references the user's PVC in the same namespace. This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system). + +<aside class="notice"> +Appears In <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +claimName <br /> *string* | ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims +readOnly <br /> *boolean* | Will force the ReadOnly setting in VolumeMounts. Default false. + + + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_persistentvolumeclaimvolumesource_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_persistentvolumeclaimvolumesource_v1_definition.md new file mode 100644 index 0000000000..2dab66437f --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_persistentvolumeclaimvolumesource_v1_definition.md @@ -0,0 +1,18 @@ +## PersistentVolumeClaimVolumeSource v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | PersistentVolumeClaimVolumeSource + + + +PersistentVolumeClaimVolumeSource references the user's PVC in the same namespace. This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system). + +<aside class="notice"> +Appears In <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +claimName <br /> *string* | ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims +readOnly <br /> *boolean* | Will force the ReadOnly setting in VolumeMounts. Default false. + diff --git a/docs/resources-reference/1_5/documents/_generated_persistentvolumelist_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_persistentvolumelist_v1_concept.md similarity index 50% rename from docs/resources-reference/1_5/documents/_generated_persistentvolumelist_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_persistentvolumelist_v1_concept.md index 2699818efb..5cfa5408e1 100644 --- a/docs/resources-reference/1_5/documents/_generated_persistentvolumelist_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_persistentvolumelist_v1_concept.md @@ -21,7 +21,9 @@ PersistentVolumeList is a list of PersistentVolume items. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[PersistentVolume](#persistentvolume-v1) array* | List of persistent volumes. More info: http://kubernetes.io/docs/user-guide/persistent-volumes +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds diff --git a/docs/api-reference/v1.5/documents/_generated_persistentvolumelist_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_persistentvolumelist_v1_definition.md new file mode 100644 index 0000000000..6fbcb0485f --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_persistentvolumelist_v1_definition.md @@ -0,0 +1,19 @@ +## PersistentVolumeList v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | PersistentVolumeList + + + +PersistentVolumeList is a list of PersistentVolume items. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[PersistentVolume](#persistentvolume-v1) array* | List of persistent volumes. More info: http://kubernetes.io/docs/user-guide/persistent-volumes +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds + diff --git a/docs/api-reference/v1.5/documents/_generated_persistentvolumespec_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_persistentvolumespec_v1_concept.md new file mode 100644 index 0000000000..db953210a9 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_persistentvolumespec_v1_concept.md @@ -0,0 +1,51 @@ + + +----------- +# PersistentVolumeSpec v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | PersistentVolumeSpec + + + + + + + +PersistentVolumeSpec is the specification of a persistent volume. + +<aside class="notice"> +Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside> + +Field | Description +------------ | ----------- +accessModes <br /> *string array* | AccessModes contains all ways the volume can be mounted. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes +awsElasticBlockStore <br /> *[AWSElasticBlockStoreVolumeSource](#awselasticblockstorevolumesource-v1)* | AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore +azureDisk <br /> *[AzureDiskVolumeSource](#azurediskvolumesource-v1)* | AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. +azureFile <br /> *[AzureFileVolumeSource](#azurefilevolumesource-v1)* | AzureFile represents an Azure File Service mount on the host and bind mount to the pod. +capacity <br /> *object* | A description of the persistent volume's resources and capacity. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#capacity +cephfs <br /> *[CephFSVolumeSource](#cephfsvolumesource-v1)* | CephFS represents a Ceph FS mount on the host that shares a pod's lifetime +cinder <br /> *[CinderVolumeSource](#cindervolumesource-v1)* | Cinder represents a cinder volume attached and mounted on kubelets host machine More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md +claimRef <br /> *[ObjectReference](#objectreference-v1)* | ClaimRef is part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim. Expected to be non-nil when bound. claim.VolumeName is the authoritative bind between PV and PVC. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#binding +fc <br /> *[FCVolumeSource](#fcvolumesource-v1)* | FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod. +flexVolume <br /> *[FlexVolumeSource](#flexvolumesource-v1)* | 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. +flocker <br /> *[FlockerVolumeSource](#flockervolumesource-v1)* | Flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running +gcePersistentDisk <br /> *[GCEPersistentDiskVolumeSource](#gcepersistentdiskvolumesource-v1)* | GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk +glusterfs <br /> *[GlusterfsVolumeSource](#glusterfsvolumesource-v1)* | Glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md +hostPath <br /> *[HostPathVolumeSource](#hostpathvolumesource-v1)* | HostPath represents a directory on the host. Provisioned by a developer or tester. This is useful for single-node development and testing only! On-host storage is not supported in any way and WILL NOT WORK in a multi-node cluster. More info: http://kubernetes.io/docs/user-guide/volumes#hostpath +iscsi <br /> *[ISCSIVolumeSource](#iscsivolumesource-v1)* | ISCSI represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin. +nfs <br /> *[NFSVolumeSource](#nfsvolumesource-v1)* | NFS represents an NFS mount on the host. Provisioned by an admin. More info: http://kubernetes.io/docs/user-guide/volumes#nfs +persistentVolumeReclaimPolicy <br /> *string* | What happens to a persistent volume when released from its claim. Valid options are Retain (default) and Recycle. Recycling must be supported by the volume plugin underlying this persistent volume. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#recycling-policy +photonPersistentDisk <br /> *[PhotonPersistentDiskVolumeSource](#photonpersistentdiskvolumesource-v1)* | PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine +quobyte <br /> *[QuobyteVolumeSource](#quobytevolumesource-v1)* | Quobyte represents a Quobyte mount on the host that shares a pod's lifetime +rbd <br /> *[RBDVolumeSource](#rbdvolumesource-v1)* | RBD represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md +vsphereVolume <br /> *[VsphereVirtualDiskVolumeSource](#vspherevirtualdiskvolumesource-v1)* | VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine + + + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_persistentvolumespec_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_persistentvolumespec_v1_definition.md new file mode 100644 index 0000000000..3f2de1dcda --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_persistentvolumespec_v1_definition.md @@ -0,0 +1,37 @@ +## PersistentVolumeSpec v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | PersistentVolumeSpec + + + +PersistentVolumeSpec is the specification of a persistent volume. + +<aside class="notice"> +Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside> + +Field | Description +------------ | ----------- +accessModes <br /> *string array* | AccessModes contains all ways the volume can be mounted. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes +awsElasticBlockStore <br /> *[AWSElasticBlockStoreVolumeSource](#awselasticblockstorevolumesource-v1)* | AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore +azureDisk <br /> *[AzureDiskVolumeSource](#azurediskvolumesource-v1)* | AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. +azureFile <br /> *[AzureFileVolumeSource](#azurefilevolumesource-v1)* | AzureFile represents an Azure File Service mount on the host and bind mount to the pod. +capacity <br /> *object* | A description of the persistent volume's resources and capacity. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#capacity +cephfs <br /> *[CephFSVolumeSource](#cephfsvolumesource-v1)* | CephFS represents a Ceph FS mount on the host that shares a pod's lifetime +cinder <br /> *[CinderVolumeSource](#cindervolumesource-v1)* | Cinder represents a cinder volume attached and mounted on kubelets host machine More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md +claimRef <br /> *[ObjectReference](#objectreference-v1)* | ClaimRef is part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim. Expected to be non-nil when bound. claim.VolumeName is the authoritative bind between PV and PVC. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#binding +fc <br /> *[FCVolumeSource](#fcvolumesource-v1)* | FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod. +flexVolume <br /> *[FlexVolumeSource](#flexvolumesource-v1)* | 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. +flocker <br /> *[FlockerVolumeSource](#flockervolumesource-v1)* | Flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running +gcePersistentDisk <br /> *[GCEPersistentDiskVolumeSource](#gcepersistentdiskvolumesource-v1)* | GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk +glusterfs <br /> *[GlusterfsVolumeSource](#glusterfsvolumesource-v1)* | Glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md +hostPath <br /> *[HostPathVolumeSource](#hostpathvolumesource-v1)* | HostPath represents a directory on the host. Provisioned by a developer or tester. This is useful for single-node development and testing only! On-host storage is not supported in any way and WILL NOT WORK in a multi-node cluster. More info: http://kubernetes.io/docs/user-guide/volumes#hostpath +iscsi <br /> *[ISCSIVolumeSource](#iscsivolumesource-v1)* | ISCSI represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin. +nfs <br /> *[NFSVolumeSource](#nfsvolumesource-v1)* | NFS represents an NFS mount on the host. Provisioned by an admin. More info: http://kubernetes.io/docs/user-guide/volumes#nfs +persistentVolumeReclaimPolicy <br /> *string* | What happens to a persistent volume when released from its claim. Valid options are Retain (default) and Recycle. Recycling must be supported by the volume plugin underlying this persistent volume. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#recycling-policy +photonPersistentDisk <br /> *[PhotonPersistentDiskVolumeSource](#photonpersistentdiskvolumesource-v1)* | PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine +quobyte <br /> *[QuobyteVolumeSource](#quobytevolumesource-v1)* | Quobyte represents a Quobyte mount on the host that shares a pod's lifetime +rbd <br /> *[RBDVolumeSource](#rbdvolumesource-v1)* | RBD represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md +vsphereVolume <br /> *[VsphereVirtualDiskVolumeSource](#vspherevirtualdiskvolumesource-v1)* | VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine + diff --git a/docs/api-reference/1_5/documents/_generated_persistentvolumestatus_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_persistentvolumestatus_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_persistentvolumestatus_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_persistentvolumestatus_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_persistentvolumestatus_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_persistentvolumestatus_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_persistentvolumestatus_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_persistentvolumestatus_v1_definition.md diff --git a/docs/api-reference/v1.5/documents/_generated_photonpersistentdiskvolumesource_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_photonpersistentdiskvolumesource_v1_concept.md new file mode 100644 index 0000000000..4559d83f7b --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_photonpersistentdiskvolumesource_v1_concept.md @@ -0,0 +1,32 @@ + + +----------- +# PhotonPersistentDiskVolumeSource v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | PhotonPersistentDiskVolumeSource + + + + + + + +Represents a Photon Controller persistent disk resource. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +fsType <br /> *string* | Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. +pdID <br /> *string* | ID that identifies Photon Controller persistent disk + + + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_photonpersistentdiskvolumesource_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_photonpersistentdiskvolumesource_v1_definition.md new file mode 100644 index 0000000000..08e975b605 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_photonpersistentdiskvolumesource_v1_definition.md @@ -0,0 +1,18 @@ +## PhotonPersistentDiskVolumeSource v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | PhotonPersistentDiskVolumeSource + + + +Represents a Photon Controller persistent disk resource. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +fsType <br /> *string* | Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. +pdID <br /> *string* | ID that identifies Photon Controller persistent disk + diff --git a/docs/api-reference/1_5/documents/_generated_pod_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_pod_v1_concept.md similarity index 90% rename from docs/api-reference/1_5/documents/_generated_pod_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_pod_v1_concept.md index cccf6779bf..c2ee5b3e4c 100644 --- a/docs/api-reference/1_5/documents/_generated_pod_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_pod_v1_concept.md @@ -54,6 +54,8 @@ Appears In <a href="#podlist-v1">PodList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[PodSpec](#podspec-v1)* | Specification of the desired behavior of the pod. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[PodStatus](#podstatus-v1)* | Most recently observed status of the pod. This data may not be up to date. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status @@ -106,7 +108,9 @@ startTime <br /> *[Time](#time-unversioned)* | RFC 3339 date and time at which Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[Pod](#pod-v1) array* | List of pods. More info: http://kubernetes.io/docs/user-guide/pods +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds @@ -162,10 +166,15 @@ create a Pod Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Pod](#pod-v1)* | @@ -224,10 +233,15 @@ Parameter | Description ------------ | ----------- name | name of the Pod namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Pod](#pod-v1)* | @@ -286,10 +300,15 @@ Parameter | Description ------------ | ----------- name | name of the Pod namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -348,16 +367,21 @@ Parameter | Description ------------ | ----------- name | name of the Pod namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- -body <br /> *[DeleteOptions](#deleteoptions-v1)* | +pretty | If 'true', then the output is pretty printed. gracePeriodSeconds | The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. orphanDependents | Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[DeleteOptions](#deleteoptions-v1)* | + ### Response Code | Description @@ -411,18 +435,19 @@ delete collection of Pod Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -482,15 +507,16 @@ Parameter | Description ------------ | ----------- name | name of the Pod namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. exact | Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace' export | Should this value be exported. Export strips fields that a user can not specify. + ### Response Code | Description @@ -544,18 +570,19 @@ list or watch objects of kind Pod Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -604,7 +631,8 @@ list or watch objects of kind Pod `GET /api/v1/pods` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- @@ -668,10 +696,81 @@ watch changes to an object of kind Pod Parameter | Description ------------ | ----------- -fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. -labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. name | name of the Pod namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- +fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. +labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. +pretty | If 'true', then the output is pretty printed. +resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. +timeoutSeconds | Timeout for the list/watch call. +watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + + +### Response + +Code | Description +------------ | ----------- +200 <br /> *[Event](#event-versioned)* | OK + + +## Watch List + +>bdocs-tab:kubectl `kubectl` Command + +```bdocs-tab:kubectl_shell + +Coming Soon + +``` + +>bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) + +```bdocs-tab:curl_shell + +Coming Soon + +``` + +>bdocs-tab:kubectl Output + +```bdocs-tab:kubectl_json + +Coming Soon + +``` +>bdocs-tab:curl Response Body + +```bdocs-tab:curl_json + +Coming Soon + +``` + + + +watch individual changes to a list of Pod + +### HTTP Request + +`GET /api/v1/watch/namespaces/{namespace}/pods` + +### Path Parameters + +Parameter | Description +------------ | ----------- +namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- +fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. +labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. @@ -726,7 +825,8 @@ watch individual changes to a list of Pod `GET /api/v1/watch/pods` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- @@ -799,6 +899,7 @@ name | name of the Pod namespace | object name and auth scope, such as for teams and projects + ### Response Code | Description @@ -853,6 +954,11 @@ Parameter | Description ------------ | ----------- name | name of the Pod namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- path | Path is the URL path to use for the current proxy request to pod. @@ -911,6 +1017,11 @@ Parameter | Description name | name of the Pod namespace | object name and auth scope, such as for teams and projects path | path to the resource + +### Query Parameters + +Parameter | Description +------------ | ----------- path | Path is the URL path to use for the current proxy request to pod. @@ -970,6 +1081,7 @@ name | name of the Pod namespace | object name and auth scope, such as for teams and projects + ### Response Code | Description @@ -1027,6 +1139,7 @@ namespace | object name and auth scope, such as for teams and projects path | path to the resource + ### Response Code | Description @@ -1081,6 +1194,11 @@ Parameter | Description ------------ | ----------- name | name of the Pod namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- path | Path is the URL path to use for the current proxy request to pod. @@ -1139,6 +1257,11 @@ Parameter | Description name | name of the Pod namespace | object name and auth scope, such as for teams and projects path | path to the resource + +### Query Parameters + +Parameter | Description +------------ | ----------- path | Path is the URL path to use for the current proxy request to pod. @@ -1198,6 +1321,7 @@ name | name of the Pod namespace | object name and auth scope, such as for teams and projects + ### Response Code | Description @@ -1255,6 +1379,7 @@ namespace | object name and auth scope, such as for teams and projects path | path to the resource + ### Response Code | Description @@ -1311,6 +1436,7 @@ name | name of the Pod namespace | object name and auth scope, such as for teams and projects + ### Response Code | Description @@ -1365,6 +1491,11 @@ Parameter | Description ------------ | ----------- name | name of the Pod namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- path | Path is the URL path to use for the current proxy request to pod. @@ -1423,6 +1554,11 @@ Parameter | Description name | name of the Pod namespace | object name and auth scope, such as for teams and projects path | path to the resource + +### Query Parameters + +Parameter | Description +------------ | ----------- path | Path is the URL path to use for the current proxy request to pod. @@ -1482,6 +1618,7 @@ name | name of the Pod namespace | object name and auth scope, such as for teams and projects + ### Response Code | Description @@ -1539,6 +1676,7 @@ namespace | object name and auth scope, such as for teams and projects path | path to the resource + ### Response Code | Description @@ -1593,6 +1731,11 @@ Parameter | Description ------------ | ----------- name | name of the Pod namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- path | Path is the URL path to use for the current proxy request to pod. @@ -1651,6 +1794,11 @@ Parameter | Description name | name of the Pod namespace | object name and auth scope, such as for teams and projects path | path to the resource + +### Query Parameters + +Parameter | Description +------------ | ----------- path | Path is the URL path to use for the current proxy request to pod. @@ -1708,6 +1856,11 @@ Parameter | Description ------------ | ----------- name | name of the Pod namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- path | Path is the URL path to use for the current proxy request to pod. @@ -1766,6 +1919,11 @@ Parameter | Description name | name of the Pod namespace | object name and auth scope, such as for teams and projects path | path to the resource + +### Query Parameters + +Parameter | Description +------------ | ----------- path | Path is the URL path to use for the current proxy request to pod. @@ -1825,6 +1983,7 @@ name | name of the Pod namespace | object name and auth scope, such as for teams and projects + ### Response Code | Description @@ -1882,6 +2041,7 @@ namespace | object name and auth scope, such as for teams and projects path | path to the resource + ### Response Code | Description @@ -1937,13 +2097,18 @@ read log of the specified Pod ### Path Parameters +Parameter | Description +------------ | ----------- +name | name of the Pod +namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + Parameter | Description ------------ | ----------- container | The container for which to stream logs. Defaults to only container if there is one container in the pod. follow | Follow the log stream of the pod. Defaults to false. limitBytes | If set, the number of bytes to read from the server before terminating the log output. This may not display a complete final line of logging, and may return slightly more or slightly less than the specified limit. -name | name of the Pod -namespace | object name and auth scope, such as for teams and projects pretty | If 'true', then the output is pretty printed. previous | Return previous terminated container logs. Defaults to false. sinceSeconds | A relative time in seconds before the current time from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified. diff --git a/docs/api-reference/1_5/documents/_generated_pod_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_pod_v1_definition.md similarity index 61% rename from docs/api-reference/1_5/documents/_generated_pod_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_pod_v1_definition.md index 027987ff72..17b6cd7aa8 100644 --- a/docs/api-reference/1_5/documents/_generated_pod_v1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_pod_v1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#podlist-v1">PodList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[PodSpec](#podspec-v1)* | Specification of the desired behavior of the pod. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[PodStatus](#podstatus-v1)* | Most recently observed status of the pod. This data may not be up to date. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status diff --git a/docs/api-reference/1_5/documents/_generated_podcondition_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_podcondition_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_podcondition_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_podcondition_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_podcondition_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_podcondition_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_podcondition_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_podcondition_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_poddisruptionbudget_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_poddisruptionbudget_v1beta1_concept.md similarity index 79% rename from docs/api-reference/1_5/documents/_generated_poddisruptionbudget_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_poddisruptionbudget_v1beta1_concept.md index e66933ce3f..1b9dd09b88 100644 --- a/docs/api-reference/1_5/documents/_generated_poddisruptionbudget_v1beta1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_poddisruptionbudget_v1beta1_concept.md @@ -22,6 +22,8 @@ Appears In <a href="#poddisruptionbudgetlist-v1beta1">PodDisruptionBudgetList</a Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | spec <br /> *[PodDisruptionBudgetSpec](#poddisruptionbudgetspec-v1beta1)* | Specification of the desired behavior of the PodDisruptionBudget. status <br /> *[PodDisruptionBudgetStatus](#poddisruptionbudgetstatus-v1beta1)* | Most recently observed status of the PodDisruptionBudget. @@ -57,7 +59,9 @@ observedGeneration <br /> *integer* | Most recent generation observed when upda Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[PodDisruptionBudget](#poddisruptionbudget-v1beta1) array* | +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | @@ -113,10 +117,15 @@ create a PodDisruptionBudget Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[PodDisruptionBudget](#poddisruptionbudget-v1beta1)* | @@ -175,10 +184,15 @@ Parameter | Description ------------ | ----------- name | name of the PodDisruptionBudget namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[PodDisruptionBudget](#poddisruptionbudget-v1beta1)* | @@ -237,10 +251,15 @@ Parameter | Description ------------ | ----------- name | name of the PodDisruptionBudget namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -299,16 +318,21 @@ Parameter | Description ------------ | ----------- name | name of the PodDisruptionBudget namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- -body <br /> *[DeleteOptions](#deleteoptions-v1)* | +pretty | If 'true', then the output is pretty printed. gracePeriodSeconds | The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. orphanDependents | Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[DeleteOptions](#deleteoptions-v1)* | + ### Response Code | Description @@ -362,18 +386,19 @@ delete collection of PodDisruptionBudget Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -433,15 +458,16 @@ Parameter | Description ------------ | ----------- name | name of the PodDisruptionBudget namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. exact | Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace' export | Should this value be exported. Export strips fields that a user can not specify. + ### Response Code | Description @@ -495,18 +521,19 @@ list or watch objects of kind PodDisruptionBudget Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -555,7 +582,8 @@ list or watch objects of kind PodDisruptionBudget `GET /apis/policy/v1beta1/poddisruptionbudgets` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- @@ -619,71 +647,15 @@ watch changes to an object of kind PodDisruptionBudget Parameter | Description ------------ | ----------- -fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. -labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. name | name of the PodDisruptionBudget namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. -resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. -timeoutSeconds | Timeout for the list/watch call. -watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. - -### Response - -Code | Description ------------- | ----------- -200 <br /> *[Event](#event-versioned)* | OK - - -## Watch List - ->bdocs-tab:kubectl `kubectl` Command - -```bdocs-tab:kubectl_shell - -Coming Soon - -``` - ->bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) - -```bdocs-tab:curl_shell - -Coming Soon - -``` - ->bdocs-tab:kubectl Output - -```bdocs-tab:kubectl_json - -Coming Soon - -``` ->bdocs-tab:curl Response Body - -```bdocs-tab:curl_json - -Coming Soon - -``` - - - -watch individual changes to a list of PodDisruptionBudget - -### HTTP Request - -`GET /apis/policy/v1beta1/watch/namespaces/{namespace}/poddisruptionbudgets` - -### Path Parameters +### Query Parameters Parameter | Description ------------ | ----------- fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. -namespace | object name and auth scope, such as for teams and projects pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. @@ -738,7 +710,8 @@ watch individual changes to a list of PodDisruptionBudget `GET /apis/policy/v1beta1/watch/poddisruptionbudgets` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- @@ -758,190 +731,4 @@ Code | Description -## <strong>Status Operations</strong> - -See supported operations below... - -## Patch Status - ->bdocs-tab:kubectl `kubectl` Command - -```bdocs-tab:kubectl_shell - -Coming Soon - -``` - ->bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) - -```bdocs-tab:curl_shell - -Coming Soon - -``` - ->bdocs-tab:kubectl Output - -```bdocs-tab:kubectl_json - -Coming Soon - -``` ->bdocs-tab:curl Response Body - -```bdocs-tab:curl_json - -Coming Soon - -``` - - - -partially update status of the specified PodDisruptionBudget - -### HTTP Request - -`PATCH /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}/status` - -### Path Parameters - -Parameter | Description ------------- | ----------- -name | name of the PodDisruptionBudget -namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. - -### Query Parameters - -Parameter | Description ------------- | ----------- -body <br /> *[Patch](#patch-unversioned)* | - -### Response - -Code | Description ------------- | ----------- -200 <br /> *[PodDisruptionBudget](#poddisruptionbudget-v1beta1)* | OK - - -## Read Status - ->bdocs-tab:kubectl `kubectl` Command - -```bdocs-tab:kubectl_shell - -Coming Soon - -``` - ->bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) - -```bdocs-tab:curl_shell - -Coming Soon - -``` - ->bdocs-tab:kubectl Output - -```bdocs-tab:kubectl_json - -Coming Soon - -``` ->bdocs-tab:curl Response Body - -```bdocs-tab:curl_json - -Coming Soon - -``` - - - -read status of the specified PodDisruptionBudget - -### HTTP Request - -`GET /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}/status` - -### Path Parameters - -Parameter | Description ------------- | ----------- -name | name of the PodDisruptionBudget -namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. - - -### Response - -Code | Description ------------- | ----------- -200 <br /> *[PodDisruptionBudget](#poddisruptionbudget-v1beta1)* | OK - - -## Replace Status - ->bdocs-tab:kubectl `kubectl` Command - -```bdocs-tab:kubectl_shell - -Coming Soon - -``` - ->bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) - -```bdocs-tab:curl_shell - -Coming Soon - -``` - ->bdocs-tab:kubectl Output - -```bdocs-tab:kubectl_json - -Coming Soon - -``` ->bdocs-tab:curl Response Body - -```bdocs-tab:curl_json - -Coming Soon - -``` - - - -replace status of the specified PodDisruptionBudget - -### HTTP Request - -`PUT /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}/status` - -### Path Parameters - -Parameter | Description ------------- | ----------- -name | name of the PodDisruptionBudget -namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. - -### Query Parameters - -Parameter | Description ------------- | ----------- -body <br /> *[PodDisruptionBudget](#poddisruptionbudget-v1beta1)* | - -### Response - -Code | Description ------------- | ----------- -200 <br /> *[PodDisruptionBudget](#poddisruptionbudget-v1beta1)* | OK - - - diff --git a/docs/api-reference/1_5/documents/_generated_poddisruptionbudget_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_poddisruptionbudget_v1beta1_definition.md similarity index 56% rename from docs/api-reference/1_5/documents/_generated_poddisruptionbudget_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_poddisruptionbudget_v1beta1_definition.md index cacd772e7c..3f9886864e 100644 --- a/docs/api-reference/1_5/documents/_generated_poddisruptionbudget_v1beta1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_poddisruptionbudget_v1beta1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#poddisruptionbudgetlist-v1beta1">PodDisruptionBudgetList</ Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | spec <br /> *[PodDisruptionBudgetSpec](#poddisruptionbudgetspec-v1beta1)* | Specification of the desired behavior of the PodDisruptionBudget. status <br /> *[PodDisruptionBudgetStatus](#poddisruptionbudgetstatus-v1beta1)* | Most recently observed status of the PodDisruptionBudget. diff --git a/docs/api-reference/1_5/documents/_generated_statefulsetlist_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_poddisruptionbudgetlist_v1beta1_concept.md similarity index 60% rename from docs/api-reference/1_5/documents/_generated_statefulsetlist_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_poddisruptionbudgetlist_v1beta1_concept.md index 590666d32c..ff19c757e3 100644 --- a/docs/api-reference/1_5/documents/_generated_statefulsetlist_v1beta1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_poddisruptionbudgetlist_v1beta1_concept.md @@ -1,13 +1,13 @@ ----------- -# StatefulSetList v1beta1 +# PodDisruptionBudgetList v1beta1 Group | Version | Kind ------------ | ---------- | ----------- -Apps | v1beta1 | StatefulSetList +Policy | v1beta1 | PodDisruptionBudgetList @@ -15,13 +15,15 @@ Apps | v1beta1 | StatefulSetList -StatefulSetList is a collection of StatefulSets. +PodDisruptionBudgetList is a collection of PodDisruptionBudgets. Field | Description ------------ | ----------- -items <br /> *[StatefulSet](#statefulset-v1beta1) array* | +apiVersion <br /> *string* | 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 +items <br /> *[PodDisruptionBudget](#poddisruptionbudget-v1beta1) array* | +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | @@ -67,19 +69,24 @@ Coming Soon -watch individual changes to a list of StatefulSet +watch individual changes to a list of PodDisruptionBudget ### HTTP Request -`GET /apis/apps/v1beta1/watch/namespaces/{namespace}/statefulsets` +`GET /apis/policy/v1beta1/watch/namespaces/{namespace}/poddisruptionbudgets` ### Path Parameters +Parameter | Description +------------ | ----------- +namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + Parameter | Description ------------ | ----------- fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. -namespace | object name and auth scope, such as for teams and projects pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. diff --git a/docs/api-reference/v1.5/documents/_generated_poddisruptionbudgetlist_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_poddisruptionbudgetlist_v1beta1_definition.md new file mode 100644 index 0000000000..a3f8a41098 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_poddisruptionbudgetlist_v1beta1_definition.md @@ -0,0 +1,19 @@ +## PodDisruptionBudgetList v1beta1 + +Group | Version | Kind +------------ | ---------- | ----------- +Policy | v1beta1 | PodDisruptionBudgetList + + + +PodDisruptionBudgetList is a collection of PodDisruptionBudgets. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[PodDisruptionBudget](#poddisruptionbudget-v1beta1) array* | +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | + diff --git a/docs/api-reference/1_5/documents/_generated_poddisruptionbudgetspec_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_poddisruptionbudgetspec_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_poddisruptionbudgetspec_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_poddisruptionbudgetspec_v1beta1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_poddisruptionbudgetspec_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_poddisruptionbudgetspec_v1beta1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_poddisruptionbudgetspec_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_poddisruptionbudgetspec_v1beta1_definition.md diff --git a/docs/api-reference/v1.5/documents/_generated_poddisruptionbudgetstatus_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_poddisruptionbudgetstatus_v1beta1_concept.md new file mode 100644 index 0000000000..3fa6bdff7e --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_poddisruptionbudgetstatus_v1beta1_concept.md @@ -0,0 +1,242 @@ + + +----------- +# PodDisruptionBudgetStatus v1beta1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Policy | v1beta1 | PodDisruptionBudgetStatus + + + + + + + +PodDisruptionBudgetStatus represents information about the status of a PodDisruptionBudget. Status may trail the actual state of a system. + +<aside class="notice"> +Appears In <a href="#poddisruptionbudget-v1beta1">PodDisruptionBudget</a> </aside> + +Field | Description +------------ | ----------- +currentHealthy <br /> *integer* | current number of healthy pods +desiredHealthy <br /> *integer* | minimum desired number of healthy pods +disruptedPods <br /> *object* | DisruptedPods contains information about pods whose eviction was processed by the API server eviction subresource handler but has not yet been observed by the PodDisruptionBudget controller. A pod will be in this map from the time when the API server processed the eviction request to the time when the pod is seen by PDB controller as having been marked for deletion (or after a timeout). The key in the map is the name of the pod and the value is the time when the API server processed the eviction request. If the deletion didn't occur and a pod is still there it will be removed from the list automatically by PodDisruptionBudget controller after some time. If everything goes smooth this map should be empty for the most of the time. Large number of entries in the map may indicate problems with pod deletions. +disruptionsAllowed <br /> *integer* | Number of pod disruptions that are currently allowed. +expectedPods <br /> *integer* | total number of pods counted by this disruption budget +observedGeneration <br /> *integer* | Most recent generation observed when updating this PDB status. PodDisruptionsAllowed and other status informatio is valid only if observedGeneration equals to PDB's object generation. + + + + + +## <strong>Write Operations</strong> + +See supported operations below... + +## Replace + +>bdocs-tab:kubectl `kubectl` Command + +```bdocs-tab:kubectl_shell + +Coming Soon + +``` + +>bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) + +```bdocs-tab:curl_shell + +Coming Soon + +``` + +>bdocs-tab:kubectl Output + +```bdocs-tab:kubectl_json + +Coming Soon + +``` +>bdocs-tab:curl Response Body + +```bdocs-tab:curl_json + +Coming Soon + +``` + + + +replace status of the specified PodDisruptionBudget + +### HTTP Request + +`PUT /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}/status` + +### Path Parameters + +Parameter | Description +------------ | ----------- +name | name of the PodDisruptionBudget +namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[PodDisruptionBudget](#poddisruptionbudget-v1beta1)* | + +### Response + +Code | Description +------------ | ----------- +200 <br /> *[PodDisruptionBudget](#poddisruptionbudget-v1beta1)* | OK + + +## Patch + +>bdocs-tab:kubectl `kubectl` Command + +```bdocs-tab:kubectl_shell + +Coming Soon + +``` + +>bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) + +```bdocs-tab:curl_shell + +Coming Soon + +``` + +>bdocs-tab:kubectl Output + +```bdocs-tab:kubectl_json + +Coming Soon + +``` +>bdocs-tab:curl Response Body + +```bdocs-tab:curl_json + +Coming Soon + +``` + + + +partially update status of the specified PodDisruptionBudget + +### HTTP Request + +`PATCH /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}/status` + +### Path Parameters + +Parameter | Description +------------ | ----------- +name | name of the PodDisruptionBudget +namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[Patch](#patch-unversioned)* | + +### Response + +Code | Description +------------ | ----------- +200 <br /> *[PodDisruptionBudget](#poddisruptionbudget-v1beta1)* | OK + + + +## <strong>Read Operations</strong> + +See supported operations below... + +## Read + +>bdocs-tab:kubectl `kubectl` Command + +```bdocs-tab:kubectl_shell + +Coming Soon + +``` + +>bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) + +```bdocs-tab:curl_shell + +Coming Soon + +``` + +>bdocs-tab:kubectl Output + +```bdocs-tab:kubectl_json + +Coming Soon + +``` +>bdocs-tab:curl Response Body + +```bdocs-tab:curl_json + +Coming Soon + +``` + + + +read status of the specified PodDisruptionBudget + +### HTTP Request + +`GET /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}/status` + +### Path Parameters + +Parameter | Description +------------ | ----------- +name | name of the PodDisruptionBudget +namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + + +### Response + +Code | Description +------------ | ----------- +200 <br /> *[PodDisruptionBudget](#poddisruptionbudget-v1beta1)* | OK + + + + diff --git a/docs/resources-reference/1_5/documents/_generated_poddisruptionbudgetstatus_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_poddisruptionbudgetstatus_v1beta1_definition.md similarity index 97% rename from docs/resources-reference/1_5/documents/_generated_poddisruptionbudgetstatus_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_poddisruptionbudgetstatus_v1beta1_definition.md index 2851ecd47c..873768dfff 100644 --- a/docs/resources-reference/1_5/documents/_generated_poddisruptionbudgetstatus_v1beta1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_poddisruptionbudgetstatus_v1beta1_definition.md @@ -2,7 +2,7 @@ Group | Version | Kind ------------ | ---------- | ----------- -Core | v1beta1 | PodDisruptionBudgetStatus +Policy | v1beta1 | PodDisruptionBudgetStatus diff --git a/docs/api-reference/v1.5/documents/_generated_podlist_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_podlist_v1_concept.md new file mode 100644 index 0000000000..3a47c0152c --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_podlist_v1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# PodList v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | PodList + + + + + + + +PodList is a list of Pods. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[Pod](#pod-v1) array* | List of pods. More info: http://kubernetes.io/docs/user-guide/pods +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds + + + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_podlist_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_podlist_v1_definition.md new file mode 100644 index 0000000000..5545fc1b38 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_podlist_v1_definition.md @@ -0,0 +1,19 @@ +## PodList v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | PodList + + + +PodList is a list of Pods. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[Pod](#pod-v1) array* | List of pods. More info: http://kubernetes.io/docs/user-guide/pods +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds + diff --git a/docs/api-reference/1_5/documents/_generated_podsecuritycontext_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_podsecuritycontext_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_podsecuritycontext_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_podsecuritycontext_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_podsecuritycontext_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_podsecuritycontext_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_podsecuritycontext_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_podsecuritycontext_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_podspec_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_podspec_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_podspec_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_podspec_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_podspec_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_podspec_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_podspec_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_podspec_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_podstatus_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_podstatus_v1_concept.md similarity index 95% rename from docs/api-reference/1_5/documents/_generated_podstatus_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_podstatus_v1_concept.md index a84a8fcc69..8c6fc2a7c3 100644 --- a/docs/api-reference/1_5/documents/_generated_podstatus_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_podstatus_v1_concept.md @@ -86,10 +86,15 @@ Parameter | Description ------------ | ----------- name | name of the Pod namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Pod](#pod-v1)* | @@ -148,10 +153,15 @@ Parameter | Description ------------ | ----------- name | name of the Pod namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -215,6 +225,11 @@ Parameter | Description ------------ | ----------- name | name of the Pod namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- pretty | If 'true', then the output is pretty printed. diff --git a/docs/api-reference/1_5/documents/_generated_podstatus_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_podstatus_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_podstatus_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_podstatus_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_podtemplate_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_podtemplate_v1_concept.md similarity index 89% rename from docs/user-guide/kubectl/1_5/documents/_generated_podtemplate_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_podtemplate_v1_concept.md index 8449d06e34..2afc92c42e 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_podtemplate_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_podtemplate_v1_concept.md @@ -22,6 +22,8 @@ Appears In <a href="#podtemplatelist-v1">PodTemplateList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata template <br /> *[PodTemplateSpec](#podtemplatespec-v1)* | Template defines the pods that will be created from this pod template. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status @@ -42,7 +44,9 @@ spec <br /> *[PodSpec](#podspec-v1)* | Specification of the desired behavior of Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[PodTemplate](#podtemplate-v1) array* | List of pod templates +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds @@ -98,10 +102,15 @@ create a PodTemplate Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[PodTemplate](#podtemplate-v1)* | @@ -160,10 +169,15 @@ Parameter | Description ------------ | ----------- name | name of the PodTemplate namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[PodTemplate](#podtemplate-v1)* | @@ -222,10 +236,15 @@ Parameter | Description ------------ | ----------- name | name of the PodTemplate namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -284,16 +303,21 @@ Parameter | Description ------------ | ----------- name | name of the PodTemplate namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- -body <br /> *[DeleteOptions](#deleteoptions-v1)* | +pretty | If 'true', then the output is pretty printed. gracePeriodSeconds | The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. orphanDependents | Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[DeleteOptions](#deleteoptions-v1)* | + ### Response Code | Description @@ -347,18 +371,19 @@ delete collection of PodTemplate Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -418,15 +443,16 @@ Parameter | Description ------------ | ----------- name | name of the PodTemplate namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. exact | Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace' export | Should this value be exported. Export strips fields that a user can not specify. + ### Response Code | Description @@ -480,18 +506,19 @@ list or watch objects of kind PodTemplate Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -540,7 +567,8 @@ list or watch objects of kind PodTemplate `GET /api/v1/podtemplates` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- @@ -604,10 +632,15 @@ watch changes to an object of kind PodTemplate Parameter | Description ------------ | ----------- -fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. -labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. name | name of the PodTemplate namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- +fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. +labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. @@ -662,7 +695,8 @@ watch individual changes to a list of PodTemplate `GET /api/v1/watch/podtemplates` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- diff --git a/docs/api-reference/1_5/documents/_generated_podtemplate_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_podtemplate_v1_definition.md similarity index 54% rename from docs/api-reference/1_5/documents/_generated_podtemplate_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_podtemplate_v1_definition.md index 55578c1283..1ae4f21f4f 100644 --- a/docs/api-reference/1_5/documents/_generated_podtemplate_v1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_podtemplate_v1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#podtemplatelist-v1">PodTemplateList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata template <br /> *[PodTemplateSpec](#podtemplatespec-v1)* | Template defines the pods that will be created from this pod template. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_podtemplatelist_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_podtemplatelist_v1_concept.md similarity index 74% rename from docs/user-guide/kubectl/1_5/documents/_generated_podtemplatelist_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_podtemplatelist_v1_concept.md index 4d60bc9782..8882d62304 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_podtemplatelist_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_podtemplatelist_v1_concept.md @@ -21,7 +21,9 @@ PodTemplateList is a list of PodTemplates. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[PodTemplate](#podtemplate-v1) array* | List of pod templates +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds @@ -75,11 +77,16 @@ watch individual changes to a list of PodTemplate ### Path Parameters +Parameter | Description +------------ | ----------- +namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + Parameter | Description ------------ | ----------- fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. -namespace | object name and auth scope, such as for teams and projects pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. diff --git a/docs/api-reference/v1.5/documents/_generated_podtemplatelist_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_podtemplatelist_v1_definition.md new file mode 100644 index 0000000000..58c8bacc98 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_podtemplatelist_v1_definition.md @@ -0,0 +1,19 @@ +## PodTemplateList v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | PodTemplateList + + + +PodTemplateList is a list of PodTemplates. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[PodTemplate](#podtemplate-v1) array* | List of pod templates +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds + diff --git a/docs/api-reference/1_5/documents/_generated_podtemplatespec_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_podtemplatespec_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_podtemplatespec_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_podtemplatespec_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_podtemplatespec_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_podtemplatespec_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_podtemplatespec_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_podtemplatespec_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_policyrule_v1alpha1_concept.md b/docs/api-reference/v1.5/documents/_generated_policyrule_v1alpha1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_policyrule_v1alpha1_concept.md rename to docs/api-reference/v1.5/documents/_generated_policyrule_v1alpha1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_policyrule_v1alpha1_definition.md b/docs/api-reference/v1.5/documents/_generated_policyrule_v1alpha1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_policyrule_v1alpha1_definition.md rename to docs/api-reference/v1.5/documents/_generated_policyrule_v1alpha1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_preconditions_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_preconditions_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_preconditions_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_preconditions_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_preconditions_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_preconditions_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_preconditions_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_preconditions_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_probe_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_probe_v1_concept.md similarity index 77% rename from docs/resources-reference/1_5/documents/_generated_probe_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_probe_v1_concept.md index 97c6dc9b17..97b746fc89 100644 --- a/docs/resources-reference/1_5/documents/_generated_probe_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_probe_v1_concept.md @@ -22,10 +22,13 @@ Appears In <a href="#container-v1">Container</a> </aside> Field | Description ------------ | ----------- +exec <br /> *[ExecAction](#execaction-v1)* | One and only one of the following should be specified. Exec specifies the action to take. failureThreshold <br /> *integer* | Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. +httpGet <br /> *[HTTPGetAction](#httpgetaction-v1)* | HTTPGet specifies the http request to perform. initialDelaySeconds <br /> *integer* | Number of seconds after the container has started before liveness probes are initiated. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes periodSeconds <br /> *integer* | How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. successThreshold <br /> *integer* | Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness. Minimum value is 1. +tcpSocket <br /> *[TCPSocketAction](#tcpsocketaction-v1)* | TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported timeoutSeconds <br /> *integer* | Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes diff --git a/docs/resources-reference/1_5/documents/_generated_probe_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_probe_v1_definition.md similarity index 76% rename from docs/resources-reference/1_5/documents/_generated_probe_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_probe_v1_definition.md index ea0f4f5e86..3a721cb685 100644 --- a/docs/resources-reference/1_5/documents/_generated_probe_v1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_probe_v1_definition.md @@ -13,9 +13,12 @@ Appears In <a href="#container-v1">Container</a> </aside> Field | Description ------------ | ----------- +exec <br /> *[ExecAction](#execaction-v1)* | One and only one of the following should be specified. Exec specifies the action to take. failureThreshold <br /> *integer* | Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. +httpGet <br /> *[HTTPGetAction](#httpgetaction-v1)* | HTTPGet specifies the http request to perform. initialDelaySeconds <br /> *integer* | Number of seconds after the container has started before liveness probes are initiated. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes periodSeconds <br /> *integer* | How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. successThreshold <br /> *integer* | Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness. Minimum value is 1. +tcpSocket <br /> *[TCPSocketAction](#tcpsocketaction-v1)* | TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported timeoutSeconds <br /> *integer* | Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes diff --git a/docs/api-reference/1_5/documents/_generated_quantity_resource_concept.md b/docs/api-reference/v1.5/documents/_generated_quantity_resource_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_quantity_resource_concept.md rename to docs/api-reference/v1.5/documents/_generated_quantity_resource_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_quantity_resource_definition.md b/docs/api-reference/v1.5/documents/_generated_quantity_resource_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_quantity_resource_definition.md rename to docs/api-reference/v1.5/documents/_generated_quantity_resource_definition.md diff --git a/docs/api-reference/v1.5/documents/_generated_quobytevolumesource_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_quobytevolumesource_v1_concept.md new file mode 100644 index 0000000000..f4d6f69efa --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_quobytevolumesource_v1_concept.md @@ -0,0 +1,35 @@ + + +----------- +# QuobyteVolumeSource v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | QuobyteVolumeSource + + + + + + + +Represents a Quobyte mount that lasts the lifetime of a pod. Quobyte volumes do not support ownership management or SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +group <br /> *string* | Group to map volume access to Default is no group +readOnly <br /> *boolean* | ReadOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false. +registry <br /> *string* | Registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes +user <br /> *string* | User to map volume access to Defaults to serivceaccount user +volume <br /> *string* | Volume is a string that references an already created Quobyte volume by name. + + + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_quobytevolumesource_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_quobytevolumesource_v1_definition.md new file mode 100644 index 0000000000..5888abc381 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_quobytevolumesource_v1_definition.md @@ -0,0 +1,21 @@ +## QuobyteVolumeSource v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | QuobyteVolumeSource + + + +Represents a Quobyte mount that lasts the lifetime of a pod. Quobyte volumes do not support ownership management or SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +group <br /> *string* | Group to map volume access to Default is no group +readOnly <br /> *boolean* | ReadOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false. +registry <br /> *string* | Registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes +user <br /> *string* | User to map volume access to Defaults to serivceaccount user +volume <br /> *string* | Volume is a string that references an already created Quobyte volume by name. + diff --git a/docs/api-reference/1_5/documents/_generated_rawextension_runtime_concept.md b/docs/api-reference/v1.5/documents/_generated_rawextension_runtime_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_rawextension_runtime_concept.md rename to docs/api-reference/v1.5/documents/_generated_rawextension_runtime_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_rawextension_runtime_definition.md b/docs/api-reference/v1.5/documents/_generated_rawextension_runtime_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_rawextension_runtime_definition.md rename to docs/api-reference/v1.5/documents/_generated_rawextension_runtime_definition.md diff --git a/docs/api-reference/v1.5/documents/_generated_rbdvolumesource_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_rbdvolumesource_v1_concept.md new file mode 100644 index 0000000000..da4f80a349 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_rbdvolumesource_v1_concept.md @@ -0,0 +1,38 @@ + + +----------- +# RBDVolumeSource v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | RBDVolumeSource + + + + + + + +Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +fsType <br /> *string* | Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: http://kubernetes.io/docs/user-guide/volumes#rbd +image <br /> *string* | The rados image name. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +keyring <br /> *string* | Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +monitors <br /> *string array* | A collection of Ceph monitors. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +pool <br /> *string* | The rados pool name. Default is rbd. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it. +readOnly <br /> *boolean* | ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +secretRef <br /> *[LocalObjectReference](#localobjectreference-v1)* | SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +user <br /> *string* | The rados user name. Default is admin. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it + + + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_rbdvolumesource_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_rbdvolumesource_v1_definition.md new file mode 100644 index 0000000000..55509076eb --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_rbdvolumesource_v1_definition.md @@ -0,0 +1,24 @@ +## RBDVolumeSource v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | RBDVolumeSource + + + +Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +fsType <br /> *string* | Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: http://kubernetes.io/docs/user-guide/volumes#rbd +image <br /> *string* | The rados image name. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +keyring <br /> *string* | Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +monitors <br /> *string array* | A collection of Ceph monitors. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +pool <br /> *string* | The rados pool name. Default is rbd. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it. +readOnly <br /> *boolean* | ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +secretRef <br /> *[LocalObjectReference](#localobjectreference-v1)* | SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +user <br /> *string* | The rados user name. Default is admin. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it + diff --git a/docs/api-reference/1_5/documents/_generated_replicaset_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_replicaset_v1beta1_concept.md similarity index 91% rename from docs/api-reference/1_5/documents/_generated_replicaset_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_replicaset_v1beta1_concept.md index 7accf91269..35a1b0071f 100644 --- a/docs/api-reference/1_5/documents/_generated_replicaset_v1beta1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_replicaset_v1beta1_concept.md @@ -70,6 +70,8 @@ Appears In <a href="#replicasetlist-v1beta1">ReplicaSetList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages. Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[ReplicaSetSpec](#replicasetspec-v1beta1)* | Spec defines the specification of the desired behavior of the ReplicaSet. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[ReplicaSetStatus](#replicasetstatus-v1beta1)* | Status is the most recently observed status of the ReplicaSet. This data may be out of date by some window of time. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status @@ -107,7 +109,9 @@ replicas <br /> *integer* | Replicas is the most recently oberved number of rep Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[ReplicaSet](#replicaset-v1beta1) array* | List of ReplicaSets. More info: http://kubernetes.io/docs/user-guide/replication-controller +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds @@ -163,10 +167,15 @@ create a ReplicaSet Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[ReplicaSet](#replicaset-v1beta1)* | @@ -225,10 +234,15 @@ Parameter | Description ------------ | ----------- name | name of the ReplicaSet namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[ReplicaSet](#replicaset-v1beta1)* | @@ -287,10 +301,15 @@ Parameter | Description ------------ | ----------- name | name of the ReplicaSet namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -349,16 +368,21 @@ Parameter | Description ------------ | ----------- name | name of the ReplicaSet namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- -body <br /> *[DeleteOptions](#deleteoptions-v1)* | +pretty | If 'true', then the output is pretty printed. gracePeriodSeconds | The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. orphanDependents | Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[DeleteOptions](#deleteoptions-v1)* | + ### Response Code | Description @@ -412,18 +436,19 @@ delete collection of ReplicaSet Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -483,15 +508,16 @@ Parameter | Description ------------ | ----------- name | name of the ReplicaSet namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. exact | Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace' export | Should this value be exported. Export strips fields that a user can not specify. + ### Response Code | Description @@ -545,18 +571,19 @@ list or watch objects of kind ReplicaSet Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -605,7 +632,8 @@ list or watch objects of kind ReplicaSet `GET /apis/extensions/v1beta1/replicasets` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- @@ -669,10 +697,15 @@ watch changes to an object of kind ReplicaSet Parameter | Description ------------ | ----------- -fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. -labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. name | name of the ReplicaSet namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- +fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. +labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. @@ -729,11 +762,16 @@ watch individual changes to a list of ReplicaSet ### Path Parameters +Parameter | Description +------------ | ----------- +namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + Parameter | Description ------------ | ----------- fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. -namespace | object name and auth scope, such as for teams and projects pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. @@ -788,7 +826,8 @@ watch individual changes to a list of ReplicaSet `GET /apis/extensions/v1beta1/watch/replicasets` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- @@ -859,6 +898,11 @@ Parameter | Description ------------ | ----------- name | name of the Scale namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- pretty | If 'true', then the output is pretty printed. @@ -916,10 +960,15 @@ Parameter | Description ------------ | ----------- name | name of the Scale namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Scale](#scale-v1beta1)* | @@ -978,10 +1027,15 @@ Parameter | Description ------------ | ----------- name | name of the Scale namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | diff --git a/docs/api-reference/1_5/documents/_generated_replicaset_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_replicaset_v1beta1_definition.md similarity index 66% rename from docs/api-reference/1_5/documents/_generated_replicaset_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_replicaset_v1beta1_definition.md index bd37b4bf77..57f6ddb6e3 100644 --- a/docs/api-reference/1_5/documents/_generated_replicaset_v1beta1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_replicaset_v1beta1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#replicasetlist-v1beta1">ReplicaSetList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages. Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[ReplicaSetSpec](#replicasetspec-v1beta1)* | Spec defines the specification of the desired behavior of the ReplicaSet. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[ReplicaSetStatus](#replicasetstatus-v1beta1)* | Status is the most recently observed status of the ReplicaSet. This data may be out of date by some window of time. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status diff --git a/docs/api-reference/1_5/documents/_generated_replicasetcondition_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_replicasetcondition_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_replicasetcondition_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_replicasetcondition_v1beta1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_replicasetcondition_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_replicasetcondition_v1beta1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_replicasetcondition_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_replicasetcondition_v1beta1_definition.md diff --git a/docs/api-reference/v1.5/documents/_generated_replicasetlist_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_replicasetlist_v1beta1_concept.md new file mode 100644 index 0000000000..dcbd8df7ad --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_replicasetlist_v1beta1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# ReplicaSetList v1beta1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1beta1 | ReplicaSetList + + + + + + + +ReplicaSetList is a collection of ReplicaSets. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[ReplicaSet](#replicaset-v1beta1) array* | List of ReplicaSets. More info: http://kubernetes.io/docs/user-guide/replication-controller +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds + + + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_replicasetlist_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_replicasetlist_v1beta1_definition.md new file mode 100644 index 0000000000..d22b230f36 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_replicasetlist_v1beta1_definition.md @@ -0,0 +1,19 @@ +## ReplicaSetList v1beta1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1beta1 | ReplicaSetList + + + +ReplicaSetList is a collection of ReplicaSets. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[ReplicaSet](#replicaset-v1beta1) array* | List of ReplicaSets. More info: http://kubernetes.io/docs/user-guide/replication-controller +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds + diff --git a/docs/api-reference/1_5/documents/_generated_replicasetspec_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_replicasetspec_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_replicasetspec_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_replicasetspec_v1beta1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_replicasetspec_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_replicasetspec_v1beta1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_replicasetspec_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_replicasetspec_v1beta1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_replicasetstatus_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_replicasetstatus_v1beta1_concept.md similarity index 94% rename from docs/api-reference/1_5/documents/_generated_replicasetstatus_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_replicasetstatus_v1beta1_concept.md index e584470eed..92e975a8d6 100644 --- a/docs/api-reference/1_5/documents/_generated_replicasetstatus_v1beta1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_replicasetstatus_v1beta1_concept.md @@ -84,10 +84,15 @@ Parameter | Description ------------ | ----------- name | name of the ReplicaSet namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[ReplicaSet](#replicaset-v1beta1)* | @@ -146,10 +151,15 @@ Parameter | Description ------------ | ----------- name | name of the ReplicaSet namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -213,6 +223,11 @@ Parameter | Description ------------ | ----------- name | name of the ReplicaSet namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- pretty | If 'true', then the output is pretty printed. diff --git a/docs/api-reference/1_5/documents/_generated_replicasetstatus_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_replicasetstatus_v1beta1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_replicasetstatus_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_replicasetstatus_v1beta1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_replicationcontroller_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_replicationcontroller_v1_concept.md similarity index 91% rename from docs/api-reference/1_5/documents/_generated_replicationcontroller_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_replicationcontroller_v1_concept.md index c46ec43906..0ce5e7421c 100644 --- a/docs/api-reference/1_5/documents/_generated_replicationcontroller_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_replicationcontroller_v1_concept.md @@ -70,6 +70,8 @@ Appears In <a href="#replicationcontrollerlist-v1">ReplicationControllerList</a> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | If the Labels of a ReplicationController are empty, they are defaulted to be the same as the Pod(s) that the replication controller manages. Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[ReplicationControllerSpec](#replicationcontrollerspec-v1)* | Spec defines the specification of the desired behavior of the replication controller. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[ReplicationControllerStatus](#replicationcontrollerstatus-v1)* | Status is the most recently observed status of the replication controller. This data may be out of date by some window of time. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status @@ -107,7 +109,9 @@ replicas <br /> *integer* | Replicas is the most recently oberved number of rep Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[ReplicationController](#replicationcontroller-v1) array* | List of replication controllers. More info: http://kubernetes.io/docs/user-guide/replication-controller +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds @@ -163,10 +167,15 @@ create a ReplicationController Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[ReplicationController](#replicationcontroller-v1)* | @@ -225,10 +234,15 @@ Parameter | Description ------------ | ----------- name | name of the ReplicationController namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[ReplicationController](#replicationcontroller-v1)* | @@ -287,10 +301,15 @@ Parameter | Description ------------ | ----------- name | name of the ReplicationController namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -349,16 +368,21 @@ Parameter | Description ------------ | ----------- name | name of the ReplicationController namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- -body <br /> *[DeleteOptions](#deleteoptions-v1)* | +pretty | If 'true', then the output is pretty printed. gracePeriodSeconds | The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. orphanDependents | Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[DeleteOptions](#deleteoptions-v1)* | + ### Response Code | Description @@ -412,18 +436,19 @@ delete collection of ReplicationController Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -483,15 +508,16 @@ Parameter | Description ------------ | ----------- name | name of the ReplicationController namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. exact | Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace' export | Should this value be exported. Export strips fields that a user can not specify. + ### Response Code | Description @@ -545,18 +571,19 @@ list or watch objects of kind ReplicationController Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -605,7 +632,8 @@ list or watch objects of kind ReplicationController `GET /api/v1/replicationcontrollers` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- @@ -669,10 +697,15 @@ watch changes to an object of kind ReplicationController Parameter | Description ------------ | ----------- -fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. -labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. name | name of the ReplicationController namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- +fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. +labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. @@ -727,7 +760,8 @@ watch individual changes to a list of ReplicationController `GET /api/v1/watch/replicationcontrollers` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- diff --git a/docs/api-reference/1_5/documents/_generated_replicationcontroller_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_replicationcontroller_v1_definition.md similarity index 68% rename from docs/api-reference/1_5/documents/_generated_replicationcontroller_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_replicationcontroller_v1_definition.md index 83aeb79572..5883492c10 100644 --- a/docs/api-reference/1_5/documents/_generated_replicationcontroller_v1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_replicationcontroller_v1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#replicationcontrollerlist-v1">ReplicationControllerList</a Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | If the Labels of a ReplicationController are empty, they are defaulted to be the same as the Pod(s) that the replication controller manages. Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[ReplicationControllerSpec](#replicationcontrollerspec-v1)* | Spec defines the specification of the desired behavior of the replication controller. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[ReplicationControllerStatus](#replicationcontrollerstatus-v1)* | Status is the most recently observed status of the replication controller. This data may be out of date by some window of time. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status diff --git a/docs/api-reference/1_5/documents/_generated_replicationcontrollercondition_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_replicationcontrollercondition_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_replicationcontrollercondition_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_replicationcontrollercondition_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_replicationcontrollercondition_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_replicationcontrollercondition_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_replicationcontrollercondition_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_replicationcontrollercondition_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_replicationcontrollerlist_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_replicationcontrollerlist_v1_concept.md similarity index 76% rename from docs/api-reference/1_5/documents/_generated_replicationcontrollerlist_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_replicationcontrollerlist_v1_concept.md index 65af725e63..bb03feceb6 100644 --- a/docs/api-reference/1_5/documents/_generated_replicationcontrollerlist_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_replicationcontrollerlist_v1_concept.md @@ -21,7 +21,9 @@ ReplicationControllerList is a collection of replication controllers. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[ReplicationController](#replicationcontroller-v1) array* | List of replication controllers. More info: http://kubernetes.io/docs/user-guide/replication-controller +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds @@ -75,11 +77,16 @@ watch individual changes to a list of ReplicationController ### Path Parameters +Parameter | Description +------------ | ----------- +namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + Parameter | Description ------------ | ----------- fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. -namespace | object name and auth scope, such as for teams and projects pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. diff --git a/docs/resources-reference/1_5/documents/_generated_replicationcontrollerlist_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_replicationcontrollerlist_v1_definition.md similarity index 51% rename from docs/resources-reference/1_5/documents/_generated_replicationcontrollerlist_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_replicationcontrollerlist_v1_definition.md index cec4edf9ff..5b62592c04 100644 --- a/docs/resources-reference/1_5/documents/_generated_replicationcontrollerlist_v1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_replicationcontrollerlist_v1_definition.md @@ -12,6 +12,8 @@ ReplicationControllerList is a collection of replication controllers. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[ReplicationController](#replicationcontroller-v1) array* | List of replication controllers. More info: http://kubernetes.io/docs/user-guide/replication-controller +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds diff --git a/docs/api-reference/1_5/documents/_generated_replicationcontrollerspec_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_replicationcontrollerspec_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_replicationcontrollerspec_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_replicationcontrollerspec_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_replicationcontrollerspec_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_replicationcontrollerspec_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_replicationcontrollerspec_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_replicationcontrollerspec_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_replicationcontrollerstatus_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_replicationcontrollerstatus_v1_concept.md similarity index 95% rename from docs/user-guide/kubectl/1_5/documents/_generated_replicationcontrollerstatus_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_replicationcontrollerstatus_v1_concept.md index 828096ffa8..b987da32f6 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_replicationcontrollerstatus_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_replicationcontrollerstatus_v1_concept.md @@ -84,10 +84,15 @@ Parameter | Description ------------ | ----------- name | name of the ReplicationController namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[ReplicationController](#replicationcontroller-v1)* | @@ -146,10 +151,15 @@ Parameter | Description ------------ | ----------- name | name of the ReplicationController namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -213,6 +223,11 @@ Parameter | Description ------------ | ----------- name | name of the ReplicationController namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- pretty | If 'true', then the output is pretty printed. diff --git a/docs/api-reference/1_5/documents/_generated_replicationcontrollerstatus_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_replicationcontrollerstatus_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_replicationcontrollerstatus_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_replicationcontrollerstatus_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_resourceattributes_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_resourceattributes_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_resourceattributes_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_resourceattributes_v1beta1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_resourceattributes_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_resourceattributes_v1beta1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_resourceattributes_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_resourceattributes_v1beta1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_resourcefieldselector_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_resourcefieldselector_v1_concept.md similarity index 82% rename from docs/resources-reference/1_5/documents/_generated_resourcefieldselector_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_resourcefieldselector_v1_concept.md index 7bd87539dc..42dc21a36c 100644 --- a/docs/resources-reference/1_5/documents/_generated_resourcefieldselector_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_resourcefieldselector_v1_concept.md @@ -18,7 +18,7 @@ Core | v1 | ResourceFieldSelector ResourceFieldSelector represents container resources (cpu, memory) and their output format <aside class="notice"> -Appears In <a href="#envvarsource-v1">EnvVarSource</a> </aside> +Appears In <a href="#downwardapivolumefile-v1">DownwardAPIVolumeFile</a> <a href="#envvarsource-v1">EnvVarSource</a> </aside> Field | Description ------------ | ----------- diff --git a/docs/api-reference/1_5/documents/_generated_resourcefieldselector_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_resourcefieldselector_v1_definition.md similarity index 81% rename from docs/api-reference/1_5/documents/_generated_resourcefieldselector_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_resourcefieldselector_v1_definition.md index 594e03a9bf..4a11f704c8 100644 --- a/docs/api-reference/1_5/documents/_generated_resourcefieldselector_v1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_resourcefieldselector_v1_definition.md @@ -9,7 +9,7 @@ Core | v1 | ResourceFieldSelector ResourceFieldSelector represents container resources (cpu, memory) and their output format <aside class="notice"> -Appears In <a href="#envvarsource-v1">EnvVarSource</a> </aside> +Appears In <a href="#downwardapivolumefile-v1">DownwardAPIVolumeFile</a> <a href="#envvarsource-v1">EnvVarSource</a> </aside> Field | Description ------------ | ----------- diff --git a/docs/api-reference/1_5/documents/_generated_resourcequota_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_resourcequota_v1_concept.md similarity index 76% rename from docs/api-reference/1_5/documents/_generated_resourcequota_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_resourcequota_v1_concept.md index cf11107101..655ebd880d 100644 --- a/docs/api-reference/1_5/documents/_generated_resourcequota_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_resourcequota_v1_concept.md @@ -22,6 +22,8 @@ Appears In <a href="#resourcequotalist-v1">ResourceQuotaList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[ResourceQuotaSpec](#resourcequotaspec-v1)* | Spec defines the desired quota. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[ResourceQuotaStatus](#resourcequotastatus-v1)* | Status defines the actual enforced quota and its current usage. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status @@ -53,7 +55,9 @@ used <br /> *object* | Used is the current observed total usage of the resource Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[ResourceQuota](#resourcequota-v1) array* | Items is a list of ResourceQuota objects. More info: http://releases.k8s.io/HEAD/docs/design/admission_control_resource_quota.md#admissioncontrol-plugin-resourcequota +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds @@ -109,10 +113,15 @@ create a ResourceQuota Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[ResourceQuota](#resourcequota-v1)* | @@ -171,10 +180,15 @@ Parameter | Description ------------ | ----------- name | name of the ResourceQuota namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[ResourceQuota](#resourcequota-v1)* | @@ -233,10 +247,15 @@ Parameter | Description ------------ | ----------- name | name of the ResourceQuota namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -295,16 +314,21 @@ Parameter | Description ------------ | ----------- name | name of the ResourceQuota namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- -body <br /> *[DeleteOptions](#deleteoptions-v1)* | +pretty | If 'true', then the output is pretty printed. gracePeriodSeconds | The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. orphanDependents | Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[DeleteOptions](#deleteoptions-v1)* | + ### Response Code | Description @@ -358,18 +382,19 @@ delete collection of ResourceQuota Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -429,15 +454,16 @@ Parameter | Description ------------ | ----------- name | name of the ResourceQuota namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. exact | Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace' export | Should this value be exported. Export strips fields that a user can not specify. + ### Response Code | Description @@ -491,18 +517,19 @@ list or watch objects of kind ResourceQuota Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -551,7 +578,8 @@ list or watch objects of kind ResourceQuota `GET /api/v1/resourcequotas` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- @@ -615,10 +643,15 @@ watch changes to an object of kind ResourceQuota Parameter | Description ------------ | ----------- -fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. -labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. name | name of the ResourceQuota namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- +fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. +labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. @@ -673,7 +706,8 @@ watch individual changes to a list of ResourceQuota `GET /api/v1/watch/resourcequotas` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- @@ -693,4 +727,205 @@ Code | Description +## <strong>Status Operations</strong> + +See supported operations below... + +## Patch Status + +>bdocs-tab:kubectl `kubectl` Command + +```bdocs-tab:kubectl_shell + +Coming Soon + +``` + +>bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) + +```bdocs-tab:curl_shell + +Coming Soon + +``` + +>bdocs-tab:kubectl Output + +```bdocs-tab:kubectl_json + +Coming Soon + +``` +>bdocs-tab:curl Response Body + +```bdocs-tab:curl_json + +Coming Soon + +``` + + + +partially update status of the specified ResourceQuota + +### HTTP Request + +`PATCH /api/v1/namespaces/{namespace}/resourcequotas/{name}/status` + +### Path Parameters + +Parameter | Description +------------ | ----------- +name | name of the ResourceQuota +namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[Patch](#patch-unversioned)* | + +### Response + +Code | Description +------------ | ----------- +200 <br /> *[ResourceQuota](#resourcequota-v1)* | OK + + +## Read Status + +>bdocs-tab:kubectl `kubectl` Command + +```bdocs-tab:kubectl_shell + +Coming Soon + +``` + +>bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) + +```bdocs-tab:curl_shell + +Coming Soon + +``` + +>bdocs-tab:kubectl Output + +```bdocs-tab:kubectl_json + +Coming Soon + +``` +>bdocs-tab:curl Response Body + +```bdocs-tab:curl_json + +Coming Soon + +``` + + + +read status of the specified ResourceQuota + +### HTTP Request + +`GET /api/v1/namespaces/{namespace}/resourcequotas/{name}/status` + +### Path Parameters + +Parameter | Description +------------ | ----------- +name | name of the ResourceQuota +namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + + +### Response + +Code | Description +------------ | ----------- +200 <br /> *[ResourceQuota](#resourcequota-v1)* | OK + + +## Replace Status + +>bdocs-tab:kubectl `kubectl` Command + +```bdocs-tab:kubectl_shell + +Coming Soon + +``` + +>bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) + +```bdocs-tab:curl_shell + +Coming Soon + +``` + +>bdocs-tab:kubectl Output + +```bdocs-tab:kubectl_json + +Coming Soon + +``` +>bdocs-tab:curl Response Body + +```bdocs-tab:curl_json + +Coming Soon + +``` + + + +replace status of the specified ResourceQuota + +### HTTP Request + +`PUT /api/v1/namespaces/{namespace}/resourcequotas/{name}/status` + +### Path Parameters + +Parameter | Description +------------ | ----------- +name | name of the ResourceQuota +namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[ResourceQuota](#resourcequota-v1)* | + +### Response + +Code | Description +------------ | ----------- +200 <br /> *[ResourceQuota](#resourcequota-v1)* | OK + + + diff --git a/docs/api-reference/1_5/documents/_generated_resourcequota_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_resourcequota_v1_definition.md similarity index 60% rename from docs/api-reference/1_5/documents/_generated_resourcequota_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_resourcequota_v1_definition.md index 98d2c6c082..24202b22a4 100644 --- a/docs/api-reference/1_5/documents/_generated_resourcequota_v1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_resourcequota_v1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#resourcequotalist-v1">ResourceQuotaList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[ResourceQuotaSpec](#resourcequotaspec-v1)* | Spec defines the desired quota. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[ResourceQuotaStatus](#resourcequotastatus-v1)* | Status defines the actual enforced quota and its current usage. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_resourcequotalist_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_resourcequotalist_v1_concept.md similarity index 76% rename from docs/user-guide/kubectl/1_5/documents/_generated_resourcequotalist_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_resourcequotalist_v1_concept.md index d81526e571..826a8a5073 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_resourcequotalist_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_resourcequotalist_v1_concept.md @@ -21,7 +21,9 @@ ResourceQuotaList is a list of ResourceQuota items. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[ResourceQuota](#resourcequota-v1) array* | Items is a list of ResourceQuota objects. More info: http://releases.k8s.io/HEAD/docs/design/admission_control_resource_quota.md#admissioncontrol-plugin-resourcequota +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds @@ -75,11 +77,16 @@ watch individual changes to a list of ResourceQuota ### Path Parameters +Parameter | Description +------------ | ----------- +namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + Parameter | Description ------------ | ----------- fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. -namespace | object name and auth scope, such as for teams and projects pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. diff --git a/docs/resources-reference/1_5/documents/_generated_resourcequotalist_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_resourcequotalist_v1_definition.md similarity index 51% rename from docs/resources-reference/1_5/documents/_generated_resourcequotalist_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_resourcequotalist_v1_definition.md index 097c8f654a..a29d357ec0 100644 --- a/docs/resources-reference/1_5/documents/_generated_resourcequotalist_v1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_resourcequotalist_v1_definition.md @@ -12,6 +12,8 @@ ResourceQuotaList is a list of ResourceQuota items. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[ResourceQuota](#resourcequota-v1) array* | Items is a list of ResourceQuota objects. More info: http://releases.k8s.io/HEAD/docs/design/admission_control_resource_quota.md#admissioncontrol-plugin-resourcequota +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds diff --git a/docs/api-reference/1_5/documents/_generated_resourcequotaspec_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_resourcequotaspec_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_resourcequotaspec_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_resourcequotaspec_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_resourcequotaspec_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_resourcequotaspec_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_resourcequotaspec_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_resourcequotaspec_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_resourcequotastatus_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_resourcequotastatus_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_resourcequotastatus_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_resourcequotastatus_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_resourcequotastatus_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_resourcequotastatus_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_resourcequotastatus_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_resourcequotastatus_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_resourcerequirements_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_resourcerequirements_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_resourcerequirements_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_resourcerequirements_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_resourcerequirements_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_resourcerequirements_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_resourcerequirements_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_resourcerequirements_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_role_v1alpha1_concept.md b/docs/api-reference/v1.5/documents/_generated_role_v1alpha1_concept.md similarity index 80% rename from docs/api-reference/1_5/documents/_generated_role_v1alpha1_concept.md rename to docs/api-reference/v1.5/documents/_generated_role_v1alpha1_concept.md index 482eca1a65..e42e95237c 100644 --- a/docs/api-reference/1_5/documents/_generated_role_v1alpha1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_role_v1alpha1_concept.md @@ -22,6 +22,8 @@ Appears In <a href="#rolelist-v1alpha1">RoleList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. rules <br /> *[PolicyRule](#policyrule-v1alpha1) array* | Rules holds all the PolicyRules for this Role @@ -32,7 +34,9 @@ rules <br /> *[PolicyRule](#policyrule-v1alpha1) array* | Rules holds all the P Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[Role](#role-v1alpha1) array* | Items is a list of Roles +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. @@ -88,10 +92,15 @@ create a Role Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Role](#role-v1alpha1)* | @@ -150,10 +159,15 @@ Parameter | Description ------------ | ----------- name | name of the Role namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Role](#role-v1alpha1)* | @@ -212,10 +226,15 @@ Parameter | Description ------------ | ----------- name | name of the Role namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -274,16 +293,21 @@ Parameter | Description ------------ | ----------- name | name of the Role namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- -body <br /> *[DeleteOptions](#deleteoptions-v1)* | +pretty | If 'true', then the output is pretty printed. gracePeriodSeconds | The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. orphanDependents | Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[DeleteOptions](#deleteoptions-v1)* | + ### Response Code | Description @@ -337,18 +361,19 @@ delete collection of Role Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -408,6 +433,11 @@ Parameter | Description ------------ | ----------- name | name of the Role namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- pretty | If 'true', then the output is pretty printed. @@ -464,18 +494,19 @@ list or watch objects of kind Role Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -524,7 +555,8 @@ list or watch objects of kind Role `GET /apis/rbac.authorization.k8s.io/v1alpha1/roles` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- @@ -588,10 +620,81 @@ watch changes to an object of kind Role Parameter | Description ------------ | ----------- -fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. -labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. name | name of the Role namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- +fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. +labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. +pretty | If 'true', then the output is pretty printed. +resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. +timeoutSeconds | Timeout for the list/watch call. +watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + + +### Response + +Code | Description +------------ | ----------- +200 <br /> *[Event](#event-versioned)* | OK + + +## Watch List + +>bdocs-tab:kubectl `kubectl` Command + +```bdocs-tab:kubectl_shell + +Coming Soon + +``` + +>bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) + +```bdocs-tab:curl_shell + +Coming Soon + +``` + +>bdocs-tab:kubectl Output + +```bdocs-tab:kubectl_json + +Coming Soon + +``` +>bdocs-tab:curl Response Body + +```bdocs-tab:curl_json + +Coming Soon + +``` + + + +watch individual changes to a list of Role + +### HTTP Request + +`GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/roles` + +### Path Parameters + +Parameter | Description +------------ | ----------- +namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- +fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. +labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. @@ -646,7 +749,8 @@ watch individual changes to a list of Role `GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/roles` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- diff --git a/docs/api-reference/v1.5/documents/_generated_role_v1alpha1_definition.md b/docs/api-reference/v1.5/documents/_generated_role_v1alpha1_definition.md new file mode 100644 index 0000000000..48ceca0bab --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_role_v1alpha1_definition.md @@ -0,0 +1,20 @@ +## Role v1alpha1 + +Group | Version | Kind +------------ | ---------- | ----------- +RbacAuthorization | v1alpha1 | Role + + + +Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding. + +<aside class="notice"> +Appears In <a href="#rolelist-v1alpha1">RoleList</a> </aside> + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 +metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. +rules <br /> *[PolicyRule](#policyrule-v1alpha1) array* | Rules holds all the PolicyRules for this Role + diff --git a/docs/api-reference/1_5/documents/_generated_rolebinding_v1alpha1_concept.md b/docs/api-reference/v1.5/documents/_generated_rolebinding_v1alpha1_concept.md similarity index 89% rename from docs/api-reference/1_5/documents/_generated_rolebinding_v1alpha1_concept.md rename to docs/api-reference/v1.5/documents/_generated_rolebinding_v1alpha1_concept.md index 5b9c94f76f..1a849bd744 100644 --- a/docs/api-reference/1_5/documents/_generated_rolebinding_v1alpha1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_rolebinding_v1alpha1_concept.md @@ -22,6 +22,8 @@ Appears In <a href="#rolebindinglist-v1alpha1">RoleBindingList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. roleRef <br /> *[RoleRef](#roleref-v1alpha1)* | RoleRef can reference a Role in the current namespace or a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error. subjects <br /> *[Subject](#subject-v1alpha1) array* | Subjects holds references to the objects the role applies to. @@ -33,7 +35,9 @@ subjects <br /> *[Subject](#subject-v1alpha1) array* | Subjects holds reference Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[RoleBinding](#rolebinding-v1alpha1) array* | Items is a list of RoleBindings +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. @@ -89,10 +93,15 @@ create a RoleBinding Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[RoleBinding](#rolebinding-v1alpha1)* | @@ -151,10 +160,15 @@ Parameter | Description ------------ | ----------- name | name of the RoleBinding namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[RoleBinding](#rolebinding-v1alpha1)* | @@ -213,10 +227,15 @@ Parameter | Description ------------ | ----------- name | name of the RoleBinding namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -275,16 +294,21 @@ Parameter | Description ------------ | ----------- name | name of the RoleBinding namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- -body <br /> *[DeleteOptions](#deleteoptions-v1)* | +pretty | If 'true', then the output is pretty printed. gracePeriodSeconds | The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. orphanDependents | Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[DeleteOptions](#deleteoptions-v1)* | + ### Response Code | Description @@ -338,18 +362,19 @@ delete collection of RoleBinding Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -409,6 +434,11 @@ Parameter | Description ------------ | ----------- name | name of the RoleBinding namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- pretty | If 'true', then the output is pretty printed. @@ -465,18 +495,19 @@ list or watch objects of kind RoleBinding Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -525,7 +556,8 @@ list or watch objects of kind RoleBinding `GET /apis/rbac.authorization.k8s.io/v1alpha1/rolebindings` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- @@ -589,10 +621,15 @@ watch changes to an object of kind RoleBinding Parameter | Description ------------ | ----------- -fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. -labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. name | name of the RoleBinding namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- +fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. +labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. @@ -649,11 +686,16 @@ watch individual changes to a list of RoleBinding ### Path Parameters +Parameter | Description +------------ | ----------- +namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + Parameter | Description ------------ | ----------- fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. -namespace | object name and auth scope, such as for teams and projects pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. @@ -708,7 +750,8 @@ watch individual changes to a list of RoleBinding `GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/rolebindings` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- diff --git a/docs/api-reference/1_5/documents/_generated_rolebinding_v1alpha1_definition.md b/docs/api-reference/v1.5/documents/_generated_rolebinding_v1alpha1_definition.md similarity index 63% rename from docs/api-reference/1_5/documents/_generated_rolebinding_v1alpha1_definition.md rename to docs/api-reference/v1.5/documents/_generated_rolebinding_v1alpha1_definition.md index a265f600d7..154c27707b 100644 --- a/docs/api-reference/1_5/documents/_generated_rolebinding_v1alpha1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_rolebinding_v1alpha1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#rolebindinglist-v1alpha1">RoleBindingList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. roleRef <br /> *[RoleRef](#roleref-v1alpha1)* | RoleRef can reference a Role in the current namespace or a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error. subjects <br /> *[Subject](#subject-v1alpha1) array* | Subjects holds references to the objects the role applies to. diff --git a/docs/api-reference/v1.5/documents/_generated_rolebindinglist_v1alpha1_concept.md b/docs/api-reference/v1.5/documents/_generated_rolebindinglist_v1alpha1_concept.md new file mode 100644 index 0000000000..bc8dbb696a --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_rolebindinglist_v1alpha1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# RoleBindingList v1alpha1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1alpha1 | RoleBindingList + + + + + + + +RoleBindingList is a collection of RoleBindings + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[RoleBinding](#rolebinding-v1alpha1) array* | Items is a list of RoleBindings +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. + + + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_rolebindinglist_v1alpha1_definition.md b/docs/api-reference/v1.5/documents/_generated_rolebindinglist_v1alpha1_definition.md new file mode 100644 index 0000000000..934b1ab718 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_rolebindinglist_v1alpha1_definition.md @@ -0,0 +1,19 @@ +## RoleBindingList v1alpha1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1alpha1 | RoleBindingList + + + +RoleBindingList is a collection of RoleBindings + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[RoleBinding](#rolebinding-v1alpha1) array* | Items is a list of RoleBindings +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. + diff --git a/docs/api-reference/v1.5/documents/_generated_rolelist_v1alpha1_concept.md b/docs/api-reference/v1.5/documents/_generated_rolelist_v1alpha1_concept.md new file mode 100644 index 0000000000..1cf13066f4 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_rolelist_v1alpha1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# RoleList v1alpha1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1alpha1 | RoleList + + + + + + + +RoleList is a collection of Roles + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[Role](#role-v1alpha1) array* | Items is a list of Roles +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. + + + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_rolelist_v1alpha1_definition.md b/docs/api-reference/v1.5/documents/_generated_rolelist_v1alpha1_definition.md new file mode 100644 index 0000000000..bef7a9fbdf --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_rolelist_v1alpha1_definition.md @@ -0,0 +1,19 @@ +## RoleList v1alpha1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1alpha1 | RoleList + + + +RoleList is a collection of Roles + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[Role](#role-v1alpha1) array* | Items is a list of Roles +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. + diff --git a/docs/api-reference/1_5/documents/_generated_roleref_v1alpha1_concept.md b/docs/api-reference/v1.5/documents/_generated_roleref_v1alpha1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_roleref_v1alpha1_concept.md rename to docs/api-reference/v1.5/documents/_generated_roleref_v1alpha1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_roleref_v1alpha1_definition.md b/docs/api-reference/v1.5/documents/_generated_roleref_v1alpha1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_roleref_v1alpha1_definition.md rename to docs/api-reference/v1.5/documents/_generated_roleref_v1alpha1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_rollbackconfig_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_rollbackconfig_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_rollbackconfig_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_rollbackconfig_v1beta1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_rollbackconfig_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_rollbackconfig_v1beta1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_rollbackconfig_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_rollbackconfig_v1beta1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_rollingupdatedeployment_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_rollingupdatedeployment_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_rollingupdatedeployment_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_rollingupdatedeployment_v1beta1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_rollingupdatedeployment_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_rollingupdatedeployment_v1beta1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_rollingupdatedeployment_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_rollingupdatedeployment_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_scale_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_scale_v1_concept.md similarity index 84% rename from docs/user-guide/kubectl/1_5/documents/_generated_scale_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_scale_v1_concept.md index 13fbf2ee68..1d99158e6e 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_scale_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_scale_v1_concept.md @@ -21,6 +21,8 @@ Scale represents a scaling request for a resource. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object metadata; More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata. spec <br /> *[ScaleSpec](#scalespec-v1)* | defines the behavior of the scale. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status. status <br /> *[ScaleStatus](#scalestatus-v1)* | current status of the scale. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status. Read-only. @@ -99,6 +101,11 @@ Parameter | Description ------------ | ----------- name | name of the Scale namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- pretty | If 'true', then the output is pretty printed. @@ -156,10 +163,15 @@ Parameter | Description ------------ | ----------- name | name of the Scale namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Scale](#scale-v1)* | @@ -218,10 +230,15 @@ Parameter | Description ------------ | ----------- name | name of the Scale namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | diff --git a/docs/api-reference/1_5/documents/_generated_scale_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_scale_v1_definition.md similarity index 58% rename from docs/api-reference/1_5/documents/_generated_scale_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_scale_v1_definition.md index ddbbb854ee..2f015eae27 100644 --- a/docs/api-reference/1_5/documents/_generated_scale_v1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_scale_v1_definition.md @@ -12,6 +12,8 @@ Scale represents a scaling request for a resource. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object metadata; More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata. spec <br /> *[ScaleSpec](#scalespec-v1)* | defines the behavior of the scale. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status. status <br /> *[ScaleStatus](#scalestatus-v1)* | current status of the scale. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status. Read-only. diff --git a/docs/resources-reference/1_5/documents/_generated_scale_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_scale_v1beta1_concept.md similarity index 77% rename from docs/resources-reference/1_5/documents/_generated_scale_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_scale_v1beta1_concept.md index 087c4a7379..8dfa87193a 100644 --- a/docs/resources-reference/1_5/documents/_generated_scale_v1beta1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_scale_v1beta1_concept.md @@ -21,6 +21,8 @@ represents a scaling request for a resource. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object metadata; More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata. spec <br /> *[ScaleSpec](#scalespec-v1beta1)* | defines the behavior of the scale. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status. status <br /> *[ScaleStatus](#scalestatus-v1beta1)* | current status of the scale. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status. Read-only. diff --git a/docs/resources-reference/1_5/documents/_generated_scale_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_scale_v1beta1_definition.md similarity index 58% rename from docs/resources-reference/1_5/documents/_generated_scale_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_scale_v1beta1_definition.md index 0ba6ea4b71..c40ef182a3 100644 --- a/docs/resources-reference/1_5/documents/_generated_scale_v1beta1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_scale_v1beta1_definition.md @@ -12,6 +12,8 @@ represents a scaling request for a resource. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object metadata; More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata. spec <br /> *[ScaleSpec](#scalespec-v1beta1)* | defines the behavior of the scale. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status. status <br /> *[ScaleStatus](#scalestatus-v1beta1)* | current status of the scale. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status. Read-only. diff --git a/docs/api-reference/1_5/documents/_generated_scalespec_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_scalespec_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_scalespec_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_scalespec_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_scalespec_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_scalespec_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_scalespec_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_scalespec_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_scalespec_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_scalespec_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_scalespec_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_scalespec_v1beta1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_scalespec_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_scalespec_v1beta1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_scalespec_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_scalespec_v1beta1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_scalestatus_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_scalestatus_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_scalestatus_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_scalestatus_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_scalestatus_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_scalestatus_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_scalestatus_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_scalestatus_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_scalestatus_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_scalestatus_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_scalestatus_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_scalestatus_v1beta1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_scalestatus_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_scalestatus_v1beta1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_scalestatus_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_scalestatus_v1beta1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_secret_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_secret_v1_concept.md similarity index 82% rename from docs/api-reference/1_5/documents/_generated_secret_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_secret_v1_concept.md index 23e97dd233..f5c64f5bcb 100644 --- a/docs/api-reference/1_5/documents/_generated_secret_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_secret_v1_concept.md @@ -22,7 +22,9 @@ Appears In <a href="#secretlist-v1">SecretList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 data <br /> *object* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata stringData <br /> *object* | stringData allows specifying non-binary secret data in string form. It is provided as a write-only convenience method. All keys and values are merged into the data field on write, overwriting any existing values. It is never output when reading from the API. type <br /> *string* | Used to facilitate programmatic handling of secret data. @@ -34,7 +36,9 @@ type <br /> *string* | Used to facilitate programmatic handling of secret data. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[Secret](#secret-v1) array* | Items is a list of secret objects. More info: http://kubernetes.io/docs/user-guide/secrets +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds @@ -90,10 +94,15 @@ create a Secret Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Secret](#secret-v1)* | @@ -152,10 +161,15 @@ Parameter | Description ------------ | ----------- name | name of the Secret namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Secret](#secret-v1)* | @@ -214,10 +228,15 @@ Parameter | Description ------------ | ----------- name | name of the Secret namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -276,16 +295,21 @@ Parameter | Description ------------ | ----------- name | name of the Secret namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- -body <br /> *[DeleteOptions](#deleteoptions-v1)* | +pretty | If 'true', then the output is pretty printed. gracePeriodSeconds | The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. orphanDependents | Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[DeleteOptions](#deleteoptions-v1)* | + ### Response Code | Description @@ -339,18 +363,19 @@ delete collection of Secret Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -410,15 +435,16 @@ Parameter | Description ------------ | ----------- name | name of the Secret namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. exact | Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace' export | Should this value be exported. Export strips fields that a user can not specify. + ### Response Code | Description @@ -472,18 +498,19 @@ list or watch objects of kind Secret Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -532,7 +559,8 @@ list or watch objects of kind Secret `GET /api/v1/secrets` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- @@ -596,10 +624,81 @@ watch changes to an object of kind Secret Parameter | Description ------------ | ----------- -fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. -labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. name | name of the Secret namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- +fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. +labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. +pretty | If 'true', then the output is pretty printed. +resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. +timeoutSeconds | Timeout for the list/watch call. +watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + + +### Response + +Code | Description +------------ | ----------- +200 <br /> *[Event](#event-versioned)* | OK + + +## Watch List + +>bdocs-tab:kubectl `kubectl` Command + +```bdocs-tab:kubectl_shell + +Coming Soon + +``` + +>bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) + +```bdocs-tab:curl_shell + +Coming Soon + +``` + +>bdocs-tab:kubectl Output + +```bdocs-tab:kubectl_json + +Coming Soon + +``` +>bdocs-tab:curl Response Body + +```bdocs-tab:curl_json + +Coming Soon + +``` + + + +watch individual changes to a list of Secret + +### HTTP Request + +`GET /api/v1/watch/namespaces/{namespace}/secrets` + +### Path Parameters + +Parameter | Description +------------ | ----------- +namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- +fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. +labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. @@ -654,7 +753,8 @@ watch individual changes to a list of Secret `GET /api/v1/watch/secrets` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- diff --git a/docs/api-reference/1_5/documents/_generated_secret_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_secret_v1_definition.md similarity index 68% rename from docs/api-reference/1_5/documents/_generated_secret_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_secret_v1_definition.md index 301c2d08d1..4a78639ee2 100644 --- a/docs/api-reference/1_5/documents/_generated_secret_v1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_secret_v1_definition.md @@ -13,7 +13,9 @@ Appears In <a href="#secretlist-v1">SecretList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 data <br /> *object* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata stringData <br /> *object* | stringData allows specifying non-binary secret data in string form. It is provided as a write-only convenience method. All keys and values are merged into the data field on write, overwriting any existing values. It is never output when reading from the API. type <br /> *string* | Used to facilitate programmatic handling of secret data. diff --git a/docs/resources-reference/1_5/documents/_generated_secretkeyselector_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_secretkeyselector_v1_concept.md similarity index 79% rename from docs/resources-reference/1_5/documents/_generated_secretkeyselector_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_secretkeyselector_v1_concept.md index bc1d20414e..efa6b6576d 100644 --- a/docs/resources-reference/1_5/documents/_generated_secretkeyselector_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_secretkeyselector_v1_concept.md @@ -23,6 +23,7 @@ Appears In <a href="#envvarsource-v1">EnvVarSource</a> </aside> Field | Description ------------ | ----------- key <br /> *string* | The key of the secret to select from. Must be a valid secret key. +name <br /> *string* | Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names diff --git a/docs/resources-reference/1_5/documents/_generated_secretkeyselector_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_secretkeyselector_v1_definition.md similarity index 78% rename from docs/resources-reference/1_5/documents/_generated_secretkeyselector_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_secretkeyselector_v1_definition.md index c1308987e5..203d83b153 100644 --- a/docs/resources-reference/1_5/documents/_generated_secretkeyselector_v1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_secretkeyselector_v1_definition.md @@ -14,4 +14,5 @@ Appears In <a href="#envvarsource-v1">EnvVarSource</a> </aside> Field | Description ------------ | ----------- key <br /> *string* | The key of the secret to select from. Must be a valid secret key. +name <br /> *string* | Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names diff --git a/docs/api-reference/v1.5/documents/_generated_secretlist_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_secretlist_v1_concept.md new file mode 100644 index 0000000000..61adf3b2fd --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_secretlist_v1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# SecretList v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | SecretList + + + + + + + +SecretList is a list of Secret. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[Secret](#secret-v1) array* | Items is a list of secret objects. More info: http://kubernetes.io/docs/user-guide/secrets +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds + + + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_secretlist_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_secretlist_v1_definition.md new file mode 100644 index 0000000000..e45bae7a36 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_secretlist_v1_definition.md @@ -0,0 +1,19 @@ +## SecretList v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | SecretList + + + +SecretList is a list of Secret. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[Secret](#secret-v1) array* | Items is a list of secret objects. More info: http://kubernetes.io/docs/user-guide/secrets +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds + diff --git a/docs/api-reference/v1.5/documents/_generated_secretvolumesource_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_secretvolumesource_v1_concept.md new file mode 100644 index 0000000000..75dcbee1bf --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_secretvolumesource_v1_concept.md @@ -0,0 +1,35 @@ + + +----------- +# SecretVolumeSource v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | SecretVolumeSource + + + + + + + +Adapts a Secret into a volume. + +The contents of the target Secret's Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +defaultMode <br /> *integer* | Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. +items <br /> *[KeyToPath](#keytopath-v1) array* | If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error. Paths must be relative and may not contain the '..' path or start with '..'. +secretName <br /> *string* | Name of the secret in the pod's namespace to use. More info: http://kubernetes.io/docs/user-guide/volumes#secrets + + + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_secretvolumesource_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_secretvolumesource_v1_definition.md new file mode 100644 index 0000000000..ba85a75451 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_secretvolumesource_v1_definition.md @@ -0,0 +1,21 @@ +## SecretVolumeSource v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | SecretVolumeSource + + + +Adapts a Secret into a volume. + +The contents of the target Secret's Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +defaultMode <br /> *integer* | Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. +items <br /> *[KeyToPath](#keytopath-v1) array* | If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error. Paths must be relative and may not contain the '..' path or start with '..'. +secretName <br /> *string* | Name of the secret in the pod's namespace to use. More info: http://kubernetes.io/docs/user-guide/volumes#secrets + diff --git a/docs/api-reference/1_5/documents/_generated_securitycontext_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_securitycontext_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_securitycontext_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_securitycontext_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_securitycontext_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_securitycontext_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_securitycontext_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_securitycontext_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_selfsubjectaccessreview_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_selfsubjectaccessreview_v1beta1_concept.md similarity index 77% rename from docs/user-guide/kubectl/1_5/documents/_generated_selfsubjectaccessreview_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_selfsubjectaccessreview_v1beta1_concept.md index a2365a543a..e8e368e4a1 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_selfsubjectaccessreview_v1beta1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_selfsubjectaccessreview_v1beta1_concept.md @@ -21,6 +21,8 @@ SelfSubjectAccessReview checks whether or the current user can perform an action Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | spec <br /> *[SelfSubjectAccessReviewSpec](#selfsubjectaccessreviewspec-v1beta1)* | Spec holds information about the request being evaluated. user and groups must be empty status <br /> *[SubjectAccessReviewStatus](#subjectaccessreviewstatus-v1beta1)* | Status is filled in by the server and indicates whether the request is allowed or not @@ -84,13 +86,18 @@ create a SelfSubjectAccessReview `POST /apis/authorization.k8s.io/v1beta1/selfsubjectaccessreviews` -### Path Parameters + +### Query Parameters + +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters Parameter | Description ------------ | ----------- body <br /> *[SelfSubjectAccessReview](#selfsubjectaccessreview-v1beta1)* | -pretty | If 'true', then the output is pretty printed. - ### Response diff --git a/docs/api-reference/1_5/documents/_generated_selfsubjectaccessreview_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_selfsubjectaccessreview_v1beta1_definition.md similarity index 59% rename from docs/api-reference/1_5/documents/_generated_selfsubjectaccessreview_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_selfsubjectaccessreview_v1beta1_definition.md index f66feaf709..4099c178e9 100644 --- a/docs/api-reference/1_5/documents/_generated_selfsubjectaccessreview_v1beta1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_selfsubjectaccessreview_v1beta1_definition.md @@ -12,6 +12,8 @@ SelfSubjectAccessReview checks whether or the current user can perform an action Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | spec <br /> *[SelfSubjectAccessReviewSpec](#selfsubjectaccessreviewspec-v1beta1)* | Spec holds information about the request being evaluated. user and groups must be empty status <br /> *[SubjectAccessReviewStatus](#subjectaccessreviewstatus-v1beta1)* | Status is filled in by the server and indicates whether the request is allowed or not diff --git a/docs/api-reference/1_5/documents/_generated_selfsubjectaccessreviewspec_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_selfsubjectaccessreviewspec_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_selfsubjectaccessreviewspec_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_selfsubjectaccessreviewspec_v1beta1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_selfsubjectaccessreviewspec_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_selfsubjectaccessreviewspec_v1beta1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_selfsubjectaccessreviewspec_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_selfsubjectaccessreviewspec_v1beta1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_selinuxoptions_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_selinuxoptions_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_selinuxoptions_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_selinuxoptions_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_selinuxoptions_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_selinuxoptions_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_selinuxoptions_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_selinuxoptions_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_serveraddressbyclientcidr_unversioned_concept.md b/docs/api-reference/v1.5/documents/_generated_serveraddressbyclientcidr_unversioned_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_serveraddressbyclientcidr_unversioned_concept.md rename to docs/api-reference/v1.5/documents/_generated_serveraddressbyclientcidr_unversioned_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_serveraddressbyclientcidr_unversioned_definition.md b/docs/api-reference/v1.5/documents/_generated_serveraddressbyclientcidr_unversioned_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_serveraddressbyclientcidr_unversioned_definition.md rename to docs/api-reference/v1.5/documents/_generated_serveraddressbyclientcidr_unversioned_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_service_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_service_v1_concept.md similarity index 94% rename from docs/api-reference/1_5/documents/_generated_service_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_service_v1_concept.md index 538ce5c23e..43eb84359a 100644 --- a/docs/api-reference/1_5/documents/_generated_service_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_service_v1_concept.md @@ -74,6 +74,8 @@ Appears In <a href="#servicelist-v1">ServiceList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[ServiceSpec](#servicespec-v1)* | Spec defines the behavior of a service. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[ServiceStatus](#servicestatus-v1)* | Most recently observed status of the service. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status @@ -112,7 +114,9 @@ loadBalancer <br /> *[LoadBalancerStatus](#loadbalancerstatus-v1)* | LoadBalanc Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[Service](#service-v1) array* | List of services +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds @@ -225,10 +229,15 @@ create a Service Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Service](#service-v1)* | @@ -360,10 +369,15 @@ Parameter | Description ------------ | ----------- name | name of the Service namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Service](#service-v1)* | @@ -463,10 +477,15 @@ Parameter | Description ------------ | ----------- name | name of the Service namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -536,6 +555,11 @@ Parameter | Description ------------ | ----------- name | name of the Service namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- pretty | If 'true', then the output is pretty printed. @@ -673,15 +697,16 @@ Parameter | Description ------------ | ----------- name | name of the Service namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. exact | Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace' export | Should this value be exported. Export strips fields that a user can not specify. + ### Response Code | Description @@ -736,18 +761,19 @@ list or watch objects of kind Service Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -796,7 +822,8 @@ list or watch objects of kind Service `GET /api/v1/services` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- @@ -941,71 +968,15 @@ watch changes to an object of kind Service Parameter | Description ------------ | ----------- -fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. -labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. name | name of the Service namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. -resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. -timeoutSeconds | Timeout for the list/watch call. -watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. - -### Response - -Code | Description ------------- | ----------- -200 <br /> *[Event](#event-versioned)* | OK - - -## Watch List - ->bdocs-tab:kubectl `kubectl` Command - -```bdocs-tab:kubectl_shell - -Coming Soon - -``` - ->bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) - -```bdocs-tab:curl_shell - -Coming Soon - -``` - ->bdocs-tab:kubectl Output - -```bdocs-tab:kubectl_json - -Coming Soon - -``` ->bdocs-tab:curl Response Body - -```bdocs-tab:curl_json - -Coming Soon - -``` - - - -watch individual changes to a list of Service - -### HTTP Request - -`GET /api/v1/watch/namespaces/{namespace}/services` - -### Path Parameters +### Query Parameters Parameter | Description ------------ | ----------- fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. -namespace | object name and auth scope, such as for teams and projects pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. @@ -1060,7 +1031,8 @@ watch individual changes to a list of Service `GET /api/v1/watch/services` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- @@ -1131,10 +1103,15 @@ Parameter | Description ------------ | ----------- name | name of the Service namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -1193,6 +1170,11 @@ Parameter | Description ------------ | ----------- name | name of the Service namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- pretty | If 'true', then the output is pretty printed. @@ -1250,10 +1232,15 @@ Parameter | Description ------------ | ----------- name | name of the Service namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Service](#service-v1)* | @@ -1317,6 +1304,11 @@ Parameter | Description ------------ | ----------- name | name of the Service namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- path | Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. @@ -1375,6 +1367,11 @@ Parameter | Description name | name of the Service namespace | object name and auth scope, such as for teams and projects path | path to the resource + +### Query Parameters + +Parameter | Description +------------ | ----------- path | Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. @@ -1434,6 +1431,7 @@ name | name of the Service namespace | object name and auth scope, such as for teams and projects + ### Response Code | Description @@ -1491,6 +1489,7 @@ namespace | object name and auth scope, such as for teams and projects path | path to the resource + ### Response Code | Description @@ -1545,6 +1544,11 @@ Parameter | Description ------------ | ----------- name | name of the Service namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- path | Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. @@ -1603,6 +1607,11 @@ Parameter | Description name | name of the Service namespace | object name and auth scope, such as for teams and projects path | path to the resource + +### Query Parameters + +Parameter | Description +------------ | ----------- path | Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. @@ -1662,6 +1671,7 @@ name | name of the Service namespace | object name and auth scope, such as for teams and projects + ### Response Code | Description @@ -1719,6 +1729,7 @@ namespace | object name and auth scope, such as for teams and projects path | path to the resource + ### Response Code | Description @@ -1773,6 +1784,11 @@ Parameter | Description ------------ | ----------- name | name of the Service namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- path | Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. @@ -1831,6 +1847,11 @@ Parameter | Description name | name of the Service namespace | object name and auth scope, such as for teams and projects path | path to the resource + +### Query Parameters + +Parameter | Description +------------ | ----------- path | Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. @@ -1890,6 +1911,7 @@ name | name of the Service namespace | object name and auth scope, such as for teams and projects + ### Response Code | Description @@ -1947,6 +1969,7 @@ namespace | object name and auth scope, such as for teams and projects path | path to the resource + ### Response Code | Description @@ -2001,6 +2024,11 @@ Parameter | Description ------------ | ----------- name | name of the Service namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- path | Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. @@ -2059,6 +2087,11 @@ Parameter | Description name | name of the Service namespace | object name and auth scope, such as for teams and projects path | path to the resource + +### Query Parameters + +Parameter | Description +------------ | ----------- path | Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. @@ -2116,6 +2149,11 @@ Parameter | Description ------------ | ----------- name | name of the Service namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- path | Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. @@ -2174,6 +2212,11 @@ Parameter | Description name | name of the Service namespace | object name and auth scope, such as for teams and projects path | path to the resource + +### Query Parameters + +Parameter | Description +------------ | ----------- path | Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. @@ -2233,6 +2276,7 @@ name | name of the Service namespace | object name and auth scope, such as for teams and projects + ### Response Code | Description @@ -2290,6 +2334,7 @@ namespace | object name and auth scope, such as for teams and projects path | path to the resource + ### Response Code | Description diff --git a/docs/api-reference/1_5/documents/_generated_service_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_service_v1_definition.md similarity index 63% rename from docs/api-reference/1_5/documents/_generated_service_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_service_v1_definition.md index 266f29b74d..bb318c6b6b 100644 --- a/docs/api-reference/1_5/documents/_generated_service_v1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_service_v1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#servicelist-v1">ServiceList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[ServiceSpec](#servicespec-v1)* | Spec defines the behavior of a service. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[ServiceStatus](#servicestatus-v1)* | Most recently observed status of the service. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_serviceaccount_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_serviceaccount_v1_concept.md similarity index 90% rename from docs/user-guide/kubectl/1_5/documents/_generated_serviceaccount_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_serviceaccount_v1_concept.md index 4628297e7b..9985ce5628 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_serviceaccount_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_serviceaccount_v1_concept.md @@ -22,7 +22,9 @@ Appears In <a href="#serviceaccountlist-v1">ServiceAccountList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 imagePullSecrets <br /> *[LocalObjectReference](#localobjectreference-v1) array* | ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: http://kubernetes.io/docs/user-guide/secrets#manually-specifying-an-imagepullsecret +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata secrets <br /> *[ObjectReference](#objectreference-v1) array* | Secrets is the list of secrets allowed to be used by pods running using this ServiceAccount. More info: http://kubernetes.io/docs/user-guide/secrets @@ -33,7 +35,9 @@ secrets <br /> *[ObjectReference](#objectreference-v1) array* | Secrets is the Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[ServiceAccount](#serviceaccount-v1) array* | List of ServiceAccounts. More info: http://releases.k8s.io/HEAD/docs/design/service_accounts.md#service-accounts +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds @@ -89,10 +93,15 @@ create a ServiceAccount Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[ServiceAccount](#serviceaccount-v1)* | @@ -151,10 +160,15 @@ Parameter | Description ------------ | ----------- name | name of the ServiceAccount namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[ServiceAccount](#serviceaccount-v1)* | @@ -213,10 +227,15 @@ Parameter | Description ------------ | ----------- name | name of the ServiceAccount namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -275,16 +294,21 @@ Parameter | Description ------------ | ----------- name | name of the ServiceAccount namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- -body <br /> *[DeleteOptions](#deleteoptions-v1)* | +pretty | If 'true', then the output is pretty printed. gracePeriodSeconds | The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. orphanDependents | Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[DeleteOptions](#deleteoptions-v1)* | + ### Response Code | Description @@ -338,18 +362,19 @@ delete collection of ServiceAccount Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -409,15 +434,16 @@ Parameter | Description ------------ | ----------- name | name of the ServiceAccount namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. exact | Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace' export | Should this value be exported. Export strips fields that a user can not specify. + ### Response Code | Description @@ -471,18 +497,19 @@ list or watch objects of kind ServiceAccount Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -531,7 +558,8 @@ list or watch objects of kind ServiceAccount `GET /api/v1/serviceaccounts` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- @@ -595,10 +623,15 @@ watch changes to an object of kind ServiceAccount Parameter | Description ------------ | ----------- -fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. -labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. name | name of the ServiceAccount namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- +fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. +labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. @@ -655,11 +688,16 @@ watch individual changes to a list of ServiceAccount ### Path Parameters +Parameter | Description +------------ | ----------- +namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + Parameter | Description ------------ | ----------- fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. -namespace | object name and auth scope, such as for teams and projects pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. @@ -714,7 +752,8 @@ watch individual changes to a list of ServiceAccount `GET /api/v1/watch/serviceaccounts` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- diff --git a/docs/api-reference/1_5/documents/_generated_serviceaccount_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_serviceaccount_v1_definition.md similarity index 69% rename from docs/api-reference/1_5/documents/_generated_serviceaccount_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_serviceaccount_v1_definition.md index 89983a2ee4..9cc67f6509 100644 --- a/docs/api-reference/1_5/documents/_generated_serviceaccount_v1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_serviceaccount_v1_definition.md @@ -13,7 +13,9 @@ Appears In <a href="#serviceaccountlist-v1">ServiceAccountList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 imagePullSecrets <br /> *[LocalObjectReference](#localobjectreference-v1) array* | ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: http://kubernetes.io/docs/user-guide/secrets#manually-specifying-an-imagepullsecret +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata secrets <br /> *[ObjectReference](#objectreference-v1) array* | Secrets is the list of secrets allowed to be used by pods running using this ServiceAccount. More info: http://kubernetes.io/docs/user-guide/secrets diff --git a/docs/resources-reference/1_5/documents/_generated_serviceaccountlist_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_serviceaccountlist_v1_concept.md similarity index 50% rename from docs/resources-reference/1_5/documents/_generated_serviceaccountlist_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_serviceaccountlist_v1_concept.md index 7570b81ce2..dc37dd78bc 100644 --- a/docs/resources-reference/1_5/documents/_generated_serviceaccountlist_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_serviceaccountlist_v1_concept.md @@ -21,7 +21,9 @@ ServiceAccountList is a list of ServiceAccount objects Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[ServiceAccount](#serviceaccount-v1) array* | List of ServiceAccounts. More info: http://releases.k8s.io/HEAD/docs/design/service_accounts.md#service-accounts +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds diff --git a/docs/api-reference/v1.5/documents/_generated_serviceaccountlist_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_serviceaccountlist_v1_definition.md new file mode 100644 index 0000000000..2df64a5d74 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_serviceaccountlist_v1_definition.md @@ -0,0 +1,19 @@ +## ServiceAccountList v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | ServiceAccountList + + + +ServiceAccountList is a list of ServiceAccount objects + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[ServiceAccount](#serviceaccount-v1) array* | List of ServiceAccounts. More info: http://releases.k8s.io/HEAD/docs/design/service_accounts.md#service-accounts +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds + diff --git a/docs/api-reference/1_5/documents/_generated_podlist_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_servicelist_v1_concept.md similarity index 65% rename from docs/api-reference/1_5/documents/_generated_podlist_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_servicelist_v1_concept.md index b017463229..cefb88939b 100644 --- a/docs/api-reference/1_5/documents/_generated_podlist_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_servicelist_v1_concept.md @@ -1,13 +1,13 @@ ----------- -# PodList v1 +# ServiceList v1 Group | Version | Kind ------------ | ---------- | ----------- -Core | v1 | PodList +Core | v1 | ServiceList @@ -15,13 +15,15 @@ Core | v1 | PodList -PodList is a list of Pods. +ServiceList holds a list of services. Field | Description ------------ | ----------- -items <br /> *[Pod](#pod-v1) array* | List of pods. More info: http://kubernetes.io/docs/user-guide/pods +apiVersion <br /> *string* | 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 +items <br /> *[Service](#service-v1) array* | List of services +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds @@ -67,19 +69,24 @@ Coming Soon -watch individual changes to a list of Pod +watch individual changes to a list of Service ### HTTP Request -`GET /api/v1/watch/namespaces/{namespace}/pods` +`GET /api/v1/watch/namespaces/{namespace}/services` ### Path Parameters +Parameter | Description +------------ | ----------- +namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + Parameter | Description ------------ | ----------- fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. -namespace | object name and auth scope, such as for teams and projects pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. diff --git a/docs/api-reference/v1.5/documents/_generated_servicelist_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_servicelist_v1_definition.md new file mode 100644 index 0000000000..21b4736abb --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_servicelist_v1_definition.md @@ -0,0 +1,19 @@ +## ServiceList v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | ServiceList + + + +ServiceList holds a list of services. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[Service](#service-v1) array* | List of services +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds + diff --git a/docs/api-reference/1_5/documents/_generated_serviceport_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_serviceport_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_serviceport_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_serviceport_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_serviceport_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_serviceport_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_serviceport_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_serviceport_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_servicespec_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_servicespec_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_servicespec_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_servicespec_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_servicespec_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_servicespec_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_servicespec_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_servicespec_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_servicestatus_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_servicestatus_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_servicestatus_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_servicestatus_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_servicestatus_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_servicestatus_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_servicestatus_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_servicestatus_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_statefulset_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_statefulset_v1beta1_concept.md similarity index 72% rename from docs/api-reference/1_5/documents/_generated_statefulset_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_statefulset_v1beta1_concept.md index 2bbd4875c9..dbde51e2da 100644 --- a/docs/api-reference/1_5/documents/_generated_statefulset_v1beta1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_statefulset_v1beta1_concept.md @@ -25,6 +25,8 @@ Appears In <a href="#statefulsetlist-v1beta1">StatefulSetList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | spec <br /> *[StatefulSetSpec](#statefulsetspec-v1beta1)* | Spec defines the desired identities of pods in this set. status <br /> *[StatefulSetStatus](#statefulsetstatus-v1beta1)* | Status is the current status of Pods in this StatefulSet. This data may be out of date by some window of time. @@ -59,7 +61,9 @@ replicas <br /> *integer* | Replicas is the number of actual replicas. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[StatefulSet](#statefulset-v1beta1) array* | +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | @@ -115,10 +119,15 @@ create a StatefulSet Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[StatefulSet](#statefulset-v1beta1)* | @@ -177,10 +186,15 @@ Parameter | Description ------------ | ----------- name | name of the StatefulSet namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[StatefulSet](#statefulset-v1beta1)* | @@ -239,10 +253,15 @@ Parameter | Description ------------ | ----------- name | name of the StatefulSet namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -301,16 +320,21 @@ Parameter | Description ------------ | ----------- name | name of the StatefulSet namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- -body <br /> *[DeleteOptions](#deleteoptions-v1)* | +pretty | If 'true', then the output is pretty printed. gracePeriodSeconds | The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. orphanDependents | Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[DeleteOptions](#deleteoptions-v1)* | + ### Response Code | Description @@ -364,18 +388,19 @@ delete collection of StatefulSet Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -435,15 +460,16 @@ Parameter | Description ------------ | ----------- name | name of the StatefulSet namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. exact | Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace' export | Should this value be exported. Export strips fields that a user can not specify. + ### Response Code | Description @@ -497,18 +523,19 @@ list or watch objects of kind StatefulSet Parameter | Description ------------ | ----------- namespace | object name and auth scope, such as for teams and projects -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -557,7 +584,8 @@ list or watch objects of kind StatefulSet `GET /apis/apps/v1beta1/statefulsets` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- @@ -621,10 +649,81 @@ watch changes to an object of kind StatefulSet Parameter | Description ------------ | ----------- -fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. -labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. name | name of the StatefulSet namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- +fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. +labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. +pretty | If 'true', then the output is pretty printed. +resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. +timeoutSeconds | Timeout for the list/watch call. +watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + + +### Response + +Code | Description +------------ | ----------- +200 <br /> *[Event](#event-versioned)* | OK + + +## Watch List + +>bdocs-tab:kubectl `kubectl` Command + +```bdocs-tab:kubectl_shell + +Coming Soon + +``` + +>bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) + +```bdocs-tab:curl_shell + +Coming Soon + +``` + +>bdocs-tab:kubectl Output + +```bdocs-tab:kubectl_json + +Coming Soon + +``` +>bdocs-tab:curl Response Body + +```bdocs-tab:curl_json + +Coming Soon + +``` + + + +watch individual changes to a list of StatefulSet + +### HTTP Request + +`GET /apis/apps/v1beta1/watch/namespaces/{namespace}/statefulsets` + +### Path Parameters + +Parameter | Description +------------ | ----------- +namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- +fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. +labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. @@ -679,7 +778,8 @@ watch individual changes to a list of StatefulSet `GET /apis/apps/v1beta1/watch/statefulsets` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- @@ -699,4 +799,205 @@ Code | Description +## <strong>Status Operations</strong> + +See supported operations below... + +## Patch Status + +>bdocs-tab:kubectl `kubectl` Command + +```bdocs-tab:kubectl_shell + +Coming Soon + +``` + +>bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) + +```bdocs-tab:curl_shell + +Coming Soon + +``` + +>bdocs-tab:kubectl Output + +```bdocs-tab:kubectl_json + +Coming Soon + +``` +>bdocs-tab:curl Response Body + +```bdocs-tab:curl_json + +Coming Soon + +``` + + + +partially update status of the specified StatefulSet + +### HTTP Request + +`PATCH /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/status` + +### Path Parameters + +Parameter | Description +------------ | ----------- +name | name of the StatefulSet +namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[Patch](#patch-unversioned)* | + +### Response + +Code | Description +------------ | ----------- +200 <br /> *[StatefulSet](#statefulset-v1beta1)* | OK + + +## Read Status + +>bdocs-tab:kubectl `kubectl` Command + +```bdocs-tab:kubectl_shell + +Coming Soon + +``` + +>bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) + +```bdocs-tab:curl_shell + +Coming Soon + +``` + +>bdocs-tab:kubectl Output + +```bdocs-tab:kubectl_json + +Coming Soon + +``` +>bdocs-tab:curl Response Body + +```bdocs-tab:curl_json + +Coming Soon + +``` + + + +read status of the specified StatefulSet + +### HTTP Request + +`GET /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/status` + +### Path Parameters + +Parameter | Description +------------ | ----------- +name | name of the StatefulSet +namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + + +### Response + +Code | Description +------------ | ----------- +200 <br /> *[StatefulSet](#statefulset-v1beta1)* | OK + + +## Replace Status + +>bdocs-tab:kubectl `kubectl` Command + +```bdocs-tab:kubectl_shell + +Coming Soon + +``` + +>bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) + +```bdocs-tab:curl_shell + +Coming Soon + +``` + +>bdocs-tab:kubectl Output + +```bdocs-tab:kubectl_json + +Coming Soon + +``` +>bdocs-tab:curl Response Body + +```bdocs-tab:curl_json + +Coming Soon + +``` + + + +replace status of the specified StatefulSet + +### HTTP Request + +`PUT /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/status` + +### Path Parameters + +Parameter | Description +------------ | ----------- +name | name of the StatefulSet +namespace | object name and auth scope, such as for teams and projects + +### Query Parameters + +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[StatefulSet](#statefulset-v1beta1)* | + +### Response + +Code | Description +------------ | ----------- +200 <br /> *[StatefulSet](#statefulset-v1beta1)* | OK + + + diff --git a/docs/api-reference/1_5/documents/_generated_statefulset_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_statefulset_v1beta1_definition.md similarity index 61% rename from docs/api-reference/1_5/documents/_generated_statefulset_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_statefulset_v1beta1_definition.md index 4a41cd4d54..7a4cf49f6a 100644 --- a/docs/api-reference/1_5/documents/_generated_statefulset_v1beta1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_statefulset_v1beta1_definition.md @@ -16,6 +16,8 @@ Appears In <a href="#statefulsetlist-v1beta1">StatefulSetList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | spec <br /> *[StatefulSetSpec](#statefulsetspec-v1beta1)* | Spec defines the desired identities of pods in this set. status <br /> *[StatefulSetStatus](#statefulsetstatus-v1beta1)* | Status is the current status of Pods in this StatefulSet. This data may be out of date by some window of time. diff --git a/docs/api-reference/v1.5/documents/_generated_statefulsetlist_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_statefulsetlist_v1beta1_concept.md new file mode 100644 index 0000000000..3a851e631a --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_statefulsetlist_v1beta1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# StatefulSetList v1beta1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1beta1 | StatefulSetList + + + + + + + +StatefulSetList is a collection of StatefulSets. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[StatefulSet](#statefulset-v1beta1) array* | +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | + + + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_statefulsetlist_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_statefulsetlist_v1beta1_definition.md new file mode 100644 index 0000000000..bfc30a38d9 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_statefulsetlist_v1beta1_definition.md @@ -0,0 +1,19 @@ +## StatefulSetList v1beta1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1beta1 | StatefulSetList + + + +StatefulSetList is a collection of StatefulSets. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[StatefulSet](#statefulset-v1beta1) array* | +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | + diff --git a/docs/api-reference/1_5/documents/_generated_statefulsetspec_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_statefulsetspec_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_statefulsetspec_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_statefulsetspec_v1beta1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_statefulsetspec_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_statefulsetspec_v1beta1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_statefulsetspec_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_statefulsetspec_v1beta1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_statefulsetstatus_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_statefulsetstatus_v1beta1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_statefulsetstatus_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_statefulsetstatus_v1beta1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_statefulsetstatus_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_statefulsetstatus_v1beta1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_statefulsetstatus_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_statefulsetstatus_v1beta1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_status_unversioned_concept.md b/docs/api-reference/v1.5/documents/_generated_status_unversioned_concept.md similarity index 68% rename from docs/resources-reference/1_5/documents/_generated_status_unversioned_concept.md rename to docs/api-reference/v1.5/documents/_generated_status_unversioned_concept.md index 88358cedf0..28d7041a46 100644 --- a/docs/resources-reference/1_5/documents/_generated_status_unversioned_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_status_unversioned_concept.md @@ -21,8 +21,10 @@ Status is a return value for calls that don't return other objects. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 code <br /> *integer* | Suggested HTTP return code for this status, 0 if not set. details <br /> *[StatusDetails](#statusdetails-unversioned)* | Extended data associated with the reason. Each reason may define its own extended details. This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type. +kind <br /> *string* | 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 message <br /> *string* | A human-readable description of the status of this operation. metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds reason <br /> *string* | A machine-readable description of why this operation is in the "Failure" status. If this value is empty there is no information available. A Reason clarifies an HTTP status code but does not override it. diff --git a/docs/resources-reference/1_5/documents/_generated_status_unversioned_definition.md b/docs/api-reference/v1.5/documents/_generated_status_unversioned_definition.md similarity index 68% rename from docs/resources-reference/1_5/documents/_generated_status_unversioned_definition.md rename to docs/api-reference/v1.5/documents/_generated_status_unversioned_definition.md index 17666f9f39..552589564b 100644 --- a/docs/resources-reference/1_5/documents/_generated_status_unversioned_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_status_unversioned_definition.md @@ -12,8 +12,10 @@ Status is a return value for calls that don't return other objects. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 code <br /> *integer* | Suggested HTTP return code for this status, 0 if not set. details <br /> *[StatusDetails](#statusdetails-unversioned)* | Extended data associated with the reason. Each reason may define its own extended details. This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type. +kind <br /> *string* | 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 message <br /> *string* | A human-readable description of the status of this operation. metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds reason <br /> *string* | A machine-readable description of why this operation is in the "Failure" status. If this value is empty there is no information available. A Reason clarifies an HTTP status code but does not override it. diff --git a/docs/api-reference/1_5/documents/_generated_statuscause_unversioned_concept.md b/docs/api-reference/v1.5/documents/_generated_statuscause_unversioned_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_statuscause_unversioned_concept.md rename to docs/api-reference/v1.5/documents/_generated_statuscause_unversioned_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_statuscause_unversioned_definition.md b/docs/api-reference/v1.5/documents/_generated_statuscause_unversioned_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_statuscause_unversioned_definition.md rename to docs/api-reference/v1.5/documents/_generated_statuscause_unversioned_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_statusdetails_unversioned_concept.md b/docs/api-reference/v1.5/documents/_generated_statusdetails_unversioned_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_statusdetails_unversioned_concept.md rename to docs/api-reference/v1.5/documents/_generated_statusdetails_unversioned_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_statusdetails_unversioned_definition.md b/docs/api-reference/v1.5/documents/_generated_statusdetails_unversioned_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_statusdetails_unversioned_definition.md rename to docs/api-reference/v1.5/documents/_generated_statusdetails_unversioned_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_storageclass_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_storageclass_v1beta1_concept.md similarity index 89% rename from docs/api-reference/1_5/documents/_generated_storageclass_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_storageclass_v1beta1_concept.md index de931c0a6b..655a4f9b79 100644 --- a/docs/api-reference/1_5/documents/_generated_storageclass_v1beta1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_storageclass_v1beta1_concept.md @@ -24,6 +24,8 @@ Appears In <a href="#storageclasslist-v1beta1">StorageClassList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata parameters <br /> *object* | Parameters holds the parameters for the provisioner that should create volumes of this storage class. provisioner <br /> *string* | Provisioner indicates the type of the provisioner. @@ -35,7 +37,9 @@ provisioner <br /> *string* | Provisioner indicates the type of the provisioner Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[StorageClass](#storageclass-v1beta1) array* | Items is the list of StorageClasses +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata @@ -86,13 +90,14 @@ create a StorageClass `POST /apis/storage.k8s.io/v1beta1/storageclasses` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- pretty | If 'true', then the output is pretty printed. -### Query Parameters +### Body Parameters Parameter | Description ------------ | ----------- @@ -151,10 +156,15 @@ replace the specified StorageClass Parameter | Description ------------ | ----------- name | name of the StorageClass -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[StorageClass](#storageclass-v1beta1)* | @@ -212,10 +222,15 @@ partially update the specified StorageClass Parameter | Description ------------ | ----------- name | name of the StorageClass -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -273,16 +288,21 @@ delete a StorageClass Parameter | Description ------------ | ----------- name | name of the StorageClass -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- -body <br /> *[DeleteOptions](#deleteoptions-v1)* | +pretty | If 'true', then the output is pretty printed. gracePeriodSeconds | The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. orphanDependents | Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[DeleteOptions](#deleteoptions-v1)* | + ### Response Code | Description @@ -331,22 +351,19 @@ delete collection of StorageClass `DELETE /apis/storage.k8s.io/v1beta1/storageclasses` -### Path Parameters - -Parameter | Description ------------- | ----------- -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -405,15 +422,16 @@ read the specified StorageClass Parameter | Description ------------ | ----------- name | name of the StorageClass -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. exact | Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace' export | Should this value be exported. Export strips fields that a user can not specify. + ### Response Code | Description @@ -462,22 +480,19 @@ list or watch objects of kind StorageClass `GET /apis/storage.k8s.io/v1beta1/storageclasses` -### Path Parameters - -Parameter | Description ------------- | ----------- -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -530,64 +545,9 @@ watch changes to an object of kind StorageClass Parameter | Description ------------ | ----------- -fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. -labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. name | name of the StorageClass -pretty | If 'true', then the output is pretty printed. -resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. -timeoutSeconds | Timeout for the list/watch call. -watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. - -### Response - -Code | Description ------------- | ----------- -200 <br /> *[Event](#event-versioned)* | OK - - -## Watch List - ->bdocs-tab:kubectl `kubectl` Command - -```bdocs-tab:kubectl_shell - -Coming Soon - -``` - ->bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) - -```bdocs-tab:curl_shell - -Coming Soon - -``` - ->bdocs-tab:kubectl Output - -```bdocs-tab:kubectl_json - -Coming Soon - -``` ->bdocs-tab:curl Response Body - -```bdocs-tab:curl_json - -Coming Soon - -``` - - - -watch individual changes to a list of StorageClass - -### HTTP Request - -`GET /apis/storage.k8s.io/v1beta1/watch/storageclasses` - -### Path Parameters +### Query Parameters Parameter | Description ------------ | ----------- diff --git a/docs/api-reference/1_5/documents/_generated_storageclass_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_storageclass_v1beta1_definition.md similarity index 60% rename from docs/api-reference/1_5/documents/_generated_storageclass_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_storageclass_v1beta1_definition.md index d0e0869931..8da41f3e0f 100644 --- a/docs/api-reference/1_5/documents/_generated_storageclass_v1beta1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_storageclass_v1beta1_definition.md @@ -15,6 +15,8 @@ Appears In <a href="#storageclasslist-v1beta1">StorageClassList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata parameters <br /> *object* | Parameters holds the parameters for the provisioner that should create volumes of this storage class. provisioner <br /> *string* | Provisioner indicates the type of the provisioner. diff --git a/docs/api-reference/1_5/documents/_generated_cronjoblist_v2alpha1_concept.md b/docs/api-reference/v1.5/documents/_generated_storageclasslist_v1beta1_concept.md similarity index 63% rename from docs/api-reference/1_5/documents/_generated_cronjoblist_v2alpha1_concept.md rename to docs/api-reference/v1.5/documents/_generated_storageclasslist_v1beta1_concept.md index 4661f733e0..8518313686 100644 --- a/docs/api-reference/1_5/documents/_generated_cronjoblist_v2alpha1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_storageclasslist_v1beta1_concept.md @@ -1,13 +1,13 @@ ----------- -# CronJobList v2alpha1 +# StorageClassList v1beta1 Group | Version | Kind ------------ | ---------- | ----------- -Batch | v2alpha1 | CronJobList +Storage | v1beta1 | StorageClassList @@ -15,13 +15,15 @@ Batch | v2alpha1 | CronJobList -CronJobList is a collection of cron jobs. +StorageClassList is a collection of storage classes. Field | Description ------------ | ----------- -items <br /> *[CronJob](#cronjob-v2alpha1) array* | Items is the list of CronJob. +apiVersion <br /> *string* | 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 +items <br /> *[StorageClass](#storageclass-v1beta1) array* | Items is the list of StorageClasses +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata @@ -67,19 +69,19 @@ Coming Soon -watch individual changes to a list of CronJob +watch individual changes to a list of StorageClass ### HTTP Request -`GET /apis/batch/v2alpha1/watch/namespaces/{namespace}/cronjobs` +`GET /apis/storage.k8s.io/v1beta1/watch/storageclasses` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. -namespace | object name and auth scope, such as for teams and projects pretty | If 'true', then the output is pretty printed. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. diff --git a/docs/api-reference/v1.5/documents/_generated_storageclasslist_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_storageclasslist_v1beta1_definition.md new file mode 100644 index 0000000000..02f0f876b2 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_storageclasslist_v1beta1_definition.md @@ -0,0 +1,19 @@ +## StorageClassList v1beta1 + +Group | Version | Kind +------------ | ---------- | ----------- +Storage | v1beta1 | StorageClassList + + + +StorageClassList is a collection of storage classes. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[StorageClass](#storageclass-v1beta1) array* | Items is the list of StorageClasses +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata + diff --git a/docs/api-reference/1_5/documents/_generated_subject_v1alpha1_concept.md b/docs/api-reference/v1.5/documents/_generated_subject_v1alpha1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_subject_v1alpha1_concept.md rename to docs/api-reference/v1.5/documents/_generated_subject_v1alpha1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_subject_v1alpha1_definition.md b/docs/api-reference/v1.5/documents/_generated_subject_v1alpha1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_subject_v1alpha1_definition.md rename to docs/api-reference/v1.5/documents/_generated_subject_v1alpha1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_subjectaccessreview_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_subjectaccessreview_v1beta1_concept.md similarity index 83% rename from docs/user-guide/kubectl/1_5/documents/_generated_subjectaccessreview_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_subjectaccessreview_v1beta1_concept.md index ede04f1741..4f455dbd26 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_subjectaccessreview_v1beta1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_subjectaccessreview_v1beta1_concept.md @@ -21,6 +21,8 @@ SubjectAccessReview checks whether or not a user or group can perform an action. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | spec <br /> *[SubjectAccessReviewSpec](#subjectaccessreviewspec-v1beta1)* | Spec holds information about the request being evaluated status <br /> *[SubjectAccessReviewStatus](#subjectaccessreviewstatus-v1beta1)* | Status is filled in by the server and indicates whether the request is allowed or not @@ -98,13 +100,18 @@ create a SubjectAccessReview `POST /apis/authorization.k8s.io/v1beta1/subjectaccessreviews` -### Path Parameters + +### Query Parameters + +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters Parameter | Description ------------ | ----------- body <br /> *[SubjectAccessReview](#subjectaccessreview-v1beta1)* | -pretty | If 'true', then the output is pretty printed. - ### Response diff --git a/docs/api-reference/1_5/documents/_generated_subjectaccessreview_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_subjectaccessreview_v1beta1_definition.md similarity index 52% rename from docs/api-reference/1_5/documents/_generated_subjectaccessreview_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_subjectaccessreview_v1beta1_definition.md index 66ed7825ca..ee9de407bf 100644 --- a/docs/api-reference/1_5/documents/_generated_subjectaccessreview_v1beta1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_subjectaccessreview_v1beta1_definition.md @@ -12,6 +12,8 @@ SubjectAccessReview checks whether or not a user or group can perform an action. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | spec <br /> *[SubjectAccessReviewSpec](#subjectaccessreviewspec-v1beta1)* | Spec holds information about the request being evaluated status <br /> *[SubjectAccessReviewStatus](#subjectaccessreviewstatus-v1beta1)* | Status is filled in by the server and indicates whether the request is allowed or not diff --git a/docs/api-reference/1_5/documents/_generated_subjectaccessreviewspec_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_subjectaccessreviewspec_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_subjectaccessreviewspec_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_subjectaccessreviewspec_v1beta1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_subjectaccessreviewspec_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_subjectaccessreviewspec_v1beta1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_subjectaccessreviewspec_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_subjectaccessreviewspec_v1beta1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_subjectaccessreviewstatus_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_subjectaccessreviewstatus_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_subjectaccessreviewstatus_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_subjectaccessreviewstatus_v1beta1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_subjectaccessreviewstatus_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_subjectaccessreviewstatus_v1beta1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_subjectaccessreviewstatus_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_subjectaccessreviewstatus_v1beta1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_subresourcereference_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_subresourcereference_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_subresourcereference_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_subresourcereference_v1beta1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_subresourcereference_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_subresourcereference_v1beta1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_subresourcereference_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_subresourcereference_v1beta1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_tcpsocketaction_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_tcpsocketaction_v1_concept.md similarity index 84% rename from docs/resources-reference/1_5/documents/_generated_tcpsocketaction_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_tcpsocketaction_v1_concept.md index 5b3402d266..18a3576dd1 100644 --- a/docs/resources-reference/1_5/documents/_generated_tcpsocketaction_v1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_tcpsocketaction_v1_concept.md @@ -18,7 +18,7 @@ Core | v1 | TCPSocketAction TCPSocketAction describes an action based on opening a socket <aside class="notice"> -Appears In <a href="#handler-v1">Handler</a> </aside> +Appears In <a href="#handler-v1">Handler</a> <a href="#probe-v1">Probe</a> </aside> Field | Description ------------ | ----------- diff --git a/docs/api-reference/1_5/documents/_generated_tcpsocketaction_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_tcpsocketaction_v1_definition.md similarity index 83% rename from docs/api-reference/1_5/documents/_generated_tcpsocketaction_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_tcpsocketaction_v1_definition.md index 32c9c6c931..1761160b24 100644 --- a/docs/api-reference/1_5/documents/_generated_tcpsocketaction_v1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_tcpsocketaction_v1_definition.md @@ -9,7 +9,7 @@ Core | v1 | TCPSocketAction TCPSocketAction describes an action based on opening a socket <aside class="notice"> -Appears In <a href="#handler-v1">Handler</a> </aside> +Appears In <a href="#handler-v1">Handler</a> <a href="#probe-v1">Probe</a> </aside> Field | Description ------------ | ----------- diff --git a/docs/api-reference/1_5/documents/_generated_thirdpartyresource_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_thirdpartyresource_v1beta1_concept.md similarity index 89% rename from docs/api-reference/1_5/documents/_generated_thirdpartyresource_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_thirdpartyresource_v1beta1_concept.md index 228972a6c5..95e4176884 100644 --- a/docs/api-reference/1_5/documents/_generated_thirdpartyresource_v1beta1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_thirdpartyresource_v1beta1_concept.md @@ -22,7 +22,9 @@ Appears In <a href="#thirdpartyresourcelist-v1beta1">ThirdPartyResourceList</a> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 description <br /> *string* | Description is the description of this object. +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object metadata versions <br /> *[APIVersion](#apiversion-v1beta1) array* | Versions are versions for this third party object @@ -33,7 +35,9 @@ versions <br /> *[APIVersion](#apiversion-v1beta1) array* | Versions are versio Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[ThirdPartyResource](#thirdpartyresource-v1beta1) array* | Items is the list of ThirdPartyResources. +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. @@ -84,13 +88,14 @@ create a ThirdPartyResource `POST /apis/extensions/v1beta1/thirdpartyresources` -### Path Parameters + +### Query Parameters Parameter | Description ------------ | ----------- pretty | If 'true', then the output is pretty printed. -### Query Parameters +### Body Parameters Parameter | Description ------------ | ----------- @@ -149,10 +154,15 @@ replace the specified ThirdPartyResource Parameter | Description ------------ | ----------- name | name of the ThirdPartyResource -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[ThirdPartyResource](#thirdpartyresource-v1beta1)* | @@ -210,10 +220,15 @@ partially update the specified ThirdPartyResource Parameter | Description ------------ | ----------- name | name of the ThirdPartyResource -pretty | If 'true', then the output is pretty printed. ### Query Parameters +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters + Parameter | Description ------------ | ----------- body <br /> *[Patch](#patch-unversioned)* | @@ -271,16 +286,21 @@ delete a ThirdPartyResource Parameter | Description ------------ | ----------- name | name of the ThirdPartyResource -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- -body <br /> *[DeleteOptions](#deleteoptions-v1)* | +pretty | If 'true', then the output is pretty printed. gracePeriodSeconds | The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. orphanDependents | Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. +### Body Parameters + +Parameter | Description +------------ | ----------- +body <br /> *[DeleteOptions](#deleteoptions-v1)* | + ### Response Code | Description @@ -329,22 +349,19 @@ delete collection of ThirdPartyResource `DELETE /apis/extensions/v1beta1/thirdpartyresources` -### Path Parameters - -Parameter | Description ------------- | ----------- -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -403,15 +420,16 @@ read the specified ThirdPartyResource Parameter | Description ------------ | ----------- name | name of the ThirdPartyResource -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. exact | Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace' export | Should this value be exported. Export strips fields that a user can not specify. + ### Response Code | Description @@ -460,22 +478,19 @@ list or watch objects of kind ThirdPartyResource `GET /apis/extensions/v1beta1/thirdpartyresources` -### Path Parameters - -Parameter | Description ------------- | ----------- -pretty | If 'true', then the output is pretty printed. ### Query Parameters Parameter | Description ------------ | ----------- +pretty | If 'true', then the output is pretty printed. fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. timeoutSeconds | Timeout for the list/watch call. watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + ### Response Code | Description @@ -528,64 +543,9 @@ watch changes to an object of kind ThirdPartyResource Parameter | Description ------------ | ----------- -fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. -labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. name | name of the ThirdPartyResource -pretty | If 'true', then the output is pretty printed. -resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. -timeoutSeconds | Timeout for the list/watch call. -watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. - -### Response - -Code | Description ------------- | ----------- -200 <br /> *[Event](#event-versioned)* | OK - - -## Watch List - ->bdocs-tab:kubectl `kubectl` Command - -```bdocs-tab:kubectl_shell - -Coming Soon - -``` - ->bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) - -```bdocs-tab:curl_shell - -Coming Soon - -``` - ->bdocs-tab:kubectl Output - -```bdocs-tab:kubectl_json - -Coming Soon - -``` ->bdocs-tab:curl Response Body - -```bdocs-tab:curl_json - -Coming Soon - -``` - - - -watch individual changes to a list of ThirdPartyResource - -### HTTP Request - -`GET /apis/extensions/v1beta1/watch/thirdpartyresources` - -### Path Parameters +### Query Parameters Parameter | Description ------------ | ----------- diff --git a/docs/api-reference/1_5/documents/_generated_thirdpartyresource_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_thirdpartyresource_v1beta1_definition.md similarity index 56% rename from docs/api-reference/1_5/documents/_generated_thirdpartyresource_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_thirdpartyresource_v1beta1_definition.md index 3e0d4deab3..80e18fe204 100644 --- a/docs/api-reference/1_5/documents/_generated_thirdpartyresource_v1beta1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_thirdpartyresource_v1beta1_definition.md @@ -13,7 +13,9 @@ Appears In <a href="#thirdpartyresourcelist-v1beta1">ThirdPartyResourceList</a> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 description <br /> *string* | Description is the description of this object. +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object metadata versions <br /> *[APIVersion](#apiversion-v1beta1) array* | Versions are versions for this third party object diff --git a/docs/api-reference/v1.5/documents/_generated_thirdpartyresourcelist_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_thirdpartyresourcelist_v1beta1_concept.md new file mode 100644 index 0000000000..e455edbcef --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_thirdpartyresourcelist_v1beta1_concept.md @@ -0,0 +1,99 @@ + + +----------- +# ThirdPartyResourceList v1beta1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Extensions | v1beta1 | ThirdPartyResourceList + + + + + + + +ThirdPartyResourceList is a list of ThirdPartyResources. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[ThirdPartyResource](#thirdpartyresource-v1beta1) array* | Items is the list of ThirdPartyResources. +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. + + + + + +## <strong>Read Operations</strong> + +See supported operations below... + +## Watch + +>bdocs-tab:kubectl `kubectl` Command + +```bdocs-tab:kubectl_shell + +Coming Soon + +``` + +>bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*) + +```bdocs-tab:curl_shell + +Coming Soon + +``` + +>bdocs-tab:kubectl Output + +```bdocs-tab:kubectl_json + +Coming Soon + +``` +>bdocs-tab:curl Response Body + +```bdocs-tab:curl_json + +Coming Soon + +``` + + + +watch individual changes to a list of ThirdPartyResource + +### HTTP Request + +`GET /apis/extensions/v1beta1/watch/thirdpartyresources` + + +### Query Parameters + +Parameter | Description +------------ | ----------- +fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. +labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. +pretty | If 'true', then the output is pretty printed. +resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. +timeoutSeconds | Timeout for the list/watch call. +watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + + +### Response + +Code | Description +------------ | ----------- +200 <br /> *[Event](#event-versioned)* | OK + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_thirdpartyresourcelist_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_thirdpartyresourcelist_v1beta1_definition.md new file mode 100644 index 0000000000..a10a7d2181 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_thirdpartyresourcelist_v1beta1_definition.md @@ -0,0 +1,19 @@ +## ThirdPartyResourceList v1beta1 + +Group | Version | Kind +------------ | ---------- | ----------- +Extensions | v1beta1 | ThirdPartyResourceList + + + +ThirdPartyResourceList is a list of ThirdPartyResources. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[ThirdPartyResource](#thirdpartyresource-v1beta1) array* | Items is the list of ThirdPartyResources. +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. + diff --git a/docs/api-reference/1_5/documents/_generated_time_unversioned_concept.md b/docs/api-reference/v1.5/documents/_generated_time_unversioned_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_time_unversioned_concept.md rename to docs/api-reference/v1.5/documents/_generated_time_unversioned_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_time_unversioned_definition.md b/docs/api-reference/v1.5/documents/_generated_time_unversioned_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_time_unversioned_definition.md rename to docs/api-reference/v1.5/documents/_generated_time_unversioned_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_tokenreview_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_tokenreview_v1beta1_concept.md similarity index 76% rename from docs/user-guide/kubectl/1_5/documents/_generated_tokenreview_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_tokenreview_v1beta1_concept.md index 2665db271a..c931d3f7d7 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_tokenreview_v1beta1_concept.md +++ b/docs/api-reference/v1.5/documents/_generated_tokenreview_v1beta1_concept.md @@ -21,6 +21,8 @@ TokenReview attempts to authenticate a token to a known user. Note: TokenReview Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | spec <br /> *[TokenReviewSpec](#tokenreviewspec-v1beta1)* | Spec holds information about the request being evaluated status <br /> *[TokenReviewStatus](#tokenreviewstatus-v1beta1)* | Status is filled in by the server and indicates whether the request can be authenticated. @@ -94,13 +96,18 @@ create a TokenReview `POST /apis/authentication.k8s.io/v1beta1/tokenreviews` -### Path Parameters + +### Query Parameters + +Parameter | Description +------------ | ----------- +pretty | If 'true', then the output is pretty printed. + +### Body Parameters Parameter | Description ------------ | ----------- body <br /> *[TokenReview](#tokenreview-v1beta1)* | -pretty | If 'true', then the output is pretty printed. - ### Response diff --git a/docs/api-reference/1_5/documents/_generated_tokenreview_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_tokenreview_v1beta1_definition.md similarity index 54% rename from docs/api-reference/1_5/documents/_generated_tokenreview_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_tokenreview_v1beta1_definition.md index 3bc0213358..fed1690818 100644 --- a/docs/api-reference/1_5/documents/_generated_tokenreview_v1beta1_definition.md +++ b/docs/api-reference/v1.5/documents/_generated_tokenreview_v1beta1_definition.md @@ -12,6 +12,8 @@ TokenReview attempts to authenticate a token to a known user. Note: TokenReview Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | spec <br /> *[TokenReviewSpec](#tokenreviewspec-v1beta1)* | Spec holds information about the request being evaluated status <br /> *[TokenReviewStatus](#tokenreviewstatus-v1beta1)* | Status is filled in by the server and indicates whether the request can be authenticated. diff --git a/docs/api-reference/1_5/documents/_generated_tokenreviewspec_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_tokenreviewspec_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_tokenreviewspec_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_tokenreviewspec_v1beta1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_tokenreviewspec_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_tokenreviewspec_v1beta1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_tokenreviewspec_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_tokenreviewspec_v1beta1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_tokenreviewstatus_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_tokenreviewstatus_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_tokenreviewstatus_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_tokenreviewstatus_v1beta1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_tokenreviewstatus_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_tokenreviewstatus_v1beta1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_tokenreviewstatus_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_tokenreviewstatus_v1beta1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_userinfo_v1beta1_concept.md b/docs/api-reference/v1.5/documents/_generated_userinfo_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_userinfo_v1beta1_concept.md rename to docs/api-reference/v1.5/documents/_generated_userinfo_v1beta1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_userinfo_v1beta1_definition.md b/docs/api-reference/v1.5/documents/_generated_userinfo_v1beta1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_userinfo_v1beta1_definition.md rename to docs/api-reference/v1.5/documents/_generated_userinfo_v1beta1_definition.md diff --git a/docs/api-reference/v1.5/documents/_generated_volume_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_volume_v1_concept.md new file mode 100644 index 0000000000..10dbbf60b9 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_volume_v1_concept.md @@ -0,0 +1,54 @@ + + +----------- +# Volume v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | Volume + + + + + + + +Volume represents a named volume in a pod that may be accessed by any container in the pod. + +<aside class="notice"> +Appears In <a href="#podspec-v1">PodSpec</a> </aside> + +Field | Description +------------ | ----------- +awsElasticBlockStore <br /> *[AWSElasticBlockStoreVolumeSource](#awselasticblockstorevolumesource-v1)* | AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore +azureDisk <br /> *[AzureDiskVolumeSource](#azurediskvolumesource-v1)* | AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. +azureFile <br /> *[AzureFileVolumeSource](#azurefilevolumesource-v1)* | AzureFile represents an Azure File Service mount on the host and bind mount to the pod. +cephfs <br /> *[CephFSVolumeSource](#cephfsvolumesource-v1)* | CephFS represents a Ceph FS mount on the host that shares a pod's lifetime +cinder <br /> *[CinderVolumeSource](#cindervolumesource-v1)* | Cinder represents a cinder volume attached and mounted on kubelets host machine More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md +configMap <br /> *[ConfigMapVolumeSource](#configmapvolumesource-v1)* | ConfigMap represents a configMap that should populate this volume +downwardAPI <br /> *[DownwardAPIVolumeSource](#downwardapivolumesource-v1)* | DownwardAPI represents downward API about the pod that should populate this volume +emptyDir <br /> *[EmptyDirVolumeSource](#emptydirvolumesource-v1)* | EmptyDir represents a temporary directory that shares a pod's lifetime. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir +fc <br /> *[FCVolumeSource](#fcvolumesource-v1)* | FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod. +flexVolume <br /> *[FlexVolumeSource](#flexvolumesource-v1)* | 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. +flocker <br /> *[FlockerVolumeSource](#flockervolumesource-v1)* | Flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running +gcePersistentDisk <br /> *[GCEPersistentDiskVolumeSource](#gcepersistentdiskvolumesource-v1)* | GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk +gitRepo <br /> *[GitRepoVolumeSource](#gitrepovolumesource-v1)* | GitRepo represents a git repository at a particular revision. +glusterfs <br /> *[GlusterfsVolumeSource](#glusterfsvolumesource-v1)* | Glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md +hostPath <br /> *[HostPathVolumeSource](#hostpathvolumesource-v1)* | HostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: http://kubernetes.io/docs/user-guide/volumes#hostpath +iscsi <br /> *[ISCSIVolumeSource](#iscsivolumesource-v1)* | ISCSI represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: http://releases.k8s.io/HEAD/examples/volumes/iscsi/README.md +name <br /> *string* | Volume's name. Must be a DNS_LABEL and unique within the pod. More info: http://kubernetes.io/docs/user-guide/identifiers#names +nfs <br /> *[NFSVolumeSource](#nfsvolumesource-v1)* | NFS represents an NFS mount on the host that shares a pod's lifetime More info: http://kubernetes.io/docs/user-guide/volumes#nfs +persistentVolumeClaim <br /> *[PersistentVolumeClaimVolumeSource](#persistentvolumeclaimvolumesource-v1)* | PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims +photonPersistentDisk <br /> *[PhotonPersistentDiskVolumeSource](#photonpersistentdiskvolumesource-v1)* | PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine +quobyte <br /> *[QuobyteVolumeSource](#quobytevolumesource-v1)* | Quobyte represents a Quobyte mount on the host that shares a pod's lifetime +rbd <br /> *[RBDVolumeSource](#rbdvolumesource-v1)* | RBD represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md +secret <br /> *[SecretVolumeSource](#secretvolumesource-v1)* | Secret represents a secret that should populate this volume. More info: http://kubernetes.io/docs/user-guide/volumes#secrets +vsphereVolume <br /> *[VsphereVirtualDiskVolumeSource](#vspherevirtualdiskvolumesource-v1)* | VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine + + + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_volume_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_volume_v1_definition.md new file mode 100644 index 0000000000..e9e9dbf630 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_volume_v1_definition.md @@ -0,0 +1,40 @@ +## Volume v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | Volume + + + +Volume represents a named volume in a pod that may be accessed by any container in the pod. + +<aside class="notice"> +Appears In <a href="#podspec-v1">PodSpec</a> </aside> + +Field | Description +------------ | ----------- +awsElasticBlockStore <br /> *[AWSElasticBlockStoreVolumeSource](#awselasticblockstorevolumesource-v1)* | AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore +azureDisk <br /> *[AzureDiskVolumeSource](#azurediskvolumesource-v1)* | AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. +azureFile <br /> *[AzureFileVolumeSource](#azurefilevolumesource-v1)* | AzureFile represents an Azure File Service mount on the host and bind mount to the pod. +cephfs <br /> *[CephFSVolumeSource](#cephfsvolumesource-v1)* | CephFS represents a Ceph FS mount on the host that shares a pod's lifetime +cinder <br /> *[CinderVolumeSource](#cindervolumesource-v1)* | Cinder represents a cinder volume attached and mounted on kubelets host machine More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md +configMap <br /> *[ConfigMapVolumeSource](#configmapvolumesource-v1)* | ConfigMap represents a configMap that should populate this volume +downwardAPI <br /> *[DownwardAPIVolumeSource](#downwardapivolumesource-v1)* | DownwardAPI represents downward API about the pod that should populate this volume +emptyDir <br /> *[EmptyDirVolumeSource](#emptydirvolumesource-v1)* | EmptyDir represents a temporary directory that shares a pod's lifetime. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir +fc <br /> *[FCVolumeSource](#fcvolumesource-v1)* | FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod. +flexVolume <br /> *[FlexVolumeSource](#flexvolumesource-v1)* | 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. +flocker <br /> *[FlockerVolumeSource](#flockervolumesource-v1)* | Flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running +gcePersistentDisk <br /> *[GCEPersistentDiskVolumeSource](#gcepersistentdiskvolumesource-v1)* | GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk +gitRepo <br /> *[GitRepoVolumeSource](#gitrepovolumesource-v1)* | GitRepo represents a git repository at a particular revision. +glusterfs <br /> *[GlusterfsVolumeSource](#glusterfsvolumesource-v1)* | Glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md +hostPath <br /> *[HostPathVolumeSource](#hostpathvolumesource-v1)* | HostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: http://kubernetes.io/docs/user-guide/volumes#hostpath +iscsi <br /> *[ISCSIVolumeSource](#iscsivolumesource-v1)* | ISCSI represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: http://releases.k8s.io/HEAD/examples/volumes/iscsi/README.md +name <br /> *string* | Volume's name. Must be a DNS_LABEL and unique within the pod. More info: http://kubernetes.io/docs/user-guide/identifiers#names +nfs <br /> *[NFSVolumeSource](#nfsvolumesource-v1)* | NFS represents an NFS mount on the host that shares a pod's lifetime More info: http://kubernetes.io/docs/user-guide/volumes#nfs +persistentVolumeClaim <br /> *[PersistentVolumeClaimVolumeSource](#persistentvolumeclaimvolumesource-v1)* | PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims +photonPersistentDisk <br /> *[PhotonPersistentDiskVolumeSource](#photonpersistentdiskvolumesource-v1)* | PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine +quobyte <br /> *[QuobyteVolumeSource](#quobytevolumesource-v1)* | Quobyte represents a Quobyte mount on the host that shares a pod's lifetime +rbd <br /> *[RBDVolumeSource](#rbdvolumesource-v1)* | RBD represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md +secret <br /> *[SecretVolumeSource](#secretvolumesource-v1)* | Secret represents a secret that should populate this volume. More info: http://kubernetes.io/docs/user-guide/volumes#secrets +vsphereVolume <br /> *[VsphereVirtualDiskVolumeSource](#vspherevirtualdiskvolumesource-v1)* | VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine + diff --git a/docs/api-reference/1_5/documents/_generated_volumemount_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_volumemount_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_volumemount_v1_concept.md rename to docs/api-reference/v1.5/documents/_generated_volumemount_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_volumemount_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_volumemount_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_volumemount_v1_definition.md rename to docs/api-reference/v1.5/documents/_generated_volumemount_v1_definition.md diff --git a/docs/api-reference/v1.5/documents/_generated_vspherevirtualdiskvolumesource_v1_concept.md b/docs/api-reference/v1.5/documents/_generated_vspherevirtualdiskvolumesource_v1_concept.md new file mode 100644 index 0000000000..7bebafb4f1 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_vspherevirtualdiskvolumesource_v1_concept.md @@ -0,0 +1,32 @@ + + +----------- +# VsphereVirtualDiskVolumeSource v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | VsphereVirtualDiskVolumeSource + + + + + + + +Represents a vSphere volume resource. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +fsType <br /> *string* | Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. +volumePath <br /> *string* | Path that identifies vSphere volume vmdk + + + + + + diff --git a/docs/api-reference/v1.5/documents/_generated_vspherevirtualdiskvolumesource_v1_definition.md b/docs/api-reference/v1.5/documents/_generated_vspherevirtualdiskvolumesource_v1_definition.md new file mode 100644 index 0000000000..5ddca32b21 --- /dev/null +++ b/docs/api-reference/v1.5/documents/_generated_vspherevirtualdiskvolumesource_v1_definition.md @@ -0,0 +1,18 @@ +## VsphereVirtualDiskVolumeSource v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | VsphereVirtualDiskVolumeSource + + + +Represents a vSphere volume resource. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +fsType <br /> *string* | Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. +volumePath <br /> *string* | Path that identifies vSphere volume vmdk + diff --git a/docs/api-reference/1_5/documents/_meta.md b/docs/api-reference/v1.5/documents/_meta.md similarity index 100% rename from docs/api-reference/1_5/documents/_meta.md rename to docs/api-reference/v1.5/documents/_meta.md diff --git a/docs/api-reference/1_5/documents/_oldversions.md b/docs/api-reference/v1.5/documents/_oldversions.md similarity index 100% rename from docs/api-reference/1_5/documents/_oldversions.md rename to docs/api-reference/v1.5/documents/_oldversions.md diff --git a/docs/api-reference/1_5/documents/_overview.md b/docs/api-reference/v1.5/documents/_overview.md similarity index 100% rename from docs/api-reference/1_5/documents/_overview.md rename to docs/api-reference/v1.5/documents/_overview.md diff --git a/docs/api-reference/1_5/documents/_servicediscovery.md b/docs/api-reference/v1.5/documents/_servicediscovery.md similarity index 100% rename from docs/api-reference/1_5/documents/_servicediscovery.md rename to docs/api-reference/v1.5/documents/_servicediscovery.md diff --git a/docs/api-reference/1_5/documents/_workloads.md b/docs/api-reference/v1.5/documents/_workloads.md similarity index 100% rename from docs/api-reference/1_5/documents/_workloads.md rename to docs/api-reference/v1.5/documents/_workloads.md diff --git a/docs/api-reference/1_5/documents/deployment-original.md b/docs/api-reference/v1.5/documents/deployment-original.md similarity index 100% rename from docs/api-reference/1_5/documents/deployment-original.md rename to docs/api-reference/v1.5/documents/deployment-original.md diff --git a/docs/api-reference/1_5/documents/deployment.md b/docs/api-reference/v1.5/documents/deployment.md similarity index 100% rename from docs/api-reference/1_5/documents/deployment.md rename to docs/api-reference/v1.5/documents/deployment.md diff --git a/docs/api-reference/1_5/index.html b/docs/api-reference/v1.5/index.html similarity index 84% rename from docs/api-reference/1_5/index.html rename to docs/api-reference/v1.5/index.html index 1b30567349..cc96bf697e 100644 --- a/docs/api-reference/1_5/index.html +++ b/docs/api-reference/v1.5/index.html @@ -11,7 +11,7 @@ <link rel="stylesheet" href="stylesheet.css" type="text/css"> </head> <body> -<div id="sidebar-wrapper" class="side-nav side-bar-nav"><ul><li class="nav-level-1 strong-nav"><a href="#-strong-api-overview-strong-" class="nav-item"><strong>API OVERVIEW</strong></a></li><ul id="-strong-api-overview-strong--nav" style="display: none;"><li class="nav-level-2"><a href="#resource-categories" class="nav-item">Resource Categories</a></li><li class="nav-level-2"><a href="#resource-objects" class="nav-item">Resource Objects</a></li><li class="nav-level-2"><a href="#resource-operations" class="nav-item">Resource Operations</a></li></ul></ul><ul><li class="nav-level-1 strong-nav"><a href="#-strong-workloads-strong-" class="nav-item"><strong>WORKLOADS</strong></a></li></ul><ul><li class="nav-level-1"><a href="#container-v1" class="nav-item">Container v1</a></li></ul><ul><li class="nav-level-1"><a href="#cronjob-v2alpha1" class="nav-item">CronJob v2alpha1</a></li><ul id="cronjob-v2alpha1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong-" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--nav" style="display: none;"><li class="nav-level-2"><a href="#create" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-1" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong-" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--nav" style="display: none;"><li class="nav-level-2"><a href="#read-2" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces" class="nav-item">Watch List All Namespaces</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#daemonset-v1beta1" class="nav-item">DaemonSet v1beta1</a></li><ul id="daemonset-v1beta1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--3" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--3-nav" style="display: none;"><li class="nav-level-2"><a href="#create-4" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-5" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-6" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-7" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-8" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--9" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--9-nav" style="display: none;"><li class="nav-level-2"><a href="#read-10" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-11" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-12" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-13" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list" class="nav-item">Watch List</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-14" class="nav-item">Watch List All Namespaces</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-status-operations-strong-" class="nav-item"><strong>Status Operations</strong></a></li><ul id="-strong-status-operations-strong--nav" style="display: none;"><li class="nav-level-2"><a href="#patch-status" class="nav-item">Patch Status</a></li><li class="nav-level-2"><a href="#read-status" class="nav-item">Read Status</a></li><li class="nav-level-2"><a href="#replace-status" class="nav-item">Replace Status</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#deployment-v1beta1" class="nav-item">Deployment v1beta1</a></li><ul id="deployment-v1beta1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--15" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--15-nav" style="display: none;"><li class="nav-level-2"><a href="#create-16" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-17" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-18" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-19" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-20" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--21" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--21-nav" style="display: none;"><li class="nav-level-2"><a href="#read-22" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-23" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-24" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-25" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-26" class="nav-item">Watch List</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-27" class="nav-item">Watch List All Namespaces</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-misc-operations-strong-" class="nav-item"><strong>Misc Operations</strong></a></li><ul id="-strong-misc-operations-strong--nav" style="display: none;"><li class="nav-level-2"><a href="#read-scale" class="nav-item">Read Scale</a></li><li class="nav-level-2"><a href="#replace-scale" class="nav-item">Replace Scale</a></li><li class="nav-level-2"><a href="#patch-scale" class="nav-item">Patch Scale</a></li><li class="nav-level-2"><a href="#rollback" class="nav-item">Rollback</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#job-v1" class="nav-item">Job v1</a></li><ul id="job-v1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--28" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--28-nav" style="display: none;"><li class="nav-level-2"><a href="#create-29" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-30" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-31" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-32" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-33" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--34" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--34-nav" style="display: none;"><li class="nav-level-2"><a href="#read-35" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-36" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-37" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-38" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-39" class="nav-item">Watch List All Namespaces</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-status-operations-strong--40" class="nav-item"><strong>Status Operations</strong></a></li><ul id="-strong-status-operations-strong--40-nav" style="display: none;"><li class="nav-level-2"><a href="#patch-status-41" class="nav-item">Patch Status</a></li><li class="nav-level-2"><a href="#read-status-42" class="nav-item">Read Status</a></li><li class="nav-level-2"><a href="#replace-status-43" class="nav-item">Replace Status</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#pod-v1" class="nav-item">Pod v1</a></li><ul id="pod-v1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--44" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--44-nav" style="display: none;"><li class="nav-level-2"><a href="#create-45" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-46" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-47" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-48" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-49" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--50" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--50-nav" style="display: none;"><li class="nav-level-2"><a href="#read-51" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-52" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-53" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-54" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-55" class="nav-item">Watch List All Namespaces</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-proxy-operations-strong-" class="nav-item"><strong>Proxy Operations</strong></a></li><ul id="-strong-proxy-operations-strong--nav" style="display: none;"><li class="nav-level-2"><a href="#create-connect-portforward" class="nav-item">Create Connect Portforward</a></li><li class="nav-level-2"><a href="#create-connect-proxy" class="nav-item">Create Connect Proxy</a></li><li class="nav-level-2"><a href="#create-connect-proxy-path" class="nav-item">Create Connect Proxy Path</a></li><li class="nav-level-2"><a href="#create-proxy" class="nav-item">Create Proxy</a></li><li class="nav-level-2"><a href="#create-proxy-path" class="nav-item">Create Proxy Path</a></li><li class="nav-level-2"><a href="#delete-connect-proxy" class="nav-item">Delete Connect Proxy</a></li><li class="nav-level-2"><a href="#delete-connect-proxy-path" class="nav-item">Delete Connect Proxy Path</a></li><li class="nav-level-2"><a href="#delete-proxy" class="nav-item">Delete Proxy</a></li><li class="nav-level-2"><a href="#delete-proxy-path" class="nav-item">Delete Proxy Path</a></li><li class="nav-level-2"><a href="#get-connect-portforward" class="nav-item">Get Connect Portforward</a></li><li class="nav-level-2"><a href="#get-connect-proxy" class="nav-item">Get Connect Proxy</a></li><li class="nav-level-2"><a href="#get-connect-proxy-path" class="nav-item">Get Connect Proxy Path</a></li><li class="nav-level-2"><a href="#get-proxy" class="nav-item">Get Proxy</a></li><li class="nav-level-2"><a href="#get-proxy-path" class="nav-item">Get Proxy Path</a></li><li class="nav-level-2"><a href="#head-connect-proxy" class="nav-item">Head Connect Proxy</a></li><li class="nav-level-2"><a href="#head-connect-proxy-path" class="nav-item">Head Connect Proxy Path</a></li><li class="nav-level-2"><a href="#replace-connect-proxy" class="nav-item">Replace Connect Proxy</a></li><li class="nav-level-2"><a href="#replace-connect-proxy-path" class="nav-item">Replace Connect Proxy Path</a></li><li class="nav-level-2"><a href="#replace-proxy" class="nav-item">Replace Proxy</a></li><li class="nav-level-2"><a href="#replace-proxy-path" class="nav-item">Replace Proxy Path</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-misc-operations-strong--56" class="nav-item"><strong>Misc Operations</strong></a></li><ul id="-strong-misc-operations-strong--56-nav" style="display: none;"><li class="nav-level-2"><a href="#read-log" class="nav-item">Read Log</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#replicaset-v1beta1" class="nav-item">ReplicaSet v1beta1</a></li><ul id="replicaset-v1beta1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--57" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--57-nav" style="display: none;"><li class="nav-level-2"><a href="#create-58" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-59" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-60" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-61" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-62" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--63" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--63-nav" style="display: none;"><li class="nav-level-2"><a href="#read-64" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-65" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-66" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-67" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-68" class="nav-item">Watch List</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-69" class="nav-item">Watch List All Namespaces</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-misc-operations-strong--70" class="nav-item"><strong>Misc Operations</strong></a></li><ul id="-strong-misc-operations-strong--70-nav" style="display: none;"><li class="nav-level-2"><a href="#read-scale-71" class="nav-item">Read Scale</a></li><li class="nav-level-2"><a href="#replace-scale-72" class="nav-item">Replace Scale</a></li><li class="nav-level-2"><a href="#patch-scale-73" class="nav-item">Patch Scale</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#replicationcontroller-v1" class="nav-item">ReplicationController v1</a></li><ul id="replicationcontroller-v1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--74" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--74-nav" style="display: none;"><li class="nav-level-2"><a href="#create-75" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-76" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-77" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-78" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-79" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--80" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--80-nav" style="display: none;"><li class="nav-level-2"><a href="#read-81" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-82" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-83" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-84" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-85" class="nav-item">Watch List All Namespaces</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#statefulset-v1beta1" class="nav-item">StatefulSet v1beta1</a></li><ul id="statefulset-v1beta1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--86" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--86-nav" style="display: none;"><li class="nav-level-2"><a href="#create-87" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-88" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-89" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-90" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-91" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--92" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--92-nav" style="display: none;"><li class="nav-level-2"><a href="#read-93" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-94" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-95" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-96" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-97" class="nav-item">Watch List All Namespaces</a></li></ul></ul></ul></ul><ul><li class="nav-level-1 strong-nav"><a href="#-strong-discovery-load-balancing-strong-" class="nav-item"><strong>DISCOVERY & LOAD BALANCING</strong></a></li></ul><ul><li class="nav-level-1"><a href="#endpoints-v1" class="nav-item">Endpoints v1</a></li><ul id="endpoints-v1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--98" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--98-nav" style="display: none;"><li class="nav-level-2"><a href="#create-99" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-100" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-101" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-102" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-103" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--104" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--104-nav" style="display: none;"><li class="nav-level-2"><a href="#read-105" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-106" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-107" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-108" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-109" class="nav-item">Watch List All Namespaces</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#ingress-v1beta1" class="nav-item">Ingress v1beta1</a></li><ul id="ingress-v1beta1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--110" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--110-nav" style="display: none;"><li class="nav-level-2"><a href="#create-111" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-112" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-113" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-114" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-115" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--116" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--116-nav" style="display: none;"><li class="nav-level-2"><a href="#read-117" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-118" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-119" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-120" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-121" class="nav-item">Watch List</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-122" class="nav-item">Watch List All Namespaces</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-status-operations-strong--123" class="nav-item"><strong>Status Operations</strong></a></li><ul id="-strong-status-operations-strong--123-nav" style="display: none;"><li class="nav-level-2"><a href="#patch-status-124" class="nav-item">Patch Status</a></li><li class="nav-level-2"><a href="#read-status-125" class="nav-item">Read Status</a></li><li class="nav-level-2"><a href="#replace-status-126" class="nav-item">Replace Status</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#service-v1" class="nav-item">Service v1</a></li><ul id="service-v1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--127" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--127-nav" style="display: none;"><li class="nav-level-2"><a href="#create-128" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-129" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-130" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-131" class="nav-item">Delete</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--132" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--132-nav" style="display: none;"><li class="nav-level-2"><a href="#read-133" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-134" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-135" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-136" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-137" class="nav-item">Watch List</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-138" class="nav-item">Watch List All Namespaces</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-status-operations-strong--139" class="nav-item"><strong>Status Operations</strong></a></li><ul id="-strong-status-operations-strong--139-nav" style="display: none;"><li class="nav-level-2"><a href="#patch-status-140" class="nav-item">Patch Status</a></li><li class="nav-level-2"><a href="#read-status-141" class="nav-item">Read Status</a></li><li class="nav-level-2"><a href="#replace-status-142" class="nav-item">Replace Status</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-proxy-operations-strong--143" class="nav-item"><strong>Proxy Operations</strong></a></li><ul id="-strong-proxy-operations-strong--143-nav" style="display: none;"><li class="nav-level-2"><a href="#create-connect-proxy-144" class="nav-item">Create Connect Proxy</a></li><li class="nav-level-2"><a href="#create-connect-proxy-path-145" class="nav-item">Create Connect Proxy Path</a></li><li class="nav-level-2"><a href="#create-proxy-146" class="nav-item">Create Proxy</a></li><li class="nav-level-2"><a href="#create-proxy-path-147" class="nav-item">Create Proxy Path</a></li><li class="nav-level-2"><a href="#delete-connect-proxy-148" class="nav-item">Delete Connect Proxy</a></li><li class="nav-level-2"><a href="#delete-connect-proxy-path-149" class="nav-item">Delete Connect Proxy Path</a></li><li class="nav-level-2"><a href="#delete-proxy-150" class="nav-item">Delete Proxy</a></li><li class="nav-level-2"><a href="#delete-proxy-path-151" class="nav-item">Delete Proxy Path</a></li><li class="nav-level-2"><a href="#get-connect-proxy-152" class="nav-item">Get Connect Proxy</a></li><li class="nav-level-2"><a href="#get-connect-proxy-path-153" class="nav-item">Get Connect Proxy Path</a></li><li class="nav-level-2"><a href="#get-proxy-154" class="nav-item">Get Proxy</a></li><li class="nav-level-2"><a href="#get-proxy-path-155" class="nav-item">Get Proxy Path</a></li><li class="nav-level-2"><a href="#head-connect-proxy-156" class="nav-item">Head Connect Proxy</a></li><li class="nav-level-2"><a href="#head-connect-proxy-path-157" class="nav-item">Head Connect Proxy Path</a></li><li class="nav-level-2"><a href="#replace-connect-proxy-158" class="nav-item">Replace Connect Proxy</a></li><li class="nav-level-2"><a href="#replace-connect-proxy-path-159" class="nav-item">Replace Connect Proxy Path</a></li><li class="nav-level-2"><a href="#replace-proxy-160" class="nav-item">Replace Proxy</a></li><li class="nav-level-2"><a href="#replace-proxy-path-161" class="nav-item">Replace Proxy Path</a></li></ul></ul></ul></ul><ul><li class="nav-level-1 strong-nav"><a href="#-strong-config-storage-strong-" class="nav-item"><strong>CONFIG & STORAGE</strong></a></li></ul><ul><li class="nav-level-1"><a href="#configmap-v1" class="nav-item">ConfigMap v1</a></li><ul id="configmap-v1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--162" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--162-nav" style="display: none;"><li class="nav-level-2"><a href="#create-163" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-164" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-165" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-166" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-167" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--168" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--168-nav" style="display: none;"><li class="nav-level-2"><a href="#read-169" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-170" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-171" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-172" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-173" class="nav-item">Watch List All Namespaces</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#secret-v1" class="nav-item">Secret v1</a></li><ul id="secret-v1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--174" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--174-nav" style="display: none;"><li class="nav-level-2"><a href="#create-175" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-176" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-177" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-178" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-179" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--180" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--180-nav" style="display: none;"><li class="nav-level-2"><a href="#read-181" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-182" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-183" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-184" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-185" class="nav-item">Watch List All Namespaces</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#persistentvolumeclaim-v1" class="nav-item">PersistentVolumeClaim v1</a></li><ul id="persistentvolumeclaim-v1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--186" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--186-nav" style="display: none;"><li class="nav-level-2"><a href="#create-187" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-188" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-189" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-190" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-191" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--192" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--192-nav" style="display: none;"><li class="nav-level-2"><a href="#read-193" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-194" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-195" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-196" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-197" class="nav-item">Watch List All Namespaces</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-status-operations-strong--198" class="nav-item"><strong>Status Operations</strong></a></li><ul id="-strong-status-operations-strong--198-nav" style="display: none;"><li class="nav-level-2"><a href="#patch-status-199" class="nav-item">Patch Status</a></li><li class="nav-level-2"><a href="#read-status-200" class="nav-item">Read Status</a></li><li class="nav-level-2"><a href="#replace-status-201" class="nav-item">Replace Status</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#storageclass-v1beta1" class="nav-item">StorageClass v1beta1</a></li><ul id="storageclass-v1beta1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--202" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--202-nav" style="display: none;"><li class="nav-level-2"><a href="#create-203" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-204" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-205" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-206" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-207" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--208" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--208-nav" style="display: none;"><li class="nav-level-2"><a href="#read-209" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-210" class="nav-item">List</a></li><li class="nav-level-2"><a href="#watch-211" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-212" class="nav-item">Watch List</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#volume-v1" class="nav-item">Volume v1</a></li></ul><ul><li class="nav-level-1 strong-nav"><a href="#-strong-metadata-strong-" class="nav-item"><strong>METADATA</strong></a></li></ul><ul><li class="nav-level-1"><a href="#event-v1" class="nav-item">Event v1</a></li><ul id="event-v1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--213" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--213-nav" style="display: none;"><li class="nav-level-2"><a href="#create-214" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-215" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-216" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-217" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-218" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--219" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--219-nav" style="display: none;"><li class="nav-level-2"><a href="#read-220" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-221" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-222" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-223" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-224" class="nav-item">Watch List All Namespaces</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#limitrange-v1" class="nav-item">LimitRange v1</a></li><ul id="limitrange-v1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--225" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--225-nav" style="display: none;"><li class="nav-level-2"><a href="#create-226" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-227" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-228" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-229" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-230" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--231" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--231-nav" style="display: none;"><li class="nav-level-2"><a href="#read-232" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-233" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-234" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-235" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-236" class="nav-item">Watch List</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-237" class="nav-item">Watch List All Namespaces</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#horizontalpodautoscaler-v1" class="nav-item">HorizontalPodAutoscaler v1</a></li><ul id="horizontalpodautoscaler-v1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--238" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--238-nav" style="display: none;"><li class="nav-level-2"><a href="#create-239" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-240" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-241" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-242" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-243" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--244" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--244-nav" style="display: none;"><li class="nav-level-2"><a href="#read-245" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-246" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-247" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-248" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-249" class="nav-item">Watch List All Namespaces</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#podtemplate-v1" class="nav-item">PodTemplate v1</a></li><ul id="podtemplate-v1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--250" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--250-nav" style="display: none;"><li class="nav-level-2"><a href="#create-251" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-252" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-253" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-254" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-255" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--256" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--256-nav" style="display: none;"><li class="nav-level-2"><a href="#read-257" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-258" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-259" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-260" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-261" class="nav-item">Watch List All Namespaces</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#poddisruptionbudget-v1beta1" class="nav-item">PodDisruptionBudget v1beta1</a></li><ul id="poddisruptionbudget-v1beta1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--262" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--262-nav" style="display: none;"><li class="nav-level-2"><a href="#create-263" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-264" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-265" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-266" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-267" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--268" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--268-nav" style="display: none;"><li class="nav-level-2"><a href="#read-269" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-270" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-271" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-272" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-273" class="nav-item">Watch List</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-274" class="nav-item">Watch List All Namespaces</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-status-operations-strong--275" class="nav-item"><strong>Status Operations</strong></a></li><ul id="-strong-status-operations-strong--275-nav" style="display: none;"><li class="nav-level-2"><a href="#patch-status-276" class="nav-item">Patch Status</a></li><li class="nav-level-2"><a href="#read-status-277" class="nav-item">Read Status</a></li><li class="nav-level-2"><a href="#replace-status-278" class="nav-item">Replace Status</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#thirdpartyresource-v1beta1" class="nav-item">ThirdPartyResource v1beta1</a></li><ul id="thirdpartyresource-v1beta1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--279" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--279-nav" style="display: none;"><li class="nav-level-2"><a href="#create-280" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-281" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-282" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-283" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-284" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--285" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--285-nav" style="display: none;"><li class="nav-level-2"><a href="#read-286" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-287" class="nav-item">List</a></li><li class="nav-level-2"><a href="#watch-288" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-289" class="nav-item">Watch List</a></li></ul></ul></ul></ul><ul><li class="nav-level-1 strong-nav"><a href="#-strong-cluster-strong-" class="nav-item"><strong>CLUSTER</strong></a></li></ul><ul><li class="nav-level-1"><a href="#binding-v1" class="nav-item">Binding v1</a></li><ul id="binding-v1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--290" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--290-nav" style="display: none;"><li class="nav-level-2"><a href="#create-291" class="nav-item">Create</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#certificatesigningrequest-v1alpha1" class="nav-item">CertificateSigningRequest v1alpha1</a></li><ul id="certificatesigningrequest-v1alpha1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--292" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--292-nav" style="display: none;"><li class="nav-level-2"><a href="#create-293" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-294" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-295" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-296" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-297" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--298" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--298-nav" style="display: none;"><li class="nav-level-2"><a href="#read-299" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-300" class="nav-item">List</a></li><li class="nav-level-2"><a href="#watch-301" class="nav-item">Watch</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#clusterrole-v1alpha1" class="nav-item">ClusterRole v1alpha1</a></li><ul id="clusterrole-v1alpha1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--302" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--302-nav" style="display: none;"><li class="nav-level-2"><a href="#create-303" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-304" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-305" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-306" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-307" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--308" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--308-nav" style="display: none;"><li class="nav-level-2"><a href="#read-309" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-310" class="nav-item">List</a></li><li class="nav-level-2"><a href="#watch-311" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-312" class="nav-item">Watch List</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#clusterrolebinding-v1alpha1" class="nav-item">ClusterRoleBinding v1alpha1</a></li><ul id="clusterrolebinding-v1alpha1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--313" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--313-nav" style="display: none;"><li class="nav-level-2"><a href="#create-314" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-315" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-316" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-317" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-318" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--319" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--319-nav" style="display: none;"><li class="nav-level-2"><a href="#read-320" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-321" class="nav-item">List</a></li><li class="nav-level-2"><a href="#watch-322" class="nav-item">Watch</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#componentstatus-v1" class="nav-item">ComponentStatus v1</a></li><ul id="componentstatus-v1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--323" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--323-nav" style="display: none;"><li class="nav-level-2"><a href="#read-324" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-325" class="nav-item">List</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#localsubjectaccessreview-v1beta1" class="nav-item">LocalSubjectAccessReview v1beta1</a></li><ul id="localsubjectaccessreview-v1beta1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--326" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--326-nav" style="display: none;"><li class="nav-level-2"><a href="#create-327" class="nav-item">Create</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#namespace-v1" class="nav-item">Namespace v1</a></li><ul id="namespace-v1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--328" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--328-nav" style="display: none;"><li class="nav-level-2"><a href="#create-329" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-330" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-331" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-332" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-333" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--334" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--334-nav" style="display: none;"><li class="nav-level-2"><a href="#read-335" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-336" class="nav-item">List</a></li><li class="nav-level-2"><a href="#watch-337" class="nav-item">Watch</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#node-v1" class="nav-item">Node v1</a></li><ul id="node-v1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--338" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--338-nav" style="display: none;"><li class="nav-level-2"><a href="#create-339" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-340" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-341" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-342" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-343" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--344" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--344-nav" style="display: none;"><li class="nav-level-2"><a href="#read-345" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-346" class="nav-item">List</a></li><li class="nav-level-2"><a href="#watch-347" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-348" class="nav-item">Watch List</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-proxy-operations-strong--349" class="nav-item"><strong>Proxy Operations</strong></a></li><ul id="-strong-proxy-operations-strong--349-nav" style="display: none;"><li class="nav-level-2"><a href="#create-connect-proxy-350" class="nav-item">Create Connect Proxy</a></li><li class="nav-level-2"><a href="#create-connect-proxy-path-351" class="nav-item">Create Connect Proxy Path</a></li><li class="nav-level-2"><a href="#create-proxy-352" class="nav-item">Create Proxy</a></li><li class="nav-level-2"><a href="#create-proxy-path-353" class="nav-item">Create Proxy Path</a></li><li class="nav-level-2"><a href="#delete-connect-proxy-354" class="nav-item">Delete Connect Proxy</a></li><li class="nav-level-2"><a href="#delete-connect-proxy-path-355" class="nav-item">Delete Connect Proxy Path</a></li><li class="nav-level-2"><a href="#delete-proxy-356" class="nav-item">Delete Proxy</a></li><li class="nav-level-2"><a href="#delete-proxy-path-357" class="nav-item">Delete Proxy Path</a></li><li class="nav-level-2"><a href="#get-connect-proxy-358" class="nav-item">Get Connect Proxy</a></li><li class="nav-level-2"><a href="#get-connect-proxy-path-359" class="nav-item">Get Connect Proxy Path</a></li><li class="nav-level-2"><a href="#get-proxy-360" class="nav-item">Get Proxy</a></li><li class="nav-level-2"><a href="#get-proxy-path-361" class="nav-item">Get Proxy Path</a></li><li class="nav-level-2"><a href="#head-connect-proxy-362" class="nav-item">Head Connect Proxy</a></li><li class="nav-level-2"><a href="#head-connect-proxy-path-363" class="nav-item">Head Connect Proxy Path</a></li><li class="nav-level-2"><a href="#replace-connect-proxy-364" class="nav-item">Replace Connect Proxy</a></li><li class="nav-level-2"><a href="#replace-connect-proxy-path-365" class="nav-item">Replace Connect Proxy Path</a></li><li class="nav-level-2"><a href="#replace-proxy-366" class="nav-item">Replace Proxy</a></li><li class="nav-level-2"><a href="#replace-proxy-path-367" class="nav-item">Replace Proxy Path</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#persistentvolume-v1" class="nav-item">PersistentVolume v1</a></li><ul id="persistentvolume-v1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--368" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--368-nav" style="display: none;"><li class="nav-level-2"><a href="#create-369" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-370" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-371" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-372" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-373" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--374" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--374-nav" style="display: none;"><li class="nav-level-2"><a href="#read-375" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-376" class="nav-item">List</a></li><li class="nav-level-2"><a href="#watch-377" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-378" class="nav-item">Watch List</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-status-operations-strong--379" class="nav-item"><strong>Status Operations</strong></a></li><ul id="-strong-status-operations-strong--379-nav" style="display: none;"><li class="nav-level-2"><a href="#patch-status-380" class="nav-item">Patch Status</a></li><li class="nav-level-2"><a href="#read-status-381" class="nav-item">Read Status</a></li><li class="nav-level-2"><a href="#replace-status-382" class="nav-item">Replace Status</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#resourcequota-v1" class="nav-item">ResourceQuota v1</a></li><ul id="resourcequota-v1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--383" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--383-nav" style="display: none;"><li class="nav-level-2"><a href="#create-384" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-385" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-386" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-387" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-388" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--389" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--389-nav" style="display: none;"><li class="nav-level-2"><a href="#read-390" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-391" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-392" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-393" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-394" class="nav-item">Watch List All Namespaces</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#role-v1alpha1" class="nav-item">Role v1alpha1</a></li><ul id="role-v1alpha1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--395" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--395-nav" style="display: none;"><li class="nav-level-2"><a href="#create-396" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-397" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-398" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-399" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-400" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--401" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--401-nav" style="display: none;"><li class="nav-level-2"><a href="#read-402" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-403" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-404" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-405" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-406" class="nav-item">Watch List All Namespaces</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#rolebinding-v1alpha1" class="nav-item">RoleBinding v1alpha1</a></li><ul id="rolebinding-v1alpha1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--407" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--407-nav" style="display: none;"><li class="nav-level-2"><a href="#create-408" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-409" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-410" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-411" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-412" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--413" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--413-nav" style="display: none;"><li class="nav-level-2"><a href="#read-414" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-415" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-416" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-417" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-418" class="nav-item">Watch List</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-419" class="nav-item">Watch List All Namespaces</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#selfsubjectaccessreview-v1beta1" class="nav-item">SelfSubjectAccessReview v1beta1</a></li><ul id="selfsubjectaccessreview-v1beta1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--420" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--420-nav" style="display: none;"><li class="nav-level-2"><a href="#create-421" class="nav-item">Create</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#serviceaccount-v1" class="nav-item">ServiceAccount v1</a></li><ul id="serviceaccount-v1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--422" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--422-nav" style="display: none;"><li class="nav-level-2"><a href="#create-423" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-424" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-425" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-426" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-427" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--428" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--428-nav" style="display: none;"><li class="nav-level-2"><a href="#read-429" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-430" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-431" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-432" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-433" class="nav-item">Watch List</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-434" class="nav-item">Watch List All Namespaces</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#subjectaccessreview-v1beta1" class="nav-item">SubjectAccessReview v1beta1</a></li><ul id="subjectaccessreview-v1beta1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--435" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--435-nav" style="display: none;"><li class="nav-level-2"><a href="#create-436" class="nav-item">Create</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#tokenreview-v1beta1" class="nav-item">TokenReview v1beta1</a></li><ul id="tokenreview-v1beta1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--437" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--437-nav" style="display: none;"><li class="nav-level-2"><a href="#create-438" class="nav-item">Create</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#networkpolicy-v1beta1" class="nav-item">NetworkPolicy v1beta1</a></li><ul id="networkpolicy-v1beta1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--439" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--439-nav" style="display: none;"><li class="nav-level-2"><a href="#create-440" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-441" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-442" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-443" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-444" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--445" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--445-nav" style="display: none;"><li class="nav-level-2"><a href="#read-446" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-447" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-448" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-449" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-450" class="nav-item">Watch List All Namespaces</a></li></ul></ul></ul></ul><ul><li class="nav-level-1 strong-nav"><a href="#-strong-definitions-strong-" class="nav-item"><strong>DEFINITIONS</strong></a></li><ul id="-strong-definitions-strong--nav" style="display: none;"><li class="nav-level-2"><a href="#apigroup-unversioned" class="nav-item">APIGroup unversioned</a></li><li class="nav-level-2"><a href="#apiresource-unversioned" class="nav-item">APIResource unversioned</a></li><li class="nav-level-2"><a href="#apiversion-v1beta1" class="nav-item">APIVersion v1beta1</a></li><li class="nav-level-2"><a href="#apiversions-unversioned" class="nav-item">APIVersions unversioned</a></li><li class="nav-level-2"><a href="#attachedvolume-v1" class="nav-item">AttachedVolume v1</a></li><li class="nav-level-2"><a href="#cputargetutilization-v1beta1" class="nav-item">CPUTargetUtilization v1beta1</a></li><li class="nav-level-2"><a href="#capabilities-v1" class="nav-item">Capabilities v1</a></li><li class="nav-level-2"><a href="#certificatesigningrequestcondition-v1alpha1" class="nav-item">CertificateSigningRequestCondition v1alpha1</a></li><li class="nav-level-2"><a href="#componentcondition-v1" class="nav-item">ComponentCondition v1</a></li><li class="nav-level-2"><a href="#configmapkeyselector-v1" class="nav-item">ConfigMapKeySelector v1</a></li><li class="nav-level-2"><a href="#containerimage-v1" class="nav-item">ContainerImage v1</a></li><li class="nav-level-2"><a href="#containerport-v1" class="nav-item">ContainerPort v1</a></li><li class="nav-level-2"><a href="#containerstate-v1" class="nav-item">ContainerState v1</a></li><li class="nav-level-2"><a href="#containerstaterunning-v1" class="nav-item">ContainerStateRunning v1</a></li><li class="nav-level-2"><a href="#containerstateterminated-v1" class="nav-item">ContainerStateTerminated v1</a></li><li class="nav-level-2"><a href="#containerstatewaiting-v1" class="nav-item">ContainerStateWaiting v1</a></li><li class="nav-level-2"><a href="#crossversionobjectreference-v1" class="nav-item">CrossVersionObjectReference v1</a></li><li class="nav-level-2"><a href="#daemonendpoint-v1" class="nav-item">DaemonEndpoint v1</a></li><li class="nav-level-2"><a href="#deleteoptions-v1" class="nav-item">DeleteOptions v1</a></li><li class="nav-level-2"><a href="#deploymentcondition-v1beta1" class="nav-item">DeploymentCondition v1beta1</a></li><li class="nav-level-2"><a href="#endpointaddress-v1" class="nav-item">EndpointAddress v1</a></li><li class="nav-level-2"><a href="#endpointport-v1" class="nav-item">EndpointPort v1</a></li><li class="nav-level-2"><a href="#endpointsubset-v1" class="nav-item">EndpointSubset v1</a></li><li class="nav-level-2"><a href="#envvar-v1" class="nav-item">EnvVar v1</a></li><li class="nav-level-2"><a href="#envvarsource-v1" class="nav-item">EnvVarSource v1</a></li><li class="nav-level-2"><a href="#eventsource-v1" class="nav-item">EventSource v1</a></li><li class="nav-level-2"><a href="#eviction-v1beta1" class="nav-item">Eviction v1beta1</a></li><li class="nav-level-2"><a href="#execaction-v1" class="nav-item">ExecAction v1</a></li><li class="nav-level-2"><a href="#groupversionfordiscovery-unversioned" class="nav-item">GroupVersionForDiscovery unversioned</a></li><li class="nav-level-2"><a href="#httpgetaction-v1" class="nav-item">HTTPGetAction v1</a></li><li class="nav-level-2"><a href="#httpheader-v1" class="nav-item">HTTPHeader v1</a></li><li class="nav-level-2"><a href="#handler-v1" class="nav-item">Handler v1</a></li><li class="nav-level-2"><a href="#info-version" class="nav-item">Info version</a></li><li class="nav-level-2"><a href="#ingressbackend-v1beta1" class="nav-item">IngressBackend v1beta1</a></li><li class="nav-level-2"><a href="#ingressrule-v1beta1" class="nav-item">IngressRule v1beta1</a></li><li class="nav-level-2"><a href="#ingresstls-v1beta1" class="nav-item">IngressTLS v1beta1</a></li><li class="nav-level-2"><a href="#intorstring-intstr" class="nav-item">IntOrString intstr</a></li><li class="nav-level-2"><a href="#jobcondition-v1" class="nav-item">JobCondition v1</a></li><li class="nav-level-2"><a href="#jobtemplatespec-v2alpha1" class="nav-item">JobTemplateSpec v2alpha1</a></li><li class="nav-level-2"><a href="#labelselector-unversioned" class="nav-item">LabelSelector unversioned</a></li><li class="nav-level-2"><a href="#labelselectorrequirement-unversioned" class="nav-item">LabelSelectorRequirement unversioned</a></li><li class="nav-level-2"><a href="#lifecycle-v1" class="nav-item">Lifecycle v1</a></li><li class="nav-level-2"><a href="#limitrangeitem-v1" class="nav-item">LimitRangeItem v1</a></li><li class="nav-level-2"><a href="#listmeta-unversioned" class="nav-item">ListMeta unversioned</a></li><li class="nav-level-2"><a href="#loadbalanceringress-v1" class="nav-item">LoadBalancerIngress v1</a></li><li class="nav-level-2"><a href="#loadbalancerstatus-v1" class="nav-item">LoadBalancerStatus v1</a></li><li class="nav-level-2"><a href="#localobjectreference-v1" class="nav-item">LocalObjectReference v1</a></li><li class="nav-level-2"><a href="#networkpolicyingressrule-v1beta1" class="nav-item">NetworkPolicyIngressRule v1beta1</a></li><li class="nav-level-2"><a href="#networkpolicypeer-v1beta1" class="nav-item">NetworkPolicyPeer v1beta1</a></li><li class="nav-level-2"><a href="#networkpolicyport-v1beta1" class="nav-item">NetworkPolicyPort v1beta1</a></li><li class="nav-level-2"><a href="#nodeaddress-v1" class="nav-item">NodeAddress v1</a></li><li class="nav-level-2"><a href="#nodecondition-v1" class="nav-item">NodeCondition v1</a></li><li class="nav-level-2"><a href="#nodedaemonendpoints-v1" class="nav-item">NodeDaemonEndpoints v1</a></li><li class="nav-level-2"><a href="#nodesysteminfo-v1" class="nav-item">NodeSystemInfo v1</a></li><li class="nav-level-2"><a href="#nonresourceattributes-v1beta1" class="nav-item">NonResourceAttributes v1beta1</a></li><li class="nav-level-2"><a href="#objectfieldselector-v1" class="nav-item">ObjectFieldSelector v1</a></li><li class="nav-level-2"><a href="#objectmeta-v1" class="nav-item">ObjectMeta v1</a></li><li class="nav-level-2"><a href="#objectreference-v1" class="nav-item">ObjectReference v1</a></li><li class="nav-level-2"><a href="#ownerreference-v1" class="nav-item">OwnerReference v1</a></li><li class="nav-level-2"><a href="#patch-unversioned" class="nav-item">Patch unversioned</a></li><li class="nav-level-2"><a href="#podcondition-v1" class="nav-item">PodCondition v1</a></li><li class="nav-level-2"><a href="#podsecuritycontext-v1" class="nav-item">PodSecurityContext v1</a></li><li class="nav-level-2"><a href="#policyrule-v1alpha1" class="nav-item">PolicyRule v1alpha1</a></li><li class="nav-level-2"><a href="#preconditions-v1" class="nav-item">Preconditions v1</a></li><li class="nav-level-2"><a href="#probe-v1" class="nav-item">Probe v1</a></li><li class="nav-level-2"><a href="#quantity-resource" class="nav-item">Quantity resource</a></li><li class="nav-level-2"><a href="#rawextension-runtime" class="nav-item">RawExtension runtime</a></li><li class="nav-level-2"><a href="#replicasetcondition-v1beta1" class="nav-item">ReplicaSetCondition v1beta1</a></li><li class="nav-level-2"><a href="#replicationcontrollercondition-v1" class="nav-item">ReplicationControllerCondition v1</a></li><li class="nav-level-2"><a href="#resourceattributes-v1beta1" class="nav-item">ResourceAttributes v1beta1</a></li><li class="nav-level-2"><a href="#resourcefieldselector-v1" class="nav-item">ResourceFieldSelector v1</a></li><li class="nav-level-2"><a href="#resourcerequirements-v1" class="nav-item">ResourceRequirements v1</a></li><li class="nav-level-2"><a href="#roleref-v1alpha1" class="nav-item">RoleRef v1alpha1</a></li><li class="nav-level-2"><a href="#rollbackconfig-v1beta1" class="nav-item">RollbackConfig v1beta1</a></li><li class="nav-level-2"><a href="#selinuxoptions-v1" class="nav-item">SELinuxOptions v1</a></li><li class="nav-level-2"><a href="#scale-v1" class="nav-item">Scale v1</a></li><li class="nav-level-2"><a href="#secretkeyselector-v1" class="nav-item">SecretKeySelector v1</a></li><li class="nav-level-2"><a href="#securitycontext-v1" class="nav-item">SecurityContext v1</a></li><li class="nav-level-2"><a href="#serveraddressbyclientcidr-unversioned" class="nav-item">ServerAddressByClientCIDR unversioned</a></li><li class="nav-level-2"><a href="#serviceport-v1" class="nav-item">ServicePort v1</a></li><li class="nav-level-2"><a href="#status-unversioned" class="nav-item">Status unversioned</a></li><li class="nav-level-2"><a href="#statuscause-unversioned" class="nav-item">StatusCause unversioned</a></li><li class="nav-level-2"><a href="#statusdetails-unversioned" class="nav-item">StatusDetails unversioned</a></li><li class="nav-level-2"><a href="#subject-v1alpha1" class="nav-item">Subject v1alpha1</a></li><li class="nav-level-2"><a href="#subresourcereference-v1beta1" class="nav-item">SubresourceReference v1beta1</a></li><li class="nav-level-2"><a href="#tcpsocketaction-v1" class="nav-item">TCPSocketAction v1</a></li><li class="nav-level-2"><a href="#time-unversioned" class="nav-item">Time unversioned</a></li><li class="nav-level-2"><a href="#userinfo-v1beta1" class="nav-item">UserInfo v1beta1</a></li><li class="nav-level-2"><a href="#volumemount-v1" class="nav-item">VolumeMount v1</a></li></ul></ul><ul><li class="nav-level-1 strong-nav"><a href="#-strong-old-api-versions-strong-" class="nav-item"><strong>OLD API VERSIONS</strong></a></li></ul><ul><li class="nav-level-1"><a href="#event-versioned" class="nav-item">Event versioned</a></li></ul><ul><li class="nav-level-1"><a href="#horizontalpodautoscaler-v1beta1" class="nav-item">HorizontalPodAutoscaler v1beta1</a></li><ul id="horizontalpodautoscaler-v1beta1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--451" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--451-nav" style="display: none;"><li class="nav-level-2"><a href="#create-452" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-453" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-454" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-455" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-456" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--457" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--457-nav" style="display: none;"><li class="nav-level-2"><a href="#read-458" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-459" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-460" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-461" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-462" class="nav-item">Watch List</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-463" class="nav-item">Watch List All Namespaces</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-status-operations-strong--464" class="nav-item"><strong>Status Operations</strong></a></li><ul id="-strong-status-operations-strong--464-nav" style="display: none;"><li class="nav-level-2"><a href="#patch-status-465" class="nav-item">Patch Status</a></li><li class="nav-level-2"><a href="#read-status-466" class="nav-item">Read Status</a></li><li class="nav-level-2"><a href="#replace-status-467" class="nav-item">Replace Status</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#job-v1beta1" class="nav-item">Job v1beta1</a></li><ul id="job-v1beta1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--468" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--468-nav" style="display: none;"><li class="nav-level-2"><a href="#create-469" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-470" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-471" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-472" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-473" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--474" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--474-nav" style="display: none;"><li class="nav-level-2"><a href="#read-475" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-476" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-477" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-478" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-479" class="nav-item">Watch List</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-480" class="nav-item">Watch List All Namespaces</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-status-operations-strong--481" class="nav-item"><strong>Status Operations</strong></a></li><ul id="-strong-status-operations-strong--481-nav" style="display: none;"><li class="nav-level-2"><a href="#patch-status-482" class="nav-item">Patch Status</a></li><li class="nav-level-2"><a href="#read-status-483" class="nav-item">Read Status</a></li><li class="nav-level-2"><a href="#replace-status-484" class="nav-item">Replace Status</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#job-v2alpha1" class="nav-item">Job v2alpha1</a></li><ul id="job-v2alpha1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--485" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--485-nav" style="display: none;"><li class="nav-level-2"><a href="#create-486" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-487" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-488" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-489" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-490" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--491" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--491-nav" style="display: none;"><li class="nav-level-2"><a href="#read-492" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-493" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-494" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-495" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-496" class="nav-item">Watch List All Namespaces</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#jobcondition-v1beta1" class="nav-item">JobCondition v1beta1</a></li></ul><ul><li class="nav-level-1"><a href="#jobcondition-v2alpha1" class="nav-item">JobCondition v2alpha1</a></li></ul><ul><li class="nav-level-1"><a href="#scale-v1beta1" class="nav-item">Scale v1beta1</a></li></ul><br/><div class="copyright"><a href="https://github.com/kubernetes/kubernetes">Copyright 2016 The Kubernetes Authors.</a></div></div> +<div id="sidebar-wrapper" class="side-nav side-bar-nav"><ul><li class="nav-level-1 strong-nav"><a href="#-strong-api-overview-strong-" class="nav-item"><strong>API OVERVIEW</strong></a></li><ul id="-strong-api-overview-strong--nav" style="display: none;"><li class="nav-level-2"><a href="#resource-categories" class="nav-item">Resource Categories</a></li><li class="nav-level-2"><a href="#resource-objects" class="nav-item">Resource Objects</a></li><li class="nav-level-2"><a href="#resource-operations" class="nav-item">Resource Operations</a></li></ul></ul><ul><li class="nav-level-1 strong-nav"><a href="#-strong-workloads-strong-" class="nav-item"><strong>WORKLOADS</strong></a></li></ul><ul><li class="nav-level-1"><a href="#container-v1" class="nav-item">Container v1</a></li></ul><ul><li class="nav-level-1"><a href="#cronjob-v2alpha1" class="nav-item">CronJob v2alpha1</a></li><ul id="cronjob-v2alpha1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong-" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--nav" style="display: none;"><li class="nav-level-2"><a href="#create" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-1" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong-" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--nav" style="display: none;"><li class="nav-level-2"><a href="#read-2" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list" class="nav-item">Watch List</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces" class="nav-item">Watch List All Namespaces</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-status-operations-strong-" class="nav-item"><strong>Status Operations</strong></a></li><ul id="-strong-status-operations-strong--nav" style="display: none;"><li class="nav-level-2"><a href="#patch-status" class="nav-item">Patch Status</a></li><li class="nav-level-2"><a href="#read-status" class="nav-item">Read Status</a></li><li class="nav-level-2"><a href="#replace-status" class="nav-item">Replace Status</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#daemonset-v1beta1" class="nav-item">DaemonSet v1beta1</a></li><ul id="daemonset-v1beta1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--3" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--3-nav" style="display: none;"><li class="nav-level-2"><a href="#create-4" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-5" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-6" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-7" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-8" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--9" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--9-nav" style="display: none;"><li class="nav-level-2"><a href="#read-10" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-11" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-12" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-13" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-14" class="nav-item">Watch List All Namespaces</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-status-operations-strong--15" class="nav-item"><strong>Status Operations</strong></a></li><ul id="-strong-status-operations-strong--15-nav" style="display: none;"><li class="nav-level-2"><a href="#patch-status-16" class="nav-item">Patch Status</a></li><li class="nav-level-2"><a href="#read-status-17" class="nav-item">Read Status</a></li><li class="nav-level-2"><a href="#replace-status-18" class="nav-item">Replace Status</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#deployment-v1beta1" class="nav-item">Deployment v1beta1</a></li><ul id="deployment-v1beta1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--19" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--19-nav" style="display: none;"><li class="nav-level-2"><a href="#create-20" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-21" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-22" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-23" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-24" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--25" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--25-nav" style="display: none;"><li class="nav-level-2"><a href="#read-26" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-27" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-28" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-29" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-30" class="nav-item">Watch List</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-31" class="nav-item">Watch List All Namespaces</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-status-operations-strong--32" class="nav-item"><strong>Status Operations</strong></a></li><ul id="-strong-status-operations-strong--32-nav" style="display: none;"><li class="nav-level-2"><a href="#patch-status-33" class="nav-item">Patch Status</a></li><li class="nav-level-2"><a href="#read-status-34" class="nav-item">Read Status</a></li><li class="nav-level-2"><a href="#replace-status-35" class="nav-item">Replace Status</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-misc-operations-strong-" class="nav-item"><strong>Misc Operations</strong></a></li><ul id="-strong-misc-operations-strong--nav" style="display: none;"><li class="nav-level-2"><a href="#read-scale" class="nav-item">Read Scale</a></li><li class="nav-level-2"><a href="#replace-scale" class="nav-item">Replace Scale</a></li><li class="nav-level-2"><a href="#patch-scale" class="nav-item">Patch Scale</a></li><li class="nav-level-2"><a href="#rollback" class="nav-item">Rollback</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#job-v1" class="nav-item">Job v1</a></li><ul id="job-v1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--36" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--36-nav" style="display: none;"><li class="nav-level-2"><a href="#create-37" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-38" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-39" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-40" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-41" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--42" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--42-nav" style="display: none;"><li class="nav-level-2"><a href="#read-43" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-44" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-45" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-46" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-47" class="nav-item">Watch List</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-48" class="nav-item">Watch List All Namespaces</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#pod-v1" class="nav-item">Pod v1</a></li><ul id="pod-v1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--49" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--49-nav" style="display: none;"><li class="nav-level-2"><a href="#create-50" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-51" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-52" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-53" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-54" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--55" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--55-nav" style="display: none;"><li class="nav-level-2"><a href="#read-56" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-57" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-58" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-59" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-60" class="nav-item">Watch List</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-61" class="nav-item">Watch List All Namespaces</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-proxy-operations-strong-" class="nav-item"><strong>Proxy Operations</strong></a></li><ul id="-strong-proxy-operations-strong--nav" style="display: none;"><li class="nav-level-2"><a href="#create-connect-portforward" class="nav-item">Create Connect Portforward</a></li><li class="nav-level-2"><a href="#create-connect-proxy" class="nav-item">Create Connect Proxy</a></li><li class="nav-level-2"><a href="#create-connect-proxy-path" class="nav-item">Create Connect Proxy Path</a></li><li class="nav-level-2"><a href="#create-proxy" class="nav-item">Create Proxy</a></li><li class="nav-level-2"><a href="#create-proxy-path" class="nav-item">Create Proxy Path</a></li><li class="nav-level-2"><a href="#delete-connect-proxy" class="nav-item">Delete Connect Proxy</a></li><li class="nav-level-2"><a href="#delete-connect-proxy-path" class="nav-item">Delete Connect Proxy Path</a></li><li class="nav-level-2"><a href="#delete-proxy" class="nav-item">Delete Proxy</a></li><li class="nav-level-2"><a href="#delete-proxy-path" class="nav-item">Delete Proxy Path</a></li><li class="nav-level-2"><a href="#get-connect-portforward" class="nav-item">Get Connect Portforward</a></li><li class="nav-level-2"><a href="#get-connect-proxy" class="nav-item">Get Connect Proxy</a></li><li class="nav-level-2"><a href="#get-connect-proxy-path" class="nav-item">Get Connect Proxy Path</a></li><li class="nav-level-2"><a href="#get-proxy" class="nav-item">Get Proxy</a></li><li class="nav-level-2"><a href="#get-proxy-path" class="nav-item">Get Proxy Path</a></li><li class="nav-level-2"><a href="#head-connect-proxy" class="nav-item">Head Connect Proxy</a></li><li class="nav-level-2"><a href="#head-connect-proxy-path" class="nav-item">Head Connect Proxy Path</a></li><li class="nav-level-2"><a href="#replace-connect-proxy" class="nav-item">Replace Connect Proxy</a></li><li class="nav-level-2"><a href="#replace-connect-proxy-path" class="nav-item">Replace Connect Proxy Path</a></li><li class="nav-level-2"><a href="#replace-proxy" class="nav-item">Replace Proxy</a></li><li class="nav-level-2"><a href="#replace-proxy-path" class="nav-item">Replace Proxy Path</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-misc-operations-strong--62" class="nav-item"><strong>Misc Operations</strong></a></li><ul id="-strong-misc-operations-strong--62-nav" style="display: none;"><li class="nav-level-2"><a href="#read-log" class="nav-item">Read Log</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#replicaset-v1beta1" class="nav-item">ReplicaSet v1beta1</a></li><ul id="replicaset-v1beta1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--63" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--63-nav" style="display: none;"><li class="nav-level-2"><a href="#create-64" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-65" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-66" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-67" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-68" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--69" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--69-nav" style="display: none;"><li class="nav-level-2"><a href="#read-70" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-71" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-72" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-73" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-74" class="nav-item">Watch List</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-75" class="nav-item">Watch List All Namespaces</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-misc-operations-strong--76" class="nav-item"><strong>Misc Operations</strong></a></li><ul id="-strong-misc-operations-strong--76-nav" style="display: none;"><li class="nav-level-2"><a href="#read-scale-77" class="nav-item">Read Scale</a></li><li class="nav-level-2"><a href="#replace-scale-78" class="nav-item">Replace Scale</a></li><li class="nav-level-2"><a href="#patch-scale-79" class="nav-item">Patch Scale</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#replicationcontroller-v1" class="nav-item">ReplicationController v1</a></li><ul id="replicationcontroller-v1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--80" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--80-nav" style="display: none;"><li class="nav-level-2"><a href="#create-81" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-82" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-83" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-84" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-85" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--86" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--86-nav" style="display: none;"><li class="nav-level-2"><a href="#read-87" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-88" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-89" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-90" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-91" class="nav-item">Watch List All Namespaces</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#statefulset-v1beta1" class="nav-item">StatefulSet v1beta1</a></li><ul id="statefulset-v1beta1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--92" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--92-nav" style="display: none;"><li class="nav-level-2"><a href="#create-93" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-94" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-95" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-96" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-97" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--98" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--98-nav" style="display: none;"><li class="nav-level-2"><a href="#read-99" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-100" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-101" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-102" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-103" class="nav-item">Watch List</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-104" class="nav-item">Watch List All Namespaces</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-status-operations-strong--105" class="nav-item"><strong>Status Operations</strong></a></li><ul id="-strong-status-operations-strong--105-nav" style="display: none;"><li class="nav-level-2"><a href="#patch-status-106" class="nav-item">Patch Status</a></li><li class="nav-level-2"><a href="#read-status-107" class="nav-item">Read Status</a></li><li class="nav-level-2"><a href="#replace-status-108" class="nav-item">Replace Status</a></li></ul></ul></ul></ul><ul><li class="nav-level-1 strong-nav"><a href="#-strong-discovery-load-balancing-strong-" class="nav-item"><strong>DISCOVERY & LOAD BALANCING</strong></a></li></ul><ul><li class="nav-level-1"><a href="#endpoints-v1" class="nav-item">Endpoints v1</a></li><ul id="endpoints-v1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--109" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--109-nav" style="display: none;"><li class="nav-level-2"><a href="#create-110" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-111" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-112" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-113" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-114" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--115" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--115-nav" style="display: none;"><li class="nav-level-2"><a href="#read-116" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-117" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-118" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-119" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-120" class="nav-item">Watch List</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-121" class="nav-item">Watch List All Namespaces</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#ingress-v1beta1" class="nav-item">Ingress v1beta1</a></li><ul id="ingress-v1beta1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--122" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--122-nav" style="display: none;"><li class="nav-level-2"><a href="#create-123" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-124" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-125" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-126" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-127" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--128" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--128-nav" style="display: none;"><li class="nav-level-2"><a href="#read-129" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-130" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-131" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-132" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-133" class="nav-item">Watch List All Namespaces</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#service-v1" class="nav-item">Service v1</a></li><ul id="service-v1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--134" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--134-nav" style="display: none;"><li class="nav-level-2"><a href="#create-135" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-136" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-137" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-138" class="nav-item">Delete</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--139" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--139-nav" style="display: none;"><li class="nav-level-2"><a href="#read-140" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-141" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-142" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-143" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-144" class="nav-item">Watch List All Namespaces</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-status-operations-strong--145" class="nav-item"><strong>Status Operations</strong></a></li><ul id="-strong-status-operations-strong--145-nav" style="display: none;"><li class="nav-level-2"><a href="#patch-status-146" class="nav-item">Patch Status</a></li><li class="nav-level-2"><a href="#read-status-147" class="nav-item">Read Status</a></li><li class="nav-level-2"><a href="#replace-status-148" class="nav-item">Replace Status</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-proxy-operations-strong--149" class="nav-item"><strong>Proxy Operations</strong></a></li><ul id="-strong-proxy-operations-strong--149-nav" style="display: none;"><li class="nav-level-2"><a href="#create-connect-proxy-150" class="nav-item">Create Connect Proxy</a></li><li class="nav-level-2"><a href="#create-connect-proxy-path-151" class="nav-item">Create Connect Proxy Path</a></li><li class="nav-level-2"><a href="#create-proxy-152" class="nav-item">Create Proxy</a></li><li class="nav-level-2"><a href="#create-proxy-path-153" class="nav-item">Create Proxy Path</a></li><li class="nav-level-2"><a href="#delete-connect-proxy-154" class="nav-item">Delete Connect Proxy</a></li><li class="nav-level-2"><a href="#delete-connect-proxy-path-155" class="nav-item">Delete Connect Proxy Path</a></li><li class="nav-level-2"><a href="#delete-proxy-156" class="nav-item">Delete Proxy</a></li><li class="nav-level-2"><a href="#delete-proxy-path-157" class="nav-item">Delete Proxy Path</a></li><li class="nav-level-2"><a href="#get-connect-proxy-158" class="nav-item">Get Connect Proxy</a></li><li class="nav-level-2"><a href="#get-connect-proxy-path-159" class="nav-item">Get Connect Proxy Path</a></li><li class="nav-level-2"><a href="#get-proxy-160" class="nav-item">Get Proxy</a></li><li class="nav-level-2"><a href="#get-proxy-path-161" class="nav-item">Get Proxy Path</a></li><li class="nav-level-2"><a href="#head-connect-proxy-162" class="nav-item">Head Connect Proxy</a></li><li class="nav-level-2"><a href="#head-connect-proxy-path-163" class="nav-item">Head Connect Proxy Path</a></li><li class="nav-level-2"><a href="#replace-connect-proxy-164" class="nav-item">Replace Connect Proxy</a></li><li class="nav-level-2"><a href="#replace-connect-proxy-path-165" class="nav-item">Replace Connect Proxy Path</a></li><li class="nav-level-2"><a href="#replace-proxy-166" class="nav-item">Replace Proxy</a></li><li class="nav-level-2"><a href="#replace-proxy-path-167" class="nav-item">Replace Proxy Path</a></li></ul></ul></ul></ul><ul><li class="nav-level-1 strong-nav"><a href="#-strong-config-storage-strong-" class="nav-item"><strong>CONFIG & STORAGE</strong></a></li></ul><ul><li class="nav-level-1"><a href="#configmap-v1" class="nav-item">ConfigMap v1</a></li><ul id="configmap-v1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--168" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--168-nav" style="display: none;"><li class="nav-level-2"><a href="#create-169" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-170" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-171" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-172" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-173" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--174" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--174-nav" style="display: none;"><li class="nav-level-2"><a href="#read-175" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-176" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-177" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-178" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-179" class="nav-item">Watch List All Namespaces</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#secret-v1" class="nav-item">Secret v1</a></li><ul id="secret-v1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--180" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--180-nav" style="display: none;"><li class="nav-level-2"><a href="#create-181" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-182" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-183" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-184" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-185" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--186" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--186-nav" style="display: none;"><li class="nav-level-2"><a href="#read-187" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-188" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-189" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-190" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-191" class="nav-item">Watch List</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-192" class="nav-item">Watch List All Namespaces</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#persistentvolumeclaim-v1" class="nav-item">PersistentVolumeClaim v1</a></li><ul id="persistentvolumeclaim-v1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--193" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--193-nav" style="display: none;"><li class="nav-level-2"><a href="#create-194" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-195" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-196" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-197" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-198" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--199" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--199-nav" style="display: none;"><li class="nav-level-2"><a href="#read-200" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-201" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-202" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-203" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-204" class="nav-item">Watch List All Namespaces</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-status-operations-strong--205" class="nav-item"><strong>Status Operations</strong></a></li><ul id="-strong-status-operations-strong--205-nav" style="display: none;"><li class="nav-level-2"><a href="#patch-status-206" class="nav-item">Patch Status</a></li><li class="nav-level-2"><a href="#read-status-207" class="nav-item">Read Status</a></li><li class="nav-level-2"><a href="#replace-status-208" class="nav-item">Replace Status</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#storageclass-v1beta1" class="nav-item">StorageClass v1beta1</a></li><ul id="storageclass-v1beta1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--209" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--209-nav" style="display: none;"><li class="nav-level-2"><a href="#create-210" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-211" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-212" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-213" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-214" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--215" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--215-nav" style="display: none;"><li class="nav-level-2"><a href="#read-216" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-217" class="nav-item">List</a></li><li class="nav-level-2"><a href="#watch-218" class="nav-item">Watch</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#volume-v1" class="nav-item">Volume v1</a></li></ul><ul><li class="nav-level-1 strong-nav"><a href="#-strong-metadata-strong-" class="nav-item"><strong>METADATA</strong></a></li></ul><ul><li class="nav-level-1"><a href="#event-v1" class="nav-item">Event v1</a></li><ul id="event-v1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--219" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--219-nav" style="display: none;"><li class="nav-level-2"><a href="#create-220" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-221" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-222" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-223" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-224" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--225" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--225-nav" style="display: none;"><li class="nav-level-2"><a href="#read-226" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-227" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-228" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-229" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-230" class="nav-item">Watch List All Namespaces</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#limitrange-v1" class="nav-item">LimitRange v1</a></li><ul id="limitrange-v1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--231" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--231-nav" style="display: none;"><li class="nav-level-2"><a href="#create-232" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-233" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-234" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-235" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-236" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--237" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--237-nav" style="display: none;"><li class="nav-level-2"><a href="#read-238" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-239" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-240" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-241" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-242" class="nav-item">Watch List All Namespaces</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#horizontalpodautoscaler-v1" class="nav-item">HorizontalPodAutoscaler v1</a></li><ul id="horizontalpodautoscaler-v1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--243" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--243-nav" style="display: none;"><li class="nav-level-2"><a href="#create-244" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-245" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-246" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-247" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-248" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--249" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--249-nav" style="display: none;"><li class="nav-level-2"><a href="#read-250" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-251" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-252" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-253" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-254" class="nav-item">Watch List All Namespaces</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#podtemplate-v1" class="nav-item">PodTemplate v1</a></li><ul id="podtemplate-v1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--255" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--255-nav" style="display: none;"><li class="nav-level-2"><a href="#create-256" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-257" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-258" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-259" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-260" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--261" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--261-nav" style="display: none;"><li class="nav-level-2"><a href="#read-262" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-263" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-264" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-265" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-266" class="nav-item">Watch List All Namespaces</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#poddisruptionbudget-v1beta1" class="nav-item">PodDisruptionBudget v1beta1</a></li><ul id="poddisruptionbudget-v1beta1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--267" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--267-nav" style="display: none;"><li class="nav-level-2"><a href="#create-268" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-269" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-270" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-271" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-272" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--273" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--273-nav" style="display: none;"><li class="nav-level-2"><a href="#read-274" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-275" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-276" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-277" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-278" class="nav-item">Watch List All Namespaces</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#thirdpartyresource-v1beta1" class="nav-item">ThirdPartyResource v1beta1</a></li><ul id="thirdpartyresource-v1beta1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--279" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--279-nav" style="display: none;"><li class="nav-level-2"><a href="#create-280" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-281" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-282" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-283" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-284" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--285" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--285-nav" style="display: none;"><li class="nav-level-2"><a href="#read-286" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-287" class="nav-item">List</a></li><li class="nav-level-2"><a href="#watch-288" class="nav-item">Watch</a></li></ul></ul></ul></ul><ul><li class="nav-level-1 strong-nav"><a href="#-strong-cluster-strong-" class="nav-item"><strong>CLUSTER</strong></a></li></ul><ul><li class="nav-level-1"><a href="#binding-v1" class="nav-item">Binding v1</a></li><ul id="binding-v1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--289" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--289-nav" style="display: none;"><li class="nav-level-2"><a href="#create-290" class="nav-item">Create</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#certificatesigningrequest-v1alpha1" class="nav-item">CertificateSigningRequest v1alpha1</a></li><ul id="certificatesigningrequest-v1alpha1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--291" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--291-nav" style="display: none;"><li class="nav-level-2"><a href="#create-292" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-293" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-294" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-295" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-296" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--297" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--297-nav" style="display: none;"><li class="nav-level-2"><a href="#read-298" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-299" class="nav-item">List</a></li><li class="nav-level-2"><a href="#watch-300" class="nav-item">Watch</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#clusterrole-v1alpha1" class="nav-item">ClusterRole v1alpha1</a></li><ul id="clusterrole-v1alpha1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--301" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--301-nav" style="display: none;"><li class="nav-level-2"><a href="#create-302" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-303" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-304" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-305" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-306" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--307" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--307-nav" style="display: none;"><li class="nav-level-2"><a href="#read-308" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-309" class="nav-item">List</a></li><li class="nav-level-2"><a href="#watch-310" class="nav-item">Watch</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#clusterrolebinding-v1alpha1" class="nav-item">ClusterRoleBinding v1alpha1</a></li><ul id="clusterrolebinding-v1alpha1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--311" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--311-nav" style="display: none;"><li class="nav-level-2"><a href="#create-312" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-313" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-314" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-315" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-316" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--317" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--317-nav" style="display: none;"><li class="nav-level-2"><a href="#read-318" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-319" class="nav-item">List</a></li><li class="nav-level-2"><a href="#watch-320" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-321" class="nav-item">Watch List</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#componentstatus-v1" class="nav-item">ComponentStatus v1</a></li><ul id="componentstatus-v1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--322" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--322-nav" style="display: none;"><li class="nav-level-2"><a href="#read-323" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-324" class="nav-item">List</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#localsubjectaccessreview-v1beta1" class="nav-item">LocalSubjectAccessReview v1beta1</a></li><ul id="localsubjectaccessreview-v1beta1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--325" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--325-nav" style="display: none;"><li class="nav-level-2"><a href="#create-326" class="nav-item">Create</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#namespace-v1" class="nav-item">Namespace v1</a></li><ul id="namespace-v1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--327" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--327-nav" style="display: none;"><li class="nav-level-2"><a href="#create-328" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-329" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-330" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-331" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-332" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--333" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--333-nav" style="display: none;"><li class="nav-level-2"><a href="#read-334" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-335" class="nav-item">List</a></li><li class="nav-level-2"><a href="#watch-336" class="nav-item">Watch</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#node-v1" class="nav-item">Node v1</a></li><ul id="node-v1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--337" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--337-nav" style="display: none;"><li class="nav-level-2"><a href="#create-338" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-339" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-340" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-341" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-342" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--343" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--343-nav" style="display: none;"><li class="nav-level-2"><a href="#read-344" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-345" class="nav-item">List</a></li><li class="nav-level-2"><a href="#watch-346" class="nav-item">Watch</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-proxy-operations-strong--347" class="nav-item"><strong>Proxy Operations</strong></a></li><ul id="-strong-proxy-operations-strong--347-nav" style="display: none;"><li class="nav-level-2"><a href="#create-connect-proxy-348" class="nav-item">Create Connect Proxy</a></li><li class="nav-level-2"><a href="#create-connect-proxy-path-349" class="nav-item">Create Connect Proxy Path</a></li><li class="nav-level-2"><a href="#create-proxy-350" class="nav-item">Create Proxy</a></li><li class="nav-level-2"><a href="#create-proxy-path-351" class="nav-item">Create Proxy Path</a></li><li class="nav-level-2"><a href="#delete-connect-proxy-352" class="nav-item">Delete Connect Proxy</a></li><li class="nav-level-2"><a href="#delete-connect-proxy-path-353" class="nav-item">Delete Connect Proxy Path</a></li><li class="nav-level-2"><a href="#delete-proxy-354" class="nav-item">Delete Proxy</a></li><li class="nav-level-2"><a href="#delete-proxy-path-355" class="nav-item">Delete Proxy Path</a></li><li class="nav-level-2"><a href="#get-connect-proxy-356" class="nav-item">Get Connect Proxy</a></li><li class="nav-level-2"><a href="#get-connect-proxy-path-357" class="nav-item">Get Connect Proxy Path</a></li><li class="nav-level-2"><a href="#get-proxy-358" class="nav-item">Get Proxy</a></li><li class="nav-level-2"><a href="#get-proxy-path-359" class="nav-item">Get Proxy Path</a></li><li class="nav-level-2"><a href="#head-connect-proxy-360" class="nav-item">Head Connect Proxy</a></li><li class="nav-level-2"><a href="#head-connect-proxy-path-361" class="nav-item">Head Connect Proxy Path</a></li><li class="nav-level-2"><a href="#replace-connect-proxy-362" class="nav-item">Replace Connect Proxy</a></li><li class="nav-level-2"><a href="#replace-connect-proxy-path-363" class="nav-item">Replace Connect Proxy Path</a></li><li class="nav-level-2"><a href="#replace-proxy-364" class="nav-item">Replace Proxy</a></li><li class="nav-level-2"><a href="#replace-proxy-path-365" class="nav-item">Replace Proxy Path</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#persistentvolume-v1" class="nav-item">PersistentVolume v1</a></li><ul id="persistentvolume-v1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--366" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--366-nav" style="display: none;"><li class="nav-level-2"><a href="#create-367" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-368" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-369" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-370" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-371" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--372" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--372-nav" style="display: none;"><li class="nav-level-2"><a href="#read-373" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-374" class="nav-item">List</a></li><li class="nav-level-2"><a href="#watch-375" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-376" class="nav-item">Watch List</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-status-operations-strong--377" class="nav-item"><strong>Status Operations</strong></a></li><ul id="-strong-status-operations-strong--377-nav" style="display: none;"><li class="nav-level-2"><a href="#patch-status-378" class="nav-item">Patch Status</a></li><li class="nav-level-2"><a href="#read-status-379" class="nav-item">Read Status</a></li><li class="nav-level-2"><a href="#replace-status-380" class="nav-item">Replace Status</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#resourcequota-v1" class="nav-item">ResourceQuota v1</a></li><ul id="resourcequota-v1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--381" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--381-nav" style="display: none;"><li class="nav-level-2"><a href="#create-382" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-383" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-384" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-385" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-386" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--387" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--387-nav" style="display: none;"><li class="nav-level-2"><a href="#read-388" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-389" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-390" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-391" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-392" class="nav-item">Watch List All Namespaces</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-status-operations-strong--393" class="nav-item"><strong>Status Operations</strong></a></li><ul id="-strong-status-operations-strong--393-nav" style="display: none;"><li class="nav-level-2"><a href="#patch-status-394" class="nav-item">Patch Status</a></li><li class="nav-level-2"><a href="#read-status-395" class="nav-item">Read Status</a></li><li class="nav-level-2"><a href="#replace-status-396" class="nav-item">Replace Status</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#role-v1alpha1" class="nav-item">Role v1alpha1</a></li><ul id="role-v1alpha1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--397" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--397-nav" style="display: none;"><li class="nav-level-2"><a href="#create-398" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-399" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-400" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-401" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-402" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--403" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--403-nav" style="display: none;"><li class="nav-level-2"><a href="#read-404" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-405" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-406" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-407" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-408" class="nav-item">Watch List</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-409" class="nav-item">Watch List All Namespaces</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#rolebinding-v1alpha1" class="nav-item">RoleBinding v1alpha1</a></li><ul id="rolebinding-v1alpha1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--410" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--410-nav" style="display: none;"><li class="nav-level-2"><a href="#create-411" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-412" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-413" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-414" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-415" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--416" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--416-nav" style="display: none;"><li class="nav-level-2"><a href="#read-417" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-418" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-419" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-420" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-421" class="nav-item">Watch List</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-422" class="nav-item">Watch List All Namespaces</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#selfsubjectaccessreview-v1beta1" class="nav-item">SelfSubjectAccessReview v1beta1</a></li><ul id="selfsubjectaccessreview-v1beta1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--423" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--423-nav" style="display: none;"><li class="nav-level-2"><a href="#create-424" class="nav-item">Create</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#serviceaccount-v1" class="nav-item">ServiceAccount v1</a></li><ul id="serviceaccount-v1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--425" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--425-nav" style="display: none;"><li class="nav-level-2"><a href="#create-426" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-427" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-428" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-429" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-430" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--431" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--431-nav" style="display: none;"><li class="nav-level-2"><a href="#read-432" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-433" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-434" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-435" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-436" class="nav-item">Watch List</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-437" class="nav-item">Watch List All Namespaces</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#subjectaccessreview-v1beta1" class="nav-item">SubjectAccessReview v1beta1</a></li><ul id="subjectaccessreview-v1beta1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--438" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--438-nav" style="display: none;"><li class="nav-level-2"><a href="#create-439" class="nav-item">Create</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#tokenreview-v1beta1" class="nav-item">TokenReview v1beta1</a></li><ul id="tokenreview-v1beta1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--440" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--440-nav" style="display: none;"><li class="nav-level-2"><a href="#create-441" class="nav-item">Create</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#networkpolicy-v1beta1" class="nav-item">NetworkPolicy v1beta1</a></li><ul id="networkpolicy-v1beta1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--442" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--442-nav" style="display: none;"><li class="nav-level-2"><a href="#create-443" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-444" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-445" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-446" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-447" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--448" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--448-nav" style="display: none;"><li class="nav-level-2"><a href="#read-449" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-450" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-451" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-452" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-453" class="nav-item">Watch List All Namespaces</a></li></ul></ul></ul></ul><ul><li class="nav-level-1 strong-nav"><a href="#-strong-definitions-strong-" class="nav-item"><strong>DEFINITIONS</strong></a></li><ul id="-strong-definitions-strong--nav" style="display: none;"><li class="nav-level-2"><a href="#apigroup-unversioned" class="nav-item">APIGroup unversioned</a></li><li class="nav-level-2"><a href="#apiresource-unversioned" class="nav-item">APIResource unversioned</a></li><li class="nav-level-2"><a href="#apiversion-v1beta1" class="nav-item">APIVersion v1beta1</a></li><li class="nav-level-2"><a href="#apiversions-unversioned" class="nav-item">APIVersions unversioned</a></li><li class="nav-level-2"><a href="#awselasticblockstorevolumesource-v1" class="nav-item">AWSElasticBlockStoreVolumeSource v1</a></li><li class="nav-level-2"><a href="#attachedvolume-v1" class="nav-item">AttachedVolume v1</a></li><li class="nav-level-2"><a href="#azurediskvolumesource-v1" class="nav-item">AzureDiskVolumeSource v1</a></li><li class="nav-level-2"><a href="#azurefilevolumesource-v1" class="nav-item">AzureFileVolumeSource v1</a></li><li class="nav-level-2"><a href="#cputargetutilization-v1beta1" class="nav-item">CPUTargetUtilization v1beta1</a></li><li class="nav-level-2"><a href="#capabilities-v1" class="nav-item">Capabilities v1</a></li><li class="nav-level-2"><a href="#cephfsvolumesource-v1" class="nav-item">CephFSVolumeSource v1</a></li><li class="nav-level-2"><a href="#certificatesigningrequestcondition-v1alpha1" class="nav-item">CertificateSigningRequestCondition v1alpha1</a></li><li class="nav-level-2"><a href="#cindervolumesource-v1" class="nav-item">CinderVolumeSource v1</a></li><li class="nav-level-2"><a href="#componentcondition-v1" class="nav-item">ComponentCondition v1</a></li><li class="nav-level-2"><a href="#configmapkeyselector-v1" class="nav-item">ConfigMapKeySelector v1</a></li><li class="nav-level-2"><a href="#configmapvolumesource-v1" class="nav-item">ConfigMapVolumeSource v1</a></li><li class="nav-level-2"><a href="#containerimage-v1" class="nav-item">ContainerImage v1</a></li><li class="nav-level-2"><a href="#containerport-v1" class="nav-item">ContainerPort v1</a></li><li class="nav-level-2"><a href="#containerstate-v1" class="nav-item">ContainerState v1</a></li><li class="nav-level-2"><a href="#containerstaterunning-v1" class="nav-item">ContainerStateRunning v1</a></li><li class="nav-level-2"><a href="#containerstateterminated-v1" class="nav-item">ContainerStateTerminated v1</a></li><li class="nav-level-2"><a href="#containerstatewaiting-v1" class="nav-item">ContainerStateWaiting v1</a></li><li class="nav-level-2"><a href="#crossversionobjectreference-v1" class="nav-item">CrossVersionObjectReference v1</a></li><li class="nav-level-2"><a href="#daemonendpoint-v1" class="nav-item">DaemonEndpoint v1</a></li><li class="nav-level-2"><a href="#deleteoptions-v1" class="nav-item">DeleteOptions v1</a></li><li class="nav-level-2"><a href="#deploymentcondition-v1beta1" class="nav-item">DeploymentCondition v1beta1</a></li><li class="nav-level-2"><a href="#downwardapivolumefile-v1" class="nav-item">DownwardAPIVolumeFile v1</a></li><li class="nav-level-2"><a href="#downwardapivolumesource-v1" class="nav-item">DownwardAPIVolumeSource v1</a></li><li class="nav-level-2"><a href="#emptydirvolumesource-v1" class="nav-item">EmptyDirVolumeSource v1</a></li><li class="nav-level-2"><a href="#endpointaddress-v1" class="nav-item">EndpointAddress v1</a></li><li class="nav-level-2"><a href="#endpointport-v1" class="nav-item">EndpointPort v1</a></li><li class="nav-level-2"><a href="#endpointsubset-v1" class="nav-item">EndpointSubset v1</a></li><li class="nav-level-2"><a href="#envvar-v1" class="nav-item">EnvVar v1</a></li><li class="nav-level-2"><a href="#envvarsource-v1" class="nav-item">EnvVarSource v1</a></li><li class="nav-level-2"><a href="#eventsource-v1" class="nav-item">EventSource v1</a></li><li class="nav-level-2"><a href="#eviction-v1beta1" class="nav-item">Eviction v1beta1</a></li><li class="nav-level-2"><a href="#execaction-v1" class="nav-item">ExecAction v1</a></li><li class="nav-level-2"><a href="#fcvolumesource-v1" class="nav-item">FCVolumeSource v1</a></li><li class="nav-level-2"><a href="#flexvolumesource-v1" class="nav-item">FlexVolumeSource v1</a></li><li class="nav-level-2"><a href="#flockervolumesource-v1" class="nav-item">FlockerVolumeSource v1</a></li><li class="nav-level-2"><a href="#gcepersistentdiskvolumesource-v1" class="nav-item">GCEPersistentDiskVolumeSource v1</a></li><li class="nav-level-2"><a href="#gitrepovolumesource-v1" class="nav-item">GitRepoVolumeSource v1</a></li><li class="nav-level-2"><a href="#glusterfsvolumesource-v1" class="nav-item">GlusterfsVolumeSource v1</a></li><li class="nav-level-2"><a href="#groupversionfordiscovery-unversioned" class="nav-item">GroupVersionForDiscovery unversioned</a></li><li class="nav-level-2"><a href="#httpgetaction-v1" class="nav-item">HTTPGetAction v1</a></li><li class="nav-level-2"><a href="#httpheader-v1" class="nav-item">HTTPHeader v1</a></li><li class="nav-level-2"><a href="#httpingresspath-v1beta1" class="nav-item">HTTPIngressPath v1beta1</a></li><li class="nav-level-2"><a href="#httpingressrulevalue-v1beta1" class="nav-item">HTTPIngressRuleValue v1beta1</a></li><li class="nav-level-2"><a href="#handler-v1" class="nav-item">Handler v1</a></li><li class="nav-level-2"><a href="#hostpathvolumesource-v1" class="nav-item">HostPathVolumeSource v1</a></li><li class="nav-level-2"><a href="#iscsivolumesource-v1" class="nav-item">ISCSIVolumeSource v1</a></li><li class="nav-level-2"><a href="#info-version" class="nav-item">Info version</a></li><li class="nav-level-2"><a href="#ingressbackend-v1beta1" class="nav-item">IngressBackend v1beta1</a></li><li class="nav-level-2"><a href="#ingressrule-v1beta1" class="nav-item">IngressRule v1beta1</a></li><li class="nav-level-2"><a href="#ingresstls-v1beta1" class="nav-item">IngressTLS v1beta1</a></li><li class="nav-level-2"><a href="#intorstring-intstr" class="nav-item">IntOrString intstr</a></li><li class="nav-level-2"><a href="#jobcondition-v1" class="nav-item">JobCondition v1</a></li><li class="nav-level-2"><a href="#jobtemplatespec-v2alpha1" class="nav-item">JobTemplateSpec v2alpha1</a></li><li class="nav-level-2"><a href="#keytopath-v1" class="nav-item">KeyToPath v1</a></li><li class="nav-level-2"><a href="#labelselector-unversioned" class="nav-item">LabelSelector unversioned</a></li><li class="nav-level-2"><a href="#labelselectorrequirement-unversioned" class="nav-item">LabelSelectorRequirement unversioned</a></li><li class="nav-level-2"><a href="#lifecycle-v1" class="nav-item">Lifecycle v1</a></li><li class="nav-level-2"><a href="#limitrangeitem-v1" class="nav-item">LimitRangeItem v1</a></li><li class="nav-level-2"><a href="#listmeta-unversioned" class="nav-item">ListMeta unversioned</a></li><li class="nav-level-2"><a href="#loadbalanceringress-v1" class="nav-item">LoadBalancerIngress v1</a></li><li class="nav-level-2"><a href="#loadbalancerstatus-v1" class="nav-item">LoadBalancerStatus v1</a></li><li class="nav-level-2"><a href="#localobjectreference-v1" class="nav-item">LocalObjectReference v1</a></li><li class="nav-level-2"><a href="#nfsvolumesource-v1" class="nav-item">NFSVolumeSource v1</a></li><li class="nav-level-2"><a href="#networkpolicyingressrule-v1beta1" class="nav-item">NetworkPolicyIngressRule v1beta1</a></li><li class="nav-level-2"><a href="#networkpolicypeer-v1beta1" class="nav-item">NetworkPolicyPeer v1beta1</a></li><li class="nav-level-2"><a href="#networkpolicyport-v1beta1" class="nav-item">NetworkPolicyPort v1beta1</a></li><li class="nav-level-2"><a href="#nodeaddress-v1" class="nav-item">NodeAddress v1</a></li><li class="nav-level-2"><a href="#nodecondition-v1" class="nav-item">NodeCondition v1</a></li><li class="nav-level-2"><a href="#nodedaemonendpoints-v1" class="nav-item">NodeDaemonEndpoints v1</a></li><li class="nav-level-2"><a href="#nodesysteminfo-v1" class="nav-item">NodeSystemInfo v1</a></li><li class="nav-level-2"><a href="#nonresourceattributes-v1beta1" class="nav-item">NonResourceAttributes v1beta1</a></li><li class="nav-level-2"><a href="#objectfieldselector-v1" class="nav-item">ObjectFieldSelector v1</a></li><li class="nav-level-2"><a href="#objectmeta-v1" class="nav-item">ObjectMeta v1</a></li><li class="nav-level-2"><a href="#objectreference-v1" class="nav-item">ObjectReference v1</a></li><li class="nav-level-2"><a href="#ownerreference-v1" class="nav-item">OwnerReference v1</a></li><li class="nav-level-2"><a href="#patch-unversioned" class="nav-item">Patch unversioned</a></li><li class="nav-level-2"><a href="#persistentvolumeclaimvolumesource-v1" class="nav-item">PersistentVolumeClaimVolumeSource v1</a></li><li class="nav-level-2"><a href="#photonpersistentdiskvolumesource-v1" class="nav-item">PhotonPersistentDiskVolumeSource v1</a></li><li class="nav-level-2"><a href="#podcondition-v1" class="nav-item">PodCondition v1</a></li><li class="nav-level-2"><a href="#podsecuritycontext-v1" class="nav-item">PodSecurityContext v1</a></li><li class="nav-level-2"><a href="#policyrule-v1alpha1" class="nav-item">PolicyRule v1alpha1</a></li><li class="nav-level-2"><a href="#preconditions-v1" class="nav-item">Preconditions v1</a></li><li class="nav-level-2"><a href="#probe-v1" class="nav-item">Probe v1</a></li><li class="nav-level-2"><a href="#quantity-resource" class="nav-item">Quantity resource</a></li><li class="nav-level-2"><a href="#quobytevolumesource-v1" class="nav-item">QuobyteVolumeSource v1</a></li><li class="nav-level-2"><a href="#rbdvolumesource-v1" class="nav-item">RBDVolumeSource v1</a></li><li class="nav-level-2"><a href="#rawextension-runtime" class="nav-item">RawExtension runtime</a></li><li class="nav-level-2"><a href="#replicasetcondition-v1beta1" class="nav-item">ReplicaSetCondition v1beta1</a></li><li class="nav-level-2"><a href="#replicationcontrollercondition-v1" class="nav-item">ReplicationControllerCondition v1</a></li><li class="nav-level-2"><a href="#resourceattributes-v1beta1" class="nav-item">ResourceAttributes v1beta1</a></li><li class="nav-level-2"><a href="#resourcefieldselector-v1" class="nav-item">ResourceFieldSelector v1</a></li><li class="nav-level-2"><a href="#resourcerequirements-v1" class="nav-item">ResourceRequirements v1</a></li><li class="nav-level-2"><a href="#roleref-v1alpha1" class="nav-item">RoleRef v1alpha1</a></li><li class="nav-level-2"><a href="#rollbackconfig-v1beta1" class="nav-item">RollbackConfig v1beta1</a></li><li class="nav-level-2"><a href="#selinuxoptions-v1" class="nav-item">SELinuxOptions v1</a></li><li class="nav-level-2"><a href="#scale-v1" class="nav-item">Scale v1</a></li><li class="nav-level-2"><a href="#secretkeyselector-v1" class="nav-item">SecretKeySelector v1</a></li><li class="nav-level-2"><a href="#secretvolumesource-v1" class="nav-item">SecretVolumeSource v1</a></li><li class="nav-level-2"><a href="#securitycontext-v1" class="nav-item">SecurityContext v1</a></li><li class="nav-level-2"><a href="#serveraddressbyclientcidr-unversioned" class="nav-item">ServerAddressByClientCIDR unversioned</a></li><li class="nav-level-2"><a href="#serviceport-v1" class="nav-item">ServicePort v1</a></li><li class="nav-level-2"><a href="#status-unversioned" class="nav-item">Status unversioned</a></li><li class="nav-level-2"><a href="#statuscause-unversioned" class="nav-item">StatusCause unversioned</a></li><li class="nav-level-2"><a href="#statusdetails-unversioned" class="nav-item">StatusDetails unversioned</a></li><li class="nav-level-2"><a href="#subject-v1alpha1" class="nav-item">Subject v1alpha1</a></li><li class="nav-level-2"><a href="#subresourcereference-v1beta1" class="nav-item">SubresourceReference v1beta1</a></li><li class="nav-level-2"><a href="#tcpsocketaction-v1" class="nav-item">TCPSocketAction v1</a></li><li class="nav-level-2"><a href="#time-unversioned" class="nav-item">Time unversioned</a></li><li class="nav-level-2"><a href="#userinfo-v1beta1" class="nav-item">UserInfo v1beta1</a></li><li class="nav-level-2"><a href="#volumemount-v1" class="nav-item">VolumeMount v1</a></li><li class="nav-level-2"><a href="#vspherevirtualdiskvolumesource-v1" class="nav-item">VsphereVirtualDiskVolumeSource v1</a></li></ul></ul><ul><li class="nav-level-1 strong-nav"><a href="#-strong-old-api-versions-strong-" class="nav-item"><strong>OLD API VERSIONS</strong></a></li></ul><ul><li class="nav-level-1"><a href="#event-versioned" class="nav-item">Event versioned</a></li></ul><ul><li class="nav-level-1"><a href="#horizontalpodautoscaler-v1beta1" class="nav-item">HorizontalPodAutoscaler v1beta1</a></li><ul id="horizontalpodautoscaler-v1beta1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--454" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--454-nav" style="display: none;"><li class="nav-level-2"><a href="#create-455" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-456" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-457" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-458" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-459" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--460" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--460-nav" style="display: none;"><li class="nav-level-2"><a href="#read-461" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-462" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-463" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-464" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-465" class="nav-item">Watch List All Namespaces</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#job-v1beta1" class="nav-item">Job v1beta1</a></li><ul id="job-v1beta1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--466" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--466-nav" style="display: none;"><li class="nav-level-2"><a href="#create-467" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-468" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-469" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-470" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-471" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--472" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--472-nav" style="display: none;"><li class="nav-level-2"><a href="#read-473" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-474" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-475" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-476" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-477" class="nav-item">Watch List All Namespaces</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#job-v2alpha1" class="nav-item">Job v2alpha1</a></li><ul id="job-v2alpha1-nav" style="display: none;"><ul><li class="nav-level-2 strong-nav"><a href="#-strong-write-operations-strong--478" class="nav-item"><strong>Write Operations</strong></a></li><ul id="-strong-write-operations-strong--478-nav" style="display: none;"><li class="nav-level-2"><a href="#create-479" class="nav-item">Create</a></li><li class="nav-level-2"><a href="#replace-480" class="nav-item">Replace</a></li><li class="nav-level-2"><a href="#patch-481" class="nav-item">Patch</a></li><li class="nav-level-2"><a href="#delete-482" class="nav-item">Delete</a></li><li class="nav-level-2"><a href="#delete-collection-483" class="nav-item">Delete Collection</a></li></ul></ul><ul><li class="nav-level-2 strong-nav"><a href="#-strong-read-operations-strong--484" class="nav-item"><strong>Read Operations</strong></a></li><ul id="-strong-read-operations-strong--484-nav" style="display: none;"><li class="nav-level-2"><a href="#read-485" class="nav-item">Read</a></li><li class="nav-level-2"><a href="#list-486" class="nav-item">List</a></li><li class="nav-level-2"><a href="#list-all-namespaces-487" class="nav-item">List All Namespaces</a></li><li class="nav-level-2"><a href="#watch-488" class="nav-item">Watch</a></li><li class="nav-level-2"><a href="#watch-list-all-namespaces-489" class="nav-item">Watch List All Namespaces</a></li></ul></ul></ul></ul><ul><li class="nav-level-1"><a href="#jobcondition-v1beta1" class="nav-item">JobCondition v1beta1</a></li></ul><ul><li class="nav-level-1"><a href="#jobcondition-v2alpha1" class="nav-item">JobCondition v2alpha1</a></li></ul><ul><li class="nav-level-1"><a href="#scale-v1beta1" class="nav-item">Scale v1beta1</a></li></ul><br/><div class="copyright"><a href="https://github.com/kubernetes/kubernetes">Copyright 2016 The Kubernetes Authors.</a></div></div> <div id="wrapper"> <div id="code-tabs-wrapper" class="code-tabs"><ul class="code-tab-list"><li class="code-tab" id="kubectl">kubectl</li><li class="code-tab" id="curl">curl</li></ul></div> <div id="page-content-wrapper" class="body-content container-fluid"><h1 id="-strong-api-overview-strong-"><strong>API OVERVIEW</strong></h1> @@ -294,6 +294,14 @@ Appears In <a href="#cronjoblist-v2alpha1">CronJobList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -373,10 +381,18 @@ Appears In <a href="#cronjob-v2alpha1">CronJob</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#cronjob-v2alpha1">CronJob</a> array</em></td> <td>Items is the list of CronJob.</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -425,13 +441,24 @@ Appears In <a href="#cronjob-v2alpha1">CronJob</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -506,13 +533,24 @@ Appears In <a href="#cronjob-v2alpha1">CronJob</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -587,13 +625,24 @@ Appears In <a href="#cronjob-v2alpha1">CronJob</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -668,10 +717,6 @@ Appears In <a href="#cronjob-v2alpha1">CronJob</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -684,8 +729,8 @@ Appears In <a href="#cronjob-v2alpha1">CronJob</a> </aside> </thead> <tbody> <tr> -<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> -<td></td> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> </tr> <tr> <td>gracePeriodSeconds</td> @@ -697,6 +742,21 @@ Appears In <a href="#cronjob-v2alpha1">CronJob</a> </aside> </tr> </tbody> </table> +<h3 id="body-parameters">Body Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> +<td></td> +</tr> +</tbody> +</table> <h3 id="response">Response</h3> <table> <thead> @@ -753,10 +813,6 @@ Appears In <a href="#cronjob-v2alpha1">CronJob</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -769,6 +825,10 @@ Appears In <a href="#cronjob-v2alpha1">CronJob</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -852,10 +912,6 @@ Appears In <a href="#cronjob-v2alpha1">CronJob</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -868,6 +924,10 @@ Appears In <a href="#cronjob-v2alpha1">CronJob</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>exact</td> <td>Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'</td> </tr> @@ -933,10 +993,6 @@ Appears In <a href="#cronjob-v2alpha1">CronJob</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -949,6 +1005,10 @@ Appears In <a href="#cronjob-v2alpha1">CronJob</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -1013,7 +1073,7 @@ Appears In <a href="#cronjob-v2alpha1">CronJob</a> </aside> <p>list or watch objects of kind CronJob</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /apis/batch/v2alpha1/cronjobs</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -1101,6 +1161,25 @@ Appears In <a href="#cronjob-v2alpha1">CronJob</a> </aside> </thead> <tbody> <tr> +<td>name</td> +<td>name of the CronJob</td> +</tr> +<tr> +<td>namespace</td> +<td>object name and auth scope, such as for teams and projects</td> +</tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -1109,13 +1188,98 @@ Appears In <a href="#cronjob-v2alpha1">CronJob</a> </aside> <td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> </tr> <tr> -<td>name</td> -<td>name of the CronJob</td> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> </tr> <tr> +<td>resourceVersion</td> +<td>When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.</td> +</tr> +<tr> +<td>timeoutSeconds</td> +<td>Timeout for the list/watch call.</td> +</tr> +<tr> +<td>watch</td> +<td>Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.</td> +</tr> +</tbody> +</table> +<h3 id="response">Response</h3> +<table> +<thead> +<tr> +<th>Code</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>200 <br /> <em><a href="#event-versioned">Event</a></em></td> +<td>OK</td> +</tr> +</tbody> +</table> +<h2 id="watch-list">Watch List</h2> +<blockquote class="code-block kubectl"> +<p> <code>kubectl</code> Command</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> +</blockquote> +<pre class="code-block curl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block kubectl"> +<p> Output</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> Response Body</p> +</blockquote> +<pre class="code-block curl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<p>watch individual changes to a list of CronJob</p> +<h3 id="http-request">HTTP Request</h3> +<p><code>GET /apis/batch/v2alpha1/watch/namespaces/{namespace}/cronjobs</code></p> +<h3 id="path-parameters">Path Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fieldSelector</td> +<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> +</tr> +<tr> +<td>labelSelector</td> +<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> +</tr> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> @@ -1177,7 +1341,7 @@ Appears In <a href="#cronjob-v2alpha1">CronJob</a> </aside> <p>watch individual changes to a list of CronJob</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /apis/batch/v2alpha1/watch/cronjobs</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -1227,6 +1391,269 @@ Appears In <a href="#cronjob-v2alpha1">CronJob</a> </aside> </tr> </tbody> </table> +<h2 id="-strong-status-operations-strong-"><strong>Status Operations</strong></h2> +<p>See supported operations below...</p> +<h2 id="patch-status">Patch Status</h2> +<blockquote class="code-block kubectl"> +<p> <code>kubectl</code> Command</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> +</blockquote> +<pre class="code-block curl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block kubectl"> +<p> Output</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> Response Body</p> +</blockquote> +<pre class="code-block curl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<p>partially update status of the specified CronJob</p> +<h3 id="http-request">HTTP Request</h3> +<p><code>PATCH /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}/status</code></p> +<h3 id="path-parameters">Path Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>name</td> +<td>name of the CronJob</td> +</tr> +<tr> +<td>namespace</td> +<td>object name and auth scope, such as for teams and projects</td> +</tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +</tbody> +</table> +<h3 id="body-parameters">Body Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>body <br /> <em><a href="#patch-unversioned">Patch</a></em></td> +<td></td> +</tr> +</tbody> +</table> +<h3 id="response">Response</h3> +<table> +<thead> +<tr> +<th>Code</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>200 <br /> <em><a href="#cronjob-v2alpha1">CronJob</a></em></td> +<td>OK</td> +</tr> +</tbody> +</table> +<h2 id="read-status">Read Status</h2> +<blockquote class="code-block kubectl"> +<p> <code>kubectl</code> Command</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> +</blockquote> +<pre class="code-block curl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block kubectl"> +<p> Output</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> Response Body</p> +</blockquote> +<pre class="code-block curl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<p>read status of the specified CronJob</p> +<h3 id="http-request">HTTP Request</h3> +<p><code>GET /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}/status</code></p> +<h3 id="path-parameters">Path Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>name</td> +<td>name of the CronJob</td> +</tr> +<tr> +<td>namespace</td> +<td>object name and auth scope, such as for teams and projects</td> +</tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +</tbody> +</table> +<h3 id="response">Response</h3> +<table> +<thead> +<tr> +<th>Code</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>200 <br /> <em><a href="#cronjob-v2alpha1">CronJob</a></em></td> +<td>OK</td> +</tr> +</tbody> +</table> +<h2 id="replace-status">Replace Status</h2> +<blockquote class="code-block kubectl"> +<p> <code>kubectl</code> Command</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> +</blockquote> +<pre class="code-block curl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block kubectl"> +<p> Output</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> Response Body</p> +</blockquote> +<pre class="code-block curl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<p>replace status of the specified CronJob</p> +<h3 id="http-request">HTTP Request</h3> +<p><code>PUT /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}/status</code></p> +<h3 id="path-parameters">Path Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>name</td> +<td>name of the CronJob</td> +</tr> +<tr> +<td>namespace</td> +<td>object name and auth scope, such as for teams and projects</td> +</tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +</tbody> +</table> +<h3 id="body-parameters">Body Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>body <br /> <em><a href="#cronjob-v2alpha1">CronJob</a></em></td> +<td></td> +</tr> +</tbody> +</table> +<h3 id="response">Response</h3> +<table> +<thead> +<tr> +<th>Code</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>200 <br /> <em><a href="#cronjob-v2alpha1">CronJob</a></em></td> +<td>OK</td> +</tr> +</tbody> +</table> <hr> <h1 id="daemonset-v1beta1">DaemonSet v1beta1</h1> <blockquote class="code-block kubectl"> @@ -1318,6 +1745,14 @@ Appears In <a href="#daemonsetlist-v1beta1">DaemonSetList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -1393,10 +1828,18 @@ Appears In <a href="#daemonset-v1beta1">DaemonSet</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#daemonset-v1beta1">DaemonSet</a> array</em></td> <td>Items is a list of daemon sets.</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -1548,13 +1991,24 @@ spec: <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -1629,13 +2083,24 @@ spec: <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -1710,13 +2175,24 @@ spec: <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -1801,10 +2277,6 @@ orphanDependents: <span class="hljs-literal">false</span> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -1817,8 +2289,8 @@ orphanDependents: <span class="hljs-literal">false</span> </thead> <tbody> <tr> -<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> -<td></td> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> </tr> <tr> <td>gracePeriodSeconds</td> @@ -1830,6 +2302,21 @@ orphanDependents: <span class="hljs-literal">false</span> </tr> </tbody> </table> +<h3 id="body-parameters">Body Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> +<td></td> +</tr> +</tbody> +</table> <h3 id="response">Response</h3> <table> <thead> @@ -1886,10 +2373,6 @@ orphanDependents: <span class="hljs-literal">false</span> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -1902,6 +2385,10 @@ orphanDependents: <span class="hljs-literal">false</span> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -1984,10 +2471,6 @@ $ curl -X GET http:<span class="hljs-regexp">//</span><span class="hljs-number"> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -2000,6 +2483,10 @@ $ curl -X GET http:<span class="hljs-regexp">//</span><span class="hljs-number"> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>exact</td> <td>Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'</td> </tr> @@ -2065,10 +2552,6 @@ $ curl -X GET http:<span class="hljs-regexp">//</span><span class="hljs-number"> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -2081,6 +2564,10 @@ $ curl -X GET http:<span class="hljs-regexp">//</span><span class="hljs-number"> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -2145,7 +2632,7 @@ $ curl -X GET http:<span class="hljs-regexp">//</span><span class="hljs-number"> <p>list or watch objects of kind DaemonSet</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /apis/extensions/v1beta1/daemonsets</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -2233,14 +2720,6 @@ $ curl -X GET http:<span class="hljs-regexp">//</span><span class="hljs-number"> </thead> <tbody> <tr> -<td>fieldSelector</td> -<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> -</tr> -<tr> -<td>labelSelector</td> -<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> -</tr> -<tr> <td>name</td> <td>name of the DaemonSet</td> </tr> @@ -2248,68 +2727,9 @@ $ curl -X GET http:<span class="hljs-regexp">//</span><span class="hljs-number"> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> -<tr> -<td>resourceVersion</td> -<td>When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.</td> -</tr> -<tr> -<td>timeoutSeconds</td> -<td>Timeout for the list/watch call.</td> -</tr> -<tr> -<td>watch</td> -<td>Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.</td> -</tr> </tbody> </table> -<h3 id="response">Response</h3> -<table> -<thead> -<tr> -<th>Code</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>200 <br /> <em><a href="#event-versioned">Event</a></em></td> -<td>OK</td> -</tr> -</tbody> -</table> -<h2 id="watch-list">Watch List</h2> -<blockquote class="code-block kubectl"> -<p> <code>kubectl</code> Command</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> -</blockquote> -<pre class="code-block curl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block kubectl"> -<p> Output</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> Response Body</p> -</blockquote> -<pre class="code-block curl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<p>watch individual changes to a list of DaemonSet</p> -<h3 id="http-request">HTTP Request</h3> -<p><code>GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/daemonsets</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -2327,10 +2747,6 @@ $ curl -X GET http:<span class="hljs-regexp">//</span><span class="hljs-number"> <td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> </tr> <tr> -<td>namespace</td> -<td>object name and auth scope, such as for teams and projects</td> -</tr> -<tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> @@ -2391,7 +2807,7 @@ $ curl -X GET http:<span class="hljs-regexp">//</span><span class="hljs-number"> <p>watch individual changes to a list of DaemonSet</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /apis/extensions/v1beta1/watch/daemonsets</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -2441,9 +2857,9 @@ $ curl -X GET http:<span class="hljs-regexp">//</span><span class="hljs-number"> </tr> </tbody> </table> -<h2 id="-strong-status-operations-strong-"><strong>Status Operations</strong></h2> +<h2 id="-strong-status-operations-strong--15"><strong>Status Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="patch-status">Patch Status</h2> +<h2 id="patch-status-16">Patch Status</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -2488,13 +2904,24 @@ $ curl -X GET http:<span class="hljs-regexp">//</span><span class="hljs-number"> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -2524,7 +2951,7 @@ $ curl -X GET http:<span class="hljs-regexp">//</span><span class="hljs-number"> </tr> </tbody> </table> -<h2 id="read-status">Read Status</h2> +<h2 id="read-status-17">Read Status</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -2569,6 +2996,17 @@ $ curl -X GET http:<span class="hljs-regexp">//</span><span class="hljs-number"> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> @@ -2590,7 +3028,7 @@ $ curl -X GET http:<span class="hljs-regexp">//</span><span class="hljs-number"> </tr> </tbody> </table> -<h2 id="replace-status">Replace Status</h2> +<h2 id="replace-status-18">Replace Status</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -2635,13 +3073,24 @@ $ curl -X GET http:<span class="hljs-regexp">//</span><span class="hljs-number"> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -2685,8 +3134,8 @@ $ curl -X GET http:<span class="hljs-regexp">//</span><span class="hljs-number"> <span class="hljs-attr">spec:</span> <span class="hljs-comment"># 3 Pods should exist at all times.</span> <span class="hljs-attr"> replicas:</span> <span class="hljs-number">3</span> - <span class="hljs-comment"># Keep record of 10 revisions for rollback</span> -<span class="hljs-attr"> revisionHistoryLimit:</span> <span class="hljs-number">10</span> + <span class="hljs-comment"># Keep record of 2 revisions for rollback</span> +<span class="hljs-attr"> revisionHistoryLimit:</span> <span class="hljs-number">2</span> <span class="hljs-attr"> template:</span> <span class="hljs-attr"> metadata:</span> <span class="hljs-attr"> labels:</span> @@ -2711,8 +3160,8 @@ $ curl -X GET http:<span class="hljs-regexp">//</span><span class="hljs-number"> <span class="hljs-attr">spec:</span> <span class="hljs-comment"># 3 Pods should exist at all times.</span> <span class="hljs-attr"> replicas:</span> <span class="hljs-number">3</span> - <span class="hljs-comment"># Keep record of 10 revisions for rollback</span> -<span class="hljs-attr"> revisionHistoryLimit:</span> <span class="hljs-number">10</span> + <span class="hljs-comment"># Keep record of 2 revisions for rollback</span> +<span class="hljs-attr"> revisionHistoryLimit:</span> <span class="hljs-number">2</span> <span class="hljs-attr"> template:</span> <span class="hljs-attr"> metadata:</span> <span class="hljs-attr"> labels:</span> @@ -2754,6 +3203,14 @@ Appears In <a href="#deploymentlist-v1beta1">DeploymentList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object metadata.</td> </tr> @@ -2865,10 +3322,18 @@ Appears In <a href="#deployment-v1beta1">Deployment</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#deployment-v1beta1">Deployment</a> array</em></td> <td>Items is the list of Deployments.</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata.</td> </tr> @@ -2906,6 +3371,14 @@ Appears In <a href="#deploymentspec-v1beta1">DeploymentSpec</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>name <br /> <em>string</em></td> <td>Required: This must match the Name of a deployment.</td> </tr> @@ -2941,9 +3414,9 @@ Appears In <a href="#deploymentstrategy-v1beta1">DeploymentStrategy</a> </aside> </tr> </tbody> </table> -<h2 id="-strong-write-operations-strong--15"><strong>Write Operations</strong></h2> +<h2 id="-strong-write-operations-strong--19"><strong>Write Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="create-16">Create</h2> +<h2 id="create-20">Create</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -3081,13 +3554,24 @@ spec: <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -3117,7 +3601,7 @@ spec: </tr> </tbody> </table> -<h2 id="replace-17">Replace</h2> +<h2 id="replace-21">Replace</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -3264,13 +3748,24 @@ spec: <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -3300,7 +3795,7 @@ spec: </tr> </tbody> </table> -<h2 id="patch-18">Patch</h2> +<h2 id="patch-22">Patch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -3418,13 +3913,24 @@ $ curl -X PATCH -H 'Content-Type: application/strategic-<span class="hljs-keywor <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -3454,7 +3960,7 @@ $ curl -X PATCH -H 'Content-Type: application/strategic-<span class="hljs-keywor </tr> </tbody> </table> -<h2 id="delete-19">Delete</h2> +<h2 id="delete-23">Delete</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -3509,10 +4015,6 @@ orphanDependents: <span class="hljs-literal">false</span> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -3525,8 +4027,8 @@ orphanDependents: <span class="hljs-literal">false</span> </thead> <tbody> <tr> -<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> -<td></td> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> </tr> <tr> <td>gracePeriodSeconds</td> @@ -3538,6 +4040,21 @@ orphanDependents: <span class="hljs-literal">false</span> </tr> </tbody> </table> +<h3 id="body-parameters">Body Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> +<td></td> +</tr> +</tbody> +</table> <h3 id="response">Response</h3> <table> <thead> @@ -3553,7 +4070,7 @@ orphanDependents: <span class="hljs-literal">false</span> </tr> </tbody> </table> -<h2 id="delete-collection-20">Delete Collection</h2> +<h2 id="delete-collection-24">Delete Collection</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -3594,10 +4111,6 @@ orphanDependents: <span class="hljs-literal">false</span> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -3610,6 +4123,10 @@ orphanDependents: <span class="hljs-literal">false</span> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -3646,9 +4163,9 @@ orphanDependents: <span class="hljs-literal">false</span> </tr> </tbody> </table> -<h2 id="-strong-read-operations-strong--21"><strong>Read Operations</strong></h2> +<h2 id="-strong-read-operations-strong--25"><strong>Read Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="read-22">Read</h2> +<h2 id="read-26">Read</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -3830,10 +4347,6 @@ $ curl -X GET http:<span class="hljs-regexp">//</span><span class="hljs-number"> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -3846,6 +4359,10 @@ $ curl -X GET http:<span class="hljs-regexp">//</span><span class="hljs-number"> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>exact</td> <td>Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'</td> </tr> @@ -3870,7 +4387,7 @@ $ curl -X GET http:<span class="hljs-regexp">//</span><span class="hljs-number"> </tr> </tbody> </table> -<h2 id="list-23">List</h2> +<h2 id="list-27">List</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -4192,10 +4709,6 @@ $ kubectl <span class="hljs-keyword">get</span> deployment -o json <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -4208,6 +4721,10 @@ $ kubectl <span class="hljs-keyword">get</span> deployment -o json </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -4244,7 +4761,7 @@ $ kubectl <span class="hljs-keyword">get</span> deployment -o json </tr> </tbody> </table> -<h2 id="list-all-namespaces-24">List All Namespaces</h2> +<h2 id="list-all-namespaces-28">List All Namespaces</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -4272,7 +4789,7 @@ $ kubectl <span class="hljs-keyword">get</span> deployment -o json <p>list or watch objects of kind Deployment</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /apis/extensions/v1beta1/deployments</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -4322,7 +4839,7 @@ $ kubectl <span class="hljs-keyword">get</span> deployment -o json </tr> </tbody> </table> -<h2 id="watch-25">Watch</h2> +<h2 id="watch-29">Watch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -4507,14 +5024,6 @@ $ kubectl <span class="hljs-keyword">get</span> deployment deployment-example <s </thead> <tbody> <tr> -<td>fieldSelector</td> -<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> -</tr> -<tr> -<td>labelSelector</td> -<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> -</tr> -<tr> <td>name</td> <td>name of the Deployment</td> </tr> @@ -4522,6 +5031,25 @@ $ kubectl <span class="hljs-keyword">get</span> deployment deployment-example <s <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fieldSelector</td> +<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> +</tr> +<tr> +<td>labelSelector</td> +<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> +</tr> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> @@ -4555,7 +5083,7 @@ $ kubectl <span class="hljs-keyword">get</span> deployment deployment-example <s </tr> </tbody> </table> -<h2 id="watch-list-26">Watch List</h2> +<h2 id="watch-list-30">Watch List</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -4593,79 +5121,12 @@ $ kubectl <span class="hljs-keyword">get</span> deployment deployment-example <s </thead> <tbody> <tr> -<td>fieldSelector</td> -<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> -</tr> -<tr> -<td>labelSelector</td> -<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> -</tr> -<tr> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> -<tr> -<td>resourceVersion</td> -<td>When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.</td> -</tr> -<tr> -<td>timeoutSeconds</td> -<td>Timeout for the list/watch call.</td> -</tr> -<tr> -<td>watch</td> -<td>Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.</td> -</tr> </tbody> </table> -<h3 id="response">Response</h3> -<table> -<thead> -<tr> -<th>Code</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>200 <br /> <em><a href="#event-versioned">Event</a></em></td> -<td>OK</td> -</tr> -</tbody> -</table> -<h2 id="watch-list-all-namespaces-27">Watch List All Namespaces</h2> -<blockquote class="code-block kubectl"> -<p> <code>kubectl</code> Command</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> -</blockquote> -<pre class="code-block curl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block kubectl"> -<p> Output</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> Response Body</p> -</blockquote> -<pre class="code-block curl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<p>watch individual changes to a list of Deployment</p> -<h3 id="http-request">HTTP Request</h3> -<p><code>GET /apis/extensions/v1beta1/watch/deployments</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -4715,6 +5176,347 @@ $ kubectl <span class="hljs-keyword">get</span> deployment deployment-example <s </tr> </tbody> </table> +<h2 id="watch-list-all-namespaces-31">Watch List All Namespaces</h2> +<blockquote class="code-block kubectl"> +<p> <code>kubectl</code> Command</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> +</blockquote> +<pre class="code-block curl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block kubectl"> +<p> Output</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> Response Body</p> +</blockquote> +<pre class="code-block curl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<p>watch individual changes to a list of Deployment</p> +<h3 id="http-request">HTTP Request</h3> +<p><code>GET /apis/extensions/v1beta1/watch/deployments</code></p> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fieldSelector</td> +<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> +</tr> +<tr> +<td>labelSelector</td> +<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> +</tr> +<tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> +<td>resourceVersion</td> +<td>When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.</td> +</tr> +<tr> +<td>timeoutSeconds</td> +<td>Timeout for the list/watch call.</td> +</tr> +<tr> +<td>watch</td> +<td>Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.</td> +</tr> +</tbody> +</table> +<h3 id="response">Response</h3> +<table> +<thead> +<tr> +<th>Code</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>200 <br /> <em><a href="#event-versioned">Event</a></em></td> +<td>OK</td> +</tr> +</tbody> +</table> +<h2 id="-strong-status-operations-strong--32"><strong>Status Operations</strong></h2> +<p>See supported operations below...</p> +<h2 id="patch-status-33">Patch Status</h2> +<blockquote class="code-block kubectl"> +<p> <code>kubectl</code> Command</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> +</blockquote> +<pre class="code-block curl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block kubectl"> +<p> Output</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> Response Body</p> +</blockquote> +<pre class="code-block curl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<p>partially update status of the specified Deployment</p> +<h3 id="http-request">HTTP Request</h3> +<p><code>PATCH /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status</code></p> +<h3 id="path-parameters">Path Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>name</td> +<td>name of the Deployment</td> +</tr> +<tr> +<td>namespace</td> +<td>object name and auth scope, such as for teams and projects</td> +</tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +</tbody> +</table> +<h3 id="body-parameters">Body Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>body <br /> <em><a href="#patch-unversioned">Patch</a></em></td> +<td></td> +</tr> +</tbody> +</table> +<h3 id="response">Response</h3> +<table> +<thead> +<tr> +<th>Code</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>200 <br /> <em><a href="#deployment-v1beta1">Deployment</a></em></td> +<td>OK</td> +</tr> +</tbody> +</table> +<h2 id="read-status-34">Read Status</h2> +<blockquote class="code-block kubectl"> +<p> <code>kubectl</code> Command</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> +</blockquote> +<pre class="code-block curl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block kubectl"> +<p> Output</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> Response Body</p> +</blockquote> +<pre class="code-block curl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<p>read status of the specified Deployment</p> +<h3 id="http-request">HTTP Request</h3> +<p><code>GET /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status</code></p> +<h3 id="path-parameters">Path Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>name</td> +<td>name of the Deployment</td> +</tr> +<tr> +<td>namespace</td> +<td>object name and auth scope, such as for teams and projects</td> +</tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +</tbody> +</table> +<h3 id="response">Response</h3> +<table> +<thead> +<tr> +<th>Code</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>200 <br /> <em><a href="#deployment-v1beta1">Deployment</a></em></td> +<td>OK</td> +</tr> +</tbody> +</table> +<h2 id="replace-status-35">Replace Status</h2> +<blockquote class="code-block kubectl"> +<p> <code>kubectl</code> Command</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> +</blockquote> +<pre class="code-block curl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block kubectl"> +<p> Output</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> Response Body</p> +</blockquote> +<pre class="code-block curl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<p>replace status of the specified Deployment</p> +<h3 id="http-request">HTTP Request</h3> +<p><code>PUT /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status</code></p> +<h3 id="path-parameters">Path Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>name</td> +<td>name of the Deployment</td> +</tr> +<tr> +<td>namespace</td> +<td>object name and auth scope, such as for teams and projects</td> +</tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +</tbody> +</table> +<h3 id="body-parameters">Body Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>body <br /> <em><a href="#deployment-v1beta1">Deployment</a></em></td> +<td></td> +</tr> +</tbody> +</table> +<h3 id="response">Response</h3> +<table> +<thead> +<tr> +<th>Code</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>200 <br /> <em><a href="#deployment-v1beta1">Deployment</a></em></td> +<td>OK</td> +</tr> +</tbody> +</table> <h2 id="-strong-misc-operations-strong-"><strong>Misc Operations</strong></h2> <p>See supported operations below...</p> <h2 id="read-scale">Read Scale</h2> @@ -4762,6 +5564,17 @@ $ kubectl <span class="hljs-keyword">get</span> deployment deployment-example <s <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> @@ -4828,13 +5641,24 @@ $ kubectl <span class="hljs-keyword">get</span> deployment deployment-example <s <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -4909,13 +5733,24 @@ $ kubectl <span class="hljs-keyword">get</span> deployment deployment-example <s <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -4983,10 +5818,6 @@ $ kubectl <span class="hljs-keyword">get</span> deployment deployment-example <s </thead> <tbody> <tr> -<td>body <br /> <em><a href="#deploymentrollback-v1beta1">DeploymentRollback</a></em></td> -<td></td> -</tr> -<tr> <td>name</td> <td>name of the DeploymentRollback</td> </tr> @@ -4994,12 +5825,38 @@ $ kubectl <span class="hljs-keyword">get</span> deployment deployment-example <s <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> +<h3 id="body-parameters">Body Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>body <br /> <em><a href="#deploymentrollback-v1beta1">DeploymentRollback</a></em></td> +<td></td> +</tr> +</tbody> +</table> <h3 id="response">Response</h3> <table> <thead> @@ -5093,6 +5950,14 @@ Appears In <a href="#joblist-v1">JobList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -5192,18 +6057,26 @@ Appears In <a href="#job-v1">Job</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#job-v1">Job</a> array</em></td> <td>Items is the list of Job.</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> </tbody> </table> -<h2 id="-strong-write-operations-strong--28"><strong>Write Operations</strong></h2> +<h2 id="-strong-write-operations-strong--36"><strong>Write Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="create-29">Create</h2> +<h2 id="create-37">Create</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -5326,13 +6199,24 @@ spec: <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -5362,7 +6246,7 @@ spec: </tr> </tbody> </table> -<h2 id="replace-30">Replace</h2> +<h2 id="replace-38">Replace</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -5407,13 +6291,24 @@ spec: <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -5443,7 +6338,7 @@ spec: </tr> </tbody> </table> -<h2 id="patch-31">Patch</h2> +<h2 id="patch-39">Patch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -5488,13 +6383,24 @@ spec: <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -5524,7 +6430,7 @@ spec: </tr> </tbody> </table> -<h2 id="delete-32">Delete</h2> +<h2 id="delete-40">Delete</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -5579,10 +6485,6 @@ orphanDependents: <span class="hljs-literal">false</span> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -5595,8 +6497,8 @@ orphanDependents: <span class="hljs-literal">false</span> </thead> <tbody> <tr> -<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> -<td></td> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> </tr> <tr> <td>gracePeriodSeconds</td> @@ -5608,6 +6510,21 @@ orphanDependents: <span class="hljs-literal">false</span> </tr> </tbody> </table> +<h3 id="body-parameters">Body Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> +<td></td> +</tr> +</tbody> +</table> <h3 id="response">Response</h3> <table> <thead> @@ -5623,7 +6540,7 @@ orphanDependents: <span class="hljs-literal">false</span> </tr> </tbody> </table> -<h2 id="delete-collection-33">Delete Collection</h2> +<h2 id="delete-collection-41">Delete Collection</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -5664,10 +6581,6 @@ orphanDependents: <span class="hljs-literal">false</span> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -5680,6 +6593,10 @@ orphanDependents: <span class="hljs-literal">false</span> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -5716,9 +6633,9 @@ orphanDependents: <span class="hljs-literal">false</span> </tr> </tbody> </table> -<h2 id="-strong-read-operations-strong--34"><strong>Read Operations</strong></h2> +<h2 id="-strong-read-operations-strong--42"><strong>Read Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="read-35">Read</h2> +<h2 id="read-43">Read</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -5874,10 +6791,6 @@ $ curl -X GET http:<span class="hljs-regexp">//</span><span class="hljs-number"> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -5890,6 +6803,10 @@ $ curl -X GET http:<span class="hljs-regexp">//</span><span class="hljs-number"> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>exact</td> <td>Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'</td> </tr> @@ -5914,7 +6831,7 @@ $ curl -X GET http:<span class="hljs-regexp">//</span><span class="hljs-number"> </tr> </tbody> </table> -<h2 id="list-36">List</h2> +<h2 id="list-44">List</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -6082,10 +6999,6 @@ $ kubectl <span class="hljs-keyword">get</span> job -o json <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -6098,6 +7011,10 @@ $ kubectl <span class="hljs-keyword">get</span> job -o json </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -6134,7 +7051,7 @@ $ kubectl <span class="hljs-keyword">get</span> job -o json </tr> </tbody> </table> -<h2 id="list-all-namespaces-37">List All Namespaces</h2> +<h2 id="list-all-namespaces-45">List All Namespaces</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -6162,7 +7079,7 @@ $ kubectl <span class="hljs-keyword">get</span> job -o json <p>list or watch objects of kind Job</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /apis/batch/v1/jobs</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -6212,7 +7129,7 @@ $ kubectl <span class="hljs-keyword">get</span> job -o json </tr> </tbody> </table> -<h2 id="watch-38">Watch</h2> +<h2 id="watch-46">Watch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -6371,14 +7288,6 @@ $ kubectl <span class="hljs-keyword">get</span> job example-job <span class="hlj </thead> <tbody> <tr> -<td>fieldSelector</td> -<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> -</tr> -<tr> -<td>labelSelector</td> -<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> -</tr> -<tr> <td>name</td> <td>name of the Job</td> </tr> @@ -6386,6 +7295,25 @@ $ kubectl <span class="hljs-keyword">get</span> job example-job <span class="hlj <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fieldSelector</td> +<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> +</tr> +<tr> +<td>labelSelector</td> +<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> +</tr> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> @@ -6419,7 +7347,100 @@ $ kubectl <span class="hljs-keyword">get</span> job example-job <span class="hlj </tr> </tbody> </table> -<h2 id="watch-list-all-namespaces-39">Watch List All Namespaces</h2> +<h2 id="watch-list-47">Watch List</h2> +<blockquote class="code-block kubectl"> +<p> <code>kubectl</code> Command</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> +</blockquote> +<pre class="code-block curl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block kubectl"> +<p> Output</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> Response Body</p> +</blockquote> +<pre class="code-block curl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<p>watch individual changes to a list of Job</p> +<h3 id="http-request">HTTP Request</h3> +<p><code>GET /apis/batch/v1/watch/namespaces/{namespace}/jobs</code></p> +<h3 id="path-parameters">Path Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>namespace</td> +<td>object name and auth scope, such as for teams and projects</td> +</tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fieldSelector</td> +<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> +</tr> +<tr> +<td>labelSelector</td> +<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> +</tr> +<tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> +<td>resourceVersion</td> +<td>When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.</td> +</tr> +<tr> +<td>timeoutSeconds</td> +<td>Timeout for the list/watch call.</td> +</tr> +<tr> +<td>watch</td> +<td>Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.</td> +</tr> +</tbody> +</table> +<h3 id="response">Response</h3> +<table> +<thead> +<tr> +<th>Code</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>200 <br /> <em><a href="#event-versioned">Event</a></em></td> +<td>OK</td> +</tr> +</tbody> +</table> +<h2 id="watch-list-all-namespaces-48">Watch List All Namespaces</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -6447,7 +7468,7 @@ $ kubectl <span class="hljs-keyword">get</span> job example-job <span class="hlj <p>watch individual changes to a list of Job</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /apis/batch/v1/watch/jobs</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -6497,236 +7518,6 @@ $ kubectl <span class="hljs-keyword">get</span> job example-job <span class="hlj </tr> </tbody> </table> -<h2 id="-strong-status-operations-strong--40"><strong>Status Operations</strong></h2> -<p>See supported operations below...</p> -<h2 id="patch-status-41">Patch Status</h2> -<blockquote class="code-block kubectl"> -<p> <code>kubectl</code> Command</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> -</blockquote> -<pre class="code-block curl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block kubectl"> -<p> Output</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> Response Body</p> -</blockquote> -<pre class="code-block curl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<p>partially update status of the specified Job</p> -<h3 id="http-request">HTTP Request</h3> -<p><code>PATCH /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status</code></p> -<h3 id="path-parameters">Path Parameters</h3> -<table> -<thead> -<tr> -<th>Parameter</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>name</td> -<td>name of the Job</td> -</tr> -<tr> -<td>namespace</td> -<td>object name and auth scope, such as for teams and projects</td> -</tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> -</tbody> -</table> -<h3 id="query-parameters">Query Parameters</h3> -<table> -<thead> -<tr> -<th>Parameter</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>body <br /> <em><a href="#patch-unversioned">Patch</a></em></td> -<td></td> -</tr> -</tbody> -</table> -<h3 id="response">Response</h3> -<table> -<thead> -<tr> -<th>Code</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>200 <br /> <em><a href="#job-v1">Job</a></em></td> -<td>OK</td> -</tr> -</tbody> -</table> -<h2 id="read-status-42">Read Status</h2> -<blockquote class="code-block kubectl"> -<p> <code>kubectl</code> Command</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> -</blockquote> -<pre class="code-block curl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block kubectl"> -<p> Output</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> Response Body</p> -</blockquote> -<pre class="code-block curl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<p>read status of the specified Job</p> -<h3 id="http-request">HTTP Request</h3> -<p><code>GET /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status</code></p> -<h3 id="path-parameters">Path Parameters</h3> -<table> -<thead> -<tr> -<th>Parameter</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>name</td> -<td>name of the Job</td> -</tr> -<tr> -<td>namespace</td> -<td>object name and auth scope, such as for teams and projects</td> -</tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> -</tbody> -</table> -<h3 id="response">Response</h3> -<table> -<thead> -<tr> -<th>Code</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>200 <br /> <em><a href="#job-v1">Job</a></em></td> -<td>OK</td> -</tr> -</tbody> -</table> -<h2 id="replace-status-43">Replace Status</h2> -<blockquote class="code-block kubectl"> -<p> <code>kubectl</code> Command</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> -</blockquote> -<pre class="code-block curl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block kubectl"> -<p> Output</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> Response Body</p> -</blockquote> -<pre class="code-block curl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<p>replace status of the specified Job</p> -<h3 id="http-request">HTTP Request</h3> -<p><code>PUT /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status</code></p> -<h3 id="path-parameters">Path Parameters</h3> -<table> -<thead> -<tr> -<th>Parameter</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>name</td> -<td>name of the Job</td> -</tr> -<tr> -<td>namespace</td> -<td>object name and auth scope, such as for teams and projects</td> -</tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> -</tbody> -</table> -<h3 id="query-parameters">Query Parameters</h3> -<table> -<thead> -<tr> -<th>Parameter</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>body <br /> <em><a href="#job-v1">Job</a></em></td> -<td></td> -</tr> -</tbody> -</table> -<h3 id="response">Response</h3> -<table> -<thead> -<tr> -<th>Code</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>200 <br /> <em><a href="#job-v1">Job</a></em></td> -<td>OK</td> -</tr> -</tbody> -</table> <hr> <h1 id="pod-v1">Pod v1</h1> <blockquote class="code-block kubectl"> @@ -6792,6 +7583,14 @@ Appears In <a href="#podlist-v1">PodList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -6943,18 +7742,26 @@ Appears In <a href="#pod-v1">Pod</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#pod-v1">Pod</a> array</em></td> <td>List of pods. More info: <a href="http://kubernetes.io/docs/user-guide/pods">http://kubernetes.io/docs/user-guide/pods</a></td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> </tr> </tbody> </table> -<h2 id="-strong-write-operations-strong--44"><strong>Write Operations</strong></h2> +<h2 id="-strong-write-operations-strong--49"><strong>Write Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="create-45">Create</h2> +<h2 id="create-50">Create</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -6995,13 +7802,24 @@ Appears In <a href="#pod-v1">Pod</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -7031,7 +7849,7 @@ Appears In <a href="#pod-v1">Pod</a> </aside> </tr> </tbody> </table> -<h2 id="replace-46">Replace</h2> +<h2 id="replace-51">Replace</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -7076,13 +7894,24 @@ Appears In <a href="#pod-v1">Pod</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -7112,7 +7941,7 @@ Appears In <a href="#pod-v1">Pod</a> </aside> </tr> </tbody> </table> -<h2 id="patch-47">Patch</h2> +<h2 id="patch-52">Patch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -7157,13 +7986,24 @@ Appears In <a href="#pod-v1">Pod</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -7193,7 +8033,7 @@ Appears In <a href="#pod-v1">Pod</a> </aside> </tr> </tbody> </table> -<h2 id="delete-48">Delete</h2> +<h2 id="delete-53">Delete</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -7238,10 +8078,6 @@ Appears In <a href="#pod-v1">Pod</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -7254,8 +8090,8 @@ Appears In <a href="#pod-v1">Pod</a> </aside> </thead> <tbody> <tr> -<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> -<td></td> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> </tr> <tr> <td>gracePeriodSeconds</td> @@ -7267,6 +8103,21 @@ Appears In <a href="#pod-v1">Pod</a> </aside> </tr> </tbody> </table> +<h3 id="body-parameters">Body Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> +<td></td> +</tr> +</tbody> +</table> <h3 id="response">Response</h3> <table> <thead> @@ -7282,7 +8133,7 @@ Appears In <a href="#pod-v1">Pod</a> </aside> </tr> </tbody> </table> -<h2 id="delete-collection-49">Delete Collection</h2> +<h2 id="delete-collection-54">Delete Collection</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -7323,10 +8174,6 @@ Appears In <a href="#pod-v1">Pod</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -7339,6 +8186,10 @@ Appears In <a href="#pod-v1">Pod</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -7375,9 +8226,9 @@ Appears In <a href="#pod-v1">Pod</a> </aside> </tr> </tbody> </table> -<h2 id="-strong-read-operations-strong--50"><strong>Read Operations</strong></h2> +<h2 id="-strong-read-operations-strong--55"><strong>Read Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="read-51">Read</h2> +<h2 id="read-56">Read</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -7422,10 +8273,6 @@ Appears In <a href="#pod-v1">Pod</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -7438,6 +8285,10 @@ Appears In <a href="#pod-v1">Pod</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>exact</td> <td>Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'</td> </tr> @@ -7462,7 +8313,7 @@ Appears In <a href="#pod-v1">Pod</a> </aside> </tr> </tbody> </table> -<h2 id="list-52">List</h2> +<h2 id="list-57">List</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -7503,10 +8354,6 @@ Appears In <a href="#pod-v1">Pod</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -7519,6 +8366,10 @@ Appears In <a href="#pod-v1">Pod</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -7555,7 +8406,7 @@ Appears In <a href="#pod-v1">Pod</a> </aside> </tr> </tbody> </table> -<h2 id="list-all-namespaces-53">List All Namespaces</h2> +<h2 id="list-all-namespaces-58">List All Namespaces</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -7583,7 +8434,7 @@ Appears In <a href="#pod-v1">Pod</a> </aside> <p>list or watch objects of kind Pod</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /api/v1/pods</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -7633,7 +8484,7 @@ Appears In <a href="#pod-v1">Pod</a> </aside> </tr> </tbody> </table> -<h2 id="watch-54">Watch</h2> +<h2 id="watch-59">Watch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -7671,14 +8522,6 @@ Appears In <a href="#pod-v1">Pod</a> </aside> </thead> <tbody> <tr> -<td>fieldSelector</td> -<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> -</tr> -<tr> -<td>labelSelector</td> -<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> -</tr> -<tr> <td>name</td> <td>name of the Pod</td> </tr> @@ -7686,6 +8529,25 @@ Appears In <a href="#pod-v1">Pod</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fieldSelector</td> +<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> +</tr> +<tr> +<td>labelSelector</td> +<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> +</tr> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> @@ -7719,7 +8581,100 @@ Appears In <a href="#pod-v1">Pod</a> </aside> </tr> </tbody> </table> -<h2 id="watch-list-all-namespaces-55">Watch List All Namespaces</h2> +<h2 id="watch-list-60">Watch List</h2> +<blockquote class="code-block kubectl"> +<p> <code>kubectl</code> Command</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> +</blockquote> +<pre class="code-block curl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block kubectl"> +<p> Output</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> Response Body</p> +</blockquote> +<pre class="code-block curl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<p>watch individual changes to a list of Pod</p> +<h3 id="http-request">HTTP Request</h3> +<p><code>GET /api/v1/watch/namespaces/{namespace}/pods</code></p> +<h3 id="path-parameters">Path Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>namespace</td> +<td>object name and auth scope, such as for teams and projects</td> +</tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fieldSelector</td> +<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> +</tr> +<tr> +<td>labelSelector</td> +<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> +</tr> +<tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> +<td>resourceVersion</td> +<td>When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.</td> +</tr> +<tr> +<td>timeoutSeconds</td> +<td>Timeout for the list/watch call.</td> +</tr> +<tr> +<td>watch</td> +<td>Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.</td> +</tr> +</tbody> +</table> +<h3 id="response">Response</h3> +<table> +<thead> +<tr> +<th>Code</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>200 <br /> <em><a href="#event-versioned">Event</a></em></td> +<td>OK</td> +</tr> +</tbody> +</table> +<h2 id="watch-list-all-namespaces-61">Watch List All Namespaces</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -7747,7 +8702,7 @@ Appears In <a href="#pod-v1">Pod</a> </aside> <p>watch individual changes to a list of Pod</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /api/v1/watch/pods</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -7906,6 +8861,17 @@ Appears In <a href="#pod-v1">Pod</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>path</td> <td>Path is the URL path to use for the current proxy request to pod.</td> @@ -7976,6 +8942,17 @@ Appears In <a href="#pod-v1">Pod</a> </aside> <td>path</td> <td>path to the resource</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>path</td> <td>Path is the URL path to use for the current proxy request to pod.</td> @@ -8170,6 +9147,17 @@ Appears In <a href="#pod-v1">Pod</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>path</td> <td>Path is the URL path to use for the current proxy request to pod.</td> @@ -8240,6 +9228,17 @@ Appears In <a href="#pod-v1">Pod</a> </aside> <td>path</td> <td>path to the resource</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>path</td> <td>Path is the URL path to use for the current proxy request to pod.</td> @@ -8496,6 +9495,17 @@ Appears In <a href="#pod-v1">Pod</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>path</td> <td>Path is the URL path to use for the current proxy request to pod.</td> @@ -8566,6 +9576,17 @@ Appears In <a href="#pod-v1">Pod</a> </aside> <td>path</td> <td>path to the resource</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>path</td> <td>Path is the URL path to use for the current proxy request to pod.</td> @@ -8760,6 +9781,17 @@ Appears In <a href="#pod-v1">Pod</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>path</td> <td>Path is the URL path to use for the current proxy request to pod.</td> @@ -8830,6 +9862,17 @@ Appears In <a href="#pod-v1">Pod</a> </aside> <td>path</td> <td>path to the resource</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>path</td> <td>Path is the URL path to use for the current proxy request to pod.</td> @@ -8896,6 +9939,17 @@ Appears In <a href="#pod-v1">Pod</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>path</td> <td>Path is the URL path to use for the current proxy request to pod.</td> @@ -8966,6 +10020,17 @@ Appears In <a href="#pod-v1">Pod</a> </aside> <td>path</td> <td>path to the resource</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>path</td> <td>Path is the URL path to use for the current proxy request to pod.</td> @@ -9115,7 +10180,7 @@ Appears In <a href="#pod-v1">Pod</a> </aside> </tr> </tbody> </table> -<h2 id="-strong-misc-operations-strong--56"><strong>Misc Operations</strong></h2> +<h2 id="-strong-misc-operations-strong--62"><strong>Misc Operations</strong></h2> <p>See supported operations below...</p> <h2 id="read-log">Read Log</h2> <blockquote class="code-block kubectl"> @@ -9155,6 +10220,25 @@ Appears In <a href="#pod-v1">Pod</a> </aside> </thead> <tbody> <tr> +<td>name</td> +<td>name of the Pod</td> +</tr> +<tr> +<td>namespace</td> +<td>object name and auth scope, such as for teams and projects</td> +</tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> <td>container</td> <td>The container for which to stream logs. Defaults to only container if there is one container in the pod.</td> </tr> @@ -9167,14 +10251,6 @@ Appears In <a href="#pod-v1">Pod</a> </aside> <td>If set, the number of bytes to read from the server before terminating the log output. This may not display a complete final line of logging, and may return slightly more or slightly less than the specified limit.</td> </tr> <tr> -<td>name</td> -<td>name of the Pod</td> -</tr> -<tr> -<td>namespace</td> -<td>object name and auth scope, such as for teams and projects</td> -</tr> -<tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> @@ -9296,6 +10372,14 @@ Appears In <a href="#replicasetlist-v1beta1">ReplicaSetList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages. Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -9387,18 +10471,26 @@ Appears In <a href="#replicaset-v1beta1">ReplicaSet</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#replicaset-v1beta1">ReplicaSet</a> array</em></td> <td>List of ReplicaSets. More info: <a href="http://kubernetes.io/docs/user-guide/replication-controller">http://kubernetes.io/docs/user-guide/replication-controller</a></td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> </tr> </tbody> </table> -<h2 id="-strong-write-operations-strong--57"><strong>Write Operations</strong></h2> +<h2 id="-strong-write-operations-strong--63"><strong>Write Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="create-58">Create</h2> +<h2 id="create-64">Create</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -9439,13 +10531,24 @@ Appears In <a href="#replicaset-v1beta1">ReplicaSet</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -9475,7 +10578,7 @@ Appears In <a href="#replicaset-v1beta1">ReplicaSet</a> </aside> </tr> </tbody> </table> -<h2 id="replace-59">Replace</h2> +<h2 id="replace-65">Replace</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -9520,13 +10623,24 @@ Appears In <a href="#replicaset-v1beta1">ReplicaSet</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -9556,7 +10670,7 @@ Appears In <a href="#replicaset-v1beta1">ReplicaSet</a> </aside> </tr> </tbody> </table> -<h2 id="patch-60">Patch</h2> +<h2 id="patch-66">Patch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -9601,13 +10715,24 @@ Appears In <a href="#replicaset-v1beta1">ReplicaSet</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -9637,7 +10762,7 @@ Appears In <a href="#replicaset-v1beta1">ReplicaSet</a> </aside> </tr> </tbody> </table> -<h2 id="delete-61">Delete</h2> +<h2 id="delete-67">Delete</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -9682,10 +10807,6 @@ Appears In <a href="#replicaset-v1beta1">ReplicaSet</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -9698,8 +10819,8 @@ Appears In <a href="#replicaset-v1beta1">ReplicaSet</a> </aside> </thead> <tbody> <tr> -<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> -<td></td> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> </tr> <tr> <td>gracePeriodSeconds</td> @@ -9711,6 +10832,21 @@ Appears In <a href="#replicaset-v1beta1">ReplicaSet</a> </aside> </tr> </tbody> </table> +<h3 id="body-parameters">Body Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> +<td></td> +</tr> +</tbody> +</table> <h3 id="response">Response</h3> <table> <thead> @@ -9726,7 +10862,7 @@ Appears In <a href="#replicaset-v1beta1">ReplicaSet</a> </aside> </tr> </tbody> </table> -<h2 id="delete-collection-62">Delete Collection</h2> +<h2 id="delete-collection-68">Delete Collection</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -9767,10 +10903,6 @@ Appears In <a href="#replicaset-v1beta1">ReplicaSet</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -9783,6 +10915,10 @@ Appears In <a href="#replicaset-v1beta1">ReplicaSet</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -9819,9 +10955,9 @@ Appears In <a href="#replicaset-v1beta1">ReplicaSet</a> </aside> </tr> </tbody> </table> -<h2 id="-strong-read-operations-strong--63"><strong>Read Operations</strong></h2> +<h2 id="-strong-read-operations-strong--69"><strong>Read Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="read-64">Read</h2> +<h2 id="read-70">Read</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -9866,10 +11002,6 @@ Appears In <a href="#replicaset-v1beta1">ReplicaSet</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -9882,6 +11014,10 @@ Appears In <a href="#replicaset-v1beta1">ReplicaSet</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>exact</td> <td>Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'</td> </tr> @@ -9906,7 +11042,7 @@ Appears In <a href="#replicaset-v1beta1">ReplicaSet</a> </aside> </tr> </tbody> </table> -<h2 id="list-65">List</h2> +<h2 id="list-71">List</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -9947,10 +11083,6 @@ Appears In <a href="#replicaset-v1beta1">ReplicaSet</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -9963,6 +11095,10 @@ Appears In <a href="#replicaset-v1beta1">ReplicaSet</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -9999,7 +11135,7 @@ Appears In <a href="#replicaset-v1beta1">ReplicaSet</a> </aside> </tr> </tbody> </table> -<h2 id="list-all-namespaces-66">List All Namespaces</h2> +<h2 id="list-all-namespaces-72">List All Namespaces</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -10027,7 +11163,7 @@ Appears In <a href="#replicaset-v1beta1">ReplicaSet</a> </aside> <p>list or watch objects of kind ReplicaSet</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /apis/extensions/v1beta1/replicasets</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -10077,7 +11213,7 @@ Appears In <a href="#replicaset-v1beta1">ReplicaSet</a> </aside> </tr> </tbody> </table> -<h2 id="watch-67">Watch</h2> +<h2 id="watch-73">Watch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -10115,14 +11251,6 @@ Appears In <a href="#replicaset-v1beta1">ReplicaSet</a> </aside> </thead> <tbody> <tr> -<td>fieldSelector</td> -<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> -</tr> -<tr> -<td>labelSelector</td> -<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> -</tr> -<tr> <td>name</td> <td>name of the ReplicaSet</td> </tr> @@ -10130,6 +11258,25 @@ Appears In <a href="#replicaset-v1beta1">ReplicaSet</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fieldSelector</td> +<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> +</tr> +<tr> +<td>labelSelector</td> +<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> +</tr> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> @@ -10163,7 +11310,7 @@ Appears In <a href="#replicaset-v1beta1">ReplicaSet</a> </aside> </tr> </tbody> </table> -<h2 id="watch-list-68">Watch List</h2> +<h2 id="watch-list-74">Watch List</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -10201,79 +11348,12 @@ Appears In <a href="#replicaset-v1beta1">ReplicaSet</a> </aside> </thead> <tbody> <tr> -<td>fieldSelector</td> -<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> -</tr> -<tr> -<td>labelSelector</td> -<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> -</tr> -<tr> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> -<tr> -<td>resourceVersion</td> -<td>When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.</td> -</tr> -<tr> -<td>timeoutSeconds</td> -<td>Timeout for the list/watch call.</td> -</tr> -<tr> -<td>watch</td> -<td>Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.</td> -</tr> </tbody> </table> -<h3 id="response">Response</h3> -<table> -<thead> -<tr> -<th>Code</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>200 <br /> <em><a href="#event-versioned">Event</a></em></td> -<td>OK</td> -</tr> -</tbody> -</table> -<h2 id="watch-list-all-namespaces-69">Watch List All Namespaces</h2> -<blockquote class="code-block kubectl"> -<p> <code>kubectl</code> Command</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> -</blockquote> -<pre class="code-block curl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block kubectl"> -<p> Output</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> Response Body</p> -</blockquote> -<pre class="code-block curl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<p>watch individual changes to a list of ReplicaSet</p> -<h3 id="http-request">HTTP Request</h3> -<p><code>GET /apis/extensions/v1beta1/watch/replicasets</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -10323,9 +11403,87 @@ Appears In <a href="#replicaset-v1beta1">ReplicaSet</a> </aside> </tr> </tbody> </table> -<h2 id="-strong-misc-operations-strong--70"><strong>Misc Operations</strong></h2> +<h2 id="watch-list-all-namespaces-75">Watch List All Namespaces</h2> +<blockquote class="code-block kubectl"> +<p> <code>kubectl</code> Command</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> +</blockquote> +<pre class="code-block curl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block kubectl"> +<p> Output</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> Response Body</p> +</blockquote> +<pre class="code-block curl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<p>watch individual changes to a list of ReplicaSet</p> +<h3 id="http-request">HTTP Request</h3> +<p><code>GET /apis/extensions/v1beta1/watch/replicasets</code></p> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fieldSelector</td> +<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> +</tr> +<tr> +<td>labelSelector</td> +<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> +</tr> +<tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> +<td>resourceVersion</td> +<td>When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.</td> +</tr> +<tr> +<td>timeoutSeconds</td> +<td>Timeout for the list/watch call.</td> +</tr> +<tr> +<td>watch</td> +<td>Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.</td> +</tr> +</tbody> +</table> +<h3 id="response">Response</h3> +<table> +<thead> +<tr> +<th>Code</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>200 <br /> <em><a href="#event-versioned">Event</a></em></td> +<td>OK</td> +</tr> +</tbody> +</table> +<h2 id="-strong-misc-operations-strong--76"><strong>Misc Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="read-scale-71">Read Scale</h2> +<h2 id="read-scale-77">Read Scale</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -10370,6 +11528,17 @@ Appears In <a href="#replicaset-v1beta1">ReplicaSet</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> @@ -10391,7 +11560,7 @@ Appears In <a href="#replicaset-v1beta1">ReplicaSet</a> </aside> </tr> </tbody> </table> -<h2 id="replace-scale-72">Replace Scale</h2> +<h2 id="replace-scale-78">Replace Scale</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -10436,13 +11605,24 @@ Appears In <a href="#replicaset-v1beta1">ReplicaSet</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -10472,7 +11652,7 @@ Appears In <a href="#replicaset-v1beta1">ReplicaSet</a> </aside> </tr> </tbody> </table> -<h2 id="patch-scale-73">Patch Scale</h2> +<h2 id="patch-scale-79">Patch Scale</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -10517,13 +11697,24 @@ Appears In <a href="#replicaset-v1beta1">ReplicaSet</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -10634,6 +11825,14 @@ Appears In <a href="#replicationcontrollerlist-v1">ReplicationControllerList</a> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>If the Labels of a ReplicationController are empty, they are defaulted to be the same as the Pod(s) that the replication controller manages. Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -10725,18 +11924,26 @@ Appears In <a href="#replicationcontroller-v1">ReplicationController</a> </aside </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#replicationcontroller-v1">ReplicationController</a> array</em></td> <td>List of replication controllers. More info: <a href="http://kubernetes.io/docs/user-guide/replication-controller">http://kubernetes.io/docs/user-guide/replication-controller</a></td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> </tr> </tbody> </table> -<h2 id="-strong-write-operations-strong--74"><strong>Write Operations</strong></h2> +<h2 id="-strong-write-operations-strong--80"><strong>Write Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="create-75">Create</h2> +<h2 id="create-81">Create</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -10777,13 +11984,24 @@ Appears In <a href="#replicationcontroller-v1">ReplicationController</a> </aside <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -10813,7 +12031,7 @@ Appears In <a href="#replicationcontroller-v1">ReplicationController</a> </aside </tr> </tbody> </table> -<h2 id="replace-76">Replace</h2> +<h2 id="replace-82">Replace</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -10858,13 +12076,24 @@ Appears In <a href="#replicationcontroller-v1">ReplicationController</a> </aside <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -10894,7 +12123,7 @@ Appears In <a href="#replicationcontroller-v1">ReplicationController</a> </aside </tr> </tbody> </table> -<h2 id="patch-77">Patch</h2> +<h2 id="patch-83">Patch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -10939,13 +12168,24 @@ Appears In <a href="#replicationcontroller-v1">ReplicationController</a> </aside <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -10975,7 +12215,7 @@ Appears In <a href="#replicationcontroller-v1">ReplicationController</a> </aside </tr> </tbody> </table> -<h2 id="delete-78">Delete</h2> +<h2 id="delete-84">Delete</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -11020,10 +12260,6 @@ Appears In <a href="#replicationcontroller-v1">ReplicationController</a> </aside <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -11036,8 +12272,8 @@ Appears In <a href="#replicationcontroller-v1">ReplicationController</a> </aside </thead> <tbody> <tr> -<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> -<td></td> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> </tr> <tr> <td>gracePeriodSeconds</td> @@ -11049,6 +12285,21 @@ Appears In <a href="#replicationcontroller-v1">ReplicationController</a> </aside </tr> </tbody> </table> +<h3 id="body-parameters">Body Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> +<td></td> +</tr> +</tbody> +</table> <h3 id="response">Response</h3> <table> <thead> @@ -11064,7 +12315,7 @@ Appears In <a href="#replicationcontroller-v1">ReplicationController</a> </aside </tr> </tbody> </table> -<h2 id="delete-collection-79">Delete Collection</h2> +<h2 id="delete-collection-85">Delete Collection</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -11105,10 +12356,6 @@ Appears In <a href="#replicationcontroller-v1">ReplicationController</a> </aside <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -11121,6 +12368,10 @@ Appears In <a href="#replicationcontroller-v1">ReplicationController</a> </aside </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -11157,9 +12408,9 @@ Appears In <a href="#replicationcontroller-v1">ReplicationController</a> </aside </tr> </tbody> </table> -<h2 id="-strong-read-operations-strong--80"><strong>Read Operations</strong></h2> +<h2 id="-strong-read-operations-strong--86"><strong>Read Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="read-81">Read</h2> +<h2 id="read-87">Read</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -11204,10 +12455,6 @@ Appears In <a href="#replicationcontroller-v1">ReplicationController</a> </aside <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -11220,6 +12467,10 @@ Appears In <a href="#replicationcontroller-v1">ReplicationController</a> </aside </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>exact</td> <td>Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'</td> </tr> @@ -11244,7 +12495,7 @@ Appears In <a href="#replicationcontroller-v1">ReplicationController</a> </aside </tr> </tbody> </table> -<h2 id="list-82">List</h2> +<h2 id="list-88">List</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -11285,10 +12536,6 @@ Appears In <a href="#replicationcontroller-v1">ReplicationController</a> </aside <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -11301,6 +12548,10 @@ Appears In <a href="#replicationcontroller-v1">ReplicationController</a> </aside </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -11337,7 +12588,7 @@ Appears In <a href="#replicationcontroller-v1">ReplicationController</a> </aside </tr> </tbody> </table> -<h2 id="list-all-namespaces-83">List All Namespaces</h2> +<h2 id="list-all-namespaces-89">List All Namespaces</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -11365,7 +12616,7 @@ Appears In <a href="#replicationcontroller-v1">ReplicationController</a> </aside <p>list or watch objects of kind ReplicationController</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /api/v1/replicationcontrollers</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -11415,7 +12666,7 @@ Appears In <a href="#replicationcontroller-v1">ReplicationController</a> </aside </tr> </tbody> </table> -<h2 id="watch-84">Watch</h2> +<h2 id="watch-90">Watch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -11453,14 +12704,6 @@ Appears In <a href="#replicationcontroller-v1">ReplicationController</a> </aside </thead> <tbody> <tr> -<td>fieldSelector</td> -<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> -</tr> -<tr> -<td>labelSelector</td> -<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> -</tr> -<tr> <td>name</td> <td>name of the ReplicationController</td> </tr> @@ -11468,6 +12711,25 @@ Appears In <a href="#replicationcontroller-v1">ReplicationController</a> </aside <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fieldSelector</td> +<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> +</tr> +<tr> +<td>labelSelector</td> +<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> +</tr> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> @@ -11501,7 +12763,7 @@ Appears In <a href="#replicationcontroller-v1">ReplicationController</a> </aside </tr> </tbody> </table> -<h2 id="watch-list-all-namespaces-85">Watch List All Namespaces</h2> +<h2 id="watch-list-all-namespaces-91">Watch List All Namespaces</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -11529,7 +12791,7 @@ Appears In <a href="#replicationcontroller-v1">ReplicationController</a> </aside <p>watch individual changes to a list of ReplicationController</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /api/v1/watch/replicationcontrollers</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -11615,6 +12877,14 @@ Appears In <a href="#statefulsetlist-v1beta1">StatefulSetList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td></td> </tr> @@ -11694,18 +12964,26 @@ Appears In <a href="#statefulset-v1beta1">StatefulSet</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#statefulset-v1beta1">StatefulSet</a> array</em></td> <td></td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td></td> </tr> </tbody> </table> -<h2 id="-strong-write-operations-strong--86"><strong>Write Operations</strong></h2> +<h2 id="-strong-write-operations-strong--92"><strong>Write Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="create-87">Create</h2> +<h2 id="create-93">Create</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -11746,13 +13024,24 @@ Appears In <a href="#statefulset-v1beta1">StatefulSet</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -11782,7 +13071,7 @@ Appears In <a href="#statefulset-v1beta1">StatefulSet</a> </aside> </tr> </tbody> </table> -<h2 id="replace-88">Replace</h2> +<h2 id="replace-94">Replace</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -11827,13 +13116,24 @@ Appears In <a href="#statefulset-v1beta1">StatefulSet</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -11863,7 +13163,7 @@ Appears In <a href="#statefulset-v1beta1">StatefulSet</a> </aside> </tr> </tbody> </table> -<h2 id="patch-89">Patch</h2> +<h2 id="patch-95">Patch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -11908,13 +13208,24 @@ Appears In <a href="#statefulset-v1beta1">StatefulSet</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -11944,7 +13255,7 @@ Appears In <a href="#statefulset-v1beta1">StatefulSet</a> </aside> </tr> </tbody> </table> -<h2 id="delete-90">Delete</h2> +<h2 id="delete-96">Delete</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -11989,10 +13300,6 @@ Appears In <a href="#statefulset-v1beta1">StatefulSet</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -12005,8 +13312,8 @@ Appears In <a href="#statefulset-v1beta1">StatefulSet</a> </aside> </thead> <tbody> <tr> -<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> -<td></td> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> </tr> <tr> <td>gracePeriodSeconds</td> @@ -12018,6 +13325,21 @@ Appears In <a href="#statefulset-v1beta1">StatefulSet</a> </aside> </tr> </tbody> </table> +<h3 id="body-parameters">Body Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> +<td></td> +</tr> +</tbody> +</table> <h3 id="response">Response</h3> <table> <thead> @@ -12033,7 +13355,7 @@ Appears In <a href="#statefulset-v1beta1">StatefulSet</a> </aside> </tr> </tbody> </table> -<h2 id="delete-collection-91">Delete Collection</h2> +<h2 id="delete-collection-97">Delete Collection</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -12074,10 +13396,6 @@ Appears In <a href="#statefulset-v1beta1">StatefulSet</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -12090,6 +13408,10 @@ Appears In <a href="#statefulset-v1beta1">StatefulSet</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -12126,9 +13448,9 @@ Appears In <a href="#statefulset-v1beta1">StatefulSet</a> </aside> </tr> </tbody> </table> -<h2 id="-strong-read-operations-strong--92"><strong>Read Operations</strong></h2> +<h2 id="-strong-read-operations-strong--98"><strong>Read Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="read-93">Read</h2> +<h2 id="read-99">Read</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -12173,10 +13495,6 @@ Appears In <a href="#statefulset-v1beta1">StatefulSet</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -12189,6 +13507,10 @@ Appears In <a href="#statefulset-v1beta1">StatefulSet</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>exact</td> <td>Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'</td> </tr> @@ -12213,7 +13535,7 @@ Appears In <a href="#statefulset-v1beta1">StatefulSet</a> </aside> </tr> </tbody> </table> -<h2 id="list-94">List</h2> +<h2 id="list-100">List</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -12254,10 +13576,6 @@ Appears In <a href="#statefulset-v1beta1">StatefulSet</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -12270,6 +13588,10 @@ Appears In <a href="#statefulset-v1beta1">StatefulSet</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -12306,7 +13628,7 @@ Appears In <a href="#statefulset-v1beta1">StatefulSet</a> </aside> </tr> </tbody> </table> -<h2 id="list-all-namespaces-95">List All Namespaces</h2> +<h2 id="list-all-namespaces-101">List All Namespaces</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -12334,7 +13656,7 @@ Appears In <a href="#statefulset-v1beta1">StatefulSet</a> </aside> <p>list or watch objects of kind StatefulSet</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /apis/apps/v1beta1/statefulsets</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -12384,7 +13706,7 @@ Appears In <a href="#statefulset-v1beta1">StatefulSet</a> </aside> </tr> </tbody> </table> -<h2 id="watch-96">Watch</h2> +<h2 id="watch-102">Watch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -12422,14 +13744,6 @@ Appears In <a href="#statefulset-v1beta1">StatefulSet</a> </aside> </thead> <tbody> <tr> -<td>fieldSelector</td> -<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> -</tr> -<tr> -<td>labelSelector</td> -<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> -</tr> -<tr> <td>name</td> <td>name of the StatefulSet</td> </tr> @@ -12437,68 +13751,9 @@ Appears In <a href="#statefulset-v1beta1">StatefulSet</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> -<tr> -<td>resourceVersion</td> -<td>When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.</td> -</tr> -<tr> -<td>timeoutSeconds</td> -<td>Timeout for the list/watch call.</td> -</tr> -<tr> -<td>watch</td> -<td>Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.</td> -</tr> </tbody> </table> -<h3 id="response">Response</h3> -<table> -<thead> -<tr> -<th>Code</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>200 <br /> <em><a href="#event-versioned">Event</a></em></td> -<td>OK</td> -</tr> -</tbody> -</table> -<h2 id="watch-list-all-namespaces-97">Watch List All Namespaces</h2> -<blockquote class="code-block kubectl"> -<p> <code>kubectl</code> Command</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> -</blockquote> -<pre class="code-block curl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block kubectl"> -<p> Output</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> Response Body</p> -</blockquote> -<pre class="code-block curl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<p>watch individual changes to a list of StatefulSet</p> -<h3 id="http-request">HTTP Request</h3> -<p><code>GET /apis/apps/v1beta1/watch/statefulsets</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -12548,6 +13803,440 @@ Appears In <a href="#statefulset-v1beta1">StatefulSet</a> </aside> </tr> </tbody> </table> +<h2 id="watch-list-103">Watch List</h2> +<blockquote class="code-block kubectl"> +<p> <code>kubectl</code> Command</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> +</blockquote> +<pre class="code-block curl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block kubectl"> +<p> Output</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> Response Body</p> +</blockquote> +<pre class="code-block curl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<p>watch individual changes to a list of StatefulSet</p> +<h3 id="http-request">HTTP Request</h3> +<p><code>GET /apis/apps/v1beta1/watch/namespaces/{namespace}/statefulsets</code></p> +<h3 id="path-parameters">Path Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>namespace</td> +<td>object name and auth scope, such as for teams and projects</td> +</tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fieldSelector</td> +<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> +</tr> +<tr> +<td>labelSelector</td> +<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> +</tr> +<tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> +<td>resourceVersion</td> +<td>When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.</td> +</tr> +<tr> +<td>timeoutSeconds</td> +<td>Timeout for the list/watch call.</td> +</tr> +<tr> +<td>watch</td> +<td>Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.</td> +</tr> +</tbody> +</table> +<h3 id="response">Response</h3> +<table> +<thead> +<tr> +<th>Code</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>200 <br /> <em><a href="#event-versioned">Event</a></em></td> +<td>OK</td> +</tr> +</tbody> +</table> +<h2 id="watch-list-all-namespaces-104">Watch List All Namespaces</h2> +<blockquote class="code-block kubectl"> +<p> <code>kubectl</code> Command</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> +</blockquote> +<pre class="code-block curl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block kubectl"> +<p> Output</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> Response Body</p> +</blockquote> +<pre class="code-block curl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<p>watch individual changes to a list of StatefulSet</p> +<h3 id="http-request">HTTP Request</h3> +<p><code>GET /apis/apps/v1beta1/watch/statefulsets</code></p> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fieldSelector</td> +<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> +</tr> +<tr> +<td>labelSelector</td> +<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> +</tr> +<tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> +<td>resourceVersion</td> +<td>When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.</td> +</tr> +<tr> +<td>timeoutSeconds</td> +<td>Timeout for the list/watch call.</td> +</tr> +<tr> +<td>watch</td> +<td>Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.</td> +</tr> +</tbody> +</table> +<h3 id="response">Response</h3> +<table> +<thead> +<tr> +<th>Code</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>200 <br /> <em><a href="#event-versioned">Event</a></em></td> +<td>OK</td> +</tr> +</tbody> +</table> +<h2 id="-strong-status-operations-strong--105"><strong>Status Operations</strong></h2> +<p>See supported operations below...</p> +<h2 id="patch-status-106">Patch Status</h2> +<blockquote class="code-block kubectl"> +<p> <code>kubectl</code> Command</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> +</blockquote> +<pre class="code-block curl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block kubectl"> +<p> Output</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> Response Body</p> +</blockquote> +<pre class="code-block curl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<p>partially update status of the specified StatefulSet</p> +<h3 id="http-request">HTTP Request</h3> +<p><code>PATCH /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/status</code></p> +<h3 id="path-parameters">Path Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>name</td> +<td>name of the StatefulSet</td> +</tr> +<tr> +<td>namespace</td> +<td>object name and auth scope, such as for teams and projects</td> +</tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +</tbody> +</table> +<h3 id="body-parameters">Body Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>body <br /> <em><a href="#patch-unversioned">Patch</a></em></td> +<td></td> +</tr> +</tbody> +</table> +<h3 id="response">Response</h3> +<table> +<thead> +<tr> +<th>Code</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>200 <br /> <em><a href="#statefulset-v1beta1">StatefulSet</a></em></td> +<td>OK</td> +</tr> +</tbody> +</table> +<h2 id="read-status-107">Read Status</h2> +<blockquote class="code-block kubectl"> +<p> <code>kubectl</code> Command</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> +</blockquote> +<pre class="code-block curl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block kubectl"> +<p> Output</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> Response Body</p> +</blockquote> +<pre class="code-block curl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<p>read status of the specified StatefulSet</p> +<h3 id="http-request">HTTP Request</h3> +<p><code>GET /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/status</code></p> +<h3 id="path-parameters">Path Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>name</td> +<td>name of the StatefulSet</td> +</tr> +<tr> +<td>namespace</td> +<td>object name and auth scope, such as for teams and projects</td> +</tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +</tbody> +</table> +<h3 id="response">Response</h3> +<table> +<thead> +<tr> +<th>Code</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>200 <br /> <em><a href="#statefulset-v1beta1">StatefulSet</a></em></td> +<td>OK</td> +</tr> +</tbody> +</table> +<h2 id="replace-status-108">Replace Status</h2> +<blockquote class="code-block kubectl"> +<p> <code>kubectl</code> Command</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> +</blockquote> +<pre class="code-block curl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block kubectl"> +<p> Output</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> Response Body</p> +</blockquote> +<pre class="code-block curl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<p>replace status of the specified StatefulSet</p> +<h3 id="http-request">HTTP Request</h3> +<p><code>PUT /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/status</code></p> +<h3 id="path-parameters">Path Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>name</td> +<td>name of the StatefulSet</td> +</tr> +<tr> +<td>namespace</td> +<td>object name and auth scope, such as for teams and projects</td> +</tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +</tbody> +</table> +<h3 id="body-parameters">Body Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>body <br /> <em><a href="#statefulset-v1beta1">StatefulSet</a></em></td> +<td></td> +</tr> +</tbody> +</table> +<h3 id="response">Response</h3> +<table> +<thead> +<tr> +<th>Code</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>200 <br /> <em><a href="#statefulset-v1beta1">StatefulSet</a></em></td> +<td>OK</td> +</tr> +</tbody> +</table> <h1 id="-strong-discovery-load-balancing-strong-"><strong>DISCOVERY & LOAD BALANCING</strong></h1> <p>Discovery and Load Balancing resources are responsible for stitching your workloads together into an accessible Loadbalanced Service. By default, <a href="#workloads">Workloads</a> are only accessible within the cluster, and they must be exposed externally using a either @@ -12601,6 +14290,14 @@ Appears In <a href="#endpointslist-v1">EndpointsList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -12620,18 +14317,26 @@ Appears In <a href="#endpointslist-v1">EndpointsList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#endpoints-v1">Endpoints</a> array</em></td> <td>List of endpoints.</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> </tr> </tbody> </table> -<h2 id="-strong-write-operations-strong--98"><strong>Write Operations</strong></h2> +<h2 id="-strong-write-operations-strong--109"><strong>Write Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="create-99">Create</h2> +<h2 id="create-110">Create</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -12672,13 +14377,24 @@ Appears In <a href="#endpointslist-v1">EndpointsList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -12708,7 +14424,7 @@ Appears In <a href="#endpointslist-v1">EndpointsList</a> </aside> </tr> </tbody> </table> -<h2 id="replace-100">Replace</h2> +<h2 id="replace-111">Replace</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -12753,13 +14469,24 @@ Appears In <a href="#endpointslist-v1">EndpointsList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -12789,7 +14516,7 @@ Appears In <a href="#endpointslist-v1">EndpointsList</a> </aside> </tr> </tbody> </table> -<h2 id="patch-101">Patch</h2> +<h2 id="patch-112">Patch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -12834,13 +14561,24 @@ Appears In <a href="#endpointslist-v1">EndpointsList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -12870,7 +14608,7 @@ Appears In <a href="#endpointslist-v1">EndpointsList</a> </aside> </tr> </tbody> </table> -<h2 id="delete-102">Delete</h2> +<h2 id="delete-113">Delete</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -12915,10 +14653,6 @@ Appears In <a href="#endpointslist-v1">EndpointsList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -12931,8 +14665,8 @@ Appears In <a href="#endpointslist-v1">EndpointsList</a> </aside> </thead> <tbody> <tr> -<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> -<td></td> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> </tr> <tr> <td>gracePeriodSeconds</td> @@ -12944,6 +14678,21 @@ Appears In <a href="#endpointslist-v1">EndpointsList</a> </aside> </tr> </tbody> </table> +<h3 id="body-parameters">Body Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> +<td></td> +</tr> +</tbody> +</table> <h3 id="response">Response</h3> <table> <thead> @@ -12959,7 +14708,7 @@ Appears In <a href="#endpointslist-v1">EndpointsList</a> </aside> </tr> </tbody> </table> -<h2 id="delete-collection-103">Delete Collection</h2> +<h2 id="delete-collection-114">Delete Collection</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -13000,10 +14749,6 @@ Appears In <a href="#endpointslist-v1">EndpointsList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -13016,6 +14761,10 @@ Appears In <a href="#endpointslist-v1">EndpointsList</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -13052,9 +14801,9 @@ Appears In <a href="#endpointslist-v1">EndpointsList</a> </aside> </tr> </tbody> </table> -<h2 id="-strong-read-operations-strong--104"><strong>Read Operations</strong></h2> +<h2 id="-strong-read-operations-strong--115"><strong>Read Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="read-105">Read</h2> +<h2 id="read-116">Read</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -13099,10 +14848,6 @@ Appears In <a href="#endpointslist-v1">EndpointsList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -13115,6 +14860,10 @@ Appears In <a href="#endpointslist-v1">EndpointsList</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>exact</td> <td>Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'</td> </tr> @@ -13139,7 +14888,7 @@ Appears In <a href="#endpointslist-v1">EndpointsList</a> </aside> </tr> </tbody> </table> -<h2 id="list-106">List</h2> +<h2 id="list-117">List</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -13180,10 +14929,6 @@ Appears In <a href="#endpointslist-v1">EndpointsList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -13196,6 +14941,10 @@ Appears In <a href="#endpointslist-v1">EndpointsList</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -13232,7 +14981,7 @@ Appears In <a href="#endpointslist-v1">EndpointsList</a> </aside> </tr> </tbody> </table> -<h2 id="list-all-namespaces-107">List All Namespaces</h2> +<h2 id="list-all-namespaces-118">List All Namespaces</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -13260,7 +15009,7 @@ Appears In <a href="#endpointslist-v1">EndpointsList</a> </aside> <p>list or watch objects of kind Endpoints</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /api/v1/endpoints</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -13310,7 +15059,7 @@ Appears In <a href="#endpointslist-v1">EndpointsList</a> </aside> </tr> </tbody> </table> -<h2 id="watch-108">Watch</h2> +<h2 id="watch-119">Watch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -13348,14 +15097,6 @@ Appears In <a href="#endpointslist-v1">EndpointsList</a> </aside> </thead> <tbody> <tr> -<td>fieldSelector</td> -<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> -</tr> -<tr> -<td>labelSelector</td> -<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> -</tr> -<tr> <td>name</td> <td>name of the Endpoints</td> </tr> @@ -13363,6 +15104,25 @@ Appears In <a href="#endpointslist-v1">EndpointsList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fieldSelector</td> +<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> +</tr> +<tr> +<td>labelSelector</td> +<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> +</tr> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> @@ -13396,7 +15156,100 @@ Appears In <a href="#endpointslist-v1">EndpointsList</a> </aside> </tr> </tbody> </table> -<h2 id="watch-list-all-namespaces-109">Watch List All Namespaces</h2> +<h2 id="watch-list-120">Watch List</h2> +<blockquote class="code-block kubectl"> +<p> <code>kubectl</code> Command</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> +</blockquote> +<pre class="code-block curl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block kubectl"> +<p> Output</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> Response Body</p> +</blockquote> +<pre class="code-block curl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<p>watch individual changes to a list of Endpoints</p> +<h3 id="http-request">HTTP Request</h3> +<p><code>GET /api/v1/watch/namespaces/{namespace}/endpoints</code></p> +<h3 id="path-parameters">Path Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>namespace</td> +<td>object name and auth scope, such as for teams and projects</td> +</tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fieldSelector</td> +<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> +</tr> +<tr> +<td>labelSelector</td> +<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> +</tr> +<tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> +<td>resourceVersion</td> +<td>When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.</td> +</tr> +<tr> +<td>timeoutSeconds</td> +<td>Timeout for the list/watch call.</td> +</tr> +<tr> +<td>watch</td> +<td>Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.</td> +</tr> +</tbody> +</table> +<h3 id="response">Response</h3> +<table> +<thead> +<tr> +<th>Code</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>200 <br /> <em><a href="#event-versioned">Event</a></em></td> +<td>OK</td> +</tr> +</tbody> +</table> +<h2 id="watch-list-all-namespaces-121">Watch List All Namespaces</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -13424,7 +15277,7 @@ Appears In <a href="#endpointslist-v1">EndpointsList</a> </aside> <p>watch individual changes to a list of Endpoints</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /api/v1/watch/endpoints</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -13505,6 +15358,14 @@ Appears In <a href="#ingresslist-v1beta1">IngressList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -13572,18 +15433,26 @@ Appears In <a href="#ingress-v1beta1">Ingress</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#ingress-v1beta1">Ingress</a> array</em></td> <td>Items is the list of Ingress.</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> </tbody> </table> -<h2 id="-strong-write-operations-strong--110"><strong>Write Operations</strong></h2> +<h2 id="-strong-write-operations-strong--122"><strong>Write Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="create-111">Create</h2> +<h2 id="create-123">Create</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -13624,13 +15493,24 @@ Appears In <a href="#ingress-v1beta1">Ingress</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -13660,7 +15540,7 @@ Appears In <a href="#ingress-v1beta1">Ingress</a> </aside> </tr> </tbody> </table> -<h2 id="replace-112">Replace</h2> +<h2 id="replace-124">Replace</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -13705,13 +15585,24 @@ Appears In <a href="#ingress-v1beta1">Ingress</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -13741,7 +15632,7 @@ Appears In <a href="#ingress-v1beta1">Ingress</a> </aside> </tr> </tbody> </table> -<h2 id="patch-113">Patch</h2> +<h2 id="patch-125">Patch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -13786,13 +15677,24 @@ Appears In <a href="#ingress-v1beta1">Ingress</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -13822,7 +15724,7 @@ Appears In <a href="#ingress-v1beta1">Ingress</a> </aside> </tr> </tbody> </table> -<h2 id="delete-114">Delete</h2> +<h2 id="delete-126">Delete</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -13867,10 +15769,6 @@ Appears In <a href="#ingress-v1beta1">Ingress</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -13883,8 +15781,8 @@ Appears In <a href="#ingress-v1beta1">Ingress</a> </aside> </thead> <tbody> <tr> -<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> -<td></td> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> </tr> <tr> <td>gracePeriodSeconds</td> @@ -13896,6 +15794,21 @@ Appears In <a href="#ingress-v1beta1">Ingress</a> </aside> </tr> </tbody> </table> +<h3 id="body-parameters">Body Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> +<td></td> +</tr> +</tbody> +</table> <h3 id="response">Response</h3> <table> <thead> @@ -13911,7 +15824,7 @@ Appears In <a href="#ingress-v1beta1">Ingress</a> </aside> </tr> </tbody> </table> -<h2 id="delete-collection-115">Delete Collection</h2> +<h2 id="delete-collection-127">Delete Collection</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -13952,10 +15865,6 @@ Appears In <a href="#ingress-v1beta1">Ingress</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -13968,6 +15877,10 @@ Appears In <a href="#ingress-v1beta1">Ingress</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -14004,9 +15917,9 @@ Appears In <a href="#ingress-v1beta1">Ingress</a> </aside> </tr> </tbody> </table> -<h2 id="-strong-read-operations-strong--116"><strong>Read Operations</strong></h2> +<h2 id="-strong-read-operations-strong--128"><strong>Read Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="read-117">Read</h2> +<h2 id="read-129">Read</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -14051,10 +15964,6 @@ Appears In <a href="#ingress-v1beta1">Ingress</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -14067,6 +15976,10 @@ Appears In <a href="#ingress-v1beta1">Ingress</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>exact</td> <td>Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'</td> </tr> @@ -14091,7 +16004,7 @@ Appears In <a href="#ingress-v1beta1">Ingress</a> </aside> </tr> </tbody> </table> -<h2 id="list-118">List</h2> +<h2 id="list-130">List</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -14132,10 +16045,6 @@ Appears In <a href="#ingress-v1beta1">Ingress</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -14148,6 +16057,10 @@ Appears In <a href="#ingress-v1beta1">Ingress</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -14184,7 +16097,7 @@ Appears In <a href="#ingress-v1beta1">Ingress</a> </aside> </tr> </tbody> </table> -<h2 id="list-all-namespaces-119">List All Namespaces</h2> +<h2 id="list-all-namespaces-131">List All Namespaces</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -14212,7 +16125,7 @@ Appears In <a href="#ingress-v1beta1">Ingress</a> </aside> <p>list or watch objects of kind Ingress</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /apis/extensions/v1beta1/ingresses</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -14262,7 +16175,7 @@ Appears In <a href="#ingress-v1beta1">Ingress</a> </aside> </tr> </tbody> </table> -<h2 id="watch-120">Watch</h2> +<h2 id="watch-132">Watch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -14300,14 +16213,6 @@ Appears In <a href="#ingress-v1beta1">Ingress</a> </aside> </thead> <tbody> <tr> -<td>fieldSelector</td> -<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> -</tr> -<tr> -<td>labelSelector</td> -<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> -</tr> -<tr> <td>name</td> <td>name of the Ingress</td> </tr> @@ -14315,68 +16220,9 @@ Appears In <a href="#ingress-v1beta1">Ingress</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> -<tr> -<td>resourceVersion</td> -<td>When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.</td> -</tr> -<tr> -<td>timeoutSeconds</td> -<td>Timeout for the list/watch call.</td> -</tr> -<tr> -<td>watch</td> -<td>Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.</td> -</tr> </tbody> </table> -<h3 id="response">Response</h3> -<table> -<thead> -<tr> -<th>Code</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>200 <br /> <em><a href="#event-versioned">Event</a></em></td> -<td>OK</td> -</tr> -</tbody> -</table> -<h2 id="watch-list-121">Watch List</h2> -<blockquote class="code-block kubectl"> -<p> <code>kubectl</code> Command</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> -</blockquote> -<pre class="code-block curl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block kubectl"> -<p> Output</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> Response Body</p> -</blockquote> -<pre class="code-block curl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<p>watch individual changes to a list of Ingress</p> -<h3 id="http-request">HTTP Request</h3> -<p><code>GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/ingresses</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -14394,10 +16240,6 @@ Appears In <a href="#ingress-v1beta1">Ingress</a> </aside> <td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> </tr> <tr> -<td>namespace</td> -<td>object name and auth scope, such as for teams and projects</td> -</tr> -<tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> @@ -14430,7 +16272,7 @@ Appears In <a href="#ingress-v1beta1">Ingress</a> </aside> </tr> </tbody> </table> -<h2 id="watch-list-all-namespaces-122">Watch List All Namespaces</h2> +<h2 id="watch-list-all-namespaces-133">Watch List All Namespaces</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -14458,7 +16300,7 @@ Appears In <a href="#ingress-v1beta1">Ingress</a> </aside> <p>watch individual changes to a list of Ingress</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /apis/extensions/v1beta1/watch/ingresses</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -14508,236 +16350,6 @@ Appears In <a href="#ingress-v1beta1">Ingress</a> </aside> </tr> </tbody> </table> -<h2 id="-strong-status-operations-strong--123"><strong>Status Operations</strong></h2> -<p>See supported operations below...</p> -<h2 id="patch-status-124">Patch Status</h2> -<blockquote class="code-block kubectl"> -<p> <code>kubectl</code> Command</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> -</blockquote> -<pre class="code-block curl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block kubectl"> -<p> Output</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> Response Body</p> -</blockquote> -<pre class="code-block curl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<p>partially update status of the specified Ingress</p> -<h3 id="http-request">HTTP Request</h3> -<p><code>PATCH /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status</code></p> -<h3 id="path-parameters">Path Parameters</h3> -<table> -<thead> -<tr> -<th>Parameter</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>name</td> -<td>name of the Ingress</td> -</tr> -<tr> -<td>namespace</td> -<td>object name and auth scope, such as for teams and projects</td> -</tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> -</tbody> -</table> -<h3 id="query-parameters">Query Parameters</h3> -<table> -<thead> -<tr> -<th>Parameter</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>body <br /> <em><a href="#patch-unversioned">Patch</a></em></td> -<td></td> -</tr> -</tbody> -</table> -<h3 id="response">Response</h3> -<table> -<thead> -<tr> -<th>Code</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>200 <br /> <em><a href="#ingress-v1beta1">Ingress</a></em></td> -<td>OK</td> -</tr> -</tbody> -</table> -<h2 id="read-status-125">Read Status</h2> -<blockquote class="code-block kubectl"> -<p> <code>kubectl</code> Command</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> -</blockquote> -<pre class="code-block curl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block kubectl"> -<p> Output</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> Response Body</p> -</blockquote> -<pre class="code-block curl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<p>read status of the specified Ingress</p> -<h3 id="http-request">HTTP Request</h3> -<p><code>GET /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status</code></p> -<h3 id="path-parameters">Path Parameters</h3> -<table> -<thead> -<tr> -<th>Parameter</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>name</td> -<td>name of the Ingress</td> -</tr> -<tr> -<td>namespace</td> -<td>object name and auth scope, such as for teams and projects</td> -</tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> -</tbody> -</table> -<h3 id="response">Response</h3> -<table> -<thead> -<tr> -<th>Code</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>200 <br /> <em><a href="#ingress-v1beta1">Ingress</a></em></td> -<td>OK</td> -</tr> -</tbody> -</table> -<h2 id="replace-status-126">Replace Status</h2> -<blockquote class="code-block kubectl"> -<p> <code>kubectl</code> Command</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> -</blockquote> -<pre class="code-block curl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block kubectl"> -<p> Output</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> Response Body</p> -</blockquote> -<pre class="code-block curl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<p>replace status of the specified Ingress</p> -<h3 id="http-request">HTTP Request</h3> -<p><code>PUT /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status</code></p> -<h3 id="path-parameters">Path Parameters</h3> -<table> -<thead> -<tr> -<th>Parameter</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>name</td> -<td>name of the Ingress</td> -</tr> -<tr> -<td>namespace</td> -<td>object name and auth scope, such as for teams and projects</td> -</tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> -</tbody> -</table> -<h3 id="query-parameters">Query Parameters</h3> -<table> -<thead> -<tr> -<th>Parameter</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>body <br /> <em><a href="#ingress-v1beta1">Ingress</a></em></td> -<td></td> -</tr> -</tbody> -</table> -<h3 id="response">Response</h3> -<table> -<thead> -<tr> -<th>Code</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>200 <br /> <em><a href="#ingress-v1beta1">Ingress</a></em></td> -<td>OK</td> -</tr> -</tbody> -</table> <hr> <h1 id="service-v1">Service v1</h1> <blockquote class="code-block kubectl"> @@ -14817,6 +16429,14 @@ Appears In <a href="#servicelist-v1">ServiceList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -14912,18 +16532,26 @@ Appears In <a href="#service-v1">Service</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#service-v1">Service</a> array</em></td> <td>List of services</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> </tr> </tbody> </table> -<h2 id="-strong-write-operations-strong--127"><strong>Write Operations</strong></h2> +<h2 id="-strong-write-operations-strong--134"><strong>Write Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="create-128">Create</h2> +<h2 id="create-135">Create</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -15021,13 +16649,24 @@ spec: <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -15057,7 +16696,7 @@ spec: </tr> </tbody> </table> -<h2 id="replace-129">Replace</h2> +<h2 id="replace-136">Replace</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -15175,13 +16814,24 @@ spec: <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -15211,7 +16861,7 @@ spec: </tr> </tbody> </table> -<h2 id="patch-130">Patch</h2> +<h2 id="patch-137">Patch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -15297,13 +16947,24 @@ $ curl -X PATCH -H 'Content-Type: application/strategic-<span class="hljs-keywor <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -15333,7 +16994,7 @@ $ curl -X PATCH -H 'Content-Type: application/strategic-<span class="hljs-keywor </tr> </tbody> </table> -<h2 id="delete-131">Delete</h2> +<h2 id="delete-138">Delete</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -15388,6 +17049,17 @@ orphanDependents: <span class="hljs-literal">false</span> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> @@ -15409,9 +17081,9 @@ orphanDependents: <span class="hljs-literal">false</span> </tr> </tbody> </table> -<h2 id="-strong-read-operations-strong--132"><strong>Read Operations</strong></h2> +<h2 id="-strong-read-operations-strong--139"><strong>Read Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="read-133">Read</h2> +<h2 id="read-140">Read</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -15531,10 +17203,6 @@ $ kubectl <span class="hljs-built_in">get</span> service deployment-<span class= <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -15547,6 +17215,10 @@ $ kubectl <span class="hljs-built_in">get</span> service deployment-<span class= </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>exact</td> <td>Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'</td> </tr> @@ -15571,7 +17243,7 @@ $ kubectl <span class="hljs-built_in">get</span> service deployment-<span class= </tr> </tbody> </table> -<h2 id="list-134">List</h2> +<h2 id="list-141">List</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -15611,10 +17283,6 @@ $ kubectl <span class="hljs-keyword">get</span> service -o json <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -15627,6 +17295,10 @@ $ kubectl <span class="hljs-keyword">get</span> service -o json </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -15663,7 +17335,7 @@ $ kubectl <span class="hljs-keyword">get</span> service -o json </tr> </tbody> </table> -<h2 id="list-all-namespaces-135">List All Namespaces</h2> +<h2 id="list-all-namespaces-142">List All Namespaces</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -15691,7 +17363,7 @@ $ kubectl <span class="hljs-keyword">get</span> service -o json <p>list or watch objects of kind Service</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /api/v1/services</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -15741,7 +17413,7 @@ $ kubectl <span class="hljs-keyword">get</span> service -o json </tr> </tbody> </table> -<h2 id="watch-136">Watch</h2> +<h2 id="watch-143">Watch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -15860,14 +17532,6 @@ $ kubectl <span class="hljs-keyword">get</span> service deployment-example <span </thead> <tbody> <tr> -<td>fieldSelector</td> -<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> -</tr> -<tr> -<td>labelSelector</td> -<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> -</tr> -<tr> <td>name</td> <td>name of the Service</td> </tr> @@ -15875,68 +17539,9 @@ $ kubectl <span class="hljs-keyword">get</span> service deployment-example <span <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> -<tr> -<td>resourceVersion</td> -<td>When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.</td> -</tr> -<tr> -<td>timeoutSeconds</td> -<td>Timeout for the list/watch call.</td> -</tr> -<tr> -<td>watch</td> -<td>Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.</td> -</tr> </tbody> </table> -<h3 id="response">Response</h3> -<table> -<thead> -<tr> -<th>Code</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>200 <br /> <em><a href="#event-versioned">Event</a></em></td> -<td>OK</td> -</tr> -</tbody> -</table> -<h2 id="watch-list-137">Watch List</h2> -<blockquote class="code-block kubectl"> -<p> <code>kubectl</code> Command</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> -</blockquote> -<pre class="code-block curl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block kubectl"> -<p> Output</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> Response Body</p> -</blockquote> -<pre class="code-block curl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<p>watch individual changes to a list of Service</p> -<h3 id="http-request">HTTP Request</h3> -<p><code>GET /api/v1/watch/namespaces/{namespace}/services</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -15954,10 +17559,6 @@ $ kubectl <span class="hljs-keyword">get</span> service deployment-example <span <td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> </tr> <tr> -<td>namespace</td> -<td>object name and auth scope, such as for teams and projects</td> -</tr> -<tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> @@ -15990,7 +17591,7 @@ $ kubectl <span class="hljs-keyword">get</span> service deployment-example <span </tr> </tbody> </table> -<h2 id="watch-list-all-namespaces-138">Watch List All Namespaces</h2> +<h2 id="watch-list-all-namespaces-144">Watch List All Namespaces</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -16018,7 +17619,7 @@ $ kubectl <span class="hljs-keyword">get</span> service deployment-example <span <p>watch individual changes to a list of Service</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /api/v1/watch/services</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -16068,9 +17669,9 @@ $ kubectl <span class="hljs-keyword">get</span> service deployment-example <span </tr> </tbody> </table> -<h2 id="-strong-status-operations-strong--139"><strong>Status Operations</strong></h2> +<h2 id="-strong-status-operations-strong--145"><strong>Status Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="patch-status-140">Patch Status</h2> +<h2 id="patch-status-146">Patch Status</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -16115,13 +17716,24 @@ $ kubectl <span class="hljs-keyword">get</span> service deployment-example <span <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -16151,7 +17763,7 @@ $ kubectl <span class="hljs-keyword">get</span> service deployment-example <span </tr> </tbody> </table> -<h2 id="read-status-141">Read Status</h2> +<h2 id="read-status-147">Read Status</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -16196,6 +17808,17 @@ $ kubectl <span class="hljs-keyword">get</span> service deployment-example <span <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> @@ -16217,7 +17840,7 @@ $ kubectl <span class="hljs-keyword">get</span> service deployment-example <span </tr> </tbody> </table> -<h2 id="replace-status-142">Replace Status</h2> +<h2 id="replace-status-148">Replace Status</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -16262,13 +17885,24 @@ $ kubectl <span class="hljs-keyword">get</span> service deployment-example <span <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -16298,9 +17932,9 @@ $ kubectl <span class="hljs-keyword">get</span> service deployment-example <span </tr> </tbody> </table> -<h2 id="-strong-proxy-operations-strong--143"><strong>Proxy Operations</strong></h2> +<h2 id="-strong-proxy-operations-strong--149"><strong>Proxy Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="create-connect-proxy-144">Create Connect Proxy</h2> +<h2 id="create-connect-proxy-150">Create Connect Proxy</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -16345,6 +17979,17 @@ $ kubectl <span class="hljs-keyword">get</span> service deployment-example <span <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>path</td> <td>Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is <a href="http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy">http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy</a>. Path is _search?q=user:kimchy.</td> @@ -16366,7 +18011,7 @@ $ kubectl <span class="hljs-keyword">get</span> service deployment-example <span </tr> </tbody> </table> -<h2 id="create-connect-proxy-path-145">Create Connect Proxy Path</h2> +<h2 id="create-connect-proxy-path-151">Create Connect Proxy Path</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -16415,6 +18060,17 @@ $ kubectl <span class="hljs-keyword">get</span> service deployment-example <span <td>path</td> <td>path to the resource</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>path</td> <td>Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is <a href="http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy">http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy</a>. Path is _search?q=user:kimchy.</td> @@ -16436,7 +18092,7 @@ $ kubectl <span class="hljs-keyword">get</span> service deployment-example <span </tr> </tbody> </table> -<h2 id="create-proxy-146">Create Proxy</h2> +<h2 id="create-proxy-152">Create Proxy</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -16498,7 +18154,7 @@ $ kubectl <span class="hljs-keyword">get</span> service deployment-example <span </tr> </tbody> </table> -<h2 id="create-proxy-path-147">Create Proxy Path</h2> +<h2 id="create-proxy-path-153">Create Proxy Path</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -16564,7 +18220,7 @@ $ kubectl <span class="hljs-keyword">get</span> service deployment-example <span </tr> </tbody> </table> -<h2 id="delete-connect-proxy-148">Delete Connect Proxy</h2> +<h2 id="delete-connect-proxy-154">Delete Connect Proxy</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -16609,6 +18265,17 @@ $ kubectl <span class="hljs-keyword">get</span> service deployment-example <span <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>path</td> <td>Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is <a href="http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy">http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy</a>. Path is _search?q=user:kimchy.</td> @@ -16630,7 +18297,7 @@ $ kubectl <span class="hljs-keyword">get</span> service deployment-example <span </tr> </tbody> </table> -<h2 id="delete-connect-proxy-path-149">Delete Connect Proxy Path</h2> +<h2 id="delete-connect-proxy-path-155">Delete Connect Proxy Path</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -16679,6 +18346,17 @@ $ kubectl <span class="hljs-keyword">get</span> service deployment-example <span <td>path</td> <td>path to the resource</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>path</td> <td>Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is <a href="http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy">http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy</a>. Path is _search?q=user:kimchy.</td> @@ -16700,7 +18378,7 @@ $ kubectl <span class="hljs-keyword">get</span> service deployment-example <span </tr> </tbody> </table> -<h2 id="delete-proxy-150">Delete Proxy</h2> +<h2 id="delete-proxy-156">Delete Proxy</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -16762,7 +18440,7 @@ $ kubectl <span class="hljs-keyword">get</span> service deployment-example <span </tr> </tbody> </table> -<h2 id="delete-proxy-path-151">Delete Proxy Path</h2> +<h2 id="delete-proxy-path-157">Delete Proxy Path</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -16828,7 +18506,7 @@ $ kubectl <span class="hljs-keyword">get</span> service deployment-example <span </tr> </tbody> </table> -<h2 id="get-connect-proxy-152">Get Connect Proxy</h2> +<h2 id="get-connect-proxy-158">Get Connect Proxy</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -16873,6 +18551,17 @@ $ kubectl <span class="hljs-keyword">get</span> service deployment-example <span <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>path</td> <td>Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is <a href="http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy">http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy</a>. Path is _search?q=user:kimchy.</td> @@ -16894,7 +18583,7 @@ $ kubectl <span class="hljs-keyword">get</span> service deployment-example <span </tr> </tbody> </table> -<h2 id="get-connect-proxy-path-153">Get Connect Proxy Path</h2> +<h2 id="get-connect-proxy-path-159">Get Connect Proxy Path</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -16943,6 +18632,17 @@ $ kubectl <span class="hljs-keyword">get</span> service deployment-example <span <td>path</td> <td>path to the resource</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>path</td> <td>Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is <a href="http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy">http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy</a>. Path is _search?q=user:kimchy.</td> @@ -16964,7 +18664,7 @@ $ kubectl <span class="hljs-keyword">get</span> service deployment-example <span </tr> </tbody> </table> -<h2 id="get-proxy-154">Get Proxy</h2> +<h2 id="get-proxy-160">Get Proxy</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -17026,7 +18726,7 @@ $ kubectl <span class="hljs-keyword">get</span> service deployment-example <span </tr> </tbody> </table> -<h2 id="get-proxy-path-155">Get Proxy Path</h2> +<h2 id="get-proxy-path-161">Get Proxy Path</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -17092,7 +18792,7 @@ $ kubectl <span class="hljs-keyword">get</span> service deployment-example <span </tr> </tbody> </table> -<h2 id="head-connect-proxy-156">Head Connect Proxy</h2> +<h2 id="head-connect-proxy-162">Head Connect Proxy</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -17137,6 +18837,17 @@ $ kubectl <span class="hljs-keyword">get</span> service deployment-example <span <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>path</td> <td>Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is <a href="http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy">http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy</a>. Path is _search?q=user:kimchy.</td> @@ -17158,7 +18869,7 @@ $ kubectl <span class="hljs-keyword">get</span> service deployment-example <span </tr> </tbody> </table> -<h2 id="head-connect-proxy-path-157">Head Connect Proxy Path</h2> +<h2 id="head-connect-proxy-path-163">Head Connect Proxy Path</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -17207,6 +18918,17 @@ $ kubectl <span class="hljs-keyword">get</span> service deployment-example <span <td>path</td> <td>path to the resource</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>path</td> <td>Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is <a href="http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy">http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy</a>. Path is _search?q=user:kimchy.</td> @@ -17228,7 +18950,7 @@ $ kubectl <span class="hljs-keyword">get</span> service deployment-example <span </tr> </tbody> </table> -<h2 id="replace-connect-proxy-158">Replace Connect Proxy</h2> +<h2 id="replace-connect-proxy-164">Replace Connect Proxy</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -17273,6 +18995,17 @@ $ kubectl <span class="hljs-keyword">get</span> service deployment-example <span <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>path</td> <td>Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is <a href="http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy">http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy</a>. Path is _search?q=user:kimchy.</td> @@ -17294,7 +19027,7 @@ $ kubectl <span class="hljs-keyword">get</span> service deployment-example <span </tr> </tbody> </table> -<h2 id="replace-connect-proxy-path-159">Replace Connect Proxy Path</h2> +<h2 id="replace-connect-proxy-path-165">Replace Connect Proxy Path</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -17343,6 +19076,17 @@ $ kubectl <span class="hljs-keyword">get</span> service deployment-example <span <td>path</td> <td>path to the resource</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>path</td> <td>Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is <a href="http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy">http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy</a>. Path is _search?q=user:kimchy.</td> @@ -17364,7 +19108,7 @@ $ kubectl <span class="hljs-keyword">get</span> service deployment-example <span </tr> </tbody> </table> -<h2 id="replace-proxy-160">Replace Proxy</h2> +<h2 id="replace-proxy-166">Replace Proxy</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -17426,7 +19170,7 @@ $ kubectl <span class="hljs-keyword">get</span> service deployment-example <span </tr> </tbody> </table> -<h2 id="replace-proxy-path-161">Replace Proxy Path</h2> +<h2 id="replace-proxy-path-167">Replace Proxy Path</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -17532,10 +19276,18 @@ Appears In <a href="#configmaplist-v1">ConfigMapList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>data <br /> <em>object</em></td> <td>Data contains the configuration data. Each key must be a valid DNS_SUBDOMAIN with an optional leading dot.</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -17551,18 +19303,26 @@ Appears In <a href="#configmaplist-v1">ConfigMapList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#configmap-v1">ConfigMap</a> array</em></td> <td>Items is the list of ConfigMaps.</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> </tbody> </table> -<h2 id="-strong-write-operations-strong--162"><strong>Write Operations</strong></h2> +<h2 id="-strong-write-operations-strong--168"><strong>Write Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="create-163">Create</h2> +<h2 id="create-169">Create</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -17603,13 +19363,24 @@ Appears In <a href="#configmaplist-v1">ConfigMapList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -17639,7 +19410,7 @@ Appears In <a href="#configmaplist-v1">ConfigMapList</a> </aside> </tr> </tbody> </table> -<h2 id="replace-164">Replace</h2> +<h2 id="replace-170">Replace</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -17684,13 +19455,24 @@ Appears In <a href="#configmaplist-v1">ConfigMapList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -17720,7 +19502,7 @@ Appears In <a href="#configmaplist-v1">ConfigMapList</a> </aside> </tr> </tbody> </table> -<h2 id="patch-165">Patch</h2> +<h2 id="patch-171">Patch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -17765,13 +19547,24 @@ Appears In <a href="#configmaplist-v1">ConfigMapList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -17801,7 +19594,7 @@ Appears In <a href="#configmaplist-v1">ConfigMapList</a> </aside> </tr> </tbody> </table> -<h2 id="delete-166">Delete</h2> +<h2 id="delete-172">Delete</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -17846,10 +19639,6 @@ Appears In <a href="#configmaplist-v1">ConfigMapList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -17862,8 +19651,8 @@ Appears In <a href="#configmaplist-v1">ConfigMapList</a> </aside> </thead> <tbody> <tr> -<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> -<td></td> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> </tr> <tr> <td>gracePeriodSeconds</td> @@ -17875,6 +19664,21 @@ Appears In <a href="#configmaplist-v1">ConfigMapList</a> </aside> </tr> </tbody> </table> +<h3 id="body-parameters">Body Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> +<td></td> +</tr> +</tbody> +</table> <h3 id="response">Response</h3> <table> <thead> @@ -17890,7 +19694,7 @@ Appears In <a href="#configmaplist-v1">ConfigMapList</a> </aside> </tr> </tbody> </table> -<h2 id="delete-collection-167">Delete Collection</h2> +<h2 id="delete-collection-173">Delete Collection</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -17931,10 +19735,6 @@ Appears In <a href="#configmaplist-v1">ConfigMapList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -17947,6 +19747,10 @@ Appears In <a href="#configmaplist-v1">ConfigMapList</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -17983,9 +19787,9 @@ Appears In <a href="#configmaplist-v1">ConfigMapList</a> </aside> </tr> </tbody> </table> -<h2 id="-strong-read-operations-strong--168"><strong>Read Operations</strong></h2> +<h2 id="-strong-read-operations-strong--174"><strong>Read Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="read-169">Read</h2> +<h2 id="read-175">Read</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -18030,10 +19834,6 @@ Appears In <a href="#configmaplist-v1">ConfigMapList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -18046,6 +19846,10 @@ Appears In <a href="#configmaplist-v1">ConfigMapList</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>exact</td> <td>Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'</td> </tr> @@ -18070,7 +19874,7 @@ Appears In <a href="#configmaplist-v1">ConfigMapList</a> </aside> </tr> </tbody> </table> -<h2 id="list-170">List</h2> +<h2 id="list-176">List</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -18111,10 +19915,6 @@ Appears In <a href="#configmaplist-v1">ConfigMapList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -18127,6 +19927,10 @@ Appears In <a href="#configmaplist-v1">ConfigMapList</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -18163,7 +19967,7 @@ Appears In <a href="#configmaplist-v1">ConfigMapList</a> </aside> </tr> </tbody> </table> -<h2 id="list-all-namespaces-171">List All Namespaces</h2> +<h2 id="list-all-namespaces-177">List All Namespaces</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -18191,7 +19995,7 @@ Appears In <a href="#configmaplist-v1">ConfigMapList</a> </aside> <p>list or watch objects of kind ConfigMap</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /api/v1/configmaps</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -18241,7 +20045,7 @@ Appears In <a href="#configmaplist-v1">ConfigMapList</a> </aside> </tr> </tbody> </table> -<h2 id="watch-172">Watch</h2> +<h2 id="watch-178">Watch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -18279,14 +20083,6 @@ Appears In <a href="#configmaplist-v1">ConfigMapList</a> </aside> </thead> <tbody> <tr> -<td>fieldSelector</td> -<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> -</tr> -<tr> -<td>labelSelector</td> -<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> -</tr> -<tr> <td>name</td> <td>name of the ConfigMap</td> </tr> @@ -18294,6 +20090,25 @@ Appears In <a href="#configmaplist-v1">ConfigMapList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fieldSelector</td> +<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> +</tr> +<tr> +<td>labelSelector</td> +<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> +</tr> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> @@ -18327,7 +20142,7 @@ Appears In <a href="#configmaplist-v1">ConfigMapList</a> </aside> </tr> </tbody> </table> -<h2 id="watch-list-all-namespaces-173">Watch List All Namespaces</h2> +<h2 id="watch-list-all-namespaces-179">Watch List All Namespaces</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -18355,7 +20170,7 @@ Appears In <a href="#configmaplist-v1">ConfigMapList</a> </aside> <p>watch individual changes to a list of ConfigMap</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /api/v1/watch/configmaps</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -18436,10 +20251,18 @@ Appears In <a href="#secretlist-v1">SecretList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>data <br /> <em>object</em></td> <td>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 <a href="https://tools.ietf.org/html/rfc4648#section-4">https://tools.ietf.org/html/rfc4648#section-4</a></td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -18463,18 +20286,26 @@ Appears In <a href="#secretlist-v1">SecretList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#secret-v1">Secret</a> array</em></td> <td>Items is a list of secret objects. More info: <a href="http://kubernetes.io/docs/user-guide/secrets">http://kubernetes.io/docs/user-guide/secrets</a></td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> </tr> </tbody> </table> -<h2 id="-strong-write-operations-strong--174"><strong>Write Operations</strong></h2> +<h2 id="-strong-write-operations-strong--180"><strong>Write Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="create-175">Create</h2> +<h2 id="create-181">Create</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -18515,13 +20346,24 @@ Appears In <a href="#secretlist-v1">SecretList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -18551,7 +20393,7 @@ Appears In <a href="#secretlist-v1">SecretList</a> </aside> </tr> </tbody> </table> -<h2 id="replace-176">Replace</h2> +<h2 id="replace-182">Replace</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -18596,13 +20438,24 @@ Appears In <a href="#secretlist-v1">SecretList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -18632,7 +20485,7 @@ Appears In <a href="#secretlist-v1">SecretList</a> </aside> </tr> </tbody> </table> -<h2 id="patch-177">Patch</h2> +<h2 id="patch-183">Patch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -18677,13 +20530,24 @@ Appears In <a href="#secretlist-v1">SecretList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -18713,7 +20577,7 @@ Appears In <a href="#secretlist-v1">SecretList</a> </aside> </tr> </tbody> </table> -<h2 id="delete-178">Delete</h2> +<h2 id="delete-184">Delete</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -18758,10 +20622,6 @@ Appears In <a href="#secretlist-v1">SecretList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -18774,8 +20634,8 @@ Appears In <a href="#secretlist-v1">SecretList</a> </aside> </thead> <tbody> <tr> -<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> -<td></td> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> </tr> <tr> <td>gracePeriodSeconds</td> @@ -18787,6 +20647,21 @@ Appears In <a href="#secretlist-v1">SecretList</a> </aside> </tr> </tbody> </table> +<h3 id="body-parameters">Body Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> +<td></td> +</tr> +</tbody> +</table> <h3 id="response">Response</h3> <table> <thead> @@ -18802,7 +20677,7 @@ Appears In <a href="#secretlist-v1">SecretList</a> </aside> </tr> </tbody> </table> -<h2 id="delete-collection-179">Delete Collection</h2> +<h2 id="delete-collection-185">Delete Collection</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -18843,10 +20718,6 @@ Appears In <a href="#secretlist-v1">SecretList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -18859,6 +20730,10 @@ Appears In <a href="#secretlist-v1">SecretList</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -18895,9 +20770,9 @@ Appears In <a href="#secretlist-v1">SecretList</a> </aside> </tr> </tbody> </table> -<h2 id="-strong-read-operations-strong--180"><strong>Read Operations</strong></h2> +<h2 id="-strong-read-operations-strong--186"><strong>Read Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="read-181">Read</h2> +<h2 id="read-187">Read</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -18942,10 +20817,6 @@ Appears In <a href="#secretlist-v1">SecretList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -18958,6 +20829,10 @@ Appears In <a href="#secretlist-v1">SecretList</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>exact</td> <td>Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'</td> </tr> @@ -18982,7 +20857,7 @@ Appears In <a href="#secretlist-v1">SecretList</a> </aside> </tr> </tbody> </table> -<h2 id="list-182">List</h2> +<h2 id="list-188">List</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -19023,10 +20898,6 @@ Appears In <a href="#secretlist-v1">SecretList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -19039,6 +20910,10 @@ Appears In <a href="#secretlist-v1">SecretList</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -19075,7 +20950,7 @@ Appears In <a href="#secretlist-v1">SecretList</a> </aside> </tr> </tbody> </table> -<h2 id="list-all-namespaces-183">List All Namespaces</h2> +<h2 id="list-all-namespaces-189">List All Namespaces</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -19103,7 +20978,7 @@ Appears In <a href="#secretlist-v1">SecretList</a> </aside> <p>list or watch objects of kind Secret</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /api/v1/secrets</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -19153,7 +21028,7 @@ Appears In <a href="#secretlist-v1">SecretList</a> </aside> </tr> </tbody> </table> -<h2 id="watch-184">Watch</h2> +<h2 id="watch-190">Watch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -19191,14 +21066,6 @@ Appears In <a href="#secretlist-v1">SecretList</a> </aside> </thead> <tbody> <tr> -<td>fieldSelector</td> -<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> -</tr> -<tr> -<td>labelSelector</td> -<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> -</tr> -<tr> <td>name</td> <td>name of the Secret</td> </tr> @@ -19206,6 +21073,25 @@ Appears In <a href="#secretlist-v1">SecretList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fieldSelector</td> +<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> +</tr> +<tr> +<td>labelSelector</td> +<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> +</tr> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> @@ -19239,7 +21125,100 @@ Appears In <a href="#secretlist-v1">SecretList</a> </aside> </tr> </tbody> </table> -<h2 id="watch-list-all-namespaces-185">Watch List All Namespaces</h2> +<h2 id="watch-list-191">Watch List</h2> +<blockquote class="code-block kubectl"> +<p> <code>kubectl</code> Command</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> +</blockquote> +<pre class="code-block curl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block kubectl"> +<p> Output</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> Response Body</p> +</blockquote> +<pre class="code-block curl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<p>watch individual changes to a list of Secret</p> +<h3 id="http-request">HTTP Request</h3> +<p><code>GET /api/v1/watch/namespaces/{namespace}/secrets</code></p> +<h3 id="path-parameters">Path Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>namespace</td> +<td>object name and auth scope, such as for teams and projects</td> +</tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fieldSelector</td> +<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> +</tr> +<tr> +<td>labelSelector</td> +<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> +</tr> +<tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> +<td>resourceVersion</td> +<td>When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.</td> +</tr> +<tr> +<td>timeoutSeconds</td> +<td>Timeout for the list/watch call.</td> +</tr> +<tr> +<td>watch</td> +<td>Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.</td> +</tr> +</tbody> +</table> +<h3 id="response">Response</h3> +<table> +<thead> +<tr> +<th>Code</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>200 <br /> <em><a href="#event-versioned">Event</a></em></td> +<td>OK</td> +</tr> +</tbody> +</table> +<h2 id="watch-list-all-namespaces-192">Watch List All Namespaces</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -19267,7 +21246,7 @@ Appears In <a href="#secretlist-v1">SecretList</a> </aside> <p>watch individual changes to a list of Secret</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /api/v1/watch/secrets</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -19353,6 +21332,14 @@ Appears In <a href="#persistentvolumeclaimlist-v1">PersistentVolumeClaimList</a> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -19432,18 +21419,26 @@ Appears In <a href="#persistentvolumeclaim-v1">PersistentVolumeClaim</a> </aside </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#persistentvolumeclaim-v1">PersistentVolumeClaim</a> array</em></td> <td>A list of persistent volume claims. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims">http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims</a></td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> </tr> </tbody> </table> -<h2 id="-strong-write-operations-strong--186"><strong>Write Operations</strong></h2> +<h2 id="-strong-write-operations-strong--193"><strong>Write Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="create-187">Create</h2> +<h2 id="create-194">Create</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -19484,13 +21479,24 @@ Appears In <a href="#persistentvolumeclaim-v1">PersistentVolumeClaim</a> </aside <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -19520,7 +21526,7 @@ Appears In <a href="#persistentvolumeclaim-v1">PersistentVolumeClaim</a> </aside </tr> </tbody> </table> -<h2 id="replace-188">Replace</h2> +<h2 id="replace-195">Replace</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -19565,13 +21571,24 @@ Appears In <a href="#persistentvolumeclaim-v1">PersistentVolumeClaim</a> </aside <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -19601,7 +21618,7 @@ Appears In <a href="#persistentvolumeclaim-v1">PersistentVolumeClaim</a> </aside </tr> </tbody> </table> -<h2 id="patch-189">Patch</h2> +<h2 id="patch-196">Patch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -19646,13 +21663,24 @@ Appears In <a href="#persistentvolumeclaim-v1">PersistentVolumeClaim</a> </aside <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -19682,7 +21710,7 @@ Appears In <a href="#persistentvolumeclaim-v1">PersistentVolumeClaim</a> </aside </tr> </tbody> </table> -<h2 id="delete-190">Delete</h2> +<h2 id="delete-197">Delete</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -19727,10 +21755,6 @@ Appears In <a href="#persistentvolumeclaim-v1">PersistentVolumeClaim</a> </aside <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -19743,8 +21767,8 @@ Appears In <a href="#persistentvolumeclaim-v1">PersistentVolumeClaim</a> </aside </thead> <tbody> <tr> -<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> -<td></td> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> </tr> <tr> <td>gracePeriodSeconds</td> @@ -19756,6 +21780,21 @@ Appears In <a href="#persistentvolumeclaim-v1">PersistentVolumeClaim</a> </aside </tr> </tbody> </table> +<h3 id="body-parameters">Body Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> +<td></td> +</tr> +</tbody> +</table> <h3 id="response">Response</h3> <table> <thead> @@ -19771,7 +21810,7 @@ Appears In <a href="#persistentvolumeclaim-v1">PersistentVolumeClaim</a> </aside </tr> </tbody> </table> -<h2 id="delete-collection-191">Delete Collection</h2> +<h2 id="delete-collection-198">Delete Collection</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -19812,10 +21851,6 @@ Appears In <a href="#persistentvolumeclaim-v1">PersistentVolumeClaim</a> </aside <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -19828,6 +21863,10 @@ Appears In <a href="#persistentvolumeclaim-v1">PersistentVolumeClaim</a> </aside </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -19864,9 +21903,9 @@ Appears In <a href="#persistentvolumeclaim-v1">PersistentVolumeClaim</a> </aside </tr> </tbody> </table> -<h2 id="-strong-read-operations-strong--192"><strong>Read Operations</strong></h2> +<h2 id="-strong-read-operations-strong--199"><strong>Read Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="read-193">Read</h2> +<h2 id="read-200">Read</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -19911,10 +21950,6 @@ Appears In <a href="#persistentvolumeclaim-v1">PersistentVolumeClaim</a> </aside <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -19927,6 +21962,10 @@ Appears In <a href="#persistentvolumeclaim-v1">PersistentVolumeClaim</a> </aside </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>exact</td> <td>Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'</td> </tr> @@ -19951,7 +21990,7 @@ Appears In <a href="#persistentvolumeclaim-v1">PersistentVolumeClaim</a> </aside </tr> </tbody> </table> -<h2 id="list-194">List</h2> +<h2 id="list-201">List</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -19992,10 +22031,6 @@ Appears In <a href="#persistentvolumeclaim-v1">PersistentVolumeClaim</a> </aside <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -20008,6 +22043,10 @@ Appears In <a href="#persistentvolumeclaim-v1">PersistentVolumeClaim</a> </aside </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -20044,7 +22083,7 @@ Appears In <a href="#persistentvolumeclaim-v1">PersistentVolumeClaim</a> </aside </tr> </tbody> </table> -<h2 id="list-all-namespaces-195">List All Namespaces</h2> +<h2 id="list-all-namespaces-202">List All Namespaces</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -20072,7 +22111,7 @@ Appears In <a href="#persistentvolumeclaim-v1">PersistentVolumeClaim</a> </aside <p>list or watch objects of kind PersistentVolumeClaim</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /api/v1/persistentvolumeclaims</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -20122,7 +22161,7 @@ Appears In <a href="#persistentvolumeclaim-v1">PersistentVolumeClaim</a> </aside </tr> </tbody> </table> -<h2 id="watch-196">Watch</h2> +<h2 id="watch-203">Watch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -20160,14 +22199,6 @@ Appears In <a href="#persistentvolumeclaim-v1">PersistentVolumeClaim</a> </aside </thead> <tbody> <tr> -<td>fieldSelector</td> -<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> -</tr> -<tr> -<td>labelSelector</td> -<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> -</tr> -<tr> <td>name</td> <td>name of the PersistentVolumeClaim</td> </tr> @@ -20175,68 +22206,9 @@ Appears In <a href="#persistentvolumeclaim-v1">PersistentVolumeClaim</a> </aside <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> -<tr> -<td>resourceVersion</td> -<td>When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.</td> -</tr> -<tr> -<td>timeoutSeconds</td> -<td>Timeout for the list/watch call.</td> -</tr> -<tr> -<td>watch</td> -<td>Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.</td> -</tr> </tbody> </table> -<h3 id="response">Response</h3> -<table> -<thead> -<tr> -<th>Code</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>200 <br /> <em><a href="#event-versioned">Event</a></em></td> -<td>OK</td> -</tr> -</tbody> -</table> -<h2 id="watch-list-all-namespaces-197">Watch List All Namespaces</h2> -<blockquote class="code-block kubectl"> -<p> <code>kubectl</code> Command</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> -</blockquote> -<pre class="code-block curl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block kubectl"> -<p> Output</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> Response Body</p> -</blockquote> -<pre class="code-block curl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<p>watch individual changes to a list of PersistentVolumeClaim</p> -<h3 id="http-request">HTTP Request</h3> -<p><code>GET /api/v1/watch/persistentvolumeclaims</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -20286,9 +22258,87 @@ Appears In <a href="#persistentvolumeclaim-v1">PersistentVolumeClaim</a> </aside </tr> </tbody> </table> -<h2 id="-strong-status-operations-strong--198"><strong>Status Operations</strong></h2> +<h2 id="watch-list-all-namespaces-204">Watch List All Namespaces</h2> +<blockquote class="code-block kubectl"> +<p> <code>kubectl</code> Command</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> +</blockquote> +<pre class="code-block curl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block kubectl"> +<p> Output</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> Response Body</p> +</blockquote> +<pre class="code-block curl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<p>watch individual changes to a list of PersistentVolumeClaim</p> +<h3 id="http-request">HTTP Request</h3> +<p><code>GET /api/v1/watch/persistentvolumeclaims</code></p> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fieldSelector</td> +<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> +</tr> +<tr> +<td>labelSelector</td> +<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> +</tr> +<tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> +<td>resourceVersion</td> +<td>When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.</td> +</tr> +<tr> +<td>timeoutSeconds</td> +<td>Timeout for the list/watch call.</td> +</tr> +<tr> +<td>watch</td> +<td>Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.</td> +</tr> +</tbody> +</table> +<h3 id="response">Response</h3> +<table> +<thead> +<tr> +<th>Code</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>200 <br /> <em><a href="#event-versioned">Event</a></em></td> +<td>OK</td> +</tr> +</tbody> +</table> +<h2 id="-strong-status-operations-strong--205"><strong>Status Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="patch-status-199">Patch Status</h2> +<h2 id="patch-status-206">Patch Status</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -20333,13 +22383,24 @@ Appears In <a href="#persistentvolumeclaim-v1">PersistentVolumeClaim</a> </aside <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -20369,7 +22430,7 @@ Appears In <a href="#persistentvolumeclaim-v1">PersistentVolumeClaim</a> </aside </tr> </tbody> </table> -<h2 id="read-status-200">Read Status</h2> +<h2 id="read-status-207">Read Status</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -20414,6 +22475,17 @@ Appears In <a href="#persistentvolumeclaim-v1">PersistentVolumeClaim</a> </aside <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> @@ -20435,7 +22507,7 @@ Appears In <a href="#persistentvolumeclaim-v1">PersistentVolumeClaim</a> </aside </tr> </tbody> </table> -<h2 id="replace-status-201">Replace Status</h2> +<h2 id="replace-status-208">Replace Status</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -20480,13 +22552,24 @@ Appears In <a href="#persistentvolumeclaim-v1">PersistentVolumeClaim</a> </aside <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -20548,6 +22631,14 @@ Appears In <a href="#storageclasslist-v1beta1">StorageClassList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -20571,18 +22662,26 @@ Appears In <a href="#storageclasslist-v1beta1">StorageClassList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#storageclass-v1beta1">StorageClass</a> array</em></td> <td>Items is the list of StorageClasses</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> </tbody> </table> -<h2 id="-strong-write-operations-strong--202"><strong>Write Operations</strong></h2> +<h2 id="-strong-write-operations-strong--209"><strong>Write Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="create-203">Create</h2> +<h2 id="create-210">Create</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -20610,7 +22709,7 @@ Appears In <a href="#storageclasslist-v1beta1">StorageClassList</a> </aside> <p>create a StorageClass</p> <h3 id="http-request">HTTP Request</h3> <p><code>POST /apis/storage.k8s.io/v1beta1/storageclasses</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -20625,7 +22724,7 @@ Appears In <a href="#storageclasslist-v1beta1">StorageClassList</a> </aside> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -20655,7 +22754,7 @@ Appears In <a href="#storageclasslist-v1beta1">StorageClassList</a> </aside> </tr> </tbody> </table> -<h2 id="replace-204">Replace</h2> +<h2 id="replace-211">Replace</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -20696,13 +22795,24 @@ Appears In <a href="#storageclasslist-v1beta1">StorageClassList</a> </aside> <td>name</td> <td>name of the StorageClass</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -20732,7 +22842,7 @@ Appears In <a href="#storageclasslist-v1beta1">StorageClassList</a> </aside> </tr> </tbody> </table> -<h2 id="patch-205">Patch</h2> +<h2 id="patch-212">Patch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -20773,13 +22883,24 @@ Appears In <a href="#storageclasslist-v1beta1">StorageClassList</a> </aside> <td>name</td> <td>name of the StorageClass</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -20809,7 +22930,7 @@ Appears In <a href="#storageclasslist-v1beta1">StorageClassList</a> </aside> </tr> </tbody> </table> -<h2 id="delete-206">Delete</h2> +<h2 id="delete-213">Delete</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -20850,10 +22971,6 @@ Appears In <a href="#storageclasslist-v1beta1">StorageClassList</a> </aside> <td>name</td> <td>name of the StorageClass</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -20866,8 +22983,8 @@ Appears In <a href="#storageclasslist-v1beta1">StorageClassList</a> </aside> </thead> <tbody> <tr> -<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> -<td></td> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> </tr> <tr> <td>gracePeriodSeconds</td> @@ -20879,6 +22996,21 @@ Appears In <a href="#storageclasslist-v1beta1">StorageClassList</a> </aside> </tr> </tbody> </table> +<h3 id="body-parameters">Body Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> +<td></td> +</tr> +</tbody> +</table> <h3 id="response">Response</h3> <table> <thead> @@ -20894,7 +23026,7 @@ Appears In <a href="#storageclasslist-v1beta1">StorageClassList</a> </aside> </tr> </tbody> </table> -<h2 id="delete-collection-207">Delete Collection</h2> +<h2 id="delete-collection-214">Delete Collection</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -20922,7 +23054,7 @@ Appears In <a href="#storageclasslist-v1beta1">StorageClassList</a> </aside> <p>delete collection of StorageClass</p> <h3 id="http-request">HTTP Request</h3> <p><code>DELETE /apis/storage.k8s.io/v1beta1/storageclasses</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -20935,17 +23067,6 @@ Appears In <a href="#storageclasslist-v1beta1">StorageClassList</a> </aside> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> -</tbody> -</table> -<h3 id="query-parameters">Query Parameters</h3> -<table> -<thead> -<tr> -<th>Parameter</th> -<th>Description</th> -</tr> -</thead> -<tbody> <tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> @@ -20983,9 +23104,9 @@ Appears In <a href="#storageclasslist-v1beta1">StorageClassList</a> </aside> </tr> </tbody> </table> -<h2 id="-strong-read-operations-strong--208"><strong>Read Operations</strong></h2> +<h2 id="-strong-read-operations-strong--215"><strong>Read Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="read-209">Read</h2> +<h2 id="read-216">Read</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -21026,10 +23147,6 @@ Appears In <a href="#storageclasslist-v1beta1">StorageClassList</a> </aside> <td>name</td> <td>name of the StorageClass</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -21042,6 +23159,10 @@ Appears In <a href="#storageclasslist-v1beta1">StorageClassList</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>exact</td> <td>Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'</td> </tr> @@ -21066,7 +23187,7 @@ Appears In <a href="#storageclasslist-v1beta1">StorageClassList</a> </aside> </tr> </tbody> </table> -<h2 id="list-210">List</h2> +<h2 id="list-217">List</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -21094,7 +23215,7 @@ Appears In <a href="#storageclasslist-v1beta1">StorageClassList</a> </aside> <p>list or watch objects of kind StorageClass</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /apis/storage.k8s.io/v1beta1/storageclasses</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -21107,17 +23228,6 @@ Appears In <a href="#storageclasslist-v1beta1">StorageClassList</a> </aside> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> -</tbody> -</table> -<h3 id="query-parameters">Query Parameters</h3> -<table> -<thead> -<tr> -<th>Parameter</th> -<th>Description</th> -</tr> -</thead> -<tbody> <tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> @@ -21155,7 +23265,7 @@ Appears In <a href="#storageclasslist-v1beta1">StorageClassList</a> </aside> </tr> </tbody> </table> -<h2 id="watch-211">Watch</h2> +<h2 id="watch-218">Watch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -21193,79 +23303,12 @@ Appears In <a href="#storageclasslist-v1beta1">StorageClassList</a> </aside> </thead> <tbody> <tr> -<td>fieldSelector</td> -<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> -</tr> -<tr> -<td>labelSelector</td> -<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> -</tr> -<tr> <td>name</td> <td>name of the StorageClass</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> -<tr> -<td>resourceVersion</td> -<td>When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.</td> -</tr> -<tr> -<td>timeoutSeconds</td> -<td>Timeout for the list/watch call.</td> -</tr> -<tr> -<td>watch</td> -<td>Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.</td> -</tr> </tbody> </table> -<h3 id="response">Response</h3> -<table> -<thead> -<tr> -<th>Code</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>200 <br /> <em><a href="#event-versioned">Event</a></em></td> -<td>OK</td> -</tr> -</tbody> -</table> -<h2 id="watch-list-212">Watch List</h2> -<blockquote class="code-block kubectl"> -<p> <code>kubectl</code> Command</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> -</blockquote> -<pre class="code-block curl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block kubectl"> -<p> Output</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> Response Body</p> -</blockquote> -<pre class="code-block curl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<p>watch individual changes to a list of StorageClass</p> -<h3 id="http-request">HTTP Request</h3> -<p><code>GET /apis/storage.k8s.io/v1beta1/watch/storageclasses</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -21346,9 +23389,101 @@ Appears In <a href="#podspec-v1">PodSpec</a> </aside> </thead> <tbody> <tr> +<td>awsElasticBlockStore <br /> <em><a href="#awselasticblockstorevolumesource-v1">AWSElasticBlockStoreVolumeSource</a></em></td> +<td>AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: <a href="http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore">http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore</a></td> +</tr> +<tr> +<td>azureDisk <br /> <em><a href="#azurediskvolumesource-v1">AzureDiskVolumeSource</a></em></td> +<td>AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.</td> +</tr> +<tr> +<td>azureFile <br /> <em><a href="#azurefilevolumesource-v1">AzureFileVolumeSource</a></em></td> +<td>AzureFile represents an Azure File Service mount on the host and bind mount to the pod.</td> +</tr> +<tr> +<td>cephfs <br /> <em><a href="#cephfsvolumesource-v1">CephFSVolumeSource</a></em></td> +<td>CephFS represents a Ceph FS mount on the host that shares a pod's lifetime</td> +</tr> +<tr> +<td>cinder <br /> <em><a href="#cindervolumesource-v1">CinderVolumeSource</a></em></td> +<td>Cinder represents a cinder volume attached and mounted on kubelets host machine More info: <a href="http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md">http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md</a></td> +</tr> +<tr> +<td>configMap <br /> <em><a href="#configmapvolumesource-v1">ConfigMapVolumeSource</a></em></td> +<td>ConfigMap represents a configMap that should populate this volume</td> +</tr> +<tr> +<td>downwardAPI <br /> <em><a href="#downwardapivolumesource-v1">DownwardAPIVolumeSource</a></em></td> +<td>DownwardAPI represents downward API about the pod that should populate this volume</td> +</tr> +<tr> +<td>emptyDir <br /> <em><a href="#emptydirvolumesource-v1">EmptyDirVolumeSource</a></em></td> +<td>EmptyDir represents a temporary directory that shares a pod's lifetime. More info: <a href="http://kubernetes.io/docs/user-guide/volumes#emptydir">http://kubernetes.io/docs/user-guide/volumes#emptydir</a></td> +</tr> +<tr> +<td>fc <br /> <em><a href="#fcvolumesource-v1">FCVolumeSource</a></em></td> +<td>FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod.</td> +</tr> +<tr> +<td>flexVolume <br /> <em><a href="#flexvolumesource-v1">FlexVolumeSource</a></em></td> +<td>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.</td> +</tr> +<tr> +<td>flocker <br /> <em><a href="#flockervolumesource-v1">FlockerVolumeSource</a></em></td> +<td>Flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running</td> +</tr> +<tr> +<td>gcePersistentDisk <br /> <em><a href="#gcepersistentdiskvolumesource-v1">GCEPersistentDiskVolumeSource</a></em></td> +<td>GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: <a href="http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk">http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk</a></td> +</tr> +<tr> +<td>gitRepo <br /> <em><a href="#gitrepovolumesource-v1">GitRepoVolumeSource</a></em></td> +<td>GitRepo represents a git repository at a particular revision.</td> +</tr> +<tr> +<td>glusterfs <br /> <em><a href="#glusterfsvolumesource-v1">GlusterfsVolumeSource</a></em></td> +<td>Glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. More info: <a href="http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md">http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md</a></td> +</tr> +<tr> +<td>hostPath <br /> <em><a href="#hostpathvolumesource-v1">HostPathVolumeSource</a></em></td> +<td>HostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: <a href="http://kubernetes.io/docs/user-guide/volumes#hostpath">http://kubernetes.io/docs/user-guide/volumes#hostpath</a></td> +</tr> +<tr> +<td>iscsi <br /> <em><a href="#iscsivolumesource-v1">ISCSIVolumeSource</a></em></td> +<td>ISCSI represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: <a href="http://releases.k8s.io/HEAD/examples/volumes/iscsi/README.md">http://releases.k8s.io/HEAD/examples/volumes/iscsi/README.md</a></td> +</tr> +<tr> <td>name <br /> <em>string</em></td> <td>Volume's name. Must be a DNS_LABEL and unique within the pod. More info: <a href="http://kubernetes.io/docs/user-guide/identifiers#names">http://kubernetes.io/docs/user-guide/identifiers#names</a></td> </tr> +<tr> +<td>nfs <br /> <em><a href="#nfsvolumesource-v1">NFSVolumeSource</a></em></td> +<td>NFS represents an NFS mount on the host that shares a pod's lifetime More info: <a href="http://kubernetes.io/docs/user-guide/volumes#nfs">http://kubernetes.io/docs/user-guide/volumes#nfs</a></td> +</tr> +<tr> +<td>persistentVolumeClaim <br /> <em><a href="#persistentvolumeclaimvolumesource-v1">PersistentVolumeClaimVolumeSource</a></em></td> +<td>PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims">http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims</a></td> +</tr> +<tr> +<td>photonPersistentDisk <br /> <em><a href="#photonpersistentdiskvolumesource-v1">PhotonPersistentDiskVolumeSource</a></em></td> +<td>PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine</td> +</tr> +<tr> +<td>quobyte <br /> <em><a href="#quobytevolumesource-v1">QuobyteVolumeSource</a></em></td> +<td>Quobyte represents a Quobyte mount on the host that shares a pod's lifetime</td> +</tr> +<tr> +<td>rbd <br /> <em><a href="#rbdvolumesource-v1">RBDVolumeSource</a></em></td> +<td>RBD represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: <a href="http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md">http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md</a></td> +</tr> +<tr> +<td>secret <br /> <em><a href="#secretvolumesource-v1">SecretVolumeSource</a></em></td> +<td>Secret represents a secret that should populate this volume. More info: <a href="http://kubernetes.io/docs/user-guide/volumes#secrets">http://kubernetes.io/docs/user-guide/volumes#secrets</a></td> +</tr> +<tr> +<td>vsphereVolume <br /> <em><a href="#vspherevirtualdiskvolumesource-v1">VsphereVirtualDiskVolumeSource</a></em></td> +<td>VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine</td> +</tr> </tbody> </table> <h1 id="-strong-metadata-strong-"><strong>METADATA</strong></h1> @@ -21395,6 +23530,10 @@ Appears In <a href="#eventlist-v1">EventList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>count <br /> <em>integer</em></td> <td>The number of times this event has occurred.</td> </tr> @@ -21407,6 +23546,10 @@ Appears In <a href="#eventlist-v1">EventList</a> </aside> <td>The object that this event is about.</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>lastTimestamp <br /> <em><a href="#time-unversioned">Time</a></em></td> <td>The time at which the most recent occurrence of this event was recorded.</td> </tr> @@ -21442,18 +23585,26 @@ Appears In <a href="#eventlist-v1">EventList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#event-v1">Event</a> array</em></td> <td>List of events</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> </tr> </tbody> </table> -<h2 id="-strong-write-operations-strong--213"><strong>Write Operations</strong></h2> +<h2 id="-strong-write-operations-strong--219"><strong>Write Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="create-214">Create</h2> +<h2 id="create-220">Create</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -21494,13 +23645,24 @@ Appears In <a href="#eventlist-v1">EventList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -21530,7 +23692,7 @@ Appears In <a href="#eventlist-v1">EventList</a> </aside> </tr> </tbody> </table> -<h2 id="replace-215">Replace</h2> +<h2 id="replace-221">Replace</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -21575,13 +23737,24 @@ Appears In <a href="#eventlist-v1">EventList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -21611,7 +23784,7 @@ Appears In <a href="#eventlist-v1">EventList</a> </aside> </tr> </tbody> </table> -<h2 id="patch-216">Patch</h2> +<h2 id="patch-222">Patch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -21656,13 +23829,24 @@ Appears In <a href="#eventlist-v1">EventList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -21692,7 +23876,7 @@ Appears In <a href="#eventlist-v1">EventList</a> </aside> </tr> </tbody> </table> -<h2 id="delete-217">Delete</h2> +<h2 id="delete-223">Delete</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -21737,10 +23921,6 @@ Appears In <a href="#eventlist-v1">EventList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -21753,8 +23933,8 @@ Appears In <a href="#eventlist-v1">EventList</a> </aside> </thead> <tbody> <tr> -<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> -<td></td> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> </tr> <tr> <td>gracePeriodSeconds</td> @@ -21766,6 +23946,21 @@ Appears In <a href="#eventlist-v1">EventList</a> </aside> </tr> </tbody> </table> +<h3 id="body-parameters">Body Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> +<td></td> +</tr> +</tbody> +</table> <h3 id="response">Response</h3> <table> <thead> @@ -21781,7 +23976,7 @@ Appears In <a href="#eventlist-v1">EventList</a> </aside> </tr> </tbody> </table> -<h2 id="delete-collection-218">Delete Collection</h2> +<h2 id="delete-collection-224">Delete Collection</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -21822,10 +24017,6 @@ Appears In <a href="#eventlist-v1">EventList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -21838,6 +24029,10 @@ Appears In <a href="#eventlist-v1">EventList</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -21874,9 +24069,9 @@ Appears In <a href="#eventlist-v1">EventList</a> </aside> </tr> </tbody> </table> -<h2 id="-strong-read-operations-strong--219"><strong>Read Operations</strong></h2> +<h2 id="-strong-read-operations-strong--225"><strong>Read Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="read-220">Read</h2> +<h2 id="read-226">Read</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -21921,10 +24116,6 @@ Appears In <a href="#eventlist-v1">EventList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -21937,6 +24128,10 @@ Appears In <a href="#eventlist-v1">EventList</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>exact</td> <td>Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'</td> </tr> @@ -21961,7 +24156,7 @@ Appears In <a href="#eventlist-v1">EventList</a> </aside> </tr> </tbody> </table> -<h2 id="list-221">List</h2> +<h2 id="list-227">List</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -22002,10 +24197,6 @@ Appears In <a href="#eventlist-v1">EventList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -22018,6 +24209,10 @@ Appears In <a href="#eventlist-v1">EventList</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -22054,7 +24249,7 @@ Appears In <a href="#eventlist-v1">EventList</a> </aside> </tr> </tbody> </table> -<h2 id="list-all-namespaces-222">List All Namespaces</h2> +<h2 id="list-all-namespaces-228">List All Namespaces</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -22082,7 +24277,7 @@ Appears In <a href="#eventlist-v1">EventList</a> </aside> <p>list or watch objects of kind Event</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /api/v1/events</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -22132,7 +24327,7 @@ Appears In <a href="#eventlist-v1">EventList</a> </aside> </tr> </tbody> </table> -<h2 id="watch-223">Watch</h2> +<h2 id="watch-229">Watch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -22170,14 +24365,6 @@ Appears In <a href="#eventlist-v1">EventList</a> </aside> </thead> <tbody> <tr> -<td>fieldSelector</td> -<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> -</tr> -<tr> -<td>labelSelector</td> -<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> -</tr> -<tr> <td>name</td> <td>name of the Event</td> </tr> @@ -22185,6 +24372,25 @@ Appears In <a href="#eventlist-v1">EventList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fieldSelector</td> +<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> +</tr> +<tr> +<td>labelSelector</td> +<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> +</tr> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> @@ -22218,7 +24424,7 @@ Appears In <a href="#eventlist-v1">EventList</a> </aside> </tr> </tbody> </table> -<h2 id="watch-list-all-namespaces-224">Watch List All Namespaces</h2> +<h2 id="watch-list-all-namespaces-230">Watch List All Namespaces</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -22246,7 +24452,7 @@ Appears In <a href="#eventlist-v1">EventList</a> </aside> <p>watch individual changes to a list of Event</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /api/v1/watch/events</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -22327,6 +24533,14 @@ Appears In <a href="#limitrangelist-v1">LimitRangeList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -22364,18 +24578,26 @@ Appears In <a href="#limitrange-v1">LimitRange</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#limitrange-v1">LimitRange</a> array</em></td> <td>Items is a list of LimitRange objects. More info: <a href="http://releases.k8s.io/HEAD/docs/design/admission_control_limit_range.md">http://releases.k8s.io/HEAD/docs/design/admission_control_limit_range.md</a></td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> </tr> </tbody> </table> -<h2 id="-strong-write-operations-strong--225"><strong>Write Operations</strong></h2> +<h2 id="-strong-write-operations-strong--231"><strong>Write Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="create-226">Create</h2> +<h2 id="create-232">Create</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -22416,13 +24638,24 @@ Appears In <a href="#limitrange-v1">LimitRange</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -22452,7 +24685,7 @@ Appears In <a href="#limitrange-v1">LimitRange</a> </aside> </tr> </tbody> </table> -<h2 id="replace-227">Replace</h2> +<h2 id="replace-233">Replace</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -22497,13 +24730,24 @@ Appears In <a href="#limitrange-v1">LimitRange</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -22533,7 +24777,7 @@ Appears In <a href="#limitrange-v1">LimitRange</a> </aside> </tr> </tbody> </table> -<h2 id="patch-228">Patch</h2> +<h2 id="patch-234">Patch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -22578,13 +24822,24 @@ Appears In <a href="#limitrange-v1">LimitRange</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -22614,7 +24869,7 @@ Appears In <a href="#limitrange-v1">LimitRange</a> </aside> </tr> </tbody> </table> -<h2 id="delete-229">Delete</h2> +<h2 id="delete-235">Delete</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -22659,10 +24914,6 @@ Appears In <a href="#limitrange-v1">LimitRange</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -22675,8 +24926,8 @@ Appears In <a href="#limitrange-v1">LimitRange</a> </aside> </thead> <tbody> <tr> -<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> -<td></td> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> </tr> <tr> <td>gracePeriodSeconds</td> @@ -22688,6 +24939,21 @@ Appears In <a href="#limitrange-v1">LimitRange</a> </aside> </tr> </tbody> </table> +<h3 id="body-parameters">Body Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> +<td></td> +</tr> +</tbody> +</table> <h3 id="response">Response</h3> <table> <thead> @@ -22703,7 +24969,7 @@ Appears In <a href="#limitrange-v1">LimitRange</a> </aside> </tr> </tbody> </table> -<h2 id="delete-collection-230">Delete Collection</h2> +<h2 id="delete-collection-236">Delete Collection</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -22744,10 +25010,6 @@ Appears In <a href="#limitrange-v1">LimitRange</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -22760,6 +25022,10 @@ Appears In <a href="#limitrange-v1">LimitRange</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -22796,9 +25062,9 @@ Appears In <a href="#limitrange-v1">LimitRange</a> </aside> </tr> </tbody> </table> -<h2 id="-strong-read-operations-strong--231"><strong>Read Operations</strong></h2> +<h2 id="-strong-read-operations-strong--237"><strong>Read Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="read-232">Read</h2> +<h2 id="read-238">Read</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -22843,10 +25109,6 @@ Appears In <a href="#limitrange-v1">LimitRange</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -22859,6 +25121,10 @@ Appears In <a href="#limitrange-v1">LimitRange</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>exact</td> <td>Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'</td> </tr> @@ -22883,7 +25149,7 @@ Appears In <a href="#limitrange-v1">LimitRange</a> </aside> </tr> </tbody> </table> -<h2 id="list-233">List</h2> +<h2 id="list-239">List</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -22924,10 +25190,6 @@ Appears In <a href="#limitrange-v1">LimitRange</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -22940,6 +25202,10 @@ Appears In <a href="#limitrange-v1">LimitRange</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -22976,7 +25242,7 @@ Appears In <a href="#limitrange-v1">LimitRange</a> </aside> </tr> </tbody> </table> -<h2 id="list-all-namespaces-234">List All Namespaces</h2> +<h2 id="list-all-namespaces-240">List All Namespaces</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -23004,7 +25270,7 @@ Appears In <a href="#limitrange-v1">LimitRange</a> </aside> <p>list or watch objects of kind LimitRange</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /api/v1/limitranges</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -23054,7 +25320,7 @@ Appears In <a href="#limitrange-v1">LimitRange</a> </aside> </tr> </tbody> </table> -<h2 id="watch-235">Watch</h2> +<h2 id="watch-241">Watch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -23092,14 +25358,6 @@ Appears In <a href="#limitrange-v1">LimitRange</a> </aside> </thead> <tbody> <tr> -<td>fieldSelector</td> -<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> -</tr> -<tr> -<td>labelSelector</td> -<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> -</tr> -<tr> <td>name</td> <td>name of the LimitRange</td> </tr> @@ -23107,68 +25365,9 @@ Appears In <a href="#limitrange-v1">LimitRange</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> -<tr> -<td>resourceVersion</td> -<td>When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.</td> -</tr> -<tr> -<td>timeoutSeconds</td> -<td>Timeout for the list/watch call.</td> -</tr> -<tr> -<td>watch</td> -<td>Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.</td> -</tr> </tbody> </table> -<h3 id="response">Response</h3> -<table> -<thead> -<tr> -<th>Code</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>200 <br /> <em><a href="#event-versioned">Event</a></em></td> -<td>OK</td> -</tr> -</tbody> -</table> -<h2 id="watch-list-236">Watch List</h2> -<blockquote class="code-block kubectl"> -<p> <code>kubectl</code> Command</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> -</blockquote> -<pre class="code-block curl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block kubectl"> -<p> Output</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> Response Body</p> -</blockquote> -<pre class="code-block curl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<p>watch individual changes to a list of LimitRange</p> -<h3 id="http-request">HTTP Request</h3> -<p><code>GET /api/v1/watch/namespaces/{namespace}/limitranges</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -23186,10 +25385,6 @@ Appears In <a href="#limitrange-v1">LimitRange</a> </aside> <td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> </tr> <tr> -<td>namespace</td> -<td>object name and auth scope, such as for teams and projects</td> -</tr> -<tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> @@ -23222,7 +25417,7 @@ Appears In <a href="#limitrange-v1">LimitRange</a> </aside> </tr> </tbody> </table> -<h2 id="watch-list-all-namespaces-237">Watch List All Namespaces</h2> +<h2 id="watch-list-all-namespaces-242">Watch List All Namespaces</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -23250,7 +25445,7 @@ Appears In <a href="#limitrange-v1">LimitRange</a> </aside> <p>watch individual changes to a list of LimitRange</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /api/v1/watch/limitranges</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -23334,6 +25529,14 @@ Appears In <a href="#horizontalpodautoscalerlist-v1">HorizontalPodAutoscalerList </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -23421,18 +25624,26 @@ Appears In <a href="#horizontalpodautoscaler-v1">HorizontalPodAutoscaler</a> </a </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#horizontalpodautoscaler-v1">HorizontalPodAutoscaler</a> array</em></td> <td>list of horizontal pod autoscaler objects.</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata.</td> </tr> </tbody> </table> -<h2 id="-strong-write-operations-strong--238"><strong>Write Operations</strong></h2> +<h2 id="-strong-write-operations-strong--243"><strong>Write Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="create-239">Create</h2> +<h2 id="create-244">Create</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -23473,13 +25684,24 @@ Appears In <a href="#horizontalpodautoscaler-v1">HorizontalPodAutoscaler</a> </a <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -23509,7 +25731,7 @@ Appears In <a href="#horizontalpodautoscaler-v1">HorizontalPodAutoscaler</a> </a </tr> </tbody> </table> -<h2 id="replace-240">Replace</h2> +<h2 id="replace-245">Replace</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -23554,13 +25776,24 @@ Appears In <a href="#horizontalpodautoscaler-v1">HorizontalPodAutoscaler</a> </a <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -23590,7 +25823,7 @@ Appears In <a href="#horizontalpodautoscaler-v1">HorizontalPodAutoscaler</a> </a </tr> </tbody> </table> -<h2 id="patch-241">Patch</h2> +<h2 id="patch-246">Patch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -23635,13 +25868,24 @@ Appears In <a href="#horizontalpodautoscaler-v1">HorizontalPodAutoscaler</a> </a <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -23671,7 +25915,7 @@ Appears In <a href="#horizontalpodautoscaler-v1">HorizontalPodAutoscaler</a> </a </tr> </tbody> </table> -<h2 id="delete-242">Delete</h2> +<h2 id="delete-247">Delete</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -23716,10 +25960,6 @@ Appears In <a href="#horizontalpodautoscaler-v1">HorizontalPodAutoscaler</a> </a <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -23732,8 +25972,8 @@ Appears In <a href="#horizontalpodautoscaler-v1">HorizontalPodAutoscaler</a> </a </thead> <tbody> <tr> -<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> -<td></td> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> </tr> <tr> <td>gracePeriodSeconds</td> @@ -23745,6 +25985,21 @@ Appears In <a href="#horizontalpodautoscaler-v1">HorizontalPodAutoscaler</a> </a </tr> </tbody> </table> +<h3 id="body-parameters">Body Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> +<td></td> +</tr> +</tbody> +</table> <h3 id="response">Response</h3> <table> <thead> @@ -23760,7 +26015,7 @@ Appears In <a href="#horizontalpodautoscaler-v1">HorizontalPodAutoscaler</a> </a </tr> </tbody> </table> -<h2 id="delete-collection-243">Delete Collection</h2> +<h2 id="delete-collection-248">Delete Collection</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -23801,10 +26056,6 @@ Appears In <a href="#horizontalpodautoscaler-v1">HorizontalPodAutoscaler</a> </a <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -23817,6 +26068,10 @@ Appears In <a href="#horizontalpodautoscaler-v1">HorizontalPodAutoscaler</a> </a </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -23853,9 +26108,9 @@ Appears In <a href="#horizontalpodautoscaler-v1">HorizontalPodAutoscaler</a> </a </tr> </tbody> </table> -<h2 id="-strong-read-operations-strong--244"><strong>Read Operations</strong></h2> +<h2 id="-strong-read-operations-strong--249"><strong>Read Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="read-245">Read</h2> +<h2 id="read-250">Read</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -23900,10 +26155,6 @@ Appears In <a href="#horizontalpodautoscaler-v1">HorizontalPodAutoscaler</a> </a <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -23916,6 +26167,10 @@ Appears In <a href="#horizontalpodautoscaler-v1">HorizontalPodAutoscaler</a> </a </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>exact</td> <td>Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'</td> </tr> @@ -23940,7 +26195,7 @@ Appears In <a href="#horizontalpodautoscaler-v1">HorizontalPodAutoscaler</a> </a </tr> </tbody> </table> -<h2 id="list-246">List</h2> +<h2 id="list-251">List</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -23981,10 +26236,6 @@ Appears In <a href="#horizontalpodautoscaler-v1">HorizontalPodAutoscaler</a> </a <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -23997,6 +26248,10 @@ Appears In <a href="#horizontalpodautoscaler-v1">HorizontalPodAutoscaler</a> </a </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -24033,7 +26288,7 @@ Appears In <a href="#horizontalpodautoscaler-v1">HorizontalPodAutoscaler</a> </a </tr> </tbody> </table> -<h2 id="list-all-namespaces-247">List All Namespaces</h2> +<h2 id="list-all-namespaces-252">List All Namespaces</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -24061,7 +26316,7 @@ Appears In <a href="#horizontalpodautoscaler-v1">HorizontalPodAutoscaler</a> </a <p>list or watch objects of kind HorizontalPodAutoscaler</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /apis/autoscaling/v1/horizontalpodautoscalers</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -24111,7 +26366,7 @@ Appears In <a href="#horizontalpodautoscaler-v1">HorizontalPodAutoscaler</a> </a </tr> </tbody> </table> -<h2 id="watch-248">Watch</h2> +<h2 id="watch-253">Watch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -24149,14 +26404,6 @@ Appears In <a href="#horizontalpodautoscaler-v1">HorizontalPodAutoscaler</a> </a </thead> <tbody> <tr> -<td>fieldSelector</td> -<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> -</tr> -<tr> -<td>labelSelector</td> -<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> -</tr> -<tr> <td>name</td> <td>name of the HorizontalPodAutoscaler</td> </tr> @@ -24164,6 +26411,25 @@ Appears In <a href="#horizontalpodautoscaler-v1">HorizontalPodAutoscaler</a> </a <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fieldSelector</td> +<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> +</tr> +<tr> +<td>labelSelector</td> +<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> +</tr> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> @@ -24197,7 +26463,7 @@ Appears In <a href="#horizontalpodautoscaler-v1">HorizontalPodAutoscaler</a> </a </tr> </tbody> </table> -<h2 id="watch-list-all-namespaces-249">Watch List All Namespaces</h2> +<h2 id="watch-list-all-namespaces-254">Watch List All Namespaces</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -24225,7 +26491,7 @@ Appears In <a href="#horizontalpodautoscaler-v1">HorizontalPodAutoscaler</a> </a <p>watch individual changes to a list of HorizontalPodAutoscaler</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /apis/autoscaling/v1/watch/horizontalpodautoscalers</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -24306,6 +26572,14 @@ Appears In <a href="#podtemplatelist-v1">PodTemplateList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -24347,18 +26621,26 @@ Appears In <a href="#daemonsetspec-v1beta1">DaemonSetSpec</a> <a href="#deployme </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#podtemplate-v1">PodTemplate</a> array</em></td> <td>List of pod templates</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> </tr> </tbody> </table> -<h2 id="-strong-write-operations-strong--250"><strong>Write Operations</strong></h2> +<h2 id="-strong-write-operations-strong--255"><strong>Write Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="create-251">Create</h2> +<h2 id="create-256">Create</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -24399,13 +26681,24 @@ Appears In <a href="#daemonsetspec-v1beta1">DaemonSetSpec</a> <a href="#deployme <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -24435,7 +26728,7 @@ Appears In <a href="#daemonsetspec-v1beta1">DaemonSetSpec</a> <a href="#deployme </tr> </tbody> </table> -<h2 id="replace-252">Replace</h2> +<h2 id="replace-257">Replace</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -24480,13 +26773,24 @@ Appears In <a href="#daemonsetspec-v1beta1">DaemonSetSpec</a> <a href="#deployme <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -24516,7 +26820,7 @@ Appears In <a href="#daemonsetspec-v1beta1">DaemonSetSpec</a> <a href="#deployme </tr> </tbody> </table> -<h2 id="patch-253">Patch</h2> +<h2 id="patch-258">Patch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -24561,13 +26865,24 @@ Appears In <a href="#daemonsetspec-v1beta1">DaemonSetSpec</a> <a href="#deployme <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -24597,7 +26912,7 @@ Appears In <a href="#daemonsetspec-v1beta1">DaemonSetSpec</a> <a href="#deployme </tr> </tbody> </table> -<h2 id="delete-254">Delete</h2> +<h2 id="delete-259">Delete</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -24642,10 +26957,6 @@ Appears In <a href="#daemonsetspec-v1beta1">DaemonSetSpec</a> <a href="#deployme <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -24658,8 +26969,8 @@ Appears In <a href="#daemonsetspec-v1beta1">DaemonSetSpec</a> <a href="#deployme </thead> <tbody> <tr> -<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> -<td></td> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> </tr> <tr> <td>gracePeriodSeconds</td> @@ -24671,6 +26982,21 @@ Appears In <a href="#daemonsetspec-v1beta1">DaemonSetSpec</a> <a href="#deployme </tr> </tbody> </table> +<h3 id="body-parameters">Body Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> +<td></td> +</tr> +</tbody> +</table> <h3 id="response">Response</h3> <table> <thead> @@ -24686,7 +27012,7 @@ Appears In <a href="#daemonsetspec-v1beta1">DaemonSetSpec</a> <a href="#deployme </tr> </tbody> </table> -<h2 id="delete-collection-255">Delete Collection</h2> +<h2 id="delete-collection-260">Delete Collection</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -24727,10 +27053,6 @@ Appears In <a href="#daemonsetspec-v1beta1">DaemonSetSpec</a> <a href="#deployme <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -24743,6 +27065,10 @@ Appears In <a href="#daemonsetspec-v1beta1">DaemonSetSpec</a> <a href="#deployme </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -24779,9 +27105,9 @@ Appears In <a href="#daemonsetspec-v1beta1">DaemonSetSpec</a> <a href="#deployme </tr> </tbody> </table> -<h2 id="-strong-read-operations-strong--256"><strong>Read Operations</strong></h2> +<h2 id="-strong-read-operations-strong--261"><strong>Read Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="read-257">Read</h2> +<h2 id="read-262">Read</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -24826,10 +27152,6 @@ Appears In <a href="#daemonsetspec-v1beta1">DaemonSetSpec</a> <a href="#deployme <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -24842,6 +27164,10 @@ Appears In <a href="#daemonsetspec-v1beta1">DaemonSetSpec</a> <a href="#deployme </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>exact</td> <td>Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'</td> </tr> @@ -24866,7 +27192,7 @@ Appears In <a href="#daemonsetspec-v1beta1">DaemonSetSpec</a> <a href="#deployme </tr> </tbody> </table> -<h2 id="list-258">List</h2> +<h2 id="list-263">List</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -24907,10 +27233,6 @@ Appears In <a href="#daemonsetspec-v1beta1">DaemonSetSpec</a> <a href="#deployme <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -24923,6 +27245,10 @@ Appears In <a href="#daemonsetspec-v1beta1">DaemonSetSpec</a> <a href="#deployme </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -24959,7 +27285,7 @@ Appears In <a href="#daemonsetspec-v1beta1">DaemonSetSpec</a> <a href="#deployme </tr> </tbody> </table> -<h2 id="list-all-namespaces-259">List All Namespaces</h2> +<h2 id="list-all-namespaces-264">List All Namespaces</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -24987,7 +27313,7 @@ Appears In <a href="#daemonsetspec-v1beta1">DaemonSetSpec</a> <a href="#deployme <p>list or watch objects of kind PodTemplate</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /api/v1/podtemplates</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -25037,7 +27363,7 @@ Appears In <a href="#daemonsetspec-v1beta1">DaemonSetSpec</a> <a href="#deployme </tr> </tbody> </table> -<h2 id="watch-260">Watch</h2> +<h2 id="watch-265">Watch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -25075,14 +27401,6 @@ Appears In <a href="#daemonsetspec-v1beta1">DaemonSetSpec</a> <a href="#deployme </thead> <tbody> <tr> -<td>fieldSelector</td> -<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> -</tr> -<tr> -<td>labelSelector</td> -<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> -</tr> -<tr> <td>name</td> <td>name of the PodTemplate</td> </tr> @@ -25090,6 +27408,25 @@ Appears In <a href="#daemonsetspec-v1beta1">DaemonSetSpec</a> <a href="#deployme <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fieldSelector</td> +<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> +</tr> +<tr> +<td>labelSelector</td> +<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> +</tr> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> @@ -25123,7 +27460,7 @@ Appears In <a href="#daemonsetspec-v1beta1">DaemonSetSpec</a> <a href="#deployme </tr> </tbody> </table> -<h2 id="watch-list-all-namespaces-261">Watch List All Namespaces</h2> +<h2 id="watch-list-all-namespaces-266">Watch List All Namespaces</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -25151,7 +27488,7 @@ Appears In <a href="#daemonsetspec-v1beta1">DaemonSetSpec</a> <a href="#deployme <p>watch individual changes to a list of PodTemplate</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /api/v1/watch/podtemplates</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -25232,6 +27569,14 @@ Appears In <a href="#poddisruptionbudgetlist-v1beta1">PodDisruptionBudgetList</a </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td></td> </tr> @@ -25315,18 +27660,26 @@ Appears In <a href="#poddisruptionbudget-v1beta1">PodDisruptionBudget</a> </asid </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#poddisruptionbudget-v1beta1">PodDisruptionBudget</a> array</em></td> <td></td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td></td> </tr> </tbody> </table> -<h2 id="-strong-write-operations-strong--262"><strong>Write Operations</strong></h2> +<h2 id="-strong-write-operations-strong--267"><strong>Write Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="create-263">Create</h2> +<h2 id="create-268">Create</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -25367,13 +27720,24 @@ Appears In <a href="#poddisruptionbudget-v1beta1">PodDisruptionBudget</a> </asid <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -25403,7 +27767,7 @@ Appears In <a href="#poddisruptionbudget-v1beta1">PodDisruptionBudget</a> </asid </tr> </tbody> </table> -<h2 id="replace-264">Replace</h2> +<h2 id="replace-269">Replace</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -25448,13 +27812,24 @@ Appears In <a href="#poddisruptionbudget-v1beta1">PodDisruptionBudget</a> </asid <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -25484,7 +27859,7 @@ Appears In <a href="#poddisruptionbudget-v1beta1">PodDisruptionBudget</a> </asid </tr> </tbody> </table> -<h2 id="patch-265">Patch</h2> +<h2 id="patch-270">Patch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -25529,13 +27904,24 @@ Appears In <a href="#poddisruptionbudget-v1beta1">PodDisruptionBudget</a> </asid <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -25565,7 +27951,7 @@ Appears In <a href="#poddisruptionbudget-v1beta1">PodDisruptionBudget</a> </asid </tr> </tbody> </table> -<h2 id="delete-266">Delete</h2> +<h2 id="delete-271">Delete</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -25610,10 +27996,6 @@ Appears In <a href="#poddisruptionbudget-v1beta1">PodDisruptionBudget</a> </asid <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -25626,8 +28008,8 @@ Appears In <a href="#poddisruptionbudget-v1beta1">PodDisruptionBudget</a> </asid </thead> <tbody> <tr> -<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> -<td></td> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> </tr> <tr> <td>gracePeriodSeconds</td> @@ -25639,6 +28021,21 @@ Appears In <a href="#poddisruptionbudget-v1beta1">PodDisruptionBudget</a> </asid </tr> </tbody> </table> +<h3 id="body-parameters">Body Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> +<td></td> +</tr> +</tbody> +</table> <h3 id="response">Response</h3> <table> <thead> @@ -25654,7 +28051,7 @@ Appears In <a href="#poddisruptionbudget-v1beta1">PodDisruptionBudget</a> </asid </tr> </tbody> </table> -<h2 id="delete-collection-267">Delete Collection</h2> +<h2 id="delete-collection-272">Delete Collection</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -25695,10 +28092,6 @@ Appears In <a href="#poddisruptionbudget-v1beta1">PodDisruptionBudget</a> </asid <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -25711,6 +28104,10 @@ Appears In <a href="#poddisruptionbudget-v1beta1">PodDisruptionBudget</a> </asid </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -25747,9 +28144,9 @@ Appears In <a href="#poddisruptionbudget-v1beta1">PodDisruptionBudget</a> </asid </tr> </tbody> </table> -<h2 id="-strong-read-operations-strong--268"><strong>Read Operations</strong></h2> +<h2 id="-strong-read-operations-strong--273"><strong>Read Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="read-269">Read</h2> +<h2 id="read-274">Read</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -25794,10 +28191,6 @@ Appears In <a href="#poddisruptionbudget-v1beta1">PodDisruptionBudget</a> </asid <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -25810,6 +28203,10 @@ Appears In <a href="#poddisruptionbudget-v1beta1">PodDisruptionBudget</a> </asid </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>exact</td> <td>Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'</td> </tr> @@ -25834,7 +28231,7 @@ Appears In <a href="#poddisruptionbudget-v1beta1">PodDisruptionBudget</a> </asid </tr> </tbody> </table> -<h2 id="list-270">List</h2> +<h2 id="list-275">List</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -25875,10 +28272,6 @@ Appears In <a href="#poddisruptionbudget-v1beta1">PodDisruptionBudget</a> </asid <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -25891,6 +28284,10 @@ Appears In <a href="#poddisruptionbudget-v1beta1">PodDisruptionBudget</a> </asid </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -25927,7 +28324,7 @@ Appears In <a href="#poddisruptionbudget-v1beta1">PodDisruptionBudget</a> </asid </tr> </tbody> </table> -<h2 id="list-all-namespaces-271">List All Namespaces</h2> +<h2 id="list-all-namespaces-276">List All Namespaces</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -25955,7 +28352,7 @@ Appears In <a href="#poddisruptionbudget-v1beta1">PodDisruptionBudget</a> </asid <p>list or watch objects of kind PodDisruptionBudget</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /apis/policy/v1beta1/poddisruptionbudgets</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -26005,7 +28402,7 @@ Appears In <a href="#poddisruptionbudget-v1beta1">PodDisruptionBudget</a> </asid </tr> </tbody> </table> -<h2 id="watch-272">Watch</h2> +<h2 id="watch-277">Watch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -26043,14 +28440,6 @@ Appears In <a href="#poddisruptionbudget-v1beta1">PodDisruptionBudget</a> </asid </thead> <tbody> <tr> -<td>fieldSelector</td> -<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> -</tr> -<tr> -<td>labelSelector</td> -<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> -</tr> -<tr> <td>name</td> <td>name of the PodDisruptionBudget</td> </tr> @@ -26058,68 +28447,9 @@ Appears In <a href="#poddisruptionbudget-v1beta1">PodDisruptionBudget</a> </asid <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> -<tr> -<td>resourceVersion</td> -<td>When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.</td> -</tr> -<tr> -<td>timeoutSeconds</td> -<td>Timeout for the list/watch call.</td> -</tr> -<tr> -<td>watch</td> -<td>Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.</td> -</tr> </tbody> </table> -<h3 id="response">Response</h3> -<table> -<thead> -<tr> -<th>Code</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>200 <br /> <em><a href="#event-versioned">Event</a></em></td> -<td>OK</td> -</tr> -</tbody> -</table> -<h2 id="watch-list-273">Watch List</h2> -<blockquote class="code-block kubectl"> -<p> <code>kubectl</code> Command</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> -</blockquote> -<pre class="code-block curl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block kubectl"> -<p> Output</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> Response Body</p> -</blockquote> -<pre class="code-block curl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<p>watch individual changes to a list of PodDisruptionBudget</p> -<h3 id="http-request">HTTP Request</h3> -<p><code>GET /apis/policy/v1beta1/watch/namespaces/{namespace}/poddisruptionbudgets</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -26137,10 +28467,6 @@ Appears In <a href="#poddisruptionbudget-v1beta1">PodDisruptionBudget</a> </asid <td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> </tr> <tr> -<td>namespace</td> -<td>object name and auth scope, such as for teams and projects</td> -</tr> -<tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> @@ -26173,7 +28499,7 @@ Appears In <a href="#poddisruptionbudget-v1beta1">PodDisruptionBudget</a> </asid </tr> </tbody> </table> -<h2 id="watch-list-all-namespaces-274">Watch List All Namespaces</h2> +<h2 id="watch-list-all-namespaces-278">Watch List All Namespaces</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -26201,7 +28527,7 @@ Appears In <a href="#poddisruptionbudget-v1beta1">PodDisruptionBudget</a> </asid <p>watch individual changes to a list of PodDisruptionBudget</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /apis/policy/v1beta1/watch/poddisruptionbudgets</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -26251,236 +28577,6 @@ Appears In <a href="#poddisruptionbudget-v1beta1">PodDisruptionBudget</a> </asid </tr> </tbody> </table> -<h2 id="-strong-status-operations-strong--275"><strong>Status Operations</strong></h2> -<p>See supported operations below...</p> -<h2 id="patch-status-276">Patch Status</h2> -<blockquote class="code-block kubectl"> -<p> <code>kubectl</code> Command</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> -</blockquote> -<pre class="code-block curl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block kubectl"> -<p> Output</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> Response Body</p> -</blockquote> -<pre class="code-block curl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<p>partially update status of the specified PodDisruptionBudget</p> -<h3 id="http-request">HTTP Request</h3> -<p><code>PATCH /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}/status</code></p> -<h3 id="path-parameters">Path Parameters</h3> -<table> -<thead> -<tr> -<th>Parameter</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>name</td> -<td>name of the PodDisruptionBudget</td> -</tr> -<tr> -<td>namespace</td> -<td>object name and auth scope, such as for teams and projects</td> -</tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> -</tbody> -</table> -<h3 id="query-parameters">Query Parameters</h3> -<table> -<thead> -<tr> -<th>Parameter</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>body <br /> <em><a href="#patch-unversioned">Patch</a></em></td> -<td></td> -</tr> -</tbody> -</table> -<h3 id="response">Response</h3> -<table> -<thead> -<tr> -<th>Code</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>200 <br /> <em><a href="#poddisruptionbudget-v1beta1">PodDisruptionBudget</a></em></td> -<td>OK</td> -</tr> -</tbody> -</table> -<h2 id="read-status-277">Read Status</h2> -<blockquote class="code-block kubectl"> -<p> <code>kubectl</code> Command</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> -</blockquote> -<pre class="code-block curl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block kubectl"> -<p> Output</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> Response Body</p> -</blockquote> -<pre class="code-block curl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<p>read status of the specified PodDisruptionBudget</p> -<h3 id="http-request">HTTP Request</h3> -<p><code>GET /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}/status</code></p> -<h3 id="path-parameters">Path Parameters</h3> -<table> -<thead> -<tr> -<th>Parameter</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>name</td> -<td>name of the PodDisruptionBudget</td> -</tr> -<tr> -<td>namespace</td> -<td>object name and auth scope, such as for teams and projects</td> -</tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> -</tbody> -</table> -<h3 id="response">Response</h3> -<table> -<thead> -<tr> -<th>Code</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>200 <br /> <em><a href="#poddisruptionbudget-v1beta1">PodDisruptionBudget</a></em></td> -<td>OK</td> -</tr> -</tbody> -</table> -<h2 id="replace-status-278">Replace Status</h2> -<blockquote class="code-block kubectl"> -<p> <code>kubectl</code> Command</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> -</blockquote> -<pre class="code-block curl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block kubectl"> -<p> Output</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> Response Body</p> -</blockquote> -<pre class="code-block curl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<p>replace status of the specified PodDisruptionBudget</p> -<h3 id="http-request">HTTP Request</h3> -<p><code>PUT /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}/status</code></p> -<h3 id="path-parameters">Path Parameters</h3> -<table> -<thead> -<tr> -<th>Parameter</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>name</td> -<td>name of the PodDisruptionBudget</td> -</tr> -<tr> -<td>namespace</td> -<td>object name and auth scope, such as for teams and projects</td> -</tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> -</tbody> -</table> -<h3 id="query-parameters">Query Parameters</h3> -<table> -<thead> -<tr> -<th>Parameter</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>body <br /> <em><a href="#poddisruptionbudget-v1beta1">PodDisruptionBudget</a></em></td> -<td></td> -</tr> -</tbody> -</table> -<h3 id="response">Response</h3> -<table> -<thead> -<tr> -<th>Code</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>200 <br /> <em><a href="#poddisruptionbudget-v1beta1">PodDisruptionBudget</a></em></td> -<td>OK</td> -</tr> -</tbody> -</table> <hr> <h1 id="thirdpartyresource-v1beta1">ThirdPartyResource v1beta1</h1> <table> @@ -26512,10 +28608,18 @@ Appears In <a href="#thirdpartyresourcelist-v1beta1">ThirdPartyResourceList</a> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>description <br /> <em>string</em></td> <td>Description is the description of this object.</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object metadata</td> </tr> @@ -26535,10 +28639,18 @@ Appears In <a href="#thirdpartyresourcelist-v1beta1">ThirdPartyResourceList</a> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#thirdpartyresource-v1beta1">ThirdPartyResource</a> array</em></td> <td>Items is the list of ThirdPartyResources.</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata.</td> </tr> @@ -26574,7 +28686,7 @@ Appears In <a href="#thirdpartyresourcelist-v1beta1">ThirdPartyResourceList</a> <p>create a ThirdPartyResource</p> <h3 id="http-request">HTTP Request</h3> <p><code>POST /apis/extensions/v1beta1/thirdpartyresources</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -26589,7 +28701,7 @@ Appears In <a href="#thirdpartyresourcelist-v1beta1">ThirdPartyResourceList</a> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -26660,13 +28772,24 @@ Appears In <a href="#thirdpartyresourcelist-v1beta1">ThirdPartyResourceList</a> <td>name</td> <td>name of the ThirdPartyResource</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -26737,13 +28860,24 @@ Appears In <a href="#thirdpartyresourcelist-v1beta1">ThirdPartyResourceList</a> <td>name</td> <td>name of the ThirdPartyResource</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -26814,10 +28948,6 @@ Appears In <a href="#thirdpartyresourcelist-v1beta1">ThirdPartyResourceList</a> <td>name</td> <td>name of the ThirdPartyResource</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -26830,8 +28960,8 @@ Appears In <a href="#thirdpartyresourcelist-v1beta1">ThirdPartyResourceList</a> </thead> <tbody> <tr> -<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> -<td></td> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> </tr> <tr> <td>gracePeriodSeconds</td> @@ -26843,6 +28973,21 @@ Appears In <a href="#thirdpartyresourcelist-v1beta1">ThirdPartyResourceList</a> </tr> </tbody> </table> +<h3 id="body-parameters">Body Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> +<td></td> +</tr> +</tbody> +</table> <h3 id="response">Response</h3> <table> <thead> @@ -26886,7 +29031,7 @@ Appears In <a href="#thirdpartyresourcelist-v1beta1">ThirdPartyResourceList</a> <p>delete collection of ThirdPartyResource</p> <h3 id="http-request">HTTP Request</h3> <p><code>DELETE /apis/extensions/v1beta1/thirdpartyresources</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -26899,17 +29044,6 @@ Appears In <a href="#thirdpartyresourcelist-v1beta1">ThirdPartyResourceList</a> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> -</tbody> -</table> -<h3 id="query-parameters">Query Parameters</h3> -<table> -<thead> -<tr> -<th>Parameter</th> -<th>Description</th> -</tr> -</thead> -<tbody> <tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> @@ -26990,10 +29124,6 @@ Appears In <a href="#thirdpartyresourcelist-v1beta1">ThirdPartyResourceList</a> <td>name</td> <td>name of the ThirdPartyResource</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -27006,6 +29136,10 @@ Appears In <a href="#thirdpartyresourcelist-v1beta1">ThirdPartyResourceList</a> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>exact</td> <td>Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'</td> </tr> @@ -27058,7 +29192,7 @@ Appears In <a href="#thirdpartyresourcelist-v1beta1">ThirdPartyResourceList</a> <p>list or watch objects of kind ThirdPartyResource</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /apis/extensions/v1beta1/thirdpartyresources</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -27071,17 +29205,6 @@ Appears In <a href="#thirdpartyresourcelist-v1beta1">ThirdPartyResourceList</a> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> -</tbody> -</table> -<h3 id="query-parameters">Query Parameters</h3> -<table> -<thead> -<tr> -<th>Parameter</th> -<th>Description</th> -</tr> -</thead> -<tbody> <tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> @@ -27157,79 +29280,12 @@ Appears In <a href="#thirdpartyresourcelist-v1beta1">ThirdPartyResourceList</a> </thead> <tbody> <tr> -<td>fieldSelector</td> -<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> -</tr> -<tr> -<td>labelSelector</td> -<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> -</tr> -<tr> <td>name</td> <td>name of the ThirdPartyResource</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> -<tr> -<td>resourceVersion</td> -<td>When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.</td> -</tr> -<tr> -<td>timeoutSeconds</td> -<td>Timeout for the list/watch call.</td> -</tr> -<tr> -<td>watch</td> -<td>Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.</td> -</tr> </tbody> </table> -<h3 id="response">Response</h3> -<table> -<thead> -<tr> -<th>Code</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>200 <br /> <em><a href="#event-versioned">Event</a></em></td> -<td>OK</td> -</tr> -</tbody> -</table> -<h2 id="watch-list-289">Watch List</h2> -<blockquote class="code-block kubectl"> -<p> <code>kubectl</code> Command</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> -</blockquote> -<pre class="code-block curl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block kubectl"> -<p> Output</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> Response Body</p> -</blockquote> -<pre class="code-block curl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<p>watch individual changes to a list of ThirdPartyResource</p> -<h3 id="http-request">HTTP Request</h3> -<p><code>GET /apis/extensions/v1beta1/watch/thirdpartyresources</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -27310,6 +29366,14 @@ Appears In <a href="#thirdpartyresourcelist-v1beta1">ThirdPartyResourceList</a> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -27319,9 +29383,9 @@ Appears In <a href="#thirdpartyresourcelist-v1beta1">ThirdPartyResourceList</a> </tr> </tbody> </table> -<h2 id="-strong-write-operations-strong--290"><strong>Write Operations</strong></h2> +<h2 id="-strong-write-operations-strong--289"><strong>Write Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="create-291">Create</h2> +<h2 id="create-290">Create</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -27359,19 +29423,41 @@ Appears In <a href="#thirdpartyresourcelist-v1beta1">ThirdPartyResourceList</a> </thead> <tbody> <tr> -<td>body <br /> <em><a href="#binding-v1">Binding</a></em></td> -<td></td> -</tr> -<tr> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> +<h3 id="body-parameters">Body Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>body <br /> <em><a href="#binding-v1">Binding</a></em></td> +<td></td> +</tr> +</tbody> +</table> <h3 id="response">Response</h3> <table> <thead> @@ -27418,6 +29504,14 @@ Appears In <a href="#certificatesigningrequestlist-v1alpha1">CertificateSigningR </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td></td> </tr> @@ -27493,18 +29587,26 @@ Appears In <a href="#certificatesigningrequest-v1alpha1">CertificateSigningReque </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#certificatesigningrequest-v1alpha1">CertificateSigningRequest</a> array</em></td> <td></td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td></td> </tr> </tbody> </table> -<h2 id="-strong-write-operations-strong--292"><strong>Write Operations</strong></h2> +<h2 id="-strong-write-operations-strong--291"><strong>Write Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="create-293">Create</h2> +<h2 id="create-292">Create</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -27532,7 +29634,7 @@ Appears In <a href="#certificatesigningrequest-v1alpha1">CertificateSigningReque <p>create a CertificateSigningRequest</p> <h3 id="http-request">HTTP Request</h3> <p><code>POST /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -27547,7 +29649,7 @@ Appears In <a href="#certificatesigningrequest-v1alpha1">CertificateSigningReque </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -27577,7 +29679,7 @@ Appears In <a href="#certificatesigningrequest-v1alpha1">CertificateSigningReque </tr> </tbody> </table> -<h2 id="replace-294">Replace</h2> +<h2 id="replace-293">Replace</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -27618,13 +29720,24 @@ Appears In <a href="#certificatesigningrequest-v1alpha1">CertificateSigningReque <td>name</td> <td>name of the CertificateSigningRequest</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -27654,7 +29767,7 @@ Appears In <a href="#certificatesigningrequest-v1alpha1">CertificateSigningReque </tr> </tbody> </table> -<h2 id="patch-295">Patch</h2> +<h2 id="patch-294">Patch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -27695,13 +29808,24 @@ Appears In <a href="#certificatesigningrequest-v1alpha1">CertificateSigningReque <td>name</td> <td>name of the CertificateSigningRequest</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -27731,7 +29855,7 @@ Appears In <a href="#certificatesigningrequest-v1alpha1">CertificateSigningReque </tr> </tbody> </table> -<h2 id="delete-296">Delete</h2> +<h2 id="delete-295">Delete</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -27772,10 +29896,6 @@ Appears In <a href="#certificatesigningrequest-v1alpha1">CertificateSigningReque <td>name</td> <td>name of the CertificateSigningRequest</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -27788,8 +29908,8 @@ Appears In <a href="#certificatesigningrequest-v1alpha1">CertificateSigningReque </thead> <tbody> <tr> -<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> -<td></td> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> </tr> <tr> <td>gracePeriodSeconds</td> @@ -27801,6 +29921,21 @@ Appears In <a href="#certificatesigningrequest-v1alpha1">CertificateSigningReque </tr> </tbody> </table> +<h3 id="body-parameters">Body Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> +<td></td> +</tr> +</tbody> +</table> <h3 id="response">Response</h3> <table> <thead> @@ -27816,7 +29951,7 @@ Appears In <a href="#certificatesigningrequest-v1alpha1">CertificateSigningReque </tr> </tbody> </table> -<h2 id="delete-collection-297">Delete Collection</h2> +<h2 id="delete-collection-296">Delete Collection</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -27844,7 +29979,7 @@ Appears In <a href="#certificatesigningrequest-v1alpha1">CertificateSigningReque <p>delete collection of CertificateSigningRequest</p> <h3 id="http-request">HTTP Request</h3> <p><code>DELETE /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -27857,17 +29992,6 @@ Appears In <a href="#certificatesigningrequest-v1alpha1">CertificateSigningReque <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> -</tbody> -</table> -<h3 id="query-parameters">Query Parameters</h3> -<table> -<thead> -<tr> -<th>Parameter</th> -<th>Description</th> -</tr> -</thead> -<tbody> <tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> @@ -27905,9 +30029,9 @@ Appears In <a href="#certificatesigningrequest-v1alpha1">CertificateSigningReque </tr> </tbody> </table> -<h2 id="-strong-read-operations-strong--298"><strong>Read Operations</strong></h2> +<h2 id="-strong-read-operations-strong--297"><strong>Read Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="read-299">Read</h2> +<h2 id="read-298">Read</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -27948,10 +30072,6 @@ Appears In <a href="#certificatesigningrequest-v1alpha1">CertificateSigningReque <td>name</td> <td>name of the CertificateSigningRequest</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -27964,6 +30084,10 @@ Appears In <a href="#certificatesigningrequest-v1alpha1">CertificateSigningReque </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>exact</td> <td>Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'</td> </tr> @@ -27988,7 +30112,7 @@ Appears In <a href="#certificatesigningrequest-v1alpha1">CertificateSigningReque </tr> </tbody> </table> -<h2 id="list-300">List</h2> +<h2 id="list-299">List</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -28016,7 +30140,7 @@ Appears In <a href="#certificatesigningrequest-v1alpha1">CertificateSigningReque <p>list or watch objects of kind CertificateSigningRequest</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -28029,17 +30153,6 @@ Appears In <a href="#certificatesigningrequest-v1alpha1">CertificateSigningReque <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> -</tbody> -</table> -<h3 id="query-parameters">Query Parameters</h3> -<table> -<thead> -<tr> -<th>Parameter</th> -<th>Description</th> -</tr> -</thead> -<tbody> <tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> @@ -28077,7 +30190,7 @@ Appears In <a href="#certificatesigningrequest-v1alpha1">CertificateSigningReque </tr> </tbody> </table> -<h2 id="watch-301">Watch</h2> +<h2 id="watch-300">Watch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -28115,6 +30228,21 @@ Appears In <a href="#certificatesigningrequest-v1alpha1">CertificateSigningReque </thead> <tbody> <tr> +<td>name</td> +<td>name of the CertificateSigningRequest</td> +</tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -28123,10 +30251,6 @@ Appears In <a href="#certificatesigningrequest-v1alpha1">CertificateSigningReque <td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> </tr> <tr> -<td>name</td> -<td>name of the CertificateSigningRequest</td> -</tr> -<tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> @@ -28190,6 +30314,14 @@ Appears In <a href="#clusterrolelist-v1alpha1">ClusterRoleList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata.</td> </tr> @@ -28209,18 +30341,26 @@ Appears In <a href="#clusterrolelist-v1alpha1">ClusterRoleList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#clusterrole-v1alpha1">ClusterRole</a> array</em></td> <td>Items is a list of ClusterRoles</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard object's metadata.</td> </tr> </tbody> </table> -<h2 id="-strong-write-operations-strong--302"><strong>Write Operations</strong></h2> +<h2 id="-strong-write-operations-strong--301"><strong>Write Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="create-303">Create</h2> +<h2 id="create-302">Create</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -28248,7 +30388,7 @@ Appears In <a href="#clusterrolelist-v1alpha1">ClusterRoleList</a> </aside> <p>create a ClusterRole</p> <h3 id="http-request">HTTP Request</h3> <p><code>POST /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -28263,7 +30403,7 @@ Appears In <a href="#clusterrolelist-v1alpha1">ClusterRoleList</a> </aside> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -28293,7 +30433,7 @@ Appears In <a href="#clusterrolelist-v1alpha1">ClusterRoleList</a> </aside> </tr> </tbody> </table> -<h2 id="replace-304">Replace</h2> +<h2 id="replace-303">Replace</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -28334,13 +30474,24 @@ Appears In <a href="#clusterrolelist-v1alpha1">ClusterRoleList</a> </aside> <td>name</td> <td>name of the ClusterRole</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -28370,7 +30521,7 @@ Appears In <a href="#clusterrolelist-v1alpha1">ClusterRoleList</a> </aside> </tr> </tbody> </table> -<h2 id="patch-305">Patch</h2> +<h2 id="patch-304">Patch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -28411,13 +30562,24 @@ Appears In <a href="#clusterrolelist-v1alpha1">ClusterRoleList</a> </aside> <td>name</td> <td>name of the ClusterRole</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -28447,7 +30609,7 @@ Appears In <a href="#clusterrolelist-v1alpha1">ClusterRoleList</a> </aside> </tr> </tbody> </table> -<h2 id="delete-306">Delete</h2> +<h2 id="delete-305">Delete</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -28488,10 +30650,6 @@ Appears In <a href="#clusterrolelist-v1alpha1">ClusterRoleList</a> </aside> <td>name</td> <td>name of the ClusterRole</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -28504,8 +30662,8 @@ Appears In <a href="#clusterrolelist-v1alpha1">ClusterRoleList</a> </aside> </thead> <tbody> <tr> -<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> -<td></td> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> </tr> <tr> <td>gracePeriodSeconds</td> @@ -28517,6 +30675,21 @@ Appears In <a href="#clusterrolelist-v1alpha1">ClusterRoleList</a> </aside> </tr> </tbody> </table> +<h3 id="body-parameters">Body Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> +<td></td> +</tr> +</tbody> +</table> <h3 id="response">Response</h3> <table> <thead> @@ -28532,7 +30705,7 @@ Appears In <a href="#clusterrolelist-v1alpha1">ClusterRoleList</a> </aside> </tr> </tbody> </table> -<h2 id="delete-collection-307">Delete Collection</h2> +<h2 id="delete-collection-306">Delete Collection</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -28560,7 +30733,7 @@ Appears In <a href="#clusterrolelist-v1alpha1">ClusterRoleList</a> </aside> <p>delete collection of ClusterRole</p> <h3 id="http-request">HTTP Request</h3> <p><code>DELETE /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -28573,17 +30746,6 @@ Appears In <a href="#clusterrolelist-v1alpha1">ClusterRoleList</a> </aside> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> -</tbody> -</table> -<h3 id="query-parameters">Query Parameters</h3> -<table> -<thead> -<tr> -<th>Parameter</th> -<th>Description</th> -</tr> -</thead> -<tbody> <tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> @@ -28621,9 +30783,9 @@ Appears In <a href="#clusterrolelist-v1alpha1">ClusterRoleList</a> </aside> </tr> </tbody> </table> -<h2 id="-strong-read-operations-strong--308"><strong>Read Operations</strong></h2> +<h2 id="-strong-read-operations-strong--307"><strong>Read Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="read-309">Read</h2> +<h2 id="read-308">Read</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -28664,6 +30826,17 @@ Appears In <a href="#clusterrolelist-v1alpha1">ClusterRoleList</a> </aside> <td>name</td> <td>name of the ClusterRole</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> @@ -28685,7 +30858,7 @@ Appears In <a href="#clusterrolelist-v1alpha1">ClusterRoleList</a> </aside> </tr> </tbody> </table> -<h2 id="list-310">List</h2> +<h2 id="list-309">List</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -28713,7 +30886,7 @@ Appears In <a href="#clusterrolelist-v1alpha1">ClusterRoleList</a> </aside> <p>list or watch objects of kind ClusterRole</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -28726,17 +30899,6 @@ Appears In <a href="#clusterrolelist-v1alpha1">ClusterRoleList</a> </aside> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> -</tbody> -</table> -<h3 id="query-parameters">Query Parameters</h3> -<table> -<thead> -<tr> -<th>Parameter</th> -<th>Description</th> -</tr> -</thead> -<tbody> <tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> @@ -28774,7 +30936,7 @@ Appears In <a href="#clusterrolelist-v1alpha1">ClusterRoleList</a> </aside> </tr> </tbody> </table> -<h2 id="watch-311">Watch</h2> +<h2 id="watch-310">Watch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -28812,79 +30974,12 @@ Appears In <a href="#clusterrolelist-v1alpha1">ClusterRoleList</a> </aside> </thead> <tbody> <tr> -<td>fieldSelector</td> -<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> -</tr> -<tr> -<td>labelSelector</td> -<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> -</tr> -<tr> <td>name</td> <td>name of the ClusterRole</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> -<tr> -<td>resourceVersion</td> -<td>When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.</td> -</tr> -<tr> -<td>timeoutSeconds</td> -<td>Timeout for the list/watch call.</td> -</tr> -<tr> -<td>watch</td> -<td>Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.</td> -</tr> </tbody> </table> -<h3 id="response">Response</h3> -<table> -<thead> -<tr> -<th>Code</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>200 <br /> <em><a href="#event-versioned">Event</a></em></td> -<td>OK</td> -</tr> -</tbody> -</table> -<h2 id="watch-list-312">Watch List</h2> -<blockquote class="code-block kubectl"> -<p> <code>kubectl</code> Command</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> -</blockquote> -<pre class="code-block curl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block kubectl"> -<p> Output</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> Response Body</p> -</blockquote> -<pre class="code-block curl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<p>watch individual changes to a list of ClusterRole</p> -<h3 id="http-request">HTTP Request</h3> -<p><code>GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/clusterroles</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -28965,6 +31060,14 @@ Appears In <a href="#clusterrolebindinglist-v1alpha1">ClusterRoleBindingList</a> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata.</td> </tr> @@ -28988,18 +31091,26 @@ Appears In <a href="#clusterrolebindinglist-v1alpha1">ClusterRoleBindingList</a> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#clusterrolebinding-v1alpha1">ClusterRoleBinding</a> array</em></td> <td>Items is a list of ClusterRoleBindings</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard object's metadata.</td> </tr> </tbody> </table> -<h2 id="-strong-write-operations-strong--313"><strong>Write Operations</strong></h2> +<h2 id="-strong-write-operations-strong--311"><strong>Write Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="create-314">Create</h2> +<h2 id="create-312">Create</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -29027,7 +31138,7 @@ Appears In <a href="#clusterrolebindinglist-v1alpha1">ClusterRoleBindingList</a> <p>create a ClusterRoleBinding</p> <h3 id="http-request">HTTP Request</h3> <p><code>POST /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -29042,7 +31153,7 @@ Appears In <a href="#clusterrolebindinglist-v1alpha1">ClusterRoleBindingList</a> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -29072,7 +31183,7 @@ Appears In <a href="#clusterrolebindinglist-v1alpha1">ClusterRoleBindingList</a> </tr> </tbody> </table> -<h2 id="replace-315">Replace</h2> +<h2 id="replace-313">Replace</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -29113,13 +31224,24 @@ Appears In <a href="#clusterrolebindinglist-v1alpha1">ClusterRoleBindingList</a> <td>name</td> <td>name of the ClusterRoleBinding</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -29149,7 +31271,7 @@ Appears In <a href="#clusterrolebindinglist-v1alpha1">ClusterRoleBindingList</a> </tr> </tbody> </table> -<h2 id="patch-316">Patch</h2> +<h2 id="patch-314">Patch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -29190,13 +31312,24 @@ Appears In <a href="#clusterrolebindinglist-v1alpha1">ClusterRoleBindingList</a> <td>name</td> <td>name of the ClusterRoleBinding</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -29226,7 +31359,7 @@ Appears In <a href="#clusterrolebindinglist-v1alpha1">ClusterRoleBindingList</a> </tr> </tbody> </table> -<h2 id="delete-317">Delete</h2> +<h2 id="delete-315">Delete</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -29267,10 +31400,6 @@ Appears In <a href="#clusterrolebindinglist-v1alpha1">ClusterRoleBindingList</a> <td>name</td> <td>name of the ClusterRoleBinding</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -29283,8 +31412,8 @@ Appears In <a href="#clusterrolebindinglist-v1alpha1">ClusterRoleBindingList</a> </thead> <tbody> <tr> -<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> -<td></td> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> </tr> <tr> <td>gracePeriodSeconds</td> @@ -29296,6 +31425,21 @@ Appears In <a href="#clusterrolebindinglist-v1alpha1">ClusterRoleBindingList</a> </tr> </tbody> </table> +<h3 id="body-parameters">Body Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> +<td></td> +</tr> +</tbody> +</table> <h3 id="response">Response</h3> <table> <thead> @@ -29311,7 +31455,7 @@ Appears In <a href="#clusterrolebindinglist-v1alpha1">ClusterRoleBindingList</a> </tr> </tbody> </table> -<h2 id="delete-collection-318">Delete Collection</h2> +<h2 id="delete-collection-316">Delete Collection</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -29339,7 +31483,7 @@ Appears In <a href="#clusterrolebindinglist-v1alpha1">ClusterRoleBindingList</a> <p>delete collection of ClusterRoleBinding</p> <h3 id="http-request">HTTP Request</h3> <p><code>DELETE /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -29352,17 +31496,6 @@ Appears In <a href="#clusterrolebindinglist-v1alpha1">ClusterRoleBindingList</a> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> -</tbody> -</table> -<h3 id="query-parameters">Query Parameters</h3> -<table> -<thead> -<tr> -<th>Parameter</th> -<th>Description</th> -</tr> -</thead> -<tbody> <tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> @@ -29400,9 +31533,9 @@ Appears In <a href="#clusterrolebindinglist-v1alpha1">ClusterRoleBindingList</a> </tr> </tbody> </table> -<h2 id="-strong-read-operations-strong--319"><strong>Read Operations</strong></h2> +<h2 id="-strong-read-operations-strong--317"><strong>Read Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="read-320">Read</h2> +<h2 id="read-318">Read</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -29443,6 +31576,17 @@ Appears In <a href="#clusterrolebindinglist-v1alpha1">ClusterRoleBindingList</a> <td>name</td> <td>name of the ClusterRoleBinding</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> @@ -29464,7 +31608,7 @@ Appears In <a href="#clusterrolebindinglist-v1alpha1">ClusterRoleBindingList</a> </tr> </tbody> </table> -<h2 id="list-321">List</h2> +<h2 id="list-319">List</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -29492,7 +31636,7 @@ Appears In <a href="#clusterrolebindinglist-v1alpha1">ClusterRoleBindingList</a> <p>list or watch objects of kind ClusterRoleBinding</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -29505,17 +31649,6 @@ Appears In <a href="#clusterrolebindinglist-v1alpha1">ClusterRoleBindingList</a> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> -</tbody> -</table> -<h3 id="query-parameters">Query Parameters</h3> -<table> -<thead> -<tr> -<th>Parameter</th> -<th>Description</th> -</tr> -</thead> -<tbody> <tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> @@ -29553,7 +31686,7 @@ Appears In <a href="#clusterrolebindinglist-v1alpha1">ClusterRoleBindingList</a> </tr> </tbody> </table> -<h2 id="watch-322">Watch</h2> +<h2 id="watch-320">Watch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -29591,6 +31724,21 @@ Appears In <a href="#clusterrolebindinglist-v1alpha1">ClusterRoleBindingList</a> </thead> <tbody> <tr> +<td>name</td> +<td>name of the ClusterRoleBinding</td> +</tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -29599,8 +31747,82 @@ Appears In <a href="#clusterrolebindinglist-v1alpha1">ClusterRoleBindingList</a> <td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> </tr> <tr> -<td>name</td> -<td>name of the ClusterRoleBinding</td> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> +<td>resourceVersion</td> +<td>When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.</td> +</tr> +<tr> +<td>timeoutSeconds</td> +<td>Timeout for the list/watch call.</td> +</tr> +<tr> +<td>watch</td> +<td>Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.</td> +</tr> +</tbody> +</table> +<h3 id="response">Response</h3> +<table> +<thead> +<tr> +<th>Code</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>200 <br /> <em><a href="#event-versioned">Event</a></em></td> +<td>OK</td> +</tr> +</tbody> +</table> +<h2 id="watch-list-321">Watch List</h2> +<blockquote class="code-block kubectl"> +<p> <code>kubectl</code> Command</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> +</blockquote> +<pre class="code-block curl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block kubectl"> +<p> Output</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> Response Body</p> +</blockquote> +<pre class="code-block curl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<p>watch individual changes to a list of ClusterRoleBinding</p> +<h3 id="http-request">HTTP Request</h3> +<p><code>GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/clusterrolebindings</code></p> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fieldSelector</td> +<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> +</tr> +<tr> +<td>labelSelector</td> +<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> </tr> <tr> <td>pretty</td> @@ -29666,10 +31888,18 @@ Appears In <a href="#componentstatuslist-v1">ComponentStatusList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>conditions <br /> <em><a href="#componentcondition-v1">ComponentCondition</a> array</em></td> <td>List of component conditions observed</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -29685,18 +31915,26 @@ Appears In <a href="#componentstatuslist-v1">ComponentStatusList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#componentstatus-v1">ComponentStatus</a> array</em></td> <td>List of ComponentStatus objects.</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> </tr> </tbody> </table> -<h2 id="-strong-read-operations-strong--323"><strong>Read Operations</strong></h2> +<h2 id="-strong-read-operations-strong--322"><strong>Read Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="read-324">Read</h2> +<h2 id="read-323">Read</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -29737,6 +31975,17 @@ Appears In <a href="#componentstatuslist-v1">ComponentStatusList</a> </aside> <td>name</td> <td>name of the ComponentStatus</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> @@ -29758,7 +32007,7 @@ Appears In <a href="#componentstatuslist-v1">ComponentStatusList</a> </aside> </tr> </tbody> </table> -<h2 id="list-325">List</h2> +<h2 id="list-324">List</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -29786,7 +32035,7 @@ Appears In <a href="#componentstatuslist-v1">ComponentStatusList</a> </aside> <p>list objects of kind ComponentStatus</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /api/v1/componentstatuses</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -29864,6 +32113,14 @@ Appears In <a href="#componentstatuslist-v1">ComponentStatusList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td></td> </tr> @@ -29877,9 +32134,9 @@ Appears In <a href="#componentstatuslist-v1">ComponentStatusList</a> </aside> </tr> </tbody> </table> -<h2 id="-strong-write-operations-strong--326"><strong>Write Operations</strong></h2> +<h2 id="-strong-write-operations-strong--325"><strong>Write Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="create-327">Create</h2> +<h2 id="create-326">Create</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -29917,19 +32174,41 @@ Appears In <a href="#componentstatuslist-v1">ComponentStatusList</a> </aside> </thead> <tbody> <tr> -<td>body <br /> <em><a href="#localsubjectaccessreview-v1beta1">LocalSubjectAccessReview</a></em></td> -<td></td> -</tr> -<tr> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> +<h3 id="body-parameters">Body Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>body <br /> <em><a href="#localsubjectaccessreview-v1beta1">LocalSubjectAccessReview</a></em></td> +<td></td> +</tr> +</tbody> +</table> <h3 id="response">Response</h3> <table> <thead> @@ -29976,6 +32255,14 @@ Appears In <a href="#namespacelist-v1">NamespaceList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -30035,18 +32322,26 @@ Appears In <a href="#namespace-v1">Namespace</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#namespace-v1">Namespace</a> array</em></td> <td>Items is the list of Namespace objects in the list. More info: <a href="http://kubernetes.io/docs/user-guide/namespaces">http://kubernetes.io/docs/user-guide/namespaces</a></td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> </tr> </tbody> </table> -<h2 id="-strong-write-operations-strong--328"><strong>Write Operations</strong></h2> +<h2 id="-strong-write-operations-strong--327"><strong>Write Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="create-329">Create</h2> +<h2 id="create-328">Create</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -30074,7 +32369,7 @@ Appears In <a href="#namespace-v1">Namespace</a> </aside> <p>create a Namespace</p> <h3 id="http-request">HTTP Request</h3> <p><code>POST /api/v1/namespaces</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -30089,7 +32384,7 @@ Appears In <a href="#namespace-v1">Namespace</a> </aside> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -30119,7 +32414,7 @@ Appears In <a href="#namespace-v1">Namespace</a> </aside> </tr> </tbody> </table> -<h2 id="replace-330">Replace</h2> +<h2 id="replace-329">Replace</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -30160,13 +32455,24 @@ Appears In <a href="#namespace-v1">Namespace</a> </aside> <td>name</td> <td>name of the Namespace</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -30196,7 +32502,7 @@ Appears In <a href="#namespace-v1">Namespace</a> </aside> </tr> </tbody> </table> -<h2 id="patch-331">Patch</h2> +<h2 id="patch-330">Patch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -30237,13 +32543,24 @@ Appears In <a href="#namespace-v1">Namespace</a> </aside> <td>name</td> <td>name of the Namespace</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -30273,7 +32590,7 @@ Appears In <a href="#namespace-v1">Namespace</a> </aside> </tr> </tbody> </table> -<h2 id="delete-332">Delete</h2> +<h2 id="delete-331">Delete</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -30314,10 +32631,6 @@ Appears In <a href="#namespace-v1">Namespace</a> </aside> <td>name</td> <td>name of the Namespace</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -30330,8 +32643,8 @@ Appears In <a href="#namespace-v1">Namespace</a> </aside> </thead> <tbody> <tr> -<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> -<td></td> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> </tr> <tr> <td>gracePeriodSeconds</td> @@ -30343,6 +32656,21 @@ Appears In <a href="#namespace-v1">Namespace</a> </aside> </tr> </tbody> </table> +<h3 id="body-parameters">Body Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> +<td></td> +</tr> +</tbody> +</table> <h3 id="response">Response</h3> <table> <thead> @@ -30358,7 +32686,7 @@ Appears In <a href="#namespace-v1">Namespace</a> </aside> </tr> </tbody> </table> -<h2 id="delete-collection-333">Delete Collection</h2> +<h2 id="delete-collection-332">Delete Collection</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -30386,7 +32714,7 @@ Appears In <a href="#namespace-v1">Namespace</a> </aside> <p>delete collection of Namespace</p> <h3 id="http-request">HTTP Request</h3> <p><code>DELETE /api/v1/namespaces</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -30399,17 +32727,6 @@ Appears In <a href="#namespace-v1">Namespace</a> </aside> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> -</tbody> -</table> -<h3 id="query-parameters">Query Parameters</h3> -<table> -<thead> -<tr> -<th>Parameter</th> -<th>Description</th> -</tr> -</thead> -<tbody> <tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> @@ -30447,9 +32764,9 @@ Appears In <a href="#namespace-v1">Namespace</a> </aside> </tr> </tbody> </table> -<h2 id="-strong-read-operations-strong--334"><strong>Read Operations</strong></h2> +<h2 id="-strong-read-operations-strong--333"><strong>Read Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="read-335">Read</h2> +<h2 id="read-334">Read</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -30490,10 +32807,6 @@ Appears In <a href="#namespace-v1">Namespace</a> </aside> <td>name</td> <td>name of the Namespace</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -30506,6 +32819,10 @@ Appears In <a href="#namespace-v1">Namespace</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>exact</td> <td>Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'</td> </tr> @@ -30530,7 +32847,7 @@ Appears In <a href="#namespace-v1">Namespace</a> </aside> </tr> </tbody> </table> -<h2 id="list-336">List</h2> +<h2 id="list-335">List</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -30558,7 +32875,7 @@ Appears In <a href="#namespace-v1">Namespace</a> </aside> <p>list or watch objects of kind Namespace</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /api/v1/namespaces</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -30571,17 +32888,6 @@ Appears In <a href="#namespace-v1">Namespace</a> </aside> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> -</tbody> -</table> -<h3 id="query-parameters">Query Parameters</h3> -<table> -<thead> -<tr> -<th>Parameter</th> -<th>Description</th> -</tr> -</thead> -<tbody> <tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> @@ -30619,7 +32925,7 @@ Appears In <a href="#namespace-v1">Namespace</a> </aside> </tr> </tbody> </table> -<h2 id="watch-337">Watch</h2> +<h2 id="watch-336">Watch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -30657,6 +32963,21 @@ Appears In <a href="#namespace-v1">Namespace</a> </aside> </thead> <tbody> <tr> +<td>name</td> +<td>name of the Namespace</td> +</tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -30665,10 +32986,6 @@ Appears In <a href="#namespace-v1">Namespace</a> </aside> <td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> </tr> <tr> -<td>name</td> -<td>name of the Namespace</td> -</tr> -<tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> @@ -30732,6 +33049,14 @@ Appears In <a href="#nodelist-v1">NodeList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -30839,18 +33164,26 @@ Appears In <a href="#node-v1">Node</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#node-v1">Node</a> array</em></td> <td>List of nodes</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> </tr> </tbody> </table> -<h2 id="-strong-write-operations-strong--338"><strong>Write Operations</strong></h2> +<h2 id="-strong-write-operations-strong--337"><strong>Write Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="create-339">Create</h2> +<h2 id="create-338">Create</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -30878,7 +33211,7 @@ Appears In <a href="#node-v1">Node</a> </aside> <p>create a Node</p> <h3 id="http-request">HTTP Request</h3> <p><code>POST /api/v1/nodes</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -30893,7 +33226,7 @@ Appears In <a href="#node-v1">Node</a> </aside> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -30923,7 +33256,7 @@ Appears In <a href="#node-v1">Node</a> </aside> </tr> </tbody> </table> -<h2 id="replace-340">Replace</h2> +<h2 id="replace-339">Replace</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -30964,13 +33297,24 @@ Appears In <a href="#node-v1">Node</a> </aside> <td>name</td> <td>name of the Node</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -31000,7 +33344,7 @@ Appears In <a href="#node-v1">Node</a> </aside> </tr> </tbody> </table> -<h2 id="patch-341">Patch</h2> +<h2 id="patch-340">Patch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -31041,13 +33385,24 @@ Appears In <a href="#node-v1">Node</a> </aside> <td>name</td> <td>name of the Node</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -31077,7 +33432,7 @@ Appears In <a href="#node-v1">Node</a> </aside> </tr> </tbody> </table> -<h2 id="delete-342">Delete</h2> +<h2 id="delete-341">Delete</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -31118,10 +33473,6 @@ Appears In <a href="#node-v1">Node</a> </aside> <td>name</td> <td>name of the Node</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -31134,8 +33485,8 @@ Appears In <a href="#node-v1">Node</a> </aside> </thead> <tbody> <tr> -<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> -<td></td> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> </tr> <tr> <td>gracePeriodSeconds</td> @@ -31147,6 +33498,21 @@ Appears In <a href="#node-v1">Node</a> </aside> </tr> </tbody> </table> +<h3 id="body-parameters">Body Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> +<td></td> +</tr> +</tbody> +</table> <h3 id="response">Response</h3> <table> <thead> @@ -31162,7 +33528,7 @@ Appears In <a href="#node-v1">Node</a> </aside> </tr> </tbody> </table> -<h2 id="delete-collection-343">Delete Collection</h2> +<h2 id="delete-collection-342">Delete Collection</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -31190,7 +33556,7 @@ Appears In <a href="#node-v1">Node</a> </aside> <p>delete collection of Node</p> <h3 id="http-request">HTTP Request</h3> <p><code>DELETE /api/v1/nodes</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -31203,17 +33569,6 @@ Appears In <a href="#node-v1">Node</a> </aside> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> -</tbody> -</table> -<h3 id="query-parameters">Query Parameters</h3> -<table> -<thead> -<tr> -<th>Parameter</th> -<th>Description</th> -</tr> -</thead> -<tbody> <tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> @@ -31251,9 +33606,9 @@ Appears In <a href="#node-v1">Node</a> </aside> </tr> </tbody> </table> -<h2 id="-strong-read-operations-strong--344"><strong>Read Operations</strong></h2> +<h2 id="-strong-read-operations-strong--343"><strong>Read Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="read-345">Read</h2> +<h2 id="read-344">Read</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -31294,10 +33649,6 @@ Appears In <a href="#node-v1">Node</a> </aside> <td>name</td> <td>name of the Node</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -31310,6 +33661,10 @@ Appears In <a href="#node-v1">Node</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>exact</td> <td>Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'</td> </tr> @@ -31334,7 +33689,7 @@ Appears In <a href="#node-v1">Node</a> </aside> </tr> </tbody> </table> -<h2 id="list-346">List</h2> +<h2 id="list-345">List</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -31362,7 +33717,7 @@ Appears In <a href="#node-v1">Node</a> </aside> <p>list or watch objects of kind Node</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /api/v1/nodes</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -31375,17 +33730,6 @@ Appears In <a href="#node-v1">Node</a> </aside> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> -</tbody> -</table> -<h3 id="query-parameters">Query Parameters</h3> -<table> -<thead> -<tr> -<th>Parameter</th> -<th>Description</th> -</tr> -</thead> -<tbody> <tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> @@ -31423,7 +33767,7 @@ Appears In <a href="#node-v1">Node</a> </aside> </tr> </tbody> </table> -<h2 id="watch-347">Watch</h2> +<h2 id="watch-346">Watch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -31461,79 +33805,12 @@ Appears In <a href="#node-v1">Node</a> </aside> </thead> <tbody> <tr> -<td>fieldSelector</td> -<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> -</tr> -<tr> -<td>labelSelector</td> -<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> -</tr> -<tr> <td>name</td> <td>name of the Node</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> -<tr> -<td>resourceVersion</td> -<td>When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.</td> -</tr> -<tr> -<td>timeoutSeconds</td> -<td>Timeout for the list/watch call.</td> -</tr> -<tr> -<td>watch</td> -<td>Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.</td> -</tr> </tbody> </table> -<h3 id="response">Response</h3> -<table> -<thead> -<tr> -<th>Code</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>200 <br /> <em><a href="#event-versioned">Event</a></em></td> -<td>OK</td> -</tr> -</tbody> -</table> -<h2 id="watch-list-348">Watch List</h2> -<blockquote class="code-block kubectl"> -<p> <code>kubectl</code> Command</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> -</blockquote> -<pre class="code-block curl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block kubectl"> -<p> Output</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> Response Body</p> -</blockquote> -<pre class="code-block curl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<p>watch individual changes to a list of Node</p> -<h3 id="http-request">HTTP Request</h3> -<p><code>GET /api/v1/watch/nodes</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -31583,9 +33860,9 @@ Appears In <a href="#node-v1">Node</a> </aside> </tr> </tbody> </table> -<h2 id="-strong-proxy-operations-strong--349"><strong>Proxy Operations</strong></h2> +<h2 id="-strong-proxy-operations-strong--347"><strong>Proxy Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="create-connect-proxy-350">Create Connect Proxy</h2> +<h2 id="create-connect-proxy-348">Create Connect Proxy</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -31626,6 +33903,17 @@ Appears In <a href="#node-v1">Node</a> </aside> <td>name</td> <td>name of the Node</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>path</td> <td>Path is the URL path to use for the current proxy request to node.</td> @@ -31647,7 +33935,7 @@ Appears In <a href="#node-v1">Node</a> </aside> </tr> </tbody> </table> -<h2 id="create-connect-proxy-path-351">Create Connect Proxy Path</h2> +<h2 id="create-connect-proxy-path-349">Create Connect Proxy Path</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -31692,6 +33980,17 @@ Appears In <a href="#node-v1">Node</a> </aside> <td>path</td> <td>path to the resource</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>path</td> <td>Path is the URL path to use for the current proxy request to node.</td> @@ -31713,7 +34012,7 @@ Appears In <a href="#node-v1">Node</a> </aside> </tr> </tbody> </table> -<h2 id="create-proxy-352">Create Proxy</h2> +<h2 id="create-proxy-350">Create Proxy</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -31771,7 +34070,7 @@ Appears In <a href="#node-v1">Node</a> </aside> </tr> </tbody> </table> -<h2 id="create-proxy-path-353">Create Proxy Path</h2> +<h2 id="create-proxy-path-351">Create Proxy Path</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -31833,7 +34132,7 @@ Appears In <a href="#node-v1">Node</a> </aside> </tr> </tbody> </table> -<h2 id="delete-connect-proxy-354">Delete Connect Proxy</h2> +<h2 id="delete-connect-proxy-352">Delete Connect Proxy</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -31874,6 +34173,17 @@ Appears In <a href="#node-v1">Node</a> </aside> <td>name</td> <td>name of the Node</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>path</td> <td>Path is the URL path to use for the current proxy request to node.</td> @@ -31895,7 +34205,7 @@ Appears In <a href="#node-v1">Node</a> </aside> </tr> </tbody> </table> -<h2 id="delete-connect-proxy-path-355">Delete Connect Proxy Path</h2> +<h2 id="delete-connect-proxy-path-353">Delete Connect Proxy Path</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -31940,6 +34250,17 @@ Appears In <a href="#node-v1">Node</a> </aside> <td>path</td> <td>path to the resource</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>path</td> <td>Path is the URL path to use for the current proxy request to node.</td> @@ -31961,7 +34282,7 @@ Appears In <a href="#node-v1">Node</a> </aside> </tr> </tbody> </table> -<h2 id="delete-proxy-356">Delete Proxy</h2> +<h2 id="delete-proxy-354">Delete Proxy</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -32019,7 +34340,7 @@ Appears In <a href="#node-v1">Node</a> </aside> </tr> </tbody> </table> -<h2 id="delete-proxy-path-357">Delete Proxy Path</h2> +<h2 id="delete-proxy-path-355">Delete Proxy Path</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -32081,7 +34402,7 @@ Appears In <a href="#node-v1">Node</a> </aside> </tr> </tbody> </table> -<h2 id="get-connect-proxy-358">Get Connect Proxy</h2> +<h2 id="get-connect-proxy-356">Get Connect Proxy</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -32122,6 +34443,17 @@ Appears In <a href="#node-v1">Node</a> </aside> <td>name</td> <td>name of the Node</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>path</td> <td>Path is the URL path to use for the current proxy request to node.</td> @@ -32143,7 +34475,7 @@ Appears In <a href="#node-v1">Node</a> </aside> </tr> </tbody> </table> -<h2 id="get-connect-proxy-path-359">Get Connect Proxy Path</h2> +<h2 id="get-connect-proxy-path-357">Get Connect Proxy Path</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -32188,6 +34520,17 @@ Appears In <a href="#node-v1">Node</a> </aside> <td>path</td> <td>path to the resource</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>path</td> <td>Path is the URL path to use for the current proxy request to node.</td> @@ -32209,7 +34552,7 @@ Appears In <a href="#node-v1">Node</a> </aside> </tr> </tbody> </table> -<h2 id="get-proxy-360">Get Proxy</h2> +<h2 id="get-proxy-358">Get Proxy</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -32267,7 +34610,7 @@ Appears In <a href="#node-v1">Node</a> </aside> </tr> </tbody> </table> -<h2 id="get-proxy-path-361">Get Proxy Path</h2> +<h2 id="get-proxy-path-359">Get Proxy Path</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -32329,7 +34672,7 @@ Appears In <a href="#node-v1">Node</a> </aside> </tr> </tbody> </table> -<h2 id="head-connect-proxy-362">Head Connect Proxy</h2> +<h2 id="head-connect-proxy-360">Head Connect Proxy</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -32370,6 +34713,17 @@ Appears In <a href="#node-v1">Node</a> </aside> <td>name</td> <td>name of the Node</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>path</td> <td>Path is the URL path to use for the current proxy request to node.</td> @@ -32391,7 +34745,7 @@ Appears In <a href="#node-v1">Node</a> </aside> </tr> </tbody> </table> -<h2 id="head-connect-proxy-path-363">Head Connect Proxy Path</h2> +<h2 id="head-connect-proxy-path-361">Head Connect Proxy Path</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -32436,6 +34790,17 @@ Appears In <a href="#node-v1">Node</a> </aside> <td>path</td> <td>path to the resource</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>path</td> <td>Path is the URL path to use for the current proxy request to node.</td> @@ -32457,7 +34822,7 @@ Appears In <a href="#node-v1">Node</a> </aside> </tr> </tbody> </table> -<h2 id="replace-connect-proxy-364">Replace Connect Proxy</h2> +<h2 id="replace-connect-proxy-362">Replace Connect Proxy</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -32498,6 +34863,17 @@ Appears In <a href="#node-v1">Node</a> </aside> <td>name</td> <td>name of the Node</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>path</td> <td>Path is the URL path to use for the current proxy request to node.</td> @@ -32519,7 +34895,7 @@ Appears In <a href="#node-v1">Node</a> </aside> </tr> </tbody> </table> -<h2 id="replace-connect-proxy-path-365">Replace Connect Proxy Path</h2> +<h2 id="replace-connect-proxy-path-363">Replace Connect Proxy Path</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -32564,6 +34940,17 @@ Appears In <a href="#node-v1">Node</a> </aside> <td>path</td> <td>path to the resource</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>path</td> <td>Path is the URL path to use for the current proxy request to node.</td> @@ -32585,7 +34972,7 @@ Appears In <a href="#node-v1">Node</a> </aside> </tr> </tbody> </table> -<h2 id="replace-proxy-366">Replace Proxy</h2> +<h2 id="replace-proxy-364">Replace Proxy</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -32643,7 +35030,7 @@ Appears In <a href="#node-v1">Node</a> </aside> </tr> </tbody> </table> -<h2 id="replace-proxy-path-367">Replace Proxy Path</h2> +<h2 id="replace-proxy-path-365">Replace Proxy Path</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -32741,6 +35128,14 @@ Appears In <a href="#persistentvolumelist-v1">PersistentVolumeList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -32771,17 +35166,85 @@ Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside> <td>AccessModes contains all ways the volume can be mounted. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes">http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes</a></td> </tr> <tr> +<td>awsElasticBlockStore <br /> <em><a href="#awselasticblockstorevolumesource-v1">AWSElasticBlockStoreVolumeSource</a></em></td> +<td>AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: <a href="http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore">http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore</a></td> +</tr> +<tr> +<td>azureDisk <br /> <em><a href="#azurediskvolumesource-v1">AzureDiskVolumeSource</a></em></td> +<td>AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.</td> +</tr> +<tr> +<td>azureFile <br /> <em><a href="#azurefilevolumesource-v1">AzureFileVolumeSource</a></em></td> +<td>AzureFile represents an Azure File Service mount on the host and bind mount to the pod.</td> +</tr> +<tr> <td>capacity <br /> <em>object</em></td> <td>A description of the persistent volume's resources and capacity. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#capacity">http://kubernetes.io/docs/user-guide/persistent-volumes#capacity</a></td> </tr> <tr> +<td>cephfs <br /> <em><a href="#cephfsvolumesource-v1">CephFSVolumeSource</a></em></td> +<td>CephFS represents a Ceph FS mount on the host that shares a pod's lifetime</td> +</tr> +<tr> +<td>cinder <br /> <em><a href="#cindervolumesource-v1">CinderVolumeSource</a></em></td> +<td>Cinder represents a cinder volume attached and mounted on kubelets host machine More info: <a href="http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md">http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md</a></td> +</tr> +<tr> <td>claimRef <br /> <em><a href="#objectreference-v1">ObjectReference</a></em></td> <td>ClaimRef is part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim. Expected to be non-nil when bound. claim.VolumeName is the authoritative bind between PV and PVC. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#binding">http://kubernetes.io/docs/user-guide/persistent-volumes#binding</a></td> </tr> <tr> +<td>fc <br /> <em><a href="#fcvolumesource-v1">FCVolumeSource</a></em></td> +<td>FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod.</td> +</tr> +<tr> +<td>flexVolume <br /> <em><a href="#flexvolumesource-v1">FlexVolumeSource</a></em></td> +<td>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.</td> +</tr> +<tr> +<td>flocker <br /> <em><a href="#flockervolumesource-v1">FlockerVolumeSource</a></em></td> +<td>Flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running</td> +</tr> +<tr> +<td>gcePersistentDisk <br /> <em><a href="#gcepersistentdiskvolumesource-v1">GCEPersistentDiskVolumeSource</a></em></td> +<td>GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin. More info: <a href="http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk">http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk</a></td> +</tr> +<tr> +<td>glusterfs <br /> <em><a href="#glusterfsvolumesource-v1">GlusterfsVolumeSource</a></em></td> +<td>Glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin. More info: <a href="http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md">http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md</a></td> +</tr> +<tr> +<td>hostPath <br /> <em><a href="#hostpathvolumesource-v1">HostPathVolumeSource</a></em></td> +<td>HostPath represents a directory on the host. Provisioned by a developer or tester. This is useful for single-node development and testing only! On-host storage is not supported in any way and WILL NOT WORK in a multi-node cluster. More info: <a href="http://kubernetes.io/docs/user-guide/volumes#hostpath">http://kubernetes.io/docs/user-guide/volumes#hostpath</a></td> +</tr> +<tr> +<td>iscsi <br /> <em><a href="#iscsivolumesource-v1">ISCSIVolumeSource</a></em></td> +<td>ISCSI represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin.</td> +</tr> +<tr> +<td>nfs <br /> <em><a href="#nfsvolumesource-v1">NFSVolumeSource</a></em></td> +<td>NFS represents an NFS mount on the host. Provisioned by an admin. More info: <a href="http://kubernetes.io/docs/user-guide/volumes#nfs">http://kubernetes.io/docs/user-guide/volumes#nfs</a></td> +</tr> +<tr> <td>persistentVolumeReclaimPolicy <br /> <em>string</em></td> <td>What happens to a persistent volume when released from its claim. Valid options are Retain (default) and Recycle. Recycling must be supported by the volume plugin underlying this persistent volume. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#recycling-policy">http://kubernetes.io/docs/user-guide/persistent-volumes#recycling-policy</a></td> </tr> +<tr> +<td>photonPersistentDisk <br /> <em><a href="#photonpersistentdiskvolumesource-v1">PhotonPersistentDiskVolumeSource</a></em></td> +<td>PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine</td> +</tr> +<tr> +<td>quobyte <br /> <em><a href="#quobytevolumesource-v1">QuobyteVolumeSource</a></em></td> +<td>Quobyte represents a Quobyte mount on the host that shares a pod's lifetime</td> +</tr> +<tr> +<td>rbd <br /> <em><a href="#rbdvolumesource-v1">RBDVolumeSource</a></em></td> +<td>RBD represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: <a href="http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md">http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md</a></td> +</tr> +<tr> +<td>vsphereVolume <br /> <em><a href="#vspherevirtualdiskvolumesource-v1">VsphereVirtualDiskVolumeSource</a></em></td> +<td>VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine</td> +</tr> </tbody> </table> <h3 id="persistentvolumestatus-v1">PersistentVolumeStatus v1</h3> @@ -32820,18 +35283,26 @@ Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#persistentvolume-v1">PersistentVolume</a> array</em></td> <td>List of persistent volumes. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes">http://kubernetes.io/docs/user-guide/persistent-volumes</a></td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> </tr> </tbody> </table> -<h2 id="-strong-write-operations-strong--368"><strong>Write Operations</strong></h2> +<h2 id="-strong-write-operations-strong--366"><strong>Write Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="create-369">Create</h2> +<h2 id="create-367">Create</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -32859,7 +35330,7 @@ Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside> <p>create a PersistentVolume</p> <h3 id="http-request">HTTP Request</h3> <p><code>POST /api/v1/persistentvolumes</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -32874,7 +35345,7 @@ Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -32904,7 +35375,7 @@ Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside> </tr> </tbody> </table> -<h2 id="replace-370">Replace</h2> +<h2 id="replace-368">Replace</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -32945,13 +35416,24 @@ Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside> <td>name</td> <td>name of the PersistentVolume</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -32981,7 +35463,7 @@ Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside> </tr> </tbody> </table> -<h2 id="patch-371">Patch</h2> +<h2 id="patch-369">Patch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -33022,13 +35504,24 @@ Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside> <td>name</td> <td>name of the PersistentVolume</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -33058,7 +35551,7 @@ Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside> </tr> </tbody> </table> -<h2 id="delete-372">Delete</h2> +<h2 id="delete-370">Delete</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -33099,10 +35592,6 @@ Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside> <td>name</td> <td>name of the PersistentVolume</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -33115,8 +35604,8 @@ Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside> </thead> <tbody> <tr> -<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> -<td></td> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> </tr> <tr> <td>gracePeriodSeconds</td> @@ -33128,6 +35617,21 @@ Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside> </tr> </tbody> </table> +<h3 id="body-parameters">Body Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> +<td></td> +</tr> +</tbody> +</table> <h3 id="response">Response</h3> <table> <thead> @@ -33143,7 +35647,7 @@ Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside> </tr> </tbody> </table> -<h2 id="delete-collection-373">Delete Collection</h2> +<h2 id="delete-collection-371">Delete Collection</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -33171,7 +35675,7 @@ Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside> <p>delete collection of PersistentVolume</p> <h3 id="http-request">HTTP Request</h3> <p><code>DELETE /api/v1/persistentvolumes</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -33184,17 +35688,6 @@ Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> -</tbody> -</table> -<h3 id="query-parameters">Query Parameters</h3> -<table> -<thead> -<tr> -<th>Parameter</th> -<th>Description</th> -</tr> -</thead> -<tbody> <tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> @@ -33232,9 +35725,9 @@ Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside> </tr> </tbody> </table> -<h2 id="-strong-read-operations-strong--374"><strong>Read Operations</strong></h2> +<h2 id="-strong-read-operations-strong--372"><strong>Read Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="read-375">Read</h2> +<h2 id="read-373">Read</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -33275,10 +35768,6 @@ Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside> <td>name</td> <td>name of the PersistentVolume</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -33291,6 +35780,10 @@ Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>exact</td> <td>Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'</td> </tr> @@ -33315,7 +35808,7 @@ Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside> </tr> </tbody> </table> -<h2 id="list-376">List</h2> +<h2 id="list-374">List</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -33343,7 +35836,7 @@ Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside> <p>list or watch objects of kind PersistentVolume</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /api/v1/persistentvolumes</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -33356,17 +35849,6 @@ Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> -</tbody> -</table> -<h3 id="query-parameters">Query Parameters</h3> -<table> -<thead> -<tr> -<th>Parameter</th> -<th>Description</th> -</tr> -</thead> -<tbody> <tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> @@ -33404,7 +35886,7 @@ Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside> </tr> </tbody> </table> -<h2 id="watch-377">Watch</h2> +<h2 id="watch-375">Watch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -33442,79 +35924,12 @@ Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside> </thead> <tbody> <tr> -<td>fieldSelector</td> -<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> -</tr> -<tr> -<td>labelSelector</td> -<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> -</tr> -<tr> <td>name</td> <td>name of the PersistentVolume</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> -<tr> -<td>resourceVersion</td> -<td>When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.</td> -</tr> -<tr> -<td>timeoutSeconds</td> -<td>Timeout for the list/watch call.</td> -</tr> -<tr> -<td>watch</td> -<td>Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.</td> -</tr> </tbody> </table> -<h3 id="response">Response</h3> -<table> -<thead> -<tr> -<th>Code</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>200 <br /> <em><a href="#event-versioned">Event</a></em></td> -<td>OK</td> -</tr> -</tbody> -</table> -<h2 id="watch-list-378">Watch List</h2> -<blockquote class="code-block kubectl"> -<p> <code>kubectl</code> Command</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> -</blockquote> -<pre class="code-block curl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block kubectl"> -<p> Output</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> Response Body</p> -</blockquote> -<pre class="code-block curl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<p>watch individual changes to a list of PersistentVolume</p> -<h3 id="http-request">HTTP Request</h3> -<p><code>GET /api/v1/watch/persistentvolumes</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -33564,9 +35979,87 @@ Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside> </tr> </tbody> </table> -<h2 id="-strong-status-operations-strong--379"><strong>Status Operations</strong></h2> +<h2 id="watch-list-376">Watch List</h2> +<blockquote class="code-block kubectl"> +<p> <code>kubectl</code> Command</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> +</blockquote> +<pre class="code-block curl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block kubectl"> +<p> Output</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> Response Body</p> +</blockquote> +<pre class="code-block curl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<p>watch individual changes to a list of PersistentVolume</p> +<h3 id="http-request">HTTP Request</h3> +<p><code>GET /api/v1/watch/persistentvolumes</code></p> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fieldSelector</td> +<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> +</tr> +<tr> +<td>labelSelector</td> +<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> +</tr> +<tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> +<td>resourceVersion</td> +<td>When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.</td> +</tr> +<tr> +<td>timeoutSeconds</td> +<td>Timeout for the list/watch call.</td> +</tr> +<tr> +<td>watch</td> +<td>Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.</td> +</tr> +</tbody> +</table> +<h3 id="response">Response</h3> +<table> +<thead> +<tr> +<th>Code</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>200 <br /> <em><a href="#event-versioned">Event</a></em></td> +<td>OK</td> +</tr> +</tbody> +</table> +<h2 id="-strong-status-operations-strong--377"><strong>Status Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="patch-status-380">Patch Status</h2> +<h2 id="patch-status-378">Patch Status</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -33607,13 +36100,24 @@ Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside> <td>name</td> <td>name of the PersistentVolume</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -33643,7 +36147,7 @@ Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside> </tr> </tbody> </table> -<h2 id="read-status-381">Read Status</h2> +<h2 id="read-status-379">Read Status</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -33684,6 +36188,17 @@ Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside> <td>name</td> <td>name of the PersistentVolume</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> @@ -33705,7 +36220,7 @@ Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside> </tr> </tbody> </table> -<h2 id="replace-status-382">Replace Status</h2> +<h2 id="replace-status-380">Replace Status</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -33746,13 +36261,24 @@ Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside> <td>name</td> <td>name of the PersistentVolume</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -33813,6 +36339,14 @@ Appears In <a href="#resourcequotalist-v1">ResourceQuotaList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -33880,18 +36414,26 @@ Appears In <a href="#resourcequota-v1">ResourceQuota</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#resourcequota-v1">ResourceQuota</a> array</em></td> <td>Items is a list of ResourceQuota objects. More info: <a href="http://releases.k8s.io/HEAD/docs/design/admission_control_resource_quota.md#admissioncontrol-plugin-resourcequota">http://releases.k8s.io/HEAD/docs/design/admission_control_resource_quota.md#admissioncontrol-plugin-resourcequota</a></td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> </tr> </tbody> </table> -<h2 id="-strong-write-operations-strong--383"><strong>Write Operations</strong></h2> +<h2 id="-strong-write-operations-strong--381"><strong>Write Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="create-384">Create</h2> +<h2 id="create-382">Create</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -33932,13 +36474,24 @@ Appears In <a href="#resourcequota-v1">ResourceQuota</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -33968,7 +36521,7 @@ Appears In <a href="#resourcequota-v1">ResourceQuota</a> </aside> </tr> </tbody> </table> -<h2 id="replace-385">Replace</h2> +<h2 id="replace-383">Replace</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -34013,13 +36566,24 @@ Appears In <a href="#resourcequota-v1">ResourceQuota</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -34049,7 +36613,7 @@ Appears In <a href="#resourcequota-v1">ResourceQuota</a> </aside> </tr> </tbody> </table> -<h2 id="patch-386">Patch</h2> +<h2 id="patch-384">Patch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -34094,13 +36658,24 @@ Appears In <a href="#resourcequota-v1">ResourceQuota</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -34130,7 +36705,7 @@ Appears In <a href="#resourcequota-v1">ResourceQuota</a> </aside> </tr> </tbody> </table> -<h2 id="delete-387">Delete</h2> +<h2 id="delete-385">Delete</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -34175,10 +36750,6 @@ Appears In <a href="#resourcequota-v1">ResourceQuota</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -34191,8 +36762,8 @@ Appears In <a href="#resourcequota-v1">ResourceQuota</a> </aside> </thead> <tbody> <tr> -<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> -<td></td> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> </tr> <tr> <td>gracePeriodSeconds</td> @@ -34204,6 +36775,21 @@ Appears In <a href="#resourcequota-v1">ResourceQuota</a> </aside> </tr> </tbody> </table> +<h3 id="body-parameters">Body Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> +<td></td> +</tr> +</tbody> +</table> <h3 id="response">Response</h3> <table> <thead> @@ -34219,7 +36805,7 @@ Appears In <a href="#resourcequota-v1">ResourceQuota</a> </aside> </tr> </tbody> </table> -<h2 id="delete-collection-388">Delete Collection</h2> +<h2 id="delete-collection-386">Delete Collection</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -34260,10 +36846,6 @@ Appears In <a href="#resourcequota-v1">ResourceQuota</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -34276,6 +36858,10 @@ Appears In <a href="#resourcequota-v1">ResourceQuota</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -34312,9 +36898,9 @@ Appears In <a href="#resourcequota-v1">ResourceQuota</a> </aside> </tr> </tbody> </table> -<h2 id="-strong-read-operations-strong--389"><strong>Read Operations</strong></h2> +<h2 id="-strong-read-operations-strong--387"><strong>Read Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="read-390">Read</h2> +<h2 id="read-388">Read</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -34359,10 +36945,6 @@ Appears In <a href="#resourcequota-v1">ResourceQuota</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -34375,6 +36957,10 @@ Appears In <a href="#resourcequota-v1">ResourceQuota</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>exact</td> <td>Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'</td> </tr> @@ -34399,7 +36985,7 @@ Appears In <a href="#resourcequota-v1">ResourceQuota</a> </aside> </tr> </tbody> </table> -<h2 id="list-391">List</h2> +<h2 id="list-389">List</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -34440,10 +37026,6 @@ Appears In <a href="#resourcequota-v1">ResourceQuota</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -34456,6 +37038,10 @@ Appears In <a href="#resourcequota-v1">ResourceQuota</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -34492,7 +37078,7 @@ Appears In <a href="#resourcequota-v1">ResourceQuota</a> </aside> </tr> </tbody> </table> -<h2 id="list-all-namespaces-392">List All Namespaces</h2> +<h2 id="list-all-namespaces-390">List All Namespaces</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -34520,7 +37106,7 @@ Appears In <a href="#resourcequota-v1">ResourceQuota</a> </aside> <p>list or watch objects of kind ResourceQuota</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /api/v1/resourcequotas</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -34570,7 +37156,7 @@ Appears In <a href="#resourcequota-v1">ResourceQuota</a> </aside> </tr> </tbody> </table> -<h2 id="watch-393">Watch</h2> +<h2 id="watch-391">Watch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -34608,14 +37194,6 @@ Appears In <a href="#resourcequota-v1">ResourceQuota</a> </aside> </thead> <tbody> <tr> -<td>fieldSelector</td> -<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> -</tr> -<tr> -<td>labelSelector</td> -<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> -</tr> -<tr> <td>name</td> <td>name of the ResourceQuota</td> </tr> @@ -34623,68 +37201,9 @@ Appears In <a href="#resourcequota-v1">ResourceQuota</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> -<tr> -<td>resourceVersion</td> -<td>When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.</td> -</tr> -<tr> -<td>timeoutSeconds</td> -<td>Timeout for the list/watch call.</td> -</tr> -<tr> -<td>watch</td> -<td>Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.</td> -</tr> </tbody> </table> -<h3 id="response">Response</h3> -<table> -<thead> -<tr> -<th>Code</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>200 <br /> <em><a href="#event-versioned">Event</a></em></td> -<td>OK</td> -</tr> -</tbody> -</table> -<h2 id="watch-list-all-namespaces-394">Watch List All Namespaces</h2> -<blockquote class="code-block kubectl"> -<p> <code>kubectl</code> Command</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> -</blockquote> -<pre class="code-block curl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block kubectl"> -<p> Output</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> Response Body</p> -</blockquote> -<pre class="code-block curl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<p>watch individual changes to a list of ResourceQuota</p> -<h3 id="http-request">HTTP Request</h3> -<p><code>GET /api/v1/watch/resourcequotas</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -34734,6 +37253,347 @@ Appears In <a href="#resourcequota-v1">ResourceQuota</a> </aside> </tr> </tbody> </table> +<h2 id="watch-list-all-namespaces-392">Watch List All Namespaces</h2> +<blockquote class="code-block kubectl"> +<p> <code>kubectl</code> Command</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> +</blockquote> +<pre class="code-block curl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block kubectl"> +<p> Output</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> Response Body</p> +</blockquote> +<pre class="code-block curl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<p>watch individual changes to a list of ResourceQuota</p> +<h3 id="http-request">HTTP Request</h3> +<p><code>GET /api/v1/watch/resourcequotas</code></p> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fieldSelector</td> +<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> +</tr> +<tr> +<td>labelSelector</td> +<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> +</tr> +<tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> +<td>resourceVersion</td> +<td>When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.</td> +</tr> +<tr> +<td>timeoutSeconds</td> +<td>Timeout for the list/watch call.</td> +</tr> +<tr> +<td>watch</td> +<td>Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.</td> +</tr> +</tbody> +</table> +<h3 id="response">Response</h3> +<table> +<thead> +<tr> +<th>Code</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>200 <br /> <em><a href="#event-versioned">Event</a></em></td> +<td>OK</td> +</tr> +</tbody> +</table> +<h2 id="-strong-status-operations-strong--393"><strong>Status Operations</strong></h2> +<p>See supported operations below...</p> +<h2 id="patch-status-394">Patch Status</h2> +<blockquote class="code-block kubectl"> +<p> <code>kubectl</code> Command</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> +</blockquote> +<pre class="code-block curl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block kubectl"> +<p> Output</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> Response Body</p> +</blockquote> +<pre class="code-block curl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<p>partially update status of the specified ResourceQuota</p> +<h3 id="http-request">HTTP Request</h3> +<p><code>PATCH /api/v1/namespaces/{namespace}/resourcequotas/{name}/status</code></p> +<h3 id="path-parameters">Path Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>name</td> +<td>name of the ResourceQuota</td> +</tr> +<tr> +<td>namespace</td> +<td>object name and auth scope, such as for teams and projects</td> +</tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +</tbody> +</table> +<h3 id="body-parameters">Body Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>body <br /> <em><a href="#patch-unversioned">Patch</a></em></td> +<td></td> +</tr> +</tbody> +</table> +<h3 id="response">Response</h3> +<table> +<thead> +<tr> +<th>Code</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>200 <br /> <em><a href="#resourcequota-v1">ResourceQuota</a></em></td> +<td>OK</td> +</tr> +</tbody> +</table> +<h2 id="read-status-395">Read Status</h2> +<blockquote class="code-block kubectl"> +<p> <code>kubectl</code> Command</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> +</blockquote> +<pre class="code-block curl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block kubectl"> +<p> Output</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> Response Body</p> +</blockquote> +<pre class="code-block curl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<p>read status of the specified ResourceQuota</p> +<h3 id="http-request">HTTP Request</h3> +<p><code>GET /api/v1/namespaces/{namespace}/resourcequotas/{name}/status</code></p> +<h3 id="path-parameters">Path Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>name</td> +<td>name of the ResourceQuota</td> +</tr> +<tr> +<td>namespace</td> +<td>object name and auth scope, such as for teams and projects</td> +</tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +</tbody> +</table> +<h3 id="response">Response</h3> +<table> +<thead> +<tr> +<th>Code</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>200 <br /> <em><a href="#resourcequota-v1">ResourceQuota</a></em></td> +<td>OK</td> +</tr> +</tbody> +</table> +<h2 id="replace-status-396">Replace Status</h2> +<blockquote class="code-block kubectl"> +<p> <code>kubectl</code> Command</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> +</blockquote> +<pre class="code-block curl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block kubectl"> +<p> Output</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> Response Body</p> +</blockquote> +<pre class="code-block curl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<p>replace status of the specified ResourceQuota</p> +<h3 id="http-request">HTTP Request</h3> +<p><code>PUT /api/v1/namespaces/{namespace}/resourcequotas/{name}/status</code></p> +<h3 id="path-parameters">Path Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>name</td> +<td>name of the ResourceQuota</td> +</tr> +<tr> +<td>namespace</td> +<td>object name and auth scope, such as for teams and projects</td> +</tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +</tbody> +</table> +<h3 id="body-parameters">Body Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>body <br /> <em><a href="#resourcequota-v1">ResourceQuota</a></em></td> +<td></td> +</tr> +</tbody> +</table> +<h3 id="response">Response</h3> +<table> +<thead> +<tr> +<th>Code</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>200 <br /> <em><a href="#resourcequota-v1">ResourceQuota</a></em></td> +<td>OK</td> +</tr> +</tbody> +</table> <hr> <h1 id="role-v1alpha1">Role v1alpha1</h1> <table> @@ -34765,6 +37625,14 @@ Appears In <a href="#rolelist-v1alpha1">RoleList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata.</td> </tr> @@ -34784,18 +37652,26 @@ Appears In <a href="#rolelist-v1alpha1">RoleList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#role-v1alpha1">Role</a> array</em></td> <td>Items is a list of Roles</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard object's metadata.</td> </tr> </tbody> </table> -<h2 id="-strong-write-operations-strong--395"><strong>Write Operations</strong></h2> +<h2 id="-strong-write-operations-strong--397"><strong>Write Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="create-396">Create</h2> +<h2 id="create-398">Create</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -34836,13 +37712,24 @@ Appears In <a href="#rolelist-v1alpha1">RoleList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -34872,7 +37759,7 @@ Appears In <a href="#rolelist-v1alpha1">RoleList</a> </aside> </tr> </tbody> </table> -<h2 id="replace-397">Replace</h2> +<h2 id="replace-399">Replace</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -34917,13 +37804,24 @@ Appears In <a href="#rolelist-v1alpha1">RoleList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -34953,7 +37851,7 @@ Appears In <a href="#rolelist-v1alpha1">RoleList</a> </aside> </tr> </tbody> </table> -<h2 id="patch-398">Patch</h2> +<h2 id="patch-400">Patch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -34998,13 +37896,24 @@ Appears In <a href="#rolelist-v1alpha1">RoleList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -35034,7 +37943,7 @@ Appears In <a href="#rolelist-v1alpha1">RoleList</a> </aside> </tr> </tbody> </table> -<h2 id="delete-399">Delete</h2> +<h2 id="delete-401">Delete</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -35079,10 +37988,6 @@ Appears In <a href="#rolelist-v1alpha1">RoleList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -35095,8 +38000,8 @@ Appears In <a href="#rolelist-v1alpha1">RoleList</a> </aside> </thead> <tbody> <tr> -<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> -<td></td> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> </tr> <tr> <td>gracePeriodSeconds</td> @@ -35108,6 +38013,21 @@ Appears In <a href="#rolelist-v1alpha1">RoleList</a> </aside> </tr> </tbody> </table> +<h3 id="body-parameters">Body Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> +<td></td> +</tr> +</tbody> +</table> <h3 id="response">Response</h3> <table> <thead> @@ -35123,7 +38043,7 @@ Appears In <a href="#rolelist-v1alpha1">RoleList</a> </aside> </tr> </tbody> </table> -<h2 id="delete-collection-400">Delete Collection</h2> +<h2 id="delete-collection-402">Delete Collection</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -35164,10 +38084,6 @@ Appears In <a href="#rolelist-v1alpha1">RoleList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -35180,6 +38096,10 @@ Appears In <a href="#rolelist-v1alpha1">RoleList</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -35216,9 +38136,9 @@ Appears In <a href="#rolelist-v1alpha1">RoleList</a> </aside> </tr> </tbody> </table> -<h2 id="-strong-read-operations-strong--401"><strong>Read Operations</strong></h2> +<h2 id="-strong-read-operations-strong--403"><strong>Read Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="read-402">Read</h2> +<h2 id="read-404">Read</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -35263,6 +38183,17 @@ Appears In <a href="#rolelist-v1alpha1">RoleList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> @@ -35284,7 +38215,7 @@ Appears In <a href="#rolelist-v1alpha1">RoleList</a> </aside> </tr> </tbody> </table> -<h2 id="list-403">List</h2> +<h2 id="list-405">List</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -35325,10 +38256,6 @@ Appears In <a href="#rolelist-v1alpha1">RoleList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -35341,6 +38268,10 @@ Appears In <a href="#rolelist-v1alpha1">RoleList</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -35377,7 +38308,7 @@ Appears In <a href="#rolelist-v1alpha1">RoleList</a> </aside> </tr> </tbody> </table> -<h2 id="list-all-namespaces-404">List All Namespaces</h2> +<h2 id="list-all-namespaces-406">List All Namespaces</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -35405,7 +38336,7 @@ Appears In <a href="#rolelist-v1alpha1">RoleList</a> </aside> <p>list or watch objects of kind Role</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /apis/rbac.authorization.k8s.io/v1alpha1/roles</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -35455,7 +38386,7 @@ Appears In <a href="#rolelist-v1alpha1">RoleList</a> </aside> </tr> </tbody> </table> -<h2 id="watch-405">Watch</h2> +<h2 id="watch-407">Watch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -35493,14 +38424,6 @@ Appears In <a href="#rolelist-v1alpha1">RoleList</a> </aside> </thead> <tbody> <tr> -<td>fieldSelector</td> -<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> -</tr> -<tr> -<td>labelSelector</td> -<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> -</tr> -<tr> <td>name</td> <td>name of the Role</td> </tr> @@ -35508,6 +38431,25 @@ Appears In <a href="#rolelist-v1alpha1">RoleList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fieldSelector</td> +<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> +</tr> +<tr> +<td>labelSelector</td> +<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> +</tr> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> @@ -35541,7 +38483,100 @@ Appears In <a href="#rolelist-v1alpha1">RoleList</a> </aside> </tr> </tbody> </table> -<h2 id="watch-list-all-namespaces-406">Watch List All Namespaces</h2> +<h2 id="watch-list-408">Watch List</h2> +<blockquote class="code-block kubectl"> +<p> <code>kubectl</code> Command</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> +</blockquote> +<pre class="code-block curl"><code class="lang-shell"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block kubectl"> +<p> Output</p> +</blockquote> +<pre class="code-block kubectl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<blockquote class="code-block curl"> +<p> Response Body</p> +</blockquote> +<pre class="code-block curl"><code class="lang-json"> +<span class="hljs-attribute">Coming Soon</span> +</code></pre> +<p>watch individual changes to a list of Role</p> +<h3 id="http-request">HTTP Request</h3> +<p><code>GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/roles</code></p> +<h3 id="path-parameters">Path Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>namespace</td> +<td>object name and auth scope, such as for teams and projects</td> +</tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fieldSelector</td> +<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> +</tr> +<tr> +<td>labelSelector</td> +<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> +</tr> +<tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> +<td>resourceVersion</td> +<td>When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.</td> +</tr> +<tr> +<td>timeoutSeconds</td> +<td>Timeout for the list/watch call.</td> +</tr> +<tr> +<td>watch</td> +<td>Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.</td> +</tr> +</tbody> +</table> +<h3 id="response">Response</h3> +<table> +<thead> +<tr> +<th>Code</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>200 <br /> <em><a href="#event-versioned">Event</a></em></td> +<td>OK</td> +</tr> +</tbody> +</table> +<h2 id="watch-list-all-namespaces-409">Watch List All Namespaces</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -35569,7 +38604,7 @@ Appears In <a href="#rolelist-v1alpha1">RoleList</a> </aside> <p>watch individual changes to a list of Role</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/roles</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -35650,6 +38685,14 @@ Appears In <a href="#rolebindinglist-v1alpha1">RoleBindingList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata.</td> </tr> @@ -35673,18 +38716,26 @@ Appears In <a href="#rolebindinglist-v1alpha1">RoleBindingList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#rolebinding-v1alpha1">RoleBinding</a> array</em></td> <td>Items is a list of RoleBindings</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard object's metadata.</td> </tr> </tbody> </table> -<h2 id="-strong-write-operations-strong--407"><strong>Write Operations</strong></h2> +<h2 id="-strong-write-operations-strong--410"><strong>Write Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="create-408">Create</h2> +<h2 id="create-411">Create</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -35725,13 +38776,24 @@ Appears In <a href="#rolebindinglist-v1alpha1">RoleBindingList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -35761,7 +38823,7 @@ Appears In <a href="#rolebindinglist-v1alpha1">RoleBindingList</a> </aside> </tr> </tbody> </table> -<h2 id="replace-409">Replace</h2> +<h2 id="replace-412">Replace</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -35806,13 +38868,24 @@ Appears In <a href="#rolebindinglist-v1alpha1">RoleBindingList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -35842,7 +38915,7 @@ Appears In <a href="#rolebindinglist-v1alpha1">RoleBindingList</a> </aside> </tr> </tbody> </table> -<h2 id="patch-410">Patch</h2> +<h2 id="patch-413">Patch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -35887,13 +38960,24 @@ Appears In <a href="#rolebindinglist-v1alpha1">RoleBindingList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -35923,7 +39007,7 @@ Appears In <a href="#rolebindinglist-v1alpha1">RoleBindingList</a> </aside> </tr> </tbody> </table> -<h2 id="delete-411">Delete</h2> +<h2 id="delete-414">Delete</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -35968,10 +39052,6 @@ Appears In <a href="#rolebindinglist-v1alpha1">RoleBindingList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -35984,8 +39064,8 @@ Appears In <a href="#rolebindinglist-v1alpha1">RoleBindingList</a> </aside> </thead> <tbody> <tr> -<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> -<td></td> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> </tr> <tr> <td>gracePeriodSeconds</td> @@ -35997,6 +39077,21 @@ Appears In <a href="#rolebindinglist-v1alpha1">RoleBindingList</a> </aside> </tr> </tbody> </table> +<h3 id="body-parameters">Body Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> +<td></td> +</tr> +</tbody> +</table> <h3 id="response">Response</h3> <table> <thead> @@ -36012,7 +39107,7 @@ Appears In <a href="#rolebindinglist-v1alpha1">RoleBindingList</a> </aside> </tr> </tbody> </table> -<h2 id="delete-collection-412">Delete Collection</h2> +<h2 id="delete-collection-415">Delete Collection</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -36053,10 +39148,6 @@ Appears In <a href="#rolebindinglist-v1alpha1">RoleBindingList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -36069,6 +39160,10 @@ Appears In <a href="#rolebindinglist-v1alpha1">RoleBindingList</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -36105,9 +39200,9 @@ Appears In <a href="#rolebindinglist-v1alpha1">RoleBindingList</a> </aside> </tr> </tbody> </table> -<h2 id="-strong-read-operations-strong--413"><strong>Read Operations</strong></h2> +<h2 id="-strong-read-operations-strong--416"><strong>Read Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="read-414">Read</h2> +<h2 id="read-417">Read</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -36152,6 +39247,17 @@ Appears In <a href="#rolebindinglist-v1alpha1">RoleBindingList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> @@ -36173,7 +39279,7 @@ Appears In <a href="#rolebindinglist-v1alpha1">RoleBindingList</a> </aside> </tr> </tbody> </table> -<h2 id="list-415">List</h2> +<h2 id="list-418">List</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -36214,10 +39320,6 @@ Appears In <a href="#rolebindinglist-v1alpha1">RoleBindingList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -36230,6 +39332,10 @@ Appears In <a href="#rolebindinglist-v1alpha1">RoleBindingList</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -36266,7 +39372,7 @@ Appears In <a href="#rolebindinglist-v1alpha1">RoleBindingList</a> </aside> </tr> </tbody> </table> -<h2 id="list-all-namespaces-416">List All Namespaces</h2> +<h2 id="list-all-namespaces-419">List All Namespaces</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -36294,7 +39400,7 @@ Appears In <a href="#rolebindinglist-v1alpha1">RoleBindingList</a> </aside> <p>list or watch objects of kind RoleBinding</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /apis/rbac.authorization.k8s.io/v1alpha1/rolebindings</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -36344,7 +39450,7 @@ Appears In <a href="#rolebindinglist-v1alpha1">RoleBindingList</a> </aside> </tr> </tbody> </table> -<h2 id="watch-417">Watch</h2> +<h2 id="watch-420">Watch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -36382,14 +39488,6 @@ Appears In <a href="#rolebindinglist-v1alpha1">RoleBindingList</a> </aside> </thead> <tbody> <tr> -<td>fieldSelector</td> -<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> -</tr> -<tr> -<td>labelSelector</td> -<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> -</tr> -<tr> <td>name</td> <td>name of the RoleBinding</td> </tr> @@ -36397,6 +39495,25 @@ Appears In <a href="#rolebindinglist-v1alpha1">RoleBindingList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fieldSelector</td> +<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> +</tr> +<tr> +<td>labelSelector</td> +<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> +</tr> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> @@ -36430,7 +39547,7 @@ Appears In <a href="#rolebindinglist-v1alpha1">RoleBindingList</a> </aside> </tr> </tbody> </table> -<h2 id="watch-list-418">Watch List</h2> +<h2 id="watch-list-421">Watch List</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -36468,6 +39585,21 @@ Appears In <a href="#rolebindinglist-v1alpha1">RoleBindingList</a> </aside> </thead> <tbody> <tr> +<td>namespace</td> +<td>object name and auth scope, such as for teams and projects</td> +</tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -36476,10 +39608,6 @@ Appears In <a href="#rolebindinglist-v1alpha1">RoleBindingList</a> </aside> <td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> </tr> <tr> -<td>namespace</td> -<td>object name and auth scope, such as for teams and projects</td> -</tr> -<tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> @@ -36512,7 +39640,7 @@ Appears In <a href="#rolebindinglist-v1alpha1">RoleBindingList</a> </aside> </tr> </tbody> </table> -<h2 id="watch-list-all-namespaces-419">Watch List All Namespaces</h2> +<h2 id="watch-list-all-namespaces-422">Watch List All Namespaces</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -36540,7 +39668,7 @@ Appears In <a href="#rolebindinglist-v1alpha1">RoleBindingList</a> </aside> <p>watch individual changes to a list of RoleBinding</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/rolebindings</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -36618,6 +39746,14 @@ Appears In <a href="#rolebindinglist-v1alpha1">RoleBindingList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td></td> </tr> @@ -36653,9 +39789,9 @@ Appears In <a href="#selfsubjectaccessreview-v1beta1">SelfSubjectAccessReview</a </tr> </tbody> </table> -<h2 id="-strong-write-operations-strong--420"><strong>Write Operations</strong></h2> +<h2 id="-strong-write-operations-strong--423"><strong>Write Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="create-421">Create</h2> +<h2 id="create-424">Create</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -36683,7 +39819,22 @@ Appears In <a href="#selfsubjectaccessreview-v1beta1">SelfSubjectAccessReview</a <p>create a SelfSubjectAccessReview</p> <h3 id="http-request">HTTP Request</h3> <p><code>POST /apis/authorization.k8s.io/v1beta1/selfsubjectaccessreviews</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +</tbody> +</table> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -36696,10 +39847,6 @@ Appears In <a href="#selfsubjectaccessreview-v1beta1">SelfSubjectAccessReview</a <td>body <br /> <em><a href="#selfsubjectaccessreview-v1beta1">SelfSubjectAccessReview</a></em></td> <td></td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="response">Response</h3> @@ -36748,10 +39895,18 @@ Appears In <a href="#serviceaccountlist-v1">ServiceAccountList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>imagePullSecrets <br /> <em><a href="#localobjectreference-v1">LocalObjectReference</a> array</em></td> <td>ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: <a href="http://kubernetes.io/docs/user-guide/secrets#manually-specifying-an-imagepullsecret">http://kubernetes.io/docs/user-guide/secrets#manually-specifying-an-imagepullsecret</a></td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -36771,18 +39926,26 @@ Appears In <a href="#serviceaccountlist-v1">ServiceAccountList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#serviceaccount-v1">ServiceAccount</a> array</em></td> <td>List of ServiceAccounts. More info: <a href="http://releases.k8s.io/HEAD/docs/design/service_accounts.md#service-accounts">http://releases.k8s.io/HEAD/docs/design/service_accounts.md#service-accounts</a></td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> </tr> </tbody> </table> -<h2 id="-strong-write-operations-strong--422"><strong>Write Operations</strong></h2> +<h2 id="-strong-write-operations-strong--425"><strong>Write Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="create-423">Create</h2> +<h2 id="create-426">Create</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -36823,13 +39986,24 @@ Appears In <a href="#serviceaccountlist-v1">ServiceAccountList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -36859,7 +40033,7 @@ Appears In <a href="#serviceaccountlist-v1">ServiceAccountList</a> </aside> </tr> </tbody> </table> -<h2 id="replace-424">Replace</h2> +<h2 id="replace-427">Replace</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -36904,13 +40078,24 @@ Appears In <a href="#serviceaccountlist-v1">ServiceAccountList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -36940,7 +40125,7 @@ Appears In <a href="#serviceaccountlist-v1">ServiceAccountList</a> </aside> </tr> </tbody> </table> -<h2 id="patch-425">Patch</h2> +<h2 id="patch-428">Patch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -36985,13 +40170,24 @@ Appears In <a href="#serviceaccountlist-v1">ServiceAccountList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -37021,7 +40217,7 @@ Appears In <a href="#serviceaccountlist-v1">ServiceAccountList</a> </aside> </tr> </tbody> </table> -<h2 id="delete-426">Delete</h2> +<h2 id="delete-429">Delete</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -37066,10 +40262,6 @@ Appears In <a href="#serviceaccountlist-v1">ServiceAccountList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -37082,8 +40274,8 @@ Appears In <a href="#serviceaccountlist-v1">ServiceAccountList</a> </aside> </thead> <tbody> <tr> -<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> -<td></td> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> </tr> <tr> <td>gracePeriodSeconds</td> @@ -37095,6 +40287,21 @@ Appears In <a href="#serviceaccountlist-v1">ServiceAccountList</a> </aside> </tr> </tbody> </table> +<h3 id="body-parameters">Body Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> +<td></td> +</tr> +</tbody> +</table> <h3 id="response">Response</h3> <table> <thead> @@ -37110,7 +40317,7 @@ Appears In <a href="#serviceaccountlist-v1">ServiceAccountList</a> </aside> </tr> </tbody> </table> -<h2 id="delete-collection-427">Delete Collection</h2> +<h2 id="delete-collection-430">Delete Collection</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -37151,10 +40358,6 @@ Appears In <a href="#serviceaccountlist-v1">ServiceAccountList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -37167,6 +40370,10 @@ Appears In <a href="#serviceaccountlist-v1">ServiceAccountList</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -37203,9 +40410,9 @@ Appears In <a href="#serviceaccountlist-v1">ServiceAccountList</a> </aside> </tr> </tbody> </table> -<h2 id="-strong-read-operations-strong--428"><strong>Read Operations</strong></h2> +<h2 id="-strong-read-operations-strong--431"><strong>Read Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="read-429">Read</h2> +<h2 id="read-432">Read</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -37250,10 +40457,6 @@ Appears In <a href="#serviceaccountlist-v1">ServiceAccountList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -37266,6 +40469,10 @@ Appears In <a href="#serviceaccountlist-v1">ServiceAccountList</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>exact</td> <td>Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'</td> </tr> @@ -37290,7 +40497,7 @@ Appears In <a href="#serviceaccountlist-v1">ServiceAccountList</a> </aside> </tr> </tbody> </table> -<h2 id="list-430">List</h2> +<h2 id="list-433">List</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -37331,10 +40538,6 @@ Appears In <a href="#serviceaccountlist-v1">ServiceAccountList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -37347,6 +40550,10 @@ Appears In <a href="#serviceaccountlist-v1">ServiceAccountList</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -37383,7 +40590,7 @@ Appears In <a href="#serviceaccountlist-v1">ServiceAccountList</a> </aside> </tr> </tbody> </table> -<h2 id="list-all-namespaces-431">List All Namespaces</h2> +<h2 id="list-all-namespaces-434">List All Namespaces</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -37411,7 +40618,7 @@ Appears In <a href="#serviceaccountlist-v1">ServiceAccountList</a> </aside> <p>list or watch objects of kind ServiceAccount</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /api/v1/serviceaccounts</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -37461,7 +40668,7 @@ Appears In <a href="#serviceaccountlist-v1">ServiceAccountList</a> </aside> </tr> </tbody> </table> -<h2 id="watch-432">Watch</h2> +<h2 id="watch-435">Watch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -37499,14 +40706,6 @@ Appears In <a href="#serviceaccountlist-v1">ServiceAccountList</a> </aside> </thead> <tbody> <tr> -<td>fieldSelector</td> -<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> -</tr> -<tr> -<td>labelSelector</td> -<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> -</tr> -<tr> <td>name</td> <td>name of the ServiceAccount</td> </tr> @@ -37514,6 +40713,25 @@ Appears In <a href="#serviceaccountlist-v1">ServiceAccountList</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fieldSelector</td> +<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> +</tr> +<tr> +<td>labelSelector</td> +<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> +</tr> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> @@ -37547,7 +40765,7 @@ Appears In <a href="#serviceaccountlist-v1">ServiceAccountList</a> </aside> </tr> </tbody> </table> -<h2 id="watch-list-433">Watch List</h2> +<h2 id="watch-list-436">Watch List</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -37585,6 +40803,21 @@ Appears In <a href="#serviceaccountlist-v1">ServiceAccountList</a> </aside> </thead> <tbody> <tr> +<td>namespace</td> +<td>object name and auth scope, such as for teams and projects</td> +</tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -37593,10 +40826,6 @@ Appears In <a href="#serviceaccountlist-v1">ServiceAccountList</a> </aside> <td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> </tr> <tr> -<td>namespace</td> -<td>object name and auth scope, such as for teams and projects</td> -</tr> -<tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> @@ -37629,7 +40858,7 @@ Appears In <a href="#serviceaccountlist-v1">ServiceAccountList</a> </aside> </tr> </tbody> </table> -<h2 id="watch-list-all-namespaces-434">Watch List All Namespaces</h2> +<h2 id="watch-list-all-namespaces-437">Watch List All Namespaces</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -37657,7 +40886,7 @@ Appears In <a href="#serviceaccountlist-v1">ServiceAccountList</a> </aside> <p>watch individual changes to a list of ServiceAccount</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /api/v1/watch/serviceaccounts</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -37735,6 +40964,14 @@ Appears In <a href="#serviceaccountlist-v1">ServiceAccountList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td></td> </tr> @@ -37808,9 +41045,9 @@ Appears In <a href="#localsubjectaccessreview-v1beta1">LocalSubjectAccessReview< </tr> </tbody> </table> -<h2 id="-strong-write-operations-strong--435"><strong>Write Operations</strong></h2> +<h2 id="-strong-write-operations-strong--438"><strong>Write Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="create-436">Create</h2> +<h2 id="create-439">Create</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -37838,7 +41075,22 @@ Appears In <a href="#localsubjectaccessreview-v1beta1">LocalSubjectAccessReview< <p>create a SubjectAccessReview</p> <h3 id="http-request">HTTP Request</h3> <p><code>POST /apis/authorization.k8s.io/v1beta1/subjectaccessreviews</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +</tbody> +</table> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -37851,10 +41103,6 @@ Appears In <a href="#localsubjectaccessreview-v1beta1">LocalSubjectAccessReview< <td>body <br /> <em><a href="#subjectaccessreview-v1beta1">SubjectAccessReview</a></em></td> <td></td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="response">Response</h3> @@ -37900,6 +41148,14 @@ Appears In <a href="#localsubjectaccessreview-v1beta1">LocalSubjectAccessReview< </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td></td> </tr> @@ -37957,9 +41213,9 @@ Appears In <a href="#tokenreview-v1beta1">TokenReview</a> </aside> </tr> </tbody> </table> -<h2 id="-strong-write-operations-strong--437"><strong>Write Operations</strong></h2> +<h2 id="-strong-write-operations-strong--440"><strong>Write Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="create-438">Create</h2> +<h2 id="create-441">Create</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -37987,7 +41243,22 @@ Appears In <a href="#tokenreview-v1beta1">TokenReview</a> </aside> <p>create a TokenReview</p> <h3 id="http-request">HTTP Request</h3> <p><code>POST /apis/authentication.k8s.io/v1beta1/tokenreviews</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +</tbody> +</table> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -38000,10 +41271,6 @@ Appears In <a href="#tokenreview-v1beta1">TokenReview</a> </aside> <td>body <br /> <em><a href="#tokenreview-v1beta1">TokenReview</a></em></td> <td></td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="response">Response</h3> @@ -38051,6 +41318,14 @@ Appears In <a href="#networkpolicylist-v1beta1">NetworkPolicyList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -38092,18 +41367,26 @@ Appears In <a href="#networkpolicy-v1beta1">NetworkPolicy</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#networkpolicy-v1beta1">NetworkPolicy</a> array</em></td> <td>Items is a list of schema objects.</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> </tbody> </table> -<h2 id="-strong-write-operations-strong--439"><strong>Write Operations</strong></h2> +<h2 id="-strong-write-operations-strong--442"><strong>Write Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="create-440">Create</h2> +<h2 id="create-443">Create</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -38144,13 +41427,24 @@ Appears In <a href="#networkpolicy-v1beta1">NetworkPolicy</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -38180,7 +41474,7 @@ Appears In <a href="#networkpolicy-v1beta1">NetworkPolicy</a> </aside> </tr> </tbody> </table> -<h2 id="replace-441">Replace</h2> +<h2 id="replace-444">Replace</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -38225,13 +41519,24 @@ Appears In <a href="#networkpolicy-v1beta1">NetworkPolicy</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -38261,7 +41566,7 @@ Appears In <a href="#networkpolicy-v1beta1">NetworkPolicy</a> </aside> </tr> </tbody> </table> -<h2 id="patch-442">Patch</h2> +<h2 id="patch-445">Patch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -38306,13 +41611,24 @@ Appears In <a href="#networkpolicy-v1beta1">NetworkPolicy</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -38342,7 +41658,7 @@ Appears In <a href="#networkpolicy-v1beta1">NetworkPolicy</a> </aside> </tr> </tbody> </table> -<h2 id="delete-443">Delete</h2> +<h2 id="delete-446">Delete</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -38387,10 +41703,6 @@ Appears In <a href="#networkpolicy-v1beta1">NetworkPolicy</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -38403,8 +41715,8 @@ Appears In <a href="#networkpolicy-v1beta1">NetworkPolicy</a> </aside> </thead> <tbody> <tr> -<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> -<td></td> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> </tr> <tr> <td>gracePeriodSeconds</td> @@ -38416,6 +41728,21 @@ Appears In <a href="#networkpolicy-v1beta1">NetworkPolicy</a> </aside> </tr> </tbody> </table> +<h3 id="body-parameters">Body Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> +<td></td> +</tr> +</tbody> +</table> <h3 id="response">Response</h3> <table> <thead> @@ -38431,7 +41758,7 @@ Appears In <a href="#networkpolicy-v1beta1">NetworkPolicy</a> </aside> </tr> </tbody> </table> -<h2 id="delete-collection-444">Delete Collection</h2> +<h2 id="delete-collection-447">Delete Collection</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -38472,10 +41799,6 @@ Appears In <a href="#networkpolicy-v1beta1">NetworkPolicy</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -38488,6 +41811,10 @@ Appears In <a href="#networkpolicy-v1beta1">NetworkPolicy</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -38524,9 +41851,9 @@ Appears In <a href="#networkpolicy-v1beta1">NetworkPolicy</a> </aside> </tr> </tbody> </table> -<h2 id="-strong-read-operations-strong--445"><strong>Read Operations</strong></h2> +<h2 id="-strong-read-operations-strong--448"><strong>Read Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="read-446">Read</h2> +<h2 id="read-449">Read</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -38571,10 +41898,6 @@ Appears In <a href="#networkpolicy-v1beta1">NetworkPolicy</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -38587,6 +41910,10 @@ Appears In <a href="#networkpolicy-v1beta1">NetworkPolicy</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>exact</td> <td>Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'</td> </tr> @@ -38611,7 +41938,7 @@ Appears In <a href="#networkpolicy-v1beta1">NetworkPolicy</a> </aside> </tr> </tbody> </table> -<h2 id="list-447">List</h2> +<h2 id="list-450">List</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -38652,10 +41979,6 @@ Appears In <a href="#networkpolicy-v1beta1">NetworkPolicy</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -38668,6 +41991,10 @@ Appears In <a href="#networkpolicy-v1beta1">NetworkPolicy</a> </aside> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -38704,7 +42031,7 @@ Appears In <a href="#networkpolicy-v1beta1">NetworkPolicy</a> </aside> </tr> </tbody> </table> -<h2 id="list-all-namespaces-448">List All Namespaces</h2> +<h2 id="list-all-namespaces-451">List All Namespaces</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -38732,7 +42059,7 @@ Appears In <a href="#networkpolicy-v1beta1">NetworkPolicy</a> </aside> <p>list or watch objects of kind NetworkPolicy</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /apis/extensions/v1beta1/networkpolicies</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -38782,7 +42109,7 @@ Appears In <a href="#networkpolicy-v1beta1">NetworkPolicy</a> </aside> </tr> </tbody> </table> -<h2 id="watch-449">Watch</h2> +<h2 id="watch-452">Watch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -38820,14 +42147,6 @@ Appears In <a href="#networkpolicy-v1beta1">NetworkPolicy</a> </aside> </thead> <tbody> <tr> -<td>fieldSelector</td> -<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> -</tr> -<tr> -<td>labelSelector</td> -<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> -</tr> -<tr> <td>name</td> <td>name of the NetworkPolicy</td> </tr> @@ -38835,6 +42154,25 @@ Appears In <a href="#networkpolicy-v1beta1">NetworkPolicy</a> </aside> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fieldSelector</td> +<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> +</tr> +<tr> +<td>labelSelector</td> +<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> +</tr> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> @@ -38868,7 +42206,7 @@ Appears In <a href="#networkpolicy-v1beta1">NetworkPolicy</a> </aside> </tr> </tbody> </table> -<h2 id="watch-list-all-namespaces-450">Watch List All Namespaces</h2> +<h2 id="watch-list-all-namespaces-453">Watch List All Namespaces</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -38896,7 +42234,7 @@ Appears In <a href="#networkpolicy-v1beta1">NetworkPolicy</a> </aside> <p>watch individual changes to a list of NetworkPolicy</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /apis/extensions/v1beta1/watch/networkpolicies</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -38978,6 +42316,14 @@ Appears In <a href="#apigrouplist-unversioned">APIGroupList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>name <br /> <em>string</em></td> <td>name is the name of the group.</td> </tr> @@ -39100,6 +42446,14 @@ Appears In <a href="#thirdpartyresource-v1beta1">ThirdPartyResource</a> </aside </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>serverAddressByClientCIDRs <br /> <em><a href="#serveraddressbyclientcidr-unversioned">ServerAddressByClientCIDR</a> array</em></td> <td>a map of client CIDR to server address that is serving this group. This is to help clients reach servers in the most network-efficient way possible. Clients can use the appropriate server address as per the CIDR that they match. In case of multiple matches, clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the client can match. For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP. Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP.</td> </tr> @@ -39109,6 +42463,54 @@ Appears In <a href="#thirdpartyresource-v1beta1">ThirdPartyResource</a> </aside </tr> </tbody> </table> +<h2 id="awselasticblockstorevolumesource-v1">AWSElasticBlockStoreVolumeSource v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>AWSElasticBlockStoreVolumeSource</td> +</tr> +</tbody> +</table> +<p>Represents a Persistent Disk resource in AWS.</p> +<p>An AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.</p> +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fsType <br /> <em>string</em></td> +<td>Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: <a href="http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore">http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore</a></td> +</tr> +<tr> +<td>partition <br /> <em>integer</em></td> +<td>The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as "1". Similarly, the volume partition for /dev/sda is "0" (or you can leave the property empty).</td> +</tr> +<tr> +<td>readOnly <br /> <em>boolean</em></td> +<td>Specify "true" to force and set the ReadOnly property in VolumeMounts to "true". If omitted, the default is "false". More info: <a href="http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore">http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore</a></td> +</tr> +<tr> +<td>volumeID <br /> <em>string</em></td> +<td>Unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: <a href="http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore">http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore</a></td> +</tr> +</tbody> +</table> <h2 id="attachedvolume-v1">AttachedVolume v1</h2> <table> <thead> @@ -39148,6 +42550,100 @@ Appears In <a href="#nodestatus-v1">NodeStatus</a> </aside> </tr> </tbody> </table> +<h2 id="azurediskvolumesource-v1">AzureDiskVolumeSource v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>AzureDiskVolumeSource</td> +</tr> +</tbody> +</table> +<p>AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.</p> +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>cachingMode <br /> <em>string</em></td> +<td>Host Caching mode: None, Read Only, Read Write.</td> +</tr> +<tr> +<td>diskName <br /> <em>string</em></td> +<td>The Name of the data disk in the blob storage</td> +</tr> +<tr> +<td>diskURI <br /> <em>string</em></td> +<td>The URI the data disk in the blob storage</td> +</tr> +<tr> +<td>fsType <br /> <em>string</em></td> +<td>Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.</td> +</tr> +<tr> +<td>readOnly <br /> <em>boolean</em></td> +<td>Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.</td> +</tr> +</tbody> +</table> +<h2 id="azurefilevolumesource-v1">AzureFileVolumeSource v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>AzureFileVolumeSource</td> +</tr> +</tbody> +</table> +<p>AzureFile represents an Azure File Service mount on the host and bind mount to the pod.</p> +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>readOnly <br /> <em>boolean</em></td> +<td>Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.</td> +</tr> +<tr> +<td>secretName <br /> <em>string</em></td> +<td>the name of secret that contains Azure Storage Account Name and Key</td> +</tr> +<tr> +<td>shareName <br /> <em>string</em></td> +<td>Share Name</td> +</tr> +</tbody> +</table> <h2 id="cputargetutilization-v1beta1">CPUTargetUtilization v1beta1</h2> <table> <thead> @@ -39221,6 +42717,61 @@ Appears In <a href="#securitycontext-v1">SecurityContext</a> </aside> </tr> </tbody> </table> +<h2 id="cephfsvolumesource-v1">CephFSVolumeSource v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>CephFSVolumeSource</td> +</tr> +</tbody> +</table> +<p>Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.</p> +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>monitors <br /> <em>string array</em></td> +<td>Required: Monitors is a collection of Ceph monitors More info: <a href="http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it">http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it</a></td> +</tr> +<tr> +<td>path <br /> <em>string</em></td> +<td>Optional: Used as the mounted root, rather than the full Ceph tree, default is /</td> +</tr> +<tr> +<td>readOnly <br /> <em>boolean</em></td> +<td>Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: <a href="http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it">http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it</a></td> +</tr> +<tr> +<td>secretFile <br /> <em>string</em></td> +<td>Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: <a href="http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it">http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it</a></td> +</tr> +<tr> +<td>secretRef <br /> <em><a href="#localobjectreference-v1">LocalObjectReference</a></em></td> +<td>Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: <a href="http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it">http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it</a></td> +</tr> +<tr> +<td>user <br /> <em>string</em></td> +<td>Optional: User is the rados user name, default is admin More info: <a href="http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it">http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it</a></td> +</tr> +</tbody> +</table> <h2 id="certificatesigningrequestcondition-v1alpha1">CertificateSigningRequestCondition v1alpha1</h2> <table> <thead> @@ -39267,6 +42818,49 @@ Appears In <a href="#certificatesigningrequeststatus-v1alpha1">CertificateSigni </tr> </tbody> </table> +<h2 id="cindervolumesource-v1">CinderVolumeSource v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>CinderVolumeSource</td> +</tr> +</tbody> +</table> +<p>Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.</p> +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fsType <br /> <em>string</em></td> +<td>Filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: <a href="http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md">http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md</a></td> +</tr> +<tr> +<td>readOnly <br /> <em>boolean</em></td> +<td>Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: <a href="http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md">http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md</a></td> +</tr> +<tr> +<td>volumeID <br /> <em>string</em></td> +<td>volume id used to identify the volume in cinder More info: <a href="http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md">http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md</a></td> +</tr> +</tbody> +</table> <h2 id="componentcondition-v1">ComponentCondition v1</h2> <table> <thead> @@ -39347,6 +42941,54 @@ Appears In <a href="#envvarsource-v1">EnvVarSource</a> </aside> <td>key <br /> <em>string</em></td> <td>The key to select.</td> </tr> +<tr> +<td>name <br /> <em>string</em></td> +<td>Name of the referent. More info: <a href="http://kubernetes.io/docs/user-guide/identifiers#names">http://kubernetes.io/docs/user-guide/identifiers#names</a></td> +</tr> +</tbody> +</table> +<h2 id="configmapvolumesource-v1">ConfigMapVolumeSource v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>ConfigMapVolumeSource</td> +</tr> +</tbody> +</table> +<p>Adapts a ConfigMap into a volume.</p> +<p>The contents of the target ConfigMap's Data field will be presented in a volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. ConfigMap volumes support ownership management and SELinux relabeling.</p> +<aside class="notice"> +Appears In <a href="#volume-v1">Volume</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>defaultMode <br /> <em>integer</em></td> +<td>Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.</td> +</tr> +<tr> +<td>items <br /> <em><a href="#keytopath-v1">KeyToPath</a> array</em></td> +<td>If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error. Paths must be relative and may not contain the '..' path or start with '..'.</td> +</tr> +<tr> +<td>name <br /> <em>string</em></td> +<td>Name of the referent. More info: <a href="http://kubernetes.io/docs/user-guide/identifiers#names">http://kubernetes.io/docs/user-guide/identifiers#names</a></td> +</tr> </tbody> </table> <h2 id="containerimage-v1">ContainerImage v1</h2> @@ -39723,10 +43365,18 @@ Appears In <a href="#eviction-v1beta1">Eviction</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>gracePeriodSeconds <br /> <em>integer</em></td> <td>The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>orphanDependents <br /> <em>boolean</em></td> <td>Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list.</td> </tr> @@ -39791,6 +43441,127 @@ Appears In <a href="#deploymentstatus-v1beta1">DeploymentStatus</a> </aside> </tr> </tbody> </table> +<h2 id="downwardapivolumefile-v1">DownwardAPIVolumeFile v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>DownwardAPIVolumeFile</td> +</tr> +</tbody> +</table> +<p>DownwardAPIVolumeFile represents information to create the file containing the pod field</p> +<aside class="notice"> +Appears In <a href="#downwardapivolumesource-v1">DownwardAPIVolumeSource</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fieldRef <br /> <em><a href="#objectfieldselector-v1">ObjectFieldSelector</a></em></td> +<td>Required: Selects a field of the pod: only annotations, labels, name and namespace are supported.</td> +</tr> +<tr> +<td>mode <br /> <em>integer</em></td> +<td>Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.</td> +</tr> +<tr> +<td>path <br /> <em>string</em></td> +<td>Required: Path is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..'</td> +</tr> +<tr> +<td>resourceFieldRef <br /> <em><a href="#resourcefieldselector-v1">ResourceFieldSelector</a></em></td> +<td>Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.</td> +</tr> +</tbody> +</table> +<h2 id="downwardapivolumesource-v1">DownwardAPIVolumeSource v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>DownwardAPIVolumeSource</td> +</tr> +</tbody> +</table> +<p>DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling.</p> +<aside class="notice"> +Appears In <a href="#volume-v1">Volume</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>defaultMode <br /> <em>integer</em></td> +<td>Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.</td> +</tr> +<tr> +<td>items <br /> <em><a href="#downwardapivolumefile-v1">DownwardAPIVolumeFile</a> array</em></td> +<td>Items is a list of downward API volume file</td> +</tr> +</tbody> +</table> +<h2 id="emptydirvolumesource-v1">EmptyDirVolumeSource v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>EmptyDirVolumeSource</td> +</tr> +</tbody> +</table> +<p>Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling.</p> +<aside class="notice"> +Appears In <a href="#volume-v1">Volume</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>medium <br /> <em>string</em></td> +<td>What type of storage medium should back this directory. The default is "" which means to use the node's default medium. Must be an empty string (default) or Memory. More info: <a href="http://kubernetes.io/docs/user-guide/volumes#emptydir">http://kubernetes.io/docs/user-guide/volumes#emptydir</a></td> +</tr> +</tbody> +</table> <h2 id="endpointaddress-v1">EndpointAddress v1</h2> <table> <thead> @@ -40087,10 +43858,18 @@ Appears In <a href="#event-v1">Event</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>deleteOptions <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> <td>DeleteOptions may be provided</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>ObjectMeta describes the pod that is being evicted.</td> </tr> @@ -40115,7 +43894,7 @@ Appears In <a href="#event-v1">Event</a> </aside> </table> <p>ExecAction describes a "run in container" action.</p> <aside class="notice"> -Appears In <a href="#handler-v1">Handler</a> </aside> +Appears In <a href="#handler-v1">Handler</a> <a href="#probe-v1">Probe</a> </aside> <table> <thead> @@ -40132,6 +43911,277 @@ Appears In <a href="#handler-v1">Handler</a> </aside> </tr> </tbody> </table> +<h2 id="fcvolumesource-v1">FCVolumeSource v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>FCVolumeSource</td> +</tr> +</tbody> +</table> +<p>Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.</p> +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fsType <br /> <em>string</em></td> +<td>Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.</td> +</tr> +<tr> +<td>lun <br /> <em>integer</em></td> +<td>Required: FC target lun number</td> +</tr> +<tr> +<td>readOnly <br /> <em>boolean</em></td> +<td>Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.</td> +</tr> +<tr> +<td>targetWWNs <br /> <em>string array</em></td> +<td>Required: FC target worldwide names (WWNs)</td> +</tr> +</tbody> +</table> +<h2 id="flexvolumesource-v1">FlexVolumeSource v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>FlexVolumeSource</td> +</tr> +</tbody> +</table> +<p>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.</p> +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>driver <br /> <em>string</em></td> +<td>Driver is the name of the driver to use for this volume.</td> +</tr> +<tr> +<td>fsType <br /> <em>string</em></td> +<td>Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". The default filesystem depends on FlexVolume script.</td> +</tr> +<tr> +<td>options <br /> <em>object</em></td> +<td>Optional: Extra command options if any.</td> +</tr> +<tr> +<td>readOnly <br /> <em>boolean</em></td> +<td>Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.</td> +</tr> +<tr> +<td>secretRef <br /> <em><a href="#localobjectreference-v1">LocalObjectReference</a></em></td> +<td>Optional: SecretRef is reference to the secret object containing sensitive information to pass to the plugin scripts. This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts.</td> +</tr> +</tbody> +</table> +<h2 id="flockervolumesource-v1">FlockerVolumeSource v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>FlockerVolumeSource</td> +</tr> +</tbody> +</table> +<p>Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.</p> +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>datasetName <br /> <em>string</em></td> +<td>Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated</td> +</tr> +<tr> +<td>datasetUUID <br /> <em>string</em></td> +<td>UUID of the dataset. This is unique identifier of a Flocker dataset</td> +</tr> +</tbody> +</table> +<h2 id="gcepersistentdiskvolumesource-v1">GCEPersistentDiskVolumeSource v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>GCEPersistentDiskVolumeSource</td> +</tr> +</tbody> +</table> +<p>Represents a Persistent Disk resource in Google Compute Engine.</p> +<p>A GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once or read-only many times. GCE PDs support ownership management and SELinux relabeling.</p> +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fsType <br /> <em>string</em></td> +<td>Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: <a href="http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk">http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk</a></td> +</tr> +<tr> +<td>partition <br /> <em>integer</em></td> +<td>The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as "1". Similarly, the volume partition for /dev/sda is "0" (or you can leave the property empty). More info: <a href="http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk">http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk</a></td> +</tr> +<tr> +<td>pdName <br /> <em>string</em></td> +<td>Unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: <a href="http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk">http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk</a></td> +</tr> +<tr> +<td>readOnly <br /> <em>boolean</em></td> +<td>ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: <a href="http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk">http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk</a></td> +</tr> +</tbody> +</table> +<h2 id="gitrepovolumesource-v1">GitRepoVolumeSource v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>GitRepoVolumeSource</td> +</tr> +</tbody> +</table> +<p>Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling.</p> +<aside class="notice"> +Appears In <a href="#volume-v1">Volume</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>directory <br /> <em>string</em></td> +<td>Target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name.</td> +</tr> +<tr> +<td>repository <br /> <em>string</em></td> +<td>Repository URL</td> +</tr> +<tr> +<td>revision <br /> <em>string</em></td> +<td>Commit hash for the specified revision.</td> +</tr> +</tbody> +</table> +<h2 id="glusterfsvolumesource-v1">GlusterfsVolumeSource v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>GlusterfsVolumeSource</td> +</tr> +</tbody> +</table> +<p>Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.</p> +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>endpoints <br /> <em>string</em></td> +<td>EndpointsName is the endpoint name that details Glusterfs topology. More info: <a href="http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod">http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod</a></td> +</tr> +<tr> +<td>path <br /> <em>string</em></td> +<td>Path is the Glusterfs volume path. More info: <a href="http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod">http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod</a></td> +</tr> +<tr> +<td>readOnly <br /> <em>boolean</em></td> +<td>ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: <a href="http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod">http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod</a></td> +</tr> +</tbody> +</table> <h2 id="groupversionfordiscovery-unversioned">GroupVersionForDiscovery unversioned</h2> <table> <thead> @@ -40190,7 +44240,7 @@ Appears In <a href="#apigroup-unversioned">APIGroup</a> </aside> </table> <p>HTTPGetAction describes an action based on HTTP Get requests.</p> <aside class="notice"> -Appears In <a href="#handler-v1">Handler</a> </aside> +Appears In <a href="#handler-v1">Handler</a> <a href="#probe-v1">Probe</a> </aside> <table> <thead> @@ -40261,6 +44311,80 @@ Appears In <a href="#httpgetaction-v1">HTTPGetAction</a> </aside> </tr> </tbody> </table> +<h2 id="httpingresspath-v1beta1">HTTPIngressPath v1beta1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1beta1</td> +<td>HTTPIngressPath</td> +</tr> +</tbody> +</table> +<p>HTTPIngressPath associates a path regex with a backend. Incoming urls matching the path are forwarded to the backend.</p> +<aside class="notice"> +Appears In <a href="#httpingressrulevalue-v1beta1">HTTPIngressRuleValue</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>backend <br /> <em><a href="#ingressbackend-v1beta1">IngressBackend</a></em></td> +<td>Backend defines the referenced service endpoint to which the traffic will be forwarded to.</td> +</tr> +<tr> +<td>path <br /> <em>string</em></td> +<td>Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/'. If unspecified, the path defaults to a catch all sending traffic to the backend.</td> +</tr> +</tbody> +</table> +<h2 id="httpingressrulevalue-v1beta1">HTTPIngressRuleValue v1beta1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1beta1</td> +<td>HTTPIngressRuleValue</td> +</tr> +</tbody> +</table> +<p>HTTPIngressRuleValue is a list of http selectors pointing to backends. In the example: http://<host>/<path>?<searchpart> -> backend where where parts of the url correspond to RFC 3986, this resource will be used to match against everything after the last '/' and before the first '?' or '#'.</p> +<aside class="notice"> +Appears In <a href="#ingressrule-v1beta1">IngressRule</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>paths <br /> <em><a href="#httpingresspath-v1beta1">HTTPIngressPath</a> array</em></td> +<td>A collection of paths that map requests to backends.</td> +</tr> +</tbody> +</table> <h2 id="handler-v1">Handler v1</h2> <table> <thead> @@ -40304,6 +44428,96 @@ Appears In <a href="#lifecycle-v1">Lifecycle</a> </aside> </tr> </tbody> </table> +<h2 id="hostpathvolumesource-v1">HostPathVolumeSource v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>HostPathVolumeSource</td> +</tr> +</tbody> +</table> +<p>Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.</p> +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>path <br /> <em>string</em></td> +<td>Path of the directory on the host. More info: <a href="http://kubernetes.io/docs/user-guide/volumes#hostpath">http://kubernetes.io/docs/user-guide/volumes#hostpath</a></td> +</tr> +</tbody> +</table> +<h2 id="iscsivolumesource-v1">ISCSIVolumeSource v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>ISCSIVolumeSource</td> +</tr> +</tbody> +</table> +<p>Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.</p> +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fsType <br /> <em>string</em></td> +<td>Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: <a href="http://kubernetes.io/docs/user-guide/volumes#iscsi">http://kubernetes.io/docs/user-guide/volumes#iscsi</a></td> +</tr> +<tr> +<td>iqn <br /> <em>string</em></td> +<td>Target iSCSI Qualified Name.</td> +</tr> +<tr> +<td>iscsiInterface <br /> <em>string</em></td> +<td>Optional: Defaults to 'default' (tcp). iSCSI interface name that uses an iSCSI transport.</td> +</tr> +<tr> +<td>lun <br /> <em>integer</em></td> +<td>iSCSI target lun number.</td> +</tr> +<tr> +<td>readOnly <br /> <em>boolean</em></td> +<td>ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false.</td> +</tr> +<tr> +<td>targetPortal <br /> <em>string</em></td> +<td>iSCSI target portal. The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).</td> +</tr> +</tbody> +</table> <h2 id="info-version">Info version</h2> <table> <thead> @@ -40387,7 +44601,7 @@ Appears In <a href="#lifecycle-v1">Lifecycle</a> </aside> </table> <p>IngressBackend describes all endpoints for a given service and port.</p> <aside class="notice"> -Appears In <a href="#ingressspec-v1beta1">IngressSpec</a> </aside> +Appears In <a href="#httpingresspath-v1beta1">HTTPIngressPath</a> <a href="#ingressspec-v1beta1">IngressSpec</a> </aside> <table> <thead> @@ -40440,6 +44654,10 @@ Appears In <a href="#ingressspec-v1beta1">IngressSpec</a> </aside> <td>host <br /> <em>string</em></td> <td>Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the IP in the Spec of the parent Ingress. 2. The <code>:</code> delimiter is not respected because ports are not allowed. Currently the port of an Ingress is implicitly :80 for http and :443 for https. Both these may change in the future. Incoming requests are matched against the host before the IngressRuleValue. If the host is unspecified, the Ingress routes all traffic based on the specified IngressRuleValue.</td> </tr> +<tr> +<td>http <br /> <em><a href="#httpingressrulevalue-v1beta1">HTTPIngressRuleValue</a></em></td> +<td></td> +</tr> </tbody> </table> <h2 id="ingresstls-v1beta1">IngressTLS v1beta1</h2> @@ -40610,6 +44828,49 @@ Appears In <a href="#cronjobspec-v2alpha1">CronJobSpec</a> </aside> </tr> </tbody> </table> +<h2 id="keytopath-v1">KeyToPath v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>KeyToPath</td> +</tr> +</tbody> +</table> +<p>Maps a string key to a path within a volume.</p> +<aside class="notice"> +Appears In <a href="#configmapvolumesource-v1">ConfigMapVolumeSource</a> <a href="#secretvolumesource-v1">SecretVolumeSource</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>key <br /> <em>string</em></td> +<td>The key to project.</td> +</tr> +<tr> +<td>mode <br /> <em>integer</em></td> +<td>Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.</td> +</tr> +<tr> +<td>path <br /> <em>string</em></td> +<td>The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.</td> +</tr> +</tbody> +</table> <h2 id="labelselector-unversioned">LabelSelector unversioned</h2> <table> <thead> @@ -40918,7 +45179,7 @@ Appears In <a href="#ingressstatus-v1beta1">IngressStatus</a> <a href="#servic </table> <p>LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.</p> <aside class="notice"> -Appears In <a href="#podspec-v1">PodSpec</a> <a href="#serviceaccount-v1">ServiceAccount</a> </aside> +Appears In <a href="#cephfsvolumesource-v1">CephFSVolumeSource</a> <a href="#flexvolumesource-v1">FlexVolumeSource</a> <a href="#podspec-v1">PodSpec</a> <a href="#rbdvolumesource-v1">RBDVolumeSource</a> <a href="#serviceaccount-v1">ServiceAccount</a> </aside> <table> <thead> @@ -40934,6 +45195,49 @@ Appears In <a href="#podspec-v1">PodSpec</a> <a href="#serviceaccount-v1">Serv </tr> </tbody> </table> +<h2 id="nfsvolumesource-v1">NFSVolumeSource v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>NFSVolumeSource</td> +</tr> +</tbody> +</table> +<p>Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.</p> +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>path <br /> <em>string</em></td> +<td>Path that is exported by the NFS server. More info: <a href="http://kubernetes.io/docs/user-guide/volumes#nfs">http://kubernetes.io/docs/user-guide/volumes#nfs</a></td> +</tr> +<tr> +<td>readOnly <br /> <em>boolean</em></td> +<td>ReadOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: <a href="http://kubernetes.io/docs/user-guide/volumes#nfs">http://kubernetes.io/docs/user-guide/volumes#nfs</a></td> +</tr> +<tr> +<td>server <br /> <em>string</em></td> +<td>Server is the hostname or IP address of the NFS server. More info: <a href="http://kubernetes.io/docs/user-guide/volumes#nfs">http://kubernetes.io/docs/user-guide/volumes#nfs</a></td> +</tr> +</tbody> +</table> <h2 id="networkpolicyingressrule-v1beta1">NetworkPolicyIngressRule v1beta1</h2> <table> <thead> @@ -41307,7 +45611,7 @@ Appears In <a href="#selfsubjectaccessreviewspec-v1beta1">SelfSubjectAccessRevi </table> <p>ObjectFieldSelector selects an APIVersioned field of an object.</p> <aside class="notice"> -Appears In <a href="#envvarsource-v1">EnvVarSource</a> </aside> +Appears In <a href="#downwardapivolumefile-v1">DownwardAPIVolumeFile</a> <a href="#envvarsource-v1">EnvVarSource</a> </aside> <table> <thead> @@ -41559,6 +45863,84 @@ Appears In <a href="#objectmeta-v1">ObjectMeta</a> </aside> </tr> </tbody> </table> +<h2 id="persistentvolumeclaimvolumesource-v1">PersistentVolumeClaimVolumeSource v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>PersistentVolumeClaimVolumeSource</td> +</tr> +</tbody> +</table> +<p>PersistentVolumeClaimVolumeSource references the user's PVC in the same namespace. This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system).</p> +<aside class="notice"> +Appears In <a href="#volume-v1">Volume</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>claimName <br /> <em>string</em></td> +<td>ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims">http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims</a></td> +</tr> +<tr> +<td>readOnly <br /> <em>boolean</em></td> +<td>Will force the ReadOnly setting in VolumeMounts. Default false.</td> +</tr> +</tbody> +</table> +<h2 id="photonpersistentdiskvolumesource-v1">PhotonPersistentDiskVolumeSource v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>PhotonPersistentDiskVolumeSource</td> +</tr> +</tbody> +</table> +<p>Represents a Photon Controller persistent disk resource.</p> +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fsType <br /> <em>string</em></td> +<td>Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.</td> +</tr> +<tr> +<td>pdID <br /> <em>string</em></td> +<td>ID that identifies Photon Controller persistent disk</td> +</tr> +</tbody> +</table> <h2 id="podcondition-v1">PodCondition v1</h2> <table> <thead> @@ -41785,10 +46167,18 @@ Appears In <a href="#container-v1">Container</a> </aside> </thead> <tbody> <tr> +<td>exec <br /> <em><a href="#execaction-v1">ExecAction</a></em></td> +<td>One and only one of the following should be specified. Exec specifies the action to take.</td> +</tr> +<tr> <td>failureThreshold <br /> <em>integer</em></td> <td>Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.</td> </tr> <tr> +<td>httpGet <br /> <em><a href="#httpgetaction-v1">HTTPGetAction</a></em></td> +<td>HTTPGet specifies the http request to perform.</td> +</tr> +<tr> <td>initialDelaySeconds <br /> <em>integer</em></td> <td>Number of seconds after the container has started before liveness probes are initiated. More info: <a href="http://kubernetes.io/docs/user-guide/pod-states#container-probes">http://kubernetes.io/docs/user-guide/pod-states#container-probes</a></td> </tr> @@ -41801,6 +46191,10 @@ Appears In <a href="#container-v1">Container</a> </aside> <td>Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness. Minimum value is 1.</td> </tr> <tr> +<td>tcpSocket <br /> <em><a href="#tcpsocketaction-v1">TCPSocketAction</a></em></td> +<td>TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported</td> +</tr> +<tr> <td>timeoutSeconds <br /> <em>integer</em></td> <td>Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: <a href="http://kubernetes.io/docs/user-guide/pod-states#container-probes">http://kubernetes.io/docs/user-guide/pod-states#container-probes</a></td> </tr> @@ -41839,6 +46233,120 @@ Appears In <a href="#resourcefieldselector-v1">ResourceFieldSelector</a> </asid </tr> </tbody> </table> +<h2 id="quobytevolumesource-v1">QuobyteVolumeSource v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>QuobyteVolumeSource</td> +</tr> +</tbody> +</table> +<p>Represents a Quobyte mount that lasts the lifetime of a pod. Quobyte volumes do not support ownership management or SELinux relabeling.</p> +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>group <br /> <em>string</em></td> +<td>Group to map volume access to Default is no group</td> +</tr> +<tr> +<td>readOnly <br /> <em>boolean</em></td> +<td>ReadOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false.</td> +</tr> +<tr> +<td>registry <br /> <em>string</em></td> +<td>Registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes</td> +</tr> +<tr> +<td>user <br /> <em>string</em></td> +<td>User to map volume access to Defaults to serivceaccount user</td> +</tr> +<tr> +<td>volume <br /> <em>string</em></td> +<td>Volume is a string that references an already created Quobyte volume by name.</td> +</tr> +</tbody> +</table> +<h2 id="rbdvolumesource-v1">RBDVolumeSource v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>RBDVolumeSource</td> +</tr> +</tbody> +</table> +<p>Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.</p> +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fsType <br /> <em>string</em></td> +<td>Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: <a href="http://kubernetes.io/docs/user-guide/volumes#rbd">http://kubernetes.io/docs/user-guide/volumes#rbd</a></td> +</tr> +<tr> +<td>image <br /> <em>string</em></td> +<td>The rados image name. More info: <a href="http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it">http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it</a></td> +</tr> +<tr> +<td>keyring <br /> <em>string</em></td> +<td>Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: <a href="http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it">http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it</a></td> +</tr> +<tr> +<td>monitors <br /> <em>string array</em></td> +<td>A collection of Ceph monitors. More info: <a href="http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it">http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it</a></td> +</tr> +<tr> +<td>pool <br /> <em>string</em></td> +<td>The rados pool name. Default is rbd. More info: <a href="http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it">http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it</a>.</td> +</tr> +<tr> +<td>readOnly <br /> <em>boolean</em></td> +<td>ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: <a href="http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it">http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it</a></td> +</tr> +<tr> +<td>secretRef <br /> <em><a href="#localobjectreference-v1">LocalObjectReference</a></em></td> +<td>SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: <a href="http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it">http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it</a></td> +</tr> +<tr> +<td>user <br /> <em>string</em></td> +<td>The rados user name. Default is admin. More info: <a href="http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it">http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it</a></td> +</tr> +</tbody> +</table> <h2 id="rawextension-runtime">RawExtension runtime</h2> <table> <thead> @@ -42076,7 +46584,7 @@ Appears In <a href="#selfsubjectaccessreviewspec-v1beta1">SelfSubjectAccessRevi </table> <p>ResourceFieldSelector represents container resources (cpu, memory) and their output format</p> <aside class="notice"> -Appears In <a href="#envvarsource-v1">EnvVarSource</a> </aside> +Appears In <a href="#downwardapivolumefile-v1">DownwardAPIVolumeFile</a> <a href="#envvarsource-v1">EnvVarSource</a> </aside> <table> <thead> @@ -42292,6 +46800,14 @@ Appears In <a href="#podsecuritycontext-v1">PodSecurityContext</a> <a href="#s </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object metadata; More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a>.</td> </tr> @@ -42338,6 +46854,54 @@ Appears In <a href="#envvarsource-v1">EnvVarSource</a> </aside> <td>key <br /> <em>string</em></td> <td>The key of the secret to select from. Must be a valid secret key.</td> </tr> +<tr> +<td>name <br /> <em>string</em></td> +<td>Name of the referent. More info: <a href="http://kubernetes.io/docs/user-guide/identifiers#names">http://kubernetes.io/docs/user-guide/identifiers#names</a></td> +</tr> +</tbody> +</table> +<h2 id="secretvolumesource-v1">SecretVolumeSource v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>SecretVolumeSource</td> +</tr> +</tbody> +</table> +<p>Adapts a Secret into a volume.</p> +<p>The contents of the target Secret's Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling.</p> +<aside class="notice"> +Appears In <a href="#volume-v1">Volume</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>defaultMode <br /> <em>integer</em></td> +<td>Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.</td> +</tr> +<tr> +<td>items <br /> <em><a href="#keytopath-v1">KeyToPath</a> array</em></td> +<td>If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error. Paths must be relative and may not contain the '..' path or start with '..'.</td> +</tr> +<tr> +<td>secretName <br /> <em>string</em></td> +<td>Name of the secret in the pod's namespace to use. More info: <a href="http://kubernetes.io/docs/user-guide/volumes#secrets">http://kubernetes.io/docs/user-guide/volumes#secrets</a></td> +</tr> </tbody> </table> <h2 id="securitycontext-v1">SecurityContext v1</h2> @@ -42512,6 +47076,10 @@ Appears In <a href="#servicespec-v1">ServiceSpec</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>code <br /> <em>integer</em></td> <td>Suggested HTTP return code for this status, 0 if not set.</td> </tr> @@ -42520,6 +47088,10 @@ Appears In <a href="#servicespec-v1">ServiceSpec</a> </aside> <td>Extended data associated with the reason. Each reason may define its own extended details. This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type.</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>message <br /> <em>string</em></td> <td>A human-readable description of the status of this operation.</td> </tr> @@ -42744,7 +47316,7 @@ Appears In <a href="#horizontalpodautoscalerspec-v1beta1">HorizontalPodAutoscal </table> <p>TCPSocketAction describes an action based on opening a socket</p> <aside class="notice"> -Appears In <a href="#handler-v1">Handler</a> </aside> +Appears In <a href="#handler-v1">Handler</a> <a href="#probe-v1">Probe</a> </aside> <table> <thead> @@ -42887,6 +47459,45 @@ Appears In <a href="#container-v1">Container</a> </aside> </tr> </tbody> </table> +<h2 id="vspherevirtualdiskvolumesource-v1">VsphereVirtualDiskVolumeSource v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>VsphereVirtualDiskVolumeSource</td> +</tr> +</tbody> +</table> +<p>Represents a vSphere volume resource.</p> +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fsType <br /> <em>string</em></td> +<td>Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.</td> +</tr> +<tr> +<td>volumePath <br /> <em>string</em></td> +<td>Path that identifies vSphere volume vmdk</td> +</tr> +</tbody> +</table> <h1 id="-strong-old-api-versions-strong-"><strong>OLD API VERSIONS</strong></h1> <p>This section contains older versions of resources shown above.</p> <hr> @@ -42963,6 +47574,14 @@ Appears In <a href="#horizontalpodautoscalerlist-v1beta1">HorizontalPodAutoscale </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -43050,18 +47669,26 @@ Appears In <a href="#horizontalpodautoscaler-v1beta1">HorizontalPodAutoscaler</a </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#horizontalpodautoscaler-v1beta1">HorizontalPodAutoscaler</a> array</em></td> <td>list of horizontal pod autoscaler objects.</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata.</td> </tr> </tbody> </table> -<h2 id="-strong-write-operations-strong--451"><strong>Write Operations</strong></h2> +<h2 id="-strong-write-operations-strong--454"><strong>Write Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="create-452">Create</h2> +<h2 id="create-455">Create</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -43102,13 +47729,24 @@ Appears In <a href="#horizontalpodautoscaler-v1beta1">HorizontalPodAutoscaler</a <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -43138,7 +47776,7 @@ Appears In <a href="#horizontalpodautoscaler-v1beta1">HorizontalPodAutoscaler</a </tr> </tbody> </table> -<h2 id="replace-453">Replace</h2> +<h2 id="replace-456">Replace</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -43183,13 +47821,24 @@ Appears In <a href="#horizontalpodautoscaler-v1beta1">HorizontalPodAutoscaler</a <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -43219,7 +47868,7 @@ Appears In <a href="#horizontalpodautoscaler-v1beta1">HorizontalPodAutoscaler</a </tr> </tbody> </table> -<h2 id="patch-454">Patch</h2> +<h2 id="patch-457">Patch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -43264,13 +47913,24 @@ Appears In <a href="#horizontalpodautoscaler-v1beta1">HorizontalPodAutoscaler</a <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -43300,7 +47960,7 @@ Appears In <a href="#horizontalpodautoscaler-v1beta1">HorizontalPodAutoscaler</a </tr> </tbody> </table> -<h2 id="delete-455">Delete</h2> +<h2 id="delete-458">Delete</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -43345,10 +48005,6 @@ Appears In <a href="#horizontalpodautoscaler-v1beta1">HorizontalPodAutoscaler</a <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -43361,8 +48017,8 @@ Appears In <a href="#horizontalpodautoscaler-v1beta1">HorizontalPodAutoscaler</a </thead> <tbody> <tr> -<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> -<td></td> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> </tr> <tr> <td>gracePeriodSeconds</td> @@ -43374,6 +48030,21 @@ Appears In <a href="#horizontalpodautoscaler-v1beta1">HorizontalPodAutoscaler</a </tr> </tbody> </table> +<h3 id="body-parameters">Body Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> +<td></td> +</tr> +</tbody> +</table> <h3 id="response">Response</h3> <table> <thead> @@ -43389,7 +48060,7 @@ Appears In <a href="#horizontalpodautoscaler-v1beta1">HorizontalPodAutoscaler</a </tr> </tbody> </table> -<h2 id="delete-collection-456">Delete Collection</h2> +<h2 id="delete-collection-459">Delete Collection</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -43430,10 +48101,6 @@ Appears In <a href="#horizontalpodautoscaler-v1beta1">HorizontalPodAutoscaler</a <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -43446,6 +48113,10 @@ Appears In <a href="#horizontalpodautoscaler-v1beta1">HorizontalPodAutoscaler</a </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -43482,9 +48153,9 @@ Appears In <a href="#horizontalpodautoscaler-v1beta1">HorizontalPodAutoscaler</a </tr> </tbody> </table> -<h2 id="-strong-read-operations-strong--457"><strong>Read Operations</strong></h2> +<h2 id="-strong-read-operations-strong--460"><strong>Read Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="read-458">Read</h2> +<h2 id="read-461">Read</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -43529,10 +48200,6 @@ Appears In <a href="#horizontalpodautoscaler-v1beta1">HorizontalPodAutoscaler</a <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -43545,6 +48212,10 @@ Appears In <a href="#horizontalpodautoscaler-v1beta1">HorizontalPodAutoscaler</a </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>exact</td> <td>Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'</td> </tr> @@ -43569,7 +48240,7 @@ Appears In <a href="#horizontalpodautoscaler-v1beta1">HorizontalPodAutoscaler</a </tr> </tbody> </table> -<h2 id="list-459">List</h2> +<h2 id="list-462">List</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -43610,10 +48281,6 @@ Appears In <a href="#horizontalpodautoscaler-v1beta1">HorizontalPodAutoscaler</a <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -43626,6 +48293,10 @@ Appears In <a href="#horizontalpodautoscaler-v1beta1">HorizontalPodAutoscaler</a </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -43662,7 +48333,7 @@ Appears In <a href="#horizontalpodautoscaler-v1beta1">HorizontalPodAutoscaler</a </tr> </tbody> </table> -<h2 id="list-all-namespaces-460">List All Namespaces</h2> +<h2 id="list-all-namespaces-463">List All Namespaces</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -43690,7 +48361,7 @@ Appears In <a href="#horizontalpodautoscaler-v1beta1">HorizontalPodAutoscaler</a <p>list or watch objects of kind HorizontalPodAutoscaler</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /apis/extensions/v1beta1/horizontalpodautoscalers</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -43740,7 +48411,7 @@ Appears In <a href="#horizontalpodautoscaler-v1beta1">HorizontalPodAutoscaler</a </tr> </tbody> </table> -<h2 id="watch-461">Watch</h2> +<h2 id="watch-464">Watch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -43778,14 +48449,6 @@ Appears In <a href="#horizontalpodautoscaler-v1beta1">HorizontalPodAutoscaler</a </thead> <tbody> <tr> -<td>fieldSelector</td> -<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> -</tr> -<tr> -<td>labelSelector</td> -<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> -</tr> -<tr> <td>name</td> <td>name of the HorizontalPodAutoscaler</td> </tr> @@ -43793,68 +48456,9 @@ Appears In <a href="#horizontalpodautoscaler-v1beta1">HorizontalPodAutoscaler</a <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> -<tr> -<td>resourceVersion</td> -<td>When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.</td> -</tr> -<tr> -<td>timeoutSeconds</td> -<td>Timeout for the list/watch call.</td> -</tr> -<tr> -<td>watch</td> -<td>Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.</td> -</tr> </tbody> </table> -<h3 id="response">Response</h3> -<table> -<thead> -<tr> -<th>Code</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>200 <br /> <em><a href="#event-versioned">Event</a></em></td> -<td>OK</td> -</tr> -</tbody> -</table> -<h2 id="watch-list-462">Watch List</h2> -<blockquote class="code-block kubectl"> -<p> <code>kubectl</code> Command</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> -</blockquote> -<pre class="code-block curl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block kubectl"> -<p> Output</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> Response Body</p> -</blockquote> -<pre class="code-block curl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<p>watch individual changes to a list of HorizontalPodAutoscaler</p> -<h3 id="http-request">HTTP Request</h3> -<p><code>GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/horizontalpodautoscalers</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -43872,10 +48476,6 @@ Appears In <a href="#horizontalpodautoscaler-v1beta1">HorizontalPodAutoscaler</a <td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> </tr> <tr> -<td>namespace</td> -<td>object name and auth scope, such as for teams and projects</td> -</tr> -<tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> @@ -43908,7 +48508,7 @@ Appears In <a href="#horizontalpodautoscaler-v1beta1">HorizontalPodAutoscaler</a </tr> </tbody> </table> -<h2 id="watch-list-all-namespaces-463">Watch List All Namespaces</h2> +<h2 id="watch-list-all-namespaces-465">Watch List All Namespaces</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -43936,7 +48536,7 @@ Appears In <a href="#horizontalpodautoscaler-v1beta1">HorizontalPodAutoscaler</a <p>watch individual changes to a list of HorizontalPodAutoscaler</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /apis/extensions/v1beta1/watch/horizontalpodautoscalers</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -43986,236 +48586,6 @@ Appears In <a href="#horizontalpodautoscaler-v1beta1">HorizontalPodAutoscaler</a </tr> </tbody> </table> -<h2 id="-strong-status-operations-strong--464"><strong>Status Operations</strong></h2> -<p>See supported operations below...</p> -<h2 id="patch-status-465">Patch Status</h2> -<blockquote class="code-block kubectl"> -<p> <code>kubectl</code> Command</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> -</blockquote> -<pre class="code-block curl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block kubectl"> -<p> Output</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> Response Body</p> -</blockquote> -<pre class="code-block curl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<p>partially update status of the specified HorizontalPodAutoscaler</p> -<h3 id="http-request">HTTP Request</h3> -<p><code>PATCH /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status</code></p> -<h3 id="path-parameters">Path Parameters</h3> -<table> -<thead> -<tr> -<th>Parameter</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>name</td> -<td>name of the HorizontalPodAutoscaler</td> -</tr> -<tr> -<td>namespace</td> -<td>object name and auth scope, such as for teams and projects</td> -</tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> -</tbody> -</table> -<h3 id="query-parameters">Query Parameters</h3> -<table> -<thead> -<tr> -<th>Parameter</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>body <br /> <em><a href="#patch-unversioned">Patch</a></em></td> -<td></td> -</tr> -</tbody> -</table> -<h3 id="response">Response</h3> -<table> -<thead> -<tr> -<th>Code</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>200 <br /> <em><a href="#horizontalpodautoscaler-v1beta1">HorizontalPodAutoscaler</a></em></td> -<td>OK</td> -</tr> -</tbody> -</table> -<h2 id="read-status-466">Read Status</h2> -<blockquote class="code-block kubectl"> -<p> <code>kubectl</code> Command</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> -</blockquote> -<pre class="code-block curl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block kubectl"> -<p> Output</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> Response Body</p> -</blockquote> -<pre class="code-block curl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<p>read status of the specified HorizontalPodAutoscaler</p> -<h3 id="http-request">HTTP Request</h3> -<p><code>GET /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status</code></p> -<h3 id="path-parameters">Path Parameters</h3> -<table> -<thead> -<tr> -<th>Parameter</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>name</td> -<td>name of the HorizontalPodAutoscaler</td> -</tr> -<tr> -<td>namespace</td> -<td>object name and auth scope, such as for teams and projects</td> -</tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> -</tbody> -</table> -<h3 id="response">Response</h3> -<table> -<thead> -<tr> -<th>Code</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>200 <br /> <em><a href="#horizontalpodautoscaler-v1beta1">HorizontalPodAutoscaler</a></em></td> -<td>OK</td> -</tr> -</tbody> -</table> -<h2 id="replace-status-467">Replace Status</h2> -<blockquote class="code-block kubectl"> -<p> <code>kubectl</code> Command</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> -</blockquote> -<pre class="code-block curl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block kubectl"> -<p> Output</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> Response Body</p> -</blockquote> -<pre class="code-block curl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<p>replace status of the specified HorizontalPodAutoscaler</p> -<h3 id="http-request">HTTP Request</h3> -<p><code>PUT /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status</code></p> -<h3 id="path-parameters">Path Parameters</h3> -<table> -<thead> -<tr> -<th>Parameter</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>name</td> -<td>name of the HorizontalPodAutoscaler</td> -</tr> -<tr> -<td>namespace</td> -<td>object name and auth scope, such as for teams and projects</td> -</tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> -</tbody> -</table> -<h3 id="query-parameters">Query Parameters</h3> -<table> -<thead> -<tr> -<th>Parameter</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>body <br /> <em><a href="#horizontalpodautoscaler-v1beta1">HorizontalPodAutoscaler</a></em></td> -<td></td> -</tr> -</tbody> -</table> -<h3 id="response">Response</h3> -<table> -<thead> -<tr> -<th>Code</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>200 <br /> <em><a href="#horizontalpodautoscaler-v1beta1">HorizontalPodAutoscaler</a></em></td> -<td>OK</td> -</tr> -</tbody> -</table> <hr> <h1 id="job-v1beta1">Job v1beta1</h1> <table> @@ -44250,6 +48620,14 @@ Appears In <a href="#joblist-v1beta1">JobList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -44349,18 +48727,26 @@ Appears In <a href="#job-v1beta1">Job</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#job-v1beta1">Job</a> array</em></td> <td>Items is the list of Job.</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> </tbody> </table> -<h2 id="-strong-write-operations-strong--468"><strong>Write Operations</strong></h2> +<h2 id="-strong-write-operations-strong--466"><strong>Write Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="create-469">Create</h2> +<h2 id="create-467">Create</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -44483,13 +48869,24 @@ spec: <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -44519,7 +48916,7 @@ spec: </tr> </tbody> </table> -<h2 id="replace-470">Replace</h2> +<h2 id="replace-468">Replace</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -44564,13 +48961,24 @@ spec: <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -44600,7 +49008,7 @@ spec: </tr> </tbody> </table> -<h2 id="patch-471">Patch</h2> +<h2 id="patch-469">Patch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -44645,13 +49053,24 @@ spec: <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -44681,7 +49100,7 @@ spec: </tr> </tbody> </table> -<h2 id="delete-472">Delete</h2> +<h2 id="delete-470">Delete</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -44736,10 +49155,6 @@ orphanDependents: <span class="hljs-literal">false</span> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -44752,8 +49167,8 @@ orphanDependents: <span class="hljs-literal">false</span> </thead> <tbody> <tr> -<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> -<td></td> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> </tr> <tr> <td>gracePeriodSeconds</td> @@ -44765,6 +49180,21 @@ orphanDependents: <span class="hljs-literal">false</span> </tr> </tbody> </table> +<h3 id="body-parameters">Body Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> +<td></td> +</tr> +</tbody> +</table> <h3 id="response">Response</h3> <table> <thead> @@ -44780,7 +49210,7 @@ orphanDependents: <span class="hljs-literal">false</span> </tr> </tbody> </table> -<h2 id="delete-collection-473">Delete Collection</h2> +<h2 id="delete-collection-471">Delete Collection</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -44821,10 +49251,6 @@ orphanDependents: <span class="hljs-literal">false</span> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -44837,6 +49263,10 @@ orphanDependents: <span class="hljs-literal">false</span> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -44873,9 +49303,9 @@ orphanDependents: <span class="hljs-literal">false</span> </tr> </tbody> </table> -<h2 id="-strong-read-operations-strong--474"><strong>Read Operations</strong></h2> +<h2 id="-strong-read-operations-strong--472"><strong>Read Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="read-475">Read</h2> +<h2 id="read-473">Read</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -45031,10 +49461,6 @@ $ curl -X GET http:<span class="hljs-regexp">//</span><span class="hljs-number"> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -45047,6 +49473,10 @@ $ curl -X GET http:<span class="hljs-regexp">//</span><span class="hljs-number"> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>exact</td> <td>Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'</td> </tr> @@ -45071,7 +49501,7 @@ $ curl -X GET http:<span class="hljs-regexp">//</span><span class="hljs-number"> </tr> </tbody> </table> -<h2 id="list-476">List</h2> +<h2 id="list-474">List</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -45239,10 +49669,6 @@ $ kubectl <span class="hljs-keyword">get</span> job -o json <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -45255,6 +49681,10 @@ $ kubectl <span class="hljs-keyword">get</span> job -o json </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -45291,7 +49721,7 @@ $ kubectl <span class="hljs-keyword">get</span> job -o json </tr> </tbody> </table> -<h2 id="list-all-namespaces-477">List All Namespaces</h2> +<h2 id="list-all-namespaces-475">List All Namespaces</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -45319,7 +49749,7 @@ $ kubectl <span class="hljs-keyword">get</span> job -o json <p>list or watch objects of kind Job</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /apis/extensions/v1beta1/jobs</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -45369,7 +49799,7 @@ $ kubectl <span class="hljs-keyword">get</span> job -o json </tr> </tbody> </table> -<h2 id="watch-478">Watch</h2> +<h2 id="watch-476">Watch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -45528,14 +49958,6 @@ $ kubectl <span class="hljs-keyword">get</span> job example-job <span class="hlj </thead> <tbody> <tr> -<td>fieldSelector</td> -<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> -</tr> -<tr> -<td>labelSelector</td> -<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> -</tr> -<tr> <td>name</td> <td>name of the Job</td> </tr> @@ -45543,68 +49965,9 @@ $ kubectl <span class="hljs-keyword">get</span> job example-job <span class="hlj <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> -<tr> -<td>resourceVersion</td> -<td>When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.</td> -</tr> -<tr> -<td>timeoutSeconds</td> -<td>Timeout for the list/watch call.</td> -</tr> -<tr> -<td>watch</td> -<td>Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.</td> -</tr> </tbody> </table> -<h3 id="response">Response</h3> -<table> -<thead> -<tr> -<th>Code</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>200 <br /> <em><a href="#event-versioned">Event</a></em></td> -<td>OK</td> -</tr> -</tbody> -</table> -<h2 id="watch-list-479">Watch List</h2> -<blockquote class="code-block kubectl"> -<p> <code>kubectl</code> Command</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> -</blockquote> -<pre class="code-block curl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block kubectl"> -<p> Output</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> Response Body</p> -</blockquote> -<pre class="code-block curl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<p>watch individual changes to a list of Job</p> -<h3 id="http-request">HTTP Request</h3> -<p><code>GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/jobs</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -45622,10 +49985,6 @@ $ kubectl <span class="hljs-keyword">get</span> job example-job <span class="hlj <td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> </tr> <tr> -<td>namespace</td> -<td>object name and auth scope, such as for teams and projects</td> -</tr> -<tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> @@ -45658,7 +50017,7 @@ $ kubectl <span class="hljs-keyword">get</span> job example-job <span class="hlj </tr> </tbody> </table> -<h2 id="watch-list-all-namespaces-480">Watch List All Namespaces</h2> +<h2 id="watch-list-all-namespaces-477">Watch List All Namespaces</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -45686,7 +50045,7 @@ $ kubectl <span class="hljs-keyword">get</span> job example-job <span class="hlj <p>watch individual changes to a list of Job</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /apis/extensions/v1beta1/watch/jobs</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -45736,236 +50095,6 @@ $ kubectl <span class="hljs-keyword">get</span> job example-job <span class="hlj </tr> </tbody> </table> -<h2 id="-strong-status-operations-strong--481"><strong>Status Operations</strong></h2> -<p>See supported operations below...</p> -<h2 id="patch-status-482">Patch Status</h2> -<blockquote class="code-block kubectl"> -<p> <code>kubectl</code> Command</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> -</blockquote> -<pre class="code-block curl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block kubectl"> -<p> Output</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> Response Body</p> -</blockquote> -<pre class="code-block curl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<p>partially update status of the specified Job</p> -<h3 id="http-request">HTTP Request</h3> -<p><code>PATCH /apis/extensions/v1beta1/namespaces/{namespace}/jobs/{name}/status</code></p> -<h3 id="path-parameters">Path Parameters</h3> -<table> -<thead> -<tr> -<th>Parameter</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>name</td> -<td>name of the Job</td> -</tr> -<tr> -<td>namespace</td> -<td>object name and auth scope, such as for teams and projects</td> -</tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> -</tbody> -</table> -<h3 id="query-parameters">Query Parameters</h3> -<table> -<thead> -<tr> -<th>Parameter</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>body <br /> <em><a href="#patch-unversioned">Patch</a></em></td> -<td></td> -</tr> -</tbody> -</table> -<h3 id="response">Response</h3> -<table> -<thead> -<tr> -<th>Code</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>200 <br /> <em><a href="#job-v1beta1">Job</a></em></td> -<td>OK</td> -</tr> -</tbody> -</table> -<h2 id="read-status-483">Read Status</h2> -<blockquote class="code-block kubectl"> -<p> <code>kubectl</code> Command</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> -</blockquote> -<pre class="code-block curl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block kubectl"> -<p> Output</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> Response Body</p> -</blockquote> -<pre class="code-block curl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<p>read status of the specified Job</p> -<h3 id="http-request">HTTP Request</h3> -<p><code>GET /apis/extensions/v1beta1/namespaces/{namespace}/jobs/{name}/status</code></p> -<h3 id="path-parameters">Path Parameters</h3> -<table> -<thead> -<tr> -<th>Parameter</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>name</td> -<td>name of the Job</td> -</tr> -<tr> -<td>namespace</td> -<td>object name and auth scope, such as for teams and projects</td> -</tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> -</tbody> -</table> -<h3 id="response">Response</h3> -<table> -<thead> -<tr> -<th>Code</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>200 <br /> <em><a href="#job-v1beta1">Job</a></em></td> -<td>OK</td> -</tr> -</tbody> -</table> -<h2 id="replace-status-484">Replace Status</h2> -<blockquote class="code-block kubectl"> -<p> <code>kubectl</code> Command</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> <code>curl</code> Command (<em>requires <code>kubectl proxy</code> to be running</em>)</p> -</blockquote> -<pre class="code-block curl"><code class="lang-shell"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block kubectl"> -<p> Output</p> -</blockquote> -<pre class="code-block kubectl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<blockquote class="code-block curl"> -<p> Response Body</p> -</blockquote> -<pre class="code-block curl"><code class="lang-json"> -<span class="hljs-attribute">Coming Soon</span> -</code></pre> -<p>replace status of the specified Job</p> -<h3 id="http-request">HTTP Request</h3> -<p><code>PUT /apis/extensions/v1beta1/namespaces/{namespace}/jobs/{name}/status</code></p> -<h3 id="path-parameters">Path Parameters</h3> -<table> -<thead> -<tr> -<th>Parameter</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>name</td> -<td>name of the Job</td> -</tr> -<tr> -<td>namespace</td> -<td>object name and auth scope, such as for teams and projects</td> -</tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> -</tbody> -</table> -<h3 id="query-parameters">Query Parameters</h3> -<table> -<thead> -<tr> -<th>Parameter</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>body <br /> <em><a href="#job-v1beta1">Job</a></em></td> -<td></td> -</tr> -</tbody> -</table> -<h3 id="response">Response</h3> -<table> -<thead> -<tr> -<th>Code</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>200 <br /> <em><a href="#job-v1beta1">Job</a></em></td> -<td>OK</td> -</tr> -</tbody> -</table> <hr> <h1 id="job-v2alpha1">Job v2alpha1</h1> <table> @@ -46000,6 +50129,14 @@ Appears In <a href="#joblist-v2alpha1">JobList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -46099,18 +50236,26 @@ Appears In <a href="#job-v2alpha1">Job</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#job-v2alpha1">Job</a> array</em></td> <td>Items is the list of Job.</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> </tbody> </table> -<h2 id="-strong-write-operations-strong--485"><strong>Write Operations</strong></h2> +<h2 id="-strong-write-operations-strong--478"><strong>Write Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="create-486">Create</h2> +<h2 id="create-479">Create</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -46233,13 +50378,24 @@ spec: <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -46269,7 +50425,7 @@ spec: </tr> </tbody> </table> -<h2 id="replace-487">Replace</h2> +<h2 id="replace-480">Replace</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -46314,13 +50470,24 @@ spec: <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -46350,7 +50517,7 @@ spec: </tr> </tbody> </table> -<h2 id="patch-488">Patch</h2> +<h2 id="patch-481">Patch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -46395,13 +50562,24 @@ spec: <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> </tr> </tbody> </table> -<h3 id="query-parameters">Query Parameters</h3> +<h3 id="body-parameters">Body Parameters</h3> <table> <thead> <tr> @@ -46431,7 +50609,7 @@ spec: </tr> </tbody> </table> -<h2 id="delete-489">Delete</h2> +<h2 id="delete-482">Delete</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -46486,10 +50664,6 @@ orphanDependents: <span class="hljs-literal">false</span> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -46502,8 +50676,8 @@ orphanDependents: <span class="hljs-literal">false</span> </thead> <tbody> <tr> -<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> -<td></td> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> </tr> <tr> <td>gracePeriodSeconds</td> @@ -46515,6 +50689,21 @@ orphanDependents: <span class="hljs-literal">false</span> </tr> </tbody> </table> +<h3 id="body-parameters">Body Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>body <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> +<td></td> +</tr> +</tbody> +</table> <h3 id="response">Response</h3> <table> <thead> @@ -46530,7 +50719,7 @@ orphanDependents: <span class="hljs-literal">false</span> </tr> </tbody> </table> -<h2 id="delete-collection-490">Delete Collection</h2> +<h2 id="delete-collection-483">Delete Collection</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -46571,10 +50760,6 @@ orphanDependents: <span class="hljs-literal">false</span> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -46587,6 +50772,10 @@ orphanDependents: <span class="hljs-literal">false</span> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -46623,9 +50812,9 @@ orphanDependents: <span class="hljs-literal">false</span> </tr> </tbody> </table> -<h2 id="-strong-read-operations-strong--491"><strong>Read Operations</strong></h2> +<h2 id="-strong-read-operations-strong--484"><strong>Read Operations</strong></h2> <p>See supported operations below...</p> -<h2 id="read-492">Read</h2> +<h2 id="read-485">Read</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -46781,10 +50970,6 @@ $ curl -X GET http:<span class="hljs-regexp">//</span><span class="hljs-number"> <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -46797,6 +50982,10 @@ $ curl -X GET http:<span class="hljs-regexp">//</span><span class="hljs-number"> </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>exact</td> <td>Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'</td> </tr> @@ -46821,7 +51010,7 @@ $ curl -X GET http:<span class="hljs-regexp">//</span><span class="hljs-number"> </tr> </tbody> </table> -<h2 id="list-493">List</h2> +<h2 id="list-486">List</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -46989,10 +51178,6 @@ $ kubectl <span class="hljs-keyword">get</span> job -o json <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> -<tr> -<td>pretty</td> -<td>If 'true', then the output is pretty printed.</td> -</tr> </tbody> </table> <h3 id="query-parameters">Query Parameters</h3> @@ -47005,6 +51190,10 @@ $ kubectl <span class="hljs-keyword">get</span> job -o json </thead> <tbody> <tr> +<td>pretty</td> +<td>If 'true', then the output is pretty printed.</td> +</tr> +<tr> <td>fieldSelector</td> <td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> </tr> @@ -47041,7 +51230,7 @@ $ kubectl <span class="hljs-keyword">get</span> job -o json </tr> </tbody> </table> -<h2 id="list-all-namespaces-494">List All Namespaces</h2> +<h2 id="list-all-namespaces-487">List All Namespaces</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -47069,7 +51258,7 @@ $ kubectl <span class="hljs-keyword">get</span> job -o json <p>list or watch objects of kind Job</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /apis/batch/v2alpha1/jobs</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -47119,7 +51308,7 @@ $ kubectl <span class="hljs-keyword">get</span> job -o json </tr> </tbody> </table> -<h2 id="watch-495">Watch</h2> +<h2 id="watch-488">Watch</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -47278,14 +51467,6 @@ $ kubectl <span class="hljs-keyword">get</span> job example-job <span class="hlj </thead> <tbody> <tr> -<td>fieldSelector</td> -<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> -</tr> -<tr> -<td>labelSelector</td> -<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> -</tr> -<tr> <td>name</td> <td>name of the Job</td> </tr> @@ -47293,6 +51474,25 @@ $ kubectl <span class="hljs-keyword">get</span> job example-job <span class="hlj <td>namespace</td> <td>object name and auth scope, such as for teams and projects</td> </tr> +</tbody> +</table> +<h3 id="query-parameters">Query Parameters</h3> +<table> +<thead> +<tr> +<th>Parameter</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fieldSelector</td> +<td>A selector to restrict the list of returned objects by their fields. Defaults to everything.</td> +</tr> +<tr> +<td>labelSelector</td> +<td>A selector to restrict the list of returned objects by their labels. Defaults to everything.</td> +</tr> <tr> <td>pretty</td> <td>If 'true', then the output is pretty printed.</td> @@ -47326,7 +51526,7 @@ $ kubectl <span class="hljs-keyword">get</span> job example-job <span class="hlj </tr> </tbody> </table> -<h2 id="watch-list-all-namespaces-496">Watch List All Namespaces</h2> +<h2 id="watch-list-all-namespaces-489">Watch List All Namespaces</h2> <blockquote class="code-block kubectl"> <p> <code>kubectl</code> Command</p> </blockquote> @@ -47354,7 +51554,7 @@ $ kubectl <span class="hljs-keyword">get</span> job example-job <span class="hlj <p>watch individual changes to a list of Job</p> <h3 id="http-request">HTTP Request</h3> <p><code>GET /apis/batch/v2alpha1/watch/jobs</code></p> -<h3 id="path-parameters">Path Parameters</h3> +<h3 id="query-parameters">Query Parameters</h3> <table> <thead> <tr> @@ -47553,6 +51753,14 @@ Appears In <a href="#jobstatus-v2alpha1">JobStatus</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object metadata; More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a>.</td> </tr> diff --git a/docs/api-reference/1_5/jsconfig.json b/docs/api-reference/v1.5/jsconfig.json similarity index 100% rename from docs/api-reference/1_5/jsconfig.json rename to docs/api-reference/v1.5/jsconfig.json diff --git a/docs/api-reference/1_5/manifest.json b/docs/api-reference/v1.5/manifest.json similarity index 83% rename from docs/api-reference/1_5/manifest.json rename to docs/api-reference/v1.5/manifest.json index a255598f16..5b56e46622 100644 --- a/docs/api-reference/1_5/manifest.json +++ b/docs/api-reference/v1.5/manifest.json @@ -154,24 +154,42 @@ { "filename": "_generated_apiversions_unversioned_definition.md" }, + { + "filename": "_generated_awselasticblockstorevolumesource_v1_definition.md" + }, { "filename": "_generated_attachedvolume_v1_definition.md" }, + { + "filename": "_generated_azurediskvolumesource_v1_definition.md" + }, + { + "filename": "_generated_azurefilevolumesource_v1_definition.md" + }, { "filename": "_generated_cputargetutilization_v1beta1_definition.md" }, { "filename": "_generated_capabilities_v1_definition.md" }, + { + "filename": "_generated_cephfsvolumesource_v1_definition.md" + }, { "filename": "_generated_certificatesigningrequestcondition_v1alpha1_definition.md" }, + { + "filename": "_generated_cindervolumesource_v1_definition.md" + }, { "filename": "_generated_componentcondition_v1_definition.md" }, { "filename": "_generated_configmapkeyselector_v1_definition.md" }, + { + "filename": "_generated_configmapvolumesource_v1_definition.md" + }, { "filename": "_generated_containerimage_v1_definition.md" }, @@ -202,6 +220,15 @@ { "filename": "_generated_deploymentcondition_v1beta1_definition.md" }, + { + "filename": "_generated_downwardapivolumefile_v1_definition.md" + }, + { + "filename": "_generated_downwardapivolumesource_v1_definition.md" + }, + { + "filename": "_generated_emptydirvolumesource_v1_definition.md" + }, { "filename": "_generated_endpointaddress_v1_definition.md" }, @@ -226,6 +253,24 @@ { "filename": "_generated_execaction_v1_definition.md" }, + { + "filename": "_generated_fcvolumesource_v1_definition.md" + }, + { + "filename": "_generated_flexvolumesource_v1_definition.md" + }, + { + "filename": "_generated_flockervolumesource_v1_definition.md" + }, + { + "filename": "_generated_gcepersistentdiskvolumesource_v1_definition.md" + }, + { + "filename": "_generated_gitrepovolumesource_v1_definition.md" + }, + { + "filename": "_generated_glusterfsvolumesource_v1_definition.md" + }, { "filename": "_generated_groupversionfordiscovery_unversioned_definition.md" }, @@ -235,9 +280,21 @@ { "filename": "_generated_httpheader_v1_definition.md" }, + { + "filename": "_generated_httpingresspath_v1beta1_definition.md" + }, + { + "filename": "_generated_httpingressrulevalue_v1beta1_definition.md" + }, { "filename": "_generated_handler_v1_definition.md" }, + { + "filename": "_generated_hostpathvolumesource_v1_definition.md" + }, + { + "filename": "_generated_iscsivolumesource_v1_definition.md" + }, { "filename": "_generated_info_version_definition.md" }, @@ -259,6 +316,9 @@ { "filename": "_generated_jobtemplatespec_v2alpha1_definition.md" }, + { + "filename": "_generated_keytopath_v1_definition.md" + }, { "filename": "_generated_labelselector_unversioned_definition.md" }, @@ -283,6 +343,9 @@ { "filename": "_generated_localobjectreference_v1_definition.md" }, + { + "filename": "_generated_nfsvolumesource_v1_definition.md" + }, { "filename": "_generated_networkpolicyingressrule_v1beta1_definition.md" }, @@ -322,6 +385,12 @@ { "filename": "_generated_patch_unversioned_definition.md" }, + { + "filename": "_generated_persistentvolumeclaimvolumesource_v1_definition.md" + }, + { + "filename": "_generated_photonpersistentdiskvolumesource_v1_definition.md" + }, { "filename": "_generated_podcondition_v1_definition.md" }, @@ -340,6 +409,12 @@ { "filename": "_generated_quantity_resource_definition.md" }, + { + "filename": "_generated_quobytevolumesource_v1_definition.md" + }, + { + "filename": "_generated_rbdvolumesource_v1_definition.md" + }, { "filename": "_generated_rawextension_runtime_definition.md" }, @@ -373,6 +448,9 @@ { "filename": "_generated_secretkeyselector_v1_definition.md" }, + { + "filename": "_generated_secretvolumesource_v1_definition.md" + }, { "filename": "_generated_securitycontext_v1_definition.md" }, @@ -409,6 +487,9 @@ { "filename": "_generated_volumemount_v1_definition.md" }, + { + "filename": "_generated_vspherevirtualdiskvolumesource_v1_definition.md" + }, { "filename": "_oldversions.md" }, diff --git a/docs/api-reference/1_5/markedDecorations.js b/docs/api-reference/v1.5/markedDecorations.js similarity index 100% rename from docs/api-reference/1_5/markedDecorations.js rename to docs/api-reference/v1.5/markedDecorations.js diff --git a/docs/api-reference/v1.5/navData.js b/docs/api-reference/v1.5/navData.js new file mode 100644 index 0000000000..2b19be8860 --- /dev/null +++ b/docs/api-reference/v1.5/navData.js @@ -0,0 +1 @@ +(function(){navData = {"toc":[{"section":"scale-v1beta1","subsections":[]},{"section":"jobcondition-v2alpha1","subsections":[]},{"section":"jobcondition-v1beta1","subsections":[]},{"section":"job-v2alpha1","subsections":[{"section":"-strong-read-operations-strong--484","subsections":[{"section":"watch-list-all-namespaces-489"},{"section":"watch-488"},{"section":"list-all-namespaces-487"},{"section":"list-486"},{"section":"read-485"}]},{"section":"-strong-write-operations-strong--478","subsections":[{"section":"delete-collection-483"},{"section":"delete-482"},{"section":"patch-481"},{"section":"replace-480"},{"section":"create-479"}]}]},{"section":"job-v1beta1","subsections":[{"section":"-strong-read-operations-strong--472","subsections":[{"section":"watch-list-all-namespaces-477"},{"section":"watch-476"},{"section":"list-all-namespaces-475"},{"section":"list-474"},{"section":"read-473"}]},{"section":"-strong-write-operations-strong--466","subsections":[{"section":"delete-collection-471"},{"section":"delete-470"},{"section":"patch-469"},{"section":"replace-468"},{"section":"create-467"}]}]},{"section":"horizontalpodautoscaler-v1beta1","subsections":[{"section":"-strong-read-operations-strong--460","subsections":[{"section":"watch-list-all-namespaces-465"},{"section":"watch-464"},{"section":"list-all-namespaces-463"},{"section":"list-462"},{"section":"read-461"}]},{"section":"-strong-write-operations-strong--454","subsections":[{"section":"delete-collection-459"},{"section":"delete-458"},{"section":"patch-457"},{"section":"replace-456"},{"section":"create-455"}]}]},{"section":"event-versioned","subsections":[]},{"section":"-strong-old-api-versions-strong-","subsections":[]},{"section":"-strong-definitions-strong-","subsections":[{"section":"vspherevirtualdiskvolumesource-v1"},{"section":"volumemount-v1"},{"section":"userinfo-v1beta1"},{"section":"time-unversioned"},{"section":"tcpsocketaction-v1"},{"section":"subresourcereference-v1beta1"},{"section":"subject-v1alpha1"},{"section":"statusdetails-unversioned"},{"section":"statuscause-unversioned"},{"section":"status-unversioned"},{"section":"serviceport-v1"},{"section":"serveraddressbyclientcidr-unversioned"},{"section":"securitycontext-v1"},{"section":"secretvolumesource-v1"},{"section":"secretkeyselector-v1"},{"section":"scale-v1"},{"section":"selinuxoptions-v1"},{"section":"rollbackconfig-v1beta1"},{"section":"roleref-v1alpha1"},{"section":"resourcerequirements-v1"},{"section":"resourcefieldselector-v1"},{"section":"resourceattributes-v1beta1"},{"section":"replicationcontrollercondition-v1"},{"section":"replicasetcondition-v1beta1"},{"section":"rawextension-runtime"},{"section":"rbdvolumesource-v1"},{"section":"quobytevolumesource-v1"},{"section":"quantity-resource"},{"section":"probe-v1"},{"section":"preconditions-v1"},{"section":"policyrule-v1alpha1"},{"section":"podsecuritycontext-v1"},{"section":"podcondition-v1"},{"section":"photonpersistentdiskvolumesource-v1"},{"section":"persistentvolumeclaimvolumesource-v1"},{"section":"patch-unversioned"},{"section":"ownerreference-v1"},{"section":"objectreference-v1"},{"section":"objectmeta-v1"},{"section":"objectfieldselector-v1"},{"section":"nonresourceattributes-v1beta1"},{"section":"nodesysteminfo-v1"},{"section":"nodedaemonendpoints-v1"},{"section":"nodecondition-v1"},{"section":"nodeaddress-v1"},{"section":"networkpolicyport-v1beta1"},{"section":"networkpolicypeer-v1beta1"},{"section":"networkpolicyingressrule-v1beta1"},{"section":"nfsvolumesource-v1"},{"section":"localobjectreference-v1"},{"section":"loadbalancerstatus-v1"},{"section":"loadbalanceringress-v1"},{"section":"listmeta-unversioned"},{"section":"limitrangeitem-v1"},{"section":"lifecycle-v1"},{"section":"labelselectorrequirement-unversioned"},{"section":"labelselector-unversioned"},{"section":"keytopath-v1"},{"section":"jobtemplatespec-v2alpha1"},{"section":"jobcondition-v1"},{"section":"intorstring-intstr"},{"section":"ingresstls-v1beta1"},{"section":"ingressrule-v1beta1"},{"section":"ingressbackend-v1beta1"},{"section":"info-version"},{"section":"iscsivolumesource-v1"},{"section":"hostpathvolumesource-v1"},{"section":"handler-v1"},{"section":"httpingressrulevalue-v1beta1"},{"section":"httpingresspath-v1beta1"},{"section":"httpheader-v1"},{"section":"httpgetaction-v1"},{"section":"groupversionfordiscovery-unversioned"},{"section":"glusterfsvolumesource-v1"},{"section":"gitrepovolumesource-v1"},{"section":"gcepersistentdiskvolumesource-v1"},{"section":"flockervolumesource-v1"},{"section":"flexvolumesource-v1"},{"section":"fcvolumesource-v1"},{"section":"execaction-v1"},{"section":"eviction-v1beta1"},{"section":"eventsource-v1"},{"section":"envvarsource-v1"},{"section":"envvar-v1"},{"section":"endpointsubset-v1"},{"section":"endpointport-v1"},{"section":"endpointaddress-v1"},{"section":"emptydirvolumesource-v1"},{"section":"downwardapivolumesource-v1"},{"section":"downwardapivolumefile-v1"},{"section":"deploymentcondition-v1beta1"},{"section":"deleteoptions-v1"},{"section":"daemonendpoint-v1"},{"section":"crossversionobjectreference-v1"},{"section":"containerstatewaiting-v1"},{"section":"containerstateterminated-v1"},{"section":"containerstaterunning-v1"},{"section":"containerstate-v1"},{"section":"containerport-v1"},{"section":"containerimage-v1"},{"section":"configmapvolumesource-v1"},{"section":"configmapkeyselector-v1"},{"section":"componentcondition-v1"},{"section":"cindervolumesource-v1"},{"section":"certificatesigningrequestcondition-v1alpha1"},{"section":"cephfsvolumesource-v1"},{"section":"capabilities-v1"},{"section":"cputargetutilization-v1beta1"},{"section":"azurefilevolumesource-v1"},{"section":"azurediskvolumesource-v1"},{"section":"attachedvolume-v1"},{"section":"awselasticblockstorevolumesource-v1"},{"section":"apiversions-unversioned"},{"section":"apiversion-v1beta1"},{"section":"apiresource-unversioned"},{"section":"apigroup-unversioned"}]},{"section":"networkpolicy-v1beta1","subsections":[{"section":"-strong-read-operations-strong--448","subsections":[{"section":"watch-list-all-namespaces-453"},{"section":"watch-452"},{"section":"list-all-namespaces-451"},{"section":"list-450"},{"section":"read-449"}]},{"section":"-strong-write-operations-strong--442","subsections":[{"section":"delete-collection-447"},{"section":"delete-446"},{"section":"patch-445"},{"section":"replace-444"},{"section":"create-443"}]}]},{"section":"tokenreview-v1beta1","subsections":[{"section":"-strong-write-operations-strong--440","subsections":[{"section":"create-441"}]}]},{"section":"subjectaccessreview-v1beta1","subsections":[{"section":"-strong-write-operations-strong--438","subsections":[{"section":"create-439"}]}]},{"section":"serviceaccount-v1","subsections":[{"section":"-strong-read-operations-strong--431","subsections":[{"section":"watch-list-all-namespaces-437"},{"section":"watch-list-436"},{"section":"watch-435"},{"section":"list-all-namespaces-434"},{"section":"list-433"},{"section":"read-432"}]},{"section":"-strong-write-operations-strong--425","subsections":[{"section":"delete-collection-430"},{"section":"delete-429"},{"section":"patch-428"},{"section":"replace-427"},{"section":"create-426"}]}]},{"section":"selfsubjectaccessreview-v1beta1","subsections":[{"section":"-strong-write-operations-strong--423","subsections":[{"section":"create-424"}]}]},{"section":"rolebinding-v1alpha1","subsections":[{"section":"-strong-read-operations-strong--416","subsections":[{"section":"watch-list-all-namespaces-422"},{"section":"watch-list-421"},{"section":"watch-420"},{"section":"list-all-namespaces-419"},{"section":"list-418"},{"section":"read-417"}]},{"section":"-strong-write-operations-strong--410","subsections":[{"section":"delete-collection-415"},{"section":"delete-414"},{"section":"patch-413"},{"section":"replace-412"},{"section":"create-411"}]}]},{"section":"role-v1alpha1","subsections":[{"section":"-strong-read-operations-strong--403","subsections":[{"section":"watch-list-all-namespaces-409"},{"section":"watch-list-408"},{"section":"watch-407"},{"section":"list-all-namespaces-406"},{"section":"list-405"},{"section":"read-404"}]},{"section":"-strong-write-operations-strong--397","subsections":[{"section":"delete-collection-402"},{"section":"delete-401"},{"section":"patch-400"},{"section":"replace-399"},{"section":"create-398"}]}]},{"section":"resourcequota-v1","subsections":[{"section":"-strong-status-operations-strong--393","subsections":[{"section":"replace-status-396"},{"section":"read-status-395"},{"section":"patch-status-394"}]},{"section":"-strong-read-operations-strong--387","subsections":[{"section":"watch-list-all-namespaces-392"},{"section":"watch-391"},{"section":"list-all-namespaces-390"},{"section":"list-389"},{"section":"read-388"}]},{"section":"-strong-write-operations-strong--381","subsections":[{"section":"delete-collection-386"},{"section":"delete-385"},{"section":"patch-384"},{"section":"replace-383"},{"section":"create-382"}]}]},{"section":"persistentvolume-v1","subsections":[{"section":"-strong-status-operations-strong--377","subsections":[{"section":"replace-status-380"},{"section":"read-status-379"},{"section":"patch-status-378"}]},{"section":"-strong-read-operations-strong--372","subsections":[{"section":"watch-list-376"},{"section":"watch-375"},{"section":"list-374"},{"section":"read-373"}]},{"section":"-strong-write-operations-strong--366","subsections":[{"section":"delete-collection-371"},{"section":"delete-370"},{"section":"patch-369"},{"section":"replace-368"},{"section":"create-367"}]}]},{"section":"node-v1","subsections":[{"section":"-strong-proxy-operations-strong--347","subsections":[{"section":"replace-proxy-path-365"},{"section":"replace-proxy-364"},{"section":"replace-connect-proxy-path-363"},{"section":"replace-connect-proxy-362"},{"section":"head-connect-proxy-path-361"},{"section":"head-connect-proxy-360"},{"section":"get-proxy-path-359"},{"section":"get-proxy-358"},{"section":"get-connect-proxy-path-357"},{"section":"get-connect-proxy-356"},{"section":"delete-proxy-path-355"},{"section":"delete-proxy-354"},{"section":"delete-connect-proxy-path-353"},{"section":"delete-connect-proxy-352"},{"section":"create-proxy-path-351"},{"section":"create-proxy-350"},{"section":"create-connect-proxy-path-349"},{"section":"create-connect-proxy-348"}]},{"section":"-strong-read-operations-strong--343","subsections":[{"section":"watch-346"},{"section":"list-345"},{"section":"read-344"}]},{"section":"-strong-write-operations-strong--337","subsections":[{"section":"delete-collection-342"},{"section":"delete-341"},{"section":"patch-340"},{"section":"replace-339"},{"section":"create-338"}]}]},{"section":"namespace-v1","subsections":[{"section":"-strong-read-operations-strong--333","subsections":[{"section":"watch-336"},{"section":"list-335"},{"section":"read-334"}]},{"section":"-strong-write-operations-strong--327","subsections":[{"section":"delete-collection-332"},{"section":"delete-331"},{"section":"patch-330"},{"section":"replace-329"},{"section":"create-328"}]}]},{"section":"localsubjectaccessreview-v1beta1","subsections":[{"section":"-strong-write-operations-strong--325","subsections":[{"section":"create-326"}]}]},{"section":"componentstatus-v1","subsections":[{"section":"-strong-read-operations-strong--322","subsections":[{"section":"list-324"},{"section":"read-323"}]}]},{"section":"clusterrolebinding-v1alpha1","subsections":[{"section":"-strong-read-operations-strong--317","subsections":[{"section":"watch-list-321"},{"section":"watch-320"},{"section":"list-319"},{"section":"read-318"}]},{"section":"-strong-write-operations-strong--311","subsections":[{"section":"delete-collection-316"},{"section":"delete-315"},{"section":"patch-314"},{"section":"replace-313"},{"section":"create-312"}]}]},{"section":"clusterrole-v1alpha1","subsections":[{"section":"-strong-read-operations-strong--307","subsections":[{"section":"watch-310"},{"section":"list-309"},{"section":"read-308"}]},{"section":"-strong-write-operations-strong--301","subsections":[{"section":"delete-collection-306"},{"section":"delete-305"},{"section":"patch-304"},{"section":"replace-303"},{"section":"create-302"}]}]},{"section":"certificatesigningrequest-v1alpha1","subsections":[{"section":"-strong-read-operations-strong--297","subsections":[{"section":"watch-300"},{"section":"list-299"},{"section":"read-298"}]},{"section":"-strong-write-operations-strong--291","subsections":[{"section":"delete-collection-296"},{"section":"delete-295"},{"section":"patch-294"},{"section":"replace-293"},{"section":"create-292"}]}]},{"section":"binding-v1","subsections":[{"section":"-strong-write-operations-strong--289","subsections":[{"section":"create-290"}]}]},{"section":"-strong-cluster-strong-","subsections":[]},{"section":"thirdpartyresource-v1beta1","subsections":[{"section":"-strong-read-operations-strong--285","subsections":[{"section":"watch-288"},{"section":"list-287"},{"section":"read-286"}]},{"section":"-strong-write-operations-strong--279","subsections":[{"section":"delete-collection-284"},{"section":"delete-283"},{"section":"patch-282"},{"section":"replace-281"},{"section":"create-280"}]}]},{"section":"poddisruptionbudget-v1beta1","subsections":[{"section":"-strong-read-operations-strong--273","subsections":[{"section":"watch-list-all-namespaces-278"},{"section":"watch-277"},{"section":"list-all-namespaces-276"},{"section":"list-275"},{"section":"read-274"}]},{"section":"-strong-write-operations-strong--267","subsections":[{"section":"delete-collection-272"},{"section":"delete-271"},{"section":"patch-270"},{"section":"replace-269"},{"section":"create-268"}]}]},{"section":"podtemplate-v1","subsections":[{"section":"-strong-read-operations-strong--261","subsections":[{"section":"watch-list-all-namespaces-266"},{"section":"watch-265"},{"section":"list-all-namespaces-264"},{"section":"list-263"},{"section":"read-262"}]},{"section":"-strong-write-operations-strong--255","subsections":[{"section":"delete-collection-260"},{"section":"delete-259"},{"section":"patch-258"},{"section":"replace-257"},{"section":"create-256"}]}]},{"section":"horizontalpodautoscaler-v1","subsections":[{"section":"-strong-read-operations-strong--249","subsections":[{"section":"watch-list-all-namespaces-254"},{"section":"watch-253"},{"section":"list-all-namespaces-252"},{"section":"list-251"},{"section":"read-250"}]},{"section":"-strong-write-operations-strong--243","subsections":[{"section":"delete-collection-248"},{"section":"delete-247"},{"section":"patch-246"},{"section":"replace-245"},{"section":"create-244"}]}]},{"section":"limitrange-v1","subsections":[{"section":"-strong-read-operations-strong--237","subsections":[{"section":"watch-list-all-namespaces-242"},{"section":"watch-241"},{"section":"list-all-namespaces-240"},{"section":"list-239"},{"section":"read-238"}]},{"section":"-strong-write-operations-strong--231","subsections":[{"section":"delete-collection-236"},{"section":"delete-235"},{"section":"patch-234"},{"section":"replace-233"},{"section":"create-232"}]}]},{"section":"event-v1","subsections":[{"section":"-strong-read-operations-strong--225","subsections":[{"section":"watch-list-all-namespaces-230"},{"section":"watch-229"},{"section":"list-all-namespaces-228"},{"section":"list-227"},{"section":"read-226"}]},{"section":"-strong-write-operations-strong--219","subsections":[{"section":"delete-collection-224"},{"section":"delete-223"},{"section":"patch-222"},{"section":"replace-221"},{"section":"create-220"}]}]},{"section":"-strong-metadata-strong-","subsections":[]},{"section":"volume-v1","subsections":[]},{"section":"storageclass-v1beta1","subsections":[{"section":"-strong-read-operations-strong--215","subsections":[{"section":"watch-218"},{"section":"list-217"},{"section":"read-216"}]},{"section":"-strong-write-operations-strong--209","subsections":[{"section":"delete-collection-214"},{"section":"delete-213"},{"section":"patch-212"},{"section":"replace-211"},{"section":"create-210"}]}]},{"section":"persistentvolumeclaim-v1","subsections":[{"section":"-strong-status-operations-strong--205","subsections":[{"section":"replace-status-208"},{"section":"read-status-207"},{"section":"patch-status-206"}]},{"section":"-strong-read-operations-strong--199","subsections":[{"section":"watch-list-all-namespaces-204"},{"section":"watch-203"},{"section":"list-all-namespaces-202"},{"section":"list-201"},{"section":"read-200"}]},{"section":"-strong-write-operations-strong--193","subsections":[{"section":"delete-collection-198"},{"section":"delete-197"},{"section":"patch-196"},{"section":"replace-195"},{"section":"create-194"}]}]},{"section":"secret-v1","subsections":[{"section":"-strong-read-operations-strong--186","subsections":[{"section":"watch-list-all-namespaces-192"},{"section":"watch-list-191"},{"section":"watch-190"},{"section":"list-all-namespaces-189"},{"section":"list-188"},{"section":"read-187"}]},{"section":"-strong-write-operations-strong--180","subsections":[{"section":"delete-collection-185"},{"section":"delete-184"},{"section":"patch-183"},{"section":"replace-182"},{"section":"create-181"}]}]},{"section":"configmap-v1","subsections":[{"section":"-strong-read-operations-strong--174","subsections":[{"section":"watch-list-all-namespaces-179"},{"section":"watch-178"},{"section":"list-all-namespaces-177"},{"section":"list-176"},{"section":"read-175"}]},{"section":"-strong-write-operations-strong--168","subsections":[{"section":"delete-collection-173"},{"section":"delete-172"},{"section":"patch-171"},{"section":"replace-170"},{"section":"create-169"}]}]},{"section":"-strong-config-storage-strong-","subsections":[]},{"section":"service-v1","subsections":[{"section":"-strong-proxy-operations-strong--149","subsections":[{"section":"replace-proxy-path-167"},{"section":"replace-proxy-166"},{"section":"replace-connect-proxy-path-165"},{"section":"replace-connect-proxy-164"},{"section":"head-connect-proxy-path-163"},{"section":"head-connect-proxy-162"},{"section":"get-proxy-path-161"},{"section":"get-proxy-160"},{"section":"get-connect-proxy-path-159"},{"section":"get-connect-proxy-158"},{"section":"delete-proxy-path-157"},{"section":"delete-proxy-156"},{"section":"delete-connect-proxy-path-155"},{"section":"delete-connect-proxy-154"},{"section":"create-proxy-path-153"},{"section":"create-proxy-152"},{"section":"create-connect-proxy-path-151"},{"section":"create-connect-proxy-150"}]},{"section":"-strong-status-operations-strong--145","subsections":[{"section":"replace-status-148"},{"section":"read-status-147"},{"section":"patch-status-146"}]},{"section":"-strong-read-operations-strong--139","subsections":[{"section":"watch-list-all-namespaces-144"},{"section":"watch-143"},{"section":"list-all-namespaces-142"},{"section":"list-141"},{"section":"read-140"}]},{"section":"-strong-write-operations-strong--134","subsections":[{"section":"delete-138"},{"section":"patch-137"},{"section":"replace-136"},{"section":"create-135"}]}]},{"section":"ingress-v1beta1","subsections":[{"section":"-strong-read-operations-strong--128","subsections":[{"section":"watch-list-all-namespaces-133"},{"section":"watch-132"},{"section":"list-all-namespaces-131"},{"section":"list-130"},{"section":"read-129"}]},{"section":"-strong-write-operations-strong--122","subsections":[{"section":"delete-collection-127"},{"section":"delete-126"},{"section":"patch-125"},{"section":"replace-124"},{"section":"create-123"}]}]},{"section":"endpoints-v1","subsections":[{"section":"-strong-read-operations-strong--115","subsections":[{"section":"watch-list-all-namespaces-121"},{"section":"watch-list-120"},{"section":"watch-119"},{"section":"list-all-namespaces-118"},{"section":"list-117"},{"section":"read-116"}]},{"section":"-strong-write-operations-strong--109","subsections":[{"section":"delete-collection-114"},{"section":"delete-113"},{"section":"patch-112"},{"section":"replace-111"},{"section":"create-110"}]}]},{"section":"-strong-discovery-load-balancing-strong-","subsections":[]},{"section":"statefulset-v1beta1","subsections":[{"section":"-strong-status-operations-strong--105","subsections":[{"section":"replace-status-108"},{"section":"read-status-107"},{"section":"patch-status-106"}]},{"section":"-strong-read-operations-strong--98","subsections":[{"section":"watch-list-all-namespaces-104"},{"section":"watch-list-103"},{"section":"watch-102"},{"section":"list-all-namespaces-101"},{"section":"list-100"},{"section":"read-99"}]},{"section":"-strong-write-operations-strong--92","subsections":[{"section":"delete-collection-97"},{"section":"delete-96"},{"section":"patch-95"},{"section":"replace-94"},{"section":"create-93"}]}]},{"section":"replicationcontroller-v1","subsections":[{"section":"-strong-read-operations-strong--86","subsections":[{"section":"watch-list-all-namespaces-91"},{"section":"watch-90"},{"section":"list-all-namespaces-89"},{"section":"list-88"},{"section":"read-87"}]},{"section":"-strong-write-operations-strong--80","subsections":[{"section":"delete-collection-85"},{"section":"delete-84"},{"section":"patch-83"},{"section":"replace-82"},{"section":"create-81"}]}]},{"section":"replicaset-v1beta1","subsections":[{"section":"-strong-misc-operations-strong--76","subsections":[{"section":"patch-scale-79"},{"section":"replace-scale-78"},{"section":"read-scale-77"}]},{"section":"-strong-read-operations-strong--69","subsections":[{"section":"watch-list-all-namespaces-75"},{"section":"watch-list-74"},{"section":"watch-73"},{"section":"list-all-namespaces-72"},{"section":"list-71"},{"section":"read-70"}]},{"section":"-strong-write-operations-strong--63","subsections":[{"section":"delete-collection-68"},{"section":"delete-67"},{"section":"patch-66"},{"section":"replace-65"},{"section":"create-64"}]}]},{"section":"pod-v1","subsections":[{"section":"-strong-misc-operations-strong--62","subsections":[{"section":"read-log"}]},{"section":"-strong-proxy-operations-strong-","subsections":[{"section":"replace-proxy-path"},{"section":"replace-proxy"},{"section":"replace-connect-proxy-path"},{"section":"replace-connect-proxy"},{"section":"head-connect-proxy-path"},{"section":"head-connect-proxy"},{"section":"get-proxy-path"},{"section":"get-proxy"},{"section":"get-connect-proxy-path"},{"section":"get-connect-proxy"},{"section":"get-connect-portforward"},{"section":"delete-proxy-path"},{"section":"delete-proxy"},{"section":"delete-connect-proxy-path"},{"section":"delete-connect-proxy"},{"section":"create-proxy-path"},{"section":"create-proxy"},{"section":"create-connect-proxy-path"},{"section":"create-connect-proxy"},{"section":"create-connect-portforward"}]},{"section":"-strong-read-operations-strong--55","subsections":[{"section":"watch-list-all-namespaces-61"},{"section":"watch-list-60"},{"section":"watch-59"},{"section":"list-all-namespaces-58"},{"section":"list-57"},{"section":"read-56"}]},{"section":"-strong-write-operations-strong--49","subsections":[{"section":"delete-collection-54"},{"section":"delete-53"},{"section":"patch-52"},{"section":"replace-51"},{"section":"create-50"}]}]},{"section":"job-v1","subsections":[{"section":"-strong-read-operations-strong--42","subsections":[{"section":"watch-list-all-namespaces-48"},{"section":"watch-list-47"},{"section":"watch-46"},{"section":"list-all-namespaces-45"},{"section":"list-44"},{"section":"read-43"}]},{"section":"-strong-write-operations-strong--36","subsections":[{"section":"delete-collection-41"},{"section":"delete-40"},{"section":"patch-39"},{"section":"replace-38"},{"section":"create-37"}]}]},{"section":"deployment-v1beta1","subsections":[{"section":"-strong-misc-operations-strong-","subsections":[{"section":"rollback"},{"section":"patch-scale"},{"section":"replace-scale"},{"section":"read-scale"}]},{"section":"-strong-status-operations-strong--32","subsections":[{"section":"replace-status-35"},{"section":"read-status-34"},{"section":"patch-status-33"}]},{"section":"-strong-read-operations-strong--25","subsections":[{"section":"watch-list-all-namespaces-31"},{"section":"watch-list-30"},{"section":"watch-29"},{"section":"list-all-namespaces-28"},{"section":"list-27"},{"section":"read-26"}]},{"section":"-strong-write-operations-strong--19","subsections":[{"section":"delete-collection-24"},{"section":"delete-23"},{"section":"patch-22"},{"section":"replace-21"},{"section":"create-20"}]}]},{"section":"daemonset-v1beta1","subsections":[{"section":"-strong-status-operations-strong--15","subsections":[{"section":"replace-status-18"},{"section":"read-status-17"},{"section":"patch-status-16"}]},{"section":"-strong-read-operations-strong--9","subsections":[{"section":"watch-list-all-namespaces-14"},{"section":"watch-13"},{"section":"list-all-namespaces-12"},{"section":"list-11"},{"section":"read-10"}]},{"section":"-strong-write-operations-strong--3","subsections":[{"section":"delete-collection-8"},{"section":"delete-7"},{"section":"patch-6"},{"section":"replace-5"},{"section":"create-4"}]}]},{"section":"cronjob-v2alpha1","subsections":[{"section":"-strong-status-operations-strong-","subsections":[{"section":"replace-status"},{"section":"read-status"},{"section":"patch-status"}]},{"section":"-strong-read-operations-strong-","subsections":[{"section":"watch-list-all-namespaces"},{"section":"watch-list"},{"section":"watch"},{"section":"list-all-namespaces"},{"section":"list"},{"section":"read-2"}]},{"section":"-strong-write-operations-strong-","subsections":[{"section":"delete-collection"},{"section":"delete-1"},{"section":"patch"},{"section":"replace"},{"section":"create"}]}]},{"section":"container-v1","subsections":[]},{"section":"-strong-workloads-strong-","subsections":[]},{"section":"-strong-api-overview-strong-","subsections":[{"section":"resource-operations"},{"section":"resource-objects"},{"section":"resource-categories"}]}],"flatToc":["scale-v1beta1","jobcondition-v2alpha1","jobcondition-v1beta1","watch-list-all-namespaces-489","watch-488","list-all-namespaces-487","list-486","read-485","-strong-read-operations-strong--484","delete-collection-483","delete-482","patch-481","replace-480","create-479","-strong-write-operations-strong--478","job-v2alpha1","watch-list-all-namespaces-477","watch-476","list-all-namespaces-475","list-474","read-473","-strong-read-operations-strong--472","delete-collection-471","delete-470","patch-469","replace-468","create-467","-strong-write-operations-strong--466","job-v1beta1","watch-list-all-namespaces-465","watch-464","list-all-namespaces-463","list-462","read-461","-strong-read-operations-strong--460","delete-collection-459","delete-458","patch-457","replace-456","create-455","-strong-write-operations-strong--454","horizontalpodautoscaler-v1beta1","event-versioned","-strong-old-api-versions-strong-","vspherevirtualdiskvolumesource-v1","volumemount-v1","userinfo-v1beta1","time-unversioned","tcpsocketaction-v1","subresourcereference-v1beta1","subject-v1alpha1","statusdetails-unversioned","statuscause-unversioned","status-unversioned","serviceport-v1","serveraddressbyclientcidr-unversioned","securitycontext-v1","secretvolumesource-v1","secretkeyselector-v1","scale-v1","selinuxoptions-v1","rollbackconfig-v1beta1","roleref-v1alpha1","resourcerequirements-v1","resourcefieldselector-v1","resourceattributes-v1beta1","replicationcontrollercondition-v1","replicasetcondition-v1beta1","rawextension-runtime","rbdvolumesource-v1","quobytevolumesource-v1","quantity-resource","probe-v1","preconditions-v1","policyrule-v1alpha1","podsecuritycontext-v1","podcondition-v1","photonpersistentdiskvolumesource-v1","persistentvolumeclaimvolumesource-v1","patch-unversioned","ownerreference-v1","objectreference-v1","objectmeta-v1","objectfieldselector-v1","nonresourceattributes-v1beta1","nodesysteminfo-v1","nodedaemonendpoints-v1","nodecondition-v1","nodeaddress-v1","networkpolicyport-v1beta1","networkpolicypeer-v1beta1","networkpolicyingressrule-v1beta1","nfsvolumesource-v1","localobjectreference-v1","loadbalancerstatus-v1","loadbalanceringress-v1","listmeta-unversioned","limitrangeitem-v1","lifecycle-v1","labelselectorrequirement-unversioned","labelselector-unversioned","keytopath-v1","jobtemplatespec-v2alpha1","jobcondition-v1","intorstring-intstr","ingresstls-v1beta1","ingressrule-v1beta1","ingressbackend-v1beta1","info-version","iscsivolumesource-v1","hostpathvolumesource-v1","handler-v1","httpingressrulevalue-v1beta1","httpingresspath-v1beta1","httpheader-v1","httpgetaction-v1","groupversionfordiscovery-unversioned","glusterfsvolumesource-v1","gitrepovolumesource-v1","gcepersistentdiskvolumesource-v1","flockervolumesource-v1","flexvolumesource-v1","fcvolumesource-v1","execaction-v1","eviction-v1beta1","eventsource-v1","envvarsource-v1","envvar-v1","endpointsubset-v1","endpointport-v1","endpointaddress-v1","emptydirvolumesource-v1","downwardapivolumesource-v1","downwardapivolumefile-v1","deploymentcondition-v1beta1","deleteoptions-v1","daemonendpoint-v1","crossversionobjectreference-v1","containerstatewaiting-v1","containerstateterminated-v1","containerstaterunning-v1","containerstate-v1","containerport-v1","containerimage-v1","configmapvolumesource-v1","configmapkeyselector-v1","componentcondition-v1","cindervolumesource-v1","certificatesigningrequestcondition-v1alpha1","cephfsvolumesource-v1","capabilities-v1","cputargetutilization-v1beta1","azurefilevolumesource-v1","azurediskvolumesource-v1","attachedvolume-v1","awselasticblockstorevolumesource-v1","apiversions-unversioned","apiversion-v1beta1","apiresource-unversioned","apigroup-unversioned","-strong-definitions-strong-","watch-list-all-namespaces-453","watch-452","list-all-namespaces-451","list-450","read-449","-strong-read-operations-strong--448","delete-collection-447","delete-446","patch-445","replace-444","create-443","-strong-write-operations-strong--442","networkpolicy-v1beta1","create-441","-strong-write-operations-strong--440","tokenreview-v1beta1","create-439","-strong-write-operations-strong--438","subjectaccessreview-v1beta1","watch-list-all-namespaces-437","watch-list-436","watch-435","list-all-namespaces-434","list-433","read-432","-strong-read-operations-strong--431","delete-collection-430","delete-429","patch-428","replace-427","create-426","-strong-write-operations-strong--425","serviceaccount-v1","create-424","-strong-write-operations-strong--423","selfsubjectaccessreview-v1beta1","watch-list-all-namespaces-422","watch-list-421","watch-420","list-all-namespaces-419","list-418","read-417","-strong-read-operations-strong--416","delete-collection-415","delete-414","patch-413","replace-412","create-411","-strong-write-operations-strong--410","rolebinding-v1alpha1","watch-list-all-namespaces-409","watch-list-408","watch-407","list-all-namespaces-406","list-405","read-404","-strong-read-operations-strong--403","delete-collection-402","delete-401","patch-400","replace-399","create-398","-strong-write-operations-strong--397","role-v1alpha1","replace-status-396","read-status-395","patch-status-394","-strong-status-operations-strong--393","watch-list-all-namespaces-392","watch-391","list-all-namespaces-390","list-389","read-388","-strong-read-operations-strong--387","delete-collection-386","delete-385","patch-384","replace-383","create-382","-strong-write-operations-strong--381","resourcequota-v1","replace-status-380","read-status-379","patch-status-378","-strong-status-operations-strong--377","watch-list-376","watch-375","list-374","read-373","-strong-read-operations-strong--372","delete-collection-371","delete-370","patch-369","replace-368","create-367","-strong-write-operations-strong--366","persistentvolume-v1","replace-proxy-path-365","replace-proxy-364","replace-connect-proxy-path-363","replace-connect-proxy-362","head-connect-proxy-path-361","head-connect-proxy-360","get-proxy-path-359","get-proxy-358","get-connect-proxy-path-357","get-connect-proxy-356","delete-proxy-path-355","delete-proxy-354","delete-connect-proxy-path-353","delete-connect-proxy-352","create-proxy-path-351","create-proxy-350","create-connect-proxy-path-349","create-connect-proxy-348","-strong-proxy-operations-strong--347","watch-346","list-345","read-344","-strong-read-operations-strong--343","delete-collection-342","delete-341","patch-340","replace-339","create-338","-strong-write-operations-strong--337","node-v1","watch-336","list-335","read-334","-strong-read-operations-strong--333","delete-collection-332","delete-331","patch-330","replace-329","create-328","-strong-write-operations-strong--327","namespace-v1","create-326","-strong-write-operations-strong--325","localsubjectaccessreview-v1beta1","list-324","read-323","-strong-read-operations-strong--322","componentstatus-v1","watch-list-321","watch-320","list-319","read-318","-strong-read-operations-strong--317","delete-collection-316","delete-315","patch-314","replace-313","create-312","-strong-write-operations-strong--311","clusterrolebinding-v1alpha1","watch-310","list-309","read-308","-strong-read-operations-strong--307","delete-collection-306","delete-305","patch-304","replace-303","create-302","-strong-write-operations-strong--301","clusterrole-v1alpha1","watch-300","list-299","read-298","-strong-read-operations-strong--297","delete-collection-296","delete-295","patch-294","replace-293","create-292","-strong-write-operations-strong--291","certificatesigningrequest-v1alpha1","create-290","-strong-write-operations-strong--289","binding-v1","-strong-cluster-strong-","watch-288","list-287","read-286","-strong-read-operations-strong--285","delete-collection-284","delete-283","patch-282","replace-281","create-280","-strong-write-operations-strong--279","thirdpartyresource-v1beta1","watch-list-all-namespaces-278","watch-277","list-all-namespaces-276","list-275","read-274","-strong-read-operations-strong--273","delete-collection-272","delete-271","patch-270","replace-269","create-268","-strong-write-operations-strong--267","poddisruptionbudget-v1beta1","watch-list-all-namespaces-266","watch-265","list-all-namespaces-264","list-263","read-262","-strong-read-operations-strong--261","delete-collection-260","delete-259","patch-258","replace-257","create-256","-strong-write-operations-strong--255","podtemplate-v1","watch-list-all-namespaces-254","watch-253","list-all-namespaces-252","list-251","read-250","-strong-read-operations-strong--249","delete-collection-248","delete-247","patch-246","replace-245","create-244","-strong-write-operations-strong--243","horizontalpodautoscaler-v1","watch-list-all-namespaces-242","watch-241","list-all-namespaces-240","list-239","read-238","-strong-read-operations-strong--237","delete-collection-236","delete-235","patch-234","replace-233","create-232","-strong-write-operations-strong--231","limitrange-v1","watch-list-all-namespaces-230","watch-229","list-all-namespaces-228","list-227","read-226","-strong-read-operations-strong--225","delete-collection-224","delete-223","patch-222","replace-221","create-220","-strong-write-operations-strong--219","event-v1","-strong-metadata-strong-","volume-v1","watch-218","list-217","read-216","-strong-read-operations-strong--215","delete-collection-214","delete-213","patch-212","replace-211","create-210","-strong-write-operations-strong--209","storageclass-v1beta1","replace-status-208","read-status-207","patch-status-206","-strong-status-operations-strong--205","watch-list-all-namespaces-204","watch-203","list-all-namespaces-202","list-201","read-200","-strong-read-operations-strong--199","delete-collection-198","delete-197","patch-196","replace-195","create-194","-strong-write-operations-strong--193","persistentvolumeclaim-v1","watch-list-all-namespaces-192","watch-list-191","watch-190","list-all-namespaces-189","list-188","read-187","-strong-read-operations-strong--186","delete-collection-185","delete-184","patch-183","replace-182","create-181","-strong-write-operations-strong--180","secret-v1","watch-list-all-namespaces-179","watch-178","list-all-namespaces-177","list-176","read-175","-strong-read-operations-strong--174","delete-collection-173","delete-172","patch-171","replace-170","create-169","-strong-write-operations-strong--168","configmap-v1","-strong-config-storage-strong-","replace-proxy-path-167","replace-proxy-166","replace-connect-proxy-path-165","replace-connect-proxy-164","head-connect-proxy-path-163","head-connect-proxy-162","get-proxy-path-161","get-proxy-160","get-connect-proxy-path-159","get-connect-proxy-158","delete-proxy-path-157","delete-proxy-156","delete-connect-proxy-path-155","delete-connect-proxy-154","create-proxy-path-153","create-proxy-152","create-connect-proxy-path-151","create-connect-proxy-150","-strong-proxy-operations-strong--149","replace-status-148","read-status-147","patch-status-146","-strong-status-operations-strong--145","watch-list-all-namespaces-144","watch-143","list-all-namespaces-142","list-141","read-140","-strong-read-operations-strong--139","delete-138","patch-137","replace-136","create-135","-strong-write-operations-strong--134","service-v1","watch-list-all-namespaces-133","watch-132","list-all-namespaces-131","list-130","read-129","-strong-read-operations-strong--128","delete-collection-127","delete-126","patch-125","replace-124","create-123","-strong-write-operations-strong--122","ingress-v1beta1","watch-list-all-namespaces-121","watch-list-120","watch-119","list-all-namespaces-118","list-117","read-116","-strong-read-operations-strong--115","delete-collection-114","delete-113","patch-112","replace-111","create-110","-strong-write-operations-strong--109","endpoints-v1","-strong-discovery-load-balancing-strong-","replace-status-108","read-status-107","patch-status-106","-strong-status-operations-strong--105","watch-list-all-namespaces-104","watch-list-103","watch-102","list-all-namespaces-101","list-100","read-99","-strong-read-operations-strong--98","delete-collection-97","delete-96","patch-95","replace-94","create-93","-strong-write-operations-strong--92","statefulset-v1beta1","watch-list-all-namespaces-91","watch-90","list-all-namespaces-89","list-88","read-87","-strong-read-operations-strong--86","delete-collection-85","delete-84","patch-83","replace-82","create-81","-strong-write-operations-strong--80","replicationcontroller-v1","patch-scale-79","replace-scale-78","read-scale-77","-strong-misc-operations-strong--76","watch-list-all-namespaces-75","watch-list-74","watch-73","list-all-namespaces-72","list-71","read-70","-strong-read-operations-strong--69","delete-collection-68","delete-67","patch-66","replace-65","create-64","-strong-write-operations-strong--63","replicaset-v1beta1","read-log","-strong-misc-operations-strong--62","replace-proxy-path","replace-proxy","replace-connect-proxy-path","replace-connect-proxy","head-connect-proxy-path","head-connect-proxy","get-proxy-path","get-proxy","get-connect-proxy-path","get-connect-proxy","get-connect-portforward","delete-proxy-path","delete-proxy","delete-connect-proxy-path","delete-connect-proxy","create-proxy-path","create-proxy","create-connect-proxy-path","create-connect-proxy","create-connect-portforward","-strong-proxy-operations-strong-","watch-list-all-namespaces-61","watch-list-60","watch-59","list-all-namespaces-58","list-57","read-56","-strong-read-operations-strong--55","delete-collection-54","delete-53","patch-52","replace-51","create-50","-strong-write-operations-strong--49","pod-v1","watch-list-all-namespaces-48","watch-list-47","watch-46","list-all-namespaces-45","list-44","read-43","-strong-read-operations-strong--42","delete-collection-41","delete-40","patch-39","replace-38","create-37","-strong-write-operations-strong--36","job-v1","rollback","patch-scale","replace-scale","read-scale","-strong-misc-operations-strong-","replace-status-35","read-status-34","patch-status-33","-strong-status-operations-strong--32","watch-list-all-namespaces-31","watch-list-30","watch-29","list-all-namespaces-28","list-27","read-26","-strong-read-operations-strong--25","delete-collection-24","delete-23","patch-22","replace-21","create-20","-strong-write-operations-strong--19","deployment-v1beta1","replace-status-18","read-status-17","patch-status-16","-strong-status-operations-strong--15","watch-list-all-namespaces-14","watch-13","list-all-namespaces-12","list-11","read-10","-strong-read-operations-strong--9","delete-collection-8","delete-7","patch-6","replace-5","create-4","-strong-write-operations-strong--3","daemonset-v1beta1","replace-status","read-status","patch-status","-strong-status-operations-strong-","watch-list-all-namespaces","watch-list","watch","list-all-namespaces","list","read-2","-strong-read-operations-strong-","delete-collection","delete-1","patch","replace","create","-strong-write-operations-strong-","cronjob-v2alpha1","container-v1","-strong-workloads-strong-","resource-operations","resource-objects","resource-categories","-strong-api-overview-strong-"]}})(); \ No newline at end of file diff --git a/docs/api-reference/1_5/node_modules/.bin/marked b/docs/api-reference/v1.5/node_modules/.bin/marked similarity index 100% rename from docs/api-reference/1_5/node_modules/.bin/marked rename to docs/api-reference/v1.5/node_modules/.bin/marked diff --git a/docs/api-reference/1_5/node_modules/.bin/mime b/docs/api-reference/v1.5/node_modules/.bin/mime similarity index 100% rename from docs/api-reference/1_5/node_modules/.bin/mime rename to docs/api-reference/v1.5/node_modules/.bin/mime diff --git a/docs/api-reference/1_5/node_modules/.bin/static b/docs/api-reference/v1.5/node_modules/.bin/static similarity index 100% rename from docs/api-reference/1_5/node_modules/.bin/static rename to docs/api-reference/v1.5/node_modules/.bin/static diff --git a/docs/api-reference/1_5/node_modules/bootstrap/CHANGELOG.md b/docs/api-reference/v1.5/node_modules/bootstrap/CHANGELOG.md similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/CHANGELOG.md rename to docs/api-reference/v1.5/node_modules/bootstrap/CHANGELOG.md diff --git a/docs/api-reference/1_5/node_modules/bootstrap/Gruntfile.js b/docs/api-reference/v1.5/node_modules/bootstrap/Gruntfile.js similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/Gruntfile.js rename to docs/api-reference/v1.5/node_modules/bootstrap/Gruntfile.js diff --git a/docs/api-reference/1_5/node_modules/bootstrap/LICENSE b/docs/api-reference/v1.5/node_modules/bootstrap/LICENSE similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/LICENSE rename to docs/api-reference/v1.5/node_modules/bootstrap/LICENSE diff --git a/docs/api-reference/1_5/node_modules/bootstrap/README.md b/docs/api-reference/v1.5/node_modules/bootstrap/README.md similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/README.md rename to docs/api-reference/v1.5/node_modules/bootstrap/README.md diff --git a/docs/api-reference/1_5/node_modules/bootstrap/dist/css/bootstrap-theme.css b/docs/api-reference/v1.5/node_modules/bootstrap/dist/css/bootstrap-theme.css similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/dist/css/bootstrap-theme.css rename to docs/api-reference/v1.5/node_modules/bootstrap/dist/css/bootstrap-theme.css diff --git a/docs/api-reference/1_5/node_modules/bootstrap/dist/css/bootstrap-theme.css.map b/docs/api-reference/v1.5/node_modules/bootstrap/dist/css/bootstrap-theme.css.map similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/dist/css/bootstrap-theme.css.map rename to docs/api-reference/v1.5/node_modules/bootstrap/dist/css/bootstrap-theme.css.map diff --git a/docs/api-reference/1_5/node_modules/bootstrap/dist/css/bootstrap-theme.min.css b/docs/api-reference/v1.5/node_modules/bootstrap/dist/css/bootstrap-theme.min.css similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/dist/css/bootstrap-theme.min.css rename to docs/api-reference/v1.5/node_modules/bootstrap/dist/css/bootstrap-theme.min.css diff --git a/docs/api-reference/1_5/node_modules/bootstrap/dist/css/bootstrap-theme.min.css.map b/docs/api-reference/v1.5/node_modules/bootstrap/dist/css/bootstrap-theme.min.css.map similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/dist/css/bootstrap-theme.min.css.map rename to docs/api-reference/v1.5/node_modules/bootstrap/dist/css/bootstrap-theme.min.css.map diff --git a/docs/api-reference/1_5/node_modules/bootstrap/dist/css/bootstrap.css b/docs/api-reference/v1.5/node_modules/bootstrap/dist/css/bootstrap.css similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/dist/css/bootstrap.css rename to docs/api-reference/v1.5/node_modules/bootstrap/dist/css/bootstrap.css diff --git a/docs/api-reference/1_5/node_modules/bootstrap/dist/css/bootstrap.css.map b/docs/api-reference/v1.5/node_modules/bootstrap/dist/css/bootstrap.css.map similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/dist/css/bootstrap.css.map rename to docs/api-reference/v1.5/node_modules/bootstrap/dist/css/bootstrap.css.map diff --git a/docs/api-reference/1_5/node_modules/bootstrap/dist/css/bootstrap.min.css b/docs/api-reference/v1.5/node_modules/bootstrap/dist/css/bootstrap.min.css similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/dist/css/bootstrap.min.css rename to docs/api-reference/v1.5/node_modules/bootstrap/dist/css/bootstrap.min.css diff --git a/docs/api-reference/1_5/node_modules/bootstrap/dist/css/bootstrap.min.css.map b/docs/api-reference/v1.5/node_modules/bootstrap/dist/css/bootstrap.min.css.map similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/dist/css/bootstrap.min.css.map rename to docs/api-reference/v1.5/node_modules/bootstrap/dist/css/bootstrap.min.css.map diff --git a/docs/api-reference/1_5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.eot b/docs/api-reference/v1.5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.eot similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.eot rename to docs/api-reference/v1.5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.eot diff --git a/docs/api-reference/1_5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.svg b/docs/api-reference/v1.5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.svg similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.svg rename to docs/api-reference/v1.5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.svg diff --git a/docs/api-reference/1_5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf b/docs/api-reference/v1.5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf rename to docs/api-reference/v1.5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf diff --git a/docs/api-reference/1_5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff b/docs/api-reference/v1.5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff rename to docs/api-reference/v1.5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff diff --git a/docs/api-reference/1_5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 b/docs/api-reference/v1.5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 rename to docs/api-reference/v1.5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 diff --git a/docs/api-reference/1_5/node_modules/bootstrap/dist/js/bootstrap.js b/docs/api-reference/v1.5/node_modules/bootstrap/dist/js/bootstrap.js similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/dist/js/bootstrap.js rename to docs/api-reference/v1.5/node_modules/bootstrap/dist/js/bootstrap.js diff --git a/docs/api-reference/1_5/node_modules/bootstrap/dist/js/bootstrap.min.js b/docs/api-reference/v1.5/node_modules/bootstrap/dist/js/bootstrap.min.js similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/dist/js/bootstrap.min.js rename to docs/api-reference/v1.5/node_modules/bootstrap/dist/js/bootstrap.min.js diff --git a/docs/api-reference/1_5/node_modules/bootstrap/dist/js/npm.js b/docs/api-reference/v1.5/node_modules/bootstrap/dist/js/npm.js similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/dist/js/npm.js rename to docs/api-reference/v1.5/node_modules/bootstrap/dist/js/npm.js diff --git a/docs/api-reference/1_5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.eot b/docs/api-reference/v1.5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.eot similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.eot rename to docs/api-reference/v1.5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.eot diff --git a/docs/api-reference/1_5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.svg b/docs/api-reference/v1.5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.svg similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.svg rename to docs/api-reference/v1.5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.svg diff --git a/docs/api-reference/1_5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.ttf b/docs/api-reference/v1.5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.ttf similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.ttf rename to docs/api-reference/v1.5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.ttf diff --git a/docs/api-reference/1_5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff b/docs/api-reference/v1.5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff rename to docs/api-reference/v1.5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff diff --git a/docs/api-reference/1_5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff2 b/docs/api-reference/v1.5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff2 similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff2 rename to docs/api-reference/v1.5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff2 diff --git a/docs/api-reference/1_5/node_modules/bootstrap/grunt/.jshintrc b/docs/api-reference/v1.5/node_modules/bootstrap/grunt/.jshintrc similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/grunt/.jshintrc rename to docs/api-reference/v1.5/node_modules/bootstrap/grunt/.jshintrc diff --git a/docs/api-reference/1_5/node_modules/bootstrap/grunt/bs-commonjs-generator.js b/docs/api-reference/v1.5/node_modules/bootstrap/grunt/bs-commonjs-generator.js similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/grunt/bs-commonjs-generator.js rename to docs/api-reference/v1.5/node_modules/bootstrap/grunt/bs-commonjs-generator.js diff --git a/docs/api-reference/1_5/node_modules/bootstrap/grunt/bs-glyphicons-data-generator.js b/docs/api-reference/v1.5/node_modules/bootstrap/grunt/bs-glyphicons-data-generator.js similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/grunt/bs-glyphicons-data-generator.js rename to docs/api-reference/v1.5/node_modules/bootstrap/grunt/bs-glyphicons-data-generator.js diff --git a/docs/api-reference/1_5/node_modules/bootstrap/grunt/bs-lessdoc-parser.js b/docs/api-reference/v1.5/node_modules/bootstrap/grunt/bs-lessdoc-parser.js similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/grunt/bs-lessdoc-parser.js rename to docs/api-reference/v1.5/node_modules/bootstrap/grunt/bs-lessdoc-parser.js diff --git a/docs/api-reference/1_5/node_modules/bootstrap/grunt/bs-raw-files-generator.js b/docs/api-reference/v1.5/node_modules/bootstrap/grunt/bs-raw-files-generator.js similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/grunt/bs-raw-files-generator.js rename to docs/api-reference/v1.5/node_modules/bootstrap/grunt/bs-raw-files-generator.js diff --git a/docs/api-reference/1_5/node_modules/bootstrap/grunt/change-version.js b/docs/api-reference/v1.5/node_modules/bootstrap/grunt/change-version.js similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/grunt/change-version.js rename to docs/api-reference/v1.5/node_modules/bootstrap/grunt/change-version.js diff --git a/docs/api-reference/1_5/node_modules/bootstrap/grunt/configBridge.json b/docs/api-reference/v1.5/node_modules/bootstrap/grunt/configBridge.json similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/grunt/configBridge.json rename to docs/api-reference/v1.5/node_modules/bootstrap/grunt/configBridge.json diff --git a/docs/api-reference/1_5/node_modules/bootstrap/grunt/npm-shrinkwrap.json b/docs/api-reference/v1.5/node_modules/bootstrap/grunt/npm-shrinkwrap.json similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/grunt/npm-shrinkwrap.json rename to docs/api-reference/v1.5/node_modules/bootstrap/grunt/npm-shrinkwrap.json diff --git a/docs/api-reference/1_5/node_modules/bootstrap/grunt/sauce_browsers.yml b/docs/api-reference/v1.5/node_modules/bootstrap/grunt/sauce_browsers.yml similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/grunt/sauce_browsers.yml rename to docs/api-reference/v1.5/node_modules/bootstrap/grunt/sauce_browsers.yml diff --git a/docs/api-reference/1_5/node_modules/bootstrap/js/affix.js b/docs/api-reference/v1.5/node_modules/bootstrap/js/affix.js similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/js/affix.js rename to docs/api-reference/v1.5/node_modules/bootstrap/js/affix.js diff --git a/docs/api-reference/1_5/node_modules/bootstrap/js/alert.js b/docs/api-reference/v1.5/node_modules/bootstrap/js/alert.js similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/js/alert.js rename to docs/api-reference/v1.5/node_modules/bootstrap/js/alert.js diff --git a/docs/api-reference/1_5/node_modules/bootstrap/js/button.js b/docs/api-reference/v1.5/node_modules/bootstrap/js/button.js similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/js/button.js rename to docs/api-reference/v1.5/node_modules/bootstrap/js/button.js diff --git a/docs/api-reference/1_5/node_modules/bootstrap/js/carousel.js b/docs/api-reference/v1.5/node_modules/bootstrap/js/carousel.js similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/js/carousel.js rename to docs/api-reference/v1.5/node_modules/bootstrap/js/carousel.js diff --git a/docs/api-reference/1_5/node_modules/bootstrap/js/collapse.js b/docs/api-reference/v1.5/node_modules/bootstrap/js/collapse.js similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/js/collapse.js rename to docs/api-reference/v1.5/node_modules/bootstrap/js/collapse.js diff --git a/docs/api-reference/1_5/node_modules/bootstrap/js/dropdown.js b/docs/api-reference/v1.5/node_modules/bootstrap/js/dropdown.js similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/js/dropdown.js rename to docs/api-reference/v1.5/node_modules/bootstrap/js/dropdown.js diff --git a/docs/api-reference/1_5/node_modules/bootstrap/js/modal.js b/docs/api-reference/v1.5/node_modules/bootstrap/js/modal.js similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/js/modal.js rename to docs/api-reference/v1.5/node_modules/bootstrap/js/modal.js diff --git a/docs/api-reference/1_5/node_modules/bootstrap/js/popover.js b/docs/api-reference/v1.5/node_modules/bootstrap/js/popover.js similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/js/popover.js rename to docs/api-reference/v1.5/node_modules/bootstrap/js/popover.js diff --git a/docs/api-reference/1_5/node_modules/bootstrap/js/scrollspy.js b/docs/api-reference/v1.5/node_modules/bootstrap/js/scrollspy.js similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/js/scrollspy.js rename to docs/api-reference/v1.5/node_modules/bootstrap/js/scrollspy.js diff --git a/docs/api-reference/1_5/node_modules/bootstrap/js/tab.js b/docs/api-reference/v1.5/node_modules/bootstrap/js/tab.js similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/js/tab.js rename to docs/api-reference/v1.5/node_modules/bootstrap/js/tab.js diff --git a/docs/api-reference/1_5/node_modules/bootstrap/js/tooltip.js b/docs/api-reference/v1.5/node_modules/bootstrap/js/tooltip.js similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/js/tooltip.js rename to docs/api-reference/v1.5/node_modules/bootstrap/js/tooltip.js diff --git a/docs/api-reference/1_5/node_modules/bootstrap/js/transition.js b/docs/api-reference/v1.5/node_modules/bootstrap/js/transition.js similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/js/transition.js rename to docs/api-reference/v1.5/node_modules/bootstrap/js/transition.js diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/alerts.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/alerts.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/alerts.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/alerts.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/badges.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/badges.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/badges.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/badges.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/bootstrap.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/bootstrap.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/bootstrap.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/bootstrap.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/breadcrumbs.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/breadcrumbs.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/breadcrumbs.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/breadcrumbs.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/button-groups.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/button-groups.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/button-groups.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/button-groups.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/buttons.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/buttons.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/buttons.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/buttons.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/carousel.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/carousel.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/carousel.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/carousel.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/close.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/close.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/close.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/close.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/code.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/code.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/code.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/code.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/component-animations.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/component-animations.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/component-animations.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/component-animations.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/dropdowns.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/dropdowns.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/dropdowns.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/dropdowns.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/forms.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/forms.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/forms.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/forms.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/glyphicons.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/glyphicons.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/glyphicons.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/glyphicons.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/grid.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/grid.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/grid.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/grid.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/input-groups.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/input-groups.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/input-groups.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/input-groups.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/jumbotron.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/jumbotron.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/jumbotron.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/jumbotron.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/labels.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/labels.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/labels.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/labels.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/list-group.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/list-group.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/list-group.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/list-group.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/media.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/media.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/media.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/media.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/mixins.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/mixins.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/mixins.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/mixins.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/mixins/alerts.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/alerts.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/mixins/alerts.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/alerts.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/mixins/background-variant.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/background-variant.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/mixins/background-variant.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/background-variant.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/mixins/border-radius.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/border-radius.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/mixins/border-radius.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/border-radius.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/mixins/buttons.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/buttons.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/mixins/buttons.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/buttons.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/mixins/center-block.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/center-block.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/mixins/center-block.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/center-block.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/mixins/clearfix.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/clearfix.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/mixins/clearfix.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/clearfix.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/mixins/forms.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/forms.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/mixins/forms.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/forms.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/mixins/gradients.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/gradients.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/mixins/gradients.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/gradients.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/mixins/grid-framework.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/grid-framework.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/mixins/grid-framework.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/grid-framework.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/mixins/grid.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/grid.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/mixins/grid.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/grid.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/mixins/hide-text.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/hide-text.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/mixins/hide-text.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/hide-text.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/mixins/image.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/image.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/mixins/image.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/image.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/mixins/labels.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/labels.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/mixins/labels.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/labels.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/mixins/list-group.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/list-group.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/mixins/list-group.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/list-group.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/mixins/nav-divider.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/nav-divider.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/mixins/nav-divider.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/nav-divider.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/mixins/nav-vertical-align.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/nav-vertical-align.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/mixins/nav-vertical-align.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/nav-vertical-align.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/mixins/opacity.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/opacity.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/mixins/opacity.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/opacity.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/mixins/pagination.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/pagination.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/mixins/pagination.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/pagination.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/mixins/panels.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/panels.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/mixins/panels.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/panels.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/mixins/progress-bar.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/progress-bar.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/mixins/progress-bar.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/progress-bar.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/mixins/reset-filter.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/reset-filter.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/mixins/reset-filter.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/reset-filter.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/mixins/reset-text.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/reset-text.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/mixins/reset-text.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/reset-text.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/mixins/resize.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/resize.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/mixins/resize.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/resize.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/mixins/responsive-visibility.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/responsive-visibility.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/mixins/responsive-visibility.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/responsive-visibility.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/mixins/size.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/size.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/mixins/size.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/size.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/mixins/tab-focus.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/tab-focus.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/mixins/tab-focus.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/tab-focus.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/mixins/table-row.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/table-row.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/mixins/table-row.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/table-row.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/mixins/text-emphasis.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/text-emphasis.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/mixins/text-emphasis.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/text-emphasis.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/mixins/text-overflow.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/text-overflow.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/mixins/text-overflow.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/text-overflow.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/mixins/vendor-prefixes.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/vendor-prefixes.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/mixins/vendor-prefixes.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/vendor-prefixes.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/modals.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/modals.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/modals.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/modals.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/navbar.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/navbar.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/navbar.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/navbar.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/navs.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/navs.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/navs.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/navs.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/normalize.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/normalize.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/normalize.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/normalize.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/pager.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/pager.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/pager.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/pager.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/pagination.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/pagination.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/pagination.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/pagination.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/panels.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/panels.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/panels.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/panels.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/popovers.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/popovers.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/popovers.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/popovers.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/print.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/print.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/print.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/print.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/progress-bars.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/progress-bars.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/progress-bars.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/progress-bars.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/responsive-embed.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/responsive-embed.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/responsive-embed.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/responsive-embed.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/responsive-utilities.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/responsive-utilities.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/responsive-utilities.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/responsive-utilities.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/scaffolding.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/scaffolding.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/scaffolding.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/scaffolding.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/tables.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/tables.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/tables.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/tables.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/theme.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/theme.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/theme.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/theme.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/thumbnails.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/thumbnails.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/thumbnails.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/thumbnails.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/tooltip.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/tooltip.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/tooltip.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/tooltip.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/type.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/type.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/type.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/type.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/utilities.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/utilities.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/utilities.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/utilities.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/variables.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/variables.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/variables.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/variables.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/less/wells.less b/docs/api-reference/v1.5/node_modules/bootstrap/less/wells.less similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/less/wells.less rename to docs/api-reference/v1.5/node_modules/bootstrap/less/wells.less diff --git a/docs/api-reference/1_5/node_modules/bootstrap/package.json b/docs/api-reference/v1.5/node_modules/bootstrap/package.json similarity index 100% rename from docs/api-reference/1_5/node_modules/bootstrap/package.json rename to docs/api-reference/v1.5/node_modules/bootstrap/package.json diff --git a/docs/api-reference/1_5/node_modules/colors/LICENSE b/docs/api-reference/v1.5/node_modules/colors/LICENSE similarity index 100% rename from docs/api-reference/1_5/node_modules/colors/LICENSE rename to docs/api-reference/v1.5/node_modules/colors/LICENSE diff --git a/docs/api-reference/1_5/node_modules/colors/ReadMe.md b/docs/api-reference/v1.5/node_modules/colors/ReadMe.md similarity index 100% rename from docs/api-reference/1_5/node_modules/colors/ReadMe.md rename to docs/api-reference/v1.5/node_modules/colors/ReadMe.md diff --git a/docs/api-reference/1_5/node_modules/colors/examples/normal-usage.js b/docs/api-reference/v1.5/node_modules/colors/examples/normal-usage.js similarity index 100% rename from docs/api-reference/1_5/node_modules/colors/examples/normal-usage.js rename to docs/api-reference/v1.5/node_modules/colors/examples/normal-usage.js diff --git a/docs/api-reference/1_5/node_modules/colors/examples/safe-string.js b/docs/api-reference/v1.5/node_modules/colors/examples/safe-string.js similarity index 100% rename from docs/api-reference/1_5/node_modules/colors/examples/safe-string.js rename to docs/api-reference/v1.5/node_modules/colors/examples/safe-string.js diff --git a/docs/api-reference/1_5/node_modules/colors/lib/colors.js b/docs/api-reference/v1.5/node_modules/colors/lib/colors.js similarity index 100% rename from docs/api-reference/1_5/node_modules/colors/lib/colors.js rename to docs/api-reference/v1.5/node_modules/colors/lib/colors.js diff --git a/docs/api-reference/1_5/node_modules/colors/lib/custom/trap.js b/docs/api-reference/v1.5/node_modules/colors/lib/custom/trap.js similarity index 100% rename from docs/api-reference/1_5/node_modules/colors/lib/custom/trap.js rename to docs/api-reference/v1.5/node_modules/colors/lib/custom/trap.js diff --git a/docs/api-reference/1_5/node_modules/colors/lib/custom/zalgo.js b/docs/api-reference/v1.5/node_modules/colors/lib/custom/zalgo.js similarity index 100% rename from docs/api-reference/1_5/node_modules/colors/lib/custom/zalgo.js rename to docs/api-reference/v1.5/node_modules/colors/lib/custom/zalgo.js diff --git a/docs/api-reference/1_5/node_modules/colors/lib/extendStringPrototype.js b/docs/api-reference/v1.5/node_modules/colors/lib/extendStringPrototype.js similarity index 100% rename from docs/api-reference/1_5/node_modules/colors/lib/extendStringPrototype.js rename to docs/api-reference/v1.5/node_modules/colors/lib/extendStringPrototype.js diff --git a/docs/api-reference/1_5/node_modules/colors/lib/index.js b/docs/api-reference/v1.5/node_modules/colors/lib/index.js similarity index 100% rename from docs/api-reference/1_5/node_modules/colors/lib/index.js rename to docs/api-reference/v1.5/node_modules/colors/lib/index.js diff --git a/docs/api-reference/1_5/node_modules/colors/lib/maps/america.js b/docs/api-reference/v1.5/node_modules/colors/lib/maps/america.js similarity index 100% rename from docs/api-reference/1_5/node_modules/colors/lib/maps/america.js rename to docs/api-reference/v1.5/node_modules/colors/lib/maps/america.js diff --git a/docs/api-reference/1_5/node_modules/colors/lib/maps/rainbow.js b/docs/api-reference/v1.5/node_modules/colors/lib/maps/rainbow.js similarity index 100% rename from docs/api-reference/1_5/node_modules/colors/lib/maps/rainbow.js rename to docs/api-reference/v1.5/node_modules/colors/lib/maps/rainbow.js diff --git a/docs/api-reference/1_5/node_modules/colors/lib/maps/random.js b/docs/api-reference/v1.5/node_modules/colors/lib/maps/random.js similarity index 100% rename from docs/api-reference/1_5/node_modules/colors/lib/maps/random.js rename to docs/api-reference/v1.5/node_modules/colors/lib/maps/random.js diff --git a/docs/api-reference/1_5/node_modules/colors/lib/maps/zebra.js b/docs/api-reference/v1.5/node_modules/colors/lib/maps/zebra.js similarity index 100% rename from docs/api-reference/1_5/node_modules/colors/lib/maps/zebra.js rename to docs/api-reference/v1.5/node_modules/colors/lib/maps/zebra.js diff --git a/docs/api-reference/1_5/node_modules/colors/lib/styles.js b/docs/api-reference/v1.5/node_modules/colors/lib/styles.js similarity index 100% rename from docs/api-reference/1_5/node_modules/colors/lib/styles.js rename to docs/api-reference/v1.5/node_modules/colors/lib/styles.js diff --git a/docs/api-reference/1_5/node_modules/colors/lib/system/supports-colors.js b/docs/api-reference/v1.5/node_modules/colors/lib/system/supports-colors.js similarity index 100% rename from docs/api-reference/1_5/node_modules/colors/lib/system/supports-colors.js rename to docs/api-reference/v1.5/node_modules/colors/lib/system/supports-colors.js diff --git a/docs/api-reference/1_5/node_modules/colors/package.json b/docs/api-reference/v1.5/node_modules/colors/package.json similarity index 100% rename from docs/api-reference/1_5/node_modules/colors/package.json rename to docs/api-reference/v1.5/node_modules/colors/package.json diff --git a/docs/api-reference/1_5/node_modules/colors/safe.js b/docs/api-reference/v1.5/node_modules/colors/safe.js similarity index 100% rename from docs/api-reference/1_5/node_modules/colors/safe.js rename to docs/api-reference/v1.5/node_modules/colors/safe.js diff --git a/docs/api-reference/1_5/node_modules/colors/themes/generic-logging.js b/docs/api-reference/v1.5/node_modules/colors/themes/generic-logging.js similarity index 100% rename from docs/api-reference/1_5/node_modules/colors/themes/generic-logging.js rename to docs/api-reference/v1.5/node_modules/colors/themes/generic-logging.js diff --git a/docs/api-reference/1_5/node_modules/ejs/Jakefile b/docs/api-reference/v1.5/node_modules/ejs/Jakefile similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/Jakefile rename to docs/api-reference/v1.5/node_modules/ejs/Jakefile diff --git a/docs/api-reference/1_5/node_modules/ejs/LICENSE b/docs/api-reference/v1.5/node_modules/ejs/LICENSE similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/LICENSE rename to docs/api-reference/v1.5/node_modules/ejs/LICENSE diff --git a/docs/api-reference/1_5/node_modules/ejs/README.md b/docs/api-reference/v1.5/node_modules/ejs/README.md similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/README.md rename to docs/api-reference/v1.5/node_modules/ejs/README.md diff --git a/docs/api-reference/1_5/node_modules/ejs/ejs.js b/docs/api-reference/v1.5/node_modules/ejs/ejs.js similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/ejs.js rename to docs/api-reference/v1.5/node_modules/ejs/ejs.js diff --git a/docs/api-reference/1_5/node_modules/ejs/ejs.min.js b/docs/api-reference/v1.5/node_modules/ejs/ejs.min.js similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/ejs.min.js rename to docs/api-reference/v1.5/node_modules/ejs/ejs.min.js diff --git a/docs/api-reference/1_5/node_modules/ejs/lib/ejs.js b/docs/api-reference/v1.5/node_modules/ejs/lib/ejs.js similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/lib/ejs.js rename to docs/api-reference/v1.5/node_modules/ejs/lib/ejs.js diff --git a/docs/api-reference/1_5/node_modules/ejs/lib/utils.js b/docs/api-reference/v1.5/node_modules/ejs/lib/utils.js similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/lib/utils.js rename to docs/api-reference/v1.5/node_modules/ejs/lib/utils.js diff --git a/docs/api-reference/1_5/node_modules/ejs/package.json b/docs/api-reference/v1.5/node_modules/ejs/package.json similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/package.json rename to docs/api-reference/v1.5/node_modules/ejs/package.json diff --git a/docs/api-reference/1_5/node_modules/ejs/test/ejs.js b/docs/api-reference/v1.5/node_modules/ejs/test/ejs.js similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/ejs.js rename to docs/api-reference/v1.5/node_modules/ejs/test/ejs.js diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/backslash.ejs b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/backslash.ejs similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/backslash.ejs rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/backslash.ejs diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/backslash.html b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/backslash.html similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/backslash.html rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/backslash.html diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/comments.ejs b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/comments.ejs similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/comments.ejs rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/comments.ejs diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/comments.html b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/comments.html similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/comments.html rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/comments.html diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/consecutive-tags.ejs b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/consecutive-tags.ejs similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/consecutive-tags.ejs rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/consecutive-tags.ejs diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/consecutive-tags.html b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/consecutive-tags.html similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/consecutive-tags.html rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/consecutive-tags.html diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/double-quote.ejs b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/double-quote.ejs similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/double-quote.ejs rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/double-quote.ejs diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/double-quote.html b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/double-quote.html similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/double-quote.html rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/double-quote.html diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/error.ejs b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/error.ejs similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/error.ejs rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/error.ejs diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/error.out b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/error.out similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/error.out rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/error.out diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/fail.ejs b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/fail.ejs similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/fail.ejs rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/fail.ejs diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/hello-world.ejs b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/hello-world.ejs similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/hello-world.ejs rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/hello-world.ejs diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/include-abspath.ejs b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/include-abspath.ejs similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/include-abspath.ejs rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/include-abspath.ejs diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/include-root.ejs b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/include-root.ejs similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/include-root.ejs rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/include-root.ejs diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/include-simple.ejs b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/include-simple.ejs similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/include-simple.ejs rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/include-simple.ejs diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/include-simple.html b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/include-simple.html similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/include-simple.html rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/include-simple.html diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/include.css.ejs b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/include.css.ejs similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/include.css.ejs rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/include.css.ejs diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/include.css.html b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/include.css.html similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/include.css.html rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/include.css.html diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/include.ejs b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/include.ejs similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/include.ejs rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/include.ejs diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/include.html b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/include.html similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/include.html rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/include.html diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/include_cache.ejs b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/include_cache.ejs similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/include_cache.ejs rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/include_cache.ejs diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/include_cache.html b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/include_cache.html similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/include_cache.html rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/include_cache.html diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/include_preprocessor.css.ejs b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/include_preprocessor.css.ejs similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/include_preprocessor.css.ejs rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/include_preprocessor.css.ejs diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/include_preprocessor.css.html b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/include_preprocessor.css.html similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/include_preprocessor.css.html rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/include_preprocessor.css.html diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/include_preprocessor.ejs b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/include_preprocessor.ejs similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/include_preprocessor.ejs rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/include_preprocessor.ejs diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/include_preprocessor.html b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/include_preprocessor.html similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/include_preprocessor.html rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/include_preprocessor.html diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/include_preprocessor_cache.ejs b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/include_preprocessor_cache.ejs similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/include_preprocessor_cache.ejs rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/include_preprocessor_cache.ejs diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/include_preprocessor_cache.html b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/include_preprocessor_cache.html similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/include_preprocessor_cache.html rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/include_preprocessor_cache.html diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/include_preprocessor_line_slurp.ejs b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/include_preprocessor_line_slurp.ejs similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/include_preprocessor_line_slurp.ejs rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/include_preprocessor_line_slurp.ejs diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/include_preprocessor_line_slurp.html b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/include_preprocessor_line_slurp.html similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/include_preprocessor_line_slurp.html rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/include_preprocessor_line_slurp.html diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/include_preprocessor_line_slurp_child.ejs b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/include_preprocessor_line_slurp_child.ejs similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/include_preprocessor_line_slurp_child.ejs rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/include_preprocessor_line_slurp_child.ejs diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/includes/bom.ejs b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/includes/bom.ejs similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/includes/bom.ejs rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/includes/bom.ejs diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/includes/menu-item.ejs b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/includes/menu-item.ejs similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/includes/menu-item.ejs rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/includes/menu-item.ejs diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/includes/menu/item.ejs b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/includes/menu/item.ejs similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/includes/menu/item.ejs rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/includes/menu/item.ejs diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/literal.ejs b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/literal.ejs similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/literal.ejs rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/literal.ejs diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/literal.html b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/literal.html similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/literal.html rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/literal.html diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/menu.ejs b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/menu.ejs similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/menu.ejs rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/menu.ejs diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/menu.html b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/menu.html similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/menu.html rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/menu.html diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/menu_preprocessor.ejs b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/menu_preprocessor.ejs similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/menu_preprocessor.ejs rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/menu_preprocessor.ejs diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/menu_preprocessor.html b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/menu_preprocessor.html similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/menu_preprocessor.html rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/menu_preprocessor.html diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/menu_var.ejs b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/menu_var.ejs similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/menu_var.ejs rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/menu_var.ejs diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/messed.ejs b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/messed.ejs similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/messed.ejs rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/messed.ejs diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/messed.html b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/messed.html similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/messed.html rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/messed.html diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/newlines.ejs b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/newlines.ejs similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/newlines.ejs rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/newlines.ejs diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/newlines.html b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/newlines.html similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/newlines.html rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/newlines.html diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/newlines.mixed.ejs b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/newlines.mixed.ejs similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/newlines.mixed.ejs rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/newlines.mixed.ejs diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/newlines.mixed.html b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/newlines.mixed.html similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/newlines.mixed.html rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/newlines.mixed.html diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/no.newlines.ejs b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/no.newlines.ejs similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/no.newlines.ejs rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/no.newlines.ejs diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/no.newlines.error.ejs b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/no.newlines.error.ejs similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/no.newlines.error.ejs rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/no.newlines.error.ejs diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/no.newlines.html b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/no.newlines.html similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/no.newlines.html rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/no.newlines.html diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/no.semicolons.ejs b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/no.semicolons.ejs similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/no.semicolons.ejs rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/no.semicolons.ejs diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/no.semicolons.html b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/no.semicolons.html similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/no.semicolons.html rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/no.semicolons.html diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/para.ejs b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/para.ejs similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/para.ejs rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/para.ejs diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/pet.ejs b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/pet.ejs similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/pet.ejs rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/pet.ejs diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/rmWhitespace.ejs b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/rmWhitespace.ejs similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/rmWhitespace.ejs rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/rmWhitespace.ejs diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/rmWhitespace.html b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/rmWhitespace.html similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/rmWhitespace.html rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/rmWhitespace.html diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/single-quote.ejs b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/single-quote.ejs similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/single-quote.ejs rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/single-quote.ejs diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/single-quote.html b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/single-quote.html similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/single-quote.html rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/single-quote.html diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/space-and-tab-slurp.ejs b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/space-and-tab-slurp.ejs similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/space-and-tab-slurp.ejs rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/space-and-tab-slurp.ejs diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/space-and-tab-slurp.html b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/space-and-tab-slurp.html similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/space-and-tab-slurp.html rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/space-and-tab-slurp.html diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/strict.ejs b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/strict.ejs similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/strict.ejs rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/strict.ejs diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/style.css b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/style.css similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/style.css rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/style.css diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/user-no-with.ejs b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/user-no-with.ejs similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/user-no-with.ejs rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/user-no-with.ejs diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/user.ejs b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/user.ejs similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/user.ejs rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/user.ejs diff --git a/docs/api-reference/1_5/node_modules/ejs/test/fixtures/with-context.ejs b/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/with-context.ejs similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/fixtures/with-context.ejs rename to docs/api-reference/v1.5/node_modules/ejs/test/fixtures/with-context.ejs diff --git a/docs/api-reference/1_5/node_modules/ejs/test/mocha.opts b/docs/api-reference/v1.5/node_modules/ejs/test/mocha.opts similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/mocha.opts rename to docs/api-reference/v1.5/node_modules/ejs/test/mocha.opts diff --git a/docs/api-reference/1_5/node_modules/ejs/test/tmp/include.ejs b/docs/api-reference/v1.5/node_modules/ejs/test/tmp/include.ejs similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/tmp/include.ejs rename to docs/api-reference/v1.5/node_modules/ejs/test/tmp/include.ejs diff --git a/docs/api-reference/1_5/node_modules/ejs/test/tmp/include_preprocessor.ejs b/docs/api-reference/v1.5/node_modules/ejs/test/tmp/include_preprocessor.ejs similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/tmp/include_preprocessor.ejs rename to docs/api-reference/v1.5/node_modules/ejs/test/tmp/include_preprocessor.ejs diff --git a/docs/api-reference/1_5/node_modules/ejs/test/tmp/renderFile.ejs b/docs/api-reference/v1.5/node_modules/ejs/test/tmp/renderFile.ejs similarity index 100% rename from docs/api-reference/1_5/node_modules/ejs/test/tmp/renderFile.ejs rename to docs/api-reference/v1.5/node_modules/ejs/test/tmp/renderFile.ejs diff --git a/docs/api-reference/1_5/node_modules/font-awesome/.npmignore b/docs/api-reference/v1.5/node_modules/font-awesome/.npmignore similarity index 100% rename from docs/api-reference/1_5/node_modules/font-awesome/.npmignore rename to docs/api-reference/v1.5/node_modules/font-awesome/.npmignore diff --git a/docs/api-reference/1_5/node_modules/font-awesome/HELP-US-OUT.txt b/docs/api-reference/v1.5/node_modules/font-awesome/HELP-US-OUT.txt similarity index 100% rename from docs/api-reference/1_5/node_modules/font-awesome/HELP-US-OUT.txt rename to docs/api-reference/v1.5/node_modules/font-awesome/HELP-US-OUT.txt diff --git a/docs/api-reference/1_5/node_modules/font-awesome/README.md b/docs/api-reference/v1.5/node_modules/font-awesome/README.md similarity index 100% rename from docs/api-reference/1_5/node_modules/font-awesome/README.md rename to docs/api-reference/v1.5/node_modules/font-awesome/README.md diff --git a/docs/api-reference/1_5/node_modules/font-awesome/css/font-awesome.css b/docs/api-reference/v1.5/node_modules/font-awesome/css/font-awesome.css similarity index 100% rename from docs/api-reference/1_5/node_modules/font-awesome/css/font-awesome.css rename to docs/api-reference/v1.5/node_modules/font-awesome/css/font-awesome.css diff --git a/docs/api-reference/1_5/node_modules/font-awesome/css/font-awesome.css.map b/docs/api-reference/v1.5/node_modules/font-awesome/css/font-awesome.css.map similarity index 100% rename from docs/api-reference/1_5/node_modules/font-awesome/css/font-awesome.css.map rename to docs/api-reference/v1.5/node_modules/font-awesome/css/font-awesome.css.map diff --git a/docs/api-reference/1_5/node_modules/font-awesome/css/font-awesome.min.css b/docs/api-reference/v1.5/node_modules/font-awesome/css/font-awesome.min.css similarity index 100% rename from docs/api-reference/1_5/node_modules/font-awesome/css/font-awesome.min.css rename to docs/api-reference/v1.5/node_modules/font-awesome/css/font-awesome.min.css diff --git a/docs/api-reference/1_5/node_modules/font-awesome/fonts/FontAwesome.otf b/docs/api-reference/v1.5/node_modules/font-awesome/fonts/FontAwesome.otf similarity index 100% rename from docs/api-reference/1_5/node_modules/font-awesome/fonts/FontAwesome.otf rename to docs/api-reference/v1.5/node_modules/font-awesome/fonts/FontAwesome.otf diff --git a/docs/api-reference/1_5/node_modules/font-awesome/fonts/fontawesome-webfont.eot b/docs/api-reference/v1.5/node_modules/font-awesome/fonts/fontawesome-webfont.eot similarity index 100% rename from docs/api-reference/1_5/node_modules/font-awesome/fonts/fontawesome-webfont.eot rename to docs/api-reference/v1.5/node_modules/font-awesome/fonts/fontawesome-webfont.eot diff --git a/docs/api-reference/1_5/node_modules/font-awesome/fonts/fontawesome-webfont.svg b/docs/api-reference/v1.5/node_modules/font-awesome/fonts/fontawesome-webfont.svg similarity index 100% rename from docs/api-reference/1_5/node_modules/font-awesome/fonts/fontawesome-webfont.svg rename to docs/api-reference/v1.5/node_modules/font-awesome/fonts/fontawesome-webfont.svg diff --git a/docs/api-reference/1_5/node_modules/font-awesome/fonts/fontawesome-webfont.ttf b/docs/api-reference/v1.5/node_modules/font-awesome/fonts/fontawesome-webfont.ttf similarity index 100% rename from docs/api-reference/1_5/node_modules/font-awesome/fonts/fontawesome-webfont.ttf rename to docs/api-reference/v1.5/node_modules/font-awesome/fonts/fontawesome-webfont.ttf diff --git a/docs/api-reference/1_5/node_modules/font-awesome/fonts/fontawesome-webfont.woff b/docs/api-reference/v1.5/node_modules/font-awesome/fonts/fontawesome-webfont.woff similarity index 100% rename from docs/api-reference/1_5/node_modules/font-awesome/fonts/fontawesome-webfont.woff rename to docs/api-reference/v1.5/node_modules/font-awesome/fonts/fontawesome-webfont.woff diff --git a/docs/api-reference/1_5/node_modules/font-awesome/fonts/fontawesome-webfont.woff2 b/docs/api-reference/v1.5/node_modules/font-awesome/fonts/fontawesome-webfont.woff2 similarity index 100% rename from docs/api-reference/1_5/node_modules/font-awesome/fonts/fontawesome-webfont.woff2 rename to docs/api-reference/v1.5/node_modules/font-awesome/fonts/fontawesome-webfont.woff2 diff --git a/docs/api-reference/1_5/node_modules/font-awesome/less/animated.less b/docs/api-reference/v1.5/node_modules/font-awesome/less/animated.less similarity index 100% rename from docs/api-reference/1_5/node_modules/font-awesome/less/animated.less rename to docs/api-reference/v1.5/node_modules/font-awesome/less/animated.less diff --git a/docs/api-reference/1_5/node_modules/font-awesome/less/bordered-pulled.less b/docs/api-reference/v1.5/node_modules/font-awesome/less/bordered-pulled.less similarity index 100% rename from docs/api-reference/1_5/node_modules/font-awesome/less/bordered-pulled.less rename to docs/api-reference/v1.5/node_modules/font-awesome/less/bordered-pulled.less diff --git a/docs/api-reference/1_5/node_modules/font-awesome/less/core.less b/docs/api-reference/v1.5/node_modules/font-awesome/less/core.less similarity index 100% rename from docs/api-reference/1_5/node_modules/font-awesome/less/core.less rename to docs/api-reference/v1.5/node_modules/font-awesome/less/core.less diff --git a/docs/api-reference/1_5/node_modules/font-awesome/less/fixed-width.less b/docs/api-reference/v1.5/node_modules/font-awesome/less/fixed-width.less similarity index 100% rename from docs/api-reference/1_5/node_modules/font-awesome/less/fixed-width.less rename to docs/api-reference/v1.5/node_modules/font-awesome/less/fixed-width.less diff --git a/docs/api-reference/1_5/node_modules/font-awesome/less/font-awesome.less b/docs/api-reference/v1.5/node_modules/font-awesome/less/font-awesome.less similarity index 100% rename from docs/api-reference/1_5/node_modules/font-awesome/less/font-awesome.less rename to docs/api-reference/v1.5/node_modules/font-awesome/less/font-awesome.less diff --git a/docs/api-reference/1_5/node_modules/font-awesome/less/icons.less b/docs/api-reference/v1.5/node_modules/font-awesome/less/icons.less similarity index 100% rename from docs/api-reference/1_5/node_modules/font-awesome/less/icons.less rename to docs/api-reference/v1.5/node_modules/font-awesome/less/icons.less diff --git a/docs/api-reference/1_5/node_modules/font-awesome/less/larger.less b/docs/api-reference/v1.5/node_modules/font-awesome/less/larger.less similarity index 100% rename from docs/api-reference/1_5/node_modules/font-awesome/less/larger.less rename to docs/api-reference/v1.5/node_modules/font-awesome/less/larger.less diff --git a/docs/api-reference/1_5/node_modules/font-awesome/less/list.less b/docs/api-reference/v1.5/node_modules/font-awesome/less/list.less similarity index 100% rename from docs/api-reference/1_5/node_modules/font-awesome/less/list.less rename to docs/api-reference/v1.5/node_modules/font-awesome/less/list.less diff --git a/docs/api-reference/1_5/node_modules/font-awesome/less/mixins.less b/docs/api-reference/v1.5/node_modules/font-awesome/less/mixins.less similarity index 100% rename from docs/api-reference/1_5/node_modules/font-awesome/less/mixins.less rename to docs/api-reference/v1.5/node_modules/font-awesome/less/mixins.less diff --git a/docs/api-reference/1_5/node_modules/font-awesome/less/path.less b/docs/api-reference/v1.5/node_modules/font-awesome/less/path.less similarity index 100% rename from docs/api-reference/1_5/node_modules/font-awesome/less/path.less rename to docs/api-reference/v1.5/node_modules/font-awesome/less/path.less diff --git a/docs/api-reference/1_5/node_modules/font-awesome/less/rotated-flipped.less b/docs/api-reference/v1.5/node_modules/font-awesome/less/rotated-flipped.less similarity index 100% rename from docs/api-reference/1_5/node_modules/font-awesome/less/rotated-flipped.less rename to docs/api-reference/v1.5/node_modules/font-awesome/less/rotated-flipped.less diff --git a/docs/api-reference/1_5/node_modules/font-awesome/less/screen-reader.less b/docs/api-reference/v1.5/node_modules/font-awesome/less/screen-reader.less similarity index 100% rename from docs/api-reference/1_5/node_modules/font-awesome/less/screen-reader.less rename to docs/api-reference/v1.5/node_modules/font-awesome/less/screen-reader.less diff --git a/docs/api-reference/1_5/node_modules/font-awesome/less/stacked.less b/docs/api-reference/v1.5/node_modules/font-awesome/less/stacked.less similarity index 100% rename from docs/api-reference/1_5/node_modules/font-awesome/less/stacked.less rename to docs/api-reference/v1.5/node_modules/font-awesome/less/stacked.less diff --git a/docs/api-reference/1_5/node_modules/font-awesome/less/variables.less b/docs/api-reference/v1.5/node_modules/font-awesome/less/variables.less similarity index 100% rename from docs/api-reference/1_5/node_modules/font-awesome/less/variables.less rename to docs/api-reference/v1.5/node_modules/font-awesome/less/variables.less diff --git a/docs/api-reference/1_5/node_modules/font-awesome/package.json b/docs/api-reference/v1.5/node_modules/font-awesome/package.json similarity index 100% rename from docs/api-reference/1_5/node_modules/font-awesome/package.json rename to docs/api-reference/v1.5/node_modules/font-awesome/package.json diff --git a/docs/api-reference/1_5/node_modules/font-awesome/scss/_animated.scss b/docs/api-reference/v1.5/node_modules/font-awesome/scss/_animated.scss similarity index 100% rename from docs/api-reference/1_5/node_modules/font-awesome/scss/_animated.scss rename to docs/api-reference/v1.5/node_modules/font-awesome/scss/_animated.scss diff --git a/docs/api-reference/1_5/node_modules/font-awesome/scss/_bordered-pulled.scss b/docs/api-reference/v1.5/node_modules/font-awesome/scss/_bordered-pulled.scss similarity index 100% rename from docs/api-reference/1_5/node_modules/font-awesome/scss/_bordered-pulled.scss rename to docs/api-reference/v1.5/node_modules/font-awesome/scss/_bordered-pulled.scss diff --git a/docs/api-reference/1_5/node_modules/font-awesome/scss/_core.scss b/docs/api-reference/v1.5/node_modules/font-awesome/scss/_core.scss similarity index 100% rename from docs/api-reference/1_5/node_modules/font-awesome/scss/_core.scss rename to docs/api-reference/v1.5/node_modules/font-awesome/scss/_core.scss diff --git a/docs/api-reference/1_5/node_modules/font-awesome/scss/_fixed-width.scss b/docs/api-reference/v1.5/node_modules/font-awesome/scss/_fixed-width.scss similarity index 100% rename from docs/api-reference/1_5/node_modules/font-awesome/scss/_fixed-width.scss rename to docs/api-reference/v1.5/node_modules/font-awesome/scss/_fixed-width.scss diff --git a/docs/api-reference/1_5/node_modules/font-awesome/scss/_icons.scss b/docs/api-reference/v1.5/node_modules/font-awesome/scss/_icons.scss similarity index 100% rename from docs/api-reference/1_5/node_modules/font-awesome/scss/_icons.scss rename to docs/api-reference/v1.5/node_modules/font-awesome/scss/_icons.scss diff --git a/docs/api-reference/1_5/node_modules/font-awesome/scss/_larger.scss b/docs/api-reference/v1.5/node_modules/font-awesome/scss/_larger.scss similarity index 100% rename from docs/api-reference/1_5/node_modules/font-awesome/scss/_larger.scss rename to docs/api-reference/v1.5/node_modules/font-awesome/scss/_larger.scss diff --git a/docs/api-reference/1_5/node_modules/font-awesome/scss/_list.scss b/docs/api-reference/v1.5/node_modules/font-awesome/scss/_list.scss similarity index 100% rename from docs/api-reference/1_5/node_modules/font-awesome/scss/_list.scss rename to docs/api-reference/v1.5/node_modules/font-awesome/scss/_list.scss diff --git a/docs/api-reference/1_5/node_modules/font-awesome/scss/_mixins.scss b/docs/api-reference/v1.5/node_modules/font-awesome/scss/_mixins.scss similarity index 100% rename from docs/api-reference/1_5/node_modules/font-awesome/scss/_mixins.scss rename to docs/api-reference/v1.5/node_modules/font-awesome/scss/_mixins.scss diff --git a/docs/api-reference/1_5/node_modules/font-awesome/scss/_path.scss b/docs/api-reference/v1.5/node_modules/font-awesome/scss/_path.scss similarity index 100% rename from docs/api-reference/1_5/node_modules/font-awesome/scss/_path.scss rename to docs/api-reference/v1.5/node_modules/font-awesome/scss/_path.scss diff --git a/docs/api-reference/1_5/node_modules/font-awesome/scss/_rotated-flipped.scss b/docs/api-reference/v1.5/node_modules/font-awesome/scss/_rotated-flipped.scss similarity index 100% rename from docs/api-reference/1_5/node_modules/font-awesome/scss/_rotated-flipped.scss rename to docs/api-reference/v1.5/node_modules/font-awesome/scss/_rotated-flipped.scss diff --git a/docs/api-reference/1_5/node_modules/font-awesome/scss/_screen-reader.scss b/docs/api-reference/v1.5/node_modules/font-awesome/scss/_screen-reader.scss similarity index 100% rename from docs/api-reference/1_5/node_modules/font-awesome/scss/_screen-reader.scss rename to docs/api-reference/v1.5/node_modules/font-awesome/scss/_screen-reader.scss diff --git a/docs/api-reference/1_5/node_modules/font-awesome/scss/_stacked.scss b/docs/api-reference/v1.5/node_modules/font-awesome/scss/_stacked.scss similarity index 100% rename from docs/api-reference/1_5/node_modules/font-awesome/scss/_stacked.scss rename to docs/api-reference/v1.5/node_modules/font-awesome/scss/_stacked.scss diff --git a/docs/api-reference/1_5/node_modules/font-awesome/scss/_variables.scss b/docs/api-reference/v1.5/node_modules/font-awesome/scss/_variables.scss similarity index 100% rename from docs/api-reference/1_5/node_modules/font-awesome/scss/_variables.scss rename to docs/api-reference/v1.5/node_modules/font-awesome/scss/_variables.scss diff --git a/docs/api-reference/1_5/node_modules/font-awesome/scss/font-awesome.scss b/docs/api-reference/v1.5/node_modules/font-awesome/scss/font-awesome.scss similarity index 100% rename from docs/api-reference/1_5/node_modules/font-awesome/scss/font-awesome.scss rename to docs/api-reference/v1.5/node_modules/font-awesome/scss/font-awesome.scss diff --git a/docs/api-reference/1_5/node_modules/highlight.js/LICENSE b/docs/api-reference/v1.5/node_modules/highlight.js/LICENSE similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/LICENSE rename to docs/api-reference/v1.5/node_modules/highlight.js/LICENSE diff --git a/docs/api-reference/1_5/node_modules/highlight.js/README.md b/docs/api-reference/v1.5/node_modules/highlight.js/README.md similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/README.md rename to docs/api-reference/v1.5/node_modules/highlight.js/README.md diff --git a/docs/api-reference/1_5/node_modules/highlight.js/docs/api.rst b/docs/api-reference/v1.5/node_modules/highlight.js/docs/api.rst similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/docs/api.rst rename to docs/api-reference/v1.5/node_modules/highlight.js/docs/api.rst diff --git a/docs/api-reference/1_5/node_modules/highlight.js/docs/building-testing.rst b/docs/api-reference/v1.5/node_modules/highlight.js/docs/building-testing.rst similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/docs/building-testing.rst rename to docs/api-reference/v1.5/node_modules/highlight.js/docs/building-testing.rst diff --git a/docs/api-reference/1_5/node_modules/highlight.js/docs/css-classes-reference.rst b/docs/api-reference/v1.5/node_modules/highlight.js/docs/css-classes-reference.rst similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/docs/css-classes-reference.rst rename to docs/api-reference/v1.5/node_modules/highlight.js/docs/css-classes-reference.rst diff --git a/docs/api-reference/1_5/node_modules/highlight.js/docs/index.rst b/docs/api-reference/v1.5/node_modules/highlight.js/docs/index.rst similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/docs/index.rst rename to docs/api-reference/v1.5/node_modules/highlight.js/docs/index.rst diff --git a/docs/api-reference/1_5/node_modules/highlight.js/docs/language-contribution.rst b/docs/api-reference/v1.5/node_modules/highlight.js/docs/language-contribution.rst similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/docs/language-contribution.rst rename to docs/api-reference/v1.5/node_modules/highlight.js/docs/language-contribution.rst diff --git a/docs/api-reference/1_5/node_modules/highlight.js/docs/language-guide.rst b/docs/api-reference/v1.5/node_modules/highlight.js/docs/language-guide.rst similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/docs/language-guide.rst rename to docs/api-reference/v1.5/node_modules/highlight.js/docs/language-guide.rst diff --git a/docs/api-reference/1_5/node_modules/highlight.js/docs/language-requests.rst b/docs/api-reference/v1.5/node_modules/highlight.js/docs/language-requests.rst similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/docs/language-requests.rst rename to docs/api-reference/v1.5/node_modules/highlight.js/docs/language-requests.rst diff --git a/docs/api-reference/1_5/node_modules/highlight.js/docs/line-numbers.rst b/docs/api-reference/v1.5/node_modules/highlight.js/docs/line-numbers.rst similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/docs/line-numbers.rst rename to docs/api-reference/v1.5/node_modules/highlight.js/docs/line-numbers.rst diff --git a/docs/api-reference/1_5/node_modules/highlight.js/docs/reference.rst b/docs/api-reference/v1.5/node_modules/highlight.js/docs/reference.rst similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/docs/reference.rst rename to docs/api-reference/v1.5/node_modules/highlight.js/docs/reference.rst diff --git a/docs/api-reference/1_5/node_modules/highlight.js/docs/release-process.rst b/docs/api-reference/v1.5/node_modules/highlight.js/docs/release-process.rst similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/docs/release-process.rst rename to docs/api-reference/v1.5/node_modules/highlight.js/docs/release-process.rst diff --git a/docs/api-reference/1_5/node_modules/highlight.js/docs/style-guide.rst b/docs/api-reference/v1.5/node_modules/highlight.js/docs/style-guide.rst similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/docs/style-guide.rst rename to docs/api-reference/v1.5/node_modules/highlight.js/docs/style-guide.rst diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/highlight.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/highlight.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/highlight.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/highlight.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/index.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/index.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/index.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/index.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/1c.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/1c.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/1c.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/1c.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/abnf.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/abnf.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/abnf.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/abnf.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/accesslog.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/accesslog.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/accesslog.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/accesslog.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/actionscript.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/actionscript.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/actionscript.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/actionscript.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/ada.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/ada.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/ada.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/ada.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/apache.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/apache.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/apache.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/apache.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/applescript.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/applescript.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/applescript.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/applescript.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/arduino.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/arduino.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/arduino.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/arduino.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/armasm.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/armasm.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/armasm.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/armasm.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/asciidoc.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/asciidoc.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/asciidoc.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/asciidoc.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/aspectj.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/aspectj.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/aspectj.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/aspectj.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/autohotkey.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/autohotkey.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/autohotkey.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/autohotkey.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/autoit.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/autoit.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/autoit.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/autoit.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/avrasm.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/avrasm.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/avrasm.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/avrasm.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/awk.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/awk.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/awk.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/awk.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/axapta.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/axapta.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/axapta.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/axapta.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/bash.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/bash.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/bash.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/bash.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/basic.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/basic.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/basic.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/basic.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/bnf.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/bnf.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/bnf.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/bnf.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/brainfuck.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/brainfuck.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/brainfuck.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/brainfuck.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/cal.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/cal.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/cal.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/cal.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/capnproto.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/capnproto.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/capnproto.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/capnproto.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/ceylon.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/ceylon.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/ceylon.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/ceylon.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/clean.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/clean.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/clean.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/clean.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/clojure-repl.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/clojure-repl.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/clojure-repl.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/clojure-repl.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/clojure.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/clojure.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/clojure.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/clojure.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/cmake.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/cmake.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/cmake.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/cmake.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/coffeescript.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/coffeescript.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/coffeescript.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/coffeescript.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/coq.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/coq.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/coq.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/coq.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/cos.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/cos.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/cos.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/cos.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/cpp.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/cpp.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/cpp.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/cpp.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/crmsh.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/crmsh.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/crmsh.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/crmsh.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/crystal.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/crystal.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/crystal.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/crystal.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/cs.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/cs.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/cs.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/cs.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/csp.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/csp.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/csp.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/csp.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/css.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/css.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/css.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/css.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/d.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/d.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/d.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/d.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/dart.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/dart.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/dart.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/dart.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/delphi.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/delphi.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/delphi.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/delphi.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/diff.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/diff.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/diff.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/diff.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/django.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/django.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/django.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/django.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/dns.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/dns.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/dns.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/dns.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/dockerfile.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/dockerfile.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/dockerfile.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/dockerfile.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/dos.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/dos.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/dos.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/dos.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/dsconfig.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/dsconfig.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/dsconfig.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/dsconfig.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/dts.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/dts.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/dts.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/dts.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/dust.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/dust.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/dust.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/dust.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/ebnf.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/ebnf.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/ebnf.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/ebnf.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/elixir.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/elixir.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/elixir.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/elixir.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/elm.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/elm.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/elm.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/elm.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/erb.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/erb.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/erb.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/erb.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/erlang-repl.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/erlang-repl.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/erlang-repl.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/erlang-repl.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/erlang.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/erlang.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/erlang.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/erlang.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/excel.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/excel.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/excel.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/excel.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/fix.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/fix.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/fix.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/fix.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/flix.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/flix.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/flix.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/flix.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/fortran.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/fortran.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/fortran.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/fortran.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/fsharp.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/fsharp.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/fsharp.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/fsharp.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/gams.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/gams.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/gams.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/gams.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/gauss.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/gauss.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/gauss.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/gauss.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/gcode.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/gcode.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/gcode.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/gcode.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/gherkin.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/gherkin.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/gherkin.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/gherkin.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/glsl.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/glsl.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/glsl.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/glsl.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/go.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/go.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/go.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/go.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/golo.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/golo.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/golo.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/golo.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/gradle.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/gradle.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/gradle.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/gradle.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/groovy.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/groovy.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/groovy.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/groovy.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/haml.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/haml.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/haml.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/haml.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/handlebars.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/handlebars.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/handlebars.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/handlebars.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/haskell.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/haskell.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/haskell.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/haskell.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/haxe.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/haxe.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/haxe.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/haxe.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/hsp.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/hsp.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/hsp.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/hsp.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/htmlbars.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/htmlbars.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/htmlbars.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/htmlbars.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/http.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/http.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/http.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/http.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/inform7.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/inform7.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/inform7.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/inform7.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/ini.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/ini.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/ini.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/ini.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/irpf90.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/irpf90.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/irpf90.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/irpf90.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/java.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/java.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/java.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/java.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/javascript.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/javascript.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/javascript.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/javascript.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/json.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/json.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/json.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/json.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/julia.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/julia.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/julia.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/julia.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/kotlin.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/kotlin.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/kotlin.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/kotlin.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/lasso.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/lasso.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/lasso.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/lasso.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/ldif.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/ldif.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/ldif.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/ldif.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/less.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/less.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/less.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/less.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/lisp.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/lisp.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/lisp.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/lisp.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/livecodeserver.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/livecodeserver.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/livecodeserver.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/livecodeserver.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/livescript.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/livescript.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/livescript.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/livescript.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/llvm.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/llvm.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/llvm.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/llvm.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/lsl.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/lsl.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/lsl.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/lsl.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/lua.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/lua.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/lua.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/lua.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/makefile.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/makefile.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/makefile.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/makefile.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/markdown.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/markdown.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/markdown.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/markdown.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/mathematica.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/mathematica.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/mathematica.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/mathematica.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/matlab.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/matlab.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/matlab.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/matlab.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/maxima.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/maxima.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/maxima.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/maxima.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/mel.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/mel.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/mel.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/mel.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/mercury.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/mercury.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/mercury.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/mercury.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/mipsasm.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/mipsasm.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/mipsasm.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/mipsasm.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/mizar.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/mizar.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/mizar.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/mizar.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/mojolicious.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/mojolicious.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/mojolicious.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/mojolicious.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/monkey.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/monkey.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/monkey.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/monkey.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/moonscript.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/moonscript.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/moonscript.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/moonscript.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/nginx.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/nginx.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/nginx.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/nginx.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/nimrod.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/nimrod.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/nimrod.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/nimrod.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/nix.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/nix.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/nix.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/nix.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/nsis.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/nsis.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/nsis.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/nsis.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/objectivec.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/objectivec.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/objectivec.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/objectivec.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/ocaml.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/ocaml.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/ocaml.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/ocaml.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/openscad.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/openscad.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/openscad.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/openscad.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/oxygene.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/oxygene.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/oxygene.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/oxygene.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/parser3.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/parser3.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/parser3.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/parser3.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/perl.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/perl.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/perl.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/perl.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/pf.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/pf.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/pf.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/pf.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/php.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/php.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/php.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/php.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/pony.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/pony.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/pony.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/pony.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/powershell.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/powershell.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/powershell.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/powershell.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/processing.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/processing.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/processing.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/processing.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/profile.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/profile.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/profile.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/profile.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/prolog.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/prolog.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/prolog.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/prolog.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/protobuf.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/protobuf.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/protobuf.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/protobuf.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/puppet.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/puppet.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/puppet.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/puppet.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/purebasic.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/purebasic.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/purebasic.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/purebasic.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/python.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/python.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/python.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/python.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/q.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/q.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/q.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/q.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/qml.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/qml.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/qml.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/qml.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/r.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/r.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/r.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/r.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/rib.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/rib.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/rib.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/rib.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/roboconf.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/roboconf.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/roboconf.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/roboconf.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/rsl.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/rsl.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/rsl.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/rsl.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/ruby.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/ruby.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/ruby.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/ruby.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/ruleslanguage.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/ruleslanguage.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/ruleslanguage.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/ruleslanguage.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/rust.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/rust.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/rust.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/rust.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/scala.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/scala.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/scala.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/scala.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/scheme.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/scheme.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/scheme.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/scheme.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/scilab.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/scilab.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/scilab.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/scilab.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/scss.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/scss.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/scss.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/scss.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/smali.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/smali.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/smali.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/smali.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/smalltalk.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/smalltalk.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/smalltalk.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/smalltalk.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/sml.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/sml.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/sml.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/sml.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/sqf.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/sqf.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/sqf.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/sqf.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/sql.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/sql.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/sql.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/sql.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/stan.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/stan.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/stan.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/stan.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/stata.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/stata.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/stata.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/stata.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/step21.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/step21.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/step21.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/step21.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/stylus.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/stylus.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/stylus.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/stylus.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/subunit.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/subunit.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/subunit.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/subunit.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/swift.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/swift.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/swift.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/swift.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/taggerscript.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/taggerscript.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/taggerscript.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/taggerscript.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/tap.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/tap.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/tap.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/tap.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/tcl.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/tcl.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/tcl.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/tcl.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/tex.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/tex.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/tex.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/tex.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/thrift.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/thrift.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/thrift.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/thrift.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/tp.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/tp.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/tp.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/tp.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/twig.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/twig.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/twig.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/twig.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/typescript.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/typescript.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/typescript.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/typescript.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/vala.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/vala.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/vala.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/vala.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/vbnet.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/vbnet.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/vbnet.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/vbnet.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/vbscript-html.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/vbscript-html.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/vbscript-html.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/vbscript-html.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/vbscript.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/vbscript.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/vbscript.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/vbscript.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/verilog.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/verilog.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/verilog.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/verilog.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/vhdl.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/vhdl.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/vhdl.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/vhdl.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/vim.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/vim.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/vim.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/vim.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/x86asm.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/x86asm.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/x86asm.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/x86asm.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/xl.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/xl.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/xl.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/xl.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/xml.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/xml.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/xml.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/xml.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/xquery.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/xquery.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/xquery.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/xquery.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/yaml.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/yaml.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/yaml.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/yaml.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/lib/languages/zephir.js b/docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/zephir.js similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/lib/languages/zephir.js rename to docs/api-reference/v1.5/node_modules/highlight.js/lib/languages/zephir.js diff --git a/docs/api-reference/1_5/node_modules/highlight.js/package.json b/docs/api-reference/v1.5/node_modules/highlight.js/package.json similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/package.json rename to docs/api-reference/v1.5/node_modules/highlight.js/package.json diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/agate.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/agate.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/agate.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/agate.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/androidstudio.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/androidstudio.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/androidstudio.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/androidstudio.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/arduino-light.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/arduino-light.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/arduino-light.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/arduino-light.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/arta.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/arta.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/arta.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/arta.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/ascetic.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/ascetic.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/ascetic.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/ascetic.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/atelier-cave-dark.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/atelier-cave-dark.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/atelier-cave-dark.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/atelier-cave-dark.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/atelier-cave-light.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/atelier-cave-light.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/atelier-cave-light.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/atelier-cave-light.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/atelier-dune-dark.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/atelier-dune-dark.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/atelier-dune-dark.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/atelier-dune-dark.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/atelier-dune-light.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/atelier-dune-light.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/atelier-dune-light.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/atelier-dune-light.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/atelier-estuary-dark.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/atelier-estuary-dark.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/atelier-estuary-dark.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/atelier-estuary-dark.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/atelier-estuary-light.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/atelier-estuary-light.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/atelier-estuary-light.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/atelier-estuary-light.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/atelier-forest-dark.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/atelier-forest-dark.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/atelier-forest-dark.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/atelier-forest-dark.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/atelier-forest-light.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/atelier-forest-light.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/atelier-forest-light.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/atelier-forest-light.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/atelier-heath-dark.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/atelier-heath-dark.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/atelier-heath-dark.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/atelier-heath-dark.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/atelier-heath-light.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/atelier-heath-light.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/atelier-heath-light.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/atelier-heath-light.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/atelier-lakeside-dark.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/atelier-lakeside-dark.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/atelier-lakeside-dark.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/atelier-lakeside-dark.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/atelier-lakeside-light.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/atelier-lakeside-light.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/atelier-lakeside-light.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/atelier-lakeside-light.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/atelier-plateau-dark.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/atelier-plateau-dark.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/atelier-plateau-dark.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/atelier-plateau-dark.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/atelier-plateau-light.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/atelier-plateau-light.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/atelier-plateau-light.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/atelier-plateau-light.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/atelier-savanna-dark.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/atelier-savanna-dark.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/atelier-savanna-dark.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/atelier-savanna-dark.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/atelier-savanna-light.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/atelier-savanna-light.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/atelier-savanna-light.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/atelier-savanna-light.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/atelier-seaside-dark.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/atelier-seaside-dark.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/atelier-seaside-dark.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/atelier-seaside-dark.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/atelier-seaside-light.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/atelier-seaside-light.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/atelier-seaside-light.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/atelier-seaside-light.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/atelier-sulphurpool-dark.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/atelier-sulphurpool-dark.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/atelier-sulphurpool-dark.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/atelier-sulphurpool-dark.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/atelier-sulphurpool-light.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/atelier-sulphurpool-light.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/atelier-sulphurpool-light.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/atelier-sulphurpool-light.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/atom-one-dark.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/atom-one-dark.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/atom-one-dark.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/atom-one-dark.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/atom-one-light.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/atom-one-light.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/atom-one-light.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/atom-one-light.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/brown-paper.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/brown-paper.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/brown-paper.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/brown-paper.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/brown-papersq.png b/docs/api-reference/v1.5/node_modules/highlight.js/styles/brown-papersq.png similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/brown-papersq.png rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/brown-papersq.png diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/codepen-embed.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/codepen-embed.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/codepen-embed.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/codepen-embed.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/color-brewer.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/color-brewer.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/color-brewer.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/color-brewer.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/darcula.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/darcula.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/darcula.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/darcula.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/dark.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/dark.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/dark.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/dark.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/darkula.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/darkula.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/darkula.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/darkula.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/default.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/default.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/default.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/default.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/docco.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/docco.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/docco.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/docco.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/dracula.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/dracula.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/dracula.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/dracula.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/far.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/far.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/far.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/far.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/foundation.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/foundation.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/foundation.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/foundation.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/github-gist.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/github-gist.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/github-gist.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/github-gist.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/github.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/github.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/github.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/github.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/googlecode.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/googlecode.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/googlecode.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/googlecode.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/grayscale.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/grayscale.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/grayscale.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/grayscale.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/gruvbox-dark.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/gruvbox-dark.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/gruvbox-dark.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/gruvbox-dark.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/gruvbox-light.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/gruvbox-light.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/gruvbox-light.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/gruvbox-light.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/hopscotch.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/hopscotch.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/hopscotch.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/hopscotch.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/hybrid.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/hybrid.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/hybrid.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/hybrid.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/idea.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/idea.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/idea.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/idea.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/ir-black.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/ir-black.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/ir-black.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/ir-black.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/kimbie.dark.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/kimbie.dark.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/kimbie.dark.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/kimbie.dark.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/kimbie.light.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/kimbie.light.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/kimbie.light.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/kimbie.light.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/magula.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/magula.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/magula.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/magula.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/mono-blue.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/mono-blue.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/mono-blue.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/mono-blue.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/monokai-sublime.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/monokai-sublime.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/monokai-sublime.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/monokai-sublime.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/monokai.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/monokai.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/monokai.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/monokai.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/obsidian.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/obsidian.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/obsidian.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/obsidian.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/ocean.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/ocean.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/ocean.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/ocean.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/paraiso-dark.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/paraiso-dark.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/paraiso-dark.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/paraiso-dark.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/paraiso-light.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/paraiso-light.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/paraiso-light.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/paraiso-light.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/pojoaque.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/pojoaque.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/pojoaque.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/pojoaque.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/pojoaque.jpg b/docs/api-reference/v1.5/node_modules/highlight.js/styles/pojoaque.jpg similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/pojoaque.jpg rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/pojoaque.jpg diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/purebasic.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/purebasic.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/purebasic.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/purebasic.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/qtcreator_dark.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/qtcreator_dark.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/qtcreator_dark.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/qtcreator_dark.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/qtcreator_light.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/qtcreator_light.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/qtcreator_light.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/qtcreator_light.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/railscasts.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/railscasts.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/railscasts.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/railscasts.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/rainbow.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/rainbow.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/rainbow.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/rainbow.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/school-book.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/school-book.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/school-book.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/school-book.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/school-book.png b/docs/api-reference/v1.5/node_modules/highlight.js/styles/school-book.png similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/school-book.png rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/school-book.png diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/solarized-dark.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/solarized-dark.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/solarized-dark.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/solarized-dark.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/solarized-light.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/solarized-light.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/solarized-light.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/solarized-light.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/sunburst.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/sunburst.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/sunburst.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/sunburst.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/tomorrow-night-blue.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/tomorrow-night-blue.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/tomorrow-night-blue.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/tomorrow-night-blue.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/tomorrow-night-bright.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/tomorrow-night-bright.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/tomorrow-night-bright.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/tomorrow-night-bright.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/tomorrow-night-eighties.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/tomorrow-night-eighties.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/tomorrow-night-eighties.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/tomorrow-night-eighties.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/tomorrow-night.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/tomorrow-night.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/tomorrow-night.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/tomorrow-night.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/tomorrow.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/tomorrow.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/tomorrow.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/tomorrow.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/vs.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/vs.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/vs.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/vs.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/xcode.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/xcode.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/xcode.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/xcode.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/xt256.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/xt256.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/xt256.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/xt256.css diff --git a/docs/api-reference/1_5/node_modules/highlight.js/styles/zenburn.css b/docs/api-reference/v1.5/node_modules/highlight.js/styles/zenburn.css similarity index 100% rename from docs/api-reference/1_5/node_modules/highlight.js/styles/zenburn.css rename to docs/api-reference/v1.5/node_modules/highlight.js/styles/zenburn.css diff --git a/docs/api-reference/1_5/node_modules/jquery.scrollto/.jscsrc b/docs/api-reference/v1.5/node_modules/jquery.scrollto/.jscsrc similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery.scrollto/.jscsrc rename to docs/api-reference/v1.5/node_modules/jquery.scrollto/.jscsrc diff --git a/docs/api-reference/1_5/node_modules/jquery.scrollto/.jshintrc b/docs/api-reference/v1.5/node_modules/jquery.scrollto/.jshintrc similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery.scrollto/.jshintrc rename to docs/api-reference/v1.5/node_modules/jquery.scrollto/.jshintrc diff --git a/docs/api-reference/1_5/node_modules/jquery.scrollto/.npmignore b/docs/api-reference/v1.5/node_modules/jquery.scrollto/.npmignore similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery.scrollto/.npmignore rename to docs/api-reference/v1.5/node_modules/jquery.scrollto/.npmignore diff --git a/docs/api-reference/1_5/node_modules/jquery.scrollto/CHANGELOG.md b/docs/api-reference/v1.5/node_modules/jquery.scrollto/CHANGELOG.md similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery.scrollto/CHANGELOG.md rename to docs/api-reference/v1.5/node_modules/jquery.scrollto/CHANGELOG.md diff --git a/docs/api-reference/1_5/node_modules/jquery.scrollto/LICENSE b/docs/api-reference/v1.5/node_modules/jquery.scrollto/LICENSE similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery.scrollto/LICENSE rename to docs/api-reference/v1.5/node_modules/jquery.scrollto/LICENSE diff --git a/docs/api-reference/1_5/node_modules/jquery.scrollto/README.md b/docs/api-reference/v1.5/node_modules/jquery.scrollto/README.md similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery.scrollto/README.md rename to docs/api-reference/v1.5/node_modules/jquery.scrollto/README.md diff --git a/docs/api-reference/1_5/node_modules/jquery.scrollto/bower.json b/docs/api-reference/v1.5/node_modules/jquery.scrollto/bower.json similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery.scrollto/bower.json rename to docs/api-reference/v1.5/node_modules/jquery.scrollto/bower.json diff --git a/docs/api-reference/1_5/node_modules/jquery.scrollto/composer.json b/docs/api-reference/v1.5/node_modules/jquery.scrollto/composer.json similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery.scrollto/composer.json rename to docs/api-reference/v1.5/node_modules/jquery.scrollto/composer.json diff --git a/docs/api-reference/1_5/node_modules/jquery.scrollto/demo/css/style.css b/docs/api-reference/v1.5/node_modules/jquery.scrollto/demo/css/style.css similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery.scrollto/demo/css/style.css rename to docs/api-reference/v1.5/node_modules/jquery.scrollto/demo/css/style.css diff --git a/docs/api-reference/1_5/node_modules/jquery.scrollto/demo/css/style.old.css b/docs/api-reference/v1.5/node_modules/jquery.scrollto/demo/css/style.old.css similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery.scrollto/demo/css/style.old.css rename to docs/api-reference/v1.5/node_modules/jquery.scrollto/demo/css/style.old.css diff --git a/docs/api-reference/1_5/node_modules/jquery.scrollto/demo/index.html b/docs/api-reference/v1.5/node_modules/jquery.scrollto/demo/index.html similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery.scrollto/demo/index.html rename to docs/api-reference/v1.5/node_modules/jquery.scrollto/demo/index.html diff --git a/docs/api-reference/1_5/node_modules/jquery.scrollto/demo/index.old.html b/docs/api-reference/v1.5/node_modules/jquery.scrollto/demo/index.old.html similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery.scrollto/demo/index.old.html rename to docs/api-reference/v1.5/node_modules/jquery.scrollto/demo/index.old.html diff --git a/docs/api-reference/1_5/node_modules/jquery.scrollto/jquery.scrollTo.js b/docs/api-reference/v1.5/node_modules/jquery.scrollto/jquery.scrollTo.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery.scrollto/jquery.scrollTo.js rename to docs/api-reference/v1.5/node_modules/jquery.scrollto/jquery.scrollTo.js diff --git a/docs/api-reference/1_5/node_modules/jquery.scrollto/jquery.scrollTo.min.js b/docs/api-reference/v1.5/node_modules/jquery.scrollto/jquery.scrollTo.min.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery.scrollto/jquery.scrollTo.min.js rename to docs/api-reference/v1.5/node_modules/jquery.scrollto/jquery.scrollTo.min.js diff --git a/docs/api-reference/1_5/node_modules/jquery.scrollto/package.json b/docs/api-reference/v1.5/node_modules/jquery.scrollto/package.json similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery.scrollto/package.json rename to docs/api-reference/v1.5/node_modules/jquery.scrollto/package.json diff --git a/docs/api-reference/1_5/node_modules/jquery.scrollto/tests/ElemMaxY-compat.html b/docs/api-reference/v1.5/node_modules/jquery.scrollto/tests/ElemMaxY-compat.html similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery.scrollto/tests/ElemMaxY-compat.html rename to docs/api-reference/v1.5/node_modules/jquery.scrollto/tests/ElemMaxY-compat.html diff --git a/docs/api-reference/1_5/node_modules/jquery.scrollto/tests/ElemMaxY-quirks.html b/docs/api-reference/v1.5/node_modules/jquery.scrollto/tests/ElemMaxY-quirks.html similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery.scrollto/tests/ElemMaxY-quirks.html rename to docs/api-reference/v1.5/node_modules/jquery.scrollto/tests/ElemMaxY-quirks.html diff --git a/docs/api-reference/1_5/node_modules/jquery.scrollto/tests/WinMaxY-compat.html b/docs/api-reference/v1.5/node_modules/jquery.scrollto/tests/WinMaxY-compat.html similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery.scrollto/tests/WinMaxY-compat.html rename to docs/api-reference/v1.5/node_modules/jquery.scrollto/tests/WinMaxY-compat.html diff --git a/docs/api-reference/1_5/node_modules/jquery.scrollto/tests/WinMaxY-quirks.html b/docs/api-reference/v1.5/node_modules/jquery.scrollto/tests/WinMaxY-quirks.html similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery.scrollto/tests/WinMaxY-quirks.html rename to docs/api-reference/v1.5/node_modules/jquery.scrollto/tests/WinMaxY-quirks.html diff --git a/docs/api-reference/1_5/node_modules/jquery.scrollto/tests/WinMaxY-to-iframe-compat.html b/docs/api-reference/v1.5/node_modules/jquery.scrollto/tests/WinMaxY-to-iframe-compat.html similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery.scrollto/tests/WinMaxY-to-iframe-compat.html rename to docs/api-reference/v1.5/node_modules/jquery.scrollto/tests/WinMaxY-to-iframe-compat.html diff --git a/docs/api-reference/1_5/node_modules/jquery.scrollto/tests/WinMaxY-to-iframe-quirks.html b/docs/api-reference/v1.5/node_modules/jquery.scrollto/tests/WinMaxY-to-iframe-quirks.html similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery.scrollto/tests/WinMaxY-to-iframe-quirks.html rename to docs/api-reference/v1.5/node_modules/jquery.scrollto/tests/WinMaxY-to-iframe-quirks.html diff --git a/docs/api-reference/1_5/node_modules/jquery.scrollto/tests/WinMaxY-with-iframe-compat.html b/docs/api-reference/v1.5/node_modules/jquery.scrollto/tests/WinMaxY-with-iframe-compat.html similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery.scrollto/tests/WinMaxY-with-iframe-compat.html rename to docs/api-reference/v1.5/node_modules/jquery.scrollto/tests/WinMaxY-with-iframe-compat.html diff --git a/docs/api-reference/1_5/node_modules/jquery.scrollto/tests/WinMaxY-with-iframe-quirks.html b/docs/api-reference/v1.5/node_modules/jquery.scrollto/tests/WinMaxY-with-iframe-quirks.html similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery.scrollto/tests/WinMaxY-with-iframe-quirks.html rename to docs/api-reference/v1.5/node_modules/jquery.scrollto/tests/WinMaxY-with-iframe-quirks.html diff --git a/docs/api-reference/1_5/node_modules/jquery.scrollto/tests/index.html b/docs/api-reference/v1.5/node_modules/jquery.scrollto/tests/index.html similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery.scrollto/tests/index.html rename to docs/api-reference/v1.5/node_modules/jquery.scrollto/tests/index.html diff --git a/docs/api-reference/1_5/node_modules/jquery.scrollto/tests/test.js b/docs/api-reference/v1.5/node_modules/jquery.scrollto/tests/test.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery.scrollto/tests/test.js rename to docs/api-reference/v1.5/node_modules/jquery.scrollto/tests/test.js diff --git a/docs/api-reference/1_5/node_modules/jquery/AUTHORS.txt b/docs/api-reference/v1.5/node_modules/jquery/AUTHORS.txt similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/AUTHORS.txt rename to docs/api-reference/v1.5/node_modules/jquery/AUTHORS.txt diff --git a/docs/api-reference/1_5/node_modules/jquery/LICENSE.txt b/docs/api-reference/v1.5/node_modules/jquery/LICENSE.txt similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/LICENSE.txt rename to docs/api-reference/v1.5/node_modules/jquery/LICENSE.txt diff --git a/docs/api-reference/1_5/node_modules/jquery/README.md b/docs/api-reference/v1.5/node_modules/jquery/README.md similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/README.md rename to docs/api-reference/v1.5/node_modules/jquery/README.md diff --git a/docs/api-reference/1_5/node_modules/jquery/bower.json b/docs/api-reference/v1.5/node_modules/jquery/bower.json similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/bower.json rename to docs/api-reference/v1.5/node_modules/jquery/bower.json diff --git a/docs/api-reference/1_5/node_modules/jquery/dist/core.js b/docs/api-reference/v1.5/node_modules/jquery/dist/core.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/dist/core.js rename to docs/api-reference/v1.5/node_modules/jquery/dist/core.js diff --git a/docs/api-reference/1_5/node_modules/jquery/dist/jquery.js b/docs/api-reference/v1.5/node_modules/jquery/dist/jquery.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/dist/jquery.js rename to docs/api-reference/v1.5/node_modules/jquery/dist/jquery.js diff --git a/docs/api-reference/1_5/node_modules/jquery/dist/jquery.min.js b/docs/api-reference/v1.5/node_modules/jquery/dist/jquery.min.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/dist/jquery.min.js rename to docs/api-reference/v1.5/node_modules/jquery/dist/jquery.min.js diff --git a/docs/api-reference/1_5/node_modules/jquery/dist/jquery.min.map b/docs/api-reference/v1.5/node_modules/jquery/dist/jquery.min.map similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/dist/jquery.min.map rename to docs/api-reference/v1.5/node_modules/jquery/dist/jquery.min.map diff --git a/docs/api-reference/1_5/node_modules/jquery/dist/jquery.slim.js b/docs/api-reference/v1.5/node_modules/jquery/dist/jquery.slim.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/dist/jquery.slim.js rename to docs/api-reference/v1.5/node_modules/jquery/dist/jquery.slim.js diff --git a/docs/api-reference/1_5/node_modules/jquery/dist/jquery.slim.min.js b/docs/api-reference/v1.5/node_modules/jquery/dist/jquery.slim.min.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/dist/jquery.slim.min.js rename to docs/api-reference/v1.5/node_modules/jquery/dist/jquery.slim.min.js diff --git a/docs/api-reference/1_5/node_modules/jquery/dist/jquery.slim.min.map b/docs/api-reference/v1.5/node_modules/jquery/dist/jquery.slim.min.map similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/dist/jquery.slim.min.map rename to docs/api-reference/v1.5/node_modules/jquery/dist/jquery.slim.min.map diff --git a/docs/api-reference/1_5/node_modules/jquery/external/sizzle/LICENSE.txt b/docs/api-reference/v1.5/node_modules/jquery/external/sizzle/LICENSE.txt similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/external/sizzle/LICENSE.txt rename to docs/api-reference/v1.5/node_modules/jquery/external/sizzle/LICENSE.txt diff --git a/docs/api-reference/1_5/node_modules/jquery/external/sizzle/dist/sizzle.js b/docs/api-reference/v1.5/node_modules/jquery/external/sizzle/dist/sizzle.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/external/sizzle/dist/sizzle.js rename to docs/api-reference/v1.5/node_modules/jquery/external/sizzle/dist/sizzle.js diff --git a/docs/api-reference/1_5/node_modules/jquery/external/sizzle/dist/sizzle.min.js b/docs/api-reference/v1.5/node_modules/jquery/external/sizzle/dist/sizzle.min.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/external/sizzle/dist/sizzle.min.js rename to docs/api-reference/v1.5/node_modules/jquery/external/sizzle/dist/sizzle.min.js diff --git a/docs/api-reference/1_5/node_modules/jquery/external/sizzle/dist/sizzle.min.map b/docs/api-reference/v1.5/node_modules/jquery/external/sizzle/dist/sizzle.min.map similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/external/sizzle/dist/sizzle.min.map rename to docs/api-reference/v1.5/node_modules/jquery/external/sizzle/dist/sizzle.min.map diff --git a/docs/api-reference/1_5/node_modules/jquery/package.json b/docs/api-reference/v1.5/node_modules/jquery/package.json similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/package.json rename to docs/api-reference/v1.5/node_modules/jquery/package.json diff --git a/docs/api-reference/1_5/node_modules/jquery/src/.eslintrc.json b/docs/api-reference/v1.5/node_modules/jquery/src/.eslintrc.json similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/.eslintrc.json rename to docs/api-reference/v1.5/node_modules/jquery/src/.eslintrc.json diff --git a/docs/api-reference/1_5/node_modules/jquery/src/ajax.js b/docs/api-reference/v1.5/node_modules/jquery/src/ajax.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/ajax.js rename to docs/api-reference/v1.5/node_modules/jquery/src/ajax.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/ajax/jsonp.js b/docs/api-reference/v1.5/node_modules/jquery/src/ajax/jsonp.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/ajax/jsonp.js rename to docs/api-reference/v1.5/node_modules/jquery/src/ajax/jsonp.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/ajax/load.js b/docs/api-reference/v1.5/node_modules/jquery/src/ajax/load.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/ajax/load.js rename to docs/api-reference/v1.5/node_modules/jquery/src/ajax/load.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/ajax/parseXML.js b/docs/api-reference/v1.5/node_modules/jquery/src/ajax/parseXML.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/ajax/parseXML.js rename to docs/api-reference/v1.5/node_modules/jquery/src/ajax/parseXML.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/ajax/script.js b/docs/api-reference/v1.5/node_modules/jquery/src/ajax/script.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/ajax/script.js rename to docs/api-reference/v1.5/node_modules/jquery/src/ajax/script.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/ajax/var/location.js b/docs/api-reference/v1.5/node_modules/jquery/src/ajax/var/location.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/ajax/var/location.js rename to docs/api-reference/v1.5/node_modules/jquery/src/ajax/var/location.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/ajax/var/nonce.js b/docs/api-reference/v1.5/node_modules/jquery/src/ajax/var/nonce.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/ajax/var/nonce.js rename to docs/api-reference/v1.5/node_modules/jquery/src/ajax/var/nonce.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/ajax/var/rquery.js b/docs/api-reference/v1.5/node_modules/jquery/src/ajax/var/rquery.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/ajax/var/rquery.js rename to docs/api-reference/v1.5/node_modules/jquery/src/ajax/var/rquery.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/ajax/xhr.js b/docs/api-reference/v1.5/node_modules/jquery/src/ajax/xhr.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/ajax/xhr.js rename to docs/api-reference/v1.5/node_modules/jquery/src/ajax/xhr.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/attributes.js b/docs/api-reference/v1.5/node_modules/jquery/src/attributes.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/attributes.js rename to docs/api-reference/v1.5/node_modules/jquery/src/attributes.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/attributes/attr.js b/docs/api-reference/v1.5/node_modules/jquery/src/attributes/attr.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/attributes/attr.js rename to docs/api-reference/v1.5/node_modules/jquery/src/attributes/attr.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/attributes/classes.js b/docs/api-reference/v1.5/node_modules/jquery/src/attributes/classes.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/attributes/classes.js rename to docs/api-reference/v1.5/node_modules/jquery/src/attributes/classes.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/attributes/prop.js b/docs/api-reference/v1.5/node_modules/jquery/src/attributes/prop.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/attributes/prop.js rename to docs/api-reference/v1.5/node_modules/jquery/src/attributes/prop.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/attributes/support.js b/docs/api-reference/v1.5/node_modules/jquery/src/attributes/support.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/attributes/support.js rename to docs/api-reference/v1.5/node_modules/jquery/src/attributes/support.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/attributes/val.js b/docs/api-reference/v1.5/node_modules/jquery/src/attributes/val.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/attributes/val.js rename to docs/api-reference/v1.5/node_modules/jquery/src/attributes/val.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/callbacks.js b/docs/api-reference/v1.5/node_modules/jquery/src/callbacks.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/callbacks.js rename to docs/api-reference/v1.5/node_modules/jquery/src/callbacks.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/core.js b/docs/api-reference/v1.5/node_modules/jquery/src/core.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/core.js rename to docs/api-reference/v1.5/node_modules/jquery/src/core.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/core/DOMEval.js b/docs/api-reference/v1.5/node_modules/jquery/src/core/DOMEval.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/core/DOMEval.js rename to docs/api-reference/v1.5/node_modules/jquery/src/core/DOMEval.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/core/access.js b/docs/api-reference/v1.5/node_modules/jquery/src/core/access.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/core/access.js rename to docs/api-reference/v1.5/node_modules/jquery/src/core/access.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/core/init.js b/docs/api-reference/v1.5/node_modules/jquery/src/core/init.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/core/init.js rename to docs/api-reference/v1.5/node_modules/jquery/src/core/init.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/core/parseHTML.js b/docs/api-reference/v1.5/node_modules/jquery/src/core/parseHTML.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/core/parseHTML.js rename to docs/api-reference/v1.5/node_modules/jquery/src/core/parseHTML.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/core/ready-no-deferred.js b/docs/api-reference/v1.5/node_modules/jquery/src/core/ready-no-deferred.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/core/ready-no-deferred.js rename to docs/api-reference/v1.5/node_modules/jquery/src/core/ready-no-deferred.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/core/ready.js b/docs/api-reference/v1.5/node_modules/jquery/src/core/ready.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/core/ready.js rename to docs/api-reference/v1.5/node_modules/jquery/src/core/ready.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/core/readyException.js b/docs/api-reference/v1.5/node_modules/jquery/src/core/readyException.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/core/readyException.js rename to docs/api-reference/v1.5/node_modules/jquery/src/core/readyException.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/core/stripAndCollapse.js b/docs/api-reference/v1.5/node_modules/jquery/src/core/stripAndCollapse.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/core/stripAndCollapse.js rename to docs/api-reference/v1.5/node_modules/jquery/src/core/stripAndCollapse.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/core/support.js b/docs/api-reference/v1.5/node_modules/jquery/src/core/support.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/core/support.js rename to docs/api-reference/v1.5/node_modules/jquery/src/core/support.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/core/var/rsingleTag.js b/docs/api-reference/v1.5/node_modules/jquery/src/core/var/rsingleTag.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/core/var/rsingleTag.js rename to docs/api-reference/v1.5/node_modules/jquery/src/core/var/rsingleTag.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/css.js b/docs/api-reference/v1.5/node_modules/jquery/src/css.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/css.js rename to docs/api-reference/v1.5/node_modules/jquery/src/css.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/css/addGetHookIf.js b/docs/api-reference/v1.5/node_modules/jquery/src/css/addGetHookIf.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/css/addGetHookIf.js rename to docs/api-reference/v1.5/node_modules/jquery/src/css/addGetHookIf.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/css/adjustCSS.js b/docs/api-reference/v1.5/node_modules/jquery/src/css/adjustCSS.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/css/adjustCSS.js rename to docs/api-reference/v1.5/node_modules/jquery/src/css/adjustCSS.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/css/curCSS.js b/docs/api-reference/v1.5/node_modules/jquery/src/css/curCSS.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/css/curCSS.js rename to docs/api-reference/v1.5/node_modules/jquery/src/css/curCSS.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/css/hiddenVisibleSelectors.js b/docs/api-reference/v1.5/node_modules/jquery/src/css/hiddenVisibleSelectors.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/css/hiddenVisibleSelectors.js rename to docs/api-reference/v1.5/node_modules/jquery/src/css/hiddenVisibleSelectors.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/css/showHide.js b/docs/api-reference/v1.5/node_modules/jquery/src/css/showHide.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/css/showHide.js rename to docs/api-reference/v1.5/node_modules/jquery/src/css/showHide.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/css/support.js b/docs/api-reference/v1.5/node_modules/jquery/src/css/support.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/css/support.js rename to docs/api-reference/v1.5/node_modules/jquery/src/css/support.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/css/var/cssExpand.js b/docs/api-reference/v1.5/node_modules/jquery/src/css/var/cssExpand.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/css/var/cssExpand.js rename to docs/api-reference/v1.5/node_modules/jquery/src/css/var/cssExpand.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/css/var/getStyles.js b/docs/api-reference/v1.5/node_modules/jquery/src/css/var/getStyles.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/css/var/getStyles.js rename to docs/api-reference/v1.5/node_modules/jquery/src/css/var/getStyles.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/css/var/isHiddenWithinTree.js b/docs/api-reference/v1.5/node_modules/jquery/src/css/var/isHiddenWithinTree.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/css/var/isHiddenWithinTree.js rename to docs/api-reference/v1.5/node_modules/jquery/src/css/var/isHiddenWithinTree.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/css/var/rmargin.js b/docs/api-reference/v1.5/node_modules/jquery/src/css/var/rmargin.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/css/var/rmargin.js rename to docs/api-reference/v1.5/node_modules/jquery/src/css/var/rmargin.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/css/var/rnumnonpx.js b/docs/api-reference/v1.5/node_modules/jquery/src/css/var/rnumnonpx.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/css/var/rnumnonpx.js rename to docs/api-reference/v1.5/node_modules/jquery/src/css/var/rnumnonpx.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/css/var/swap.js b/docs/api-reference/v1.5/node_modules/jquery/src/css/var/swap.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/css/var/swap.js rename to docs/api-reference/v1.5/node_modules/jquery/src/css/var/swap.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/data.js b/docs/api-reference/v1.5/node_modules/jquery/src/data.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/data.js rename to docs/api-reference/v1.5/node_modules/jquery/src/data.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/data/Data.js b/docs/api-reference/v1.5/node_modules/jquery/src/data/Data.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/data/Data.js rename to docs/api-reference/v1.5/node_modules/jquery/src/data/Data.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/data/var/acceptData.js b/docs/api-reference/v1.5/node_modules/jquery/src/data/var/acceptData.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/data/var/acceptData.js rename to docs/api-reference/v1.5/node_modules/jquery/src/data/var/acceptData.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/data/var/dataPriv.js b/docs/api-reference/v1.5/node_modules/jquery/src/data/var/dataPriv.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/data/var/dataPriv.js rename to docs/api-reference/v1.5/node_modules/jquery/src/data/var/dataPriv.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/data/var/dataUser.js b/docs/api-reference/v1.5/node_modules/jquery/src/data/var/dataUser.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/data/var/dataUser.js rename to docs/api-reference/v1.5/node_modules/jquery/src/data/var/dataUser.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/deferred.js b/docs/api-reference/v1.5/node_modules/jquery/src/deferred.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/deferred.js rename to docs/api-reference/v1.5/node_modules/jquery/src/deferred.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/deferred/exceptionHook.js b/docs/api-reference/v1.5/node_modules/jquery/src/deferred/exceptionHook.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/deferred/exceptionHook.js rename to docs/api-reference/v1.5/node_modules/jquery/src/deferred/exceptionHook.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/deprecated.js b/docs/api-reference/v1.5/node_modules/jquery/src/deprecated.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/deprecated.js rename to docs/api-reference/v1.5/node_modules/jquery/src/deprecated.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/dimensions.js b/docs/api-reference/v1.5/node_modules/jquery/src/dimensions.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/dimensions.js rename to docs/api-reference/v1.5/node_modules/jquery/src/dimensions.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/effects.js b/docs/api-reference/v1.5/node_modules/jquery/src/effects.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/effects.js rename to docs/api-reference/v1.5/node_modules/jquery/src/effects.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/effects/Tween.js b/docs/api-reference/v1.5/node_modules/jquery/src/effects/Tween.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/effects/Tween.js rename to docs/api-reference/v1.5/node_modules/jquery/src/effects/Tween.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/effects/animatedSelector.js b/docs/api-reference/v1.5/node_modules/jquery/src/effects/animatedSelector.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/effects/animatedSelector.js rename to docs/api-reference/v1.5/node_modules/jquery/src/effects/animatedSelector.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/event.js b/docs/api-reference/v1.5/node_modules/jquery/src/event.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/event.js rename to docs/api-reference/v1.5/node_modules/jquery/src/event.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/event/ajax.js b/docs/api-reference/v1.5/node_modules/jquery/src/event/ajax.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/event/ajax.js rename to docs/api-reference/v1.5/node_modules/jquery/src/event/ajax.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/event/alias.js b/docs/api-reference/v1.5/node_modules/jquery/src/event/alias.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/event/alias.js rename to docs/api-reference/v1.5/node_modules/jquery/src/event/alias.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/event/focusin.js b/docs/api-reference/v1.5/node_modules/jquery/src/event/focusin.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/event/focusin.js rename to docs/api-reference/v1.5/node_modules/jquery/src/event/focusin.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/event/support.js b/docs/api-reference/v1.5/node_modules/jquery/src/event/support.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/event/support.js rename to docs/api-reference/v1.5/node_modules/jquery/src/event/support.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/event/trigger.js b/docs/api-reference/v1.5/node_modules/jquery/src/event/trigger.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/event/trigger.js rename to docs/api-reference/v1.5/node_modules/jquery/src/event/trigger.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/exports/amd.js b/docs/api-reference/v1.5/node_modules/jquery/src/exports/amd.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/exports/amd.js rename to docs/api-reference/v1.5/node_modules/jquery/src/exports/amd.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/exports/global.js b/docs/api-reference/v1.5/node_modules/jquery/src/exports/global.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/exports/global.js rename to docs/api-reference/v1.5/node_modules/jquery/src/exports/global.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/jquery.js b/docs/api-reference/v1.5/node_modules/jquery/src/jquery.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/jquery.js rename to docs/api-reference/v1.5/node_modules/jquery/src/jquery.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/manipulation.js b/docs/api-reference/v1.5/node_modules/jquery/src/manipulation.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/manipulation.js rename to docs/api-reference/v1.5/node_modules/jquery/src/manipulation.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/manipulation/_evalUrl.js b/docs/api-reference/v1.5/node_modules/jquery/src/manipulation/_evalUrl.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/manipulation/_evalUrl.js rename to docs/api-reference/v1.5/node_modules/jquery/src/manipulation/_evalUrl.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/manipulation/buildFragment.js b/docs/api-reference/v1.5/node_modules/jquery/src/manipulation/buildFragment.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/manipulation/buildFragment.js rename to docs/api-reference/v1.5/node_modules/jquery/src/manipulation/buildFragment.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/manipulation/getAll.js b/docs/api-reference/v1.5/node_modules/jquery/src/manipulation/getAll.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/manipulation/getAll.js rename to docs/api-reference/v1.5/node_modules/jquery/src/manipulation/getAll.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/manipulation/setGlobalEval.js b/docs/api-reference/v1.5/node_modules/jquery/src/manipulation/setGlobalEval.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/manipulation/setGlobalEval.js rename to docs/api-reference/v1.5/node_modules/jquery/src/manipulation/setGlobalEval.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/manipulation/support.js b/docs/api-reference/v1.5/node_modules/jquery/src/manipulation/support.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/manipulation/support.js rename to docs/api-reference/v1.5/node_modules/jquery/src/manipulation/support.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/manipulation/var/rcheckableType.js b/docs/api-reference/v1.5/node_modules/jquery/src/manipulation/var/rcheckableType.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/manipulation/var/rcheckableType.js rename to docs/api-reference/v1.5/node_modules/jquery/src/manipulation/var/rcheckableType.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/manipulation/var/rscriptType.js b/docs/api-reference/v1.5/node_modules/jquery/src/manipulation/var/rscriptType.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/manipulation/var/rscriptType.js rename to docs/api-reference/v1.5/node_modules/jquery/src/manipulation/var/rscriptType.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/manipulation/var/rtagName.js b/docs/api-reference/v1.5/node_modules/jquery/src/manipulation/var/rtagName.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/manipulation/var/rtagName.js rename to docs/api-reference/v1.5/node_modules/jquery/src/manipulation/var/rtagName.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/manipulation/wrapMap.js b/docs/api-reference/v1.5/node_modules/jquery/src/manipulation/wrapMap.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/manipulation/wrapMap.js rename to docs/api-reference/v1.5/node_modules/jquery/src/manipulation/wrapMap.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/offset.js b/docs/api-reference/v1.5/node_modules/jquery/src/offset.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/offset.js rename to docs/api-reference/v1.5/node_modules/jquery/src/offset.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/queue.js b/docs/api-reference/v1.5/node_modules/jquery/src/queue.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/queue.js rename to docs/api-reference/v1.5/node_modules/jquery/src/queue.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/queue/delay.js b/docs/api-reference/v1.5/node_modules/jquery/src/queue/delay.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/queue/delay.js rename to docs/api-reference/v1.5/node_modules/jquery/src/queue/delay.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/selector-native.js b/docs/api-reference/v1.5/node_modules/jquery/src/selector-native.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/selector-native.js rename to docs/api-reference/v1.5/node_modules/jquery/src/selector-native.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/selector-sizzle.js b/docs/api-reference/v1.5/node_modules/jquery/src/selector-sizzle.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/selector-sizzle.js rename to docs/api-reference/v1.5/node_modules/jquery/src/selector-sizzle.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/selector.js b/docs/api-reference/v1.5/node_modules/jquery/src/selector.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/selector.js rename to docs/api-reference/v1.5/node_modules/jquery/src/selector.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/serialize.js b/docs/api-reference/v1.5/node_modules/jquery/src/serialize.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/serialize.js rename to docs/api-reference/v1.5/node_modules/jquery/src/serialize.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/traversing.js b/docs/api-reference/v1.5/node_modules/jquery/src/traversing.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/traversing.js rename to docs/api-reference/v1.5/node_modules/jquery/src/traversing.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/traversing/findFilter.js b/docs/api-reference/v1.5/node_modules/jquery/src/traversing/findFilter.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/traversing/findFilter.js rename to docs/api-reference/v1.5/node_modules/jquery/src/traversing/findFilter.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/traversing/var/dir.js b/docs/api-reference/v1.5/node_modules/jquery/src/traversing/var/dir.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/traversing/var/dir.js rename to docs/api-reference/v1.5/node_modules/jquery/src/traversing/var/dir.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/traversing/var/rneedsContext.js b/docs/api-reference/v1.5/node_modules/jquery/src/traversing/var/rneedsContext.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/traversing/var/rneedsContext.js rename to docs/api-reference/v1.5/node_modules/jquery/src/traversing/var/rneedsContext.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/traversing/var/siblings.js b/docs/api-reference/v1.5/node_modules/jquery/src/traversing/var/siblings.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/traversing/var/siblings.js rename to docs/api-reference/v1.5/node_modules/jquery/src/traversing/var/siblings.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/var/ObjectFunctionString.js b/docs/api-reference/v1.5/node_modules/jquery/src/var/ObjectFunctionString.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/var/ObjectFunctionString.js rename to docs/api-reference/v1.5/node_modules/jquery/src/var/ObjectFunctionString.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/var/arr.js b/docs/api-reference/v1.5/node_modules/jquery/src/var/arr.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/var/arr.js rename to docs/api-reference/v1.5/node_modules/jquery/src/var/arr.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/var/class2type.js b/docs/api-reference/v1.5/node_modules/jquery/src/var/class2type.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/var/class2type.js rename to docs/api-reference/v1.5/node_modules/jquery/src/var/class2type.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/var/concat.js b/docs/api-reference/v1.5/node_modules/jquery/src/var/concat.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/var/concat.js rename to docs/api-reference/v1.5/node_modules/jquery/src/var/concat.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/var/document.js b/docs/api-reference/v1.5/node_modules/jquery/src/var/document.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/var/document.js rename to docs/api-reference/v1.5/node_modules/jquery/src/var/document.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/var/documentElement.js b/docs/api-reference/v1.5/node_modules/jquery/src/var/documentElement.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/var/documentElement.js rename to docs/api-reference/v1.5/node_modules/jquery/src/var/documentElement.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/var/fnToString.js b/docs/api-reference/v1.5/node_modules/jquery/src/var/fnToString.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/var/fnToString.js rename to docs/api-reference/v1.5/node_modules/jquery/src/var/fnToString.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/var/getProto.js b/docs/api-reference/v1.5/node_modules/jquery/src/var/getProto.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/var/getProto.js rename to docs/api-reference/v1.5/node_modules/jquery/src/var/getProto.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/var/hasOwn.js b/docs/api-reference/v1.5/node_modules/jquery/src/var/hasOwn.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/var/hasOwn.js rename to docs/api-reference/v1.5/node_modules/jquery/src/var/hasOwn.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/var/indexOf.js b/docs/api-reference/v1.5/node_modules/jquery/src/var/indexOf.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/var/indexOf.js rename to docs/api-reference/v1.5/node_modules/jquery/src/var/indexOf.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/var/pnum.js b/docs/api-reference/v1.5/node_modules/jquery/src/var/pnum.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/var/pnum.js rename to docs/api-reference/v1.5/node_modules/jquery/src/var/pnum.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/var/push.js b/docs/api-reference/v1.5/node_modules/jquery/src/var/push.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/var/push.js rename to docs/api-reference/v1.5/node_modules/jquery/src/var/push.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/var/rcssNum.js b/docs/api-reference/v1.5/node_modules/jquery/src/var/rcssNum.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/var/rcssNum.js rename to docs/api-reference/v1.5/node_modules/jquery/src/var/rcssNum.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/var/rnothtmlwhite.js b/docs/api-reference/v1.5/node_modules/jquery/src/var/rnothtmlwhite.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/var/rnothtmlwhite.js rename to docs/api-reference/v1.5/node_modules/jquery/src/var/rnothtmlwhite.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/var/slice.js b/docs/api-reference/v1.5/node_modules/jquery/src/var/slice.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/var/slice.js rename to docs/api-reference/v1.5/node_modules/jquery/src/var/slice.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/var/support.js b/docs/api-reference/v1.5/node_modules/jquery/src/var/support.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/var/support.js rename to docs/api-reference/v1.5/node_modules/jquery/src/var/support.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/var/toString.js b/docs/api-reference/v1.5/node_modules/jquery/src/var/toString.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/var/toString.js rename to docs/api-reference/v1.5/node_modules/jquery/src/var/toString.js diff --git a/docs/api-reference/1_5/node_modules/jquery/src/wrap.js b/docs/api-reference/v1.5/node_modules/jquery/src/wrap.js similarity index 100% rename from docs/api-reference/1_5/node_modules/jquery/src/wrap.js rename to docs/api-reference/v1.5/node_modules/jquery/src/wrap.js diff --git a/docs/api-reference/1_5/node_modules/marked/.npmignore b/docs/api-reference/v1.5/node_modules/marked/.npmignore similarity index 100% rename from docs/api-reference/1_5/node_modules/marked/.npmignore rename to docs/api-reference/v1.5/node_modules/marked/.npmignore diff --git a/docs/api-reference/1_5/node_modules/marked/Gulpfile.js b/docs/api-reference/v1.5/node_modules/marked/Gulpfile.js similarity index 100% rename from docs/api-reference/1_5/node_modules/marked/Gulpfile.js rename to docs/api-reference/v1.5/node_modules/marked/Gulpfile.js diff --git a/docs/api-reference/1_5/node_modules/marked/LICENSE b/docs/api-reference/v1.5/node_modules/marked/LICENSE similarity index 100% rename from docs/api-reference/1_5/node_modules/marked/LICENSE rename to docs/api-reference/v1.5/node_modules/marked/LICENSE diff --git a/docs/api-reference/1_5/node_modules/marked/Makefile b/docs/api-reference/v1.5/node_modules/marked/Makefile similarity index 100% rename from docs/api-reference/1_5/node_modules/marked/Makefile rename to docs/api-reference/v1.5/node_modules/marked/Makefile diff --git a/docs/api-reference/1_5/node_modules/marked/README.md b/docs/api-reference/v1.5/node_modules/marked/README.md similarity index 100% rename from docs/api-reference/1_5/node_modules/marked/README.md rename to docs/api-reference/v1.5/node_modules/marked/README.md diff --git a/docs/api-reference/1_5/node_modules/marked/bin/marked b/docs/api-reference/v1.5/node_modules/marked/bin/marked similarity index 100% rename from docs/api-reference/1_5/node_modules/marked/bin/marked rename to docs/api-reference/v1.5/node_modules/marked/bin/marked diff --git a/docs/api-reference/1_5/node_modules/marked/bower.json b/docs/api-reference/v1.5/node_modules/marked/bower.json similarity index 100% rename from docs/api-reference/1_5/node_modules/marked/bower.json rename to docs/api-reference/v1.5/node_modules/marked/bower.json diff --git a/docs/api-reference/1_5/node_modules/marked/component.json b/docs/api-reference/v1.5/node_modules/marked/component.json similarity index 100% rename from docs/api-reference/1_5/node_modules/marked/component.json rename to docs/api-reference/v1.5/node_modules/marked/component.json diff --git a/docs/api-reference/1_5/node_modules/marked/doc/broken.md b/docs/api-reference/v1.5/node_modules/marked/doc/broken.md similarity index 100% rename from docs/api-reference/1_5/node_modules/marked/doc/broken.md rename to docs/api-reference/v1.5/node_modules/marked/doc/broken.md diff --git a/docs/api-reference/1_5/node_modules/marked/doc/todo.md b/docs/api-reference/v1.5/node_modules/marked/doc/todo.md similarity index 100% rename from docs/api-reference/1_5/node_modules/marked/doc/todo.md rename to docs/api-reference/v1.5/node_modules/marked/doc/todo.md diff --git a/docs/api-reference/1_5/node_modules/marked/index.js b/docs/api-reference/v1.5/node_modules/marked/index.js similarity index 100% rename from docs/api-reference/1_5/node_modules/marked/index.js rename to docs/api-reference/v1.5/node_modules/marked/index.js diff --git a/docs/api-reference/1_5/node_modules/marked/lib/marked.js b/docs/api-reference/v1.5/node_modules/marked/lib/marked.js similarity index 100% rename from docs/api-reference/1_5/node_modules/marked/lib/marked.js rename to docs/api-reference/v1.5/node_modules/marked/lib/marked.js diff --git a/docs/api-reference/1_5/node_modules/marked/man/marked.1 b/docs/api-reference/v1.5/node_modules/marked/man/marked.1 similarity index 100% rename from docs/api-reference/1_5/node_modules/marked/man/marked.1 rename to docs/api-reference/v1.5/node_modules/marked/man/marked.1 diff --git a/docs/api-reference/1_5/node_modules/marked/marked.min.js b/docs/api-reference/v1.5/node_modules/marked/marked.min.js similarity index 100% rename from docs/api-reference/1_5/node_modules/marked/marked.min.js rename to docs/api-reference/v1.5/node_modules/marked/marked.min.js diff --git a/docs/api-reference/1_5/node_modules/marked/package.json b/docs/api-reference/v1.5/node_modules/marked/package.json similarity index 100% rename from docs/api-reference/1_5/node_modules/marked/package.json rename to docs/api-reference/v1.5/node_modules/marked/package.json diff --git a/docs/api-reference/1_5/node_modules/mime/.npmignore b/docs/api-reference/v1.5/node_modules/mime/.npmignore similarity index 100% rename from docs/api-reference/1_5/node_modules/mime/.npmignore rename to docs/api-reference/v1.5/node_modules/mime/.npmignore diff --git a/docs/api-reference/1_5/node_modules/mime/LICENSE b/docs/api-reference/v1.5/node_modules/mime/LICENSE similarity index 100% rename from docs/api-reference/1_5/node_modules/mime/LICENSE rename to docs/api-reference/v1.5/node_modules/mime/LICENSE diff --git a/docs/api-reference/1_5/node_modules/mime/README.md b/docs/api-reference/v1.5/node_modules/mime/README.md similarity index 100% rename from docs/api-reference/1_5/node_modules/mime/README.md rename to docs/api-reference/v1.5/node_modules/mime/README.md diff --git a/docs/api-reference/1_5/node_modules/mime/build/build.js b/docs/api-reference/v1.5/node_modules/mime/build/build.js similarity index 100% rename from docs/api-reference/1_5/node_modules/mime/build/build.js rename to docs/api-reference/v1.5/node_modules/mime/build/build.js diff --git a/docs/api-reference/1_5/node_modules/mime/build/test.js b/docs/api-reference/v1.5/node_modules/mime/build/test.js similarity index 100% rename from docs/api-reference/1_5/node_modules/mime/build/test.js rename to docs/api-reference/v1.5/node_modules/mime/build/test.js diff --git a/docs/api-reference/1_5/node_modules/mime/cli.js b/docs/api-reference/v1.5/node_modules/mime/cli.js similarity index 100% rename from docs/api-reference/1_5/node_modules/mime/cli.js rename to docs/api-reference/v1.5/node_modules/mime/cli.js diff --git a/docs/api-reference/1_5/node_modules/mime/mime.js b/docs/api-reference/v1.5/node_modules/mime/mime.js similarity index 100% rename from docs/api-reference/1_5/node_modules/mime/mime.js rename to docs/api-reference/v1.5/node_modules/mime/mime.js diff --git a/docs/api-reference/1_5/node_modules/mime/package.json b/docs/api-reference/v1.5/node_modules/mime/package.json similarity index 100% rename from docs/api-reference/1_5/node_modules/mime/package.json rename to docs/api-reference/v1.5/node_modules/mime/package.json diff --git a/docs/api-reference/1_5/node_modules/mime/types.json b/docs/api-reference/v1.5/node_modules/mime/types.json similarity index 100% rename from docs/api-reference/1_5/node_modules/mime/types.json rename to docs/api-reference/v1.5/node_modules/mime/types.json diff --git a/docs/api-reference/1_5/node_modules/minimist/LICENSE b/docs/api-reference/v1.5/node_modules/minimist/LICENSE similarity index 100% rename from docs/api-reference/1_5/node_modules/minimist/LICENSE rename to docs/api-reference/v1.5/node_modules/minimist/LICENSE diff --git a/docs/api-reference/1_5/node_modules/minimist/example/parse.js b/docs/api-reference/v1.5/node_modules/minimist/example/parse.js similarity index 100% rename from docs/api-reference/1_5/node_modules/minimist/example/parse.js rename to docs/api-reference/v1.5/node_modules/minimist/example/parse.js diff --git a/docs/api-reference/1_5/node_modules/minimist/index.js b/docs/api-reference/v1.5/node_modules/minimist/index.js similarity index 100% rename from docs/api-reference/1_5/node_modules/minimist/index.js rename to docs/api-reference/v1.5/node_modules/minimist/index.js diff --git a/docs/api-reference/1_5/node_modules/minimist/package.json b/docs/api-reference/v1.5/node_modules/minimist/package.json similarity index 100% rename from docs/api-reference/1_5/node_modules/minimist/package.json rename to docs/api-reference/v1.5/node_modules/minimist/package.json diff --git a/docs/api-reference/1_5/node_modules/minimist/readme.markdown b/docs/api-reference/v1.5/node_modules/minimist/readme.markdown similarity index 100% rename from docs/api-reference/1_5/node_modules/minimist/readme.markdown rename to docs/api-reference/v1.5/node_modules/minimist/readme.markdown diff --git a/docs/api-reference/1_5/node_modules/minimist/test/bool.js b/docs/api-reference/v1.5/node_modules/minimist/test/bool.js similarity index 100% rename from docs/api-reference/1_5/node_modules/minimist/test/bool.js rename to docs/api-reference/v1.5/node_modules/minimist/test/bool.js diff --git a/docs/api-reference/1_5/node_modules/minimist/test/dash.js b/docs/api-reference/v1.5/node_modules/minimist/test/dash.js similarity index 100% rename from docs/api-reference/1_5/node_modules/minimist/test/dash.js rename to docs/api-reference/v1.5/node_modules/minimist/test/dash.js diff --git a/docs/api-reference/1_5/node_modules/minimist/test/default_bool.js b/docs/api-reference/v1.5/node_modules/minimist/test/default_bool.js similarity index 100% rename from docs/api-reference/1_5/node_modules/minimist/test/default_bool.js rename to docs/api-reference/v1.5/node_modules/minimist/test/default_bool.js diff --git a/docs/api-reference/1_5/node_modules/minimist/test/dotted.js b/docs/api-reference/v1.5/node_modules/minimist/test/dotted.js similarity index 100% rename from docs/api-reference/1_5/node_modules/minimist/test/dotted.js rename to docs/api-reference/v1.5/node_modules/minimist/test/dotted.js diff --git a/docs/api-reference/1_5/node_modules/minimist/test/long.js b/docs/api-reference/v1.5/node_modules/minimist/test/long.js similarity index 100% rename from docs/api-reference/1_5/node_modules/minimist/test/long.js rename to docs/api-reference/v1.5/node_modules/minimist/test/long.js diff --git a/docs/api-reference/1_5/node_modules/minimist/test/num.js b/docs/api-reference/v1.5/node_modules/minimist/test/num.js similarity index 100% rename from docs/api-reference/1_5/node_modules/minimist/test/num.js rename to docs/api-reference/v1.5/node_modules/minimist/test/num.js diff --git a/docs/api-reference/1_5/node_modules/minimist/test/parse.js b/docs/api-reference/v1.5/node_modules/minimist/test/parse.js similarity index 100% rename from docs/api-reference/1_5/node_modules/minimist/test/parse.js rename to docs/api-reference/v1.5/node_modules/minimist/test/parse.js diff --git a/docs/api-reference/1_5/node_modules/minimist/test/parse_modified.js b/docs/api-reference/v1.5/node_modules/minimist/test/parse_modified.js similarity index 100% rename from docs/api-reference/1_5/node_modules/minimist/test/parse_modified.js rename to docs/api-reference/v1.5/node_modules/minimist/test/parse_modified.js diff --git a/docs/api-reference/1_5/node_modules/minimist/test/short.js b/docs/api-reference/v1.5/node_modules/minimist/test/short.js similarity index 100% rename from docs/api-reference/1_5/node_modules/minimist/test/short.js rename to docs/api-reference/v1.5/node_modules/minimist/test/short.js diff --git a/docs/api-reference/1_5/node_modules/minimist/test/whitespace.js b/docs/api-reference/v1.5/node_modules/minimist/test/whitespace.js similarity index 100% rename from docs/api-reference/1_5/node_modules/minimist/test/whitespace.js rename to docs/api-reference/v1.5/node_modules/minimist/test/whitespace.js diff --git a/docs/api-reference/1_5/node_modules/node-static/.npmignore b/docs/api-reference/v1.5/node_modules/node-static/.npmignore similarity index 100% rename from docs/api-reference/1_5/node_modules/node-static/.npmignore rename to docs/api-reference/v1.5/node_modules/node-static/.npmignore diff --git a/docs/api-reference/1_5/node_modules/node-static/LICENSE b/docs/api-reference/v1.5/node_modules/node-static/LICENSE similarity index 100% rename from docs/api-reference/1_5/node_modules/node-static/LICENSE rename to docs/api-reference/v1.5/node_modules/node-static/LICENSE diff --git a/docs/api-reference/1_5/node_modules/node-static/README.md b/docs/api-reference/v1.5/node_modules/node-static/README.md similarity index 100% rename from docs/api-reference/1_5/node_modules/node-static/README.md rename to docs/api-reference/v1.5/node_modules/node-static/README.md diff --git a/docs/api-reference/1_5/node_modules/node-static/benchmark/node-static-0.3.0.txt b/docs/api-reference/v1.5/node_modules/node-static/benchmark/node-static-0.3.0.txt similarity index 100% rename from docs/api-reference/1_5/node_modules/node-static/benchmark/node-static-0.3.0.txt rename to docs/api-reference/v1.5/node_modules/node-static/benchmark/node-static-0.3.0.txt diff --git a/docs/api-reference/1_5/node_modules/node-static/bin/cli.js b/docs/api-reference/v1.5/node_modules/node-static/bin/cli.js similarity index 100% rename from docs/api-reference/1_5/node_modules/node-static/bin/cli.js rename to docs/api-reference/v1.5/node_modules/node-static/bin/cli.js diff --git a/docs/api-reference/1_5/node_modules/node-static/examples/file-server.js b/docs/api-reference/v1.5/node_modules/node-static/examples/file-server.js similarity index 100% rename from docs/api-reference/1_5/node_modules/node-static/examples/file-server.js rename to docs/api-reference/v1.5/node_modules/node-static/examples/file-server.js diff --git a/docs/api-reference/1_5/node_modules/node-static/lib/node-static.js b/docs/api-reference/v1.5/node_modules/node-static/lib/node-static.js similarity index 100% rename from docs/api-reference/1_5/node_modules/node-static/lib/node-static.js rename to docs/api-reference/v1.5/node_modules/node-static/lib/node-static.js diff --git a/docs/api-reference/1_5/node_modules/node-static/lib/node-static/util.js b/docs/api-reference/v1.5/node_modules/node-static/lib/node-static/util.js similarity index 100% rename from docs/api-reference/1_5/node_modules/node-static/lib/node-static/util.js rename to docs/api-reference/v1.5/node_modules/node-static/lib/node-static/util.js diff --git a/docs/api-reference/1_5/node_modules/node-static/package.json b/docs/api-reference/v1.5/node_modules/node-static/package.json similarity index 100% rename from docs/api-reference/1_5/node_modules/node-static/package.json rename to docs/api-reference/v1.5/node_modules/node-static/package.json diff --git a/docs/api-reference/1_5/node_modules/node-static/test/fixtures/empty.css b/docs/api-reference/v1.5/node_modules/node-static/test/fixtures/empty.css similarity index 100% rename from docs/api-reference/1_5/node_modules/node-static/test/fixtures/empty.css rename to docs/api-reference/v1.5/node_modules/node-static/test/fixtures/empty.css diff --git a/docs/api-reference/1_5/node_modules/node-static/test/fixtures/hello.txt b/docs/api-reference/v1.5/node_modules/node-static/test/fixtures/hello.txt similarity index 100% rename from docs/api-reference/1_5/node_modules/node-static/test/fixtures/hello.txt rename to docs/api-reference/v1.5/node_modules/node-static/test/fixtures/hello.txt diff --git a/docs/api-reference/1_5/node_modules/node-static/test/fixtures/index.html b/docs/api-reference/v1.5/node_modules/node-static/test/fixtures/index.html similarity index 100% rename from docs/api-reference/1_5/node_modules/node-static/test/fixtures/index.html rename to docs/api-reference/v1.5/node_modules/node-static/test/fixtures/index.html diff --git a/docs/api-reference/1_5/node_modules/node-static/test/fixtures/there/index.html b/docs/api-reference/v1.5/node_modules/node-static/test/fixtures/there/index.html similarity index 100% rename from docs/api-reference/1_5/node_modules/node-static/test/fixtures/there/index.html rename to docs/api-reference/v1.5/node_modules/node-static/test/fixtures/there/index.html diff --git a/docs/api-reference/1_5/node_modules/node-static/test/integration/node-static-test.js b/docs/api-reference/v1.5/node_modules/node-static/test/integration/node-static-test.js similarity index 100% rename from docs/api-reference/1_5/node_modules/node-static/test/integration/node-static-test.js rename to docs/api-reference/v1.5/node_modules/node-static/test/integration/node-static-test.js diff --git a/docs/api-reference/1_5/node_modules/optimist/LICENSE b/docs/api-reference/v1.5/node_modules/optimist/LICENSE similarity index 100% rename from docs/api-reference/1_5/node_modules/optimist/LICENSE rename to docs/api-reference/v1.5/node_modules/optimist/LICENSE diff --git a/docs/api-reference/1_5/node_modules/optimist/example/bool.js b/docs/api-reference/v1.5/node_modules/optimist/example/bool.js similarity index 100% rename from docs/api-reference/1_5/node_modules/optimist/example/bool.js rename to docs/api-reference/v1.5/node_modules/optimist/example/bool.js diff --git a/docs/api-reference/1_5/node_modules/optimist/example/boolean_double.js b/docs/api-reference/v1.5/node_modules/optimist/example/boolean_double.js similarity index 100% rename from docs/api-reference/1_5/node_modules/optimist/example/boolean_double.js rename to docs/api-reference/v1.5/node_modules/optimist/example/boolean_double.js diff --git a/docs/api-reference/1_5/node_modules/optimist/example/boolean_single.js b/docs/api-reference/v1.5/node_modules/optimist/example/boolean_single.js similarity index 100% rename from docs/api-reference/1_5/node_modules/optimist/example/boolean_single.js rename to docs/api-reference/v1.5/node_modules/optimist/example/boolean_single.js diff --git a/docs/api-reference/1_5/node_modules/optimist/example/default_hash.js b/docs/api-reference/v1.5/node_modules/optimist/example/default_hash.js similarity index 100% rename from docs/api-reference/1_5/node_modules/optimist/example/default_hash.js rename to docs/api-reference/v1.5/node_modules/optimist/example/default_hash.js diff --git a/docs/api-reference/1_5/node_modules/optimist/example/default_singles.js b/docs/api-reference/v1.5/node_modules/optimist/example/default_singles.js similarity index 100% rename from docs/api-reference/1_5/node_modules/optimist/example/default_singles.js rename to docs/api-reference/v1.5/node_modules/optimist/example/default_singles.js diff --git a/docs/api-reference/1_5/node_modules/optimist/example/divide.js b/docs/api-reference/v1.5/node_modules/optimist/example/divide.js similarity index 100% rename from docs/api-reference/1_5/node_modules/optimist/example/divide.js rename to docs/api-reference/v1.5/node_modules/optimist/example/divide.js diff --git a/docs/api-reference/1_5/node_modules/optimist/example/line_count.js b/docs/api-reference/v1.5/node_modules/optimist/example/line_count.js similarity index 100% rename from docs/api-reference/1_5/node_modules/optimist/example/line_count.js rename to docs/api-reference/v1.5/node_modules/optimist/example/line_count.js diff --git a/docs/api-reference/1_5/node_modules/optimist/example/line_count_options.js b/docs/api-reference/v1.5/node_modules/optimist/example/line_count_options.js similarity index 100% rename from docs/api-reference/1_5/node_modules/optimist/example/line_count_options.js rename to docs/api-reference/v1.5/node_modules/optimist/example/line_count_options.js diff --git a/docs/api-reference/1_5/node_modules/optimist/example/line_count_wrap.js b/docs/api-reference/v1.5/node_modules/optimist/example/line_count_wrap.js similarity index 100% rename from docs/api-reference/1_5/node_modules/optimist/example/line_count_wrap.js rename to docs/api-reference/v1.5/node_modules/optimist/example/line_count_wrap.js diff --git a/docs/api-reference/1_5/node_modules/optimist/example/nonopt.js b/docs/api-reference/v1.5/node_modules/optimist/example/nonopt.js similarity index 100% rename from docs/api-reference/1_5/node_modules/optimist/example/nonopt.js rename to docs/api-reference/v1.5/node_modules/optimist/example/nonopt.js diff --git a/docs/api-reference/1_5/node_modules/optimist/example/reflect.js b/docs/api-reference/v1.5/node_modules/optimist/example/reflect.js similarity index 100% rename from docs/api-reference/1_5/node_modules/optimist/example/reflect.js rename to docs/api-reference/v1.5/node_modules/optimist/example/reflect.js diff --git a/docs/api-reference/1_5/node_modules/optimist/example/short.js b/docs/api-reference/v1.5/node_modules/optimist/example/short.js similarity index 100% rename from docs/api-reference/1_5/node_modules/optimist/example/short.js rename to docs/api-reference/v1.5/node_modules/optimist/example/short.js diff --git a/docs/api-reference/1_5/node_modules/optimist/example/string.js b/docs/api-reference/v1.5/node_modules/optimist/example/string.js similarity index 100% rename from docs/api-reference/1_5/node_modules/optimist/example/string.js rename to docs/api-reference/v1.5/node_modules/optimist/example/string.js diff --git a/docs/api-reference/1_5/node_modules/optimist/example/usage-options.js b/docs/api-reference/v1.5/node_modules/optimist/example/usage-options.js similarity index 100% rename from docs/api-reference/1_5/node_modules/optimist/example/usage-options.js rename to docs/api-reference/v1.5/node_modules/optimist/example/usage-options.js diff --git a/docs/api-reference/1_5/node_modules/optimist/example/xup.js b/docs/api-reference/v1.5/node_modules/optimist/example/xup.js similarity index 100% rename from docs/api-reference/1_5/node_modules/optimist/example/xup.js rename to docs/api-reference/v1.5/node_modules/optimist/example/xup.js diff --git a/docs/api-reference/1_5/node_modules/optimist/index.js b/docs/api-reference/v1.5/node_modules/optimist/index.js similarity index 100% rename from docs/api-reference/1_5/node_modules/optimist/index.js rename to docs/api-reference/v1.5/node_modules/optimist/index.js diff --git a/docs/api-reference/1_5/node_modules/optimist/package.json b/docs/api-reference/v1.5/node_modules/optimist/package.json similarity index 100% rename from docs/api-reference/1_5/node_modules/optimist/package.json rename to docs/api-reference/v1.5/node_modules/optimist/package.json diff --git a/docs/api-reference/1_5/node_modules/optimist/readme.markdown b/docs/api-reference/v1.5/node_modules/optimist/readme.markdown similarity index 100% rename from docs/api-reference/1_5/node_modules/optimist/readme.markdown rename to docs/api-reference/v1.5/node_modules/optimist/readme.markdown diff --git a/docs/api-reference/1_5/node_modules/optimist/test/_.js b/docs/api-reference/v1.5/node_modules/optimist/test/_.js similarity index 100% rename from docs/api-reference/1_5/node_modules/optimist/test/_.js rename to docs/api-reference/v1.5/node_modules/optimist/test/_.js diff --git a/docs/api-reference/1_5/node_modules/optimist/test/_/argv.js b/docs/api-reference/v1.5/node_modules/optimist/test/_/argv.js similarity index 100% rename from docs/api-reference/1_5/node_modules/optimist/test/_/argv.js rename to docs/api-reference/v1.5/node_modules/optimist/test/_/argv.js diff --git a/docs/api-reference/1_5/node_modules/optimist/test/_/bin.js b/docs/api-reference/v1.5/node_modules/optimist/test/_/bin.js similarity index 100% rename from docs/api-reference/1_5/node_modules/optimist/test/_/bin.js rename to docs/api-reference/v1.5/node_modules/optimist/test/_/bin.js diff --git a/docs/api-reference/1_5/node_modules/optimist/test/dash.js b/docs/api-reference/v1.5/node_modules/optimist/test/dash.js similarity index 100% rename from docs/api-reference/1_5/node_modules/optimist/test/dash.js rename to docs/api-reference/v1.5/node_modules/optimist/test/dash.js diff --git a/docs/api-reference/1_5/node_modules/optimist/test/parse.js b/docs/api-reference/v1.5/node_modules/optimist/test/parse.js similarity index 100% rename from docs/api-reference/1_5/node_modules/optimist/test/parse.js rename to docs/api-reference/v1.5/node_modules/optimist/test/parse.js diff --git a/docs/api-reference/1_5/node_modules/optimist/test/parse_modified.js b/docs/api-reference/v1.5/node_modules/optimist/test/parse_modified.js similarity index 100% rename from docs/api-reference/1_5/node_modules/optimist/test/parse_modified.js rename to docs/api-reference/v1.5/node_modules/optimist/test/parse_modified.js diff --git a/docs/api-reference/1_5/node_modules/optimist/test/short.js b/docs/api-reference/v1.5/node_modules/optimist/test/short.js similarity index 100% rename from docs/api-reference/1_5/node_modules/optimist/test/short.js rename to docs/api-reference/v1.5/node_modules/optimist/test/short.js diff --git a/docs/api-reference/1_5/node_modules/optimist/test/usage.js b/docs/api-reference/v1.5/node_modules/optimist/test/usage.js similarity index 100% rename from docs/api-reference/1_5/node_modules/optimist/test/usage.js rename to docs/api-reference/v1.5/node_modules/optimist/test/usage.js diff --git a/docs/api-reference/1_5/node_modules/optimist/test/whitespace.js b/docs/api-reference/v1.5/node_modules/optimist/test/whitespace.js similarity index 100% rename from docs/api-reference/1_5/node_modules/optimist/test/whitespace.js rename to docs/api-reference/v1.5/node_modules/optimist/test/whitespace.js diff --git a/docs/api-reference/1_5/node_modules/wordwrap/LICENSE b/docs/api-reference/v1.5/node_modules/wordwrap/LICENSE similarity index 100% rename from docs/api-reference/1_5/node_modules/wordwrap/LICENSE rename to docs/api-reference/v1.5/node_modules/wordwrap/LICENSE diff --git a/docs/api-reference/1_5/node_modules/wordwrap/README.markdown b/docs/api-reference/v1.5/node_modules/wordwrap/README.markdown similarity index 100% rename from docs/api-reference/1_5/node_modules/wordwrap/README.markdown rename to docs/api-reference/v1.5/node_modules/wordwrap/README.markdown diff --git a/docs/api-reference/1_5/node_modules/wordwrap/example/center.js b/docs/api-reference/v1.5/node_modules/wordwrap/example/center.js similarity index 100% rename from docs/api-reference/1_5/node_modules/wordwrap/example/center.js rename to docs/api-reference/v1.5/node_modules/wordwrap/example/center.js diff --git a/docs/api-reference/1_5/node_modules/wordwrap/example/meat.js b/docs/api-reference/v1.5/node_modules/wordwrap/example/meat.js similarity index 100% rename from docs/api-reference/1_5/node_modules/wordwrap/example/meat.js rename to docs/api-reference/v1.5/node_modules/wordwrap/example/meat.js diff --git a/docs/api-reference/1_5/node_modules/wordwrap/index.js b/docs/api-reference/v1.5/node_modules/wordwrap/index.js similarity index 100% rename from docs/api-reference/1_5/node_modules/wordwrap/index.js rename to docs/api-reference/v1.5/node_modules/wordwrap/index.js diff --git a/docs/api-reference/1_5/node_modules/wordwrap/package.json b/docs/api-reference/v1.5/node_modules/wordwrap/package.json similarity index 100% rename from docs/api-reference/1_5/node_modules/wordwrap/package.json rename to docs/api-reference/v1.5/node_modules/wordwrap/package.json diff --git a/docs/api-reference/1_5/node_modules/wordwrap/test/break.js b/docs/api-reference/v1.5/node_modules/wordwrap/test/break.js similarity index 100% rename from docs/api-reference/1_5/node_modules/wordwrap/test/break.js rename to docs/api-reference/v1.5/node_modules/wordwrap/test/break.js diff --git a/docs/api-reference/1_5/node_modules/wordwrap/test/idleness.txt b/docs/api-reference/v1.5/node_modules/wordwrap/test/idleness.txt similarity index 100% rename from docs/api-reference/1_5/node_modules/wordwrap/test/idleness.txt rename to docs/api-reference/v1.5/node_modules/wordwrap/test/idleness.txt diff --git a/docs/api-reference/1_5/node_modules/wordwrap/test/wrap.js b/docs/api-reference/v1.5/node_modules/wordwrap/test/wrap.js similarity index 100% rename from docs/api-reference/1_5/node_modules/wordwrap/test/wrap.js rename to docs/api-reference/v1.5/node_modules/wordwrap/test/wrap.js diff --git a/docs/api-reference/1_5/package.json b/docs/api-reference/v1.5/package.json similarity index 100% rename from docs/api-reference/1_5/package.json rename to docs/api-reference/v1.5/package.json diff --git a/docs/api-reference/1_5/runbrodocs.sh b/docs/api-reference/v1.5/runbrodocs.sh similarity index 100% rename from docs/api-reference/1_5/runbrodocs.sh rename to docs/api-reference/v1.5/runbrodocs.sh diff --git a/docs/api-reference/1_5/scroll.js b/docs/api-reference/v1.5/scroll.js similarity index 100% rename from docs/api-reference/1_5/scroll.js rename to docs/api-reference/v1.5/scroll.js diff --git a/docs/api-reference/1_5/server.js b/docs/api-reference/v1.5/server.js similarity index 100% rename from docs/api-reference/1_5/server.js rename to docs/api-reference/v1.5/server.js diff --git a/docs/api-reference/1_5/stylesheet.css b/docs/api-reference/v1.5/stylesheet.css similarity index 100% rename from docs/api-reference/1_5/stylesheet.css rename to docs/api-reference/v1.5/stylesheet.css diff --git a/docs/api-reference/1_5/tabvisibility.js b/docs/api-reference/v1.5/tabvisibility.js similarity index 100% rename from docs/api-reference/1_5/tabvisibility.js rename to docs/api-reference/v1.5/tabvisibility.js diff --git a/docs/api.md b/docs/api.md index cfc3c32125..7c6ae95e73 100644 --- a/docs/api.md +++ b/docs/api.md @@ -77,7 +77,7 @@ groups*](https://github.com/kubernetes/kubernetes/blob/{{page.githubbranch}}/doc same underlying resources. The API group is specified in a REST path and in the `apiVersion` field of a serialized object. -Currently there are two API groups in use: +Currently there are several API groups in use: 1. the "core" group, which is at REST path `/api/v1` and is not specified as part of the `apiVersion` field, e.g. `apiVersion: v1`. diff --git a/docs/resources-reference/1_5/documents/_generated_apigrouplist_unversioned_concept.md b/docs/resources-reference/1_5/documents/_generated_apigrouplist_unversioned_concept.md deleted file mode 100644 index 30c2b10a97..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_apigrouplist_unversioned_concept.md +++ /dev/null @@ -1,30 +0,0 @@ - - ------------ -# APIGroupList unversioned - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | unversioned | APIGroupList - - - - - - - -APIGroupList is a list of APIGroup, to allow clients to discover the API at /apis. - - - -Field | Description ------------- | ----------- -groups <br /> *[APIGroup](#apigroup-unversioned) array* | groups is a list of APIGroup. - - - - - - diff --git a/docs/resources-reference/1_5/documents/_generated_apigrouplist_unversioned_definition.md b/docs/resources-reference/1_5/documents/_generated_apigrouplist_unversioned_definition.md deleted file mode 100644 index ceec2e96f3..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_apigrouplist_unversioned_definition.md +++ /dev/null @@ -1,16 +0,0 @@ -## APIGroupList unversioned - -Group | Version | Kind ------------- | ---------- | ----------- -Core | unversioned | APIGroupList - - - -APIGroupList is a list of APIGroup, to allow clients to discover the API at /apis. - - - -Field | Description ------------- | ----------- -groups <br /> *[APIGroup](#apigroup-unversioned) array* | groups is a list of APIGroup. - diff --git a/docs/resources-reference/1_5/documents/_generated_binding_v1_concept.md b/docs/resources-reference/1_5/documents/_generated_binding_v1_concept.md deleted file mode 100644 index a25b98f50f..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_binding_v1_concept.md +++ /dev/null @@ -1,31 +0,0 @@ - - ------------ -# Binding v1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | Binding - - - - - - - -Binding ties one object to another. For example, a pod is bound to a node by a scheduler. - - - -Field | Description ------------- | ----------- -metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata -target <br /> *[ObjectReference](#objectreference-v1)* | The target object that you want to bind to the standard object. - - - - - - diff --git a/docs/resources-reference/1_5/documents/_generated_binding_v1_definition.md b/docs/resources-reference/1_5/documents/_generated_binding_v1_definition.md deleted file mode 100644 index 59adcd0427..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_binding_v1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## Binding v1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | Binding - - - -Binding ties one object to another. For example, a pod is bound to a node by a scheduler. - - - -Field | Description ------------- | ----------- -metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata -target <br /> *[ObjectReference](#objectreference-v1)* | The target object that you want to bind to the standard object. - diff --git a/docs/resources-reference/1_5/documents/_generated_certificatesigningrequestlist_v1alpha1_definition.md b/docs/resources-reference/1_5/documents/_generated_certificatesigningrequestlist_v1alpha1_definition.md deleted file mode 100644 index 51c4e6f342..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_certificatesigningrequestlist_v1alpha1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## CertificateSigningRequestList v1alpha1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1alpha1 | CertificateSigningRequestList - - - - - - - -Field | Description ------------- | ----------- -items <br /> *[CertificateSigningRequest](#certificatesigningrequest-v1alpha1) array* | -metadata <br /> *[ListMeta](#listmeta-unversioned)* | - diff --git a/docs/resources-reference/1_5/documents/_generated_clusterrole_v1alpha1_concept.md b/docs/resources-reference/1_5/documents/_generated_clusterrole_v1alpha1_concept.md deleted file mode 100644 index 1704c0726c..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_clusterrole_v1alpha1_concept.md +++ /dev/null @@ -1,41 +0,0 @@ - - ------------ -# ClusterRole v1alpha1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1alpha1 | ClusterRole - - - - - - - -ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding. - -<aside class="notice"> -Appears In <a href="#clusterrolelist-v1alpha1">ClusterRoleList</a> </aside> - -Field | Description ------------- | ----------- -metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. -rules <br /> *[PolicyRule](#policyrule-v1alpha1) array* | Rules holds all the PolicyRules for this ClusterRole - - -### ClusterRoleList v1alpha1 - - - -Field | Description ------------- | ----------- -items <br /> *[ClusterRole](#clusterrole-v1alpha1) array* | Items is a list of ClusterRoles -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. - - - - - diff --git a/docs/resources-reference/1_5/documents/_generated_clusterrolebindinglist_v1alpha1_concept.md b/docs/resources-reference/1_5/documents/_generated_clusterrolebindinglist_v1alpha1_concept.md deleted file mode 100644 index 68e0b478c2..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_clusterrolebindinglist_v1alpha1_concept.md +++ /dev/null @@ -1,31 +0,0 @@ - - ------------ -# ClusterRoleBindingList v1alpha1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1alpha1 | ClusterRoleBindingList - - - - - - - -ClusterRoleBindingList is a collection of ClusterRoleBindings - - - -Field | Description ------------- | ----------- -items <br /> *[ClusterRoleBinding](#clusterrolebinding-v1alpha1) array* | Items is a list of ClusterRoleBindings -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. - - - - - - diff --git a/docs/resources-reference/1_5/documents/_generated_clusterrolebindinglist_v1alpha1_definition.md b/docs/resources-reference/1_5/documents/_generated_clusterrolebindinglist_v1alpha1_definition.md deleted file mode 100644 index 8cb35e443f..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_clusterrolebindinglist_v1alpha1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## ClusterRoleBindingList v1alpha1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1alpha1 | ClusterRoleBindingList - - - -ClusterRoleBindingList is a collection of ClusterRoleBindings - - - -Field | Description ------------- | ----------- -items <br /> *[ClusterRoleBinding](#clusterrolebinding-v1alpha1) array* | Items is a list of ClusterRoleBindings -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. - diff --git a/docs/resources-reference/1_5/documents/_generated_clusterrolelist_v1alpha1_concept.md b/docs/resources-reference/1_5/documents/_generated_clusterrolelist_v1alpha1_concept.md deleted file mode 100644 index fc2468dc6e..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_clusterrolelist_v1alpha1_concept.md +++ /dev/null @@ -1,31 +0,0 @@ - - ------------ -# ClusterRoleList v1alpha1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1alpha1 | ClusterRoleList - - - - - - - -ClusterRoleList is a collection of ClusterRoles - - - -Field | Description ------------- | ----------- -items <br /> *[ClusterRole](#clusterrole-v1alpha1) array* | Items is a list of ClusterRoles -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. - - - - - - diff --git a/docs/resources-reference/1_5/documents/_generated_clusterrolelist_v1alpha1_definition.md b/docs/resources-reference/1_5/documents/_generated_clusterrolelist_v1alpha1_definition.md deleted file mode 100644 index de3b45bd16..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_clusterrolelist_v1alpha1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## ClusterRoleList v1alpha1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1alpha1 | ClusterRoleList - - - -ClusterRoleList is a collection of ClusterRoles - - - -Field | Description ------------- | ----------- -items <br /> *[ClusterRole](#clusterrole-v1alpha1) array* | Items is a list of ClusterRoles -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. - diff --git a/docs/resources-reference/1_5/documents/_generated_componentstatus_v1_concept.md b/docs/resources-reference/1_5/documents/_generated_componentstatus_v1_concept.md deleted file mode 100644 index d03596d082..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_componentstatus_v1_concept.md +++ /dev/null @@ -1,41 +0,0 @@ - - ------------ -# ComponentStatus v1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | ComponentStatus - - - - - - - -ComponentStatus (and ComponentStatusList) holds the cluster validation info. - -<aside class="notice"> -Appears In <a href="#componentstatuslist-v1">ComponentStatusList</a> </aside> - -Field | Description ------------- | ----------- -conditions <br /> *[ComponentCondition](#componentcondition-v1) array* | List of component conditions observed -metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata - - -### ComponentStatusList v1 - - - -Field | Description ------------- | ----------- -items <br /> *[ComponentStatus](#componentstatus-v1) array* | List of ComponentStatus objects. -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds - - - - - diff --git a/docs/resources-reference/1_5/documents/_generated_componentstatuslist_v1_concept.md b/docs/resources-reference/1_5/documents/_generated_componentstatuslist_v1_concept.md deleted file mode 100644 index 812ce55079..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_componentstatuslist_v1_concept.md +++ /dev/null @@ -1,31 +0,0 @@ - - ------------ -# ComponentStatusList v1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | ComponentStatusList - - - - - - - -Status of all the conditions for the component as a list of ComponentStatus objects. - - - -Field | Description ------------- | ----------- -items <br /> *[ComponentStatus](#componentstatus-v1) array* | List of ComponentStatus objects. -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds - - - - - - diff --git a/docs/resources-reference/1_5/documents/_generated_componentstatuslist_v1_definition.md b/docs/resources-reference/1_5/documents/_generated_componentstatuslist_v1_definition.md deleted file mode 100644 index b1944475b2..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_componentstatuslist_v1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## ComponentStatusList v1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | ComponentStatusList - - - -Status of all the conditions for the component as a list of ComponentStatus objects. - - - -Field | Description ------------- | ----------- -items <br /> *[ComponentStatus](#componentstatus-v1) array* | List of ComponentStatus objects. -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds - diff --git a/docs/resources-reference/1_5/documents/_generated_configmap_v1_concept.md b/docs/resources-reference/1_5/documents/_generated_configmap_v1_concept.md deleted file mode 100644 index dc1110f7e0..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_configmap_v1_concept.md +++ /dev/null @@ -1,41 +0,0 @@ - - ------------ -# ConfigMap v1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | ConfigMap - - - - - - - -ConfigMap holds configuration data for pods to consume. - -<aside class="notice"> -Appears In <a href="#configmaplist-v1">ConfigMapList</a> </aside> - -Field | Description ------------- | ----------- -data <br /> *object* | Data contains the configuration data. Each key must be a valid DNS_SUBDOMAIN with an optional leading dot. -metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata - - -### ConfigMapList v1 - - - -Field | Description ------------- | ----------- -items <br /> *[ConfigMap](#configmap-v1) array* | Items is the list of ConfigMaps. -metadata <br /> *[ListMeta](#listmeta-unversioned)* | More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata - - - - - diff --git a/docs/resources-reference/1_5/documents/_generated_configmaplist_v1_concept.md b/docs/resources-reference/1_5/documents/_generated_configmaplist_v1_concept.md deleted file mode 100644 index cb63a2e0ef..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_configmaplist_v1_concept.md +++ /dev/null @@ -1,31 +0,0 @@ - - ------------ -# ConfigMapList v1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | ConfigMapList - - - - - - - -ConfigMapList is a resource containing a list of ConfigMap objects. - - - -Field | Description ------------- | ----------- -items <br /> *[ConfigMap](#configmap-v1) array* | Items is the list of ConfigMaps. -metadata <br /> *[ListMeta](#listmeta-unversioned)* | More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata - - - - - - diff --git a/docs/resources-reference/1_5/documents/_generated_configmaplist_v1_definition.md b/docs/resources-reference/1_5/documents/_generated_configmaplist_v1_definition.md deleted file mode 100644 index 1e88bdb0d7..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_configmaplist_v1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## ConfigMapList v1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | ConfigMapList - - - -ConfigMapList is a resource containing a list of ConfigMap objects. - - - -Field | Description ------------- | ----------- -items <br /> *[ConfigMap](#configmap-v1) array* | Items is the list of ConfigMaps. -metadata <br /> *[ListMeta](#listmeta-unversioned)* | More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata - diff --git a/docs/resources-reference/1_5/documents/_generated_cronjoblist_v2alpha1_concept.md b/docs/resources-reference/1_5/documents/_generated_cronjoblist_v2alpha1_concept.md deleted file mode 100644 index b77f09d318..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_cronjoblist_v2alpha1_concept.md +++ /dev/null @@ -1,31 +0,0 @@ - - ------------ -# CronJobList v2alpha1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v2alpha1 | CronJobList - - - - - - - -CronJobList is a collection of cron jobs. - - - -Field | Description ------------- | ----------- -items <br /> *[CronJob](#cronjob-v2alpha1) array* | Items is the list of CronJob. -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata - - - - - - diff --git a/docs/resources-reference/1_5/documents/_generated_cronjoblist_v2alpha1_definition.md b/docs/resources-reference/1_5/documents/_generated_cronjoblist_v2alpha1_definition.md deleted file mode 100644 index bc440f14da..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_cronjoblist_v2alpha1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## CronJobList v2alpha1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v2alpha1 | CronJobList - - - -CronJobList is a collection of cron jobs. - - - -Field | Description ------------- | ----------- -items <br /> *[CronJob](#cronjob-v2alpha1) array* | Items is the list of CronJob. -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata - diff --git a/docs/resources-reference/1_5/documents/_generated_daemonsetlist_v1beta1_concept.md b/docs/resources-reference/1_5/documents/_generated_daemonsetlist_v1beta1_concept.md deleted file mode 100644 index c22521c81e..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_daemonsetlist_v1beta1_concept.md +++ /dev/null @@ -1,31 +0,0 @@ - - ------------ -# DaemonSetList v1beta1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1beta1 | DaemonSetList - - - - - - - -DaemonSetList is a collection of daemon sets. - - - -Field | Description ------------- | ----------- -items <br /> *[DaemonSet](#daemonset-v1beta1) array* | Items is a list of daemon sets. -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata - - - - - - diff --git a/docs/resources-reference/1_5/documents/_generated_daemonsetlist_v1beta1_definition.md b/docs/resources-reference/1_5/documents/_generated_daemonsetlist_v1beta1_definition.md deleted file mode 100644 index 8ccfbfd6bd..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_daemonsetlist_v1beta1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## DaemonSetList v1beta1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1beta1 | DaemonSetList - - - -DaemonSetList is a collection of daemon sets. - - - -Field | Description ------------- | ----------- -items <br /> *[DaemonSet](#daemonset-v1beta1) array* | Items is a list of daemon sets. -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata - diff --git a/docs/resources-reference/1_5/documents/_generated_deploymentlist_v1beta1_concept.md b/docs/resources-reference/1_5/documents/_generated_deploymentlist_v1beta1_concept.md deleted file mode 100644 index d52e0cd593..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_deploymentlist_v1beta1_concept.md +++ /dev/null @@ -1,31 +0,0 @@ - - ------------ -# DeploymentList v1beta1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1beta1 | DeploymentList - - - - - - - -DeploymentList is a list of Deployments. - - - -Field | Description ------------- | ----------- -items <br /> *[Deployment](#deployment-v1beta1) array* | Items is the list of Deployments. -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. - - - - - - diff --git a/docs/resources-reference/1_5/documents/_generated_deploymentlist_v1beta1_definition.md b/docs/resources-reference/1_5/documents/_generated_deploymentlist_v1beta1_definition.md deleted file mode 100644 index ade93da4a1..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_deploymentlist_v1beta1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## DeploymentList v1beta1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1beta1 | DeploymentList - - - -DeploymentList is a list of Deployments. - - - -Field | Description ------------- | ----------- -items <br /> *[Deployment](#deployment-v1beta1) array* | Items is the list of Deployments. -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. - diff --git a/docs/resources-reference/1_5/documents/_generated_deploymentrollback_v1beta1_concept.md b/docs/resources-reference/1_5/documents/_generated_deploymentrollback_v1beta1_concept.md deleted file mode 100644 index 2aba30d0ca..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_deploymentrollback_v1beta1_concept.md +++ /dev/null @@ -1,32 +0,0 @@ - - ------------ -# DeploymentRollback v1beta1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1beta1 | DeploymentRollback - - - - - - - -DeploymentRollback stores the information required to rollback a deployment. - - - -Field | Description ------------- | ----------- -name <br /> *string* | Required: This must match the Name of a deployment. -rollbackTo <br /> *[RollbackConfig](#rollbackconfig-v1beta1)* | The config of this deployment rollback. -updatedAnnotations <br /> *object* | The annotations to be updated to a deployment - - - - - - diff --git a/docs/resources-reference/1_5/documents/_generated_deploymentrollback_v1beta1_definition.md b/docs/resources-reference/1_5/documents/_generated_deploymentrollback_v1beta1_definition.md deleted file mode 100644 index 488a27e29f..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_deploymentrollback_v1beta1_definition.md +++ /dev/null @@ -1,18 +0,0 @@ -## DeploymentRollback v1beta1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1beta1 | DeploymentRollback - - - -DeploymentRollback stores the information required to rollback a deployment. - - - -Field | Description ------------- | ----------- -name <br /> *string* | Required: This must match the Name of a deployment. -rollbackTo <br /> *[RollbackConfig](#rollbackconfig-v1beta1)* | The config of this deployment rollback. -updatedAnnotations <br /> *object* | The annotations to be updated to a deployment - diff --git a/docs/resources-reference/1_5/documents/_generated_endpointslist_v1_definition.md b/docs/resources-reference/1_5/documents/_generated_endpointslist_v1_definition.md deleted file mode 100644 index af940aa424..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_endpointslist_v1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## EndpointsList v1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | EndpointsList - - - -EndpointsList is a list of endpoints. - - - -Field | Description ------------- | ----------- -items <br /> *[Endpoints](#endpoints-v1) array* | List of endpoints. -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds - diff --git a/docs/resources-reference/1_5/documents/_generated_eventlist_v1_definition.md b/docs/resources-reference/1_5/documents/_generated_eventlist_v1_definition.md deleted file mode 100644 index cd4442b41e..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_eventlist_v1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## EventList v1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | EventList - - - -EventList is a list of events. - - - -Field | Description ------------- | ----------- -items <br /> *[Event](#event-v1) array* | List of events -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds - diff --git a/docs/resources-reference/1_5/documents/_generated_horizontalpodautoscalerlist_v1beta1_concept.md b/docs/resources-reference/1_5/documents/_generated_horizontalpodautoscalerlist_v1beta1_concept.md deleted file mode 100644 index 41af694354..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_horizontalpodautoscalerlist_v1beta1_concept.md +++ /dev/null @@ -1,31 +0,0 @@ - - ------------ -# HorizontalPodAutoscalerList v1beta1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1beta1 | HorizontalPodAutoscalerList - - - - -<aside class="notice">Other api versions of this object exist: <a href="#horizontalpodautoscalerlist-v1">v1</a> </aside> - - -list of horizontal pod autoscaler objects. - - - -Field | Description ------------- | ----------- -items <br /> *[HorizontalPodAutoscaler](#horizontalpodautoscaler-v1beta1) array* | list of horizontal pod autoscaler objects. -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. - - - - - - diff --git a/docs/resources-reference/1_5/documents/_generated_horizontalpodautoscalerlist_v1beta1_definition.md b/docs/resources-reference/1_5/documents/_generated_horizontalpodautoscalerlist_v1beta1_definition.md deleted file mode 100644 index 0ed9e6031b..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_horizontalpodautoscalerlist_v1beta1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## HorizontalPodAutoscalerList v1beta1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1beta1 | HorizontalPodAutoscalerList - -<aside class="notice">Other api versions of this object exist: <a href="#horizontalpodautoscalerlist-v1">v1</a> </aside> - -list of horizontal pod autoscaler objects. - - - -Field | Description ------------- | ----------- -items <br /> *[HorizontalPodAutoscaler](#horizontalpodautoscaler-v1beta1) array* | list of horizontal pod autoscaler objects. -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. - diff --git a/docs/resources-reference/1_5/documents/_generated_ingresslist_v1beta1_concept.md b/docs/resources-reference/1_5/documents/_generated_ingresslist_v1beta1_concept.md deleted file mode 100644 index 299114a699..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_ingresslist_v1beta1_concept.md +++ /dev/null @@ -1,31 +0,0 @@ - - ------------ -# IngressList v1beta1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1beta1 | IngressList - - - - - - - -IngressList is a collection of Ingress. - - - -Field | Description ------------- | ----------- -items <br /> *[Ingress](#ingress-v1beta1) array* | Items is the list of Ingress. -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata - - - - - - diff --git a/docs/resources-reference/1_5/documents/_generated_ingresslist_v1beta1_definition.md b/docs/resources-reference/1_5/documents/_generated_ingresslist_v1beta1_definition.md deleted file mode 100644 index b2f5d47f25..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_ingresslist_v1beta1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## IngressList v1beta1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1beta1 | IngressList - - - -IngressList is a collection of Ingress. - - - -Field | Description ------------- | ----------- -items <br /> *[Ingress](#ingress-v1beta1) array* | Items is the list of Ingress. -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata - diff --git a/docs/resources-reference/1_5/documents/_generated_ingressstatus_v1beta1_concept.md b/docs/resources-reference/1_5/documents/_generated_ingressstatus_v1beta1_concept.md deleted file mode 100644 index 72ed1a6634..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_ingressstatus_v1beta1_concept.md +++ /dev/null @@ -1,31 +0,0 @@ - - ------------ -# IngressStatus v1beta1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1beta1 | IngressStatus - - - - - - - -IngressStatus describe the current state of the Ingress. - -<aside class="notice"> -Appears In <a href="#ingress-v1beta1">Ingress</a> </aside> - -Field | Description ------------- | ----------- -loadBalancer <br /> *[LoadBalancerStatus](#loadbalancerstatus-v1)* | LoadBalancer contains the current status of the load-balancer. - - - - - - diff --git a/docs/resources-reference/1_5/documents/_generated_joblist_v1_definition.md b/docs/resources-reference/1_5/documents/_generated_joblist_v1_definition.md deleted file mode 100644 index 7b34e34cf7..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_joblist_v1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## JobList v1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | JobList - -<aside class="notice">Other api versions of this object exist: <a href="#joblist-v1beta1">v1beta1</a> <a href="#joblist-v2alpha1">v2alpha1</a> </aside> - -JobList is a collection of jobs. - - - -Field | Description ------------- | ----------- -items <br /> *[Job](#job-v1) array* | Items is the list of Job. -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata - diff --git a/docs/resources-reference/1_5/documents/_generated_joblist_v1beta1_concept.md b/docs/resources-reference/1_5/documents/_generated_joblist_v1beta1_concept.md deleted file mode 100644 index 14466b13cd..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_joblist_v1beta1_concept.md +++ /dev/null @@ -1,31 +0,0 @@ - - ------------ -# JobList v1beta1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1beta1 | JobList - - - - -<aside class="notice">Other api versions of this object exist: <a href="#joblist-v1">v1</a> <a href="#joblist-v2alpha1">v2alpha1</a> </aside> - - -JobList is a collection of jobs. DEPRECATED: extensions/v1beta1.JobList is deprecated, use batch/v1.JobList instead. - - - -Field | Description ------------- | ----------- -items <br /> *[Job](#job-v1beta1) array* | Items is the list of Job. -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata - - - - - - diff --git a/docs/resources-reference/1_5/documents/_generated_joblist_v2alpha1_definition.md b/docs/resources-reference/1_5/documents/_generated_joblist_v2alpha1_definition.md deleted file mode 100644 index 5ebcfd1a5c..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_joblist_v2alpha1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## JobList v2alpha1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v2alpha1 | JobList - -<aside class="notice">Other api versions of this object exist: <a href="#joblist-v1">v1</a> <a href="#joblist-v1beta1">v1beta1</a> </aside> - -JobList is a collection of jobs. - - - -Field | Description ------------- | ----------- -items <br /> *[Job](#job-v2alpha1) array* | Items is the list of Job. -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata - diff --git a/docs/resources-reference/1_5/documents/_generated_jobstatus_v1_concept.md b/docs/resources-reference/1_5/documents/_generated_jobstatus_v1_concept.md deleted file mode 100644 index b1c7bb39f6..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_jobstatus_v1_concept.md +++ /dev/null @@ -1,36 +0,0 @@ - - ------------ -# JobStatus v1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | JobStatus - - - - -<aside class="notice">Other api versions of this object exist: <a href="#jobstatus-v1beta1">v1beta1</a> <a href="#jobstatus-v2alpha1">v2alpha1</a> </aside> - - -JobStatus represents the current state of a Job. - -<aside class="notice"> -Appears In <a href="#job-v1">Job</a> </aside> - -Field | Description ------------- | ----------- -active <br /> *integer* | Active is the number of actively running pods. -completionTime <br /> *[Time](#time-unversioned)* | CompletionTime represents time when the job was completed. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC. -conditions <br /> *[JobCondition](#jobcondition-v1) array* | Conditions represent the latest available observations of an object's current state. More info: http://kubernetes.io/docs/user-guide/jobs -failed <br /> *integer* | Failed is the number of pods which reached Phase Failed. -startTime <br /> *[Time](#time-unversioned)* | StartTime represents time when the job was acknowledged by the Job Manager. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC. -succeeded <br /> *integer* | Succeeded is the number of pods which reached Phase Succeeded. - - - - - - diff --git a/docs/resources-reference/1_5/documents/_generated_jobstatus_v1beta1_concept.md b/docs/resources-reference/1_5/documents/_generated_jobstatus_v1beta1_concept.md deleted file mode 100644 index 6d31facbaa..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_jobstatus_v1beta1_concept.md +++ /dev/null @@ -1,36 +0,0 @@ - - ------------ -# JobStatus v1beta1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1beta1 | JobStatus - - - - -<aside class="notice">Other api versions of this object exist: <a href="#jobstatus-v1">v1</a> <a href="#jobstatus-v2alpha1">v2alpha1</a> </aside> - - -JobStatus represents the current state of a Job. - -<aside class="notice"> -Appears In <a href="#job-v1beta1">Job</a> </aside> - -Field | Description ------------- | ----------- -active <br /> *integer* | Active is the number of actively running pods. -completionTime <br /> *[Time](#time-unversioned)* | CompletionTime represents time when the job was completed. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC. -conditions <br /> *[JobCondition](#jobcondition-v1beta1) array* | Conditions represent the latest available observations of an object's current state. More info: http://kubernetes.io/docs/user-guide/jobs -failed <br /> *integer* | Failed is the number of pods which reached Phase Failed. -startTime <br /> *[Time](#time-unversioned)* | StartTime represents time when the job was acknowledged by the Job Manager. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC. -succeeded <br /> *integer* | Succeeded is the number of pods which reached Phase Succeeded. - - - - - - diff --git a/docs/resources-reference/1_5/documents/_generated_limitrangelist_v1_concept.md b/docs/resources-reference/1_5/documents/_generated_limitrangelist_v1_concept.md deleted file mode 100644 index 9e66bd28bb..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_limitrangelist_v1_concept.md +++ /dev/null @@ -1,31 +0,0 @@ - - ------------ -# LimitRangeList v1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | LimitRangeList - - - - - - - -LimitRangeList is a list of LimitRange items. - - - -Field | Description ------------- | ----------- -items <br /> *[LimitRange](#limitrange-v1) array* | Items is a list of LimitRange objects. More info: http://releases.k8s.io/HEAD/docs/design/admission_control_limit_range.md -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds - - - - - - diff --git a/docs/resources-reference/1_5/documents/_generated_limitrangelist_v1_definition.md b/docs/resources-reference/1_5/documents/_generated_limitrangelist_v1_definition.md deleted file mode 100644 index f2246e916c..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_limitrangelist_v1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## LimitRangeList v1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | LimitRangeList - - - -LimitRangeList is a list of LimitRange items. - - - -Field | Description ------------- | ----------- -items <br /> *[LimitRange](#limitrange-v1) array* | Items is a list of LimitRange objects. More info: http://releases.k8s.io/HEAD/docs/design/admission_control_limit_range.md -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds - diff --git a/docs/resources-reference/1_5/documents/_generated_namespacelist_v1_concept.md b/docs/resources-reference/1_5/documents/_generated_namespacelist_v1_concept.md deleted file mode 100644 index f02292c8d2..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_namespacelist_v1_concept.md +++ /dev/null @@ -1,31 +0,0 @@ - - ------------ -# NamespaceList v1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | NamespaceList - - - - - - - -NamespaceList is a list of Namespaces. - - - -Field | Description ------------- | ----------- -items <br /> *[Namespace](#namespace-v1) array* | Items is the list of Namespace objects in the list. More info: http://kubernetes.io/docs/user-guide/namespaces -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds - - - - - - diff --git a/docs/resources-reference/1_5/documents/_generated_namespacelist_v1_definition.md b/docs/resources-reference/1_5/documents/_generated_namespacelist_v1_definition.md deleted file mode 100644 index 6fc4a2890a..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_namespacelist_v1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## NamespaceList v1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | NamespaceList - - - -NamespaceList is a list of Namespaces. - - - -Field | Description ------------- | ----------- -items <br /> *[Namespace](#namespace-v1) array* | Items is the list of Namespace objects in the list. More info: http://kubernetes.io/docs/user-guide/namespaces -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds - diff --git a/docs/resources-reference/1_5/documents/_generated_networkpolicy_v1beta1_definition.md b/docs/resources-reference/1_5/documents/_generated_networkpolicy_v1beta1_definition.md deleted file mode 100644 index 173ab3c143..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_networkpolicy_v1beta1_definition.md +++ /dev/null @@ -1,18 +0,0 @@ -## NetworkPolicy v1beta1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1beta1 | NetworkPolicy - - - - - -<aside class="notice"> -Appears In <a href="#networkpolicylist-v1beta1">NetworkPolicyList</a> </aside> - -Field | Description ------------- | ----------- -metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata -spec <br /> *[NetworkPolicySpec](#networkpolicyspec-v1beta1)* | Specification of the desired behavior for this NetworkPolicy. - diff --git a/docs/resources-reference/1_5/documents/_generated_networkpolicylist_v1beta1_concept.md b/docs/resources-reference/1_5/documents/_generated_networkpolicylist_v1beta1_concept.md deleted file mode 100644 index ed3eeaa240..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_networkpolicylist_v1beta1_concept.md +++ /dev/null @@ -1,31 +0,0 @@ - - ------------ -# NetworkPolicyList v1beta1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1beta1 | NetworkPolicyList - - - - - - - -Network Policy List is a list of NetworkPolicy objects. - - - -Field | Description ------------- | ----------- -items <br /> *[NetworkPolicy](#networkpolicy-v1beta1) array* | Items is a list of schema objects. -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata - - - - - - diff --git a/docs/resources-reference/1_5/documents/_generated_networkpolicylist_v1beta1_definition.md b/docs/resources-reference/1_5/documents/_generated_networkpolicylist_v1beta1_definition.md deleted file mode 100644 index b85720ac6b..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_networkpolicylist_v1beta1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## NetworkPolicyList v1beta1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1beta1 | NetworkPolicyList - - - -Network Policy List is a list of NetworkPolicy objects. - - - -Field | Description ------------- | ----------- -items <br /> *[NetworkPolicy](#networkpolicy-v1beta1) array* | Items is a list of schema objects. -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata - diff --git a/docs/resources-reference/1_5/documents/_generated_nodelist_v1_concept.md b/docs/resources-reference/1_5/documents/_generated_nodelist_v1_concept.md deleted file mode 100644 index 29e6b7468b..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_nodelist_v1_concept.md +++ /dev/null @@ -1,31 +0,0 @@ - - ------------ -# NodeList v1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | NodeList - - - - - - - -NodeList is the whole list of all Nodes which have been registered with master. - - - -Field | Description ------------- | ----------- -items <br /> *[Node](#node-v1) array* | List of nodes -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds - - - - - - diff --git a/docs/resources-reference/1_5/documents/_generated_nodelist_v1_definition.md b/docs/resources-reference/1_5/documents/_generated_nodelist_v1_definition.md deleted file mode 100644 index 498c387346..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_nodelist_v1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## NodeList v1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | NodeList - - - -NodeList is the whole list of all Nodes which have been registered with master. - - - -Field | Description ------------- | ----------- -items <br /> *[Node](#node-v1) array* | List of nodes -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds - diff --git a/docs/resources-reference/1_5/documents/_generated_persistentvolume_v1_concept.md b/docs/resources-reference/1_5/documents/_generated_persistentvolume_v1_concept.md deleted file mode 100644 index 7f295fdb54..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_persistentvolume_v1_concept.md +++ /dev/null @@ -1,65 +0,0 @@ - - ------------ -# PersistentVolume v1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | PersistentVolume - - -<aside class="notice">These are assigned to <a href="#pod-v1">Pods</a> using <a href="#persistentvolumeclaim-v1">PersistentVolumeClaims</a>.</aside> - - - - -PersistentVolume (PV) is a storage resource provisioned by an administrator. It is analogous to a node. More info: http://kubernetes.io/docs/user-guide/persistent-volumes - -<aside class="notice"> -Appears In <a href="#persistentvolumelist-v1">PersistentVolumeList</a> </aside> - -Field | Description ------------- | ----------- -metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata -spec <br /> *[PersistentVolumeSpec](#persistentvolumespec-v1)* | Spec defines a specification of a persistent volume owned by the cluster. Provisioned by an administrator. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistent-volumes -status <br /> *[PersistentVolumeStatus](#persistentvolumestatus-v1)* | Status represents the current information/status for the persistent volume. Populated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistent-volumes - - -### PersistentVolumeSpec v1 - -<aside class="notice"> -Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside> - -Field | Description ------------- | ----------- -accessModes <br /> *string array* | AccessModes contains all ways the volume can be mounted. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes -capacity <br /> *object* | A description of the persistent volume's resources and capacity. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#capacity -claimRef <br /> *[ObjectReference](#objectreference-v1)* | ClaimRef is part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim. Expected to be non-nil when bound. claim.VolumeName is the authoritative bind between PV and PVC. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#binding -persistentVolumeReclaimPolicy <br /> *string* | What happens to a persistent volume when released from its claim. Valid options are Retain (default) and Recycle. Recycling must be supported by the volume plugin underlying this persistent volume. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#recycling-policy - -### PersistentVolumeStatus v1 - -<aside class="notice"> -Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside> - -Field | Description ------------- | ----------- -message <br /> *string* | A human-readable message indicating details about why the volume is in this state. -phase <br /> *string* | Phase indicates if a volume is available, bound to a claim, or released by a claim. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#phase -reason <br /> *string* | Reason is a brief CamelCase string that describes any failure and is meant for machine parsing and tidy display in the CLI. - -### PersistentVolumeList v1 - - - -Field | Description ------------- | ----------- -items <br /> *[PersistentVolume](#persistentvolume-v1) array* | List of persistent volumes. More info: http://kubernetes.io/docs/user-guide/persistent-volumes -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds - - - - - diff --git a/docs/resources-reference/1_5/documents/_generated_persistentvolumelist_v1_definition.md b/docs/resources-reference/1_5/documents/_generated_persistentvolumelist_v1_definition.md deleted file mode 100644 index 86133472c9..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_persistentvolumelist_v1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## PersistentVolumeList v1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | PersistentVolumeList - - - -PersistentVolumeList is a list of PersistentVolume items. - - - -Field | Description ------------- | ----------- -items <br /> *[PersistentVolume](#persistentvolume-v1) array* | List of persistent volumes. More info: http://kubernetes.io/docs/user-guide/persistent-volumes -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds - diff --git a/docs/resources-reference/1_5/documents/_generated_persistentvolumespec_v1_concept.md b/docs/resources-reference/1_5/documents/_generated_persistentvolumespec_v1_concept.md deleted file mode 100644 index 5fa83806ee..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_persistentvolumespec_v1_concept.md +++ /dev/null @@ -1,34 +0,0 @@ - - ------------ -# PersistentVolumeSpec v1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | PersistentVolumeSpec - - - - - - - -PersistentVolumeSpec is the specification of a persistent volume. - -<aside class="notice"> -Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside> - -Field | Description ------------- | ----------- -accessModes <br /> *string array* | AccessModes contains all ways the volume can be mounted. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes -capacity <br /> *object* | A description of the persistent volume's resources and capacity. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#capacity -claimRef <br /> *[ObjectReference](#objectreference-v1)* | ClaimRef is part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim. Expected to be non-nil when bound. claim.VolumeName is the authoritative bind between PV and PVC. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#binding -persistentVolumeReclaimPolicy <br /> *string* | What happens to a persistent volume when released from its claim. Valid options are Retain (default) and Recycle. Recycling must be supported by the volume plugin underlying this persistent volume. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#recycling-policy - - - - - - diff --git a/docs/resources-reference/1_5/documents/_generated_persistentvolumespec_v1_definition.md b/docs/resources-reference/1_5/documents/_generated_persistentvolumespec_v1_definition.md deleted file mode 100644 index f84aade0ef..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_persistentvolumespec_v1_definition.md +++ /dev/null @@ -1,20 +0,0 @@ -## PersistentVolumeSpec v1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | PersistentVolumeSpec - - - -PersistentVolumeSpec is the specification of a persistent volume. - -<aside class="notice"> -Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside> - -Field | Description ------------- | ----------- -accessModes <br /> *string array* | AccessModes contains all ways the volume can be mounted. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes -capacity <br /> *object* | A description of the persistent volume's resources and capacity. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#capacity -claimRef <br /> *[ObjectReference](#objectreference-v1)* | ClaimRef is part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim. Expected to be non-nil when bound. claim.VolumeName is the authoritative bind between PV and PVC. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#binding -persistentVolumeReclaimPolicy <br /> *string* | What happens to a persistent volume when released from its claim. Valid options are Retain (default) and Recycle. Recycling must be supported by the volume plugin underlying this persistent volume. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#recycling-policy - diff --git a/docs/resources-reference/1_5/documents/_generated_poddisruptionbudgetlist_v1beta1_concept.md b/docs/resources-reference/1_5/documents/_generated_poddisruptionbudgetlist_v1beta1_concept.md deleted file mode 100644 index 8f3fb74836..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_poddisruptionbudgetlist_v1beta1_concept.md +++ /dev/null @@ -1,31 +0,0 @@ - - ------------ -# PodDisruptionBudgetList v1beta1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1beta1 | PodDisruptionBudgetList - - - - - - - -PodDisruptionBudgetList is a collection of PodDisruptionBudgets. - - - -Field | Description ------------- | ----------- -items <br /> *[PodDisruptionBudget](#poddisruptionbudget-v1beta1) array* | -metadata <br /> *[ListMeta](#listmeta-unversioned)* | - - - - - - diff --git a/docs/resources-reference/1_5/documents/_generated_poddisruptionbudgetlist_v1beta1_definition.md b/docs/resources-reference/1_5/documents/_generated_poddisruptionbudgetlist_v1beta1_definition.md deleted file mode 100644 index ec5c11604a..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_poddisruptionbudgetlist_v1beta1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## PodDisruptionBudgetList v1beta1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1beta1 | PodDisruptionBudgetList - - - -PodDisruptionBudgetList is a collection of PodDisruptionBudgets. - - - -Field | Description ------------- | ----------- -items <br /> *[PodDisruptionBudget](#poddisruptionbudget-v1beta1) array* | -metadata <br /> *[ListMeta](#listmeta-unversioned)* | - diff --git a/docs/resources-reference/1_5/documents/_generated_poddisruptionbudgetstatus_v1beta1_concept.md b/docs/resources-reference/1_5/documents/_generated_poddisruptionbudgetstatus_v1beta1_concept.md deleted file mode 100644 index a3e11eff54..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_poddisruptionbudgetstatus_v1beta1_concept.md +++ /dev/null @@ -1,36 +0,0 @@ - - ------------ -# PodDisruptionBudgetStatus v1beta1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1beta1 | PodDisruptionBudgetStatus - - - - - - - -PodDisruptionBudgetStatus represents information about the status of a PodDisruptionBudget. Status may trail the actual state of a system. - -<aside class="notice"> -Appears In <a href="#poddisruptionbudget-v1beta1">PodDisruptionBudget</a> </aside> - -Field | Description ------------- | ----------- -currentHealthy <br /> *integer* | current number of healthy pods -desiredHealthy <br /> *integer* | minimum desired number of healthy pods -disruptedPods <br /> *object* | DisruptedPods contains information about pods whose eviction was processed by the API server eviction subresource handler but has not yet been observed by the PodDisruptionBudget controller. A pod will be in this map from the time when the API server processed the eviction request to the time when the pod is seen by PDB controller as having been marked for deletion (or after a timeout). The key in the map is the name of the pod and the value is the time when the API server processed the eviction request. If the deletion didn't occur and a pod is still there it will be removed from the list automatically by PodDisruptionBudget controller after some time. If everything goes smooth this map should be empty for the most of the time. Large number of entries in the map may indicate problems with pod deletions. -disruptionsAllowed <br /> *integer* | Number of pod disruptions that are currently allowed. -expectedPods <br /> *integer* | total number of pods counted by this disruption budget -observedGeneration <br /> *integer* | Most recent generation observed when updating this PDB status. PodDisruptionsAllowed and other status informatio is valid only if observedGeneration equals to PDB's object generation. - - - - - - diff --git a/docs/resources-reference/1_5/documents/_generated_podlist_v1_definition.md b/docs/resources-reference/1_5/documents/_generated_podlist_v1_definition.md deleted file mode 100644 index 387747e46d..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_podlist_v1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## PodList v1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | PodList - - - -PodList is a list of Pods. - - - -Field | Description ------------- | ----------- -items <br /> *[Pod](#pod-v1) array* | List of pods. More info: http://kubernetes.io/docs/user-guide/pods -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds - diff --git a/docs/resources-reference/1_5/documents/_generated_podtemplatelist_v1_concept.md b/docs/resources-reference/1_5/documents/_generated_podtemplatelist_v1_concept.md deleted file mode 100644 index 226b6a0e91..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_podtemplatelist_v1_concept.md +++ /dev/null @@ -1,31 +0,0 @@ - - ------------ -# PodTemplateList v1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | PodTemplateList - - - - - - - -PodTemplateList is a list of PodTemplates. - - - -Field | Description ------------- | ----------- -items <br /> *[PodTemplate](#podtemplate-v1) array* | List of pod templates -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds - - - - - - diff --git a/docs/resources-reference/1_5/documents/_generated_podtemplatelist_v1_definition.md b/docs/resources-reference/1_5/documents/_generated_podtemplatelist_v1_definition.md deleted file mode 100644 index e948c98fe3..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_podtemplatelist_v1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## PodTemplateList v1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | PodTemplateList - - - -PodTemplateList is a list of PodTemplates. - - - -Field | Description ------------- | ----------- -items <br /> *[PodTemplate](#podtemplate-v1) array* | List of pod templates -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds - diff --git a/docs/resources-reference/1_5/documents/_generated_replicasetlist_v1beta1_concept.md b/docs/resources-reference/1_5/documents/_generated_replicasetlist_v1beta1_concept.md deleted file mode 100644 index e37e6fe96e..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_replicasetlist_v1beta1_concept.md +++ /dev/null @@ -1,31 +0,0 @@ - - ------------ -# ReplicaSetList v1beta1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1beta1 | ReplicaSetList - - - - - - - -ReplicaSetList is a collection of ReplicaSets. - - - -Field | Description ------------- | ----------- -items <br /> *[ReplicaSet](#replicaset-v1beta1) array* | List of ReplicaSets. More info: http://kubernetes.io/docs/user-guide/replication-controller -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds - - - - - - diff --git a/docs/resources-reference/1_5/documents/_generated_replicasetlist_v1beta1_definition.md b/docs/resources-reference/1_5/documents/_generated_replicasetlist_v1beta1_definition.md deleted file mode 100644 index 8a22471e45..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_replicasetlist_v1beta1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## ReplicaSetList v1beta1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1beta1 | ReplicaSetList - - - -ReplicaSetList is a collection of ReplicaSets. - - - -Field | Description ------------- | ----------- -items <br /> *[ReplicaSet](#replicaset-v1beta1) array* | List of ReplicaSets. More info: http://kubernetes.io/docs/user-guide/replication-controller -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds - diff --git a/docs/resources-reference/1_5/documents/_generated_role_v1alpha1_concept.md b/docs/resources-reference/1_5/documents/_generated_role_v1alpha1_concept.md deleted file mode 100644 index debe487223..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_role_v1alpha1_concept.md +++ /dev/null @@ -1,41 +0,0 @@ - - ------------ -# Role v1alpha1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1alpha1 | Role - - - - - - - -Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding. - -<aside class="notice"> -Appears In <a href="#rolelist-v1alpha1">RoleList</a> </aside> - -Field | Description ------------- | ----------- -metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. -rules <br /> *[PolicyRule](#policyrule-v1alpha1) array* | Rules holds all the PolicyRules for this Role - - -### RoleList v1alpha1 - - - -Field | Description ------------- | ----------- -items <br /> *[Role](#role-v1alpha1) array* | Items is a list of Roles -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. - - - - - diff --git a/docs/resources-reference/1_5/documents/_generated_role_v1alpha1_definition.md b/docs/resources-reference/1_5/documents/_generated_role_v1alpha1_definition.md deleted file mode 100644 index a7ea8a493d..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_role_v1alpha1_definition.md +++ /dev/null @@ -1,18 +0,0 @@ -## Role v1alpha1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1alpha1 | Role - - - -Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding. - -<aside class="notice"> -Appears In <a href="#rolelist-v1alpha1">RoleList</a> </aside> - -Field | Description ------------- | ----------- -metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. -rules <br /> *[PolicyRule](#policyrule-v1alpha1) array* | Rules holds all the PolicyRules for this Role - diff --git a/docs/resources-reference/1_5/documents/_generated_rolebindinglist_v1alpha1_concept.md b/docs/resources-reference/1_5/documents/_generated_rolebindinglist_v1alpha1_concept.md deleted file mode 100644 index f7820c6f84..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_rolebindinglist_v1alpha1_concept.md +++ /dev/null @@ -1,31 +0,0 @@ - - ------------ -# RoleBindingList v1alpha1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1alpha1 | RoleBindingList - - - - - - - -RoleBindingList is a collection of RoleBindings - - - -Field | Description ------------- | ----------- -items <br /> *[RoleBinding](#rolebinding-v1alpha1) array* | Items is a list of RoleBindings -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. - - - - - - diff --git a/docs/resources-reference/1_5/documents/_generated_rolebindinglist_v1alpha1_definition.md b/docs/resources-reference/1_5/documents/_generated_rolebindinglist_v1alpha1_definition.md deleted file mode 100644 index 0fe8d8484a..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_rolebindinglist_v1alpha1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## RoleBindingList v1alpha1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1alpha1 | RoleBindingList - - - -RoleBindingList is a collection of RoleBindings - - - -Field | Description ------------- | ----------- -items <br /> *[RoleBinding](#rolebinding-v1alpha1) array* | Items is a list of RoleBindings -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. - diff --git a/docs/resources-reference/1_5/documents/_generated_rolelist_v1alpha1_definition.md b/docs/resources-reference/1_5/documents/_generated_rolelist_v1alpha1_definition.md deleted file mode 100644 index f98ba074fa..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_rolelist_v1alpha1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## RoleList v1alpha1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1alpha1 | RoleList - - - -RoleList is a collection of Roles - - - -Field | Description ------------- | ----------- -items <br /> *[Role](#role-v1alpha1) array* | Items is a list of Roles -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. - diff --git a/docs/resources-reference/1_5/documents/_generated_secretlist_v1_definition.md b/docs/resources-reference/1_5/documents/_generated_secretlist_v1_definition.md deleted file mode 100644 index 0b7f8190ff..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_secretlist_v1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## SecretList v1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | SecretList - - - -SecretList is a list of Secret. - - - -Field | Description ------------- | ----------- -items <br /> *[Secret](#secret-v1) array* | Items is a list of secret objects. More info: http://kubernetes.io/docs/user-guide/secrets -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds - diff --git a/docs/resources-reference/1_5/documents/_generated_serviceaccountlist_v1_definition.md b/docs/resources-reference/1_5/documents/_generated_serviceaccountlist_v1_definition.md deleted file mode 100644 index 96e992b440..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_serviceaccountlist_v1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## ServiceAccountList v1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | ServiceAccountList - - - -ServiceAccountList is a list of ServiceAccount objects - - - -Field | Description ------------- | ----------- -items <br /> *[ServiceAccount](#serviceaccount-v1) array* | List of ServiceAccounts. More info: http://releases.k8s.io/HEAD/docs/design/service_accounts.md#service-accounts -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds - diff --git a/docs/resources-reference/1_5/documents/_generated_servicelist_v1_concept.md b/docs/resources-reference/1_5/documents/_generated_servicelist_v1_concept.md deleted file mode 100644 index 073232204f..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_servicelist_v1_concept.md +++ /dev/null @@ -1,31 +0,0 @@ - - ------------ -# ServiceList v1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | ServiceList - - - - - - - -ServiceList holds a list of services. - - - -Field | Description ------------- | ----------- -items <br /> *[Service](#service-v1) array* | List of services -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds - - - - - - diff --git a/docs/resources-reference/1_5/documents/_generated_servicelist_v1_definition.md b/docs/resources-reference/1_5/documents/_generated_servicelist_v1_definition.md deleted file mode 100644 index 59f23c16cb..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_servicelist_v1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## ServiceList v1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | ServiceList - - - -ServiceList holds a list of services. - - - -Field | Description ------------- | ----------- -items <br /> *[Service](#service-v1) array* | List of services -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds - diff --git a/docs/resources-reference/1_5/documents/_generated_statefulsetlist_v1beta1_definition.md b/docs/resources-reference/1_5/documents/_generated_statefulsetlist_v1beta1_definition.md deleted file mode 100644 index 4a3b94287f..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_statefulsetlist_v1beta1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## StatefulSetList v1beta1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1beta1 | StatefulSetList - - - -StatefulSetList is a collection of StatefulSets. - - - -Field | Description ------------- | ----------- -items <br /> *[StatefulSet](#statefulset-v1beta1) array* | -metadata <br /> *[ListMeta](#listmeta-unversioned)* | - diff --git a/docs/resources-reference/1_5/documents/_generated_storageclasslist_v1beta1_concept.md b/docs/resources-reference/1_5/documents/_generated_storageclasslist_v1beta1_concept.md deleted file mode 100644 index 9571c67b39..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_storageclasslist_v1beta1_concept.md +++ /dev/null @@ -1,31 +0,0 @@ - - ------------ -# StorageClassList v1beta1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1beta1 | StorageClassList - - - - - - - -StorageClassList is a collection of storage classes. - - - -Field | Description ------------- | ----------- -items <br /> *[StorageClass](#storageclass-v1beta1) array* | Items is the list of StorageClasses -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata - - - - - - diff --git a/docs/resources-reference/1_5/documents/_generated_storageclasslist_v1beta1_definition.md b/docs/resources-reference/1_5/documents/_generated_storageclasslist_v1beta1_definition.md deleted file mode 100644 index 3c759c12f6..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_storageclasslist_v1beta1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## StorageClassList v1beta1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1beta1 | StorageClassList - - - -StorageClassList is a collection of storage classes. - - - -Field | Description ------------- | ----------- -items <br /> *[StorageClass](#storageclass-v1beta1) array* | Items is the list of StorageClasses -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata - diff --git a/docs/resources-reference/1_5/documents/_generated_thirdpartyresource_v1beta1_concept.md b/docs/resources-reference/1_5/documents/_generated_thirdpartyresource_v1beta1_concept.md deleted file mode 100644 index bb6f7039c4..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_thirdpartyresource_v1beta1_concept.md +++ /dev/null @@ -1,42 +0,0 @@ - - ------------ -# ThirdPartyResource v1beta1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1beta1 | ThirdPartyResource - - - - - - - -A ThirdPartyResource is a generic representation of a resource, it is used by add-ons and plugins to add new resource types to the API. It consists of one or more Versions of the api. - -<aside class="notice"> -Appears In <a href="#thirdpartyresourcelist-v1beta1">ThirdPartyResourceList</a> </aside> - -Field | Description ------------- | ----------- -description <br /> *string* | Description is the description of this object. -metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object metadata -versions <br /> *[APIVersion](#apiversion-v1beta1) array* | Versions are versions for this third party object - - -### ThirdPartyResourceList v1beta1 - - - -Field | Description ------------- | ----------- -items <br /> *[ThirdPartyResource](#thirdpartyresource-v1beta1) array* | Items is the list of ThirdPartyResources. -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. - - - - - diff --git a/docs/resources-reference/1_5/documents/_generated_thirdpartyresourcelist_v1beta1_concept.md b/docs/resources-reference/1_5/documents/_generated_thirdpartyresourcelist_v1beta1_concept.md deleted file mode 100644 index 019691b0bc..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_thirdpartyresourcelist_v1beta1_concept.md +++ /dev/null @@ -1,31 +0,0 @@ - - ------------ -# ThirdPartyResourceList v1beta1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1beta1 | ThirdPartyResourceList - - - - - - - -ThirdPartyResourceList is a list of ThirdPartyResources. - - - -Field | Description ------------- | ----------- -items <br /> *[ThirdPartyResource](#thirdpartyresource-v1beta1) array* | Items is the list of ThirdPartyResources. -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. - - - - - - diff --git a/docs/resources-reference/1_5/documents/_generated_thirdpartyresourcelist_v1beta1_definition.md b/docs/resources-reference/1_5/documents/_generated_thirdpartyresourcelist_v1beta1_definition.md deleted file mode 100644 index 72822779cd..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_thirdpartyresourcelist_v1beta1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## ThirdPartyResourceList v1beta1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1beta1 | ThirdPartyResourceList - - - -ThirdPartyResourceList is a list of ThirdPartyResources. - - - -Field | Description ------------- | ----------- -items <br /> *[ThirdPartyResource](#thirdpartyresource-v1beta1) array* | Items is the list of ThirdPartyResources. -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. - diff --git a/docs/resources-reference/1_5/documents/_generated_volume_v1_concept.md b/docs/resources-reference/1_5/documents/_generated_volume_v1_concept.md deleted file mode 100644 index eea4705dd5..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_volume_v1_concept.md +++ /dev/null @@ -1,31 +0,0 @@ - - ------------ -# Volume v1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | Volume - - - - - - - -Volume represents a named volume in a pod that may be accessed by any container in the pod. - -<aside class="notice"> -Appears In <a href="#podspec-v1">PodSpec</a> </aside> - -Field | Description ------------- | ----------- -name <br /> *string* | Volume's name. Must be a DNS_LABEL and unique within the pod. More info: http://kubernetes.io/docs/user-guide/identifiers#names - - - - - - diff --git a/docs/resources-reference/1_5/documents/_generated_volume_v1_definition.md b/docs/resources-reference/1_5/documents/_generated_volume_v1_definition.md deleted file mode 100644 index c6776e401f..0000000000 --- a/docs/resources-reference/1_5/documents/_generated_volume_v1_definition.md +++ /dev/null @@ -1,17 +0,0 @@ -## Volume v1 - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | Volume - - - -Volume represents a named volume in a pod that may be accessed by any container in the pod. - -<aside class="notice"> -Appears In <a href="#podspec-v1">PodSpec</a> </aside> - -Field | Description ------------- | ----------- -name <br /> *string* | Volume's name. Must be a DNS_LABEL and unique within the pod. More info: http://kubernetes.io/docs/user-guide/identifiers#names - diff --git a/docs/resources-reference/1_5/navData.js b/docs/resources-reference/1_5/navData.js deleted file mode 100644 index 89866ef28a..0000000000 --- a/docs/resources-reference/1_5/navData.js +++ /dev/null @@ -1 +0,0 @@ -(function(){navData = {"toc":[{"section":"scale-v1beta1","subsections":[]},{"section":"jobcondition-v2alpha1","subsections":[]},{"section":"jobcondition-v1beta1","subsections":[]},{"section":"job-v2alpha1","subsections":[]},{"section":"job-v1beta1","subsections":[]},{"section":"horizontalpodautoscaler-v1beta1","subsections":[]},{"section":"event-versioned","subsections":[]},{"section":"-strong-old-api-versions-strong-","subsections":[]},{"section":"-strong-definitions-strong-","subsections":[{"section":"volumemount-v1"},{"section":"userinfo-v1beta1"},{"section":"time-unversioned"},{"section":"tcpsocketaction-v1"},{"section":"subresourcereference-v1beta1"},{"section":"subject-v1alpha1"},{"section":"statusdetails-unversioned"},{"section":"statuscause-unversioned"},{"section":"status-unversioned"},{"section":"serviceport-v1"},{"section":"serveraddressbyclientcidr-unversioned"},{"section":"securitycontext-v1"},{"section":"secretkeyselector-v1"},{"section":"scale-v1"},{"section":"selinuxoptions-v1"},{"section":"rollbackconfig-v1beta1"},{"section":"roleref-v1alpha1"},{"section":"resourcerequirements-v1"},{"section":"resourcefieldselector-v1"},{"section":"resourceattributes-v1beta1"},{"section":"replicationcontrollercondition-v1"},{"section":"replicasetcondition-v1beta1"},{"section":"rawextension-runtime"},{"section":"quantity-resource"},{"section":"probe-v1"},{"section":"preconditions-v1"},{"section":"policyrule-v1alpha1"},{"section":"podsecuritycontext-v1"},{"section":"podcondition-v1"},{"section":"patch-unversioned"},{"section":"ownerreference-v1"},{"section":"objectreference-v1"},{"section":"objectmeta-v1"},{"section":"objectfieldselector-v1"},{"section":"nonresourceattributes-v1beta1"},{"section":"nodesysteminfo-v1"},{"section":"nodedaemonendpoints-v1"},{"section":"nodecondition-v1"},{"section":"nodeaddress-v1"},{"section":"networkpolicyport-v1beta1"},{"section":"networkpolicypeer-v1beta1"},{"section":"networkpolicyingressrule-v1beta1"},{"section":"localobjectreference-v1"},{"section":"loadbalancerstatus-v1"},{"section":"loadbalanceringress-v1"},{"section":"listmeta-unversioned"},{"section":"limitrangeitem-v1"},{"section":"lifecycle-v1"},{"section":"labelselectorrequirement-unversioned"},{"section":"labelselector-unversioned"},{"section":"jobtemplatespec-v2alpha1"},{"section":"jobcondition-v1"},{"section":"intorstring-intstr"},{"section":"ingresstls-v1beta1"},{"section":"ingressrule-v1beta1"},{"section":"ingressbackend-v1beta1"},{"section":"info-version"},{"section":"handler-v1"},{"section":"httpheader-v1"},{"section":"httpgetaction-v1"},{"section":"groupversionfordiscovery-unversioned"},{"section":"execaction-v1"},{"section":"eviction-v1beta1"},{"section":"eventsource-v1"},{"section":"envvarsource-v1"},{"section":"envvar-v1"},{"section":"endpointsubset-v1"},{"section":"endpointport-v1"},{"section":"endpointaddress-v1"},{"section":"deploymentcondition-v1beta1"},{"section":"deleteoptions-v1"},{"section":"daemonendpoint-v1"},{"section":"crossversionobjectreference-v1"},{"section":"containerstatewaiting-v1"},{"section":"containerstateterminated-v1"},{"section":"containerstaterunning-v1"},{"section":"containerstate-v1"},{"section":"containerport-v1"},{"section":"containerimage-v1"},{"section":"configmapkeyselector-v1"},{"section":"componentcondition-v1"},{"section":"certificatesigningrequestcondition-v1alpha1"},{"section":"capabilities-v1"},{"section":"cputargetutilization-v1beta1"},{"section":"attachedvolume-v1"},{"section":"apiversions-unversioned"},{"section":"apiversion-v1beta1"},{"section":"apiresource-unversioned"},{"section":"apigroup-unversioned"}]},{"section":"networkpolicy-v1beta1","subsections":[]},{"section":"tokenreview-v1beta1","subsections":[]},{"section":"subjectaccessreview-v1beta1","subsections":[]},{"section":"serviceaccount-v1","subsections":[]},{"section":"selfsubjectaccessreview-v1beta1","subsections":[]},{"section":"rolebinding-v1alpha1","subsections":[]},{"section":"role-v1alpha1","subsections":[]},{"section":"resourcequota-v1","subsections":[]},{"section":"persistentvolume-v1","subsections":[]},{"section":"node-v1","subsections":[]},{"section":"namespace-v1","subsections":[]},{"section":"localsubjectaccessreview-v1beta1","subsections":[]},{"section":"componentstatus-v1","subsections":[]},{"section":"clusterrolebinding-v1alpha1","subsections":[]},{"section":"clusterrole-v1alpha1","subsections":[]},{"section":"certificatesigningrequest-v1alpha1","subsections":[]},{"section":"binding-v1","subsections":[]},{"section":"-strong-cluster-strong-","subsections":[]},{"section":"thirdpartyresource-v1beta1","subsections":[]},{"section":"poddisruptionbudget-v1beta1","subsections":[]},{"section":"podtemplate-v1","subsections":[]},{"section":"horizontalpodautoscaler-v1","subsections":[]},{"section":"limitrange-v1","subsections":[]},{"section":"event-v1","subsections":[]},{"section":"-strong-metadata-strong-","subsections":[]},{"section":"volume-v1","subsections":[]},{"section":"storageclass-v1beta1","subsections":[]},{"section":"persistentvolumeclaim-v1","subsections":[]},{"section":"secret-v1","subsections":[]},{"section":"configmap-v1","subsections":[]},{"section":"-strong-config-storage-strong-","subsections":[]},{"section":"service-v1","subsections":[]},{"section":"ingress-v1beta1","subsections":[]},{"section":"endpoints-v1","subsections":[]},{"section":"-strong-discovery-load-balancing-strong-","subsections":[]},{"section":"statefulset-v1beta1","subsections":[]},{"section":"replicationcontroller-v1","subsections":[]},{"section":"replicaset-v1beta1","subsections":[]},{"section":"pod-v1","subsections":[]},{"section":"job-v1","subsections":[]},{"section":"deployment-v1beta1","subsections":[]},{"section":"daemonset-v1beta1","subsections":[]},{"section":"cronjob-v2alpha1","subsections":[]},{"section":"container-v1","subsections":[]},{"section":"-strong-workloads-strong-","subsections":[]}],"flatToc":["scale-v1beta1","jobcondition-v2alpha1","jobcondition-v1beta1","job-v2alpha1","job-v1beta1","horizontalpodautoscaler-v1beta1","event-versioned","-strong-old-api-versions-strong-","volumemount-v1","userinfo-v1beta1","time-unversioned","tcpsocketaction-v1","subresourcereference-v1beta1","subject-v1alpha1","statusdetails-unversioned","statuscause-unversioned","status-unversioned","serviceport-v1","serveraddressbyclientcidr-unversioned","securitycontext-v1","secretkeyselector-v1","scale-v1","selinuxoptions-v1","rollbackconfig-v1beta1","roleref-v1alpha1","resourcerequirements-v1","resourcefieldselector-v1","resourceattributes-v1beta1","replicationcontrollercondition-v1","replicasetcondition-v1beta1","rawextension-runtime","quantity-resource","probe-v1","preconditions-v1","policyrule-v1alpha1","podsecuritycontext-v1","podcondition-v1","patch-unversioned","ownerreference-v1","objectreference-v1","objectmeta-v1","objectfieldselector-v1","nonresourceattributes-v1beta1","nodesysteminfo-v1","nodedaemonendpoints-v1","nodecondition-v1","nodeaddress-v1","networkpolicyport-v1beta1","networkpolicypeer-v1beta1","networkpolicyingressrule-v1beta1","localobjectreference-v1","loadbalancerstatus-v1","loadbalanceringress-v1","listmeta-unversioned","limitrangeitem-v1","lifecycle-v1","labelselectorrequirement-unversioned","labelselector-unversioned","jobtemplatespec-v2alpha1","jobcondition-v1","intorstring-intstr","ingresstls-v1beta1","ingressrule-v1beta1","ingressbackend-v1beta1","info-version","handler-v1","httpheader-v1","httpgetaction-v1","groupversionfordiscovery-unversioned","execaction-v1","eviction-v1beta1","eventsource-v1","envvarsource-v1","envvar-v1","endpointsubset-v1","endpointport-v1","endpointaddress-v1","deploymentcondition-v1beta1","deleteoptions-v1","daemonendpoint-v1","crossversionobjectreference-v1","containerstatewaiting-v1","containerstateterminated-v1","containerstaterunning-v1","containerstate-v1","containerport-v1","containerimage-v1","configmapkeyselector-v1","componentcondition-v1","certificatesigningrequestcondition-v1alpha1","capabilities-v1","cputargetutilization-v1beta1","attachedvolume-v1","apiversions-unversioned","apiversion-v1beta1","apiresource-unversioned","apigroup-unversioned","-strong-definitions-strong-","networkpolicy-v1beta1","tokenreview-v1beta1","subjectaccessreview-v1beta1","serviceaccount-v1","selfsubjectaccessreview-v1beta1","rolebinding-v1alpha1","role-v1alpha1","resourcequota-v1","persistentvolume-v1","node-v1","namespace-v1","localsubjectaccessreview-v1beta1","componentstatus-v1","clusterrolebinding-v1alpha1","clusterrole-v1alpha1","certificatesigningrequest-v1alpha1","binding-v1","-strong-cluster-strong-","thirdpartyresource-v1beta1","poddisruptionbudget-v1beta1","podtemplate-v1","horizontalpodautoscaler-v1","limitrange-v1","event-v1","-strong-metadata-strong-","volume-v1","storageclass-v1beta1","persistentvolumeclaim-v1","secret-v1","configmap-v1","-strong-config-storage-strong-","service-v1","ingress-v1beta1","endpoints-v1","-strong-discovery-load-balancing-strong-","statefulset-v1beta1","replicationcontroller-v1","replicaset-v1beta1","pod-v1","job-v1","deployment-v1beta1","daemonset-v1beta1","cronjob-v2alpha1","container-v1","-strong-workloads-strong-"]}})(); \ No newline at end of file diff --git a/docs/resources-reference/1_5/node_modules/node-static/.package.json.un~ b/docs/resources-reference/1_5/node_modules/node-static/.package.json.un~ deleted file mode 100644 index d2064f2761..0000000000 Binary files a/docs/resources-reference/1_5/node_modules/node-static/.package.json.un~ and /dev/null differ diff --git a/docs/resources-reference/1_5/node_modules/node-static/lib/.node-static.js.un~ b/docs/resources-reference/1_5/node_modules/node-static/lib/.node-static.js.un~ deleted file mode 100644 index 77ce232fdf..0000000000 Binary files a/docs/resources-reference/1_5/node_modules/node-static/lib/.node-static.js.un~ and /dev/null differ diff --git a/docs/resources-reference/1_5/LICENSE b/docs/resources-reference/v1.5/LICENSE similarity index 100% rename from docs/resources-reference/1_5/LICENSE rename to docs/resources-reference/v1.5/LICENSE diff --git a/docs/resources-reference/1_5/README.md b/docs/resources-reference/v1.5/README.md similarity index 100% rename from docs/resources-reference/1_5/README.md rename to docs/resources-reference/v1.5/README.md diff --git a/docs/resources-reference/1_5/actions.js b/docs/resources-reference/v1.5/actions.js similarity index 100% rename from docs/resources-reference/1_5/actions.js rename to docs/resources-reference/v1.5/actions.js diff --git a/docs/resources-reference/1_5/brodoc.js b/docs/resources-reference/v1.5/brodoc.js similarity index 100% rename from docs/resources-reference/1_5/brodoc.js rename to docs/resources-reference/v1.5/brodoc.js diff --git a/docs/resources-reference/1_5/documents/_cluster.md b/docs/resources-reference/v1.5/documents/_cluster.md similarity index 100% rename from docs/resources-reference/1_5/documents/_cluster.md rename to docs/resources-reference/v1.5/documents/_cluster.md diff --git a/docs/resources-reference/1_5/documents/_config.md b/docs/resources-reference/v1.5/documents/_config.md similarity index 100% rename from docs/resources-reference/1_5/documents/_config.md rename to docs/resources-reference/v1.5/documents/_config.md diff --git a/docs/resources-reference/1_5/documents/_definitions.md b/docs/resources-reference/v1.5/documents/_definitions.md similarity index 100% rename from docs/resources-reference/1_5/documents/_definitions.md rename to docs/resources-reference/v1.5/documents/_definitions.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_apigroup_unversioned_concept.md b/docs/resources-reference/v1.5/documents/_generated_apigroup_unversioned_concept.md similarity index 59% rename from docs/user-guide/kubectl/1_5/documents/_generated_apigroup_unversioned_concept.md rename to docs/resources-reference/v1.5/documents/_generated_apigroup_unversioned_concept.md index d7cbddabc9..d4732c1cea 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_apigroup_unversioned_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_apigroup_unversioned_concept.md @@ -22,6 +22,8 @@ Appears In <a href="#apigrouplist-unversioned">APIGroupList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 name <br /> *string* | name is the name of the group. preferredVersion <br /> *[GroupVersionForDiscovery](#groupversionfordiscovery-unversioned)* | preferredVersion is the version preferred by the API server, which probably is the storage version. serverAddressByClientCIDRs <br /> *[ServerAddressByClientCIDR](#serveraddressbyclientcidr-unversioned) array* | a map of client CIDR to server address that is serving this group. This is to help clients reach servers in the most network-efficient way possible. Clients can use the appropriate server address as per the CIDR that they match. In case of multiple matches, clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the client can match. For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP. Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP. @@ -34,7 +36,9 @@ versions <br /> *[GroupVersionForDiscovery](#groupversionfordiscovery-unversione Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 groups <br /> *[APIGroup](#apigroup-unversioned) array* | groups is a list of APIGroup. +kind <br /> *string* | 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 diff --git a/docs/resources-reference/1_5/documents/_generated_apigroup_unversioned_definition.md b/docs/resources-reference/v1.5/documents/_generated_apigroup_unversioned_definition.md similarity index 72% rename from docs/resources-reference/1_5/documents/_generated_apigroup_unversioned_definition.md rename to docs/resources-reference/v1.5/documents/_generated_apigroup_unversioned_definition.md index ecd323fb0c..d6d1173eb5 100644 --- a/docs/resources-reference/1_5/documents/_generated_apigroup_unversioned_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_apigroup_unversioned_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#apigrouplist-unversioned">APIGroupList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 name <br /> *string* | name is the name of the group. preferredVersion <br /> *[GroupVersionForDiscovery](#groupversionfordiscovery-unversioned)* | preferredVersion is the version preferred by the API server, which probably is the storage version. serverAddressByClientCIDRs <br /> *[ServerAddressByClientCIDR](#serveraddressbyclientcidr-unversioned) array* | a map of client CIDR to server address that is serving this group. This is to help clients reach servers in the most network-efficient way possible. Clients can use the appropriate server address as per the CIDR that they match. In case of multiple matches, clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the client can match. For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP. Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP. diff --git a/docs/resources-reference/v1.5/documents/_generated_apigrouplist_unversioned_concept.md b/docs/resources-reference/v1.5/documents/_generated_apigrouplist_unversioned_concept.md new file mode 100644 index 0000000000..99c9d0d8fe --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_apigrouplist_unversioned_concept.md @@ -0,0 +1,32 @@ + + +----------- +# APIGroupList unversioned + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | unversioned | APIGroupList + + + + + + + +APIGroupList is a list of APIGroup, to allow clients to discover the API at /apis. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +groups <br /> *[APIGroup](#apigroup-unversioned) array* | groups is a list of APIGroup. +kind <br /> *string* | 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 + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_apigrouplist_unversioned_definition.md b/docs/resources-reference/v1.5/documents/_generated_apigrouplist_unversioned_definition.md new file mode 100644 index 0000000000..6267bf8f48 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_apigrouplist_unversioned_definition.md @@ -0,0 +1,18 @@ +## APIGroupList unversioned + +Group | Version | Kind +------------ | ---------- | ----------- +Core | unversioned | APIGroupList + + + +APIGroupList is a list of APIGroup, to allow clients to discover the API at /apis. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +groups <br /> *[APIGroup](#apigroup-unversioned) array* | groups is a list of APIGroup. +kind <br /> *string* | 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 + diff --git a/docs/resources-reference/1_5/documents/_generated_apiresource_unversioned_concept.md b/docs/resources-reference/v1.5/documents/_generated_apiresource_unversioned_concept.md similarity index 62% rename from docs/resources-reference/1_5/documents/_generated_apiresource_unversioned_concept.md rename to docs/resources-reference/v1.5/documents/_generated_apiresource_unversioned_concept.md index da0db93926..2f87ebff79 100644 --- a/docs/resources-reference/1_5/documents/_generated_apiresource_unversioned_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_apiresource_unversioned_concept.md @@ -33,7 +33,9 @@ namespaced <br /> *boolean* | namespaced indicates if a resource is namespaced Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 groupVersion <br /> *string* | groupVersion is the group and version this APIResourceList is for. +kind <br /> *string* | 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 resources <br /> *[APIResource](#apiresource-unversioned) array* | resources contains the name of the resources and if they are namespaced. diff --git a/docs/resources-reference/1_5/documents/_generated_apiresource_unversioned_definition.md b/docs/resources-reference/v1.5/documents/_generated_apiresource_unversioned_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_apiresource_unversioned_definition.md rename to docs/resources-reference/v1.5/documents/_generated_apiresource_unversioned_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_apiresourcelist_unversioned_concept.md b/docs/resources-reference/v1.5/documents/_generated_apiresourcelist_unversioned_concept.md similarity index 52% rename from docs/resources-reference/1_5/documents/_generated_apiresourcelist_unversioned_concept.md rename to docs/resources-reference/v1.5/documents/_generated_apiresourcelist_unversioned_concept.md index 7094c8d3ea..5bb170d54c 100644 --- a/docs/resources-reference/1_5/documents/_generated_apiresourcelist_unversioned_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_apiresourcelist_unversioned_concept.md @@ -21,7 +21,9 @@ APIResourceList is a list of APIResource, it is used to expose the name of the r Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 groupVersion <br /> *string* | groupVersion is the group and version this APIResourceList is for. +kind <br /> *string* | 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 resources <br /> *[APIResource](#apiresource-unversioned) array* | resources contains the name of the resources and if they are namespaced. diff --git a/docs/resources-reference/1_5/documents/_generated_apiresourcelist_unversioned_definition.md b/docs/resources-reference/v1.5/documents/_generated_apiresourcelist_unversioned_definition.md similarity index 51% rename from docs/resources-reference/1_5/documents/_generated_apiresourcelist_unversioned_definition.md rename to docs/resources-reference/v1.5/documents/_generated_apiresourcelist_unversioned_definition.md index adb1d939dd..b5b7649e2f 100644 --- a/docs/resources-reference/1_5/documents/_generated_apiresourcelist_unversioned_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_apiresourcelist_unversioned_definition.md @@ -12,6 +12,8 @@ APIResourceList is a list of APIResource, it is used to expose the name of the r Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 groupVersion <br /> *string* | groupVersion is the group and version this APIResourceList is for. +kind <br /> *string* | 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 resources <br /> *[APIResource](#apiresource-unversioned) array* | resources contains the name of the resources and if they are namespaced. diff --git a/docs/resources-reference/1_5/documents/_generated_apiversion_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_apiversion_v1beta1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_apiversion_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_apiversion_v1beta1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_apiversion_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_apiversion_v1beta1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_apiversion_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_apiversion_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_apiversions_unversioned_concept.md b/docs/resources-reference/v1.5/documents/_generated_apiversions_unversioned_concept.md similarity index 66% rename from docs/user-guide/kubectl/1_5/documents/_generated_apiversions_unversioned_concept.md rename to docs/resources-reference/v1.5/documents/_generated_apiversions_unversioned_concept.md index 03be0bc7bd..31aa6a658a 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_apiversions_unversioned_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_apiversions_unversioned_concept.md @@ -21,6 +21,8 @@ APIVersions lists the versions that are available, to allow clients to discover Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 serverAddressByClientCIDRs <br /> *[ServerAddressByClientCIDR](#serveraddressbyclientcidr-unversioned) array* | a map of client CIDR to server address that is serving this group. This is to help clients reach servers in the most network-efficient way possible. Clients can use the appropriate server address as per the CIDR that they match. In case of multiple matches, clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the client can match. For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP. Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP. versions <br /> *string array* | versions are the api versions that are available. diff --git a/docs/api-reference/1_5/documents/_generated_apiversions_unversioned_definition.md b/docs/resources-reference/v1.5/documents/_generated_apiversions_unversioned_definition.md similarity index 66% rename from docs/api-reference/1_5/documents/_generated_apiversions_unversioned_definition.md rename to docs/resources-reference/v1.5/documents/_generated_apiversions_unversioned_definition.md index b3ead69c61..3513f89da7 100644 --- a/docs/api-reference/1_5/documents/_generated_apiversions_unversioned_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_apiversions_unversioned_definition.md @@ -12,6 +12,8 @@ APIVersions lists the versions that are available, to allow clients to discover Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 serverAddressByClientCIDRs <br /> *[ServerAddressByClientCIDR](#serveraddressbyclientcidr-unversioned) array* | a map of client CIDR to server address that is serving this group. This is to help clients reach servers in the most network-efficient way possible. Clients can use the appropriate server address as per the CIDR that they match. In case of multiple matches, clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the client can match. For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP. Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP. versions <br /> *string array* | versions are the api versions that are available. diff --git a/docs/resources-reference/1_5/documents/_generated_attachedvolume_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_attachedvolume_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_attachedvolume_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_attachedvolume_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_attachedvolume_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_attachedvolume_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_attachedvolume_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_attachedvolume_v1_definition.md diff --git a/docs/resources-reference/v1.5/documents/_generated_awselasticblockstorevolumesource_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_awselasticblockstorevolumesource_v1_concept.md new file mode 100644 index 0000000000..9dda8fcf2a --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_awselasticblockstorevolumesource_v1_concept.md @@ -0,0 +1,36 @@ + + +----------- +# AWSElasticBlockStoreVolumeSource v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | AWSElasticBlockStoreVolumeSource + + + + + + + +Represents a Persistent Disk resource in AWS. + +An AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +fsType <br /> *string* | Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore +partition <br /> *integer* | The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as "1". Similarly, the volume partition for /dev/sda is "0" (or you can leave the property empty). +readOnly <br /> *boolean* | Specify "true" to force and set the ReadOnly property in VolumeMounts to "true". If omitted, the default is "false". More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore +volumeID <br /> *string* | Unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_awselasticblockstorevolumesource_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_awselasticblockstorevolumesource_v1_definition.md new file mode 100644 index 0000000000..3c4d7e2d21 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_awselasticblockstorevolumesource_v1_definition.md @@ -0,0 +1,22 @@ +## AWSElasticBlockStoreVolumeSource v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | AWSElasticBlockStoreVolumeSource + + + +Represents a Persistent Disk resource in AWS. + +An AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +fsType <br /> *string* | Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore +partition <br /> *integer* | The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as "1". Similarly, the volume partition for /dev/sda is "0" (or you can leave the property empty). +readOnly <br /> *boolean* | Specify "true" to force and set the ReadOnly property in VolumeMounts to "true". If omitted, the default is "false". More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore +volumeID <br /> *string* | Unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore + diff --git a/docs/resources-reference/v1.5/documents/_generated_azurediskvolumesource_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_azurediskvolumesource_v1_concept.md new file mode 100644 index 0000000000..1043b9d9ae --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_azurediskvolumesource_v1_concept.md @@ -0,0 +1,35 @@ + + +----------- +# AzureDiskVolumeSource v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | AzureDiskVolumeSource + + + + + + + +AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +cachingMode <br /> *string* | Host Caching mode: None, Read Only, Read Write. +diskName <br /> *string* | The Name of the data disk in the blob storage +diskURI <br /> *string* | The URI the data disk in the blob storage +fsType <br /> *string* | Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. +readOnly <br /> *boolean* | Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_azurediskvolumesource_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_azurediskvolumesource_v1_definition.md new file mode 100644 index 0000000000..191a407952 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_azurediskvolumesource_v1_definition.md @@ -0,0 +1,21 @@ +## AzureDiskVolumeSource v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | AzureDiskVolumeSource + + + +AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +cachingMode <br /> *string* | Host Caching mode: None, Read Only, Read Write. +diskName <br /> *string* | The Name of the data disk in the blob storage +diskURI <br /> *string* | The URI the data disk in the blob storage +fsType <br /> *string* | Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. +readOnly <br /> *boolean* | Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. + diff --git a/docs/resources-reference/v1.5/documents/_generated_azurefilevolumesource_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_azurefilevolumesource_v1_concept.md new file mode 100644 index 0000000000..a9dc6186b1 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_azurefilevolumesource_v1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# AzureFileVolumeSource v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | AzureFileVolumeSource + + + + + + + +AzureFile represents an Azure File Service mount on the host and bind mount to the pod. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +readOnly <br /> *boolean* | Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +secretName <br /> *string* | the name of secret that contains Azure Storage Account Name and Key +shareName <br /> *string* | Share Name + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_azurefilevolumesource_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_azurefilevolumesource_v1_definition.md new file mode 100644 index 0000000000..2382e73e4c --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_azurefilevolumesource_v1_definition.md @@ -0,0 +1,19 @@ +## AzureFileVolumeSource v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | AzureFileVolumeSource + + + +AzureFile represents an Azure File Service mount on the host and bind mount to the pod. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +readOnly <br /> *boolean* | Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +secretName <br /> *string* | the name of secret that contains Azure Storage Account Name and Key +shareName <br /> *string* | Share Name + diff --git a/docs/resources-reference/v1.5/documents/_generated_binding_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_binding_v1_concept.md new file mode 100644 index 0000000000..ee02af2267 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_binding_v1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# Binding v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | Binding + + + + + + + +Binding ties one object to another. For example, a pod is bound to a node by a scheduler. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 +metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata +target <br /> *[ObjectReference](#objectreference-v1)* | The target object that you want to bind to the standard object. + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_binding_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_binding_v1_definition.md new file mode 100644 index 0000000000..32e2a31908 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_binding_v1_definition.md @@ -0,0 +1,19 @@ +## Binding v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | Binding + + + +Binding ties one object to another. For example, a pod is bound to a node by a scheduler. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 +metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata +target <br /> *[ObjectReference](#objectreference-v1)* | The target object that you want to bind to the standard object. + diff --git a/docs/resources-reference/1_5/documents/_generated_capabilities_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_capabilities_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_capabilities_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_capabilities_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_capabilities_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_capabilities_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_capabilities_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_capabilities_v1_definition.md diff --git a/docs/resources-reference/v1.5/documents/_generated_cephfsvolumesource_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_cephfsvolumesource_v1_concept.md new file mode 100644 index 0000000000..1911dac73b --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_cephfsvolumesource_v1_concept.md @@ -0,0 +1,36 @@ + + +----------- +# CephFSVolumeSource v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | CephFSVolumeSource + + + + + + + +Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +monitors <br /> *string array* | Required: Monitors is a collection of Ceph monitors More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it +path <br /> *string* | Optional: Used as the mounted root, rather than the full Ceph tree, default is / +readOnly <br /> *boolean* | Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it +secretFile <br /> *string* | Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it +secretRef <br /> *[LocalObjectReference](#localobjectreference-v1)* | Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it +user <br /> *string* | Optional: User is the rados user name, default is admin More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_cephfsvolumesource_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_cephfsvolumesource_v1_definition.md new file mode 100644 index 0000000000..d672f53c08 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_cephfsvolumesource_v1_definition.md @@ -0,0 +1,22 @@ +## CephFSVolumeSource v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | CephFSVolumeSource + + + +Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +monitors <br /> *string array* | Required: Monitors is a collection of Ceph monitors More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it +path <br /> *string* | Optional: Used as the mounted root, rather than the full Ceph tree, default is / +readOnly <br /> *boolean* | Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it +secretFile <br /> *string* | Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it +secretRef <br /> *[LocalObjectReference](#localobjectreference-v1)* | Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it +user <br /> *string* | Optional: User is the rados user name, default is admin More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it + diff --git a/docs/resources-reference/1_5/documents/_generated_certificatesigningrequest_v1alpha1_concept.md b/docs/resources-reference/v1.5/documents/_generated_certificatesigningrequest_v1alpha1_concept.md similarity index 62% rename from docs/resources-reference/1_5/documents/_generated_certificatesigningrequest_v1alpha1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_certificatesigningrequest_v1alpha1_concept.md index 6a6fb133fd..48755e9d1f 100644 --- a/docs/resources-reference/1_5/documents/_generated_certificatesigningrequest_v1alpha1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_certificatesigningrequest_v1alpha1_concept.md @@ -22,6 +22,8 @@ Appears In <a href="#certificatesigningrequestlist-v1alpha1">CertificateSigningR Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | spec <br /> *[CertificateSigningRequestSpec](#certificatesigningrequestspec-v1alpha1)* | The certificate request itself and any additional information. status <br /> *[CertificateSigningRequestStatus](#certificatesigningrequeststatus-v1alpha1)* | Derived information about the request. @@ -55,7 +57,9 @@ conditions <br /> *[CertificateSigningRequestCondition](#certificatesigningreque Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[CertificateSigningRequest](#certificatesigningrequest-v1alpha1) array* | +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | diff --git a/docs/resources-reference/1_5/documents/_generated_certificatesigningrequest_v1alpha1_definition.md b/docs/resources-reference/v1.5/documents/_generated_certificatesigningrequest_v1alpha1_definition.md similarity index 55% rename from docs/resources-reference/1_5/documents/_generated_certificatesigningrequest_v1alpha1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_certificatesigningrequest_v1alpha1_definition.md index 73aa27e1aa..4e4341316e 100644 --- a/docs/resources-reference/1_5/documents/_generated_certificatesigningrequest_v1alpha1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_certificatesigningrequest_v1alpha1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#certificatesigningrequestlist-v1alpha1">CertificateSigning Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | spec <br /> *[CertificateSigningRequestSpec](#certificatesigningrequestspec-v1alpha1)* | The certificate request itself and any additional information. status <br /> *[CertificateSigningRequestStatus](#certificatesigningrequeststatus-v1alpha1)* | Derived information about the request. diff --git a/docs/resources-reference/1_5/documents/_generated_certificatesigningrequestcondition_v1alpha1_concept.md b/docs/resources-reference/v1.5/documents/_generated_certificatesigningrequestcondition_v1alpha1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_certificatesigningrequestcondition_v1alpha1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_certificatesigningrequestcondition_v1alpha1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_certificatesigningrequestcondition_v1alpha1_definition.md b/docs/resources-reference/v1.5/documents/_generated_certificatesigningrequestcondition_v1alpha1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_certificatesigningrequestcondition_v1alpha1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_certificatesigningrequestcondition_v1alpha1_definition.md diff --git a/docs/resources-reference/v1.5/documents/_generated_certificatesigningrequestlist_v1alpha1_concept.md b/docs/resources-reference/v1.5/documents/_generated_certificatesigningrequestlist_v1alpha1_concept.md new file mode 100644 index 0000000000..712e294f01 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_certificatesigningrequestlist_v1alpha1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# CertificateSigningRequestList v1alpha1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1alpha1 | CertificateSigningRequestList + + + + + + + + + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[CertificateSigningRequest](#certificatesigningrequest-v1alpha1) array* | +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_certificatesigningrequestlist_v1alpha1_definition.md b/docs/resources-reference/v1.5/documents/_generated_certificatesigningrequestlist_v1alpha1_definition.md new file mode 100644 index 0000000000..351962b063 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_certificatesigningrequestlist_v1alpha1_definition.md @@ -0,0 +1,19 @@ +## CertificateSigningRequestList v1alpha1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1alpha1 | CertificateSigningRequestList + + + + + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[CertificateSigningRequest](#certificatesigningrequest-v1alpha1) array* | +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | + diff --git a/docs/resources-reference/1_5/documents/_generated_certificatesigningrequestspec_v1alpha1_concept.md b/docs/resources-reference/v1.5/documents/_generated_certificatesigningrequestspec_v1alpha1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_certificatesigningrequestspec_v1alpha1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_certificatesigningrequestspec_v1alpha1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_certificatesigningrequestspec_v1alpha1_definition.md b/docs/resources-reference/v1.5/documents/_generated_certificatesigningrequestspec_v1alpha1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_certificatesigningrequestspec_v1alpha1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_certificatesigningrequestspec_v1alpha1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_certificatesigningrequeststatus_v1alpha1_concept.md b/docs/resources-reference/v1.5/documents/_generated_certificatesigningrequeststatus_v1alpha1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_certificatesigningrequeststatus_v1alpha1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_certificatesigningrequeststatus_v1alpha1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_certificatesigningrequeststatus_v1alpha1_definition.md b/docs/resources-reference/v1.5/documents/_generated_certificatesigningrequeststatus_v1alpha1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_certificatesigningrequeststatus_v1alpha1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_certificatesigningrequeststatus_v1alpha1_definition.md diff --git a/docs/resources-reference/v1.5/documents/_generated_cindervolumesource_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_cindervolumesource_v1_concept.md new file mode 100644 index 0000000000..d31493f61a --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_cindervolumesource_v1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# CinderVolumeSource v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | CinderVolumeSource + + + + + + + +Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +fsType <br /> *string* | Filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md +readOnly <br /> *boolean* | Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md +volumeID <br /> *string* | volume id used to identify the volume in cinder More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_cindervolumesource_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_cindervolumesource_v1_definition.md new file mode 100644 index 0000000000..670fb61930 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_cindervolumesource_v1_definition.md @@ -0,0 +1,19 @@ +## CinderVolumeSource v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | CinderVolumeSource + + + +Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +fsType <br /> *string* | Filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md +readOnly <br /> *boolean* | Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md +volumeID <br /> *string* | volume id used to identify the volume in cinder More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md + diff --git a/docs/resources-reference/v1.5/documents/_generated_clusterrole_v1alpha1_concept.md b/docs/resources-reference/v1.5/documents/_generated_clusterrole_v1alpha1_concept.md new file mode 100644 index 0000000000..5af5658772 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_clusterrole_v1alpha1_concept.md @@ -0,0 +1,45 @@ + + +----------- +# ClusterRole v1alpha1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1alpha1 | ClusterRole + + + + + + + +ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding. + +<aside class="notice"> +Appears In <a href="#clusterrolelist-v1alpha1">ClusterRoleList</a> </aside> + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 +metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. +rules <br /> *[PolicyRule](#policyrule-v1alpha1) array* | Rules holds all the PolicyRules for this ClusterRole + + +### ClusterRoleList v1alpha1 + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[ClusterRole](#clusterrole-v1alpha1) array* | Items is a list of ClusterRoles +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. + + + + + diff --git a/docs/resources-reference/1_5/documents/_generated_clusterrole_v1alpha1_definition.md b/docs/resources-reference/v1.5/documents/_generated_clusterrole_v1alpha1_definition.md similarity index 51% rename from docs/resources-reference/1_5/documents/_generated_clusterrole_v1alpha1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_clusterrole_v1alpha1_definition.md index d9cba64a95..0a99bcf054 100644 --- a/docs/resources-reference/1_5/documents/_generated_clusterrole_v1alpha1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_clusterrole_v1alpha1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#clusterrolelist-v1alpha1">ClusterRoleList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. rules <br /> *[PolicyRule](#policyrule-v1alpha1) array* | Rules holds all the PolicyRules for this ClusterRole diff --git a/docs/resources-reference/1_5/documents/_generated_clusterrolebinding_v1alpha1_concept.md b/docs/resources-reference/v1.5/documents/_generated_clusterrolebinding_v1alpha1_concept.md similarity index 50% rename from docs/resources-reference/1_5/documents/_generated_clusterrolebinding_v1alpha1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_clusterrolebinding_v1alpha1_concept.md index d949156548..cab1e888c3 100644 --- a/docs/resources-reference/1_5/documents/_generated_clusterrolebinding_v1alpha1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_clusterrolebinding_v1alpha1_concept.md @@ -22,6 +22,8 @@ Appears In <a href="#clusterrolebindinglist-v1alpha1">ClusterRoleBindingList</a> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. roleRef <br /> *[RoleRef](#roleref-v1alpha1)* | RoleRef can only reference a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error. subjects <br /> *[Subject](#subject-v1alpha1) array* | Subjects holds references to the objects the role applies to. @@ -33,7 +35,9 @@ subjects <br /> *[Subject](#subject-v1alpha1) array* | Subjects holds reference Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[ClusterRoleBinding](#clusterrolebinding-v1alpha1) array* | Items is a list of ClusterRoleBindings +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. diff --git a/docs/resources-reference/1_5/documents/_generated_clusterrolebinding_v1alpha1_definition.md b/docs/resources-reference/v1.5/documents/_generated_clusterrolebinding_v1alpha1_definition.md similarity index 59% rename from docs/resources-reference/1_5/documents/_generated_clusterrolebinding_v1alpha1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_clusterrolebinding_v1alpha1_definition.md index 52e998bec4..2399cf6562 100644 --- a/docs/resources-reference/1_5/documents/_generated_clusterrolebinding_v1alpha1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_clusterrolebinding_v1alpha1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#clusterrolebindinglist-v1alpha1">ClusterRoleBindingList</a Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. roleRef <br /> *[RoleRef](#roleref-v1alpha1)* | RoleRef can only reference a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error. subjects <br /> *[Subject](#subject-v1alpha1) array* | Subjects holds references to the objects the role applies to. diff --git a/docs/resources-reference/v1.5/documents/_generated_clusterrolebindinglist_v1alpha1_concept.md b/docs/resources-reference/v1.5/documents/_generated_clusterrolebindinglist_v1alpha1_concept.md new file mode 100644 index 0000000000..a43a158ede --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_clusterrolebindinglist_v1alpha1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# ClusterRoleBindingList v1alpha1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1alpha1 | ClusterRoleBindingList + + + + + + + +ClusterRoleBindingList is a collection of ClusterRoleBindings + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[ClusterRoleBinding](#clusterrolebinding-v1alpha1) array* | Items is a list of ClusterRoleBindings +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_clusterrolebindinglist_v1alpha1_definition.md b/docs/resources-reference/v1.5/documents/_generated_clusterrolebindinglist_v1alpha1_definition.md new file mode 100644 index 0000000000..d2c0dbcf80 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_clusterrolebindinglist_v1alpha1_definition.md @@ -0,0 +1,19 @@ +## ClusterRoleBindingList v1alpha1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1alpha1 | ClusterRoleBindingList + + + +ClusterRoleBindingList is a collection of ClusterRoleBindings + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[ClusterRoleBinding](#clusterrolebinding-v1alpha1) array* | Items is a list of ClusterRoleBindings +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. + diff --git a/docs/resources-reference/v1.5/documents/_generated_clusterrolelist_v1alpha1_concept.md b/docs/resources-reference/v1.5/documents/_generated_clusterrolelist_v1alpha1_concept.md new file mode 100644 index 0000000000..71aae4c153 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_clusterrolelist_v1alpha1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# ClusterRoleList v1alpha1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1alpha1 | ClusterRoleList + + + + + + + +ClusterRoleList is a collection of ClusterRoles + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[ClusterRole](#clusterrole-v1alpha1) array* | Items is a list of ClusterRoles +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_clusterrolelist_v1alpha1_definition.md b/docs/resources-reference/v1.5/documents/_generated_clusterrolelist_v1alpha1_definition.md new file mode 100644 index 0000000000..d36c6bff0e --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_clusterrolelist_v1alpha1_definition.md @@ -0,0 +1,19 @@ +## ClusterRoleList v1alpha1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1alpha1 | ClusterRoleList + + + +ClusterRoleList is a collection of ClusterRoles + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[ClusterRole](#clusterrole-v1alpha1) array* | Items is a list of ClusterRoles +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. + diff --git a/docs/resources-reference/1_5/documents/_generated_componentcondition_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_componentcondition_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_componentcondition_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_componentcondition_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_componentcondition_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_componentcondition_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_componentcondition_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_componentcondition_v1_definition.md diff --git a/docs/resources-reference/v1.5/documents/_generated_componentstatus_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_componentstatus_v1_concept.md new file mode 100644 index 0000000000..8188da8893 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_componentstatus_v1_concept.md @@ -0,0 +1,45 @@ + + +----------- +# ComponentStatus v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | ComponentStatus + + + + + + + +ComponentStatus (and ComponentStatusList) holds the cluster validation info. + +<aside class="notice"> +Appears In <a href="#componentstatuslist-v1">ComponentStatusList</a> </aside> + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +conditions <br /> *[ComponentCondition](#componentcondition-v1) array* | List of component conditions observed +kind <br /> *string* | 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 +metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata + + +### ComponentStatusList v1 + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[ComponentStatus](#componentstatus-v1) array* | List of ComponentStatus objects. +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds + + + + + diff --git a/docs/api-reference/1_5/documents/_generated_componentstatus_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_componentstatus_v1_definition.md similarity index 52% rename from docs/api-reference/1_5/documents/_generated_componentstatus_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_componentstatus_v1_definition.md index e341d6f384..efbd73394a 100644 --- a/docs/api-reference/1_5/documents/_generated_componentstatus_v1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_componentstatus_v1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#componentstatuslist-v1">ComponentStatusList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 conditions <br /> *[ComponentCondition](#componentcondition-v1) array* | List of component conditions observed +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata diff --git a/docs/resources-reference/v1.5/documents/_generated_componentstatuslist_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_componentstatuslist_v1_concept.md new file mode 100644 index 0000000000..b4445da385 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_componentstatuslist_v1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# ComponentStatusList v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | ComponentStatusList + + + + + + + +Status of all the conditions for the component as a list of ComponentStatus objects. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[ComponentStatus](#componentstatus-v1) array* | List of ComponentStatus objects. +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_componentstatuslist_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_componentstatuslist_v1_definition.md new file mode 100644 index 0000000000..02c154761e --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_componentstatuslist_v1_definition.md @@ -0,0 +1,19 @@ +## ComponentStatusList v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | ComponentStatusList + + + +Status of all the conditions for the component as a list of ComponentStatus objects. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[ComponentStatus](#componentstatus-v1) array* | List of ComponentStatus objects. +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds + diff --git a/docs/resources-reference/v1.5/documents/_generated_configmap_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_configmap_v1_concept.md new file mode 100644 index 0000000000..3a174aed15 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_configmap_v1_concept.md @@ -0,0 +1,45 @@ + + +----------- +# ConfigMap v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | ConfigMap + + + + + + + +ConfigMap holds configuration data for pods to consume. + +<aside class="notice"> +Appears In <a href="#configmaplist-v1">ConfigMapList</a> </aside> + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +data <br /> *object* | Data contains the configuration data. Each key must be a valid DNS_SUBDOMAIN with an optional leading dot. +kind <br /> *string* | 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 +metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata + + +### ConfigMapList v1 + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[ConfigMap](#configmap-v1) array* | Items is the list of ConfigMaps. +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata + + + + + diff --git a/docs/resources-reference/1_5/documents/_generated_configmap_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_configmap_v1_definition.md similarity index 50% rename from docs/resources-reference/1_5/documents/_generated_configmap_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_configmap_v1_definition.md index 8fc7e1587e..b5864ad664 100644 --- a/docs/resources-reference/1_5/documents/_generated_configmap_v1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_configmap_v1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#configmaplist-v1">ConfigMapList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 data <br /> *object* | Data contains the configuration data. Each key must be a valid DNS_SUBDOMAIN with an optional leading dot. +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_configmapkeyselector_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_configmapkeyselector_v1_concept.md similarity index 77% rename from docs/user-guide/kubectl/1_5/documents/_generated_configmapkeyselector_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_configmapkeyselector_v1_concept.md index a602f360e4..8cb9c40d2d 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_configmapkeyselector_v1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_configmapkeyselector_v1_concept.md @@ -23,6 +23,7 @@ Appears In <a href="#envvarsource-v1">EnvVarSource</a> </aside> Field | Description ------------ | ----------- key <br /> *string* | The key to select. +name <br /> *string* | Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names diff --git a/docs/api-reference/1_5/documents/_generated_configmapkeyselector_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_configmapkeyselector_v1_definition.md similarity index 76% rename from docs/api-reference/1_5/documents/_generated_configmapkeyselector_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_configmapkeyselector_v1_definition.md index cfb66d4cd7..00e98b82bb 100644 --- a/docs/api-reference/1_5/documents/_generated_configmapkeyselector_v1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_configmapkeyselector_v1_definition.md @@ -14,4 +14,5 @@ Appears In <a href="#envvarsource-v1">EnvVarSource</a> </aside> Field | Description ------------ | ----------- key <br /> *string* | The key to select. +name <br /> *string* | Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names diff --git a/docs/resources-reference/v1.5/documents/_generated_configmaplist_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_configmaplist_v1_concept.md new file mode 100644 index 0000000000..a0c4f0a530 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_configmaplist_v1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# ConfigMapList v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | ConfigMapList + + + + + + + +ConfigMapList is a resource containing a list of ConfigMap objects. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[ConfigMap](#configmap-v1) array* | Items is the list of ConfigMaps. +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_configmaplist_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_configmaplist_v1_definition.md new file mode 100644 index 0000000000..32e00ed55e --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_configmaplist_v1_definition.md @@ -0,0 +1,19 @@ +## ConfigMapList v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | ConfigMapList + + + +ConfigMapList is a resource containing a list of ConfigMap objects. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[ConfigMap](#configmap-v1) array* | Items is the list of ConfigMaps. +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata + diff --git a/docs/resources-reference/v1.5/documents/_generated_configmapvolumesource_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_configmapvolumesource_v1_concept.md new file mode 100644 index 0000000000..5dd5e2b183 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_configmapvolumesource_v1_concept.md @@ -0,0 +1,35 @@ + + +----------- +# ConfigMapVolumeSource v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | ConfigMapVolumeSource + + + + + + + +Adapts a ConfigMap into a volume. + +The contents of the target ConfigMap's Data field will be presented in a volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. ConfigMap volumes support ownership management and SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +defaultMode <br /> *integer* | Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. +items <br /> *[KeyToPath](#keytopath-v1) array* | If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error. Paths must be relative and may not contain the '..' path or start with '..'. +name <br /> *string* | Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_configmapvolumesource_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_configmapvolumesource_v1_definition.md new file mode 100644 index 0000000000..e171a6f0d6 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_configmapvolumesource_v1_definition.md @@ -0,0 +1,21 @@ +## ConfigMapVolumeSource v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | ConfigMapVolumeSource + + + +Adapts a ConfigMap into a volume. + +The contents of the target ConfigMap's Data field will be presented in a volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. ConfigMap volumes support ownership management and SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +defaultMode <br /> *integer* | Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. +items <br /> *[KeyToPath](#keytopath-v1) array* | If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error. Paths must be relative and may not contain the '..' path or start with '..'. +name <br /> *string* | Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names + diff --git a/docs/resources-reference/1_5/documents/_generated_container_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_container_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_container_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_container_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_container_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_container_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_container_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_container_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_containerimage_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_containerimage_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_containerimage_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_containerimage_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_containerimage_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_containerimage_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_containerimage_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_containerimage_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_containerport_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_containerport_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_containerport_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_containerport_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_containerport_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_containerport_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_containerport_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_containerport_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_containerstate_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_containerstate_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_containerstate_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_containerstate_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_containerstate_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_containerstate_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_containerstate_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_containerstate_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_containerstaterunning_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_containerstaterunning_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_containerstaterunning_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_containerstaterunning_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_containerstaterunning_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_containerstaterunning_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_containerstaterunning_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_containerstaterunning_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_containerstateterminated_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_containerstateterminated_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_containerstateterminated_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_containerstateterminated_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_containerstateterminated_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_containerstateterminated_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_containerstateterminated_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_containerstateterminated_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_containerstatewaiting_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_containerstatewaiting_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_containerstatewaiting_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_containerstatewaiting_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_containerstatewaiting_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_containerstatewaiting_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_containerstatewaiting_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_containerstatewaiting_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_containerstatus_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_containerstatus_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_containerstatus_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_containerstatus_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_containerstatus_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_containerstatus_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_containerstatus_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_containerstatus_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_cputargetutilization_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_cputargetutilization_v1beta1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_cputargetutilization_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_cputargetutilization_v1beta1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_cputargetutilization_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_cputargetutilization_v1beta1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_cputargetutilization_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_cputargetutilization_v1beta1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_cronjob_v2alpha1_concept.md b/docs/resources-reference/v1.5/documents/_generated_cronjob_v2alpha1_concept.md similarity index 70% rename from docs/resources-reference/1_5/documents/_generated_cronjob_v2alpha1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_cronjob_v2alpha1_concept.md index 295b8d753e..6183cb7889 100644 --- a/docs/resources-reference/1_5/documents/_generated_cronjob_v2alpha1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_cronjob_v2alpha1_concept.md @@ -22,6 +22,8 @@ Appears In <a href="#cronjoblist-v2alpha1">CronJobList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[CronJobSpec](#cronjobspec-v2alpha1)* | Spec is a structure defining the expected behavior of a job, including the schedule. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[CronJobStatus](#cronjobstatus-v2alpha1)* | Status is a structure describing current status of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status @@ -56,7 +58,9 @@ lastScheduleTime <br /> *[Time](#time-unversioned)* | LastScheduleTime keeps in Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[CronJob](#cronjob-v2alpha1) array* | Items is the list of CronJob. +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata diff --git a/docs/resources-reference/1_5/documents/_generated_cronjob_v2alpha1_definition.md b/docs/resources-reference/v1.5/documents/_generated_cronjob_v2alpha1_definition.md similarity index 61% rename from docs/resources-reference/1_5/documents/_generated_cronjob_v2alpha1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_cronjob_v2alpha1_definition.md index 0cc274bf72..ec4284e0b7 100644 --- a/docs/resources-reference/1_5/documents/_generated_cronjob_v2alpha1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_cronjob_v2alpha1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#cronjoblist-v2alpha1">CronJobList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[CronJobSpec](#cronjobspec-v2alpha1)* | Spec is a structure defining the expected behavior of a job, including the schedule. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[CronJobStatus](#cronjobstatus-v2alpha1)* | Status is a structure describing current status of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status diff --git a/docs/resources-reference/v1.5/documents/_generated_cronjoblist_v2alpha1_concept.md b/docs/resources-reference/v1.5/documents/_generated_cronjoblist_v2alpha1_concept.md new file mode 100644 index 0000000000..f63337e893 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_cronjoblist_v2alpha1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# CronJobList v2alpha1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v2alpha1 | CronJobList + + + + + + + +CronJobList is a collection of cron jobs. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[CronJob](#cronjob-v2alpha1) array* | Items is the list of CronJob. +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_cronjoblist_v2alpha1_definition.md b/docs/resources-reference/v1.5/documents/_generated_cronjoblist_v2alpha1_definition.md new file mode 100644 index 0000000000..9c0f2059d8 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_cronjoblist_v2alpha1_definition.md @@ -0,0 +1,19 @@ +## CronJobList v2alpha1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v2alpha1 | CronJobList + + + +CronJobList is a collection of cron jobs. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[CronJob](#cronjob-v2alpha1) array* | Items is the list of CronJob. +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata + diff --git a/docs/resources-reference/1_5/documents/_generated_cronjobspec_v2alpha1_concept.md b/docs/resources-reference/v1.5/documents/_generated_cronjobspec_v2alpha1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_cronjobspec_v2alpha1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_cronjobspec_v2alpha1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_cronjobspec_v2alpha1_definition.md b/docs/resources-reference/v1.5/documents/_generated_cronjobspec_v2alpha1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_cronjobspec_v2alpha1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_cronjobspec_v2alpha1_definition.md diff --git a/docs/resources-reference/v1.5/documents/_generated_cronjobstatus_v2alpha1_concept.md b/docs/resources-reference/v1.5/documents/_generated_cronjobstatus_v2alpha1_concept.md new file mode 100644 index 0000000000..3bd2980690 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_cronjobstatus_v2alpha1_concept.md @@ -0,0 +1,32 @@ + + +----------- +# CronJobStatus v2alpha1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v2alpha1 | CronJobStatus + + + + + + + +CronJobStatus represents the current state of a cron job. + +<aside class="notice"> +Appears In <a href="#cronjob-v2alpha1">CronJob</a> </aside> + +Field | Description +------------ | ----------- +active <br /> *[ObjectReference](#objectreference-v1) array* | Active holds pointers to currently running jobs. +lastScheduleTime <br /> *[Time](#time-unversioned)* | LastScheduleTime keeps information of when was the last time the job was successfully scheduled. + + + + + + diff --git a/docs/api-reference/1_5/documents/_generated_cronjobstatus_v2alpha1_definition.md b/docs/resources-reference/v1.5/documents/_generated_cronjobstatus_v2alpha1_definition.md similarity index 94% rename from docs/api-reference/1_5/documents/_generated_cronjobstatus_v2alpha1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_cronjobstatus_v2alpha1_definition.md index a38a9cd2a6..021803c3e1 100644 --- a/docs/api-reference/1_5/documents/_generated_cronjobstatus_v2alpha1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_cronjobstatus_v2alpha1_definition.md @@ -2,7 +2,7 @@ Group | Version | Kind ------------ | ---------- | ----------- -Batch | v2alpha1 | CronJobStatus +Core | v2alpha1 | CronJobStatus diff --git a/docs/resources-reference/1_5/documents/_generated_crossversionobjectreference_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_crossversionobjectreference_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_crossversionobjectreference_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_crossversionobjectreference_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_crossversionobjectreference_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_crossversionobjectreference_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_crossversionobjectreference_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_crossversionobjectreference_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_daemonendpoint_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_daemonendpoint_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_daemonendpoint_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_daemonendpoint_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_daemonendpoint_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_daemonendpoint_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_daemonendpoint_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_daemonendpoint_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_daemonset_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_daemonset_v1beta1_concept.md similarity index 77% rename from docs/resources-reference/1_5/documents/_generated_daemonset_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_daemonset_v1beta1_concept.md index 2361f6f67f..7e0e43a04c 100644 --- a/docs/resources-reference/1_5/documents/_generated_daemonset_v1beta1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_daemonset_v1beta1_concept.md @@ -53,6 +53,8 @@ Appears In <a href="#daemonsetlist-v1beta1">DaemonSetList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[DaemonSetSpec](#daemonsetspec-v1beta1)* | Spec defines the desired behavior of this daemon set. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[DaemonSetStatus](#daemonsetstatus-v1beta1)* | Status is the current status of this daemon set. This data may be out of date by some window of time. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status @@ -86,7 +88,9 @@ numberReady <br /> *integer* | NumberReady is the number of nodes that should b Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[DaemonSet](#daemonset-v1beta1) array* | Items is a list of daemon sets. +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata diff --git a/docs/resources-reference/1_5/documents/_generated_daemonset_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_daemonset_v1beta1_definition.md similarity index 62% rename from docs/resources-reference/1_5/documents/_generated_daemonset_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_daemonset_v1beta1_definition.md index efe0c4d88d..a403cd596e 100644 --- a/docs/resources-reference/1_5/documents/_generated_daemonset_v1beta1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_daemonset_v1beta1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#daemonsetlist-v1beta1">DaemonSetList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[DaemonSetSpec](#daemonsetspec-v1beta1)* | Spec defines the desired behavior of this daemon set. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[DaemonSetStatus](#daemonsetstatus-v1beta1)* | Status is the current status of this daemon set. This data may be out of date by some window of time. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status diff --git a/docs/resources-reference/v1.5/documents/_generated_daemonsetlist_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_daemonsetlist_v1beta1_concept.md new file mode 100644 index 0000000000..8de7e7421b --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_daemonsetlist_v1beta1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# DaemonSetList v1beta1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1beta1 | DaemonSetList + + + + + + + +DaemonSetList is a collection of daemon sets. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[DaemonSet](#daemonset-v1beta1) array* | Items is a list of daemon sets. +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_daemonsetlist_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_daemonsetlist_v1beta1_definition.md new file mode 100644 index 0000000000..887a392bc4 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_daemonsetlist_v1beta1_definition.md @@ -0,0 +1,19 @@ +## DaemonSetList v1beta1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1beta1 | DaemonSetList + + + +DaemonSetList is a collection of daemon sets. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[DaemonSet](#daemonset-v1beta1) array* | Items is a list of daemon sets. +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata + diff --git a/docs/resources-reference/1_5/documents/_generated_daemonsetspec_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_daemonsetspec_v1beta1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_daemonsetspec_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_daemonsetspec_v1beta1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_daemonsetspec_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_daemonsetspec_v1beta1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_daemonsetspec_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_daemonsetspec_v1beta1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_daemonsetstatus_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_daemonsetstatus_v1beta1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_daemonsetstatus_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_daemonsetstatus_v1beta1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_daemonsetstatus_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_daemonsetstatus_v1beta1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_daemonsetstatus_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_daemonsetstatus_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_deleteoptions_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_deleteoptions_v1_concept.md similarity index 64% rename from docs/user-guide/kubectl/1_5/documents/_generated_deleteoptions_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_deleteoptions_v1_concept.md index 6c93799473..761715e2a5 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_deleteoptions_v1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_deleteoptions_v1_concept.md @@ -22,7 +22,9 @@ Appears In <a href="#eviction-v1beta1">Eviction</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 gracePeriodSeconds <br /> *integer* | The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. +kind <br /> *string* | 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 orphanDependents <br /> *boolean* | Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. preconditions <br /> *[Preconditions](#preconditions-v1)* | Must be fulfilled before a deletion is carried out. If not possible, a 409 Conflict status will be returned. diff --git a/docs/resources-reference/1_5/documents/_generated_deleteoptions_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_deleteoptions_v1_definition.md similarity index 63% rename from docs/resources-reference/1_5/documents/_generated_deleteoptions_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_deleteoptions_v1_definition.md index f80a9faa84..c48a6834aa 100644 --- a/docs/resources-reference/1_5/documents/_generated_deleteoptions_v1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_deleteoptions_v1_definition.md @@ -13,7 +13,9 @@ Appears In <a href="#eviction-v1beta1">Eviction</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 gracePeriodSeconds <br /> *integer* | The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. +kind <br /> *string* | 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 orphanDependents <br /> *boolean* | Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. preconditions <br /> *[Preconditions](#preconditions-v1)* | Must be fulfilled before a deletion is carried out. If not possible, a 409 Conflict status will be returned. diff --git a/docs/resources-reference/1_5/documents/_generated_deployment_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_deployment_v1beta1_concept.md similarity index 79% rename from docs/resources-reference/1_5/documents/_generated_deployment_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_deployment_v1beta1_concept.md index 3c04b49ce0..01686a144c 100644 --- a/docs/resources-reference/1_5/documents/_generated_deployment_v1beta1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_deployment_v1beta1_concept.md @@ -15,8 +15,8 @@ metadata: spec: # 3 Pods should exist at all times. replicas: 3 - # Keep record of 10 revisions for rollback - revisionHistoryLimit: 10 + # Keep record of 2 revisions for rollback + revisionHistoryLimit: 2 template: metadata: labels: @@ -50,6 +50,8 @@ Appears In <a href="#deploymentlist-v1beta1">DeploymentList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object metadata. spec <br /> *[DeploymentSpec](#deploymentspec-v1beta1)* | Specification of the desired behavior of the Deployment. status <br /> *[DeploymentStatus](#deploymentstatus-v1beta1)* | Most recently observed status of the Deployment. @@ -92,7 +94,9 @@ updatedReplicas <br /> *integer* | Total number of non-terminated pods targeted Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[Deployment](#deployment-v1beta1) array* | Items is the list of Deployments. +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. ### DeploymentStrategy v1beta1 @@ -111,6 +115,8 @@ type <br /> *string* | Type of deployment. Can be "Recreate" or "RollingUpdate" Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 name <br /> *string* | Required: This must match the Name of a deployment. rollbackTo <br /> *[RollbackConfig](#rollbackconfig-v1beta1)* | The config of this deployment rollback. updatedAnnotations <br /> *object* | The annotations to be updated to a deployment diff --git a/docs/resources-reference/1_5/documents/_generated_deployment_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_deployment_v1beta1_definition.md similarity index 52% rename from docs/resources-reference/1_5/documents/_generated_deployment_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_deployment_v1beta1_definition.md index 6cb8e39bcb..9697712b28 100644 --- a/docs/resources-reference/1_5/documents/_generated_deployment_v1beta1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_deployment_v1beta1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#deploymentlist-v1beta1">DeploymentList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object metadata. spec <br /> *[DeploymentSpec](#deploymentspec-v1beta1)* | Specification of the desired behavior of the Deployment. status <br /> *[DeploymentStatus](#deploymentstatus-v1beta1)* | Most recently observed status of the Deployment. diff --git a/docs/resources-reference/1_5/documents/_generated_deploymentcondition_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_deploymentcondition_v1beta1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_deploymentcondition_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_deploymentcondition_v1beta1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_deploymentcondition_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_deploymentcondition_v1beta1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_deploymentcondition_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_deploymentcondition_v1beta1_definition.md diff --git a/docs/resources-reference/v1.5/documents/_generated_deploymentlist_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_deploymentlist_v1beta1_concept.md new file mode 100644 index 0000000000..bdf4905e2f --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_deploymentlist_v1beta1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# DeploymentList v1beta1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1beta1 | DeploymentList + + + + + + + +DeploymentList is a list of Deployments. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[Deployment](#deployment-v1beta1) array* | Items is the list of Deployments. +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_deploymentlist_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_deploymentlist_v1beta1_definition.md new file mode 100644 index 0000000000..c14fbead74 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_deploymentlist_v1beta1_definition.md @@ -0,0 +1,19 @@ +## DeploymentList v1beta1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1beta1 | DeploymentList + + + +DeploymentList is a list of Deployments. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[Deployment](#deployment-v1beta1) array* | Items is the list of Deployments. +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. + diff --git a/docs/resources-reference/v1.5/documents/_generated_deploymentrollback_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_deploymentrollback_v1beta1_concept.md new file mode 100644 index 0000000000..99f95e00eb --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_deploymentrollback_v1beta1_concept.md @@ -0,0 +1,34 @@ + + +----------- +# DeploymentRollback v1beta1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1beta1 | DeploymentRollback + + + + + + + +DeploymentRollback stores the information required to rollback a deployment. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 +name <br /> *string* | Required: This must match the Name of a deployment. +rollbackTo <br /> *[RollbackConfig](#rollbackconfig-v1beta1)* | The config of this deployment rollback. +updatedAnnotations <br /> *object* | The annotations to be updated to a deployment + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_deploymentrollback_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_deploymentrollback_v1beta1_definition.md new file mode 100644 index 0000000000..40f828f6ae --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_deploymentrollback_v1beta1_definition.md @@ -0,0 +1,20 @@ +## DeploymentRollback v1beta1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1beta1 | DeploymentRollback + + + +DeploymentRollback stores the information required to rollback a deployment. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 +name <br /> *string* | Required: This must match the Name of a deployment. +rollbackTo <br /> *[RollbackConfig](#rollbackconfig-v1beta1)* | The config of this deployment rollback. +updatedAnnotations <br /> *object* | The annotations to be updated to a deployment + diff --git a/docs/resources-reference/1_5/documents/_generated_deploymentspec_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_deploymentspec_v1beta1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_deploymentspec_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_deploymentspec_v1beta1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_deploymentspec_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_deploymentspec_v1beta1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_deploymentspec_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_deploymentspec_v1beta1_definition.md diff --git a/docs/resources-reference/v1.5/documents/_generated_deploymentstatus_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_deploymentstatus_v1beta1_concept.md new file mode 100644 index 0000000000..a48b1826d3 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_deploymentstatus_v1beta1_concept.md @@ -0,0 +1,36 @@ + + +----------- +# DeploymentStatus v1beta1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1beta1 | DeploymentStatus + + + + + + + +DeploymentStatus is the most recently observed status of the Deployment. + +<aside class="notice"> +Appears In <a href="#deployment-v1beta1">Deployment</a> </aside> + +Field | Description +------------ | ----------- +availableReplicas <br /> *integer* | Total number of available pods (ready for at least minReadySeconds) targeted by this deployment. +conditions <br /> *[DeploymentCondition](#deploymentcondition-v1beta1) array* | Represents the latest available observations of a deployment's current state. +observedGeneration <br /> *integer* | The generation observed by the deployment controller. +replicas <br /> *integer* | Total number of non-terminated pods targeted by this deployment (their labels match the selector). +unavailableReplicas <br /> *integer* | Total number of unavailable pods targeted by this deployment. +updatedReplicas <br /> *integer* | Total number of non-terminated pods targeted by this deployment that have the desired template spec. + + + + + + diff --git a/docs/api-reference/1_5/documents/_generated_deploymentstatus_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_deploymentstatus_v1beta1_definition.md similarity index 96% rename from docs/api-reference/1_5/documents/_generated_deploymentstatus_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_deploymentstatus_v1beta1_definition.md index bec3badea1..267b92166f 100644 --- a/docs/api-reference/1_5/documents/_generated_deploymentstatus_v1beta1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_deploymentstatus_v1beta1_definition.md @@ -2,7 +2,7 @@ Group | Version | Kind ------------ | ---------- | ----------- -Extensions | v1beta1 | DeploymentStatus +Core | v1beta1 | DeploymentStatus diff --git a/docs/resources-reference/1_5/documents/_generated_deploymentstrategy_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_deploymentstrategy_v1beta1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_deploymentstrategy_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_deploymentstrategy_v1beta1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_deploymentstrategy_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_deploymentstrategy_v1beta1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_deploymentstrategy_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_deploymentstrategy_v1beta1_definition.md diff --git a/docs/resources-reference/v1.5/documents/_generated_downwardapivolumefile_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_downwardapivolumefile_v1_concept.md new file mode 100644 index 0000000000..a71251d5a4 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_downwardapivolumefile_v1_concept.md @@ -0,0 +1,34 @@ + + +----------- +# DownwardAPIVolumeFile v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | DownwardAPIVolumeFile + + + + + + + +DownwardAPIVolumeFile represents information to create the file containing the pod field + +<aside class="notice"> +Appears In <a href="#downwardapivolumesource-v1">DownwardAPIVolumeSource</a> </aside> + +Field | Description +------------ | ----------- +fieldRef <br /> *[ObjectFieldSelector](#objectfieldselector-v1)* | Required: Selects a field of the pod: only annotations, labels, name and namespace are supported. +mode <br /> *integer* | Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. +path <br /> *string* | Required: Path is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..' +resourceFieldRef <br /> *[ResourceFieldSelector](#resourcefieldselector-v1)* | Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported. + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_downwardapivolumefile_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_downwardapivolumefile_v1_definition.md new file mode 100644 index 0000000000..1551ed1ddf --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_downwardapivolumefile_v1_definition.md @@ -0,0 +1,20 @@ +## DownwardAPIVolumeFile v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | DownwardAPIVolumeFile + + + +DownwardAPIVolumeFile represents information to create the file containing the pod field + +<aside class="notice"> +Appears In <a href="#downwardapivolumesource-v1">DownwardAPIVolumeSource</a> </aside> + +Field | Description +------------ | ----------- +fieldRef <br /> *[ObjectFieldSelector](#objectfieldselector-v1)* | Required: Selects a field of the pod: only annotations, labels, name and namespace are supported. +mode <br /> *integer* | Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. +path <br /> *string* | Required: Path is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..' +resourceFieldRef <br /> *[ResourceFieldSelector](#resourcefieldselector-v1)* | Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported. + diff --git a/docs/resources-reference/v1.5/documents/_generated_downwardapivolumesource_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_downwardapivolumesource_v1_concept.md new file mode 100644 index 0000000000..1e7faa3e0a --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_downwardapivolumesource_v1_concept.md @@ -0,0 +1,32 @@ + + +----------- +# DownwardAPIVolumeSource v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | DownwardAPIVolumeSource + + + + + + + +DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +defaultMode <br /> *integer* | Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. +items <br /> *[DownwardAPIVolumeFile](#downwardapivolumefile-v1) array* | Items is a list of downward API volume file + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_downwardapivolumesource_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_downwardapivolumesource_v1_definition.md new file mode 100644 index 0000000000..7cee35155f --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_downwardapivolumesource_v1_definition.md @@ -0,0 +1,18 @@ +## DownwardAPIVolumeSource v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | DownwardAPIVolumeSource + + + +DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +defaultMode <br /> *integer* | Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. +items <br /> *[DownwardAPIVolumeFile](#downwardapivolumefile-v1) array* | Items is a list of downward API volume file + diff --git a/docs/resources-reference/v1.5/documents/_generated_emptydirvolumesource_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_emptydirvolumesource_v1_concept.md new file mode 100644 index 0000000000..d46dace5fb --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_emptydirvolumesource_v1_concept.md @@ -0,0 +1,31 @@ + + +----------- +# EmptyDirVolumeSource v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | EmptyDirVolumeSource + + + + + + + +Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +medium <br /> *string* | What type of storage medium should back this directory. The default is "" which means to use the node's default medium. Must be an empty string (default) or Memory. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_emptydirvolumesource_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_emptydirvolumesource_v1_definition.md new file mode 100644 index 0000000000..32cde1bbd7 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_emptydirvolumesource_v1_definition.md @@ -0,0 +1,17 @@ +## EmptyDirVolumeSource v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | EmptyDirVolumeSource + + + +Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +medium <br /> *string* | What type of storage medium should back this directory. The default is "" which means to use the node's default medium. Must be an empty string (default) or Memory. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir + diff --git a/docs/resources-reference/1_5/documents/_generated_endpointaddress_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_endpointaddress_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_endpointaddress_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_endpointaddress_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_endpointaddress_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_endpointaddress_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_endpointaddress_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_endpointaddress_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_endpointport_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_endpointport_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_endpointport_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_endpointport_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_endpointport_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_endpointport_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_endpointport_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_endpointport_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_endpoints_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_endpoints_v1_concept.md similarity index 58% rename from docs/resources-reference/1_5/documents/_generated_endpoints_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_endpoints_v1_concept.md index 8fbbb92e2c..24957c84a1 100644 --- a/docs/resources-reference/1_5/documents/_generated_endpoints_v1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_endpoints_v1_concept.md @@ -33,6 +33,8 @@ Appears In <a href="#endpointslist-v1">EndpointsList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata subsets <br /> *[EndpointSubset](#endpointsubset-v1) array* | The set of all endpoints is the union of all subsets. Addresses are placed into subsets according to the IPs they share. A single address with multiple ports, some of which are ready and some of which are not (because they come from different containers) will result in the address being displayed in different subsets for the different ports. No address will appear in both Addresses and NotReadyAddresses in the same subset. Sets of addresses and ports that comprise a service. @@ -43,7 +45,9 @@ subsets <br /> *[EndpointSubset](#endpointsubset-v1) array* | The set of all en Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[Endpoints](#endpoints-v1) array* | List of endpoints. +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds diff --git a/docs/resources-reference/1_5/documents/_generated_endpoints_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_endpoints_v1_definition.md similarity index 69% rename from docs/resources-reference/1_5/documents/_generated_endpoints_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_endpoints_v1_definition.md index f0762826f4..6a9e205157 100644 --- a/docs/resources-reference/1_5/documents/_generated_endpoints_v1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_endpoints_v1_definition.md @@ -24,6 +24,8 @@ Appears In <a href="#endpointslist-v1">EndpointsList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata subsets <br /> *[EndpointSubset](#endpointsubset-v1) array* | The set of all endpoints is the union of all subsets. Addresses are placed into subsets according to the IPs they share. A single address with multiple ports, some of which are ready and some of which are not (because they come from different containers) will result in the address being displayed in different subsets for the different ports. No address will appear in both Addresses and NotReadyAddresses in the same subset. Sets of addresses and ports that comprise a service. diff --git a/docs/resources-reference/v1.5/documents/_generated_endpointslist_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_endpointslist_v1_concept.md new file mode 100644 index 0000000000..f50b6f092e --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_endpointslist_v1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# EndpointsList v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | EndpointsList + + + + + + + +EndpointsList is a list of endpoints. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[Endpoints](#endpoints-v1) array* | List of endpoints. +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_endpointslist_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_endpointslist_v1_definition.md new file mode 100644 index 0000000000..532f821e9a --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_endpointslist_v1_definition.md @@ -0,0 +1,19 @@ +## EndpointsList v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | EndpointsList + + + +EndpointsList is a list of endpoints. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[Endpoints](#endpoints-v1) array* | List of endpoints. +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds + diff --git a/docs/resources-reference/1_5/documents/_generated_endpointsubset_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_endpointsubset_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_endpointsubset_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_endpointsubset_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_endpointsubset_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_endpointsubset_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_endpointsubset_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_endpointsubset_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_envvar_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_envvar_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_envvar_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_envvar_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_envvar_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_envvar_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_envvar_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_envvar_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_envvarsource_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_envvarsource_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_envvarsource_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_envvarsource_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_envvarsource_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_envvarsource_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_envvarsource_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_envvarsource_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_event_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_event_v1_concept.md similarity index 60% rename from docs/resources-reference/1_5/documents/_generated_event_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_event_v1_concept.md index 2d8ce66569..5034c38cfb 100644 --- a/docs/resources-reference/1_5/documents/_generated_event_v1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_event_v1_concept.md @@ -22,9 +22,11 @@ Appears In <a href="#eventlist-v1">EventList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 count <br /> *integer* | The number of times this event has occurred. firstTimestamp <br /> *[Time](#time-unversioned)* | The time at which the event was first recorded. (Time of server receipt is in TypeMeta.) involvedObject <br /> *[ObjectReference](#objectreference-v1)* | The object that this event is about. +kind <br /> *string* | 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 lastTimestamp <br /> *[Time](#time-unversioned)* | The time at which the most recent occurrence of this event was recorded. message <br /> *string* | A human-readable description of the status of this operation. metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata @@ -39,7 +41,9 @@ type <br /> *string* | Type of this event (Normal, Warning), new types could be Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[Event](#event-v1) array* | List of events +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds diff --git a/docs/api-reference/1_5/documents/_generated_event_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_event_v1_definition.md similarity index 71% rename from docs/api-reference/1_5/documents/_generated_event_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_event_v1_definition.md index 6b4cc740f3..5333f9785c 100644 --- a/docs/api-reference/1_5/documents/_generated_event_v1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_event_v1_definition.md @@ -13,9 +13,11 @@ Appears In <a href="#eventlist-v1">EventList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 count <br /> *integer* | The number of times this event has occurred. firstTimestamp <br /> *[Time](#time-unversioned)* | The time at which the event was first recorded. (Time of server receipt is in TypeMeta.) involvedObject <br /> *[ObjectReference](#objectreference-v1)* | The object that this event is about. +kind <br /> *string* | 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 lastTimestamp <br /> *[Time](#time-unversioned)* | The time at which the most recent occurrence of this event was recorded. message <br /> *string* | A human-readable description of the status of this operation. metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata diff --git a/docs/resources-reference/1_5/documents/_generated_event_versioned_concept.md b/docs/resources-reference/v1.5/documents/_generated_event_versioned_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_event_versioned_concept.md rename to docs/resources-reference/v1.5/documents/_generated_event_versioned_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_event_versioned_definition.md b/docs/resources-reference/v1.5/documents/_generated_event_versioned_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_event_versioned_definition.md rename to docs/resources-reference/v1.5/documents/_generated_event_versioned_definition.md diff --git a/docs/resources-reference/v1.5/documents/_generated_eventlist_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_eventlist_v1_concept.md new file mode 100644 index 0000000000..01eb942a6d --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_eventlist_v1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# EventList v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | EventList + + + + + + + +EventList is a list of events. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[Event](#event-v1) array* | List of events +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_eventlist_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_eventlist_v1_definition.md new file mode 100644 index 0000000000..c168720694 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_eventlist_v1_definition.md @@ -0,0 +1,19 @@ +## EventList v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | EventList + + + +EventList is a list of events. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[Event](#event-v1) array* | List of events +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds + diff --git a/docs/resources-reference/1_5/documents/_generated_eventsource_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_eventsource_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_eventsource_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_eventsource_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_eventsource_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_eventsource_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_eventsource_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_eventsource_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_eviction_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_eviction_v1beta1_concept.md similarity index 51% rename from docs/user-guide/kubectl/1_5/documents/_generated_eviction_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_eviction_v1beta1_concept.md index 5aecddc85d..c50f9d2979 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_eviction_v1beta1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_eviction_v1beta1_concept.md @@ -21,7 +21,9 @@ Eviction evicts a pod from its node subject to certain policies and safety const Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 deleteOptions <br /> *[DeleteOptions](#deleteoptions-v1)* | DeleteOptions may be provided +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | ObjectMeta describes the pod that is being evicted. diff --git a/docs/resources-reference/1_5/documents/_generated_eviction_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_eviction_v1beta1_definition.md similarity index 50% rename from docs/resources-reference/1_5/documents/_generated_eviction_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_eviction_v1beta1_definition.md index ff42320589..0444d0f3d6 100644 --- a/docs/resources-reference/1_5/documents/_generated_eviction_v1beta1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_eviction_v1beta1_definition.md @@ -12,6 +12,8 @@ Eviction evicts a pod from its node subject to certain policies and safety const Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 deleteOptions <br /> *[DeleteOptions](#deleteoptions-v1)* | DeleteOptions may be provided +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | ObjectMeta describes the pod that is being evicted. diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_execaction_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_execaction_v1_concept.md similarity index 89% rename from docs/user-guide/kubectl/1_5/documents/_generated_execaction_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_execaction_v1_concept.md index f0534c5e20..e0177fe5f8 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_execaction_v1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_execaction_v1_concept.md @@ -18,7 +18,7 @@ Core | v1 | ExecAction ExecAction describes a "run in container" action. <aside class="notice"> -Appears In <a href="#handler-v1">Handler</a> </aside> +Appears In <a href="#handler-v1">Handler</a> <a href="#probe-v1">Probe</a> </aside> Field | Description ------------ | ----------- diff --git a/docs/resources-reference/1_5/documents/_generated_execaction_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_execaction_v1_definition.md similarity index 88% rename from docs/resources-reference/1_5/documents/_generated_execaction_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_execaction_v1_definition.md index c1252f3e2d..135d7e0e2a 100644 --- a/docs/resources-reference/1_5/documents/_generated_execaction_v1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_execaction_v1_definition.md @@ -9,7 +9,7 @@ Core | v1 | ExecAction ExecAction describes a "run in container" action. <aside class="notice"> -Appears In <a href="#handler-v1">Handler</a> </aside> +Appears In <a href="#handler-v1">Handler</a> <a href="#probe-v1">Probe</a> </aside> Field | Description ------------ | ----------- diff --git a/docs/resources-reference/v1.5/documents/_generated_fcvolumesource_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_fcvolumesource_v1_concept.md new file mode 100644 index 0000000000..cd6f9af1a6 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_fcvolumesource_v1_concept.md @@ -0,0 +1,34 @@ + + +----------- +# FCVolumeSource v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | FCVolumeSource + + + + + + + +Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +fsType <br /> *string* | Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. +lun <br /> *integer* | Required: FC target lun number +readOnly <br /> *boolean* | Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +targetWWNs <br /> *string array* | Required: FC target worldwide names (WWNs) + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_fcvolumesource_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_fcvolumesource_v1_definition.md new file mode 100644 index 0000000000..8a82f89ba3 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_fcvolumesource_v1_definition.md @@ -0,0 +1,20 @@ +## FCVolumeSource v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | FCVolumeSource + + + +Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +fsType <br /> *string* | Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. +lun <br /> *integer* | Required: FC target lun number +readOnly <br /> *boolean* | Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +targetWWNs <br /> *string array* | Required: FC target worldwide names (WWNs) + diff --git a/docs/resources-reference/v1.5/documents/_generated_flexvolumesource_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_flexvolumesource_v1_concept.md new file mode 100644 index 0000000000..604820a53d --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_flexvolumesource_v1_concept.md @@ -0,0 +1,35 @@ + + +----------- +# FlexVolumeSource v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | 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. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +driver <br /> *string* | Driver is the name of the driver to use for this volume. +fsType <br /> *string* | Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". The default filesystem depends on FlexVolume script. +options <br /> *object* | Optional: Extra command options if any. +readOnly <br /> *boolean* | Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +secretRef <br /> *[LocalObjectReference](#localobjectreference-v1)* | Optional: SecretRef is reference to the secret object containing sensitive information to pass to the plugin scripts. This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts. + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_flexvolumesource_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_flexvolumesource_v1_definition.md new file mode 100644 index 0000000000..89becb095a --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_flexvolumesource_v1_definition.md @@ -0,0 +1,21 @@ +## FlexVolumeSource v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | 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. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +driver <br /> *string* | Driver is the name of the driver to use for this volume. +fsType <br /> *string* | Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". The default filesystem depends on FlexVolume script. +options <br /> *object* | Optional: Extra command options if any. +readOnly <br /> *boolean* | Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +secretRef <br /> *[LocalObjectReference](#localobjectreference-v1)* | Optional: SecretRef is reference to the secret object containing sensitive information to pass to the plugin scripts. This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts. + diff --git a/docs/resources-reference/v1.5/documents/_generated_flockervolumesource_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_flockervolumesource_v1_concept.md new file mode 100644 index 0000000000..d686fad3f0 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_flockervolumesource_v1_concept.md @@ -0,0 +1,32 @@ + + +----------- +# FlockerVolumeSource v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | FlockerVolumeSource + + + + + + + +Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +datasetName <br /> *string* | Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated +datasetUUID <br /> *string* | UUID of the dataset. This is unique identifier of a Flocker dataset + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_flockervolumesource_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_flockervolumesource_v1_definition.md new file mode 100644 index 0000000000..aaccc59415 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_flockervolumesource_v1_definition.md @@ -0,0 +1,18 @@ +## FlockerVolumeSource v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | FlockerVolumeSource + + + +Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +datasetName <br /> *string* | Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated +datasetUUID <br /> *string* | UUID of the dataset. This is unique identifier of a Flocker dataset + diff --git a/docs/resources-reference/v1.5/documents/_generated_gcepersistentdiskvolumesource_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_gcepersistentdiskvolumesource_v1_concept.md new file mode 100644 index 0000000000..c79a6a8656 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_gcepersistentdiskvolumesource_v1_concept.md @@ -0,0 +1,36 @@ + + +----------- +# GCEPersistentDiskVolumeSource v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | GCEPersistentDiskVolumeSource + + + + + + + +Represents a Persistent Disk resource in Google Compute Engine. + +A GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once or read-only many times. GCE PDs support ownership management and SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +fsType <br /> *string* | Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk +partition <br /> *integer* | The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as "1". Similarly, the volume partition for /dev/sda is "0" (or you can leave the property empty). More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk +pdName <br /> *string* | Unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk +readOnly <br /> *boolean* | ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_gcepersistentdiskvolumesource_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_gcepersistentdiskvolumesource_v1_definition.md new file mode 100644 index 0000000000..1ab931a590 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_gcepersistentdiskvolumesource_v1_definition.md @@ -0,0 +1,22 @@ +## GCEPersistentDiskVolumeSource v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | GCEPersistentDiskVolumeSource + + + +Represents a Persistent Disk resource in Google Compute Engine. + +A GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once or read-only many times. GCE PDs support ownership management and SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +fsType <br /> *string* | Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk +partition <br /> *integer* | The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as "1". Similarly, the volume partition for /dev/sda is "0" (or you can leave the property empty). More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk +pdName <br /> *string* | Unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk +readOnly <br /> *boolean* | ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk + diff --git a/docs/resources-reference/v1.5/documents/_generated_gitrepovolumesource_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_gitrepovolumesource_v1_concept.md new file mode 100644 index 0000000000..d7223cd468 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_gitrepovolumesource_v1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# GitRepoVolumeSource v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | GitRepoVolumeSource + + + + + + + +Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +directory <br /> *string* | Target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name. +repository <br /> *string* | Repository URL +revision <br /> *string* | Commit hash for the specified revision. + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_gitrepovolumesource_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_gitrepovolumesource_v1_definition.md new file mode 100644 index 0000000000..9a23f42f22 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_gitrepovolumesource_v1_definition.md @@ -0,0 +1,19 @@ +## GitRepoVolumeSource v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | GitRepoVolumeSource + + + +Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +directory <br /> *string* | Target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name. +repository <br /> *string* | Repository URL +revision <br /> *string* | Commit hash for the specified revision. + diff --git a/docs/resources-reference/v1.5/documents/_generated_glusterfsvolumesource_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_glusterfsvolumesource_v1_concept.md new file mode 100644 index 0000000000..ae30b3b81b --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_glusterfsvolumesource_v1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# GlusterfsVolumeSource v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | GlusterfsVolumeSource + + + + + + + +Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +endpoints <br /> *string* | EndpointsName is the endpoint name that details Glusterfs topology. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod +path <br /> *string* | Path is the Glusterfs volume path. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod +readOnly <br /> *boolean* | ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_glusterfsvolumesource_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_glusterfsvolumesource_v1_definition.md new file mode 100644 index 0000000000..718f3f399b --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_glusterfsvolumesource_v1_definition.md @@ -0,0 +1,19 @@ +## GlusterfsVolumeSource v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | GlusterfsVolumeSource + + + +Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +endpoints <br /> *string* | EndpointsName is the endpoint name that details Glusterfs topology. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod +path <br /> *string* | Path is the Glusterfs volume path. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod +readOnly <br /> *boolean* | ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod + diff --git a/docs/resources-reference/1_5/documents/_generated_groupversionfordiscovery_unversioned_concept.md b/docs/resources-reference/v1.5/documents/_generated_groupversionfordiscovery_unversioned_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_groupversionfordiscovery_unversioned_concept.md rename to docs/resources-reference/v1.5/documents/_generated_groupversionfordiscovery_unversioned_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_groupversionfordiscovery_unversioned_definition.md b/docs/resources-reference/v1.5/documents/_generated_groupversionfordiscovery_unversioned_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_groupversionfordiscovery_unversioned_definition.md rename to docs/resources-reference/v1.5/documents/_generated_groupversionfordiscovery_unversioned_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_handler_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_handler_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_handler_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_handler_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_handler_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_handler_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_handler_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_handler_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_horizontalpodautoscaler_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_horizontalpodautoscaler_v1_concept.md similarity index 72% rename from docs/resources-reference/1_5/documents/_generated_horizontalpodautoscaler_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_horizontalpodautoscaler_v1_concept.md index b440e56f1e..c143035033 100644 --- a/docs/resources-reference/1_5/documents/_generated_horizontalpodautoscaler_v1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_horizontalpodautoscaler_v1_concept.md @@ -22,6 +22,8 @@ Appears In <a href="#horizontalpodautoscalerlist-v1">HorizontalPodAutoscalerList Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[HorizontalPodAutoscalerSpec](#horizontalpodautoscalerspec-v1)* | behaviour of autoscaler. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status. status <br /> *[HorizontalPodAutoscalerStatus](#horizontalpodautoscalerstatus-v1)* | current information about the autoscaler. @@ -58,7 +60,9 @@ observedGeneration <br /> *integer* | most recent generation observed by this a Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[HorizontalPodAutoscaler](#horizontalpodautoscaler-v1) array* | list of horizontal pod autoscaler objects. +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. diff --git a/docs/resources-reference/1_5/documents/_generated_horizontalpodautoscaler_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_horizontalpodautoscaler_v1_definition.md similarity index 62% rename from docs/resources-reference/1_5/documents/_generated_horizontalpodautoscaler_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_horizontalpodautoscaler_v1_definition.md index 267cdd7c96..d92ecda48c 100644 --- a/docs/resources-reference/1_5/documents/_generated_horizontalpodautoscaler_v1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_horizontalpodautoscaler_v1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#horizontalpodautoscalerlist-v1">HorizontalPodAutoscalerLis Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[HorizontalPodAutoscalerSpec](#horizontalpodautoscalerspec-v1)* | behaviour of autoscaler. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status. status <br /> *[HorizontalPodAutoscalerStatus](#horizontalpodautoscalerstatus-v1)* | current information about the autoscaler. diff --git a/docs/resources-reference/1_5/documents/_generated_horizontalpodautoscaler_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_horizontalpodautoscaler_v1beta1_concept.md similarity index 73% rename from docs/resources-reference/1_5/documents/_generated_horizontalpodautoscaler_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_horizontalpodautoscaler_v1beta1_concept.md index 5e6d1031fe..c83a19e1e9 100644 --- a/docs/resources-reference/1_5/documents/_generated_horizontalpodautoscaler_v1beta1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_horizontalpodautoscaler_v1beta1_concept.md @@ -22,6 +22,8 @@ Appears In <a href="#horizontalpodautoscalerlist-v1beta1">HorizontalPodAutoscale Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[HorizontalPodAutoscalerSpec](#horizontalpodautoscalerspec-v1beta1)* | behaviour of autoscaler. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status. status <br /> *[HorizontalPodAutoscalerStatus](#horizontalpodautoscalerstatus-v1beta1)* | current information about the autoscaler. @@ -58,7 +60,9 @@ observedGeneration <br /> *integer* | most recent generation observed by this a Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[HorizontalPodAutoscaler](#horizontalpodautoscaler-v1beta1) array* | list of horizontal pod autoscaler objects. +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. diff --git a/docs/resources-reference/1_5/documents/_generated_horizontalpodautoscaler_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_horizontalpodautoscaler_v1beta1_definition.md similarity index 62% rename from docs/resources-reference/1_5/documents/_generated_horizontalpodautoscaler_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_horizontalpodautoscaler_v1beta1_definition.md index 03aa7f55ac..29089ea09e 100644 --- a/docs/resources-reference/1_5/documents/_generated_horizontalpodautoscaler_v1beta1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_horizontalpodautoscaler_v1beta1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#horizontalpodautoscalerlist-v1beta1">HorizontalPodAutoscal Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[HorizontalPodAutoscalerSpec](#horizontalpodautoscalerspec-v1beta1)* | behaviour of autoscaler. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status. status <br /> *[HorizontalPodAutoscalerStatus](#horizontalpodautoscalerstatus-v1beta1)* | current information about the autoscaler. diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_horizontalpodautoscalerlist_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_horizontalpodautoscalerlist_v1_concept.md similarity index 51% rename from docs/user-guide/kubectl/1_5/documents/_generated_horizontalpodautoscalerlist_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_horizontalpodautoscalerlist_v1_concept.md index 42b9e4e918..7b00859b4a 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_horizontalpodautoscalerlist_v1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_horizontalpodautoscalerlist_v1_concept.md @@ -21,7 +21,9 @@ list of horizontal pod autoscaler objects. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[HorizontalPodAutoscaler](#horizontalpodautoscaler-v1) array* | list of horizontal pod autoscaler objects. +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. diff --git a/docs/resources-reference/1_5/documents/_generated_horizontalpodautoscalerlist_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_horizontalpodautoscalerlist_v1_definition.md similarity index 50% rename from docs/resources-reference/1_5/documents/_generated_horizontalpodautoscalerlist_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_horizontalpodautoscalerlist_v1_definition.md index acd71a1e16..53252c69c6 100644 --- a/docs/resources-reference/1_5/documents/_generated_horizontalpodautoscalerlist_v1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_horizontalpodautoscalerlist_v1_definition.md @@ -12,6 +12,8 @@ list of horizontal pod autoscaler objects. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[HorizontalPodAutoscaler](#horizontalpodautoscaler-v1) array* | list of horizontal pod autoscaler objects. +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_horizontalpodautoscalerlist_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_horizontalpodautoscalerlist_v1beta1_concept.md similarity index 51% rename from docs/user-guide/kubectl/1_5/documents/_generated_horizontalpodautoscalerlist_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_horizontalpodautoscalerlist_v1beta1_concept.md index 41af694354..a1fa044966 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_horizontalpodautoscalerlist_v1beta1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_horizontalpodautoscalerlist_v1beta1_concept.md @@ -21,7 +21,9 @@ list of horizontal pod autoscaler objects. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[HorizontalPodAutoscaler](#horizontalpodautoscaler-v1beta1) array* | list of horizontal pod autoscaler objects. +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. diff --git a/docs/api-reference/1_5/documents/_generated_horizontalpodautoscalerlist_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_horizontalpodautoscalerlist_v1beta1_definition.md similarity index 50% rename from docs/api-reference/1_5/documents/_generated_horizontalpodautoscalerlist_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_horizontalpodautoscalerlist_v1beta1_definition.md index 0ed9e6031b..6c1252b236 100644 --- a/docs/api-reference/1_5/documents/_generated_horizontalpodautoscalerlist_v1beta1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_horizontalpodautoscalerlist_v1beta1_definition.md @@ -12,6 +12,8 @@ list of horizontal pod autoscaler objects. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[HorizontalPodAutoscaler](#horizontalpodautoscaler-v1beta1) array* | list of horizontal pod autoscaler objects. +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. diff --git a/docs/resources-reference/1_5/documents/_generated_horizontalpodautoscalerspec_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_horizontalpodautoscalerspec_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_horizontalpodautoscalerspec_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_horizontalpodautoscalerspec_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_horizontalpodautoscalerspec_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_horizontalpodautoscalerspec_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_horizontalpodautoscalerspec_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_horizontalpodautoscalerspec_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_horizontalpodautoscalerspec_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_horizontalpodautoscalerspec_v1beta1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_horizontalpodautoscalerspec_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_horizontalpodautoscalerspec_v1beta1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_horizontalpodautoscalerspec_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_horizontalpodautoscalerspec_v1beta1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_horizontalpodautoscalerspec_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_horizontalpodautoscalerspec_v1beta1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_horizontalpodautoscalerstatus_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_horizontalpodautoscalerstatus_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_horizontalpodautoscalerstatus_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_horizontalpodautoscalerstatus_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_horizontalpodautoscalerstatus_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_horizontalpodautoscalerstatus_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_horizontalpodautoscalerstatus_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_horizontalpodautoscalerstatus_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_horizontalpodautoscalerstatus_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_horizontalpodautoscalerstatus_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_horizontalpodautoscalerstatus_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_horizontalpodautoscalerstatus_v1beta1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_horizontalpodautoscalerstatus_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_horizontalpodautoscalerstatus_v1beta1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_horizontalpodautoscalerstatus_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_horizontalpodautoscalerstatus_v1beta1_definition.md diff --git a/docs/resources-reference/v1.5/documents/_generated_hostpathvolumesource_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_hostpathvolumesource_v1_concept.md new file mode 100644 index 0000000000..03edbc950b --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_hostpathvolumesource_v1_concept.md @@ -0,0 +1,31 @@ + + +----------- +# HostPathVolumeSource v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | HostPathVolumeSource + + + + + + + +Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +path <br /> *string* | Path of the directory on the host. More info: http://kubernetes.io/docs/user-guide/volumes#hostpath + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_hostpathvolumesource_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_hostpathvolumesource_v1_definition.md new file mode 100644 index 0000000000..9e57efa973 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_hostpathvolumesource_v1_definition.md @@ -0,0 +1,17 @@ +## HostPathVolumeSource v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | HostPathVolumeSource + + + +Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +path <br /> *string* | Path of the directory on the host. More info: http://kubernetes.io/docs/user-guide/volumes#hostpath + diff --git a/docs/resources-reference/1_5/documents/_generated_httpgetaction_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_httpgetaction_v1_concept.md similarity index 91% rename from docs/resources-reference/1_5/documents/_generated_httpgetaction_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_httpgetaction_v1_concept.md index 0d12f7a5de..fa5307dd3e 100644 --- a/docs/resources-reference/1_5/documents/_generated_httpgetaction_v1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_httpgetaction_v1_concept.md @@ -18,7 +18,7 @@ Core | v1 | HTTPGetAction HTTPGetAction describes an action based on HTTP Get requests. <aside class="notice"> -Appears In <a href="#handler-v1">Handler</a> </aside> +Appears In <a href="#handler-v1">Handler</a> <a href="#probe-v1">Probe</a> </aside> Field | Description ------------ | ----------- diff --git a/docs/api-reference/1_5/documents/_generated_httpgetaction_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_httpgetaction_v1_definition.md similarity index 90% rename from docs/api-reference/1_5/documents/_generated_httpgetaction_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_httpgetaction_v1_definition.md index 62fc070768..201a7a1d86 100644 --- a/docs/api-reference/1_5/documents/_generated_httpgetaction_v1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_httpgetaction_v1_definition.md @@ -9,7 +9,7 @@ Core | v1 | HTTPGetAction HTTPGetAction describes an action based on HTTP Get requests. <aside class="notice"> -Appears In <a href="#handler-v1">Handler</a> </aside> +Appears In <a href="#handler-v1">Handler</a> <a href="#probe-v1">Probe</a> </aside> Field | Description ------------ | ----------- diff --git a/docs/resources-reference/1_5/documents/_generated_httpheader_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_httpheader_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_httpheader_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_httpheader_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_httpheader_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_httpheader_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_httpheader_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_httpheader_v1_definition.md diff --git a/docs/resources-reference/v1.5/documents/_generated_httpingresspath_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_httpingresspath_v1beta1_concept.md new file mode 100644 index 0000000000..6a2513881c --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_httpingresspath_v1beta1_concept.md @@ -0,0 +1,32 @@ + + +----------- +# HTTPIngressPath v1beta1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1beta1 | HTTPIngressPath + + + + + + + +HTTPIngressPath associates a path regex with a backend. Incoming urls matching the path are forwarded to the backend. + +<aside class="notice"> +Appears In <a href="#httpingressrulevalue-v1beta1">HTTPIngressRuleValue</a> </aside> + +Field | Description +------------ | ----------- +backend <br /> *[IngressBackend](#ingressbackend-v1beta1)* | Backend defines the referenced service endpoint to which the traffic will be forwarded to. +path <br /> *string* | Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/'. If unspecified, the path defaults to a catch all sending traffic to the backend. + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_httpingresspath_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_httpingresspath_v1beta1_definition.md new file mode 100644 index 0000000000..0c7cd2c177 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_httpingresspath_v1beta1_definition.md @@ -0,0 +1,18 @@ +## HTTPIngressPath v1beta1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1beta1 | HTTPIngressPath + + + +HTTPIngressPath associates a path regex with a backend. Incoming urls matching the path are forwarded to the backend. + +<aside class="notice"> +Appears In <a href="#httpingressrulevalue-v1beta1">HTTPIngressRuleValue</a> </aside> + +Field | Description +------------ | ----------- +backend <br /> *[IngressBackend](#ingressbackend-v1beta1)* | Backend defines the referenced service endpoint to which the traffic will be forwarded to. +path <br /> *string* | Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/'. If unspecified, the path defaults to a catch all sending traffic to the backend. + diff --git a/docs/resources-reference/v1.5/documents/_generated_httpingressrulevalue_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_httpingressrulevalue_v1beta1_concept.md new file mode 100644 index 0000000000..3e01adf4a4 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_httpingressrulevalue_v1beta1_concept.md @@ -0,0 +1,31 @@ + + +----------- +# HTTPIngressRuleValue v1beta1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1beta1 | HTTPIngressRuleValue + + + + + + + +HTTPIngressRuleValue is a list of http selectors pointing to backends. In the example: http://<host>/<path>?<searchpart> -> backend where where parts of the url correspond to RFC 3986, this resource will be used to match against everything after the last '/' and before the first '?' or '#'. + +<aside class="notice"> +Appears In <a href="#ingressrule-v1beta1">IngressRule</a> </aside> + +Field | Description +------------ | ----------- +paths <br /> *[HTTPIngressPath](#httpingresspath-v1beta1) array* | A collection of paths that map requests to backends. + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_httpingressrulevalue_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_httpingressrulevalue_v1beta1_definition.md new file mode 100644 index 0000000000..534492f88d --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_httpingressrulevalue_v1beta1_definition.md @@ -0,0 +1,17 @@ +## HTTPIngressRuleValue v1beta1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1beta1 | HTTPIngressRuleValue + + + +HTTPIngressRuleValue is a list of http selectors pointing to backends. In the example: http://<host>/<path>?<searchpart> -> backend where where parts of the url correspond to RFC 3986, this resource will be used to match against everything after the last '/' and before the first '?' or '#'. + +<aside class="notice"> +Appears In <a href="#ingressrule-v1beta1">IngressRule</a> </aside> + +Field | Description +------------ | ----------- +paths <br /> *[HTTPIngressPath](#httpingresspath-v1beta1) array* | A collection of paths that map requests to backends. + diff --git a/docs/resources-reference/1_5/documents/_generated_info_version_concept.md b/docs/resources-reference/v1.5/documents/_generated_info_version_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_info_version_concept.md rename to docs/resources-reference/v1.5/documents/_generated_info_version_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_info_version_definition.md b/docs/resources-reference/v1.5/documents/_generated_info_version_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_info_version_definition.md rename to docs/resources-reference/v1.5/documents/_generated_info_version_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_ingress_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_ingress_v1beta1_concept.md similarity index 69% rename from docs/resources-reference/1_5/documents/_generated_ingress_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_ingress_v1beta1_concept.md index df973edfe3..eab64ede06 100644 --- a/docs/resources-reference/1_5/documents/_generated_ingress_v1beta1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_ingress_v1beta1_concept.md @@ -22,6 +22,8 @@ Appears In <a href="#ingresslist-v1beta1">IngressList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[IngressSpec](#ingressspec-v1beta1)* | Spec is the desired state of the Ingress. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[IngressStatus](#ingressstatus-v1beta1)* | Status is the current state of the Ingress. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status @@ -53,7 +55,9 @@ loadBalancer <br /> *[LoadBalancerStatus](#loadbalancerstatus-v1)* | LoadBalanc Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[Ingress](#ingress-v1beta1) array* | Items is the list of Ingress. +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata diff --git a/docs/resources-reference/1_5/documents/_generated_ingress_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_ingress_v1beta1_definition.md similarity index 64% rename from docs/resources-reference/1_5/documents/_generated_ingress_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_ingress_v1beta1_definition.md index 2277dda95a..a62361acf4 100644 --- a/docs/resources-reference/1_5/documents/_generated_ingress_v1beta1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_ingress_v1beta1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#ingresslist-v1beta1">IngressList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[IngressSpec](#ingressspec-v1beta1)* | Spec is the desired state of the Ingress. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[IngressStatus](#ingressstatus-v1beta1)* | Status is the current state of the Ingress. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status diff --git a/docs/resources-reference/1_5/documents/_generated_ingressbackend_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_ingressbackend_v1beta1_concept.md similarity index 80% rename from docs/resources-reference/1_5/documents/_generated_ingressbackend_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_ingressbackend_v1beta1_concept.md index e189eb8c45..a4ba6ae6a6 100644 --- a/docs/resources-reference/1_5/documents/_generated_ingressbackend_v1beta1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_ingressbackend_v1beta1_concept.md @@ -18,7 +18,7 @@ Core | v1beta1 | IngressBackend IngressBackend describes all endpoints for a given service and port. <aside class="notice"> -Appears In <a href="#ingressspec-v1beta1">IngressSpec</a> </aside> +Appears In <a href="#httpingresspath-v1beta1">HTTPIngressPath</a> <a href="#ingressspec-v1beta1">IngressSpec</a> </aside> Field | Description ------------ | ----------- diff --git a/docs/resources-reference/1_5/documents/_generated_ingressbackend_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_ingressbackend_v1beta1_definition.md similarity index 79% rename from docs/resources-reference/1_5/documents/_generated_ingressbackend_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_ingressbackend_v1beta1_definition.md index ba53262708..847e7ac0fa 100644 --- a/docs/resources-reference/1_5/documents/_generated_ingressbackend_v1beta1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_ingressbackend_v1beta1_definition.md @@ -9,7 +9,7 @@ Core | v1beta1 | IngressBackend IngressBackend describes all endpoints for a given service and port. <aside class="notice"> -Appears In <a href="#ingressspec-v1beta1">IngressSpec</a> </aside> +Appears In <a href="#httpingresspath-v1beta1">HTTPIngressPath</a> <a href="#ingressspec-v1beta1">IngressSpec</a> </aside> Field | Description ------------ | ----------- diff --git a/docs/resources-reference/v1.5/documents/_generated_ingresslist_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_ingresslist_v1beta1_concept.md new file mode 100644 index 0000000000..2663ecd30c --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_ingresslist_v1beta1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# IngressList v1beta1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1beta1 | IngressList + + + + + + + +IngressList is a collection of Ingress. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[Ingress](#ingress-v1beta1) array* | Items is the list of Ingress. +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_ingresslist_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_ingresslist_v1beta1_definition.md new file mode 100644 index 0000000000..f74bdcb5f6 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_ingresslist_v1beta1_definition.md @@ -0,0 +1,19 @@ +## IngressList v1beta1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1beta1 | IngressList + + + +IngressList is a collection of Ingress. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[Ingress](#ingress-v1beta1) array* | Items is the list of Ingress. +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata + diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_ingressrule_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_ingressrule_v1beta1_concept.md similarity index 94% rename from docs/user-guide/kubectl/1_5/documents/_generated_ingressrule_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_ingressrule_v1beta1_concept.md index 5f5aecc1ea..c9124eccb8 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_ingressrule_v1beta1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_ingressrule_v1beta1_concept.md @@ -23,6 +23,7 @@ Appears In <a href="#ingressspec-v1beta1">IngressSpec</a> </aside> Field | Description ------------ | ----------- host <br /> *string* | Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the IP in the Spec of the parent Ingress. 2. The `:` delimiter is not respected because ports are not allowed. Currently the port of an Ingress is implicitly :80 for http and :443 for https. Both these may change in the future. Incoming requests are matched against the host before the IngressRuleValue. If the host is unspecified, the Ingress routes all traffic based on the specified IngressRuleValue. +http <br /> *[HTTPIngressRuleValue](#httpingressrulevalue-v1beta1)* | diff --git a/docs/api-reference/1_5/documents/_generated_ingressrule_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_ingressrule_v1beta1_definition.md similarity index 94% rename from docs/api-reference/1_5/documents/_generated_ingressrule_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_ingressrule_v1beta1_definition.md index 392ee9214b..87106d629a 100644 --- a/docs/api-reference/1_5/documents/_generated_ingressrule_v1beta1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_ingressrule_v1beta1_definition.md @@ -14,4 +14,5 @@ Appears In <a href="#ingressspec-v1beta1">IngressSpec</a> </aside> Field | Description ------------ | ----------- host <br /> *string* | Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the IP in the Spec of the parent Ingress. 2. The `:` delimiter is not respected because ports are not allowed. Currently the port of an Ingress is implicitly :80 for http and :443 for https. Both these may change in the future. Incoming requests are matched against the host before the IngressRuleValue. If the host is unspecified, the Ingress routes all traffic based on the specified IngressRuleValue. +http <br /> *[HTTPIngressRuleValue](#httpingressrulevalue-v1beta1)* | diff --git a/docs/resources-reference/1_5/documents/_generated_ingressspec_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_ingressspec_v1beta1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_ingressspec_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_ingressspec_v1beta1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_ingressspec_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_ingressspec_v1beta1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_ingressspec_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_ingressspec_v1beta1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_ingressstatus_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_ingressstatus_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_ingressstatus_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_ingressstatus_v1beta1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_ingressstatus_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_ingressstatus_v1beta1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_ingressstatus_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_ingressstatus_v1beta1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_ingresstls_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_ingresstls_v1beta1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_ingresstls_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_ingresstls_v1beta1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_ingresstls_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_ingresstls_v1beta1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_ingresstls_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_ingresstls_v1beta1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_intorstring_intstr_concept.md b/docs/resources-reference/v1.5/documents/_generated_intorstring_intstr_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_intorstring_intstr_concept.md rename to docs/resources-reference/v1.5/documents/_generated_intorstring_intstr_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_intorstring_intstr_definition.md b/docs/resources-reference/v1.5/documents/_generated_intorstring_intstr_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_intorstring_intstr_definition.md rename to docs/resources-reference/v1.5/documents/_generated_intorstring_intstr_definition.md diff --git a/docs/resources-reference/v1.5/documents/_generated_iscsivolumesource_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_iscsivolumesource_v1_concept.md new file mode 100644 index 0000000000..9637f04f63 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_iscsivolumesource_v1_concept.md @@ -0,0 +1,36 @@ + + +----------- +# ISCSIVolumeSource v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | ISCSIVolumeSource + + + + + + + +Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +fsType <br /> *string* | Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: http://kubernetes.io/docs/user-guide/volumes#iscsi +iqn <br /> *string* | Target iSCSI Qualified Name. +iscsiInterface <br /> *string* | Optional: Defaults to 'default' (tcp). iSCSI interface name that uses an iSCSI transport. +lun <br /> *integer* | iSCSI target lun number. +readOnly <br /> *boolean* | ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. +targetPortal <br /> *string* | iSCSI target portal. The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260). + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_iscsivolumesource_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_iscsivolumesource_v1_definition.md new file mode 100644 index 0000000000..446a306bcf --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_iscsivolumesource_v1_definition.md @@ -0,0 +1,22 @@ +## ISCSIVolumeSource v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | ISCSIVolumeSource + + + +Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +fsType <br /> *string* | Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: http://kubernetes.io/docs/user-guide/volumes#iscsi +iqn <br /> *string* | Target iSCSI Qualified Name. +iscsiInterface <br /> *string* | Optional: Defaults to 'default' (tcp). iSCSI interface name that uses an iSCSI transport. +lun <br /> *integer* | iSCSI target lun number. +readOnly <br /> *boolean* | ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. +targetPortal <br /> *string* | iSCSI target portal. The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260). + diff --git a/docs/resources-reference/1_5/documents/_generated_job_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_job_v1_concept.md similarity index 81% rename from docs/resources-reference/1_5/documents/_generated_job_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_job_v1_concept.md index 6b6c61c355..179d6518e7 100644 --- a/docs/resources-reference/1_5/documents/_generated_job_v1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_job_v1_concept.md @@ -46,6 +46,8 @@ Appears In <a href="#joblist-v1">JobList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[JobSpec](#jobspec-v1)* | Spec is a structure defining the expected behavior of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[JobStatus](#jobstatus-v1)* | Status is a structure describing current status of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status @@ -85,7 +87,9 @@ succeeded <br /> *integer* | Succeeded is the number of pods which reached Phas Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[Job](#job-v1) array* | Items is the list of Job. +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata diff --git a/docs/resources-reference/1_5/documents/_generated_job_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_job_v1_definition.md similarity index 62% rename from docs/resources-reference/1_5/documents/_generated_job_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_job_v1_definition.md index 988fce312e..6c4af927c1 100644 --- a/docs/resources-reference/1_5/documents/_generated_job_v1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_job_v1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#joblist-v1">JobList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[JobSpec](#jobspec-v1)* | Spec is a structure defining the expected behavior of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[JobStatus](#jobstatus-v1)* | Status is a structure describing current status of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status diff --git a/docs/resources-reference/1_5/documents/_generated_job_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_job_v1beta1_concept.md similarity index 79% rename from docs/resources-reference/1_5/documents/_generated_job_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_job_v1beta1_concept.md index 5e26238c31..c7eaec0320 100644 --- a/docs/resources-reference/1_5/documents/_generated_job_v1beta1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_job_v1beta1_concept.md @@ -22,6 +22,8 @@ Appears In <a href="#joblist-v1beta1">JobList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[JobSpec](#jobspec-v1beta1)* | Spec is a structure defining the expected behavior of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[JobStatus](#jobstatus-v1beta1)* | Status is a structure describing current status of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status @@ -61,7 +63,9 @@ succeeded <br /> *integer* | Succeeded is the number of pods which reached Phas Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[Job](#job-v1beta1) array* | Items is the list of Job. +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata diff --git a/docs/resources-reference/1_5/documents/_generated_job_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_job_v1beta1_definition.md similarity index 64% rename from docs/resources-reference/1_5/documents/_generated_job_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_job_v1beta1_definition.md index 003f35ff45..3f63d83414 100644 --- a/docs/resources-reference/1_5/documents/_generated_job_v1beta1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_job_v1beta1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#joblist-v1beta1">JobList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[JobSpec](#jobspec-v1beta1)* | Spec is a structure defining the expected behavior of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[JobStatus](#jobstatus-v1beta1)* | Status is a structure describing current status of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status diff --git a/docs/resources-reference/1_5/documents/_generated_job_v2alpha1_concept.md b/docs/resources-reference/v1.5/documents/_generated_job_v2alpha1_concept.md similarity index 80% rename from docs/resources-reference/1_5/documents/_generated_job_v2alpha1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_job_v2alpha1_concept.md index 9fc7015362..2a4bc06e66 100644 --- a/docs/resources-reference/1_5/documents/_generated_job_v2alpha1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_job_v2alpha1_concept.md @@ -22,6 +22,8 @@ Appears In <a href="#joblist-v2alpha1">JobList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[JobSpec](#jobspec-v2alpha1)* | Spec is a structure defining the expected behavior of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[JobStatus](#jobstatus-v2alpha1)* | Status is a structure describing current status of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status @@ -61,7 +63,9 @@ succeeded <br /> *integer* | Succeeded is the number of pods which reached Phas Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[Job](#job-v2alpha1) array* | Items is the list of Job. +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata diff --git a/docs/resources-reference/1_5/documents/_generated_job_v2alpha1_definition.md b/docs/resources-reference/v1.5/documents/_generated_job_v2alpha1_definition.md similarity index 62% rename from docs/resources-reference/1_5/documents/_generated_job_v2alpha1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_job_v2alpha1_definition.md index 2f4775194a..95aca8c9c3 100644 --- a/docs/resources-reference/1_5/documents/_generated_job_v2alpha1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_job_v2alpha1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#joblist-v2alpha1">JobList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[JobSpec](#jobspec-v2alpha1)* | Spec is a structure defining the expected behavior of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[JobStatus](#jobstatus-v2alpha1)* | Status is a structure describing current status of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status diff --git a/docs/resources-reference/1_5/documents/_generated_jobcondition_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_jobcondition_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_jobcondition_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_jobcondition_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_jobcondition_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_jobcondition_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_jobcondition_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_jobcondition_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_jobcondition_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_jobcondition_v1beta1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_jobcondition_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_jobcondition_v1beta1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_jobcondition_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_jobcondition_v1beta1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_jobcondition_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_jobcondition_v1beta1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_jobcondition_v2alpha1_concept.md b/docs/resources-reference/v1.5/documents/_generated_jobcondition_v2alpha1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_jobcondition_v2alpha1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_jobcondition_v2alpha1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_jobcondition_v2alpha1_definition.md b/docs/resources-reference/v1.5/documents/_generated_jobcondition_v2alpha1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_jobcondition_v2alpha1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_jobcondition_v2alpha1_definition.md diff --git a/docs/resources-reference/v1.5/documents/_generated_joblist_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_joblist_v1_concept.md new file mode 100644 index 0000000000..49d7ff396f --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_joblist_v1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# JobList v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | JobList + + + + +<aside class="notice">Other api versions of this object exist: <a href="#joblist-v1beta1">v1beta1</a> <a href="#joblist-v2alpha1">v2alpha1</a> </aside> + + +JobList is a collection of jobs. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[Job](#job-v1) array* | Items is the list of Job. +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_joblist_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_joblist_v1_definition.md new file mode 100644 index 0000000000..e2eab3a6f5 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_joblist_v1_definition.md @@ -0,0 +1,19 @@ +## JobList v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | JobList + +<aside class="notice">Other api versions of this object exist: <a href="#joblist-v1beta1">v1beta1</a> <a href="#joblist-v2alpha1">v2alpha1</a> </aside> + +JobList is a collection of jobs. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[Job](#job-v1) array* | Items is the list of Job. +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata + diff --git a/docs/api-reference/1_5/documents/_generated_joblist_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_joblist_v1beta1_concept.md similarity index 54% rename from docs/api-reference/1_5/documents/_generated_joblist_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_joblist_v1beta1_concept.md index 14466b13cd..37dfaf50ca 100644 --- a/docs/api-reference/1_5/documents/_generated_joblist_v1beta1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_joblist_v1beta1_concept.md @@ -21,7 +21,9 @@ JobList is a collection of jobs. DEPRECATED: extensions/v1beta1.JobList is depre Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[Job](#job-v1beta1) array* | Items is the list of Job. +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata diff --git a/docs/api-reference/1_5/documents/_generated_joblist_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_joblist_v1beta1_definition.md similarity index 53% rename from docs/api-reference/1_5/documents/_generated_joblist_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_joblist_v1beta1_definition.md index caae13ec38..5671bb5f98 100644 --- a/docs/api-reference/1_5/documents/_generated_joblist_v1beta1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_joblist_v1beta1_definition.md @@ -12,6 +12,8 @@ JobList is a collection of jobs. DEPRECATED: extensions/v1beta1.JobList is depre Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[Job](#job-v1beta1) array* | Items is the list of Job. +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata diff --git a/docs/resources-reference/1_5/documents/_generated_joblist_v2alpha1_concept.md b/docs/resources-reference/v1.5/documents/_generated_joblist_v2alpha1_concept.md similarity index 50% rename from docs/resources-reference/1_5/documents/_generated_joblist_v2alpha1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_joblist_v2alpha1_concept.md index c2e0f69f6b..61c5e2413d 100644 --- a/docs/resources-reference/1_5/documents/_generated_joblist_v2alpha1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_joblist_v2alpha1_concept.md @@ -21,7 +21,9 @@ JobList is a collection of jobs. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[Job](#job-v2alpha1) array* | Items is the list of Job. +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata diff --git a/docs/resources-reference/v1.5/documents/_generated_joblist_v2alpha1_definition.md b/docs/resources-reference/v1.5/documents/_generated_joblist_v2alpha1_definition.md new file mode 100644 index 0000000000..64ec8d6aea --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_joblist_v2alpha1_definition.md @@ -0,0 +1,19 @@ +## JobList v2alpha1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v2alpha1 | JobList + +<aside class="notice">Other api versions of this object exist: <a href="#joblist-v1">v1</a> <a href="#joblist-v1beta1">v1beta1</a> </aside> + +JobList is a collection of jobs. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[Job](#job-v2alpha1) array* | Items is the list of Job. +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata + diff --git a/docs/resources-reference/1_5/documents/_generated_jobspec_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_jobspec_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_jobspec_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_jobspec_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_jobspec_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_jobspec_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_jobspec_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_jobspec_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_jobspec_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_jobspec_v1beta1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_jobspec_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_jobspec_v1beta1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_jobspec_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_jobspec_v1beta1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_jobspec_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_jobspec_v1beta1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_jobspec_v2alpha1_concept.md b/docs/resources-reference/v1.5/documents/_generated_jobspec_v2alpha1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_jobspec_v2alpha1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_jobspec_v2alpha1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_jobspec_v2alpha1_definition.md b/docs/resources-reference/v1.5/documents/_generated_jobspec_v2alpha1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_jobspec_v2alpha1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_jobspec_v2alpha1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_jobstatus_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_jobstatus_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_jobstatus_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_jobstatus_v1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_jobstatus_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_jobstatus_v1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_jobstatus_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_jobstatus_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_jobstatus_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_jobstatus_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_jobstatus_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_jobstatus_v1beta1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_jobstatus_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_jobstatus_v1beta1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_jobstatus_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_jobstatus_v1beta1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_jobstatus_v2alpha1_concept.md b/docs/resources-reference/v1.5/documents/_generated_jobstatus_v2alpha1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_jobstatus_v2alpha1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_jobstatus_v2alpha1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_jobstatus_v2alpha1_definition.md b/docs/resources-reference/v1.5/documents/_generated_jobstatus_v2alpha1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_jobstatus_v2alpha1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_jobstatus_v2alpha1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_jobtemplatespec_v2alpha1_concept.md b/docs/resources-reference/v1.5/documents/_generated_jobtemplatespec_v2alpha1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_jobtemplatespec_v2alpha1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_jobtemplatespec_v2alpha1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_jobtemplatespec_v2alpha1_definition.md b/docs/resources-reference/v1.5/documents/_generated_jobtemplatespec_v2alpha1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_jobtemplatespec_v2alpha1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_jobtemplatespec_v2alpha1_definition.md diff --git a/docs/resources-reference/v1.5/documents/_generated_keytopath_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_keytopath_v1_concept.md new file mode 100644 index 0000000000..54d1cc0953 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_keytopath_v1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# KeyToPath v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | KeyToPath + + + + + + + +Maps a string key to a path within a volume. + +<aside class="notice"> +Appears In <a href="#configmapvolumesource-v1">ConfigMapVolumeSource</a> <a href="#secretvolumesource-v1">SecretVolumeSource</a> </aside> + +Field | Description +------------ | ----------- +key <br /> *string* | The key to project. +mode <br /> *integer* | Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. +path <br /> *string* | The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'. + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_keytopath_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_keytopath_v1_definition.md new file mode 100644 index 0000000000..615f9131f2 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_keytopath_v1_definition.md @@ -0,0 +1,19 @@ +## KeyToPath v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | KeyToPath + + + +Maps a string key to a path within a volume. + +<aside class="notice"> +Appears In <a href="#configmapvolumesource-v1">ConfigMapVolumeSource</a> <a href="#secretvolumesource-v1">SecretVolumeSource</a> </aside> + +Field | Description +------------ | ----------- +key <br /> *string* | The key to project. +mode <br /> *integer* | Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. +path <br /> *string* | The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'. + diff --git a/docs/resources-reference/1_5/documents/_generated_labelselector_unversioned_concept.md b/docs/resources-reference/v1.5/documents/_generated_labelselector_unversioned_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_labelselector_unversioned_concept.md rename to docs/resources-reference/v1.5/documents/_generated_labelselector_unversioned_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_labelselector_unversioned_definition.md b/docs/resources-reference/v1.5/documents/_generated_labelselector_unversioned_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_labelselector_unversioned_definition.md rename to docs/resources-reference/v1.5/documents/_generated_labelselector_unversioned_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_labelselectorrequirement_unversioned_concept.md b/docs/resources-reference/v1.5/documents/_generated_labelselectorrequirement_unversioned_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_labelselectorrequirement_unversioned_concept.md rename to docs/resources-reference/v1.5/documents/_generated_labelselectorrequirement_unversioned_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_labelselectorrequirement_unversioned_definition.md b/docs/resources-reference/v1.5/documents/_generated_labelselectorrequirement_unversioned_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_labelselectorrequirement_unversioned_definition.md rename to docs/resources-reference/v1.5/documents/_generated_labelselectorrequirement_unversioned_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_lifecycle_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_lifecycle_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_lifecycle_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_lifecycle_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_lifecycle_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_lifecycle_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_lifecycle_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_lifecycle_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_limitrange_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_limitrange_v1_concept.md similarity index 54% rename from docs/resources-reference/1_5/documents/_generated_limitrange_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_limitrange_v1_concept.md index 243a35d2a2..db884e7b08 100644 --- a/docs/resources-reference/1_5/documents/_generated_limitrange_v1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_limitrange_v1_concept.md @@ -22,6 +22,8 @@ Appears In <a href="#limitrangelist-v1">LimitRangeList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[LimitRangeSpec](#limitrangespec-v1)* | Spec defines the limits enforced. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status @@ -41,7 +43,9 @@ limits <br /> *[LimitRangeItem](#limitrangeitem-v1) array* | Limits is the list Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[LimitRange](#limitrange-v1) array* | Items is a list of LimitRange objects. More info: http://releases.k8s.io/HEAD/docs/design/admission_control_limit_range.md +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds diff --git a/docs/resources-reference/1_5/documents/_generated_limitrange_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_limitrange_v1_definition.md similarity index 53% rename from docs/resources-reference/1_5/documents/_generated_limitrange_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_limitrange_v1_definition.md index 53e7ca483c..5f2c44911d 100644 --- a/docs/resources-reference/1_5/documents/_generated_limitrange_v1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_limitrange_v1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#limitrangelist-v1">LimitRangeList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[LimitRangeSpec](#limitrangespec-v1)* | Spec defines the limits enforced. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status diff --git a/docs/resources-reference/1_5/documents/_generated_limitrangeitem_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_limitrangeitem_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_limitrangeitem_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_limitrangeitem_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_limitrangeitem_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_limitrangeitem_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_limitrangeitem_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_limitrangeitem_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_limitrangelist_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_limitrangelist_v1_concept.md similarity index 50% rename from docs/user-guide/kubectl/1_5/documents/_generated_limitrangelist_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_limitrangelist_v1_concept.md index 9e66bd28bb..a951e344ba 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_limitrangelist_v1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_limitrangelist_v1_concept.md @@ -21,7 +21,9 @@ LimitRangeList is a list of LimitRange items. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[LimitRange](#limitrange-v1) array* | Items is a list of LimitRange objects. More info: http://releases.k8s.io/HEAD/docs/design/admission_control_limit_range.md +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds diff --git a/docs/resources-reference/v1.5/documents/_generated_limitrangelist_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_limitrangelist_v1_definition.md new file mode 100644 index 0000000000..f482b33ac8 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_limitrangelist_v1_definition.md @@ -0,0 +1,19 @@ +## LimitRangeList v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | LimitRangeList + + + +LimitRangeList is a list of LimitRange items. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[LimitRange](#limitrange-v1) array* | Items is a list of LimitRange objects. More info: http://releases.k8s.io/HEAD/docs/design/admission_control_limit_range.md +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds + diff --git a/docs/resources-reference/1_5/documents/_generated_limitrangespec_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_limitrangespec_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_limitrangespec_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_limitrangespec_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_limitrangespec_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_limitrangespec_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_limitrangespec_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_limitrangespec_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_listmeta_unversioned_concept.md b/docs/resources-reference/v1.5/documents/_generated_listmeta_unversioned_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_listmeta_unversioned_concept.md rename to docs/resources-reference/v1.5/documents/_generated_listmeta_unversioned_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_listmeta_unversioned_definition.md b/docs/resources-reference/v1.5/documents/_generated_listmeta_unversioned_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_listmeta_unversioned_definition.md rename to docs/resources-reference/v1.5/documents/_generated_listmeta_unversioned_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_loadbalanceringress_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_loadbalanceringress_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_loadbalanceringress_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_loadbalanceringress_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_loadbalanceringress_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_loadbalanceringress_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_loadbalanceringress_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_loadbalanceringress_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_loadbalancerstatus_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_loadbalancerstatus_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_loadbalancerstatus_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_loadbalancerstatus_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_loadbalancerstatus_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_loadbalancerstatus_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_loadbalancerstatus_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_loadbalancerstatus_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_localobjectreference_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_localobjectreference_v1_concept.md similarity index 64% rename from docs/user-guide/kubectl/1_5/documents/_generated_localobjectreference_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_localobjectreference_v1_concept.md index 4ad41b1c2a..d8d3fcadfc 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_localobjectreference_v1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_localobjectreference_v1_concept.md @@ -18,7 +18,7 @@ Core | v1 | LocalObjectReference LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace. <aside class="notice"> -Appears In <a href="#podspec-v1">PodSpec</a> <a href="#serviceaccount-v1">ServiceAccount</a> </aside> +Appears In <a href="#cephfsvolumesource-v1">CephFSVolumeSource</a> <a href="#flexvolumesource-v1">FlexVolumeSource</a> <a href="#podspec-v1">PodSpec</a> <a href="#rbdvolumesource-v1">RBDVolumeSource</a> <a href="#serviceaccount-v1">ServiceAccount</a> </aside> Field | Description ------------ | ----------- diff --git a/docs/resources-reference/1_5/documents/_generated_localobjectreference_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_localobjectreference_v1_definition.md similarity index 62% rename from docs/resources-reference/1_5/documents/_generated_localobjectreference_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_localobjectreference_v1_definition.md index dee0b8b8be..561ffc419c 100644 --- a/docs/resources-reference/1_5/documents/_generated_localobjectreference_v1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_localobjectreference_v1_definition.md @@ -9,7 +9,7 @@ Core | v1 | LocalObjectReference LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace. <aside class="notice"> -Appears In <a href="#podspec-v1">PodSpec</a> <a href="#serviceaccount-v1">ServiceAccount</a> </aside> +Appears In <a href="#cephfsvolumesource-v1">CephFSVolumeSource</a> <a href="#flexvolumesource-v1">FlexVolumeSource</a> <a href="#podspec-v1">PodSpec</a> <a href="#rbdvolumesource-v1">RBDVolumeSource</a> <a href="#serviceaccount-v1">ServiceAccount</a> </aside> Field | Description ------------ | ----------- diff --git a/docs/resources-reference/1_5/documents/_generated_localsubjectaccessreview_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_localsubjectaccessreview_v1beta1_concept.md similarity index 61% rename from docs/resources-reference/1_5/documents/_generated_localsubjectaccessreview_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_localsubjectaccessreview_v1beta1_concept.md index 47b3b3b88f..ec666fcdb0 100644 --- a/docs/resources-reference/1_5/documents/_generated_localsubjectaccessreview_v1beta1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_localsubjectaccessreview_v1beta1_concept.md @@ -21,6 +21,8 @@ LocalSubjectAccessReview checks whether or not a user or group can perform an ac Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | spec <br /> *[SubjectAccessReviewSpec](#subjectaccessreviewspec-v1beta1)* | Spec holds information about the request being evaluated. spec.namespace must be equal to the namespace you made the request against. If empty, it is defaulted. status <br /> *[SubjectAccessReviewStatus](#subjectaccessreviewstatus-v1beta1)* | Status is filled in by the server and indicates whether the request is allowed or not diff --git a/docs/resources-reference/1_5/documents/_generated_localsubjectaccessreview_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_localsubjectaccessreview_v1beta1_definition.md similarity index 60% rename from docs/resources-reference/1_5/documents/_generated_localsubjectaccessreview_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_localsubjectaccessreview_v1beta1_definition.md index af5ae3648c..a5f14a8e4e 100644 --- a/docs/resources-reference/1_5/documents/_generated_localsubjectaccessreview_v1beta1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_localsubjectaccessreview_v1beta1_definition.md @@ -12,6 +12,8 @@ LocalSubjectAccessReview checks whether or not a user or group can perform an ac Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | spec <br /> *[SubjectAccessReviewSpec](#subjectaccessreviewspec-v1beta1)* | Spec holds information about the request being evaluated. spec.namespace must be equal to the namespace you made the request against. If empty, it is defaulted. status <br /> *[SubjectAccessReviewStatus](#subjectaccessreviewstatus-v1beta1)* | Status is filled in by the server and indicates whether the request is allowed or not diff --git a/docs/resources-reference/1_5/documents/_generated_namespace_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_namespace_v1_concept.md similarity index 62% rename from docs/resources-reference/1_5/documents/_generated_namespace_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_namespace_v1_concept.md index 5c45daa7a7..3292c08bef 100644 --- a/docs/resources-reference/1_5/documents/_generated_namespace_v1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_namespace_v1_concept.md @@ -22,6 +22,8 @@ Appears In <a href="#namespacelist-v1">NamespaceList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[NamespaceSpec](#namespacespec-v1)* | Spec defines the behavior of the Namespace. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[NamespaceStatus](#namespacestatus-v1)* | Status describes the current status of a Namespace. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status @@ -51,7 +53,9 @@ phase <br /> *string* | Phase is the current lifecycle phase of the namespace. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[Namespace](#namespace-v1) array* | Items is the list of Namespace objects in the list. More info: http://kubernetes.io/docs/user-guide/namespaces +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds diff --git a/docs/api-reference/1_5/documents/_generated_namespace_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_namespace_v1_definition.md similarity index 59% rename from docs/api-reference/1_5/documents/_generated_namespace_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_namespace_v1_definition.md index 5c3d3a38ea..86146344cf 100644 --- a/docs/api-reference/1_5/documents/_generated_namespace_v1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_namespace_v1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#namespacelist-v1">NamespaceList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[NamespaceSpec](#namespacespec-v1)* | Spec defines the behavior of the Namespace. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[NamespaceStatus](#namespacestatus-v1)* | Status describes the current status of a Namespace. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status diff --git a/docs/resources-reference/v1.5/documents/_generated_namespacelist_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_namespacelist_v1_concept.md new file mode 100644 index 0000000000..7f4bcac5d8 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_namespacelist_v1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# NamespaceList v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | NamespaceList + + + + + + + +NamespaceList is a list of Namespaces. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[Namespace](#namespace-v1) array* | Items is the list of Namespace objects in the list. More info: http://kubernetes.io/docs/user-guide/namespaces +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_namespacelist_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_namespacelist_v1_definition.md new file mode 100644 index 0000000000..ca5cdccd19 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_namespacelist_v1_definition.md @@ -0,0 +1,19 @@ +## NamespaceList v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | NamespaceList + + + +NamespaceList is a list of Namespaces. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[Namespace](#namespace-v1) array* | Items is the list of Namespace objects in the list. More info: http://kubernetes.io/docs/user-guide/namespaces +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds + diff --git a/docs/resources-reference/1_5/documents/_generated_namespacespec_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_namespacespec_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_namespacespec_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_namespacespec_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_namespacespec_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_namespacespec_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_namespacespec_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_namespacespec_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_namespacestatus_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_namespacestatus_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_namespacestatus_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_namespacestatus_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_namespacestatus_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_namespacestatus_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_namespacestatus_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_namespacestatus_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_networkpolicy_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_networkpolicy_v1beta1_concept.md similarity index 65% rename from docs/resources-reference/1_5/documents/_generated_networkpolicy_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_networkpolicy_v1beta1_concept.md index 91375d7ad3..26a506193c 100644 --- a/docs/resources-reference/1_5/documents/_generated_networkpolicy_v1beta1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_networkpolicy_v1beta1_concept.md @@ -22,6 +22,8 @@ Appears In <a href="#networkpolicylist-v1beta1">NetworkPolicyList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[NetworkPolicySpec](#networkpolicyspec-v1beta1)* | Specification of the desired behavior for this NetworkPolicy. @@ -42,7 +44,9 @@ podSelector <br /> *[LabelSelector](#labelselector-unversioned)* | Selects the Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[NetworkPolicy](#networkpolicy-v1beta1) array* | Items is a list of schema objects. +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata diff --git a/docs/resources-reference/v1.5/documents/_generated_networkpolicy_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_networkpolicy_v1beta1_definition.md new file mode 100644 index 0000000000..63ee5471f6 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_networkpolicy_v1beta1_definition.md @@ -0,0 +1,20 @@ +## NetworkPolicy v1beta1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1beta1 | NetworkPolicy + + + + + +<aside class="notice"> +Appears In <a href="#networkpolicylist-v1beta1">NetworkPolicyList</a> </aside> + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 +metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata +spec <br /> *[NetworkPolicySpec](#networkpolicyspec-v1beta1)* | Specification of the desired behavior for this NetworkPolicy. + diff --git a/docs/resources-reference/1_5/documents/_generated_networkpolicyingressrule_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_networkpolicyingressrule_v1beta1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_networkpolicyingressrule_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_networkpolicyingressrule_v1beta1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_networkpolicyingressrule_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_networkpolicyingressrule_v1beta1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_networkpolicyingressrule_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_networkpolicyingressrule_v1beta1_definition.md diff --git a/docs/resources-reference/v1.5/documents/_generated_networkpolicylist_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_networkpolicylist_v1beta1_concept.md new file mode 100644 index 0000000000..2050470f0b --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_networkpolicylist_v1beta1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# NetworkPolicyList v1beta1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1beta1 | NetworkPolicyList + + + + + + + +Network Policy List is a list of NetworkPolicy objects. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[NetworkPolicy](#networkpolicy-v1beta1) array* | Items is a list of schema objects. +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_networkpolicylist_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_networkpolicylist_v1beta1_definition.md new file mode 100644 index 0000000000..51ee21119c --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_networkpolicylist_v1beta1_definition.md @@ -0,0 +1,19 @@ +## NetworkPolicyList v1beta1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1beta1 | NetworkPolicyList + + + +Network Policy List is a list of NetworkPolicy objects. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[NetworkPolicy](#networkpolicy-v1beta1) array* | Items is a list of schema objects. +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata + diff --git a/docs/resources-reference/1_5/documents/_generated_networkpolicypeer_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_networkpolicypeer_v1beta1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_networkpolicypeer_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_networkpolicypeer_v1beta1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_networkpolicypeer_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_networkpolicypeer_v1beta1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_networkpolicypeer_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_networkpolicypeer_v1beta1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_networkpolicyport_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_networkpolicyport_v1beta1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_networkpolicyport_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_networkpolicyport_v1beta1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_networkpolicyport_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_networkpolicyport_v1beta1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_networkpolicyport_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_networkpolicyport_v1beta1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_networkpolicyspec_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_networkpolicyspec_v1beta1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_networkpolicyspec_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_networkpolicyspec_v1beta1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_networkpolicyspec_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_networkpolicyspec_v1beta1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_networkpolicyspec_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_networkpolicyspec_v1beta1_definition.md diff --git a/docs/resources-reference/v1.5/documents/_generated_nfsvolumesource_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_nfsvolumesource_v1_concept.md new file mode 100644 index 0000000000..a419519c19 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_nfsvolumesource_v1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# NFSVolumeSource v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | NFSVolumeSource + + + + + + + +Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +path <br /> *string* | Path that is exported by the NFS server. More info: http://kubernetes.io/docs/user-guide/volumes#nfs +readOnly <br /> *boolean* | ReadOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: http://kubernetes.io/docs/user-guide/volumes#nfs +server <br /> *string* | Server is the hostname or IP address of the NFS server. More info: http://kubernetes.io/docs/user-guide/volumes#nfs + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_nfsvolumesource_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_nfsvolumesource_v1_definition.md new file mode 100644 index 0000000000..23c2266305 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_nfsvolumesource_v1_definition.md @@ -0,0 +1,19 @@ +## NFSVolumeSource v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | NFSVolumeSource + + + +Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +path <br /> *string* | Path that is exported by the NFS server. More info: http://kubernetes.io/docs/user-guide/volumes#nfs +readOnly <br /> *boolean* | ReadOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: http://kubernetes.io/docs/user-guide/volumes#nfs +server <br /> *string* | Server is the hostname or IP address of the NFS server. More info: http://kubernetes.io/docs/user-guide/volumes#nfs + diff --git a/docs/resources-reference/1_5/documents/_generated_node_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_node_v1_concept.md similarity index 75% rename from docs/resources-reference/1_5/documents/_generated_node_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_node_v1_concept.md index 97cfea185d..36e36b3960 100644 --- a/docs/resources-reference/1_5/documents/_generated_node_v1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_node_v1_concept.md @@ -22,6 +22,8 @@ Appears In <a href="#nodelist-v1">NodeList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[NodeSpec](#nodespec-v1)* | Spec defines the behavior of a node. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[NodeStatus](#nodestatus-v1)* | Most recently observed status of the node. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status @@ -63,7 +65,9 @@ volumesInUse <br /> *string array* | List of attachable volumes in use (mounted Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[Node](#node-v1) array* | List of nodes +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds diff --git a/docs/resources-reference/1_5/documents/_generated_node_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_node_v1_definition.md similarity index 59% rename from docs/resources-reference/1_5/documents/_generated_node_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_node_v1_definition.md index 7875b6524c..7350491116 100644 --- a/docs/resources-reference/1_5/documents/_generated_node_v1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_node_v1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#nodelist-v1">NodeList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[NodeSpec](#nodespec-v1)* | Spec defines the behavior of a node. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[NodeStatus](#nodestatus-v1)* | Most recently observed status of the node. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status diff --git a/docs/resources-reference/1_5/documents/_generated_nodeaddress_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_nodeaddress_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_nodeaddress_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_nodeaddress_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_nodeaddress_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_nodeaddress_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_nodeaddress_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_nodeaddress_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_nodecondition_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_nodecondition_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_nodecondition_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_nodecondition_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_nodecondition_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_nodecondition_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_nodecondition_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_nodecondition_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_nodedaemonendpoints_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_nodedaemonendpoints_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_nodedaemonendpoints_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_nodedaemonendpoints_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_nodedaemonendpoints_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_nodedaemonendpoints_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_nodedaemonendpoints_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_nodedaemonendpoints_v1_definition.md diff --git a/docs/resources-reference/v1.5/documents/_generated_nodelist_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_nodelist_v1_concept.md new file mode 100644 index 0000000000..e996e2faee --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_nodelist_v1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# NodeList v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | NodeList + + + + + + + +NodeList is the whole list of all Nodes which have been registered with master. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[Node](#node-v1) array* | List of nodes +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_nodelist_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_nodelist_v1_definition.md new file mode 100644 index 0000000000..8a5ae1fec2 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_nodelist_v1_definition.md @@ -0,0 +1,19 @@ +## NodeList v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | NodeList + + + +NodeList is the whole list of all Nodes which have been registered with master. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[Node](#node-v1) array* | List of nodes +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds + diff --git a/docs/resources-reference/1_5/documents/_generated_nodespec_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_nodespec_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_nodespec_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_nodespec_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_nodespec_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_nodespec_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_nodespec_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_nodespec_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_nodestatus_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_nodestatus_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_nodestatus_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_nodestatus_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_nodestatus_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_nodestatus_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_nodestatus_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_nodestatus_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_nodesysteminfo_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_nodesysteminfo_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_nodesysteminfo_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_nodesysteminfo_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_nodesysteminfo_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_nodesysteminfo_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_nodesysteminfo_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_nodesysteminfo_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_nonresourceattributes_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_nonresourceattributes_v1beta1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_nonresourceattributes_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_nonresourceattributes_v1beta1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_nonresourceattributes_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_nonresourceattributes_v1beta1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_nonresourceattributes_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_nonresourceattributes_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_objectfieldselector_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_objectfieldselector_v1_concept.md similarity index 79% rename from docs/user-guide/kubectl/1_5/documents/_generated_objectfieldselector_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_objectfieldselector_v1_concept.md index 5835566e59..2a8743365c 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_objectfieldselector_v1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_objectfieldselector_v1_concept.md @@ -18,7 +18,7 @@ Core | v1 | ObjectFieldSelector ObjectFieldSelector selects an APIVersioned field of an object. <aside class="notice"> -Appears In <a href="#envvarsource-v1">EnvVarSource</a> </aside> +Appears In <a href="#downwardapivolumefile-v1">DownwardAPIVolumeFile</a> <a href="#envvarsource-v1">EnvVarSource</a> </aside> Field | Description ------------ | ----------- diff --git a/docs/resources-reference/1_5/documents/_generated_objectfieldselector_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_objectfieldselector_v1_definition.md similarity index 78% rename from docs/resources-reference/1_5/documents/_generated_objectfieldselector_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_objectfieldselector_v1_definition.md index 5596a3bc5c..fe41b9f8cf 100644 --- a/docs/resources-reference/1_5/documents/_generated_objectfieldselector_v1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_objectfieldselector_v1_definition.md @@ -9,7 +9,7 @@ Core | v1 | ObjectFieldSelector ObjectFieldSelector selects an APIVersioned field of an object. <aside class="notice"> -Appears In <a href="#envvarsource-v1">EnvVarSource</a> </aside> +Appears In <a href="#downwardapivolumefile-v1">DownwardAPIVolumeFile</a> <a href="#envvarsource-v1">EnvVarSource</a> </aside> Field | Description ------------ | ----------- diff --git a/docs/resources-reference/1_5/documents/_generated_objectmeta_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_objectmeta_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_objectmeta_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_objectmeta_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_objectmeta_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_objectmeta_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_objectmeta_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_objectmeta_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_objectreference_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_objectreference_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_objectreference_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_objectreference_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_objectreference_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_objectreference_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_objectreference_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_objectreference_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_ownerreference_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_ownerreference_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_ownerreference_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_ownerreference_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_ownerreference_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_ownerreference_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_ownerreference_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_ownerreference_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_patch_unversioned_concept.md b/docs/resources-reference/v1.5/documents/_generated_patch_unversioned_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_patch_unversioned_concept.md rename to docs/resources-reference/v1.5/documents/_generated_patch_unversioned_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_patch_unversioned_definition.md b/docs/resources-reference/v1.5/documents/_generated_patch_unversioned_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_patch_unversioned_definition.md rename to docs/resources-reference/v1.5/documents/_generated_patch_unversioned_definition.md diff --git a/docs/resources-reference/v1.5/documents/_generated_persistentvolume_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_persistentvolume_v1_concept.md new file mode 100644 index 0000000000..092ed3554c --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_persistentvolume_v1_concept.md @@ -0,0 +1,86 @@ + + +----------- +# PersistentVolume v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | PersistentVolume + + +<aside class="notice">These are assigned to <a href="#pod-v1">Pods</a> using <a href="#persistentvolumeclaim-v1">PersistentVolumeClaims</a>.</aside> + + + + +PersistentVolume (PV) is a storage resource provisioned by an administrator. It is analogous to a node. More info: http://kubernetes.io/docs/user-guide/persistent-volumes + +<aside class="notice"> +Appears In <a href="#persistentvolumelist-v1">PersistentVolumeList</a> </aside> + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 +metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata +spec <br /> *[PersistentVolumeSpec](#persistentvolumespec-v1)* | Spec defines a specification of a persistent volume owned by the cluster. Provisioned by an administrator. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistent-volumes +status <br /> *[PersistentVolumeStatus](#persistentvolumestatus-v1)* | Status represents the current information/status for the persistent volume. Populated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistent-volumes + + +### PersistentVolumeSpec v1 + +<aside class="notice"> +Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside> + +Field | Description +------------ | ----------- +accessModes <br /> *string array* | AccessModes contains all ways the volume can be mounted. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes +awsElasticBlockStore <br /> *[AWSElasticBlockStoreVolumeSource](#awselasticblockstorevolumesource-v1)* | AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore +azureDisk <br /> *[AzureDiskVolumeSource](#azurediskvolumesource-v1)* | AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. +azureFile <br /> *[AzureFileVolumeSource](#azurefilevolumesource-v1)* | AzureFile represents an Azure File Service mount on the host and bind mount to the pod. +capacity <br /> *object* | A description of the persistent volume's resources and capacity. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#capacity +cephfs <br /> *[CephFSVolumeSource](#cephfsvolumesource-v1)* | CephFS represents a Ceph FS mount on the host that shares a pod's lifetime +cinder <br /> *[CinderVolumeSource](#cindervolumesource-v1)* | Cinder represents a cinder volume attached and mounted on kubelets host machine More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md +claimRef <br /> *[ObjectReference](#objectreference-v1)* | ClaimRef is part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim. Expected to be non-nil when bound. claim.VolumeName is the authoritative bind between PV and PVC. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#binding +fc <br /> *[FCVolumeSource](#fcvolumesource-v1)* | FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod. +flexVolume <br /> *[FlexVolumeSource](#flexvolumesource-v1)* | 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. +flocker <br /> *[FlockerVolumeSource](#flockervolumesource-v1)* | Flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running +gcePersistentDisk <br /> *[GCEPersistentDiskVolumeSource](#gcepersistentdiskvolumesource-v1)* | GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk +glusterfs <br /> *[GlusterfsVolumeSource](#glusterfsvolumesource-v1)* | Glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md +hostPath <br /> *[HostPathVolumeSource](#hostpathvolumesource-v1)* | HostPath represents a directory on the host. Provisioned by a developer or tester. This is useful for single-node development and testing only! On-host storage is not supported in any way and WILL NOT WORK in a multi-node cluster. More info: http://kubernetes.io/docs/user-guide/volumes#hostpath +iscsi <br /> *[ISCSIVolumeSource](#iscsivolumesource-v1)* | ISCSI represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin. +nfs <br /> *[NFSVolumeSource](#nfsvolumesource-v1)* | NFS represents an NFS mount on the host. Provisioned by an admin. More info: http://kubernetes.io/docs/user-guide/volumes#nfs +persistentVolumeReclaimPolicy <br /> *string* | What happens to a persistent volume when released from its claim. Valid options are Retain (default) and Recycle. Recycling must be supported by the volume plugin underlying this persistent volume. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#recycling-policy +photonPersistentDisk <br /> *[PhotonPersistentDiskVolumeSource](#photonpersistentdiskvolumesource-v1)* | PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine +quobyte <br /> *[QuobyteVolumeSource](#quobytevolumesource-v1)* | Quobyte represents a Quobyte mount on the host that shares a pod's lifetime +rbd <br /> *[RBDVolumeSource](#rbdvolumesource-v1)* | RBD represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md +vsphereVolume <br /> *[VsphereVirtualDiskVolumeSource](#vspherevirtualdiskvolumesource-v1)* | VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine + +### PersistentVolumeStatus v1 + +<aside class="notice"> +Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside> + +Field | Description +------------ | ----------- +message <br /> *string* | A human-readable message indicating details about why the volume is in this state. +phase <br /> *string* | Phase indicates if a volume is available, bound to a claim, or released by a claim. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#phase +reason <br /> *string* | Reason is a brief CamelCase string that describes any failure and is meant for machine parsing and tidy display in the CLI. + +### PersistentVolumeList v1 + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[PersistentVolume](#persistentvolume-v1) array* | List of persistent volumes. More info: http://kubernetes.io/docs/user-guide/persistent-volumes +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds + + + + + diff --git a/docs/resources-reference/1_5/documents/_generated_persistentvolume_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_persistentvolume_v1_definition.md similarity index 66% rename from docs/resources-reference/1_5/documents/_generated_persistentvolume_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_persistentvolume_v1_definition.md index c9818773cd..81b1e13b13 100644 --- a/docs/resources-reference/1_5/documents/_generated_persistentvolume_v1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_persistentvolume_v1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#persistentvolumelist-v1">PersistentVolumeList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[PersistentVolumeSpec](#persistentvolumespec-v1)* | Spec defines a specification of a persistent volume owned by the cluster. Provisioned by an administrator. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistent-volumes status <br /> *[PersistentVolumeStatus](#persistentvolumestatus-v1)* | Status represents the current information/status for the persistent volume. Populated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistent-volumes diff --git a/docs/resources-reference/1_5/documents/_generated_persistentvolumeclaim_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_persistentvolumeclaim_v1_concept.md similarity index 72% rename from docs/resources-reference/1_5/documents/_generated_persistentvolumeclaim_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_persistentvolumeclaim_v1_concept.md index 49df30fbb0..b47e3071a0 100644 --- a/docs/resources-reference/1_5/documents/_generated_persistentvolumeclaim_v1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_persistentvolumeclaim_v1_concept.md @@ -22,6 +22,8 @@ Appears In <a href="#persistentvolumeclaimlist-v1">PersistentVolumeClaimList</a> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[PersistentVolumeClaimSpec](#persistentvolumeclaimspec-v1)* | Spec defines the desired characteristics of a volume requested by a pod author. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims status <br /> *[PersistentVolumeClaimStatus](#persistentvolumeclaimstatus-v1)* | Status represents the current information/status of a persistent volume claim. Read-only. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims @@ -56,7 +58,9 @@ phase <br /> *string* | Phase represents the current phase of PersistentVolumeC Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[PersistentVolumeClaim](#persistentvolumeclaim-v1) array* | A list of persistent volume claims. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds diff --git a/docs/resources-reference/1_5/documents/_generated_persistentvolumeclaim_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_persistentvolumeclaim_v1_definition.md similarity index 65% rename from docs/resources-reference/1_5/documents/_generated_persistentvolumeclaim_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_persistentvolumeclaim_v1_definition.md index 2ceb13be3f..ed24250a7d 100644 --- a/docs/resources-reference/1_5/documents/_generated_persistentvolumeclaim_v1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_persistentvolumeclaim_v1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#persistentvolumeclaimlist-v1">PersistentVolumeClaimList</a Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[PersistentVolumeClaimSpec](#persistentvolumeclaimspec-v1)* | Spec defines the desired characteristics of a volume requested by a pod author. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims status <br /> *[PersistentVolumeClaimStatus](#persistentvolumeclaimstatus-v1)* | Status represents the current information/status of a persistent volume claim. Read-only. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_persistentvolumeclaimlist_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_persistentvolumeclaimlist_v1_concept.md similarity index 53% rename from docs/user-guide/kubectl/1_5/documents/_generated_persistentvolumeclaimlist_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_persistentvolumeclaimlist_v1_concept.md index a166d1139e..c26ad5f03a 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_persistentvolumeclaimlist_v1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_persistentvolumeclaimlist_v1_concept.md @@ -21,7 +21,9 @@ PersistentVolumeClaimList is a list of PersistentVolumeClaim items. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[PersistentVolumeClaim](#persistentvolumeclaim-v1) array* | A list of persistent volume claims. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds diff --git a/docs/resources-reference/1_5/documents/_generated_persistentvolumeclaimlist_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_persistentvolumeclaimlist_v1_definition.md similarity index 52% rename from docs/resources-reference/1_5/documents/_generated_persistentvolumeclaimlist_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_persistentvolumeclaimlist_v1_definition.md index c15333e8ce..ba451dcd49 100644 --- a/docs/resources-reference/1_5/documents/_generated_persistentvolumeclaimlist_v1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_persistentvolumeclaimlist_v1_definition.md @@ -12,6 +12,8 @@ PersistentVolumeClaimList is a list of PersistentVolumeClaim items. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[PersistentVolumeClaim](#persistentvolumeclaim-v1) array* | A list of persistent volume claims. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds diff --git a/docs/resources-reference/1_5/documents/_generated_persistentvolumeclaimspec_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_persistentvolumeclaimspec_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_persistentvolumeclaimspec_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_persistentvolumeclaimspec_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_persistentvolumeclaimspec_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_persistentvolumeclaimspec_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_persistentvolumeclaimspec_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_persistentvolumeclaimspec_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_persistentvolumeclaimstatus_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_persistentvolumeclaimstatus_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_persistentvolumeclaimstatus_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_persistentvolumeclaimstatus_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_persistentvolumeclaimstatus_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_persistentvolumeclaimstatus_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_persistentvolumeclaimstatus_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_persistentvolumeclaimstatus_v1_definition.md diff --git a/docs/resources-reference/v1.5/documents/_generated_persistentvolumeclaimvolumesource_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_persistentvolumeclaimvolumesource_v1_concept.md new file mode 100644 index 0000000000..42afa5695b --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_persistentvolumeclaimvolumesource_v1_concept.md @@ -0,0 +1,32 @@ + + +----------- +# PersistentVolumeClaimVolumeSource v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | PersistentVolumeClaimVolumeSource + + + + + + + +PersistentVolumeClaimVolumeSource references the user's PVC in the same namespace. This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system). + +<aside class="notice"> +Appears In <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +claimName <br /> *string* | ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims +readOnly <br /> *boolean* | Will force the ReadOnly setting in VolumeMounts. Default false. + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_persistentvolumeclaimvolumesource_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_persistentvolumeclaimvolumesource_v1_definition.md new file mode 100644 index 0000000000..2dab66437f --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_persistentvolumeclaimvolumesource_v1_definition.md @@ -0,0 +1,18 @@ +## PersistentVolumeClaimVolumeSource v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | PersistentVolumeClaimVolumeSource + + + +PersistentVolumeClaimVolumeSource references the user's PVC in the same namespace. This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system). + +<aside class="notice"> +Appears In <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +claimName <br /> *string* | ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims +readOnly <br /> *boolean* | Will force the ReadOnly setting in VolumeMounts. Default false. + diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_persistentvolumelist_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_persistentvolumelist_v1_concept.md similarity index 50% rename from docs/user-guide/kubectl/1_5/documents/_generated_persistentvolumelist_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_persistentvolumelist_v1_concept.md index 2699818efb..5cfa5408e1 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_persistentvolumelist_v1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_persistentvolumelist_v1_concept.md @@ -21,7 +21,9 @@ PersistentVolumeList is a list of PersistentVolume items. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[PersistentVolume](#persistentvolume-v1) array* | List of persistent volumes. More info: http://kubernetes.io/docs/user-guide/persistent-volumes +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds diff --git a/docs/resources-reference/v1.5/documents/_generated_persistentvolumelist_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_persistentvolumelist_v1_definition.md new file mode 100644 index 0000000000..6fbcb0485f --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_persistentvolumelist_v1_definition.md @@ -0,0 +1,19 @@ +## PersistentVolumeList v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | PersistentVolumeList + + + +PersistentVolumeList is a list of PersistentVolume items. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[PersistentVolume](#persistentvolume-v1) array* | List of persistent volumes. More info: http://kubernetes.io/docs/user-guide/persistent-volumes +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds + diff --git a/docs/resources-reference/v1.5/documents/_generated_persistentvolumespec_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_persistentvolumespec_v1_concept.md new file mode 100644 index 0000000000..db953210a9 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_persistentvolumespec_v1_concept.md @@ -0,0 +1,51 @@ + + +----------- +# PersistentVolumeSpec v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | PersistentVolumeSpec + + + + + + + +PersistentVolumeSpec is the specification of a persistent volume. + +<aside class="notice"> +Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside> + +Field | Description +------------ | ----------- +accessModes <br /> *string array* | AccessModes contains all ways the volume can be mounted. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes +awsElasticBlockStore <br /> *[AWSElasticBlockStoreVolumeSource](#awselasticblockstorevolumesource-v1)* | AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore +azureDisk <br /> *[AzureDiskVolumeSource](#azurediskvolumesource-v1)* | AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. +azureFile <br /> *[AzureFileVolumeSource](#azurefilevolumesource-v1)* | AzureFile represents an Azure File Service mount on the host and bind mount to the pod. +capacity <br /> *object* | A description of the persistent volume's resources and capacity. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#capacity +cephfs <br /> *[CephFSVolumeSource](#cephfsvolumesource-v1)* | CephFS represents a Ceph FS mount on the host that shares a pod's lifetime +cinder <br /> *[CinderVolumeSource](#cindervolumesource-v1)* | Cinder represents a cinder volume attached and mounted on kubelets host machine More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md +claimRef <br /> *[ObjectReference](#objectreference-v1)* | ClaimRef is part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim. Expected to be non-nil when bound. claim.VolumeName is the authoritative bind between PV and PVC. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#binding +fc <br /> *[FCVolumeSource](#fcvolumesource-v1)* | FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod. +flexVolume <br /> *[FlexVolumeSource](#flexvolumesource-v1)* | 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. +flocker <br /> *[FlockerVolumeSource](#flockervolumesource-v1)* | Flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running +gcePersistentDisk <br /> *[GCEPersistentDiskVolumeSource](#gcepersistentdiskvolumesource-v1)* | GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk +glusterfs <br /> *[GlusterfsVolumeSource](#glusterfsvolumesource-v1)* | Glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md +hostPath <br /> *[HostPathVolumeSource](#hostpathvolumesource-v1)* | HostPath represents a directory on the host. Provisioned by a developer or tester. This is useful for single-node development and testing only! On-host storage is not supported in any way and WILL NOT WORK in a multi-node cluster. More info: http://kubernetes.io/docs/user-guide/volumes#hostpath +iscsi <br /> *[ISCSIVolumeSource](#iscsivolumesource-v1)* | ISCSI represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin. +nfs <br /> *[NFSVolumeSource](#nfsvolumesource-v1)* | NFS represents an NFS mount on the host. Provisioned by an admin. More info: http://kubernetes.io/docs/user-guide/volumes#nfs +persistentVolumeReclaimPolicy <br /> *string* | What happens to a persistent volume when released from its claim. Valid options are Retain (default) and Recycle. Recycling must be supported by the volume plugin underlying this persistent volume. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#recycling-policy +photonPersistentDisk <br /> *[PhotonPersistentDiskVolumeSource](#photonpersistentdiskvolumesource-v1)* | PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine +quobyte <br /> *[QuobyteVolumeSource](#quobytevolumesource-v1)* | Quobyte represents a Quobyte mount on the host that shares a pod's lifetime +rbd <br /> *[RBDVolumeSource](#rbdvolumesource-v1)* | RBD represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md +vsphereVolume <br /> *[VsphereVirtualDiskVolumeSource](#vspherevirtualdiskvolumesource-v1)* | VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_persistentvolumespec_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_persistentvolumespec_v1_definition.md new file mode 100644 index 0000000000..3f2de1dcda --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_persistentvolumespec_v1_definition.md @@ -0,0 +1,37 @@ +## PersistentVolumeSpec v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | PersistentVolumeSpec + + + +PersistentVolumeSpec is the specification of a persistent volume. + +<aside class="notice"> +Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside> + +Field | Description +------------ | ----------- +accessModes <br /> *string array* | AccessModes contains all ways the volume can be mounted. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes +awsElasticBlockStore <br /> *[AWSElasticBlockStoreVolumeSource](#awselasticblockstorevolumesource-v1)* | AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore +azureDisk <br /> *[AzureDiskVolumeSource](#azurediskvolumesource-v1)* | AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. +azureFile <br /> *[AzureFileVolumeSource](#azurefilevolumesource-v1)* | AzureFile represents an Azure File Service mount on the host and bind mount to the pod. +capacity <br /> *object* | A description of the persistent volume's resources and capacity. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#capacity +cephfs <br /> *[CephFSVolumeSource](#cephfsvolumesource-v1)* | CephFS represents a Ceph FS mount on the host that shares a pod's lifetime +cinder <br /> *[CinderVolumeSource](#cindervolumesource-v1)* | Cinder represents a cinder volume attached and mounted on kubelets host machine More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md +claimRef <br /> *[ObjectReference](#objectreference-v1)* | ClaimRef is part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim. Expected to be non-nil when bound. claim.VolumeName is the authoritative bind between PV and PVC. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#binding +fc <br /> *[FCVolumeSource](#fcvolumesource-v1)* | FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod. +flexVolume <br /> *[FlexVolumeSource](#flexvolumesource-v1)* | 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. +flocker <br /> *[FlockerVolumeSource](#flockervolumesource-v1)* | Flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running +gcePersistentDisk <br /> *[GCEPersistentDiskVolumeSource](#gcepersistentdiskvolumesource-v1)* | GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk +glusterfs <br /> *[GlusterfsVolumeSource](#glusterfsvolumesource-v1)* | Glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md +hostPath <br /> *[HostPathVolumeSource](#hostpathvolumesource-v1)* | HostPath represents a directory on the host. Provisioned by a developer or tester. This is useful for single-node development and testing only! On-host storage is not supported in any way and WILL NOT WORK in a multi-node cluster. More info: http://kubernetes.io/docs/user-guide/volumes#hostpath +iscsi <br /> *[ISCSIVolumeSource](#iscsivolumesource-v1)* | ISCSI represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin. +nfs <br /> *[NFSVolumeSource](#nfsvolumesource-v1)* | NFS represents an NFS mount on the host. Provisioned by an admin. More info: http://kubernetes.io/docs/user-guide/volumes#nfs +persistentVolumeReclaimPolicy <br /> *string* | What happens to a persistent volume when released from its claim. Valid options are Retain (default) and Recycle. Recycling must be supported by the volume plugin underlying this persistent volume. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#recycling-policy +photonPersistentDisk <br /> *[PhotonPersistentDiskVolumeSource](#photonpersistentdiskvolumesource-v1)* | PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine +quobyte <br /> *[QuobyteVolumeSource](#quobytevolumesource-v1)* | Quobyte represents a Quobyte mount on the host that shares a pod's lifetime +rbd <br /> *[RBDVolumeSource](#rbdvolumesource-v1)* | RBD represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md +vsphereVolume <br /> *[VsphereVirtualDiskVolumeSource](#vspherevirtualdiskvolumesource-v1)* | VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine + diff --git a/docs/resources-reference/1_5/documents/_generated_persistentvolumestatus_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_persistentvolumestatus_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_persistentvolumestatus_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_persistentvolumestatus_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_persistentvolumestatus_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_persistentvolumestatus_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_persistentvolumestatus_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_persistentvolumestatus_v1_definition.md diff --git a/docs/resources-reference/v1.5/documents/_generated_photonpersistentdiskvolumesource_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_photonpersistentdiskvolumesource_v1_concept.md new file mode 100644 index 0000000000..4559d83f7b --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_photonpersistentdiskvolumesource_v1_concept.md @@ -0,0 +1,32 @@ + + +----------- +# PhotonPersistentDiskVolumeSource v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | PhotonPersistentDiskVolumeSource + + + + + + + +Represents a Photon Controller persistent disk resource. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +fsType <br /> *string* | Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. +pdID <br /> *string* | ID that identifies Photon Controller persistent disk + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_photonpersistentdiskvolumesource_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_photonpersistentdiskvolumesource_v1_definition.md new file mode 100644 index 0000000000..08e975b605 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_photonpersistentdiskvolumesource_v1_definition.md @@ -0,0 +1,18 @@ +## PhotonPersistentDiskVolumeSource v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | PhotonPersistentDiskVolumeSource + + + +Represents a Photon Controller persistent disk resource. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +fsType <br /> *string* | Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. +pdID <br /> *string* | ID that identifies Photon Controller persistent disk + diff --git a/docs/resources-reference/1_5/documents/_generated_pod_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_pod_v1_concept.md similarity index 85% rename from docs/resources-reference/1_5/documents/_generated_pod_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_pod_v1_concept.md index c25f094ff6..6f6dd45764 100644 --- a/docs/resources-reference/1_5/documents/_generated_pod_v1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_pod_v1_concept.md @@ -8,7 +8,7 @@ ```bdocs-tab:example_yaml apiVersion: v1 -kind: Pod +kind: Pob metadata: name: pod-example spec: @@ -38,6 +38,8 @@ Appears In <a href="#podlist-v1">PodList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[PodSpec](#podspec-v1)* | Specification of the desired behavior of the pod. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[PodStatus](#podstatus-v1)* | Most recently observed status of the pod. This data may not be up to date. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status @@ -90,7 +92,9 @@ startTime <br /> *[Time](#time-unversioned)* | RFC 3339 date and time at which Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[Pod](#pod-v1) array* | List of pods. More info: http://kubernetes.io/docs/user-guide/pods +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds diff --git a/docs/resources-reference/1_5/documents/_generated_pod_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_pod_v1_definition.md similarity index 61% rename from docs/resources-reference/1_5/documents/_generated_pod_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_pod_v1_definition.md index 027987ff72..17b6cd7aa8 100644 --- a/docs/resources-reference/1_5/documents/_generated_pod_v1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_pod_v1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#podlist-v1">PodList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[PodSpec](#podspec-v1)* | Specification of the desired behavior of the pod. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[PodStatus](#podstatus-v1)* | Most recently observed status of the pod. This data may not be up to date. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status diff --git a/docs/resources-reference/1_5/documents/_generated_podcondition_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_podcondition_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_podcondition_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_podcondition_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_podcondition_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_podcondition_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_podcondition_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_podcondition_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_poddisruptionbudget_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_poddisruptionbudget_v1beta1_concept.md similarity index 73% rename from docs/resources-reference/1_5/documents/_generated_poddisruptionbudget_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_poddisruptionbudget_v1beta1_concept.md index ba35e305e0..6d1846979e 100644 --- a/docs/resources-reference/1_5/documents/_generated_poddisruptionbudget_v1beta1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_poddisruptionbudget_v1beta1_concept.md @@ -22,6 +22,8 @@ Appears In <a href="#poddisruptionbudgetlist-v1beta1">PodDisruptionBudgetList</a Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | spec <br /> *[PodDisruptionBudgetSpec](#poddisruptionbudgetspec-v1beta1)* | Specification of the desired behavior of the PodDisruptionBudget. status <br /> *[PodDisruptionBudgetStatus](#poddisruptionbudgetstatus-v1beta1)* | Most recently observed status of the PodDisruptionBudget. @@ -57,7 +59,9 @@ observedGeneration <br /> *integer* | Most recent generation observed when upda Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[PodDisruptionBudget](#poddisruptionbudget-v1beta1) array* | +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | diff --git a/docs/resources-reference/1_5/documents/_generated_poddisruptionbudget_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_poddisruptionbudget_v1beta1_definition.md similarity index 56% rename from docs/resources-reference/1_5/documents/_generated_poddisruptionbudget_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_poddisruptionbudget_v1beta1_definition.md index d8b413506c..6b64a85734 100644 --- a/docs/resources-reference/1_5/documents/_generated_poddisruptionbudget_v1beta1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_poddisruptionbudget_v1beta1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#poddisruptionbudgetlist-v1beta1">PodDisruptionBudgetList</ Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | spec <br /> *[PodDisruptionBudgetSpec](#poddisruptionbudgetspec-v1beta1)* | Specification of the desired behavior of the PodDisruptionBudget. status <br /> *[PodDisruptionBudgetStatus](#poddisruptionbudgetstatus-v1beta1)* | Most recently observed status of the PodDisruptionBudget. diff --git a/docs/resources-reference/v1.5/documents/_generated_poddisruptionbudgetlist_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_poddisruptionbudgetlist_v1beta1_concept.md new file mode 100644 index 0000000000..f1726bdcf4 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_poddisruptionbudgetlist_v1beta1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# PodDisruptionBudgetList v1beta1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1beta1 | PodDisruptionBudgetList + + + + + + + +PodDisruptionBudgetList is a collection of PodDisruptionBudgets. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[PodDisruptionBudget](#poddisruptionbudget-v1beta1) array* | +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_poddisruptionbudgetlist_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_poddisruptionbudgetlist_v1beta1_definition.md new file mode 100644 index 0000000000..0f8839465a --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_poddisruptionbudgetlist_v1beta1_definition.md @@ -0,0 +1,19 @@ +## PodDisruptionBudgetList v1beta1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1beta1 | PodDisruptionBudgetList + + + +PodDisruptionBudgetList is a collection of PodDisruptionBudgets. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[PodDisruptionBudget](#poddisruptionbudget-v1beta1) array* | +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | + diff --git a/docs/resources-reference/1_5/documents/_generated_poddisruptionbudgetspec_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_poddisruptionbudgetspec_v1beta1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_poddisruptionbudgetspec_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_poddisruptionbudgetspec_v1beta1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_poddisruptionbudgetspec_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_poddisruptionbudgetspec_v1beta1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_poddisruptionbudgetspec_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_poddisruptionbudgetspec_v1beta1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_poddisruptionbudgetstatus_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_poddisruptionbudgetstatus_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_poddisruptionbudgetstatus_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_poddisruptionbudgetstatus_v1beta1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_poddisruptionbudgetstatus_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_poddisruptionbudgetstatus_v1beta1_definition.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_poddisruptionbudgetstatus_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_poddisruptionbudgetstatus_v1beta1_definition.md diff --git a/docs/resources-reference/v1.5/documents/_generated_podlist_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_podlist_v1_concept.md new file mode 100644 index 0000000000..3a47c0152c --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_podlist_v1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# PodList v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | PodList + + + + + + + +PodList is a list of Pods. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[Pod](#pod-v1) array* | List of pods. More info: http://kubernetes.io/docs/user-guide/pods +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_podlist_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_podlist_v1_definition.md new file mode 100644 index 0000000000..5545fc1b38 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_podlist_v1_definition.md @@ -0,0 +1,19 @@ +## PodList v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | PodList + + + +PodList is a list of Pods. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[Pod](#pod-v1) array* | List of pods. More info: http://kubernetes.io/docs/user-guide/pods +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds + diff --git a/docs/resources-reference/1_5/documents/_generated_podsecuritycontext_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_podsecuritycontext_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_podsecuritycontext_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_podsecuritycontext_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_podsecuritycontext_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_podsecuritycontext_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_podsecuritycontext_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_podsecuritycontext_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_podspec_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_podspec_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_podspec_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_podspec_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_podspec_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_podspec_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_podspec_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_podspec_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_podstatus_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_podstatus_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_podstatus_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_podstatus_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_podstatus_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_podstatus_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_podstatus_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_podstatus_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_podtemplate_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_podtemplate_v1_concept.md similarity index 61% rename from docs/resources-reference/1_5/documents/_generated_podtemplate_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_podtemplate_v1_concept.md index 071871717a..4848b07c03 100644 --- a/docs/resources-reference/1_5/documents/_generated_podtemplate_v1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_podtemplate_v1_concept.md @@ -22,6 +22,8 @@ Appears In <a href="#podtemplatelist-v1">PodTemplateList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata template <br /> *[PodTemplateSpec](#podtemplatespec-v1)* | Template defines the pods that will be created from this pod template. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status @@ -42,7 +44,9 @@ spec <br /> *[PodSpec](#podspec-v1)* | Specification of the desired behavior of Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[PodTemplate](#podtemplate-v1) array* | List of pod templates +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds diff --git a/docs/resources-reference/1_5/documents/_generated_podtemplate_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_podtemplate_v1_definition.md similarity index 54% rename from docs/resources-reference/1_5/documents/_generated_podtemplate_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_podtemplate_v1_definition.md index 55578c1283..1ae4f21f4f 100644 --- a/docs/resources-reference/1_5/documents/_generated_podtemplate_v1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_podtemplate_v1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#podtemplatelist-v1">PodTemplateList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata template <br /> *[PodTemplateSpec](#podtemplatespec-v1)* | Template defines the pods that will be created from this pod template. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status diff --git a/docs/resources-reference/v1.5/documents/_generated_podtemplatelist_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_podtemplatelist_v1_concept.md new file mode 100644 index 0000000000..da600b3be1 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_podtemplatelist_v1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# PodTemplateList v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | PodTemplateList + + + + + + + +PodTemplateList is a list of PodTemplates. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[PodTemplate](#podtemplate-v1) array* | List of pod templates +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_podtemplatelist_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_podtemplatelist_v1_definition.md new file mode 100644 index 0000000000..58c8bacc98 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_podtemplatelist_v1_definition.md @@ -0,0 +1,19 @@ +## PodTemplateList v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | PodTemplateList + + + +PodTemplateList is a list of PodTemplates. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[PodTemplate](#podtemplate-v1) array* | List of pod templates +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds + diff --git a/docs/resources-reference/1_5/documents/_generated_podtemplatespec_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_podtemplatespec_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_podtemplatespec_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_podtemplatespec_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_podtemplatespec_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_podtemplatespec_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_podtemplatespec_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_podtemplatespec_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_policyrule_v1alpha1_concept.md b/docs/resources-reference/v1.5/documents/_generated_policyrule_v1alpha1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_policyrule_v1alpha1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_policyrule_v1alpha1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_policyrule_v1alpha1_definition.md b/docs/resources-reference/v1.5/documents/_generated_policyrule_v1alpha1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_policyrule_v1alpha1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_policyrule_v1alpha1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_preconditions_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_preconditions_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_preconditions_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_preconditions_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_preconditions_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_preconditions_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_preconditions_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_preconditions_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_probe_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_probe_v1_concept.md similarity index 77% rename from docs/user-guide/kubectl/1_5/documents/_generated_probe_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_probe_v1_concept.md index 97c6dc9b17..97b746fc89 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_probe_v1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_probe_v1_concept.md @@ -22,10 +22,13 @@ Appears In <a href="#container-v1">Container</a> </aside> Field | Description ------------ | ----------- +exec <br /> *[ExecAction](#execaction-v1)* | One and only one of the following should be specified. Exec specifies the action to take. failureThreshold <br /> *integer* | Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. +httpGet <br /> *[HTTPGetAction](#httpgetaction-v1)* | HTTPGet specifies the http request to perform. initialDelaySeconds <br /> *integer* | Number of seconds after the container has started before liveness probes are initiated. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes periodSeconds <br /> *integer* | How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. successThreshold <br /> *integer* | Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness. Minimum value is 1. +tcpSocket <br /> *[TCPSocketAction](#tcpsocketaction-v1)* | TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported timeoutSeconds <br /> *integer* | Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes diff --git a/docs/api-reference/1_5/documents/_generated_probe_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_probe_v1_definition.md similarity index 76% rename from docs/api-reference/1_5/documents/_generated_probe_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_probe_v1_definition.md index ea0f4f5e86..3a721cb685 100644 --- a/docs/api-reference/1_5/documents/_generated_probe_v1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_probe_v1_definition.md @@ -13,9 +13,12 @@ Appears In <a href="#container-v1">Container</a> </aside> Field | Description ------------ | ----------- +exec <br /> *[ExecAction](#execaction-v1)* | One and only one of the following should be specified. Exec specifies the action to take. failureThreshold <br /> *integer* | Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. +httpGet <br /> *[HTTPGetAction](#httpgetaction-v1)* | HTTPGet specifies the http request to perform. initialDelaySeconds <br /> *integer* | Number of seconds after the container has started before liveness probes are initiated. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes periodSeconds <br /> *integer* | How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. successThreshold <br /> *integer* | Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness. Minimum value is 1. +tcpSocket <br /> *[TCPSocketAction](#tcpsocketaction-v1)* | TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported timeoutSeconds <br /> *integer* | Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes diff --git a/docs/resources-reference/1_5/documents/_generated_quantity_resource_concept.md b/docs/resources-reference/v1.5/documents/_generated_quantity_resource_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_quantity_resource_concept.md rename to docs/resources-reference/v1.5/documents/_generated_quantity_resource_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_quantity_resource_definition.md b/docs/resources-reference/v1.5/documents/_generated_quantity_resource_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_quantity_resource_definition.md rename to docs/resources-reference/v1.5/documents/_generated_quantity_resource_definition.md diff --git a/docs/resources-reference/v1.5/documents/_generated_quobytevolumesource_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_quobytevolumesource_v1_concept.md new file mode 100644 index 0000000000..f4d6f69efa --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_quobytevolumesource_v1_concept.md @@ -0,0 +1,35 @@ + + +----------- +# QuobyteVolumeSource v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | QuobyteVolumeSource + + + + + + + +Represents a Quobyte mount that lasts the lifetime of a pod. Quobyte volumes do not support ownership management or SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +group <br /> *string* | Group to map volume access to Default is no group +readOnly <br /> *boolean* | ReadOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false. +registry <br /> *string* | Registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes +user <br /> *string* | User to map volume access to Defaults to serivceaccount user +volume <br /> *string* | Volume is a string that references an already created Quobyte volume by name. + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_quobytevolumesource_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_quobytevolumesource_v1_definition.md new file mode 100644 index 0000000000..5888abc381 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_quobytevolumesource_v1_definition.md @@ -0,0 +1,21 @@ +## QuobyteVolumeSource v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | QuobyteVolumeSource + + + +Represents a Quobyte mount that lasts the lifetime of a pod. Quobyte volumes do not support ownership management or SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +group <br /> *string* | Group to map volume access to Default is no group +readOnly <br /> *boolean* | ReadOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false. +registry <br /> *string* | Registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes +user <br /> *string* | User to map volume access to Defaults to serivceaccount user +volume <br /> *string* | Volume is a string that references an already created Quobyte volume by name. + diff --git a/docs/resources-reference/1_5/documents/_generated_rawextension_runtime_concept.md b/docs/resources-reference/v1.5/documents/_generated_rawextension_runtime_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_rawextension_runtime_concept.md rename to docs/resources-reference/v1.5/documents/_generated_rawextension_runtime_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_rawextension_runtime_definition.md b/docs/resources-reference/v1.5/documents/_generated_rawextension_runtime_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_rawextension_runtime_definition.md rename to docs/resources-reference/v1.5/documents/_generated_rawextension_runtime_definition.md diff --git a/docs/resources-reference/v1.5/documents/_generated_rbdvolumesource_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_rbdvolumesource_v1_concept.md new file mode 100644 index 0000000000..da4f80a349 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_rbdvolumesource_v1_concept.md @@ -0,0 +1,38 @@ + + +----------- +# RBDVolumeSource v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | RBDVolumeSource + + + + + + + +Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +fsType <br /> *string* | Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: http://kubernetes.io/docs/user-guide/volumes#rbd +image <br /> *string* | The rados image name. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +keyring <br /> *string* | Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +monitors <br /> *string array* | A collection of Ceph monitors. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +pool <br /> *string* | The rados pool name. Default is rbd. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it. +readOnly <br /> *boolean* | ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +secretRef <br /> *[LocalObjectReference](#localobjectreference-v1)* | SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +user <br /> *string* | The rados user name. Default is admin. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_rbdvolumesource_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_rbdvolumesource_v1_definition.md new file mode 100644 index 0000000000..55509076eb --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_rbdvolumesource_v1_definition.md @@ -0,0 +1,24 @@ +## RBDVolumeSource v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | RBDVolumeSource + + + +Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +fsType <br /> *string* | Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: http://kubernetes.io/docs/user-guide/volumes#rbd +image <br /> *string* | The rados image name. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +keyring <br /> *string* | Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +monitors <br /> *string array* | A collection of Ceph monitors. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +pool <br /> *string* | The rados pool name. Default is rbd. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it. +readOnly <br /> *boolean* | ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +secretRef <br /> *[LocalObjectReference](#localobjectreference-v1)* | SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +user <br /> *string* | The rados user name. Default is admin. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it + diff --git a/docs/resources-reference/1_5/documents/_generated_replicaset_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_replicaset_v1beta1_concept.md similarity index 79% rename from docs/resources-reference/1_5/documents/_generated_replicaset_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_replicaset_v1beta1_concept.md index 21ebb3bb1a..d8963e5795 100644 --- a/docs/resources-reference/1_5/documents/_generated_replicaset_v1beta1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_replicaset_v1beta1_concept.md @@ -46,6 +46,8 @@ Appears In <a href="#replicasetlist-v1beta1">ReplicaSetList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages. Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[ReplicaSetSpec](#replicasetspec-v1beta1)* | Spec defines the specification of the desired behavior of the ReplicaSet. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[ReplicaSetStatus](#replicasetstatus-v1beta1)* | Status is the most recently observed status of the ReplicaSet. This data may be out of date by some window of time. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status @@ -83,7 +85,9 @@ replicas <br /> *integer* | Replicas is the most recently oberved number of rep Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[ReplicaSet](#replicaset-v1beta1) array* | List of ReplicaSets. More info: http://kubernetes.io/docs/user-guide/replication-controller +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds diff --git a/docs/resources-reference/1_5/documents/_generated_replicaset_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_replicaset_v1beta1_definition.md similarity index 66% rename from docs/resources-reference/1_5/documents/_generated_replicaset_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_replicaset_v1beta1_definition.md index 7916a429a8..f91b7921de 100644 --- a/docs/resources-reference/1_5/documents/_generated_replicaset_v1beta1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_replicaset_v1beta1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#replicasetlist-v1beta1">ReplicaSetList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages. Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[ReplicaSetSpec](#replicasetspec-v1beta1)* | Spec defines the specification of the desired behavior of the ReplicaSet. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[ReplicaSetStatus](#replicasetstatus-v1beta1)* | Status is the most recently observed status of the ReplicaSet. This data may be out of date by some window of time. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status diff --git a/docs/resources-reference/1_5/documents/_generated_replicasetcondition_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_replicasetcondition_v1beta1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_replicasetcondition_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_replicasetcondition_v1beta1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_replicasetcondition_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_replicasetcondition_v1beta1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_replicasetcondition_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_replicasetcondition_v1beta1_definition.md diff --git a/docs/resources-reference/v1.5/documents/_generated_replicasetlist_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_replicasetlist_v1beta1_concept.md new file mode 100644 index 0000000000..dcbd8df7ad --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_replicasetlist_v1beta1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# ReplicaSetList v1beta1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1beta1 | ReplicaSetList + + + + + + + +ReplicaSetList is a collection of ReplicaSets. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[ReplicaSet](#replicaset-v1beta1) array* | List of ReplicaSets. More info: http://kubernetes.io/docs/user-guide/replication-controller +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_replicasetlist_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_replicasetlist_v1beta1_definition.md new file mode 100644 index 0000000000..d22b230f36 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_replicasetlist_v1beta1_definition.md @@ -0,0 +1,19 @@ +## ReplicaSetList v1beta1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1beta1 | ReplicaSetList + + + +ReplicaSetList is a collection of ReplicaSets. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[ReplicaSet](#replicaset-v1beta1) array* | List of ReplicaSets. More info: http://kubernetes.io/docs/user-guide/replication-controller +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds + diff --git a/docs/resources-reference/1_5/documents/_generated_replicasetspec_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_replicasetspec_v1beta1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_replicasetspec_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_replicasetspec_v1beta1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_replicasetspec_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_replicasetspec_v1beta1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_replicasetspec_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_replicasetspec_v1beta1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_replicasetstatus_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_replicasetstatus_v1beta1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_replicasetstatus_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_replicasetstatus_v1beta1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_replicasetstatus_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_replicasetstatus_v1beta1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_replicasetstatus_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_replicasetstatus_v1beta1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_replicationcontroller_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_replicationcontroller_v1_concept.md similarity index 80% rename from docs/resources-reference/1_5/documents/_generated_replicationcontroller_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_replicationcontroller_v1_concept.md index 718944803e..a2d568749d 100644 --- a/docs/resources-reference/1_5/documents/_generated_replicationcontroller_v1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_replicationcontroller_v1_concept.md @@ -46,6 +46,8 @@ Appears In <a href="#replicationcontrollerlist-v1">ReplicationControllerList</a> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | If the Labels of a ReplicationController are empty, they are defaulted to be the same as the Pod(s) that the replication controller manages. Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[ReplicationControllerSpec](#replicationcontrollerspec-v1)* | Spec defines the specification of the desired behavior of the replication controller. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[ReplicationControllerStatus](#replicationcontrollerstatus-v1)* | Status is the most recently observed status of the replication controller. This data may be out of date by some window of time. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status @@ -83,7 +85,9 @@ replicas <br /> *integer* | Replicas is the most recently oberved number of rep Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[ReplicationController](#replicationcontroller-v1) array* | List of replication controllers. More info: http://kubernetes.io/docs/user-guide/replication-controller +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds diff --git a/docs/resources-reference/1_5/documents/_generated_replicationcontroller_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_replicationcontroller_v1_definition.md similarity index 68% rename from docs/resources-reference/1_5/documents/_generated_replicationcontroller_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_replicationcontroller_v1_definition.md index 83aeb79572..5883492c10 100644 --- a/docs/resources-reference/1_5/documents/_generated_replicationcontroller_v1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_replicationcontroller_v1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#replicationcontrollerlist-v1">ReplicationControllerList</a Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | If the Labels of a ReplicationController are empty, they are defaulted to be the same as the Pod(s) that the replication controller manages. Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[ReplicationControllerSpec](#replicationcontrollerspec-v1)* | Spec defines the specification of the desired behavior of the replication controller. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[ReplicationControllerStatus](#replicationcontrollerstatus-v1)* | Status is the most recently observed status of the replication controller. This data may be out of date by some window of time. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status diff --git a/docs/resources-reference/1_5/documents/_generated_replicationcontrollercondition_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_replicationcontrollercondition_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_replicationcontrollercondition_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_replicationcontrollercondition_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_replicationcontrollercondition_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_replicationcontrollercondition_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_replicationcontrollercondition_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_replicationcontrollercondition_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_replicationcontrollerlist_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_replicationcontrollerlist_v1_concept.md similarity index 52% rename from docs/user-guide/kubectl/1_5/documents/_generated_replicationcontrollerlist_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_replicationcontrollerlist_v1_concept.md index b06c979221..403d092676 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_replicationcontrollerlist_v1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_replicationcontrollerlist_v1_concept.md @@ -21,7 +21,9 @@ ReplicationControllerList is a collection of replication controllers. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[ReplicationController](#replicationcontroller-v1) array* | List of replication controllers. More info: http://kubernetes.io/docs/user-guide/replication-controller +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds diff --git a/docs/api-reference/1_5/documents/_generated_replicationcontrollerlist_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_replicationcontrollerlist_v1_definition.md similarity index 51% rename from docs/api-reference/1_5/documents/_generated_replicationcontrollerlist_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_replicationcontrollerlist_v1_definition.md index cec4edf9ff..5b62592c04 100644 --- a/docs/api-reference/1_5/documents/_generated_replicationcontrollerlist_v1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_replicationcontrollerlist_v1_definition.md @@ -12,6 +12,8 @@ ReplicationControllerList is a collection of replication controllers. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[ReplicationController](#replicationcontroller-v1) array* | List of replication controllers. More info: http://kubernetes.io/docs/user-guide/replication-controller +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds diff --git a/docs/resources-reference/1_5/documents/_generated_replicationcontrollerspec_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_replicationcontrollerspec_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_replicationcontrollerspec_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_replicationcontrollerspec_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_replicationcontrollerspec_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_replicationcontrollerspec_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_replicationcontrollerspec_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_replicationcontrollerspec_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_replicationcontrollerstatus_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_replicationcontrollerstatus_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_replicationcontrollerstatus_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_replicationcontrollerstatus_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_replicationcontrollerstatus_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_replicationcontrollerstatus_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_replicationcontrollerstatus_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_replicationcontrollerstatus_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_resourceattributes_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_resourceattributes_v1beta1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_resourceattributes_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_resourceattributes_v1beta1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_resourceattributes_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_resourceattributes_v1beta1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_resourceattributes_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_resourceattributes_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_resourcefieldselector_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_resourcefieldselector_v1_concept.md similarity index 82% rename from docs/user-guide/kubectl/1_5/documents/_generated_resourcefieldselector_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_resourcefieldselector_v1_concept.md index 7bd87539dc..42dc21a36c 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_resourcefieldselector_v1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_resourcefieldselector_v1_concept.md @@ -18,7 +18,7 @@ Core | v1 | ResourceFieldSelector ResourceFieldSelector represents container resources (cpu, memory) and their output format <aside class="notice"> -Appears In <a href="#envvarsource-v1">EnvVarSource</a> </aside> +Appears In <a href="#downwardapivolumefile-v1">DownwardAPIVolumeFile</a> <a href="#envvarsource-v1">EnvVarSource</a> </aside> Field | Description ------------ | ----------- diff --git a/docs/resources-reference/1_5/documents/_generated_resourcefieldselector_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_resourcefieldselector_v1_definition.md similarity index 81% rename from docs/resources-reference/1_5/documents/_generated_resourcefieldselector_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_resourcefieldselector_v1_definition.md index 594e03a9bf..4a11f704c8 100644 --- a/docs/resources-reference/1_5/documents/_generated_resourcefieldselector_v1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_resourcefieldselector_v1_definition.md @@ -9,7 +9,7 @@ Core | v1 | ResourceFieldSelector ResourceFieldSelector represents container resources (cpu, memory) and their output format <aside class="notice"> -Appears In <a href="#envvarsource-v1">EnvVarSource</a> </aside> +Appears In <a href="#downwardapivolumefile-v1">DownwardAPIVolumeFile</a> <a href="#envvarsource-v1">EnvVarSource</a> </aside> Field | Description ------------ | ----------- diff --git a/docs/resources-reference/1_5/documents/_generated_resourcequota_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_resourcequota_v1_concept.md similarity index 67% rename from docs/resources-reference/1_5/documents/_generated_resourcequota_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_resourcequota_v1_concept.md index f32c08dc1f..369080fe5c 100644 --- a/docs/resources-reference/1_5/documents/_generated_resourcequota_v1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_resourcequota_v1_concept.md @@ -22,6 +22,8 @@ Appears In <a href="#resourcequotalist-v1">ResourceQuotaList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[ResourceQuotaSpec](#resourcequotaspec-v1)* | Spec defines the desired quota. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[ResourceQuotaStatus](#resourcequotastatus-v1)* | Status defines the actual enforced quota and its current usage. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status @@ -53,7 +55,9 @@ used <br /> *object* | Used is the current observed total usage of the resource Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[ResourceQuota](#resourcequota-v1) array* | Items is a list of ResourceQuota objects. More info: http://releases.k8s.io/HEAD/docs/design/admission_control_resource_quota.md#admissioncontrol-plugin-resourcequota +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds diff --git a/docs/resources-reference/1_5/documents/_generated_resourcequota_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_resourcequota_v1_definition.md similarity index 60% rename from docs/resources-reference/1_5/documents/_generated_resourcequota_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_resourcequota_v1_definition.md index 98d2c6c082..24202b22a4 100644 --- a/docs/resources-reference/1_5/documents/_generated_resourcequota_v1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_resourcequota_v1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#resourcequotalist-v1">ResourceQuotaList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[ResourceQuotaSpec](#resourcequotaspec-v1)* | Spec defines the desired quota. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[ResourceQuotaStatus](#resourcequotastatus-v1)* | Status defines the actual enforced quota and its current usage. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status diff --git a/docs/resources-reference/1_5/documents/_generated_resourcequotalist_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_resourcequotalist_v1_concept.md similarity index 52% rename from docs/resources-reference/1_5/documents/_generated_resourcequotalist_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_resourcequotalist_v1_concept.md index a059598249..a54d8b8b9d 100644 --- a/docs/resources-reference/1_5/documents/_generated_resourcequotalist_v1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_resourcequotalist_v1_concept.md @@ -21,7 +21,9 @@ ResourceQuotaList is a list of ResourceQuota items. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[ResourceQuota](#resourcequota-v1) array* | Items is a list of ResourceQuota objects. More info: http://releases.k8s.io/HEAD/docs/design/admission_control_resource_quota.md#admissioncontrol-plugin-resourcequota +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds diff --git a/docs/api-reference/1_5/documents/_generated_resourcequotalist_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_resourcequotalist_v1_definition.md similarity index 51% rename from docs/api-reference/1_5/documents/_generated_resourcequotalist_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_resourcequotalist_v1_definition.md index 097c8f654a..a29d357ec0 100644 --- a/docs/api-reference/1_5/documents/_generated_resourcequotalist_v1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_resourcequotalist_v1_definition.md @@ -12,6 +12,8 @@ ResourceQuotaList is a list of ResourceQuota items. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[ResourceQuota](#resourcequota-v1) array* | Items is a list of ResourceQuota objects. More info: http://releases.k8s.io/HEAD/docs/design/admission_control_resource_quota.md#admissioncontrol-plugin-resourcequota +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds diff --git a/docs/resources-reference/1_5/documents/_generated_resourcequotaspec_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_resourcequotaspec_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_resourcequotaspec_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_resourcequotaspec_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_resourcequotaspec_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_resourcequotaspec_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_resourcequotaspec_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_resourcequotaspec_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_resourcequotastatus_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_resourcequotastatus_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_resourcequotastatus_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_resourcequotastatus_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_resourcequotastatus_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_resourcequotastatus_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_resourcequotastatus_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_resourcequotastatus_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_resourcerequirements_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_resourcerequirements_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_resourcerequirements_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_resourcerequirements_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_resourcerequirements_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_resourcerequirements_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_resourcerequirements_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_resourcerequirements_v1_definition.md diff --git a/docs/resources-reference/v1.5/documents/_generated_role_v1alpha1_concept.md b/docs/resources-reference/v1.5/documents/_generated_role_v1alpha1_concept.md new file mode 100644 index 0000000000..af05dd11e9 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_role_v1alpha1_concept.md @@ -0,0 +1,45 @@ + + +----------- +# Role v1alpha1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1alpha1 | Role + + + + + + + +Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding. + +<aside class="notice"> +Appears In <a href="#rolelist-v1alpha1">RoleList</a> </aside> + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 +metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. +rules <br /> *[PolicyRule](#policyrule-v1alpha1) array* | Rules holds all the PolicyRules for this Role + + +### RoleList v1alpha1 + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[Role](#role-v1alpha1) array* | Items is a list of Roles +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_role_v1alpha1_definition.md b/docs/resources-reference/v1.5/documents/_generated_role_v1alpha1_definition.md new file mode 100644 index 0000000000..72fdc92a9a --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_role_v1alpha1_definition.md @@ -0,0 +1,20 @@ +## Role v1alpha1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1alpha1 | Role + + + +Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding. + +<aside class="notice"> +Appears In <a href="#rolelist-v1alpha1">RoleList</a> </aside> + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 +metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. +rules <br /> *[PolicyRule](#policyrule-v1alpha1) array* | Rules holds all the PolicyRules for this Role + diff --git a/docs/resources-reference/1_5/documents/_generated_rolebinding_v1alpha1_concept.md b/docs/resources-reference/v1.5/documents/_generated_rolebinding_v1alpha1_concept.md similarity index 52% rename from docs/resources-reference/1_5/documents/_generated_rolebinding_v1alpha1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_rolebinding_v1alpha1_concept.md index ea473ac9a1..977b374de1 100644 --- a/docs/resources-reference/1_5/documents/_generated_rolebinding_v1alpha1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_rolebinding_v1alpha1_concept.md @@ -22,6 +22,8 @@ Appears In <a href="#rolebindinglist-v1alpha1">RoleBindingList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. roleRef <br /> *[RoleRef](#roleref-v1alpha1)* | RoleRef can reference a Role in the current namespace or a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error. subjects <br /> *[Subject](#subject-v1alpha1) array* | Subjects holds references to the objects the role applies to. @@ -33,7 +35,9 @@ subjects <br /> *[Subject](#subject-v1alpha1) array* | Subjects holds reference Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[RoleBinding](#rolebinding-v1alpha1) array* | Items is a list of RoleBindings +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. diff --git a/docs/resources-reference/1_5/documents/_generated_rolebinding_v1alpha1_definition.md b/docs/resources-reference/v1.5/documents/_generated_rolebinding_v1alpha1_definition.md similarity index 63% rename from docs/resources-reference/1_5/documents/_generated_rolebinding_v1alpha1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_rolebinding_v1alpha1_definition.md index 3baf9ac2e3..72dec8c9aa 100644 --- a/docs/resources-reference/1_5/documents/_generated_rolebinding_v1alpha1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_rolebinding_v1alpha1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#rolebindinglist-v1alpha1">RoleBindingList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. roleRef <br /> *[RoleRef](#roleref-v1alpha1)* | RoleRef can reference a Role in the current namespace or a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error. subjects <br /> *[Subject](#subject-v1alpha1) array* | Subjects holds references to the objects the role applies to. diff --git a/docs/resources-reference/v1.5/documents/_generated_rolebindinglist_v1alpha1_concept.md b/docs/resources-reference/v1.5/documents/_generated_rolebindinglist_v1alpha1_concept.md new file mode 100644 index 0000000000..bc8dbb696a --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_rolebindinglist_v1alpha1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# RoleBindingList v1alpha1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1alpha1 | RoleBindingList + + + + + + + +RoleBindingList is a collection of RoleBindings + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[RoleBinding](#rolebinding-v1alpha1) array* | Items is a list of RoleBindings +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_rolebindinglist_v1alpha1_definition.md b/docs/resources-reference/v1.5/documents/_generated_rolebindinglist_v1alpha1_definition.md new file mode 100644 index 0000000000..934b1ab718 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_rolebindinglist_v1alpha1_definition.md @@ -0,0 +1,19 @@ +## RoleBindingList v1alpha1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1alpha1 | RoleBindingList + + + +RoleBindingList is a collection of RoleBindings + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[RoleBinding](#rolebinding-v1alpha1) array* | Items is a list of RoleBindings +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. + diff --git a/docs/resources-reference/v1.5/documents/_generated_rolelist_v1alpha1_concept.md b/docs/resources-reference/v1.5/documents/_generated_rolelist_v1alpha1_concept.md new file mode 100644 index 0000000000..1cf13066f4 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_rolelist_v1alpha1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# RoleList v1alpha1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1alpha1 | RoleList + + + + + + + +RoleList is a collection of Roles + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[Role](#role-v1alpha1) array* | Items is a list of Roles +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_rolelist_v1alpha1_definition.md b/docs/resources-reference/v1.5/documents/_generated_rolelist_v1alpha1_definition.md new file mode 100644 index 0000000000..bef7a9fbdf --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_rolelist_v1alpha1_definition.md @@ -0,0 +1,19 @@ +## RoleList v1alpha1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1alpha1 | RoleList + + + +RoleList is a collection of Roles + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[Role](#role-v1alpha1) array* | Items is a list of Roles +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. + diff --git a/docs/resources-reference/1_5/documents/_generated_roleref_v1alpha1_concept.md b/docs/resources-reference/v1.5/documents/_generated_roleref_v1alpha1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_roleref_v1alpha1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_roleref_v1alpha1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_roleref_v1alpha1_definition.md b/docs/resources-reference/v1.5/documents/_generated_roleref_v1alpha1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_roleref_v1alpha1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_roleref_v1alpha1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_rollbackconfig_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_rollbackconfig_v1beta1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_rollbackconfig_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_rollbackconfig_v1beta1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_rollbackconfig_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_rollbackconfig_v1beta1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_rollbackconfig_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_rollbackconfig_v1beta1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_rollingupdatedeployment_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_rollingupdatedeployment_v1beta1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_rollingupdatedeployment_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_rollingupdatedeployment_v1beta1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_rollingupdatedeployment_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_rollingupdatedeployment_v1beta1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_rollingupdatedeployment_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_rollingupdatedeployment_v1beta1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_scale_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_scale_v1_concept.md similarity index 73% rename from docs/resources-reference/1_5/documents/_generated_scale_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_scale_v1_concept.md index c8d3630951..0dbb567ab1 100644 --- a/docs/resources-reference/1_5/documents/_generated_scale_v1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_scale_v1_concept.md @@ -21,6 +21,8 @@ Scale represents a scaling request for a resource. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object metadata; More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata. spec <br /> *[ScaleSpec](#scalespec-v1)* | defines the behavior of the scale. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status. status <br /> *[ScaleStatus](#scalestatus-v1)* | current status of the scale. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status. Read-only. diff --git a/docs/resources-reference/1_5/documents/_generated_scale_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_scale_v1_definition.md similarity index 58% rename from docs/resources-reference/1_5/documents/_generated_scale_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_scale_v1_definition.md index ddbbb854ee..2f015eae27 100644 --- a/docs/resources-reference/1_5/documents/_generated_scale_v1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_scale_v1_definition.md @@ -12,6 +12,8 @@ Scale represents a scaling request for a resource. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object metadata; More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata. spec <br /> *[ScaleSpec](#scalespec-v1)* | defines the behavior of the scale. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status. status <br /> *[ScaleStatus](#scalestatus-v1)* | current status of the scale. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status. Read-only. diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_scale_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_scale_v1beta1_concept.md similarity index 77% rename from docs/user-guide/kubectl/1_5/documents/_generated_scale_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_scale_v1beta1_concept.md index 087c4a7379..8dfa87193a 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_scale_v1beta1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_scale_v1beta1_concept.md @@ -21,6 +21,8 @@ represents a scaling request for a resource. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object metadata; More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata. spec <br /> *[ScaleSpec](#scalespec-v1beta1)* | defines the behavior of the scale. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status. status <br /> *[ScaleStatus](#scalestatus-v1beta1)* | current status of the scale. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status. Read-only. diff --git a/docs/api-reference/1_5/documents/_generated_scale_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_scale_v1beta1_definition.md similarity index 58% rename from docs/api-reference/1_5/documents/_generated_scale_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_scale_v1beta1_definition.md index 0ba6ea4b71..c40ef182a3 100644 --- a/docs/api-reference/1_5/documents/_generated_scale_v1beta1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_scale_v1beta1_definition.md @@ -12,6 +12,8 @@ represents a scaling request for a resource. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object metadata; More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata. spec <br /> *[ScaleSpec](#scalespec-v1beta1)* | defines the behavior of the scale. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status. status <br /> *[ScaleStatus](#scalestatus-v1beta1)* | current status of the scale. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status. Read-only. diff --git a/docs/resources-reference/1_5/documents/_generated_scalespec_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_scalespec_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_scalespec_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_scalespec_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_scalespec_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_scalespec_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_scalespec_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_scalespec_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_scalespec_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_scalespec_v1beta1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_scalespec_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_scalespec_v1beta1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_scalespec_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_scalespec_v1beta1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_scalespec_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_scalespec_v1beta1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_scalestatus_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_scalestatus_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_scalestatus_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_scalestatus_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_scalestatus_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_scalestatus_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_scalestatus_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_scalestatus_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_scalestatus_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_scalestatus_v1beta1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_scalestatus_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_scalestatus_v1beta1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_scalestatus_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_scalestatus_v1beta1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_scalestatus_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_scalestatus_v1beta1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_secret_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_secret_v1_concept.md similarity index 58% rename from docs/resources-reference/1_5/documents/_generated_secret_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_secret_v1_concept.md index bce9593daa..0019d48529 100644 --- a/docs/resources-reference/1_5/documents/_generated_secret_v1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_secret_v1_concept.md @@ -22,7 +22,9 @@ Appears In <a href="#secretlist-v1">SecretList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 data <br /> *object* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata stringData <br /> *object* | stringData allows specifying non-binary secret data in string form. It is provided as a write-only convenience method. All keys and values are merged into the data field on write, overwriting any existing values. It is never output when reading from the API. type <br /> *string* | Used to facilitate programmatic handling of secret data. @@ -34,7 +36,9 @@ type <br /> *string* | Used to facilitate programmatic handling of secret data. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[Secret](#secret-v1) array* | Items is a list of secret objects. More info: http://kubernetes.io/docs/user-guide/secrets +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds diff --git a/docs/resources-reference/1_5/documents/_generated_secret_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_secret_v1_definition.md similarity index 68% rename from docs/resources-reference/1_5/documents/_generated_secret_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_secret_v1_definition.md index 301c2d08d1..4a78639ee2 100644 --- a/docs/resources-reference/1_5/documents/_generated_secret_v1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_secret_v1_definition.md @@ -13,7 +13,9 @@ Appears In <a href="#secretlist-v1">SecretList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 data <br /> *object* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata stringData <br /> *object* | stringData allows specifying non-binary secret data in string form. It is provided as a write-only convenience method. All keys and values are merged into the data field on write, overwriting any existing values. It is never output when reading from the API. type <br /> *string* | Used to facilitate programmatic handling of secret data. diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_secretkeyselector_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_secretkeyselector_v1_concept.md similarity index 79% rename from docs/user-guide/kubectl/1_5/documents/_generated_secretkeyselector_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_secretkeyselector_v1_concept.md index bc1d20414e..efa6b6576d 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_secretkeyselector_v1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_secretkeyselector_v1_concept.md @@ -23,6 +23,7 @@ Appears In <a href="#envvarsource-v1">EnvVarSource</a> </aside> Field | Description ------------ | ----------- key <br /> *string* | The key of the secret to select from. Must be a valid secret key. +name <br /> *string* | Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names diff --git a/docs/api-reference/1_5/documents/_generated_secretkeyselector_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_secretkeyselector_v1_definition.md similarity index 78% rename from docs/api-reference/1_5/documents/_generated_secretkeyselector_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_secretkeyselector_v1_definition.md index c1308987e5..203d83b153 100644 --- a/docs/api-reference/1_5/documents/_generated_secretkeyselector_v1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_secretkeyselector_v1_definition.md @@ -14,4 +14,5 @@ Appears In <a href="#envvarsource-v1">EnvVarSource</a> </aside> Field | Description ------------ | ----------- key <br /> *string* | The key of the secret to select from. Must be a valid secret key. +name <br /> *string* | Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names diff --git a/docs/resources-reference/v1.5/documents/_generated_secretlist_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_secretlist_v1_concept.md new file mode 100644 index 0000000000..61adf3b2fd --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_secretlist_v1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# SecretList v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | SecretList + + + + + + + +SecretList is a list of Secret. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[Secret](#secret-v1) array* | Items is a list of secret objects. More info: http://kubernetes.io/docs/user-guide/secrets +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_secretlist_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_secretlist_v1_definition.md new file mode 100644 index 0000000000..e45bae7a36 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_secretlist_v1_definition.md @@ -0,0 +1,19 @@ +## SecretList v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | SecretList + + + +SecretList is a list of Secret. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[Secret](#secret-v1) array* | Items is a list of secret objects. More info: http://kubernetes.io/docs/user-guide/secrets +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds + diff --git a/docs/resources-reference/v1.5/documents/_generated_secretvolumesource_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_secretvolumesource_v1_concept.md new file mode 100644 index 0000000000..75dcbee1bf --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_secretvolumesource_v1_concept.md @@ -0,0 +1,35 @@ + + +----------- +# SecretVolumeSource v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | SecretVolumeSource + + + + + + + +Adapts a Secret into a volume. + +The contents of the target Secret's Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +defaultMode <br /> *integer* | Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. +items <br /> *[KeyToPath](#keytopath-v1) array* | If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error. Paths must be relative and may not contain the '..' path or start with '..'. +secretName <br /> *string* | Name of the secret in the pod's namespace to use. More info: http://kubernetes.io/docs/user-guide/volumes#secrets + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_secretvolumesource_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_secretvolumesource_v1_definition.md new file mode 100644 index 0000000000..ba85a75451 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_secretvolumesource_v1_definition.md @@ -0,0 +1,21 @@ +## SecretVolumeSource v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | SecretVolumeSource + + + +Adapts a Secret into a volume. + +The contents of the target Secret's Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling. + +<aside class="notice"> +Appears In <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +defaultMode <br /> *integer* | Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. +items <br /> *[KeyToPath](#keytopath-v1) array* | If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error. Paths must be relative and may not contain the '..' path or start with '..'. +secretName <br /> *string* | Name of the secret in the pod's namespace to use. More info: http://kubernetes.io/docs/user-guide/volumes#secrets + diff --git a/docs/resources-reference/1_5/documents/_generated_securitycontext_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_securitycontext_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_securitycontext_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_securitycontext_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_securitycontext_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_securitycontext_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_securitycontext_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_securitycontext_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_selfsubjectaccessreview_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_selfsubjectaccessreview_v1beta1_concept.md similarity index 70% rename from docs/resources-reference/1_5/documents/_generated_selfsubjectaccessreview_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_selfsubjectaccessreview_v1beta1_concept.md index 160c97d9ce..e4591ab5e8 100644 --- a/docs/resources-reference/1_5/documents/_generated_selfsubjectaccessreview_v1beta1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_selfsubjectaccessreview_v1beta1_concept.md @@ -21,6 +21,8 @@ SelfSubjectAccessReview checks whether or the current user can perform an action Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | spec <br /> *[SelfSubjectAccessReviewSpec](#selfsubjectaccessreviewspec-v1beta1)* | Spec holds information about the request being evaluated. user and groups must be empty status <br /> *[SubjectAccessReviewStatus](#subjectaccessreviewstatus-v1beta1)* | Status is filled in by the server and indicates whether the request is allowed or not diff --git a/docs/resources-reference/1_5/documents/_generated_selfsubjectaccessreview_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_selfsubjectaccessreview_v1beta1_definition.md similarity index 59% rename from docs/resources-reference/1_5/documents/_generated_selfsubjectaccessreview_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_selfsubjectaccessreview_v1beta1_definition.md index 134f24f9eb..b8d3b255ce 100644 --- a/docs/resources-reference/1_5/documents/_generated_selfsubjectaccessreview_v1beta1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_selfsubjectaccessreview_v1beta1_definition.md @@ -12,6 +12,8 @@ SelfSubjectAccessReview checks whether or the current user can perform an action Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | spec <br /> *[SelfSubjectAccessReviewSpec](#selfsubjectaccessreviewspec-v1beta1)* | Spec holds information about the request being evaluated. user and groups must be empty status <br /> *[SubjectAccessReviewStatus](#subjectaccessreviewstatus-v1beta1)* | Status is filled in by the server and indicates whether the request is allowed or not diff --git a/docs/resources-reference/1_5/documents/_generated_selfsubjectaccessreviewspec_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_selfsubjectaccessreviewspec_v1beta1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_selfsubjectaccessreviewspec_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_selfsubjectaccessreviewspec_v1beta1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_selfsubjectaccessreviewspec_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_selfsubjectaccessreviewspec_v1beta1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_selfsubjectaccessreviewspec_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_selfsubjectaccessreviewspec_v1beta1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_selinuxoptions_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_selinuxoptions_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_selinuxoptions_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_selinuxoptions_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_selinuxoptions_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_selinuxoptions_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_selinuxoptions_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_selinuxoptions_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_serveraddressbyclientcidr_unversioned_concept.md b/docs/resources-reference/v1.5/documents/_generated_serveraddressbyclientcidr_unversioned_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_serveraddressbyclientcidr_unversioned_concept.md rename to docs/resources-reference/v1.5/documents/_generated_serveraddressbyclientcidr_unversioned_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_serveraddressbyclientcidr_unversioned_definition.md b/docs/resources-reference/v1.5/documents/_generated_serveraddressbyclientcidr_unversioned_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_serveraddressbyclientcidr_unversioned_definition.md rename to docs/resources-reference/v1.5/documents/_generated_serveraddressbyclientcidr_unversioned_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_service_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_service_v1_concept.md similarity index 85% rename from docs/resources-reference/1_5/documents/_generated_service_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_service_v1_concept.md index 809920a3b3..66188c15c9 100644 --- a/docs/resources-reference/1_5/documents/_generated_service_v1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_service_v1_concept.md @@ -48,6 +48,8 @@ Appears In <a href="#servicelist-v1">ServiceList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[ServiceSpec](#servicespec-v1)* | Spec defines the behavior of a service. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[ServiceStatus](#servicestatus-v1)* | Most recently observed status of the service. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status @@ -86,7 +88,9 @@ loadBalancer <br /> *[LoadBalancerStatus](#loadbalancerstatus-v1)* | LoadBalanc Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[Service](#service-v1) array* | List of services +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds diff --git a/docs/resources-reference/1_5/documents/_generated_service_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_service_v1_definition.md similarity index 63% rename from docs/resources-reference/1_5/documents/_generated_service_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_service_v1_definition.md index 266f29b74d..bb318c6b6b 100644 --- a/docs/resources-reference/1_5/documents/_generated_service_v1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_service_v1_definition.md @@ -13,6 +13,8 @@ Appears In <a href="#servicelist-v1">ServiceList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <br /> *[ServiceSpec](#servicespec-v1)* | Spec defines the behavior of a service. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <br /> *[ServiceStatus](#servicestatus-v1)* | Most recently observed status of the service. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status diff --git a/docs/resources-reference/1_5/documents/_generated_serviceaccount_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_serviceaccount_v1_concept.md similarity index 60% rename from docs/resources-reference/1_5/documents/_generated_serviceaccount_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_serviceaccount_v1_concept.md index e475759701..66eb200f9d 100644 --- a/docs/resources-reference/1_5/documents/_generated_serviceaccount_v1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_serviceaccount_v1_concept.md @@ -22,7 +22,9 @@ Appears In <a href="#serviceaccountlist-v1">ServiceAccountList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 imagePullSecrets <br /> *[LocalObjectReference](#localobjectreference-v1) array* | ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: http://kubernetes.io/docs/user-guide/secrets#manually-specifying-an-imagepullsecret +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata secrets <br /> *[ObjectReference](#objectreference-v1) array* | Secrets is the list of secrets allowed to be used by pods running using this ServiceAccount. More info: http://kubernetes.io/docs/user-guide/secrets @@ -33,7 +35,9 @@ secrets <br /> *[ObjectReference](#objectreference-v1) array* | Secrets is the Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[ServiceAccount](#serviceaccount-v1) array* | List of ServiceAccounts. More info: http://releases.k8s.io/HEAD/docs/design/service_accounts.md#service-accounts +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds diff --git a/docs/resources-reference/1_5/documents/_generated_serviceaccount_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_serviceaccount_v1_definition.md similarity index 69% rename from docs/resources-reference/1_5/documents/_generated_serviceaccount_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_serviceaccount_v1_definition.md index 89983a2ee4..9cc67f6509 100644 --- a/docs/resources-reference/1_5/documents/_generated_serviceaccount_v1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_serviceaccount_v1_definition.md @@ -13,7 +13,9 @@ Appears In <a href="#serviceaccountlist-v1">ServiceAccountList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 imagePullSecrets <br /> *[LocalObjectReference](#localobjectreference-v1) array* | ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: http://kubernetes.io/docs/user-guide/secrets#manually-specifying-an-imagepullsecret +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata secrets <br /> *[ObjectReference](#objectreference-v1) array* | Secrets is the list of secrets allowed to be used by pods running using this ServiceAccount. More info: http://kubernetes.io/docs/user-guide/secrets diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_serviceaccountlist_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_serviceaccountlist_v1_concept.md similarity index 50% rename from docs/user-guide/kubectl/1_5/documents/_generated_serviceaccountlist_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_serviceaccountlist_v1_concept.md index 7570b81ce2..dc37dd78bc 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_serviceaccountlist_v1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_serviceaccountlist_v1_concept.md @@ -21,7 +21,9 @@ ServiceAccountList is a list of ServiceAccount objects Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[ServiceAccount](#serviceaccount-v1) array* | List of ServiceAccounts. More info: http://releases.k8s.io/HEAD/docs/design/service_accounts.md#service-accounts +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds diff --git a/docs/resources-reference/v1.5/documents/_generated_serviceaccountlist_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_serviceaccountlist_v1_definition.md new file mode 100644 index 0000000000..2df64a5d74 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_serviceaccountlist_v1_definition.md @@ -0,0 +1,19 @@ +## ServiceAccountList v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | ServiceAccountList + + + +ServiceAccountList is a list of ServiceAccount objects + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[ServiceAccount](#serviceaccount-v1) array* | List of ServiceAccounts. More info: http://releases.k8s.io/HEAD/docs/design/service_accounts.md#service-accounts +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds + diff --git a/docs/resources-reference/v1.5/documents/_generated_servicelist_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_servicelist_v1_concept.md new file mode 100644 index 0000000000..38670c1064 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_servicelist_v1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# ServiceList v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | ServiceList + + + + + + + +ServiceList holds a list of services. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[Service](#service-v1) array* | List of services +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_servicelist_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_servicelist_v1_definition.md new file mode 100644 index 0000000000..21b4736abb --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_servicelist_v1_definition.md @@ -0,0 +1,19 @@ +## ServiceList v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | ServiceList + + + +ServiceList holds a list of services. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[Service](#service-v1) array* | List of services +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds + diff --git a/docs/resources-reference/1_5/documents/_generated_serviceport_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_serviceport_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_serviceport_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_serviceport_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_serviceport_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_serviceport_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_serviceport_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_serviceport_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_servicespec_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_servicespec_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_servicespec_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_servicespec_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_servicespec_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_servicespec_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_servicespec_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_servicespec_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_servicestatus_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_servicestatus_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_servicestatus_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_servicestatus_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_servicestatus_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_servicestatus_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_servicestatus_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_servicestatus_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_statefulset_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_statefulset_v1beta1_concept.md similarity index 74% rename from docs/resources-reference/1_5/documents/_generated_statefulset_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_statefulset_v1beta1_concept.md index 842363fccd..61c47f4f25 100644 --- a/docs/resources-reference/1_5/documents/_generated_statefulset_v1beta1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_statefulset_v1beta1_concept.md @@ -25,6 +25,8 @@ Appears In <a href="#statefulsetlist-v1beta1">StatefulSetList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | spec <br /> *[StatefulSetSpec](#statefulsetspec-v1beta1)* | Spec defines the desired identities of pods in this set. status <br /> *[StatefulSetStatus](#statefulsetstatus-v1beta1)* | Status is the current status of Pods in this StatefulSet. This data may be out of date by some window of time. @@ -59,7 +61,9 @@ replicas <br /> *integer* | Replicas is the number of actual replicas. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[StatefulSet](#statefulset-v1beta1) array* | +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | diff --git a/docs/resources-reference/1_5/documents/_generated_statefulset_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_statefulset_v1beta1_definition.md similarity index 61% rename from docs/resources-reference/1_5/documents/_generated_statefulset_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_statefulset_v1beta1_definition.md index 8211823b91..239e0a9c19 100644 --- a/docs/resources-reference/1_5/documents/_generated_statefulset_v1beta1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_statefulset_v1beta1_definition.md @@ -16,6 +16,8 @@ Appears In <a href="#statefulsetlist-v1beta1">StatefulSetList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | spec <br /> *[StatefulSetSpec](#statefulsetspec-v1beta1)* | Spec defines the desired identities of pods in this set. status <br /> *[StatefulSetStatus](#statefulsetstatus-v1beta1)* | Status is the current status of Pods in this StatefulSet. This data may be out of date by some window of time. diff --git a/docs/resources-reference/v1.5/documents/_generated_statefulsetlist_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_statefulsetlist_v1beta1_concept.md new file mode 100644 index 0000000000..3a851e631a --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_statefulsetlist_v1beta1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# StatefulSetList v1beta1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1beta1 | StatefulSetList + + + + + + + +StatefulSetList is a collection of StatefulSets. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[StatefulSet](#statefulset-v1beta1) array* | +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_statefulsetlist_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_statefulsetlist_v1beta1_definition.md new file mode 100644 index 0000000000..bfc30a38d9 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_statefulsetlist_v1beta1_definition.md @@ -0,0 +1,19 @@ +## StatefulSetList v1beta1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1beta1 | StatefulSetList + + + +StatefulSetList is a collection of StatefulSets. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[StatefulSet](#statefulset-v1beta1) array* | +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | + diff --git a/docs/resources-reference/1_5/documents/_generated_statefulsetspec_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_statefulsetspec_v1beta1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_statefulsetspec_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_statefulsetspec_v1beta1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_statefulsetspec_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_statefulsetspec_v1beta1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_statefulsetspec_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_statefulsetspec_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_statefulsetstatus_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_statefulsetstatus_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_statefulsetstatus_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_statefulsetstatus_v1beta1_concept.md diff --git a/docs/api-reference/1_5/documents/_generated_statefulsetstatus_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_statefulsetstatus_v1beta1_definition.md similarity index 93% rename from docs/api-reference/1_5/documents/_generated_statefulsetstatus_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_statefulsetstatus_v1beta1_definition.md index d7633988be..07b24606aa 100644 --- a/docs/api-reference/1_5/documents/_generated_statefulsetstatus_v1beta1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_statefulsetstatus_v1beta1_definition.md @@ -2,7 +2,7 @@ Group | Version | Kind ------------ | ---------- | ----------- -Apps | v1beta1 | StatefulSetStatus +Core | v1beta1 | StatefulSetStatus diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_status_unversioned_concept.md b/docs/resources-reference/v1.5/documents/_generated_status_unversioned_concept.md similarity index 68% rename from docs/user-guide/kubectl/1_5/documents/_generated_status_unversioned_concept.md rename to docs/resources-reference/v1.5/documents/_generated_status_unversioned_concept.md index 88358cedf0..28d7041a46 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_status_unversioned_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_status_unversioned_concept.md @@ -21,8 +21,10 @@ Status is a return value for calls that don't return other objects. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 code <br /> *integer* | Suggested HTTP return code for this status, 0 if not set. details <br /> *[StatusDetails](#statusdetails-unversioned)* | Extended data associated with the reason. Each reason may define its own extended details. This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type. +kind <br /> *string* | 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 message <br /> *string* | A human-readable description of the status of this operation. metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds reason <br /> *string* | A machine-readable description of why this operation is in the "Failure" status. If this value is empty there is no information available. A Reason clarifies an HTTP status code but does not override it. diff --git a/docs/api-reference/1_5/documents/_generated_status_unversioned_definition.md b/docs/resources-reference/v1.5/documents/_generated_status_unversioned_definition.md similarity index 68% rename from docs/api-reference/1_5/documents/_generated_status_unversioned_definition.md rename to docs/resources-reference/v1.5/documents/_generated_status_unversioned_definition.md index 17666f9f39..552589564b 100644 --- a/docs/api-reference/1_5/documents/_generated_status_unversioned_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_status_unversioned_definition.md @@ -12,8 +12,10 @@ Status is a return value for calls that don't return other objects. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 code <br /> *integer* | Suggested HTTP return code for this status, 0 if not set. details <br /> *[StatusDetails](#statusdetails-unversioned)* | Extended data associated with the reason. Each reason may define its own extended details. This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type. +kind <br /> *string* | 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 message <br /> *string* | A human-readable description of the status of this operation. metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds reason <br /> *string* | A machine-readable description of why this operation is in the "Failure" status. If this value is empty there is no information available. A Reason clarifies an HTTP status code but does not override it. diff --git a/docs/resources-reference/1_5/documents/_generated_statuscause_unversioned_concept.md b/docs/resources-reference/v1.5/documents/_generated_statuscause_unversioned_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_statuscause_unversioned_concept.md rename to docs/resources-reference/v1.5/documents/_generated_statuscause_unversioned_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_statuscause_unversioned_definition.md b/docs/resources-reference/v1.5/documents/_generated_statuscause_unversioned_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_statuscause_unversioned_definition.md rename to docs/resources-reference/v1.5/documents/_generated_statuscause_unversioned_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_statusdetails_unversioned_concept.md b/docs/resources-reference/v1.5/documents/_generated_statusdetails_unversioned_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_statusdetails_unversioned_concept.md rename to docs/resources-reference/v1.5/documents/_generated_statusdetails_unversioned_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_statusdetails_unversioned_definition.md b/docs/resources-reference/v1.5/documents/_generated_statusdetails_unversioned_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_statusdetails_unversioned_definition.md rename to docs/resources-reference/v1.5/documents/_generated_statusdetails_unversioned_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_storageclass_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_storageclass_v1beta1_concept.md similarity index 51% rename from docs/resources-reference/1_5/documents/_generated_storageclass_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_storageclass_v1beta1_concept.md index c8da46b739..855e2ea3bc 100644 --- a/docs/resources-reference/1_5/documents/_generated_storageclass_v1beta1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_storageclass_v1beta1_concept.md @@ -24,6 +24,8 @@ Appears In <a href="#storageclasslist-v1beta1">StorageClassList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata parameters <br /> *object* | Parameters holds the parameters for the provisioner that should create volumes of this storage class. provisioner <br /> *string* | Provisioner indicates the type of the provisioner. @@ -35,7 +37,9 @@ provisioner <br /> *string* | Provisioner indicates the type of the provisioner Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 items <br /> *[StorageClass](#storageclass-v1beta1) array* | Items is the list of StorageClasses +kind <br /> *string* | 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 metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata diff --git a/docs/resources-reference/1_5/documents/_generated_storageclass_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_storageclass_v1beta1_definition.md similarity index 60% rename from docs/resources-reference/1_5/documents/_generated_storageclass_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_storageclass_v1beta1_definition.md index 6813b5e0ea..453678e949 100644 --- a/docs/resources-reference/1_5/documents/_generated_storageclass_v1beta1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_storageclass_v1beta1_definition.md @@ -15,6 +15,8 @@ Appears In <a href="#storageclasslist-v1beta1">StorageClassList</a> </aside> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata parameters <br /> *object* | Parameters holds the parameters for the provisioner that should create volumes of this storage class. provisioner <br /> *string* | Provisioner indicates the type of the provisioner. diff --git a/docs/resources-reference/v1.5/documents/_generated_storageclasslist_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_storageclasslist_v1beta1_concept.md new file mode 100644 index 0000000000..5e743ba1df --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_storageclasslist_v1beta1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# StorageClassList v1beta1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1beta1 | StorageClassList + + + + + + + +StorageClassList is a collection of storage classes. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[StorageClass](#storageclass-v1beta1) array* | Items is the list of StorageClasses +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_storageclasslist_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_storageclasslist_v1beta1_definition.md new file mode 100644 index 0000000000..afd973b97a --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_storageclasslist_v1beta1_definition.md @@ -0,0 +1,19 @@ +## StorageClassList v1beta1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1beta1 | StorageClassList + + + +StorageClassList is a collection of storage classes. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[StorageClass](#storageclass-v1beta1) array* | Items is the list of StorageClasses +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata + diff --git a/docs/resources-reference/1_5/documents/_generated_subject_v1alpha1_concept.md b/docs/resources-reference/v1.5/documents/_generated_subject_v1alpha1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_subject_v1alpha1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_subject_v1alpha1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_subject_v1alpha1_definition.md b/docs/resources-reference/v1.5/documents/_generated_subject_v1alpha1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_subject_v1alpha1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_subject_v1alpha1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_subjectaccessreview_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_subjectaccessreview_v1beta1_concept.md similarity index 81% rename from docs/resources-reference/1_5/documents/_generated_subjectaccessreview_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_subjectaccessreview_v1beta1_concept.md index e6033a04b1..4fadfecfbd 100644 --- a/docs/resources-reference/1_5/documents/_generated_subjectaccessreview_v1beta1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_subjectaccessreview_v1beta1_concept.md @@ -21,6 +21,8 @@ SubjectAccessReview checks whether or not a user or group can perform an action. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | spec <br /> *[SubjectAccessReviewSpec](#subjectaccessreviewspec-v1beta1)* | Spec holds information about the request being evaluated status <br /> *[SubjectAccessReviewStatus](#subjectaccessreviewstatus-v1beta1)* | Status is filled in by the server and indicates whether the request is allowed or not diff --git a/docs/resources-reference/1_5/documents/_generated_subjectaccessreview_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_subjectaccessreview_v1beta1_definition.md similarity index 52% rename from docs/resources-reference/1_5/documents/_generated_subjectaccessreview_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_subjectaccessreview_v1beta1_definition.md index 2bc0a406a9..7f8e325449 100644 --- a/docs/resources-reference/1_5/documents/_generated_subjectaccessreview_v1beta1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_subjectaccessreview_v1beta1_definition.md @@ -12,6 +12,8 @@ SubjectAccessReview checks whether or not a user or group can perform an action. Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | spec <br /> *[SubjectAccessReviewSpec](#subjectaccessreviewspec-v1beta1)* | Spec holds information about the request being evaluated status <br /> *[SubjectAccessReviewStatus](#subjectaccessreviewstatus-v1beta1)* | Status is filled in by the server and indicates whether the request is allowed or not diff --git a/docs/resources-reference/1_5/documents/_generated_subjectaccessreviewspec_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_subjectaccessreviewspec_v1beta1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_subjectaccessreviewspec_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_subjectaccessreviewspec_v1beta1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_subjectaccessreviewspec_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_subjectaccessreviewspec_v1beta1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_subjectaccessreviewspec_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_subjectaccessreviewspec_v1beta1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_subjectaccessreviewstatus_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_subjectaccessreviewstatus_v1beta1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_subjectaccessreviewstatus_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_subjectaccessreviewstatus_v1beta1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_subjectaccessreviewstatus_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_subjectaccessreviewstatus_v1beta1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_subjectaccessreviewstatus_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_subjectaccessreviewstatus_v1beta1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_subresourcereference_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_subresourcereference_v1beta1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_subresourcereference_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_subresourcereference_v1beta1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_subresourcereference_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_subresourcereference_v1beta1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_subresourcereference_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_subresourcereference_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_tcpsocketaction_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_tcpsocketaction_v1_concept.md similarity index 84% rename from docs/user-guide/kubectl/1_5/documents/_generated_tcpsocketaction_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_tcpsocketaction_v1_concept.md index 5b3402d266..18a3576dd1 100644 --- a/docs/user-guide/kubectl/1_5/documents/_generated_tcpsocketaction_v1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_tcpsocketaction_v1_concept.md @@ -18,7 +18,7 @@ Core | v1 | TCPSocketAction TCPSocketAction describes an action based on opening a socket <aside class="notice"> -Appears In <a href="#handler-v1">Handler</a> </aside> +Appears In <a href="#handler-v1">Handler</a> <a href="#probe-v1">Probe</a> </aside> Field | Description ------------ | ----------- diff --git a/docs/resources-reference/1_5/documents/_generated_tcpsocketaction_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_tcpsocketaction_v1_definition.md similarity index 83% rename from docs/resources-reference/1_5/documents/_generated_tcpsocketaction_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_tcpsocketaction_v1_definition.md index 32c9c6c931..1761160b24 100644 --- a/docs/resources-reference/1_5/documents/_generated_tcpsocketaction_v1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_tcpsocketaction_v1_definition.md @@ -9,7 +9,7 @@ Core | v1 | TCPSocketAction TCPSocketAction describes an action based on opening a socket <aside class="notice"> -Appears In <a href="#handler-v1">Handler</a> </aside> +Appears In <a href="#handler-v1">Handler</a> <a href="#probe-v1">Probe</a> </aside> Field | Description ------------ | ----------- diff --git a/docs/resources-reference/v1.5/documents/_generated_thirdpartyresource_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_thirdpartyresource_v1beta1_concept.md new file mode 100644 index 0000000000..d082bd7b53 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_thirdpartyresource_v1beta1_concept.md @@ -0,0 +1,46 @@ + + +----------- +# ThirdPartyResource v1beta1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1beta1 | ThirdPartyResource + + + + + + + +A ThirdPartyResource is a generic representation of a resource, it is used by add-ons and plugins to add new resource types to the API. It consists of one or more Versions of the api. + +<aside class="notice"> +Appears In <a href="#thirdpartyresourcelist-v1beta1">ThirdPartyResourceList</a> </aside> + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +description <br /> *string* | Description is the description of this object. +kind <br /> *string* | 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 +metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object metadata +versions <br /> *[APIVersion](#apiversion-v1beta1) array* | Versions are versions for this third party object + + +### ThirdPartyResourceList v1beta1 + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[ThirdPartyResource](#thirdpartyresource-v1beta1) array* | Items is the list of ThirdPartyResources. +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. + + + + + diff --git a/docs/resources-reference/1_5/documents/_generated_thirdpartyresource_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_thirdpartyresource_v1beta1_definition.md similarity index 56% rename from docs/resources-reference/1_5/documents/_generated_thirdpartyresource_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_thirdpartyresource_v1beta1_definition.md index a2916ae154..3911bfadb0 100644 --- a/docs/resources-reference/1_5/documents/_generated_thirdpartyresource_v1beta1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_thirdpartyresource_v1beta1_definition.md @@ -13,7 +13,9 @@ Appears In <a href="#thirdpartyresourcelist-v1beta1">ThirdPartyResourceList</a> Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 description <br /> *string* | Description is the description of this object. +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object metadata versions <br /> *[APIVersion](#apiversion-v1beta1) array* | Versions are versions for this third party object diff --git a/docs/resources-reference/v1.5/documents/_generated_thirdpartyresourcelist_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_thirdpartyresourcelist_v1beta1_concept.md new file mode 100644 index 0000000000..590f683163 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_thirdpartyresourcelist_v1beta1_concept.md @@ -0,0 +1,33 @@ + + +----------- +# ThirdPartyResourceList v1beta1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1beta1 | ThirdPartyResourceList + + + + + + + +ThirdPartyResourceList is a list of ThirdPartyResources. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[ThirdPartyResource](#thirdpartyresource-v1beta1) array* | Items is the list of ThirdPartyResources. +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_thirdpartyresourcelist_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_thirdpartyresourcelist_v1beta1_definition.md new file mode 100644 index 0000000000..75705a3f02 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_thirdpartyresourcelist_v1beta1_definition.md @@ -0,0 +1,19 @@ +## ThirdPartyResourceList v1beta1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1beta1 | ThirdPartyResourceList + + + +ThirdPartyResourceList is a list of ThirdPartyResources. + + + +Field | Description +------------ | ----------- +apiVersion <br /> *string* | 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 +items <br /> *[ThirdPartyResource](#thirdpartyresource-v1beta1) array* | Items is the list of ThirdPartyResources. +kind <br /> *string* | 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 +metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. + diff --git a/docs/resources-reference/1_5/documents/_generated_time_unversioned_concept.md b/docs/resources-reference/v1.5/documents/_generated_time_unversioned_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_time_unversioned_concept.md rename to docs/resources-reference/v1.5/documents/_generated_time_unversioned_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_time_unversioned_definition.md b/docs/resources-reference/v1.5/documents/_generated_time_unversioned_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_time_unversioned_definition.md rename to docs/resources-reference/v1.5/documents/_generated_time_unversioned_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_tokenreview_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_tokenreview_v1beta1_concept.md similarity index 70% rename from docs/resources-reference/1_5/documents/_generated_tokenreview_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_tokenreview_v1beta1_concept.md index 15b050db54..f4cfd60484 100644 --- a/docs/resources-reference/1_5/documents/_generated_tokenreview_v1beta1_concept.md +++ b/docs/resources-reference/v1.5/documents/_generated_tokenreview_v1beta1_concept.md @@ -21,6 +21,8 @@ TokenReview attempts to authenticate a token to a known user. Note: TokenReview Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | spec <br /> *[TokenReviewSpec](#tokenreviewspec-v1beta1)* | Spec holds information about the request being evaluated status <br /> *[TokenReviewStatus](#tokenreviewstatus-v1beta1)* | Status is filled in by the server and indicates whether the request can be authenticated. diff --git a/docs/resources-reference/1_5/documents/_generated_tokenreview_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_tokenreview_v1beta1_definition.md similarity index 53% rename from docs/resources-reference/1_5/documents/_generated_tokenreview_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_tokenreview_v1beta1_definition.md index 5470a067d7..7bf48a05ab 100644 --- a/docs/resources-reference/1_5/documents/_generated_tokenreview_v1beta1_definition.md +++ b/docs/resources-reference/v1.5/documents/_generated_tokenreview_v1beta1_definition.md @@ -12,6 +12,8 @@ TokenReview attempts to authenticate a token to a known user. Note: TokenReview Field | Description ------------ | ----------- +apiVersion <br /> *string* | 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 +kind <br /> *string* | 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 metadata <br /> *[ObjectMeta](#objectmeta-v1)* | spec <br /> *[TokenReviewSpec](#tokenreviewspec-v1beta1)* | Spec holds information about the request being evaluated status <br /> *[TokenReviewStatus](#tokenreviewstatus-v1beta1)* | Status is filled in by the server and indicates whether the request can be authenticated. diff --git a/docs/resources-reference/1_5/documents/_generated_tokenreviewspec_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_tokenreviewspec_v1beta1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_tokenreviewspec_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_tokenreviewspec_v1beta1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_tokenreviewspec_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_tokenreviewspec_v1beta1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_tokenreviewspec_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_tokenreviewspec_v1beta1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_tokenreviewstatus_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_tokenreviewstatus_v1beta1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_tokenreviewstatus_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_tokenreviewstatus_v1beta1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_tokenreviewstatus_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_tokenreviewstatus_v1beta1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_tokenreviewstatus_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_tokenreviewstatus_v1beta1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_userinfo_v1beta1_concept.md b/docs/resources-reference/v1.5/documents/_generated_userinfo_v1beta1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_userinfo_v1beta1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_userinfo_v1beta1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_userinfo_v1beta1_definition.md b/docs/resources-reference/v1.5/documents/_generated_userinfo_v1beta1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_userinfo_v1beta1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_userinfo_v1beta1_definition.md diff --git a/docs/resources-reference/v1.5/documents/_generated_volume_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_volume_v1_concept.md new file mode 100644 index 0000000000..10dbbf60b9 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_volume_v1_concept.md @@ -0,0 +1,54 @@ + + +----------- +# Volume v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | Volume + + + + + + + +Volume represents a named volume in a pod that may be accessed by any container in the pod. + +<aside class="notice"> +Appears In <a href="#podspec-v1">PodSpec</a> </aside> + +Field | Description +------------ | ----------- +awsElasticBlockStore <br /> *[AWSElasticBlockStoreVolumeSource](#awselasticblockstorevolumesource-v1)* | AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore +azureDisk <br /> *[AzureDiskVolumeSource](#azurediskvolumesource-v1)* | AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. +azureFile <br /> *[AzureFileVolumeSource](#azurefilevolumesource-v1)* | AzureFile represents an Azure File Service mount on the host and bind mount to the pod. +cephfs <br /> *[CephFSVolumeSource](#cephfsvolumesource-v1)* | CephFS represents a Ceph FS mount on the host that shares a pod's lifetime +cinder <br /> *[CinderVolumeSource](#cindervolumesource-v1)* | Cinder represents a cinder volume attached and mounted on kubelets host machine More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md +configMap <br /> *[ConfigMapVolumeSource](#configmapvolumesource-v1)* | ConfigMap represents a configMap that should populate this volume +downwardAPI <br /> *[DownwardAPIVolumeSource](#downwardapivolumesource-v1)* | DownwardAPI represents downward API about the pod that should populate this volume +emptyDir <br /> *[EmptyDirVolumeSource](#emptydirvolumesource-v1)* | EmptyDir represents a temporary directory that shares a pod's lifetime. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir +fc <br /> *[FCVolumeSource](#fcvolumesource-v1)* | FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod. +flexVolume <br /> *[FlexVolumeSource](#flexvolumesource-v1)* | 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. +flocker <br /> *[FlockerVolumeSource](#flockervolumesource-v1)* | Flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running +gcePersistentDisk <br /> *[GCEPersistentDiskVolumeSource](#gcepersistentdiskvolumesource-v1)* | GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk +gitRepo <br /> *[GitRepoVolumeSource](#gitrepovolumesource-v1)* | GitRepo represents a git repository at a particular revision. +glusterfs <br /> *[GlusterfsVolumeSource](#glusterfsvolumesource-v1)* | Glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md +hostPath <br /> *[HostPathVolumeSource](#hostpathvolumesource-v1)* | HostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: http://kubernetes.io/docs/user-guide/volumes#hostpath +iscsi <br /> *[ISCSIVolumeSource](#iscsivolumesource-v1)* | ISCSI represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: http://releases.k8s.io/HEAD/examples/volumes/iscsi/README.md +name <br /> *string* | Volume's name. Must be a DNS_LABEL and unique within the pod. More info: http://kubernetes.io/docs/user-guide/identifiers#names +nfs <br /> *[NFSVolumeSource](#nfsvolumesource-v1)* | NFS represents an NFS mount on the host that shares a pod's lifetime More info: http://kubernetes.io/docs/user-guide/volumes#nfs +persistentVolumeClaim <br /> *[PersistentVolumeClaimVolumeSource](#persistentvolumeclaimvolumesource-v1)* | PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims +photonPersistentDisk <br /> *[PhotonPersistentDiskVolumeSource](#photonpersistentdiskvolumesource-v1)* | PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine +quobyte <br /> *[QuobyteVolumeSource](#quobytevolumesource-v1)* | Quobyte represents a Quobyte mount on the host that shares a pod's lifetime +rbd <br /> *[RBDVolumeSource](#rbdvolumesource-v1)* | RBD represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md +secret <br /> *[SecretVolumeSource](#secretvolumesource-v1)* | Secret represents a secret that should populate this volume. More info: http://kubernetes.io/docs/user-guide/volumes#secrets +vsphereVolume <br /> *[VsphereVirtualDiskVolumeSource](#vspherevirtualdiskvolumesource-v1)* | VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_volume_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_volume_v1_definition.md new file mode 100644 index 0000000000..e9e9dbf630 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_volume_v1_definition.md @@ -0,0 +1,40 @@ +## Volume v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | Volume + + + +Volume represents a named volume in a pod that may be accessed by any container in the pod. + +<aside class="notice"> +Appears In <a href="#podspec-v1">PodSpec</a> </aside> + +Field | Description +------------ | ----------- +awsElasticBlockStore <br /> *[AWSElasticBlockStoreVolumeSource](#awselasticblockstorevolumesource-v1)* | AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore +azureDisk <br /> *[AzureDiskVolumeSource](#azurediskvolumesource-v1)* | AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. +azureFile <br /> *[AzureFileVolumeSource](#azurefilevolumesource-v1)* | AzureFile represents an Azure File Service mount on the host and bind mount to the pod. +cephfs <br /> *[CephFSVolumeSource](#cephfsvolumesource-v1)* | CephFS represents a Ceph FS mount on the host that shares a pod's lifetime +cinder <br /> *[CinderVolumeSource](#cindervolumesource-v1)* | Cinder represents a cinder volume attached and mounted on kubelets host machine More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md +configMap <br /> *[ConfigMapVolumeSource](#configmapvolumesource-v1)* | ConfigMap represents a configMap that should populate this volume +downwardAPI <br /> *[DownwardAPIVolumeSource](#downwardapivolumesource-v1)* | DownwardAPI represents downward API about the pod that should populate this volume +emptyDir <br /> *[EmptyDirVolumeSource](#emptydirvolumesource-v1)* | EmptyDir represents a temporary directory that shares a pod's lifetime. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir +fc <br /> *[FCVolumeSource](#fcvolumesource-v1)* | FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod. +flexVolume <br /> *[FlexVolumeSource](#flexvolumesource-v1)* | 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. +flocker <br /> *[FlockerVolumeSource](#flockervolumesource-v1)* | Flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running +gcePersistentDisk <br /> *[GCEPersistentDiskVolumeSource](#gcepersistentdiskvolumesource-v1)* | GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk +gitRepo <br /> *[GitRepoVolumeSource](#gitrepovolumesource-v1)* | GitRepo represents a git repository at a particular revision. +glusterfs <br /> *[GlusterfsVolumeSource](#glusterfsvolumesource-v1)* | Glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md +hostPath <br /> *[HostPathVolumeSource](#hostpathvolumesource-v1)* | HostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: http://kubernetes.io/docs/user-guide/volumes#hostpath +iscsi <br /> *[ISCSIVolumeSource](#iscsivolumesource-v1)* | ISCSI represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: http://releases.k8s.io/HEAD/examples/volumes/iscsi/README.md +name <br /> *string* | Volume's name. Must be a DNS_LABEL and unique within the pod. More info: http://kubernetes.io/docs/user-guide/identifiers#names +nfs <br /> *[NFSVolumeSource](#nfsvolumesource-v1)* | NFS represents an NFS mount on the host that shares a pod's lifetime More info: http://kubernetes.io/docs/user-guide/volumes#nfs +persistentVolumeClaim <br /> *[PersistentVolumeClaimVolumeSource](#persistentvolumeclaimvolumesource-v1)* | PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims +photonPersistentDisk <br /> *[PhotonPersistentDiskVolumeSource](#photonpersistentdiskvolumesource-v1)* | PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine +quobyte <br /> *[QuobyteVolumeSource](#quobytevolumesource-v1)* | Quobyte represents a Quobyte mount on the host that shares a pod's lifetime +rbd <br /> *[RBDVolumeSource](#rbdvolumesource-v1)* | RBD represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md +secret <br /> *[SecretVolumeSource](#secretvolumesource-v1)* | Secret represents a secret that should populate this volume. More info: http://kubernetes.io/docs/user-guide/volumes#secrets +vsphereVolume <br /> *[VsphereVirtualDiskVolumeSource](#vspherevirtualdiskvolumesource-v1)* | VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine + diff --git a/docs/resources-reference/1_5/documents/_generated_volumemount_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_volumemount_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_volumemount_v1_concept.md rename to docs/resources-reference/v1.5/documents/_generated_volumemount_v1_concept.md diff --git a/docs/resources-reference/1_5/documents/_generated_volumemount_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_volumemount_v1_definition.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_volumemount_v1_definition.md rename to docs/resources-reference/v1.5/documents/_generated_volumemount_v1_definition.md diff --git a/docs/resources-reference/v1.5/documents/_generated_vspherevirtualdiskvolumesource_v1_concept.md b/docs/resources-reference/v1.5/documents/_generated_vspherevirtualdiskvolumesource_v1_concept.md new file mode 100644 index 0000000000..7bebafb4f1 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_vspherevirtualdiskvolumesource_v1_concept.md @@ -0,0 +1,32 @@ + + +----------- +# VsphereVirtualDiskVolumeSource v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | VsphereVirtualDiskVolumeSource + + + + + + + +Represents a vSphere volume resource. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +fsType <br /> *string* | Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. +volumePath <br /> *string* | Path that identifies vSphere volume vmdk + + + + + + diff --git a/docs/resources-reference/v1.5/documents/_generated_vspherevirtualdiskvolumesource_v1_definition.md b/docs/resources-reference/v1.5/documents/_generated_vspherevirtualdiskvolumesource_v1_definition.md new file mode 100644 index 0000000000..5ddca32b21 --- /dev/null +++ b/docs/resources-reference/v1.5/documents/_generated_vspherevirtualdiskvolumesource_v1_definition.md @@ -0,0 +1,18 @@ +## VsphereVirtualDiskVolumeSource v1 + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | VsphereVirtualDiskVolumeSource + + + +Represents a vSphere volume resource. + +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +Field | Description +------------ | ----------- +fsType <br /> *string* | Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. +volumePath <br /> *string* | Path that identifies vSphere volume vmdk + diff --git a/docs/resources-reference/1_5/documents/_meta.md b/docs/resources-reference/v1.5/documents/_meta.md similarity index 100% rename from docs/resources-reference/1_5/documents/_meta.md rename to docs/resources-reference/v1.5/documents/_meta.md diff --git a/docs/resources-reference/1_5/documents/_oldversions.md b/docs/resources-reference/v1.5/documents/_oldversions.md similarity index 100% rename from docs/resources-reference/1_5/documents/_oldversions.md rename to docs/resources-reference/v1.5/documents/_oldversions.md diff --git a/docs/resources-reference/1_5/documents/_overview.md b/docs/resources-reference/v1.5/documents/_overview.md similarity index 100% rename from docs/resources-reference/1_5/documents/_overview.md rename to docs/resources-reference/v1.5/documents/_overview.md diff --git a/docs/resources-reference/1_5/documents/_servicediscovery.md b/docs/resources-reference/v1.5/documents/_servicediscovery.md similarity index 100% rename from docs/resources-reference/1_5/documents/_servicediscovery.md rename to docs/resources-reference/v1.5/documents/_servicediscovery.md diff --git a/docs/resources-reference/1_5/documents/_workloads.md b/docs/resources-reference/v1.5/documents/_workloads.md similarity index 100% rename from docs/resources-reference/1_5/documents/_workloads.md rename to docs/resources-reference/v1.5/documents/_workloads.md diff --git a/docs/resources-reference/1_5/documents/deployment-original.md b/docs/resources-reference/v1.5/documents/deployment-original.md similarity index 100% rename from docs/resources-reference/1_5/documents/deployment-original.md rename to docs/resources-reference/v1.5/documents/deployment-original.md diff --git a/docs/resources-reference/1_5/documents/deployment.md b/docs/resources-reference/v1.5/documents/deployment.md similarity index 100% rename from docs/resources-reference/1_5/documents/deployment.md rename to docs/resources-reference/v1.5/documents/deployment.md diff --git a/docs/resources-reference/1_5/index.html b/docs/resources-reference/v1.5/index.html similarity index 69% rename from docs/resources-reference/1_5/index.html rename to docs/resources-reference/v1.5/index.html index 9782a748bd..78713687ec 100644 --- a/docs/resources-reference/1_5/index.html +++ b/docs/resources-reference/v1.5/index.html @@ -11,7 +11,7 @@ <link rel="stylesheet" href="stylesheet.css" type="text/css"> </head> <body> -<div id="sidebar-wrapper" class="side-nav side-bar-nav"><ul><li class="nav-level-1 strong-nav"><a href="#-strong-workloads-strong-" class="nav-item"><strong>WORKLOADS</strong></a></li></ul><ul><li class="nav-level-1"><a href="#container-v1" class="nav-item">Container v1</a></li></ul><ul><li class="nav-level-1"><a href="#cronjob-v2alpha1" class="nav-item">CronJob v2alpha1</a></li></ul><ul><li class="nav-level-1"><a href="#daemonset-v1beta1" class="nav-item">DaemonSet v1beta1</a></li></ul><ul><li class="nav-level-1"><a href="#deployment-v1beta1" class="nav-item">Deployment v1beta1</a></li></ul><ul><li class="nav-level-1"><a href="#job-v1" class="nav-item">Job v1</a></li></ul><ul><li class="nav-level-1"><a href="#pod-v1" class="nav-item">Pod v1</a></li></ul><ul><li class="nav-level-1"><a href="#replicaset-v1beta1" class="nav-item">ReplicaSet v1beta1</a></li></ul><ul><li class="nav-level-1"><a href="#replicationcontroller-v1" class="nav-item">ReplicationController v1</a></li></ul><ul><li class="nav-level-1"><a href="#statefulset-v1beta1" class="nav-item">StatefulSet v1beta1</a></li></ul><ul><li class="nav-level-1 strong-nav"><a href="#-strong-discovery-load-balancing-strong-" class="nav-item"><strong>DISCOVERY & LOAD BALANCING</strong></a></li></ul><ul><li class="nav-level-1"><a href="#endpoints-v1" class="nav-item">Endpoints v1</a></li></ul><ul><li class="nav-level-1"><a href="#ingress-v1beta1" class="nav-item">Ingress v1beta1</a></li></ul><ul><li class="nav-level-1"><a href="#service-v1" class="nav-item">Service v1</a></li></ul><ul><li class="nav-level-1 strong-nav"><a href="#-strong-config-storage-strong-" class="nav-item"><strong>CONFIG & STORAGE</strong></a></li></ul><ul><li class="nav-level-1"><a href="#configmap-v1" class="nav-item">ConfigMap v1</a></li></ul><ul><li class="nav-level-1"><a href="#secret-v1" class="nav-item">Secret v1</a></li></ul><ul><li class="nav-level-1"><a href="#persistentvolumeclaim-v1" class="nav-item">PersistentVolumeClaim v1</a></li></ul><ul><li class="nav-level-1"><a href="#storageclass-v1beta1" class="nav-item">StorageClass v1beta1</a></li></ul><ul><li class="nav-level-1"><a href="#volume-v1" class="nav-item">Volume v1</a></li></ul><ul><li class="nav-level-1 strong-nav"><a href="#-strong-metadata-strong-" class="nav-item"><strong>METADATA</strong></a></li></ul><ul><li class="nav-level-1"><a href="#event-v1" class="nav-item">Event v1</a></li></ul><ul><li class="nav-level-1"><a href="#limitrange-v1" class="nav-item">LimitRange v1</a></li></ul><ul><li class="nav-level-1"><a href="#horizontalpodautoscaler-v1" class="nav-item">HorizontalPodAutoscaler v1</a></li></ul><ul><li class="nav-level-1"><a href="#podtemplate-v1" class="nav-item">PodTemplate v1</a></li></ul><ul><li class="nav-level-1"><a href="#poddisruptionbudget-v1beta1" class="nav-item">PodDisruptionBudget v1beta1</a></li></ul><ul><li class="nav-level-1"><a href="#thirdpartyresource-v1beta1" class="nav-item">ThirdPartyResource v1beta1</a></li></ul><ul><li class="nav-level-1 strong-nav"><a href="#-strong-cluster-strong-" class="nav-item"><strong>CLUSTER</strong></a></li></ul><ul><li class="nav-level-1"><a href="#binding-v1" class="nav-item">Binding v1</a></li></ul><ul><li class="nav-level-1"><a href="#certificatesigningrequest-v1alpha1" class="nav-item">CertificateSigningRequest v1alpha1</a></li></ul><ul><li class="nav-level-1"><a href="#clusterrole-v1alpha1" class="nav-item">ClusterRole v1alpha1</a></li></ul><ul><li class="nav-level-1"><a href="#clusterrolebinding-v1alpha1" class="nav-item">ClusterRoleBinding v1alpha1</a></li></ul><ul><li class="nav-level-1"><a href="#componentstatus-v1" class="nav-item">ComponentStatus v1</a></li></ul><ul><li class="nav-level-1"><a href="#localsubjectaccessreview-v1beta1" class="nav-item">LocalSubjectAccessReview v1beta1</a></li></ul><ul><li class="nav-level-1"><a href="#namespace-v1" class="nav-item">Namespace v1</a></li></ul><ul><li class="nav-level-1"><a href="#node-v1" class="nav-item">Node v1</a></li></ul><ul><li class="nav-level-1"><a href="#persistentvolume-v1" class="nav-item">PersistentVolume v1</a></li></ul><ul><li class="nav-level-1"><a href="#resourcequota-v1" class="nav-item">ResourceQuota v1</a></li></ul><ul><li class="nav-level-1"><a href="#role-v1alpha1" class="nav-item">Role v1alpha1</a></li></ul><ul><li class="nav-level-1"><a href="#rolebinding-v1alpha1" class="nav-item">RoleBinding v1alpha1</a></li></ul><ul><li class="nav-level-1"><a href="#selfsubjectaccessreview-v1beta1" class="nav-item">SelfSubjectAccessReview v1beta1</a></li></ul><ul><li class="nav-level-1"><a href="#serviceaccount-v1" class="nav-item">ServiceAccount v1</a></li></ul><ul><li class="nav-level-1"><a href="#subjectaccessreview-v1beta1" class="nav-item">SubjectAccessReview v1beta1</a></li></ul><ul><li class="nav-level-1"><a href="#tokenreview-v1beta1" class="nav-item">TokenReview v1beta1</a></li></ul><ul><li class="nav-level-1"><a href="#networkpolicy-v1beta1" class="nav-item">NetworkPolicy v1beta1</a></li></ul><ul><li class="nav-level-1 strong-nav"><a href="#-strong-definitions-strong-" class="nav-item"><strong>DEFINITIONS</strong></a></li><ul id="-strong-definitions-strong--nav" style="display: none;"><li class="nav-level-2"><a href="#apigroup-unversioned" class="nav-item">APIGroup unversioned</a></li><li class="nav-level-2"><a href="#apiresource-unversioned" class="nav-item">APIResource unversioned</a></li><li class="nav-level-2"><a href="#apiversion-v1beta1" class="nav-item">APIVersion v1beta1</a></li><li class="nav-level-2"><a href="#apiversions-unversioned" class="nav-item">APIVersions unversioned</a></li><li class="nav-level-2"><a href="#attachedvolume-v1" class="nav-item">AttachedVolume v1</a></li><li class="nav-level-2"><a href="#cputargetutilization-v1beta1" class="nav-item">CPUTargetUtilization v1beta1</a></li><li class="nav-level-2"><a href="#capabilities-v1" class="nav-item">Capabilities v1</a></li><li class="nav-level-2"><a href="#certificatesigningrequestcondition-v1alpha1" class="nav-item">CertificateSigningRequestCondition v1alpha1</a></li><li class="nav-level-2"><a href="#componentcondition-v1" class="nav-item">ComponentCondition v1</a></li><li class="nav-level-2"><a href="#configmapkeyselector-v1" class="nav-item">ConfigMapKeySelector v1</a></li><li class="nav-level-2"><a href="#containerimage-v1" class="nav-item">ContainerImage v1</a></li><li class="nav-level-2"><a href="#containerport-v1" class="nav-item">ContainerPort v1</a></li><li class="nav-level-2"><a href="#containerstate-v1" class="nav-item">ContainerState v1</a></li><li class="nav-level-2"><a href="#containerstaterunning-v1" class="nav-item">ContainerStateRunning v1</a></li><li class="nav-level-2"><a href="#containerstateterminated-v1" class="nav-item">ContainerStateTerminated v1</a></li><li class="nav-level-2"><a href="#containerstatewaiting-v1" class="nav-item">ContainerStateWaiting v1</a></li><li class="nav-level-2"><a href="#crossversionobjectreference-v1" class="nav-item">CrossVersionObjectReference v1</a></li><li class="nav-level-2"><a href="#daemonendpoint-v1" class="nav-item">DaemonEndpoint v1</a></li><li class="nav-level-2"><a href="#deleteoptions-v1" class="nav-item">DeleteOptions v1</a></li><li class="nav-level-2"><a href="#deploymentcondition-v1beta1" class="nav-item">DeploymentCondition v1beta1</a></li><li class="nav-level-2"><a href="#endpointaddress-v1" class="nav-item">EndpointAddress v1</a></li><li class="nav-level-2"><a href="#endpointport-v1" class="nav-item">EndpointPort v1</a></li><li class="nav-level-2"><a href="#endpointsubset-v1" class="nav-item">EndpointSubset v1</a></li><li class="nav-level-2"><a href="#envvar-v1" class="nav-item">EnvVar v1</a></li><li class="nav-level-2"><a href="#envvarsource-v1" class="nav-item">EnvVarSource v1</a></li><li class="nav-level-2"><a href="#eventsource-v1" class="nav-item">EventSource v1</a></li><li class="nav-level-2"><a href="#eviction-v1beta1" class="nav-item">Eviction v1beta1</a></li><li class="nav-level-2"><a href="#execaction-v1" class="nav-item">ExecAction v1</a></li><li class="nav-level-2"><a href="#groupversionfordiscovery-unversioned" class="nav-item">GroupVersionForDiscovery unversioned</a></li><li class="nav-level-2"><a href="#httpgetaction-v1" class="nav-item">HTTPGetAction v1</a></li><li class="nav-level-2"><a href="#httpheader-v1" class="nav-item">HTTPHeader v1</a></li><li class="nav-level-2"><a href="#handler-v1" class="nav-item">Handler v1</a></li><li class="nav-level-2"><a href="#info-version" class="nav-item">Info version</a></li><li class="nav-level-2"><a href="#ingressbackend-v1beta1" class="nav-item">IngressBackend v1beta1</a></li><li class="nav-level-2"><a href="#ingressrule-v1beta1" class="nav-item">IngressRule v1beta1</a></li><li class="nav-level-2"><a href="#ingresstls-v1beta1" class="nav-item">IngressTLS v1beta1</a></li><li class="nav-level-2"><a href="#intorstring-intstr" class="nav-item">IntOrString intstr</a></li><li class="nav-level-2"><a href="#jobcondition-v1" class="nav-item">JobCondition v1</a></li><li class="nav-level-2"><a href="#jobtemplatespec-v2alpha1" class="nav-item">JobTemplateSpec v2alpha1</a></li><li class="nav-level-2"><a href="#labelselector-unversioned" class="nav-item">LabelSelector unversioned</a></li><li class="nav-level-2"><a href="#labelselectorrequirement-unversioned" class="nav-item">LabelSelectorRequirement unversioned</a></li><li class="nav-level-2"><a href="#lifecycle-v1" class="nav-item">Lifecycle v1</a></li><li class="nav-level-2"><a href="#limitrangeitem-v1" class="nav-item">LimitRangeItem v1</a></li><li class="nav-level-2"><a href="#listmeta-unversioned" class="nav-item">ListMeta unversioned</a></li><li class="nav-level-2"><a href="#loadbalanceringress-v1" class="nav-item">LoadBalancerIngress v1</a></li><li class="nav-level-2"><a href="#loadbalancerstatus-v1" class="nav-item">LoadBalancerStatus v1</a></li><li class="nav-level-2"><a href="#localobjectreference-v1" class="nav-item">LocalObjectReference v1</a></li><li class="nav-level-2"><a href="#networkpolicyingressrule-v1beta1" class="nav-item">NetworkPolicyIngressRule v1beta1</a></li><li class="nav-level-2"><a href="#networkpolicypeer-v1beta1" class="nav-item">NetworkPolicyPeer v1beta1</a></li><li class="nav-level-2"><a href="#networkpolicyport-v1beta1" class="nav-item">NetworkPolicyPort v1beta1</a></li><li class="nav-level-2"><a href="#nodeaddress-v1" class="nav-item">NodeAddress v1</a></li><li class="nav-level-2"><a href="#nodecondition-v1" class="nav-item">NodeCondition v1</a></li><li class="nav-level-2"><a href="#nodedaemonendpoints-v1" class="nav-item">NodeDaemonEndpoints v1</a></li><li class="nav-level-2"><a href="#nodesysteminfo-v1" class="nav-item">NodeSystemInfo v1</a></li><li class="nav-level-2"><a href="#nonresourceattributes-v1beta1" class="nav-item">NonResourceAttributes v1beta1</a></li><li class="nav-level-2"><a href="#objectfieldselector-v1" class="nav-item">ObjectFieldSelector v1</a></li><li class="nav-level-2"><a href="#objectmeta-v1" class="nav-item">ObjectMeta v1</a></li><li class="nav-level-2"><a href="#objectreference-v1" class="nav-item">ObjectReference v1</a></li><li class="nav-level-2"><a href="#ownerreference-v1" class="nav-item">OwnerReference v1</a></li><li class="nav-level-2"><a href="#patch-unversioned" class="nav-item">Patch unversioned</a></li><li class="nav-level-2"><a href="#podcondition-v1" class="nav-item">PodCondition v1</a></li><li class="nav-level-2"><a href="#podsecuritycontext-v1" class="nav-item">PodSecurityContext v1</a></li><li class="nav-level-2"><a href="#policyrule-v1alpha1" class="nav-item">PolicyRule v1alpha1</a></li><li class="nav-level-2"><a href="#preconditions-v1" class="nav-item">Preconditions v1</a></li><li class="nav-level-2"><a href="#probe-v1" class="nav-item">Probe v1</a></li><li class="nav-level-2"><a href="#quantity-resource" class="nav-item">Quantity resource</a></li><li class="nav-level-2"><a href="#rawextension-runtime" class="nav-item">RawExtension runtime</a></li><li class="nav-level-2"><a href="#replicasetcondition-v1beta1" class="nav-item">ReplicaSetCondition v1beta1</a></li><li class="nav-level-2"><a href="#replicationcontrollercondition-v1" class="nav-item">ReplicationControllerCondition v1</a></li><li class="nav-level-2"><a href="#resourceattributes-v1beta1" class="nav-item">ResourceAttributes v1beta1</a></li><li class="nav-level-2"><a href="#resourcefieldselector-v1" class="nav-item">ResourceFieldSelector v1</a></li><li class="nav-level-2"><a href="#resourcerequirements-v1" class="nav-item">ResourceRequirements v1</a></li><li class="nav-level-2"><a href="#roleref-v1alpha1" class="nav-item">RoleRef v1alpha1</a></li><li class="nav-level-2"><a href="#rollbackconfig-v1beta1" class="nav-item">RollbackConfig v1beta1</a></li><li class="nav-level-2"><a href="#selinuxoptions-v1" class="nav-item">SELinuxOptions v1</a></li><li class="nav-level-2"><a href="#scale-v1" class="nav-item">Scale v1</a></li><li class="nav-level-2"><a href="#secretkeyselector-v1" class="nav-item">SecretKeySelector v1</a></li><li class="nav-level-2"><a href="#securitycontext-v1" class="nav-item">SecurityContext v1</a></li><li class="nav-level-2"><a href="#serveraddressbyclientcidr-unversioned" class="nav-item">ServerAddressByClientCIDR unversioned</a></li><li class="nav-level-2"><a href="#serviceport-v1" class="nav-item">ServicePort v1</a></li><li class="nav-level-2"><a href="#status-unversioned" class="nav-item">Status unversioned</a></li><li class="nav-level-2"><a href="#statuscause-unversioned" class="nav-item">StatusCause unversioned</a></li><li class="nav-level-2"><a href="#statusdetails-unversioned" class="nav-item">StatusDetails unversioned</a></li><li class="nav-level-2"><a href="#subject-v1alpha1" class="nav-item">Subject v1alpha1</a></li><li class="nav-level-2"><a href="#subresourcereference-v1beta1" class="nav-item">SubresourceReference v1beta1</a></li><li class="nav-level-2"><a href="#tcpsocketaction-v1" class="nav-item">TCPSocketAction v1</a></li><li class="nav-level-2"><a href="#time-unversioned" class="nav-item">Time unversioned</a></li><li class="nav-level-2"><a href="#userinfo-v1beta1" class="nav-item">UserInfo v1beta1</a></li><li class="nav-level-2"><a href="#volumemount-v1" class="nav-item">VolumeMount v1</a></li></ul></ul><ul><li class="nav-level-1 strong-nav"><a href="#-strong-old-api-versions-strong-" class="nav-item"><strong>OLD API VERSIONS</strong></a></li></ul><ul><li class="nav-level-1"><a href="#event-versioned" class="nav-item">Event versioned</a></li></ul><ul><li class="nav-level-1"><a href="#horizontalpodautoscaler-v1beta1" class="nav-item">HorizontalPodAutoscaler v1beta1</a></li></ul><ul><li class="nav-level-1"><a href="#job-v1beta1" class="nav-item">Job v1beta1</a></li></ul><ul><li class="nav-level-1"><a href="#job-v2alpha1" class="nav-item">Job v2alpha1</a></li></ul><ul><li class="nav-level-1"><a href="#jobcondition-v1beta1" class="nav-item">JobCondition v1beta1</a></li></ul><ul><li class="nav-level-1"><a href="#jobcondition-v2alpha1" class="nav-item">JobCondition v2alpha1</a></li></ul><ul><li class="nav-level-1"><a href="#scale-v1beta1" class="nav-item">Scale v1beta1</a></li></ul><br/><div class="copyright"><a href="https://github.com/kubernetes/kubernetes">Copyright 2016 The Kubernetes Authors.</a></div></div> +<div id="sidebar-wrapper" class="side-nav side-bar-nav"><ul><li class="nav-level-1 strong-nav"><a href="#-strong-workloads-strong-" class="nav-item"><strong>WORKLOADS</strong></a></li></ul><ul><li class="nav-level-1"><a href="#container-v1" class="nav-item">Container v1</a></li></ul><ul><li class="nav-level-1"><a href="#cronjob-v2alpha1" class="nav-item">CronJob v2alpha1</a></li></ul><ul><li class="nav-level-1"><a href="#daemonset-v1beta1" class="nav-item">DaemonSet v1beta1</a></li></ul><ul><li class="nav-level-1"><a href="#deployment-v1beta1" class="nav-item">Deployment v1beta1</a></li></ul><ul><li class="nav-level-1"><a href="#job-v1" class="nav-item">Job v1</a></li></ul><ul><li class="nav-level-1"><a href="#pod-v1" class="nav-item">Pod v1</a></li></ul><ul><li class="nav-level-1"><a href="#replicaset-v1beta1" class="nav-item">ReplicaSet v1beta1</a></li></ul><ul><li class="nav-level-1"><a href="#replicationcontroller-v1" class="nav-item">ReplicationController v1</a></li></ul><ul><li class="nav-level-1"><a href="#statefulset-v1beta1" class="nav-item">StatefulSet v1beta1</a></li></ul><ul><li class="nav-level-1 strong-nav"><a href="#-strong-discovery-load-balancing-strong-" class="nav-item"><strong>DISCOVERY & LOAD BALANCING</strong></a></li></ul><ul><li class="nav-level-1"><a href="#endpoints-v1" class="nav-item">Endpoints v1</a></li></ul><ul><li class="nav-level-1"><a href="#ingress-v1beta1" class="nav-item">Ingress v1beta1</a></li></ul><ul><li class="nav-level-1"><a href="#service-v1" class="nav-item">Service v1</a></li></ul><ul><li class="nav-level-1 strong-nav"><a href="#-strong-config-storage-strong-" class="nav-item"><strong>CONFIG & STORAGE</strong></a></li></ul><ul><li class="nav-level-1"><a href="#configmap-v1" class="nav-item">ConfigMap v1</a></li></ul><ul><li class="nav-level-1"><a href="#secret-v1" class="nav-item">Secret v1</a></li></ul><ul><li class="nav-level-1"><a href="#persistentvolumeclaim-v1" class="nav-item">PersistentVolumeClaim v1</a></li></ul><ul><li class="nav-level-1"><a href="#storageclass-v1beta1" class="nav-item">StorageClass v1beta1</a></li></ul><ul><li class="nav-level-1"><a href="#volume-v1" class="nav-item">Volume v1</a></li></ul><ul><li class="nav-level-1 strong-nav"><a href="#-strong-metadata-strong-" class="nav-item"><strong>METADATA</strong></a></li></ul><ul><li class="nav-level-1"><a href="#event-v1" class="nav-item">Event v1</a></li></ul><ul><li class="nav-level-1"><a href="#limitrange-v1" class="nav-item">LimitRange v1</a></li></ul><ul><li class="nav-level-1"><a href="#horizontalpodautoscaler-v1" class="nav-item">HorizontalPodAutoscaler v1</a></li></ul><ul><li class="nav-level-1"><a href="#podtemplate-v1" class="nav-item">PodTemplate v1</a></li></ul><ul><li class="nav-level-1"><a href="#poddisruptionbudget-v1beta1" class="nav-item">PodDisruptionBudget v1beta1</a></li></ul><ul><li class="nav-level-1"><a href="#thirdpartyresource-v1beta1" class="nav-item">ThirdPartyResource v1beta1</a></li></ul><ul><li class="nav-level-1 strong-nav"><a href="#-strong-cluster-strong-" class="nav-item"><strong>CLUSTER</strong></a></li></ul><ul><li class="nav-level-1"><a href="#binding-v1" class="nav-item">Binding v1</a></li></ul><ul><li class="nav-level-1"><a href="#certificatesigningrequest-v1alpha1" class="nav-item">CertificateSigningRequest v1alpha1</a></li></ul><ul><li class="nav-level-1"><a href="#clusterrole-v1alpha1" class="nav-item">ClusterRole v1alpha1</a></li></ul><ul><li class="nav-level-1"><a href="#clusterrolebinding-v1alpha1" class="nav-item">ClusterRoleBinding v1alpha1</a></li></ul><ul><li class="nav-level-1"><a href="#componentstatus-v1" class="nav-item">ComponentStatus v1</a></li></ul><ul><li class="nav-level-1"><a href="#localsubjectaccessreview-v1beta1" class="nav-item">LocalSubjectAccessReview v1beta1</a></li></ul><ul><li class="nav-level-1"><a href="#namespace-v1" class="nav-item">Namespace v1</a></li></ul><ul><li class="nav-level-1"><a href="#node-v1" class="nav-item">Node v1</a></li></ul><ul><li class="nav-level-1"><a href="#persistentvolume-v1" class="nav-item">PersistentVolume v1</a></li></ul><ul><li class="nav-level-1"><a href="#resourcequota-v1" class="nav-item">ResourceQuota v1</a></li></ul><ul><li class="nav-level-1"><a href="#role-v1alpha1" class="nav-item">Role v1alpha1</a></li></ul><ul><li class="nav-level-1"><a href="#rolebinding-v1alpha1" class="nav-item">RoleBinding v1alpha1</a></li></ul><ul><li class="nav-level-1"><a href="#selfsubjectaccessreview-v1beta1" class="nav-item">SelfSubjectAccessReview v1beta1</a></li></ul><ul><li class="nav-level-1"><a href="#serviceaccount-v1" class="nav-item">ServiceAccount v1</a></li></ul><ul><li class="nav-level-1"><a href="#subjectaccessreview-v1beta1" class="nav-item">SubjectAccessReview v1beta1</a></li></ul><ul><li class="nav-level-1"><a href="#tokenreview-v1beta1" class="nav-item">TokenReview v1beta1</a></li></ul><ul><li class="nav-level-1"><a href="#networkpolicy-v1beta1" class="nav-item">NetworkPolicy v1beta1</a></li></ul><ul><li class="nav-level-1 strong-nav"><a href="#-strong-definitions-strong-" class="nav-item"><strong>DEFINITIONS</strong></a></li><ul id="-strong-definitions-strong--nav" style="display: none;"><li class="nav-level-2"><a href="#apigroup-unversioned" class="nav-item">APIGroup unversioned</a></li><li class="nav-level-2"><a href="#apiresource-unversioned" class="nav-item">APIResource unversioned</a></li><li class="nav-level-2"><a href="#apiversion-v1beta1" class="nav-item">APIVersion v1beta1</a></li><li class="nav-level-2"><a href="#apiversions-unversioned" class="nav-item">APIVersions unversioned</a></li><li class="nav-level-2"><a href="#awselasticblockstorevolumesource-v1" class="nav-item">AWSElasticBlockStoreVolumeSource v1</a></li><li class="nav-level-2"><a href="#attachedvolume-v1" class="nav-item">AttachedVolume v1</a></li><li class="nav-level-2"><a href="#azurediskvolumesource-v1" class="nav-item">AzureDiskVolumeSource v1</a></li><li class="nav-level-2"><a href="#azurefilevolumesource-v1" class="nav-item">AzureFileVolumeSource v1</a></li><li class="nav-level-2"><a href="#cputargetutilization-v1beta1" class="nav-item">CPUTargetUtilization v1beta1</a></li><li class="nav-level-2"><a href="#capabilities-v1" class="nav-item">Capabilities v1</a></li><li class="nav-level-2"><a href="#cephfsvolumesource-v1" class="nav-item">CephFSVolumeSource v1</a></li><li class="nav-level-2"><a href="#certificatesigningrequestcondition-v1alpha1" class="nav-item">CertificateSigningRequestCondition v1alpha1</a></li><li class="nav-level-2"><a href="#cindervolumesource-v1" class="nav-item">CinderVolumeSource v1</a></li><li class="nav-level-2"><a href="#componentcondition-v1" class="nav-item">ComponentCondition v1</a></li><li class="nav-level-2"><a href="#configmapkeyselector-v1" class="nav-item">ConfigMapKeySelector v1</a></li><li class="nav-level-2"><a href="#configmapvolumesource-v1" class="nav-item">ConfigMapVolumeSource v1</a></li><li class="nav-level-2"><a href="#containerimage-v1" class="nav-item">ContainerImage v1</a></li><li class="nav-level-2"><a href="#containerport-v1" class="nav-item">ContainerPort v1</a></li><li class="nav-level-2"><a href="#containerstate-v1" class="nav-item">ContainerState v1</a></li><li class="nav-level-2"><a href="#containerstaterunning-v1" class="nav-item">ContainerStateRunning v1</a></li><li class="nav-level-2"><a href="#containerstateterminated-v1" class="nav-item">ContainerStateTerminated v1</a></li><li class="nav-level-2"><a href="#containerstatewaiting-v1" class="nav-item">ContainerStateWaiting v1</a></li><li class="nav-level-2"><a href="#crossversionobjectreference-v1" class="nav-item">CrossVersionObjectReference v1</a></li><li class="nav-level-2"><a href="#daemonendpoint-v1" class="nav-item">DaemonEndpoint v1</a></li><li class="nav-level-2"><a href="#deleteoptions-v1" class="nav-item">DeleteOptions v1</a></li><li class="nav-level-2"><a href="#deploymentcondition-v1beta1" class="nav-item">DeploymentCondition v1beta1</a></li><li class="nav-level-2"><a href="#downwardapivolumefile-v1" class="nav-item">DownwardAPIVolumeFile v1</a></li><li class="nav-level-2"><a href="#downwardapivolumesource-v1" class="nav-item">DownwardAPIVolumeSource v1</a></li><li class="nav-level-2"><a href="#emptydirvolumesource-v1" class="nav-item">EmptyDirVolumeSource v1</a></li><li class="nav-level-2"><a href="#endpointaddress-v1" class="nav-item">EndpointAddress v1</a></li><li class="nav-level-2"><a href="#endpointport-v1" class="nav-item">EndpointPort v1</a></li><li class="nav-level-2"><a href="#endpointsubset-v1" class="nav-item">EndpointSubset v1</a></li><li class="nav-level-2"><a href="#envvar-v1" class="nav-item">EnvVar v1</a></li><li class="nav-level-2"><a href="#envvarsource-v1" class="nav-item">EnvVarSource v1</a></li><li class="nav-level-2"><a href="#eventsource-v1" class="nav-item">EventSource v1</a></li><li class="nav-level-2"><a href="#eviction-v1beta1" class="nav-item">Eviction v1beta1</a></li><li class="nav-level-2"><a href="#execaction-v1" class="nav-item">ExecAction v1</a></li><li class="nav-level-2"><a href="#fcvolumesource-v1" class="nav-item">FCVolumeSource v1</a></li><li class="nav-level-2"><a href="#flexvolumesource-v1" class="nav-item">FlexVolumeSource v1</a></li><li class="nav-level-2"><a href="#flockervolumesource-v1" class="nav-item">FlockerVolumeSource v1</a></li><li class="nav-level-2"><a href="#gcepersistentdiskvolumesource-v1" class="nav-item">GCEPersistentDiskVolumeSource v1</a></li><li class="nav-level-2"><a href="#gitrepovolumesource-v1" class="nav-item">GitRepoVolumeSource v1</a></li><li class="nav-level-2"><a href="#glusterfsvolumesource-v1" class="nav-item">GlusterfsVolumeSource v1</a></li><li class="nav-level-2"><a href="#groupversionfordiscovery-unversioned" class="nav-item">GroupVersionForDiscovery unversioned</a></li><li class="nav-level-2"><a href="#httpgetaction-v1" class="nav-item">HTTPGetAction v1</a></li><li class="nav-level-2"><a href="#httpheader-v1" class="nav-item">HTTPHeader v1</a></li><li class="nav-level-2"><a href="#httpingresspath-v1beta1" class="nav-item">HTTPIngressPath v1beta1</a></li><li class="nav-level-2"><a href="#httpingressrulevalue-v1beta1" class="nav-item">HTTPIngressRuleValue v1beta1</a></li><li class="nav-level-2"><a href="#handler-v1" class="nav-item">Handler v1</a></li><li class="nav-level-2"><a href="#hostpathvolumesource-v1" class="nav-item">HostPathVolumeSource v1</a></li><li class="nav-level-2"><a href="#iscsivolumesource-v1" class="nav-item">ISCSIVolumeSource v1</a></li><li class="nav-level-2"><a href="#info-version" class="nav-item">Info version</a></li><li class="nav-level-2"><a href="#ingressbackend-v1beta1" class="nav-item">IngressBackend v1beta1</a></li><li class="nav-level-2"><a href="#ingressrule-v1beta1" class="nav-item">IngressRule v1beta1</a></li><li class="nav-level-2"><a href="#ingresstls-v1beta1" class="nav-item">IngressTLS v1beta1</a></li><li class="nav-level-2"><a href="#intorstring-intstr" class="nav-item">IntOrString intstr</a></li><li class="nav-level-2"><a href="#jobcondition-v1" class="nav-item">JobCondition v1</a></li><li class="nav-level-2"><a href="#jobtemplatespec-v2alpha1" class="nav-item">JobTemplateSpec v2alpha1</a></li><li class="nav-level-2"><a href="#keytopath-v1" class="nav-item">KeyToPath v1</a></li><li class="nav-level-2"><a href="#labelselector-unversioned" class="nav-item">LabelSelector unversioned</a></li><li class="nav-level-2"><a href="#labelselectorrequirement-unversioned" class="nav-item">LabelSelectorRequirement unversioned</a></li><li class="nav-level-2"><a href="#lifecycle-v1" class="nav-item">Lifecycle v1</a></li><li class="nav-level-2"><a href="#limitrangeitem-v1" class="nav-item">LimitRangeItem v1</a></li><li class="nav-level-2"><a href="#listmeta-unversioned" class="nav-item">ListMeta unversioned</a></li><li class="nav-level-2"><a href="#loadbalanceringress-v1" class="nav-item">LoadBalancerIngress v1</a></li><li class="nav-level-2"><a href="#loadbalancerstatus-v1" class="nav-item">LoadBalancerStatus v1</a></li><li class="nav-level-2"><a href="#localobjectreference-v1" class="nav-item">LocalObjectReference v1</a></li><li class="nav-level-2"><a href="#nfsvolumesource-v1" class="nav-item">NFSVolumeSource v1</a></li><li class="nav-level-2"><a href="#networkpolicyingressrule-v1beta1" class="nav-item">NetworkPolicyIngressRule v1beta1</a></li><li class="nav-level-2"><a href="#networkpolicypeer-v1beta1" class="nav-item">NetworkPolicyPeer v1beta1</a></li><li class="nav-level-2"><a href="#networkpolicyport-v1beta1" class="nav-item">NetworkPolicyPort v1beta1</a></li><li class="nav-level-2"><a href="#nodeaddress-v1" class="nav-item">NodeAddress v1</a></li><li class="nav-level-2"><a href="#nodecondition-v1" class="nav-item">NodeCondition v1</a></li><li class="nav-level-2"><a href="#nodedaemonendpoints-v1" class="nav-item">NodeDaemonEndpoints v1</a></li><li class="nav-level-2"><a href="#nodesysteminfo-v1" class="nav-item">NodeSystemInfo v1</a></li><li class="nav-level-2"><a href="#nonresourceattributes-v1beta1" class="nav-item">NonResourceAttributes v1beta1</a></li><li class="nav-level-2"><a href="#objectfieldselector-v1" class="nav-item">ObjectFieldSelector v1</a></li><li class="nav-level-2"><a href="#objectmeta-v1" class="nav-item">ObjectMeta v1</a></li><li class="nav-level-2"><a href="#objectreference-v1" class="nav-item">ObjectReference v1</a></li><li class="nav-level-2"><a href="#ownerreference-v1" class="nav-item">OwnerReference v1</a></li><li class="nav-level-2"><a href="#patch-unversioned" class="nav-item">Patch unversioned</a></li><li class="nav-level-2"><a href="#persistentvolumeclaimvolumesource-v1" class="nav-item">PersistentVolumeClaimVolumeSource v1</a></li><li class="nav-level-2"><a href="#photonpersistentdiskvolumesource-v1" class="nav-item">PhotonPersistentDiskVolumeSource v1</a></li><li class="nav-level-2"><a href="#podcondition-v1" class="nav-item">PodCondition v1</a></li><li class="nav-level-2"><a href="#podsecuritycontext-v1" class="nav-item">PodSecurityContext v1</a></li><li class="nav-level-2"><a href="#policyrule-v1alpha1" class="nav-item">PolicyRule v1alpha1</a></li><li class="nav-level-2"><a href="#preconditions-v1" class="nav-item">Preconditions v1</a></li><li class="nav-level-2"><a href="#probe-v1" class="nav-item">Probe v1</a></li><li class="nav-level-2"><a href="#quantity-resource" class="nav-item">Quantity resource</a></li><li class="nav-level-2"><a href="#quobytevolumesource-v1" class="nav-item">QuobyteVolumeSource v1</a></li><li class="nav-level-2"><a href="#rbdvolumesource-v1" class="nav-item">RBDVolumeSource v1</a></li><li class="nav-level-2"><a href="#rawextension-runtime" class="nav-item">RawExtension runtime</a></li><li class="nav-level-2"><a href="#replicasetcondition-v1beta1" class="nav-item">ReplicaSetCondition v1beta1</a></li><li class="nav-level-2"><a href="#replicationcontrollercondition-v1" class="nav-item">ReplicationControllerCondition v1</a></li><li class="nav-level-2"><a href="#resourceattributes-v1beta1" class="nav-item">ResourceAttributes v1beta1</a></li><li class="nav-level-2"><a href="#resourcefieldselector-v1" class="nav-item">ResourceFieldSelector v1</a></li><li class="nav-level-2"><a href="#resourcerequirements-v1" class="nav-item">ResourceRequirements v1</a></li><li class="nav-level-2"><a href="#roleref-v1alpha1" class="nav-item">RoleRef v1alpha1</a></li><li class="nav-level-2"><a href="#rollbackconfig-v1beta1" class="nav-item">RollbackConfig v1beta1</a></li><li class="nav-level-2"><a href="#selinuxoptions-v1" class="nav-item">SELinuxOptions v1</a></li><li class="nav-level-2"><a href="#scale-v1" class="nav-item">Scale v1</a></li><li class="nav-level-2"><a href="#secretkeyselector-v1" class="nav-item">SecretKeySelector v1</a></li><li class="nav-level-2"><a href="#secretvolumesource-v1" class="nav-item">SecretVolumeSource v1</a></li><li class="nav-level-2"><a href="#securitycontext-v1" class="nav-item">SecurityContext v1</a></li><li class="nav-level-2"><a href="#serveraddressbyclientcidr-unversioned" class="nav-item">ServerAddressByClientCIDR unversioned</a></li><li class="nav-level-2"><a href="#serviceport-v1" class="nav-item">ServicePort v1</a></li><li class="nav-level-2"><a href="#status-unversioned" class="nav-item">Status unversioned</a></li><li class="nav-level-2"><a href="#statuscause-unversioned" class="nav-item">StatusCause unversioned</a></li><li class="nav-level-2"><a href="#statusdetails-unversioned" class="nav-item">StatusDetails unversioned</a></li><li class="nav-level-2"><a href="#subject-v1alpha1" class="nav-item">Subject v1alpha1</a></li><li class="nav-level-2"><a href="#subresourcereference-v1beta1" class="nav-item">SubresourceReference v1beta1</a></li><li class="nav-level-2"><a href="#tcpsocketaction-v1" class="nav-item">TCPSocketAction v1</a></li><li class="nav-level-2"><a href="#time-unversioned" class="nav-item">Time unversioned</a></li><li class="nav-level-2"><a href="#userinfo-v1beta1" class="nav-item">UserInfo v1beta1</a></li><li class="nav-level-2"><a href="#volumemount-v1" class="nav-item">VolumeMount v1</a></li><li class="nav-level-2"><a href="#vspherevirtualdiskvolumesource-v1" class="nav-item">VsphereVirtualDiskVolumeSource v1</a></li></ul></ul><ul><li class="nav-level-1 strong-nav"><a href="#-strong-old-api-versions-strong-" class="nav-item"><strong>OLD API VERSIONS</strong></a></li></ul><ul><li class="nav-level-1"><a href="#event-versioned" class="nav-item">Event versioned</a></li></ul><ul><li class="nav-level-1"><a href="#horizontalpodautoscaler-v1beta1" class="nav-item">HorizontalPodAutoscaler v1beta1</a></li></ul><ul><li class="nav-level-1"><a href="#job-v1beta1" class="nav-item">Job v1beta1</a></li></ul><ul><li class="nav-level-1"><a href="#job-v2alpha1" class="nav-item">Job v2alpha1</a></li></ul><ul><li class="nav-level-1"><a href="#jobcondition-v1beta1" class="nav-item">JobCondition v1beta1</a></li></ul><ul><li class="nav-level-1"><a href="#jobcondition-v2alpha1" class="nav-item">JobCondition v2alpha1</a></li></ul><ul><li class="nav-level-1"><a href="#scale-v1beta1" class="nav-item">Scale v1beta1</a></li></ul><br/><div class="copyright"><a href="https://github.com/kubernetes/kubernetes">Copyright 2016 The Kubernetes Authors.</a></div></div> <div id="wrapper"> <div id="code-tabs-wrapper" class="code-tabs"><ul class="code-tab-list"><li class="code-tab" id="example">example</li></ul></div> <div id="page-content-wrapper" class="body-content container-fluid"><h1 id="-strong-workloads-strong-"><strong>WORKLOADS</strong></h1> @@ -227,6 +227,14 @@ Appears In <a href="#cronjoblist-v2alpha1">CronJobList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -306,10 +314,18 @@ Appears In <a href="#cronjob-v2alpha1">CronJob</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#cronjob-v2alpha1">CronJob</a> array</em></td> <td>Items is the list of CronJob.</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -376,6 +392,14 @@ Appears In <a href="#daemonsetlist-v1beta1">DaemonSetList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -451,10 +475,18 @@ Appears In <a href="#daemonset-v1beta1">DaemonSet</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#daemonset-v1beta1">DaemonSet</a> array</em></td> <td>Items is a list of daemon sets.</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -474,8 +506,8 @@ Appears In <a href="#daemonset-v1beta1">DaemonSet</a> </aside> <span class="hljs-attr">spec:</span> <span class="hljs-comment"># 3 Pods should exist at all times.</span> <span class="hljs-attr"> replicas:</span> <span class="hljs-number">3</span> - <span class="hljs-comment"># Keep record of 10 revisions for rollback</span> -<span class="hljs-attr"> revisionHistoryLimit:</span> <span class="hljs-number">10</span> + <span class="hljs-comment"># Keep record of 2 revisions for rollback</span> +<span class="hljs-attr"> revisionHistoryLimit:</span> <span class="hljs-number">2</span> <span class="hljs-attr"> template:</span> <span class="hljs-attr"> metadata:</span> <span class="hljs-attr"> labels:</span> @@ -517,6 +549,14 @@ Appears In <a href="#deploymentlist-v1beta1">DeploymentList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object metadata.</td> </tr> @@ -628,10 +668,18 @@ Appears In <a href="#deployment-v1beta1">Deployment</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#deployment-v1beta1">Deployment</a> array</em></td> <td>Items is the list of Deployments.</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata.</td> </tr> @@ -669,6 +717,14 @@ Appears In <a href="#deploymentspec-v1beta1">DeploymentSpec</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>name <br /> <em>string</em></td> <td>Required: This must match the Name of a deployment.</td> </tr> @@ -760,6 +816,14 @@ Appears In <a href="#joblist-v1">JobList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -859,10 +923,18 @@ Appears In <a href="#job-v1">Job</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#job-v1">Job</a> array</em></td> <td>Items is the list of Job.</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -919,6 +991,14 @@ Appears In <a href="#podlist-v1">PodList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -1070,10 +1150,18 @@ Appears In <a href="#pod-v1">Pod</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#pod-v1">Pod</a> array</em></td> <td>List of pods. More info: <a href="http://kubernetes.io/docs/user-guide/pods">http://kubernetes.io/docs/user-guide/pods</a></td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> </tr> @@ -1138,6 +1226,14 @@ Appears In <a href="#replicasetlist-v1beta1">ReplicaSetList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages. Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -1229,10 +1325,18 @@ Appears In <a href="#replicaset-v1beta1">ReplicaSet</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#replicaset-v1beta1">ReplicaSet</a> array</em></td> <td>List of ReplicaSets. More info: <a href="http://kubernetes.io/docs/user-guide/replication-controller">http://kubernetes.io/docs/user-guide/replication-controller</a></td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> </tr> @@ -1297,6 +1401,14 @@ Appears In <a href="#replicationcontrollerlist-v1">ReplicationControllerList</a> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>If the Labels of a ReplicationController are empty, they are defaulted to be the same as the Pod(s) that the replication controller manages. Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -1388,10 +1500,18 @@ Appears In <a href="#replicationcontroller-v1">ReplicationController</a> </aside </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#replicationcontroller-v1">ReplicationController</a> array</em></td> <td>List of replication controllers. More info: <a href="http://kubernetes.io/docs/user-guide/replication-controller">http://kubernetes.io/docs/user-guide/replication-controller</a></td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> </tr> @@ -1433,6 +1553,14 @@ Appears In <a href="#statefulsetlist-v1beta1">StatefulSetList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td></td> </tr> @@ -1512,10 +1640,18 @@ Appears In <a href="#statefulset-v1beta1">StatefulSet</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#statefulset-v1beta1">StatefulSet</a> array</em></td> <td></td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td></td> </tr> @@ -1574,6 +1710,14 @@ Appears In <a href="#endpointslist-v1">EndpointsList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -1593,10 +1737,18 @@ Appears In <a href="#endpointslist-v1">EndpointsList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#endpoints-v1">Endpoints</a> array</em></td> <td>List of endpoints.</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> </tr> @@ -1633,6 +1785,14 @@ Appears In <a href="#ingresslist-v1beta1">IngressList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -1700,10 +1860,18 @@ Appears In <a href="#ingress-v1beta1">Ingress</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#ingress-v1beta1">Ingress</a> array</em></td> <td>Items is the list of Ingress.</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -1764,6 +1932,14 @@ Appears In <a href="#servicelist-v1">ServiceList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -1859,10 +2035,18 @@ Appears In <a href="#service-v1">Service</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#service-v1">Service</a> array</em></td> <td>List of services</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> </tr> @@ -1908,10 +2092,18 @@ Appears In <a href="#configmaplist-v1">ConfigMapList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>data <br /> <em>object</em></td> <td>Data contains the configuration data. Each key must be a valid DNS_SUBDOMAIN with an optional leading dot.</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -1927,10 +2119,18 @@ Appears In <a href="#configmaplist-v1">ConfigMapList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#configmap-v1">ConfigMap</a> array</em></td> <td>Items is the list of ConfigMaps.</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -1967,10 +2167,18 @@ Appears In <a href="#secretlist-v1">SecretList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>data <br /> <em>object</em></td> <td>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 <a href="https://tools.ietf.org/html/rfc4648#section-4">https://tools.ietf.org/html/rfc4648#section-4</a></td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -1994,10 +2202,18 @@ Appears In <a href="#secretlist-v1">SecretList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#secret-v1">Secret</a> array</em></td> <td>Items is a list of secret objects. More info: <a href="http://kubernetes.io/docs/user-guide/secrets">http://kubernetes.io/docs/user-guide/secrets</a></td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> </tr> @@ -2039,6 +2255,14 @@ Appears In <a href="#persistentvolumeclaimlist-v1">PersistentVolumeClaimList</a> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -2118,10 +2342,18 @@ Appears In <a href="#persistentvolumeclaim-v1">PersistentVolumeClaim</a> </aside </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#persistentvolumeclaim-v1">PersistentVolumeClaim</a> array</em></td> <td>A list of persistent volume claims. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims">http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims</a></td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> </tr> @@ -2159,6 +2391,14 @@ Appears In <a href="#storageclasslist-v1beta1">StorageClassList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -2182,10 +2422,18 @@ Appears In <a href="#storageclasslist-v1beta1">StorageClassList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#storageclass-v1beta1">StorageClass</a> array</em></td> <td>Items is the list of StorageClasses</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -2222,9 +2470,101 @@ Appears In <a href="#podspec-v1">PodSpec</a> </aside> </thead> <tbody> <tr> +<td>awsElasticBlockStore <br /> <em><a href="#awselasticblockstorevolumesource-v1">AWSElasticBlockStoreVolumeSource</a></em></td> +<td>AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: <a href="http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore">http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore</a></td> +</tr> +<tr> +<td>azureDisk <br /> <em><a href="#azurediskvolumesource-v1">AzureDiskVolumeSource</a></em></td> +<td>AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.</td> +</tr> +<tr> +<td>azureFile <br /> <em><a href="#azurefilevolumesource-v1">AzureFileVolumeSource</a></em></td> +<td>AzureFile represents an Azure File Service mount on the host and bind mount to the pod.</td> +</tr> +<tr> +<td>cephfs <br /> <em><a href="#cephfsvolumesource-v1">CephFSVolumeSource</a></em></td> +<td>CephFS represents a Ceph FS mount on the host that shares a pod's lifetime</td> +</tr> +<tr> +<td>cinder <br /> <em><a href="#cindervolumesource-v1">CinderVolumeSource</a></em></td> +<td>Cinder represents a cinder volume attached and mounted on kubelets host machine More info: <a href="http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md">http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md</a></td> +</tr> +<tr> +<td>configMap <br /> <em><a href="#configmapvolumesource-v1">ConfigMapVolumeSource</a></em></td> +<td>ConfigMap represents a configMap that should populate this volume</td> +</tr> +<tr> +<td>downwardAPI <br /> <em><a href="#downwardapivolumesource-v1">DownwardAPIVolumeSource</a></em></td> +<td>DownwardAPI represents downward API about the pod that should populate this volume</td> +</tr> +<tr> +<td>emptyDir <br /> <em><a href="#emptydirvolumesource-v1">EmptyDirVolumeSource</a></em></td> +<td>EmptyDir represents a temporary directory that shares a pod's lifetime. More info: <a href="http://kubernetes.io/docs/user-guide/volumes#emptydir">http://kubernetes.io/docs/user-guide/volumes#emptydir</a></td> +</tr> +<tr> +<td>fc <br /> <em><a href="#fcvolumesource-v1">FCVolumeSource</a></em></td> +<td>FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod.</td> +</tr> +<tr> +<td>flexVolume <br /> <em><a href="#flexvolumesource-v1">FlexVolumeSource</a></em></td> +<td>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.</td> +</tr> +<tr> +<td>flocker <br /> <em><a href="#flockervolumesource-v1">FlockerVolumeSource</a></em></td> +<td>Flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running</td> +</tr> +<tr> +<td>gcePersistentDisk <br /> <em><a href="#gcepersistentdiskvolumesource-v1">GCEPersistentDiskVolumeSource</a></em></td> +<td>GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: <a href="http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk">http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk</a></td> +</tr> +<tr> +<td>gitRepo <br /> <em><a href="#gitrepovolumesource-v1">GitRepoVolumeSource</a></em></td> +<td>GitRepo represents a git repository at a particular revision.</td> +</tr> +<tr> +<td>glusterfs <br /> <em><a href="#glusterfsvolumesource-v1">GlusterfsVolumeSource</a></em></td> +<td>Glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. More info: <a href="http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md">http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md</a></td> +</tr> +<tr> +<td>hostPath <br /> <em><a href="#hostpathvolumesource-v1">HostPathVolumeSource</a></em></td> +<td>HostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: <a href="http://kubernetes.io/docs/user-guide/volumes#hostpath">http://kubernetes.io/docs/user-guide/volumes#hostpath</a></td> +</tr> +<tr> +<td>iscsi <br /> <em><a href="#iscsivolumesource-v1">ISCSIVolumeSource</a></em></td> +<td>ISCSI represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: <a href="http://releases.k8s.io/HEAD/examples/volumes/iscsi/README.md">http://releases.k8s.io/HEAD/examples/volumes/iscsi/README.md</a></td> +</tr> +<tr> <td>name <br /> <em>string</em></td> <td>Volume's name. Must be a DNS_LABEL and unique within the pod. More info: <a href="http://kubernetes.io/docs/user-guide/identifiers#names">http://kubernetes.io/docs/user-guide/identifiers#names</a></td> </tr> +<tr> +<td>nfs <br /> <em><a href="#nfsvolumesource-v1">NFSVolumeSource</a></em></td> +<td>NFS represents an NFS mount on the host that shares a pod's lifetime More info: <a href="http://kubernetes.io/docs/user-guide/volumes#nfs">http://kubernetes.io/docs/user-guide/volumes#nfs</a></td> +</tr> +<tr> +<td>persistentVolumeClaim <br /> <em><a href="#persistentvolumeclaimvolumesource-v1">PersistentVolumeClaimVolumeSource</a></em></td> +<td>PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims">http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims</a></td> +</tr> +<tr> +<td>photonPersistentDisk <br /> <em><a href="#photonpersistentdiskvolumesource-v1">PhotonPersistentDiskVolumeSource</a></em></td> +<td>PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine</td> +</tr> +<tr> +<td>quobyte <br /> <em><a href="#quobytevolumesource-v1">QuobyteVolumeSource</a></em></td> +<td>Quobyte represents a Quobyte mount on the host that shares a pod's lifetime</td> +</tr> +<tr> +<td>rbd <br /> <em><a href="#rbdvolumesource-v1">RBDVolumeSource</a></em></td> +<td>RBD represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: <a href="http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md">http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md</a></td> +</tr> +<tr> +<td>secret <br /> <em><a href="#secretvolumesource-v1">SecretVolumeSource</a></em></td> +<td>Secret represents a secret that should populate this volume. More info: <a href="http://kubernetes.io/docs/user-guide/volumes#secrets">http://kubernetes.io/docs/user-guide/volumes#secrets</a></td> +</tr> +<tr> +<td>vsphereVolume <br /> <em><a href="#vspherevirtualdiskvolumesource-v1">VsphereVirtualDiskVolumeSource</a></em></td> +<td>VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine</td> +</tr> </tbody> </table> <h1 id="-strong-metadata-strong-"><strong>METADATA</strong></h1> @@ -2271,6 +2611,10 @@ Appears In <a href="#eventlist-v1">EventList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>count <br /> <em>integer</em></td> <td>The number of times this event has occurred.</td> </tr> @@ -2283,6 +2627,10 @@ Appears In <a href="#eventlist-v1">EventList</a> </aside> <td>The object that this event is about.</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>lastTimestamp <br /> <em><a href="#time-unversioned">Time</a></em></td> <td>The time at which the most recent occurrence of this event was recorded.</td> </tr> @@ -2318,10 +2666,18 @@ Appears In <a href="#eventlist-v1">EventList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#event-v1">Event</a> array</em></td> <td>List of events</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> </tr> @@ -2358,6 +2714,14 @@ Appears In <a href="#limitrangelist-v1">LimitRangeList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -2395,10 +2759,18 @@ Appears In <a href="#limitrange-v1">LimitRange</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#limitrange-v1">LimitRange</a> array</em></td> <td>Items is a list of LimitRange objects. More info: <a href="http://releases.k8s.io/HEAD/docs/design/admission_control_limit_range.md">http://releases.k8s.io/HEAD/docs/design/admission_control_limit_range.md</a></td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> </tr> @@ -2438,6 +2810,14 @@ Appears In <a href="#horizontalpodautoscalerlist-v1">HorizontalPodAutoscalerList </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -2525,10 +2905,18 @@ Appears In <a href="#horizontalpodautoscaler-v1">HorizontalPodAutoscaler</a> </a </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#horizontalpodautoscaler-v1">HorizontalPodAutoscaler</a> array</em></td> <td>list of horizontal pod autoscaler objects.</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata.</td> </tr> @@ -2565,6 +2953,14 @@ Appears In <a href="#podtemplatelist-v1">PodTemplateList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -2606,10 +3002,18 @@ Appears In <a href="#daemonsetspec-v1beta1">DaemonSetSpec</a> <a href="#deployme </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#podtemplate-v1">PodTemplate</a> array</em></td> <td>List of pod templates</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> </tr> @@ -2646,6 +3050,14 @@ Appears In <a href="#poddisruptionbudgetlist-v1beta1">PodDisruptionBudgetList</a </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td></td> </tr> @@ -2729,10 +3141,18 @@ Appears In <a href="#poddisruptionbudget-v1beta1">PodDisruptionBudget</a> </asid </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#poddisruptionbudget-v1beta1">PodDisruptionBudget</a> array</em></td> <td></td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td></td> </tr> @@ -2769,10 +3189,18 @@ Appears In <a href="#thirdpartyresourcelist-v1beta1">ThirdPartyResourceList</a> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>description <br /> <em>string</em></td> <td>Description is the description of this object.</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object metadata</td> </tr> @@ -2792,10 +3220,18 @@ Appears In <a href="#thirdpartyresourcelist-v1beta1">ThirdPartyResourceList</a> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#thirdpartyresource-v1beta1">ThirdPartyResource</a> array</em></td> <td>Items is the list of ThirdPartyResources.</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata.</td> </tr> @@ -2832,6 +3268,14 @@ Appears In <a href="#thirdpartyresourcelist-v1beta1">ThirdPartyResourceList</a> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -2872,6 +3316,14 @@ Appears In <a href="#certificatesigningrequestlist-v1alpha1">CertificateSigningR </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td></td> </tr> @@ -2947,10 +3399,18 @@ Appears In <a href="#certificatesigningrequest-v1alpha1">CertificateSigningReque </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#certificatesigningrequest-v1alpha1">CertificateSigningRequest</a> array</em></td> <td></td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td></td> </tr> @@ -2987,6 +3447,14 @@ Appears In <a href="#clusterrolelist-v1alpha1">ClusterRoleList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata.</td> </tr> @@ -3006,10 +3474,18 @@ Appears In <a href="#clusterrolelist-v1alpha1">ClusterRoleList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#clusterrole-v1alpha1">ClusterRole</a> array</em></td> <td>Items is a list of ClusterRoles</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard object's metadata.</td> </tr> @@ -3046,6 +3522,14 @@ Appears In <a href="#clusterrolebindinglist-v1alpha1">ClusterRoleBindingList</a> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata.</td> </tr> @@ -3069,10 +3553,18 @@ Appears In <a href="#clusterrolebindinglist-v1alpha1">ClusterRoleBindingList</a> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#clusterrolebinding-v1alpha1">ClusterRoleBinding</a> array</em></td> <td>Items is a list of ClusterRoleBindings</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard object's metadata.</td> </tr> @@ -3109,10 +3601,18 @@ Appears In <a href="#componentstatuslist-v1">ComponentStatusList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>conditions <br /> <em><a href="#componentcondition-v1">ComponentCondition</a> array</em></td> <td>List of component conditions observed</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -3128,10 +3628,18 @@ Appears In <a href="#componentstatuslist-v1">ComponentStatusList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#componentstatus-v1">ComponentStatus</a> array</em></td> <td>List of ComponentStatus objects.</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> </tr> @@ -3165,6 +3673,14 @@ Appears In <a href="#componentstatuslist-v1">ComponentStatusList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td></td> </tr> @@ -3209,6 +3725,14 @@ Appears In <a href="#namespacelist-v1">NamespaceList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -3268,10 +3792,18 @@ Appears In <a href="#namespace-v1">Namespace</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#namespace-v1">Namespace</a> array</em></td> <td>Items is the list of Namespace objects in the list. More info: <a href="http://kubernetes.io/docs/user-guide/namespaces">http://kubernetes.io/docs/user-guide/namespaces</a></td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> </tr> @@ -3308,6 +3840,14 @@ Appears In <a href="#nodelist-v1">NodeList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -3415,10 +3955,18 @@ Appears In <a href="#node-v1">Node</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#node-v1">Node</a> array</em></td> <td>List of nodes</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> </tr> @@ -3460,6 +4008,14 @@ Appears In <a href="#persistentvolumelist-v1">PersistentVolumeList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -3490,17 +4046,85 @@ Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside> <td>AccessModes contains all ways the volume can be mounted. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes">http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes</a></td> </tr> <tr> +<td>awsElasticBlockStore <br /> <em><a href="#awselasticblockstorevolumesource-v1">AWSElasticBlockStoreVolumeSource</a></em></td> +<td>AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: <a href="http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore">http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore</a></td> +</tr> +<tr> +<td>azureDisk <br /> <em><a href="#azurediskvolumesource-v1">AzureDiskVolumeSource</a></em></td> +<td>AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.</td> +</tr> +<tr> +<td>azureFile <br /> <em><a href="#azurefilevolumesource-v1">AzureFileVolumeSource</a></em></td> +<td>AzureFile represents an Azure File Service mount on the host and bind mount to the pod.</td> +</tr> +<tr> <td>capacity <br /> <em>object</em></td> <td>A description of the persistent volume's resources and capacity. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#capacity">http://kubernetes.io/docs/user-guide/persistent-volumes#capacity</a></td> </tr> <tr> +<td>cephfs <br /> <em><a href="#cephfsvolumesource-v1">CephFSVolumeSource</a></em></td> +<td>CephFS represents a Ceph FS mount on the host that shares a pod's lifetime</td> +</tr> +<tr> +<td>cinder <br /> <em><a href="#cindervolumesource-v1">CinderVolumeSource</a></em></td> +<td>Cinder represents a cinder volume attached and mounted on kubelets host machine More info: <a href="http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md">http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md</a></td> +</tr> +<tr> <td>claimRef <br /> <em><a href="#objectreference-v1">ObjectReference</a></em></td> <td>ClaimRef is part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim. Expected to be non-nil when bound. claim.VolumeName is the authoritative bind between PV and PVC. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#binding">http://kubernetes.io/docs/user-guide/persistent-volumes#binding</a></td> </tr> <tr> +<td>fc <br /> <em><a href="#fcvolumesource-v1">FCVolumeSource</a></em></td> +<td>FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod.</td> +</tr> +<tr> +<td>flexVolume <br /> <em><a href="#flexvolumesource-v1">FlexVolumeSource</a></em></td> +<td>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.</td> +</tr> +<tr> +<td>flocker <br /> <em><a href="#flockervolumesource-v1">FlockerVolumeSource</a></em></td> +<td>Flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running</td> +</tr> +<tr> +<td>gcePersistentDisk <br /> <em><a href="#gcepersistentdiskvolumesource-v1">GCEPersistentDiskVolumeSource</a></em></td> +<td>GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin. More info: <a href="http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk">http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk</a></td> +</tr> +<tr> +<td>glusterfs <br /> <em><a href="#glusterfsvolumesource-v1">GlusterfsVolumeSource</a></em></td> +<td>Glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin. More info: <a href="http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md">http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md</a></td> +</tr> +<tr> +<td>hostPath <br /> <em><a href="#hostpathvolumesource-v1">HostPathVolumeSource</a></em></td> +<td>HostPath represents a directory on the host. Provisioned by a developer or tester. This is useful for single-node development and testing only! On-host storage is not supported in any way and WILL NOT WORK in a multi-node cluster. More info: <a href="http://kubernetes.io/docs/user-guide/volumes#hostpath">http://kubernetes.io/docs/user-guide/volumes#hostpath</a></td> +</tr> +<tr> +<td>iscsi <br /> <em><a href="#iscsivolumesource-v1">ISCSIVolumeSource</a></em></td> +<td>ISCSI represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin.</td> +</tr> +<tr> +<td>nfs <br /> <em><a href="#nfsvolumesource-v1">NFSVolumeSource</a></em></td> +<td>NFS represents an NFS mount on the host. Provisioned by an admin. More info: <a href="http://kubernetes.io/docs/user-guide/volumes#nfs">http://kubernetes.io/docs/user-guide/volumes#nfs</a></td> +</tr> +<tr> <td>persistentVolumeReclaimPolicy <br /> <em>string</em></td> <td>What happens to a persistent volume when released from its claim. Valid options are Retain (default) and Recycle. Recycling must be supported by the volume plugin underlying this persistent volume. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#recycling-policy">http://kubernetes.io/docs/user-guide/persistent-volumes#recycling-policy</a></td> </tr> +<tr> +<td>photonPersistentDisk <br /> <em><a href="#photonpersistentdiskvolumesource-v1">PhotonPersistentDiskVolumeSource</a></em></td> +<td>PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine</td> +</tr> +<tr> +<td>quobyte <br /> <em><a href="#quobytevolumesource-v1">QuobyteVolumeSource</a></em></td> +<td>Quobyte represents a Quobyte mount on the host that shares a pod's lifetime</td> +</tr> +<tr> +<td>rbd <br /> <em><a href="#rbdvolumesource-v1">RBDVolumeSource</a></em></td> +<td>RBD represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: <a href="http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md">http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md</a></td> +</tr> +<tr> +<td>vsphereVolume <br /> <em><a href="#vspherevirtualdiskvolumesource-v1">VsphereVirtualDiskVolumeSource</a></em></td> +<td>VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine</td> +</tr> </tbody> </table> <h3 id="persistentvolumestatus-v1">PersistentVolumeStatus v1</h3> @@ -3539,10 +4163,18 @@ Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#persistentvolume-v1">PersistentVolume</a> array</em></td> <td>List of persistent volumes. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes">http://kubernetes.io/docs/user-guide/persistent-volumes</a></td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> </tr> @@ -3579,6 +4211,14 @@ Appears In <a href="#resourcequotalist-v1">ResourceQuotaList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -3646,10 +4286,18 @@ Appears In <a href="#resourcequota-v1">ResourceQuota</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#resourcequota-v1">ResourceQuota</a> array</em></td> <td>Items is a list of ResourceQuota objects. More info: <a href="http://releases.k8s.io/HEAD/docs/design/admission_control_resource_quota.md#admissioncontrol-plugin-resourcequota">http://releases.k8s.io/HEAD/docs/design/admission_control_resource_quota.md#admissioncontrol-plugin-resourcequota</a></td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> </tr> @@ -3686,6 +4334,14 @@ Appears In <a href="#rolelist-v1alpha1">RoleList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata.</td> </tr> @@ -3705,10 +4361,18 @@ Appears In <a href="#rolelist-v1alpha1">RoleList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#role-v1alpha1">Role</a> array</em></td> <td>Items is a list of Roles</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard object's metadata.</td> </tr> @@ -3745,6 +4409,14 @@ Appears In <a href="#rolebindinglist-v1alpha1">RoleBindingList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata.</td> </tr> @@ -3768,10 +4440,18 @@ Appears In <a href="#rolebindinglist-v1alpha1">RoleBindingList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#rolebinding-v1alpha1">RoleBinding</a> array</em></td> <td>Items is a list of RoleBindings</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard object's metadata.</td> </tr> @@ -3805,6 +4485,14 @@ Appears In <a href="#rolebindinglist-v1alpha1">RoleBindingList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td></td> </tr> @@ -3871,10 +4559,18 @@ Appears In <a href="#serviceaccountlist-v1">ServiceAccountList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>imagePullSecrets <br /> <em><a href="#localobjectreference-v1">LocalObjectReference</a> array</em></td> <td>ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: <a href="http://kubernetes.io/docs/user-guide/secrets#manually-specifying-an-imagepullsecret">http://kubernetes.io/docs/user-guide/secrets#manually-specifying-an-imagepullsecret</a></td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -3894,10 +4590,18 @@ Appears In <a href="#serviceaccountlist-v1">ServiceAccountList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#serviceaccount-v1">ServiceAccount</a> array</em></td> <td>List of ServiceAccounts. More info: <a href="http://releases.k8s.io/HEAD/docs/design/service_accounts.md#service-accounts">http://releases.k8s.io/HEAD/docs/design/service_accounts.md#service-accounts</a></td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> </tr> @@ -3931,6 +4635,14 @@ Appears In <a href="#serviceaccountlist-v1">ServiceAccountList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td></td> </tr> @@ -4032,6 +4744,14 @@ Appears In <a href="#localsubjectaccessreview-v1beta1">LocalSubjectAccessReview< </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td></td> </tr> @@ -4119,6 +4839,14 @@ Appears In <a href="#networkpolicylist-v1beta1">NetworkPolicyList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -4160,10 +4888,18 @@ Appears In <a href="#networkpolicy-v1beta1">NetworkPolicy</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#networkpolicy-v1beta1">NetworkPolicy</a> array</em></td> <td>Items is a list of schema objects.</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -4201,6 +4937,14 @@ Appears In <a href="#apigrouplist-unversioned">APIGroupList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>name <br /> <em>string</em></td> <td>name is the name of the group.</td> </tr> @@ -4323,6 +5067,14 @@ Appears In <a href="#thirdpartyresource-v1beta1">ThirdPartyResource</a> </aside </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>serverAddressByClientCIDRs <br /> <em><a href="#serveraddressbyclientcidr-unversioned">ServerAddressByClientCIDR</a> array</em></td> <td>a map of client CIDR to server address that is serving this group. This is to help clients reach servers in the most network-efficient way possible. Clients can use the appropriate server address as per the CIDR that they match. In case of multiple matches, clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the client can match. For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP. Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP.</td> </tr> @@ -4332,6 +5084,54 @@ Appears In <a href="#thirdpartyresource-v1beta1">ThirdPartyResource</a> </aside </tr> </tbody> </table> +<h2 id="awselasticblockstorevolumesource-v1">AWSElasticBlockStoreVolumeSource v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>AWSElasticBlockStoreVolumeSource</td> +</tr> +</tbody> +</table> +<p>Represents a Persistent Disk resource in AWS.</p> +<p>An AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.</p> +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fsType <br /> <em>string</em></td> +<td>Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: <a href="http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore">http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore</a></td> +</tr> +<tr> +<td>partition <br /> <em>integer</em></td> +<td>The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as "1". Similarly, the volume partition for /dev/sda is "0" (or you can leave the property empty).</td> +</tr> +<tr> +<td>readOnly <br /> <em>boolean</em></td> +<td>Specify "true" to force and set the ReadOnly property in VolumeMounts to "true". If omitted, the default is "false". More info: <a href="http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore">http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore</a></td> +</tr> +<tr> +<td>volumeID <br /> <em>string</em></td> +<td>Unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: <a href="http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore">http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore</a></td> +</tr> +</tbody> +</table> <h2 id="attachedvolume-v1">AttachedVolume v1</h2> <table> <thead> @@ -4371,6 +5171,100 @@ Appears In <a href="#nodestatus-v1">NodeStatus</a> </aside> </tr> </tbody> </table> +<h2 id="azurediskvolumesource-v1">AzureDiskVolumeSource v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>AzureDiskVolumeSource</td> +</tr> +</tbody> +</table> +<p>AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.</p> +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>cachingMode <br /> <em>string</em></td> +<td>Host Caching mode: None, Read Only, Read Write.</td> +</tr> +<tr> +<td>diskName <br /> <em>string</em></td> +<td>The Name of the data disk in the blob storage</td> +</tr> +<tr> +<td>diskURI <br /> <em>string</em></td> +<td>The URI the data disk in the blob storage</td> +</tr> +<tr> +<td>fsType <br /> <em>string</em></td> +<td>Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.</td> +</tr> +<tr> +<td>readOnly <br /> <em>boolean</em></td> +<td>Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.</td> +</tr> +</tbody> +</table> +<h2 id="azurefilevolumesource-v1">AzureFileVolumeSource v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>AzureFileVolumeSource</td> +</tr> +</tbody> +</table> +<p>AzureFile represents an Azure File Service mount on the host and bind mount to the pod.</p> +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>readOnly <br /> <em>boolean</em></td> +<td>Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.</td> +</tr> +<tr> +<td>secretName <br /> <em>string</em></td> +<td>the name of secret that contains Azure Storage Account Name and Key</td> +</tr> +<tr> +<td>shareName <br /> <em>string</em></td> +<td>Share Name</td> +</tr> +</tbody> +</table> <h2 id="cputargetutilization-v1beta1">CPUTargetUtilization v1beta1</h2> <table> <thead> @@ -4444,6 +5338,61 @@ Appears In <a href="#securitycontext-v1">SecurityContext</a> </aside> </tr> </tbody> </table> +<h2 id="cephfsvolumesource-v1">CephFSVolumeSource v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>CephFSVolumeSource</td> +</tr> +</tbody> +</table> +<p>Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.</p> +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>monitors <br /> <em>string array</em></td> +<td>Required: Monitors is a collection of Ceph monitors More info: <a href="http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it">http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it</a></td> +</tr> +<tr> +<td>path <br /> <em>string</em></td> +<td>Optional: Used as the mounted root, rather than the full Ceph tree, default is /</td> +</tr> +<tr> +<td>readOnly <br /> <em>boolean</em></td> +<td>Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: <a href="http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it">http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it</a></td> +</tr> +<tr> +<td>secretFile <br /> <em>string</em></td> +<td>Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: <a href="http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it">http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it</a></td> +</tr> +<tr> +<td>secretRef <br /> <em><a href="#localobjectreference-v1">LocalObjectReference</a></em></td> +<td>Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: <a href="http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it">http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it</a></td> +</tr> +<tr> +<td>user <br /> <em>string</em></td> +<td>Optional: User is the rados user name, default is admin More info: <a href="http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it">http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it</a></td> +</tr> +</tbody> +</table> <h2 id="certificatesigningrequestcondition-v1alpha1">CertificateSigningRequestCondition v1alpha1</h2> <table> <thead> @@ -4490,6 +5439,49 @@ Appears In <a href="#certificatesigningrequeststatus-v1alpha1">CertificateSigni </tr> </tbody> </table> +<h2 id="cindervolumesource-v1">CinderVolumeSource v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>CinderVolumeSource</td> +</tr> +</tbody> +</table> +<p>Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.</p> +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fsType <br /> <em>string</em></td> +<td>Filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: <a href="http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md">http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md</a></td> +</tr> +<tr> +<td>readOnly <br /> <em>boolean</em></td> +<td>Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: <a href="http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md">http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md</a></td> +</tr> +<tr> +<td>volumeID <br /> <em>string</em></td> +<td>volume id used to identify the volume in cinder More info: <a href="http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md">http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md</a></td> +</tr> +</tbody> +</table> <h2 id="componentcondition-v1">ComponentCondition v1</h2> <table> <thead> @@ -4570,6 +5562,54 @@ Appears In <a href="#envvarsource-v1">EnvVarSource</a> </aside> <td>key <br /> <em>string</em></td> <td>The key to select.</td> </tr> +<tr> +<td>name <br /> <em>string</em></td> +<td>Name of the referent. More info: <a href="http://kubernetes.io/docs/user-guide/identifiers#names">http://kubernetes.io/docs/user-guide/identifiers#names</a></td> +</tr> +</tbody> +</table> +<h2 id="configmapvolumesource-v1">ConfigMapVolumeSource v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>ConfigMapVolumeSource</td> +</tr> +</tbody> +</table> +<p>Adapts a ConfigMap into a volume.</p> +<p>The contents of the target ConfigMap's Data field will be presented in a volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. ConfigMap volumes support ownership management and SELinux relabeling.</p> +<aside class="notice"> +Appears In <a href="#volume-v1">Volume</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>defaultMode <br /> <em>integer</em></td> +<td>Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.</td> +</tr> +<tr> +<td>items <br /> <em><a href="#keytopath-v1">KeyToPath</a> array</em></td> +<td>If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error. Paths must be relative and may not contain the '..' path or start with '..'.</td> +</tr> +<tr> +<td>name <br /> <em>string</em></td> +<td>Name of the referent. More info: <a href="http://kubernetes.io/docs/user-guide/identifiers#names">http://kubernetes.io/docs/user-guide/identifiers#names</a></td> +</tr> </tbody> </table> <h2 id="containerimage-v1">ContainerImage v1</h2> @@ -4946,10 +5986,18 @@ Appears In <a href="#eviction-v1beta1">Eviction</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>gracePeriodSeconds <br /> <em>integer</em></td> <td>The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>orphanDependents <br /> <em>boolean</em></td> <td>Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list.</td> </tr> @@ -5014,6 +6062,127 @@ Appears In <a href="#deploymentstatus-v1beta1">DeploymentStatus</a> </aside> </tr> </tbody> </table> +<h2 id="downwardapivolumefile-v1">DownwardAPIVolumeFile v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>DownwardAPIVolumeFile</td> +</tr> +</tbody> +</table> +<p>DownwardAPIVolumeFile represents information to create the file containing the pod field</p> +<aside class="notice"> +Appears In <a href="#downwardapivolumesource-v1">DownwardAPIVolumeSource</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fieldRef <br /> <em><a href="#objectfieldselector-v1">ObjectFieldSelector</a></em></td> +<td>Required: Selects a field of the pod: only annotations, labels, name and namespace are supported.</td> +</tr> +<tr> +<td>mode <br /> <em>integer</em></td> +<td>Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.</td> +</tr> +<tr> +<td>path <br /> <em>string</em></td> +<td>Required: Path is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..'</td> +</tr> +<tr> +<td>resourceFieldRef <br /> <em><a href="#resourcefieldselector-v1">ResourceFieldSelector</a></em></td> +<td>Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.</td> +</tr> +</tbody> +</table> +<h2 id="downwardapivolumesource-v1">DownwardAPIVolumeSource v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>DownwardAPIVolumeSource</td> +</tr> +</tbody> +</table> +<p>DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling.</p> +<aside class="notice"> +Appears In <a href="#volume-v1">Volume</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>defaultMode <br /> <em>integer</em></td> +<td>Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.</td> +</tr> +<tr> +<td>items <br /> <em><a href="#downwardapivolumefile-v1">DownwardAPIVolumeFile</a> array</em></td> +<td>Items is a list of downward API volume file</td> +</tr> +</tbody> +</table> +<h2 id="emptydirvolumesource-v1">EmptyDirVolumeSource v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>EmptyDirVolumeSource</td> +</tr> +</tbody> +</table> +<p>Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling.</p> +<aside class="notice"> +Appears In <a href="#volume-v1">Volume</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>medium <br /> <em>string</em></td> +<td>What type of storage medium should back this directory. The default is "" which means to use the node's default medium. Must be an empty string (default) or Memory. More info: <a href="http://kubernetes.io/docs/user-guide/volumes#emptydir">http://kubernetes.io/docs/user-guide/volumes#emptydir</a></td> +</tr> +</tbody> +</table> <h2 id="endpointaddress-v1">EndpointAddress v1</h2> <table> <thead> @@ -5310,10 +6479,18 @@ Appears In <a href="#event-v1">Event</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>deleteOptions <br /> <em><a href="#deleteoptions-v1">DeleteOptions</a></em></td> <td>DeleteOptions may be provided</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>ObjectMeta describes the pod that is being evicted.</td> </tr> @@ -5338,7 +6515,7 @@ Appears In <a href="#event-v1">Event</a> </aside> </table> <p>ExecAction describes a "run in container" action.</p> <aside class="notice"> -Appears In <a href="#handler-v1">Handler</a> </aside> +Appears In <a href="#handler-v1">Handler</a> <a href="#probe-v1">Probe</a> </aside> <table> <thead> @@ -5355,6 +6532,277 @@ Appears In <a href="#handler-v1">Handler</a> </aside> </tr> </tbody> </table> +<h2 id="fcvolumesource-v1">FCVolumeSource v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>FCVolumeSource</td> +</tr> +</tbody> +</table> +<p>Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.</p> +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fsType <br /> <em>string</em></td> +<td>Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.</td> +</tr> +<tr> +<td>lun <br /> <em>integer</em></td> +<td>Required: FC target lun number</td> +</tr> +<tr> +<td>readOnly <br /> <em>boolean</em></td> +<td>Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.</td> +</tr> +<tr> +<td>targetWWNs <br /> <em>string array</em></td> +<td>Required: FC target worldwide names (WWNs)</td> +</tr> +</tbody> +</table> +<h2 id="flexvolumesource-v1">FlexVolumeSource v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>FlexVolumeSource</td> +</tr> +</tbody> +</table> +<p>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.</p> +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>driver <br /> <em>string</em></td> +<td>Driver is the name of the driver to use for this volume.</td> +</tr> +<tr> +<td>fsType <br /> <em>string</em></td> +<td>Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". The default filesystem depends on FlexVolume script.</td> +</tr> +<tr> +<td>options <br /> <em>object</em></td> +<td>Optional: Extra command options if any.</td> +</tr> +<tr> +<td>readOnly <br /> <em>boolean</em></td> +<td>Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.</td> +</tr> +<tr> +<td>secretRef <br /> <em><a href="#localobjectreference-v1">LocalObjectReference</a></em></td> +<td>Optional: SecretRef is reference to the secret object containing sensitive information to pass to the plugin scripts. This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts.</td> +</tr> +</tbody> +</table> +<h2 id="flockervolumesource-v1">FlockerVolumeSource v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>FlockerVolumeSource</td> +</tr> +</tbody> +</table> +<p>Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.</p> +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>datasetName <br /> <em>string</em></td> +<td>Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated</td> +</tr> +<tr> +<td>datasetUUID <br /> <em>string</em></td> +<td>UUID of the dataset. This is unique identifier of a Flocker dataset</td> +</tr> +</tbody> +</table> +<h2 id="gcepersistentdiskvolumesource-v1">GCEPersistentDiskVolumeSource v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>GCEPersistentDiskVolumeSource</td> +</tr> +</tbody> +</table> +<p>Represents a Persistent Disk resource in Google Compute Engine.</p> +<p>A GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once or read-only many times. GCE PDs support ownership management and SELinux relabeling.</p> +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fsType <br /> <em>string</em></td> +<td>Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: <a href="http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk">http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk</a></td> +</tr> +<tr> +<td>partition <br /> <em>integer</em></td> +<td>The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as "1". Similarly, the volume partition for /dev/sda is "0" (or you can leave the property empty). More info: <a href="http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk">http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk</a></td> +</tr> +<tr> +<td>pdName <br /> <em>string</em></td> +<td>Unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: <a href="http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk">http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk</a></td> +</tr> +<tr> +<td>readOnly <br /> <em>boolean</em></td> +<td>ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: <a href="http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk">http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk</a></td> +</tr> +</tbody> +</table> +<h2 id="gitrepovolumesource-v1">GitRepoVolumeSource v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>GitRepoVolumeSource</td> +</tr> +</tbody> +</table> +<p>Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling.</p> +<aside class="notice"> +Appears In <a href="#volume-v1">Volume</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>directory <br /> <em>string</em></td> +<td>Target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name.</td> +</tr> +<tr> +<td>repository <br /> <em>string</em></td> +<td>Repository URL</td> +</tr> +<tr> +<td>revision <br /> <em>string</em></td> +<td>Commit hash for the specified revision.</td> +</tr> +</tbody> +</table> +<h2 id="glusterfsvolumesource-v1">GlusterfsVolumeSource v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>GlusterfsVolumeSource</td> +</tr> +</tbody> +</table> +<p>Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.</p> +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>endpoints <br /> <em>string</em></td> +<td>EndpointsName is the endpoint name that details Glusterfs topology. More info: <a href="http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod">http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod</a></td> +</tr> +<tr> +<td>path <br /> <em>string</em></td> +<td>Path is the Glusterfs volume path. More info: <a href="http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod">http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod</a></td> +</tr> +<tr> +<td>readOnly <br /> <em>boolean</em></td> +<td>ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: <a href="http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod">http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod</a></td> +</tr> +</tbody> +</table> <h2 id="groupversionfordiscovery-unversioned">GroupVersionForDiscovery unversioned</h2> <table> <thead> @@ -5413,7 +6861,7 @@ Appears In <a href="#apigroup-unversioned">APIGroup</a> </aside> </table> <p>HTTPGetAction describes an action based on HTTP Get requests.</p> <aside class="notice"> -Appears In <a href="#handler-v1">Handler</a> </aside> +Appears In <a href="#handler-v1">Handler</a> <a href="#probe-v1">Probe</a> </aside> <table> <thead> @@ -5484,6 +6932,80 @@ Appears In <a href="#httpgetaction-v1">HTTPGetAction</a> </aside> </tr> </tbody> </table> +<h2 id="httpingresspath-v1beta1">HTTPIngressPath v1beta1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1beta1</td> +<td>HTTPIngressPath</td> +</tr> +</tbody> +</table> +<p>HTTPIngressPath associates a path regex with a backend. Incoming urls matching the path are forwarded to the backend.</p> +<aside class="notice"> +Appears In <a href="#httpingressrulevalue-v1beta1">HTTPIngressRuleValue</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>backend <br /> <em><a href="#ingressbackend-v1beta1">IngressBackend</a></em></td> +<td>Backend defines the referenced service endpoint to which the traffic will be forwarded to.</td> +</tr> +<tr> +<td>path <br /> <em>string</em></td> +<td>Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/'. If unspecified, the path defaults to a catch all sending traffic to the backend.</td> +</tr> +</tbody> +</table> +<h2 id="httpingressrulevalue-v1beta1">HTTPIngressRuleValue v1beta1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1beta1</td> +<td>HTTPIngressRuleValue</td> +</tr> +</tbody> +</table> +<p>HTTPIngressRuleValue is a list of http selectors pointing to backends. In the example: http://<host>/<path>?<searchpart> -> backend where where parts of the url correspond to RFC 3986, this resource will be used to match against everything after the last '/' and before the first '?' or '#'.</p> +<aside class="notice"> +Appears In <a href="#ingressrule-v1beta1">IngressRule</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>paths <br /> <em><a href="#httpingresspath-v1beta1">HTTPIngressPath</a> array</em></td> +<td>A collection of paths that map requests to backends.</td> +</tr> +</tbody> +</table> <h2 id="handler-v1">Handler v1</h2> <table> <thead> @@ -5527,6 +7049,96 @@ Appears In <a href="#lifecycle-v1">Lifecycle</a> </aside> </tr> </tbody> </table> +<h2 id="hostpathvolumesource-v1">HostPathVolumeSource v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>HostPathVolumeSource</td> +</tr> +</tbody> +</table> +<p>Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.</p> +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>path <br /> <em>string</em></td> +<td>Path of the directory on the host. More info: <a href="http://kubernetes.io/docs/user-guide/volumes#hostpath">http://kubernetes.io/docs/user-guide/volumes#hostpath</a></td> +</tr> +</tbody> +</table> +<h2 id="iscsivolumesource-v1">ISCSIVolumeSource v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>ISCSIVolumeSource</td> +</tr> +</tbody> +</table> +<p>Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.</p> +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fsType <br /> <em>string</em></td> +<td>Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: <a href="http://kubernetes.io/docs/user-guide/volumes#iscsi">http://kubernetes.io/docs/user-guide/volumes#iscsi</a></td> +</tr> +<tr> +<td>iqn <br /> <em>string</em></td> +<td>Target iSCSI Qualified Name.</td> +</tr> +<tr> +<td>iscsiInterface <br /> <em>string</em></td> +<td>Optional: Defaults to 'default' (tcp). iSCSI interface name that uses an iSCSI transport.</td> +</tr> +<tr> +<td>lun <br /> <em>integer</em></td> +<td>iSCSI target lun number.</td> +</tr> +<tr> +<td>readOnly <br /> <em>boolean</em></td> +<td>ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false.</td> +</tr> +<tr> +<td>targetPortal <br /> <em>string</em></td> +<td>iSCSI target portal. The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).</td> +</tr> +</tbody> +</table> <h2 id="info-version">Info version</h2> <table> <thead> @@ -5610,7 +7222,7 @@ Appears In <a href="#lifecycle-v1">Lifecycle</a> </aside> </table> <p>IngressBackend describes all endpoints for a given service and port.</p> <aside class="notice"> -Appears In <a href="#ingressspec-v1beta1">IngressSpec</a> </aside> +Appears In <a href="#httpingresspath-v1beta1">HTTPIngressPath</a> <a href="#ingressspec-v1beta1">IngressSpec</a> </aside> <table> <thead> @@ -5663,6 +7275,10 @@ Appears In <a href="#ingressspec-v1beta1">IngressSpec</a> </aside> <td>host <br /> <em>string</em></td> <td>Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the IP in the Spec of the parent Ingress. 2. The <code>:</code> delimiter is not respected because ports are not allowed. Currently the port of an Ingress is implicitly :80 for http and :443 for https. Both these may change in the future. Incoming requests are matched against the host before the IngressRuleValue. If the host is unspecified, the Ingress routes all traffic based on the specified IngressRuleValue.</td> </tr> +<tr> +<td>http <br /> <em><a href="#httpingressrulevalue-v1beta1">HTTPIngressRuleValue</a></em></td> +<td></td> +</tr> </tbody> </table> <h2 id="ingresstls-v1beta1">IngressTLS v1beta1</h2> @@ -5833,6 +7449,49 @@ Appears In <a href="#cronjobspec-v2alpha1">CronJobSpec</a> </aside> </tr> </tbody> </table> +<h2 id="keytopath-v1">KeyToPath v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>KeyToPath</td> +</tr> +</tbody> +</table> +<p>Maps a string key to a path within a volume.</p> +<aside class="notice"> +Appears In <a href="#configmapvolumesource-v1">ConfigMapVolumeSource</a> <a href="#secretvolumesource-v1">SecretVolumeSource</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>key <br /> <em>string</em></td> +<td>The key to project.</td> +</tr> +<tr> +<td>mode <br /> <em>integer</em></td> +<td>Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.</td> +</tr> +<tr> +<td>path <br /> <em>string</em></td> +<td>The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.</td> +</tr> +</tbody> +</table> <h2 id="labelselector-unversioned">LabelSelector unversioned</h2> <table> <thead> @@ -6141,7 +7800,7 @@ Appears In <a href="#ingressstatus-v1beta1">IngressStatus</a> <a href="#servic </table> <p>LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.</p> <aside class="notice"> -Appears In <a href="#podspec-v1">PodSpec</a> <a href="#serviceaccount-v1">ServiceAccount</a> </aside> +Appears In <a href="#cephfsvolumesource-v1">CephFSVolumeSource</a> <a href="#flexvolumesource-v1">FlexVolumeSource</a> <a href="#podspec-v1">PodSpec</a> <a href="#rbdvolumesource-v1">RBDVolumeSource</a> <a href="#serviceaccount-v1">ServiceAccount</a> </aside> <table> <thead> @@ -6157,6 +7816,49 @@ Appears In <a href="#podspec-v1">PodSpec</a> <a href="#serviceaccount-v1">Serv </tr> </tbody> </table> +<h2 id="nfsvolumesource-v1">NFSVolumeSource v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>NFSVolumeSource</td> +</tr> +</tbody> +</table> +<p>Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.</p> +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>path <br /> <em>string</em></td> +<td>Path that is exported by the NFS server. More info: <a href="http://kubernetes.io/docs/user-guide/volumes#nfs">http://kubernetes.io/docs/user-guide/volumes#nfs</a></td> +</tr> +<tr> +<td>readOnly <br /> <em>boolean</em></td> +<td>ReadOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: <a href="http://kubernetes.io/docs/user-guide/volumes#nfs">http://kubernetes.io/docs/user-guide/volumes#nfs</a></td> +</tr> +<tr> +<td>server <br /> <em>string</em></td> +<td>Server is the hostname or IP address of the NFS server. More info: <a href="http://kubernetes.io/docs/user-guide/volumes#nfs">http://kubernetes.io/docs/user-guide/volumes#nfs</a></td> +</tr> +</tbody> +</table> <h2 id="networkpolicyingressrule-v1beta1">NetworkPolicyIngressRule v1beta1</h2> <table> <thead> @@ -6530,7 +8232,7 @@ Appears In <a href="#selfsubjectaccessreviewspec-v1beta1">SelfSubjectAccessRevi </table> <p>ObjectFieldSelector selects an APIVersioned field of an object.</p> <aside class="notice"> -Appears In <a href="#envvarsource-v1">EnvVarSource</a> </aside> +Appears In <a href="#downwardapivolumefile-v1">DownwardAPIVolumeFile</a> <a href="#envvarsource-v1">EnvVarSource</a> </aside> <table> <thead> @@ -6782,6 +8484,84 @@ Appears In <a href="#objectmeta-v1">ObjectMeta</a> </aside> </tr> </tbody> </table> +<h2 id="persistentvolumeclaimvolumesource-v1">PersistentVolumeClaimVolumeSource v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>PersistentVolumeClaimVolumeSource</td> +</tr> +</tbody> +</table> +<p>PersistentVolumeClaimVolumeSource references the user's PVC in the same namespace. This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system).</p> +<aside class="notice"> +Appears In <a href="#volume-v1">Volume</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>claimName <br /> <em>string</em></td> +<td>ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims">http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims</a></td> +</tr> +<tr> +<td>readOnly <br /> <em>boolean</em></td> +<td>Will force the ReadOnly setting in VolumeMounts. Default false.</td> +</tr> +</tbody> +</table> +<h2 id="photonpersistentdiskvolumesource-v1">PhotonPersistentDiskVolumeSource v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>PhotonPersistentDiskVolumeSource</td> +</tr> +</tbody> +</table> +<p>Represents a Photon Controller persistent disk resource.</p> +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fsType <br /> <em>string</em></td> +<td>Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.</td> +</tr> +<tr> +<td>pdID <br /> <em>string</em></td> +<td>ID that identifies Photon Controller persistent disk</td> +</tr> +</tbody> +</table> <h2 id="podcondition-v1">PodCondition v1</h2> <table> <thead> @@ -7008,10 +8788,18 @@ Appears In <a href="#container-v1">Container</a> </aside> </thead> <tbody> <tr> +<td>exec <br /> <em><a href="#execaction-v1">ExecAction</a></em></td> +<td>One and only one of the following should be specified. Exec specifies the action to take.</td> +</tr> +<tr> <td>failureThreshold <br /> <em>integer</em></td> <td>Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.</td> </tr> <tr> +<td>httpGet <br /> <em><a href="#httpgetaction-v1">HTTPGetAction</a></em></td> +<td>HTTPGet specifies the http request to perform.</td> +</tr> +<tr> <td>initialDelaySeconds <br /> <em>integer</em></td> <td>Number of seconds after the container has started before liveness probes are initiated. More info: <a href="http://kubernetes.io/docs/user-guide/pod-states#container-probes">http://kubernetes.io/docs/user-guide/pod-states#container-probes</a></td> </tr> @@ -7024,6 +8812,10 @@ Appears In <a href="#container-v1">Container</a> </aside> <td>Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness. Minimum value is 1.</td> </tr> <tr> +<td>tcpSocket <br /> <em><a href="#tcpsocketaction-v1">TCPSocketAction</a></em></td> +<td>TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported</td> +</tr> +<tr> <td>timeoutSeconds <br /> <em>integer</em></td> <td>Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: <a href="http://kubernetes.io/docs/user-guide/pod-states#container-probes">http://kubernetes.io/docs/user-guide/pod-states#container-probes</a></td> </tr> @@ -7062,6 +8854,120 @@ Appears In <a href="#resourcefieldselector-v1">ResourceFieldSelector</a> </asid </tr> </tbody> </table> +<h2 id="quobytevolumesource-v1">QuobyteVolumeSource v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>QuobyteVolumeSource</td> +</tr> +</tbody> +</table> +<p>Represents a Quobyte mount that lasts the lifetime of a pod. Quobyte volumes do not support ownership management or SELinux relabeling.</p> +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>group <br /> <em>string</em></td> +<td>Group to map volume access to Default is no group</td> +</tr> +<tr> +<td>readOnly <br /> <em>boolean</em></td> +<td>ReadOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false.</td> +</tr> +<tr> +<td>registry <br /> <em>string</em></td> +<td>Registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes</td> +</tr> +<tr> +<td>user <br /> <em>string</em></td> +<td>User to map volume access to Defaults to serivceaccount user</td> +</tr> +<tr> +<td>volume <br /> <em>string</em></td> +<td>Volume is a string that references an already created Quobyte volume by name.</td> +</tr> +</tbody> +</table> +<h2 id="rbdvolumesource-v1">RBDVolumeSource v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>RBDVolumeSource</td> +</tr> +</tbody> +</table> +<p>Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.</p> +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fsType <br /> <em>string</em></td> +<td>Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: <a href="http://kubernetes.io/docs/user-guide/volumes#rbd">http://kubernetes.io/docs/user-guide/volumes#rbd</a></td> +</tr> +<tr> +<td>image <br /> <em>string</em></td> +<td>The rados image name. More info: <a href="http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it">http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it</a></td> +</tr> +<tr> +<td>keyring <br /> <em>string</em></td> +<td>Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: <a href="http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it">http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it</a></td> +</tr> +<tr> +<td>monitors <br /> <em>string array</em></td> +<td>A collection of Ceph monitors. More info: <a href="http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it">http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it</a></td> +</tr> +<tr> +<td>pool <br /> <em>string</em></td> +<td>The rados pool name. Default is rbd. More info: <a href="http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it">http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it</a>.</td> +</tr> +<tr> +<td>readOnly <br /> <em>boolean</em></td> +<td>ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: <a href="http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it">http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it</a></td> +</tr> +<tr> +<td>secretRef <br /> <em><a href="#localobjectreference-v1">LocalObjectReference</a></em></td> +<td>SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: <a href="http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it">http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it</a></td> +</tr> +<tr> +<td>user <br /> <em>string</em></td> +<td>The rados user name. Default is admin. More info: <a href="http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it">http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it</a></td> +</tr> +</tbody> +</table> <h2 id="rawextension-runtime">RawExtension runtime</h2> <table> <thead> @@ -7299,7 +9205,7 @@ Appears In <a href="#selfsubjectaccessreviewspec-v1beta1">SelfSubjectAccessRevi </table> <p>ResourceFieldSelector represents container resources (cpu, memory) and their output format</p> <aside class="notice"> -Appears In <a href="#envvarsource-v1">EnvVarSource</a> </aside> +Appears In <a href="#downwardapivolumefile-v1">DownwardAPIVolumeFile</a> <a href="#envvarsource-v1">EnvVarSource</a> </aside> <table> <thead> @@ -7515,6 +9421,14 @@ Appears In <a href="#podsecuritycontext-v1">PodSecurityContext</a> <a href="#s </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object metadata; More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a>.</td> </tr> @@ -7561,6 +9475,54 @@ Appears In <a href="#envvarsource-v1">EnvVarSource</a> </aside> <td>key <br /> <em>string</em></td> <td>The key of the secret to select from. Must be a valid secret key.</td> </tr> +<tr> +<td>name <br /> <em>string</em></td> +<td>Name of the referent. More info: <a href="http://kubernetes.io/docs/user-guide/identifiers#names">http://kubernetes.io/docs/user-guide/identifiers#names</a></td> +</tr> +</tbody> +</table> +<h2 id="secretvolumesource-v1">SecretVolumeSource v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>SecretVolumeSource</td> +</tr> +</tbody> +</table> +<p>Adapts a Secret into a volume.</p> +<p>The contents of the target Secret's Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling.</p> +<aside class="notice"> +Appears In <a href="#volume-v1">Volume</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>defaultMode <br /> <em>integer</em></td> +<td>Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.</td> +</tr> +<tr> +<td>items <br /> <em><a href="#keytopath-v1">KeyToPath</a> array</em></td> +<td>If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error. Paths must be relative and may not contain the '..' path or start with '..'.</td> +</tr> +<tr> +<td>secretName <br /> <em>string</em></td> +<td>Name of the secret in the pod's namespace to use. More info: <a href="http://kubernetes.io/docs/user-guide/volumes#secrets">http://kubernetes.io/docs/user-guide/volumes#secrets</a></td> +</tr> </tbody> </table> <h2 id="securitycontext-v1">SecurityContext v1</h2> @@ -7735,6 +9697,10 @@ Appears In <a href="#servicespec-v1">ServiceSpec</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>code <br /> <em>integer</em></td> <td>Suggested HTTP return code for this status, 0 if not set.</td> </tr> @@ -7743,6 +9709,10 @@ Appears In <a href="#servicespec-v1">ServiceSpec</a> </aside> <td>Extended data associated with the reason. Each reason may define its own extended details. This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type.</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>message <br /> <em>string</em></td> <td>A human-readable description of the status of this operation.</td> </tr> @@ -7967,7 +9937,7 @@ Appears In <a href="#horizontalpodautoscalerspec-v1beta1">HorizontalPodAutoscal </table> <p>TCPSocketAction describes an action based on opening a socket</p> <aside class="notice"> -Appears In <a href="#handler-v1">Handler</a> </aside> +Appears In <a href="#handler-v1">Handler</a> <a href="#probe-v1">Probe</a> </aside> <table> <thead> @@ -8110,6 +10080,45 @@ Appears In <a href="#container-v1">Container</a> </aside> </tr> </tbody> </table> +<h2 id="vspherevirtualdiskvolumesource-v1">VsphereVirtualDiskVolumeSource v1</h2> +<table> +<thead> +<tr> +<th>Group</th> +<th>Version</th> +<th>Kind</th> +</tr> +</thead> +<tbody> +<tr> +<td>Core</td> +<td>v1</td> +<td>VsphereVirtualDiskVolumeSource</td> +</tr> +</tbody> +</table> +<p>Represents a vSphere volume resource.</p> +<aside class="notice"> +Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside> + +<table> +<thead> +<tr> +<th>Field</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td>fsType <br /> <em>string</em></td> +<td>Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.</td> +</tr> +<tr> +<td>volumePath <br /> <em>string</em></td> +<td>Path that identifies vSphere volume vmdk</td> +</tr> +</tbody> +</table> <h1 id="-strong-old-api-versions-strong-"><strong>OLD API VERSIONS</strong></h1> <p>This section contains older versions of resources shown above.</p> <hr> @@ -8186,6 +10195,14 @@ Appears In <a href="#horizontalpodautoscalerlist-v1beta1">HorizontalPodAutoscale </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -8273,10 +10290,18 @@ Appears In <a href="#horizontalpodautoscaler-v1beta1">HorizontalPodAutoscaler</a </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#horizontalpodautoscaler-v1beta1">HorizontalPodAutoscaler</a> array</em></td> <td>list of horizontal pod autoscaler objects.</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata.</td> </tr> @@ -8316,6 +10341,14 @@ Appears In <a href="#joblist-v1beta1">JobList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -8415,10 +10448,18 @@ Appears In <a href="#job-v1beta1">Job</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#job-v1beta1">Job</a> array</em></td> <td>Items is the list of Job.</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -8458,6 +10499,14 @@ Appears In <a href="#joblist-v2alpha1">JobList</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -8557,10 +10606,18 @@ Appears In <a href="#job-v2alpha1">Job</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> <td>items <br /> <em><a href="#job-v2alpha1">Job</a> array</em></td> <td>Items is the list of Job.</td> </tr> <tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#listmeta-unversioned">ListMeta</a></em></td> <td>Standard list metadata More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a></td> </tr> @@ -8715,6 +10772,14 @@ Appears In <a href="#jobstatus-v2alpha1">JobStatus</a> </aside> </thead> <tbody> <tr> +<td>apiVersion <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources</a></td> +</tr> +<tr> +<td>kind <br /> <em>string</em></td> +<td>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: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></td> +</tr> +<tr> <td>metadata <br /> <em><a href="#objectmeta-v1">ObjectMeta</a></em></td> <td>Standard object metadata; More info: <a href="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata</a>.</td> </tr> diff --git a/docs/resources-reference/1_5/jsconfig.json b/docs/resources-reference/v1.5/jsconfig.json similarity index 100% rename from docs/resources-reference/1_5/jsconfig.json rename to docs/resources-reference/v1.5/jsconfig.json diff --git a/docs/resources-reference/1_5/manifest.json b/docs/resources-reference/v1.5/manifest.json similarity index 83% rename from docs/resources-reference/1_5/manifest.json rename to docs/resources-reference/v1.5/manifest.json index 5a02c6fca4..e87a3fde36 100644 --- a/docs/resources-reference/1_5/manifest.json +++ b/docs/resources-reference/v1.5/manifest.json @@ -151,24 +151,42 @@ { "filename": "_generated_apiversions_unversioned_definition.md" }, + { + "filename": "_generated_awselasticblockstorevolumesource_v1_definition.md" + }, { "filename": "_generated_attachedvolume_v1_definition.md" }, + { + "filename": "_generated_azurediskvolumesource_v1_definition.md" + }, + { + "filename": "_generated_azurefilevolumesource_v1_definition.md" + }, { "filename": "_generated_cputargetutilization_v1beta1_definition.md" }, { "filename": "_generated_capabilities_v1_definition.md" }, + { + "filename": "_generated_cephfsvolumesource_v1_definition.md" + }, { "filename": "_generated_certificatesigningrequestcondition_v1alpha1_definition.md" }, + { + "filename": "_generated_cindervolumesource_v1_definition.md" + }, { "filename": "_generated_componentcondition_v1_definition.md" }, { "filename": "_generated_configmapkeyselector_v1_definition.md" }, + { + "filename": "_generated_configmapvolumesource_v1_definition.md" + }, { "filename": "_generated_containerimage_v1_definition.md" }, @@ -199,6 +217,15 @@ { "filename": "_generated_deploymentcondition_v1beta1_definition.md" }, + { + "filename": "_generated_downwardapivolumefile_v1_definition.md" + }, + { + "filename": "_generated_downwardapivolumesource_v1_definition.md" + }, + { + "filename": "_generated_emptydirvolumesource_v1_definition.md" + }, { "filename": "_generated_endpointaddress_v1_definition.md" }, @@ -223,6 +250,24 @@ { "filename": "_generated_execaction_v1_definition.md" }, + { + "filename": "_generated_fcvolumesource_v1_definition.md" + }, + { + "filename": "_generated_flexvolumesource_v1_definition.md" + }, + { + "filename": "_generated_flockervolumesource_v1_definition.md" + }, + { + "filename": "_generated_gcepersistentdiskvolumesource_v1_definition.md" + }, + { + "filename": "_generated_gitrepovolumesource_v1_definition.md" + }, + { + "filename": "_generated_glusterfsvolumesource_v1_definition.md" + }, { "filename": "_generated_groupversionfordiscovery_unversioned_definition.md" }, @@ -232,9 +277,21 @@ { "filename": "_generated_httpheader_v1_definition.md" }, + { + "filename": "_generated_httpingresspath_v1beta1_definition.md" + }, + { + "filename": "_generated_httpingressrulevalue_v1beta1_definition.md" + }, { "filename": "_generated_handler_v1_definition.md" }, + { + "filename": "_generated_hostpathvolumesource_v1_definition.md" + }, + { + "filename": "_generated_iscsivolumesource_v1_definition.md" + }, { "filename": "_generated_info_version_definition.md" }, @@ -256,6 +313,9 @@ { "filename": "_generated_jobtemplatespec_v2alpha1_definition.md" }, + { + "filename": "_generated_keytopath_v1_definition.md" + }, { "filename": "_generated_labelselector_unversioned_definition.md" }, @@ -280,6 +340,9 @@ { "filename": "_generated_localobjectreference_v1_definition.md" }, + { + "filename": "_generated_nfsvolumesource_v1_definition.md" + }, { "filename": "_generated_networkpolicyingressrule_v1beta1_definition.md" }, @@ -319,6 +382,12 @@ { "filename": "_generated_patch_unversioned_definition.md" }, + { + "filename": "_generated_persistentvolumeclaimvolumesource_v1_definition.md" + }, + { + "filename": "_generated_photonpersistentdiskvolumesource_v1_definition.md" + }, { "filename": "_generated_podcondition_v1_definition.md" }, @@ -337,6 +406,12 @@ { "filename": "_generated_quantity_resource_definition.md" }, + { + "filename": "_generated_quobytevolumesource_v1_definition.md" + }, + { + "filename": "_generated_rbdvolumesource_v1_definition.md" + }, { "filename": "_generated_rawextension_runtime_definition.md" }, @@ -370,6 +445,9 @@ { "filename": "_generated_secretkeyselector_v1_definition.md" }, + { + "filename": "_generated_secretvolumesource_v1_definition.md" + }, { "filename": "_generated_securitycontext_v1_definition.md" }, @@ -406,6 +484,9 @@ { "filename": "_generated_volumemount_v1_definition.md" }, + { + "filename": "_generated_vspherevirtualdiskvolumesource_v1_definition.md" + }, { "filename": "_oldversions.md" }, diff --git a/docs/resources-reference/1_5/markedDecorations.js b/docs/resources-reference/v1.5/markedDecorations.js similarity index 100% rename from docs/resources-reference/1_5/markedDecorations.js rename to docs/resources-reference/v1.5/markedDecorations.js diff --git a/docs/resources-reference/v1.5/navData.js b/docs/resources-reference/v1.5/navData.js new file mode 100644 index 0000000000..69c48c88e9 --- /dev/null +++ b/docs/resources-reference/v1.5/navData.js @@ -0,0 +1 @@ +(function(){navData = {"toc":[{"section":"scale-v1beta1","subsections":[]},{"section":"jobcondition-v2alpha1","subsections":[]},{"section":"jobcondition-v1beta1","subsections":[]},{"section":"job-v2alpha1","subsections":[]},{"section":"job-v1beta1","subsections":[]},{"section":"horizontalpodautoscaler-v1beta1","subsections":[]},{"section":"event-versioned","subsections":[]},{"section":"-strong-old-api-versions-strong-","subsections":[]},{"section":"-strong-definitions-strong-","subsections":[{"section":"vspherevirtualdiskvolumesource-v1"},{"section":"volumemount-v1"},{"section":"userinfo-v1beta1"},{"section":"time-unversioned"},{"section":"tcpsocketaction-v1"},{"section":"subresourcereference-v1beta1"},{"section":"subject-v1alpha1"},{"section":"statusdetails-unversioned"},{"section":"statuscause-unversioned"},{"section":"status-unversioned"},{"section":"serviceport-v1"},{"section":"serveraddressbyclientcidr-unversioned"},{"section":"securitycontext-v1"},{"section":"secretvolumesource-v1"},{"section":"secretkeyselector-v1"},{"section":"scale-v1"},{"section":"selinuxoptions-v1"},{"section":"rollbackconfig-v1beta1"},{"section":"roleref-v1alpha1"},{"section":"resourcerequirements-v1"},{"section":"resourcefieldselector-v1"},{"section":"resourceattributes-v1beta1"},{"section":"replicationcontrollercondition-v1"},{"section":"replicasetcondition-v1beta1"},{"section":"rawextension-runtime"},{"section":"rbdvolumesource-v1"},{"section":"quobytevolumesource-v1"},{"section":"quantity-resource"},{"section":"probe-v1"},{"section":"preconditions-v1"},{"section":"policyrule-v1alpha1"},{"section":"podsecuritycontext-v1"},{"section":"podcondition-v1"},{"section":"photonpersistentdiskvolumesource-v1"},{"section":"persistentvolumeclaimvolumesource-v1"},{"section":"patch-unversioned"},{"section":"ownerreference-v1"},{"section":"objectreference-v1"},{"section":"objectmeta-v1"},{"section":"objectfieldselector-v1"},{"section":"nonresourceattributes-v1beta1"},{"section":"nodesysteminfo-v1"},{"section":"nodedaemonendpoints-v1"},{"section":"nodecondition-v1"},{"section":"nodeaddress-v1"},{"section":"networkpolicyport-v1beta1"},{"section":"networkpolicypeer-v1beta1"},{"section":"networkpolicyingressrule-v1beta1"},{"section":"nfsvolumesource-v1"},{"section":"localobjectreference-v1"},{"section":"loadbalancerstatus-v1"},{"section":"loadbalanceringress-v1"},{"section":"listmeta-unversioned"},{"section":"limitrangeitem-v1"},{"section":"lifecycle-v1"},{"section":"labelselectorrequirement-unversioned"},{"section":"labelselector-unversioned"},{"section":"keytopath-v1"},{"section":"jobtemplatespec-v2alpha1"},{"section":"jobcondition-v1"},{"section":"intorstring-intstr"},{"section":"ingresstls-v1beta1"},{"section":"ingressrule-v1beta1"},{"section":"ingressbackend-v1beta1"},{"section":"info-version"},{"section":"iscsivolumesource-v1"},{"section":"hostpathvolumesource-v1"},{"section":"handler-v1"},{"section":"httpingressrulevalue-v1beta1"},{"section":"httpingresspath-v1beta1"},{"section":"httpheader-v1"},{"section":"httpgetaction-v1"},{"section":"groupversionfordiscovery-unversioned"},{"section":"glusterfsvolumesource-v1"},{"section":"gitrepovolumesource-v1"},{"section":"gcepersistentdiskvolumesource-v1"},{"section":"flockervolumesource-v1"},{"section":"flexvolumesource-v1"},{"section":"fcvolumesource-v1"},{"section":"execaction-v1"},{"section":"eviction-v1beta1"},{"section":"eventsource-v1"},{"section":"envvarsource-v1"},{"section":"envvar-v1"},{"section":"endpointsubset-v1"},{"section":"endpointport-v1"},{"section":"endpointaddress-v1"},{"section":"emptydirvolumesource-v1"},{"section":"downwardapivolumesource-v1"},{"section":"downwardapivolumefile-v1"},{"section":"deploymentcondition-v1beta1"},{"section":"deleteoptions-v1"},{"section":"daemonendpoint-v1"},{"section":"crossversionobjectreference-v1"},{"section":"containerstatewaiting-v1"},{"section":"containerstateterminated-v1"},{"section":"containerstaterunning-v1"},{"section":"containerstate-v1"},{"section":"containerport-v1"},{"section":"containerimage-v1"},{"section":"configmapvolumesource-v1"},{"section":"configmapkeyselector-v1"},{"section":"componentcondition-v1"},{"section":"cindervolumesource-v1"},{"section":"certificatesigningrequestcondition-v1alpha1"},{"section":"cephfsvolumesource-v1"},{"section":"capabilities-v1"},{"section":"cputargetutilization-v1beta1"},{"section":"azurefilevolumesource-v1"},{"section":"azurediskvolumesource-v1"},{"section":"attachedvolume-v1"},{"section":"awselasticblockstorevolumesource-v1"},{"section":"apiversions-unversioned"},{"section":"apiversion-v1beta1"},{"section":"apiresource-unversioned"},{"section":"apigroup-unversioned"}]},{"section":"networkpolicy-v1beta1","subsections":[]},{"section":"tokenreview-v1beta1","subsections":[]},{"section":"subjectaccessreview-v1beta1","subsections":[]},{"section":"serviceaccount-v1","subsections":[]},{"section":"selfsubjectaccessreview-v1beta1","subsections":[]},{"section":"rolebinding-v1alpha1","subsections":[]},{"section":"role-v1alpha1","subsections":[]},{"section":"resourcequota-v1","subsections":[]},{"section":"persistentvolume-v1","subsections":[]},{"section":"node-v1","subsections":[]},{"section":"namespace-v1","subsections":[]},{"section":"localsubjectaccessreview-v1beta1","subsections":[]},{"section":"componentstatus-v1","subsections":[]},{"section":"clusterrolebinding-v1alpha1","subsections":[]},{"section":"clusterrole-v1alpha1","subsections":[]},{"section":"certificatesigningrequest-v1alpha1","subsections":[]},{"section":"binding-v1","subsections":[]},{"section":"-strong-cluster-strong-","subsections":[]},{"section":"thirdpartyresource-v1beta1","subsections":[]},{"section":"poddisruptionbudget-v1beta1","subsections":[]},{"section":"podtemplate-v1","subsections":[]},{"section":"horizontalpodautoscaler-v1","subsections":[]},{"section":"limitrange-v1","subsections":[]},{"section":"event-v1","subsections":[]},{"section":"-strong-metadata-strong-","subsections":[]},{"section":"volume-v1","subsections":[]},{"section":"storageclass-v1beta1","subsections":[]},{"section":"persistentvolumeclaim-v1","subsections":[]},{"section":"secret-v1","subsections":[]},{"section":"configmap-v1","subsections":[]},{"section":"-strong-config-storage-strong-","subsections":[]},{"section":"service-v1","subsections":[]},{"section":"ingress-v1beta1","subsections":[]},{"section":"endpoints-v1","subsections":[]},{"section":"-strong-discovery-load-balancing-strong-","subsections":[]},{"section":"statefulset-v1beta1","subsections":[]},{"section":"replicationcontroller-v1","subsections":[]},{"section":"replicaset-v1beta1","subsections":[]},{"section":"pod-v1","subsections":[]},{"section":"job-v1","subsections":[]},{"section":"deployment-v1beta1","subsections":[]},{"section":"daemonset-v1beta1","subsections":[]},{"section":"cronjob-v2alpha1","subsections":[]},{"section":"container-v1","subsections":[]},{"section":"-strong-workloads-strong-","subsections":[]}],"flatToc":["scale-v1beta1","jobcondition-v2alpha1","jobcondition-v1beta1","job-v2alpha1","job-v1beta1","horizontalpodautoscaler-v1beta1","event-versioned","-strong-old-api-versions-strong-","vspherevirtualdiskvolumesource-v1","volumemount-v1","userinfo-v1beta1","time-unversioned","tcpsocketaction-v1","subresourcereference-v1beta1","subject-v1alpha1","statusdetails-unversioned","statuscause-unversioned","status-unversioned","serviceport-v1","serveraddressbyclientcidr-unversioned","securitycontext-v1","secretvolumesource-v1","secretkeyselector-v1","scale-v1","selinuxoptions-v1","rollbackconfig-v1beta1","roleref-v1alpha1","resourcerequirements-v1","resourcefieldselector-v1","resourceattributes-v1beta1","replicationcontrollercondition-v1","replicasetcondition-v1beta1","rawextension-runtime","rbdvolumesource-v1","quobytevolumesource-v1","quantity-resource","probe-v1","preconditions-v1","policyrule-v1alpha1","podsecuritycontext-v1","podcondition-v1","photonpersistentdiskvolumesource-v1","persistentvolumeclaimvolumesource-v1","patch-unversioned","ownerreference-v1","objectreference-v1","objectmeta-v1","objectfieldselector-v1","nonresourceattributes-v1beta1","nodesysteminfo-v1","nodedaemonendpoints-v1","nodecondition-v1","nodeaddress-v1","networkpolicyport-v1beta1","networkpolicypeer-v1beta1","networkpolicyingressrule-v1beta1","nfsvolumesource-v1","localobjectreference-v1","loadbalancerstatus-v1","loadbalanceringress-v1","listmeta-unversioned","limitrangeitem-v1","lifecycle-v1","labelselectorrequirement-unversioned","labelselector-unversioned","keytopath-v1","jobtemplatespec-v2alpha1","jobcondition-v1","intorstring-intstr","ingresstls-v1beta1","ingressrule-v1beta1","ingressbackend-v1beta1","info-version","iscsivolumesource-v1","hostpathvolumesource-v1","handler-v1","httpingressrulevalue-v1beta1","httpingresspath-v1beta1","httpheader-v1","httpgetaction-v1","groupversionfordiscovery-unversioned","glusterfsvolumesource-v1","gitrepovolumesource-v1","gcepersistentdiskvolumesource-v1","flockervolumesource-v1","flexvolumesource-v1","fcvolumesource-v1","execaction-v1","eviction-v1beta1","eventsource-v1","envvarsource-v1","envvar-v1","endpointsubset-v1","endpointport-v1","endpointaddress-v1","emptydirvolumesource-v1","downwardapivolumesource-v1","downwardapivolumefile-v1","deploymentcondition-v1beta1","deleteoptions-v1","daemonendpoint-v1","crossversionobjectreference-v1","containerstatewaiting-v1","containerstateterminated-v1","containerstaterunning-v1","containerstate-v1","containerport-v1","containerimage-v1","configmapvolumesource-v1","configmapkeyselector-v1","componentcondition-v1","cindervolumesource-v1","certificatesigningrequestcondition-v1alpha1","cephfsvolumesource-v1","capabilities-v1","cputargetutilization-v1beta1","azurefilevolumesource-v1","azurediskvolumesource-v1","attachedvolume-v1","awselasticblockstorevolumesource-v1","apiversions-unversioned","apiversion-v1beta1","apiresource-unversioned","apigroup-unversioned","-strong-definitions-strong-","networkpolicy-v1beta1","tokenreview-v1beta1","subjectaccessreview-v1beta1","serviceaccount-v1","selfsubjectaccessreview-v1beta1","rolebinding-v1alpha1","role-v1alpha1","resourcequota-v1","persistentvolume-v1","node-v1","namespace-v1","localsubjectaccessreview-v1beta1","componentstatus-v1","clusterrolebinding-v1alpha1","clusterrole-v1alpha1","certificatesigningrequest-v1alpha1","binding-v1","-strong-cluster-strong-","thirdpartyresource-v1beta1","poddisruptionbudget-v1beta1","podtemplate-v1","horizontalpodautoscaler-v1","limitrange-v1","event-v1","-strong-metadata-strong-","volume-v1","storageclass-v1beta1","persistentvolumeclaim-v1","secret-v1","configmap-v1","-strong-config-storage-strong-","service-v1","ingress-v1beta1","endpoints-v1","-strong-discovery-load-balancing-strong-","statefulset-v1beta1","replicationcontroller-v1","replicaset-v1beta1","pod-v1","job-v1","deployment-v1beta1","daemonset-v1beta1","cronjob-v2alpha1","container-v1","-strong-workloads-strong-"]}})(); \ No newline at end of file diff --git a/docs/resources-reference/1_5/node_modules/.bin/marked b/docs/resources-reference/v1.5/node_modules/.bin/marked similarity index 100% rename from docs/resources-reference/1_5/node_modules/.bin/marked rename to docs/resources-reference/v1.5/node_modules/.bin/marked diff --git a/docs/resources-reference/1_5/node_modules/.bin/mime b/docs/resources-reference/v1.5/node_modules/.bin/mime similarity index 100% rename from docs/resources-reference/1_5/node_modules/.bin/mime rename to docs/resources-reference/v1.5/node_modules/.bin/mime diff --git a/docs/resources-reference/1_5/node_modules/.bin/static b/docs/resources-reference/v1.5/node_modules/.bin/static similarity index 100% rename from docs/resources-reference/1_5/node_modules/.bin/static rename to docs/resources-reference/v1.5/node_modules/.bin/static diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/CHANGELOG.md b/docs/resources-reference/v1.5/node_modules/bootstrap/CHANGELOG.md similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/CHANGELOG.md rename to docs/resources-reference/v1.5/node_modules/bootstrap/CHANGELOG.md diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/Gruntfile.js b/docs/resources-reference/v1.5/node_modules/bootstrap/Gruntfile.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/Gruntfile.js rename to docs/resources-reference/v1.5/node_modules/bootstrap/Gruntfile.js diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/LICENSE b/docs/resources-reference/v1.5/node_modules/bootstrap/LICENSE similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/LICENSE rename to docs/resources-reference/v1.5/node_modules/bootstrap/LICENSE diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/README.md b/docs/resources-reference/v1.5/node_modules/bootstrap/README.md similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/README.md rename to docs/resources-reference/v1.5/node_modules/bootstrap/README.md diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/dist/css/bootstrap-theme.css b/docs/resources-reference/v1.5/node_modules/bootstrap/dist/css/bootstrap-theme.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/dist/css/bootstrap-theme.css rename to docs/resources-reference/v1.5/node_modules/bootstrap/dist/css/bootstrap-theme.css diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/dist/css/bootstrap-theme.css.map b/docs/resources-reference/v1.5/node_modules/bootstrap/dist/css/bootstrap-theme.css.map similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/dist/css/bootstrap-theme.css.map rename to docs/resources-reference/v1.5/node_modules/bootstrap/dist/css/bootstrap-theme.css.map diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/dist/css/bootstrap-theme.min.css b/docs/resources-reference/v1.5/node_modules/bootstrap/dist/css/bootstrap-theme.min.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/dist/css/bootstrap-theme.min.css rename to docs/resources-reference/v1.5/node_modules/bootstrap/dist/css/bootstrap-theme.min.css diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/dist/css/bootstrap-theme.min.css.map b/docs/resources-reference/v1.5/node_modules/bootstrap/dist/css/bootstrap-theme.min.css.map similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/dist/css/bootstrap-theme.min.css.map rename to docs/resources-reference/v1.5/node_modules/bootstrap/dist/css/bootstrap-theme.min.css.map diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/dist/css/bootstrap.css b/docs/resources-reference/v1.5/node_modules/bootstrap/dist/css/bootstrap.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/dist/css/bootstrap.css rename to docs/resources-reference/v1.5/node_modules/bootstrap/dist/css/bootstrap.css diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/dist/css/bootstrap.css.map b/docs/resources-reference/v1.5/node_modules/bootstrap/dist/css/bootstrap.css.map similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/dist/css/bootstrap.css.map rename to docs/resources-reference/v1.5/node_modules/bootstrap/dist/css/bootstrap.css.map diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/dist/css/bootstrap.min.css b/docs/resources-reference/v1.5/node_modules/bootstrap/dist/css/bootstrap.min.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/dist/css/bootstrap.min.css rename to docs/resources-reference/v1.5/node_modules/bootstrap/dist/css/bootstrap.min.css diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/dist/css/bootstrap.min.css.map b/docs/resources-reference/v1.5/node_modules/bootstrap/dist/css/bootstrap.min.css.map similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/dist/css/bootstrap.min.css.map rename to docs/resources-reference/v1.5/node_modules/bootstrap/dist/css/bootstrap.min.css.map diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.eot b/docs/resources-reference/v1.5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.eot similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.eot rename to docs/resources-reference/v1.5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.eot diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.svg b/docs/resources-reference/v1.5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.svg similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.svg rename to docs/resources-reference/v1.5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.svg diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf b/docs/resources-reference/v1.5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf rename to docs/resources-reference/v1.5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff b/docs/resources-reference/v1.5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff rename to docs/resources-reference/v1.5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 b/docs/resources-reference/v1.5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 rename to docs/resources-reference/v1.5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/dist/js/bootstrap.js b/docs/resources-reference/v1.5/node_modules/bootstrap/dist/js/bootstrap.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/dist/js/bootstrap.js rename to docs/resources-reference/v1.5/node_modules/bootstrap/dist/js/bootstrap.js diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/dist/js/bootstrap.min.js b/docs/resources-reference/v1.5/node_modules/bootstrap/dist/js/bootstrap.min.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/dist/js/bootstrap.min.js rename to docs/resources-reference/v1.5/node_modules/bootstrap/dist/js/bootstrap.min.js diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/dist/js/npm.js b/docs/resources-reference/v1.5/node_modules/bootstrap/dist/js/npm.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/dist/js/npm.js rename to docs/resources-reference/v1.5/node_modules/bootstrap/dist/js/npm.js diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.eot b/docs/resources-reference/v1.5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.eot similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.eot rename to docs/resources-reference/v1.5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.eot diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.svg b/docs/resources-reference/v1.5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.svg similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.svg rename to docs/resources-reference/v1.5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.svg diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.ttf b/docs/resources-reference/v1.5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.ttf similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.ttf rename to docs/resources-reference/v1.5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.ttf diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff b/docs/resources-reference/v1.5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff rename to docs/resources-reference/v1.5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff2 b/docs/resources-reference/v1.5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff2 similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff2 rename to docs/resources-reference/v1.5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff2 diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/grunt/.jshintrc b/docs/resources-reference/v1.5/node_modules/bootstrap/grunt/.jshintrc similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/grunt/.jshintrc rename to docs/resources-reference/v1.5/node_modules/bootstrap/grunt/.jshintrc diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/grunt/bs-commonjs-generator.js b/docs/resources-reference/v1.5/node_modules/bootstrap/grunt/bs-commonjs-generator.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/grunt/bs-commonjs-generator.js rename to docs/resources-reference/v1.5/node_modules/bootstrap/grunt/bs-commonjs-generator.js diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/grunt/bs-glyphicons-data-generator.js b/docs/resources-reference/v1.5/node_modules/bootstrap/grunt/bs-glyphicons-data-generator.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/grunt/bs-glyphicons-data-generator.js rename to docs/resources-reference/v1.5/node_modules/bootstrap/grunt/bs-glyphicons-data-generator.js diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/grunt/bs-lessdoc-parser.js b/docs/resources-reference/v1.5/node_modules/bootstrap/grunt/bs-lessdoc-parser.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/grunt/bs-lessdoc-parser.js rename to docs/resources-reference/v1.5/node_modules/bootstrap/grunt/bs-lessdoc-parser.js diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/grunt/bs-raw-files-generator.js b/docs/resources-reference/v1.5/node_modules/bootstrap/grunt/bs-raw-files-generator.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/grunt/bs-raw-files-generator.js rename to docs/resources-reference/v1.5/node_modules/bootstrap/grunt/bs-raw-files-generator.js diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/grunt/change-version.js b/docs/resources-reference/v1.5/node_modules/bootstrap/grunt/change-version.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/grunt/change-version.js rename to docs/resources-reference/v1.5/node_modules/bootstrap/grunt/change-version.js diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/grunt/configBridge.json b/docs/resources-reference/v1.5/node_modules/bootstrap/grunt/configBridge.json similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/grunt/configBridge.json rename to docs/resources-reference/v1.5/node_modules/bootstrap/grunt/configBridge.json diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/grunt/npm-shrinkwrap.json b/docs/resources-reference/v1.5/node_modules/bootstrap/grunt/npm-shrinkwrap.json similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/grunt/npm-shrinkwrap.json rename to docs/resources-reference/v1.5/node_modules/bootstrap/grunt/npm-shrinkwrap.json diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/grunt/sauce_browsers.yml b/docs/resources-reference/v1.5/node_modules/bootstrap/grunt/sauce_browsers.yml similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/grunt/sauce_browsers.yml rename to docs/resources-reference/v1.5/node_modules/bootstrap/grunt/sauce_browsers.yml diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/js/affix.js b/docs/resources-reference/v1.5/node_modules/bootstrap/js/affix.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/js/affix.js rename to docs/resources-reference/v1.5/node_modules/bootstrap/js/affix.js diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/js/alert.js b/docs/resources-reference/v1.5/node_modules/bootstrap/js/alert.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/js/alert.js rename to docs/resources-reference/v1.5/node_modules/bootstrap/js/alert.js diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/js/button.js b/docs/resources-reference/v1.5/node_modules/bootstrap/js/button.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/js/button.js rename to docs/resources-reference/v1.5/node_modules/bootstrap/js/button.js diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/js/carousel.js b/docs/resources-reference/v1.5/node_modules/bootstrap/js/carousel.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/js/carousel.js rename to docs/resources-reference/v1.5/node_modules/bootstrap/js/carousel.js diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/js/collapse.js b/docs/resources-reference/v1.5/node_modules/bootstrap/js/collapse.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/js/collapse.js rename to docs/resources-reference/v1.5/node_modules/bootstrap/js/collapse.js diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/js/dropdown.js b/docs/resources-reference/v1.5/node_modules/bootstrap/js/dropdown.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/js/dropdown.js rename to docs/resources-reference/v1.5/node_modules/bootstrap/js/dropdown.js diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/js/modal.js b/docs/resources-reference/v1.5/node_modules/bootstrap/js/modal.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/js/modal.js rename to docs/resources-reference/v1.5/node_modules/bootstrap/js/modal.js diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/js/popover.js b/docs/resources-reference/v1.5/node_modules/bootstrap/js/popover.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/js/popover.js rename to docs/resources-reference/v1.5/node_modules/bootstrap/js/popover.js diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/js/scrollspy.js b/docs/resources-reference/v1.5/node_modules/bootstrap/js/scrollspy.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/js/scrollspy.js rename to docs/resources-reference/v1.5/node_modules/bootstrap/js/scrollspy.js diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/js/tab.js b/docs/resources-reference/v1.5/node_modules/bootstrap/js/tab.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/js/tab.js rename to docs/resources-reference/v1.5/node_modules/bootstrap/js/tab.js diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/js/tooltip.js b/docs/resources-reference/v1.5/node_modules/bootstrap/js/tooltip.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/js/tooltip.js rename to docs/resources-reference/v1.5/node_modules/bootstrap/js/tooltip.js diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/js/transition.js b/docs/resources-reference/v1.5/node_modules/bootstrap/js/transition.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/js/transition.js rename to docs/resources-reference/v1.5/node_modules/bootstrap/js/transition.js diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/alerts.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/alerts.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/alerts.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/alerts.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/badges.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/badges.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/badges.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/badges.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/bootstrap.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/bootstrap.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/bootstrap.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/bootstrap.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/breadcrumbs.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/breadcrumbs.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/breadcrumbs.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/breadcrumbs.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/button-groups.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/button-groups.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/button-groups.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/button-groups.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/buttons.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/buttons.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/buttons.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/buttons.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/carousel.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/carousel.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/carousel.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/carousel.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/close.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/close.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/close.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/close.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/code.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/code.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/code.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/code.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/component-animations.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/component-animations.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/component-animations.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/component-animations.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/dropdowns.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/dropdowns.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/dropdowns.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/dropdowns.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/forms.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/forms.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/forms.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/forms.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/glyphicons.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/glyphicons.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/glyphicons.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/glyphicons.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/grid.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/grid.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/grid.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/grid.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/input-groups.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/input-groups.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/input-groups.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/input-groups.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/jumbotron.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/jumbotron.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/jumbotron.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/jumbotron.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/labels.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/labels.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/labels.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/labels.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/list-group.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/list-group.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/list-group.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/list-group.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/media.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/media.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/media.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/media.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/mixins.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/mixins.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/alerts.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/alerts.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/alerts.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/alerts.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/background-variant.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/background-variant.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/background-variant.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/background-variant.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/border-radius.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/border-radius.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/border-radius.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/border-radius.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/buttons.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/buttons.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/buttons.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/buttons.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/center-block.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/center-block.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/center-block.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/center-block.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/clearfix.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/clearfix.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/clearfix.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/clearfix.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/forms.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/forms.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/forms.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/forms.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/gradients.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/gradients.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/gradients.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/gradients.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/grid-framework.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/grid-framework.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/grid-framework.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/grid-framework.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/grid.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/grid.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/grid.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/grid.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/hide-text.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/hide-text.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/hide-text.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/hide-text.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/image.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/image.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/image.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/image.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/labels.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/labels.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/labels.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/labels.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/list-group.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/list-group.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/list-group.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/list-group.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/nav-divider.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/nav-divider.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/nav-divider.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/nav-divider.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/nav-vertical-align.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/nav-vertical-align.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/nav-vertical-align.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/nav-vertical-align.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/opacity.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/opacity.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/opacity.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/opacity.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/pagination.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/pagination.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/pagination.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/pagination.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/panels.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/panels.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/panels.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/panels.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/progress-bar.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/progress-bar.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/progress-bar.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/progress-bar.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/reset-filter.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/reset-filter.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/reset-filter.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/reset-filter.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/reset-text.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/reset-text.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/reset-text.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/reset-text.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/resize.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/resize.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/resize.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/resize.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/responsive-visibility.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/responsive-visibility.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/responsive-visibility.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/responsive-visibility.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/size.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/size.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/size.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/size.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/tab-focus.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/tab-focus.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/tab-focus.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/tab-focus.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/table-row.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/table-row.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/table-row.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/table-row.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/text-emphasis.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/text-emphasis.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/text-emphasis.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/text-emphasis.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/text-overflow.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/text-overflow.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/text-overflow.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/text-overflow.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/vendor-prefixes.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/vendor-prefixes.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/mixins/vendor-prefixes.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/mixins/vendor-prefixes.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/modals.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/modals.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/modals.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/modals.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/navbar.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/navbar.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/navbar.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/navbar.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/navs.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/navs.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/navs.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/navs.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/normalize.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/normalize.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/normalize.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/normalize.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/pager.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/pager.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/pager.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/pager.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/pagination.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/pagination.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/pagination.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/pagination.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/panels.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/panels.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/panels.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/panels.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/popovers.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/popovers.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/popovers.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/popovers.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/print.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/print.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/print.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/print.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/progress-bars.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/progress-bars.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/progress-bars.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/progress-bars.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/responsive-embed.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/responsive-embed.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/responsive-embed.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/responsive-embed.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/responsive-utilities.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/responsive-utilities.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/responsive-utilities.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/responsive-utilities.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/scaffolding.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/scaffolding.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/scaffolding.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/scaffolding.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/tables.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/tables.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/tables.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/tables.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/theme.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/theme.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/theme.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/theme.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/thumbnails.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/thumbnails.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/thumbnails.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/thumbnails.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/tooltip.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/tooltip.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/tooltip.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/tooltip.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/type.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/type.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/type.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/type.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/utilities.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/utilities.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/utilities.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/utilities.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/variables.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/variables.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/variables.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/variables.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/less/wells.less b/docs/resources-reference/v1.5/node_modules/bootstrap/less/wells.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/less/wells.less rename to docs/resources-reference/v1.5/node_modules/bootstrap/less/wells.less diff --git a/docs/resources-reference/1_5/node_modules/bootstrap/package.json b/docs/resources-reference/v1.5/node_modules/bootstrap/package.json similarity index 100% rename from docs/resources-reference/1_5/node_modules/bootstrap/package.json rename to docs/resources-reference/v1.5/node_modules/bootstrap/package.json diff --git a/docs/resources-reference/1_5/node_modules/colors/LICENSE b/docs/resources-reference/v1.5/node_modules/colors/LICENSE similarity index 100% rename from docs/resources-reference/1_5/node_modules/colors/LICENSE rename to docs/resources-reference/v1.5/node_modules/colors/LICENSE diff --git a/docs/resources-reference/1_5/node_modules/colors/ReadMe.md b/docs/resources-reference/v1.5/node_modules/colors/ReadMe.md similarity index 100% rename from docs/resources-reference/1_5/node_modules/colors/ReadMe.md rename to docs/resources-reference/v1.5/node_modules/colors/ReadMe.md diff --git a/docs/resources-reference/1_5/node_modules/colors/examples/normal-usage.js b/docs/resources-reference/v1.5/node_modules/colors/examples/normal-usage.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/colors/examples/normal-usage.js rename to docs/resources-reference/v1.5/node_modules/colors/examples/normal-usage.js diff --git a/docs/resources-reference/1_5/node_modules/colors/examples/safe-string.js b/docs/resources-reference/v1.5/node_modules/colors/examples/safe-string.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/colors/examples/safe-string.js rename to docs/resources-reference/v1.5/node_modules/colors/examples/safe-string.js diff --git a/docs/resources-reference/1_5/node_modules/colors/lib/colors.js b/docs/resources-reference/v1.5/node_modules/colors/lib/colors.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/colors/lib/colors.js rename to docs/resources-reference/v1.5/node_modules/colors/lib/colors.js diff --git a/docs/resources-reference/1_5/node_modules/colors/lib/custom/trap.js b/docs/resources-reference/v1.5/node_modules/colors/lib/custom/trap.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/colors/lib/custom/trap.js rename to docs/resources-reference/v1.5/node_modules/colors/lib/custom/trap.js diff --git a/docs/resources-reference/1_5/node_modules/colors/lib/custom/zalgo.js b/docs/resources-reference/v1.5/node_modules/colors/lib/custom/zalgo.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/colors/lib/custom/zalgo.js rename to docs/resources-reference/v1.5/node_modules/colors/lib/custom/zalgo.js diff --git a/docs/resources-reference/1_5/node_modules/colors/lib/extendStringPrototype.js b/docs/resources-reference/v1.5/node_modules/colors/lib/extendStringPrototype.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/colors/lib/extendStringPrototype.js rename to docs/resources-reference/v1.5/node_modules/colors/lib/extendStringPrototype.js diff --git a/docs/resources-reference/1_5/node_modules/colors/lib/index.js b/docs/resources-reference/v1.5/node_modules/colors/lib/index.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/colors/lib/index.js rename to docs/resources-reference/v1.5/node_modules/colors/lib/index.js diff --git a/docs/resources-reference/1_5/node_modules/colors/lib/maps/america.js b/docs/resources-reference/v1.5/node_modules/colors/lib/maps/america.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/colors/lib/maps/america.js rename to docs/resources-reference/v1.5/node_modules/colors/lib/maps/america.js diff --git a/docs/resources-reference/1_5/node_modules/colors/lib/maps/rainbow.js b/docs/resources-reference/v1.5/node_modules/colors/lib/maps/rainbow.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/colors/lib/maps/rainbow.js rename to docs/resources-reference/v1.5/node_modules/colors/lib/maps/rainbow.js diff --git a/docs/resources-reference/1_5/node_modules/colors/lib/maps/random.js b/docs/resources-reference/v1.5/node_modules/colors/lib/maps/random.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/colors/lib/maps/random.js rename to docs/resources-reference/v1.5/node_modules/colors/lib/maps/random.js diff --git a/docs/resources-reference/1_5/node_modules/colors/lib/maps/zebra.js b/docs/resources-reference/v1.5/node_modules/colors/lib/maps/zebra.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/colors/lib/maps/zebra.js rename to docs/resources-reference/v1.5/node_modules/colors/lib/maps/zebra.js diff --git a/docs/resources-reference/1_5/node_modules/colors/lib/styles.js b/docs/resources-reference/v1.5/node_modules/colors/lib/styles.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/colors/lib/styles.js rename to docs/resources-reference/v1.5/node_modules/colors/lib/styles.js diff --git a/docs/resources-reference/1_5/node_modules/colors/lib/system/supports-colors.js b/docs/resources-reference/v1.5/node_modules/colors/lib/system/supports-colors.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/colors/lib/system/supports-colors.js rename to docs/resources-reference/v1.5/node_modules/colors/lib/system/supports-colors.js diff --git a/docs/resources-reference/1_5/node_modules/colors/package.json b/docs/resources-reference/v1.5/node_modules/colors/package.json similarity index 100% rename from docs/resources-reference/1_5/node_modules/colors/package.json rename to docs/resources-reference/v1.5/node_modules/colors/package.json diff --git a/docs/resources-reference/1_5/node_modules/colors/safe.js b/docs/resources-reference/v1.5/node_modules/colors/safe.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/colors/safe.js rename to docs/resources-reference/v1.5/node_modules/colors/safe.js diff --git a/docs/resources-reference/1_5/node_modules/colors/themes/generic-logging.js b/docs/resources-reference/v1.5/node_modules/colors/themes/generic-logging.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/colors/themes/generic-logging.js rename to docs/resources-reference/v1.5/node_modules/colors/themes/generic-logging.js diff --git a/docs/resources-reference/1_5/node_modules/ejs/Jakefile b/docs/resources-reference/v1.5/node_modules/ejs/Jakefile similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/Jakefile rename to docs/resources-reference/v1.5/node_modules/ejs/Jakefile diff --git a/docs/resources-reference/1_5/node_modules/ejs/LICENSE b/docs/resources-reference/v1.5/node_modules/ejs/LICENSE similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/LICENSE rename to docs/resources-reference/v1.5/node_modules/ejs/LICENSE diff --git a/docs/resources-reference/1_5/node_modules/ejs/README.md b/docs/resources-reference/v1.5/node_modules/ejs/README.md similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/README.md rename to docs/resources-reference/v1.5/node_modules/ejs/README.md diff --git a/docs/resources-reference/1_5/node_modules/ejs/ejs.js b/docs/resources-reference/v1.5/node_modules/ejs/ejs.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/ejs.js rename to docs/resources-reference/v1.5/node_modules/ejs/ejs.js diff --git a/docs/resources-reference/1_5/node_modules/ejs/ejs.min.js b/docs/resources-reference/v1.5/node_modules/ejs/ejs.min.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/ejs.min.js rename to docs/resources-reference/v1.5/node_modules/ejs/ejs.min.js diff --git a/docs/resources-reference/1_5/node_modules/ejs/lib/ejs.js b/docs/resources-reference/v1.5/node_modules/ejs/lib/ejs.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/lib/ejs.js rename to docs/resources-reference/v1.5/node_modules/ejs/lib/ejs.js diff --git a/docs/resources-reference/1_5/node_modules/ejs/lib/utils.js b/docs/resources-reference/v1.5/node_modules/ejs/lib/utils.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/lib/utils.js rename to docs/resources-reference/v1.5/node_modules/ejs/lib/utils.js diff --git a/docs/resources-reference/1_5/node_modules/ejs/package.json b/docs/resources-reference/v1.5/node_modules/ejs/package.json similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/package.json rename to docs/resources-reference/v1.5/node_modules/ejs/package.json diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/ejs.js b/docs/resources-reference/v1.5/node_modules/ejs/test/ejs.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/ejs.js rename to docs/resources-reference/v1.5/node_modules/ejs/test/ejs.js diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/backslash.ejs b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/backslash.ejs similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/backslash.ejs rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/backslash.ejs diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/backslash.html b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/backslash.html similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/backslash.html rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/backslash.html diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/comments.ejs b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/comments.ejs similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/comments.ejs rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/comments.ejs diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/comments.html b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/comments.html similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/comments.html rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/comments.html diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/consecutive-tags.ejs b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/consecutive-tags.ejs similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/consecutive-tags.ejs rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/consecutive-tags.ejs diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/consecutive-tags.html b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/consecutive-tags.html similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/consecutive-tags.html rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/consecutive-tags.html diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/double-quote.ejs b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/double-quote.ejs similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/double-quote.ejs rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/double-quote.ejs diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/double-quote.html b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/double-quote.html similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/double-quote.html rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/double-quote.html diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/error.ejs b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/error.ejs similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/error.ejs rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/error.ejs diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/error.out b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/error.out similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/error.out rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/error.out diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/fail.ejs b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/fail.ejs similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/fail.ejs rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/fail.ejs diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/hello-world.ejs b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/hello-world.ejs similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/hello-world.ejs rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/hello-world.ejs diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/include-abspath.ejs b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/include-abspath.ejs similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/include-abspath.ejs rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/include-abspath.ejs diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/include-root.ejs b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/include-root.ejs similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/include-root.ejs rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/include-root.ejs diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/include-simple.ejs b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/include-simple.ejs similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/include-simple.ejs rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/include-simple.ejs diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/include-simple.html b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/include-simple.html similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/include-simple.html rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/include-simple.html diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/include.css.ejs b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/include.css.ejs similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/include.css.ejs rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/include.css.ejs diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/include.css.html b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/include.css.html similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/include.css.html rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/include.css.html diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/include.ejs b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/include.ejs similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/include.ejs rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/include.ejs diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/include.html b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/include.html similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/include.html rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/include.html diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/include_cache.ejs b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/include_cache.ejs similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/include_cache.ejs rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/include_cache.ejs diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/include_cache.html b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/include_cache.html similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/include_cache.html rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/include_cache.html diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/include_preprocessor.css.ejs b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/include_preprocessor.css.ejs similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/include_preprocessor.css.ejs rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/include_preprocessor.css.ejs diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/include_preprocessor.css.html b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/include_preprocessor.css.html similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/include_preprocessor.css.html rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/include_preprocessor.css.html diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/include_preprocessor.ejs b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/include_preprocessor.ejs similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/include_preprocessor.ejs rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/include_preprocessor.ejs diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/include_preprocessor.html b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/include_preprocessor.html similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/include_preprocessor.html rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/include_preprocessor.html diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/include_preprocessor_cache.ejs b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/include_preprocessor_cache.ejs similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/include_preprocessor_cache.ejs rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/include_preprocessor_cache.ejs diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/include_preprocessor_cache.html b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/include_preprocessor_cache.html similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/include_preprocessor_cache.html rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/include_preprocessor_cache.html diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/include_preprocessor_line_slurp.ejs b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/include_preprocessor_line_slurp.ejs similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/include_preprocessor_line_slurp.ejs rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/include_preprocessor_line_slurp.ejs diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/include_preprocessor_line_slurp.html b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/include_preprocessor_line_slurp.html similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/include_preprocessor_line_slurp.html rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/include_preprocessor_line_slurp.html diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/include_preprocessor_line_slurp_child.ejs b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/include_preprocessor_line_slurp_child.ejs similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/include_preprocessor_line_slurp_child.ejs rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/include_preprocessor_line_slurp_child.ejs diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/includes/bom.ejs b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/includes/bom.ejs similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/includes/bom.ejs rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/includes/bom.ejs diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/includes/menu-item.ejs b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/includes/menu-item.ejs similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/includes/menu-item.ejs rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/includes/menu-item.ejs diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/includes/menu/item.ejs b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/includes/menu/item.ejs similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/includes/menu/item.ejs rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/includes/menu/item.ejs diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/literal.ejs b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/literal.ejs similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/literal.ejs rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/literal.ejs diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/literal.html b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/literal.html similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/literal.html rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/literal.html diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/menu.ejs b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/menu.ejs similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/menu.ejs rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/menu.ejs diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/menu.html b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/menu.html similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/menu.html rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/menu.html diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/menu_preprocessor.ejs b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/menu_preprocessor.ejs similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/menu_preprocessor.ejs rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/menu_preprocessor.ejs diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/menu_preprocessor.html b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/menu_preprocessor.html similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/menu_preprocessor.html rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/menu_preprocessor.html diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/menu_var.ejs b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/menu_var.ejs similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/menu_var.ejs rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/menu_var.ejs diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/messed.ejs b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/messed.ejs similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/messed.ejs rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/messed.ejs diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/messed.html b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/messed.html similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/messed.html rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/messed.html diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/newlines.ejs b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/newlines.ejs similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/newlines.ejs rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/newlines.ejs diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/newlines.html b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/newlines.html similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/newlines.html rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/newlines.html diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/newlines.mixed.ejs b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/newlines.mixed.ejs similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/newlines.mixed.ejs rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/newlines.mixed.ejs diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/newlines.mixed.html b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/newlines.mixed.html similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/newlines.mixed.html rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/newlines.mixed.html diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/no.newlines.ejs b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/no.newlines.ejs similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/no.newlines.ejs rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/no.newlines.ejs diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/no.newlines.error.ejs b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/no.newlines.error.ejs similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/no.newlines.error.ejs rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/no.newlines.error.ejs diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/no.newlines.html b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/no.newlines.html similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/no.newlines.html rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/no.newlines.html diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/no.semicolons.ejs b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/no.semicolons.ejs similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/no.semicolons.ejs rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/no.semicolons.ejs diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/no.semicolons.html b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/no.semicolons.html similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/no.semicolons.html rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/no.semicolons.html diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/para.ejs b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/para.ejs similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/para.ejs rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/para.ejs diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/pet.ejs b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/pet.ejs similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/pet.ejs rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/pet.ejs diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/rmWhitespace.ejs b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/rmWhitespace.ejs similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/rmWhitespace.ejs rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/rmWhitespace.ejs diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/rmWhitespace.html b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/rmWhitespace.html similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/rmWhitespace.html rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/rmWhitespace.html diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/single-quote.ejs b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/single-quote.ejs similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/single-quote.ejs rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/single-quote.ejs diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/single-quote.html b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/single-quote.html similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/single-quote.html rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/single-quote.html diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/space-and-tab-slurp.ejs b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/space-and-tab-slurp.ejs similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/space-and-tab-slurp.ejs rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/space-and-tab-slurp.ejs diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/space-and-tab-slurp.html b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/space-and-tab-slurp.html similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/space-and-tab-slurp.html rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/space-and-tab-slurp.html diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/strict.ejs b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/strict.ejs similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/strict.ejs rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/strict.ejs diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/style.css b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/style.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/style.css rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/style.css diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/user-no-with.ejs b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/user-no-with.ejs similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/user-no-with.ejs rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/user-no-with.ejs diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/user.ejs b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/user.ejs similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/user.ejs rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/user.ejs diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/fixtures/with-context.ejs b/docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/with-context.ejs similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/fixtures/with-context.ejs rename to docs/resources-reference/v1.5/node_modules/ejs/test/fixtures/with-context.ejs diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/mocha.opts b/docs/resources-reference/v1.5/node_modules/ejs/test/mocha.opts similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/mocha.opts rename to docs/resources-reference/v1.5/node_modules/ejs/test/mocha.opts diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/tmp/include.ejs b/docs/resources-reference/v1.5/node_modules/ejs/test/tmp/include.ejs similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/tmp/include.ejs rename to docs/resources-reference/v1.5/node_modules/ejs/test/tmp/include.ejs diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/tmp/include_preprocessor.ejs b/docs/resources-reference/v1.5/node_modules/ejs/test/tmp/include_preprocessor.ejs similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/tmp/include_preprocessor.ejs rename to docs/resources-reference/v1.5/node_modules/ejs/test/tmp/include_preprocessor.ejs diff --git a/docs/resources-reference/1_5/node_modules/ejs/test/tmp/renderFile.ejs b/docs/resources-reference/v1.5/node_modules/ejs/test/tmp/renderFile.ejs similarity index 100% rename from docs/resources-reference/1_5/node_modules/ejs/test/tmp/renderFile.ejs rename to docs/resources-reference/v1.5/node_modules/ejs/test/tmp/renderFile.ejs diff --git a/docs/resources-reference/1_5/node_modules/font-awesome/.npmignore b/docs/resources-reference/v1.5/node_modules/font-awesome/.npmignore similarity index 100% rename from docs/resources-reference/1_5/node_modules/font-awesome/.npmignore rename to docs/resources-reference/v1.5/node_modules/font-awesome/.npmignore diff --git a/docs/resources-reference/1_5/node_modules/font-awesome/HELP-US-OUT.txt b/docs/resources-reference/v1.5/node_modules/font-awesome/HELP-US-OUT.txt similarity index 100% rename from docs/resources-reference/1_5/node_modules/font-awesome/HELP-US-OUT.txt rename to docs/resources-reference/v1.5/node_modules/font-awesome/HELP-US-OUT.txt diff --git a/docs/resources-reference/1_5/node_modules/font-awesome/README.md b/docs/resources-reference/v1.5/node_modules/font-awesome/README.md similarity index 100% rename from docs/resources-reference/1_5/node_modules/font-awesome/README.md rename to docs/resources-reference/v1.5/node_modules/font-awesome/README.md diff --git a/docs/resources-reference/1_5/node_modules/font-awesome/css/font-awesome.css b/docs/resources-reference/v1.5/node_modules/font-awesome/css/font-awesome.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/font-awesome/css/font-awesome.css rename to docs/resources-reference/v1.5/node_modules/font-awesome/css/font-awesome.css diff --git a/docs/resources-reference/1_5/node_modules/font-awesome/css/font-awesome.css.map b/docs/resources-reference/v1.5/node_modules/font-awesome/css/font-awesome.css.map similarity index 100% rename from docs/resources-reference/1_5/node_modules/font-awesome/css/font-awesome.css.map rename to docs/resources-reference/v1.5/node_modules/font-awesome/css/font-awesome.css.map diff --git a/docs/resources-reference/1_5/node_modules/font-awesome/css/font-awesome.min.css b/docs/resources-reference/v1.5/node_modules/font-awesome/css/font-awesome.min.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/font-awesome/css/font-awesome.min.css rename to docs/resources-reference/v1.5/node_modules/font-awesome/css/font-awesome.min.css diff --git a/docs/resources-reference/1_5/node_modules/font-awesome/fonts/FontAwesome.otf b/docs/resources-reference/v1.5/node_modules/font-awesome/fonts/FontAwesome.otf similarity index 100% rename from docs/resources-reference/1_5/node_modules/font-awesome/fonts/FontAwesome.otf rename to docs/resources-reference/v1.5/node_modules/font-awesome/fonts/FontAwesome.otf diff --git a/docs/resources-reference/1_5/node_modules/font-awesome/fonts/fontawesome-webfont.eot b/docs/resources-reference/v1.5/node_modules/font-awesome/fonts/fontawesome-webfont.eot similarity index 100% rename from docs/resources-reference/1_5/node_modules/font-awesome/fonts/fontawesome-webfont.eot rename to docs/resources-reference/v1.5/node_modules/font-awesome/fonts/fontawesome-webfont.eot diff --git a/docs/resources-reference/1_5/node_modules/font-awesome/fonts/fontawesome-webfont.svg b/docs/resources-reference/v1.5/node_modules/font-awesome/fonts/fontawesome-webfont.svg similarity index 100% rename from docs/resources-reference/1_5/node_modules/font-awesome/fonts/fontawesome-webfont.svg rename to docs/resources-reference/v1.5/node_modules/font-awesome/fonts/fontawesome-webfont.svg diff --git a/docs/resources-reference/1_5/node_modules/font-awesome/fonts/fontawesome-webfont.ttf b/docs/resources-reference/v1.5/node_modules/font-awesome/fonts/fontawesome-webfont.ttf similarity index 100% rename from docs/resources-reference/1_5/node_modules/font-awesome/fonts/fontawesome-webfont.ttf rename to docs/resources-reference/v1.5/node_modules/font-awesome/fonts/fontawesome-webfont.ttf diff --git a/docs/resources-reference/1_5/node_modules/font-awesome/fonts/fontawesome-webfont.woff b/docs/resources-reference/v1.5/node_modules/font-awesome/fonts/fontawesome-webfont.woff similarity index 100% rename from docs/resources-reference/1_5/node_modules/font-awesome/fonts/fontawesome-webfont.woff rename to docs/resources-reference/v1.5/node_modules/font-awesome/fonts/fontawesome-webfont.woff diff --git a/docs/resources-reference/1_5/node_modules/font-awesome/fonts/fontawesome-webfont.woff2 b/docs/resources-reference/v1.5/node_modules/font-awesome/fonts/fontawesome-webfont.woff2 similarity index 100% rename from docs/resources-reference/1_5/node_modules/font-awesome/fonts/fontawesome-webfont.woff2 rename to docs/resources-reference/v1.5/node_modules/font-awesome/fonts/fontawesome-webfont.woff2 diff --git a/docs/resources-reference/1_5/node_modules/font-awesome/less/animated.less b/docs/resources-reference/v1.5/node_modules/font-awesome/less/animated.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/font-awesome/less/animated.less rename to docs/resources-reference/v1.5/node_modules/font-awesome/less/animated.less diff --git a/docs/resources-reference/1_5/node_modules/font-awesome/less/bordered-pulled.less b/docs/resources-reference/v1.5/node_modules/font-awesome/less/bordered-pulled.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/font-awesome/less/bordered-pulled.less rename to docs/resources-reference/v1.5/node_modules/font-awesome/less/bordered-pulled.less diff --git a/docs/resources-reference/1_5/node_modules/font-awesome/less/core.less b/docs/resources-reference/v1.5/node_modules/font-awesome/less/core.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/font-awesome/less/core.less rename to docs/resources-reference/v1.5/node_modules/font-awesome/less/core.less diff --git a/docs/resources-reference/1_5/node_modules/font-awesome/less/fixed-width.less b/docs/resources-reference/v1.5/node_modules/font-awesome/less/fixed-width.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/font-awesome/less/fixed-width.less rename to docs/resources-reference/v1.5/node_modules/font-awesome/less/fixed-width.less diff --git a/docs/resources-reference/1_5/node_modules/font-awesome/less/font-awesome.less b/docs/resources-reference/v1.5/node_modules/font-awesome/less/font-awesome.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/font-awesome/less/font-awesome.less rename to docs/resources-reference/v1.5/node_modules/font-awesome/less/font-awesome.less diff --git a/docs/resources-reference/1_5/node_modules/font-awesome/less/icons.less b/docs/resources-reference/v1.5/node_modules/font-awesome/less/icons.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/font-awesome/less/icons.less rename to docs/resources-reference/v1.5/node_modules/font-awesome/less/icons.less diff --git a/docs/resources-reference/1_5/node_modules/font-awesome/less/larger.less b/docs/resources-reference/v1.5/node_modules/font-awesome/less/larger.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/font-awesome/less/larger.less rename to docs/resources-reference/v1.5/node_modules/font-awesome/less/larger.less diff --git a/docs/resources-reference/1_5/node_modules/font-awesome/less/list.less b/docs/resources-reference/v1.5/node_modules/font-awesome/less/list.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/font-awesome/less/list.less rename to docs/resources-reference/v1.5/node_modules/font-awesome/less/list.less diff --git a/docs/resources-reference/1_5/node_modules/font-awesome/less/mixins.less b/docs/resources-reference/v1.5/node_modules/font-awesome/less/mixins.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/font-awesome/less/mixins.less rename to docs/resources-reference/v1.5/node_modules/font-awesome/less/mixins.less diff --git a/docs/resources-reference/1_5/node_modules/font-awesome/less/path.less b/docs/resources-reference/v1.5/node_modules/font-awesome/less/path.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/font-awesome/less/path.less rename to docs/resources-reference/v1.5/node_modules/font-awesome/less/path.less diff --git a/docs/resources-reference/1_5/node_modules/font-awesome/less/rotated-flipped.less b/docs/resources-reference/v1.5/node_modules/font-awesome/less/rotated-flipped.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/font-awesome/less/rotated-flipped.less rename to docs/resources-reference/v1.5/node_modules/font-awesome/less/rotated-flipped.less diff --git a/docs/resources-reference/1_5/node_modules/font-awesome/less/screen-reader.less b/docs/resources-reference/v1.5/node_modules/font-awesome/less/screen-reader.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/font-awesome/less/screen-reader.less rename to docs/resources-reference/v1.5/node_modules/font-awesome/less/screen-reader.less diff --git a/docs/resources-reference/1_5/node_modules/font-awesome/less/stacked.less b/docs/resources-reference/v1.5/node_modules/font-awesome/less/stacked.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/font-awesome/less/stacked.less rename to docs/resources-reference/v1.5/node_modules/font-awesome/less/stacked.less diff --git a/docs/resources-reference/1_5/node_modules/font-awesome/less/variables.less b/docs/resources-reference/v1.5/node_modules/font-awesome/less/variables.less similarity index 100% rename from docs/resources-reference/1_5/node_modules/font-awesome/less/variables.less rename to docs/resources-reference/v1.5/node_modules/font-awesome/less/variables.less diff --git a/docs/resources-reference/1_5/node_modules/font-awesome/package.json b/docs/resources-reference/v1.5/node_modules/font-awesome/package.json similarity index 100% rename from docs/resources-reference/1_5/node_modules/font-awesome/package.json rename to docs/resources-reference/v1.5/node_modules/font-awesome/package.json diff --git a/docs/resources-reference/1_5/node_modules/font-awesome/scss/_animated.scss b/docs/resources-reference/v1.5/node_modules/font-awesome/scss/_animated.scss similarity index 100% rename from docs/resources-reference/1_5/node_modules/font-awesome/scss/_animated.scss rename to docs/resources-reference/v1.5/node_modules/font-awesome/scss/_animated.scss diff --git a/docs/resources-reference/1_5/node_modules/font-awesome/scss/_bordered-pulled.scss b/docs/resources-reference/v1.5/node_modules/font-awesome/scss/_bordered-pulled.scss similarity index 100% rename from docs/resources-reference/1_5/node_modules/font-awesome/scss/_bordered-pulled.scss rename to docs/resources-reference/v1.5/node_modules/font-awesome/scss/_bordered-pulled.scss diff --git a/docs/resources-reference/1_5/node_modules/font-awesome/scss/_core.scss b/docs/resources-reference/v1.5/node_modules/font-awesome/scss/_core.scss similarity index 100% rename from docs/resources-reference/1_5/node_modules/font-awesome/scss/_core.scss rename to docs/resources-reference/v1.5/node_modules/font-awesome/scss/_core.scss diff --git a/docs/resources-reference/1_5/node_modules/font-awesome/scss/_fixed-width.scss b/docs/resources-reference/v1.5/node_modules/font-awesome/scss/_fixed-width.scss similarity index 100% rename from docs/resources-reference/1_5/node_modules/font-awesome/scss/_fixed-width.scss rename to docs/resources-reference/v1.5/node_modules/font-awesome/scss/_fixed-width.scss diff --git a/docs/resources-reference/1_5/node_modules/font-awesome/scss/_icons.scss b/docs/resources-reference/v1.5/node_modules/font-awesome/scss/_icons.scss similarity index 100% rename from docs/resources-reference/1_5/node_modules/font-awesome/scss/_icons.scss rename to docs/resources-reference/v1.5/node_modules/font-awesome/scss/_icons.scss diff --git a/docs/resources-reference/1_5/node_modules/font-awesome/scss/_larger.scss b/docs/resources-reference/v1.5/node_modules/font-awesome/scss/_larger.scss similarity index 100% rename from docs/resources-reference/1_5/node_modules/font-awesome/scss/_larger.scss rename to docs/resources-reference/v1.5/node_modules/font-awesome/scss/_larger.scss diff --git a/docs/resources-reference/1_5/node_modules/font-awesome/scss/_list.scss b/docs/resources-reference/v1.5/node_modules/font-awesome/scss/_list.scss similarity index 100% rename from docs/resources-reference/1_5/node_modules/font-awesome/scss/_list.scss rename to docs/resources-reference/v1.5/node_modules/font-awesome/scss/_list.scss diff --git a/docs/resources-reference/1_5/node_modules/font-awesome/scss/_mixins.scss b/docs/resources-reference/v1.5/node_modules/font-awesome/scss/_mixins.scss similarity index 100% rename from docs/resources-reference/1_5/node_modules/font-awesome/scss/_mixins.scss rename to docs/resources-reference/v1.5/node_modules/font-awesome/scss/_mixins.scss diff --git a/docs/resources-reference/1_5/node_modules/font-awesome/scss/_path.scss b/docs/resources-reference/v1.5/node_modules/font-awesome/scss/_path.scss similarity index 100% rename from docs/resources-reference/1_5/node_modules/font-awesome/scss/_path.scss rename to docs/resources-reference/v1.5/node_modules/font-awesome/scss/_path.scss diff --git a/docs/resources-reference/1_5/node_modules/font-awesome/scss/_rotated-flipped.scss b/docs/resources-reference/v1.5/node_modules/font-awesome/scss/_rotated-flipped.scss similarity index 100% rename from docs/resources-reference/1_5/node_modules/font-awesome/scss/_rotated-flipped.scss rename to docs/resources-reference/v1.5/node_modules/font-awesome/scss/_rotated-flipped.scss diff --git a/docs/resources-reference/1_5/node_modules/font-awesome/scss/_screen-reader.scss b/docs/resources-reference/v1.5/node_modules/font-awesome/scss/_screen-reader.scss similarity index 100% rename from docs/resources-reference/1_5/node_modules/font-awesome/scss/_screen-reader.scss rename to docs/resources-reference/v1.5/node_modules/font-awesome/scss/_screen-reader.scss diff --git a/docs/resources-reference/1_5/node_modules/font-awesome/scss/_stacked.scss b/docs/resources-reference/v1.5/node_modules/font-awesome/scss/_stacked.scss similarity index 100% rename from docs/resources-reference/1_5/node_modules/font-awesome/scss/_stacked.scss rename to docs/resources-reference/v1.5/node_modules/font-awesome/scss/_stacked.scss diff --git a/docs/resources-reference/1_5/node_modules/font-awesome/scss/_variables.scss b/docs/resources-reference/v1.5/node_modules/font-awesome/scss/_variables.scss similarity index 100% rename from docs/resources-reference/1_5/node_modules/font-awesome/scss/_variables.scss rename to docs/resources-reference/v1.5/node_modules/font-awesome/scss/_variables.scss diff --git a/docs/resources-reference/1_5/node_modules/font-awesome/scss/font-awesome.scss b/docs/resources-reference/v1.5/node_modules/font-awesome/scss/font-awesome.scss similarity index 100% rename from docs/resources-reference/1_5/node_modules/font-awesome/scss/font-awesome.scss rename to docs/resources-reference/v1.5/node_modules/font-awesome/scss/font-awesome.scss diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/LICENSE b/docs/resources-reference/v1.5/node_modules/highlight.js/LICENSE similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/LICENSE rename to docs/resources-reference/v1.5/node_modules/highlight.js/LICENSE diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/README.md b/docs/resources-reference/v1.5/node_modules/highlight.js/README.md similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/README.md rename to docs/resources-reference/v1.5/node_modules/highlight.js/README.md diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/docs/api.rst b/docs/resources-reference/v1.5/node_modules/highlight.js/docs/api.rst similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/docs/api.rst rename to docs/resources-reference/v1.5/node_modules/highlight.js/docs/api.rst diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/docs/building-testing.rst b/docs/resources-reference/v1.5/node_modules/highlight.js/docs/building-testing.rst similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/docs/building-testing.rst rename to docs/resources-reference/v1.5/node_modules/highlight.js/docs/building-testing.rst diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/docs/css-classes-reference.rst b/docs/resources-reference/v1.5/node_modules/highlight.js/docs/css-classes-reference.rst similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/docs/css-classes-reference.rst rename to docs/resources-reference/v1.5/node_modules/highlight.js/docs/css-classes-reference.rst diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/docs/index.rst b/docs/resources-reference/v1.5/node_modules/highlight.js/docs/index.rst similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/docs/index.rst rename to docs/resources-reference/v1.5/node_modules/highlight.js/docs/index.rst diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/docs/language-contribution.rst b/docs/resources-reference/v1.5/node_modules/highlight.js/docs/language-contribution.rst similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/docs/language-contribution.rst rename to docs/resources-reference/v1.5/node_modules/highlight.js/docs/language-contribution.rst diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/docs/language-guide.rst b/docs/resources-reference/v1.5/node_modules/highlight.js/docs/language-guide.rst similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/docs/language-guide.rst rename to docs/resources-reference/v1.5/node_modules/highlight.js/docs/language-guide.rst diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/docs/language-requests.rst b/docs/resources-reference/v1.5/node_modules/highlight.js/docs/language-requests.rst similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/docs/language-requests.rst rename to docs/resources-reference/v1.5/node_modules/highlight.js/docs/language-requests.rst diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/docs/line-numbers.rst b/docs/resources-reference/v1.5/node_modules/highlight.js/docs/line-numbers.rst similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/docs/line-numbers.rst rename to docs/resources-reference/v1.5/node_modules/highlight.js/docs/line-numbers.rst diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/docs/reference.rst b/docs/resources-reference/v1.5/node_modules/highlight.js/docs/reference.rst similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/docs/reference.rst rename to docs/resources-reference/v1.5/node_modules/highlight.js/docs/reference.rst diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/docs/release-process.rst b/docs/resources-reference/v1.5/node_modules/highlight.js/docs/release-process.rst similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/docs/release-process.rst rename to docs/resources-reference/v1.5/node_modules/highlight.js/docs/release-process.rst diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/docs/style-guide.rst b/docs/resources-reference/v1.5/node_modules/highlight.js/docs/style-guide.rst similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/docs/style-guide.rst rename to docs/resources-reference/v1.5/node_modules/highlight.js/docs/style-guide.rst diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/highlight.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/highlight.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/highlight.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/highlight.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/index.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/index.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/index.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/index.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/1c.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/1c.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/1c.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/1c.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/abnf.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/abnf.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/abnf.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/abnf.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/accesslog.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/accesslog.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/accesslog.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/accesslog.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/actionscript.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/actionscript.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/actionscript.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/actionscript.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/ada.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/ada.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/ada.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/ada.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/apache.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/apache.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/apache.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/apache.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/applescript.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/applescript.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/applescript.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/applescript.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/arduino.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/arduino.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/arduino.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/arduino.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/armasm.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/armasm.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/armasm.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/armasm.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/asciidoc.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/asciidoc.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/asciidoc.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/asciidoc.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/aspectj.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/aspectj.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/aspectj.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/aspectj.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/autohotkey.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/autohotkey.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/autohotkey.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/autohotkey.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/autoit.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/autoit.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/autoit.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/autoit.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/avrasm.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/avrasm.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/avrasm.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/avrasm.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/awk.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/awk.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/awk.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/awk.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/axapta.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/axapta.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/axapta.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/axapta.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/bash.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/bash.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/bash.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/bash.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/basic.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/basic.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/basic.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/basic.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/bnf.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/bnf.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/bnf.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/bnf.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/brainfuck.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/brainfuck.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/brainfuck.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/brainfuck.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/cal.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/cal.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/cal.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/cal.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/capnproto.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/capnproto.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/capnproto.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/capnproto.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/ceylon.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/ceylon.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/ceylon.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/ceylon.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/clean.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/clean.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/clean.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/clean.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/clojure-repl.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/clojure-repl.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/clojure-repl.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/clojure-repl.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/clojure.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/clojure.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/clojure.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/clojure.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/cmake.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/cmake.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/cmake.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/cmake.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/coffeescript.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/coffeescript.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/coffeescript.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/coffeescript.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/coq.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/coq.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/coq.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/coq.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/cos.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/cos.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/cos.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/cos.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/cpp.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/cpp.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/cpp.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/cpp.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/crmsh.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/crmsh.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/crmsh.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/crmsh.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/crystal.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/crystal.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/crystal.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/crystal.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/cs.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/cs.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/cs.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/cs.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/csp.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/csp.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/csp.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/csp.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/css.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/css.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/css.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/css.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/d.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/d.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/d.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/d.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/dart.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/dart.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/dart.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/dart.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/delphi.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/delphi.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/delphi.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/delphi.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/diff.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/diff.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/diff.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/diff.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/django.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/django.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/django.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/django.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/dns.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/dns.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/dns.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/dns.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/dockerfile.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/dockerfile.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/dockerfile.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/dockerfile.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/dos.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/dos.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/dos.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/dos.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/dsconfig.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/dsconfig.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/dsconfig.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/dsconfig.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/dts.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/dts.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/dts.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/dts.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/dust.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/dust.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/dust.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/dust.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/ebnf.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/ebnf.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/ebnf.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/ebnf.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/elixir.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/elixir.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/elixir.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/elixir.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/elm.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/elm.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/elm.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/elm.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/erb.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/erb.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/erb.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/erb.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/erlang-repl.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/erlang-repl.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/erlang-repl.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/erlang-repl.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/erlang.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/erlang.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/erlang.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/erlang.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/excel.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/excel.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/excel.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/excel.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/fix.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/fix.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/fix.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/fix.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/flix.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/flix.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/flix.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/flix.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/fortran.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/fortran.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/fortran.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/fortran.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/fsharp.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/fsharp.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/fsharp.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/fsharp.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/gams.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/gams.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/gams.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/gams.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/gauss.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/gauss.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/gauss.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/gauss.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/gcode.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/gcode.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/gcode.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/gcode.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/gherkin.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/gherkin.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/gherkin.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/gherkin.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/glsl.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/glsl.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/glsl.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/glsl.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/go.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/go.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/go.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/go.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/golo.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/golo.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/golo.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/golo.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/gradle.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/gradle.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/gradle.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/gradle.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/groovy.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/groovy.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/groovy.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/groovy.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/haml.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/haml.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/haml.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/haml.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/handlebars.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/handlebars.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/handlebars.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/handlebars.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/haskell.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/haskell.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/haskell.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/haskell.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/haxe.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/haxe.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/haxe.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/haxe.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/hsp.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/hsp.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/hsp.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/hsp.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/htmlbars.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/htmlbars.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/htmlbars.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/htmlbars.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/http.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/http.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/http.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/http.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/inform7.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/inform7.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/inform7.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/inform7.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/ini.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/ini.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/ini.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/ini.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/irpf90.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/irpf90.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/irpf90.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/irpf90.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/java.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/java.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/java.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/java.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/javascript.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/javascript.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/javascript.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/javascript.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/json.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/json.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/json.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/json.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/julia.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/julia.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/julia.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/julia.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/kotlin.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/kotlin.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/kotlin.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/kotlin.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/lasso.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/lasso.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/lasso.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/lasso.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/ldif.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/ldif.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/ldif.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/ldif.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/less.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/less.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/less.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/less.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/lisp.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/lisp.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/lisp.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/lisp.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/livecodeserver.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/livecodeserver.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/livecodeserver.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/livecodeserver.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/livescript.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/livescript.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/livescript.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/livescript.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/llvm.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/llvm.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/llvm.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/llvm.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/lsl.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/lsl.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/lsl.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/lsl.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/lua.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/lua.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/lua.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/lua.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/makefile.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/makefile.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/makefile.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/makefile.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/markdown.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/markdown.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/markdown.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/markdown.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/mathematica.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/mathematica.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/mathematica.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/mathematica.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/matlab.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/matlab.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/matlab.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/matlab.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/maxima.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/maxima.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/maxima.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/maxima.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/mel.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/mel.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/mel.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/mel.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/mercury.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/mercury.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/mercury.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/mercury.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/mipsasm.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/mipsasm.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/mipsasm.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/mipsasm.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/mizar.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/mizar.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/mizar.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/mizar.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/mojolicious.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/mojolicious.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/mojolicious.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/mojolicious.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/monkey.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/monkey.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/monkey.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/monkey.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/moonscript.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/moonscript.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/moonscript.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/moonscript.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/nginx.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/nginx.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/nginx.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/nginx.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/nimrod.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/nimrod.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/nimrod.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/nimrod.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/nix.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/nix.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/nix.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/nix.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/nsis.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/nsis.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/nsis.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/nsis.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/objectivec.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/objectivec.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/objectivec.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/objectivec.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/ocaml.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/ocaml.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/ocaml.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/ocaml.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/openscad.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/openscad.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/openscad.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/openscad.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/oxygene.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/oxygene.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/oxygene.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/oxygene.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/parser3.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/parser3.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/parser3.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/parser3.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/perl.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/perl.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/perl.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/perl.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/pf.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/pf.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/pf.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/pf.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/php.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/php.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/php.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/php.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/pony.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/pony.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/pony.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/pony.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/powershell.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/powershell.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/powershell.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/powershell.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/processing.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/processing.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/processing.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/processing.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/profile.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/profile.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/profile.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/profile.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/prolog.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/prolog.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/prolog.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/prolog.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/protobuf.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/protobuf.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/protobuf.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/protobuf.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/puppet.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/puppet.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/puppet.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/puppet.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/purebasic.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/purebasic.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/purebasic.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/purebasic.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/python.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/python.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/python.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/python.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/q.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/q.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/q.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/q.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/qml.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/qml.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/qml.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/qml.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/r.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/r.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/r.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/r.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/rib.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/rib.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/rib.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/rib.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/roboconf.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/roboconf.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/roboconf.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/roboconf.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/rsl.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/rsl.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/rsl.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/rsl.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/ruby.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/ruby.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/ruby.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/ruby.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/ruleslanguage.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/ruleslanguage.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/ruleslanguage.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/ruleslanguage.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/rust.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/rust.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/rust.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/rust.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/scala.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/scala.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/scala.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/scala.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/scheme.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/scheme.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/scheme.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/scheme.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/scilab.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/scilab.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/scilab.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/scilab.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/scss.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/scss.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/scss.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/scss.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/smali.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/smali.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/smali.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/smali.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/smalltalk.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/smalltalk.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/smalltalk.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/smalltalk.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/sml.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/sml.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/sml.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/sml.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/sqf.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/sqf.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/sqf.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/sqf.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/sql.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/sql.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/sql.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/sql.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/stan.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/stan.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/stan.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/stan.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/stata.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/stata.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/stata.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/stata.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/step21.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/step21.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/step21.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/step21.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/stylus.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/stylus.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/stylus.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/stylus.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/subunit.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/subunit.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/subunit.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/subunit.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/swift.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/swift.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/swift.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/swift.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/taggerscript.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/taggerscript.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/taggerscript.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/taggerscript.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/tap.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/tap.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/tap.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/tap.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/tcl.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/tcl.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/tcl.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/tcl.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/tex.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/tex.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/tex.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/tex.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/thrift.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/thrift.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/thrift.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/thrift.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/tp.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/tp.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/tp.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/tp.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/twig.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/twig.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/twig.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/twig.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/typescript.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/typescript.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/typescript.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/typescript.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/vala.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/vala.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/vala.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/vala.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/vbnet.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/vbnet.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/vbnet.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/vbnet.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/vbscript-html.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/vbscript-html.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/vbscript-html.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/vbscript-html.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/vbscript.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/vbscript.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/vbscript.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/vbscript.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/verilog.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/verilog.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/verilog.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/verilog.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/vhdl.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/vhdl.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/vhdl.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/vhdl.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/vim.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/vim.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/vim.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/vim.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/x86asm.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/x86asm.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/x86asm.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/x86asm.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/xl.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/xl.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/xl.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/xl.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/xml.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/xml.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/xml.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/xml.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/xquery.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/xquery.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/xquery.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/xquery.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/yaml.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/yaml.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/yaml.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/yaml.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/zephir.js b/docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/zephir.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/lib/languages/zephir.js rename to docs/resources-reference/v1.5/node_modules/highlight.js/lib/languages/zephir.js diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/package.json b/docs/resources-reference/v1.5/node_modules/highlight.js/package.json similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/package.json rename to docs/resources-reference/v1.5/node_modules/highlight.js/package.json diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/agate.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/agate.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/agate.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/agate.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/androidstudio.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/androidstudio.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/androidstudio.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/androidstudio.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/arduino-light.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/arduino-light.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/arduino-light.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/arduino-light.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/arta.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/arta.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/arta.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/arta.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/ascetic.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/ascetic.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/ascetic.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/ascetic.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/atelier-cave-dark.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/atelier-cave-dark.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/atelier-cave-dark.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/atelier-cave-dark.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/atelier-cave-light.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/atelier-cave-light.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/atelier-cave-light.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/atelier-cave-light.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/atelier-dune-dark.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/atelier-dune-dark.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/atelier-dune-dark.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/atelier-dune-dark.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/atelier-dune-light.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/atelier-dune-light.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/atelier-dune-light.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/atelier-dune-light.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/atelier-estuary-dark.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/atelier-estuary-dark.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/atelier-estuary-dark.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/atelier-estuary-dark.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/atelier-estuary-light.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/atelier-estuary-light.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/atelier-estuary-light.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/atelier-estuary-light.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/atelier-forest-dark.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/atelier-forest-dark.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/atelier-forest-dark.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/atelier-forest-dark.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/atelier-forest-light.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/atelier-forest-light.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/atelier-forest-light.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/atelier-forest-light.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/atelier-heath-dark.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/atelier-heath-dark.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/atelier-heath-dark.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/atelier-heath-dark.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/atelier-heath-light.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/atelier-heath-light.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/atelier-heath-light.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/atelier-heath-light.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/atelier-lakeside-dark.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/atelier-lakeside-dark.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/atelier-lakeside-dark.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/atelier-lakeside-dark.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/atelier-lakeside-light.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/atelier-lakeside-light.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/atelier-lakeside-light.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/atelier-lakeside-light.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/atelier-plateau-dark.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/atelier-plateau-dark.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/atelier-plateau-dark.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/atelier-plateau-dark.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/atelier-plateau-light.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/atelier-plateau-light.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/atelier-plateau-light.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/atelier-plateau-light.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/atelier-savanna-dark.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/atelier-savanna-dark.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/atelier-savanna-dark.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/atelier-savanna-dark.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/atelier-savanna-light.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/atelier-savanna-light.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/atelier-savanna-light.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/atelier-savanna-light.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/atelier-seaside-dark.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/atelier-seaside-dark.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/atelier-seaside-dark.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/atelier-seaside-dark.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/atelier-seaside-light.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/atelier-seaside-light.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/atelier-seaside-light.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/atelier-seaside-light.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/atelier-sulphurpool-dark.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/atelier-sulphurpool-dark.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/atelier-sulphurpool-dark.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/atelier-sulphurpool-dark.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/atelier-sulphurpool-light.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/atelier-sulphurpool-light.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/atelier-sulphurpool-light.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/atelier-sulphurpool-light.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/atom-one-dark.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/atom-one-dark.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/atom-one-dark.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/atom-one-dark.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/atom-one-light.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/atom-one-light.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/atom-one-light.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/atom-one-light.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/brown-paper.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/brown-paper.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/brown-paper.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/brown-paper.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/brown-papersq.png b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/brown-papersq.png similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/brown-papersq.png rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/brown-papersq.png diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/codepen-embed.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/codepen-embed.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/codepen-embed.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/codepen-embed.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/color-brewer.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/color-brewer.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/color-brewer.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/color-brewer.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/darcula.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/darcula.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/darcula.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/darcula.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/dark.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/dark.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/dark.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/dark.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/darkula.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/darkula.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/darkula.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/darkula.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/default.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/default.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/default.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/default.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/docco.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/docco.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/docco.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/docco.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/dracula.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/dracula.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/dracula.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/dracula.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/far.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/far.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/far.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/far.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/foundation.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/foundation.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/foundation.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/foundation.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/github-gist.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/github-gist.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/github-gist.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/github-gist.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/github.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/github.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/github.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/github.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/googlecode.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/googlecode.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/googlecode.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/googlecode.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/grayscale.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/grayscale.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/grayscale.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/grayscale.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/gruvbox-dark.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/gruvbox-dark.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/gruvbox-dark.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/gruvbox-dark.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/gruvbox-light.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/gruvbox-light.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/gruvbox-light.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/gruvbox-light.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/hopscotch.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/hopscotch.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/hopscotch.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/hopscotch.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/hybrid.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/hybrid.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/hybrid.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/hybrid.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/idea.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/idea.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/idea.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/idea.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/ir-black.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/ir-black.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/ir-black.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/ir-black.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/kimbie.dark.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/kimbie.dark.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/kimbie.dark.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/kimbie.dark.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/kimbie.light.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/kimbie.light.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/kimbie.light.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/kimbie.light.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/magula.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/magula.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/magula.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/magula.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/mono-blue.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/mono-blue.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/mono-blue.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/mono-blue.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/monokai-sublime.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/monokai-sublime.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/monokai-sublime.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/monokai-sublime.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/monokai.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/monokai.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/monokai.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/monokai.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/obsidian.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/obsidian.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/obsidian.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/obsidian.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/ocean.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/ocean.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/ocean.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/ocean.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/paraiso-dark.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/paraiso-dark.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/paraiso-dark.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/paraiso-dark.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/paraiso-light.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/paraiso-light.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/paraiso-light.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/paraiso-light.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/pojoaque.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/pojoaque.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/pojoaque.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/pojoaque.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/pojoaque.jpg b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/pojoaque.jpg similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/pojoaque.jpg rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/pojoaque.jpg diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/purebasic.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/purebasic.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/purebasic.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/purebasic.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/qtcreator_dark.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/qtcreator_dark.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/qtcreator_dark.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/qtcreator_dark.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/qtcreator_light.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/qtcreator_light.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/qtcreator_light.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/qtcreator_light.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/railscasts.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/railscasts.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/railscasts.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/railscasts.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/rainbow.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/rainbow.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/rainbow.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/rainbow.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/school-book.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/school-book.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/school-book.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/school-book.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/school-book.png b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/school-book.png similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/school-book.png rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/school-book.png diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/solarized-dark.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/solarized-dark.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/solarized-dark.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/solarized-dark.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/solarized-light.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/solarized-light.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/solarized-light.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/solarized-light.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/sunburst.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/sunburst.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/sunburst.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/sunburst.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/tomorrow-night-blue.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/tomorrow-night-blue.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/tomorrow-night-blue.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/tomorrow-night-blue.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/tomorrow-night-bright.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/tomorrow-night-bright.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/tomorrow-night-bright.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/tomorrow-night-bright.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/tomorrow-night-eighties.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/tomorrow-night-eighties.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/tomorrow-night-eighties.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/tomorrow-night-eighties.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/tomorrow-night.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/tomorrow-night.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/tomorrow-night.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/tomorrow-night.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/tomorrow.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/tomorrow.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/tomorrow.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/tomorrow.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/vs.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/vs.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/vs.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/vs.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/xcode.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/xcode.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/xcode.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/xcode.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/xt256.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/xt256.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/xt256.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/xt256.css diff --git a/docs/resources-reference/1_5/node_modules/highlight.js/styles/zenburn.css b/docs/resources-reference/v1.5/node_modules/highlight.js/styles/zenburn.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/highlight.js/styles/zenburn.css rename to docs/resources-reference/v1.5/node_modules/highlight.js/styles/zenburn.css diff --git a/docs/resources-reference/1_5/node_modules/jquery.scrollto/.jscsrc b/docs/resources-reference/v1.5/node_modules/jquery.scrollto/.jscsrc similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery.scrollto/.jscsrc rename to docs/resources-reference/v1.5/node_modules/jquery.scrollto/.jscsrc diff --git a/docs/resources-reference/1_5/node_modules/jquery.scrollto/.jshintrc b/docs/resources-reference/v1.5/node_modules/jquery.scrollto/.jshintrc similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery.scrollto/.jshintrc rename to docs/resources-reference/v1.5/node_modules/jquery.scrollto/.jshintrc diff --git a/docs/resources-reference/1_5/node_modules/jquery.scrollto/.npmignore b/docs/resources-reference/v1.5/node_modules/jquery.scrollto/.npmignore similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery.scrollto/.npmignore rename to docs/resources-reference/v1.5/node_modules/jquery.scrollto/.npmignore diff --git a/docs/resources-reference/1_5/node_modules/jquery.scrollto/CHANGELOG.md b/docs/resources-reference/v1.5/node_modules/jquery.scrollto/CHANGELOG.md similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery.scrollto/CHANGELOG.md rename to docs/resources-reference/v1.5/node_modules/jquery.scrollto/CHANGELOG.md diff --git a/docs/resources-reference/1_5/node_modules/jquery.scrollto/LICENSE b/docs/resources-reference/v1.5/node_modules/jquery.scrollto/LICENSE similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery.scrollto/LICENSE rename to docs/resources-reference/v1.5/node_modules/jquery.scrollto/LICENSE diff --git a/docs/resources-reference/1_5/node_modules/jquery.scrollto/README.md b/docs/resources-reference/v1.5/node_modules/jquery.scrollto/README.md similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery.scrollto/README.md rename to docs/resources-reference/v1.5/node_modules/jquery.scrollto/README.md diff --git a/docs/resources-reference/1_5/node_modules/jquery.scrollto/bower.json b/docs/resources-reference/v1.5/node_modules/jquery.scrollto/bower.json similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery.scrollto/bower.json rename to docs/resources-reference/v1.5/node_modules/jquery.scrollto/bower.json diff --git a/docs/resources-reference/1_5/node_modules/jquery.scrollto/composer.json b/docs/resources-reference/v1.5/node_modules/jquery.scrollto/composer.json similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery.scrollto/composer.json rename to docs/resources-reference/v1.5/node_modules/jquery.scrollto/composer.json diff --git a/docs/resources-reference/1_5/node_modules/jquery.scrollto/demo/css/style.css b/docs/resources-reference/v1.5/node_modules/jquery.scrollto/demo/css/style.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery.scrollto/demo/css/style.css rename to docs/resources-reference/v1.5/node_modules/jquery.scrollto/demo/css/style.css diff --git a/docs/resources-reference/1_5/node_modules/jquery.scrollto/demo/css/style.old.css b/docs/resources-reference/v1.5/node_modules/jquery.scrollto/demo/css/style.old.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery.scrollto/demo/css/style.old.css rename to docs/resources-reference/v1.5/node_modules/jquery.scrollto/demo/css/style.old.css diff --git a/docs/resources-reference/1_5/node_modules/jquery.scrollto/demo/index.html b/docs/resources-reference/v1.5/node_modules/jquery.scrollto/demo/index.html similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery.scrollto/demo/index.html rename to docs/resources-reference/v1.5/node_modules/jquery.scrollto/demo/index.html diff --git a/docs/resources-reference/1_5/node_modules/jquery.scrollto/demo/index.old.html b/docs/resources-reference/v1.5/node_modules/jquery.scrollto/demo/index.old.html similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery.scrollto/demo/index.old.html rename to docs/resources-reference/v1.5/node_modules/jquery.scrollto/demo/index.old.html diff --git a/docs/resources-reference/1_5/node_modules/jquery.scrollto/jquery.scrollTo.js b/docs/resources-reference/v1.5/node_modules/jquery.scrollto/jquery.scrollTo.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery.scrollto/jquery.scrollTo.js rename to docs/resources-reference/v1.5/node_modules/jquery.scrollto/jquery.scrollTo.js diff --git a/docs/resources-reference/1_5/node_modules/jquery.scrollto/jquery.scrollTo.min.js b/docs/resources-reference/v1.5/node_modules/jquery.scrollto/jquery.scrollTo.min.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery.scrollto/jquery.scrollTo.min.js rename to docs/resources-reference/v1.5/node_modules/jquery.scrollto/jquery.scrollTo.min.js diff --git a/docs/resources-reference/1_5/node_modules/jquery.scrollto/package.json b/docs/resources-reference/v1.5/node_modules/jquery.scrollto/package.json similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery.scrollto/package.json rename to docs/resources-reference/v1.5/node_modules/jquery.scrollto/package.json diff --git a/docs/resources-reference/1_5/node_modules/jquery.scrollto/tests/ElemMaxY-compat.html b/docs/resources-reference/v1.5/node_modules/jquery.scrollto/tests/ElemMaxY-compat.html similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery.scrollto/tests/ElemMaxY-compat.html rename to docs/resources-reference/v1.5/node_modules/jquery.scrollto/tests/ElemMaxY-compat.html diff --git a/docs/resources-reference/1_5/node_modules/jquery.scrollto/tests/ElemMaxY-quirks.html b/docs/resources-reference/v1.5/node_modules/jquery.scrollto/tests/ElemMaxY-quirks.html similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery.scrollto/tests/ElemMaxY-quirks.html rename to docs/resources-reference/v1.5/node_modules/jquery.scrollto/tests/ElemMaxY-quirks.html diff --git a/docs/resources-reference/1_5/node_modules/jquery.scrollto/tests/WinMaxY-compat.html b/docs/resources-reference/v1.5/node_modules/jquery.scrollto/tests/WinMaxY-compat.html similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery.scrollto/tests/WinMaxY-compat.html rename to docs/resources-reference/v1.5/node_modules/jquery.scrollto/tests/WinMaxY-compat.html diff --git a/docs/resources-reference/1_5/node_modules/jquery.scrollto/tests/WinMaxY-quirks.html b/docs/resources-reference/v1.5/node_modules/jquery.scrollto/tests/WinMaxY-quirks.html similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery.scrollto/tests/WinMaxY-quirks.html rename to docs/resources-reference/v1.5/node_modules/jquery.scrollto/tests/WinMaxY-quirks.html diff --git a/docs/resources-reference/1_5/node_modules/jquery.scrollto/tests/WinMaxY-to-iframe-compat.html b/docs/resources-reference/v1.5/node_modules/jquery.scrollto/tests/WinMaxY-to-iframe-compat.html similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery.scrollto/tests/WinMaxY-to-iframe-compat.html rename to docs/resources-reference/v1.5/node_modules/jquery.scrollto/tests/WinMaxY-to-iframe-compat.html diff --git a/docs/resources-reference/1_5/node_modules/jquery.scrollto/tests/WinMaxY-to-iframe-quirks.html b/docs/resources-reference/v1.5/node_modules/jquery.scrollto/tests/WinMaxY-to-iframe-quirks.html similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery.scrollto/tests/WinMaxY-to-iframe-quirks.html rename to docs/resources-reference/v1.5/node_modules/jquery.scrollto/tests/WinMaxY-to-iframe-quirks.html diff --git a/docs/resources-reference/1_5/node_modules/jquery.scrollto/tests/WinMaxY-with-iframe-compat.html b/docs/resources-reference/v1.5/node_modules/jquery.scrollto/tests/WinMaxY-with-iframe-compat.html similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery.scrollto/tests/WinMaxY-with-iframe-compat.html rename to docs/resources-reference/v1.5/node_modules/jquery.scrollto/tests/WinMaxY-with-iframe-compat.html diff --git a/docs/resources-reference/1_5/node_modules/jquery.scrollto/tests/WinMaxY-with-iframe-quirks.html b/docs/resources-reference/v1.5/node_modules/jquery.scrollto/tests/WinMaxY-with-iframe-quirks.html similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery.scrollto/tests/WinMaxY-with-iframe-quirks.html rename to docs/resources-reference/v1.5/node_modules/jquery.scrollto/tests/WinMaxY-with-iframe-quirks.html diff --git a/docs/resources-reference/1_5/node_modules/jquery.scrollto/tests/index.html b/docs/resources-reference/v1.5/node_modules/jquery.scrollto/tests/index.html similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery.scrollto/tests/index.html rename to docs/resources-reference/v1.5/node_modules/jquery.scrollto/tests/index.html diff --git a/docs/resources-reference/1_5/node_modules/jquery.scrollto/tests/test.js b/docs/resources-reference/v1.5/node_modules/jquery.scrollto/tests/test.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery.scrollto/tests/test.js rename to docs/resources-reference/v1.5/node_modules/jquery.scrollto/tests/test.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/AUTHORS.txt b/docs/resources-reference/v1.5/node_modules/jquery/AUTHORS.txt similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/AUTHORS.txt rename to docs/resources-reference/v1.5/node_modules/jquery/AUTHORS.txt diff --git a/docs/resources-reference/1_5/node_modules/jquery/LICENSE.txt b/docs/resources-reference/v1.5/node_modules/jquery/LICENSE.txt similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/LICENSE.txt rename to docs/resources-reference/v1.5/node_modules/jquery/LICENSE.txt diff --git a/docs/resources-reference/1_5/node_modules/jquery/README.md b/docs/resources-reference/v1.5/node_modules/jquery/README.md similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/README.md rename to docs/resources-reference/v1.5/node_modules/jquery/README.md diff --git a/docs/resources-reference/1_5/node_modules/jquery/bower.json b/docs/resources-reference/v1.5/node_modules/jquery/bower.json similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/bower.json rename to docs/resources-reference/v1.5/node_modules/jquery/bower.json diff --git a/docs/resources-reference/1_5/node_modules/jquery/dist/core.js b/docs/resources-reference/v1.5/node_modules/jquery/dist/core.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/dist/core.js rename to docs/resources-reference/v1.5/node_modules/jquery/dist/core.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/dist/jquery.js b/docs/resources-reference/v1.5/node_modules/jquery/dist/jquery.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/dist/jquery.js rename to docs/resources-reference/v1.5/node_modules/jquery/dist/jquery.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/dist/jquery.min.js b/docs/resources-reference/v1.5/node_modules/jquery/dist/jquery.min.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/dist/jquery.min.js rename to docs/resources-reference/v1.5/node_modules/jquery/dist/jquery.min.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/dist/jquery.min.map b/docs/resources-reference/v1.5/node_modules/jquery/dist/jquery.min.map similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/dist/jquery.min.map rename to docs/resources-reference/v1.5/node_modules/jquery/dist/jquery.min.map diff --git a/docs/resources-reference/1_5/node_modules/jquery/dist/jquery.slim.js b/docs/resources-reference/v1.5/node_modules/jquery/dist/jquery.slim.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/dist/jquery.slim.js rename to docs/resources-reference/v1.5/node_modules/jquery/dist/jquery.slim.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/dist/jquery.slim.min.js b/docs/resources-reference/v1.5/node_modules/jquery/dist/jquery.slim.min.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/dist/jquery.slim.min.js rename to docs/resources-reference/v1.5/node_modules/jquery/dist/jquery.slim.min.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/dist/jquery.slim.min.map b/docs/resources-reference/v1.5/node_modules/jquery/dist/jquery.slim.min.map similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/dist/jquery.slim.min.map rename to docs/resources-reference/v1.5/node_modules/jquery/dist/jquery.slim.min.map diff --git a/docs/resources-reference/1_5/node_modules/jquery/external/sizzle/LICENSE.txt b/docs/resources-reference/v1.5/node_modules/jquery/external/sizzle/LICENSE.txt similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/external/sizzle/LICENSE.txt rename to docs/resources-reference/v1.5/node_modules/jquery/external/sizzle/LICENSE.txt diff --git a/docs/resources-reference/1_5/node_modules/jquery/external/sizzle/dist/sizzle.js b/docs/resources-reference/v1.5/node_modules/jquery/external/sizzle/dist/sizzle.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/external/sizzle/dist/sizzle.js rename to docs/resources-reference/v1.5/node_modules/jquery/external/sizzle/dist/sizzle.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/external/sizzle/dist/sizzle.min.js b/docs/resources-reference/v1.5/node_modules/jquery/external/sizzle/dist/sizzle.min.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/external/sizzle/dist/sizzle.min.js rename to docs/resources-reference/v1.5/node_modules/jquery/external/sizzle/dist/sizzle.min.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/external/sizzle/dist/sizzle.min.map b/docs/resources-reference/v1.5/node_modules/jquery/external/sizzle/dist/sizzle.min.map similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/external/sizzle/dist/sizzle.min.map rename to docs/resources-reference/v1.5/node_modules/jquery/external/sizzle/dist/sizzle.min.map diff --git a/docs/resources-reference/1_5/node_modules/jquery/package.json b/docs/resources-reference/v1.5/node_modules/jquery/package.json similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/package.json rename to docs/resources-reference/v1.5/node_modules/jquery/package.json diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/.eslintrc.json b/docs/resources-reference/v1.5/node_modules/jquery/src/.eslintrc.json similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/.eslintrc.json rename to docs/resources-reference/v1.5/node_modules/jquery/src/.eslintrc.json diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/ajax.js b/docs/resources-reference/v1.5/node_modules/jquery/src/ajax.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/ajax.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/ajax.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/ajax/jsonp.js b/docs/resources-reference/v1.5/node_modules/jquery/src/ajax/jsonp.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/ajax/jsonp.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/ajax/jsonp.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/ajax/load.js b/docs/resources-reference/v1.5/node_modules/jquery/src/ajax/load.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/ajax/load.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/ajax/load.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/ajax/parseXML.js b/docs/resources-reference/v1.5/node_modules/jquery/src/ajax/parseXML.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/ajax/parseXML.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/ajax/parseXML.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/ajax/script.js b/docs/resources-reference/v1.5/node_modules/jquery/src/ajax/script.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/ajax/script.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/ajax/script.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/ajax/var/location.js b/docs/resources-reference/v1.5/node_modules/jquery/src/ajax/var/location.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/ajax/var/location.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/ajax/var/location.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/ajax/var/nonce.js b/docs/resources-reference/v1.5/node_modules/jquery/src/ajax/var/nonce.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/ajax/var/nonce.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/ajax/var/nonce.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/ajax/var/rquery.js b/docs/resources-reference/v1.5/node_modules/jquery/src/ajax/var/rquery.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/ajax/var/rquery.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/ajax/var/rquery.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/ajax/xhr.js b/docs/resources-reference/v1.5/node_modules/jquery/src/ajax/xhr.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/ajax/xhr.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/ajax/xhr.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/attributes.js b/docs/resources-reference/v1.5/node_modules/jquery/src/attributes.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/attributes.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/attributes.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/attributes/attr.js b/docs/resources-reference/v1.5/node_modules/jquery/src/attributes/attr.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/attributes/attr.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/attributes/attr.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/attributes/classes.js b/docs/resources-reference/v1.5/node_modules/jquery/src/attributes/classes.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/attributes/classes.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/attributes/classes.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/attributes/prop.js b/docs/resources-reference/v1.5/node_modules/jquery/src/attributes/prop.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/attributes/prop.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/attributes/prop.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/attributes/support.js b/docs/resources-reference/v1.5/node_modules/jquery/src/attributes/support.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/attributes/support.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/attributes/support.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/attributes/val.js b/docs/resources-reference/v1.5/node_modules/jquery/src/attributes/val.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/attributes/val.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/attributes/val.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/callbacks.js b/docs/resources-reference/v1.5/node_modules/jquery/src/callbacks.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/callbacks.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/callbacks.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/core.js b/docs/resources-reference/v1.5/node_modules/jquery/src/core.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/core.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/core.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/core/DOMEval.js b/docs/resources-reference/v1.5/node_modules/jquery/src/core/DOMEval.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/core/DOMEval.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/core/DOMEval.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/core/access.js b/docs/resources-reference/v1.5/node_modules/jquery/src/core/access.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/core/access.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/core/access.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/core/init.js b/docs/resources-reference/v1.5/node_modules/jquery/src/core/init.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/core/init.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/core/init.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/core/parseHTML.js b/docs/resources-reference/v1.5/node_modules/jquery/src/core/parseHTML.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/core/parseHTML.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/core/parseHTML.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/core/ready-no-deferred.js b/docs/resources-reference/v1.5/node_modules/jquery/src/core/ready-no-deferred.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/core/ready-no-deferred.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/core/ready-no-deferred.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/core/ready.js b/docs/resources-reference/v1.5/node_modules/jquery/src/core/ready.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/core/ready.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/core/ready.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/core/readyException.js b/docs/resources-reference/v1.5/node_modules/jquery/src/core/readyException.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/core/readyException.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/core/readyException.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/core/stripAndCollapse.js b/docs/resources-reference/v1.5/node_modules/jquery/src/core/stripAndCollapse.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/core/stripAndCollapse.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/core/stripAndCollapse.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/core/support.js b/docs/resources-reference/v1.5/node_modules/jquery/src/core/support.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/core/support.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/core/support.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/core/var/rsingleTag.js b/docs/resources-reference/v1.5/node_modules/jquery/src/core/var/rsingleTag.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/core/var/rsingleTag.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/core/var/rsingleTag.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/css.js b/docs/resources-reference/v1.5/node_modules/jquery/src/css.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/css.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/css.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/css/addGetHookIf.js b/docs/resources-reference/v1.5/node_modules/jquery/src/css/addGetHookIf.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/css/addGetHookIf.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/css/addGetHookIf.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/css/adjustCSS.js b/docs/resources-reference/v1.5/node_modules/jquery/src/css/adjustCSS.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/css/adjustCSS.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/css/adjustCSS.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/css/curCSS.js b/docs/resources-reference/v1.5/node_modules/jquery/src/css/curCSS.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/css/curCSS.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/css/curCSS.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/css/hiddenVisibleSelectors.js b/docs/resources-reference/v1.5/node_modules/jquery/src/css/hiddenVisibleSelectors.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/css/hiddenVisibleSelectors.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/css/hiddenVisibleSelectors.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/css/showHide.js b/docs/resources-reference/v1.5/node_modules/jquery/src/css/showHide.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/css/showHide.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/css/showHide.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/css/support.js b/docs/resources-reference/v1.5/node_modules/jquery/src/css/support.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/css/support.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/css/support.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/css/var/cssExpand.js b/docs/resources-reference/v1.5/node_modules/jquery/src/css/var/cssExpand.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/css/var/cssExpand.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/css/var/cssExpand.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/css/var/getStyles.js b/docs/resources-reference/v1.5/node_modules/jquery/src/css/var/getStyles.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/css/var/getStyles.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/css/var/getStyles.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/css/var/isHiddenWithinTree.js b/docs/resources-reference/v1.5/node_modules/jquery/src/css/var/isHiddenWithinTree.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/css/var/isHiddenWithinTree.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/css/var/isHiddenWithinTree.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/css/var/rmargin.js b/docs/resources-reference/v1.5/node_modules/jquery/src/css/var/rmargin.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/css/var/rmargin.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/css/var/rmargin.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/css/var/rnumnonpx.js b/docs/resources-reference/v1.5/node_modules/jquery/src/css/var/rnumnonpx.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/css/var/rnumnonpx.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/css/var/rnumnonpx.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/css/var/swap.js b/docs/resources-reference/v1.5/node_modules/jquery/src/css/var/swap.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/css/var/swap.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/css/var/swap.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/data.js b/docs/resources-reference/v1.5/node_modules/jquery/src/data.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/data.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/data.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/data/Data.js b/docs/resources-reference/v1.5/node_modules/jquery/src/data/Data.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/data/Data.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/data/Data.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/data/var/acceptData.js b/docs/resources-reference/v1.5/node_modules/jquery/src/data/var/acceptData.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/data/var/acceptData.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/data/var/acceptData.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/data/var/dataPriv.js b/docs/resources-reference/v1.5/node_modules/jquery/src/data/var/dataPriv.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/data/var/dataPriv.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/data/var/dataPriv.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/data/var/dataUser.js b/docs/resources-reference/v1.5/node_modules/jquery/src/data/var/dataUser.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/data/var/dataUser.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/data/var/dataUser.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/deferred.js b/docs/resources-reference/v1.5/node_modules/jquery/src/deferred.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/deferred.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/deferred.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/deferred/exceptionHook.js b/docs/resources-reference/v1.5/node_modules/jquery/src/deferred/exceptionHook.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/deferred/exceptionHook.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/deferred/exceptionHook.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/deprecated.js b/docs/resources-reference/v1.5/node_modules/jquery/src/deprecated.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/deprecated.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/deprecated.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/dimensions.js b/docs/resources-reference/v1.5/node_modules/jquery/src/dimensions.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/dimensions.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/dimensions.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/effects.js b/docs/resources-reference/v1.5/node_modules/jquery/src/effects.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/effects.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/effects.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/effects/Tween.js b/docs/resources-reference/v1.5/node_modules/jquery/src/effects/Tween.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/effects/Tween.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/effects/Tween.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/effects/animatedSelector.js b/docs/resources-reference/v1.5/node_modules/jquery/src/effects/animatedSelector.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/effects/animatedSelector.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/effects/animatedSelector.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/event.js b/docs/resources-reference/v1.5/node_modules/jquery/src/event.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/event.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/event.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/event/ajax.js b/docs/resources-reference/v1.5/node_modules/jquery/src/event/ajax.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/event/ajax.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/event/ajax.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/event/alias.js b/docs/resources-reference/v1.5/node_modules/jquery/src/event/alias.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/event/alias.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/event/alias.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/event/focusin.js b/docs/resources-reference/v1.5/node_modules/jquery/src/event/focusin.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/event/focusin.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/event/focusin.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/event/support.js b/docs/resources-reference/v1.5/node_modules/jquery/src/event/support.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/event/support.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/event/support.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/event/trigger.js b/docs/resources-reference/v1.5/node_modules/jquery/src/event/trigger.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/event/trigger.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/event/trigger.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/exports/amd.js b/docs/resources-reference/v1.5/node_modules/jquery/src/exports/amd.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/exports/amd.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/exports/amd.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/exports/global.js b/docs/resources-reference/v1.5/node_modules/jquery/src/exports/global.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/exports/global.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/exports/global.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/jquery.js b/docs/resources-reference/v1.5/node_modules/jquery/src/jquery.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/jquery.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/jquery.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/manipulation.js b/docs/resources-reference/v1.5/node_modules/jquery/src/manipulation.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/manipulation.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/manipulation.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/manipulation/_evalUrl.js b/docs/resources-reference/v1.5/node_modules/jquery/src/manipulation/_evalUrl.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/manipulation/_evalUrl.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/manipulation/_evalUrl.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/manipulation/buildFragment.js b/docs/resources-reference/v1.5/node_modules/jquery/src/manipulation/buildFragment.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/manipulation/buildFragment.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/manipulation/buildFragment.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/manipulation/getAll.js b/docs/resources-reference/v1.5/node_modules/jquery/src/manipulation/getAll.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/manipulation/getAll.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/manipulation/getAll.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/manipulation/setGlobalEval.js b/docs/resources-reference/v1.5/node_modules/jquery/src/manipulation/setGlobalEval.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/manipulation/setGlobalEval.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/manipulation/setGlobalEval.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/manipulation/support.js b/docs/resources-reference/v1.5/node_modules/jquery/src/manipulation/support.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/manipulation/support.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/manipulation/support.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/manipulation/var/rcheckableType.js b/docs/resources-reference/v1.5/node_modules/jquery/src/manipulation/var/rcheckableType.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/manipulation/var/rcheckableType.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/manipulation/var/rcheckableType.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/manipulation/var/rscriptType.js b/docs/resources-reference/v1.5/node_modules/jquery/src/manipulation/var/rscriptType.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/manipulation/var/rscriptType.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/manipulation/var/rscriptType.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/manipulation/var/rtagName.js b/docs/resources-reference/v1.5/node_modules/jquery/src/manipulation/var/rtagName.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/manipulation/var/rtagName.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/manipulation/var/rtagName.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/manipulation/wrapMap.js b/docs/resources-reference/v1.5/node_modules/jquery/src/manipulation/wrapMap.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/manipulation/wrapMap.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/manipulation/wrapMap.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/offset.js b/docs/resources-reference/v1.5/node_modules/jquery/src/offset.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/offset.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/offset.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/queue.js b/docs/resources-reference/v1.5/node_modules/jquery/src/queue.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/queue.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/queue.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/queue/delay.js b/docs/resources-reference/v1.5/node_modules/jquery/src/queue/delay.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/queue/delay.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/queue/delay.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/selector-native.js b/docs/resources-reference/v1.5/node_modules/jquery/src/selector-native.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/selector-native.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/selector-native.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/selector-sizzle.js b/docs/resources-reference/v1.5/node_modules/jquery/src/selector-sizzle.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/selector-sizzle.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/selector-sizzle.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/selector.js b/docs/resources-reference/v1.5/node_modules/jquery/src/selector.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/selector.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/selector.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/serialize.js b/docs/resources-reference/v1.5/node_modules/jquery/src/serialize.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/serialize.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/serialize.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/traversing.js b/docs/resources-reference/v1.5/node_modules/jquery/src/traversing.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/traversing.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/traversing.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/traversing/findFilter.js b/docs/resources-reference/v1.5/node_modules/jquery/src/traversing/findFilter.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/traversing/findFilter.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/traversing/findFilter.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/traversing/var/dir.js b/docs/resources-reference/v1.5/node_modules/jquery/src/traversing/var/dir.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/traversing/var/dir.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/traversing/var/dir.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/traversing/var/rneedsContext.js b/docs/resources-reference/v1.5/node_modules/jquery/src/traversing/var/rneedsContext.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/traversing/var/rneedsContext.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/traversing/var/rneedsContext.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/traversing/var/siblings.js b/docs/resources-reference/v1.5/node_modules/jquery/src/traversing/var/siblings.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/traversing/var/siblings.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/traversing/var/siblings.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/var/ObjectFunctionString.js b/docs/resources-reference/v1.5/node_modules/jquery/src/var/ObjectFunctionString.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/var/ObjectFunctionString.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/var/ObjectFunctionString.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/var/arr.js b/docs/resources-reference/v1.5/node_modules/jquery/src/var/arr.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/var/arr.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/var/arr.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/var/class2type.js b/docs/resources-reference/v1.5/node_modules/jquery/src/var/class2type.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/var/class2type.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/var/class2type.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/var/concat.js b/docs/resources-reference/v1.5/node_modules/jquery/src/var/concat.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/var/concat.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/var/concat.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/var/document.js b/docs/resources-reference/v1.5/node_modules/jquery/src/var/document.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/var/document.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/var/document.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/var/documentElement.js b/docs/resources-reference/v1.5/node_modules/jquery/src/var/documentElement.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/var/documentElement.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/var/documentElement.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/var/fnToString.js b/docs/resources-reference/v1.5/node_modules/jquery/src/var/fnToString.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/var/fnToString.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/var/fnToString.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/var/getProto.js b/docs/resources-reference/v1.5/node_modules/jquery/src/var/getProto.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/var/getProto.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/var/getProto.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/var/hasOwn.js b/docs/resources-reference/v1.5/node_modules/jquery/src/var/hasOwn.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/var/hasOwn.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/var/hasOwn.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/var/indexOf.js b/docs/resources-reference/v1.5/node_modules/jquery/src/var/indexOf.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/var/indexOf.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/var/indexOf.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/var/pnum.js b/docs/resources-reference/v1.5/node_modules/jquery/src/var/pnum.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/var/pnum.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/var/pnum.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/var/push.js b/docs/resources-reference/v1.5/node_modules/jquery/src/var/push.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/var/push.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/var/push.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/var/rcssNum.js b/docs/resources-reference/v1.5/node_modules/jquery/src/var/rcssNum.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/var/rcssNum.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/var/rcssNum.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/var/rnothtmlwhite.js b/docs/resources-reference/v1.5/node_modules/jquery/src/var/rnothtmlwhite.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/var/rnothtmlwhite.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/var/rnothtmlwhite.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/var/slice.js b/docs/resources-reference/v1.5/node_modules/jquery/src/var/slice.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/var/slice.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/var/slice.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/var/support.js b/docs/resources-reference/v1.5/node_modules/jquery/src/var/support.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/var/support.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/var/support.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/var/toString.js b/docs/resources-reference/v1.5/node_modules/jquery/src/var/toString.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/var/toString.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/var/toString.js diff --git a/docs/resources-reference/1_5/node_modules/jquery/src/wrap.js b/docs/resources-reference/v1.5/node_modules/jquery/src/wrap.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/jquery/src/wrap.js rename to docs/resources-reference/v1.5/node_modules/jquery/src/wrap.js diff --git a/docs/resources-reference/1_5/node_modules/marked/.npmignore b/docs/resources-reference/v1.5/node_modules/marked/.npmignore similarity index 100% rename from docs/resources-reference/1_5/node_modules/marked/.npmignore rename to docs/resources-reference/v1.5/node_modules/marked/.npmignore diff --git a/docs/resources-reference/1_5/node_modules/marked/Gulpfile.js b/docs/resources-reference/v1.5/node_modules/marked/Gulpfile.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/marked/Gulpfile.js rename to docs/resources-reference/v1.5/node_modules/marked/Gulpfile.js diff --git a/docs/resources-reference/1_5/node_modules/marked/LICENSE b/docs/resources-reference/v1.5/node_modules/marked/LICENSE similarity index 100% rename from docs/resources-reference/1_5/node_modules/marked/LICENSE rename to docs/resources-reference/v1.5/node_modules/marked/LICENSE diff --git a/docs/resources-reference/1_5/node_modules/marked/Makefile b/docs/resources-reference/v1.5/node_modules/marked/Makefile similarity index 100% rename from docs/resources-reference/1_5/node_modules/marked/Makefile rename to docs/resources-reference/v1.5/node_modules/marked/Makefile diff --git a/docs/resources-reference/1_5/node_modules/marked/README.md b/docs/resources-reference/v1.5/node_modules/marked/README.md similarity index 100% rename from docs/resources-reference/1_5/node_modules/marked/README.md rename to docs/resources-reference/v1.5/node_modules/marked/README.md diff --git a/docs/resources-reference/1_5/node_modules/marked/bin/marked b/docs/resources-reference/v1.5/node_modules/marked/bin/marked similarity index 100% rename from docs/resources-reference/1_5/node_modules/marked/bin/marked rename to docs/resources-reference/v1.5/node_modules/marked/bin/marked diff --git a/docs/resources-reference/1_5/node_modules/marked/bower.json b/docs/resources-reference/v1.5/node_modules/marked/bower.json similarity index 100% rename from docs/resources-reference/1_5/node_modules/marked/bower.json rename to docs/resources-reference/v1.5/node_modules/marked/bower.json diff --git a/docs/resources-reference/1_5/node_modules/marked/component.json b/docs/resources-reference/v1.5/node_modules/marked/component.json similarity index 100% rename from docs/resources-reference/1_5/node_modules/marked/component.json rename to docs/resources-reference/v1.5/node_modules/marked/component.json diff --git a/docs/resources-reference/1_5/node_modules/marked/doc/broken.md b/docs/resources-reference/v1.5/node_modules/marked/doc/broken.md similarity index 100% rename from docs/resources-reference/1_5/node_modules/marked/doc/broken.md rename to docs/resources-reference/v1.5/node_modules/marked/doc/broken.md diff --git a/docs/resources-reference/1_5/node_modules/marked/doc/todo.md b/docs/resources-reference/v1.5/node_modules/marked/doc/todo.md similarity index 100% rename from docs/resources-reference/1_5/node_modules/marked/doc/todo.md rename to docs/resources-reference/v1.5/node_modules/marked/doc/todo.md diff --git a/docs/resources-reference/1_5/node_modules/marked/index.js b/docs/resources-reference/v1.5/node_modules/marked/index.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/marked/index.js rename to docs/resources-reference/v1.5/node_modules/marked/index.js diff --git a/docs/resources-reference/1_5/node_modules/marked/lib/marked.js b/docs/resources-reference/v1.5/node_modules/marked/lib/marked.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/marked/lib/marked.js rename to docs/resources-reference/v1.5/node_modules/marked/lib/marked.js diff --git a/docs/resources-reference/1_5/node_modules/marked/man/marked.1 b/docs/resources-reference/v1.5/node_modules/marked/man/marked.1 similarity index 100% rename from docs/resources-reference/1_5/node_modules/marked/man/marked.1 rename to docs/resources-reference/v1.5/node_modules/marked/man/marked.1 diff --git a/docs/resources-reference/1_5/node_modules/marked/marked.min.js b/docs/resources-reference/v1.5/node_modules/marked/marked.min.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/marked/marked.min.js rename to docs/resources-reference/v1.5/node_modules/marked/marked.min.js diff --git a/docs/resources-reference/1_5/node_modules/marked/package.json b/docs/resources-reference/v1.5/node_modules/marked/package.json similarity index 100% rename from docs/resources-reference/1_5/node_modules/marked/package.json rename to docs/resources-reference/v1.5/node_modules/marked/package.json diff --git a/docs/resources-reference/1_5/node_modules/mime/.npmignore b/docs/resources-reference/v1.5/node_modules/mime/.npmignore similarity index 100% rename from docs/resources-reference/1_5/node_modules/mime/.npmignore rename to docs/resources-reference/v1.5/node_modules/mime/.npmignore diff --git a/docs/resources-reference/1_5/node_modules/mime/LICENSE b/docs/resources-reference/v1.5/node_modules/mime/LICENSE similarity index 100% rename from docs/resources-reference/1_5/node_modules/mime/LICENSE rename to docs/resources-reference/v1.5/node_modules/mime/LICENSE diff --git a/docs/resources-reference/1_5/node_modules/mime/README.md b/docs/resources-reference/v1.5/node_modules/mime/README.md similarity index 100% rename from docs/resources-reference/1_5/node_modules/mime/README.md rename to docs/resources-reference/v1.5/node_modules/mime/README.md diff --git a/docs/resources-reference/1_5/node_modules/mime/build/build.js b/docs/resources-reference/v1.5/node_modules/mime/build/build.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/mime/build/build.js rename to docs/resources-reference/v1.5/node_modules/mime/build/build.js diff --git a/docs/resources-reference/1_5/node_modules/mime/build/test.js b/docs/resources-reference/v1.5/node_modules/mime/build/test.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/mime/build/test.js rename to docs/resources-reference/v1.5/node_modules/mime/build/test.js diff --git a/docs/resources-reference/1_5/node_modules/mime/cli.js b/docs/resources-reference/v1.5/node_modules/mime/cli.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/mime/cli.js rename to docs/resources-reference/v1.5/node_modules/mime/cli.js diff --git a/docs/resources-reference/1_5/node_modules/mime/mime.js b/docs/resources-reference/v1.5/node_modules/mime/mime.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/mime/mime.js rename to docs/resources-reference/v1.5/node_modules/mime/mime.js diff --git a/docs/resources-reference/1_5/node_modules/mime/package.json b/docs/resources-reference/v1.5/node_modules/mime/package.json similarity index 100% rename from docs/resources-reference/1_5/node_modules/mime/package.json rename to docs/resources-reference/v1.5/node_modules/mime/package.json diff --git a/docs/resources-reference/1_5/node_modules/mime/types.json b/docs/resources-reference/v1.5/node_modules/mime/types.json similarity index 100% rename from docs/resources-reference/1_5/node_modules/mime/types.json rename to docs/resources-reference/v1.5/node_modules/mime/types.json diff --git a/docs/resources-reference/1_5/node_modules/minimist/LICENSE b/docs/resources-reference/v1.5/node_modules/minimist/LICENSE similarity index 100% rename from docs/resources-reference/1_5/node_modules/minimist/LICENSE rename to docs/resources-reference/v1.5/node_modules/minimist/LICENSE diff --git a/docs/resources-reference/1_5/node_modules/minimist/example/parse.js b/docs/resources-reference/v1.5/node_modules/minimist/example/parse.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/minimist/example/parse.js rename to docs/resources-reference/v1.5/node_modules/minimist/example/parse.js diff --git a/docs/resources-reference/1_5/node_modules/minimist/index.js b/docs/resources-reference/v1.5/node_modules/minimist/index.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/minimist/index.js rename to docs/resources-reference/v1.5/node_modules/minimist/index.js diff --git a/docs/resources-reference/1_5/node_modules/minimist/package.json b/docs/resources-reference/v1.5/node_modules/minimist/package.json similarity index 100% rename from docs/resources-reference/1_5/node_modules/minimist/package.json rename to docs/resources-reference/v1.5/node_modules/minimist/package.json diff --git a/docs/resources-reference/1_5/node_modules/minimist/readme.markdown b/docs/resources-reference/v1.5/node_modules/minimist/readme.markdown similarity index 100% rename from docs/resources-reference/1_5/node_modules/minimist/readme.markdown rename to docs/resources-reference/v1.5/node_modules/minimist/readme.markdown diff --git a/docs/resources-reference/1_5/node_modules/minimist/test/bool.js b/docs/resources-reference/v1.5/node_modules/minimist/test/bool.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/minimist/test/bool.js rename to docs/resources-reference/v1.5/node_modules/minimist/test/bool.js diff --git a/docs/resources-reference/1_5/node_modules/minimist/test/dash.js b/docs/resources-reference/v1.5/node_modules/minimist/test/dash.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/minimist/test/dash.js rename to docs/resources-reference/v1.5/node_modules/minimist/test/dash.js diff --git a/docs/resources-reference/1_5/node_modules/minimist/test/default_bool.js b/docs/resources-reference/v1.5/node_modules/minimist/test/default_bool.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/minimist/test/default_bool.js rename to docs/resources-reference/v1.5/node_modules/minimist/test/default_bool.js diff --git a/docs/resources-reference/1_5/node_modules/minimist/test/dotted.js b/docs/resources-reference/v1.5/node_modules/minimist/test/dotted.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/minimist/test/dotted.js rename to docs/resources-reference/v1.5/node_modules/minimist/test/dotted.js diff --git a/docs/resources-reference/1_5/node_modules/minimist/test/long.js b/docs/resources-reference/v1.5/node_modules/minimist/test/long.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/minimist/test/long.js rename to docs/resources-reference/v1.5/node_modules/minimist/test/long.js diff --git a/docs/resources-reference/1_5/node_modules/minimist/test/num.js b/docs/resources-reference/v1.5/node_modules/minimist/test/num.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/minimist/test/num.js rename to docs/resources-reference/v1.5/node_modules/minimist/test/num.js diff --git a/docs/resources-reference/1_5/node_modules/minimist/test/parse.js b/docs/resources-reference/v1.5/node_modules/minimist/test/parse.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/minimist/test/parse.js rename to docs/resources-reference/v1.5/node_modules/minimist/test/parse.js diff --git a/docs/resources-reference/1_5/node_modules/minimist/test/parse_modified.js b/docs/resources-reference/v1.5/node_modules/minimist/test/parse_modified.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/minimist/test/parse_modified.js rename to docs/resources-reference/v1.5/node_modules/minimist/test/parse_modified.js diff --git a/docs/resources-reference/1_5/node_modules/minimist/test/short.js b/docs/resources-reference/v1.5/node_modules/minimist/test/short.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/minimist/test/short.js rename to docs/resources-reference/v1.5/node_modules/minimist/test/short.js diff --git a/docs/resources-reference/1_5/node_modules/minimist/test/whitespace.js b/docs/resources-reference/v1.5/node_modules/minimist/test/whitespace.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/minimist/test/whitespace.js rename to docs/resources-reference/v1.5/node_modules/minimist/test/whitespace.js diff --git a/docs/resources-reference/1_5/node_modules/node-static/.npmignore b/docs/resources-reference/v1.5/node_modules/node-static/.npmignore similarity index 100% rename from docs/resources-reference/1_5/node_modules/node-static/.npmignore rename to docs/resources-reference/v1.5/node_modules/node-static/.npmignore diff --git a/docs/resources-reference/1_5/node_modules/node-static/LICENSE b/docs/resources-reference/v1.5/node_modules/node-static/LICENSE similarity index 100% rename from docs/resources-reference/1_5/node_modules/node-static/LICENSE rename to docs/resources-reference/v1.5/node_modules/node-static/LICENSE diff --git a/docs/resources-reference/1_5/node_modules/node-static/README.md b/docs/resources-reference/v1.5/node_modules/node-static/README.md similarity index 100% rename from docs/resources-reference/1_5/node_modules/node-static/README.md rename to docs/resources-reference/v1.5/node_modules/node-static/README.md diff --git a/docs/resources-reference/1_5/node_modules/node-static/benchmark/node-static-0.3.0.txt b/docs/resources-reference/v1.5/node_modules/node-static/benchmark/node-static-0.3.0.txt similarity index 100% rename from docs/resources-reference/1_5/node_modules/node-static/benchmark/node-static-0.3.0.txt rename to docs/resources-reference/v1.5/node_modules/node-static/benchmark/node-static-0.3.0.txt diff --git a/docs/resources-reference/1_5/node_modules/node-static/bin/cli.js b/docs/resources-reference/v1.5/node_modules/node-static/bin/cli.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/node-static/bin/cli.js rename to docs/resources-reference/v1.5/node_modules/node-static/bin/cli.js diff --git a/docs/resources-reference/1_5/node_modules/node-static/examples/file-server.js b/docs/resources-reference/v1.5/node_modules/node-static/examples/file-server.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/node-static/examples/file-server.js rename to docs/resources-reference/v1.5/node_modules/node-static/examples/file-server.js diff --git a/docs/resources-reference/1_5/node_modules/node-static/lib/node-static.js b/docs/resources-reference/v1.5/node_modules/node-static/lib/node-static.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/node-static/lib/node-static.js rename to docs/resources-reference/v1.5/node_modules/node-static/lib/node-static.js diff --git a/docs/resources-reference/1_5/node_modules/node-static/lib/node-static/util.js b/docs/resources-reference/v1.5/node_modules/node-static/lib/node-static/util.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/node-static/lib/node-static/util.js rename to docs/resources-reference/v1.5/node_modules/node-static/lib/node-static/util.js diff --git a/docs/resources-reference/1_5/node_modules/node-static/package.json b/docs/resources-reference/v1.5/node_modules/node-static/package.json similarity index 100% rename from docs/resources-reference/1_5/node_modules/node-static/package.json rename to docs/resources-reference/v1.5/node_modules/node-static/package.json diff --git a/docs/resources-reference/1_5/node_modules/node-static/test/fixtures/empty.css b/docs/resources-reference/v1.5/node_modules/node-static/test/fixtures/empty.css similarity index 100% rename from docs/resources-reference/1_5/node_modules/node-static/test/fixtures/empty.css rename to docs/resources-reference/v1.5/node_modules/node-static/test/fixtures/empty.css diff --git a/docs/resources-reference/1_5/node_modules/node-static/test/fixtures/hello.txt b/docs/resources-reference/v1.5/node_modules/node-static/test/fixtures/hello.txt similarity index 100% rename from docs/resources-reference/1_5/node_modules/node-static/test/fixtures/hello.txt rename to docs/resources-reference/v1.5/node_modules/node-static/test/fixtures/hello.txt diff --git a/docs/resources-reference/1_5/node_modules/node-static/test/fixtures/index.html b/docs/resources-reference/v1.5/node_modules/node-static/test/fixtures/index.html similarity index 100% rename from docs/resources-reference/1_5/node_modules/node-static/test/fixtures/index.html rename to docs/resources-reference/v1.5/node_modules/node-static/test/fixtures/index.html diff --git a/docs/resources-reference/1_5/node_modules/node-static/test/fixtures/there/index.html b/docs/resources-reference/v1.5/node_modules/node-static/test/fixtures/there/index.html similarity index 100% rename from docs/resources-reference/1_5/node_modules/node-static/test/fixtures/there/index.html rename to docs/resources-reference/v1.5/node_modules/node-static/test/fixtures/there/index.html diff --git a/docs/resources-reference/1_5/node_modules/node-static/test/integration/node-static-test.js b/docs/resources-reference/v1.5/node_modules/node-static/test/integration/node-static-test.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/node-static/test/integration/node-static-test.js rename to docs/resources-reference/v1.5/node_modules/node-static/test/integration/node-static-test.js diff --git a/docs/resources-reference/1_5/node_modules/optimist/LICENSE b/docs/resources-reference/v1.5/node_modules/optimist/LICENSE similarity index 100% rename from docs/resources-reference/1_5/node_modules/optimist/LICENSE rename to docs/resources-reference/v1.5/node_modules/optimist/LICENSE diff --git a/docs/resources-reference/1_5/node_modules/optimist/example/bool.js b/docs/resources-reference/v1.5/node_modules/optimist/example/bool.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/optimist/example/bool.js rename to docs/resources-reference/v1.5/node_modules/optimist/example/bool.js diff --git a/docs/resources-reference/1_5/node_modules/optimist/example/boolean_double.js b/docs/resources-reference/v1.5/node_modules/optimist/example/boolean_double.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/optimist/example/boolean_double.js rename to docs/resources-reference/v1.5/node_modules/optimist/example/boolean_double.js diff --git a/docs/resources-reference/1_5/node_modules/optimist/example/boolean_single.js b/docs/resources-reference/v1.5/node_modules/optimist/example/boolean_single.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/optimist/example/boolean_single.js rename to docs/resources-reference/v1.5/node_modules/optimist/example/boolean_single.js diff --git a/docs/resources-reference/1_5/node_modules/optimist/example/default_hash.js b/docs/resources-reference/v1.5/node_modules/optimist/example/default_hash.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/optimist/example/default_hash.js rename to docs/resources-reference/v1.5/node_modules/optimist/example/default_hash.js diff --git a/docs/resources-reference/1_5/node_modules/optimist/example/default_singles.js b/docs/resources-reference/v1.5/node_modules/optimist/example/default_singles.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/optimist/example/default_singles.js rename to docs/resources-reference/v1.5/node_modules/optimist/example/default_singles.js diff --git a/docs/resources-reference/1_5/node_modules/optimist/example/divide.js b/docs/resources-reference/v1.5/node_modules/optimist/example/divide.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/optimist/example/divide.js rename to docs/resources-reference/v1.5/node_modules/optimist/example/divide.js diff --git a/docs/resources-reference/1_5/node_modules/optimist/example/line_count.js b/docs/resources-reference/v1.5/node_modules/optimist/example/line_count.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/optimist/example/line_count.js rename to docs/resources-reference/v1.5/node_modules/optimist/example/line_count.js diff --git a/docs/resources-reference/1_5/node_modules/optimist/example/line_count_options.js b/docs/resources-reference/v1.5/node_modules/optimist/example/line_count_options.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/optimist/example/line_count_options.js rename to docs/resources-reference/v1.5/node_modules/optimist/example/line_count_options.js diff --git a/docs/resources-reference/1_5/node_modules/optimist/example/line_count_wrap.js b/docs/resources-reference/v1.5/node_modules/optimist/example/line_count_wrap.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/optimist/example/line_count_wrap.js rename to docs/resources-reference/v1.5/node_modules/optimist/example/line_count_wrap.js diff --git a/docs/resources-reference/1_5/node_modules/optimist/example/nonopt.js b/docs/resources-reference/v1.5/node_modules/optimist/example/nonopt.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/optimist/example/nonopt.js rename to docs/resources-reference/v1.5/node_modules/optimist/example/nonopt.js diff --git a/docs/resources-reference/1_5/node_modules/optimist/example/reflect.js b/docs/resources-reference/v1.5/node_modules/optimist/example/reflect.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/optimist/example/reflect.js rename to docs/resources-reference/v1.5/node_modules/optimist/example/reflect.js diff --git a/docs/resources-reference/1_5/node_modules/optimist/example/short.js b/docs/resources-reference/v1.5/node_modules/optimist/example/short.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/optimist/example/short.js rename to docs/resources-reference/v1.5/node_modules/optimist/example/short.js diff --git a/docs/resources-reference/1_5/node_modules/optimist/example/string.js b/docs/resources-reference/v1.5/node_modules/optimist/example/string.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/optimist/example/string.js rename to docs/resources-reference/v1.5/node_modules/optimist/example/string.js diff --git a/docs/resources-reference/1_5/node_modules/optimist/example/usage-options.js b/docs/resources-reference/v1.5/node_modules/optimist/example/usage-options.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/optimist/example/usage-options.js rename to docs/resources-reference/v1.5/node_modules/optimist/example/usage-options.js diff --git a/docs/resources-reference/1_5/node_modules/optimist/example/xup.js b/docs/resources-reference/v1.5/node_modules/optimist/example/xup.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/optimist/example/xup.js rename to docs/resources-reference/v1.5/node_modules/optimist/example/xup.js diff --git a/docs/resources-reference/1_5/node_modules/optimist/index.js b/docs/resources-reference/v1.5/node_modules/optimist/index.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/optimist/index.js rename to docs/resources-reference/v1.5/node_modules/optimist/index.js diff --git a/docs/resources-reference/1_5/node_modules/optimist/package.json b/docs/resources-reference/v1.5/node_modules/optimist/package.json similarity index 100% rename from docs/resources-reference/1_5/node_modules/optimist/package.json rename to docs/resources-reference/v1.5/node_modules/optimist/package.json diff --git a/docs/resources-reference/1_5/node_modules/optimist/readme.markdown b/docs/resources-reference/v1.5/node_modules/optimist/readme.markdown similarity index 100% rename from docs/resources-reference/1_5/node_modules/optimist/readme.markdown rename to docs/resources-reference/v1.5/node_modules/optimist/readme.markdown diff --git a/docs/resources-reference/1_5/node_modules/optimist/test/_.js b/docs/resources-reference/v1.5/node_modules/optimist/test/_.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/optimist/test/_.js rename to docs/resources-reference/v1.5/node_modules/optimist/test/_.js diff --git a/docs/resources-reference/1_5/node_modules/optimist/test/_/argv.js b/docs/resources-reference/v1.5/node_modules/optimist/test/_/argv.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/optimist/test/_/argv.js rename to docs/resources-reference/v1.5/node_modules/optimist/test/_/argv.js diff --git a/docs/resources-reference/1_5/node_modules/optimist/test/_/bin.js b/docs/resources-reference/v1.5/node_modules/optimist/test/_/bin.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/optimist/test/_/bin.js rename to docs/resources-reference/v1.5/node_modules/optimist/test/_/bin.js diff --git a/docs/resources-reference/1_5/node_modules/optimist/test/dash.js b/docs/resources-reference/v1.5/node_modules/optimist/test/dash.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/optimist/test/dash.js rename to docs/resources-reference/v1.5/node_modules/optimist/test/dash.js diff --git a/docs/resources-reference/1_5/node_modules/optimist/test/parse.js b/docs/resources-reference/v1.5/node_modules/optimist/test/parse.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/optimist/test/parse.js rename to docs/resources-reference/v1.5/node_modules/optimist/test/parse.js diff --git a/docs/resources-reference/1_5/node_modules/optimist/test/parse_modified.js b/docs/resources-reference/v1.5/node_modules/optimist/test/parse_modified.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/optimist/test/parse_modified.js rename to docs/resources-reference/v1.5/node_modules/optimist/test/parse_modified.js diff --git a/docs/resources-reference/1_5/node_modules/optimist/test/short.js b/docs/resources-reference/v1.5/node_modules/optimist/test/short.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/optimist/test/short.js rename to docs/resources-reference/v1.5/node_modules/optimist/test/short.js diff --git a/docs/resources-reference/1_5/node_modules/optimist/test/usage.js b/docs/resources-reference/v1.5/node_modules/optimist/test/usage.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/optimist/test/usage.js rename to docs/resources-reference/v1.5/node_modules/optimist/test/usage.js diff --git a/docs/resources-reference/1_5/node_modules/optimist/test/whitespace.js b/docs/resources-reference/v1.5/node_modules/optimist/test/whitespace.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/optimist/test/whitespace.js rename to docs/resources-reference/v1.5/node_modules/optimist/test/whitespace.js diff --git a/docs/resources-reference/1_5/node_modules/wordwrap/LICENSE b/docs/resources-reference/v1.5/node_modules/wordwrap/LICENSE similarity index 100% rename from docs/resources-reference/1_5/node_modules/wordwrap/LICENSE rename to docs/resources-reference/v1.5/node_modules/wordwrap/LICENSE diff --git a/docs/resources-reference/1_5/node_modules/wordwrap/README.markdown b/docs/resources-reference/v1.5/node_modules/wordwrap/README.markdown similarity index 100% rename from docs/resources-reference/1_5/node_modules/wordwrap/README.markdown rename to docs/resources-reference/v1.5/node_modules/wordwrap/README.markdown diff --git a/docs/resources-reference/1_5/node_modules/wordwrap/example/center.js b/docs/resources-reference/v1.5/node_modules/wordwrap/example/center.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/wordwrap/example/center.js rename to docs/resources-reference/v1.5/node_modules/wordwrap/example/center.js diff --git a/docs/resources-reference/1_5/node_modules/wordwrap/example/meat.js b/docs/resources-reference/v1.5/node_modules/wordwrap/example/meat.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/wordwrap/example/meat.js rename to docs/resources-reference/v1.5/node_modules/wordwrap/example/meat.js diff --git a/docs/resources-reference/1_5/node_modules/wordwrap/index.js b/docs/resources-reference/v1.5/node_modules/wordwrap/index.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/wordwrap/index.js rename to docs/resources-reference/v1.5/node_modules/wordwrap/index.js diff --git a/docs/resources-reference/1_5/node_modules/wordwrap/package.json b/docs/resources-reference/v1.5/node_modules/wordwrap/package.json similarity index 100% rename from docs/resources-reference/1_5/node_modules/wordwrap/package.json rename to docs/resources-reference/v1.5/node_modules/wordwrap/package.json diff --git a/docs/resources-reference/1_5/node_modules/wordwrap/test/break.js b/docs/resources-reference/v1.5/node_modules/wordwrap/test/break.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/wordwrap/test/break.js rename to docs/resources-reference/v1.5/node_modules/wordwrap/test/break.js diff --git a/docs/resources-reference/1_5/node_modules/wordwrap/test/idleness.txt b/docs/resources-reference/v1.5/node_modules/wordwrap/test/idleness.txt similarity index 100% rename from docs/resources-reference/1_5/node_modules/wordwrap/test/idleness.txt rename to docs/resources-reference/v1.5/node_modules/wordwrap/test/idleness.txt diff --git a/docs/resources-reference/1_5/node_modules/wordwrap/test/wrap.js b/docs/resources-reference/v1.5/node_modules/wordwrap/test/wrap.js similarity index 100% rename from docs/resources-reference/1_5/node_modules/wordwrap/test/wrap.js rename to docs/resources-reference/v1.5/node_modules/wordwrap/test/wrap.js diff --git a/docs/resources-reference/1_5/package.json b/docs/resources-reference/v1.5/package.json similarity index 100% rename from docs/resources-reference/1_5/package.json rename to docs/resources-reference/v1.5/package.json diff --git a/docs/resources-reference/1_5/runbrodocs.sh b/docs/resources-reference/v1.5/runbrodocs.sh similarity index 100% rename from docs/resources-reference/1_5/runbrodocs.sh rename to docs/resources-reference/v1.5/runbrodocs.sh diff --git a/docs/resources-reference/1_5/scroll.js b/docs/resources-reference/v1.5/scroll.js similarity index 100% rename from docs/resources-reference/1_5/scroll.js rename to docs/resources-reference/v1.5/scroll.js diff --git a/docs/resources-reference/1_5/server.js b/docs/resources-reference/v1.5/server.js similarity index 100% rename from docs/resources-reference/1_5/server.js rename to docs/resources-reference/v1.5/server.js diff --git a/docs/resources-reference/1_5/stylesheet.css b/docs/resources-reference/v1.5/stylesheet.css similarity index 100% rename from docs/resources-reference/1_5/stylesheet.css rename to docs/resources-reference/v1.5/stylesheet.css diff --git a/docs/resources-reference/1_5/tabvisibility.js b/docs/resources-reference/v1.5/tabvisibility.js similarity index 100% rename from docs/resources-reference/1_5/tabvisibility.js rename to docs/resources-reference/v1.5/tabvisibility.js diff --git a/docs/tutorials/stateful-application/basic-stateful-set.md b/docs/tutorials/stateful-application/basic-stateful-set.md index e17f67e3fb..179dd94f71 100644 --- a/docs/tutorials/stateful-application/basic-stateful-set.md +++ b/docs/tutorials/stateful-application/basic-stateful-set.md @@ -25,7 +25,6 @@ following Kubernetes concepts. * [Cluster DNS](/docs/admin/dns/) * [Headless Services](/docs/user-guide/services/#headless-services) * [PersistentVolumes](/docs/user-guide/volumes/) -* [PersistentVolume Provisioning](http://releases.k8s.io/{{page.githubbranch}}/examples/experimental/persistent-volume-provisioning/) * [StatefulSets](/docs/concepts/abstractions/controllers/statefulsets/) * [kubectl CLI](/docs/user-guide/kubectl) diff --git a/docs/user-guide/containers.md b/docs/user-guide/containers.md index f04b6f87d9..e6c135e5ea 100644 --- a/docs/user-guide/containers.md +++ b/docs/user-guide/containers.md @@ -94,3 +94,23 @@ The relationship between Docker's capabilities and [Linux capabilities](http://m | SETFCAP | CAP_SETFCAP | | WAKE_ALARM | CAP_WAKE_ALARM | | BLOCK_SUSPEND | CAP_BLOCK_SUSPEND | + +You can add or drop capabilities in the [`SecurityContext`](http://kubernetes.io/docs/api-reference/v1/definitions/#_v1_securitycontext), e.g.: + +```yaml +apiVersion: v1 +kind: Pod +metadata: + name: hello-world +spec: + containers: + - name: friendly-container + image: "alpine:3.4" + command: ["/bin/echo", "hello", "world"] + securityContext: + capabilities: + add: + - SYS_NICE + drop: + - KILL +``` diff --git a/docs/user-guide/federation/index.md b/docs/user-guide/federation/index.md index 2954984313..719a3e8174 100644 --- a/docs/user-guide/federation/index.md +++ b/docs/user-guide/federation/index.md @@ -45,7 +45,7 @@ The following guides explain some of the resources in detail: * [Services](/docs/user-guide/federation/federated-services/) <!-- TODO: Add more guides here --> -[API reference docs](/federation/docs/api-reference/readme/) lists all the +[API reference docs](/docs/federation/api-reference/) lists all the resources supported by federation apiserver. ## Cascading deletion diff --git a/docs/user-guide/ingress.md b/docs/user-guide/ingress.md index b9c371e2a1..cc0bff8391 100644 --- a/docs/user-guide/ingress.md +++ b/docs/user-guide/ingress.md @@ -14,8 +14,8 @@ Throughout this doc you will see a few terms that are sometimes used interchange * Node: A single virtual or physical machine in a Kubernetes cluster. * Cluster: A group of nodes firewalled from the internet, that are the primary compute resources managed by Kubernetes. * Edge router: A router that enforces the firewall policy for your cluster. This could be a gateway managed by a cloudprovider or a physical piece of hardware. -* Cluster network: A set of links, logical or physical, that facilitate communication within a cluster according to the [Kubernetes networking model](https://github.com/kubernetes/kubernetes/blob/release-1.0/docs/admin/networking.md). Examples of a Cluster network include Overlays such as [flannel](https://github.com/coreos/flannel#flannel) or SDNs such as [OVS](https://github.com/kubernetes/kubernetes/blob/release-1.0/docs/admin/ovs-networking.md). -* Service: A Kubernetes [Service](https://github.com/kubernetes/kubernetes/blob/release-1.0/docs/user-guide/services.md) that identifies a set of pods using label selectors. Unless mentioned otherwise, Services are assumed to have virtual IPs only routable within the cluster network. +* Cluster network: A set of links, logical or physical, that facilitate communication within a cluster according to the [Kubernetes networking model](/docs/admin/networking/). Examples of a Cluster network include Overlays such as [flannel](https://github.com/coreos/flannel#flannel) or SDNs such as [OVS](/docs/admin/ovs-networking/). +* Service: A Kubernetes [Service](/docs/user-guide/services/) that identifies a set of pods using label selectors. Unless mentioned otherwise, Services are assumed to have virtual IPs only routable within the cluster network. ## What is Ingress? diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_apigrouplist_unversioned_concept.md b/docs/user-guide/kubectl/1_5/documents/_generated_apigrouplist_unversioned_concept.md deleted file mode 100644 index 30c2b10a97..0000000000 --- a/docs/user-guide/kubectl/1_5/documents/_generated_apigrouplist_unversioned_concept.md +++ /dev/null @@ -1,30 +0,0 @@ - - ------------ -# APIGroupList unversioned - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | unversioned | APIGroupList - - - - - - - -APIGroupList is a list of APIGroup, to allow clients to discover the API at /apis. - - - -Field | Description ------------- | ----------- -groups <br /> *[APIGroup](#apigroup-unversioned) array* | groups is a list of APIGroup. - - - - - - diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_certificatesigningrequestlist_v1alpha1_concept.md b/docs/user-guide/kubectl/1_5/documents/_generated_certificatesigningrequestlist_v1alpha1_concept.md deleted file mode 100644 index d67ab588c5..0000000000 --- a/docs/user-guide/kubectl/1_5/documents/_generated_certificatesigningrequestlist_v1alpha1_concept.md +++ /dev/null @@ -1,31 +0,0 @@ - - ------------ -# CertificateSigningRequestList v1alpha1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1alpha1 | CertificateSigningRequestList - - - - - - - - - - - -Field | Description ------------- | ----------- -items <br /> *[CertificateSigningRequest](#certificatesigningrequest-v1alpha1) array* | -metadata <br /> *[ListMeta](#listmeta-unversioned)* | - - - - - - diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_clusterrolelist_v1alpha1_concept.md b/docs/user-guide/kubectl/1_5/documents/_generated_clusterrolelist_v1alpha1_concept.md deleted file mode 100644 index fc2468dc6e..0000000000 --- a/docs/user-guide/kubectl/1_5/documents/_generated_clusterrolelist_v1alpha1_concept.md +++ /dev/null @@ -1,31 +0,0 @@ - - ------------ -# ClusterRoleList v1alpha1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1alpha1 | ClusterRoleList - - - - - - - -ClusterRoleList is a collection of ClusterRoles - - - -Field | Description ------------- | ----------- -items <br /> *[ClusterRole](#clusterrole-v1alpha1) array* | Items is a list of ClusterRoles -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. - - - - - - diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_componentstatuslist_v1_concept.md b/docs/user-guide/kubectl/1_5/documents/_generated_componentstatuslist_v1_concept.md deleted file mode 100644 index 812ce55079..0000000000 --- a/docs/user-guide/kubectl/1_5/documents/_generated_componentstatuslist_v1_concept.md +++ /dev/null @@ -1,31 +0,0 @@ - - ------------ -# ComponentStatusList v1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | ComponentStatusList - - - - - - - -Status of all the conditions for the component as a list of ComponentStatus objects. - - - -Field | Description ------------- | ----------- -items <br /> *[ComponentStatus](#componentstatus-v1) array* | List of ComponentStatus objects. -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds - - - - - - diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_daemonsetlist_v1beta1_concept.md b/docs/user-guide/kubectl/1_5/documents/_generated_daemonsetlist_v1beta1_concept.md deleted file mode 100644 index c22521c81e..0000000000 --- a/docs/user-guide/kubectl/1_5/documents/_generated_daemonsetlist_v1beta1_concept.md +++ /dev/null @@ -1,31 +0,0 @@ - - ------------ -# DaemonSetList v1beta1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1beta1 | DaemonSetList - - - - - - - -DaemonSetList is a collection of daemon sets. - - - -Field | Description ------------- | ----------- -items <br /> *[DaemonSet](#daemonset-v1beta1) array* | Items is a list of daemon sets. -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata - - - - - - diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_deploymentlist_v1beta1_concept.md b/docs/user-guide/kubectl/1_5/documents/_generated_deploymentlist_v1beta1_concept.md deleted file mode 100644 index d52e0cd593..0000000000 --- a/docs/user-guide/kubectl/1_5/documents/_generated_deploymentlist_v1beta1_concept.md +++ /dev/null @@ -1,31 +0,0 @@ - - ------------ -# DeploymentList v1beta1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1beta1 | DeploymentList - - - - - - - -DeploymentList is a list of Deployments. - - - -Field | Description ------------- | ----------- -items <br /> *[Deployment](#deployment-v1beta1) array* | Items is the list of Deployments. -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. - - - - - - diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_deploymentrollback_v1beta1_concept.md b/docs/user-guide/kubectl/1_5/documents/_generated_deploymentrollback_v1beta1_concept.md deleted file mode 100644 index 2aba30d0ca..0000000000 --- a/docs/user-guide/kubectl/1_5/documents/_generated_deploymentrollback_v1beta1_concept.md +++ /dev/null @@ -1,32 +0,0 @@ - - ------------ -# DeploymentRollback v1beta1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1beta1 | DeploymentRollback - - - - - - - -DeploymentRollback stores the information required to rollback a deployment. - - - -Field | Description ------------- | ----------- -name <br /> *string* | Required: This must match the Name of a deployment. -rollbackTo <br /> *[RollbackConfig](#rollbackconfig-v1beta1)* | The config of this deployment rollback. -updatedAnnotations <br /> *object* | The annotations to be updated to a deployment - - - - - - diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_endpointslist_v1_concept.md b/docs/user-guide/kubectl/1_5/documents/_generated_endpointslist_v1_concept.md deleted file mode 100644 index a86cd00d15..0000000000 --- a/docs/user-guide/kubectl/1_5/documents/_generated_endpointslist_v1_concept.md +++ /dev/null @@ -1,31 +0,0 @@ - - ------------ -# EndpointsList v1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | EndpointsList - - - - - - - -EndpointsList is a list of endpoints. - - - -Field | Description ------------- | ----------- -items <br /> *[Endpoints](#endpoints-v1) array* | List of endpoints. -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds - - - - - - diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_eventlist_v1_concept.md b/docs/user-guide/kubectl/1_5/documents/_generated_eventlist_v1_concept.md deleted file mode 100644 index 35db7a83de..0000000000 --- a/docs/user-guide/kubectl/1_5/documents/_generated_eventlist_v1_concept.md +++ /dev/null @@ -1,31 +0,0 @@ - - ------------ -# EventList v1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | EventList - - - - - - - -EventList is a list of events. - - - -Field | Description ------------- | ----------- -items <br /> *[Event](#event-v1) array* | List of events -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds - - - - - - diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_horizontalpodautoscalerstatus_v1beta1_concept.md b/docs/user-guide/kubectl/1_5/documents/_generated_horizontalpodautoscalerstatus_v1beta1_concept.md deleted file mode 100644 index e239517552..0000000000 --- a/docs/user-guide/kubectl/1_5/documents/_generated_horizontalpodautoscalerstatus_v1beta1_concept.md +++ /dev/null @@ -1,35 +0,0 @@ - - ------------ -# HorizontalPodAutoscalerStatus v1beta1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1beta1 | HorizontalPodAutoscalerStatus - - - - -<aside class="notice">Other api versions of this object exist: <a href="#horizontalpodautoscalerstatus-v1">v1</a> </aside> - - -current status of a horizontal pod autoscaler - -<aside class="notice"> -Appears In <a href="#horizontalpodautoscaler-v1beta1">HorizontalPodAutoscaler</a> </aside> - -Field | Description ------------- | ----------- -currentCPUUtilizationPercentage <br /> *integer* | current average CPU utilization over all pods, represented as a percentage of requested CPU, e.g. 70 means that an average pod is using now 70% of its requested CPU. -currentReplicas <br /> *integer* | current number of replicas of pods managed by this autoscaler. -desiredReplicas <br /> *integer* | desired number of replicas of pods managed by this autoscaler. -lastScaleTime <br /> *[Time](#time-unversioned)* | last time the HorizontalPodAutoscaler scaled the number of pods; used by the autoscaler to control how often the number of pods is changed. -observedGeneration <br /> *integer* | most recent generation observed by this autoscaler. - - - - - - diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_persistentvolumespec_v1_concept.md b/docs/user-guide/kubectl/1_5/documents/_generated_persistentvolumespec_v1_concept.md deleted file mode 100644 index 5fa83806ee..0000000000 --- a/docs/user-guide/kubectl/1_5/documents/_generated_persistentvolumespec_v1_concept.md +++ /dev/null @@ -1,34 +0,0 @@ - - ------------ -# PersistentVolumeSpec v1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | PersistentVolumeSpec - - - - - - - -PersistentVolumeSpec is the specification of a persistent volume. - -<aside class="notice"> -Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside> - -Field | Description ------------- | ----------- -accessModes <br /> *string array* | AccessModes contains all ways the volume can be mounted. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes -capacity <br /> *object* | A description of the persistent volume's resources and capacity. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#capacity -claimRef <br /> *[ObjectReference](#objectreference-v1)* | ClaimRef is part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim. Expected to be non-nil when bound. claim.VolumeName is the authoritative bind between PV and PVC. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#binding -persistentVolumeReclaimPolicy <br /> *string* | What happens to a persistent volume when released from its claim. Valid options are Retain (default) and Recycle. Recycling must be supported by the volume plugin underlying this persistent volume. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#recycling-policy - - - - - - diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_poddisruptionbudgetlist_v1beta1_concept.md b/docs/user-guide/kubectl/1_5/documents/_generated_poddisruptionbudgetlist_v1beta1_concept.md deleted file mode 100644 index 8f3fb74836..0000000000 --- a/docs/user-guide/kubectl/1_5/documents/_generated_poddisruptionbudgetlist_v1beta1_concept.md +++ /dev/null @@ -1,31 +0,0 @@ - - ------------ -# PodDisruptionBudgetList v1beta1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1beta1 | PodDisruptionBudgetList - - - - - - - -PodDisruptionBudgetList is a collection of PodDisruptionBudgets. - - - -Field | Description ------------- | ----------- -items <br /> *[PodDisruptionBudget](#poddisruptionbudget-v1beta1) array* | -metadata <br /> *[ListMeta](#listmeta-unversioned)* | - - - - - - diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_podlist_v1_concept.md b/docs/user-guide/kubectl/1_5/documents/_generated_podlist_v1_concept.md deleted file mode 100644 index 926e66ecc1..0000000000 --- a/docs/user-guide/kubectl/1_5/documents/_generated_podlist_v1_concept.md +++ /dev/null @@ -1,31 +0,0 @@ - - ------------ -# PodList v1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | PodList - - - - - - - -PodList is a list of Pods. - - - -Field | Description ------------- | ----------- -items <br /> *[Pod](#pod-v1) array* | List of pods. More info: http://kubernetes.io/docs/user-guide/pods -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds - - - - - - diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_replicasetlist_v1beta1_concept.md b/docs/user-guide/kubectl/1_5/documents/_generated_replicasetlist_v1beta1_concept.md deleted file mode 100644 index e37e6fe96e..0000000000 --- a/docs/user-guide/kubectl/1_5/documents/_generated_replicasetlist_v1beta1_concept.md +++ /dev/null @@ -1,31 +0,0 @@ - - ------------ -# ReplicaSetList v1beta1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1beta1 | ReplicaSetList - - - - - - - -ReplicaSetList is a collection of ReplicaSets. - - - -Field | Description ------------- | ----------- -items <br /> *[ReplicaSet](#replicaset-v1beta1) array* | List of ReplicaSets. More info: http://kubernetes.io/docs/user-guide/replication-controller -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds - - - - - - diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_rolelist_v1alpha1_concept.md b/docs/user-guide/kubectl/1_5/documents/_generated_rolelist_v1alpha1_concept.md deleted file mode 100644 index e371149d08..0000000000 --- a/docs/user-guide/kubectl/1_5/documents/_generated_rolelist_v1alpha1_concept.md +++ /dev/null @@ -1,31 +0,0 @@ - - ------------ -# RoleList v1alpha1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1alpha1 | RoleList - - - - - - - -RoleList is a collection of Roles - - - -Field | Description ------------- | ----------- -items <br /> *[Role](#role-v1alpha1) array* | Items is a list of Roles -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. - - - - - - diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_secretlist_v1_concept.md b/docs/user-guide/kubectl/1_5/documents/_generated_secretlist_v1_concept.md deleted file mode 100644 index ecec9a92b7..0000000000 --- a/docs/user-guide/kubectl/1_5/documents/_generated_secretlist_v1_concept.md +++ /dev/null @@ -1,31 +0,0 @@ - - ------------ -# SecretList v1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | SecretList - - - - - - - -SecretList is a list of Secret. - - - -Field | Description ------------- | ----------- -items <br /> *[Secret](#secret-v1) array* | Items is a list of secret objects. More info: http://kubernetes.io/docs/user-guide/secrets -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds - - - - - - diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_servicelist_v1_concept.md b/docs/user-guide/kubectl/1_5/documents/_generated_servicelist_v1_concept.md deleted file mode 100644 index 073232204f..0000000000 --- a/docs/user-guide/kubectl/1_5/documents/_generated_servicelist_v1_concept.md +++ /dev/null @@ -1,31 +0,0 @@ - - ------------ -# ServiceList v1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | ServiceList - - - - - - - -ServiceList holds a list of services. - - - -Field | Description ------------- | ----------- -items <br /> *[Service](#service-v1) array* | List of services -metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds - - - - - - diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_statefulsetlist_v1beta1_concept.md b/docs/user-guide/kubectl/1_5/documents/_generated_statefulsetlist_v1beta1_concept.md deleted file mode 100644 index 61d68b6d98..0000000000 --- a/docs/user-guide/kubectl/1_5/documents/_generated_statefulsetlist_v1beta1_concept.md +++ /dev/null @@ -1,31 +0,0 @@ - - ------------ -# StatefulSetList v1beta1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1beta1 | StatefulSetList - - - - - - - -StatefulSetList is a collection of StatefulSets. - - - -Field | Description ------------- | ----------- -items <br /> *[StatefulSet](#statefulset-v1beta1) array* | -metadata <br /> *[ListMeta](#listmeta-unversioned)* | - - - - - - diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_volume_v1_concept.md b/docs/user-guide/kubectl/1_5/documents/_generated_volume_v1_concept.md deleted file mode 100644 index eea4705dd5..0000000000 --- a/docs/user-guide/kubectl/1_5/documents/_generated_volume_v1_concept.md +++ /dev/null @@ -1,31 +0,0 @@ - - ------------ -# Volume v1 - - - -Group | Version | Kind ------------- | ---------- | ----------- -Core | v1 | Volume - - - - - - - -Volume represents a named volume in a pod that may be accessed by any container in the pod. - -<aside class="notice"> -Appears In <a href="#podspec-v1">PodSpec</a> </aside> - -Field | Description ------------- | ----------- -name <br /> *string* | Volume's name. Must be a DNS_LABEL and unique within the pod. More info: http://kubernetes.io/docs/user-guide/identifiers#names - - - - - - diff --git a/docs/user-guide/kubectl/1_5/node_modules/node-static/.package.json.un~ b/docs/user-guide/kubectl/1_5/node_modules/node-static/.package.json.un~ deleted file mode 100644 index d2064f2761..0000000000 Binary files a/docs/user-guide/kubectl/1_5/node_modules/node-static/.package.json.un~ and /dev/null differ diff --git a/docs/user-guide/kubectl/1_5/node_modules/node-static/lib/.node-static.js.un~ b/docs/user-guide/kubectl/1_5/node_modules/node-static/lib/.node-static.js.un~ deleted file mode 100644 index 77ce232fdf..0000000000 Binary files a/docs/user-guide/kubectl/1_5/node_modules/node-static/lib/.node-static.js.un~ and /dev/null differ diff --git a/docs/user-guide/kubectl/1_5/LICENSE b/docs/user-guide/kubectl/v1.5/LICENSE similarity index 100% rename from docs/user-guide/kubectl/1_5/LICENSE rename to docs/user-guide/kubectl/v1.5/LICENSE diff --git a/docs/user-guide/kubectl/1_5/README.md b/docs/user-guide/kubectl/v1.5/README.md similarity index 100% rename from docs/user-guide/kubectl/1_5/README.md rename to docs/user-guide/kubectl/v1.5/README.md diff --git a/docs/user-guide/kubectl/1_5/actions.js b/docs/user-guide/kubectl/v1.5/actions.js similarity index 100% rename from docs/user-guide/kubectl/1_5/actions.js rename to docs/user-guide/kubectl/v1.5/actions.js diff --git a/docs/user-guide/kubectl/1_5/brodoc.js b/docs/user-guide/kubectl/v1.5/brodoc.js similarity index 100% rename from docs/user-guide/kubectl/1_5/brodoc.js rename to docs/user-guide/kubectl/v1.5/brodoc.js diff --git a/docs/user-guide/kubectl/1_5/documents/_app_management.md b/docs/user-guide/kubectl/v1.5/documents/_app_management.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_app_management.md rename to docs/user-guide/kubectl/v1.5/documents/_app_management.md diff --git a/docs/user-guide/kubectl/1_5/documents/_cluster.md b/docs/user-guide/kubectl/v1.5/documents/_cluster.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_cluster.md rename to docs/user-guide/kubectl/v1.5/documents/_cluster.md diff --git a/docs/user-guide/kubectl/1_5/documents/_config.md b/docs/user-guide/kubectl/v1.5/documents/_config.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_config.md rename to docs/user-guide/kubectl/v1.5/documents/_config.md diff --git a/docs/user-guide/kubectl/1_5/documents/_definitions.md b/docs/user-guide/kubectl/v1.5/documents/_definitions.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_definitions.md rename to docs/user-guide/kubectl/v1.5/documents/_definitions.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_annotate.md b/docs/user-guide/kubectl/v1.5/documents/_generated_annotate.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_annotate.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_annotate.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_api-versions.md b/docs/user-guide/kubectl/v1.5/documents/_generated_api-versions.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_api-versions.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_api-versions.md diff --git a/docs/api-reference/1_5/documents/_generated_apigroup_unversioned_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_apigroup_unversioned_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_apigroup_unversioned_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_apigroup_unversioned_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_apigroup_unversioned_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_apigroup_unversioned_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_apigroup_unversioned_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_apigroup_unversioned_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_apigrouplist_unversioned_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_apigrouplist_unversioned_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_apigrouplist_unversioned_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_apigrouplist_unversioned_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_apigrouplist_unversioned_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_apigrouplist_unversioned_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_apigrouplist_unversioned_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_apigrouplist_unversioned_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_apiresource_unversioned_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_apiresource_unversioned_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_apiresource_unversioned_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_apiresource_unversioned_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_apiresource_unversioned_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_apiresource_unversioned_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_apiresource_unversioned_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_apiresource_unversioned_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_apiresourcelist_unversioned_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_apiresourcelist_unversioned_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_apiresourcelist_unversioned_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_apiresourcelist_unversioned_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_apiresourcelist_unversioned_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_apiresourcelist_unversioned_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_apiresourcelist_unversioned_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_apiresourcelist_unversioned_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_apiversion_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_apiversion_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_apiversion_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_apiversion_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_apiversion_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_apiversion_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_apiversion_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_apiversion_v1beta1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_apiversions_unversioned_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_apiversions_unversioned_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_apiversions_unversioned_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_apiversions_unversioned_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_apiversions_unversioned_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_apiversions_unversioned_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_apiversions_unversioned_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_apiversions_unversioned_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_apply.md b/docs/user-guide/kubectl/v1.5/documents/_generated_apply.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_apply.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_apply.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_attach.md b/docs/user-guide/kubectl/v1.5/documents/_generated_attach.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_attach.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_attach.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_attachedvolume_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_attachedvolume_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_attachedvolume_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_attachedvolume_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_attachedvolume_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_attachedvolume_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_attachedvolume_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_attachedvolume_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_autoscale.md b/docs/user-guide/kubectl/v1.5/documents/_generated_autoscale.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_autoscale.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_autoscale.md diff --git a/docs/api-reference/1_5/documents/_generated_binding_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_binding_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_binding_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_binding_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_binding_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_binding_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_binding_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_binding_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_capabilities_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_capabilities_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_capabilities_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_capabilities_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_capabilities_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_capabilities_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_capabilities_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_capabilities_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_category_cluster_management.md b/docs/user-guide/kubectl/v1.5/documents/_generated_category_cluster_management.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_category_cluster_management.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_category_cluster_management.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_category_declarative_app_management.md b/docs/user-guide/kubectl/v1.5/documents/_generated_category_declarative_app_management.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_category_declarative_app_management.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_category_declarative_app_management.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_category_deprecated_commands.md b/docs/user-guide/kubectl/v1.5/documents/_generated_category_deprecated_commands.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_category_deprecated_commands.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_category_deprecated_commands.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_category_kubectl_settings_and_usage.md b/docs/user-guide/kubectl/v1.5/documents/_generated_category_kubectl_settings_and_usage.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_category_kubectl_settings_and_usage.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_category_kubectl_settings_and_usage.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_certificate.md b/docs/user-guide/kubectl/v1.5/documents/_generated_certificate.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_certificate.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_certificate.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_certificatesigningrequest_v1alpha1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_certificatesigningrequest_v1alpha1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_certificatesigningrequest_v1alpha1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_certificatesigningrequest_v1alpha1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_certificatesigningrequest_v1alpha1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_certificatesigningrequest_v1alpha1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_certificatesigningrequest_v1alpha1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_certificatesigningrequest_v1alpha1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_certificatesigningrequestcondition_v1alpha1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_certificatesigningrequestcondition_v1alpha1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_certificatesigningrequestcondition_v1alpha1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_certificatesigningrequestcondition_v1alpha1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_certificatesigningrequestcondition_v1alpha1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_certificatesigningrequestcondition_v1alpha1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_certificatesigningrequestcondition_v1alpha1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_certificatesigningrequestcondition_v1alpha1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_certificatesigningrequestlist_v1alpha1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_certificatesigningrequestlist_v1alpha1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_certificatesigningrequestlist_v1alpha1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_certificatesigningrequestlist_v1alpha1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_certificatesigningrequestlist_v1alpha1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_certificatesigningrequestlist_v1alpha1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_certificatesigningrequestlist_v1alpha1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_certificatesigningrequestlist_v1alpha1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_certificatesigningrequestspec_v1alpha1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_certificatesigningrequestspec_v1alpha1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_certificatesigningrequestspec_v1alpha1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_certificatesigningrequestspec_v1alpha1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_certificatesigningrequestspec_v1alpha1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_certificatesigningrequestspec_v1alpha1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_certificatesigningrequestspec_v1alpha1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_certificatesigningrequestspec_v1alpha1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_certificatesigningrequeststatus_v1alpha1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_certificatesigningrequeststatus_v1alpha1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_certificatesigningrequeststatus_v1alpha1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_certificatesigningrequeststatus_v1alpha1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_certificatesigningrequeststatus_v1alpha1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_certificatesigningrequeststatus_v1alpha1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_certificatesigningrequeststatus_v1alpha1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_certificatesigningrequeststatus_v1alpha1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_cluster-info.md b/docs/user-guide/kubectl/v1.5/documents/_generated_cluster-info.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_cluster-info.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_cluster-info.md diff --git a/docs/api-reference/1_5/documents/_generated_clusterrole_v1alpha1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_clusterrole_v1alpha1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_clusterrole_v1alpha1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_clusterrole_v1alpha1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_clusterrole_v1alpha1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_clusterrole_v1alpha1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_clusterrole_v1alpha1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_clusterrole_v1alpha1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_clusterrolebinding_v1alpha1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_clusterrolebinding_v1alpha1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_clusterrolebinding_v1alpha1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_clusterrolebinding_v1alpha1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_clusterrolebinding_v1alpha1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_clusterrolebinding_v1alpha1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_clusterrolebinding_v1alpha1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_clusterrolebinding_v1alpha1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_clusterrolebindinglist_v1alpha1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_clusterrolebindinglist_v1alpha1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_clusterrolebindinglist_v1alpha1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_clusterrolebindinglist_v1alpha1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_clusterrolebindinglist_v1alpha1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_clusterrolebindinglist_v1alpha1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_clusterrolebindinglist_v1alpha1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_clusterrolebindinglist_v1alpha1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_clusterrolelist_v1alpha1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_clusterrolelist_v1alpha1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_clusterrolelist_v1alpha1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_clusterrolelist_v1alpha1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_clusterrolelist_v1alpha1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_clusterrolelist_v1alpha1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_clusterrolelist_v1alpha1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_clusterrolelist_v1alpha1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_completion.md b/docs/user-guide/kubectl/v1.5/documents/_generated_completion.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_completion.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_completion.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_componentcondition_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_componentcondition_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_componentcondition_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_componentcondition_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_componentcondition_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_componentcondition_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_componentcondition_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_componentcondition_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_componentstatus_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_componentstatus_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_componentstatus_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_componentstatus_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_componentstatus_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_componentstatus_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_componentstatus_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_componentstatus_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_componentstatuslist_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_componentstatuslist_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_componentstatuslist_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_componentstatuslist_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_componentstatuslist_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_componentstatuslist_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_componentstatuslist_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_componentstatuslist_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_config.md b/docs/user-guide/kubectl/v1.5/documents/_generated_config.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_config.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_config.md diff --git a/docs/api-reference/1_5/documents/_generated_configmap_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_configmap_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_configmap_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_configmap_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_configmap_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_configmap_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_configmap_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_configmap_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_configmapkeyselector_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_configmapkeyselector_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_configmapkeyselector_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_configmapkeyselector_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_configmapkeyselector_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_configmapkeyselector_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_configmapkeyselector_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_configmapkeyselector_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_configmaplist_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_configmaplist_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_configmaplist_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_configmaplist_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_configmaplist_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_configmaplist_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_configmaplist_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_configmaplist_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_container_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_container_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_container_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_container_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_container_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_container_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_container_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_container_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_containerimage_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_containerimage_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_containerimage_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_containerimage_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_containerimage_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_containerimage_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_containerimage_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_containerimage_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_containerport_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_containerport_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_containerport_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_containerport_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_containerport_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_containerport_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_containerport_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_containerport_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_containerstate_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_containerstate_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_containerstate_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_containerstate_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_containerstate_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_containerstate_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_containerstate_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_containerstate_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_containerstaterunning_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_containerstaterunning_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_containerstaterunning_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_containerstaterunning_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_containerstaterunning_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_containerstaterunning_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_containerstaterunning_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_containerstaterunning_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_containerstateterminated_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_containerstateterminated_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_containerstateterminated_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_containerstateterminated_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_containerstateterminated_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_containerstateterminated_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_containerstateterminated_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_containerstateterminated_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_containerstatewaiting_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_containerstatewaiting_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_containerstatewaiting_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_containerstatewaiting_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_containerstatewaiting_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_containerstatewaiting_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_containerstatewaiting_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_containerstatewaiting_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_containerstatus_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_containerstatus_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_containerstatus_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_containerstatus_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_containerstatus_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_containerstatus_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_containerstatus_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_containerstatus_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_convert.md b/docs/user-guide/kubectl/v1.5/documents/_generated_convert.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_convert.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_convert.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_cordon.md b/docs/user-guide/kubectl/v1.5/documents/_generated_cordon.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_cordon.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_cordon.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_cp.md b/docs/user-guide/kubectl/v1.5/documents/_generated_cp.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_cp.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_cp.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_cputargetutilization_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_cputargetutilization_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_cputargetutilization_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_cputargetutilization_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_cputargetutilization_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_cputargetutilization_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_cputargetutilization_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_cputargetutilization_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_create.md b/docs/user-guide/kubectl/v1.5/documents/_generated_create.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_create.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_create.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_crossversionobjectreference_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_crossversionobjectreference_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_crossversionobjectreference_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_crossversionobjectreference_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_crossversionobjectreference_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_crossversionobjectreference_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_crossversionobjectreference_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_crossversionobjectreference_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_daemonendpoint_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_daemonendpoint_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_daemonendpoint_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_daemonendpoint_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_daemonendpoint_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_daemonendpoint_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_daemonendpoint_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_daemonendpoint_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_daemonset_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_daemonset_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_daemonset_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_daemonset_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_daemonset_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_daemonset_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_daemonset_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_daemonset_v1beta1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_daemonsetlist_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_daemonsetlist_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_daemonsetlist_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_daemonsetlist_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_daemonsetlist_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_daemonsetlist_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_daemonsetlist_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_daemonsetlist_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_daemonsetspec_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_daemonsetspec_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_daemonsetspec_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_daemonsetspec_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_daemonsetspec_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_daemonsetspec_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_daemonsetspec_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_daemonsetspec_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_daemonsetstatus_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_daemonsetstatus_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_daemonsetstatus_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_daemonsetstatus_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_daemonsetstatus_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_daemonsetstatus_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_daemonsetstatus_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_daemonsetstatus_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_delete.md b/docs/user-guide/kubectl/v1.5/documents/_generated_delete.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_delete.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_delete.md diff --git a/docs/api-reference/1_5/documents/_generated_deleteoptions_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_deleteoptions_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_deleteoptions_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_deleteoptions_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_deleteoptions_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_deleteoptions_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_deleteoptions_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_deleteoptions_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_deployment_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_deployment_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_deployment_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_deployment_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_deployment_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_deployment_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_deployment_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_deployment_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_deploymentcondition_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_deploymentcondition_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_deploymentcondition_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_deploymentcondition_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_deploymentcondition_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_deploymentcondition_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_deploymentcondition_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_deploymentcondition_v1beta1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_deploymentlist_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_deploymentlist_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_deploymentlist_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_deploymentlist_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_deploymentlist_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_deploymentlist_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_deploymentlist_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_deploymentlist_v1beta1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_deploymentrollback_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_deploymentrollback_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_deploymentrollback_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_deploymentrollback_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_deploymentrollback_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_deploymentrollback_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_deploymentrollback_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_deploymentrollback_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_deploymentspec_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_deploymentspec_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_deploymentspec_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_deploymentspec_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_deploymentspec_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_deploymentspec_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_deploymentspec_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_deploymentspec_v1beta1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_deploymentstatus_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_deploymentstatus_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_deploymentstatus_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_deploymentstatus_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_deploymentstatus_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_deploymentstatus_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_deploymentstatus_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_deploymentstatus_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_deploymentstrategy_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_deploymentstrategy_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_deploymentstrategy_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_deploymentstrategy_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_deploymentstrategy_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_deploymentstrategy_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_deploymentstrategy_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_deploymentstrategy_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_describe.md b/docs/user-guide/kubectl/v1.5/documents/_generated_describe.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_describe.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_describe.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_drain.md b/docs/user-guide/kubectl/v1.5/documents/_generated_drain.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_drain.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_drain.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_edit.md b/docs/user-guide/kubectl/v1.5/documents/_generated_edit.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_edit.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_edit.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_endpointaddress_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_endpointaddress_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_endpointaddress_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_endpointaddress_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_endpointaddress_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_endpointaddress_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_endpointaddress_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_endpointaddress_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_endpointport_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_endpointport_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_endpointport_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_endpointport_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_endpointport_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_endpointport_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_endpointport_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_endpointport_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_endpoints_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_endpoints_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_endpoints_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_endpoints_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_endpoints_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_endpoints_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_endpoints_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_endpoints_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_endpointslist_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_endpointslist_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_endpointslist_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_endpointslist_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_endpointslist_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_endpointslist_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_endpointslist_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_endpointslist_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_endpointsubset_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_endpointsubset_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_endpointsubset_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_endpointsubset_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_endpointsubset_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_endpointsubset_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_endpointsubset_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_endpointsubset_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_envvar_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_envvar_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_envvar_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_envvar_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_envvar_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_envvar_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_envvar_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_envvar_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_envvarsource_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_envvarsource_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_envvarsource_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_envvarsource_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_envvarsource_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_envvarsource_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_envvarsource_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_envvarsource_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_event_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_event_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_event_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_event_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_event_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_event_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_event_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_event_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_event_versioned_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_event_versioned_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_event_versioned_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_event_versioned_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_event_versioned_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_event_versioned_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_event_versioned_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_event_versioned_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_eventlist_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_eventlist_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_eventlist_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_eventlist_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_eventlist_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_eventlist_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_eventlist_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_eventlist_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_eventsource_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_eventsource_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_eventsource_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_eventsource_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_eventsource_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_eventsource_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_eventsource_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_eventsource_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_eviction_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_eviction_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_eviction_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_eviction_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_eviction_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_eviction_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_eviction_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_eviction_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_exec.md b/docs/user-guide/kubectl/v1.5/documents/_generated_exec.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_exec.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_exec.md diff --git a/docs/api-reference/1_5/documents/_generated_execaction_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_execaction_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_execaction_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_execaction_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_execaction_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_execaction_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_execaction_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_execaction_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_explain.md b/docs/user-guide/kubectl/v1.5/documents/_generated_explain.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_explain.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_explain.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_expose.md b/docs/user-guide/kubectl/v1.5/documents/_generated_expose.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_expose.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_expose.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_get.md b/docs/user-guide/kubectl/v1.5/documents/_generated_get.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_get.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_get.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_groupversionfordiscovery_unversioned_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_groupversionfordiscovery_unversioned_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_groupversionfordiscovery_unversioned_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_groupversionfordiscovery_unversioned_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_groupversionfordiscovery_unversioned_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_groupversionfordiscovery_unversioned_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_groupversionfordiscovery_unversioned_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_groupversionfordiscovery_unversioned_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_handler_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_handler_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_handler_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_handler_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_handler_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_handler_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_handler_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_handler_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_horizontalpodautoscaler_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_horizontalpodautoscaler_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_horizontalpodautoscaler_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_horizontalpodautoscaler_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_horizontalpodautoscaler_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_horizontalpodautoscaler_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_horizontalpodautoscaler_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_horizontalpodautoscaler_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_horizontalpodautoscaler_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_horizontalpodautoscaler_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_horizontalpodautoscaler_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_horizontalpodautoscaler_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_horizontalpodautoscaler_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_horizontalpodautoscaler_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_horizontalpodautoscaler_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_horizontalpodautoscaler_v1beta1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_horizontalpodautoscalerlist_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_horizontalpodautoscalerlist_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_horizontalpodautoscalerlist_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_horizontalpodautoscalerlist_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_horizontalpodautoscalerlist_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_horizontalpodautoscalerlist_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_horizontalpodautoscalerlist_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_horizontalpodautoscalerlist_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_horizontalpodautoscalerlist_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_horizontalpodautoscalerlist_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_horizontalpodautoscalerlist_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_horizontalpodautoscalerlist_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_horizontalpodautoscalerlist_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_horizontalpodautoscalerlist_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_horizontalpodautoscalerlist_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_horizontalpodautoscalerlist_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_horizontalpodautoscalerspec_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_horizontalpodautoscalerspec_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_horizontalpodautoscalerspec_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_horizontalpodautoscalerspec_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_horizontalpodautoscalerspec_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_horizontalpodautoscalerspec_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_horizontalpodautoscalerspec_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_horizontalpodautoscalerspec_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_horizontalpodautoscalerspec_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_horizontalpodautoscalerspec_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_horizontalpodautoscalerspec_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_horizontalpodautoscalerspec_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_horizontalpodautoscalerspec_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_horizontalpodautoscalerspec_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_horizontalpodautoscalerspec_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_horizontalpodautoscalerspec_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_horizontalpodautoscalerstatus_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_horizontalpodautoscalerstatus_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_horizontalpodautoscalerstatus_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_horizontalpodautoscalerstatus_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_horizontalpodautoscalerstatus_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_horizontalpodautoscalerstatus_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_horizontalpodautoscalerstatus_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_horizontalpodautoscalerstatus_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_horizontalpodautoscalerstatus_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_horizontalpodautoscalerstatus_v1beta1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_horizontalpodautoscalerstatus_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_horizontalpodautoscalerstatus_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_horizontalpodautoscalerstatus_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_horizontalpodautoscalerstatus_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_horizontalpodautoscalerstatus_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_horizontalpodautoscalerstatus_v1beta1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_httpgetaction_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_httpgetaction_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_httpgetaction_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_httpgetaction_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_httpgetaction_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_httpgetaction_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_httpgetaction_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_httpgetaction_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_httpheader_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_httpheader_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_httpheader_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_httpheader_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_httpheader_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_httpheader_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_httpheader_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_httpheader_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_info_version_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_info_version_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_info_version_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_info_version_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_info_version_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_info_version_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_info_version_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_info_version_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_ingress_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_ingress_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_ingress_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_ingress_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_ingress_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_ingress_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_ingress_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_ingress_v1beta1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_ingressbackend_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_ingressbackend_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_ingressbackend_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_ingressbackend_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_ingressbackend_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_ingressbackend_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_ingressbackend_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_ingressbackend_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_ingresslist_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_ingresslist_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_ingresslist_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_ingresslist_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_ingresslist_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_ingresslist_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_ingresslist_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_ingresslist_v1beta1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_ingressrule_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_ingressrule_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_ingressrule_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_ingressrule_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_ingressrule_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_ingressrule_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_ingressrule_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_ingressrule_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_ingressspec_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_ingressspec_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_ingressspec_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_ingressspec_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_ingressspec_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_ingressspec_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_ingressspec_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_ingressspec_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_ingressstatus_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_ingressstatus_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_ingressstatus_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_ingressstatus_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_ingressstatus_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_ingressstatus_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_ingressstatus_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_ingressstatus_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_ingresstls_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_ingresstls_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_ingresstls_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_ingresstls_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_ingresstls_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_ingresstls_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_ingresstls_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_ingresstls_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_intorstring_intstr_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_intorstring_intstr_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_intorstring_intstr_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_intorstring_intstr_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_intorstring_intstr_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_intorstring_intstr_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_intorstring_intstr_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_intorstring_intstr_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_job_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_job_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_job_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_job_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_job_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_job_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_job_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_job_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_job_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_job_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_job_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_job_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_job_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_job_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_job_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_job_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_jobcondition_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_jobcondition_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_jobcondition_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_jobcondition_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_jobcondition_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_jobcondition_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_jobcondition_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_jobcondition_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_jobcondition_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_jobcondition_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_jobcondition_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_jobcondition_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_jobcondition_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_jobcondition_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_jobcondition_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_jobcondition_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_joblist_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_joblist_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_joblist_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_joblist_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_joblist_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_joblist_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_joblist_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_joblist_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_joblist_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_joblist_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_joblist_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_joblist_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_joblist_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_joblist_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_joblist_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_joblist_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_jobspec_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_jobspec_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_jobspec_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_jobspec_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_jobspec_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_jobspec_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_jobspec_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_jobspec_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_jobspec_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_jobspec_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_jobspec_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_jobspec_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_jobspec_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_jobspec_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_jobspec_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_jobspec_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_jobstatus_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_jobstatus_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_jobstatus_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_jobstatus_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_jobstatus_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_jobstatus_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_jobstatus_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_jobstatus_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_jobstatus_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_jobstatus_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_jobstatus_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_jobstatus_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_jobstatus_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_jobstatus_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_jobstatus_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_jobstatus_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_label.md b/docs/user-guide/kubectl/v1.5/documents/_generated_label.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_label.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_label.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_labelselector_unversioned_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_labelselector_unversioned_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_labelselector_unversioned_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_labelselector_unversioned_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_labelselector_unversioned_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_labelselector_unversioned_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_labelselector_unversioned_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_labelselector_unversioned_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_labelselectorrequirement_unversioned_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_labelselectorrequirement_unversioned_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_labelselectorrequirement_unversioned_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_labelselectorrequirement_unversioned_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_labelselectorrequirement_unversioned_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_labelselectorrequirement_unversioned_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_labelselectorrequirement_unversioned_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_labelselectorrequirement_unversioned_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_lifecycle_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_lifecycle_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_lifecycle_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_lifecycle_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_lifecycle_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_lifecycle_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_lifecycle_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_lifecycle_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_limitrange_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_limitrange_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_limitrange_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_limitrange_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_limitrange_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_limitrange_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_limitrange_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_limitrange_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_limitrangeitem_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_limitrangeitem_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_limitrangeitem_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_limitrangeitem_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_limitrangeitem_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_limitrangeitem_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_limitrangeitem_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_limitrangeitem_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_limitrangelist_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_limitrangelist_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_limitrangelist_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_limitrangelist_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_limitrangelist_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_limitrangelist_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_limitrangelist_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_limitrangelist_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_limitrangespec_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_limitrangespec_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_limitrangespec_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_limitrangespec_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_limitrangespec_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_limitrangespec_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_limitrangespec_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_limitrangespec_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_listmeta_unversioned_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_listmeta_unversioned_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_listmeta_unversioned_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_listmeta_unversioned_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_listmeta_unversioned_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_listmeta_unversioned_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_listmeta_unversioned_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_listmeta_unversioned_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_loadbalanceringress_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_loadbalanceringress_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_loadbalanceringress_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_loadbalanceringress_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_loadbalanceringress_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_loadbalanceringress_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_loadbalanceringress_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_loadbalanceringress_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_loadbalancerstatus_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_loadbalancerstatus_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_loadbalancerstatus_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_loadbalancerstatus_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_loadbalancerstatus_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_loadbalancerstatus_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_loadbalancerstatus_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_loadbalancerstatus_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_localobjectreference_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_localobjectreference_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_localobjectreference_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_localobjectreference_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_localobjectreference_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_localobjectreference_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_localobjectreference_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_localobjectreference_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_localsubjectaccessreview_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_localsubjectaccessreview_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_localsubjectaccessreview_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_localsubjectaccessreview_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_localsubjectaccessreview_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_localsubjectaccessreview_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_localsubjectaccessreview_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_localsubjectaccessreview_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_logs.md b/docs/user-guide/kubectl/v1.5/documents/_generated_logs.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_logs.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_logs.md diff --git a/docs/api-reference/1_5/documents/_generated_namespace_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_namespace_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_namespace_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_namespace_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_namespace_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_namespace_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_namespace_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_namespace_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_namespacelist_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_namespacelist_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_namespacelist_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_namespacelist_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_namespacelist_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_namespacelist_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_namespacelist_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_namespacelist_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_namespacespec_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_namespacespec_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_namespacespec_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_namespacespec_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_namespacespec_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_namespacespec_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_namespacespec_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_namespacespec_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_namespacestatus_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_namespacestatus_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_namespacestatus_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_namespacestatus_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_namespacestatus_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_namespacestatus_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_namespacestatus_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_namespacestatus_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_networkpolicy_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_networkpolicy_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_networkpolicy_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_networkpolicy_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_networkpolicy_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_networkpolicy_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_networkpolicy_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_networkpolicy_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_networkpolicyingressrule_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_networkpolicyingressrule_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_networkpolicyingressrule_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_networkpolicyingressrule_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_networkpolicyingressrule_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_networkpolicyingressrule_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_networkpolicyingressrule_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_networkpolicyingressrule_v1beta1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_networkpolicylist_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_networkpolicylist_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_networkpolicylist_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_networkpolicylist_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_networkpolicylist_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_networkpolicylist_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_networkpolicylist_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_networkpolicylist_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_networkpolicypeer_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_networkpolicypeer_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_networkpolicypeer_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_networkpolicypeer_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_networkpolicypeer_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_networkpolicypeer_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_networkpolicypeer_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_networkpolicypeer_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_networkpolicyport_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_networkpolicyport_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_networkpolicyport_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_networkpolicyport_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_networkpolicyport_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_networkpolicyport_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_networkpolicyport_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_networkpolicyport_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_networkpolicyspec_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_networkpolicyspec_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_networkpolicyspec_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_networkpolicyspec_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_networkpolicyspec_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_networkpolicyspec_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_networkpolicyspec_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_networkpolicyspec_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_node_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_node_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_node_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_node_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_node_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_node_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_node_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_node_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_nodeaddress_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_nodeaddress_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_nodeaddress_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_nodeaddress_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_nodeaddress_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_nodeaddress_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_nodeaddress_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_nodeaddress_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_nodecondition_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_nodecondition_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_nodecondition_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_nodecondition_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_nodecondition_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_nodecondition_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_nodecondition_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_nodecondition_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_nodedaemonendpoints_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_nodedaemonendpoints_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_nodedaemonendpoints_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_nodedaemonendpoints_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_nodedaemonendpoints_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_nodedaemonendpoints_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_nodedaemonendpoints_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_nodedaemonendpoints_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_nodelist_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_nodelist_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_nodelist_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_nodelist_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_nodelist_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_nodelist_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_nodelist_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_nodelist_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_nodespec_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_nodespec_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_nodespec_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_nodespec_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_nodespec_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_nodespec_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_nodespec_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_nodespec_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_nodestatus_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_nodestatus_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_nodestatus_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_nodestatus_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_nodestatus_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_nodestatus_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_nodestatus_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_nodestatus_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_nodesysteminfo_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_nodesysteminfo_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_nodesysteminfo_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_nodesysteminfo_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_nodesysteminfo_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_nodesysteminfo_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_nodesysteminfo_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_nodesysteminfo_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_nonresourceattributes_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_nonresourceattributes_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_nonresourceattributes_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_nonresourceattributes_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_nonresourceattributes_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_nonresourceattributes_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_nonresourceattributes_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_nonresourceattributes_v1beta1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_objectfieldselector_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_objectfieldselector_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_objectfieldselector_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_objectfieldselector_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_objectfieldselector_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_objectfieldselector_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_objectfieldselector_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_objectfieldselector_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_objectmeta_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_objectmeta_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_objectmeta_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_objectmeta_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_objectmeta_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_objectmeta_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_objectmeta_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_objectmeta_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_objectreference_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_objectreference_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_objectreference_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_objectreference_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_objectreference_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_objectreference_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_objectreference_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_objectreference_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_options.md b/docs/user-guide/kubectl/v1.5/documents/_generated_options.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_options.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_options.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_ownerreference_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_ownerreference_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_ownerreference_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_ownerreference_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_ownerreference_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_ownerreference_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_ownerreference_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_ownerreference_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_patch.md b/docs/user-guide/kubectl/v1.5/documents/_generated_patch.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_patch.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_patch.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_patch_unversioned_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_patch_unversioned_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_patch_unversioned_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_patch_unversioned_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_patch_unversioned_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_patch_unversioned_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_patch_unversioned_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_patch_unversioned_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_persistentvolume_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_persistentvolume_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_persistentvolume_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_persistentvolume_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_persistentvolume_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_persistentvolume_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_persistentvolume_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_persistentvolume_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_persistentvolumeclaim_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_persistentvolumeclaim_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_persistentvolumeclaim_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_persistentvolumeclaim_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_persistentvolumeclaim_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_persistentvolumeclaim_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_persistentvolumeclaim_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_persistentvolumeclaim_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_persistentvolumeclaimlist_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_persistentvolumeclaimlist_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_persistentvolumeclaimlist_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_persistentvolumeclaimlist_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_persistentvolumeclaimlist_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_persistentvolumeclaimlist_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_persistentvolumeclaimlist_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_persistentvolumeclaimlist_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_persistentvolumeclaimspec_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_persistentvolumeclaimspec_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_persistentvolumeclaimspec_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_persistentvolumeclaimspec_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_persistentvolumeclaimspec_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_persistentvolumeclaimspec_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_persistentvolumeclaimspec_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_persistentvolumeclaimspec_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_persistentvolumeclaimstatus_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_persistentvolumeclaimstatus_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_persistentvolumeclaimstatus_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_persistentvolumeclaimstatus_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_persistentvolumeclaimstatus_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_persistentvolumeclaimstatus_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_persistentvolumeclaimstatus_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_persistentvolumeclaimstatus_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_persistentvolumelist_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_persistentvolumelist_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_persistentvolumelist_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_persistentvolumelist_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_persistentvolumelist_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_persistentvolumelist_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_persistentvolumelist_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_persistentvolumelist_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_persistentvolumespec_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_persistentvolumespec_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_persistentvolumespec_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_persistentvolumespec_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_persistentvolumespec_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_persistentvolumespec_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_persistentvolumespec_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_persistentvolumespec_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_persistentvolumestatus_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_persistentvolumestatus_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_persistentvolumestatus_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_persistentvolumestatus_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_persistentvolumestatus_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_persistentvolumestatus_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_persistentvolumestatus_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_persistentvolumestatus_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_pod_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_pod_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_pod_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_pod_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_pod_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_pod_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_pod_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_pod_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_podcondition_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_podcondition_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_podcondition_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_podcondition_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_podcondition_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_podcondition_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_podcondition_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_podcondition_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_poddisruptionbudget_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_poddisruptionbudget_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_poddisruptionbudget_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_poddisruptionbudget_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_poddisruptionbudget_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_poddisruptionbudget_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_poddisruptionbudget_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_poddisruptionbudget_v1beta1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_poddisruptionbudgetlist_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_poddisruptionbudgetlist_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_poddisruptionbudgetlist_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_poddisruptionbudgetlist_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_poddisruptionbudgetlist_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_poddisruptionbudgetlist_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_poddisruptionbudgetlist_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_poddisruptionbudgetlist_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_poddisruptionbudgetspec_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_poddisruptionbudgetspec_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_poddisruptionbudgetspec_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_poddisruptionbudgetspec_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_poddisruptionbudgetspec_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_poddisruptionbudgetspec_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_poddisruptionbudgetspec_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_poddisruptionbudgetspec_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_poddisruptionbudgetstatus_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_poddisruptionbudgetstatus_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_poddisruptionbudgetstatus_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_poddisruptionbudgetstatus_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_poddisruptionbudgetstatus_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_poddisruptionbudgetstatus_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_poddisruptionbudgetstatus_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_poddisruptionbudgetstatus_v1beta1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_podlist_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_podlist_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_podlist_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_podlist_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_podlist_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_podlist_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_podlist_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_podlist_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_podsecuritycontext_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_podsecuritycontext_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_podsecuritycontext_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_podsecuritycontext_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_podsecuritycontext_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_podsecuritycontext_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_podsecuritycontext_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_podsecuritycontext_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_podspec_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_podspec_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_podspec_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_podspec_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_podspec_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_podspec_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_podspec_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_podspec_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_podstatus_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_podstatus_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_podstatus_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_podstatus_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_podstatus_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_podstatus_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_podstatus_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_podstatus_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_podtemplate_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_podtemplate_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_podtemplate_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_podtemplate_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_podtemplate_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_podtemplate_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_podtemplate_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_podtemplate_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_podtemplatelist_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_podtemplatelist_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_podtemplatelist_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_podtemplatelist_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_podtemplatelist_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_podtemplatelist_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_podtemplatelist_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_podtemplatelist_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_podtemplatespec_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_podtemplatespec_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_podtemplatespec_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_podtemplatespec_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_podtemplatespec_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_podtemplatespec_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_podtemplatespec_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_podtemplatespec_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_policyrule_v1alpha1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_policyrule_v1alpha1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_policyrule_v1alpha1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_policyrule_v1alpha1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_policyrule_v1alpha1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_policyrule_v1alpha1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_policyrule_v1alpha1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_policyrule_v1alpha1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_port-forward.md b/docs/user-guide/kubectl/v1.5/documents/_generated_port-forward.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_port-forward.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_port-forward.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_preconditions_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_preconditions_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_preconditions_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_preconditions_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_preconditions_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_preconditions_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_preconditions_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_preconditions_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_probe_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_probe_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_probe_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_probe_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_probe_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_probe_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_probe_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_probe_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_proxy.md b/docs/user-guide/kubectl/v1.5/documents/_generated_proxy.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_proxy.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_proxy.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_quantity_resource_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_quantity_resource_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_quantity_resource_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_quantity_resource_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_quantity_resource_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_quantity_resource_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_quantity_resource_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_quantity_resource_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_rawextension_runtime_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_rawextension_runtime_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_rawextension_runtime_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_rawextension_runtime_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_rawextension_runtime_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_rawextension_runtime_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_rawextension_runtime_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_rawextension_runtime_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_replace.md b/docs/user-guide/kubectl/v1.5/documents/_generated_replace.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_replace.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_replace.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_replicaset_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_replicaset_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_replicaset_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_replicaset_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_replicaset_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_replicaset_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_replicaset_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_replicaset_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_replicasetcondition_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_replicasetcondition_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_replicasetcondition_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_replicasetcondition_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_replicasetcondition_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_replicasetcondition_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_replicasetcondition_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_replicasetcondition_v1beta1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_replicasetlist_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_replicasetlist_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_replicasetlist_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_replicasetlist_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_replicasetlist_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_replicasetlist_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_replicasetlist_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_replicasetlist_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_replicasetspec_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_replicasetspec_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_replicasetspec_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_replicasetspec_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_replicasetspec_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_replicasetspec_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_replicasetspec_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_replicasetspec_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_replicasetstatus_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_replicasetstatus_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_replicasetstatus_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_replicasetstatus_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_replicasetstatus_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_replicasetstatus_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_replicasetstatus_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_replicasetstatus_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_replicationcontroller_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_replicationcontroller_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_replicationcontroller_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_replicationcontroller_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_replicationcontroller_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_replicationcontroller_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_replicationcontroller_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_replicationcontroller_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_replicationcontrollercondition_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_replicationcontrollercondition_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_replicationcontrollercondition_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_replicationcontrollercondition_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_replicationcontrollercondition_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_replicationcontrollercondition_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_replicationcontrollercondition_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_replicationcontrollercondition_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_replicationcontrollerlist_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_replicationcontrollerlist_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_replicationcontrollerlist_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_replicationcontrollerlist_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_replicationcontrollerlist_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_replicationcontrollerlist_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_replicationcontrollerlist_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_replicationcontrollerlist_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_replicationcontrollerspec_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_replicationcontrollerspec_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_replicationcontrollerspec_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_replicationcontrollerspec_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_replicationcontrollerspec_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_replicationcontrollerspec_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_replicationcontrollerspec_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_replicationcontrollerspec_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_replicationcontrollerstatus_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_replicationcontrollerstatus_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_replicationcontrollerstatus_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_replicationcontrollerstatus_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_replicationcontrollerstatus_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_replicationcontrollerstatus_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_replicationcontrollerstatus_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_replicationcontrollerstatus_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_resourceattributes_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_resourceattributes_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_resourceattributes_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_resourceattributes_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_resourceattributes_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_resourceattributes_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_resourceattributes_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_resourceattributes_v1beta1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_resourcefieldselector_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_resourcefieldselector_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_resourcefieldselector_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_resourcefieldselector_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_resourcefieldselector_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_resourcefieldselector_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_resourcefieldselector_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_resourcefieldselector_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_resourcequota_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_resourcequota_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_resourcequota_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_resourcequota_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_resourcequota_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_resourcequota_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_resourcequota_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_resourcequota_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_resourcequotalist_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_resourcequotalist_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_resourcequotalist_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_resourcequotalist_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_resourcequotalist_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_resourcequotalist_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_resourcequotalist_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_resourcequotalist_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_resourcequotaspec_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_resourcequotaspec_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_resourcequotaspec_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_resourcequotaspec_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_resourcequotaspec_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_resourcequotaspec_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_resourcequotaspec_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_resourcequotaspec_v1_definition.md diff --git a/docs/user-guide/kubectl/v1.5/documents/_generated_resourcequotastatus_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_resourcequotastatus_v1_concept.md new file mode 100644 index 0000000000..862134d6eb --- /dev/null +++ b/docs/user-guide/kubectl/v1.5/documents/_generated_resourcequotastatus_v1_concept.md @@ -0,0 +1,32 @@ + + +----------- +# ResourceQuotaStatus v1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1 | ResourceQuotaStatus + + + + + + + +ResourceQuotaStatus defines the enforced hard limits and observed use. + +<aside class="notice"> +Appears In <a href="#resourcequota-v1">ResourceQuota</a> </aside> + +Field | Description +------------ | ----------- +hard <br /> *object* | 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 +used <br /> *object* | Used is the current observed total usage of the resource in the namespace. + + + + + + diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_resourcequotastatus_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_resourcequotastatus_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_resourcequotastatus_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_resourcequotastatus_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_resourcerequirements_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_resourcerequirements_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_resourcerequirements_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_resourcerequirements_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_resourcerequirements_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_resourcerequirements_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_resourcerequirements_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_resourcerequirements_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_role_v1alpha1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_role_v1alpha1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_role_v1alpha1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_role_v1alpha1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_role_v1alpha1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_role_v1alpha1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_role_v1alpha1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_role_v1alpha1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_rolebinding_v1alpha1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_rolebinding_v1alpha1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_rolebinding_v1alpha1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_rolebinding_v1alpha1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_rolebinding_v1alpha1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_rolebinding_v1alpha1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_rolebinding_v1alpha1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_rolebinding_v1alpha1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_rolebindinglist_v1alpha1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_rolebindinglist_v1alpha1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_rolebindinglist_v1alpha1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_rolebindinglist_v1alpha1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_rolebindinglist_v1alpha1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_rolebindinglist_v1alpha1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_rolebindinglist_v1alpha1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_rolebindinglist_v1alpha1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_rolelist_v1alpha1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_rolelist_v1alpha1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_rolelist_v1alpha1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_rolelist_v1alpha1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_rolelist_v1alpha1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_rolelist_v1alpha1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_rolelist_v1alpha1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_rolelist_v1alpha1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_roleref_v1alpha1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_roleref_v1alpha1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_roleref_v1alpha1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_roleref_v1alpha1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_roleref_v1alpha1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_roleref_v1alpha1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_roleref_v1alpha1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_roleref_v1alpha1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_rollbackconfig_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_rollbackconfig_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_rollbackconfig_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_rollbackconfig_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_rollbackconfig_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_rollbackconfig_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_rollbackconfig_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_rollbackconfig_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_rolling-update.md b/docs/user-guide/kubectl/v1.5/documents/_generated_rolling-update.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_rolling-update.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_rolling-update.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_rollingupdatedeployment_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_rollingupdatedeployment_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_rollingupdatedeployment_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_rollingupdatedeployment_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_rollingupdatedeployment_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_rollingupdatedeployment_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_rollingupdatedeployment_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_rollingupdatedeployment_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_rollout.md b/docs/user-guide/kubectl/v1.5/documents/_generated_rollout.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_rollout.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_rollout.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_run.md b/docs/user-guide/kubectl/v1.5/documents/_generated_run.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_run.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_run.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_scale.md b/docs/user-guide/kubectl/v1.5/documents/_generated_scale.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_scale.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_scale.md diff --git a/docs/api-reference/1_5/documents/_generated_scale_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_scale_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_scale_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_scale_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_scale_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_scale_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_scale_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_scale_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_scale_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_scale_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_scale_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_scale_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_scale_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_scale_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_scale_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_scale_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_scalespec_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_scalespec_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_scalespec_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_scalespec_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_scalespec_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_scalespec_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_scalespec_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_scalespec_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_scalespec_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_scalespec_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_scalespec_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_scalespec_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_scalespec_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_scalespec_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_scalespec_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_scalespec_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_scalestatus_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_scalestatus_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_scalestatus_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_scalestatus_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_scalestatus_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_scalestatus_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_scalestatus_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_scalestatus_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_scalestatus_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_scalestatus_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_scalestatus_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_scalestatus_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_scalestatus_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_scalestatus_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_scalestatus_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_scalestatus_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_secret_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_secret_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_secret_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_secret_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_secret_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_secret_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_secret_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_secret_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_secretkeyselector_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_secretkeyselector_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_secretkeyselector_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_secretkeyselector_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_secretkeyselector_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_secretkeyselector_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_secretkeyselector_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_secretkeyselector_v1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_secretlist_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_secretlist_v1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_secretlist_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_secretlist_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_secretlist_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_secretlist_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_secretlist_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_secretlist_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_securitycontext_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_securitycontext_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_securitycontext_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_securitycontext_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_securitycontext_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_securitycontext_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_securitycontext_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_securitycontext_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_selfsubjectaccessreview_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_selfsubjectaccessreview_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_selfsubjectaccessreview_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_selfsubjectaccessreview_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_selfsubjectaccessreview_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_selfsubjectaccessreview_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_selfsubjectaccessreview_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_selfsubjectaccessreview_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_selfsubjectaccessreviewspec_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_selfsubjectaccessreviewspec_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_selfsubjectaccessreviewspec_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_selfsubjectaccessreviewspec_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_selfsubjectaccessreviewspec_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_selfsubjectaccessreviewspec_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_selfsubjectaccessreviewspec_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_selfsubjectaccessreviewspec_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_selinuxoptions_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_selinuxoptions_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_selinuxoptions_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_selinuxoptions_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_selinuxoptions_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_selinuxoptions_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_selinuxoptions_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_selinuxoptions_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_serveraddressbyclientcidr_unversioned_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_serveraddressbyclientcidr_unversioned_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_serveraddressbyclientcidr_unversioned_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_serveraddressbyclientcidr_unversioned_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_serveraddressbyclientcidr_unversioned_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_serveraddressbyclientcidr_unversioned_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_serveraddressbyclientcidr_unversioned_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_serveraddressbyclientcidr_unversioned_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_service_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_service_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_service_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_service_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_service_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_service_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_service_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_service_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_serviceaccount_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_serviceaccount_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_serviceaccount_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_serviceaccount_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_serviceaccount_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_serviceaccount_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_serviceaccount_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_serviceaccount_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_serviceaccountlist_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_serviceaccountlist_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_serviceaccountlist_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_serviceaccountlist_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_serviceaccountlist_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_serviceaccountlist_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_serviceaccountlist_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_serviceaccountlist_v1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_servicelist_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_servicelist_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_servicelist_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_servicelist_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_servicelist_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_servicelist_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_servicelist_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_servicelist_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_serviceport_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_serviceport_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_serviceport_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_serviceport_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_serviceport_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_serviceport_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_serviceport_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_serviceport_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_servicespec_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_servicespec_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_servicespec_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_servicespec_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_servicespec_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_servicespec_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_servicespec_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_servicespec_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_servicestatus_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_servicestatus_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_servicestatus_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_servicestatus_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_servicestatus_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_servicestatus_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_servicestatus_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_servicestatus_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_set.md b/docs/user-guide/kubectl/v1.5/documents/_generated_set.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_set.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_set.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_statefulset_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_statefulset_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_statefulset_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_statefulset_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_statefulset_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_statefulset_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_statefulset_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_statefulset_v1beta1_definition.md diff --git a/docs/resources-reference/1_5/documents/_generated_statefulsetlist_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_statefulsetlist_v1beta1_concept.md similarity index 100% rename from docs/resources-reference/1_5/documents/_generated_statefulsetlist_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_statefulsetlist_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_statefulsetlist_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_statefulsetlist_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_statefulsetlist_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_statefulsetlist_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_statefulsetspec_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_statefulsetspec_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_statefulsetspec_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_statefulsetspec_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_statefulsetspec_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_statefulsetspec_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_statefulsetspec_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_statefulsetspec_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/v1.5/documents/_generated_statefulsetstatus_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_statefulsetstatus_v1beta1_concept.md new file mode 100644 index 0000000000..b279ca2b2c --- /dev/null +++ b/docs/user-guide/kubectl/v1.5/documents/_generated_statefulsetstatus_v1beta1_concept.md @@ -0,0 +1,32 @@ + + +----------- +# StatefulSetStatus v1beta1 + + + +Group | Version | Kind +------------ | ---------- | ----------- +Core | v1beta1 | StatefulSetStatus + + + + + + + +StatefulSetStatus represents the current state of a StatefulSet. + +<aside class="notice"> +Appears In <a href="#statefulset-v1beta1">StatefulSet</a> </aside> + +Field | Description +------------ | ----------- +observedGeneration <br /> *integer* | most recent generation observed by this autoscaler. +replicas <br /> *integer* | Replicas is the number of actual replicas. + + + + + + diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_statefulsetstatus_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_statefulsetstatus_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_statefulsetstatus_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_statefulsetstatus_v1beta1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_status_unversioned_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_status_unversioned_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_status_unversioned_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_status_unversioned_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_status_unversioned_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_status_unversioned_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_status_unversioned_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_status_unversioned_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_statuscause_unversioned_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_statuscause_unversioned_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_statuscause_unversioned_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_statuscause_unversioned_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_statuscause_unversioned_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_statuscause_unversioned_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_statuscause_unversioned_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_statuscause_unversioned_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_statusdetails_unversioned_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_statusdetails_unversioned_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_statusdetails_unversioned_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_statusdetails_unversioned_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_statusdetails_unversioned_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_statusdetails_unversioned_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_statusdetails_unversioned_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_statusdetails_unversioned_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_stop.md b/docs/user-guide/kubectl/v1.5/documents/_generated_stop.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_stop.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_stop.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_storageclass_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_storageclass_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_storageclass_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_storageclass_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_storageclass_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_storageclass_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_storageclass_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_storageclass_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_storageclasslist_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_storageclasslist_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_storageclasslist_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_storageclasslist_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_storageclasslist_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_storageclasslist_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_storageclasslist_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_storageclasslist_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_subject_v1alpha1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_subject_v1alpha1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_subject_v1alpha1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_subject_v1alpha1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_subject_v1alpha1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_subject_v1alpha1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_subject_v1alpha1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_subject_v1alpha1_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_subjectaccessreview_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_subjectaccessreview_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_subjectaccessreview_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_subjectaccessreview_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_subjectaccessreview_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_subjectaccessreview_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_subjectaccessreview_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_subjectaccessreview_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_subjectaccessreviewspec_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_subjectaccessreviewspec_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_subjectaccessreviewspec_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_subjectaccessreviewspec_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_subjectaccessreviewspec_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_subjectaccessreviewspec_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_subjectaccessreviewspec_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_subjectaccessreviewspec_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_subjectaccessreviewstatus_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_subjectaccessreviewstatus_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_subjectaccessreviewstatus_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_subjectaccessreviewstatus_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_subjectaccessreviewstatus_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_subjectaccessreviewstatus_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_subjectaccessreviewstatus_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_subjectaccessreviewstatus_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_subresourcereference_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_subresourcereference_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_subresourcereference_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_subresourcereference_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_subresourcereference_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_subresourcereference_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_subresourcereference_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_subresourcereference_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_taint.md b/docs/user-guide/kubectl/v1.5/documents/_generated_taint.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_taint.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_taint.md diff --git a/docs/api-reference/1_5/documents/_generated_tcpsocketaction_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_tcpsocketaction_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_tcpsocketaction_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_tcpsocketaction_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_tcpsocketaction_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_tcpsocketaction_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_tcpsocketaction_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_tcpsocketaction_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_thirdpartyresource_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_thirdpartyresource_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_thirdpartyresource_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_thirdpartyresource_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_thirdpartyresource_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_thirdpartyresource_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_thirdpartyresource_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_thirdpartyresource_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_thirdpartyresourcelist_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_thirdpartyresourcelist_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_thirdpartyresourcelist_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_thirdpartyresourcelist_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_thirdpartyresourcelist_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_thirdpartyresourcelist_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_thirdpartyresourcelist_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_thirdpartyresourcelist_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_time_unversioned_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_time_unversioned_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_time_unversioned_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_time_unversioned_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_time_unversioned_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_time_unversioned_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_time_unversioned_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_time_unversioned_definition.md diff --git a/docs/api-reference/1_5/documents/_generated_tokenreview_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_tokenreview_v1beta1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_tokenreview_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_tokenreview_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_tokenreview_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_tokenreview_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_tokenreview_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_tokenreview_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_tokenreviewspec_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_tokenreviewspec_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_tokenreviewspec_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_tokenreviewspec_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_tokenreviewspec_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_tokenreviewspec_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_tokenreviewspec_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_tokenreviewspec_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_tokenreviewstatus_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_tokenreviewstatus_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_tokenreviewstatus_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_tokenreviewstatus_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_tokenreviewstatus_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_tokenreviewstatus_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_tokenreviewstatus_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_tokenreviewstatus_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_top.md b/docs/user-guide/kubectl/v1.5/documents/_generated_top.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_top.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_top.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_uncordon.md b/docs/user-guide/kubectl/v1.5/documents/_generated_uncordon.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_uncordon.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_uncordon.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_userinfo_v1beta1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_userinfo_v1beta1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_userinfo_v1beta1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_userinfo_v1beta1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_userinfo_v1beta1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_userinfo_v1beta1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_userinfo_v1beta1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_userinfo_v1beta1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_version.md b/docs/user-guide/kubectl/v1.5/documents/_generated_version.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_version.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_version.md diff --git a/docs/api-reference/1_5/documents/_generated_volume_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_volume_v1_concept.md similarity index 100% rename from docs/api-reference/1_5/documents/_generated_volume_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_volume_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_volume_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_volume_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_volume_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_volume_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_volumemount_v1_concept.md b/docs/user-guide/kubectl/v1.5/documents/_generated_volumemount_v1_concept.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_volumemount_v1_concept.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_volumemount_v1_concept.md diff --git a/docs/user-guide/kubectl/1_5/documents/_generated_volumemount_v1_definition.md b/docs/user-guide/kubectl/v1.5/documents/_generated_volumemount_v1_definition.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_generated_volumemount_v1_definition.md rename to docs/user-guide/kubectl/v1.5/documents/_generated_volumemount_v1_definition.md diff --git a/docs/user-guide/kubectl/1_5/documents/_getting_started.md b/docs/user-guide/kubectl/v1.5/documents/_getting_started.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_getting_started.md rename to docs/user-guide/kubectl/v1.5/documents/_getting_started.md diff --git a/docs/user-guide/kubectl/1_5/documents/_meta.md b/docs/user-guide/kubectl/v1.5/documents/_meta.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_meta.md rename to docs/user-guide/kubectl/v1.5/documents/_meta.md diff --git a/docs/user-guide/kubectl/1_5/documents/_oldversions.md b/docs/user-guide/kubectl/v1.5/documents/_oldversions.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_oldversions.md rename to docs/user-guide/kubectl/v1.5/documents/_oldversions.md diff --git a/docs/user-guide/kubectl/1_5/documents/_overview.md b/docs/user-guide/kubectl/v1.5/documents/_overview.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_overview.md rename to docs/user-guide/kubectl/v1.5/documents/_overview.md diff --git a/docs/user-guide/kubectl/1_5/documents/_servicediscovery.md b/docs/user-guide/kubectl/v1.5/documents/_servicediscovery.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_servicediscovery.md rename to docs/user-guide/kubectl/v1.5/documents/_servicediscovery.md diff --git a/docs/user-guide/kubectl/1_5/documents/_working_with_apps.md b/docs/user-guide/kubectl/v1.5/documents/_working_with_apps.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_working_with_apps.md rename to docs/user-guide/kubectl/v1.5/documents/_working_with_apps.md diff --git a/docs/user-guide/kubectl/1_5/documents/_workloads.md b/docs/user-guide/kubectl/v1.5/documents/_workloads.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/_workloads.md rename to docs/user-guide/kubectl/v1.5/documents/_workloads.md diff --git a/docs/user-guide/kubectl/1_5/documents/deployment-original.md b/docs/user-guide/kubectl/v1.5/documents/deployment-original.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/deployment-original.md rename to docs/user-guide/kubectl/v1.5/documents/deployment-original.md diff --git a/docs/user-guide/kubectl/1_5/documents/deployment.md b/docs/user-guide/kubectl/v1.5/documents/deployment.md similarity index 100% rename from docs/user-guide/kubectl/1_5/documents/deployment.md rename to docs/user-guide/kubectl/v1.5/documents/deployment.md diff --git a/docs/user-guide/kubectl/1_5/index.html b/docs/user-guide/kubectl/v1.5/index.html similarity index 100% rename from docs/user-guide/kubectl/1_5/index.html rename to docs/user-guide/kubectl/v1.5/index.html diff --git a/docs/user-guide/kubectl/1_5/jsconfig.json b/docs/user-guide/kubectl/v1.5/jsconfig.json similarity index 100% rename from docs/user-guide/kubectl/1_5/jsconfig.json rename to docs/user-guide/kubectl/v1.5/jsconfig.json diff --git a/docs/user-guide/kubectl/1_5/manifest.json b/docs/user-guide/kubectl/v1.5/manifest.json similarity index 100% rename from docs/user-guide/kubectl/1_5/manifest.json rename to docs/user-guide/kubectl/v1.5/manifest.json diff --git a/docs/user-guide/kubectl/1_5/markedDecorations.js b/docs/user-guide/kubectl/v1.5/markedDecorations.js similarity index 100% rename from docs/user-guide/kubectl/1_5/markedDecorations.js rename to docs/user-guide/kubectl/v1.5/markedDecorations.js diff --git a/docs/user-guide/kubectl/1_5/navData.js b/docs/user-guide/kubectl/v1.5/navData.js similarity index 100% rename from docs/user-guide/kubectl/1_5/navData.js rename to docs/user-guide/kubectl/v1.5/navData.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/.bin/marked b/docs/user-guide/kubectl/v1.5/node_modules/.bin/marked similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/.bin/marked rename to docs/user-guide/kubectl/v1.5/node_modules/.bin/marked diff --git a/docs/user-guide/kubectl/1_5/node_modules/.bin/mime b/docs/user-guide/kubectl/v1.5/node_modules/.bin/mime similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/.bin/mime rename to docs/user-guide/kubectl/v1.5/node_modules/.bin/mime diff --git a/docs/user-guide/kubectl/1_5/node_modules/.bin/static b/docs/user-guide/kubectl/v1.5/node_modules/.bin/static similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/.bin/static rename to docs/user-guide/kubectl/v1.5/node_modules/.bin/static diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/CHANGELOG.md b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/CHANGELOG.md similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/CHANGELOG.md rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/CHANGELOG.md diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/Gruntfile.js b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/Gruntfile.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/Gruntfile.js rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/Gruntfile.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/LICENSE b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/LICENSE similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/LICENSE rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/LICENSE diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/README.md b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/README.md similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/README.md rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/README.md diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/dist/css/bootstrap-theme.css b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/dist/css/bootstrap-theme.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/dist/css/bootstrap-theme.css rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/dist/css/bootstrap-theme.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/dist/css/bootstrap-theme.css.map b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/dist/css/bootstrap-theme.css.map similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/dist/css/bootstrap-theme.css.map rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/dist/css/bootstrap-theme.css.map diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/dist/css/bootstrap-theme.min.css b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/dist/css/bootstrap-theme.min.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/dist/css/bootstrap-theme.min.css rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/dist/css/bootstrap-theme.min.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/dist/css/bootstrap-theme.min.css.map b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/dist/css/bootstrap-theme.min.css.map similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/dist/css/bootstrap-theme.min.css.map rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/dist/css/bootstrap-theme.min.css.map diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/dist/css/bootstrap.css b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/dist/css/bootstrap.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/dist/css/bootstrap.css rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/dist/css/bootstrap.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/dist/css/bootstrap.css.map b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/dist/css/bootstrap.css.map similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/dist/css/bootstrap.css.map rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/dist/css/bootstrap.css.map diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/dist/css/bootstrap.min.css b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/dist/css/bootstrap.min.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/dist/css/bootstrap.min.css rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/dist/css/bootstrap.min.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/dist/css/bootstrap.min.css.map b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/dist/css/bootstrap.min.css.map similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/dist/css/bootstrap.min.css.map rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/dist/css/bootstrap.min.css.map diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.eot b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.eot similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.eot rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.eot diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.svg b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.svg similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.svg rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.svg diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/dist/js/bootstrap.js b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/dist/js/bootstrap.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/dist/js/bootstrap.js rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/dist/js/bootstrap.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/dist/js/bootstrap.min.js b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/dist/js/bootstrap.min.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/dist/js/bootstrap.min.js rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/dist/js/bootstrap.min.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/dist/js/npm.js b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/dist/js/npm.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/dist/js/npm.js rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/dist/js/npm.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.eot b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.eot similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.eot rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.eot diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.svg b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.svg similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.svg rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.svg diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.ttf b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.ttf similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.ttf rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.ttf diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff2 b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff2 similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff2 rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff2 diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/grunt/.jshintrc b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/grunt/.jshintrc similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/grunt/.jshintrc rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/grunt/.jshintrc diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/grunt/bs-commonjs-generator.js b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/grunt/bs-commonjs-generator.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/grunt/bs-commonjs-generator.js rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/grunt/bs-commonjs-generator.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/grunt/bs-glyphicons-data-generator.js b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/grunt/bs-glyphicons-data-generator.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/grunt/bs-glyphicons-data-generator.js rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/grunt/bs-glyphicons-data-generator.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/grunt/bs-lessdoc-parser.js b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/grunt/bs-lessdoc-parser.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/grunt/bs-lessdoc-parser.js rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/grunt/bs-lessdoc-parser.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/grunt/bs-raw-files-generator.js b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/grunt/bs-raw-files-generator.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/grunt/bs-raw-files-generator.js rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/grunt/bs-raw-files-generator.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/grunt/change-version.js b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/grunt/change-version.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/grunt/change-version.js rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/grunt/change-version.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/grunt/configBridge.json b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/grunt/configBridge.json similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/grunt/configBridge.json rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/grunt/configBridge.json diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/grunt/npm-shrinkwrap.json b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/grunt/npm-shrinkwrap.json similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/grunt/npm-shrinkwrap.json rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/grunt/npm-shrinkwrap.json diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/grunt/sauce_browsers.yml b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/grunt/sauce_browsers.yml similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/grunt/sauce_browsers.yml rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/grunt/sauce_browsers.yml diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/js/affix.js b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/js/affix.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/js/affix.js rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/js/affix.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/js/alert.js b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/js/alert.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/js/alert.js rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/js/alert.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/js/button.js b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/js/button.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/js/button.js rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/js/button.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/js/carousel.js b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/js/carousel.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/js/carousel.js rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/js/carousel.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/js/collapse.js b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/js/collapse.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/js/collapse.js rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/js/collapse.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/js/dropdown.js b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/js/dropdown.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/js/dropdown.js rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/js/dropdown.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/js/modal.js b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/js/modal.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/js/modal.js rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/js/modal.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/js/popover.js b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/js/popover.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/js/popover.js rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/js/popover.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/js/scrollspy.js b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/js/scrollspy.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/js/scrollspy.js rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/js/scrollspy.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/js/tab.js b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/js/tab.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/js/tab.js rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/js/tab.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/js/tooltip.js b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/js/tooltip.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/js/tooltip.js rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/js/tooltip.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/js/transition.js b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/js/transition.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/js/transition.js rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/js/transition.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/alerts.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/alerts.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/alerts.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/alerts.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/badges.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/badges.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/badges.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/badges.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/bootstrap.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/bootstrap.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/bootstrap.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/bootstrap.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/breadcrumbs.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/breadcrumbs.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/breadcrumbs.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/breadcrumbs.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/button-groups.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/button-groups.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/button-groups.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/button-groups.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/buttons.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/buttons.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/buttons.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/buttons.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/carousel.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/carousel.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/carousel.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/carousel.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/close.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/close.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/close.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/close.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/code.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/code.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/code.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/code.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/component-animations.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/component-animations.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/component-animations.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/component-animations.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/dropdowns.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/dropdowns.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/dropdowns.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/dropdowns.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/forms.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/forms.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/forms.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/forms.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/glyphicons.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/glyphicons.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/glyphicons.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/glyphicons.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/grid.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/grid.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/grid.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/grid.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/input-groups.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/input-groups.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/input-groups.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/input-groups.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/jumbotron.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/jumbotron.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/jumbotron.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/jumbotron.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/labels.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/labels.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/labels.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/labels.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/list-group.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/list-group.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/list-group.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/list-group.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/media.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/media.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/media.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/media.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/alerts.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/alerts.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/alerts.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/alerts.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/background-variant.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/background-variant.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/background-variant.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/background-variant.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/border-radius.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/border-radius.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/border-radius.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/border-radius.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/buttons.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/buttons.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/buttons.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/buttons.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/center-block.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/center-block.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/center-block.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/center-block.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/clearfix.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/clearfix.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/clearfix.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/clearfix.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/forms.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/forms.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/forms.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/forms.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/gradients.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/gradients.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/gradients.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/gradients.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/grid-framework.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/grid-framework.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/grid-framework.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/grid-framework.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/grid.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/grid.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/grid.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/grid.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/hide-text.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/hide-text.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/hide-text.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/hide-text.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/image.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/image.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/image.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/image.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/labels.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/labels.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/labels.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/labels.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/list-group.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/list-group.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/list-group.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/list-group.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/nav-divider.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/nav-divider.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/nav-divider.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/nav-divider.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/nav-vertical-align.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/nav-vertical-align.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/nav-vertical-align.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/nav-vertical-align.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/opacity.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/opacity.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/opacity.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/opacity.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/pagination.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/pagination.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/pagination.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/pagination.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/panels.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/panels.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/panels.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/panels.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/progress-bar.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/progress-bar.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/progress-bar.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/progress-bar.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/reset-filter.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/reset-filter.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/reset-filter.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/reset-filter.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/reset-text.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/reset-text.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/reset-text.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/reset-text.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/resize.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/resize.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/resize.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/resize.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/responsive-visibility.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/responsive-visibility.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/responsive-visibility.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/responsive-visibility.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/size.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/size.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/size.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/size.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/tab-focus.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/tab-focus.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/tab-focus.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/tab-focus.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/table-row.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/table-row.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/table-row.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/table-row.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/text-emphasis.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/text-emphasis.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/text-emphasis.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/text-emphasis.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/text-overflow.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/text-overflow.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/text-overflow.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/text-overflow.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/vendor-prefixes.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/vendor-prefixes.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/mixins/vendor-prefixes.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/mixins/vendor-prefixes.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/modals.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/modals.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/modals.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/modals.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/navbar.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/navbar.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/navbar.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/navbar.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/navs.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/navs.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/navs.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/navs.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/normalize.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/normalize.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/normalize.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/normalize.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/pager.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/pager.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/pager.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/pager.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/pagination.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/pagination.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/pagination.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/pagination.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/panels.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/panels.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/panels.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/panels.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/popovers.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/popovers.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/popovers.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/popovers.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/print.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/print.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/print.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/print.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/progress-bars.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/progress-bars.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/progress-bars.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/progress-bars.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/responsive-embed.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/responsive-embed.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/responsive-embed.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/responsive-embed.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/responsive-utilities.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/responsive-utilities.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/responsive-utilities.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/responsive-utilities.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/scaffolding.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/scaffolding.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/scaffolding.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/scaffolding.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/tables.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/tables.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/tables.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/tables.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/theme.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/theme.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/theme.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/theme.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/thumbnails.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/thumbnails.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/thumbnails.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/thumbnails.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/tooltip.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/tooltip.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/tooltip.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/tooltip.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/type.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/type.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/type.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/type.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/utilities.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/utilities.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/utilities.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/utilities.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/variables.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/variables.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/variables.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/variables.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/wells.less b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/wells.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/less/wells.less rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/less/wells.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/bootstrap/package.json b/docs/user-guide/kubectl/v1.5/node_modules/bootstrap/package.json similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/bootstrap/package.json rename to docs/user-guide/kubectl/v1.5/node_modules/bootstrap/package.json diff --git a/docs/user-guide/kubectl/1_5/node_modules/colors/LICENSE b/docs/user-guide/kubectl/v1.5/node_modules/colors/LICENSE similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/colors/LICENSE rename to docs/user-guide/kubectl/v1.5/node_modules/colors/LICENSE diff --git a/docs/user-guide/kubectl/1_5/node_modules/colors/ReadMe.md b/docs/user-guide/kubectl/v1.5/node_modules/colors/ReadMe.md similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/colors/ReadMe.md rename to docs/user-guide/kubectl/v1.5/node_modules/colors/ReadMe.md diff --git a/docs/user-guide/kubectl/1_5/node_modules/colors/examples/normal-usage.js b/docs/user-guide/kubectl/v1.5/node_modules/colors/examples/normal-usage.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/colors/examples/normal-usage.js rename to docs/user-guide/kubectl/v1.5/node_modules/colors/examples/normal-usage.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/colors/examples/safe-string.js b/docs/user-guide/kubectl/v1.5/node_modules/colors/examples/safe-string.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/colors/examples/safe-string.js rename to docs/user-guide/kubectl/v1.5/node_modules/colors/examples/safe-string.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/colors/lib/colors.js b/docs/user-guide/kubectl/v1.5/node_modules/colors/lib/colors.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/colors/lib/colors.js rename to docs/user-guide/kubectl/v1.5/node_modules/colors/lib/colors.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/colors/lib/custom/trap.js b/docs/user-guide/kubectl/v1.5/node_modules/colors/lib/custom/trap.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/colors/lib/custom/trap.js rename to docs/user-guide/kubectl/v1.5/node_modules/colors/lib/custom/trap.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/colors/lib/custom/zalgo.js b/docs/user-guide/kubectl/v1.5/node_modules/colors/lib/custom/zalgo.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/colors/lib/custom/zalgo.js rename to docs/user-guide/kubectl/v1.5/node_modules/colors/lib/custom/zalgo.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/colors/lib/extendStringPrototype.js b/docs/user-guide/kubectl/v1.5/node_modules/colors/lib/extendStringPrototype.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/colors/lib/extendStringPrototype.js rename to docs/user-guide/kubectl/v1.5/node_modules/colors/lib/extendStringPrototype.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/colors/lib/index.js b/docs/user-guide/kubectl/v1.5/node_modules/colors/lib/index.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/colors/lib/index.js rename to docs/user-guide/kubectl/v1.5/node_modules/colors/lib/index.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/colors/lib/maps/america.js b/docs/user-guide/kubectl/v1.5/node_modules/colors/lib/maps/america.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/colors/lib/maps/america.js rename to docs/user-guide/kubectl/v1.5/node_modules/colors/lib/maps/america.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/colors/lib/maps/rainbow.js b/docs/user-guide/kubectl/v1.5/node_modules/colors/lib/maps/rainbow.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/colors/lib/maps/rainbow.js rename to docs/user-guide/kubectl/v1.5/node_modules/colors/lib/maps/rainbow.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/colors/lib/maps/random.js b/docs/user-guide/kubectl/v1.5/node_modules/colors/lib/maps/random.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/colors/lib/maps/random.js rename to docs/user-guide/kubectl/v1.5/node_modules/colors/lib/maps/random.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/colors/lib/maps/zebra.js b/docs/user-guide/kubectl/v1.5/node_modules/colors/lib/maps/zebra.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/colors/lib/maps/zebra.js rename to docs/user-guide/kubectl/v1.5/node_modules/colors/lib/maps/zebra.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/colors/lib/styles.js b/docs/user-guide/kubectl/v1.5/node_modules/colors/lib/styles.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/colors/lib/styles.js rename to docs/user-guide/kubectl/v1.5/node_modules/colors/lib/styles.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/colors/lib/system/supports-colors.js b/docs/user-guide/kubectl/v1.5/node_modules/colors/lib/system/supports-colors.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/colors/lib/system/supports-colors.js rename to docs/user-guide/kubectl/v1.5/node_modules/colors/lib/system/supports-colors.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/colors/package.json b/docs/user-guide/kubectl/v1.5/node_modules/colors/package.json similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/colors/package.json rename to docs/user-guide/kubectl/v1.5/node_modules/colors/package.json diff --git a/docs/user-guide/kubectl/1_5/node_modules/colors/safe.js b/docs/user-guide/kubectl/v1.5/node_modules/colors/safe.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/colors/safe.js rename to docs/user-guide/kubectl/v1.5/node_modules/colors/safe.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/colors/themes/generic-logging.js b/docs/user-guide/kubectl/v1.5/node_modules/colors/themes/generic-logging.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/colors/themes/generic-logging.js rename to docs/user-guide/kubectl/v1.5/node_modules/colors/themes/generic-logging.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/Jakefile b/docs/user-guide/kubectl/v1.5/node_modules/ejs/Jakefile similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/Jakefile rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/Jakefile diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/LICENSE b/docs/user-guide/kubectl/v1.5/node_modules/ejs/LICENSE similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/LICENSE rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/LICENSE diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/README.md b/docs/user-guide/kubectl/v1.5/node_modules/ejs/README.md similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/README.md rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/README.md diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/ejs.js b/docs/user-guide/kubectl/v1.5/node_modules/ejs/ejs.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/ejs.js rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/ejs.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/ejs.min.js b/docs/user-guide/kubectl/v1.5/node_modules/ejs/ejs.min.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/ejs.min.js rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/ejs.min.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/lib/ejs.js b/docs/user-guide/kubectl/v1.5/node_modules/ejs/lib/ejs.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/lib/ejs.js rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/lib/ejs.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/lib/utils.js b/docs/user-guide/kubectl/v1.5/node_modules/ejs/lib/utils.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/lib/utils.js rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/lib/utils.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/package.json b/docs/user-guide/kubectl/v1.5/node_modules/ejs/package.json similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/package.json rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/package.json diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/ejs.js b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/ejs.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/ejs.js rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/ejs.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/backslash.ejs b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/backslash.ejs similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/backslash.ejs rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/backslash.ejs diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/backslash.html b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/backslash.html similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/backslash.html rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/backslash.html diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/comments.ejs b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/comments.ejs similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/comments.ejs rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/comments.ejs diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/comments.html b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/comments.html similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/comments.html rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/comments.html diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/consecutive-tags.ejs b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/consecutive-tags.ejs similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/consecutive-tags.ejs rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/consecutive-tags.ejs diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/consecutive-tags.html b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/consecutive-tags.html similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/consecutive-tags.html rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/consecutive-tags.html diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/double-quote.ejs b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/double-quote.ejs similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/double-quote.ejs rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/double-quote.ejs diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/double-quote.html b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/double-quote.html similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/double-quote.html rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/double-quote.html diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/error.ejs b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/error.ejs similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/error.ejs rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/error.ejs diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/error.out b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/error.out similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/error.out rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/error.out diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/fail.ejs b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/fail.ejs similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/fail.ejs rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/fail.ejs diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/hello-world.ejs b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/hello-world.ejs similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/hello-world.ejs rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/hello-world.ejs diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/include-abspath.ejs b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/include-abspath.ejs similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/include-abspath.ejs rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/include-abspath.ejs diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/include-root.ejs b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/include-root.ejs similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/include-root.ejs rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/include-root.ejs diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/include-simple.ejs b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/include-simple.ejs similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/include-simple.ejs rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/include-simple.ejs diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/include-simple.html b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/include-simple.html similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/include-simple.html rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/include-simple.html diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/include.css.ejs b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/include.css.ejs similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/include.css.ejs rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/include.css.ejs diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/include.css.html b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/include.css.html similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/include.css.html rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/include.css.html diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/include.ejs b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/include.ejs similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/include.ejs rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/include.ejs diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/include.html b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/include.html similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/include.html rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/include.html diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/include_cache.ejs b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/include_cache.ejs similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/include_cache.ejs rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/include_cache.ejs diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/include_cache.html b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/include_cache.html similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/include_cache.html rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/include_cache.html diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/include_preprocessor.css.ejs b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/include_preprocessor.css.ejs similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/include_preprocessor.css.ejs rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/include_preprocessor.css.ejs diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/include_preprocessor.css.html b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/include_preprocessor.css.html similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/include_preprocessor.css.html rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/include_preprocessor.css.html diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/include_preprocessor.ejs b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/include_preprocessor.ejs similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/include_preprocessor.ejs rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/include_preprocessor.ejs diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/include_preprocessor.html b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/include_preprocessor.html similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/include_preprocessor.html rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/include_preprocessor.html diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/include_preprocessor_cache.ejs b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/include_preprocessor_cache.ejs similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/include_preprocessor_cache.ejs rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/include_preprocessor_cache.ejs diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/include_preprocessor_cache.html b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/include_preprocessor_cache.html similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/include_preprocessor_cache.html rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/include_preprocessor_cache.html diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/include_preprocessor_line_slurp.ejs b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/include_preprocessor_line_slurp.ejs similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/include_preprocessor_line_slurp.ejs rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/include_preprocessor_line_slurp.ejs diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/include_preprocessor_line_slurp.html b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/include_preprocessor_line_slurp.html similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/include_preprocessor_line_slurp.html rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/include_preprocessor_line_slurp.html diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/include_preprocessor_line_slurp_child.ejs b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/include_preprocessor_line_slurp_child.ejs similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/include_preprocessor_line_slurp_child.ejs rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/include_preprocessor_line_slurp_child.ejs diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/includes/bom.ejs b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/includes/bom.ejs similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/includes/bom.ejs rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/includes/bom.ejs diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/includes/menu-item.ejs b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/includes/menu-item.ejs similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/includes/menu-item.ejs rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/includes/menu-item.ejs diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/includes/menu/item.ejs b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/includes/menu/item.ejs similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/includes/menu/item.ejs rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/includes/menu/item.ejs diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/literal.ejs b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/literal.ejs similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/literal.ejs rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/literal.ejs diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/literal.html b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/literal.html similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/literal.html rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/literal.html diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/menu.ejs b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/menu.ejs similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/menu.ejs rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/menu.ejs diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/menu.html b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/menu.html similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/menu.html rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/menu.html diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/menu_preprocessor.ejs b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/menu_preprocessor.ejs similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/menu_preprocessor.ejs rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/menu_preprocessor.ejs diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/menu_preprocessor.html b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/menu_preprocessor.html similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/menu_preprocessor.html rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/menu_preprocessor.html diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/menu_var.ejs b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/menu_var.ejs similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/menu_var.ejs rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/menu_var.ejs diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/messed.ejs b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/messed.ejs similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/messed.ejs rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/messed.ejs diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/messed.html b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/messed.html similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/messed.html rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/messed.html diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/newlines.ejs b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/newlines.ejs similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/newlines.ejs rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/newlines.ejs diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/newlines.html b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/newlines.html similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/newlines.html rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/newlines.html diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/newlines.mixed.ejs b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/newlines.mixed.ejs similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/newlines.mixed.ejs rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/newlines.mixed.ejs diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/newlines.mixed.html b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/newlines.mixed.html similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/newlines.mixed.html rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/newlines.mixed.html diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/no.newlines.ejs b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/no.newlines.ejs similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/no.newlines.ejs rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/no.newlines.ejs diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/no.newlines.error.ejs b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/no.newlines.error.ejs similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/no.newlines.error.ejs rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/no.newlines.error.ejs diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/no.newlines.html b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/no.newlines.html similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/no.newlines.html rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/no.newlines.html diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/no.semicolons.ejs b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/no.semicolons.ejs similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/no.semicolons.ejs rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/no.semicolons.ejs diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/no.semicolons.html b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/no.semicolons.html similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/no.semicolons.html rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/no.semicolons.html diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/para.ejs b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/para.ejs similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/para.ejs rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/para.ejs diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/pet.ejs b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/pet.ejs similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/pet.ejs rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/pet.ejs diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/rmWhitespace.ejs b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/rmWhitespace.ejs similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/rmWhitespace.ejs rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/rmWhitespace.ejs diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/rmWhitespace.html b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/rmWhitespace.html similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/rmWhitespace.html rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/rmWhitespace.html diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/single-quote.ejs b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/single-quote.ejs similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/single-quote.ejs rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/single-quote.ejs diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/single-quote.html b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/single-quote.html similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/single-quote.html rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/single-quote.html diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/space-and-tab-slurp.ejs b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/space-and-tab-slurp.ejs similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/space-and-tab-slurp.ejs rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/space-and-tab-slurp.ejs diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/space-and-tab-slurp.html b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/space-and-tab-slurp.html similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/space-and-tab-slurp.html rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/space-and-tab-slurp.html diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/strict.ejs b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/strict.ejs similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/strict.ejs rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/strict.ejs diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/style.css b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/style.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/style.css rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/style.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/user-no-with.ejs b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/user-no-with.ejs similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/user-no-with.ejs rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/user-no-with.ejs diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/user.ejs b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/user.ejs similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/user.ejs rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/user.ejs diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/with-context.ejs b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/with-context.ejs similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/fixtures/with-context.ejs rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/fixtures/with-context.ejs diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/mocha.opts b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/mocha.opts similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/mocha.opts rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/mocha.opts diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/tmp/include.ejs b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/tmp/include.ejs similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/tmp/include.ejs rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/tmp/include.ejs diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/tmp/include_preprocessor.ejs b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/tmp/include_preprocessor.ejs similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/tmp/include_preprocessor.ejs rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/tmp/include_preprocessor.ejs diff --git a/docs/user-guide/kubectl/1_5/node_modules/ejs/test/tmp/renderFile.ejs b/docs/user-guide/kubectl/v1.5/node_modules/ejs/test/tmp/renderFile.ejs similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/ejs/test/tmp/renderFile.ejs rename to docs/user-guide/kubectl/v1.5/node_modules/ejs/test/tmp/renderFile.ejs diff --git a/docs/user-guide/kubectl/1_5/node_modules/font-awesome/.npmignore b/docs/user-guide/kubectl/v1.5/node_modules/font-awesome/.npmignore similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/font-awesome/.npmignore rename to docs/user-guide/kubectl/v1.5/node_modules/font-awesome/.npmignore diff --git a/docs/user-guide/kubectl/1_5/node_modules/font-awesome/HELP-US-OUT.txt b/docs/user-guide/kubectl/v1.5/node_modules/font-awesome/HELP-US-OUT.txt similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/font-awesome/HELP-US-OUT.txt rename to docs/user-guide/kubectl/v1.5/node_modules/font-awesome/HELP-US-OUT.txt diff --git a/docs/user-guide/kubectl/1_5/node_modules/font-awesome/README.md b/docs/user-guide/kubectl/v1.5/node_modules/font-awesome/README.md similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/font-awesome/README.md rename to docs/user-guide/kubectl/v1.5/node_modules/font-awesome/README.md diff --git a/docs/user-guide/kubectl/1_5/node_modules/font-awesome/css/font-awesome.css b/docs/user-guide/kubectl/v1.5/node_modules/font-awesome/css/font-awesome.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/font-awesome/css/font-awesome.css rename to docs/user-guide/kubectl/v1.5/node_modules/font-awesome/css/font-awesome.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/font-awesome/css/font-awesome.css.map b/docs/user-guide/kubectl/v1.5/node_modules/font-awesome/css/font-awesome.css.map similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/font-awesome/css/font-awesome.css.map rename to docs/user-guide/kubectl/v1.5/node_modules/font-awesome/css/font-awesome.css.map diff --git a/docs/user-guide/kubectl/1_5/node_modules/font-awesome/css/font-awesome.min.css b/docs/user-guide/kubectl/v1.5/node_modules/font-awesome/css/font-awesome.min.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/font-awesome/css/font-awesome.min.css rename to docs/user-guide/kubectl/v1.5/node_modules/font-awesome/css/font-awesome.min.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/font-awesome/fonts/FontAwesome.otf b/docs/user-guide/kubectl/v1.5/node_modules/font-awesome/fonts/FontAwesome.otf similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/font-awesome/fonts/FontAwesome.otf rename to docs/user-guide/kubectl/v1.5/node_modules/font-awesome/fonts/FontAwesome.otf diff --git a/docs/user-guide/kubectl/1_5/node_modules/font-awesome/fonts/fontawesome-webfont.eot b/docs/user-guide/kubectl/v1.5/node_modules/font-awesome/fonts/fontawesome-webfont.eot similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/font-awesome/fonts/fontawesome-webfont.eot rename to docs/user-guide/kubectl/v1.5/node_modules/font-awesome/fonts/fontawesome-webfont.eot diff --git a/docs/user-guide/kubectl/1_5/node_modules/font-awesome/fonts/fontawesome-webfont.svg b/docs/user-guide/kubectl/v1.5/node_modules/font-awesome/fonts/fontawesome-webfont.svg similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/font-awesome/fonts/fontawesome-webfont.svg rename to docs/user-guide/kubectl/v1.5/node_modules/font-awesome/fonts/fontawesome-webfont.svg diff --git a/docs/user-guide/kubectl/1_5/node_modules/font-awesome/fonts/fontawesome-webfont.ttf b/docs/user-guide/kubectl/v1.5/node_modules/font-awesome/fonts/fontawesome-webfont.ttf similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/font-awesome/fonts/fontawesome-webfont.ttf rename to docs/user-guide/kubectl/v1.5/node_modules/font-awesome/fonts/fontawesome-webfont.ttf diff --git a/docs/user-guide/kubectl/1_5/node_modules/font-awesome/fonts/fontawesome-webfont.woff b/docs/user-guide/kubectl/v1.5/node_modules/font-awesome/fonts/fontawesome-webfont.woff similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/font-awesome/fonts/fontawesome-webfont.woff rename to docs/user-guide/kubectl/v1.5/node_modules/font-awesome/fonts/fontawesome-webfont.woff diff --git a/docs/user-guide/kubectl/1_5/node_modules/font-awesome/fonts/fontawesome-webfont.woff2 b/docs/user-guide/kubectl/v1.5/node_modules/font-awesome/fonts/fontawesome-webfont.woff2 similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/font-awesome/fonts/fontawesome-webfont.woff2 rename to docs/user-guide/kubectl/v1.5/node_modules/font-awesome/fonts/fontawesome-webfont.woff2 diff --git a/docs/user-guide/kubectl/1_5/node_modules/font-awesome/less/animated.less b/docs/user-guide/kubectl/v1.5/node_modules/font-awesome/less/animated.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/font-awesome/less/animated.less rename to docs/user-guide/kubectl/v1.5/node_modules/font-awesome/less/animated.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/font-awesome/less/bordered-pulled.less b/docs/user-guide/kubectl/v1.5/node_modules/font-awesome/less/bordered-pulled.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/font-awesome/less/bordered-pulled.less rename to docs/user-guide/kubectl/v1.5/node_modules/font-awesome/less/bordered-pulled.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/font-awesome/less/core.less b/docs/user-guide/kubectl/v1.5/node_modules/font-awesome/less/core.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/font-awesome/less/core.less rename to docs/user-guide/kubectl/v1.5/node_modules/font-awesome/less/core.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/font-awesome/less/fixed-width.less b/docs/user-guide/kubectl/v1.5/node_modules/font-awesome/less/fixed-width.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/font-awesome/less/fixed-width.less rename to docs/user-guide/kubectl/v1.5/node_modules/font-awesome/less/fixed-width.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/font-awesome/less/font-awesome.less b/docs/user-guide/kubectl/v1.5/node_modules/font-awesome/less/font-awesome.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/font-awesome/less/font-awesome.less rename to docs/user-guide/kubectl/v1.5/node_modules/font-awesome/less/font-awesome.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/font-awesome/less/icons.less b/docs/user-guide/kubectl/v1.5/node_modules/font-awesome/less/icons.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/font-awesome/less/icons.less rename to docs/user-guide/kubectl/v1.5/node_modules/font-awesome/less/icons.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/font-awesome/less/larger.less b/docs/user-guide/kubectl/v1.5/node_modules/font-awesome/less/larger.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/font-awesome/less/larger.less rename to docs/user-guide/kubectl/v1.5/node_modules/font-awesome/less/larger.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/font-awesome/less/list.less b/docs/user-guide/kubectl/v1.5/node_modules/font-awesome/less/list.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/font-awesome/less/list.less rename to docs/user-guide/kubectl/v1.5/node_modules/font-awesome/less/list.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/font-awesome/less/mixins.less b/docs/user-guide/kubectl/v1.5/node_modules/font-awesome/less/mixins.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/font-awesome/less/mixins.less rename to docs/user-guide/kubectl/v1.5/node_modules/font-awesome/less/mixins.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/font-awesome/less/path.less b/docs/user-guide/kubectl/v1.5/node_modules/font-awesome/less/path.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/font-awesome/less/path.less rename to docs/user-guide/kubectl/v1.5/node_modules/font-awesome/less/path.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/font-awesome/less/rotated-flipped.less b/docs/user-guide/kubectl/v1.5/node_modules/font-awesome/less/rotated-flipped.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/font-awesome/less/rotated-flipped.less rename to docs/user-guide/kubectl/v1.5/node_modules/font-awesome/less/rotated-flipped.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/font-awesome/less/screen-reader.less b/docs/user-guide/kubectl/v1.5/node_modules/font-awesome/less/screen-reader.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/font-awesome/less/screen-reader.less rename to docs/user-guide/kubectl/v1.5/node_modules/font-awesome/less/screen-reader.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/font-awesome/less/stacked.less b/docs/user-guide/kubectl/v1.5/node_modules/font-awesome/less/stacked.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/font-awesome/less/stacked.less rename to docs/user-guide/kubectl/v1.5/node_modules/font-awesome/less/stacked.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/font-awesome/less/variables.less b/docs/user-guide/kubectl/v1.5/node_modules/font-awesome/less/variables.less similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/font-awesome/less/variables.less rename to docs/user-guide/kubectl/v1.5/node_modules/font-awesome/less/variables.less diff --git a/docs/user-guide/kubectl/1_5/node_modules/font-awesome/package.json b/docs/user-guide/kubectl/v1.5/node_modules/font-awesome/package.json similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/font-awesome/package.json rename to docs/user-guide/kubectl/v1.5/node_modules/font-awesome/package.json diff --git a/docs/user-guide/kubectl/1_5/node_modules/font-awesome/scss/_animated.scss b/docs/user-guide/kubectl/v1.5/node_modules/font-awesome/scss/_animated.scss similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/font-awesome/scss/_animated.scss rename to docs/user-guide/kubectl/v1.5/node_modules/font-awesome/scss/_animated.scss diff --git a/docs/user-guide/kubectl/1_5/node_modules/font-awesome/scss/_bordered-pulled.scss b/docs/user-guide/kubectl/v1.5/node_modules/font-awesome/scss/_bordered-pulled.scss similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/font-awesome/scss/_bordered-pulled.scss rename to docs/user-guide/kubectl/v1.5/node_modules/font-awesome/scss/_bordered-pulled.scss diff --git a/docs/user-guide/kubectl/1_5/node_modules/font-awesome/scss/_core.scss b/docs/user-guide/kubectl/v1.5/node_modules/font-awesome/scss/_core.scss similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/font-awesome/scss/_core.scss rename to docs/user-guide/kubectl/v1.5/node_modules/font-awesome/scss/_core.scss diff --git a/docs/user-guide/kubectl/1_5/node_modules/font-awesome/scss/_fixed-width.scss b/docs/user-guide/kubectl/v1.5/node_modules/font-awesome/scss/_fixed-width.scss similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/font-awesome/scss/_fixed-width.scss rename to docs/user-guide/kubectl/v1.5/node_modules/font-awesome/scss/_fixed-width.scss diff --git a/docs/user-guide/kubectl/1_5/node_modules/font-awesome/scss/_icons.scss b/docs/user-guide/kubectl/v1.5/node_modules/font-awesome/scss/_icons.scss similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/font-awesome/scss/_icons.scss rename to docs/user-guide/kubectl/v1.5/node_modules/font-awesome/scss/_icons.scss diff --git a/docs/user-guide/kubectl/1_5/node_modules/font-awesome/scss/_larger.scss b/docs/user-guide/kubectl/v1.5/node_modules/font-awesome/scss/_larger.scss similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/font-awesome/scss/_larger.scss rename to docs/user-guide/kubectl/v1.5/node_modules/font-awesome/scss/_larger.scss diff --git a/docs/user-guide/kubectl/1_5/node_modules/font-awesome/scss/_list.scss b/docs/user-guide/kubectl/v1.5/node_modules/font-awesome/scss/_list.scss similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/font-awesome/scss/_list.scss rename to docs/user-guide/kubectl/v1.5/node_modules/font-awesome/scss/_list.scss diff --git a/docs/user-guide/kubectl/1_5/node_modules/font-awesome/scss/_mixins.scss b/docs/user-guide/kubectl/v1.5/node_modules/font-awesome/scss/_mixins.scss similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/font-awesome/scss/_mixins.scss rename to docs/user-guide/kubectl/v1.5/node_modules/font-awesome/scss/_mixins.scss diff --git a/docs/user-guide/kubectl/1_5/node_modules/font-awesome/scss/_path.scss b/docs/user-guide/kubectl/v1.5/node_modules/font-awesome/scss/_path.scss similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/font-awesome/scss/_path.scss rename to docs/user-guide/kubectl/v1.5/node_modules/font-awesome/scss/_path.scss diff --git a/docs/user-guide/kubectl/1_5/node_modules/font-awesome/scss/_rotated-flipped.scss b/docs/user-guide/kubectl/v1.5/node_modules/font-awesome/scss/_rotated-flipped.scss similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/font-awesome/scss/_rotated-flipped.scss rename to docs/user-guide/kubectl/v1.5/node_modules/font-awesome/scss/_rotated-flipped.scss diff --git a/docs/user-guide/kubectl/1_5/node_modules/font-awesome/scss/_screen-reader.scss b/docs/user-guide/kubectl/v1.5/node_modules/font-awesome/scss/_screen-reader.scss similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/font-awesome/scss/_screen-reader.scss rename to docs/user-guide/kubectl/v1.5/node_modules/font-awesome/scss/_screen-reader.scss diff --git a/docs/user-guide/kubectl/1_5/node_modules/font-awesome/scss/_stacked.scss b/docs/user-guide/kubectl/v1.5/node_modules/font-awesome/scss/_stacked.scss similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/font-awesome/scss/_stacked.scss rename to docs/user-guide/kubectl/v1.5/node_modules/font-awesome/scss/_stacked.scss diff --git a/docs/user-guide/kubectl/1_5/node_modules/font-awesome/scss/_variables.scss b/docs/user-guide/kubectl/v1.5/node_modules/font-awesome/scss/_variables.scss similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/font-awesome/scss/_variables.scss rename to docs/user-guide/kubectl/v1.5/node_modules/font-awesome/scss/_variables.scss diff --git a/docs/user-guide/kubectl/1_5/node_modules/font-awesome/scss/font-awesome.scss b/docs/user-guide/kubectl/v1.5/node_modules/font-awesome/scss/font-awesome.scss similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/font-awesome/scss/font-awesome.scss rename to docs/user-guide/kubectl/v1.5/node_modules/font-awesome/scss/font-awesome.scss diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/LICENSE b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/LICENSE similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/LICENSE rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/LICENSE diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/README.md b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/README.md similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/README.md rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/README.md diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/docs/api.rst b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/docs/api.rst similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/docs/api.rst rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/docs/api.rst diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/docs/building-testing.rst b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/docs/building-testing.rst similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/docs/building-testing.rst rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/docs/building-testing.rst diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/docs/css-classes-reference.rst b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/docs/css-classes-reference.rst similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/docs/css-classes-reference.rst rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/docs/css-classes-reference.rst diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/docs/index.rst b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/docs/index.rst similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/docs/index.rst rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/docs/index.rst diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/docs/language-contribution.rst b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/docs/language-contribution.rst similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/docs/language-contribution.rst rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/docs/language-contribution.rst diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/docs/language-guide.rst b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/docs/language-guide.rst similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/docs/language-guide.rst rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/docs/language-guide.rst diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/docs/language-requests.rst b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/docs/language-requests.rst similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/docs/language-requests.rst rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/docs/language-requests.rst diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/docs/line-numbers.rst b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/docs/line-numbers.rst similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/docs/line-numbers.rst rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/docs/line-numbers.rst diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/docs/reference.rst b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/docs/reference.rst similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/docs/reference.rst rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/docs/reference.rst diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/docs/release-process.rst b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/docs/release-process.rst similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/docs/release-process.rst rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/docs/release-process.rst diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/docs/style-guide.rst b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/docs/style-guide.rst similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/docs/style-guide.rst rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/docs/style-guide.rst diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/highlight.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/highlight.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/highlight.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/highlight.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/index.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/index.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/index.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/index.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/1c.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/1c.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/1c.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/1c.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/abnf.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/abnf.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/abnf.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/abnf.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/accesslog.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/accesslog.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/accesslog.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/accesslog.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/actionscript.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/actionscript.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/actionscript.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/actionscript.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/ada.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/ada.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/ada.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/ada.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/apache.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/apache.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/apache.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/apache.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/applescript.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/applescript.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/applescript.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/applescript.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/arduino.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/arduino.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/arduino.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/arduino.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/armasm.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/armasm.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/armasm.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/armasm.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/asciidoc.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/asciidoc.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/asciidoc.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/asciidoc.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/aspectj.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/aspectj.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/aspectj.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/aspectj.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/autohotkey.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/autohotkey.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/autohotkey.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/autohotkey.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/autoit.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/autoit.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/autoit.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/autoit.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/avrasm.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/avrasm.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/avrasm.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/avrasm.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/awk.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/awk.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/awk.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/awk.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/axapta.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/axapta.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/axapta.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/axapta.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/bash.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/bash.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/bash.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/bash.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/basic.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/basic.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/basic.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/basic.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/bnf.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/bnf.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/bnf.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/bnf.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/brainfuck.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/brainfuck.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/brainfuck.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/brainfuck.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/cal.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/cal.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/cal.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/cal.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/capnproto.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/capnproto.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/capnproto.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/capnproto.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/ceylon.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/ceylon.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/ceylon.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/ceylon.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/clean.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/clean.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/clean.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/clean.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/clojure-repl.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/clojure-repl.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/clojure-repl.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/clojure-repl.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/clojure.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/clojure.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/clojure.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/clojure.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/cmake.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/cmake.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/cmake.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/cmake.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/coffeescript.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/coffeescript.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/coffeescript.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/coffeescript.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/coq.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/coq.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/coq.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/coq.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/cos.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/cos.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/cos.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/cos.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/cpp.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/cpp.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/cpp.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/cpp.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/crmsh.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/crmsh.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/crmsh.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/crmsh.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/crystal.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/crystal.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/crystal.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/crystal.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/cs.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/cs.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/cs.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/cs.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/csp.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/csp.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/csp.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/csp.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/css.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/css.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/css.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/css.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/d.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/d.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/d.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/d.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/dart.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/dart.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/dart.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/dart.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/delphi.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/delphi.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/delphi.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/delphi.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/diff.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/diff.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/diff.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/diff.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/django.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/django.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/django.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/django.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/dns.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/dns.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/dns.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/dns.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/dockerfile.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/dockerfile.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/dockerfile.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/dockerfile.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/dos.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/dos.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/dos.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/dos.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/dsconfig.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/dsconfig.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/dsconfig.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/dsconfig.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/dts.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/dts.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/dts.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/dts.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/dust.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/dust.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/dust.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/dust.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/ebnf.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/ebnf.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/ebnf.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/ebnf.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/elixir.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/elixir.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/elixir.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/elixir.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/elm.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/elm.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/elm.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/elm.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/erb.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/erb.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/erb.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/erb.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/erlang-repl.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/erlang-repl.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/erlang-repl.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/erlang-repl.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/erlang.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/erlang.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/erlang.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/erlang.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/excel.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/excel.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/excel.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/excel.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/fix.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/fix.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/fix.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/fix.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/flix.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/flix.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/flix.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/flix.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/fortran.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/fortran.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/fortran.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/fortran.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/fsharp.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/fsharp.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/fsharp.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/fsharp.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/gams.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/gams.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/gams.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/gams.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/gauss.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/gauss.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/gauss.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/gauss.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/gcode.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/gcode.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/gcode.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/gcode.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/gherkin.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/gherkin.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/gherkin.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/gherkin.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/glsl.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/glsl.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/glsl.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/glsl.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/go.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/go.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/go.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/go.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/golo.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/golo.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/golo.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/golo.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/gradle.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/gradle.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/gradle.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/gradle.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/groovy.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/groovy.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/groovy.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/groovy.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/haml.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/haml.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/haml.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/haml.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/handlebars.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/handlebars.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/handlebars.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/handlebars.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/haskell.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/haskell.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/haskell.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/haskell.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/haxe.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/haxe.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/haxe.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/haxe.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/hsp.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/hsp.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/hsp.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/hsp.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/htmlbars.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/htmlbars.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/htmlbars.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/htmlbars.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/http.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/http.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/http.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/http.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/inform7.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/inform7.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/inform7.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/inform7.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/ini.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/ini.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/ini.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/ini.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/irpf90.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/irpf90.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/irpf90.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/irpf90.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/java.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/java.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/java.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/java.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/javascript.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/javascript.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/javascript.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/javascript.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/json.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/json.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/json.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/json.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/julia.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/julia.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/julia.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/julia.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/kotlin.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/kotlin.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/kotlin.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/kotlin.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/lasso.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/lasso.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/lasso.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/lasso.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/ldif.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/ldif.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/ldif.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/ldif.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/less.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/less.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/less.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/less.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/lisp.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/lisp.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/lisp.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/lisp.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/livecodeserver.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/livecodeserver.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/livecodeserver.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/livecodeserver.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/livescript.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/livescript.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/livescript.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/livescript.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/llvm.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/llvm.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/llvm.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/llvm.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/lsl.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/lsl.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/lsl.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/lsl.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/lua.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/lua.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/lua.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/lua.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/makefile.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/makefile.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/makefile.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/makefile.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/markdown.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/markdown.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/markdown.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/markdown.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/mathematica.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/mathematica.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/mathematica.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/mathematica.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/matlab.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/matlab.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/matlab.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/matlab.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/maxima.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/maxima.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/maxima.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/maxima.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/mel.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/mel.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/mel.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/mel.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/mercury.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/mercury.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/mercury.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/mercury.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/mipsasm.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/mipsasm.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/mipsasm.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/mipsasm.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/mizar.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/mizar.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/mizar.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/mizar.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/mojolicious.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/mojolicious.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/mojolicious.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/mojolicious.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/monkey.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/monkey.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/monkey.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/monkey.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/moonscript.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/moonscript.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/moonscript.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/moonscript.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/nginx.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/nginx.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/nginx.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/nginx.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/nimrod.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/nimrod.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/nimrod.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/nimrod.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/nix.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/nix.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/nix.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/nix.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/nsis.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/nsis.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/nsis.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/nsis.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/objectivec.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/objectivec.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/objectivec.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/objectivec.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/ocaml.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/ocaml.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/ocaml.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/ocaml.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/openscad.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/openscad.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/openscad.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/openscad.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/oxygene.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/oxygene.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/oxygene.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/oxygene.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/parser3.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/parser3.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/parser3.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/parser3.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/perl.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/perl.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/perl.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/perl.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/pf.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/pf.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/pf.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/pf.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/php.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/php.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/php.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/php.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/pony.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/pony.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/pony.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/pony.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/powershell.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/powershell.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/powershell.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/powershell.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/processing.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/processing.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/processing.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/processing.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/profile.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/profile.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/profile.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/profile.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/prolog.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/prolog.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/prolog.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/prolog.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/protobuf.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/protobuf.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/protobuf.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/protobuf.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/puppet.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/puppet.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/puppet.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/puppet.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/purebasic.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/purebasic.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/purebasic.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/purebasic.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/python.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/python.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/python.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/python.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/q.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/q.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/q.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/q.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/qml.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/qml.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/qml.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/qml.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/r.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/r.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/r.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/r.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/rib.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/rib.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/rib.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/rib.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/roboconf.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/roboconf.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/roboconf.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/roboconf.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/rsl.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/rsl.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/rsl.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/rsl.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/ruby.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/ruby.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/ruby.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/ruby.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/ruleslanguage.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/ruleslanguage.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/ruleslanguage.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/ruleslanguage.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/rust.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/rust.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/rust.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/rust.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/scala.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/scala.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/scala.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/scala.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/scheme.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/scheme.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/scheme.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/scheme.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/scilab.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/scilab.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/scilab.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/scilab.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/scss.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/scss.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/scss.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/scss.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/smali.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/smali.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/smali.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/smali.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/smalltalk.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/smalltalk.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/smalltalk.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/smalltalk.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/sml.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/sml.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/sml.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/sml.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/sqf.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/sqf.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/sqf.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/sqf.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/sql.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/sql.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/sql.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/sql.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/stan.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/stan.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/stan.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/stan.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/stata.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/stata.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/stata.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/stata.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/step21.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/step21.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/step21.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/step21.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/stylus.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/stylus.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/stylus.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/stylus.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/subunit.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/subunit.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/subunit.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/subunit.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/swift.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/swift.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/swift.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/swift.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/taggerscript.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/taggerscript.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/taggerscript.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/taggerscript.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/tap.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/tap.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/tap.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/tap.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/tcl.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/tcl.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/tcl.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/tcl.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/tex.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/tex.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/tex.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/tex.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/thrift.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/thrift.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/thrift.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/thrift.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/tp.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/tp.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/tp.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/tp.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/twig.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/twig.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/twig.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/twig.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/typescript.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/typescript.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/typescript.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/typescript.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/vala.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/vala.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/vala.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/vala.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/vbnet.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/vbnet.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/vbnet.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/vbnet.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/vbscript-html.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/vbscript-html.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/vbscript-html.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/vbscript-html.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/vbscript.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/vbscript.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/vbscript.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/vbscript.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/verilog.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/verilog.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/verilog.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/verilog.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/vhdl.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/vhdl.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/vhdl.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/vhdl.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/vim.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/vim.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/vim.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/vim.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/x86asm.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/x86asm.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/x86asm.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/x86asm.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/xl.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/xl.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/xl.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/xl.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/xml.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/xml.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/xml.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/xml.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/xquery.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/xquery.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/xquery.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/xquery.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/yaml.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/yaml.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/yaml.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/yaml.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/zephir.js b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/zephir.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/lib/languages/zephir.js rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/lib/languages/zephir.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/package.json b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/package.json similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/package.json rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/package.json diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/agate.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/agate.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/agate.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/agate.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/androidstudio.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/androidstudio.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/androidstudio.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/androidstudio.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/arduino-light.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/arduino-light.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/arduino-light.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/arduino-light.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/arta.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/arta.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/arta.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/arta.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/ascetic.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/ascetic.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/ascetic.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/ascetic.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/atelier-cave-dark.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/atelier-cave-dark.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/atelier-cave-dark.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/atelier-cave-dark.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/atelier-cave-light.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/atelier-cave-light.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/atelier-cave-light.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/atelier-cave-light.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/atelier-dune-dark.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/atelier-dune-dark.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/atelier-dune-dark.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/atelier-dune-dark.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/atelier-dune-light.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/atelier-dune-light.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/atelier-dune-light.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/atelier-dune-light.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/atelier-estuary-dark.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/atelier-estuary-dark.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/atelier-estuary-dark.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/atelier-estuary-dark.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/atelier-estuary-light.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/atelier-estuary-light.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/atelier-estuary-light.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/atelier-estuary-light.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/atelier-forest-dark.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/atelier-forest-dark.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/atelier-forest-dark.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/atelier-forest-dark.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/atelier-forest-light.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/atelier-forest-light.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/atelier-forest-light.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/atelier-forest-light.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/atelier-heath-dark.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/atelier-heath-dark.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/atelier-heath-dark.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/atelier-heath-dark.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/atelier-heath-light.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/atelier-heath-light.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/atelier-heath-light.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/atelier-heath-light.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/atelier-lakeside-dark.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/atelier-lakeside-dark.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/atelier-lakeside-dark.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/atelier-lakeside-dark.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/atelier-lakeside-light.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/atelier-lakeside-light.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/atelier-lakeside-light.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/atelier-lakeside-light.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/atelier-plateau-dark.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/atelier-plateau-dark.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/atelier-plateau-dark.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/atelier-plateau-dark.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/atelier-plateau-light.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/atelier-plateau-light.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/atelier-plateau-light.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/atelier-plateau-light.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/atelier-savanna-dark.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/atelier-savanna-dark.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/atelier-savanna-dark.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/atelier-savanna-dark.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/atelier-savanna-light.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/atelier-savanna-light.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/atelier-savanna-light.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/atelier-savanna-light.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/atelier-seaside-dark.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/atelier-seaside-dark.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/atelier-seaside-dark.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/atelier-seaside-dark.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/atelier-seaside-light.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/atelier-seaside-light.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/atelier-seaside-light.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/atelier-seaside-light.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/atelier-sulphurpool-dark.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/atelier-sulphurpool-dark.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/atelier-sulphurpool-dark.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/atelier-sulphurpool-dark.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/atelier-sulphurpool-light.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/atelier-sulphurpool-light.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/atelier-sulphurpool-light.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/atelier-sulphurpool-light.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/atom-one-dark.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/atom-one-dark.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/atom-one-dark.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/atom-one-dark.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/atom-one-light.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/atom-one-light.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/atom-one-light.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/atom-one-light.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/brown-paper.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/brown-paper.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/brown-paper.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/brown-paper.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/brown-papersq.png b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/brown-papersq.png similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/brown-papersq.png rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/brown-papersq.png diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/codepen-embed.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/codepen-embed.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/codepen-embed.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/codepen-embed.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/color-brewer.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/color-brewer.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/color-brewer.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/color-brewer.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/darcula.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/darcula.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/darcula.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/darcula.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/dark.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/dark.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/dark.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/dark.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/darkula.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/darkula.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/darkula.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/darkula.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/default.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/default.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/default.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/default.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/docco.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/docco.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/docco.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/docco.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/dracula.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/dracula.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/dracula.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/dracula.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/far.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/far.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/far.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/far.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/foundation.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/foundation.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/foundation.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/foundation.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/github-gist.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/github-gist.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/github-gist.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/github-gist.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/github.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/github.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/github.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/github.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/googlecode.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/googlecode.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/googlecode.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/googlecode.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/grayscale.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/grayscale.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/grayscale.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/grayscale.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/gruvbox-dark.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/gruvbox-dark.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/gruvbox-dark.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/gruvbox-dark.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/gruvbox-light.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/gruvbox-light.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/gruvbox-light.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/gruvbox-light.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/hopscotch.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/hopscotch.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/hopscotch.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/hopscotch.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/hybrid.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/hybrid.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/hybrid.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/hybrid.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/idea.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/idea.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/idea.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/idea.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/ir-black.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/ir-black.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/ir-black.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/ir-black.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/kimbie.dark.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/kimbie.dark.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/kimbie.dark.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/kimbie.dark.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/kimbie.light.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/kimbie.light.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/kimbie.light.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/kimbie.light.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/magula.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/magula.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/magula.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/magula.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/mono-blue.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/mono-blue.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/mono-blue.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/mono-blue.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/monokai-sublime.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/monokai-sublime.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/monokai-sublime.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/monokai-sublime.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/monokai.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/monokai.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/monokai.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/monokai.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/obsidian.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/obsidian.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/obsidian.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/obsidian.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/ocean.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/ocean.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/ocean.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/ocean.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/paraiso-dark.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/paraiso-dark.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/paraiso-dark.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/paraiso-dark.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/paraiso-light.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/paraiso-light.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/paraiso-light.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/paraiso-light.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/pojoaque.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/pojoaque.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/pojoaque.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/pojoaque.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/pojoaque.jpg b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/pojoaque.jpg similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/pojoaque.jpg rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/pojoaque.jpg diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/purebasic.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/purebasic.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/purebasic.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/purebasic.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/qtcreator_dark.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/qtcreator_dark.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/qtcreator_dark.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/qtcreator_dark.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/qtcreator_light.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/qtcreator_light.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/qtcreator_light.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/qtcreator_light.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/railscasts.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/railscasts.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/railscasts.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/railscasts.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/rainbow.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/rainbow.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/rainbow.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/rainbow.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/school-book.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/school-book.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/school-book.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/school-book.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/school-book.png b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/school-book.png similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/school-book.png rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/school-book.png diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/solarized-dark.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/solarized-dark.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/solarized-dark.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/solarized-dark.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/solarized-light.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/solarized-light.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/solarized-light.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/solarized-light.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/sunburst.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/sunburst.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/sunburst.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/sunburst.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/tomorrow-night-blue.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/tomorrow-night-blue.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/tomorrow-night-blue.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/tomorrow-night-blue.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/tomorrow-night-bright.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/tomorrow-night-bright.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/tomorrow-night-bright.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/tomorrow-night-bright.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/tomorrow-night-eighties.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/tomorrow-night-eighties.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/tomorrow-night-eighties.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/tomorrow-night-eighties.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/tomorrow-night.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/tomorrow-night.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/tomorrow-night.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/tomorrow-night.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/tomorrow.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/tomorrow.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/tomorrow.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/tomorrow.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/vs.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/vs.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/vs.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/vs.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/xcode.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/xcode.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/xcode.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/xcode.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/xt256.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/xt256.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/xt256.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/xt256.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/zenburn.css b/docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/zenburn.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/highlight.js/styles/zenburn.css rename to docs/user-guide/kubectl/v1.5/node_modules/highlight.js/styles/zenburn.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/.jscsrc b/docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/.jscsrc similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/.jscsrc rename to docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/.jscsrc diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/.jshintrc b/docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/.jshintrc similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/.jshintrc rename to docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/.jshintrc diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/.npmignore b/docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/.npmignore similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/.npmignore rename to docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/.npmignore diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/CHANGELOG.md b/docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/CHANGELOG.md similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/CHANGELOG.md rename to docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/CHANGELOG.md diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/LICENSE b/docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/LICENSE similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/LICENSE rename to docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/LICENSE diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/README.md b/docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/README.md similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/README.md rename to docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/README.md diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/bower.json b/docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/bower.json similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/bower.json rename to docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/bower.json diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/composer.json b/docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/composer.json similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/composer.json rename to docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/composer.json diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/demo/css/style.css b/docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/demo/css/style.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/demo/css/style.css rename to docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/demo/css/style.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/demo/css/style.old.css b/docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/demo/css/style.old.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/demo/css/style.old.css rename to docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/demo/css/style.old.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/demo/index.html b/docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/demo/index.html similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/demo/index.html rename to docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/demo/index.html diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/demo/index.old.html b/docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/demo/index.old.html similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/demo/index.old.html rename to docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/demo/index.old.html diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/jquery.scrollTo.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/jquery.scrollTo.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/jquery.scrollTo.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/jquery.scrollTo.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/jquery.scrollTo.min.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/jquery.scrollTo.min.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/jquery.scrollTo.min.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/jquery.scrollTo.min.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/package.json b/docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/package.json similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/package.json rename to docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/package.json diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/tests/ElemMaxY-compat.html b/docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/tests/ElemMaxY-compat.html similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/tests/ElemMaxY-compat.html rename to docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/tests/ElemMaxY-compat.html diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/tests/ElemMaxY-quirks.html b/docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/tests/ElemMaxY-quirks.html similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/tests/ElemMaxY-quirks.html rename to docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/tests/ElemMaxY-quirks.html diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/tests/WinMaxY-compat.html b/docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/tests/WinMaxY-compat.html similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/tests/WinMaxY-compat.html rename to docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/tests/WinMaxY-compat.html diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/tests/WinMaxY-quirks.html b/docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/tests/WinMaxY-quirks.html similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/tests/WinMaxY-quirks.html rename to docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/tests/WinMaxY-quirks.html diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/tests/WinMaxY-to-iframe-compat.html b/docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/tests/WinMaxY-to-iframe-compat.html similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/tests/WinMaxY-to-iframe-compat.html rename to docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/tests/WinMaxY-to-iframe-compat.html diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/tests/WinMaxY-to-iframe-quirks.html b/docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/tests/WinMaxY-to-iframe-quirks.html similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/tests/WinMaxY-to-iframe-quirks.html rename to docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/tests/WinMaxY-to-iframe-quirks.html diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/tests/WinMaxY-with-iframe-compat.html b/docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/tests/WinMaxY-with-iframe-compat.html similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/tests/WinMaxY-with-iframe-compat.html rename to docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/tests/WinMaxY-with-iframe-compat.html diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/tests/WinMaxY-with-iframe-quirks.html b/docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/tests/WinMaxY-with-iframe-quirks.html similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/tests/WinMaxY-with-iframe-quirks.html rename to docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/tests/WinMaxY-with-iframe-quirks.html diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/tests/index.html b/docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/tests/index.html similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/tests/index.html rename to docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/tests/index.html diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/tests/test.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/tests/test.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery.scrollto/tests/test.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery.scrollto/tests/test.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/AUTHORS.txt b/docs/user-guide/kubectl/v1.5/node_modules/jquery/AUTHORS.txt similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/AUTHORS.txt rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/AUTHORS.txt diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/LICENSE.txt b/docs/user-guide/kubectl/v1.5/node_modules/jquery/LICENSE.txt similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/LICENSE.txt rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/LICENSE.txt diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/README.md b/docs/user-guide/kubectl/v1.5/node_modules/jquery/README.md similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/README.md rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/README.md diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/bower.json b/docs/user-guide/kubectl/v1.5/node_modules/jquery/bower.json similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/bower.json rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/bower.json diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/dist/core.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/dist/core.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/dist/core.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/dist/core.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/dist/jquery.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/dist/jquery.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/dist/jquery.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/dist/jquery.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/dist/jquery.min.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/dist/jquery.min.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/dist/jquery.min.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/dist/jquery.min.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/dist/jquery.min.map b/docs/user-guide/kubectl/v1.5/node_modules/jquery/dist/jquery.min.map similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/dist/jquery.min.map rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/dist/jquery.min.map diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/dist/jquery.slim.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/dist/jquery.slim.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/dist/jquery.slim.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/dist/jquery.slim.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/dist/jquery.slim.min.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/dist/jquery.slim.min.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/dist/jquery.slim.min.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/dist/jquery.slim.min.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/dist/jquery.slim.min.map b/docs/user-guide/kubectl/v1.5/node_modules/jquery/dist/jquery.slim.min.map similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/dist/jquery.slim.min.map rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/dist/jquery.slim.min.map diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/external/sizzle/LICENSE.txt b/docs/user-guide/kubectl/v1.5/node_modules/jquery/external/sizzle/LICENSE.txt similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/external/sizzle/LICENSE.txt rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/external/sizzle/LICENSE.txt diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/external/sizzle/dist/sizzle.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/external/sizzle/dist/sizzle.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/external/sizzle/dist/sizzle.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/external/sizzle/dist/sizzle.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/external/sizzle/dist/sizzle.min.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/external/sizzle/dist/sizzle.min.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/external/sizzle/dist/sizzle.min.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/external/sizzle/dist/sizzle.min.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/external/sizzle/dist/sizzle.min.map b/docs/user-guide/kubectl/v1.5/node_modules/jquery/external/sizzle/dist/sizzle.min.map similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/external/sizzle/dist/sizzle.min.map rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/external/sizzle/dist/sizzle.min.map diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/package.json b/docs/user-guide/kubectl/v1.5/node_modules/jquery/package.json similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/package.json rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/package.json diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/.eslintrc.json b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/.eslintrc.json similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/.eslintrc.json rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/.eslintrc.json diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/ajax.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/ajax.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/ajax.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/ajax.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/ajax/jsonp.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/ajax/jsonp.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/ajax/jsonp.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/ajax/jsonp.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/ajax/load.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/ajax/load.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/ajax/load.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/ajax/load.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/ajax/parseXML.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/ajax/parseXML.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/ajax/parseXML.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/ajax/parseXML.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/ajax/script.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/ajax/script.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/ajax/script.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/ajax/script.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/ajax/var/location.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/ajax/var/location.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/ajax/var/location.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/ajax/var/location.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/ajax/var/nonce.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/ajax/var/nonce.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/ajax/var/nonce.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/ajax/var/nonce.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/ajax/var/rquery.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/ajax/var/rquery.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/ajax/var/rquery.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/ajax/var/rquery.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/ajax/xhr.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/ajax/xhr.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/ajax/xhr.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/ajax/xhr.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/attributes.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/attributes.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/attributes.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/attributes.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/attributes/attr.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/attributes/attr.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/attributes/attr.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/attributes/attr.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/attributes/classes.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/attributes/classes.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/attributes/classes.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/attributes/classes.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/attributes/prop.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/attributes/prop.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/attributes/prop.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/attributes/prop.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/attributes/support.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/attributes/support.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/attributes/support.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/attributes/support.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/attributes/val.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/attributes/val.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/attributes/val.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/attributes/val.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/callbacks.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/callbacks.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/callbacks.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/callbacks.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/core.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/core.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/core.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/core.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/core/DOMEval.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/core/DOMEval.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/core/DOMEval.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/core/DOMEval.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/core/access.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/core/access.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/core/access.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/core/access.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/core/init.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/core/init.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/core/init.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/core/init.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/core/parseHTML.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/core/parseHTML.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/core/parseHTML.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/core/parseHTML.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/core/ready-no-deferred.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/core/ready-no-deferred.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/core/ready-no-deferred.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/core/ready-no-deferred.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/core/ready.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/core/ready.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/core/ready.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/core/ready.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/core/readyException.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/core/readyException.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/core/readyException.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/core/readyException.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/core/stripAndCollapse.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/core/stripAndCollapse.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/core/stripAndCollapse.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/core/stripAndCollapse.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/core/support.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/core/support.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/core/support.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/core/support.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/core/var/rsingleTag.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/core/var/rsingleTag.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/core/var/rsingleTag.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/core/var/rsingleTag.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/css.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/css.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/css.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/css.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/css/addGetHookIf.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/css/addGetHookIf.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/css/addGetHookIf.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/css/addGetHookIf.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/css/adjustCSS.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/css/adjustCSS.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/css/adjustCSS.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/css/adjustCSS.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/css/curCSS.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/css/curCSS.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/css/curCSS.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/css/curCSS.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/css/hiddenVisibleSelectors.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/css/hiddenVisibleSelectors.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/css/hiddenVisibleSelectors.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/css/hiddenVisibleSelectors.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/css/showHide.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/css/showHide.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/css/showHide.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/css/showHide.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/css/support.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/css/support.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/css/support.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/css/support.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/css/var/cssExpand.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/css/var/cssExpand.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/css/var/cssExpand.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/css/var/cssExpand.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/css/var/getStyles.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/css/var/getStyles.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/css/var/getStyles.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/css/var/getStyles.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/css/var/isHiddenWithinTree.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/css/var/isHiddenWithinTree.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/css/var/isHiddenWithinTree.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/css/var/isHiddenWithinTree.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/css/var/rmargin.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/css/var/rmargin.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/css/var/rmargin.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/css/var/rmargin.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/css/var/rnumnonpx.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/css/var/rnumnonpx.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/css/var/rnumnonpx.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/css/var/rnumnonpx.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/css/var/swap.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/css/var/swap.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/css/var/swap.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/css/var/swap.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/data.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/data.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/data.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/data.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/data/Data.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/data/Data.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/data/Data.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/data/Data.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/data/var/acceptData.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/data/var/acceptData.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/data/var/acceptData.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/data/var/acceptData.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/data/var/dataPriv.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/data/var/dataPriv.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/data/var/dataPriv.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/data/var/dataPriv.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/data/var/dataUser.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/data/var/dataUser.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/data/var/dataUser.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/data/var/dataUser.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/deferred.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/deferred.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/deferred.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/deferred.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/deferred/exceptionHook.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/deferred/exceptionHook.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/deferred/exceptionHook.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/deferred/exceptionHook.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/deprecated.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/deprecated.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/deprecated.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/deprecated.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/dimensions.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/dimensions.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/dimensions.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/dimensions.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/effects.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/effects.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/effects.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/effects.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/effects/Tween.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/effects/Tween.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/effects/Tween.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/effects/Tween.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/effects/animatedSelector.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/effects/animatedSelector.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/effects/animatedSelector.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/effects/animatedSelector.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/event.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/event.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/event.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/event.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/event/ajax.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/event/ajax.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/event/ajax.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/event/ajax.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/event/alias.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/event/alias.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/event/alias.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/event/alias.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/event/focusin.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/event/focusin.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/event/focusin.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/event/focusin.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/event/support.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/event/support.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/event/support.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/event/support.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/event/trigger.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/event/trigger.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/event/trigger.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/event/trigger.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/exports/amd.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/exports/amd.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/exports/amd.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/exports/amd.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/exports/global.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/exports/global.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/exports/global.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/exports/global.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/jquery.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/jquery.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/jquery.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/jquery.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/manipulation.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/manipulation.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/manipulation.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/manipulation.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/manipulation/_evalUrl.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/manipulation/_evalUrl.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/manipulation/_evalUrl.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/manipulation/_evalUrl.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/manipulation/buildFragment.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/manipulation/buildFragment.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/manipulation/buildFragment.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/manipulation/buildFragment.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/manipulation/getAll.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/manipulation/getAll.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/manipulation/getAll.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/manipulation/getAll.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/manipulation/setGlobalEval.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/manipulation/setGlobalEval.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/manipulation/setGlobalEval.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/manipulation/setGlobalEval.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/manipulation/support.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/manipulation/support.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/manipulation/support.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/manipulation/support.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/manipulation/var/rcheckableType.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/manipulation/var/rcheckableType.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/manipulation/var/rcheckableType.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/manipulation/var/rcheckableType.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/manipulation/var/rscriptType.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/manipulation/var/rscriptType.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/manipulation/var/rscriptType.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/manipulation/var/rscriptType.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/manipulation/var/rtagName.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/manipulation/var/rtagName.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/manipulation/var/rtagName.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/manipulation/var/rtagName.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/manipulation/wrapMap.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/manipulation/wrapMap.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/manipulation/wrapMap.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/manipulation/wrapMap.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/offset.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/offset.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/offset.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/offset.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/queue.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/queue.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/queue.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/queue.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/queue/delay.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/queue/delay.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/queue/delay.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/queue/delay.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/selector-native.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/selector-native.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/selector-native.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/selector-native.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/selector-sizzle.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/selector-sizzle.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/selector-sizzle.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/selector-sizzle.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/selector.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/selector.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/selector.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/selector.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/serialize.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/serialize.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/serialize.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/serialize.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/traversing.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/traversing.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/traversing.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/traversing.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/traversing/findFilter.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/traversing/findFilter.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/traversing/findFilter.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/traversing/findFilter.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/traversing/var/dir.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/traversing/var/dir.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/traversing/var/dir.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/traversing/var/dir.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/traversing/var/rneedsContext.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/traversing/var/rneedsContext.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/traversing/var/rneedsContext.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/traversing/var/rneedsContext.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/traversing/var/siblings.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/traversing/var/siblings.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/traversing/var/siblings.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/traversing/var/siblings.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/var/ObjectFunctionString.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/var/ObjectFunctionString.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/var/ObjectFunctionString.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/var/ObjectFunctionString.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/var/arr.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/var/arr.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/var/arr.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/var/arr.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/var/class2type.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/var/class2type.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/var/class2type.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/var/class2type.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/var/concat.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/var/concat.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/var/concat.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/var/concat.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/var/document.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/var/document.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/var/document.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/var/document.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/var/documentElement.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/var/documentElement.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/var/documentElement.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/var/documentElement.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/var/fnToString.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/var/fnToString.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/var/fnToString.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/var/fnToString.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/var/getProto.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/var/getProto.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/var/getProto.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/var/getProto.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/var/hasOwn.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/var/hasOwn.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/var/hasOwn.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/var/hasOwn.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/var/indexOf.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/var/indexOf.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/var/indexOf.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/var/indexOf.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/var/pnum.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/var/pnum.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/var/pnum.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/var/pnum.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/var/push.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/var/push.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/var/push.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/var/push.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/var/rcssNum.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/var/rcssNum.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/var/rcssNum.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/var/rcssNum.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/var/rnothtmlwhite.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/var/rnothtmlwhite.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/var/rnothtmlwhite.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/var/rnothtmlwhite.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/var/slice.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/var/slice.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/var/slice.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/var/slice.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/var/support.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/var/support.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/var/support.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/var/support.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/var/toString.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/var/toString.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/var/toString.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/var/toString.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/jquery/src/wrap.js b/docs/user-guide/kubectl/v1.5/node_modules/jquery/src/wrap.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/jquery/src/wrap.js rename to docs/user-guide/kubectl/v1.5/node_modules/jquery/src/wrap.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/marked/.npmignore b/docs/user-guide/kubectl/v1.5/node_modules/marked/.npmignore similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/marked/.npmignore rename to docs/user-guide/kubectl/v1.5/node_modules/marked/.npmignore diff --git a/docs/user-guide/kubectl/1_5/node_modules/marked/Gulpfile.js b/docs/user-guide/kubectl/v1.5/node_modules/marked/Gulpfile.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/marked/Gulpfile.js rename to docs/user-guide/kubectl/v1.5/node_modules/marked/Gulpfile.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/marked/LICENSE b/docs/user-guide/kubectl/v1.5/node_modules/marked/LICENSE similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/marked/LICENSE rename to docs/user-guide/kubectl/v1.5/node_modules/marked/LICENSE diff --git a/docs/user-guide/kubectl/1_5/node_modules/marked/Makefile b/docs/user-guide/kubectl/v1.5/node_modules/marked/Makefile similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/marked/Makefile rename to docs/user-guide/kubectl/v1.5/node_modules/marked/Makefile diff --git a/docs/user-guide/kubectl/1_5/node_modules/marked/README.md b/docs/user-guide/kubectl/v1.5/node_modules/marked/README.md similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/marked/README.md rename to docs/user-guide/kubectl/v1.5/node_modules/marked/README.md diff --git a/docs/user-guide/kubectl/1_5/node_modules/marked/bin/marked b/docs/user-guide/kubectl/v1.5/node_modules/marked/bin/marked similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/marked/bin/marked rename to docs/user-guide/kubectl/v1.5/node_modules/marked/bin/marked diff --git a/docs/user-guide/kubectl/1_5/node_modules/marked/bower.json b/docs/user-guide/kubectl/v1.5/node_modules/marked/bower.json similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/marked/bower.json rename to docs/user-guide/kubectl/v1.5/node_modules/marked/bower.json diff --git a/docs/user-guide/kubectl/1_5/node_modules/marked/component.json b/docs/user-guide/kubectl/v1.5/node_modules/marked/component.json similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/marked/component.json rename to docs/user-guide/kubectl/v1.5/node_modules/marked/component.json diff --git a/docs/user-guide/kubectl/1_5/node_modules/marked/doc/broken.md b/docs/user-guide/kubectl/v1.5/node_modules/marked/doc/broken.md similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/marked/doc/broken.md rename to docs/user-guide/kubectl/v1.5/node_modules/marked/doc/broken.md diff --git a/docs/user-guide/kubectl/1_5/node_modules/marked/doc/todo.md b/docs/user-guide/kubectl/v1.5/node_modules/marked/doc/todo.md similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/marked/doc/todo.md rename to docs/user-guide/kubectl/v1.5/node_modules/marked/doc/todo.md diff --git a/docs/user-guide/kubectl/1_5/node_modules/marked/index.js b/docs/user-guide/kubectl/v1.5/node_modules/marked/index.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/marked/index.js rename to docs/user-guide/kubectl/v1.5/node_modules/marked/index.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/marked/lib/marked.js b/docs/user-guide/kubectl/v1.5/node_modules/marked/lib/marked.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/marked/lib/marked.js rename to docs/user-guide/kubectl/v1.5/node_modules/marked/lib/marked.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/marked/man/marked.1 b/docs/user-guide/kubectl/v1.5/node_modules/marked/man/marked.1 similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/marked/man/marked.1 rename to docs/user-guide/kubectl/v1.5/node_modules/marked/man/marked.1 diff --git a/docs/user-guide/kubectl/1_5/node_modules/marked/marked.min.js b/docs/user-guide/kubectl/v1.5/node_modules/marked/marked.min.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/marked/marked.min.js rename to docs/user-guide/kubectl/v1.5/node_modules/marked/marked.min.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/marked/package.json b/docs/user-guide/kubectl/v1.5/node_modules/marked/package.json similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/marked/package.json rename to docs/user-guide/kubectl/v1.5/node_modules/marked/package.json diff --git a/docs/user-guide/kubectl/1_5/node_modules/mime/.npmignore b/docs/user-guide/kubectl/v1.5/node_modules/mime/.npmignore similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/mime/.npmignore rename to docs/user-guide/kubectl/v1.5/node_modules/mime/.npmignore diff --git a/docs/user-guide/kubectl/1_5/node_modules/mime/LICENSE b/docs/user-guide/kubectl/v1.5/node_modules/mime/LICENSE similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/mime/LICENSE rename to docs/user-guide/kubectl/v1.5/node_modules/mime/LICENSE diff --git a/docs/user-guide/kubectl/1_5/node_modules/mime/README.md b/docs/user-guide/kubectl/v1.5/node_modules/mime/README.md similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/mime/README.md rename to docs/user-guide/kubectl/v1.5/node_modules/mime/README.md diff --git a/docs/user-guide/kubectl/1_5/node_modules/mime/build/build.js b/docs/user-guide/kubectl/v1.5/node_modules/mime/build/build.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/mime/build/build.js rename to docs/user-guide/kubectl/v1.5/node_modules/mime/build/build.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/mime/build/test.js b/docs/user-guide/kubectl/v1.5/node_modules/mime/build/test.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/mime/build/test.js rename to docs/user-guide/kubectl/v1.5/node_modules/mime/build/test.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/mime/cli.js b/docs/user-guide/kubectl/v1.5/node_modules/mime/cli.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/mime/cli.js rename to docs/user-guide/kubectl/v1.5/node_modules/mime/cli.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/mime/mime.js b/docs/user-guide/kubectl/v1.5/node_modules/mime/mime.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/mime/mime.js rename to docs/user-guide/kubectl/v1.5/node_modules/mime/mime.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/mime/package.json b/docs/user-guide/kubectl/v1.5/node_modules/mime/package.json similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/mime/package.json rename to docs/user-guide/kubectl/v1.5/node_modules/mime/package.json diff --git a/docs/user-guide/kubectl/1_5/node_modules/mime/types.json b/docs/user-guide/kubectl/v1.5/node_modules/mime/types.json similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/mime/types.json rename to docs/user-guide/kubectl/v1.5/node_modules/mime/types.json diff --git a/docs/user-guide/kubectl/1_5/node_modules/minimist/LICENSE b/docs/user-guide/kubectl/v1.5/node_modules/minimist/LICENSE similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/minimist/LICENSE rename to docs/user-guide/kubectl/v1.5/node_modules/minimist/LICENSE diff --git a/docs/user-guide/kubectl/1_5/node_modules/minimist/example/parse.js b/docs/user-guide/kubectl/v1.5/node_modules/minimist/example/parse.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/minimist/example/parse.js rename to docs/user-guide/kubectl/v1.5/node_modules/minimist/example/parse.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/minimist/index.js b/docs/user-guide/kubectl/v1.5/node_modules/minimist/index.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/minimist/index.js rename to docs/user-guide/kubectl/v1.5/node_modules/minimist/index.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/minimist/package.json b/docs/user-guide/kubectl/v1.5/node_modules/minimist/package.json similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/minimist/package.json rename to docs/user-guide/kubectl/v1.5/node_modules/minimist/package.json diff --git a/docs/user-guide/kubectl/1_5/node_modules/minimist/readme.markdown b/docs/user-guide/kubectl/v1.5/node_modules/minimist/readme.markdown similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/minimist/readme.markdown rename to docs/user-guide/kubectl/v1.5/node_modules/minimist/readme.markdown diff --git a/docs/user-guide/kubectl/1_5/node_modules/minimist/test/bool.js b/docs/user-guide/kubectl/v1.5/node_modules/minimist/test/bool.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/minimist/test/bool.js rename to docs/user-guide/kubectl/v1.5/node_modules/minimist/test/bool.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/minimist/test/dash.js b/docs/user-guide/kubectl/v1.5/node_modules/minimist/test/dash.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/minimist/test/dash.js rename to docs/user-guide/kubectl/v1.5/node_modules/minimist/test/dash.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/minimist/test/default_bool.js b/docs/user-guide/kubectl/v1.5/node_modules/minimist/test/default_bool.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/minimist/test/default_bool.js rename to docs/user-guide/kubectl/v1.5/node_modules/minimist/test/default_bool.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/minimist/test/dotted.js b/docs/user-guide/kubectl/v1.5/node_modules/minimist/test/dotted.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/minimist/test/dotted.js rename to docs/user-guide/kubectl/v1.5/node_modules/minimist/test/dotted.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/minimist/test/long.js b/docs/user-guide/kubectl/v1.5/node_modules/minimist/test/long.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/minimist/test/long.js rename to docs/user-guide/kubectl/v1.5/node_modules/minimist/test/long.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/minimist/test/num.js b/docs/user-guide/kubectl/v1.5/node_modules/minimist/test/num.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/minimist/test/num.js rename to docs/user-guide/kubectl/v1.5/node_modules/minimist/test/num.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/minimist/test/parse.js b/docs/user-guide/kubectl/v1.5/node_modules/minimist/test/parse.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/minimist/test/parse.js rename to docs/user-guide/kubectl/v1.5/node_modules/minimist/test/parse.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/minimist/test/parse_modified.js b/docs/user-guide/kubectl/v1.5/node_modules/minimist/test/parse_modified.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/minimist/test/parse_modified.js rename to docs/user-guide/kubectl/v1.5/node_modules/minimist/test/parse_modified.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/minimist/test/short.js b/docs/user-guide/kubectl/v1.5/node_modules/minimist/test/short.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/minimist/test/short.js rename to docs/user-guide/kubectl/v1.5/node_modules/minimist/test/short.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/minimist/test/whitespace.js b/docs/user-guide/kubectl/v1.5/node_modules/minimist/test/whitespace.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/minimist/test/whitespace.js rename to docs/user-guide/kubectl/v1.5/node_modules/minimist/test/whitespace.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/node-static/.npmignore b/docs/user-guide/kubectl/v1.5/node_modules/node-static/.npmignore similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/node-static/.npmignore rename to docs/user-guide/kubectl/v1.5/node_modules/node-static/.npmignore diff --git a/docs/user-guide/kubectl/1_5/node_modules/node-static/LICENSE b/docs/user-guide/kubectl/v1.5/node_modules/node-static/LICENSE similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/node-static/LICENSE rename to docs/user-guide/kubectl/v1.5/node_modules/node-static/LICENSE diff --git a/docs/user-guide/kubectl/1_5/node_modules/node-static/README.md b/docs/user-guide/kubectl/v1.5/node_modules/node-static/README.md similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/node-static/README.md rename to docs/user-guide/kubectl/v1.5/node_modules/node-static/README.md diff --git a/docs/user-guide/kubectl/1_5/node_modules/node-static/benchmark/node-static-0.3.0.txt b/docs/user-guide/kubectl/v1.5/node_modules/node-static/benchmark/node-static-0.3.0.txt similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/node-static/benchmark/node-static-0.3.0.txt rename to docs/user-guide/kubectl/v1.5/node_modules/node-static/benchmark/node-static-0.3.0.txt diff --git a/docs/user-guide/kubectl/1_5/node_modules/node-static/bin/cli.js b/docs/user-guide/kubectl/v1.5/node_modules/node-static/bin/cli.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/node-static/bin/cli.js rename to docs/user-guide/kubectl/v1.5/node_modules/node-static/bin/cli.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/node-static/examples/file-server.js b/docs/user-guide/kubectl/v1.5/node_modules/node-static/examples/file-server.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/node-static/examples/file-server.js rename to docs/user-guide/kubectl/v1.5/node_modules/node-static/examples/file-server.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/node-static/lib/node-static.js b/docs/user-guide/kubectl/v1.5/node_modules/node-static/lib/node-static.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/node-static/lib/node-static.js rename to docs/user-guide/kubectl/v1.5/node_modules/node-static/lib/node-static.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/node-static/lib/node-static/util.js b/docs/user-guide/kubectl/v1.5/node_modules/node-static/lib/node-static/util.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/node-static/lib/node-static/util.js rename to docs/user-guide/kubectl/v1.5/node_modules/node-static/lib/node-static/util.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/node-static/package.json b/docs/user-guide/kubectl/v1.5/node_modules/node-static/package.json similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/node-static/package.json rename to docs/user-guide/kubectl/v1.5/node_modules/node-static/package.json diff --git a/docs/user-guide/kubectl/1_5/node_modules/node-static/test/fixtures/empty.css b/docs/user-guide/kubectl/v1.5/node_modules/node-static/test/fixtures/empty.css similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/node-static/test/fixtures/empty.css rename to docs/user-guide/kubectl/v1.5/node_modules/node-static/test/fixtures/empty.css diff --git a/docs/user-guide/kubectl/1_5/node_modules/node-static/test/fixtures/hello.txt b/docs/user-guide/kubectl/v1.5/node_modules/node-static/test/fixtures/hello.txt similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/node-static/test/fixtures/hello.txt rename to docs/user-guide/kubectl/v1.5/node_modules/node-static/test/fixtures/hello.txt diff --git a/docs/user-guide/kubectl/1_5/node_modules/node-static/test/fixtures/index.html b/docs/user-guide/kubectl/v1.5/node_modules/node-static/test/fixtures/index.html similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/node-static/test/fixtures/index.html rename to docs/user-guide/kubectl/v1.5/node_modules/node-static/test/fixtures/index.html diff --git a/docs/user-guide/kubectl/1_5/node_modules/node-static/test/fixtures/there/index.html b/docs/user-guide/kubectl/v1.5/node_modules/node-static/test/fixtures/there/index.html similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/node-static/test/fixtures/there/index.html rename to docs/user-guide/kubectl/v1.5/node_modules/node-static/test/fixtures/there/index.html diff --git a/docs/user-guide/kubectl/1_5/node_modules/node-static/test/integration/node-static-test.js b/docs/user-guide/kubectl/v1.5/node_modules/node-static/test/integration/node-static-test.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/node-static/test/integration/node-static-test.js rename to docs/user-guide/kubectl/v1.5/node_modules/node-static/test/integration/node-static-test.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/optimist/LICENSE b/docs/user-guide/kubectl/v1.5/node_modules/optimist/LICENSE similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/optimist/LICENSE rename to docs/user-guide/kubectl/v1.5/node_modules/optimist/LICENSE diff --git a/docs/user-guide/kubectl/1_5/node_modules/optimist/example/bool.js b/docs/user-guide/kubectl/v1.5/node_modules/optimist/example/bool.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/optimist/example/bool.js rename to docs/user-guide/kubectl/v1.5/node_modules/optimist/example/bool.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/optimist/example/boolean_double.js b/docs/user-guide/kubectl/v1.5/node_modules/optimist/example/boolean_double.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/optimist/example/boolean_double.js rename to docs/user-guide/kubectl/v1.5/node_modules/optimist/example/boolean_double.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/optimist/example/boolean_single.js b/docs/user-guide/kubectl/v1.5/node_modules/optimist/example/boolean_single.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/optimist/example/boolean_single.js rename to docs/user-guide/kubectl/v1.5/node_modules/optimist/example/boolean_single.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/optimist/example/default_hash.js b/docs/user-guide/kubectl/v1.5/node_modules/optimist/example/default_hash.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/optimist/example/default_hash.js rename to docs/user-guide/kubectl/v1.5/node_modules/optimist/example/default_hash.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/optimist/example/default_singles.js b/docs/user-guide/kubectl/v1.5/node_modules/optimist/example/default_singles.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/optimist/example/default_singles.js rename to docs/user-guide/kubectl/v1.5/node_modules/optimist/example/default_singles.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/optimist/example/divide.js b/docs/user-guide/kubectl/v1.5/node_modules/optimist/example/divide.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/optimist/example/divide.js rename to docs/user-guide/kubectl/v1.5/node_modules/optimist/example/divide.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/optimist/example/line_count.js b/docs/user-guide/kubectl/v1.5/node_modules/optimist/example/line_count.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/optimist/example/line_count.js rename to docs/user-guide/kubectl/v1.5/node_modules/optimist/example/line_count.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/optimist/example/line_count_options.js b/docs/user-guide/kubectl/v1.5/node_modules/optimist/example/line_count_options.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/optimist/example/line_count_options.js rename to docs/user-guide/kubectl/v1.5/node_modules/optimist/example/line_count_options.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/optimist/example/line_count_wrap.js b/docs/user-guide/kubectl/v1.5/node_modules/optimist/example/line_count_wrap.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/optimist/example/line_count_wrap.js rename to docs/user-guide/kubectl/v1.5/node_modules/optimist/example/line_count_wrap.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/optimist/example/nonopt.js b/docs/user-guide/kubectl/v1.5/node_modules/optimist/example/nonopt.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/optimist/example/nonopt.js rename to docs/user-guide/kubectl/v1.5/node_modules/optimist/example/nonopt.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/optimist/example/reflect.js b/docs/user-guide/kubectl/v1.5/node_modules/optimist/example/reflect.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/optimist/example/reflect.js rename to docs/user-guide/kubectl/v1.5/node_modules/optimist/example/reflect.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/optimist/example/short.js b/docs/user-guide/kubectl/v1.5/node_modules/optimist/example/short.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/optimist/example/short.js rename to docs/user-guide/kubectl/v1.5/node_modules/optimist/example/short.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/optimist/example/string.js b/docs/user-guide/kubectl/v1.5/node_modules/optimist/example/string.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/optimist/example/string.js rename to docs/user-guide/kubectl/v1.5/node_modules/optimist/example/string.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/optimist/example/usage-options.js b/docs/user-guide/kubectl/v1.5/node_modules/optimist/example/usage-options.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/optimist/example/usage-options.js rename to docs/user-guide/kubectl/v1.5/node_modules/optimist/example/usage-options.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/optimist/example/xup.js b/docs/user-guide/kubectl/v1.5/node_modules/optimist/example/xup.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/optimist/example/xup.js rename to docs/user-guide/kubectl/v1.5/node_modules/optimist/example/xup.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/optimist/index.js b/docs/user-guide/kubectl/v1.5/node_modules/optimist/index.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/optimist/index.js rename to docs/user-guide/kubectl/v1.5/node_modules/optimist/index.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/optimist/package.json b/docs/user-guide/kubectl/v1.5/node_modules/optimist/package.json similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/optimist/package.json rename to docs/user-guide/kubectl/v1.5/node_modules/optimist/package.json diff --git a/docs/user-guide/kubectl/1_5/node_modules/optimist/readme.markdown b/docs/user-guide/kubectl/v1.5/node_modules/optimist/readme.markdown similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/optimist/readme.markdown rename to docs/user-guide/kubectl/v1.5/node_modules/optimist/readme.markdown diff --git a/docs/user-guide/kubectl/1_5/node_modules/optimist/test/_.js b/docs/user-guide/kubectl/v1.5/node_modules/optimist/test/_.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/optimist/test/_.js rename to docs/user-guide/kubectl/v1.5/node_modules/optimist/test/_.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/optimist/test/_/argv.js b/docs/user-guide/kubectl/v1.5/node_modules/optimist/test/_/argv.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/optimist/test/_/argv.js rename to docs/user-guide/kubectl/v1.5/node_modules/optimist/test/_/argv.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/optimist/test/_/bin.js b/docs/user-guide/kubectl/v1.5/node_modules/optimist/test/_/bin.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/optimist/test/_/bin.js rename to docs/user-guide/kubectl/v1.5/node_modules/optimist/test/_/bin.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/optimist/test/dash.js b/docs/user-guide/kubectl/v1.5/node_modules/optimist/test/dash.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/optimist/test/dash.js rename to docs/user-guide/kubectl/v1.5/node_modules/optimist/test/dash.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/optimist/test/parse.js b/docs/user-guide/kubectl/v1.5/node_modules/optimist/test/parse.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/optimist/test/parse.js rename to docs/user-guide/kubectl/v1.5/node_modules/optimist/test/parse.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/optimist/test/parse_modified.js b/docs/user-guide/kubectl/v1.5/node_modules/optimist/test/parse_modified.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/optimist/test/parse_modified.js rename to docs/user-guide/kubectl/v1.5/node_modules/optimist/test/parse_modified.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/optimist/test/short.js b/docs/user-guide/kubectl/v1.5/node_modules/optimist/test/short.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/optimist/test/short.js rename to docs/user-guide/kubectl/v1.5/node_modules/optimist/test/short.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/optimist/test/usage.js b/docs/user-guide/kubectl/v1.5/node_modules/optimist/test/usage.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/optimist/test/usage.js rename to docs/user-guide/kubectl/v1.5/node_modules/optimist/test/usage.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/optimist/test/whitespace.js b/docs/user-guide/kubectl/v1.5/node_modules/optimist/test/whitespace.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/optimist/test/whitespace.js rename to docs/user-guide/kubectl/v1.5/node_modules/optimist/test/whitespace.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/wordwrap/LICENSE b/docs/user-guide/kubectl/v1.5/node_modules/wordwrap/LICENSE similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/wordwrap/LICENSE rename to docs/user-guide/kubectl/v1.5/node_modules/wordwrap/LICENSE diff --git a/docs/user-guide/kubectl/1_5/node_modules/wordwrap/README.markdown b/docs/user-guide/kubectl/v1.5/node_modules/wordwrap/README.markdown similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/wordwrap/README.markdown rename to docs/user-guide/kubectl/v1.5/node_modules/wordwrap/README.markdown diff --git a/docs/user-guide/kubectl/1_5/node_modules/wordwrap/example/center.js b/docs/user-guide/kubectl/v1.5/node_modules/wordwrap/example/center.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/wordwrap/example/center.js rename to docs/user-guide/kubectl/v1.5/node_modules/wordwrap/example/center.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/wordwrap/example/meat.js b/docs/user-guide/kubectl/v1.5/node_modules/wordwrap/example/meat.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/wordwrap/example/meat.js rename to docs/user-guide/kubectl/v1.5/node_modules/wordwrap/example/meat.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/wordwrap/index.js b/docs/user-guide/kubectl/v1.5/node_modules/wordwrap/index.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/wordwrap/index.js rename to docs/user-guide/kubectl/v1.5/node_modules/wordwrap/index.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/wordwrap/package.json b/docs/user-guide/kubectl/v1.5/node_modules/wordwrap/package.json similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/wordwrap/package.json rename to docs/user-guide/kubectl/v1.5/node_modules/wordwrap/package.json diff --git a/docs/user-guide/kubectl/1_5/node_modules/wordwrap/test/break.js b/docs/user-guide/kubectl/v1.5/node_modules/wordwrap/test/break.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/wordwrap/test/break.js rename to docs/user-guide/kubectl/v1.5/node_modules/wordwrap/test/break.js diff --git a/docs/user-guide/kubectl/1_5/node_modules/wordwrap/test/idleness.txt b/docs/user-guide/kubectl/v1.5/node_modules/wordwrap/test/idleness.txt similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/wordwrap/test/idleness.txt rename to docs/user-guide/kubectl/v1.5/node_modules/wordwrap/test/idleness.txt diff --git a/docs/user-guide/kubectl/1_5/node_modules/wordwrap/test/wrap.js b/docs/user-guide/kubectl/v1.5/node_modules/wordwrap/test/wrap.js similarity index 100% rename from docs/user-guide/kubectl/1_5/node_modules/wordwrap/test/wrap.js rename to docs/user-guide/kubectl/v1.5/node_modules/wordwrap/test/wrap.js diff --git a/docs/user-guide/kubectl/1_5/package.json b/docs/user-guide/kubectl/v1.5/package.json similarity index 100% rename from docs/user-guide/kubectl/1_5/package.json rename to docs/user-guide/kubectl/v1.5/package.json diff --git a/docs/user-guide/kubectl/1_5/runbrodocs.sh b/docs/user-guide/kubectl/v1.5/runbrodocs.sh similarity index 100% rename from docs/user-guide/kubectl/1_5/runbrodocs.sh rename to docs/user-guide/kubectl/v1.5/runbrodocs.sh diff --git a/docs/user-guide/kubectl/1_5/scroll.js b/docs/user-guide/kubectl/v1.5/scroll.js similarity index 100% rename from docs/user-guide/kubectl/1_5/scroll.js rename to docs/user-guide/kubectl/v1.5/scroll.js diff --git a/docs/user-guide/kubectl/1_5/server.js b/docs/user-guide/kubectl/v1.5/server.js similarity index 100% rename from docs/user-guide/kubectl/1_5/server.js rename to docs/user-guide/kubectl/v1.5/server.js diff --git a/docs/user-guide/kubectl/1_5/stylesheet.css b/docs/user-guide/kubectl/v1.5/stylesheet.css similarity index 100% rename from docs/user-guide/kubectl/1_5/stylesheet.css rename to docs/user-guide/kubectl/v1.5/stylesheet.css diff --git a/docs/user-guide/kubectl/1_5/tabvisibility.js b/docs/user-guide/kubectl/v1.5/tabvisibility.js similarity index 100% rename from docs/user-guide/kubectl/1_5/tabvisibility.js rename to docs/user-guide/kubectl/v1.5/tabvisibility.js diff --git a/docs/user-guide/pods/init-container.md b/docs/user-guide/pods/init-container.md index 82524ba753..b6f0cece35 100644 --- a/docs/user-guide/pods/init-container.md +++ b/docs/user-guide/pods/init-container.md @@ -79,8 +79,8 @@ Here are some ideas for how to use init containers: to generate a configuration file to be consumed by the main app contianer. ``` -Complete usage examples can be found in the [PetSets -guide](docs/user-guide/petset/bootstrapping/index.md) and the [Production Pods +Complete usage examples can be found in the [StatefulSets +documentation](/docs/concepts/abstractions/controllers/statefulsets/) and the [Production Pods guide](/docs/user-guide/production-pods.md#handling-initialization). diff --git a/test/README.md b/test/README.md new file mode 100644 index 0000000000..3804697b6f --- /dev/null +++ b/test/README.md @@ -0,0 +1,13 @@ +Note: These tests are importing code from kubernetes that isn't really +meant to be used outside the repo. This causes vendoring problems. As +a result, we have to work around those with these lines in the travis +config: + +``` +- rm $GOPATH/src/k8s.io/kubernetes/vendor/k8s.io/apimachinery +- rm $GOPATH/src/k8s.io/kubernetes/vendor/k8s.io/apiserver +- rm $GOPATH/src/k8s.io/kubernetes/vendor/k8s.io/client-go +- cp -r $GOPATH/src/k8s.io/kubernetes/vendor/* $GOPATH/src/ +- rm -rf $GOPATH/src/k8s.io/kubernetes/vendor/* +- cp -r $GOPATH/src/k8s.io/kubernetes/staging/src/* $GOPATH/src/ +``` diff --git a/test/examples_test.go b/test/examples_test.go index 14ae5f5061..e812823027 100644 --- a/test/examples_test.go +++ b/test/examples_test.go @@ -28,6 +28,10 @@ import ( "strings" "testing" + "k8s.io/apimachinery/pkg/runtime" + "k8s.io/apimachinery/pkg/types" + "k8s.io/apimachinery/pkg/util/validation/field" + "k8s.io/apimachinery/pkg/util/yaml" "k8s.io/kubernetes/pkg/api" "k8s.io/kubernetes/pkg/api/testapi" "k8s.io/kubernetes/pkg/api/validation" @@ -37,14 +41,10 @@ import ( batch_validation "k8s.io/kubernetes/pkg/apis/batch/validation" "k8s.io/kubernetes/pkg/apis/extensions" expvalidation "k8s.io/kubernetes/pkg/apis/extensions/validation" - "k8s.io/kubernetes/pkg/capabilities" "k8s.io/kubernetes/pkg/apis/policy" policyvalidation "k8s.io/kubernetes/pkg/apis/policy/validation" + "k8s.io/kubernetes/pkg/capabilities" "k8s.io/kubernetes/pkg/registry/batch/job" - "k8s.io/kubernetes/pkg/runtime" - "k8s.io/kubernetes/pkg/types" - "k8s.io/kubernetes/pkg/util/validation/field" - "k8s.io/kubernetes/pkg/util/yaml" schedulerapilatest "k8s.io/kubernetes/plugin/pkg/scheduler/api/latest" ) diff --git a/verify-docs-format.sh b/verify-docs-format.sh index ceed5a47f9..432e733857 100755 --- a/verify-docs-format.sh +++ b/verify-docs-format.sh @@ -7,13 +7,13 @@ no_title_counter=0 # Verify all docs/.../*.md files # Skip checking autogenerated files in some folders -# (docs/api-reference/1_5, docs/user-guide/kubectl/1_5, and -# docs/resources-reference/1_5) +# (docs/api-reference/v1.5, docs/user-guide/kubectl/v1.5, and +# docs/resources-reference/v1.5) for file in `find docs -name "*.md" -type f`; do # Skip checking all files in the following folders - if [[ "${file}" == "docs/api-reference/1_"* ]] || - [[ "${file}" == "docs/user-guide/kubectl/1_"* ]] || - [[ "${file}" == "docs/resources-reference/1_"* ]]; then + if [[ "${file}" == "docs/api-reference/v1."* ]] || + [[ "${file}" == "docs/user-guide/kubectl/v1."* ]] || + [[ "${file}" == "docs/resources-reference/v1."* ]]; then continue fi