diff --git a/docs/api-reference/v1.8/index.html b/docs/api-reference/v1.8/index.html index 163546ea4df80..2a872fcac14d1 100644 --- a/docs/api-reference/v1.8/index.html +++ b/docs/api-reference/v1.8/index.html @@ -11,7 +11,7 @@
- +apps | -v1beta1 | +v1beta2 | StatefulSet |
DEPRECATED - This group version of StatefulSet is deprecated by apps/v1beta2/StatefulSet. See the release notes for more information. StatefulSet represents a set of pods with consistent identities. Identities are defined as:
+StatefulSet represents a set of pods with consistent identities. Identities are defined as:
spec StatefulSetSpec |
+spec StatefulSetSpec |
Spec defines the desired identities of pods in this set. |
status StatefulSetStatus |
+status StatefulSetStatus |
Status is the current status of Pods in this StatefulSet. This data may be out of date by some window of time. |
template is the object that describes the pod that will be created if insufficient replicas are detected. Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet. | ||
updateStrategy StatefulSetUpdateStrategy |
+updateStrategy StatefulSetUpdateStrategy |
updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template. |
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
items StatefulSet array |
+items StatefulSet array |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
body StatefulSet |
+body StatefulSet |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
200 StatefulSet |
+200 StatefulSet |
OK |
200 StatefulSet |
+200 StatefulSet |
OK |
body StatefulSet |
+body StatefulSet |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
200 StatefulSet |
+200 StatefulSet |
OK |
200 StatefulSet |
+200 StatefulSet |
OK |
200 StatefulSetList |
+200 StatefulSetList |
OK |
200 StatefulSetList |
+200 StatefulSetList |
OK |
200 StatefulSet |
+200 StatefulSet |
OK |
200 StatefulSet |
+200 StatefulSet |
OK |
body StatefulSet |
+body StatefulSet |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
200 StatefulSet |
+200 StatefulSet |
OK |
apps | -v1beta1 | +v1beta2 | ControllerRevision |
DEPRECATED - This group version of ControllerRevision is deprecated by apps/v1beta2/ControllerRevision. See the release notes for more information. ControllerRevision implements an immutable snapshot of state data. Clients are responsible for serializing and deserializing the objects that contain their internal state. Once a ControllerRevision has been successfully created, it can not be updated. The API Server will fail validation of all requests that attempt to mutate the Data field. ControllerRevisions may, however, be deleted. Note that, due to its use by both the DaemonSet and StatefulSet controllers for update and rollback, this object is beta. However, it may be subject to name and representation changes in future releases, and clients should not depend on its stability. It is primarily for internal use by controllers.
+ControllerRevision implements an immutable snapshot of state data. Clients are responsible for serializing and deserializing the objects that contain their internal state. Once a ControllerRevision has been successfully created, it can not be updated. The API Server will fail validation of all requests that attempt to mutate the Data field. ControllerRevisions may, however, be deleted. Note that, due to its use by both the DaemonSet and StatefulSet controllers for update and rollback, this object is beta. However, it may be subject to name and representation changes in future releases, and clients should not depend on its stability. It is primarily for internal use by controllers.
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
items ControllerRevision array |
+items ControllerRevision array |
Items is the list of ControllerRevisions | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
body ControllerRevision |
+body ControllerRevision |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
200 ControllerRevision |
+200 ControllerRevision |
OK |
200 ControllerRevision |
+200 ControllerRevision |
OK |
body ControllerRevision |
+body ControllerRevision |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
200 ControllerRevision |
+200 ControllerRevision |
OK |
200 ControllerRevision |
+200 ControllerRevision |
OK |
200 ControllerRevisionList |
+200 ControllerRevisionList |
OK |
200 ControllerRevisionList |
+200 ControllerRevisionList |
OK |
extensions | -v1beta1 | -DaemonSet | -
DEPRECATED - This group version of DaemonSet is deprecated by apps/v1beta2/DaemonSet. See the release notes for more information. DaemonSet represents the configuration of a daemon set.
- - -Field | -Description | -
---|---|
apiVersion string |
-APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources | -
kind string |
-Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds | -
metadata ObjectMeta |
-Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata | -
spec DaemonSetSpec |
-The desired behavior of this daemon set. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status | -
status DaemonSetStatus |
-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: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status | -
Group | -Version | -Kind | -||
---|---|---|---|---|
extensions | -v1beta1 | +apps | +v1beta2 | DaemonSetUpdateStrategy |
DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
rollingUpdate RollingUpdateDaemonSet |
+rollingUpdate RollingUpdateDaemonSet |
Rolling update config params. Present only if type = "RollingUpdate". |
type string |
-Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is OnDelete. | +Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate. |
Group | -Version | -Kind | -
---|---|---|
apps | -v1beta1 | -Deployment | -
DEPRECATED - This group version of Deployment is deprecated by apps/v1beta2/Deployment. See the release notes for more information. Deployment enables declarative updates for Pods and ReplicaSets.
- - -Field | -Description | -
---|---|
apiVersion string |
-APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources | -
kind string |
-Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds | -
metadata ObjectMeta |
-Standard object metadata. | -
spec DeploymentSpec |
-Specification of the desired behavior of the Deployment. | -
status DeploymentStatus |
-Most recently observed status of the Deployment. | -
apps | -v1beta1 | +v1beta2 | DeploymentCondition |
DeploymentCondition describes the state of a deployment at a certain point.
Scale represents a scaling request for a resource.
apps | -v1beta1 | +v1beta2 | StatefulSetUpdateStrategy |
StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy.
rollingUpdate RollingUpdateStatefulSetStrategy |
+rollingUpdate RollingUpdateStatefulSetStrategy |
RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType. |
type string |
-Type indicates the type of the StatefulSetUpdateStrategy. | +Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate. |
apps | -v1beta2 | +v1beta1 | ControllerRevision |
ControllerRevision implements an immutable snapshot of state data. Clients are responsible for serializing and deserializing the objects that contain their internal state. Once a ControllerRevision has been successfully created, it can not be updated. The API Server will fail validation of all requests that attempt to mutate the Data field. ControllerRevisions may, however, be deleted. Note that, due to its use by both the DaemonSet and StatefulSet controllers for update and rollback, this object is beta. However, it may be subject to name and representation changes in future releases, and clients should not depend on its stability. It is primarily for internal use by controllers.
+DEPRECATED - This group version of ControllerRevision is deprecated by apps/v1beta2/ControllerRevision. See the release notes for more information. ControllerRevision implements an immutable snapshot of state data. Clients are responsible for serializing and deserializing the objects that contain their internal state. Once a ControllerRevision has been successfully created, it can not be updated. The API Server will fail validation of all requests that attempt to mutate the Data field. ControllerRevisions may, however, be deleted. Note that, due to its use by both the DaemonSet and StatefulSet controllers for update and rollback, this object is beta. However, it may be subject to name and representation changes in future releases, and clients should not depend on its stability. It is primarily for internal use by controllers.
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
items ControllerRevision array |
+items ControllerRevision array |
Items is the list of ControllerRevisions | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
body ControllerRevision |
+body ControllerRevision |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
200 ControllerRevision |
+200 ControllerRevision |
OK |
200 ControllerRevision |
+200 ControllerRevision |
OK |
body ControllerRevision |
+body ControllerRevision |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
200 ControllerRevision |
+200 ControllerRevision |
OK |
200 ControllerRevision |
+200 ControllerRevision |
OK |
200 ControllerRevisionList |
+200 ControllerRevisionList |
OK |
200 ControllerRevisionList |
+200 ControllerRevisionList |
OK |
--DaemonSet Config to print the
-hostname
on each Node in the cluster every 10 seconds.
-apiVersion: extensions/v1beta1
-kind: DaemonSet
-metadata:
- # Unique key of the DaemonSet instance
- name: daemonset-example
-spec:
- template:
- metadata:
- labels:
- app: daemonset-example
- spec:
- containers:
- # This container is run once on each Node in the cluster
- - name: daemonset-example
- image: ubuntu:trusty
- command:
- - /bin/sh
- args:
- - -c
- # This script is run through `sh -c <script>`
- - >-
- while [ true ]; do
- echo "DaemonSet running on $(hostname)" ;
- sleep 10 ;
- done
-
---DaemonSet Config to print the
-hostname
on each Node in the cluster every 10 seconds.
-apiVersion: extensions/v1beta1
-kind: DaemonSet
-metadata:
- # Unique key of the DaemonSet instance
- name: daemonset-example
-spec:
- template:
- metadata:
- labels:
- app: daemonset-example
- spec:
- containers:
- # This container is run once on each Node in the cluster
- - name: daemonset-example
- image: ubuntu:trusty
- command:
- - /bin/sh
- args:
- - -c
- # This script is run through `sh -c <script>`
- - >-
- while [ true ]; do
- echo "DaemonSet running on $(hostname)" ;
- sleep 10 ;
- done
-
+apps | -v1beta2 | +extensions | +v1beta1 | DaemonSet |
DaemonSet represents the configuration of a daemon set.
+DEPRECATED - This group version of DaemonSet is deprecated by apps/v1beta2/DaemonSet. See the release notes for more information. DaemonSet represents the configuration of a daemon set.
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata | ||
spec DaemonSetSpec |
+spec DaemonSetSpec |
The desired behavior of this daemon set. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status |
status DaemonSetStatus |
+status DaemonSetStatus |
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: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status |
An object that describes the pod that will be created. The DaemonSet will create exactly one copy of this pod on every node that matches the template's node selector (or on every node if no node selector is specified). More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template | ||
updateStrategy DaemonSetUpdateStrategy |
+templateGeneration integer |
+DEPRECATED. A sequence number representing a specific generation of the template. Populated by the system. It can be set only during the creation. | +
updateStrategy DaemonSetUpdateStrategy |
An update strategy to replace existing DaemonSet pods with new pods. |
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources | ||
items DaemonSet array |
+items DaemonSet array |
A list of daemon sets. |
body DaemonSet |
+body DaemonSet |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
200 DaemonSet |
+200 DaemonSet |
OK |
200 DaemonSet |
+200 DaemonSet |
OK |
body DaemonSet |
+body DaemonSet |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
200 DaemonSet |
+200 DaemonSet |
OK |
200 DaemonSet |
+200 DaemonSet |
OK |
200 DaemonSetList |
+200 DaemonSetList |
OK |
200 DaemonSetList |
+200 DaemonSetList |
OK |
200 DaemonSet |
+200 DaemonSet |
OK |
200 DaemonSet |
+200 DaemonSet |
OK |
body DaemonSet |
+body DaemonSet |
|
200 DaemonSet |
+200 DaemonSet |
OK |
apps | -v1beta2 | +extensions | +v1beta1 | DaemonSetUpdateStrategy |
DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
rollingUpdate RollingUpdateDaemonSet |
+rollingUpdate RollingUpdateDaemonSet |
Rolling update config params. Present only if type = "RollingUpdate". |
type string |
-Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate. | +Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is OnDelete. |
extensions | +apps | v1beta1 | Deployment |
Standard object metadata. | ||
spec DeploymentSpec |
+spec DeploymentSpec |
Specification of the desired behavior of the Deployment. |
status DeploymentStatus |
+status DeploymentStatus |
Most recently observed status of the Deployment. |
paused boolean |
-Indicates that the deployment is paused and will not be processed by the deployment controller. | +Indicates that the deployment is paused. |
progressDeadlineSeconds integer |
-The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. This is not set by default. | +The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s. |
replicas integer |
@@ -73484,10 +73257,10 @@ ||
revisionHistoryLimit integer |
-The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. | +The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 2. |
rollbackTo RollbackConfig |
+rollbackTo RollbackConfig |
DEPRECATED. The config this deployment is rolling back to. Will be cleared after rollback is done. |
strategy DeploymentStrategy patch type: retainKeys |
+strategy DeploymentStrategy |
The deployment strategy to use to replace existing pods with new ones. |
Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet. | ||
conditions DeploymentCondition array patch type: merge patch merge key: type |
+conditions DeploymentCondition array patch type: merge patch merge key: type |
Represents the latest available observations of a deployment's current state. |
items Deployment array |
+items Deployment array |
Items is the list of Deployments. |
rollingUpdate RollingUpdateDeployment |
+rollingUpdate RollingUpdateDeployment |
Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate. |
Required: This must match the Name of a deployment. | ||
rollbackTo RollbackConfig |
+rollbackTo RollbackConfig |
The config of this deployment rollback. |
maxSurge | -The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. By default, a value of 1 is used. Example: when this is set to 30%, the new RC can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new RC can be scaled up further, ensuring that total number of pods running at any time during the update is atmost 130% of desired pods. | +The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new RC can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new RC can be scaled up further, ensuring that total number of pods running at any time during the update is atmost 130% of desired pods. |
maxUnavailable | -The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. By default, a fixed value of 1 is used. Example: when this is set to 30%, the old RC can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old RC can be scaled down further, followed by scaling up the new RC, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods. | +The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old RC can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old RC can be scaled down further, followed by scaling up the new RC, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods. |
Output
@@ -73790,7 +73563,7 @@Create
create a Deployment
HTTP Request
-+
POST /apis/extensions/v1beta1/namespaces/{namespace}/deployments
POST /apis/apps/v1beta1/namespaces/{namespace}/deployments
Path Parameters
@@ -73831,7 +73604,7 @@
Body Parameters
- @@ -73846,7 +73619,7 @@body +
Deploymentbody
DeploymentResponse
- @@ -73866,7 +73639,7 @@200 +
Deployment200
DeploymentOK Patch
$ kubectl proxy $ curl -X PATCH -H 'Content-Type: application/strategic-merge-patch+json' --data ' {"spec":{"template":{"spec":{"containers":[{"name":"nginx","image":"nginx:1.11"}]}}}}' \ - 'http://127.0.0.1:8001/apis/extensions/v1beta1/namespaces/default/deployments/deployment-example' + 'http://127.0.0.1:8001/apis/apps/v1beta1/namespaces/default/deployments/deployment-example'Output
@@ -73951,7 +73724,7 @@Patch
partially update the specified Deployment
HTTP Request
-+
PATCH /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}
PATCH /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}
Path Parameters
@@ -74011,7 +73784,7 @@
Response
- @@ -74063,7 +73836,7 @@200 +
Deployment200
DeploymentOK Replace
image: nginx:1.11 ports: - containerPort: 80 -' http://127.0.0.1:8001/apis/extensions/v1beta1/namespaces/default/deployments/deployment-example +' http://127.0.0.1:8001/apis/apps/v1beta1/namespaces/default/deployments/deployment-exampleOutput
@@ -74145,7 +73918,7 @@Replace
replace the specified Deployment
HTTP Request
-+
PUT /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}
PUT /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}
Path Parameters
@@ -74190,7 +73963,7 @@
Body Parameters
- @@ -74205,7 +73978,7 @@body +
Deploymentbody
DeploymentResponse
- @@ -74225,7 +73998,7 @@200 +
Deployment200
DeploymentOK Delete
$ curl -X DELETE -H 'Content-Type: application/yaml' --data ' gracePeriodSeconds: 0 orphanDependents: false -' 'http://127.0.0.1:8001/apis/extensions/v1beta1/namespaces/default/deployments/deployment-example' +' 'http://127.0.0.1:8001/apis/apps/v1beta1/namespaces/default/deployments/deployment-example'Output
@@ -74247,7 +74020,7 @@Delete
delete a Deployment
HTTP Request
-+
DELETE /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}
DELETE /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}
Path Parameters
@@ -74351,7 +74124,7 @@
Delete Collection
delete collection of Deployment
HTTP Request
-+
DELETE /apis/extensions/v1beta1/namespaces/{namespace}/deployments
DELETE /apis/apps/v1beta1/namespaces/{namespace}/deployments
Path Parameters
@@ -74443,7 +74216,7 @@
Read
$ kubectl proxy -$ curl -X GET http://127.0.0.1:8001/apis/extensions/v1beta1/namespaces/default/deployments/deployment-example +$ curl -X GET http://127.0.0.1:8001/apis/apps/v1beta1/namespaces/default/deployments/deployment-example
Output
@@ -74595,7 +74368,7 @@Read
read the specified Deployment
HTTP Request
-+
GET /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}
GET /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}
Path Parameters
@@ -74648,7 +74421,7 @@
Response
- @@ -74665,7 +74438,7 @@200 +
Deployment200
DeploymentOK List
$ kubectl proxy -$ curl -X GET 'http://127.0.0.1:8001/apis/extensions/v1beta1/namespaces/default/deployments' +$ curl -X GET 'http://127.0.0.1:8001/apis/apps/v1beta1/namespaces/default/deployments'
Output
@@ -74961,7 +74734,7 @@List
list or watch objects of kind Deployment
HTTP Request
-+
GET /apis/extensions/v1beta1/namespaces/{namespace}/deployments
GET /apis/apps/v1beta1/namespaces/{namespace}/deployments
Path Parameters
@@ -75034,7 +74807,7 @@
Response
- @@ -75066,7 +74839,7 @@200 +
DeploymentList200
DeploymentListOK List All Namespaces
list or watch objects of kind Deployment
HTTP Request
-+
GET /apis/extensions/v1beta1/deployments
GET /apis/apps/v1beta1/deployments
Query Parameters
@@ -75124,7 +74897,7 @@
Response
- @@ -75141,7 +74914,7 @@200 +
DeploymentList200
DeploymentListOK Watch
$ kubectl proxy -$ curl -X GET 'http://127.0.0.1:8001/apis/extensions/v1beta1/watch/namespaces/default/deployments/deployment-example' +$ curl -X GET 'http://127.0.0.1:8001/apis/apps/v1beta1/watch/namespaces/default/deployments/deployment-example'
Output
@@ -75303,7 +75076,7 @@Watch
watch changes to an object of kind Deployment
HTTP Request
-+
GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/deployments/{name}
GET /apis/apps/v1beta1/watch/namespaces/{namespace}/deployments/{name}
Path Parameters
@@ -75412,7 +75185,7 @@
Watch List
watch individual changes to a list of Deployment
HTTP Request
-+
GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/deployments
GET /apis/apps/v1beta1/watch/namespaces/{namespace}/deployments
Path Parameters
@@ -75517,7 +75290,7 @@
Watch List All Namespaces
watch individual changes to a list of Deployment
HTTP Request
-+
GET /apis/extensions/v1beta1/watch/deployments
GET /apis/apps/v1beta1/watch/deployments
Query Parameters
@@ -75609,7 +75382,7 @@
Patch Status
partially update status of the specified Deployment
HTTP Request
-+
PATCH /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status
PATCH /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/status
Path Parameters
@@ -75669,7 +75442,7 @@
Response
- @@ -75701,7 +75474,7 @@200 +
Deployment200
DeploymentOK Read Status
read status of the specified Deployment
HTTP Request
-+
GET /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status
GET /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/status
Path Parameters
@@ -75746,7 +75519,7 @@
Response
- @@ -75778,7 +75551,7 @@200 +
Deployment200
DeploymentOK Replace Status
replace status of the specified Deployment
HTTP Request
-+
PUT /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status
PUT /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/status
Path Parameters
@@ -75823,7 +75596,7 @@
Body Parameters
- @@ -75838,61 +75611,13 @@body +
Deploymentbody
DeploymentResponse
- 200 +
Deployment200
DeploymentOK
-Deployment v1beta2 apps
---Deployment Config to run 3 nginx instances (max rollback set to 10 revisions).
--
-apiVersion: apps/v1beta1 -kind: Deployment -metadata: - # Unique key of the Deployment instance - name: deployment-example -spec: - # 3 Pods should exist at all times. - replicas: 3 - template: - metadata: - labels: - # Apply this label to pods and default - # the Deployment label selector to this value - app: nginx - spec: - containers: - - name: nginx - # Run this image - image: nginx:1.10 -
--Deployment Config to run 3 nginx instances (max rollback set to 10 revisions).
-+
-apiVersion: apps/v1beta1 -kind: Deployment -metadata: - # Unique key of the Deployment instance - name: deployment-example -spec: - # 3 Pods should exist at all times. - replicas: 3 - template: - metadata: - labels: - # Apply this label to pods and default - # the Deployment label selector to this value - app: nginx - spec: - containers: - - name: nginx - # Run this image - image: nginx:1.10 -
Deployment v1beta1 extensions
- + -
@@ -75903,21 +75628,21 @@ Deployment v1beta2 apps
- apps -v1beta2 +extensions +v1beta1 Deployment Deployment enables declarative updates for Pods and ReplicaSets.
+DEPRECATED - This group version of Deployment is deprecated by apps/v1beta2/Deployment. See the release notes for more information. Deployment enables declarative updates for Pods and ReplicaSets.
@@ -75941,21 +75666,21 @@
-Deployment v1beta2 apps
Standard object metadata. - spec +
DeploymentSpecspec
DeploymentSpecSpecification of the desired behavior of the Deployment. - status +
DeploymentStatusstatus
DeploymentStatusMost recently observed status of the Deployment. DeploymentSpec v1beta2 apps
+DeploymentSpec v1beta1 extensions
@@ -75972,11 +75697,11 @@
-DeploymentSpec v1beta2 apps
paused -
booleanIndicates that the deployment is paused. +Indicates that the deployment is paused and will not be processed by the deployment controller. progressDeadlineSeconds -
integerThe maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s. +The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. This is not set by default. replicas @@ -75984,14 +75709,18 @@
integerDeploymentSpec v1beta2 apps
+ revisionHistoryLimit -
integerThe number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10. +The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. ++ rollbackTo +
RollbackConfigDEPRECATED. The config this deployment is rolling back to. Will be cleared after rollback is done. selector
LabelSelectorLabel selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment. - strategy +
DeploymentStrategystrategy
DeploymentStrategy
patch type: retainKeysThe deployment strategy to use to replace existing pods with new ones. @@ -76000,12 +75729,12 @@ DeploymentSpec v1beta2 apps
DeploymentStatus v1beta2 apps
+DeploymentStatus v1beta1 extensions
@@ -76025,7 +75754,7 @@
-DeploymentStatus v1beta2 apps
Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet. - conditions +
DeploymentCondition array
patch type: merge
patch merge key: typeconditions
DeploymentCondition array
patch type: merge
patch merge key: typeRepresents the latest available observations of a deployment's current state. @@ -76050,7 +75779,7 @@ DeploymentStatus v1beta2 apps
DeploymentList v1beta2 apps
+DeploymentList v1beta1 extensions
-
@@ -76064,7 +75793,7 @@ DeploymentList v1beta2 apps
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources - items +
Deployment arrayitems
Deployment arrayItems is the list of Deployments. @@ -76077,12 +75806,12 @@ DeploymentList v1beta2 apps
DeploymentStrategy v1beta2 apps
+DeploymentStrategy v1beta1 extensions
@@ -76094,7 +75823,7 @@
-DeploymentStrategy v1beta2 apps
- rollingUpdate +
RollingUpdateDeploymentrollingUpdate
RollingUpdateDeploymentRolling update config params. Present only if DeploymentStrategyType = RollingUpdate. @@ -76103,12 +75832,43 @@ DeploymentStrategy v1beta2 apps
RollingUpdateDeployment v1beta2 apps
+DeploymentRollback v1beta1 extensions
++ +
++ + + +Field +Description ++ +apiVersion +
stringAPIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources ++ +kind +
stringKind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds ++ +name +
stringRequired: This must match the Name of a deployment. ++ +rollbackTo +
RollbackConfigThe config of this deployment rollback. ++ + +updatedAnnotations +
objectThe annotations to be updated to a deployment +RollingUpdateDeployment v1beta1 extensions
@@ -76121,11 +75881,11 @@
@@ -76178,7 +75938,7 @@RollingUpdateDeployment v1beta2 ap
maxSurge -The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new RC can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new RC can be scaled up further, ensuring that total number of pods running at any time during the update is atmost 130% of desired pods. +The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. By default, a value of 1 is used. Example: when this is set to 30%, the new RC can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new RC can be scaled up further, ensuring that total number of pods running at any time during the update is atmost 130% of desired pods. maxUnavailable -The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old RC can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old RC can be scaled down further, followed by scaling up the new RC, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods. +The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. By default, a fixed value of 1 is used. Example: when this is set to 30%, the old RC can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old RC can be scaled down further, followed by scaling up the new RC, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods. Create
image: nginx:1.10 ports: - containerPort: 80 -' http://127.0.0.1:8001/apis/apps/v1beta2/namespaces/default/deployments +' http://127.0.0.1:8001/apis/extensions/v1beta1/namespaces/default/deploymentsOutput
@@ -76255,7 +76015,7 @@Create
create a Deployment
HTTP Request
-+
POST /apis/apps/v1beta2/namespaces/{namespace}/deployments
POST /apis/extensions/v1beta1/namespaces/{namespace}/deployments
Path Parameters
@@ -76296,7 +76056,7 @@
Body Parameters
- @@ -76311,7 +76071,7 @@body +
Deploymentbody
DeploymentResponse
- @@ -76331,7 +76091,7 @@200 +
Deployment200
DeploymentOK Patch
$ kubectl proxy $ curl -X PATCH -H 'Content-Type: application/strategic-merge-patch+json' --data ' {"spec":{"template":{"spec":{"containers":[{"name":"nginx","image":"nginx:1.11"}]}}}}' \ - 'http://127.0.0.1:8001/apis/apps/v1beta2/namespaces/default/deployments/deployment-example' + 'http://127.0.0.1:8001/apis/extensions/v1beta1/namespaces/default/deployments/deployment-example'Output
@@ -76416,7 +76176,7 @@Patch
partially update the specified Deployment
HTTP Request
-+
PATCH /apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}
PATCH /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}
Path Parameters
@@ -76476,7 +76236,7 @@
Response
- @@ -76528,7 +76288,7 @@200 +
Deployment200
DeploymentOK Replace
image: nginx:1.11 ports: - containerPort: 80 -' http://127.0.0.1:8001/apis/apps/v1beta2/namespaces/default/deployments/deployment-example +' http://127.0.0.1:8001/apis/extensions/v1beta1/namespaces/default/deployments/deployment-exampleOutput
@@ -76610,7 +76370,7 @@Replace
replace the specified Deployment
HTTP Request
-+
PUT /apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}
PUT /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}
Path Parameters
@@ -76655,7 +76415,7 @@
Body Parameters
- @@ -76670,7 +76430,7 @@body +
Deploymentbody
DeploymentResponse
- @@ -76690,7 +76450,7 @@200 +
Deployment200
DeploymentOK Delete
$ curl -X DELETE -H 'Content-Type: application/yaml' --data ' gracePeriodSeconds: 0 orphanDependents: false -' 'http://127.0.0.1:8001/apis/apps/v1beta2/namespaces/default/deployments/deployment-example' +' 'http://127.0.0.1:8001/apis/extensions/v1beta1/namespaces/default/deployments/deployment-example'Output
@@ -76712,7 +76472,7 @@Delete
delete a Deployment
HTTP Request
-+
DELETE /apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}
DELETE /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}
Path Parameters
@@ -76816,7 +76576,7 @@
Delete Collection
delete collection of Deployment
HTTP Request
-+
DELETE /apis/apps/v1beta2/namespaces/{namespace}/deployments
DELETE /apis/extensions/v1beta1/namespaces/{namespace}/deployments
Path Parameters
@@ -76908,7 +76668,7 @@
Read
$ kubectl proxy -$ curl -X GET http://127.0.0.1:8001/apis/apps/v1beta2/namespaces/default/deployments/deployment-example +$ curl -X GET http://127.0.0.1:8001/apis/extensions/v1beta1/namespaces/default/deployments/deployment-example
Output
@@ -77060,7 +76820,7 @@Read
read the specified Deployment
HTTP Request
-+
GET /apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}
GET /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}
Path Parameters
@@ -77113,7 +76873,7 @@
Response
- @@ -77130,7 +76890,7 @@200 +
Deployment200
DeploymentOK List
$ kubectl proxy -$ curl -X GET 'http://127.0.0.1:8001/apis/apps/v1beta2/namespaces/default/deployments' +$ curl -X GET 'http://127.0.0.1:8001/apis/extensions/v1beta1/namespaces/default/deployments'
Output
@@ -77426,7 +77186,7 @@List
list or watch objects of kind Deployment
HTTP Request
-+
GET /apis/apps/v1beta2/namespaces/{namespace}/deployments
GET /apis/extensions/v1beta1/namespaces/{namespace}/deployments
Path Parameters
@@ -77499,7 +77259,7 @@
Response
- @@ -77531,7 +77291,7 @@200 +
DeploymentList200
DeploymentListOK List All Namespaces
list or watch objects of kind Deployment
HTTP Request
-+
GET /apis/apps/v1beta2/deployments
GET /apis/extensions/v1beta1/deployments
Query Parameters
@@ -77589,7 +77349,7 @@
Response
- @@ -77606,7 +77366,7 @@200 +
DeploymentList200
DeploymentListOK Watch
$ kubectl proxy -$ curl -X GET 'http://127.0.0.1:8001/apis/apps/v1beta2/watch/namespaces/default/deployments/deployment-example' +$ curl -X GET 'http://127.0.0.1:8001/apis/extensions/v1beta1/watch/namespaces/default/deployments/deployment-example'
Output
@@ -77768,7 +77528,7 @@Watch
watch changes to an object of kind Deployment
HTTP Request
-+
GET /apis/apps/v1beta2/watch/namespaces/{namespace}/deployments/{name}
GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/deployments/{name}
Path Parameters
@@ -77877,7 +77637,7 @@
Watch List
watch individual changes to a list of Deployment
HTTP Request
-+
GET /apis/apps/v1beta2/watch/namespaces/{namespace}/deployments
GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/deployments
Path Parameters
@@ -77982,7 +77742,7 @@
Watch List All Namespaces
watch individual changes to a list of Deployment
HTTP Request
-+
GET /apis/apps/v1beta2/watch/deployments
GET /apis/extensions/v1beta1/watch/deployments
Query Parameters
@@ -78074,7 +77834,7 @@
Patch Status
partially update status of the specified Deployment
HTTP Request
-+
PATCH /apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}/status
PATCH /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status
Path Parameters
@@ -78134,7 +77894,7 @@
Response
- @@ -78166,7 +77926,7 @@200 +
Deployment200
DeploymentOK Read Status
read status of the specified Deployment
HTTP Request
-+
GET /apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}/status
GET /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status
Path Parameters
@@ -78211,7 +77971,7 @@
Response
- @@ -78243,7 +78003,7 @@200 +
Deployment200
DeploymentOK Replace Status
replace status of the specified Deployment
HTTP Request
-+
PUT /apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}/status
PUT /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status
Path Parameters
@@ -78288,7 +78048,7 @@
Body Parameters
- @@ -78303,13 +78063,13 @@body +
Deploymentbody
DeploymentResponse
- 200 +
Deployment200
DeploymentOK
-DeploymentCondition v1beta1 extensions
+DeploymentCondition v1beta1 apps
@@ -78320,7 +78080,7 @@ DeploymentCondition v1beta1 exte
- @@ -78334,7 +78094,7 @@extensions +apps v1beta1 DeploymentCondition DeploymentCondition v1beta1 exte Appears In:
@@ -78372,7 +78132,7 @@
DeploymentCondition v1beta1 exte
-DeploymentCondition v1beta2 apps
+DeploymentCondition v1beta1 extensions
- +
@@ -78383,13 +78143,13 @@ DeploymentCondition v1beta2 apps
- apps -v1beta2 +extensions +v1beta1 DeploymentCondition DeploymentCondition describes the state of a deployment at a certain point.
@@ -78397,7 +78157,7 @@DeploymentCondition v1beta2 apps
Appears In:@@ -81808,51 +81568,7 @@
PolicyRule v1alpha1 rbac
-ReplicaSet v1beta2 apps
---ReplicaSet Config to run 3 nginx instances.
--
-apiVersion: extensions/v1beta1 -kind: ReplicaSet -metadata: - # Unique key of the ReplicaSet instance - name: replicaset-example -spec: - # 3 Pods should exist at all times. - replicas: 3 - template: - metadata: - labels: - app: nginx - spec: - containers: - # Run the nginx image - - name: nginx - image: nginx:1.10 -
--ReplicaSet Config to run 3 nginx instances.
-+
-apiVersion: extensions/v1beta1 -kind: ReplicaSet -metadata: - # Unique key of the ReplicaSet instance - name: replicaset-example -spec: - # 3 Pods should exist at all times. - replicas: 3 - template: - metadata: - labels: - app: nginx - spec: - containers: - # Run the nginx image - - name: nginx - image: nginx:1.10 -
ReplicaSet v1beta1 extensions
- - - - + -
@@ -81863,24 +81579,21 @@ ReplicaSet v1beta2 apps
- apps -v1beta2 +extensions +v1beta1 ReplicaSet ReplicaSet represents the configuration of a ReplicaSet.
+DEPRECATED - This group version of ReplicaSet is deprecated by apps/v1beta2/ReplicaSet. See the release notes for more information. ReplicaSet represents the configuration of a ReplicaSet.
@@ -81904,21 +81617,21 @@
-ReplicaSet v1beta2 apps
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: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata - spec +
ReplicaSetSpecspec
ReplicaSetSpecSpec defines the specification of the desired behavior of the ReplicaSet. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status - status +
ReplicaSetStatusstatus
ReplicaSetStatusStatus 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: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status ReplicaSetSpec v1beta2 apps
+ReplicaSetSpec v1beta1 extensions
@@ -81947,12 +81660,12 @@
-ReplicaSetSpec v1beta2 apps
ReplicaSetStatus v1beta2 apps
+ReplicaSetStatus v1beta1 extensions
@@ -81968,7 +81681,7 @@
-ReplicaSetStatus v1beta2 apps
The number of available replicas (ready for at least minReadySeconds) for this replica set. - conditions +
ReplicaSetCondition array
patch type: merge
patch merge key: typeconditions
ReplicaSetCondition array
patch type: merge
patch merge key: typeRepresents the latest available observations of a replica set's current state. @@ -81989,7 +81702,7 @@ ReplicaSetStatus v1beta2 apps
ReplicaSetList v1beta2 apps
+ReplicaSetList v1beta1 extensions
@@ -82003,7 +81716,7 @@ ReplicaSetList v1beta2 apps
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources - items +
ReplicaSet arrayitems
ReplicaSet arrayList of ReplicaSets. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller @@ -82045,7 +81758,7 @@ Create
create a ReplicaSet
HTTP Request
-+
POST /apis/apps/v1beta2/namespaces/{namespace}/replicasets
POST /apis/extensions/v1beta1/namespaces/{namespace}/replicasets
Path Parameters
@@ -82086,7 +81799,7 @@
Body Parameters
- @@ -82101,7 +81814,7 @@body +
ReplicaSetbody
ReplicaSetResponse
- @@ -82133,7 +81846,7 @@200 +
ReplicaSet200
ReplicaSetOK Patch
partially update the specified ReplicaSet
HTTP Request
-+
PATCH /apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}
PATCH /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}
Path Parameters
@@ -82193,7 +81906,7 @@
Response
- @@ -82225,7 +81938,7 @@200 +
ReplicaSet200
ReplicaSetOK Replace
replace the specified ReplicaSet
HTTP Request
-+
PUT /apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}
PUT /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}
Path Parameters
@@ -82270,7 +81983,7 @@
Body Parameters
- @@ -82285,7 +81998,7 @@body +
ReplicaSetbody
ReplicaSetResponse
- @@ -82317,7 +82030,7 @@200 +
ReplicaSet200
ReplicaSetOK Delete
delete a ReplicaSet
HTTP Request
-+
DELETE /apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}
DELETE /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}
Path Parameters
@@ -82421,7 +82134,7 @@
Delete Collection
delete collection of ReplicaSet
HTTP Request
-+
DELETE /apis/apps/v1beta2/namespaces/{namespace}/replicasets
DELETE /apis/extensions/v1beta1/namespaces/{namespace}/replicasets
Path Parameters
@@ -82528,7 +82241,7 @@
Read
read the specified ReplicaSet
HTTP Request
-+
GET /apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}
GET /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}
Path Parameters
@@ -82581,7 +82294,7 @@
Response
- @@ -82613,7 +82326,7 @@200 +
ReplicaSet200
ReplicaSetOK List
list or watch objects of kind ReplicaSet
HTTP Request
-+
GET /apis/apps/v1beta2/namespaces/{namespace}/replicasets
GET /apis/extensions/v1beta1/namespaces/{namespace}/replicasets
Path Parameters
@@ -82686,7 +82399,7 @@
Response
- @@ -82718,7 +82431,7 @@200 +
ReplicaSetList200
ReplicaSetListOK List All Namespaces
list or watch objects of kind ReplicaSet
HTTP Request
-+
GET /apis/apps/v1beta2/replicasets
GET /apis/extensions/v1beta1/replicasets
Query Parameters
@@ -82776,7 +82489,7 @@
Response
- @@ -82808,7 +82521,7 @@200 +
ReplicaSetList200
ReplicaSetListOK Watch
watch changes to an object of kind ReplicaSet
HTTP Request
-+
GET /apis/apps/v1beta2/watch/namespaces/{namespace}/replicasets/{name}
GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/replicasets/{name}
Path Parameters
@@ -82917,7 +82630,7 @@
Watch List
watch individual changes to a list of ReplicaSet
HTTP Request
-+
GET /apis/apps/v1beta2/watch/namespaces/{namespace}/replicasets
GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/replicasets
Path Parameters
@@ -83022,7 +82735,7 @@
Watch List All Namespaces
watch individual changes to a list of ReplicaSet
HTTP Request
-+
GET /apis/apps/v1beta2/watch/replicasets
GET /apis/extensions/v1beta1/watch/replicasets
Query Parameters
@@ -83114,7 +82827,7 @@
Patch Status
partially update status of the specified ReplicaSet
HTTP Request
-+
PATCH /apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}/status
PATCH /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/status
Path Parameters
@@ -83174,7 +82887,7 @@
Response
- @@ -83206,7 +82919,7 @@200 +
ReplicaSet200
ReplicaSetOK Read Status
read status of the specified ReplicaSet
HTTP Request
-+
GET /apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}/status
GET /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/status
Path Parameters
@@ -83251,7 +82964,7 @@
-Response
- @@ -83283,7 +82996,7 @@200 +
ReplicaSet200
ReplicaSetOK Replace Status
replace status of the specified ReplicaSet
HTTP Request
-+
PUT /apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}/status
PUT /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/status
Path Parameters
@@ -83328,7 +83041,7 @@
Body Parameters
- @@ -83343,13 +83056,13 @@body +
ReplicaSetbody
ReplicaSetResponse
- 200 +
ReplicaSet200
ReplicaSetOK
-ReplicaSetCondition v1beta2 apps
+ReplicaSetCondition v1beta1 extensions
- +
@@ -83360,13 +83073,13 @@ ReplicaSetCondition v1beta2 apps
- apps -v1beta2 +extensions +v1beta1 ReplicaSetCondition ReplicaSetCondition describes the state of a replica set at a certain point.
@@ -83374,7 +83087,7 @@ReplicaSetCondition v1beta2 apps
Appears In:@@ -88256,7 +87969,7 @@
RollbackConfig v1beta1 extensions
-RollingUpdateStatefulSetStrategy v1beta2 apps
+RollingUpdateStatefulSetStrategy v1beta1 apps
- +
@@ -88268,12 +87981,12 @@ RollingUpdateStatefulSetS
apps -v1beta2 +v1beta1 RollingUpdateStatefulSetStrategy RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
@@ -88281,7 +87994,7 @@RollingUpdateStatefulSetS Appears In:
@@ -88294,12 +88007,12 @@
RollingUpdateStatefulSetS
partition -
integerPartition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0. +Partition indicates the ordinal at which the StatefulSet should be partitioned.
-Scale v1beta1 apps
+Scale v1beta2 apps
- +
@@ -88311,12 +88024,12 @@ Scale v1beta1 apps
apps -v1beta1 +v1beta2 Scale Scale represents a scaling request for a resource.
@@ -88341,21 +88054,21 @@Scale v1beta1 apps
Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata. - spec +
ScaleSpecspec
ScaleSpecdefines the behavior of the scale. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status. - status +
ScaleStatusstatus
ScaleStatuscurrent status of the scale. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status. Read-only. ScaleSpec v1beta1 apps
+ScaleSpec v1beta2 apps
@@ -88372,12 +88085,12 @@
-ScaleSpec v1beta1 apps
ScaleStatus v1beta1 apps
+ScaleStatus v1beta2 apps
@@ -88403,7 +88116,7 @@
ScaleStatus v1beta1 apps
-Scale v1beta1 extensions
+Scale v1beta1 apps
@@ -88414,7 +88127,7 @@ Scale v1beta1 extensions
- @@ -88423,7 +88136,7 @@extensions +apps v1beta1 Scale Scale v1beta1 extensions
-represents a scaling request for a resource.
+Scale represents a scaling request for a resource.
-
@@ -88445,21 +88158,21 @@ Scale v1beta1 extensions
Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata. - spec +
ScaleSpecspec
ScaleSpecdefines the behavior of the scale. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status. - status +
ScaleStatusstatus
ScaleStatuscurrent status of the scale. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status. Read-only. ScaleSpec v1beta1 extensions
+ScaleSpec v1beta1 apps
@@ -88476,12 +88189,12 @@
-ScaleSpec v1beta1 extensions
ScaleStatus v1beta1 extensions
+ScaleStatus v1beta1 apps
@@ -88507,7 +88220,7 @@
ScaleStatus v1beta1 extensions
-Scale v1beta2 apps
+Scale v1beta1 extensions
- + -
@@ -88518,16 +88231,16 @@ Scale v1beta2 apps
- apps -v1beta2 +extensions +v1beta1 Scale Scale represents a scaling request for a resource.
+represents a scaling request for a resource.
-
@@ -88549,21 +88262,21 @@ Scale v1beta2 apps
Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata. - spec +
ScaleSpecspec
ScaleSpecdefines the behavior of the scale. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status. - status +
ScaleStatusstatus
ScaleStatuscurrent status of the scale. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status. Read-only. ScaleSpec v1beta2 apps
+ScaleSpec v1beta1 extensions
@@ -88580,12 +88293,12 @@
-ScaleSpec v1beta2 apps
ScaleStatus v1beta2 apps
+ScaleStatus v1beta1 extensions
@@ -88960,7 +88673,7 @@
ServiceReference v1alph
-StatefulSet v1beta2 apps
+StatefulSet v1beta1 apps
- + -
@@ -88972,15 +88685,15 @@ StatefulSet v1beta2 apps
apps -v1beta2 +v1beta1 StatefulSet StatefulSet represents a set of pods with consistent identities. Identities are defined as:
+DEPRECATED - This group version of StatefulSet is deprecated by apps/v1beta2/StatefulSet. See the release notes for more information. StatefulSet represents a set of pods with consistent identities. Identities are defined as:
- Network: A single stable DNS and hostname.
- Storage: As many VolumeClaims as requested. @@ -88990,7 +88703,7 @@
StatefulSet v1beta2 apps
Appears In:@@ -89014,21 +88727,21 @@
-StatefulSet v1beta2 apps
- spec +
StatefulSetSpecspec
StatefulSetSpecSpec defines the desired identities of pods in this set. - status +
StatefulSetStatusstatus
StatefulSetStatusStatus is the current status of Pods in this StatefulSet. This data may be out of date by some window of time. StatefulSetSpec v1beta2 apps
+StatefulSetSpec v1beta1 apps
@@ -89064,7 +88777,7 @@
-StatefulSetSpec v1beta2 apps
template is the object that describes the pod that will be created if insufficient replicas are detected. Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet. - updateStrategy +
StatefulSetUpdateStrategyupdateStrategy
StatefulSetUpdateStrategyupdateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template. @@ -89073,12 +88786,12 @@ StatefulSetSpec v1beta2 apps
StatefulSetStatus v1beta2 apps
+StatefulSetStatus v1beta1 apps
@@ -89123,7 +88836,7 @@
-StatefulSetStatus v1beta2 apps
StatefulSetList v1beta2 apps
+StatefulSetList v1beta1 apps
@@ -89137,7 +88850,7 @@ StatefulSetList v1beta2 apps
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources - items +
StatefulSet arrayitems
StatefulSet array@@ -89179,7 +88892,7 @@ Create
create a StatefulSet
HTTP Request
-+
POST /apis/apps/v1beta2/namespaces/{namespace}/statefulsets
POST /apis/apps/v1beta1/namespaces/{namespace}/statefulsets
Path Parameters
@@ -89220,7 +88933,7 @@
Body Parameters
- @@ -89235,7 +88948,7 @@body +
StatefulSetbody
StatefulSetResponse
- @@ -89267,7 +88980,7 @@200 +
StatefulSet200
StatefulSetOK Patch
partially update the specified StatefulSet
HTTP Request
-+
PATCH /apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}
PATCH /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}
Path Parameters
@@ -89327,7 +89040,7 @@
Response
- @@ -89359,7 +89072,7 @@200 +
StatefulSet200
StatefulSetOK Replace
replace the specified StatefulSet
HTTP Request
-+
PUT /apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}
PUT /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}
Path Parameters
@@ -89404,7 +89117,7 @@
Body Parameters
- @@ -89419,7 +89132,7 @@body +
StatefulSetbody
StatefulSetResponse
- @@ -89451,7 +89164,7 @@200 +
StatefulSet200
StatefulSetOK Delete
delete a StatefulSet
HTTP Request
-+
DELETE /apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}
DELETE /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}
Path Parameters
@@ -89555,7 +89268,7 @@
Delete Collection
delete collection of StatefulSet
HTTP Request
-+
DELETE /apis/apps/v1beta2/namespaces/{namespace}/statefulsets
DELETE /apis/apps/v1beta1/namespaces/{namespace}/statefulsets
Path Parameters
@@ -89662,7 +89375,7 @@
Read
read the specified StatefulSet
HTTP Request
-+
GET /apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}
GET /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}
Path Parameters
@@ -89715,7 +89428,7 @@
Response
- @@ -89747,7 +89460,7 @@200 +
StatefulSet200
StatefulSetOK List
list or watch objects of kind StatefulSet
HTTP Request
-+
GET /apis/apps/v1beta2/namespaces/{namespace}/statefulsets
GET /apis/apps/v1beta1/namespaces/{namespace}/statefulsets
Path Parameters
@@ -89820,7 +89533,7 @@
Response
- @@ -89852,7 +89565,7 @@200 +
StatefulSetList200
StatefulSetListOK List All Namespaces
list or watch objects of kind StatefulSet
HTTP Request
-+
GET /apis/apps/v1beta2/statefulsets
GET /apis/apps/v1beta1/statefulsets
Query Parameters
@@ -89910,7 +89623,7 @@
Response
- @@ -89942,7 +89655,7 @@200 +
StatefulSetList200
StatefulSetListOK Watch
watch changes to an object of kind StatefulSet
HTTP Request
-+
GET /apis/apps/v1beta2/watch/namespaces/{namespace}/statefulsets/{name}
GET /apis/apps/v1beta1/watch/namespaces/{namespace}/statefulsets/{name}
Path Parameters
@@ -90051,7 +89764,7 @@
Watch List
watch individual changes to a list of StatefulSet
HTTP Request
-+
GET /apis/apps/v1beta2/watch/namespaces/{namespace}/statefulsets
GET /apis/apps/v1beta1/watch/namespaces/{namespace}/statefulsets
Path Parameters
@@ -90156,7 +89869,7 @@
Watch List All Namespaces
watch individual changes to a list of StatefulSet
HTTP Request
-+
GET /apis/apps/v1beta2/watch/statefulsets
GET /apis/apps/v1beta1/watch/statefulsets
Query Parameters
@@ -90248,7 +89961,7 @@
Patch Status
partially update status of the specified StatefulSet
HTTP Request
-+
PATCH /apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}/status
PATCH /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/status
Path Parameters
@@ -90308,7 +90021,7 @@
Response
- @@ -90340,7 +90053,7 @@200 +
StatefulSet200
StatefulSetOK Read Status
read status of the specified StatefulSet
HTTP Request
-+
GET /apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}/status
GET /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/status
Path Parameters
@@ -90385,7 +90098,7 @@
Response
- @@ -90417,7 +90130,7 @@200 +
StatefulSet200
StatefulSetOK Replace Status
replace status of the specified StatefulSet
HTTP Request
-+
PUT /apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}/status
PUT /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/status
Path Parameters
@@ -90462,7 +90175,7 @@
Body Parameters
- @@ -90477,13 +90190,13 @@body +
StatefulSetbody
StatefulSetResponse
- 200 +
StatefulSet200
StatefulSetOK
-StatefulSetUpdateStrategy v1beta2 apps
+StatefulSetUpdateStrategy v1beta1 apps
- +
@@ -90495,12 +90208,12 @@ StatefulSetUpdateStrategy v1beta
apps -v1beta2 +v1beta1 StatefulSetUpdateStrategy StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy.
@@ -90508,7 +90221,7 @@StatefulSetUpdateStrategy v1beta Appears In:
@@ -90520,12 +90233,12 @@
diff --git a/docs/api-reference/v1.8/navData.js b/docs/api-reference/v1.8/navData.js index bf029dec05deb..4b65fe125ce3d 100644 --- a/docs/api-reference/v1.8/navData.js +++ b/docs/api-reference/v1.8/navData.js @@ -1 +1 @@ -(function(){navData = {"toc":[{"section":"userinfo-v1beta1-authentication","subsections":[]},{"section":"tokenreview-v1beta1-authentication","subsections":[{"section":"-strong-write-operations-strong--852","subsections":[{"section":"create-853"}]}]},{"section":"subjectrulesreviewstatus-v1beta1-authorization","subsections":[]},{"section":"subjectaccessreview-v1beta1-authorization","subsections":[{"section":"-strong-write-operations-strong--850","subsections":[{"section":"create-851"}]}]},{"section":"subject-v1alpha1-rbac","subsections":[]},{"section":"subject-v1beta1-rbac","subsections":[]},{"section":"storageclass-v1beta1-storage","subsections":[{"section":"-strong-read-operations-strong--845","subsections":[{"section":"watch-list-849"},{"section":"watch-848"},{"section":"list-847"},{"section":"read-846"}]},{"section":"-strong-write-operations-strong--839","subsections":[{"section":"delete-collection-844"},{"section":"delete-843"},{"section":"replace-842"},{"section":"patch-841"},{"section":"create-840"}]}]},{"section":"statefulsetupdatestrategy-v1beta2-apps","subsections":[]},{"section":"statefulset-v1beta2-apps","subsections":[{"section":"-strong-status-operations-strong--835","subsections":[{"section":"replace-status-838"},{"section":"read-status-837"},{"section":"patch-status-836"}]},{"section":"-strong-read-operations-strong--828","subsections":[{"section":"watch-list-all-namespaces-834"},{"section":"watch-list-833"},{"section":"watch-832"},{"section":"list-all-namespaces-831"},{"section":"list-830"},{"section":"read-829"}]},{"section":"-strong-write-operations-strong--822","subsections":[{"section":"delete-collection-827"},{"section":"delete-826"},{"section":"replace-825"},{"section":"patch-824"},{"section":"create-823"}]}]},{"section":"servicereference-v1alpha1-admissionregistration","subsections":[]},{"section":"selfsubjectrulesreview-v1beta1-authorization","subsections":[{"section":"-strong-write-operations-strong--820","subsections":[{"section":"create-821"}]}]},{"section":"selfsubjectaccessreview-v1beta1-authorization","subsections":[{"section":"-strong-write-operations-strong--818","subsections":[{"section":"create-819"}]}]},{"section":"scale-v1beta2-apps","subsections":[]},{"section":"scale-v1beta1-extensions","subsections":[]},{"section":"scale-v1beta1-apps","subsections":[]},{"section":"rollingupdatestatefulsetstrategy-v1beta2-apps","subsections":[]},{"section":"rollbackconfig-v1beta1-extensions","subsections":[]},{"section":"roleref-v1alpha1-rbac","subsections":[]},{"section":"roleref-v1beta1-rbac","subsections":[]},{"section":"rolebinding-v1alpha1-rbac","subsections":[{"section":"-strong-read-operations-strong--811","subsections":[{"section":"watch-list-all-namespaces-817"},{"section":"watch-list-816"},{"section":"watch-815"},{"section":"list-all-namespaces-814"},{"section":"list-813"},{"section":"read-812"}]},{"section":"-strong-write-operations-strong--805","subsections":[{"section":"delete-collection-810"},{"section":"delete-809"},{"section":"replace-808"},{"section":"patch-807"},{"section":"create-806"}]}]},{"section":"rolebinding-v1beta1-rbac","subsections":[{"section":"-strong-read-operations-strong--798","subsections":[{"section":"watch-list-all-namespaces-804"},{"section":"watch-list-803"},{"section":"watch-802"},{"section":"list-all-namespaces-801"},{"section":"list-800"},{"section":"read-799"}]},{"section":"-strong-write-operations-strong--792","subsections":[{"section":"delete-collection-797"},{"section":"delete-796"},{"section":"replace-795"},{"section":"patch-794"},{"section":"create-793"}]}]},{"section":"role-v1alpha1-rbac","subsections":[{"section":"-strong-read-operations-strong--785","subsections":[{"section":"watch-list-all-namespaces-791"},{"section":"watch-list-790"},{"section":"watch-789"},{"section":"list-all-namespaces-788"},{"section":"list-787"},{"section":"read-786"}]},{"section":"-strong-write-operations-strong--779","subsections":[{"section":"delete-collection-784"},{"section":"delete-783"},{"section":"replace-782"},{"section":"patch-781"},{"section":"create-780"}]}]},{"section":"role-v1beta1-rbac","subsections":[{"section":"-strong-read-operations-strong--772","subsections":[{"section":"watch-list-all-namespaces-778"},{"section":"watch-list-777"},{"section":"watch-776"},{"section":"list-all-namespaces-775"},{"section":"list-774"},{"section":"read-773"}]},{"section":"-strong-write-operations-strong--766","subsections":[{"section":"delete-collection-771"},{"section":"delete-770"},{"section":"replace-769"},{"section":"patch-768"},{"section":"create-767"}]}]},{"section":"resourcerule-v1beta1-authorization","subsections":[]},{"section":"resourceattributes-v1beta1-authorization","subsections":[]},{"section":"replicasetcondition-v1beta2-apps","subsections":[]},{"section":"replicaset-v1beta2-apps","subsections":[{"section":"-strong-status-operations-strong--762","subsections":[{"section":"replace-status-765"},{"section":"read-status-764"},{"section":"patch-status-763"}]},{"section":"-strong-read-operations-strong--755","subsections":[{"section":"watch-list-all-namespaces-761"},{"section":"watch-list-760"},{"section":"watch-759"},{"section":"list-all-namespaces-758"},{"section":"list-757"},{"section":"read-756"}]},{"section":"-strong-write-operations-strong--749","subsections":[{"section":"delete-collection-754"},{"section":"delete-753"},{"section":"replace-752"},{"section":"patch-751"},{"section":"create-750"}]}]},{"section":"policyrule-v1alpha1-rbac","subsections":[]},{"section":"policyrule-v1beta1-rbac","subsections":[]},{"section":"nonresourcerule-v1beta1-authorization","subsections":[]},{"section":"nonresourceattributes-v1beta1-authorization","subsections":[]},{"section":"networkpolicyport-v1beta1-extensions","subsections":[]},{"section":"networkpolicypeer-v1beta1-extensions","subsections":[]},{"section":"networkpolicyingressrule-v1beta1-extensions","subsections":[]},{"section":"networkpolicyegressrule-v1beta1-extensions","subsections":[]},{"section":"networkpolicy-v1beta1-extensions","subsections":[{"section":"-strong-read-operations-strong--742","subsections":[{"section":"watch-list-all-namespaces-748"},{"section":"watch-list-747"},{"section":"watch-746"},{"section":"list-all-namespaces-745"},{"section":"list-744"},{"section":"read-743"}]},{"section":"-strong-write-operations-strong--736","subsections":[{"section":"delete-collection-741"},{"section":"delete-740"},{"section":"replace-739"},{"section":"patch-738"},{"section":"create-737"}]}]},{"section":"localsubjectaccessreview-v1beta1-authorization","subsections":[{"section":"-strong-write-operations-strong--734","subsections":[{"section":"create-735"}]}]},{"section":"jobtemplatespec-v2alpha1-batch","subsections":[]},{"section":"initializer-v1alpha1-admissionregistration","subsections":[]},{"section":"ipblock-v1beta1-extensions","subsections":[]},{"section":"horizontalpodautoscaler-v2beta1-autoscaling","subsections":[{"section":"-strong-status-operations-strong--730","subsections":[{"section":"replace-status-733"},{"section":"read-status-732"},{"section":"patch-status-731"}]},{"section":"-strong-read-operations-strong--723","subsections":[{"section":"watch-list-all-namespaces-729"},{"section":"watch-list-728"},{"section":"watch-727"},{"section":"list-all-namespaces-726"},{"section":"list-725"},{"section":"read-724"}]},{"section":"-strong-write-operations-strong--717","subsections":[{"section":"delete-collection-722"},{"section":"delete-721"},{"section":"replace-720"},{"section":"patch-719"},{"section":"create-718"}]}]},{"section":"deploymentcondition-v1beta2-apps","subsections":[]},{"section":"deploymentcondition-v1beta1-extensions","subsections":[]},{"section":"deployment-v1beta2-apps","subsections":[{"section":"-strong-status-operations-strong--713","subsections":[{"section":"replace-status-716"},{"section":"read-status-715"},{"section":"patch-status-714"}]},{"section":"-strong-read-operations-strong--706","subsections":[{"section":"watch-list-all-namespaces-712"},{"section":"watch-list-711"},{"section":"watch-710"},{"section":"list-all-namespaces-709"},{"section":"list-708"},{"section":"read-707"}]},{"section":"-strong-write-operations-strong--700","subsections":[{"section":"delete-collection-705"},{"section":"delete-704"},{"section":"replace-703"},{"section":"patch-702"},{"section":"create-701"}]}]},{"section":"deployment-v1beta1-extensions","subsections":[{"section":"-strong-status-operations-strong--696","subsections":[{"section":"replace-status-699"},{"section":"read-status-698"},{"section":"patch-status-697"}]},{"section":"-strong-read-operations-strong--689","subsections":[{"section":"watch-list-all-namespaces-695"},{"section":"watch-list-694"},{"section":"watch-693"},{"section":"list-all-namespaces-692"},{"section":"list-691"},{"section":"read-690"}]},{"section":"-strong-write-operations-strong--683","subsections":[{"section":"delete-collection-688"},{"section":"delete-687"},{"section":"replace-686"},{"section":"patch-685"},{"section":"create-684"}]}]},{"section":"daemonsetupdatestrategy-v1beta2-apps","subsections":[]},{"section":"daemonset-v1beta2-apps","subsections":[{"section":"-strong-status-operations-strong--679","subsections":[{"section":"replace-status-682"},{"section":"read-status-681"},{"section":"patch-status-680"}]},{"section":"-strong-read-operations-strong--672","subsections":[{"section":"watch-list-all-namespaces-678"},{"section":"watch-list-677"},{"section":"watch-676"},{"section":"list-all-namespaces-675"},{"section":"list-674"},{"section":"read-673"}]},{"section":"-strong-write-operations-strong--666","subsections":[{"section":"delete-collection-671"},{"section":"delete-670"},{"section":"replace-669"},{"section":"patch-668"},{"section":"create-667"}]}]},{"section":"crossversionobjectreference-v2beta1-autoscaling","subsections":[]},{"section":"cronjob-v2alpha1-batch","subsections":[{"section":"-strong-status-operations-strong--662","subsections":[{"section":"replace-status-665"},{"section":"read-status-664"},{"section":"patch-status-663"}]},{"section":"-strong-read-operations-strong--655","subsections":[{"section":"watch-list-all-namespaces-661"},{"section":"watch-list-660"},{"section":"watch-659"},{"section":"list-all-namespaces-658"},{"section":"list-657"},{"section":"read-656"}]},{"section":"-strong-write-operations-strong--649","subsections":[{"section":"delete-collection-654"},{"section":"delete-653"},{"section":"replace-652"},{"section":"patch-651"},{"section":"create-650"}]}]},{"section":"controllerrevision-v1beta2-apps","subsections":[{"section":"-strong-read-operations-strong--642","subsections":[{"section":"watch-list-all-namespaces-648"},{"section":"watch-list-647"},{"section":"watch-646"},{"section":"list-all-namespaces-645"},{"section":"list-644"},{"section":"read-643"}]},{"section":"-strong-write-operations-strong--636","subsections":[{"section":"delete-collection-641"},{"section":"delete-640"},{"section":"replace-639"},{"section":"patch-638"},{"section":"create-637"}]}]},{"section":"clusterrolebinding-v1alpha1-rbac","subsections":[{"section":"-strong-read-operations-strong--631","subsections":[{"section":"watch-list-635"},{"section":"watch-634"},{"section":"list-633"},{"section":"read-632"}]},{"section":"-strong-write-operations-strong--625","subsections":[{"section":"delete-collection-630"},{"section":"delete-629"},{"section":"replace-628"},{"section":"patch-627"},{"section":"create-626"}]}]},{"section":"clusterrolebinding-v1beta1-rbac","subsections":[{"section":"-strong-read-operations-strong--620","subsections":[{"section":"watch-list-624"},{"section":"watch-623"},{"section":"list-622"},{"section":"read-621"}]},{"section":"-strong-write-operations-strong--614","subsections":[{"section":"delete-collection-619"},{"section":"delete-618"},{"section":"replace-617"},{"section":"patch-616"},{"section":"create-615"}]}]},{"section":"clusterrole-v1alpha1-rbac","subsections":[{"section":"-strong-read-operations-strong--609","subsections":[{"section":"watch-list-613"},{"section":"watch-612"},{"section":"list-611"},{"section":"read-610"}]},{"section":"-strong-write-operations-strong--603","subsections":[{"section":"delete-collection-608"},{"section":"delete-607"},{"section":"replace-606"},{"section":"patch-605"},{"section":"create-604"}]}]},{"section":"clusterrole-v1beta1-rbac","subsections":[{"section":"-strong-read-operations-strong--598","subsections":[{"section":"watch-list-602"},{"section":"watch-601"},{"section":"list-600"},{"section":"read-599"}]},{"section":"-strong-write-operations-strong--592","subsections":[{"section":"delete-collection-597"},{"section":"delete-596"},{"section":"replace-595"},{"section":"patch-594"},{"section":"create-593"}]}]},{"section":"-strong-old-api-versions-strong-","subsections":[]},{"section":"-strong-definitions-strong-","subsections":[{"section":"weightedpodaffinityterm-v1-core"},{"section":"watchevent-v1-meta"},{"section":"vspherevirtualdiskvolumesource-v1-core"},{"section":"volumeprojection-v1-core"},{"section":"volumemount-v1-core"},{"section":"userinfo-v1-authentication"},{"section":"toleration-v1-core"},{"section":"time-v1-meta"},{"section":"taint-v1-core"},{"section":"tcpsocketaction-v1-core"},{"section":"supplementalgroupsstrategyoptions-v1beta1-extensions"},{"section":"subjectrulesreviewstatus-v1-authorization"},{"section":"subject-v1-rbac"},{"section":"storageosvolumesource-v1-core"},{"section":"storageospersistentvolumesource-v1-core"},{"section":"statusdetails-v1-meta"},{"section":"statuscause-v1-meta"},{"section":"status-v1-meta"},{"section":"statefulsetupdatestrategy-v1beta1-apps"},{"section":"sessionaffinityconfig-v1-core"},{"section":"servicereference-v1beta1-apiregistration"},{"section":"serviceport-v1-core"},{"section":"serveraddressbyclientcidr-v1-meta"},{"section":"securitycontext-v1-core"},{"section":"secretvolumesource-v1-core"},{"section":"secretreference-v1-core"},{"section":"secretprojection-v1-core"},{"section":"secretkeyselector-v1-core"},{"section":"secretenvsource-v1-core"},{"section":"scaleiovolumesource-v1-core"},{"section":"scale-v1-autoscaling"},{"section":"selinuxstrategyoptions-v1beta1-extensions"},{"section":"selinuxoptions-v1-core"},{"section":"runasuserstrategyoptions-v1beta1-extensions"},{"section":"rulewithoperations-v1alpha1-admissionregistration"},{"section":"rule-v1alpha1-admissionregistration"},{"section":"rollingupdatestatefulsetstrategy-v1beta1-apps"},{"section":"rollbackconfig-v1beta1-apps"},{"section":"roleref-v1-rbac"},{"section":"resourcerule-v1-authorization"},{"section":"resourcerequirements-v1-core"},{"section":"resourcemetricstatus-v2beta1-autoscaling"},{"section":"resourcemetricsource-v2beta1-autoscaling"},{"section":"resourcefieldselector-v1-core"},{"section":"resourceattributes-v1-authorization"},{"section":"replicationcontrollercondition-v1-core"},{"section":"replicasetcondition-v1beta1-extensions"},{"section":"replicaset-v1beta1-extensions"},{"section":"rbdvolumesource-v1-core"},{"section":"quobytevolumesource-v1-core"},{"section":"quantity-resource-core"},{"section":"projectedvolumesource-v1-core"},{"section":"probe-v1-core"},{"section":"preferredschedulingterm-v1-core"},{"section":"preconditions-v1-meta"},{"section":"portworxvolumesource-v1-core"},{"section":"policyrule-v1-rbac"},{"section":"podsmetricstatus-v2beta1-autoscaling"},{"section":"podsmetricsource-v2beta1-autoscaling"},{"section":"podsecuritycontext-v1-core"},{"section":"podcondition-v1-core"},{"section":"podantiaffinity-v1-core"},{"section":"podaffinityterm-v1-core"},{"section":"podaffinity-v1-core"},{"section":"photonpersistentdiskvolumesource-v1-core"},{"section":"persistentvolumeclaimvolumesource-v1-core"},{"section":"persistentvolumeclaimcondition-v1-core"},{"section":"patch-v1-meta"},{"section":"ownerreference-v1-meta"},{"section":"objectreference-v1-core"},{"section":"objectmetricstatus-v2beta1-autoscaling"},{"section":"objectmetricsource-v2beta1-autoscaling"},{"section":"objectmeta-v1-meta"},{"section":"objectfieldselector-v1-core"},{"section":"nonresourcerule-v1-authorization"},{"section":"nonresourceattributes-v1-authorization"},{"section":"nodesysteminfo-v1-core"},{"section":"nodeselectorterm-v1-core"},{"section":"nodeselectorrequirement-v1-core"},{"section":"nodeselector-v1-core"},{"section":"nodedaemonendpoints-v1-core"},{"section":"nodeconfigsource-v1-core"},{"section":"nodecondition-v1-core"},{"section":"nodeaffinity-v1-core"},{"section":"nodeaddress-v1-core"},{"section":"networkpolicyport-v1-networking"},{"section":"networkpolicypeer-v1-networking"},{"section":"networkpolicyingressrule-v1-networking"},{"section":"networkpolicyegressrule-v1-networking"},{"section":"nfsvolumesource-v1-core"},{"section":"metricstatus-v2beta1-autoscaling"},{"section":"metricspec-v2beta1-autoscaling"},{"section":"localvolumesource-v1-core"},{"section":"localobjectreference-v1-core"},{"section":"loadbalancerstatus-v1-core"},{"section":"loadbalanceringress-v1-core"},{"section":"listmeta-v1-meta"},{"section":"limitrangeitem-v1-core"},{"section":"lifecycle-v1-core"},{"section":"labelselectorrequirement-v1-meta"},{"section":"labelselector-v1-meta"},{"section":"keytopath-v1-core"},{"section":"jobtemplatespec-v1beta1-batch"},{"section":"jobcondition-v1-batch"},{"section":"jsonschemapropsorbool-v1beta1-apiextensions"},{"section":"jsonschemapropsorarray-v1beta1-apiextensions"},{"section":"jsonschemaprops-v1beta1-apiextensions"},{"section":"json-v1beta1-apiextensions"},{"section":"initializers-v1-meta"},{"section":"initializer-v1-meta"},{"section":"ingresstls-v1beta1-extensions"},{"section":"ingressrule-v1beta1-extensions"},{"section":"ingressbackend-v1beta1-extensions"},{"section":"iscsivolumesource-v1-core"},{"section":"ipblock-v1-networking"},{"section":"idrange-v1beta1-extensions"},{"section":"hostportrange-v1beta1-extensions"},{"section":"hostpathvolumesource-v1-core"},{"section":"hostalias-v1-core"},{"section":"horizontalpodautoscalercondition-v2beta1-autoscaling"},{"section":"handler-v1-core"},{"section":"httpingressrulevalue-v1beta1-extensions"},{"section":"httpingresspath-v1beta1-extensions"},{"section":"httpheader-v1-core"},{"section":"httpgetaction-v1-core"},{"section":"groupversionfordiscovery-v1-meta"},{"section":"glusterfsvolumesource-v1-core"},{"section":"gitrepovolumesource-v1-core"},{"section":"gcepersistentdiskvolumesource-v1-core"},{"section":"flockervolumesource-v1-core"},{"section":"flexvolumesource-v1-core"},{"section":"fsgroupstrategyoptions-v1beta1-extensions"},{"section":"fcvolumesource-v1-core"},{"section":"externaldocumentation-v1beta1-apiextensions"},{"section":"externaladmissionhook-v1alpha1-admissionregistration"},{"section":"execaction-v1-core"},{"section":"eviction-v1beta1-policy"},{"section":"eventsource-v1-core"},{"section":"envvarsource-v1-core"},{"section":"envvar-v1-core"},{"section":"envfromsource-v1-core"},{"section":"endpointsubset-v1-core"},{"section":"endpointport-v1-core"},{"section":"endpointaddress-v1-core"},{"section":"emptydirvolumesource-v1-core"},{"section":"downwardapivolumesource-v1-core"},{"section":"downwardapivolumefile-v1-core"},{"section":"downwardapiprojection-v1-core"},{"section":"deploymentcondition-v1beta1-apps"},{"section":"deployment-v1beta1-apps"},{"section":"deleteoptions-v1-meta"},{"section":"daemonsetupdatestrategy-v1beta1-extensions"},{"section":"daemonset-v1beta1-extensions"},{"section":"daemonendpoint-v1-core"},{"section":"customresourcevalidation-v1beta1-apiextensions"},{"section":"customresourcedefinitionnames-v1beta1-apiextensions"},{"section":"customresourcedefinitioncondition-v1beta1-apiextensions"},{"section":"crossversionobjectreference-v1-autoscaling"},{"section":"containerstatewaiting-v1-core"},{"section":"containerstateterminated-v1-core"},{"section":"containerstaterunning-v1-core"},{"section":"containerstate-v1-core"},{"section":"containerport-v1-core"},{"section":"containerimage-v1-core"},{"section":"configmapvolumesource-v1-core"},{"section":"configmapprojection-v1-core"},{"section":"configmapkeyselector-v1-core"},{"section":"configmapenvsource-v1-core"},{"section":"componentcondition-v1-core"},{"section":"clientipconfig-v1-core"},{"section":"cindervolumesource-v1-core"},{"section":"certificatesigningrequestcondition-v1beta1-certificates"},{"section":"cephfsvolumesource-v1-core"},{"section":"cephfspersistentvolumesource-v1-core"},{"section":"capabilities-v1-core"},{"section":"azurefilevolumesource-v1-core"},{"section":"azurefilepersistentvolumesource-v1-core"},{"section":"azurediskvolumesource-v1-core"},{"section":"attachedvolume-v1-core"},{"section":"allowedhostpath-v1beta1-extensions"},{"section":"affinity-v1-core"},{"section":"admissionhookclientconfig-v1alpha1-admissionregistration"},{"section":"awselasticblockstorevolumesource-v1-core"},{"section":"apiversions-v1-meta"},{"section":"apiservicecondition-v1beta1-apiregistration"},{"section":"apiresource-v1-meta"},{"section":"apigroup-v1-meta"}]},{"section":"networkpolicy-v1-networking","subsections":[{"section":"-strong-read-operations-strong--585","subsections":[{"section":"watch-list-all-namespaces-591"},{"section":"watch-list-590"},{"section":"watch-589"},{"section":"list-all-namespaces-588"},{"section":"list-587"},{"section":"read-586"}]},{"section":"-strong-write-operations-strong--579","subsections":[{"section":"delete-collection-584"},{"section":"delete-583"},{"section":"replace-582"},{"section":"patch-581"},{"section":"create-580"}]}]},{"section":"tokenreview-v1-authentication","subsections":[{"section":"-strong-write-operations-strong--577","subsections":[{"section":"create-578"}]}]},{"section":"subjectaccessreview-v1-authorization","subsections":[{"section":"-strong-write-operations-strong--575","subsections":[{"section":"create-576"}]}]},{"section":"serviceaccount-v1-core","subsections":[{"section":"-strong-read-operations-strong--568","subsections":[{"section":"watch-list-all-namespaces-574"},{"section":"watch-list-573"},{"section":"watch-572"},{"section":"list-all-namespaces-571"},{"section":"list-570"},{"section":"read-569"}]},{"section":"-strong-write-operations-strong--562","subsections":[{"section":"delete-collection-567"},{"section":"delete-566"},{"section":"replace-565"},{"section":"patch-564"},{"section":"create-563"}]}]},{"section":"selfsubjectrulesreview-v1-authorization","subsections":[{"section":"-strong-write-operations-strong--560","subsections":[{"section":"create-561"}]}]},{"section":"selfsubjectaccessreview-v1-authorization","subsections":[{"section":"-strong-write-operations-strong--558","subsections":[{"section":"create-559"}]}]},{"section":"rolebinding-v1-rbac","subsections":[{"section":"-strong-read-operations-strong--551","subsections":[{"section":"watch-list-all-namespaces-557"},{"section":"watch-list-556"},{"section":"watch-555"},{"section":"list-all-namespaces-554"},{"section":"list-553"},{"section":"read-552"}]},{"section":"-strong-write-operations-strong--545","subsections":[{"section":"delete-collection-550"},{"section":"delete-549"},{"section":"replace-548"},{"section":"patch-547"},{"section":"create-546"}]}]},{"section":"role-v1-rbac","subsections":[{"section":"-strong-read-operations-strong--538","subsections":[{"section":"watch-list-all-namespaces-544"},{"section":"watch-list-543"},{"section":"watch-542"},{"section":"list-all-namespaces-541"},{"section":"list-540"},{"section":"read-539"}]},{"section":"-strong-write-operations-strong--532","subsections":[{"section":"delete-collection-537"},{"section":"delete-536"},{"section":"replace-535"},{"section":"patch-534"},{"section":"create-533"}]}]},{"section":"resourcequota-v1-core","subsections":[{"section":"-strong-status-operations-strong--528","subsections":[{"section":"replace-status-531"},{"section":"read-status-530"},{"section":"patch-status-529"}]},{"section":"-strong-read-operations-strong--521","subsections":[{"section":"watch-list-all-namespaces-527"},{"section":"watch-list-526"},{"section":"watch-525"},{"section":"list-all-namespaces-524"},{"section":"list-523"},{"section":"read-522"}]},{"section":"-strong-write-operations-strong--515","subsections":[{"section":"delete-collection-520"},{"section":"delete-519"},{"section":"replace-518"},{"section":"patch-517"},{"section":"create-516"}]}]},{"section":"persistentvolume-v1-core","subsections":[{"section":"-strong-status-operations-strong--511","subsections":[{"section":"replace-status-514"},{"section":"read-status-513"},{"section":"patch-status-512"}]},{"section":"-strong-read-operations-strong--506","subsections":[{"section":"watch-list-510"},{"section":"watch-509"},{"section":"list-508"},{"section":"read-507"}]},{"section":"-strong-write-operations-strong--500","subsections":[{"section":"delete-collection-505"},{"section":"delete-504"},{"section":"replace-503"},{"section":"patch-502"},{"section":"create-501"}]}]},{"section":"node-v1-core","subsections":[{"section":"-strong-proxy-operations-strong--481","subsections":[{"section":"replace-proxy-path-499"},{"section":"replace-proxy-498"},{"section":"replace-connect-proxy-path-497"},{"section":"replace-connect-proxy-496"},{"section":"head-connect-proxy-path-495"},{"section":"head-connect-proxy-494"},{"section":"get-proxy-path-493"},{"section":"get-proxy-492"},{"section":"get-connect-proxy-path-491"},{"section":"get-connect-proxy-490"},{"section":"delete-proxy-path-489"},{"section":"delete-proxy-488"},{"section":"delete-connect-proxy-path-487"},{"section":"delete-connect-proxy-486"},{"section":"create-proxy-path-485"},{"section":"create-proxy-484"},{"section":"create-connect-proxy-path-483"},{"section":"create-connect-proxy-482"}]},{"section":"-strong-status-operations-strong--477","subsections":[{"section":"replace-status-480"},{"section":"read-status-479"},{"section":"patch-status-478"}]},{"section":"-strong-read-operations-strong--472","subsections":[{"section":"watch-list-476"},{"section":"watch-475"},{"section":"list-474"},{"section":"read-473"}]},{"section":"-strong-write-operations-strong--466","subsections":[{"section":"delete-collection-471"},{"section":"delete-470"},{"section":"replace-469"},{"section":"patch-468"},{"section":"create-467"}]}]},{"section":"namespace-v1-core","subsections":[{"section":"-strong-status-operations-strong--462","subsections":[{"section":"replace-status-465"},{"section":"read-status-464"},{"section":"patch-status-463"}]},{"section":"-strong-read-operations-strong--457","subsections":[{"section":"watch-list-461"},{"section":"watch-460"},{"section":"list-459"},{"section":"read-458"}]},{"section":"-strong-write-operations-strong--452","subsections":[{"section":"delete-456"},{"section":"replace-455"},{"section":"patch-454"},{"section":"create-453"}]}]},{"section":"localsubjectaccessreview-v1-authorization","subsections":[{"section":"-strong-write-operations-strong--450","subsections":[{"section":"create-451"}]}]},{"section":"componentstatus-v1-core","subsections":[{"section":"-strong-read-operations-strong--447","subsections":[{"section":"list-449"},{"section":"read-448"}]}]},{"section":"clusterrolebinding-v1-rbac","subsections":[{"section":"-strong-read-operations-strong--442","subsections":[{"section":"watch-list-446"},{"section":"watch-445"},{"section":"list-444"},{"section":"read-443"}]},{"section":"-strong-write-operations-strong--436","subsections":[{"section":"delete-collection-441"},{"section":"delete-440"},{"section":"replace-439"},{"section":"patch-438"},{"section":"create-437"}]}]},{"section":"clusterrole-v1-rbac","subsections":[{"section":"-strong-read-operations-strong--431","subsections":[{"section":"watch-list-435"},{"section":"watch-434"},{"section":"list-433"},{"section":"read-432"}]},{"section":"-strong-write-operations-strong--425","subsections":[{"section":"delete-collection-430"},{"section":"delete-429"},{"section":"replace-428"},{"section":"patch-427"},{"section":"create-426"}]}]},{"section":"certificatesigningrequest-v1beta1-certificates","subsections":[{"section":"-strong-status-operations-strong--423","subsections":[{"section":"replace-status-424"}]},{"section":"-strong-read-operations-strong--418","subsections":[{"section":"watch-list-422"},{"section":"watch-421"},{"section":"list-420"},{"section":"read-419"}]},{"section":"-strong-write-operations-strong--412","subsections":[{"section":"delete-collection-417"},{"section":"delete-416"},{"section":"replace-415"},{"section":"patch-414"},{"section":"create-413"}]}]},{"section":"binding-v1-core","subsections":[{"section":"-strong-write-operations-strong--410","subsections":[{"section":"create-411"}]}]},{"section":"apiservice-v1beta1-apiregistration","subsections":[{"section":"-strong-status-operations-strong--408","subsections":[{"section":"replace-status-409"}]},{"section":"-strong-read-operations-strong--403","subsections":[{"section":"watch-list-407"},{"section":"watch-406"},{"section":"list-405"},{"section":"read-404"}]},{"section":"-strong-write-operations-strong--397","subsections":[{"section":"delete-collection-402"},{"section":"delete-401"},{"section":"replace-400"},{"section":"patch-399"},{"section":"create-398"}]}]},{"section":"-strong-cluster-strong-","subsections":[]},{"section":"podsecuritypolicy-v1beta1-extensions","subsections":[{"section":"-strong-read-operations-strong--392","subsections":[{"section":"watch-list-396"},{"section":"watch-395"},{"section":"list-394"},{"section":"read-393"}]},{"section":"-strong-write-operations-strong--386","subsections":[{"section":"delete-collection-391"},{"section":"delete-390"},{"section":"replace-389"},{"section":"patch-388"},{"section":"create-387"}]}]},{"section":"podpreset-v1alpha1-settings","subsections":[{"section":"-strong-read-operations-strong--379","subsections":[{"section":"watch-list-all-namespaces-385"},{"section":"watch-list-384"},{"section":"watch-383"},{"section":"list-all-namespaces-382"},{"section":"list-381"},{"section":"read-380"}]},{"section":"-strong-write-operations-strong--373","subsections":[{"section":"delete-collection-378"},{"section":"delete-377"},{"section":"replace-376"},{"section":"patch-375"},{"section":"create-374"}]}]},{"section":"priorityclass-v1alpha1-scheduling","subsections":[{"section":"-strong-read-operations-strong--368","subsections":[{"section":"watch-list-372"},{"section":"watch-371"},{"section":"list-370"},{"section":"read-369"}]},{"section":"-strong-write-operations-strong--362","subsections":[{"section":"delete-collection-367"},{"section":"delete-366"},{"section":"replace-365"},{"section":"patch-364"},{"section":"create-363"}]}]},{"section":"poddisruptionbudget-v1beta1-policy","subsections":[{"section":"-strong-status-operations-strong--358","subsections":[{"section":"replace-status-361"},{"section":"read-status-360"},{"section":"patch-status-359"}]},{"section":"-strong-read-operations-strong--351","subsections":[{"section":"watch-list-all-namespaces-357"},{"section":"watch-list-356"},{"section":"watch-355"},{"section":"list-all-namespaces-354"},{"section":"list-353"},{"section":"read-352"}]},{"section":"-strong-write-operations-strong--345","subsections":[{"section":"delete-collection-350"},{"section":"delete-349"},{"section":"replace-348"},{"section":"patch-347"},{"section":"create-346"}]}]},{"section":"podtemplate-v1-core","subsections":[{"section":"-strong-read-operations-strong--338","subsections":[{"section":"watch-list-all-namespaces-344"},{"section":"watch-list-343"},{"section":"watch-342"},{"section":"list-all-namespaces-341"},{"section":"list-340"},{"section":"read-339"}]},{"section":"-strong-write-operations-strong--332","subsections":[{"section":"delete-collection-337"},{"section":"delete-336"},{"section":"replace-335"},{"section":"patch-334"},{"section":"create-333"}]}]},{"section":"initializerconfiguration-v1alpha1-admissionregistration","subsections":[{"section":"-strong-read-operations-strong--327","subsections":[{"section":"watch-list-331"},{"section":"watch-330"},{"section":"list-329"},{"section":"read-328"}]},{"section":"-strong-write-operations-strong--321","subsections":[{"section":"delete-collection-326"},{"section":"delete-325"},{"section":"replace-324"},{"section":"patch-323"},{"section":"create-322"}]}]},{"section":"horizontalpodautoscaler-v1-autoscaling","subsections":[{"section":"-strong-status-operations-strong--317","subsections":[{"section":"replace-status-320"},{"section":"read-status-319"},{"section":"patch-status-318"}]},{"section":"-strong-read-operations-strong--310","subsections":[{"section":"watch-list-all-namespaces-316"},{"section":"watch-list-315"},{"section":"watch-314"},{"section":"list-all-namespaces-313"},{"section":"list-312"},{"section":"read-311"}]},{"section":"-strong-write-operations-strong--304","subsections":[{"section":"delete-collection-309"},{"section":"delete-308"},{"section":"replace-307"},{"section":"patch-306"},{"section":"create-305"}]}]},{"section":"externaladmissionhookconfiguration-v1alpha1-admissionregistration","subsections":[{"section":"-strong-read-operations-strong--299","subsections":[{"section":"watch-list-303"},{"section":"watch-302"},{"section":"list-301"},{"section":"read-300"}]},{"section":"-strong-write-operations-strong--293","subsections":[{"section":"delete-collection-298"},{"section":"delete-297"},{"section":"replace-296"},{"section":"patch-295"},{"section":"create-294"}]}]},{"section":"limitrange-v1-core","subsections":[{"section":"-strong-read-operations-strong--286","subsections":[{"section":"watch-list-all-namespaces-292"},{"section":"watch-list-291"},{"section":"watch-290"},{"section":"list-all-namespaces-289"},{"section":"list-288"},{"section":"read-287"}]},{"section":"-strong-write-operations-strong--280","subsections":[{"section":"delete-collection-285"},{"section":"delete-284"},{"section":"replace-283"},{"section":"patch-282"},{"section":"create-281"}]}]},{"section":"event-v1-core","subsections":[{"section":"-strong-read-operations-strong--273","subsections":[{"section":"watch-list-all-namespaces-279"},{"section":"watch-list-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":"replace-270"},{"section":"patch-269"},{"section":"create-268"}]}]},{"section":"customresourcedefinition-v1beta1-apiextensions","subsections":[{"section":"-strong-status-operations-strong--265","subsections":[{"section":"replace-status-266"}]},{"section":"-strong-read-operations-strong--260","subsections":[{"section":"watch-list-264"},{"section":"watch-263"},{"section":"list-262"},{"section":"read-261"}]},{"section":"-strong-write-operations-strong--254","subsections":[{"section":"delete-collection-259"},{"section":"delete-258"},{"section":"replace-257"},{"section":"patch-256"},{"section":"create-255"}]}]},{"section":"controllerrevision-v1beta1-apps","subsections":[{"section":"-strong-read-operations-strong--247","subsections":[{"section":"watch-list-all-namespaces-253"},{"section":"watch-list-252"},{"section":"watch-251"},{"section":"list-all-namespaces-250"},{"section":"list-249"},{"section":"read-248"}]},{"section":"-strong-write-operations-strong--241","subsections":[{"section":"delete-collection-246"},{"section":"delete-245"},{"section":"replace-244"},{"section":"patch-243"},{"section":"create-242"}]}]},{"section":"-strong-metadata-strong-","subsections":[]},{"section":"volume-v1-core","subsections":[]},{"section":"storageclass-v1-storage","subsections":[{"section":"-strong-read-operations-strong--236","subsections":[{"section":"watch-list-240"},{"section":"watch-239"},{"section":"list-238"},{"section":"read-237"}]},{"section":"-strong-write-operations-strong--230","subsections":[{"section":"delete-collection-235"},{"section":"delete-234"},{"section":"replace-233"},{"section":"patch-232"},{"section":"create-231"}]}]},{"section":"persistentvolumeclaim-v1-core","subsections":[{"section":"-strong-status-operations-strong--226","subsections":[{"section":"replace-status-229"},{"section":"read-status-228"},{"section":"patch-status-227"}]},{"section":"-strong-read-operations-strong--219","subsections":[{"section":"watch-list-all-namespaces-225"},{"section":"watch-list-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":"replace-216"},{"section":"patch-215"},{"section":"create-214"}]}]},{"section":"secret-v1-core","subsections":[{"section":"-strong-read-operations-strong--206","subsections":[{"section":"watch-list-all-namespaces-212"},{"section":"watch-list-211"},{"section":"watch-210"},{"section":"list-all-namespaces-209"},{"section":"list-208"},{"section":"read-207"}]},{"section":"-strong-write-operations-strong--200","subsections":[{"section":"delete-collection-205"},{"section":"delete-204"},{"section":"replace-203"},{"section":"patch-202"},{"section":"create-201"}]}]},{"section":"configmap-v1-core","subsections":[{"section":"-strong-read-operations-strong--193","subsections":[{"section":"watch-list-all-namespaces-199"},{"section":"watch-list-198"},{"section":"watch-197"},{"section":"list-all-namespaces-196"},{"section":"list-195"},{"section":"read-194"}]},{"section":"-strong-write-operations-strong--187","subsections":[{"section":"delete-collection-192"},{"section":"delete-191"},{"section":"replace-190"},{"section":"patch-189"},{"section":"create-188"}]}]},{"section":"-strong-config-storage-strong-","subsections":[]},{"section":"service-v1-core","subsections":[{"section":"-strong-proxy-operations-strong--168","subsections":[{"section":"replace-proxy-path-186"},{"section":"replace-proxy-185"},{"section":"replace-connect-proxy-path-184"},{"section":"replace-connect-proxy-183"},{"section":"head-connect-proxy-path-182"},{"section":"head-connect-proxy-181"},{"section":"get-proxy-path-180"},{"section":"get-proxy-179"},{"section":"get-connect-proxy-path-178"},{"section":"get-connect-proxy-177"},{"section":"delete-proxy-path-176"},{"section":"delete-proxy-175"},{"section":"delete-connect-proxy-path-174"},{"section":"delete-connect-proxy-173"},{"section":"create-proxy-path-172"},{"section":"create-proxy-171"},{"section":"create-connect-proxy-path-170"},{"section":"create-connect-proxy-169"}]},{"section":"-strong-status-operations-strong--164","subsections":[{"section":"replace-status-167"},{"section":"read-status-166"},{"section":"patch-status-165"}]},{"section":"-strong-read-operations-strong--157","subsections":[{"section":"watch-list-all-namespaces-163"},{"section":"watch-list-162"},{"section":"watch-161"},{"section":"list-all-namespaces-160"},{"section":"list-159"},{"section":"read-158"}]},{"section":"-strong-write-operations-strong--152","subsections":[{"section":"delete-156"},{"section":"replace-155"},{"section":"patch-154"},{"section":"create-153"}]}]},{"section":"ingress-v1beta1-extensions","subsections":[{"section":"-strong-status-operations-strong--148","subsections":[{"section":"replace-status-151"},{"section":"read-status-150"},{"section":"patch-status-149"}]},{"section":"-strong-read-operations-strong--141","subsections":[{"section":"watch-list-all-namespaces-147"},{"section":"watch-list-146"},{"section":"watch-145"},{"section":"list-all-namespaces-144"},{"section":"list-143"},{"section":"read-142"}]},{"section":"-strong-write-operations-strong--135","subsections":[{"section":"delete-collection-140"},{"section":"delete-139"},{"section":"replace-138"},{"section":"patch-137"},{"section":"create-136"}]}]},{"section":"endpoints-v1-core","subsections":[{"section":"-strong-read-operations-strong--128","subsections":[{"section":"watch-list-all-namespaces-134"},{"section":"watch-list-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":"replace-125"},{"section":"patch-124"},{"section":"create-123"}]}]},{"section":"-strong-discovery-load-balancing-strong-","subsections":[]},{"section":"statefulset-v1beta1-apps","subsections":[{"section":"-strong-status-operations-strong--118","subsections":[{"section":"replace-status-121"},{"section":"read-status-120"},{"section":"patch-status-119"}]},{"section":"-strong-read-operations-strong--111","subsections":[{"section":"watch-list-all-namespaces-117"},{"section":"watch-list-116"},{"section":"watch-115"},{"section":"list-all-namespaces-114"},{"section":"list-113"},{"section":"read-112"}]},{"section":"-strong-write-operations-strong--105","subsections":[{"section":"delete-collection-110"},{"section":"delete-109"},{"section":"replace-108"},{"section":"patch-107"},{"section":"create-106"}]}]},{"section":"replicationcontroller-v1-core","subsections":[{"section":"-strong-status-operations-strong--101","subsections":[{"section":"replace-status-104"},{"section":"read-status-103"},{"section":"patch-status-102"}]},{"section":"-strong-read-operations-strong--94","subsections":[{"section":"watch-list-all-namespaces-100"},{"section":"watch-list-99"},{"section":"watch-98"},{"section":"list-all-namespaces-97"},{"section":"list-96"},{"section":"read-95"}]},{"section":"-strong-write-operations-strong--88","subsections":[{"section":"delete-collection-93"},{"section":"delete-92"},{"section":"replace-91"},{"section":"patch-90"},{"section":"create-89"}]}]},{"section":"replicaset-v1beta2-apps","subsections":[{"section":"-strong-status-operations-strong--84","subsections":[{"section":"replace-status-87"},{"section":"read-status-86"},{"section":"patch-status-85"}]},{"section":"-strong-read-operations-strong--77","subsections":[{"section":"watch-list-all-namespaces-83"},{"section":"watch-list-82"},{"section":"watch-81"},{"section":"list-all-namespaces-80"},{"section":"list-79"},{"section":"read-78"}]},{"section":"-strong-write-operations-strong--71","subsections":[{"section":"delete-collection-76"},{"section":"delete-75"},{"section":"replace-74"},{"section":"patch-73"},{"section":"create-72"}]}]},{"section":"pod-v1-core","subsections":[{"section":"-strong-misc-operations-strong-","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-status-operations-strong--67","subsections":[{"section":"replace-status-70"},{"section":"read-status-69"},{"section":"patch-status-68"}]},{"section":"-strong-read-operations-strong--60","subsections":[{"section":"watch-list-all-namespaces-66"},{"section":"watch-list-65"},{"section":"watch-64"},{"section":"list-all-namespaces-63"},{"section":"list-62"},{"section":"read-61"}]},{"section":"-strong-write-operations-strong--54","subsections":[{"section":"delete-collection-59"},{"section":"delete-58"},{"section":"replace-57"},{"section":"patch-56"},{"section":"create-55"}]}]},{"section":"job-v1-batch","subsections":[{"section":"-strong-status-operations-strong--50","subsections":[{"section":"replace-status-53"},{"section":"read-status-52"},{"section":"patch-status-51"}]},{"section":"-strong-read-operations-strong--43","subsections":[{"section":"watch-list-all-namespaces-49"},{"section":"watch-list-48"},{"section":"watch-47"},{"section":"list-all-namespaces-46"},{"section":"list-45"},{"section":"read-44"}]},{"section":"-strong-write-operations-strong--37","subsections":[{"section":"delete-collection-42"},{"section":"delete-41"},{"section":"replace-40"},{"section":"patch-39"},{"section":"create-38"}]}]},{"section":"deployment-v1beta2-apps","subsections":[{"section":"-strong-status-operations-strong--33","subsections":[{"section":"replace-status-36"},{"section":"read-status-35"},{"section":"patch-status-34"}]},{"section":"-strong-read-operations-strong--26","subsections":[{"section":"watch-list-all-namespaces-32"},{"section":"watch-list-31"},{"section":"watch-30"},{"section":"list-all-namespaces-29"},{"section":"list-28"},{"section":"read-27"}]},{"section":"-strong-write-operations-strong--20","subsections":[{"section":"delete-collection-25"},{"section":"delete-24"},{"section":"replace-23"},{"section":"patch-22"},{"section":"create-21"}]}]},{"section":"daemonset-v1beta2-apps","subsections":[{"section":"-strong-status-operations-strong--16","subsections":[{"section":"replace-status-19"},{"section":"read-status-18"},{"section":"patch-status-17"}]},{"section":"-strong-read-operations-strong--9","subsections":[{"section":"watch-list-all-namespaces-15"},{"section":"watch-list-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":"replace-6"},{"section":"patch-5"},{"section":"create-4"}]}]},{"section":"cronjob-v1beta1-batch","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":"replace"},{"section":"patch"},{"section":"create"}]}]},{"section":"container-v1-core","subsections":[]},{"section":"-strong-workloads-strong-","subsections":[]},{"section":"-strong-api-overview-strong-","subsections":[{"section":"resource-operations"},{"section":"resource-objects"},{"section":"resource-categories"}]}],"flatToc":["userinfo-v1beta1-authentication","create-853","-strong-write-operations-strong--852","tokenreview-v1beta1-authentication","subjectrulesreviewstatus-v1beta1-authorization","create-851","-strong-write-operations-strong--850","subjectaccessreview-v1beta1-authorization","subject-v1alpha1-rbac","subject-v1beta1-rbac","watch-list-849","watch-848","list-847","read-846","-strong-read-operations-strong--845","delete-collection-844","delete-843","replace-842","patch-841","create-840","-strong-write-operations-strong--839","storageclass-v1beta1-storage","statefulsetupdatestrategy-v1beta2-apps","replace-status-838","read-status-837","patch-status-836","-strong-status-operations-strong--835","watch-list-all-namespaces-834","watch-list-833","watch-832","list-all-namespaces-831","list-830","read-829","-strong-read-operations-strong--828","delete-collection-827","delete-826","replace-825","patch-824","create-823","-strong-write-operations-strong--822","statefulset-v1beta2-apps","servicereference-v1alpha1-admissionregistration","create-821","-strong-write-operations-strong--820","selfsubjectrulesreview-v1beta1-authorization","create-819","-strong-write-operations-strong--818","selfsubjectaccessreview-v1beta1-authorization","scale-v1beta2-apps","scale-v1beta1-extensions","scale-v1beta1-apps","rollingupdatestatefulsetstrategy-v1beta2-apps","rollbackconfig-v1beta1-extensions","roleref-v1alpha1-rbac","roleref-v1beta1-rbac","watch-list-all-namespaces-817","watch-list-816","watch-815","list-all-namespaces-814","list-813","read-812","-strong-read-operations-strong--811","delete-collection-810","delete-809","replace-808","patch-807","create-806","-strong-write-operations-strong--805","rolebinding-v1alpha1-rbac","watch-list-all-namespaces-804","watch-list-803","watch-802","list-all-namespaces-801","list-800","read-799","-strong-read-operations-strong--798","delete-collection-797","delete-796","replace-795","patch-794","create-793","-strong-write-operations-strong--792","rolebinding-v1beta1-rbac","watch-list-all-namespaces-791","watch-list-790","watch-789","list-all-namespaces-788","list-787","read-786","-strong-read-operations-strong--785","delete-collection-784","delete-783","replace-782","patch-781","create-780","-strong-write-operations-strong--779","role-v1alpha1-rbac","watch-list-all-namespaces-778","watch-list-777","watch-776","list-all-namespaces-775","list-774","read-773","-strong-read-operations-strong--772","delete-collection-771","delete-770","replace-769","patch-768","create-767","-strong-write-operations-strong--766","role-v1beta1-rbac","resourcerule-v1beta1-authorization","resourceattributes-v1beta1-authorization","replicasetcondition-v1beta2-apps","replace-status-765","read-status-764","patch-status-763","-strong-status-operations-strong--762","watch-list-all-namespaces-761","watch-list-760","watch-759","list-all-namespaces-758","list-757","read-756","-strong-read-operations-strong--755","delete-collection-754","delete-753","replace-752","patch-751","create-750","-strong-write-operations-strong--749","replicaset-v1beta2-apps","policyrule-v1alpha1-rbac","policyrule-v1beta1-rbac","nonresourcerule-v1beta1-authorization","nonresourceattributes-v1beta1-authorization","networkpolicyport-v1beta1-extensions","networkpolicypeer-v1beta1-extensions","networkpolicyingressrule-v1beta1-extensions","networkpolicyegressrule-v1beta1-extensions","watch-list-all-namespaces-748","watch-list-747","watch-746","list-all-namespaces-745","list-744","read-743","-strong-read-operations-strong--742","delete-collection-741","delete-740","replace-739","patch-738","create-737","-strong-write-operations-strong--736","networkpolicy-v1beta1-extensions","create-735","-strong-write-operations-strong--734","localsubjectaccessreview-v1beta1-authorization","jobtemplatespec-v2alpha1-batch","initializer-v1alpha1-admissionregistration","ipblock-v1beta1-extensions","replace-status-733","read-status-732","patch-status-731","-strong-status-operations-strong--730","watch-list-all-namespaces-729","watch-list-728","watch-727","list-all-namespaces-726","list-725","read-724","-strong-read-operations-strong--723","delete-collection-722","delete-721","replace-720","patch-719","create-718","-strong-write-operations-strong--717","horizontalpodautoscaler-v2beta1-autoscaling","deploymentcondition-v1beta2-apps","deploymentcondition-v1beta1-extensions","replace-status-716","read-status-715","patch-status-714","-strong-status-operations-strong--713","watch-list-all-namespaces-712","watch-list-711","watch-710","list-all-namespaces-709","list-708","read-707","-strong-read-operations-strong--706","delete-collection-705","delete-704","replace-703","patch-702","create-701","-strong-write-operations-strong--700","deployment-v1beta2-apps","replace-status-699","read-status-698","patch-status-697","-strong-status-operations-strong--696","watch-list-all-namespaces-695","watch-list-694","watch-693","list-all-namespaces-692","list-691","read-690","-strong-read-operations-strong--689","delete-collection-688","delete-687","replace-686","patch-685","create-684","-strong-write-operations-strong--683","deployment-v1beta1-extensions","daemonsetupdatestrategy-v1beta2-apps","replace-status-682","read-status-681","patch-status-680","-strong-status-operations-strong--679","watch-list-all-namespaces-678","watch-list-677","watch-676","list-all-namespaces-675","list-674","read-673","-strong-read-operations-strong--672","delete-collection-671","delete-670","replace-669","patch-668","create-667","-strong-write-operations-strong--666","daemonset-v1beta2-apps","crossversionobjectreference-v2beta1-autoscaling","replace-status-665","read-status-664","patch-status-663","-strong-status-operations-strong--662","watch-list-all-namespaces-661","watch-list-660","watch-659","list-all-namespaces-658","list-657","read-656","-strong-read-operations-strong--655","delete-collection-654","delete-653","replace-652","patch-651","create-650","-strong-write-operations-strong--649","cronjob-v2alpha1-batch","watch-list-all-namespaces-648","watch-list-647","watch-646","list-all-namespaces-645","list-644","read-643","-strong-read-operations-strong--642","delete-collection-641","delete-640","replace-639","patch-638","create-637","-strong-write-operations-strong--636","controllerrevision-v1beta2-apps","watch-list-635","watch-634","list-633","read-632","-strong-read-operations-strong--631","delete-collection-630","delete-629","replace-628","patch-627","create-626","-strong-write-operations-strong--625","clusterrolebinding-v1alpha1-rbac","watch-list-624","watch-623","list-622","read-621","-strong-read-operations-strong--620","delete-collection-619","delete-618","replace-617","patch-616","create-615","-strong-write-operations-strong--614","clusterrolebinding-v1beta1-rbac","watch-list-613","watch-612","list-611","read-610","-strong-read-operations-strong--609","delete-collection-608","delete-607","replace-606","patch-605","create-604","-strong-write-operations-strong--603","clusterrole-v1alpha1-rbac","watch-list-602","watch-601","list-600","read-599","-strong-read-operations-strong--598","delete-collection-597","delete-596","replace-595","patch-594","create-593","-strong-write-operations-strong--592","clusterrole-v1beta1-rbac","-strong-old-api-versions-strong-","weightedpodaffinityterm-v1-core","watchevent-v1-meta","vspherevirtualdiskvolumesource-v1-core","volumeprojection-v1-core","volumemount-v1-core","userinfo-v1-authentication","toleration-v1-core","time-v1-meta","taint-v1-core","tcpsocketaction-v1-core","supplementalgroupsstrategyoptions-v1beta1-extensions","subjectrulesreviewstatus-v1-authorization","subject-v1-rbac","storageosvolumesource-v1-core","storageospersistentvolumesource-v1-core","statusdetails-v1-meta","statuscause-v1-meta","status-v1-meta","statefulsetupdatestrategy-v1beta1-apps","sessionaffinityconfig-v1-core","servicereference-v1beta1-apiregistration","serviceport-v1-core","serveraddressbyclientcidr-v1-meta","securitycontext-v1-core","secretvolumesource-v1-core","secretreference-v1-core","secretprojection-v1-core","secretkeyselector-v1-core","secretenvsource-v1-core","scaleiovolumesource-v1-core","scale-v1-autoscaling","selinuxstrategyoptions-v1beta1-extensions","selinuxoptions-v1-core","runasuserstrategyoptions-v1beta1-extensions","rulewithoperations-v1alpha1-admissionregistration","rule-v1alpha1-admissionregistration","rollingupdatestatefulsetstrategy-v1beta1-apps","rollbackconfig-v1beta1-apps","roleref-v1-rbac","resourcerule-v1-authorization","resourcerequirements-v1-core","resourcemetricstatus-v2beta1-autoscaling","resourcemetricsource-v2beta1-autoscaling","resourcefieldselector-v1-core","resourceattributes-v1-authorization","replicationcontrollercondition-v1-core","replicasetcondition-v1beta1-extensions","replicaset-v1beta1-extensions","rbdvolumesource-v1-core","quobytevolumesource-v1-core","quantity-resource-core","projectedvolumesource-v1-core","probe-v1-core","preferredschedulingterm-v1-core","preconditions-v1-meta","portworxvolumesource-v1-core","policyrule-v1-rbac","podsmetricstatus-v2beta1-autoscaling","podsmetricsource-v2beta1-autoscaling","podsecuritycontext-v1-core","podcondition-v1-core","podantiaffinity-v1-core","podaffinityterm-v1-core","podaffinity-v1-core","photonpersistentdiskvolumesource-v1-core","persistentvolumeclaimvolumesource-v1-core","persistentvolumeclaimcondition-v1-core","patch-v1-meta","ownerreference-v1-meta","objectreference-v1-core","objectmetricstatus-v2beta1-autoscaling","objectmetricsource-v2beta1-autoscaling","objectmeta-v1-meta","objectfieldselector-v1-core","nonresourcerule-v1-authorization","nonresourceattributes-v1-authorization","nodesysteminfo-v1-core","nodeselectorterm-v1-core","nodeselectorrequirement-v1-core","nodeselector-v1-core","nodedaemonendpoints-v1-core","nodeconfigsource-v1-core","nodecondition-v1-core","nodeaffinity-v1-core","nodeaddress-v1-core","networkpolicyport-v1-networking","networkpolicypeer-v1-networking","networkpolicyingressrule-v1-networking","networkpolicyegressrule-v1-networking","nfsvolumesource-v1-core","metricstatus-v2beta1-autoscaling","metricspec-v2beta1-autoscaling","localvolumesource-v1-core","localobjectreference-v1-core","loadbalancerstatus-v1-core","loadbalanceringress-v1-core","listmeta-v1-meta","limitrangeitem-v1-core","lifecycle-v1-core","labelselectorrequirement-v1-meta","labelselector-v1-meta","keytopath-v1-core","jobtemplatespec-v1beta1-batch","jobcondition-v1-batch","jsonschemapropsorbool-v1beta1-apiextensions","jsonschemapropsorarray-v1beta1-apiextensions","jsonschemaprops-v1beta1-apiextensions","json-v1beta1-apiextensions","initializers-v1-meta","initializer-v1-meta","ingresstls-v1beta1-extensions","ingressrule-v1beta1-extensions","ingressbackend-v1beta1-extensions","iscsivolumesource-v1-core","ipblock-v1-networking","idrange-v1beta1-extensions","hostportrange-v1beta1-extensions","hostpathvolumesource-v1-core","hostalias-v1-core","horizontalpodautoscalercondition-v2beta1-autoscaling","handler-v1-core","httpingressrulevalue-v1beta1-extensions","httpingresspath-v1beta1-extensions","httpheader-v1-core","httpgetaction-v1-core","groupversionfordiscovery-v1-meta","glusterfsvolumesource-v1-core","gitrepovolumesource-v1-core","gcepersistentdiskvolumesource-v1-core","flockervolumesource-v1-core","flexvolumesource-v1-core","fsgroupstrategyoptions-v1beta1-extensions","fcvolumesource-v1-core","externaldocumentation-v1beta1-apiextensions","externaladmissionhook-v1alpha1-admissionregistration","execaction-v1-core","eviction-v1beta1-policy","eventsource-v1-core","envvarsource-v1-core","envvar-v1-core","envfromsource-v1-core","endpointsubset-v1-core","endpointport-v1-core","endpointaddress-v1-core","emptydirvolumesource-v1-core","downwardapivolumesource-v1-core","downwardapivolumefile-v1-core","downwardapiprojection-v1-core","deploymentcondition-v1beta1-apps","deployment-v1beta1-apps","deleteoptions-v1-meta","daemonsetupdatestrategy-v1beta1-extensions","daemonset-v1beta1-extensions","daemonendpoint-v1-core","customresourcevalidation-v1beta1-apiextensions","customresourcedefinitionnames-v1beta1-apiextensions","customresourcedefinitioncondition-v1beta1-apiextensions","crossversionobjectreference-v1-autoscaling","containerstatewaiting-v1-core","containerstateterminated-v1-core","containerstaterunning-v1-core","containerstate-v1-core","containerport-v1-core","containerimage-v1-core","configmapvolumesource-v1-core","configmapprojection-v1-core","configmapkeyselector-v1-core","configmapenvsource-v1-core","componentcondition-v1-core","clientipconfig-v1-core","cindervolumesource-v1-core","certificatesigningrequestcondition-v1beta1-certificates","cephfsvolumesource-v1-core","cephfspersistentvolumesource-v1-core","capabilities-v1-core","azurefilevolumesource-v1-core","azurefilepersistentvolumesource-v1-core","azurediskvolumesource-v1-core","attachedvolume-v1-core","allowedhostpath-v1beta1-extensions","affinity-v1-core","admissionhookclientconfig-v1alpha1-admissionregistration","awselasticblockstorevolumesource-v1-core","apiversions-v1-meta","apiservicecondition-v1beta1-apiregistration","apiresource-v1-meta","apigroup-v1-meta","-strong-definitions-strong-","watch-list-all-namespaces-591","watch-list-590","watch-589","list-all-namespaces-588","list-587","read-586","-strong-read-operations-strong--585","delete-collection-584","delete-583","replace-582","patch-581","create-580","-strong-write-operations-strong--579","networkpolicy-v1-networking","create-578","-strong-write-operations-strong--577","tokenreview-v1-authentication","create-576","-strong-write-operations-strong--575","subjectaccessreview-v1-authorization","watch-list-all-namespaces-574","watch-list-573","watch-572","list-all-namespaces-571","list-570","read-569","-strong-read-operations-strong--568","delete-collection-567","delete-566","replace-565","patch-564","create-563","-strong-write-operations-strong--562","serviceaccount-v1-core","create-561","-strong-write-operations-strong--560","selfsubjectrulesreview-v1-authorization","create-559","-strong-write-operations-strong--558","selfsubjectaccessreview-v1-authorization","watch-list-all-namespaces-557","watch-list-556","watch-555","list-all-namespaces-554","list-553","read-552","-strong-read-operations-strong--551","delete-collection-550","delete-549","replace-548","patch-547","create-546","-strong-write-operations-strong--545","rolebinding-v1-rbac","watch-list-all-namespaces-544","watch-list-543","watch-542","list-all-namespaces-541","list-540","read-539","-strong-read-operations-strong--538","delete-collection-537","delete-536","replace-535","patch-534","create-533","-strong-write-operations-strong--532","role-v1-rbac","replace-status-531","read-status-530","patch-status-529","-strong-status-operations-strong--528","watch-list-all-namespaces-527","watch-list-526","watch-525","list-all-namespaces-524","list-523","read-522","-strong-read-operations-strong--521","delete-collection-520","delete-519","replace-518","patch-517","create-516","-strong-write-operations-strong--515","resourcequota-v1-core","replace-status-514","read-status-513","patch-status-512","-strong-status-operations-strong--511","watch-list-510","watch-509","list-508","read-507","-strong-read-operations-strong--506","delete-collection-505","delete-504","replace-503","patch-502","create-501","-strong-write-operations-strong--500","persistentvolume-v1-core","replace-proxy-path-499","replace-proxy-498","replace-connect-proxy-path-497","replace-connect-proxy-496","head-connect-proxy-path-495","head-connect-proxy-494","get-proxy-path-493","get-proxy-492","get-connect-proxy-path-491","get-connect-proxy-490","delete-proxy-path-489","delete-proxy-488","delete-connect-proxy-path-487","delete-connect-proxy-486","create-proxy-path-485","create-proxy-484","create-connect-proxy-path-483","create-connect-proxy-482","-strong-proxy-operations-strong--481","replace-status-480","read-status-479","patch-status-478","-strong-status-operations-strong--477","watch-list-476","watch-475","list-474","read-473","-strong-read-operations-strong--472","delete-collection-471","delete-470","replace-469","patch-468","create-467","-strong-write-operations-strong--466","node-v1-core","replace-status-465","read-status-464","patch-status-463","-strong-status-operations-strong--462","watch-list-461","watch-460","list-459","read-458","-strong-read-operations-strong--457","delete-456","replace-455","patch-454","create-453","-strong-write-operations-strong--452","namespace-v1-core","create-451","-strong-write-operations-strong--450","localsubjectaccessreview-v1-authorization","list-449","read-448","-strong-read-operations-strong--447","componentstatus-v1-core","watch-list-446","watch-445","list-444","read-443","-strong-read-operations-strong--442","delete-collection-441","delete-440","replace-439","patch-438","create-437","-strong-write-operations-strong--436","clusterrolebinding-v1-rbac","watch-list-435","watch-434","list-433","read-432","-strong-read-operations-strong--431","delete-collection-430","delete-429","replace-428","patch-427","create-426","-strong-write-operations-strong--425","clusterrole-v1-rbac","replace-status-424","-strong-status-operations-strong--423","watch-list-422","watch-421","list-420","read-419","-strong-read-operations-strong--418","delete-collection-417","delete-416","replace-415","patch-414","create-413","-strong-write-operations-strong--412","certificatesigningrequest-v1beta1-certificates","create-411","-strong-write-operations-strong--410","binding-v1-core","replace-status-409","-strong-status-operations-strong--408","watch-list-407","watch-406","list-405","read-404","-strong-read-operations-strong--403","delete-collection-402","delete-401","replace-400","patch-399","create-398","-strong-write-operations-strong--397","apiservice-v1beta1-apiregistration","-strong-cluster-strong-","watch-list-396","watch-395","list-394","read-393","-strong-read-operations-strong--392","delete-collection-391","delete-390","replace-389","patch-388","create-387","-strong-write-operations-strong--386","podsecuritypolicy-v1beta1-extensions","watch-list-all-namespaces-385","watch-list-384","watch-383","list-all-namespaces-382","list-381","read-380","-strong-read-operations-strong--379","delete-collection-378","delete-377","replace-376","patch-375","create-374","-strong-write-operations-strong--373","podpreset-v1alpha1-settings","watch-list-372","watch-371","list-370","read-369","-strong-read-operations-strong--368","delete-collection-367","delete-366","replace-365","patch-364","create-363","-strong-write-operations-strong--362","priorityclass-v1alpha1-scheduling","replace-status-361","read-status-360","patch-status-359","-strong-status-operations-strong--358","watch-list-all-namespaces-357","watch-list-356","watch-355","list-all-namespaces-354","list-353","read-352","-strong-read-operations-strong--351","delete-collection-350","delete-349","replace-348","patch-347","create-346","-strong-write-operations-strong--345","poddisruptionbudget-v1beta1-policy","watch-list-all-namespaces-344","watch-list-343","watch-342","list-all-namespaces-341","list-340","read-339","-strong-read-operations-strong--338","delete-collection-337","delete-336","replace-335","patch-334","create-333","-strong-write-operations-strong--332","podtemplate-v1-core","watch-list-331","watch-330","list-329","read-328","-strong-read-operations-strong--327","delete-collection-326","delete-325","replace-324","patch-323","create-322","-strong-write-operations-strong--321","initializerconfiguration-v1alpha1-admissionregistration","replace-status-320","read-status-319","patch-status-318","-strong-status-operations-strong--317","watch-list-all-namespaces-316","watch-list-315","watch-314","list-all-namespaces-313","list-312","read-311","-strong-read-operations-strong--310","delete-collection-309","delete-308","replace-307","patch-306","create-305","-strong-write-operations-strong--304","horizontalpodautoscaler-v1-autoscaling","watch-list-303","watch-302","list-301","read-300","-strong-read-operations-strong--299","delete-collection-298","delete-297","replace-296","patch-295","create-294","-strong-write-operations-strong--293","externaladmissionhookconfiguration-v1alpha1-admissionregistration","watch-list-all-namespaces-292","watch-list-291","watch-290","list-all-namespaces-289","list-288","read-287","-strong-read-operations-strong--286","delete-collection-285","delete-284","replace-283","patch-282","create-281","-strong-write-operations-strong--280","limitrange-v1-core","watch-list-all-namespaces-279","watch-list-278","watch-277","list-all-namespaces-276","list-275","read-274","-strong-read-operations-strong--273","delete-collection-272","delete-271","replace-270","patch-269","create-268","-strong-write-operations-strong--267","event-v1-core","replace-status-266","-strong-status-operations-strong--265","watch-list-264","watch-263","list-262","read-261","-strong-read-operations-strong--260","delete-collection-259","delete-258","replace-257","patch-256","create-255","-strong-write-operations-strong--254","customresourcedefinition-v1beta1-apiextensions","watch-list-all-namespaces-253","watch-list-252","watch-251","list-all-namespaces-250","list-249","read-248","-strong-read-operations-strong--247","delete-collection-246","delete-245","replace-244","patch-243","create-242","-strong-write-operations-strong--241","controllerrevision-v1beta1-apps","-strong-metadata-strong-","volume-v1-core","watch-list-240","watch-239","list-238","read-237","-strong-read-operations-strong--236","delete-collection-235","delete-234","replace-233","patch-232","create-231","-strong-write-operations-strong--230","storageclass-v1-storage","replace-status-229","read-status-228","patch-status-227","-strong-status-operations-strong--226","watch-list-all-namespaces-225","watch-list-224","watch-223","list-all-namespaces-222","list-221","read-220","-strong-read-operations-strong--219","delete-collection-218","delete-217","replace-216","patch-215","create-214","-strong-write-operations-strong--213","persistentvolumeclaim-v1-core","watch-list-all-namespaces-212","watch-list-211","watch-210","list-all-namespaces-209","list-208","read-207","-strong-read-operations-strong--206","delete-collection-205","delete-204","replace-203","patch-202","create-201","-strong-write-operations-strong--200","secret-v1-core","watch-list-all-namespaces-199","watch-list-198","watch-197","list-all-namespaces-196","list-195","read-194","-strong-read-operations-strong--193","delete-collection-192","delete-191","replace-190","patch-189","create-188","-strong-write-operations-strong--187","configmap-v1-core","-strong-config-storage-strong-","replace-proxy-path-186","replace-proxy-185","replace-connect-proxy-path-184","replace-connect-proxy-183","head-connect-proxy-path-182","head-connect-proxy-181","get-proxy-path-180","get-proxy-179","get-connect-proxy-path-178","get-connect-proxy-177","delete-proxy-path-176","delete-proxy-175","delete-connect-proxy-path-174","delete-connect-proxy-173","create-proxy-path-172","create-proxy-171","create-connect-proxy-path-170","create-connect-proxy-169","-strong-proxy-operations-strong--168","replace-status-167","read-status-166","patch-status-165","-strong-status-operations-strong--164","watch-list-all-namespaces-163","watch-list-162","watch-161","list-all-namespaces-160","list-159","read-158","-strong-read-operations-strong--157","delete-156","replace-155","patch-154","create-153","-strong-write-operations-strong--152","service-v1-core","replace-status-151","read-status-150","patch-status-149","-strong-status-operations-strong--148","watch-list-all-namespaces-147","watch-list-146","watch-145","list-all-namespaces-144","list-143","read-142","-strong-read-operations-strong--141","delete-collection-140","delete-139","replace-138","patch-137","create-136","-strong-write-operations-strong--135","ingress-v1beta1-extensions","watch-list-all-namespaces-134","watch-list-133","watch-132","list-all-namespaces-131","list-130","read-129","-strong-read-operations-strong--128","delete-collection-127","delete-126","replace-125","patch-124","create-123","-strong-write-operations-strong--122","endpoints-v1-core","-strong-discovery-load-balancing-strong-","replace-status-121","read-status-120","patch-status-119","-strong-status-operations-strong--118","watch-list-all-namespaces-117","watch-list-116","watch-115","list-all-namespaces-114","list-113","read-112","-strong-read-operations-strong--111","delete-collection-110","delete-109","replace-108","patch-107","create-106","-strong-write-operations-strong--105","statefulset-v1beta1-apps","replace-status-104","read-status-103","patch-status-102","-strong-status-operations-strong--101","watch-list-all-namespaces-100","watch-list-99","watch-98","list-all-namespaces-97","list-96","read-95","-strong-read-operations-strong--94","delete-collection-93","delete-92","replace-91","patch-90","create-89","-strong-write-operations-strong--88","replicationcontroller-v1-core","replace-status-87","read-status-86","patch-status-85","-strong-status-operations-strong--84","watch-list-all-namespaces-83","watch-list-82","watch-81","list-all-namespaces-80","list-79","read-78","-strong-read-operations-strong--77","delete-collection-76","delete-75","replace-74","patch-73","create-72","-strong-write-operations-strong--71","replicaset-v1beta2-apps","read-log","-strong-misc-operations-strong-","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-","replace-status-70","read-status-69","patch-status-68","-strong-status-operations-strong--67","watch-list-all-namespaces-66","watch-list-65","watch-64","list-all-namespaces-63","list-62","read-61","-strong-read-operations-strong--60","delete-collection-59","delete-58","replace-57","patch-56","create-55","-strong-write-operations-strong--54","pod-v1-core","replace-status-53","read-status-52","patch-status-51","-strong-status-operations-strong--50","watch-list-all-namespaces-49","watch-list-48","watch-47","list-all-namespaces-46","list-45","read-44","-strong-read-operations-strong--43","delete-collection-42","delete-41","replace-40","patch-39","create-38","-strong-write-operations-strong--37","job-v1-batch","replace-status-36","read-status-35","patch-status-34","-strong-status-operations-strong--33","watch-list-all-namespaces-32","watch-list-31","watch-30","list-all-namespaces-29","list-28","read-27","-strong-read-operations-strong--26","delete-collection-25","delete-24","replace-23","patch-22","create-21","-strong-write-operations-strong--20","deployment-v1beta2-apps","replace-status-19","read-status-18","patch-status-17","-strong-status-operations-strong--16","watch-list-all-namespaces-15","watch-list-14","watch-13","list-all-namespaces-12","list-11","read-10","-strong-read-operations-strong--9","delete-collection-8","delete-7","replace-6","patch-5","create-4","-strong-write-operations-strong--3","daemonset-v1beta2-apps","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","replace","patch","create","-strong-write-operations-strong-","cronjob-v1beta1-batch","container-v1-core","-strong-workloads-strong-","resource-operations","resource-objects","resource-categories","-strong-api-overview-strong-"]};})(); \ No newline at end of file +(function(){navData = {"toc":[{"section":"userinfo-v1beta1-authentication","subsections":[]},{"section":"tokenreview-v1beta1-authentication","subsections":[{"section":"-strong-write-operations-strong--852","subsections":[{"section":"create-853"}]}]},{"section":"subjectrulesreviewstatus-v1beta1-authorization","subsections":[]},{"section":"subjectaccessreview-v1beta1-authorization","subsections":[{"section":"-strong-write-operations-strong--850","subsections":[{"section":"create-851"}]}]},{"section":"subject-v1alpha1-rbac","subsections":[]},{"section":"subject-v1beta1-rbac","subsections":[]},{"section":"storageclass-v1beta1-storage","subsections":[{"section":"-strong-read-operations-strong--845","subsections":[{"section":"watch-list-849"},{"section":"watch-848"},{"section":"list-847"},{"section":"read-846"}]},{"section":"-strong-write-operations-strong--839","subsections":[{"section":"delete-collection-844"},{"section":"delete-843"},{"section":"replace-842"},{"section":"patch-841"},{"section":"create-840"}]}]},{"section":"statefulsetupdatestrategy-v1beta1-apps","subsections":[]},{"section":"statefulset-v1beta1-apps","subsections":[{"section":"-strong-status-operations-strong--835","subsections":[{"section":"replace-status-838"},{"section":"read-status-837"},{"section":"patch-status-836"}]},{"section":"-strong-read-operations-strong--828","subsections":[{"section":"watch-list-all-namespaces-834"},{"section":"watch-list-833"},{"section":"watch-832"},{"section":"list-all-namespaces-831"},{"section":"list-830"},{"section":"read-829"}]},{"section":"-strong-write-operations-strong--822","subsections":[{"section":"delete-collection-827"},{"section":"delete-826"},{"section":"replace-825"},{"section":"patch-824"},{"section":"create-823"}]}]},{"section":"servicereference-v1alpha1-admissionregistration","subsections":[]},{"section":"selfsubjectrulesreview-v1beta1-authorization","subsections":[{"section":"-strong-write-operations-strong--820","subsections":[{"section":"create-821"}]}]},{"section":"selfsubjectaccessreview-v1beta1-authorization","subsections":[{"section":"-strong-write-operations-strong--818","subsections":[{"section":"create-819"}]}]},{"section":"scale-v1beta1-extensions","subsections":[]},{"section":"scale-v1beta1-apps","subsections":[]},{"section":"scale-v1beta2-apps","subsections":[]},{"section":"rollingupdatestatefulsetstrategy-v1beta1-apps","subsections":[]},{"section":"rollbackconfig-v1beta1-extensions","subsections":[]},{"section":"roleref-v1alpha1-rbac","subsections":[]},{"section":"roleref-v1beta1-rbac","subsections":[]},{"section":"rolebinding-v1alpha1-rbac","subsections":[{"section":"-strong-read-operations-strong--811","subsections":[{"section":"watch-list-all-namespaces-817"},{"section":"watch-list-816"},{"section":"watch-815"},{"section":"list-all-namespaces-814"},{"section":"list-813"},{"section":"read-812"}]},{"section":"-strong-write-operations-strong--805","subsections":[{"section":"delete-collection-810"},{"section":"delete-809"},{"section":"replace-808"},{"section":"patch-807"},{"section":"create-806"}]}]},{"section":"rolebinding-v1beta1-rbac","subsections":[{"section":"-strong-read-operations-strong--798","subsections":[{"section":"watch-list-all-namespaces-804"},{"section":"watch-list-803"},{"section":"watch-802"},{"section":"list-all-namespaces-801"},{"section":"list-800"},{"section":"read-799"}]},{"section":"-strong-write-operations-strong--792","subsections":[{"section":"delete-collection-797"},{"section":"delete-796"},{"section":"replace-795"},{"section":"patch-794"},{"section":"create-793"}]}]},{"section":"role-v1alpha1-rbac","subsections":[{"section":"-strong-read-operations-strong--785","subsections":[{"section":"watch-list-all-namespaces-791"},{"section":"watch-list-790"},{"section":"watch-789"},{"section":"list-all-namespaces-788"},{"section":"list-787"},{"section":"read-786"}]},{"section":"-strong-write-operations-strong--779","subsections":[{"section":"delete-collection-784"},{"section":"delete-783"},{"section":"replace-782"},{"section":"patch-781"},{"section":"create-780"}]}]},{"section":"role-v1beta1-rbac","subsections":[{"section":"-strong-read-operations-strong--772","subsections":[{"section":"watch-list-all-namespaces-778"},{"section":"watch-list-777"},{"section":"watch-776"},{"section":"list-all-namespaces-775"},{"section":"list-774"},{"section":"read-773"}]},{"section":"-strong-write-operations-strong--766","subsections":[{"section":"delete-collection-771"},{"section":"delete-770"},{"section":"replace-769"},{"section":"patch-768"},{"section":"create-767"}]}]},{"section":"resourcerule-v1beta1-authorization","subsections":[]},{"section":"resourceattributes-v1beta1-authorization","subsections":[]},{"section":"replicasetcondition-v1beta1-extensions","subsections":[]},{"section":"replicaset-v1beta1-extensions","subsections":[{"section":"-strong-status-operations-strong--762","subsections":[{"section":"replace-status-765"},{"section":"read-status-764"},{"section":"patch-status-763"}]},{"section":"-strong-read-operations-strong--755","subsections":[{"section":"watch-list-all-namespaces-761"},{"section":"watch-list-760"},{"section":"watch-759"},{"section":"list-all-namespaces-758"},{"section":"list-757"},{"section":"read-756"}]},{"section":"-strong-write-operations-strong--749","subsections":[{"section":"delete-collection-754"},{"section":"delete-753"},{"section":"replace-752"},{"section":"patch-751"},{"section":"create-750"}]}]},{"section":"policyrule-v1alpha1-rbac","subsections":[]},{"section":"policyrule-v1beta1-rbac","subsections":[]},{"section":"nonresourcerule-v1beta1-authorization","subsections":[]},{"section":"nonresourceattributes-v1beta1-authorization","subsections":[]},{"section":"networkpolicyport-v1beta1-extensions","subsections":[]},{"section":"networkpolicypeer-v1beta1-extensions","subsections":[]},{"section":"networkpolicyingressrule-v1beta1-extensions","subsections":[]},{"section":"networkpolicyegressrule-v1beta1-extensions","subsections":[]},{"section":"networkpolicy-v1beta1-extensions","subsections":[{"section":"-strong-read-operations-strong--742","subsections":[{"section":"watch-list-all-namespaces-748"},{"section":"watch-list-747"},{"section":"watch-746"},{"section":"list-all-namespaces-745"},{"section":"list-744"},{"section":"read-743"}]},{"section":"-strong-write-operations-strong--736","subsections":[{"section":"delete-collection-741"},{"section":"delete-740"},{"section":"replace-739"},{"section":"patch-738"},{"section":"create-737"}]}]},{"section":"localsubjectaccessreview-v1beta1-authorization","subsections":[{"section":"-strong-write-operations-strong--734","subsections":[{"section":"create-735"}]}]},{"section":"jobtemplatespec-v2alpha1-batch","subsections":[]},{"section":"initializer-v1alpha1-admissionregistration","subsections":[]},{"section":"ipblock-v1beta1-extensions","subsections":[]},{"section":"horizontalpodautoscaler-v2beta1-autoscaling","subsections":[{"section":"-strong-status-operations-strong--730","subsections":[{"section":"replace-status-733"},{"section":"read-status-732"},{"section":"patch-status-731"}]},{"section":"-strong-read-operations-strong--723","subsections":[{"section":"watch-list-all-namespaces-729"},{"section":"watch-list-728"},{"section":"watch-727"},{"section":"list-all-namespaces-726"},{"section":"list-725"},{"section":"read-724"}]},{"section":"-strong-write-operations-strong--717","subsections":[{"section":"delete-collection-722"},{"section":"delete-721"},{"section":"replace-720"},{"section":"patch-719"},{"section":"create-718"}]}]},{"section":"deploymentcondition-v1beta1-extensions","subsections":[]},{"section":"deploymentcondition-v1beta1-apps","subsections":[]},{"section":"deployment-v1beta1-extensions","subsections":[{"section":"-strong-status-operations-strong--713","subsections":[{"section":"replace-status-716"},{"section":"read-status-715"},{"section":"patch-status-714"}]},{"section":"-strong-read-operations-strong--706","subsections":[{"section":"watch-list-all-namespaces-712"},{"section":"watch-list-711"},{"section":"watch-710"},{"section":"list-all-namespaces-709"},{"section":"list-708"},{"section":"read-707"}]},{"section":"-strong-write-operations-strong--700","subsections":[{"section":"delete-collection-705"},{"section":"delete-704"},{"section":"replace-703"},{"section":"patch-702"},{"section":"create-701"}]}]},{"section":"deployment-v1beta1-apps","subsections":[{"section":"-strong-status-operations-strong--696","subsections":[{"section":"replace-status-699"},{"section":"read-status-698"},{"section":"patch-status-697"}]},{"section":"-strong-read-operations-strong--689","subsections":[{"section":"watch-list-all-namespaces-695"},{"section":"watch-list-694"},{"section":"watch-693"},{"section":"list-all-namespaces-692"},{"section":"list-691"},{"section":"read-690"}]},{"section":"-strong-write-operations-strong--683","subsections":[{"section":"delete-collection-688"},{"section":"delete-687"},{"section":"replace-686"},{"section":"patch-685"},{"section":"create-684"}]}]},{"section":"daemonsetupdatestrategy-v1beta1-extensions","subsections":[]},{"section":"daemonset-v1beta1-extensions","subsections":[{"section":"-strong-status-operations-strong--679","subsections":[{"section":"replace-status-682"},{"section":"read-status-681"},{"section":"patch-status-680"}]},{"section":"-strong-read-operations-strong--672","subsections":[{"section":"watch-list-all-namespaces-678"},{"section":"watch-list-677"},{"section":"watch-676"},{"section":"list-all-namespaces-675"},{"section":"list-674"},{"section":"read-673"}]},{"section":"-strong-write-operations-strong--666","subsections":[{"section":"delete-collection-671"},{"section":"delete-670"},{"section":"replace-669"},{"section":"patch-668"},{"section":"create-667"}]}]},{"section":"crossversionobjectreference-v2beta1-autoscaling","subsections":[]},{"section":"cronjob-v2alpha1-batch","subsections":[{"section":"-strong-status-operations-strong--662","subsections":[{"section":"replace-status-665"},{"section":"read-status-664"},{"section":"patch-status-663"}]},{"section":"-strong-read-operations-strong--655","subsections":[{"section":"watch-list-all-namespaces-661"},{"section":"watch-list-660"},{"section":"watch-659"},{"section":"list-all-namespaces-658"},{"section":"list-657"},{"section":"read-656"}]},{"section":"-strong-write-operations-strong--649","subsections":[{"section":"delete-collection-654"},{"section":"delete-653"},{"section":"replace-652"},{"section":"patch-651"},{"section":"create-650"}]}]},{"section":"controllerrevision-v1beta1-apps","subsections":[{"section":"-strong-read-operations-strong--642","subsections":[{"section":"watch-list-all-namespaces-648"},{"section":"watch-list-647"},{"section":"watch-646"},{"section":"list-all-namespaces-645"},{"section":"list-644"},{"section":"read-643"}]},{"section":"-strong-write-operations-strong--636","subsections":[{"section":"delete-collection-641"},{"section":"delete-640"},{"section":"replace-639"},{"section":"patch-638"},{"section":"create-637"}]}]},{"section":"clusterrolebinding-v1alpha1-rbac","subsections":[{"section":"-strong-read-operations-strong--631","subsections":[{"section":"watch-list-635"},{"section":"watch-634"},{"section":"list-633"},{"section":"read-632"}]},{"section":"-strong-write-operations-strong--625","subsections":[{"section":"delete-collection-630"},{"section":"delete-629"},{"section":"replace-628"},{"section":"patch-627"},{"section":"create-626"}]}]},{"section":"clusterrolebinding-v1beta1-rbac","subsections":[{"section":"-strong-read-operations-strong--620","subsections":[{"section":"watch-list-624"},{"section":"watch-623"},{"section":"list-622"},{"section":"read-621"}]},{"section":"-strong-write-operations-strong--614","subsections":[{"section":"delete-collection-619"},{"section":"delete-618"},{"section":"replace-617"},{"section":"patch-616"},{"section":"create-615"}]}]},{"section":"clusterrole-v1alpha1-rbac","subsections":[{"section":"-strong-read-operations-strong--609","subsections":[{"section":"watch-list-613"},{"section":"watch-612"},{"section":"list-611"},{"section":"read-610"}]},{"section":"-strong-write-operations-strong--603","subsections":[{"section":"delete-collection-608"},{"section":"delete-607"},{"section":"replace-606"},{"section":"patch-605"},{"section":"create-604"}]}]},{"section":"clusterrole-v1beta1-rbac","subsections":[{"section":"-strong-read-operations-strong--598","subsections":[{"section":"watch-list-602"},{"section":"watch-601"},{"section":"list-600"},{"section":"read-599"}]},{"section":"-strong-write-operations-strong--592","subsections":[{"section":"delete-collection-597"},{"section":"delete-596"},{"section":"replace-595"},{"section":"patch-594"},{"section":"create-593"}]}]},{"section":"-strong-old-api-versions-strong-","subsections":[]},{"section":"-strong-definitions-strong-","subsections":[{"section":"weightedpodaffinityterm-v1-core"},{"section":"watchevent-v1-meta"},{"section":"vspherevirtualdiskvolumesource-v1-core"},{"section":"volumeprojection-v1-core"},{"section":"volumemount-v1-core"},{"section":"userinfo-v1-authentication"},{"section":"toleration-v1-core"},{"section":"time-v1-meta"},{"section":"taint-v1-core"},{"section":"tcpsocketaction-v1-core"},{"section":"supplementalgroupsstrategyoptions-v1beta1-extensions"},{"section":"subjectrulesreviewstatus-v1-authorization"},{"section":"subject-v1-rbac"},{"section":"storageosvolumesource-v1-core"},{"section":"storageospersistentvolumesource-v1-core"},{"section":"statusdetails-v1-meta"},{"section":"statuscause-v1-meta"},{"section":"status-v1-meta"},{"section":"statefulsetupdatestrategy-v1beta2-apps"},{"section":"sessionaffinityconfig-v1-core"},{"section":"servicereference-v1beta1-apiregistration"},{"section":"serviceport-v1-core"},{"section":"serveraddressbyclientcidr-v1-meta"},{"section":"securitycontext-v1-core"},{"section":"secretvolumesource-v1-core"},{"section":"secretreference-v1-core"},{"section":"secretprojection-v1-core"},{"section":"secretkeyselector-v1-core"},{"section":"secretenvsource-v1-core"},{"section":"scaleiovolumesource-v1-core"},{"section":"scale-v1-autoscaling"},{"section":"selinuxstrategyoptions-v1beta1-extensions"},{"section":"selinuxoptions-v1-core"},{"section":"runasuserstrategyoptions-v1beta1-extensions"},{"section":"rulewithoperations-v1alpha1-admissionregistration"},{"section":"rule-v1alpha1-admissionregistration"},{"section":"rollingupdatestatefulsetstrategy-v1beta2-apps"},{"section":"rollbackconfig-v1beta1-apps"},{"section":"roleref-v1-rbac"},{"section":"resourcerule-v1-authorization"},{"section":"resourcerequirements-v1-core"},{"section":"resourcemetricstatus-v2beta1-autoscaling"},{"section":"resourcemetricsource-v2beta1-autoscaling"},{"section":"resourcefieldselector-v1-core"},{"section":"resourceattributes-v1-authorization"},{"section":"replicationcontrollercondition-v1-core"},{"section":"replicasetcondition-v1beta2-apps"},{"section":"rbdvolumesource-v1-core"},{"section":"quobytevolumesource-v1-core"},{"section":"quantity-resource-core"},{"section":"projectedvolumesource-v1-core"},{"section":"probe-v1-core"},{"section":"preferredschedulingterm-v1-core"},{"section":"preconditions-v1-meta"},{"section":"portworxvolumesource-v1-core"},{"section":"policyrule-v1-rbac"},{"section":"podsmetricstatus-v2beta1-autoscaling"},{"section":"podsmetricsource-v2beta1-autoscaling"},{"section":"podsecuritycontext-v1-core"},{"section":"podcondition-v1-core"},{"section":"podantiaffinity-v1-core"},{"section":"podaffinityterm-v1-core"},{"section":"podaffinity-v1-core"},{"section":"photonpersistentdiskvolumesource-v1-core"},{"section":"persistentvolumeclaimvolumesource-v1-core"},{"section":"persistentvolumeclaimcondition-v1-core"},{"section":"patch-v1-meta"},{"section":"ownerreference-v1-meta"},{"section":"objectreference-v1-core"},{"section":"objectmetricstatus-v2beta1-autoscaling"},{"section":"objectmetricsource-v2beta1-autoscaling"},{"section":"objectmeta-v1-meta"},{"section":"objectfieldselector-v1-core"},{"section":"nonresourcerule-v1-authorization"},{"section":"nonresourceattributes-v1-authorization"},{"section":"nodesysteminfo-v1-core"},{"section":"nodeselectorterm-v1-core"},{"section":"nodeselectorrequirement-v1-core"},{"section":"nodeselector-v1-core"},{"section":"nodedaemonendpoints-v1-core"},{"section":"nodeconfigsource-v1-core"},{"section":"nodecondition-v1-core"},{"section":"nodeaffinity-v1-core"},{"section":"nodeaddress-v1-core"},{"section":"networkpolicyport-v1-networking"},{"section":"networkpolicypeer-v1-networking"},{"section":"networkpolicyingressrule-v1-networking"},{"section":"networkpolicyegressrule-v1-networking"},{"section":"nfsvolumesource-v1-core"},{"section":"metricstatus-v2beta1-autoscaling"},{"section":"metricspec-v2beta1-autoscaling"},{"section":"localvolumesource-v1-core"},{"section":"localobjectreference-v1-core"},{"section":"loadbalancerstatus-v1-core"},{"section":"loadbalanceringress-v1-core"},{"section":"listmeta-v1-meta"},{"section":"limitrangeitem-v1-core"},{"section":"lifecycle-v1-core"},{"section":"labelselectorrequirement-v1-meta"},{"section":"labelselector-v1-meta"},{"section":"keytopath-v1-core"},{"section":"jobtemplatespec-v1beta1-batch"},{"section":"jobcondition-v1-batch"},{"section":"jsonschemapropsorbool-v1beta1-apiextensions"},{"section":"jsonschemapropsorarray-v1beta1-apiextensions"},{"section":"jsonschemaprops-v1beta1-apiextensions"},{"section":"json-v1beta1-apiextensions"},{"section":"initializers-v1-meta"},{"section":"initializer-v1-meta"},{"section":"ingresstls-v1beta1-extensions"},{"section":"ingressrule-v1beta1-extensions"},{"section":"ingressbackend-v1beta1-extensions"},{"section":"iscsivolumesource-v1-core"},{"section":"ipblock-v1-networking"},{"section":"idrange-v1beta1-extensions"},{"section":"hostportrange-v1beta1-extensions"},{"section":"hostpathvolumesource-v1-core"},{"section":"hostalias-v1-core"},{"section":"horizontalpodautoscalercondition-v2beta1-autoscaling"},{"section":"handler-v1-core"},{"section":"httpingressrulevalue-v1beta1-extensions"},{"section":"httpingresspath-v1beta1-extensions"},{"section":"httpheader-v1-core"},{"section":"httpgetaction-v1-core"},{"section":"groupversionfordiscovery-v1-meta"},{"section":"glusterfsvolumesource-v1-core"},{"section":"gitrepovolumesource-v1-core"},{"section":"gcepersistentdiskvolumesource-v1-core"},{"section":"flockervolumesource-v1-core"},{"section":"flexvolumesource-v1-core"},{"section":"fsgroupstrategyoptions-v1beta1-extensions"},{"section":"fcvolumesource-v1-core"},{"section":"externaldocumentation-v1beta1-apiextensions"},{"section":"externaladmissionhook-v1alpha1-admissionregistration"},{"section":"execaction-v1-core"},{"section":"eviction-v1beta1-policy"},{"section":"eventsource-v1-core"},{"section":"envvarsource-v1-core"},{"section":"envvar-v1-core"},{"section":"envfromsource-v1-core"},{"section":"endpointsubset-v1-core"},{"section":"endpointport-v1-core"},{"section":"endpointaddress-v1-core"},{"section":"emptydirvolumesource-v1-core"},{"section":"downwardapivolumesource-v1-core"},{"section":"downwardapivolumefile-v1-core"},{"section":"downwardapiprojection-v1-core"},{"section":"deploymentcondition-v1beta2-apps"},{"section":"deleteoptions-v1-meta"},{"section":"daemonsetupdatestrategy-v1beta2-apps"},{"section":"daemonendpoint-v1-core"},{"section":"customresourcevalidation-v1beta1-apiextensions"},{"section":"customresourcedefinitionnames-v1beta1-apiextensions"},{"section":"customresourcedefinitioncondition-v1beta1-apiextensions"},{"section":"crossversionobjectreference-v1-autoscaling"},{"section":"containerstatewaiting-v1-core"},{"section":"containerstateterminated-v1-core"},{"section":"containerstaterunning-v1-core"},{"section":"containerstate-v1-core"},{"section":"containerport-v1-core"},{"section":"containerimage-v1-core"},{"section":"configmapvolumesource-v1-core"},{"section":"configmapprojection-v1-core"},{"section":"configmapkeyselector-v1-core"},{"section":"configmapenvsource-v1-core"},{"section":"componentcondition-v1-core"},{"section":"clientipconfig-v1-core"},{"section":"cindervolumesource-v1-core"},{"section":"certificatesigningrequestcondition-v1beta1-certificates"},{"section":"cephfsvolumesource-v1-core"},{"section":"cephfspersistentvolumesource-v1-core"},{"section":"capabilities-v1-core"},{"section":"azurefilevolumesource-v1-core"},{"section":"azurefilepersistentvolumesource-v1-core"},{"section":"azurediskvolumesource-v1-core"},{"section":"attachedvolume-v1-core"},{"section":"allowedhostpath-v1beta1-extensions"},{"section":"affinity-v1-core"},{"section":"admissionhookclientconfig-v1alpha1-admissionregistration"},{"section":"awselasticblockstorevolumesource-v1-core"},{"section":"apiversions-v1-meta"},{"section":"apiservicecondition-v1beta1-apiregistration"},{"section":"apiresource-v1-meta"},{"section":"apigroup-v1-meta"}]},{"section":"networkpolicy-v1-networking","subsections":[{"section":"-strong-read-operations-strong--585","subsections":[{"section":"watch-list-all-namespaces-591"},{"section":"watch-list-590"},{"section":"watch-589"},{"section":"list-all-namespaces-588"},{"section":"list-587"},{"section":"read-586"}]},{"section":"-strong-write-operations-strong--579","subsections":[{"section":"delete-collection-584"},{"section":"delete-583"},{"section":"replace-582"},{"section":"patch-581"},{"section":"create-580"}]}]},{"section":"tokenreview-v1-authentication","subsections":[{"section":"-strong-write-operations-strong--577","subsections":[{"section":"create-578"}]}]},{"section":"subjectaccessreview-v1-authorization","subsections":[{"section":"-strong-write-operations-strong--575","subsections":[{"section":"create-576"}]}]},{"section":"serviceaccount-v1-core","subsections":[{"section":"-strong-read-operations-strong--568","subsections":[{"section":"watch-list-all-namespaces-574"},{"section":"watch-list-573"},{"section":"watch-572"},{"section":"list-all-namespaces-571"},{"section":"list-570"},{"section":"read-569"}]},{"section":"-strong-write-operations-strong--562","subsections":[{"section":"delete-collection-567"},{"section":"delete-566"},{"section":"replace-565"},{"section":"patch-564"},{"section":"create-563"}]}]},{"section":"selfsubjectrulesreview-v1-authorization","subsections":[{"section":"-strong-write-operations-strong--560","subsections":[{"section":"create-561"}]}]},{"section":"selfsubjectaccessreview-v1-authorization","subsections":[{"section":"-strong-write-operations-strong--558","subsections":[{"section":"create-559"}]}]},{"section":"rolebinding-v1-rbac","subsections":[{"section":"-strong-read-operations-strong--551","subsections":[{"section":"watch-list-all-namespaces-557"},{"section":"watch-list-556"},{"section":"watch-555"},{"section":"list-all-namespaces-554"},{"section":"list-553"},{"section":"read-552"}]},{"section":"-strong-write-operations-strong--545","subsections":[{"section":"delete-collection-550"},{"section":"delete-549"},{"section":"replace-548"},{"section":"patch-547"},{"section":"create-546"}]}]},{"section":"role-v1-rbac","subsections":[{"section":"-strong-read-operations-strong--538","subsections":[{"section":"watch-list-all-namespaces-544"},{"section":"watch-list-543"},{"section":"watch-542"},{"section":"list-all-namespaces-541"},{"section":"list-540"},{"section":"read-539"}]},{"section":"-strong-write-operations-strong--532","subsections":[{"section":"delete-collection-537"},{"section":"delete-536"},{"section":"replace-535"},{"section":"patch-534"},{"section":"create-533"}]}]},{"section":"resourcequota-v1-core","subsections":[{"section":"-strong-status-operations-strong--528","subsections":[{"section":"replace-status-531"},{"section":"read-status-530"},{"section":"patch-status-529"}]},{"section":"-strong-read-operations-strong--521","subsections":[{"section":"watch-list-all-namespaces-527"},{"section":"watch-list-526"},{"section":"watch-525"},{"section":"list-all-namespaces-524"},{"section":"list-523"},{"section":"read-522"}]},{"section":"-strong-write-operations-strong--515","subsections":[{"section":"delete-collection-520"},{"section":"delete-519"},{"section":"replace-518"},{"section":"patch-517"},{"section":"create-516"}]}]},{"section":"persistentvolume-v1-core","subsections":[{"section":"-strong-status-operations-strong--511","subsections":[{"section":"replace-status-514"},{"section":"read-status-513"},{"section":"patch-status-512"}]},{"section":"-strong-read-operations-strong--506","subsections":[{"section":"watch-list-510"},{"section":"watch-509"},{"section":"list-508"},{"section":"read-507"}]},{"section":"-strong-write-operations-strong--500","subsections":[{"section":"delete-collection-505"},{"section":"delete-504"},{"section":"replace-503"},{"section":"patch-502"},{"section":"create-501"}]}]},{"section":"node-v1-core","subsections":[{"section":"-strong-proxy-operations-strong--481","subsections":[{"section":"replace-proxy-path-499"},{"section":"replace-proxy-498"},{"section":"replace-connect-proxy-path-497"},{"section":"replace-connect-proxy-496"},{"section":"head-connect-proxy-path-495"},{"section":"head-connect-proxy-494"},{"section":"get-proxy-path-493"},{"section":"get-proxy-492"},{"section":"get-connect-proxy-path-491"},{"section":"get-connect-proxy-490"},{"section":"delete-proxy-path-489"},{"section":"delete-proxy-488"},{"section":"delete-connect-proxy-path-487"},{"section":"delete-connect-proxy-486"},{"section":"create-proxy-path-485"},{"section":"create-proxy-484"},{"section":"create-connect-proxy-path-483"},{"section":"create-connect-proxy-482"}]},{"section":"-strong-status-operations-strong--477","subsections":[{"section":"replace-status-480"},{"section":"read-status-479"},{"section":"patch-status-478"}]},{"section":"-strong-read-operations-strong--472","subsections":[{"section":"watch-list-476"},{"section":"watch-475"},{"section":"list-474"},{"section":"read-473"}]},{"section":"-strong-write-operations-strong--466","subsections":[{"section":"delete-collection-471"},{"section":"delete-470"},{"section":"replace-469"},{"section":"patch-468"},{"section":"create-467"}]}]},{"section":"namespace-v1-core","subsections":[{"section":"-strong-status-operations-strong--462","subsections":[{"section":"replace-status-465"},{"section":"read-status-464"},{"section":"patch-status-463"}]},{"section":"-strong-read-operations-strong--457","subsections":[{"section":"watch-list-461"},{"section":"watch-460"},{"section":"list-459"},{"section":"read-458"}]},{"section":"-strong-write-operations-strong--452","subsections":[{"section":"delete-456"},{"section":"replace-455"},{"section":"patch-454"},{"section":"create-453"}]}]},{"section":"localsubjectaccessreview-v1-authorization","subsections":[{"section":"-strong-write-operations-strong--450","subsections":[{"section":"create-451"}]}]},{"section":"componentstatus-v1-core","subsections":[{"section":"-strong-read-operations-strong--447","subsections":[{"section":"list-449"},{"section":"read-448"}]}]},{"section":"clusterrolebinding-v1-rbac","subsections":[{"section":"-strong-read-operations-strong--442","subsections":[{"section":"watch-list-446"},{"section":"watch-445"},{"section":"list-444"},{"section":"read-443"}]},{"section":"-strong-write-operations-strong--436","subsections":[{"section":"delete-collection-441"},{"section":"delete-440"},{"section":"replace-439"},{"section":"patch-438"},{"section":"create-437"}]}]},{"section":"clusterrole-v1-rbac","subsections":[{"section":"-strong-read-operations-strong--431","subsections":[{"section":"watch-list-435"},{"section":"watch-434"},{"section":"list-433"},{"section":"read-432"}]},{"section":"-strong-write-operations-strong--425","subsections":[{"section":"delete-collection-430"},{"section":"delete-429"},{"section":"replace-428"},{"section":"patch-427"},{"section":"create-426"}]}]},{"section":"certificatesigningrequest-v1beta1-certificates","subsections":[{"section":"-strong-status-operations-strong--423","subsections":[{"section":"replace-status-424"}]},{"section":"-strong-read-operations-strong--418","subsections":[{"section":"watch-list-422"},{"section":"watch-421"},{"section":"list-420"},{"section":"read-419"}]},{"section":"-strong-write-operations-strong--412","subsections":[{"section":"delete-collection-417"},{"section":"delete-416"},{"section":"replace-415"},{"section":"patch-414"},{"section":"create-413"}]}]},{"section":"binding-v1-core","subsections":[{"section":"-strong-write-operations-strong--410","subsections":[{"section":"create-411"}]}]},{"section":"apiservice-v1beta1-apiregistration","subsections":[{"section":"-strong-status-operations-strong--408","subsections":[{"section":"replace-status-409"}]},{"section":"-strong-read-operations-strong--403","subsections":[{"section":"watch-list-407"},{"section":"watch-406"},{"section":"list-405"},{"section":"read-404"}]},{"section":"-strong-write-operations-strong--397","subsections":[{"section":"delete-collection-402"},{"section":"delete-401"},{"section":"replace-400"},{"section":"patch-399"},{"section":"create-398"}]}]},{"section":"-strong-cluster-strong-","subsections":[]},{"section":"podsecuritypolicy-v1beta1-extensions","subsections":[{"section":"-strong-read-operations-strong--392","subsections":[{"section":"watch-list-396"},{"section":"watch-395"},{"section":"list-394"},{"section":"read-393"}]},{"section":"-strong-write-operations-strong--386","subsections":[{"section":"delete-collection-391"},{"section":"delete-390"},{"section":"replace-389"},{"section":"patch-388"},{"section":"create-387"}]}]},{"section":"podpreset-v1alpha1-settings","subsections":[{"section":"-strong-read-operations-strong--379","subsections":[{"section":"watch-list-all-namespaces-385"},{"section":"watch-list-384"},{"section":"watch-383"},{"section":"list-all-namespaces-382"},{"section":"list-381"},{"section":"read-380"}]},{"section":"-strong-write-operations-strong--373","subsections":[{"section":"delete-collection-378"},{"section":"delete-377"},{"section":"replace-376"},{"section":"patch-375"},{"section":"create-374"}]}]},{"section":"priorityclass-v1alpha1-scheduling","subsections":[{"section":"-strong-read-operations-strong--368","subsections":[{"section":"watch-list-372"},{"section":"watch-371"},{"section":"list-370"},{"section":"read-369"}]},{"section":"-strong-write-operations-strong--362","subsections":[{"section":"delete-collection-367"},{"section":"delete-366"},{"section":"replace-365"},{"section":"patch-364"},{"section":"create-363"}]}]},{"section":"poddisruptionbudget-v1beta1-policy","subsections":[{"section":"-strong-status-operations-strong--358","subsections":[{"section":"replace-status-361"},{"section":"read-status-360"},{"section":"patch-status-359"}]},{"section":"-strong-read-operations-strong--351","subsections":[{"section":"watch-list-all-namespaces-357"},{"section":"watch-list-356"},{"section":"watch-355"},{"section":"list-all-namespaces-354"},{"section":"list-353"},{"section":"read-352"}]},{"section":"-strong-write-operations-strong--345","subsections":[{"section":"delete-collection-350"},{"section":"delete-349"},{"section":"replace-348"},{"section":"patch-347"},{"section":"create-346"}]}]},{"section":"podtemplate-v1-core","subsections":[{"section":"-strong-read-operations-strong--338","subsections":[{"section":"watch-list-all-namespaces-344"},{"section":"watch-list-343"},{"section":"watch-342"},{"section":"list-all-namespaces-341"},{"section":"list-340"},{"section":"read-339"}]},{"section":"-strong-write-operations-strong--332","subsections":[{"section":"delete-collection-337"},{"section":"delete-336"},{"section":"replace-335"},{"section":"patch-334"},{"section":"create-333"}]}]},{"section":"initializerconfiguration-v1alpha1-admissionregistration","subsections":[{"section":"-strong-read-operations-strong--327","subsections":[{"section":"watch-list-331"},{"section":"watch-330"},{"section":"list-329"},{"section":"read-328"}]},{"section":"-strong-write-operations-strong--321","subsections":[{"section":"delete-collection-326"},{"section":"delete-325"},{"section":"replace-324"},{"section":"patch-323"},{"section":"create-322"}]}]},{"section":"horizontalpodautoscaler-v1-autoscaling","subsections":[{"section":"-strong-status-operations-strong--317","subsections":[{"section":"replace-status-320"},{"section":"read-status-319"},{"section":"patch-status-318"}]},{"section":"-strong-read-operations-strong--310","subsections":[{"section":"watch-list-all-namespaces-316"},{"section":"watch-list-315"},{"section":"watch-314"},{"section":"list-all-namespaces-313"},{"section":"list-312"},{"section":"read-311"}]},{"section":"-strong-write-operations-strong--304","subsections":[{"section":"delete-collection-309"},{"section":"delete-308"},{"section":"replace-307"},{"section":"patch-306"},{"section":"create-305"}]}]},{"section":"externaladmissionhookconfiguration-v1alpha1-admissionregistration","subsections":[{"section":"-strong-read-operations-strong--299","subsections":[{"section":"watch-list-303"},{"section":"watch-302"},{"section":"list-301"},{"section":"read-300"}]},{"section":"-strong-write-operations-strong--293","subsections":[{"section":"delete-collection-298"},{"section":"delete-297"},{"section":"replace-296"},{"section":"patch-295"},{"section":"create-294"}]}]},{"section":"limitrange-v1-core","subsections":[{"section":"-strong-read-operations-strong--286","subsections":[{"section":"watch-list-all-namespaces-292"},{"section":"watch-list-291"},{"section":"watch-290"},{"section":"list-all-namespaces-289"},{"section":"list-288"},{"section":"read-287"}]},{"section":"-strong-write-operations-strong--280","subsections":[{"section":"delete-collection-285"},{"section":"delete-284"},{"section":"replace-283"},{"section":"patch-282"},{"section":"create-281"}]}]},{"section":"event-v1-core","subsections":[{"section":"-strong-read-operations-strong--273","subsections":[{"section":"watch-list-all-namespaces-279"},{"section":"watch-list-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":"replace-270"},{"section":"patch-269"},{"section":"create-268"}]}]},{"section":"customresourcedefinition-v1beta1-apiextensions","subsections":[{"section":"-strong-status-operations-strong--265","subsections":[{"section":"replace-status-266"}]},{"section":"-strong-read-operations-strong--260","subsections":[{"section":"watch-list-264"},{"section":"watch-263"},{"section":"list-262"},{"section":"read-261"}]},{"section":"-strong-write-operations-strong--254","subsections":[{"section":"delete-collection-259"},{"section":"delete-258"},{"section":"replace-257"},{"section":"patch-256"},{"section":"create-255"}]}]},{"section":"controllerrevision-v1beta2-apps","subsections":[{"section":"-strong-read-operations-strong--247","subsections":[{"section":"watch-list-all-namespaces-253"},{"section":"watch-list-252"},{"section":"watch-251"},{"section":"list-all-namespaces-250"},{"section":"list-249"},{"section":"read-248"}]},{"section":"-strong-write-operations-strong--241","subsections":[{"section":"delete-collection-246"},{"section":"delete-245"},{"section":"replace-244"},{"section":"patch-243"},{"section":"create-242"}]}]},{"section":"-strong-metadata-strong-","subsections":[]},{"section":"volume-v1-core","subsections":[]},{"section":"storageclass-v1-storage","subsections":[{"section":"-strong-read-operations-strong--236","subsections":[{"section":"watch-list-240"},{"section":"watch-239"},{"section":"list-238"},{"section":"read-237"}]},{"section":"-strong-write-operations-strong--230","subsections":[{"section":"delete-collection-235"},{"section":"delete-234"},{"section":"replace-233"},{"section":"patch-232"},{"section":"create-231"}]}]},{"section":"persistentvolumeclaim-v1-core","subsections":[{"section":"-strong-status-operations-strong--226","subsections":[{"section":"replace-status-229"},{"section":"read-status-228"},{"section":"patch-status-227"}]},{"section":"-strong-read-operations-strong--219","subsections":[{"section":"watch-list-all-namespaces-225"},{"section":"watch-list-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":"replace-216"},{"section":"patch-215"},{"section":"create-214"}]}]},{"section":"secret-v1-core","subsections":[{"section":"-strong-read-operations-strong--206","subsections":[{"section":"watch-list-all-namespaces-212"},{"section":"watch-list-211"},{"section":"watch-210"},{"section":"list-all-namespaces-209"},{"section":"list-208"},{"section":"read-207"}]},{"section":"-strong-write-operations-strong--200","subsections":[{"section":"delete-collection-205"},{"section":"delete-204"},{"section":"replace-203"},{"section":"patch-202"},{"section":"create-201"}]}]},{"section":"configmap-v1-core","subsections":[{"section":"-strong-read-operations-strong--193","subsections":[{"section":"watch-list-all-namespaces-199"},{"section":"watch-list-198"},{"section":"watch-197"},{"section":"list-all-namespaces-196"},{"section":"list-195"},{"section":"read-194"}]},{"section":"-strong-write-operations-strong--187","subsections":[{"section":"delete-collection-192"},{"section":"delete-191"},{"section":"replace-190"},{"section":"patch-189"},{"section":"create-188"}]}]},{"section":"-strong-config-storage-strong-","subsections":[]},{"section":"service-v1-core","subsections":[{"section":"-strong-proxy-operations-strong--168","subsections":[{"section":"replace-proxy-path-186"},{"section":"replace-proxy-185"},{"section":"replace-connect-proxy-path-184"},{"section":"replace-connect-proxy-183"},{"section":"head-connect-proxy-path-182"},{"section":"head-connect-proxy-181"},{"section":"get-proxy-path-180"},{"section":"get-proxy-179"},{"section":"get-connect-proxy-path-178"},{"section":"get-connect-proxy-177"},{"section":"delete-proxy-path-176"},{"section":"delete-proxy-175"},{"section":"delete-connect-proxy-path-174"},{"section":"delete-connect-proxy-173"},{"section":"create-proxy-path-172"},{"section":"create-proxy-171"},{"section":"create-connect-proxy-path-170"},{"section":"create-connect-proxy-169"}]},{"section":"-strong-status-operations-strong--164","subsections":[{"section":"replace-status-167"},{"section":"read-status-166"},{"section":"patch-status-165"}]},{"section":"-strong-read-operations-strong--157","subsections":[{"section":"watch-list-all-namespaces-163"},{"section":"watch-list-162"},{"section":"watch-161"},{"section":"list-all-namespaces-160"},{"section":"list-159"},{"section":"read-158"}]},{"section":"-strong-write-operations-strong--152","subsections":[{"section":"delete-156"},{"section":"replace-155"},{"section":"patch-154"},{"section":"create-153"}]}]},{"section":"ingress-v1beta1-extensions","subsections":[{"section":"-strong-status-operations-strong--148","subsections":[{"section":"replace-status-151"},{"section":"read-status-150"},{"section":"patch-status-149"}]},{"section":"-strong-read-operations-strong--141","subsections":[{"section":"watch-list-all-namespaces-147"},{"section":"watch-list-146"},{"section":"watch-145"},{"section":"list-all-namespaces-144"},{"section":"list-143"},{"section":"read-142"}]},{"section":"-strong-write-operations-strong--135","subsections":[{"section":"delete-collection-140"},{"section":"delete-139"},{"section":"replace-138"},{"section":"patch-137"},{"section":"create-136"}]}]},{"section":"endpoints-v1-core","subsections":[{"section":"-strong-read-operations-strong--128","subsections":[{"section":"watch-list-all-namespaces-134"},{"section":"watch-list-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":"replace-125"},{"section":"patch-124"},{"section":"create-123"}]}]},{"section":"-strong-discovery-load-balancing-strong-","subsections":[]},{"section":"statefulset-v1beta2-apps","subsections":[{"section":"-strong-status-operations-strong--118","subsections":[{"section":"replace-status-121"},{"section":"read-status-120"},{"section":"patch-status-119"}]},{"section":"-strong-read-operations-strong--111","subsections":[{"section":"watch-list-all-namespaces-117"},{"section":"watch-list-116"},{"section":"watch-115"},{"section":"list-all-namespaces-114"},{"section":"list-113"},{"section":"read-112"}]},{"section":"-strong-write-operations-strong--105","subsections":[{"section":"delete-collection-110"},{"section":"delete-109"},{"section":"replace-108"},{"section":"patch-107"},{"section":"create-106"}]}]},{"section":"replicationcontroller-v1-core","subsections":[{"section":"-strong-status-operations-strong--101","subsections":[{"section":"replace-status-104"},{"section":"read-status-103"},{"section":"patch-status-102"}]},{"section":"-strong-read-operations-strong--94","subsections":[{"section":"watch-list-all-namespaces-100"},{"section":"watch-list-99"},{"section":"watch-98"},{"section":"list-all-namespaces-97"},{"section":"list-96"},{"section":"read-95"}]},{"section":"-strong-write-operations-strong--88","subsections":[{"section":"delete-collection-93"},{"section":"delete-92"},{"section":"replace-91"},{"section":"patch-90"},{"section":"create-89"}]}]},{"section":"replicaset-v1beta2-apps","subsections":[{"section":"-strong-status-operations-strong--84","subsections":[{"section":"replace-status-87"},{"section":"read-status-86"},{"section":"patch-status-85"}]},{"section":"-strong-read-operations-strong--77","subsections":[{"section":"watch-list-all-namespaces-83"},{"section":"watch-list-82"},{"section":"watch-81"},{"section":"list-all-namespaces-80"},{"section":"list-79"},{"section":"read-78"}]},{"section":"-strong-write-operations-strong--71","subsections":[{"section":"delete-collection-76"},{"section":"delete-75"},{"section":"replace-74"},{"section":"patch-73"},{"section":"create-72"}]}]},{"section":"pod-v1-core","subsections":[{"section":"-strong-misc-operations-strong-","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-status-operations-strong--67","subsections":[{"section":"replace-status-70"},{"section":"read-status-69"},{"section":"patch-status-68"}]},{"section":"-strong-read-operations-strong--60","subsections":[{"section":"watch-list-all-namespaces-66"},{"section":"watch-list-65"},{"section":"watch-64"},{"section":"list-all-namespaces-63"},{"section":"list-62"},{"section":"read-61"}]},{"section":"-strong-write-operations-strong--54","subsections":[{"section":"delete-collection-59"},{"section":"delete-58"},{"section":"replace-57"},{"section":"patch-56"},{"section":"create-55"}]}]},{"section":"job-v1-batch","subsections":[{"section":"-strong-status-operations-strong--50","subsections":[{"section":"replace-status-53"},{"section":"read-status-52"},{"section":"patch-status-51"}]},{"section":"-strong-read-operations-strong--43","subsections":[{"section":"watch-list-all-namespaces-49"},{"section":"watch-list-48"},{"section":"watch-47"},{"section":"list-all-namespaces-46"},{"section":"list-45"},{"section":"read-44"}]},{"section":"-strong-write-operations-strong--37","subsections":[{"section":"delete-collection-42"},{"section":"delete-41"},{"section":"replace-40"},{"section":"patch-39"},{"section":"create-38"}]}]},{"section":"deployment-v1beta2-apps","subsections":[{"section":"-strong-status-operations-strong--33","subsections":[{"section":"replace-status-36"},{"section":"read-status-35"},{"section":"patch-status-34"}]},{"section":"-strong-read-operations-strong--26","subsections":[{"section":"watch-list-all-namespaces-32"},{"section":"watch-list-31"},{"section":"watch-30"},{"section":"list-all-namespaces-29"},{"section":"list-28"},{"section":"read-27"}]},{"section":"-strong-write-operations-strong--20","subsections":[{"section":"delete-collection-25"},{"section":"delete-24"},{"section":"replace-23"},{"section":"patch-22"},{"section":"create-21"}]}]},{"section":"daemonset-v1beta2-apps","subsections":[{"section":"-strong-status-operations-strong--16","subsections":[{"section":"replace-status-19"},{"section":"read-status-18"},{"section":"patch-status-17"}]},{"section":"-strong-read-operations-strong--9","subsections":[{"section":"watch-list-all-namespaces-15"},{"section":"watch-list-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":"replace-6"},{"section":"patch-5"},{"section":"create-4"}]}]},{"section":"cronjob-v1beta1-batch","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":"replace"},{"section":"patch"},{"section":"create"}]}]},{"section":"container-v1-core","subsections":[]},{"section":"-strong-workloads-strong-","subsections":[]},{"section":"-strong-api-overview-strong-","subsections":[{"section":"resource-operations"},{"section":"resource-objects"},{"section":"resource-categories"}]}],"flatToc":["userinfo-v1beta1-authentication","create-853","-strong-write-operations-strong--852","tokenreview-v1beta1-authentication","subjectrulesreviewstatus-v1beta1-authorization","create-851","-strong-write-operations-strong--850","subjectaccessreview-v1beta1-authorization","subject-v1alpha1-rbac","subject-v1beta1-rbac","watch-list-849","watch-848","list-847","read-846","-strong-read-operations-strong--845","delete-collection-844","delete-843","replace-842","patch-841","create-840","-strong-write-operations-strong--839","storageclass-v1beta1-storage","statefulsetupdatestrategy-v1beta1-apps","replace-status-838","read-status-837","patch-status-836","-strong-status-operations-strong--835","watch-list-all-namespaces-834","watch-list-833","watch-832","list-all-namespaces-831","list-830","read-829","-strong-read-operations-strong--828","delete-collection-827","delete-826","replace-825","patch-824","create-823","-strong-write-operations-strong--822","statefulset-v1beta1-apps","servicereference-v1alpha1-admissionregistration","create-821","-strong-write-operations-strong--820","selfsubjectrulesreview-v1beta1-authorization","create-819","-strong-write-operations-strong--818","selfsubjectaccessreview-v1beta1-authorization","scale-v1beta1-extensions","scale-v1beta1-apps","scale-v1beta2-apps","rollingupdatestatefulsetstrategy-v1beta1-apps","rollbackconfig-v1beta1-extensions","roleref-v1alpha1-rbac","roleref-v1beta1-rbac","watch-list-all-namespaces-817","watch-list-816","watch-815","list-all-namespaces-814","list-813","read-812","-strong-read-operations-strong--811","delete-collection-810","delete-809","replace-808","patch-807","create-806","-strong-write-operations-strong--805","rolebinding-v1alpha1-rbac","watch-list-all-namespaces-804","watch-list-803","watch-802","list-all-namespaces-801","list-800","read-799","-strong-read-operations-strong--798","delete-collection-797","delete-796","replace-795","patch-794","create-793","-strong-write-operations-strong--792","rolebinding-v1beta1-rbac","watch-list-all-namespaces-791","watch-list-790","watch-789","list-all-namespaces-788","list-787","read-786","-strong-read-operations-strong--785","delete-collection-784","delete-783","replace-782","patch-781","create-780","-strong-write-operations-strong--779","role-v1alpha1-rbac","watch-list-all-namespaces-778","watch-list-777","watch-776","list-all-namespaces-775","list-774","read-773","-strong-read-operations-strong--772","delete-collection-771","delete-770","replace-769","patch-768","create-767","-strong-write-operations-strong--766","role-v1beta1-rbac","resourcerule-v1beta1-authorization","resourceattributes-v1beta1-authorization","replicasetcondition-v1beta1-extensions","replace-status-765","read-status-764","patch-status-763","-strong-status-operations-strong--762","watch-list-all-namespaces-761","watch-list-760","watch-759","list-all-namespaces-758","list-757","read-756","-strong-read-operations-strong--755","delete-collection-754","delete-753","replace-752","patch-751","create-750","-strong-write-operations-strong--749","replicaset-v1beta1-extensions","policyrule-v1alpha1-rbac","policyrule-v1beta1-rbac","nonresourcerule-v1beta1-authorization","nonresourceattributes-v1beta1-authorization","networkpolicyport-v1beta1-extensions","networkpolicypeer-v1beta1-extensions","networkpolicyingressrule-v1beta1-extensions","networkpolicyegressrule-v1beta1-extensions","watch-list-all-namespaces-748","watch-list-747","watch-746","list-all-namespaces-745","list-744","read-743","-strong-read-operations-strong--742","delete-collection-741","delete-740","replace-739","patch-738","create-737","-strong-write-operations-strong--736","networkpolicy-v1beta1-extensions","create-735","-strong-write-operations-strong--734","localsubjectaccessreview-v1beta1-authorization","jobtemplatespec-v2alpha1-batch","initializer-v1alpha1-admissionregistration","ipblock-v1beta1-extensions","replace-status-733","read-status-732","patch-status-731","-strong-status-operations-strong--730","watch-list-all-namespaces-729","watch-list-728","watch-727","list-all-namespaces-726","list-725","read-724","-strong-read-operations-strong--723","delete-collection-722","delete-721","replace-720","patch-719","create-718","-strong-write-operations-strong--717","horizontalpodautoscaler-v2beta1-autoscaling","deploymentcondition-v1beta1-extensions","deploymentcondition-v1beta1-apps","replace-status-716","read-status-715","patch-status-714","-strong-status-operations-strong--713","watch-list-all-namespaces-712","watch-list-711","watch-710","list-all-namespaces-709","list-708","read-707","-strong-read-operations-strong--706","delete-collection-705","delete-704","replace-703","patch-702","create-701","-strong-write-operations-strong--700","deployment-v1beta1-extensions","replace-status-699","read-status-698","patch-status-697","-strong-status-operations-strong--696","watch-list-all-namespaces-695","watch-list-694","watch-693","list-all-namespaces-692","list-691","read-690","-strong-read-operations-strong--689","delete-collection-688","delete-687","replace-686","patch-685","create-684","-strong-write-operations-strong--683","deployment-v1beta1-apps","daemonsetupdatestrategy-v1beta1-extensions","replace-status-682","read-status-681","patch-status-680","-strong-status-operations-strong--679","watch-list-all-namespaces-678","watch-list-677","watch-676","list-all-namespaces-675","list-674","read-673","-strong-read-operations-strong--672","delete-collection-671","delete-670","replace-669","patch-668","create-667","-strong-write-operations-strong--666","daemonset-v1beta1-extensions","crossversionobjectreference-v2beta1-autoscaling","replace-status-665","read-status-664","patch-status-663","-strong-status-operations-strong--662","watch-list-all-namespaces-661","watch-list-660","watch-659","list-all-namespaces-658","list-657","read-656","-strong-read-operations-strong--655","delete-collection-654","delete-653","replace-652","patch-651","create-650","-strong-write-operations-strong--649","cronjob-v2alpha1-batch","watch-list-all-namespaces-648","watch-list-647","watch-646","list-all-namespaces-645","list-644","read-643","-strong-read-operations-strong--642","delete-collection-641","delete-640","replace-639","patch-638","create-637","-strong-write-operations-strong--636","controllerrevision-v1beta1-apps","watch-list-635","watch-634","list-633","read-632","-strong-read-operations-strong--631","delete-collection-630","delete-629","replace-628","patch-627","create-626","-strong-write-operations-strong--625","clusterrolebinding-v1alpha1-rbac","watch-list-624","watch-623","list-622","read-621","-strong-read-operations-strong--620","delete-collection-619","delete-618","replace-617","patch-616","create-615","-strong-write-operations-strong--614","clusterrolebinding-v1beta1-rbac","watch-list-613","watch-612","list-611","read-610","-strong-read-operations-strong--609","delete-collection-608","delete-607","replace-606","patch-605","create-604","-strong-write-operations-strong--603","clusterrole-v1alpha1-rbac","watch-list-602","watch-601","list-600","read-599","-strong-read-operations-strong--598","delete-collection-597","delete-596","replace-595","patch-594","create-593","-strong-write-operations-strong--592","clusterrole-v1beta1-rbac","-strong-old-api-versions-strong-","weightedpodaffinityterm-v1-core","watchevent-v1-meta","vspherevirtualdiskvolumesource-v1-core","volumeprojection-v1-core","volumemount-v1-core","userinfo-v1-authentication","toleration-v1-core","time-v1-meta","taint-v1-core","tcpsocketaction-v1-core","supplementalgroupsstrategyoptions-v1beta1-extensions","subjectrulesreviewstatus-v1-authorization","subject-v1-rbac","storageosvolumesource-v1-core","storageospersistentvolumesource-v1-core","statusdetails-v1-meta","statuscause-v1-meta","status-v1-meta","statefulsetupdatestrategy-v1beta2-apps","sessionaffinityconfig-v1-core","servicereference-v1beta1-apiregistration","serviceport-v1-core","serveraddressbyclientcidr-v1-meta","securitycontext-v1-core","secretvolumesource-v1-core","secretreference-v1-core","secretprojection-v1-core","secretkeyselector-v1-core","secretenvsource-v1-core","scaleiovolumesource-v1-core","scale-v1-autoscaling","selinuxstrategyoptions-v1beta1-extensions","selinuxoptions-v1-core","runasuserstrategyoptions-v1beta1-extensions","rulewithoperations-v1alpha1-admissionregistration","rule-v1alpha1-admissionregistration","rollingupdatestatefulsetstrategy-v1beta2-apps","rollbackconfig-v1beta1-apps","roleref-v1-rbac","resourcerule-v1-authorization","resourcerequirements-v1-core","resourcemetricstatus-v2beta1-autoscaling","resourcemetricsource-v2beta1-autoscaling","resourcefieldselector-v1-core","resourceattributes-v1-authorization","replicationcontrollercondition-v1-core","replicasetcondition-v1beta2-apps","rbdvolumesource-v1-core","quobytevolumesource-v1-core","quantity-resource-core","projectedvolumesource-v1-core","probe-v1-core","preferredschedulingterm-v1-core","preconditions-v1-meta","portworxvolumesource-v1-core","policyrule-v1-rbac","podsmetricstatus-v2beta1-autoscaling","podsmetricsource-v2beta1-autoscaling","podsecuritycontext-v1-core","podcondition-v1-core","podantiaffinity-v1-core","podaffinityterm-v1-core","podaffinity-v1-core","photonpersistentdiskvolumesource-v1-core","persistentvolumeclaimvolumesource-v1-core","persistentvolumeclaimcondition-v1-core","patch-v1-meta","ownerreference-v1-meta","objectreference-v1-core","objectmetricstatus-v2beta1-autoscaling","objectmetricsource-v2beta1-autoscaling","objectmeta-v1-meta","objectfieldselector-v1-core","nonresourcerule-v1-authorization","nonresourceattributes-v1-authorization","nodesysteminfo-v1-core","nodeselectorterm-v1-core","nodeselectorrequirement-v1-core","nodeselector-v1-core","nodedaemonendpoints-v1-core","nodeconfigsource-v1-core","nodecondition-v1-core","nodeaffinity-v1-core","nodeaddress-v1-core","networkpolicyport-v1-networking","networkpolicypeer-v1-networking","networkpolicyingressrule-v1-networking","networkpolicyegressrule-v1-networking","nfsvolumesource-v1-core","metricstatus-v2beta1-autoscaling","metricspec-v2beta1-autoscaling","localvolumesource-v1-core","localobjectreference-v1-core","loadbalancerstatus-v1-core","loadbalanceringress-v1-core","listmeta-v1-meta","limitrangeitem-v1-core","lifecycle-v1-core","labelselectorrequirement-v1-meta","labelselector-v1-meta","keytopath-v1-core","jobtemplatespec-v1beta1-batch","jobcondition-v1-batch","jsonschemapropsorbool-v1beta1-apiextensions","jsonschemapropsorarray-v1beta1-apiextensions","jsonschemaprops-v1beta1-apiextensions","json-v1beta1-apiextensions","initializers-v1-meta","initializer-v1-meta","ingresstls-v1beta1-extensions","ingressrule-v1beta1-extensions","ingressbackend-v1beta1-extensions","iscsivolumesource-v1-core","ipblock-v1-networking","idrange-v1beta1-extensions","hostportrange-v1beta1-extensions","hostpathvolumesource-v1-core","hostalias-v1-core","horizontalpodautoscalercondition-v2beta1-autoscaling","handler-v1-core","httpingressrulevalue-v1beta1-extensions","httpingresspath-v1beta1-extensions","httpheader-v1-core","httpgetaction-v1-core","groupversionfordiscovery-v1-meta","glusterfsvolumesource-v1-core","gitrepovolumesource-v1-core","gcepersistentdiskvolumesource-v1-core","flockervolumesource-v1-core","flexvolumesource-v1-core","fsgroupstrategyoptions-v1beta1-extensions","fcvolumesource-v1-core","externaldocumentation-v1beta1-apiextensions","externaladmissionhook-v1alpha1-admissionregistration","execaction-v1-core","eviction-v1beta1-policy","eventsource-v1-core","envvarsource-v1-core","envvar-v1-core","envfromsource-v1-core","endpointsubset-v1-core","endpointport-v1-core","endpointaddress-v1-core","emptydirvolumesource-v1-core","downwardapivolumesource-v1-core","downwardapivolumefile-v1-core","downwardapiprojection-v1-core","deploymentcondition-v1beta2-apps","deleteoptions-v1-meta","daemonsetupdatestrategy-v1beta2-apps","daemonendpoint-v1-core","customresourcevalidation-v1beta1-apiextensions","customresourcedefinitionnames-v1beta1-apiextensions","customresourcedefinitioncondition-v1beta1-apiextensions","crossversionobjectreference-v1-autoscaling","containerstatewaiting-v1-core","containerstateterminated-v1-core","containerstaterunning-v1-core","containerstate-v1-core","containerport-v1-core","containerimage-v1-core","configmapvolumesource-v1-core","configmapprojection-v1-core","configmapkeyselector-v1-core","configmapenvsource-v1-core","componentcondition-v1-core","clientipconfig-v1-core","cindervolumesource-v1-core","certificatesigningrequestcondition-v1beta1-certificates","cephfsvolumesource-v1-core","cephfspersistentvolumesource-v1-core","capabilities-v1-core","azurefilevolumesource-v1-core","azurefilepersistentvolumesource-v1-core","azurediskvolumesource-v1-core","attachedvolume-v1-core","allowedhostpath-v1beta1-extensions","affinity-v1-core","admissionhookclientconfig-v1alpha1-admissionregistration","awselasticblockstorevolumesource-v1-core","apiversions-v1-meta","apiservicecondition-v1beta1-apiregistration","apiresource-v1-meta","apigroup-v1-meta","-strong-definitions-strong-","watch-list-all-namespaces-591","watch-list-590","watch-589","list-all-namespaces-588","list-587","read-586","-strong-read-operations-strong--585","delete-collection-584","delete-583","replace-582","patch-581","create-580","-strong-write-operations-strong--579","networkpolicy-v1-networking","create-578","-strong-write-operations-strong--577","tokenreview-v1-authentication","create-576","-strong-write-operations-strong--575","subjectaccessreview-v1-authorization","watch-list-all-namespaces-574","watch-list-573","watch-572","list-all-namespaces-571","list-570","read-569","-strong-read-operations-strong--568","delete-collection-567","delete-566","replace-565","patch-564","create-563","-strong-write-operations-strong--562","serviceaccount-v1-core","create-561","-strong-write-operations-strong--560","selfsubjectrulesreview-v1-authorization","create-559","-strong-write-operations-strong--558","selfsubjectaccessreview-v1-authorization","watch-list-all-namespaces-557","watch-list-556","watch-555","list-all-namespaces-554","list-553","read-552","-strong-read-operations-strong--551","delete-collection-550","delete-549","replace-548","patch-547","create-546","-strong-write-operations-strong--545","rolebinding-v1-rbac","watch-list-all-namespaces-544","watch-list-543","watch-542","list-all-namespaces-541","list-540","read-539","-strong-read-operations-strong--538","delete-collection-537","delete-536","replace-535","patch-534","create-533","-strong-write-operations-strong--532","role-v1-rbac","replace-status-531","read-status-530","patch-status-529","-strong-status-operations-strong--528","watch-list-all-namespaces-527","watch-list-526","watch-525","list-all-namespaces-524","list-523","read-522","-strong-read-operations-strong--521","delete-collection-520","delete-519","replace-518","patch-517","create-516","-strong-write-operations-strong--515","resourcequota-v1-core","replace-status-514","read-status-513","patch-status-512","-strong-status-operations-strong--511","watch-list-510","watch-509","list-508","read-507","-strong-read-operations-strong--506","delete-collection-505","delete-504","replace-503","patch-502","create-501","-strong-write-operations-strong--500","persistentvolume-v1-core","replace-proxy-path-499","replace-proxy-498","replace-connect-proxy-path-497","replace-connect-proxy-496","head-connect-proxy-path-495","head-connect-proxy-494","get-proxy-path-493","get-proxy-492","get-connect-proxy-path-491","get-connect-proxy-490","delete-proxy-path-489","delete-proxy-488","delete-connect-proxy-path-487","delete-connect-proxy-486","create-proxy-path-485","create-proxy-484","create-connect-proxy-path-483","create-connect-proxy-482","-strong-proxy-operations-strong--481","replace-status-480","read-status-479","patch-status-478","-strong-status-operations-strong--477","watch-list-476","watch-475","list-474","read-473","-strong-read-operations-strong--472","delete-collection-471","delete-470","replace-469","patch-468","create-467","-strong-write-operations-strong--466","node-v1-core","replace-status-465","read-status-464","patch-status-463","-strong-status-operations-strong--462","watch-list-461","watch-460","list-459","read-458","-strong-read-operations-strong--457","delete-456","replace-455","patch-454","create-453","-strong-write-operations-strong--452","namespace-v1-core","create-451","-strong-write-operations-strong--450","localsubjectaccessreview-v1-authorization","list-449","read-448","-strong-read-operations-strong--447","componentstatus-v1-core","watch-list-446","watch-445","list-444","read-443","-strong-read-operations-strong--442","delete-collection-441","delete-440","replace-439","patch-438","create-437","-strong-write-operations-strong--436","clusterrolebinding-v1-rbac","watch-list-435","watch-434","list-433","read-432","-strong-read-operations-strong--431","delete-collection-430","delete-429","replace-428","patch-427","create-426","-strong-write-operations-strong--425","clusterrole-v1-rbac","replace-status-424","-strong-status-operations-strong--423","watch-list-422","watch-421","list-420","read-419","-strong-read-operations-strong--418","delete-collection-417","delete-416","replace-415","patch-414","create-413","-strong-write-operations-strong--412","certificatesigningrequest-v1beta1-certificates","create-411","-strong-write-operations-strong--410","binding-v1-core","replace-status-409","-strong-status-operations-strong--408","watch-list-407","watch-406","list-405","read-404","-strong-read-operations-strong--403","delete-collection-402","delete-401","replace-400","patch-399","create-398","-strong-write-operations-strong--397","apiservice-v1beta1-apiregistration","-strong-cluster-strong-","watch-list-396","watch-395","list-394","read-393","-strong-read-operations-strong--392","delete-collection-391","delete-390","replace-389","patch-388","create-387","-strong-write-operations-strong--386","podsecuritypolicy-v1beta1-extensions","watch-list-all-namespaces-385","watch-list-384","watch-383","list-all-namespaces-382","list-381","read-380","-strong-read-operations-strong--379","delete-collection-378","delete-377","replace-376","patch-375","create-374","-strong-write-operations-strong--373","podpreset-v1alpha1-settings","watch-list-372","watch-371","list-370","read-369","-strong-read-operations-strong--368","delete-collection-367","delete-366","replace-365","patch-364","create-363","-strong-write-operations-strong--362","priorityclass-v1alpha1-scheduling","replace-status-361","read-status-360","patch-status-359","-strong-status-operations-strong--358","watch-list-all-namespaces-357","watch-list-356","watch-355","list-all-namespaces-354","list-353","read-352","-strong-read-operations-strong--351","delete-collection-350","delete-349","replace-348","patch-347","create-346","-strong-write-operations-strong--345","poddisruptionbudget-v1beta1-policy","watch-list-all-namespaces-344","watch-list-343","watch-342","list-all-namespaces-341","list-340","read-339","-strong-read-operations-strong--338","delete-collection-337","delete-336","replace-335","patch-334","create-333","-strong-write-operations-strong--332","podtemplate-v1-core","watch-list-331","watch-330","list-329","read-328","-strong-read-operations-strong--327","delete-collection-326","delete-325","replace-324","patch-323","create-322","-strong-write-operations-strong--321","initializerconfiguration-v1alpha1-admissionregistration","replace-status-320","read-status-319","patch-status-318","-strong-status-operations-strong--317","watch-list-all-namespaces-316","watch-list-315","watch-314","list-all-namespaces-313","list-312","read-311","-strong-read-operations-strong--310","delete-collection-309","delete-308","replace-307","patch-306","create-305","-strong-write-operations-strong--304","horizontalpodautoscaler-v1-autoscaling","watch-list-303","watch-302","list-301","read-300","-strong-read-operations-strong--299","delete-collection-298","delete-297","replace-296","patch-295","create-294","-strong-write-operations-strong--293","externaladmissionhookconfiguration-v1alpha1-admissionregistration","watch-list-all-namespaces-292","watch-list-291","watch-290","list-all-namespaces-289","list-288","read-287","-strong-read-operations-strong--286","delete-collection-285","delete-284","replace-283","patch-282","create-281","-strong-write-operations-strong--280","limitrange-v1-core","watch-list-all-namespaces-279","watch-list-278","watch-277","list-all-namespaces-276","list-275","read-274","-strong-read-operations-strong--273","delete-collection-272","delete-271","replace-270","patch-269","create-268","-strong-write-operations-strong--267","event-v1-core","replace-status-266","-strong-status-operations-strong--265","watch-list-264","watch-263","list-262","read-261","-strong-read-operations-strong--260","delete-collection-259","delete-258","replace-257","patch-256","create-255","-strong-write-operations-strong--254","customresourcedefinition-v1beta1-apiextensions","watch-list-all-namespaces-253","watch-list-252","watch-251","list-all-namespaces-250","list-249","read-248","-strong-read-operations-strong--247","delete-collection-246","delete-245","replace-244","patch-243","create-242","-strong-write-operations-strong--241","controllerrevision-v1beta2-apps","-strong-metadata-strong-","volume-v1-core","watch-list-240","watch-239","list-238","read-237","-strong-read-operations-strong--236","delete-collection-235","delete-234","replace-233","patch-232","create-231","-strong-write-operations-strong--230","storageclass-v1-storage","replace-status-229","read-status-228","patch-status-227","-strong-status-operations-strong--226","watch-list-all-namespaces-225","watch-list-224","watch-223","list-all-namespaces-222","list-221","read-220","-strong-read-operations-strong--219","delete-collection-218","delete-217","replace-216","patch-215","create-214","-strong-write-operations-strong--213","persistentvolumeclaim-v1-core","watch-list-all-namespaces-212","watch-list-211","watch-210","list-all-namespaces-209","list-208","read-207","-strong-read-operations-strong--206","delete-collection-205","delete-204","replace-203","patch-202","create-201","-strong-write-operations-strong--200","secret-v1-core","watch-list-all-namespaces-199","watch-list-198","watch-197","list-all-namespaces-196","list-195","read-194","-strong-read-operations-strong--193","delete-collection-192","delete-191","replace-190","patch-189","create-188","-strong-write-operations-strong--187","configmap-v1-core","-strong-config-storage-strong-","replace-proxy-path-186","replace-proxy-185","replace-connect-proxy-path-184","replace-connect-proxy-183","head-connect-proxy-path-182","head-connect-proxy-181","get-proxy-path-180","get-proxy-179","get-connect-proxy-path-178","get-connect-proxy-177","delete-proxy-path-176","delete-proxy-175","delete-connect-proxy-path-174","delete-connect-proxy-173","create-proxy-path-172","create-proxy-171","create-connect-proxy-path-170","create-connect-proxy-169","-strong-proxy-operations-strong--168","replace-status-167","read-status-166","patch-status-165","-strong-status-operations-strong--164","watch-list-all-namespaces-163","watch-list-162","watch-161","list-all-namespaces-160","list-159","read-158","-strong-read-operations-strong--157","delete-156","replace-155","patch-154","create-153","-strong-write-operations-strong--152","service-v1-core","replace-status-151","read-status-150","patch-status-149","-strong-status-operations-strong--148","watch-list-all-namespaces-147","watch-list-146","watch-145","list-all-namespaces-144","list-143","read-142","-strong-read-operations-strong--141","delete-collection-140","delete-139","replace-138","patch-137","create-136","-strong-write-operations-strong--135","ingress-v1beta1-extensions","watch-list-all-namespaces-134","watch-list-133","watch-132","list-all-namespaces-131","list-130","read-129","-strong-read-operations-strong--128","delete-collection-127","delete-126","replace-125","patch-124","create-123","-strong-write-operations-strong--122","endpoints-v1-core","-strong-discovery-load-balancing-strong-","replace-status-121","read-status-120","patch-status-119","-strong-status-operations-strong--118","watch-list-all-namespaces-117","watch-list-116","watch-115","list-all-namespaces-114","list-113","read-112","-strong-read-operations-strong--111","delete-collection-110","delete-109","replace-108","patch-107","create-106","-strong-write-operations-strong--105","statefulset-v1beta2-apps","replace-status-104","read-status-103","patch-status-102","-strong-status-operations-strong--101","watch-list-all-namespaces-100","watch-list-99","watch-98","list-all-namespaces-97","list-96","read-95","-strong-read-operations-strong--94","delete-collection-93","delete-92","replace-91","patch-90","create-89","-strong-write-operations-strong--88","replicationcontroller-v1-core","replace-status-87","read-status-86","patch-status-85","-strong-status-operations-strong--84","watch-list-all-namespaces-83","watch-list-82","watch-81","list-all-namespaces-80","list-79","read-78","-strong-read-operations-strong--77","delete-collection-76","delete-75","replace-74","patch-73","create-72","-strong-write-operations-strong--71","replicaset-v1beta2-apps","read-log","-strong-misc-operations-strong-","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-","replace-status-70","read-status-69","patch-status-68","-strong-status-operations-strong--67","watch-list-all-namespaces-66","watch-list-65","watch-64","list-all-namespaces-63","list-62","read-61","-strong-read-operations-strong--60","delete-collection-59","delete-58","replace-57","patch-56","create-55","-strong-write-operations-strong--54","pod-v1-core","replace-status-53","read-status-52","patch-status-51","-strong-status-operations-strong--50","watch-list-all-namespaces-49","watch-list-48","watch-47","list-all-namespaces-46","list-45","read-44","-strong-read-operations-strong--43","delete-collection-42","delete-41","replace-40","patch-39","create-38","-strong-write-operations-strong--37","job-v1-batch","replace-status-36","read-status-35","patch-status-34","-strong-status-operations-strong--33","watch-list-all-namespaces-32","watch-list-31","watch-30","list-all-namespaces-29","list-28","read-27","-strong-read-operations-strong--26","delete-collection-25","delete-24","replace-23","patch-22","create-21","-strong-write-operations-strong--20","deployment-v1beta2-apps","replace-status-19","read-status-18","patch-status-17","-strong-status-operations-strong--16","watch-list-all-namespaces-15","watch-list-14","watch-13","list-all-namespaces-12","list-11","read-10","-strong-read-operations-strong--9","delete-collection-8","delete-7","replace-6","patch-5","create-4","-strong-write-operations-strong--3","daemonset-v1beta2-apps","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","replace","patch","create","-strong-write-operations-strong-","cronjob-v1beta1-batch","container-v1-core","-strong-workloads-strong-","resource-operations","resource-objects","resource-categories","-strong-api-overview-strong-"]};})(); \ No newline at end of file diff --git a/docs/user-guide/kubectl/v1.8/index.html b/docs/user-guide/kubectl/v1.8/index.html index 880ae9d52877d..dce1f8eb59def 100644 --- a/docs/user-guide/kubectl/v1.8/index.html +++ b/docs/user-guide/kubectl/v1.8/index.html @@ -11,7 +11,7 @@ - +StatefulSetUpdateStrategy v1beta
- rollingUpdate +
RollingUpdateStatefulSetStrategyrollingUpdate
RollingUpdateStatefulSetStrategyRollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType. type -
stringType indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate. +Type indicates the type of the StatefulSetUpdateStrategy.
- example
GETTING STARTED
@@ -89,7 +89,7 @@run
Create and run a particular image, possibly replicated.
Creates a deployment or job to manage the created container(s).
Usage
-+
$ run NAME --image=image [--env="key=value"] [--port=port] [--replicas=replicas] [--dry-run=bool] [--overrides=inline-json] [--command] -- [COMMAND] [args...]
$ run-container
Flags
@@ -1440,12 +1440,6 @@
Flags
Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview]. - -user -- [] -Usernames to bind to the role -validate true @@ -2339,12 +2333,6 @@Flags
Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview]. - -user -- [] -Usernames to bind to the role -- validate true @@ -5672,12 +5660,6 @@Flags
Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview]. - user -- [] -Usernames to bind to the role -DECLARATIVE APP MANAGEMENT
@@ -7472,25 +7454,6 @@config
Usage
-
$ config SUBCOMMAND
Flags
-- -
- - - -Name -Shorthand -Default -Usage -- - -kubeconfig -- - use a particular kubeconfig file -
current-context
@@ -7649,29 +7612,11 @@Flags
- -certificate-authority -- - Path to certificate-authority file for the cluster entry in kubeconfig -- embed-certs false embed-certs for the cluster entry in kubeconfig - -insecure-skip-tls-verify -- false -insecure-skip-tls-verify for the cluster entry in kubeconfig -- server -- - server for the cluster entry in kubeconfig -
@@ -7685,37 +7630,6 @@set-context
Specifying a name that already exists will merge new fields on top of existing values for those fields.
Usage
-
$ set-context NAME [--cluster=cluster_nickname] [--user=user_nickname] [--namespace=namespace]
Flags
-- -
- - - -Name -Shorthand -Default -Usage -- -cluster -- - cluster for the context entry in kubeconfig -- -namespace -- - namespace for the context entry in kubeconfig -- - -user -- - user for the context entry in kubeconfig -
set-credentials
@@ -7783,41 +7697,11 @@Flags
'key=value' arguments for the auth provider - -client-certificate -- - Path to client-certificate file for the user entry in kubeconfig -- -client-key -- - Path to client-key file for the user entry in kubeconfig -- embed-certs false Embed client cert/key for the user entry in kubeconfig - -password -- - password for the user entry in kubeconfig -- -token -- - token for the user entry in kubeconfig -- username -- - username for the user entry in kubeconfig -
@@ -8082,307 +7966,6 @@plugin
Usage
$ plugin NAME
DEPRECATED COMMANDS
-
-run-container
---Start a single instance of nginx.
--
kubectl run nginx --image=nginx -
--Start a single instance of hazelcast and let the container expose port 5701 .
--
kubectl run hazelcast --image=hazelcast --port=5701 -
--Start a single instance of hazelcast and set environment variables "DNS_DOMAIN=cluster" and "POD_NAMESPACE=default" in the container.
--
kubectl run hazelcast --image=hazelcast --env="DNS_DOMAIN=cluster" --env="POD_NAMESPACE=default" -
--Start a single instance of hazelcast and set labels "app=hazelcast" and "env=prod" in the container.
--
kubectl run hazelcast --image=nginx --labels="app=hazelcast,env=prod" -
--Start a replicated instance of nginx.
--
kubectl run nginx --image=nginx --replicas=5 -
--Dry run. Print the corresponding API objects without creating them.
--
kubectl run nginx --image=nginx --dry-run -
--Start a single instance of nginx, but overload the spec of the deployment with a partial set of values parsed from JSON.
--
kubectl run nginx --image=nginx --overrides='{ "apiVersion": "v1", "spec": { ... } }' -
--Start a pod of busybox and keep it in the foreground, don't restart it if it exits.
--
kubectl run -i -t busybox --image=busybox --restart=Never -
--Start the nginx container using the default command, but use custom arguments (arg1 .. argN) for that command.
--
kubectl run nginx --image=nginx -- <arg1> <arg2> ... <argN> -
--Start the nginx container using a different command and custom arguments.
--
kubectl run nginx --image=nginx --command -- <cmd> <arg1> ... <argN> -
--Start the perl container to compute π to 2000 places and print it out.
--
kubectl run pi --image=perl --restart=OnFailure -- perl -Mbignum=bpi -wle 'print bpi(2000)' -
--Start the cron job to compute π to 2000 places and print it out every 5 minutes.
--
kubectl run pi --schedule="0/5 * * * ?" --image=perl --restart=OnFailure -- perl -Mbignum=bpi -wle 'print bpi(2000)' -
Create and run a particular image, possibly replicated.
-Creates a deployment or job to manage the created container(s).
-Usage
--
$ run-container
Flags
-- -
diff --git a/docs/user-guide/kubectl/v1.8/navData.js b/docs/user-guide/kubectl/v1.8/navData.js index f4f6d84bc1a91..60a00ffbfbec5 100644 --- a/docs/user-guide/kubectl/v1.8/navData.js +++ b/docs/user-guide/kubectl/v1.8/navData.js @@ -1 +1 @@ -(function(){navData = {"toc":[{"section":"run-container","subsections":[]},{"section":"-strong-deprecated-commands-strong-","subsections":[]},{"section":"plugin","subsections":[]},{"section":"version","subsections":[]},{"section":"options","subsections":[]},{"section":"explain","subsections":[]},{"section":"config","subsections":[{"section":"-em-view-em-"},{"section":"-em-use-context-em-"},{"section":"-em-unset-em-"},{"section":"-em-set-credentials-em-"},{"section":"-em-set-context-em-"},{"section":"-em-set-cluster-em-"},{"section":"-em-set-em-"},{"section":"-em-rename-context-em-"},{"section":"-em-get-contexts-em-"},{"section":"-em-get-clusters-em-"},{"section":"-em-delete-context-em-"},{"section":"-em-delete-cluster-em-"},{"section":"-em-current-context-em-"}]},{"section":"completion","subsections":[]},{"section":"alpha","subsections":[]},{"section":"-strong-kubectl-settings-and-usage-strong-","subsections":[]},{"section":"uncordon","subsections":[]},{"section":"taint","subsections":[]},{"section":"drain","subsections":[]},{"section":"cordon","subsections":[]},{"section":"cluster-info","subsections":[{"section":"-em-dump-em-"}]},{"section":"certificate","subsections":[{"section":"-em-deny-em-"},{"section":"-em-approve-em-"}]},{"section":"api-versions","subsections":[]},{"section":"-strong-cluster-management-strong-","subsections":[]},{"section":"top","subsections":[{"section":"-em-pod-em-"},{"section":"-em-node-em-"}]},{"section":"proxy","subsections":[]},{"section":"port-forward","subsections":[]},{"section":"logs","subsections":[]},{"section":"exec","subsections":[]},{"section":"describe","subsections":[]},{"section":"cp","subsections":[]},{"section":"auth","subsections":[{"section":"-em-reconcile-em-"},{"section":"-em-can-i-em-"}]},{"section":"attach","subsections":[]},{"section":"-strong-working-with-apps-strong-","subsections":[]},{"section":"apply","subsections":[{"section":"-em-view-last-applied-em-"},{"section":"-em-set-last-applied-em-"},{"section":"-em-edit-last-applied-em-"}]},{"section":"-strong-declarative-app-management-strong-","subsections":[]},{"section":"set","subsections":[{"section":"-em-subject-em-"},{"section":"-em-serviceaccount-em--1"},{"section":"-em-selector-em-"},{"section":"-em-resources-em-"},{"section":"-em-image-em-"},{"section":"-em-env-em-"}]},{"section":"scale","subsections":[]},{"section":"rollout","subsections":[{"section":"-em-undo-em-"},{"section":"-em-status-em-"},{"section":"-em-resume-em-"},{"section":"-em-pause-em-"},{"section":"-em-history-em-"}]},{"section":"rolling-update","subsections":[]},{"section":"replace","subsections":[]},{"section":"patch","subsections":[]},{"section":"label","subsections":[]},{"section":"get","subsections":[]},{"section":"edit","subsections":[]},{"section":"delete","subsections":[]},{"section":"create","subsections":[{"section":"-em-serviceaccount-em-"},{"section":"-em-service-nodeport-em-"},{"section":"-em-service-loadbalancer-em-"},{"section":"-em-service-externalname-em-"},{"section":"-em-service-clusterip-em-"},{"section":"-em-service-em-"},{"section":"-em-secret-tls-em-"},{"section":"-em-secret-generic-em-"},{"section":"-em-secret-docker-registry-em-"},{"section":"-em-secret-em-"},{"section":"-em-rolebinding-em-"},{"section":"-em-role-em-"},{"section":"-em-quota-em-"},{"section":"-em-poddisruptionbudget-em-"},{"section":"-em-namespace-em-"},{"section":"-em-deployment-em-"},{"section":"-em-configmap-em-"},{"section":"-em-clusterrolebinding-em-"},{"section":"-em-clusterrole-em-"}]},{"section":"convert","subsections":[]},{"section":"autoscale","subsections":[]},{"section":"annotate","subsections":[]},{"section":"-strong-app-management-strong-","subsections":[]},{"section":"expose","subsections":[]},{"section":"run","subsections":[]},{"section":"-strong-getting-started-strong-","subsections":[]}],"flatToc":["run-container","-strong-deprecated-commands-strong-","plugin","version","options","explain","-em-view-em-","-em-use-context-em-","-em-unset-em-","-em-set-credentials-em-","-em-set-context-em-","-em-set-cluster-em-","-em-set-em-","-em-rename-context-em-","-em-get-contexts-em-","-em-get-clusters-em-","-em-delete-context-em-","-em-delete-cluster-em-","-em-current-context-em-","config","completion","alpha","-strong-kubectl-settings-and-usage-strong-","uncordon","taint","drain","cordon","-em-dump-em-","cluster-info","-em-deny-em-","-em-approve-em-","certificate","api-versions","-strong-cluster-management-strong-","-em-pod-em-","-em-node-em-","top","proxy","port-forward","logs","exec","describe","cp","-em-reconcile-em-","-em-can-i-em-","auth","attach","-strong-working-with-apps-strong-","-em-view-last-applied-em-","-em-set-last-applied-em-","-em-edit-last-applied-em-","apply","-strong-declarative-app-management-strong-","-em-subject-em-","-em-serviceaccount-em--1","-em-selector-em-","-em-resources-em-","-em-image-em-","-em-env-em-","set","scale","-em-undo-em-","-em-status-em-","-em-resume-em-","-em-pause-em-","-em-history-em-","rollout","rolling-update","replace","patch","label","get","edit","delete","-em-serviceaccount-em-","-em-service-nodeport-em-","-em-service-loadbalancer-em-","-em-service-externalname-em-","-em-service-clusterip-em-","-em-service-em-","-em-secret-tls-em-","-em-secret-generic-em-","-em-secret-docker-registry-em-","-em-secret-em-","-em-rolebinding-em-","-em-role-em-","-em-quota-em-","-em-poddisruptionbudget-em-","-em-namespace-em-","-em-deployment-em-","-em-configmap-em-","-em-clusterrolebinding-em-","-em-clusterrole-em-","create","convert","autoscale","annotate","-strong-app-management-strong-","expose","run","-strong-getting-started-strong-"]};})(); \ No newline at end of file +(function(){navData = {"toc":[{"section":"-strong-deprecated-commands-strong-","subsections":[]},{"section":"plugin","subsections":[]},{"section":"version","subsections":[]},{"section":"options","subsections":[]},{"section":"explain","subsections":[]},{"section":"config","subsections":[{"section":"-em-view-em-"},{"section":"-em-use-context-em-"},{"section":"-em-unset-em-"},{"section":"-em-set-credentials-em-"},{"section":"-em-set-context-em-"},{"section":"-em-set-cluster-em-"},{"section":"-em-set-em-"},{"section":"-em-rename-context-em-"},{"section":"-em-get-contexts-em-"},{"section":"-em-get-clusters-em-"},{"section":"-em-delete-context-em-"},{"section":"-em-delete-cluster-em-"},{"section":"-em-current-context-em-"}]},{"section":"completion","subsections":[]},{"section":"alpha","subsections":[]},{"section":"-strong-kubectl-settings-and-usage-strong-","subsections":[]},{"section":"uncordon","subsections":[]},{"section":"taint","subsections":[]},{"section":"drain","subsections":[]},{"section":"cordon","subsections":[]},{"section":"cluster-info","subsections":[{"section":"-em-dump-em-"}]},{"section":"certificate","subsections":[{"section":"-em-deny-em-"},{"section":"-em-approve-em-"}]},{"section":"api-versions","subsections":[]},{"section":"-strong-cluster-management-strong-","subsections":[]},{"section":"top","subsections":[{"section":"-em-pod-em-"},{"section":"-em-node-em-"}]},{"section":"proxy","subsections":[]},{"section":"port-forward","subsections":[]},{"section":"logs","subsections":[]},{"section":"exec","subsections":[]},{"section":"describe","subsections":[]},{"section":"cp","subsections":[]},{"section":"auth","subsections":[{"section":"-em-reconcile-em-"},{"section":"-em-can-i-em-"}]},{"section":"attach","subsections":[]},{"section":"-strong-working-with-apps-strong-","subsections":[]},{"section":"apply","subsections":[{"section":"-em-view-last-applied-em-"},{"section":"-em-set-last-applied-em-"},{"section":"-em-edit-last-applied-em-"}]},{"section":"-strong-declarative-app-management-strong-","subsections":[]},{"section":"set","subsections":[{"section":"-em-subject-em-"},{"section":"-em-serviceaccount-em--1"},{"section":"-em-selector-em-"},{"section":"-em-resources-em-"},{"section":"-em-image-em-"},{"section":"-em-env-em-"}]},{"section":"scale","subsections":[]},{"section":"rollout","subsections":[{"section":"-em-undo-em-"},{"section":"-em-status-em-"},{"section":"-em-resume-em-"},{"section":"-em-pause-em-"},{"section":"-em-history-em-"}]},{"section":"rolling-update","subsections":[]},{"section":"replace","subsections":[]},{"section":"patch","subsections":[]},{"section":"label","subsections":[]},{"section":"get","subsections":[]},{"section":"edit","subsections":[]},{"section":"delete","subsections":[]},{"section":"create","subsections":[{"section":"-em-serviceaccount-em-"},{"section":"-em-service-nodeport-em-"},{"section":"-em-service-loadbalancer-em-"},{"section":"-em-service-externalname-em-"},{"section":"-em-service-clusterip-em-"},{"section":"-em-service-em-"},{"section":"-em-secret-tls-em-"},{"section":"-em-secret-generic-em-"},{"section":"-em-secret-docker-registry-em-"},{"section":"-em-secret-em-"},{"section":"-em-rolebinding-em-"},{"section":"-em-role-em-"},{"section":"-em-quota-em-"},{"section":"-em-poddisruptionbudget-em-"},{"section":"-em-namespace-em-"},{"section":"-em-deployment-em-"},{"section":"-em-configmap-em-"},{"section":"-em-clusterrolebinding-em-"},{"section":"-em-clusterrole-em-"}]},{"section":"convert","subsections":[]},{"section":"autoscale","subsections":[]},{"section":"annotate","subsections":[]},{"section":"-strong-app-management-strong-","subsections":[]},{"section":"expose","subsections":[]},{"section":"run","subsections":[]},{"section":"-strong-getting-started-strong-","subsections":[]}],"flatToc":["-strong-deprecated-commands-strong-","plugin","version","options","explain","-em-view-em-","-em-use-context-em-","-em-unset-em-","-em-set-credentials-em-","-em-set-context-em-","-em-set-cluster-em-","-em-set-em-","-em-rename-context-em-","-em-get-contexts-em-","-em-get-clusters-em-","-em-delete-context-em-","-em-delete-cluster-em-","-em-current-context-em-","config","completion","alpha","-strong-kubectl-settings-and-usage-strong-","uncordon","taint","drain","cordon","-em-dump-em-","cluster-info","-em-deny-em-","-em-approve-em-","certificate","api-versions","-strong-cluster-management-strong-","-em-pod-em-","-em-node-em-","top","proxy","port-forward","logs","exec","describe","cp","-em-reconcile-em-","-em-can-i-em-","auth","attach","-strong-working-with-apps-strong-","-em-view-last-applied-em-","-em-set-last-applied-em-","-em-edit-last-applied-em-","apply","-strong-declarative-app-management-strong-","-em-subject-em-","-em-serviceaccount-em--1","-em-selector-em-","-em-resources-em-","-em-image-em-","-em-env-em-","set","scale","-em-undo-em-","-em-status-em-","-em-resume-em-","-em-pause-em-","-em-history-em-","rollout","rolling-update","replace","patch","label","get","edit","delete","-em-serviceaccount-em-","-em-service-nodeport-em-","-em-service-loadbalancer-em-","-em-service-externalname-em-","-em-service-clusterip-em-","-em-service-em-","-em-secret-tls-em-","-em-secret-generic-em-","-em-secret-docker-registry-em-","-em-secret-em-","-em-rolebinding-em-","-em-role-em-","-em-quota-em-","-em-poddisruptionbudget-em-","-em-namespace-em-","-em-deployment-em-","-em-configmap-em-","-em-clusterrolebinding-em-","-em-clusterrole-em-","create","convert","autoscale","annotate","-strong-app-management-strong-","expose","run","-strong-getting-started-strong-"]};})(); \ No newline at end of file- - - -Name -Shorthand -Default -Usage -- -allow-missing-template-keys -- true -If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats. -- -attach -- false -If true, wait for the Pod to start running, and then attach to the Pod as if 'kubectl attach ...' were called. Default false, unless '-i/--stdin' is set, in which case the default is true. With '--restart=Never' the exit code of the container process is returned. -- -command -- false -If true and extra arguments are present, use them as the 'command' field in the container, rather than the 'args' field which is the default. -- -dry-run -- false -If true, only print the object that would be sent, without sending it. -- -env -- [] -Environment variables to set in the container -- -expose -- false -If true, a public, external service is created for the container(s) which are run -- -generator -- - The name of the API generator to use, see http://kubernetes.io/docs/user-guide/kubectl-conventions/#generators for a list. -- -hostport -- -1 -The host port mapping for the container port. To demonstrate a single-machine container. -- -image -- - The image for the container to run. -- -image-pull-policy -- - The image pull policy for the container. If left empty, this value will not be specified by the client and defaulted by the server -- -include-extended-apis -- true -If true, include definitions of new APIs via calls to the API server. [default true] -- -labels -l -- Comma separated labels to apply to the pod(s). Will override previous values. -- -leave-stdin-open -- false -If the pod is started in interactive mode or with stdin, leave stdin open after the first attach completes. By default, stdin will be closed after the first attach completes. -- -limits -- - The resource requirement limits for this container. For example, 'cpu=200m,memory=512Mi'. Note that server side components may assign limits depending on the server configuration, such as limit ranges. -- -no-headers -- false -When using the default or custom-column output format, don't print headers (default print headers). -- -output -o -- Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath]. -- -output-version -- - DEPRECATED: To use a specific API version, fully-qualify the resource, version, and group (for example: 'jobs.v1.batch/myjob'). -- -overrides -- - An inline JSON override for the generated object. If this is non-empty, it is used to override the generated object. Requires that the object supply a valid apiVersion field. -- -pod-running-timeout -- 1m0s -The length of time (like 5s, 2m, or 3h, higher than zero) to wait until at least one pod is running -- -port -- - The port that this container exposes. If --expose is true, this is also the port used by the service that is created. -- -quiet -- false -If true, suppress prompt messages. -- -record -- false -Record current kubectl command in the resource annotation. If set to false, do not record the command. If set to true, record the command. If not set, default to updating the existing annotation value only if one already exists. -- -replicas -r -1 -Number of replicas to create for this container. Default is 1. -- -requests -- - The resource requirement requests for this container. For example, 'cpu=100m,memory=256Mi'. Note that server side components may assign requests depending on the server configuration, such as limit ranges. -- -restart -- Always -The restart policy for this Pod. Legal values [Always, OnFailure, Never]. If set to 'Always' a deployment is created, if set to 'OnFailure' a job is created, if set to 'Never', a regular pod is created. For the latter two --replicas must be 1. Default 'Always', for CronJobs -Never
.- -rm -- false -If true, delete resources created in this command for attached containers. -- -save-config -- false -If true, the configuration of current object will be saved in its annotation. Otherwise, the annotation will be unchanged. This flag is useful when you want to perform kubectl apply on this object in the future. -- -schedule -- - A schedule in the Cron format the job should be run with. -- -service-generator -- service/v2 -The name of the generator to use for creating a service. Only used if --expose is true -- -service-overrides -- - An inline JSON override for the generated service object. If this is non-empty, it is used to override the generated object. Requires that the object supply a valid apiVersion field. Only used if --expose is true. -- -serviceaccount -- - Service account to set in the pod spec -- -show-all -a -false -When printing, show all resources (default hide terminated pods.) -- -show-labels -- false -When printing, show all labels as the last column (default hide labels column) -- -sort-by -- - If non-empty, sort list types using this field specification. The field specification is expressed as a JSONPath expression (e.g. '{.metadata.name}'). The field in the API resource specified by this JSONPath expression must be an integer or a string. -- -stdin -i -false -Keep stdin open on the container(s) in the pod, even if nothing is attached. -- -template -- - Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview]. -- - -tty -t -false -Allocated a TTY for each container in the pod. -