Deployment Config to run 3 nginx instances (max rollback set to 10 revisions).
@@ -3785,11 +3785,11 @@ Appears In:
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 ReplicaSet 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 ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is at most 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 at most 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 ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, 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.
Service Config to load balance traffic across all Pods with the app=nginx label. Receives on and sends to port 80. Exposes an externally accessible endpoint.
@@ -19568,10 +19568,6 @@ service "service-example" created
The last error encountered during attach operation, if any. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
@@ -26845,12 +26845,12 @@ Appears In:
Upon successful attach, this field is populated with any information returned by the attach operation that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
The last error encountered during detach operation, if any. This field must only be set by the entity completing the detach operation, i.e. the external-attacher.
Subresources describes the subresources for CustomResources This field is alpha-level and should only be sent to servers that enable subresources via the CustomResourceSubresources feature gate.
initializers Initializer array patch type: merge patch merge key: name
+
initializers Initializer array patch type: merge patch merge key: name
Initializers is a list of resources and their default initializers Order-sensitive. When merging multiple InitializerConfigurations, we sort the initializers from different InitializerConfigurations by the name of the InitializerConfigurations; the order of the initializers from the same InitializerConfiguration is preserved.
PodSecurityPolicy governs the ability to make requests that affect the Security Context that will be applied to a pod and container. Deprecated: use PodSecurityPolicy from policy API Group instead.
+
Pod Security Policy governs the ability to make requests that affect the Security Context that will be applied to a pod and container.
Status contains derived information about an API server
-
APIServiceSpec v1beta1 apiregistration
+
APIServiceSpec v1 apiregistration
@@ -42451,7 +42451,7 @@ Appears In:
InsecureSkipTLSVerify disables TLS certificate verification when communicating with this server. This is strongly discouraged. You should use the CABundle instead.
Service is a reference to the service for this API server. It must communicate on port 443 If the Service is nil, that means the handling for the API groupversion is handled locally on this server. The call will simply delegate to the normal handler chain to be fulfilled.
@@ -42464,12 +42464,12 @@ Appears In:
-
APIServiceStatus v1beta1 apiregistration
+
APIServiceStatus v1 apiregistration
@@ -42481,12 +42481,12 @@ Appears In:
-
conditions APIServiceCondition array patch type: merge patch merge key: type
+
conditions APIServiceCondition array patch type: merge patch merge key: type
AggregationRule is an optional field that describes how to build the Rules for this ClusterRole. If AggregationRule is set, then the Rules are controller managed and direct changes to Rules will be stomped by the controller.
ClusterRoleBinding references a ClusterRole, but not contain it. It can reference a ClusterRole in the global namespace, and adds who information via Subject.
LocalSubjectAccessReview checks whether or not a user or group can perform an action in a given namespace. Having a namespace scoped resource makes it much easier to grant namespace scoped policy that includes permissions checking.
Spec holds information about the request being evaluated. spec.namespace must be equal to the namespace you made the request against. If empty, it is defaulted.
RoleBinding references a role, but does not contain it. It can reference a Role in the same namespace or a ClusterRole in the global namespace. It adds who information via Subjects and namespace information by which namespace it exists in. RoleBindings in a given namespace only have effect in that namespace.
RoleRef can reference a Role in the current namespace or a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error.
SelfSubjectAccessReview checks whether or the current user can perform an action. Not filling in a spec.namespace means "in all namespaces". Self is a special case, because users should always be able to check whether they can perform an action
SelfSubjectRulesReview enumerates the set of actions the current user can perform within a namespace. The returned list of actions may be incomplete depending on the server's authorization mode, and any errors experienced during the evaluation. SelfSubjectRulesReview should be used by UIs to show/hide actions, or to quickly let an end user reason about their permissions. It should NOT Be used by external systems to drive authorization decisions as this raises confused deputy, cache lifetime/revocation, and correctness concerns. SubjectAccessReview, and LocalAccessReview are the correct way to defer authorization decisions to the API server.
TokenReview attempts to authenticate a token to a known user. Note: TokenReview requests may be cached by the webhook token authenticator plugin in the kube-apiserver.
List of egress rules to be applied to the selected pods. Outgoing traffic is allowed if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic matches at least one egress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy limits all outgoing traffic (and serves solely to ensure that the pods it selects are isolated by default). This field is beta-level in 1.8
List of ingress rules to be applied to the selected pods. Traffic is allowed to a pod if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic source is the pod's local node, OR if the traffic matches at least one ingress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy does not allow any traffic (and serves solely to ensure that the pods it selects are isolated by default)
AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole
@@ -58598,7 +58541,7 @@ Appears In:
-
##AllowedFlexVolume [extensions/v1beta1]
+
AllowedFlexVolume v1beta1 extensions
@@ -58615,7 +58558,7 @@ Appears In:
-
AllowedFlexVolume represents a single Flexvolume that is allowed to be used. Deprecated: use AllowedFlexVolume from policy API Group instead.
+
AllowedFlexVolume represents a single Flexvolume that is allowed to be used.
-
##AllowedHostPath [extensions/v1beta1]
+
AllowedHostPath v1beta1 extensions
@@ -58654,7 +58597,7 @@ Appears In:
-
AllowedHostPath defines the host volume conditions that will be enabled by a policy for pods to use. It requires the path prefix to be defined. Deprecated: use AllowedHostPath from policy API Group instead.
+
defines the host volume conditions that will be enabled by a policy for pods to use. It requires the path prefix to be defined.
FSGroupStrategyOptions defines the strategy type and options used to create the strategy. Deprecated: use FSGroupStrategyOptions from policy API Group instead.
+
FSGroupStrategyOptions defines the strategy type and options used to create the strategy.
HostPortRange defines a range of host ports that will be enabled by a policy for pods to use. It requires both the start and end to be defined. Deprecated: use HostPortRange from policy API Group instead.
+
Host Port Range defines a range of host ports that will be enabled by a policy for pods to use. It requires both the start and end to be defined.
-
##IDRange [extensions/v1beta1]
+
IDRange v1beta1 extensions
@@ -62039,7 +61982,7 @@ Appears In:
-
IDRange provides a min/max of an allowed range of IDs. Deprecated: use IDRange from policy API Group instead.
+
ID Range provides a min/max of an allowed range of IDs.
-
##IPBlock [networking.k8s.io/v1]
+
IPBlock v1 networking
@@ -62084,14 +62027,14 @@ Appears In:
-
+
IPBlock describes a particular CIDR (Ex. "192.168.1.1/24") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.
@@ -62112,7 +62055,7 @@ Appears In:
-
##ISCSIPersistentVolumeSource [core/v1]
+
ISCSIPersistentVolumeSource v1 core
@@ -62191,7 +62134,7 @@ Appears In:
-
##ISCSIVolumeSource [core/v1]
+
ISCSIVolumeSource v1 core
@@ -62270,7 +62213,7 @@ Appears In:
-
##IngressBackend [extensions/v1beta1]
+
IngressBackend v1beta1 extensions
@@ -62314,7 +62257,7 @@ Appears In:
-
##IngressRule [extensions/v1beta1]
+
IngressRule v1beta1 extensions
@@ -62357,7 +62300,7 @@ Appears In:
-
##IngressTLS [extensions/v1beta1]
+
IngressTLS v1beta1 extensions
@@ -62400,7 +62343,7 @@ Appears In:
-
##Initializer [meta/v1]
+
Initializer v1 meta
@@ -62417,7 +62360,7 @@ Appears In:
-
+
Initializer is information about an initializer that has not yet completed.
NetworkPolicyEgressRule describes a particular set of traffic that is allowed out of pods matched by a NetworkPolicySpec's podSelector. The traffic must match both ports and to. This type is beta-level in 1.8
List of destination ports for outgoing traffic. Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list.
List of destinations for outgoing traffic of pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all destinations (traffic not restricted by destination). If this field is present and contains at least one item, this rule allows traffic only if the traffic matches at least one item in the to list.
-
##NetworkPolicyIngressRule [networking.k8s.io/v1]
+
NetworkPolicyIngressRule v1 networking
@@ -63708,14 +63651,14 @@ Appears In:
-
+
NetworkPolicyIngressRule describes a particular set of traffic that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The traffic must match both ports and from.
List of sources which should be able to access the pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all sources (traffic not restricted by source). If this field is present and contains at least on item, this rule allows traffic only if the traffic matches at least one item in the from list.
List of ports which should be made accessible on the pods selected for this rule. Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list.
-
##NetworkPolicyPeer [networking.k8s.io/v1]
+
NetworkPolicyPeer v1 networking
@@ -63753,15 +63696,15 @@ Appears In:
-
+
-
NetworkPolicyPeer describes a peer to allow traffic from. Only certain combinations of fields are allowed
+
NetworkPolicyPeer describes a peer to allow traffic from. Exactly one of its fields must be specified.
Selects Namespaces using cluster-scoped labels. This field follows standard label selector semantics; if present but empty, it selects all namespaces. If PodSelector is also set, then the NetworkPolicyPeer as a whole selects the Pods matching PodSelector in the Namespaces selected by NamespaceSelector. Otherwise it selects all Pods in the Namespaces selected by NamespaceSelector.
+
Selects Namespaces using cluster scoped-labels. This matches all pods in all namespaces selected by this label selector. This field follows standard label selector semantics. If present but empty, this selector selects all namespaces.
This is a label selector which selects Pods. This field follows standard label selector semantics; if present but empty, it selects all pods. If NamespaceSelector is also set, then the NetworkPolicyPeer as a whole selects the Pods matching PodSelector in the Namespaces selected by NamespaceSelector. Otherwise it selects the Pods matching PodSelector in the policy's own Namespace.
+
This is a label selector which selects Pods in this namespace. This field follows standard label selector semantics. If present but empty, this selector selects all pods in this namespace.
-
##NetworkPolicyPort [networking.k8s.io/v1]
+
NetworkPolicyPort v1 networking
@@ -63803,15 +63746,15 @@ Appears In:
-
+
NetworkPolicyPort describes a port to allow traffic on
@@ -63832,7 +63775,7 @@ Appears In:
-
##NodeAddress [core/v1]
+
NodeAddress v1 core
@@ -63875,7 +63818,7 @@ Appears In:
-
##NodeAffinity [core/v1]
+
NodeAffinity v1 core
@@ -63918,7 +63861,7 @@ Appears In:
-
##NodeCondition [core/v1]
+
NodeCondition v1 core
@@ -63977,7 +63920,7 @@ Appears In:
-
##NodeConfigSource [core/v1]
+
NodeConfigSource v1 core
@@ -64024,7 +63967,7 @@ Appears In:
-
##NodeDaemonEndpoints [core/v1]
+
NodeDaemonEndpoints v1 core
@@ -64063,7 +64006,7 @@ Appears In:
-
##NodeSelector [core/v1]
+
NodeSelector v1 core
@@ -64103,7 +64046,7 @@ Appears In:
-
##NodeSelectorRequirement [core/v1]
+
NodeSelectorRequirement v1 core
@@ -64150,7 +64093,7 @@ Appears In:
-
##NodeSelectorTerm [core/v1]
+
NodeSelectorTerm v1 core
@@ -64190,7 +64133,7 @@ Appears In:
-
##NodeSystemInfo [core/v1]
+
NodeSystemInfo v1 core
@@ -64265,7 +64208,7 @@ Appears In:
-
##NonResourceAttributes [authorization.k8s.io/v1]
+
NonResourceAttributes v1 authorization
@@ -64282,15 +64225,15 @@ Appears In:
-
+
NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface
@@ -64311,7 +64254,7 @@ Appears In:
-
##NonResourceRule [authorization.k8s.io/v1]
+
NonResourceRule v1 authorization
@@ -64328,14 +64271,14 @@ Appears In:
-
+
NonResourceRule holds information that describes a rule for the non-resource
PolicyRule holds information that describes a policy rule, but does not contain information about who the rule applies to or which namespace the rule applies to.
@@ -65475,7 +65418,7 @@ Appears In:
-
##PortworxVolumeSource [core/v1]
+
PortworxVolumeSource v1 core
@@ -65523,7 +65466,7 @@ Appears In:
-
##Preconditions [meta/v1]
+
Preconditions v1 meta
@@ -65562,7 +65505,7 @@ Appears In:
-
##PreferredSchedulingTerm [core/v1]
+
PreferredSchedulingTerm v1 core
@@ -65605,7 +65548,7 @@ Appears In:
-
##Probe [core/v1]
+
Probe v1 core
@@ -65672,7 +65615,7 @@ Appears In:
-
##ProjectedVolumeSource [core/v1]
+
ProjectedVolumeSource v1 core
@@ -65715,7 +65658,7 @@ Appears In:
-
##Quantity [core/resource]
+
Quantity resource core
@@ -65761,7 +65704,7 @@ Appears In:
-
##QuobyteVolumeSource [core/v1]
+
QuobyteVolumeSource v1 core
@@ -65817,7 +65760,7 @@ Appears In:
-
##RBDPersistentVolumeSource [core/v1]
+
RBDPersistentVolumeSource v1 core
@@ -65884,7 +65827,7 @@ Appears In:
-
##RBDVolumeSource [core/v1]
+
RBDVolumeSource v1 core
@@ -65951,7 +65894,7 @@ Appears In:
-
##ReplicaSetCondition [apps/v1]
+
ReplicaSetCondition v1 apps
@@ -65968,7 +65911,7 @@ Appears In:
-
+
ReplicaSetCondition describes the state of a replica set at a certain point.
-
##ReplicationControllerCondition [core/v1]
+
ReplicationControllerCondition v1 core
@@ -66063,7 +66006,7 @@ Appears In:
-
##ResourceAttributes [authorization.k8s.io/v1]
+
ResourceAttributes v1 authorization
@@ -66080,15 +66023,15 @@ Appears In:
-
+
ResourceAttributes includes the authorization attributes available for resource requests to the Authorizer interface
@@ -66129,7 +66072,7 @@ Appears In:
-
##ResourceFieldSelector [core/v1]
+
ResourceFieldSelector v1 core
@@ -66177,7 +66120,7 @@ Appears In:
-
##ResourceMetricSource [autoscaling/v2beta1]
+
ResourceMetricSource v2beta1 autoscaling
@@ -66224,7 +66167,7 @@ Appears In:
-
##ResourceMetricStatus [autoscaling/v2beta1]
+
ResourceMetricStatus v2beta1 autoscaling
@@ -66271,7 +66214,7 @@ Appears In:
-
##ResourceRequirements [core/v1]
+
ResourceRequirements v1 core
@@ -66315,7 +66258,7 @@ Appears In:
-
##ResourceRule [authorization.k8s.io/v1]
+
ResourceRule v1 authorization
@@ -66332,14 +66275,14 @@ Appears In:
-
+
ResourceRule is the list of actions the subject is allowed to perform on resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.
@@ -66368,7 +66311,7 @@ Appears In:
-
##RoleRef [rbac.authorization.k8s.io/v1]
+
RoleRef v1 rbac
@@ -66385,15 +66328,15 @@ Appears In:
-
+
RoleRef contains information that points to the role being used
@@ -66418,7 +66361,7 @@ Appears In:
-
##RollbackConfig [apps/v1beta1]
+
RollbackConfig v1beta1 apps
@@ -66458,7 +66401,7 @@ Appears In:
-
##RollingUpdateStatefulSetStrategy [apps/v1]
+
RollingUpdateStatefulSetStrategy v1 apps
@@ -66475,7 +66418,7 @@ Appears In:
-
+
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use RunAsUserStrategyOptions from policy API Group instead.
+
Run A sUser Strategy Options defines the strategy type and any options used to create the strategy.
-
##SELinuxOptions [core/v1]
+
SELinuxOptions v1 core
@@ -66694,7 +66637,7 @@ Appears In:
-
##SELinuxStrategyOptions [extensions/v1beta1]
+
SELinuxStrategyOptions v1beta1 extensions
@@ -66711,7 +66654,7 @@ Appears In:
-
SELinuxStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use SELinuxStrategyOptions from policy API Group instead.
+
SELinux Strategy Options defines the strategy type and any options used to create the strategy.
-
##Scale [autoscaling/v1]
+
Scale v1 autoscaling
@@ -66754,7 +66697,7 @@ Appears In:
-
+
Scale represents a scaling request for a resource.
@@ -66787,7 +66730,7 @@ Appears In:
-
##ScaleIOPersistentVolumeSource [core/v1]
+
ScaleIOPersistentVolumeSource v1 core
@@ -66862,7 +66805,7 @@ Appears In:
-
##ScaleIOVolumeSource [core/v1]
+
ScaleIOVolumeSource v1 core
@@ -66937,7 +66880,7 @@ Appears In:
-
##SecretEnvSource [core/v1]
+
SecretEnvSource v1 core
@@ -66981,7 +66924,7 @@ Appears In:
-
##SecretKeySelector [core/v1]
+
SecretKeySelector v1 core
@@ -67028,7 +66971,7 @@ Appears In:
-
##SecretProjection [core/v1]
+
SecretProjection v1 core
@@ -67076,7 +67019,7 @@ Appears In:
-
##SecretReference [core/v1]
+
SecretReference v1 core
@@ -67124,7 +67067,7 @@ Appears In:
-
##SecretVolumeSource [core/v1]
+
SecretVolumeSource v1 core
@@ -67176,7 +67119,7 @@ Appears In:
-
##SecurityContext [core/v1]
+
SecurityContext v1 core
@@ -67243,7 +67186,7 @@ Appears In:
-
##ServerAddressByClientCIDR [meta/v1]
+
ServerAddressByClientCIDR v1 meta
@@ -67287,7 +67230,7 @@ Appears In:
-
##ServicePort [core/v1]
+
ServicePort v1 core
@@ -67342,7 +67285,7 @@ Appears In:
-
##ServiceReference [apiregistration.k8s.io/v1]
+
ServiceReference v1 apiregistration
@@ -67359,14 +67302,14 @@ Appears In:
-
+
ServiceReference holds a reference to Service.legacy.k8s.io
@@ -67387,7 +67330,7 @@ Appears In:
-
##SessionAffinityConfig [core/v1]
+
SessionAffinityConfig v1 core
@@ -67426,7 +67369,7 @@ Appears In:
-
##StatefulSetCondition [apps/v1]
+
StatefulSetCondition v1 apps
@@ -67443,7 +67386,7 @@ Appears In:
-
+
StatefulSetCondition describes the state of a statefulset at a certain point.
-
##StatefulSetUpdateStrategy [apps/v1]
+
StatefulSetUpdateStrategy v1 apps
@@ -67500,7 +67443,7 @@ Appears In:
-
+
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.
-
##Status [meta/v1]
+
Status v1 meta
@@ -67595,7 +67538,7 @@ Appears In:
-
##StatusCause [meta/v1]
+
StatusCause v1 meta
@@ -67642,7 +67585,7 @@ Appears In:
-
##StatusDetails [meta/v1]
+
StatusDetails v1 meta
@@ -67701,7 +67644,7 @@ Appears In:
-
##StorageOSPersistentVolumeSource [core/v1]
+
StorageOSPersistentVolumeSource v1 core
@@ -67756,7 +67699,7 @@ Appears In:
-
##StorageOSVolumeSource [core/v1]
+
StorageOSVolumeSource v1 core
@@ -67811,7 +67754,7 @@ Appears In:
-
##Subject [rbac.authorization.k8s.io/v1]
+
Subject v1 rbac
@@ -67828,15 +67771,15 @@ Appears In:
-
+
Subject contains a reference to the object or user identities a role binding applies to. This can either hold a direct API object reference, or a value for non-objects such as user and group names.
SubjectRulesReviewStatus contains the result of a rules check. This check can be incomplete depending on the set of authorizers the server is configured with and any errors experienced during evaluation. Because authorization rules are additive, if a rule appears in a list it's safe to assume the subject has that permission, even if that list is incomplete.
@@ -67909,16 +67852,16 @@ Appears In:
Incomplete is true when the rules returned by this call are incomplete. This is most commonly encountered when an authorizer, such as an external authorizer, doesn't support rules evaluation.
NonResourceRules is the list of actions the subject is allowed to perform on non-resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.
ResourceRules is the list of actions the subject is allowed to perform on resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.
SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy. Deprecated: use SupplementalGroupsStrategyOptions from policy API Group instead.
+
SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy.
Status of the VolumeAttachment request. Populated by the entity completing the attach or detach operation, i.e. the external-attacher.
-
-
-
-
##VolumeAttachmentSource [storage.k8s.io/v1beta1]
+
VolumeAttachmentSource v1beta1 storage
@@ -68312,14 +68197,14 @@ Appears In:
-
+
VolumeAttachmentSource represents a volume that should be attached. Right now only PersistenVolumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set.
@@ -68336,7 +68221,7 @@ Appears In:
-
##VolumeDevice [core/v1]
+
VolumeDevice v1 core
@@ -68379,7 +68264,7 @@ Appears In:
-
##VolumeError [storage.k8s.io/v1beta1]
+
VolumeError v1beta1 storage
@@ -68396,14 +68281,14 @@ Appears In:
-
+
VolumeError captures an error encountered during a volume operation.
ClientConfig defines how to communicate with the hook. Required
@@ -68705,12 +68590,12 @@ Appears In:
NamespaceSelector decides whether to run the webhook on an object based on whether the namespace for that object matches the selector. If the object itself is a namespace, the matching is performed on object.metadata.labels. If the object is another cluster scoped resource, it never skips the webhook. For example, to run the webhook on any objects whose namespace is not associated with "runlevel" of "0" or "1"; you will set the selector as follows: "namespaceSelector": { "matchExpressions": [ { "key": "runlevel", "operator": "NotIn", "values": [ "0", "1" ] } ] } If instead you want to only run the webhook on any objects whose namespace is associated with the "environment" of "prod" or "staging"; you will set the selector as follows: "namespaceSelector": { "matchExpressions": [ { "key": "environment", "operator": "In", "values": [ "prod", "staging" ] } ] } See https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ for more examples of label selectors. Default to the empty LabelSelector, which matches everything.
Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches any Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects.
service is a reference to the service for this webhook. Either service or url must be specified. If the webhook is running within the cluster, then you should use service. If there is only one port open for the service, that port will be used. If there are multiple ports open, port 443 will be used if it is open, otherwise it is an error.
@@ -68757,7 +68642,7 @@ Appears In:
-
##WeightedPodAffinityTerm [core/v1]
+
WeightedPodAffinityTerm v1 core
@@ -68804,7 +68689,7 @@ Appears In:
OLD API VERSIONS
This section contains older versions of resources shown above.
-
APIService [apiregistration.k8s.io/v1beta1]
+
APIService v1beta1 apiregistration.k8s.io
@@ -68821,7 +68706,7 @@ Appears In:
-
+
APIService represents a server for a particular GroupVersion. Name must be "version.group".
InsecureSkipTLSVerify disables TLS certificate verification when communicating with this server. This is strongly discouraged. You should use the CABundle instead.
Service is a reference to the service for this API server. It must communicate on port 443 If the Service is nil, that means the handling for the API groupversion is handled locally on this server. The call will simply delegate to the normal handler chain to be fulfilled.
AggregationRule is an optional field that describes how to build the Rules for this ClusterRole. If AggregationRule is set, then the Rules are controller managed and direct changes to Rules will be stomped by the controller.
AggregationRule is an optional field that describes how to build the Rules for this ClusterRole. If AggregationRule is set, then the Rules are controller managed and direct changes to Rules will be stomped by the controller.
ClusterRoleBinding references a ClusterRole, but not contain it. It can reference a ClusterRole in the global namespace, and adds who information via Subject.
ClusterRoleBinding references a ClusterRole, but not contain it. It can reference a ClusterRole in the global namespace, and adds who information via Subject.
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 ReplicaSet 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 ReplicaSet 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. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, 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.
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 ReplicaSet 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 ReplicaSet 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. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, 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.
ranges are the allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same start and end. Required for MustRunAs.
+
Ranges are the allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same start and end.
rule string
-
rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
+
Rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
PodSecurityPolicy governs the ability to make requests that affect the Security Context that will be applied to a pod and container.
+
Pod Security Policy governs the ability to make requests that affect the Security Context that will be applied to a pod and container.
@@ -95429,7 +95314,7 @@ Appears In:
-
PolicyRule [rbac.authorization.k8s.io/v1alpha1]
+
PolicyRule v1alpha1 rbac.authorization.k8s.io
@@ -95446,7 +95331,7 @@ Appears In:
-
+
PolicyRule holds information that describes a policy rule, but does not contain information about who the rule applies to or which namespace the rule applies to.
ResourceRule is the list of actions the subject is allowed to perform on resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.
RoleBinding references a role, but does not contain it. It can reference a Role in the same namespace or a ClusterRole in the global namespace. It adds who information via Subjects and namespace information by which namespace it exists in. RoleBindings in a given namespace only have effect in that namespace.
RoleRef can reference a Role in the current namespace or a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error.
RoleBinding references a role, but does not contain it. It can reference a Role in the same namespace or a ClusterRole in the global namespace. It adds who information via Subjects and namespace information by which namespace it exists in. RoleBindings in a given namespace only have effect in that namespace.
RoleRef can reference a Role in the current namespace or a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error.
Subject contains a reference to the object or user identities a role binding applies to. This can either hold a direct API object reference, or a value for non-objects such as user and group names.
Subject contains a reference to the object or user identities a role binding applies to. This can either hold a direct API object reference, or a value for non-objects such as user and group names.
SubjectRulesReviewStatus contains the result of a rules check. This check can be incomplete depending on the set of authorizers the server is configured with and any errors experienced during evaluation. Because authorization rules are additive, if a rule appears in a list it's safe to assume the subject has that permission, even if that list is incomplete.
Incomplete is true when the rules returned by this call are incomplete. This is most commonly encountered when an authorizer, such as an external authorizer, doesn't support rules evaluation.
NonResourceRules is the list of actions the subject is allowed to perform on non-resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.
ResourceRules is the list of actions the subject is allowed to perform on resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.
ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end. Required for MustRunAs.
+
Ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end.
rule string
-
rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.
+
Rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.
-
TokenReview [authentication.k8s.io/v1beta1]
+
TokenReview v1beta1 authentication.k8s.io
@@ -110157,7 +110042,7 @@ Appears In:
-
+
TokenReview attempts to authenticate a token to a known user. Note: TokenReview requests may be cached by the webhook token authenticator plugin in the kube-apiserver.
The last error encountered during attach operation, if any. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
@@ -110500,7 +110385,7 @@ Appears In:
Upon successful attach, this field is populated with any information returned by the attach operation that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
The last error encountered during detach operation, if any. This field must only be set by the entity completing the detach operation, i.e. the external-attacher.
VolumeAttachmentSource represents a volume that should be attached. Right now only PersistenVolumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set.
diff --git a/docs/reference/generated/kubernetes-api/v1.10/navData.js b/docs/reference/generated/kubernetes-api/v1.10/navData.js
index 862d1384b4..a6a42aef19 100644
--- a/docs/reference/generated/kubernetes-api/v1.10/navData.js
+++ b/docs/reference/generated/kubernetes-api/v1.10/navData.js
@@ -1 +1 @@
-(function(){navData = {"toc":[{"section":"volumeerror-storage-k8s-io-v1alpha1-","subsections":[]},{"section":"volumeattachmentsource-storage-k8s-io-v1alpha1-","subsections":[]},{"section":"volumeattachment-storage-k8s-io-v1alpha1-","subsections":[{"section":"-strong-read-operations-strong--1026","subsections":[{"section":"watch-list-1030"},{"section":"watch-1029"},{"section":"list-1028"},{"section":"read-1027"}]},{"section":"-strong-write-operations-strong--1020","subsections":[{"section":"delete-collection-1025"},{"section":"delete-1024"},{"section":"replace-1023"},{"section":"patch-1022"},{"section":"create-1021"}]}]},{"section":"userinfo-authentication-k8s-io-v1beta1-","subsections":[]},{"section":"tokenreview-authentication-k8s-io-v1beta1-","subsections":[{"section":"-strong-write-operations-strong--1018","subsections":[{"section":"create-1019"}]}]},{"section":"supplementalgroupsstrategyoptions-policy-v1beta1-","subsections":[]},{"section":"subjectrulesreviewstatus-authorization-k8s-io-v1beta1-","subsections":[]},{"section":"subjectaccessreview-authorization-k8s-io-v1beta1-","subsections":[{"section":"-strong-write-operations-strong--1016","subsections":[{"section":"create-1017"}]}]},{"section":"subject-rbac-authorization-k8s-io-v1alpha1-","subsections":[]},{"section":"subject-rbac-authorization-k8s-io-v1beta1-","subsections":[]},{"section":"storageclass-storage-k8s-io-v1beta1-","subsections":[{"section":"-strong-read-operations-strong--1011","subsections":[{"section":"watch-list-1015"},{"section":"watch-1014"},{"section":"list-1013"},{"section":"read-1012"}]},{"section":"-strong-write-operations-strong--1005","subsections":[{"section":"delete-collection-1010"},{"section":"delete-1009"},{"section":"replace-1008"},{"section":"patch-1007"},{"section":"create-1006"}]}]},{"section":"statefulsetupdatestrategy-apps-v1beta1-","subsections":[]},{"section":"statefulsetupdatestrategy-apps-v1beta2-","subsections":[]},{"section":"statefulsetcondition-apps-v1beta1-","subsections":[]},{"section":"statefulsetcondition-apps-v1beta2-","subsections":[]},{"section":"statefulset-apps-v1beta1-","subsections":[{"section":"-strong-misc-operations-strong--1001","subsections":[{"section":"patch-scale-1004"},{"section":"replace-scale-1003"},{"section":"read-scale-1002"}]},{"section":"-strong-status-operations-strong--997","subsections":[{"section":"replace-status-1000"},{"section":"read-status-999"},{"section":"patch-status-998"}]},{"section":"-strong-read-operations-strong--990","subsections":[{"section":"watch-list-all-namespaces-996"},{"section":"watch-list-995"},{"section":"watch-994"},{"section":"list-all-namespaces-993"},{"section":"list-992"},{"section":"read-991"}]},{"section":"-strong-write-operations-strong--984","subsections":[{"section":"delete-collection-989"},{"section":"delete-988"},{"section":"replace-987"},{"section":"patch-986"},{"section":"create-985"}]}]},{"section":"statefulset-apps-v1beta2-","subsections":[{"section":"-strong-misc-operations-strong--980","subsections":[{"section":"patch-scale-983"},{"section":"replace-scale-982"},{"section":"read-scale-981"}]},{"section":"-strong-status-operations-strong--976","subsections":[{"section":"replace-status-979"},{"section":"read-status-978"},{"section":"patch-status-977"}]},{"section":"-strong-read-operations-strong--969","subsections":[{"section":"watch-list-all-namespaces-975"},{"section":"watch-list-974"},{"section":"watch-973"},{"section":"list-all-namespaces-972"},{"section":"list-971"},{"section":"read-970"}]},{"section":"-strong-write-operations-strong--963","subsections":[{"section":"delete-collection-968"},{"section":"delete-967"},{"section":"replace-966"},{"section":"patch-965"},{"section":"create-964"}]}]},{"section":"servicereference-apiregistration-k8s-io-v1beta1-","subsections":[]},{"section":"servicereference-admissionregistration-k8s-io-v1beta1-","subsections":[]},{"section":"selfsubjectrulesreview-authorization-k8s-io-v1beta1-","subsections":[{"section":"-strong-write-operations-strong--961","subsections":[{"section":"create-962"}]}]},{"section":"selfsubjectaccessreview-authorization-k8s-io-v1beta1-","subsections":[{"section":"-strong-write-operations-strong--959","subsections":[{"section":"create-960"}]}]},{"section":"scale-extensions-v1beta1-","subsections":[]},{"section":"scale-apps-v1beta1-","subsections":[]},{"section":"scale-apps-v1beta2-","subsections":[]},{"section":"selinuxstrategyoptions-policy-v1beta1-","subsections":[]},{"section":"runasuserstrategyoptions-policy-v1beta1-","subsections":[]},{"section":"rollingupdatestatefulsetstrategy-apps-v1beta1-","subsections":[]},{"section":"rollingupdatestatefulsetstrategy-apps-v1beta2-","subsections":[]},{"section":"rollbackconfig-extensions-v1beta1-","subsections":[]},{"section":"roleref-rbac-authorization-k8s-io-v1alpha1-","subsections":[]},{"section":"roleref-rbac-authorization-k8s-io-v1beta1-","subsections":[]},{"section":"rolebinding-rbac-authorization-k8s-io-v1alpha1-","subsections":[{"section":"-strong-read-operations-strong--952","subsections":[{"section":"watch-list-all-namespaces-958"},{"section":"watch-list-957"},{"section":"watch-956"},{"section":"list-all-namespaces-955"},{"section":"list-954"},{"section":"read-953"}]},{"section":"-strong-write-operations-strong--946","subsections":[{"section":"delete-collection-951"},{"section":"delete-950"},{"section":"replace-949"},{"section":"patch-948"},{"section":"create-947"}]}]},{"section":"rolebinding-rbac-authorization-k8s-io-v1beta1-","subsections":[{"section":"-strong-read-operations-strong--939","subsections":[{"section":"watch-list-all-namespaces-945"},{"section":"watch-list-944"},{"section":"watch-943"},{"section":"list-all-namespaces-942"},{"section":"list-941"},{"section":"read-940"}]},{"section":"-strong-write-operations-strong--933","subsections":[{"section":"delete-collection-938"},{"section":"delete-937"},{"section":"replace-936"},{"section":"patch-935"},{"section":"create-934"}]}]},{"section":"role-rbac-authorization-k8s-io-v1alpha1-","subsections":[{"section":"-strong-read-operations-strong--926","subsections":[{"section":"watch-list-all-namespaces-932"},{"section":"watch-list-931"},{"section":"watch-930"},{"section":"list-all-namespaces-929"},{"section":"list-928"},{"section":"read-927"}]},{"section":"-strong-write-operations-strong--920","subsections":[{"section":"delete-collection-925"},{"section":"delete-924"},{"section":"replace-923"},{"section":"patch-922"},{"section":"create-921"}]}]},{"section":"role-rbac-authorization-k8s-io-v1beta1-","subsections":[{"section":"-strong-read-operations-strong--913","subsections":[{"section":"watch-list-all-namespaces-919"},{"section":"watch-list-918"},{"section":"watch-917"},{"section":"list-all-namespaces-916"},{"section":"list-915"},{"section":"read-914"}]},{"section":"-strong-write-operations-strong--907","subsections":[{"section":"delete-collection-912"},{"section":"delete-911"},{"section":"replace-910"},{"section":"patch-909"},{"section":"create-908"}]}]},{"section":"resourcerule-authorization-k8s-io-v1beta1-","subsections":[]},{"section":"resourceattributes-authorization-k8s-io-v1beta1-","subsections":[]},{"section":"replicasetcondition-extensions-v1beta1-","subsections":[]},{"section":"replicasetcondition-apps-v1beta2-","subsections":[]},{"section":"replicaset-extensions-v1beta1-","subsections":[{"section":"-strong-misc-operations-strong--903","subsections":[{"section":"patch-scale-906"},{"section":"replace-scale-905"},{"section":"read-scale-904"}]},{"section":"-strong-status-operations-strong--899","subsections":[{"section":"replace-status-902"},{"section":"read-status-901"},{"section":"patch-status-900"}]},{"section":"-strong-read-operations-strong--892","subsections":[{"section":"watch-list-all-namespaces-898"},{"section":"watch-list-897"},{"section":"watch-896"},{"section":"list-all-namespaces-895"},{"section":"list-894"},{"section":"read-893"}]},{"section":"-strong-write-operations-strong--886","subsections":[{"section":"delete-collection-891"},{"section":"delete-890"},{"section":"replace-889"},{"section":"patch-888"},{"section":"create-887"}]}]},{"section":"replicaset-apps-v1beta2-","subsections":[{"section":"-strong-misc-operations-strong--882","subsections":[{"section":"patch-scale-885"},{"section":"replace-scale-884"},{"section":"read-scale-883"}]},{"section":"-strong-status-operations-strong--878","subsections":[{"section":"replace-status-881"},{"section":"read-status-880"},{"section":"patch-status-879"}]},{"section":"-strong-read-operations-strong--871","subsections":[{"section":"watch-list-all-namespaces-877"},{"section":"watch-list-876"},{"section":"watch-875"},{"section":"list-all-namespaces-874"},{"section":"list-873"},{"section":"read-872"}]},{"section":"-strong-write-operations-strong--865","subsections":[{"section":"delete-collection-870"},{"section":"delete-869"},{"section":"replace-868"},{"section":"patch-867"},{"section":"create-866"}]}]},{"section":"policyrule-rbac-authorization-k8s-io-v1alpha1-","subsections":[]},{"section":"policyrule-rbac-authorization-k8s-io-v1beta1-","subsections":[]},{"section":"podsecuritypolicy-policy-v1beta1-","subsections":[{"section":"-strong-read-operations-strong--860","subsections":[{"section":"watch-list-864"},{"section":"watch-863"},{"section":"list-862"},{"section":"read-861"}]},{"section":"-strong-write-operations-strong--854","subsections":[{"section":"delete-collection-859"},{"section":"delete-858"},{"section":"replace-857"},{"section":"patch-856"},{"section":"create-855"}]}]},{"section":"nonresourcerule-authorization-k8s-io-v1beta1-","subsections":[]},{"section":"nonresourceattributes-authorization-k8s-io-v1beta1-","subsections":[]},{"section":"networkpolicyport-extensions-v1beta1-","subsections":[]},{"section":"networkpolicypeer-extensions-v1beta1-","subsections":[]},{"section":"networkpolicyingressrule-extensions-v1beta1-","subsections":[]},{"section":"networkpolicyegressrule-extensions-v1beta1-","subsections":[]},{"section":"networkpolicy-extensions-v1beta1-","subsections":[{"section":"-strong-read-operations-strong--847","subsections":[{"section":"watch-list-all-namespaces-853"},{"section":"watch-list-852"},{"section":"watch-851"},{"section":"list-all-namespaces-850"},{"section":"list-849"},{"section":"read-848"}]},{"section":"-strong-write-operations-strong--841","subsections":[{"section":"delete-collection-846"},{"section":"delete-845"},{"section":"replace-844"},{"section":"patch-843"},{"section":"create-842"}]}]},{"section":"localsubjectaccessreview-authorization-k8s-io-v1beta1-","subsections":[{"section":"-strong-write-operations-strong--839","subsections":[{"section":"create-840"}]}]},{"section":"jobtemplatespec-batch-v2alpha1-","subsections":[]},{"section":"initializer-admissionregistration-k8s-io-v1alpha1-","subsections":[]},{"section":"ipblock-extensions-v1beta1-","subsections":[]},{"section":"idrange-policy-v1beta1-","subsections":[]},{"section":"hostportrange-policy-v1beta1-","subsections":[]},{"section":"horizontalpodautoscaler-autoscaling-v2beta1-","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":"fsgroupstrategyoptions-policy-v1beta1-","subsections":[]},{"section":"eventseries-events-k8s-io-v1beta1-","subsections":[]},{"section":"event-events-k8s-io-v1beta1-","subsections":[{"section":"-strong-read-operations-strong--815","subsections":[{"section":"watch-list-all-namespaces-821"},{"section":"watch-list-820"},{"section":"watch-819"},{"section":"list-all-namespaces-818"},{"section":"list-817"},{"section":"read-816"}]},{"section":"-strong-write-operations-strong--809","subsections":[{"section":"delete-collection-814"},{"section":"delete-813"},{"section":"replace-812"},{"section":"patch-811"},{"section":"create-810"}]}]},{"section":"deploymentcondition-extensions-v1beta1-","subsections":[]},{"section":"deploymentcondition-apps-v1beta1-","subsections":[]},{"section":"deploymentcondition-apps-v1beta2-","subsections":[]},{"section":"deployment-extensions-v1beta1-","subsections":[{"section":"-strong-misc-operations-strong--804","subsections":[{"section":"rollback-808"},{"section":"patch-scale-807"},{"section":"replace-scale-806"},{"section":"read-scale-805"}]},{"section":"-strong-status-operations-strong--800","subsections":[{"section":"replace-status-803"},{"section":"read-status-802"},{"section":"patch-status-801"}]},{"section":"-strong-read-operations-strong--793","subsections":[{"section":"watch-list-all-namespaces-799"},{"section":"watch-list-798"},{"section":"watch-797"},{"section":"list-all-namespaces-796"},{"section":"list-795"},{"section":"read-794"}]},{"section":"-strong-write-operations-strong--787","subsections":[{"section":"delete-collection-792"},{"section":"delete-791"},{"section":"replace-790"},{"section":"patch-789"},{"section":"create-788"}]}]},{"section":"deployment-apps-v1beta1-","subsections":[{"section":"-strong-misc-operations-strong--783","subsections":[{"section":"rollback"},{"section":"patch-scale-786"},{"section":"replace-scale-785"},{"section":"read-scale-784"}]},{"section":"-strong-status-operations-strong--779","subsections":[{"section":"replace-status-782"},{"section":"read-status-781"},{"section":"patch-status-780"}]},{"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":"deployment-apps-v1beta2-","subsections":[{"section":"-strong-misc-operations-strong--762","subsections":[{"section":"patch-scale-765"},{"section":"replace-scale-764"},{"section":"read-scale-763"}]},{"section":"-strong-status-operations-strong--758","subsections":[{"section":"replace-status-761"},{"section":"read-status-760"},{"section":"patch-status-759"}]},{"section":"-strong-read-operations-strong--751","subsections":[{"section":"watch-list-all-namespaces-757"},{"section":"watch-list-756"},{"section":"watch-755"},{"section":"list-all-namespaces-754"},{"section":"list-753"},{"section":"read-752"}]},{"section":"-strong-write-operations-strong--745","subsections":[{"section":"delete-collection-750"},{"section":"delete-749"},{"section":"replace-748"},{"section":"patch-747"},{"section":"create-746"}]}]},{"section":"daemonsetupdatestrategy-extensions-v1beta1-","subsections":[]},{"section":"daemonsetupdatestrategy-apps-v1beta2-","subsections":[]},{"section":"daemonsetcondition-extensions-v1beta1-","subsections":[]},{"section":"daemonsetcondition-apps-v1beta2-","subsections":[]},{"section":"daemonset-extensions-v1beta1-","subsections":[{"section":"-strong-status-operations-strong--741","subsections":[{"section":"replace-status-744"},{"section":"read-status-743"},{"section":"patch-status-742"}]},{"section":"-strong-read-operations-strong--734","subsections":[{"section":"watch-list-all-namespaces-740"},{"section":"watch-list-739"},{"section":"watch-738"},{"section":"list-all-namespaces-737"},{"section":"list-736"},{"section":"read-735"}]},{"section":"-strong-write-operations-strong--728","subsections":[{"section":"delete-collection-733"},{"section":"delete-732"},{"section":"replace-731"},{"section":"patch-730"},{"section":"create-729"}]}]},{"section":"daemonset-apps-v1beta2-","subsections":[{"section":"-strong-status-operations-strong--724","subsections":[{"section":"replace-status-727"},{"section":"read-status-726"},{"section":"patch-status-725"}]},{"section":"-strong-read-operations-strong--717","subsections":[{"section":"watch-list-all-namespaces-723"},{"section":"watch-list-722"},{"section":"watch-721"},{"section":"list-all-namespaces-720"},{"section":"list-719"},{"section":"read-718"}]},{"section":"-strong-write-operations-strong--711","subsections":[{"section":"delete-collection-716"},{"section":"delete-715"},{"section":"replace-714"},{"section":"patch-713"},{"section":"create-712"}]}]},{"section":"crossversionobjectreference-autoscaling-v2beta1-","subsections":[]},{"section":"cronjob-batch-v2alpha1-","subsections":[{"section":"-strong-status-operations-strong--707","subsections":[{"section":"replace-status-710"},{"section":"read-status-709"},{"section":"patch-status-708"}]},{"section":"-strong-read-operations-strong--700","subsections":[{"section":"watch-list-all-namespaces-706"},{"section":"watch-list-705"},{"section":"watch-704"},{"section":"list-all-namespaces-703"},{"section":"list-702"},{"section":"read-701"}]},{"section":"-strong-write-operations-strong--694","subsections":[{"section":"delete-collection-699"},{"section":"delete-698"},{"section":"replace-697"},{"section":"patch-696"},{"section":"create-695"}]}]},{"section":"controllerrevision-apps-v1beta1-","subsections":[{"section":"-strong-read-operations-strong--687","subsections":[{"section":"watch-list-all-namespaces-693"},{"section":"watch-list-692"},{"section":"watch-691"},{"section":"list-all-namespaces-690"},{"section":"list-689"},{"section":"read-688"}]},{"section":"-strong-write-operations-strong--681","subsections":[{"section":"delete-collection-686"},{"section":"delete-685"},{"section":"replace-684"},{"section":"patch-683"},{"section":"create-682"}]}]},{"section":"controllerrevision-apps-v1beta2-","subsections":[{"section":"-strong-read-operations-strong--674","subsections":[{"section":"watch-list-all-namespaces-680"},{"section":"watch-list-679"},{"section":"watch-678"},{"section":"list-all-namespaces-677"},{"section":"list-676"},{"section":"read-675"}]},{"section":"-strong-write-operations-strong--668","subsections":[{"section":"delete-collection-673"},{"section":"delete-672"},{"section":"replace-671"},{"section":"patch-670"},{"section":"create-669"}]}]},{"section":"clusterrolebinding-rbac-authorization-k8s-io-v1alpha1-","subsections":[{"section":"-strong-read-operations-strong--663","subsections":[{"section":"watch-list-667"},{"section":"watch-666"},{"section":"list-665"},{"section":"read-664"}]},{"section":"-strong-write-operations-strong--657","subsections":[{"section":"delete-collection-662"},{"section":"delete-661"},{"section":"replace-660"},{"section":"patch-659"},{"section":"create-658"}]}]},{"section":"clusterrolebinding-rbac-authorization-k8s-io-v1beta1-","subsections":[{"section":"-strong-read-operations-strong--652","subsections":[{"section":"watch-list-656"},{"section":"watch-655"},{"section":"list-654"},{"section":"read-653"}]},{"section":"-strong-write-operations-strong--646","subsections":[{"section":"delete-collection-651"},{"section":"delete-650"},{"section":"replace-649"},{"section":"patch-648"},{"section":"create-647"}]}]},{"section":"clusterrole-rbac-authorization-k8s-io-v1alpha1-","subsections":[{"section":"-strong-read-operations-strong--641","subsections":[{"section":"watch-list-645"},{"section":"watch-644"},{"section":"list-643"},{"section":"read-642"}]},{"section":"-strong-write-operations-strong--635","subsections":[{"section":"delete-collection-640"},{"section":"delete-639"},{"section":"replace-638"},{"section":"patch-637"},{"section":"create-636"}]}]},{"section":"clusterrole-rbac-authorization-k8s-io-v1beta1-","subsections":[{"section":"-strong-read-operations-strong--630","subsections":[{"section":"watch-list-634"},{"section":"watch-633"},{"section":"list-632"},{"section":"read-631"}]},{"section":"-strong-write-operations-strong--624","subsections":[{"section":"delete-collection-629"},{"section":"delete-628"},{"section":"replace-627"},{"section":"patch-626"},{"section":"create-625"}]}]},{"section":"allowedhostpath-policy-v1beta1-","subsections":[]},{"section":"allowedflexvolume-policy-v1beta1-","subsections":[]},{"section":"aggregationrule-rbac-authorization-k8s-io-v1alpha1-","subsections":[]},{"section":"aggregationrule-rbac-authorization-k8s-io-v1beta1-","subsections":[]},{"section":"apiservicecondition-apiregistration-k8s-io-v1beta1-","subsections":[]},{"section":"apiservice-apiregistration-k8s-io-v1beta1-","subsections":[{"section":"-strong-status-operations-strong--622","subsections":[{"section":"replace-status-623"}]},{"section":"-strong-read-operations-strong--617","subsections":[{"section":"watch-list-621"},{"section":"watch-620"},{"section":"list-619"},{"section":"read-618"}]},{"section":"-strong-write-operations-strong--611","subsections":[{"section":"delete-collection-616"},{"section":"delete-615"},{"section":"replace-614"},{"section":"patch-613"},{"section":"create-612"}]}]},{"section":"-strong-old-api-versions-strong-","subsections":[]},{"section":"-strong-definitions-strong-","subsections":[]},{"section":"networkpolicy-networking-k8s-io-v1-","subsections":[{"section":"-strong-read-operations-strong--604","subsections":[{"section":"watch-list-all-namespaces-610"},{"section":"watch-list-609"},{"section":"watch-608"},{"section":"list-all-namespaces-607"},{"section":"list-606"},{"section":"read-605"}]},{"section":"-strong-write-operations-strong--598","subsections":[{"section":"delete-collection-603"},{"section":"delete-602"},{"section":"replace-601"},{"section":"patch-600"},{"section":"create-599"}]}]},{"section":"tokenreview-authentication-k8s-io-v1-","subsections":[{"section":"-strong-write-operations-strong--596","subsections":[{"section":"create-597"}]}]},{"section":"subjectaccessreview-authorization-k8s-io-v1-","subsections":[{"section":"-strong-write-operations-strong--594","subsections":[{"section":"create-595"}]}]},{"section":"serviceaccount-core-v1-","subsections":[{"section":"-strong-read-operations-strong--587","subsections":[{"section":"watch-list-all-namespaces-593"},{"section":"watch-list-592"},{"section":"watch-591"},{"section":"list-all-namespaces-590"},{"section":"list-589"},{"section":"read-588"}]},{"section":"-strong-write-operations-strong--581","subsections":[{"section":"delete-collection-586"},{"section":"delete-585"},{"section":"replace-584"},{"section":"patch-583"},{"section":"create-582"}]}]},{"section":"selfsubjectrulesreview-authorization-k8s-io-v1-","subsections":[{"section":"-strong-write-operations-strong--579","subsections":[{"section":"create-580"}]}]},{"section":"selfsubjectaccessreview-authorization-k8s-io-v1-","subsections":[{"section":"-strong-write-operations-strong--577","subsections":[{"section":"create-578"}]}]},{"section":"rolebinding-rbac-authorization-k8s-io-v1-","subsections":[{"section":"-strong-read-operations-strong--570","subsections":[{"section":"watch-list-all-namespaces-576"},{"section":"watch-list-575"},{"section":"watch-574"},{"section":"list-all-namespaces-573"},{"section":"list-572"},{"section":"read-571"}]},{"section":"-strong-write-operations-strong--564","subsections":[{"section":"delete-collection-569"},{"section":"delete-568"},{"section":"replace-567"},{"section":"patch-566"},{"section":"create-565"}]}]},{"section":"role-rbac-authorization-k8s-io-v1-","subsections":[{"section":"-strong-read-operations-strong--557","subsections":[{"section":"watch-list-all-namespaces-563"},{"section":"watch-list-562"},{"section":"watch-561"},{"section":"list-all-namespaces-560"},{"section":"list-559"},{"section":"read-558"}]},{"section":"-strong-write-operations-strong--551","subsections":[{"section":"delete-collection-556"},{"section":"delete-555"},{"section":"replace-554"},{"section":"patch-553"},{"section":"create-552"}]}]},{"section":"resourcequota-core-v1-","subsections":[{"section":"-strong-status-operations-strong--547","subsections":[{"section":"replace-status-550"},{"section":"read-status-549"},{"section":"patch-status-548"}]},{"section":"-strong-read-operations-strong--540","subsections":[{"section":"watch-list-all-namespaces-546"},{"section":"watch-list-545"},{"section":"watch-544"},{"section":"list-all-namespaces-543"},{"section":"list-542"},{"section":"read-541"}]},{"section":"-strong-write-operations-strong--534","subsections":[{"section":"delete-collection-539"},{"section":"delete-538"},{"section":"replace-537"},{"section":"patch-536"},{"section":"create-535"}]}]},{"section":"persistentvolume-core-v1-","subsections":[{"section":"-strong-status-operations-strong--530","subsections":[{"section":"replace-status-533"},{"section":"read-status-532"},{"section":"patch-status-531"}]},{"section":"-strong-read-operations-strong--525","subsections":[{"section":"watch-list-529"},{"section":"watch-528"},{"section":"list-527"},{"section":"read-526"}]},{"section":"-strong-write-operations-strong--519","subsections":[{"section":"delete-collection-524"},{"section":"delete-523"},{"section":"replace-522"},{"section":"patch-521"},{"section":"create-520"}]}]},{"section":"node-core-v1-","subsections":[{"section":"-strong-proxy-operations-strong--508","subsections":[{"section":"replace-connect-proxy-path-518"},{"section":"replace-connect-proxy-517"},{"section":"head-connect-proxy-path-516"},{"section":"head-connect-proxy-515"},{"section":"get-connect-proxy-path-514"},{"section":"get-connect-proxy-513"},{"section":"delete-connect-proxy-path-512"},{"section":"delete-connect-proxy-511"},{"section":"create-connect-proxy-path-510"},{"section":"create-connect-proxy-509"}]},{"section":"-strong-status-operations-strong--504","subsections":[{"section":"replace-status-507"},{"section":"read-status-506"},{"section":"patch-status-505"}]},{"section":"-strong-read-operations-strong--499","subsections":[{"section":"watch-list-503"},{"section":"watch-502"},{"section":"list-501"},{"section":"read-500"}]},{"section":"-strong-write-operations-strong--493","subsections":[{"section":"delete-collection-498"},{"section":"delete-497"},{"section":"replace-496"},{"section":"patch-495"},{"section":"create-494"}]}]},{"section":"namespace-core-v1-","subsections":[{"section":"-strong-status-operations-strong--489","subsections":[{"section":"replace-status-492"},{"section":"read-status-491"},{"section":"patch-status-490"}]},{"section":"-strong-read-operations-strong--484","subsections":[{"section":"watch-list-488"},{"section":"watch-487"},{"section":"list-486"},{"section":"read-485"}]},{"section":"-strong-write-operations-strong--479","subsections":[{"section":"delete-483"},{"section":"replace-482"},{"section":"patch-481"},{"section":"create-480"}]}]},{"section":"localsubjectaccessreview-authorization-k8s-io-v1-","subsections":[{"section":"-strong-write-operations-strong--477","subsections":[{"section":"create-478"}]}]},{"section":"componentstatus-core-v1-","subsections":[{"section":"-strong-read-operations-strong--474","subsections":[{"section":"list-476"},{"section":"read-475"}]}]},{"section":"clusterrolebinding-rbac-authorization-k8s-io-v1-","subsections":[{"section":"-strong-read-operations-strong--469","subsections":[{"section":"watch-list-473"},{"section":"watch-472"},{"section":"list-471"},{"section":"read-470"}]},{"section":"-strong-write-operations-strong--463","subsections":[{"section":"delete-collection-468"},{"section":"delete-467"},{"section":"replace-466"},{"section":"patch-465"},{"section":"create-464"}]}]},{"section":"clusterrole-rbac-authorization-k8s-io-v1-","subsections":[{"section":"-strong-read-operations-strong--458","subsections":[{"section":"watch-list-462"},{"section":"watch-461"},{"section":"list-460"},{"section":"read-459"}]},{"section":"-strong-write-operations-strong--452","subsections":[{"section":"delete-collection-457"},{"section":"delete-456"},{"section":"replace-455"},{"section":"patch-454"},{"section":"create-453"}]}]},{"section":"certificatesigningrequest-certificates-k8s-io-v1beta1-","subsections":[{"section":"-strong-status-operations-strong--450","subsections":[{"section":"replace-status-451"}]},{"section":"-strong-read-operations-strong--445","subsections":[{"section":"watch-list-449"},{"section":"watch-448"},{"section":"list-447"},{"section":"read-446"}]},{"section":"-strong-write-operations-strong--439","subsections":[{"section":"delete-collection-444"},{"section":"delete-443"},{"section":"replace-442"},{"section":"patch-441"},{"section":"create-440"}]}]},{"section":"binding-core-v1-","subsections":[{"section":"-strong-write-operations-strong--437","subsections":[{"section":"create-438"}]}]},{"section":"apiservice-apiregistration-k8s-io-v1beta1-","subsections":[{"section":"-strong-status-operations-strong--435","subsections":[{"section":"replace-status-436"}]},{"section":"-strong-read-operations-strong--430","subsections":[{"section":"watch-list-434"},{"section":"watch-433"},{"section":"list-432"},{"section":"read-431"}]},{"section":"-strong-write-operations-strong--424","subsections":[{"section":"delete-collection-429"},{"section":"delete-428"},{"section":"replace-427"},{"section":"patch-426"},{"section":"create-425"}]}]},{"section":"-strong-cluster-strong-","subsections":[]},{"section":"podsecuritypolicy-extensions-v1beta1-","subsections":[{"section":"-strong-read-operations-strong--419","subsections":[{"section":"watch-list-423"},{"section":"watch-422"},{"section":"list-421"},{"section":"read-420"}]},{"section":"-strong-write-operations-strong--413","subsections":[{"section":"delete-collection-418"},{"section":"delete-417"},{"section":"replace-416"},{"section":"patch-415"},{"section":"create-414"}]}]},{"section":"podpreset-settings-k8s-io-v1alpha1-","subsections":[{"section":"-strong-read-operations-strong--406","subsections":[{"section":"watch-list-all-namespaces-412"},{"section":"watch-list-411"},{"section":"watch-410"},{"section":"list-all-namespaces-409"},{"section":"list-408"},{"section":"read-407"}]},{"section":"-strong-write-operations-strong--400","subsections":[{"section":"delete-collection-405"},{"section":"delete-404"},{"section":"replace-403"},{"section":"patch-402"},{"section":"create-401"}]}]},{"section":"priorityclass-scheduling-k8s-io-v1alpha1-","subsections":[{"section":"-strong-read-operations-strong--395","subsections":[{"section":"watch-list-399"},{"section":"watch-398"},{"section":"list-397"},{"section":"read-396"}]},{"section":"-strong-write-operations-strong--389","subsections":[{"section":"delete-collection-394"},{"section":"delete-393"},{"section":"replace-392"},{"section":"patch-391"},{"section":"create-390"}]}]},{"section":"poddisruptionbudget-policy-v1beta1-","subsections":[{"section":"-strong-status-operations-strong--385","subsections":[{"section":"replace-status-388"},{"section":"read-status-387"},{"section":"patch-status-386"}]},{"section":"-strong-read-operations-strong--378","subsections":[{"section":"watch-list-all-namespaces-384"},{"section":"watch-list-383"},{"section":"watch-382"},{"section":"list-all-namespaces-381"},{"section":"list-380"},{"section":"read-379"}]},{"section":"-strong-write-operations-strong--372","subsections":[{"section":"delete-collection-377"},{"section":"delete-376"},{"section":"replace-375"},{"section":"patch-374"},{"section":"create-373"}]}]},{"section":"podtemplate-core-v1-","subsections":[{"section":"-strong-read-operations-strong--365","subsections":[{"section":"watch-list-all-namespaces-371"},{"section":"watch-list-370"},{"section":"watch-369"},{"section":"list-all-namespaces-368"},{"section":"list-367"},{"section":"read-366"}]},{"section":"-strong-write-operations-strong--359","subsections":[{"section":"delete-collection-364"},{"section":"delete-363"},{"section":"replace-362"},{"section":"patch-361"},{"section":"create-360"}]}]},{"section":"validatingwebhookconfiguration-admissionregistration-k8s-io-v1beta1-","subsections":[{"section":"-strong-read-operations-strong--354","subsections":[{"section":"watch-list-358"},{"section":"watch-357"},{"section":"list-356"},{"section":"read-355"}]},{"section":"-strong-write-operations-strong--348","subsections":[{"section":"delete-collection-353"},{"section":"delete-352"},{"section":"replace-351"},{"section":"patch-350"},{"section":"create-349"}]}]},{"section":"mutatingwebhookconfiguration-admissionregistration-k8s-io-v1beta1-","subsections":[{"section":"-strong-read-operations-strong--343","subsections":[{"section":"watch-list-347"},{"section":"watch-346"},{"section":"list-345"},{"section":"read-344"}]},{"section":"-strong-write-operations-strong--337","subsections":[{"section":"delete-collection-342"},{"section":"delete-341"},{"section":"replace-340"},{"section":"patch-339"},{"section":"create-338"}]}]},{"section":"initializerconfiguration-admissionregistration-k8s-io-v1alpha1-","subsections":[{"section":"-strong-read-operations-strong--332","subsections":[{"section":"watch-list-336"},{"section":"watch-335"},{"section":"list-334"},{"section":"read-333"}]},{"section":"-strong-write-operations-strong--326","subsections":[{"section":"delete-collection-331"},{"section":"delete-330"},{"section":"replace-329"},{"section":"patch-328"},{"section":"create-327"}]}]},{"section":"horizontalpodautoscaler-autoscaling-v1-","subsections":[{"section":"-strong-status-operations-strong--322","subsections":[{"section":"replace-status-325"},{"section":"read-status-324"},{"section":"patch-status-323"}]},{"section":"-strong-read-operations-strong--315","subsections":[{"section":"watch-list-all-namespaces-321"},{"section":"watch-list-320"},{"section":"watch-319"},{"section":"list-all-namespaces-318"},{"section":"list-317"},{"section":"read-316"}]},{"section":"-strong-write-operations-strong--309","subsections":[{"section":"delete-collection-314"},{"section":"delete-313"},{"section":"replace-312"},{"section":"patch-311"},{"section":"create-310"}]}]},{"section":"limitrange-core-v1-","subsections":[{"section":"-strong-read-operations-strong--302","subsections":[{"section":"watch-list-all-namespaces-308"},{"section":"watch-list-307"},{"section":"watch-306"},{"section":"list-all-namespaces-305"},{"section":"list-304"},{"section":"read-303"}]},{"section":"-strong-write-operations-strong--296","subsections":[{"section":"delete-collection-301"},{"section":"delete-300"},{"section":"replace-299"},{"section":"patch-298"},{"section":"create-297"}]}]},{"section":"event-core-v1-","subsections":[{"section":"-strong-read-operations-strong--289","subsections":[{"section":"watch-list-all-namespaces-295"},{"section":"watch-list-294"},{"section":"watch-293"},{"section":"list-all-namespaces-292"},{"section":"list-291"},{"section":"read-290"}]},{"section":"-strong-write-operations-strong--283","subsections":[{"section":"delete-collection-288"},{"section":"delete-287"},{"section":"replace-286"},{"section":"patch-285"},{"section":"create-284"}]}]},{"section":"customresourcedefinition-apiextensions-k8s-io-v1beta1-","subsections":[{"section":"-strong-status-operations-strong--281","subsections":[{"section":"replace-status-282"}]},{"section":"-strong-read-operations-strong--276","subsections":[{"section":"watch-list-280"},{"section":"watch-279"},{"section":"list-278"},{"section":"read-277"}]},{"section":"-strong-write-operations-strong--270","subsections":[{"section":"delete-collection-275"},{"section":"delete-274"},{"section":"replace-273"},{"section":"patch-272"},{"section":"create-271"}]}]},{"section":"controllerrevision-apps-v1-","subsections":[{"section":"-strong-read-operations-strong--263","subsections":[{"section":"watch-list-all-namespaces-269"},{"section":"watch-list-268"},{"section":"watch-267"},{"section":"list-all-namespaces-266"},{"section":"list-265"},{"section":"read-264"}]},{"section":"-strong-write-operations-strong--257","subsections":[{"section":"delete-collection-262"},{"section":"delete-261"},{"section":"replace-260"},{"section":"patch-259"},{"section":"create-258"}]}]},{"section":"-strong-metadata-strong-","subsections":[]},{"section":"volumeattachment-storage-k8s-io-v1alpha1-","subsections":[{"section":"-strong-read-operations-strong--252","subsections":[{"section":"watch-list-256"},{"section":"watch-255"},{"section":"list-254"},{"section":"read-253"}]},{"section":"-strong-write-operations-strong--246","subsections":[{"section":"delete-collection-251"},{"section":"delete-250"},{"section":"replace-249"},{"section":"patch-248"},{"section":"create-247"}]}]},{"section":"volume-core-v1-","subsections":[]},{"section":"storageclass-storage-k8s-io-v1-","subsections":[{"section":"-strong-read-operations-strong--241","subsections":[{"section":"watch-list-245"},{"section":"watch-244"},{"section":"list-243"},{"section":"read-242"}]},{"section":"-strong-write-operations-strong--235","subsections":[{"section":"delete-collection-240"},{"section":"delete-239"},{"section":"replace-238"},{"section":"patch-237"},{"section":"create-236"}]}]},{"section":"persistentvolumeclaim-core-v1-","subsections":[{"section":"-strong-status-operations-strong--231","subsections":[{"section":"replace-status-234"},{"section":"read-status-233"},{"section":"patch-status-232"}]},{"section":"-strong-read-operations-strong--224","subsections":[{"section":"watch-list-all-namespaces-230"},{"section":"watch-list-229"},{"section":"watch-228"},{"section":"list-all-namespaces-227"},{"section":"list-226"},{"section":"read-225"}]},{"section":"-strong-write-operations-strong--218","subsections":[{"section":"delete-collection-223"},{"section":"delete-222"},{"section":"replace-221"},{"section":"patch-220"},{"section":"create-219"}]}]},{"section":"secret-core-v1-","subsections":[{"section":"-strong-read-operations-strong--211","subsections":[{"section":"watch-list-all-namespaces-217"},{"section":"watch-list-216"},{"section":"watch-215"},{"section":"list-all-namespaces-214"},{"section":"list-213"},{"section":"read-212"}]},{"section":"-strong-write-operations-strong--205","subsections":[{"section":"delete-collection-210"},{"section":"delete-209"},{"section":"replace-208"},{"section":"patch-207"},{"section":"create-206"}]}]},{"section":"configmap-core-v1-","subsections":[{"section":"-strong-read-operations-strong--198","subsections":[{"section":"watch-list-all-namespaces-204"},{"section":"watch-list-203"},{"section":"watch-202"},{"section":"list-all-namespaces-201"},{"section":"list-200"},{"section":"read-199"}]},{"section":"-strong-write-operations-strong--192","subsections":[{"section":"delete-collection-197"},{"section":"delete-196"},{"section":"replace-195"},{"section":"patch-194"},{"section":"create-193"}]}]},{"section":"-strong-config-storage-strong-","subsections":[]},{"section":"service-core-v1-","subsections":[{"section":"-strong-proxy-operations-strong--181","subsections":[{"section":"replace-connect-proxy-path-191"},{"section":"replace-connect-proxy-190"},{"section":"head-connect-proxy-path-189"},{"section":"head-connect-proxy-188"},{"section":"get-connect-proxy-path-187"},{"section":"get-connect-proxy-186"},{"section":"delete-connect-proxy-path-185"},{"section":"delete-connect-proxy-184"},{"section":"create-connect-proxy-path-183"},{"section":"create-connect-proxy-182"}]},{"section":"-strong-status-operations-strong--177","subsections":[{"section":"replace-status-180"},{"section":"read-status-179"},{"section":"patch-status-178"}]},{"section":"-strong-read-operations-strong--170","subsections":[{"section":"watch-list-all-namespaces-176"},{"section":"watch-list-175"},{"section":"watch-174"},{"section":"list-all-namespaces-173"},{"section":"list-172"},{"section":"read-171"}]},{"section":"-strong-write-operations-strong--165","subsections":[{"section":"delete-169"},{"section":"replace-168"},{"section":"patch-167"},{"section":"create-166"}]}]},{"section":"ingress-extensions-v1beta1-","subsections":[{"section":"-strong-status-operations-strong--161","subsections":[{"section":"replace-status-164"},{"section":"read-status-163"},{"section":"patch-status-162"}]},{"section":"-strong-read-operations-strong--154","subsections":[{"section":"watch-list-all-namespaces-160"},{"section":"watch-list-159"},{"section":"watch-158"},{"section":"list-all-namespaces-157"},{"section":"list-156"},{"section":"read-155"}]},{"section":"-strong-write-operations-strong--148","subsections":[{"section":"delete-collection-153"},{"section":"delete-152"},{"section":"replace-151"},{"section":"patch-150"},{"section":"create-149"}]}]},{"section":"endpoints-core-v1-","subsections":[{"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":"-strong-discovery-load-balancing-strong-","subsections":[]},{"section":"statefulset-apps-v1-","subsections":[{"section":"-strong-misc-operations-strong--131","subsections":[{"section":"patch-scale-134"},{"section":"replace-scale-133"},{"section":"read-scale-132"}]},{"section":"-strong-status-operations-strong--127","subsections":[{"section":"replace-status-130"},{"section":"read-status-129"},{"section":"patch-status-128"}]},{"section":"-strong-read-operations-strong--120","subsections":[{"section":"watch-list-all-namespaces-126"},{"section":"watch-list-125"},{"section":"watch-124"},{"section":"list-all-namespaces-123"},{"section":"list-122"},{"section":"read-121"}]},{"section":"-strong-write-operations-strong--114","subsections":[{"section":"delete-collection-119"},{"section":"delete-118"},{"section":"replace-117"},{"section":"patch-116"},{"section":"create-115"}]}]},{"section":"replicationcontroller-core-v1-","subsections":[{"section":"-strong-misc-operations-strong--110","subsections":[{"section":"patch-scale-113"},{"section":"replace-scale-112"},{"section":"read-scale-111"}]},{"section":"-strong-status-operations-strong--106","subsections":[{"section":"replace-status-109"},{"section":"read-status-108"},{"section":"patch-status-107"}]},{"section":"-strong-read-operations-strong--99","subsections":[{"section":"watch-list-all-namespaces-105"},{"section":"watch-list-104"},{"section":"watch-103"},{"section":"list-all-namespaces-102"},{"section":"list-101"},{"section":"read-100"}]},{"section":"-strong-write-operations-strong--93","subsections":[{"section":"delete-collection-98"},{"section":"delete-97"},{"section":"replace-96"},{"section":"patch-95"},{"section":"create-94"}]}]},{"section":"replicaset-apps-v1-","subsections":[{"section":"-strong-misc-operations-strong--89","subsections":[{"section":"patch-scale-92"},{"section":"replace-scale-91"},{"section":"read-scale-90"}]},{"section":"-strong-status-operations-strong--85","subsections":[{"section":"replace-status-88"},{"section":"read-status-87"},{"section":"patch-status-86"}]},{"section":"-strong-read-operations-strong--78","subsections":[{"section":"watch-list-all-namespaces-84"},{"section":"watch-list-83"},{"section":"watch-82"},{"section":"list-all-namespaces-81"},{"section":"list-80"},{"section":"read-79"}]},{"section":"-strong-write-operations-strong--72","subsections":[{"section":"delete-collection-77"},{"section":"delete-76"},{"section":"replace-75"},{"section":"patch-74"},{"section":"create-73"}]}]},{"section":"pod-core-v1-","subsections":[{"section":"-strong-misc-operations-strong--71","subsections":[{"section":"read-log"}]},{"section":"-strong-proxy-operations-strong-","subsections":[{"section":"replace-connect-proxy-path"},{"section":"replace-connect-proxy"},{"section":"head-connect-proxy-path"},{"section":"head-connect-proxy"},{"section":"get-connect-proxy-path"},{"section":"get-connect-proxy"},{"section":"get-connect-portforward"},{"section":"delete-connect-proxy-path"},{"section":"delete-connect-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-eviction"},{"section":"create-55"}]}]},{"section":"job-batch-v1-","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-apps-v1-","subsections":[{"section":"-strong-misc-operations-strong-","subsections":[{"section":"patch-scale"},{"section":"replace-scale"},{"section":"read-scale"}]},{"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-apps-v1-","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-batch-v1beta1-","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-core-v1-","subsections":[]},{"section":"-strong-workloads-strong-","subsections":[]},{"section":"-strong-api-overview-strong-","subsections":[{"section":"resource-operations"},{"section":"resource-objects"},{"section":"resource-categories"}]}],"flatToc":["volumeerror-storage-k8s-io-v1alpha1-","volumeattachmentsource-storage-k8s-io-v1alpha1-","watch-list-1030","watch-1029","list-1028","read-1027","-strong-read-operations-strong--1026","delete-collection-1025","delete-1024","replace-1023","patch-1022","create-1021","-strong-write-operations-strong--1020","volumeattachment-storage-k8s-io-v1alpha1-","userinfo-authentication-k8s-io-v1beta1-","create-1019","-strong-write-operations-strong--1018","tokenreview-authentication-k8s-io-v1beta1-","supplementalgroupsstrategyoptions-policy-v1beta1-","subjectrulesreviewstatus-authorization-k8s-io-v1beta1-","create-1017","-strong-write-operations-strong--1016","subjectaccessreview-authorization-k8s-io-v1beta1-","subject-rbac-authorization-k8s-io-v1alpha1-","subject-rbac-authorization-k8s-io-v1beta1-","watch-list-1015","watch-1014","list-1013","read-1012","-strong-read-operations-strong--1011","delete-collection-1010","delete-1009","replace-1008","patch-1007","create-1006","-strong-write-operations-strong--1005","storageclass-storage-k8s-io-v1beta1-","statefulsetupdatestrategy-apps-v1beta1-","statefulsetupdatestrategy-apps-v1beta2-","statefulsetcondition-apps-v1beta1-","statefulsetcondition-apps-v1beta2-","patch-scale-1004","replace-scale-1003","read-scale-1002","-strong-misc-operations-strong--1001","replace-status-1000","read-status-999","patch-status-998","-strong-status-operations-strong--997","watch-list-all-namespaces-996","watch-list-995","watch-994","list-all-namespaces-993","list-992","read-991","-strong-read-operations-strong--990","delete-collection-989","delete-988","replace-987","patch-986","create-985","-strong-write-operations-strong--984","statefulset-apps-v1beta1-","patch-scale-983","replace-scale-982","read-scale-981","-strong-misc-operations-strong--980","replace-status-979","read-status-978","patch-status-977","-strong-status-operations-strong--976","watch-list-all-namespaces-975","watch-list-974","watch-973","list-all-namespaces-972","list-971","read-970","-strong-read-operations-strong--969","delete-collection-968","delete-967","replace-966","patch-965","create-964","-strong-write-operations-strong--963","statefulset-apps-v1beta2-","servicereference-apiregistration-k8s-io-v1beta1-","servicereference-admissionregistration-k8s-io-v1beta1-","create-962","-strong-write-operations-strong--961","selfsubjectrulesreview-authorization-k8s-io-v1beta1-","create-960","-strong-write-operations-strong--959","selfsubjectaccessreview-authorization-k8s-io-v1beta1-","scale-extensions-v1beta1-","scale-apps-v1beta1-","scale-apps-v1beta2-","selinuxstrategyoptions-policy-v1beta1-","runasuserstrategyoptions-policy-v1beta1-","rollingupdatestatefulsetstrategy-apps-v1beta1-","rollingupdatestatefulsetstrategy-apps-v1beta2-","rollbackconfig-extensions-v1beta1-","roleref-rbac-authorization-k8s-io-v1alpha1-","roleref-rbac-authorization-k8s-io-v1beta1-","watch-list-all-namespaces-958","watch-list-957","watch-956","list-all-namespaces-955","list-954","read-953","-strong-read-operations-strong--952","delete-collection-951","delete-950","replace-949","patch-948","create-947","-strong-write-operations-strong--946","rolebinding-rbac-authorization-k8s-io-v1alpha1-","watch-list-all-namespaces-945","watch-list-944","watch-943","list-all-namespaces-942","list-941","read-940","-strong-read-operations-strong--939","delete-collection-938","delete-937","replace-936","patch-935","create-934","-strong-write-operations-strong--933","rolebinding-rbac-authorization-k8s-io-v1beta1-","watch-list-all-namespaces-932","watch-list-931","watch-930","list-all-namespaces-929","list-928","read-927","-strong-read-operations-strong--926","delete-collection-925","delete-924","replace-923","patch-922","create-921","-strong-write-operations-strong--920","role-rbac-authorization-k8s-io-v1alpha1-","watch-list-all-namespaces-919","watch-list-918","watch-917","list-all-namespaces-916","list-915","read-914","-strong-read-operations-strong--913","delete-collection-912","delete-911","replace-910","patch-909","create-908","-strong-write-operations-strong--907","role-rbac-authorization-k8s-io-v1beta1-","resourcerule-authorization-k8s-io-v1beta1-","resourceattributes-authorization-k8s-io-v1beta1-","replicasetcondition-extensions-v1beta1-","replicasetcondition-apps-v1beta2-","patch-scale-906","replace-scale-905","read-scale-904","-strong-misc-operations-strong--903","replace-status-902","read-status-901","patch-status-900","-strong-status-operations-strong--899","watch-list-all-namespaces-898","watch-list-897","watch-896","list-all-namespaces-895","list-894","read-893","-strong-read-operations-strong--892","delete-collection-891","delete-890","replace-889","patch-888","create-887","-strong-write-operations-strong--886","replicaset-extensions-v1beta1-","patch-scale-885","replace-scale-884","read-scale-883","-strong-misc-operations-strong--882","replace-status-881","read-status-880","patch-status-879","-strong-status-operations-strong--878","watch-list-all-namespaces-877","watch-list-876","watch-875","list-all-namespaces-874","list-873","read-872","-strong-read-operations-strong--871","delete-collection-870","delete-869","replace-868","patch-867","create-866","-strong-write-operations-strong--865","replicaset-apps-v1beta2-","policyrule-rbac-authorization-k8s-io-v1alpha1-","policyrule-rbac-authorization-k8s-io-v1beta1-","watch-list-864","watch-863","list-862","read-861","-strong-read-operations-strong--860","delete-collection-859","delete-858","replace-857","patch-856","create-855","-strong-write-operations-strong--854","podsecuritypolicy-policy-v1beta1-","nonresourcerule-authorization-k8s-io-v1beta1-","nonresourceattributes-authorization-k8s-io-v1beta1-","networkpolicyport-extensions-v1beta1-","networkpolicypeer-extensions-v1beta1-","networkpolicyingressrule-extensions-v1beta1-","networkpolicyegressrule-extensions-v1beta1-","watch-list-all-namespaces-853","watch-list-852","watch-851","list-all-namespaces-850","list-849","read-848","-strong-read-operations-strong--847","delete-collection-846","delete-845","replace-844","patch-843","create-842","-strong-write-operations-strong--841","networkpolicy-extensions-v1beta1-","create-840","-strong-write-operations-strong--839","localsubjectaccessreview-authorization-k8s-io-v1beta1-","jobtemplatespec-batch-v2alpha1-","initializer-admissionregistration-k8s-io-v1alpha1-","ipblock-extensions-v1beta1-","idrange-policy-v1beta1-","hostportrange-policy-v1beta1-","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","horizontalpodautoscaler-autoscaling-v2beta1-","fsgroupstrategyoptions-policy-v1beta1-","eventseries-events-k8s-io-v1beta1-","watch-list-all-namespaces-821","watch-list-820","watch-819","list-all-namespaces-818","list-817","read-816","-strong-read-operations-strong--815","delete-collection-814","delete-813","replace-812","patch-811","create-810","-strong-write-operations-strong--809","event-events-k8s-io-v1beta1-","deploymentcondition-extensions-v1beta1-","deploymentcondition-apps-v1beta1-","deploymentcondition-apps-v1beta2-","rollback-808","patch-scale-807","replace-scale-806","read-scale-805","-strong-misc-operations-strong--804","replace-status-803","read-status-802","patch-status-801","-strong-status-operations-strong--800","watch-list-all-namespaces-799","watch-list-798","watch-797","list-all-namespaces-796","list-795","read-794","-strong-read-operations-strong--793","delete-collection-792","delete-791","replace-790","patch-789","create-788","-strong-write-operations-strong--787","deployment-extensions-v1beta1-","rollback","patch-scale-786","replace-scale-785","read-scale-784","-strong-misc-operations-strong--783","replace-status-782","read-status-781","patch-status-780","-strong-status-operations-strong--779","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","deployment-apps-v1beta1-","patch-scale-765","replace-scale-764","read-scale-763","-strong-misc-operations-strong--762","replace-status-761","read-status-760","patch-status-759","-strong-status-operations-strong--758","watch-list-all-namespaces-757","watch-list-756","watch-755","list-all-namespaces-754","list-753","read-752","-strong-read-operations-strong--751","delete-collection-750","delete-749","replace-748","patch-747","create-746","-strong-write-operations-strong--745","deployment-apps-v1beta2-","daemonsetupdatestrategy-extensions-v1beta1-","daemonsetupdatestrategy-apps-v1beta2-","daemonsetcondition-extensions-v1beta1-","daemonsetcondition-apps-v1beta2-","replace-status-744","read-status-743","patch-status-742","-strong-status-operations-strong--741","watch-list-all-namespaces-740","watch-list-739","watch-738","list-all-namespaces-737","list-736","read-735","-strong-read-operations-strong--734","delete-collection-733","delete-732","replace-731","patch-730","create-729","-strong-write-operations-strong--728","daemonset-extensions-v1beta1-","replace-status-727","read-status-726","patch-status-725","-strong-status-operations-strong--724","watch-list-all-namespaces-723","watch-list-722","watch-721","list-all-namespaces-720","list-719","read-718","-strong-read-operations-strong--717","delete-collection-716","delete-715","replace-714","patch-713","create-712","-strong-write-operations-strong--711","daemonset-apps-v1beta2-","crossversionobjectreference-autoscaling-v2beta1-","replace-status-710","read-status-709","patch-status-708","-strong-status-operations-strong--707","watch-list-all-namespaces-706","watch-list-705","watch-704","list-all-namespaces-703","list-702","read-701","-strong-read-operations-strong--700","delete-collection-699","delete-698","replace-697","patch-696","create-695","-strong-write-operations-strong--694","cronjob-batch-v2alpha1-","watch-list-all-namespaces-693","watch-list-692","watch-691","list-all-namespaces-690","list-689","read-688","-strong-read-operations-strong--687","delete-collection-686","delete-685","replace-684","patch-683","create-682","-strong-write-operations-strong--681","controllerrevision-apps-v1beta1-","watch-list-all-namespaces-680","watch-list-679","watch-678","list-all-namespaces-677","list-676","read-675","-strong-read-operations-strong--674","delete-collection-673","delete-672","replace-671","patch-670","create-669","-strong-write-operations-strong--668","controllerrevision-apps-v1beta2-","watch-list-667","watch-666","list-665","read-664","-strong-read-operations-strong--663","delete-collection-662","delete-661","replace-660","patch-659","create-658","-strong-write-operations-strong--657","clusterrolebinding-rbac-authorization-k8s-io-v1alpha1-","watch-list-656","watch-655","list-654","read-653","-strong-read-operations-strong--652","delete-collection-651","delete-650","replace-649","patch-648","create-647","-strong-write-operations-strong--646","clusterrolebinding-rbac-authorization-k8s-io-v1beta1-","watch-list-645","watch-644","list-643","read-642","-strong-read-operations-strong--641","delete-collection-640","delete-639","replace-638","patch-637","create-636","-strong-write-operations-strong--635","clusterrole-rbac-authorization-k8s-io-v1alpha1-","watch-list-634","watch-633","list-632","read-631","-strong-read-operations-strong--630","delete-collection-629","delete-628","replace-627","patch-626","create-625","-strong-write-operations-strong--624","clusterrole-rbac-authorization-k8s-io-v1beta1-","allowedhostpath-policy-v1beta1-","allowedflexvolume-policy-v1beta1-","aggregationrule-rbac-authorization-k8s-io-v1alpha1-","aggregationrule-rbac-authorization-k8s-io-v1beta1-","apiservicecondition-apiregistration-k8s-io-v1beta1-","replace-status-623","-strong-status-operations-strong--622","watch-list-621","watch-620","list-619","read-618","-strong-read-operations-strong--617","delete-collection-616","delete-615","replace-614","patch-613","create-612","-strong-write-operations-strong--611","apiservice-apiregistration-k8s-io-v1beta1-","-strong-old-api-versions-strong-","-strong-definitions-strong-","watch-list-all-namespaces-610","watch-list-609","watch-608","list-all-namespaces-607","list-606","read-605","-strong-read-operations-strong--604","delete-collection-603","delete-602","replace-601","patch-600","create-599","-strong-write-operations-strong--598","networkpolicy-networking-k8s-io-v1-","create-597","-strong-write-operations-strong--596","tokenreview-authentication-k8s-io-v1-","create-595","-strong-write-operations-strong--594","subjectaccessreview-authorization-k8s-io-v1-","watch-list-all-namespaces-593","watch-list-592","watch-591","list-all-namespaces-590","list-589","read-588","-strong-read-operations-strong--587","delete-collection-586","delete-585","replace-584","patch-583","create-582","-strong-write-operations-strong--581","serviceaccount-core-v1-","create-580","-strong-write-operations-strong--579","selfsubjectrulesreview-authorization-k8s-io-v1-","create-578","-strong-write-operations-strong--577","selfsubjectaccessreview-authorization-k8s-io-v1-","watch-list-all-namespaces-576","watch-list-575","watch-574","list-all-namespaces-573","list-572","read-571","-strong-read-operations-strong--570","delete-collection-569","delete-568","replace-567","patch-566","create-565","-strong-write-operations-strong--564","rolebinding-rbac-authorization-k8s-io-v1-","watch-list-all-namespaces-563","watch-list-562","watch-561","list-all-namespaces-560","list-559","read-558","-strong-read-operations-strong--557","delete-collection-556","delete-555","replace-554","patch-553","create-552","-strong-write-operations-strong--551","role-rbac-authorization-k8s-io-v1-","replace-status-550","read-status-549","patch-status-548","-strong-status-operations-strong--547","watch-list-all-namespaces-546","watch-list-545","watch-544","list-all-namespaces-543","list-542","read-541","-strong-read-operations-strong--540","delete-collection-539","delete-538","replace-537","patch-536","create-535","-strong-write-operations-strong--534","resourcequota-core-v1-","replace-status-533","read-status-532","patch-status-531","-strong-status-operations-strong--530","watch-list-529","watch-528","list-527","read-526","-strong-read-operations-strong--525","delete-collection-524","delete-523","replace-522","patch-521","create-520","-strong-write-operations-strong--519","persistentvolume-core-v1-","replace-connect-proxy-path-518","replace-connect-proxy-517","head-connect-proxy-path-516","head-connect-proxy-515","get-connect-proxy-path-514","get-connect-proxy-513","delete-connect-proxy-path-512","delete-connect-proxy-511","create-connect-proxy-path-510","create-connect-proxy-509","-strong-proxy-operations-strong--508","replace-status-507","read-status-506","patch-status-505","-strong-status-operations-strong--504","watch-list-503","watch-502","list-501","read-500","-strong-read-operations-strong--499","delete-collection-498","delete-497","replace-496","patch-495","create-494","-strong-write-operations-strong--493","node-core-v1-","replace-status-492","read-status-491","patch-status-490","-strong-status-operations-strong--489","watch-list-488","watch-487","list-486","read-485","-strong-read-operations-strong--484","delete-483","replace-482","patch-481","create-480","-strong-write-operations-strong--479","namespace-core-v1-","create-478","-strong-write-operations-strong--477","localsubjectaccessreview-authorization-k8s-io-v1-","list-476","read-475","-strong-read-operations-strong--474","componentstatus-core-v1-","watch-list-473","watch-472","list-471","read-470","-strong-read-operations-strong--469","delete-collection-468","delete-467","replace-466","patch-465","create-464","-strong-write-operations-strong--463","clusterrolebinding-rbac-authorization-k8s-io-v1-","watch-list-462","watch-461","list-460","read-459","-strong-read-operations-strong--458","delete-collection-457","delete-456","replace-455","patch-454","create-453","-strong-write-operations-strong--452","clusterrole-rbac-authorization-k8s-io-v1-","replace-status-451","-strong-status-operations-strong--450","watch-list-449","watch-448","list-447","read-446","-strong-read-operations-strong--445","delete-collection-444","delete-443","replace-442","patch-441","create-440","-strong-write-operations-strong--439","certificatesigningrequest-certificates-k8s-io-v1beta1-","create-438","-strong-write-operations-strong--437","binding-core-v1-","replace-status-436","-strong-status-operations-strong--435","watch-list-434","watch-433","list-432","read-431","-strong-read-operations-strong--430","delete-collection-429","delete-428","replace-427","patch-426","create-425","-strong-write-operations-strong--424","apiservice-apiregistration-k8s-io-v1beta1-","-strong-cluster-strong-","watch-list-423","watch-422","list-421","read-420","-strong-read-operations-strong--419","delete-collection-418","delete-417","replace-416","patch-415","create-414","-strong-write-operations-strong--413","podsecuritypolicy-extensions-v1beta1-","watch-list-all-namespaces-412","watch-list-411","watch-410","list-all-namespaces-409","list-408","read-407","-strong-read-operations-strong--406","delete-collection-405","delete-404","replace-403","patch-402","create-401","-strong-write-operations-strong--400","podpreset-settings-k8s-io-v1alpha1-","watch-list-399","watch-398","list-397","read-396","-strong-read-operations-strong--395","delete-collection-394","delete-393","replace-392","patch-391","create-390","-strong-write-operations-strong--389","priorityclass-scheduling-k8s-io-v1alpha1-","replace-status-388","read-status-387","patch-status-386","-strong-status-operations-strong--385","watch-list-all-namespaces-384","watch-list-383","watch-382","list-all-namespaces-381","list-380","read-379","-strong-read-operations-strong--378","delete-collection-377","delete-376","replace-375","patch-374","create-373","-strong-write-operations-strong--372","poddisruptionbudget-policy-v1beta1-","watch-list-all-namespaces-371","watch-list-370","watch-369","list-all-namespaces-368","list-367","read-366","-strong-read-operations-strong--365","delete-collection-364","delete-363","replace-362","patch-361","create-360","-strong-write-operations-strong--359","podtemplate-core-v1-","watch-list-358","watch-357","list-356","read-355","-strong-read-operations-strong--354","delete-collection-353","delete-352","replace-351","patch-350","create-349","-strong-write-operations-strong--348","validatingwebhookconfiguration-admissionregistration-k8s-io-v1beta1-","watch-list-347","watch-346","list-345","read-344","-strong-read-operations-strong--343","delete-collection-342","delete-341","replace-340","patch-339","create-338","-strong-write-operations-strong--337","mutatingwebhookconfiguration-admissionregistration-k8s-io-v1beta1-","watch-list-336","watch-335","list-334","read-333","-strong-read-operations-strong--332","delete-collection-331","delete-330","replace-329","patch-328","create-327","-strong-write-operations-strong--326","initializerconfiguration-admissionregistration-k8s-io-v1alpha1-","replace-status-325","read-status-324","patch-status-323","-strong-status-operations-strong--322","watch-list-all-namespaces-321","watch-list-320","watch-319","list-all-namespaces-318","list-317","read-316","-strong-read-operations-strong--315","delete-collection-314","delete-313","replace-312","patch-311","create-310","-strong-write-operations-strong--309","horizontalpodautoscaler-autoscaling-v1-","watch-list-all-namespaces-308","watch-list-307","watch-306","list-all-namespaces-305","list-304","read-303","-strong-read-operations-strong--302","delete-collection-301","delete-300","replace-299","patch-298","create-297","-strong-write-operations-strong--296","limitrange-core-v1-","watch-list-all-namespaces-295","watch-list-294","watch-293","list-all-namespaces-292","list-291","read-290","-strong-read-operations-strong--289","delete-collection-288","delete-287","replace-286","patch-285","create-284","-strong-write-operations-strong--283","event-core-v1-","replace-status-282","-strong-status-operations-strong--281","watch-list-280","watch-279","list-278","read-277","-strong-read-operations-strong--276","delete-collection-275","delete-274","replace-273","patch-272","create-271","-strong-write-operations-strong--270","customresourcedefinition-apiextensions-k8s-io-v1beta1-","watch-list-all-namespaces-269","watch-list-268","watch-267","list-all-namespaces-266","list-265","read-264","-strong-read-operations-strong--263","delete-collection-262","delete-261","replace-260","patch-259","create-258","-strong-write-operations-strong--257","controllerrevision-apps-v1-","-strong-metadata-strong-","watch-list-256","watch-255","list-254","read-253","-strong-read-operations-strong--252","delete-collection-251","delete-250","replace-249","patch-248","create-247","-strong-write-operations-strong--246","volumeattachment-storage-k8s-io-v1alpha1-","volume-core-v1-","watch-list-245","watch-244","list-243","read-242","-strong-read-operations-strong--241","delete-collection-240","delete-239","replace-238","patch-237","create-236","-strong-write-operations-strong--235","storageclass-storage-k8s-io-v1-","replace-status-234","read-status-233","patch-status-232","-strong-status-operations-strong--231","watch-list-all-namespaces-230","watch-list-229","watch-228","list-all-namespaces-227","list-226","read-225","-strong-read-operations-strong--224","delete-collection-223","delete-222","replace-221","patch-220","create-219","-strong-write-operations-strong--218","persistentvolumeclaim-core-v1-","watch-list-all-namespaces-217","watch-list-216","watch-215","list-all-namespaces-214","list-213","read-212","-strong-read-operations-strong--211","delete-collection-210","delete-209","replace-208","patch-207","create-206","-strong-write-operations-strong--205","secret-core-v1-","watch-list-all-namespaces-204","watch-list-203","watch-202","list-all-namespaces-201","list-200","read-199","-strong-read-operations-strong--198","delete-collection-197","delete-196","replace-195","patch-194","create-193","-strong-write-operations-strong--192","configmap-core-v1-","-strong-config-storage-strong-","replace-connect-proxy-path-191","replace-connect-proxy-190","head-connect-proxy-path-189","head-connect-proxy-188","get-connect-proxy-path-187","get-connect-proxy-186","delete-connect-proxy-path-185","delete-connect-proxy-184","create-connect-proxy-path-183","create-connect-proxy-182","-strong-proxy-operations-strong--181","replace-status-180","read-status-179","patch-status-178","-strong-status-operations-strong--177","watch-list-all-namespaces-176","watch-list-175","watch-174","list-all-namespaces-173","list-172","read-171","-strong-read-operations-strong--170","delete-169","replace-168","patch-167","create-166","-strong-write-operations-strong--165","service-core-v1-","replace-status-164","read-status-163","patch-status-162","-strong-status-operations-strong--161","watch-list-all-namespaces-160","watch-list-159","watch-158","list-all-namespaces-157","list-156","read-155","-strong-read-operations-strong--154","delete-collection-153","delete-152","replace-151","patch-150","create-149","-strong-write-operations-strong--148","ingress-extensions-v1beta1-","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","endpoints-core-v1-","-strong-discovery-load-balancing-strong-","patch-scale-134","replace-scale-133","read-scale-132","-strong-misc-operations-strong--131","replace-status-130","read-status-129","patch-status-128","-strong-status-operations-strong--127","watch-list-all-namespaces-126","watch-list-125","watch-124","list-all-namespaces-123","list-122","read-121","-strong-read-operations-strong--120","delete-collection-119","delete-118","replace-117","patch-116","create-115","-strong-write-operations-strong--114","statefulset-apps-v1-","patch-scale-113","replace-scale-112","read-scale-111","-strong-misc-operations-strong--110","replace-status-109","read-status-108","patch-status-107","-strong-status-operations-strong--106","watch-list-all-namespaces-105","watch-list-104","watch-103","list-all-namespaces-102","list-101","read-100","-strong-read-operations-strong--99","delete-collection-98","delete-97","replace-96","patch-95","create-94","-strong-write-operations-strong--93","replicationcontroller-core-v1-","patch-scale-92","replace-scale-91","read-scale-90","-strong-misc-operations-strong--89","replace-status-88","read-status-87","patch-status-86","-strong-status-operations-strong--85","watch-list-all-namespaces-84","watch-list-83","watch-82","list-all-namespaces-81","list-80","read-79","-strong-read-operations-strong--78","delete-collection-77","delete-76","replace-75","patch-74","create-73","-strong-write-operations-strong--72","replicaset-apps-v1-","read-log","-strong-misc-operations-strong--71","replace-connect-proxy-path","replace-connect-proxy","head-connect-proxy-path","head-connect-proxy","get-connect-proxy-path","get-connect-proxy","get-connect-portforward","delete-connect-proxy-path","delete-connect-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-eviction","create-55","-strong-write-operations-strong--54","pod-core-v1-","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-batch-v1-","patch-scale","replace-scale","read-scale","-strong-misc-operations-strong-","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-apps-v1-","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-apps-v1-","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-batch-v1beta1-","container-core-v1-","-strong-workloads-strong-","resource-operations","resource-objects","resource-categories","-strong-api-overview-strong-"]};})();
\ No newline at end of file
+(function(){navData = {"toc":[{"section":"volumeerror-v1alpha1-storage-k8s-io","subsections":[]},{"section":"volumeattachmentsource-v1alpha1-storage-k8s-io","subsections":[]},{"section":"volumeattachment-v1alpha1-storage-k8s-io","subsections":[{"section":"-strong-read-operations-strong--1026","subsections":[{"section":"watch-list-1030"},{"section":"watch-1029"},{"section":"list-1028"},{"section":"read-1027"}]},{"section":"-strong-write-operations-strong--1020","subsections":[{"section":"delete-collection-1025"},{"section":"delete-1024"},{"section":"replace-1023"},{"section":"patch-1022"},{"section":"create-1021"}]}]},{"section":"userinfo-v1beta1-authentication-k8s-io","subsections":[]},{"section":"tokenreview-v1beta1-authentication-k8s-io","subsections":[{"section":"-strong-write-operations-strong--1018","subsections":[{"section":"create-1019"}]}]},{"section":"supplementalgroupsstrategyoptions-v1beta1-policy","subsections":[]},{"section":"subjectrulesreviewstatus-v1beta1-authorization-k8s-io","subsections":[]},{"section":"subjectaccessreview-v1beta1-authorization-k8s-io","subsections":[{"section":"-strong-write-operations-strong--1016","subsections":[{"section":"create-1017"}]}]},{"section":"subject-v1alpha1-rbac-authorization-k8s-io","subsections":[]},{"section":"subject-v1beta1-rbac-authorization-k8s-io","subsections":[]},{"section":"storageclass-v1beta1-storage-k8s-io","subsections":[{"section":"-strong-read-operations-strong--1011","subsections":[{"section":"watch-list-1015"},{"section":"watch-1014"},{"section":"list-1013"},{"section":"read-1012"}]},{"section":"-strong-write-operations-strong--1005","subsections":[{"section":"delete-collection-1010"},{"section":"delete-1009"},{"section":"replace-1008"},{"section":"patch-1007"},{"section":"create-1006"}]}]},{"section":"statefulsetupdatestrategy-v1beta1-apps","subsections":[]},{"section":"statefulsetupdatestrategy-v1beta2-apps","subsections":[]},{"section":"statefulsetcondition-v1beta1-apps","subsections":[]},{"section":"statefulsetcondition-v1beta2-apps","subsections":[]},{"section":"statefulset-v1beta1-apps","subsections":[{"section":"-strong-misc-operations-strong--1001","subsections":[{"section":"patch-scale-1004"},{"section":"replace-scale-1003"},{"section":"read-scale-1002"}]},{"section":"-strong-status-operations-strong--997","subsections":[{"section":"replace-status-1000"},{"section":"read-status-999"},{"section":"patch-status-998"}]},{"section":"-strong-read-operations-strong--990","subsections":[{"section":"watch-list-all-namespaces-996"},{"section":"watch-list-995"},{"section":"watch-994"},{"section":"list-all-namespaces-993"},{"section":"list-992"},{"section":"read-991"}]},{"section":"-strong-write-operations-strong--984","subsections":[{"section":"delete-collection-989"},{"section":"delete-988"},{"section":"replace-987"},{"section":"patch-986"},{"section":"create-985"}]}]},{"section":"statefulset-v1beta2-apps","subsections":[{"section":"-strong-misc-operations-strong--980","subsections":[{"section":"patch-scale-983"},{"section":"replace-scale-982"},{"section":"read-scale-981"}]},{"section":"-strong-status-operations-strong--976","subsections":[{"section":"replace-status-979"},{"section":"read-status-978"},{"section":"patch-status-977"}]},{"section":"-strong-read-operations-strong--969","subsections":[{"section":"watch-list-all-namespaces-975"},{"section":"watch-list-974"},{"section":"watch-973"},{"section":"list-all-namespaces-972"},{"section":"list-971"},{"section":"read-970"}]},{"section":"-strong-write-operations-strong--963","subsections":[{"section":"delete-collection-968"},{"section":"delete-967"},{"section":"replace-966"},{"section":"patch-965"},{"section":"create-964"}]}]},{"section":"servicereference-v1beta1-apiregistration-k8s-io","subsections":[]},{"section":"servicereference-v1beta1-admissionregistration-k8s-io","subsections":[]},{"section":"selfsubjectrulesreview-v1beta1-authorization-k8s-io","subsections":[{"section":"-strong-write-operations-strong--961","subsections":[{"section":"create-962"}]}]},{"section":"selfsubjectaccessreview-v1beta1-authorization-k8s-io","subsections":[{"section":"-strong-write-operations-strong--959","subsections":[{"section":"create-960"}]}]},{"section":"scale-v1beta1-extensions","subsections":[]},{"section":"scale-v1beta1-apps","subsections":[]},{"section":"scale-v1beta2-apps","subsections":[]},{"section":"selinuxstrategyoptions-v1beta1-policy","subsections":[]},{"section":"runasuserstrategyoptions-v1beta1-policy","subsections":[]},{"section":"rollingupdatestatefulsetstrategy-v1beta1-apps","subsections":[]},{"section":"rollingupdatestatefulsetstrategy-v1beta2-apps","subsections":[]},{"section":"rollbackconfig-v1beta1-extensions","subsections":[]},{"section":"roleref-v1alpha1-rbac-authorization-k8s-io","subsections":[]},{"section":"roleref-v1beta1-rbac-authorization-k8s-io","subsections":[]},{"section":"rolebinding-v1alpha1-rbac-authorization-k8s-io","subsections":[{"section":"-strong-read-operations-strong--952","subsections":[{"section":"watch-list-all-namespaces-958"},{"section":"watch-list-957"},{"section":"watch-956"},{"section":"list-all-namespaces-955"},{"section":"list-954"},{"section":"read-953"}]},{"section":"-strong-write-operations-strong--946","subsections":[{"section":"delete-collection-951"},{"section":"delete-950"},{"section":"replace-949"},{"section":"patch-948"},{"section":"create-947"}]}]},{"section":"rolebinding-v1beta1-rbac-authorization-k8s-io","subsections":[{"section":"-strong-read-operations-strong--939","subsections":[{"section":"watch-list-all-namespaces-945"},{"section":"watch-list-944"},{"section":"watch-943"},{"section":"list-all-namespaces-942"},{"section":"list-941"},{"section":"read-940"}]},{"section":"-strong-write-operations-strong--933","subsections":[{"section":"delete-collection-938"},{"section":"delete-937"},{"section":"replace-936"},{"section":"patch-935"},{"section":"create-934"}]}]},{"section":"role-v1alpha1-rbac-authorization-k8s-io","subsections":[{"section":"-strong-read-operations-strong--926","subsections":[{"section":"watch-list-all-namespaces-932"},{"section":"watch-list-931"},{"section":"watch-930"},{"section":"list-all-namespaces-929"},{"section":"list-928"},{"section":"read-927"}]},{"section":"-strong-write-operations-strong--920","subsections":[{"section":"delete-collection-925"},{"section":"delete-924"},{"section":"replace-923"},{"section":"patch-922"},{"section":"create-921"}]}]},{"section":"role-v1beta1-rbac-authorization-k8s-io","subsections":[{"section":"-strong-read-operations-strong--913","subsections":[{"section":"watch-list-all-namespaces-919"},{"section":"watch-list-918"},{"section":"watch-917"},{"section":"list-all-namespaces-916"},{"section":"list-915"},{"section":"read-914"}]},{"section":"-strong-write-operations-strong--907","subsections":[{"section":"delete-collection-912"},{"section":"delete-911"},{"section":"replace-910"},{"section":"patch-909"},{"section":"create-908"}]}]},{"section":"resourcerule-v1beta1-authorization-k8s-io","subsections":[]},{"section":"resourceattributes-v1beta1-authorization-k8s-io","subsections":[]},{"section":"replicasetcondition-v1beta1-extensions","subsections":[]},{"section":"replicasetcondition-v1beta2-apps","subsections":[]},{"section":"replicaset-v1beta1-extensions","subsections":[{"section":"-strong-misc-operations-strong--903","subsections":[{"section":"patch-scale-906"},{"section":"replace-scale-905"},{"section":"read-scale-904"}]},{"section":"-strong-status-operations-strong--899","subsections":[{"section":"replace-status-902"},{"section":"read-status-901"},{"section":"patch-status-900"}]},{"section":"-strong-read-operations-strong--892","subsections":[{"section":"watch-list-all-namespaces-898"},{"section":"watch-list-897"},{"section":"watch-896"},{"section":"list-all-namespaces-895"},{"section":"list-894"},{"section":"read-893"}]},{"section":"-strong-write-operations-strong--886","subsections":[{"section":"delete-collection-891"},{"section":"delete-890"},{"section":"replace-889"},{"section":"patch-888"},{"section":"create-887"}]}]},{"section":"replicaset-v1beta2-apps","subsections":[{"section":"-strong-misc-operations-strong--882","subsections":[{"section":"patch-scale-885"},{"section":"replace-scale-884"},{"section":"read-scale-883"}]},{"section":"-strong-status-operations-strong--878","subsections":[{"section":"replace-status-881"},{"section":"read-status-880"},{"section":"patch-status-879"}]},{"section":"-strong-read-operations-strong--871","subsections":[{"section":"watch-list-all-namespaces-877"},{"section":"watch-list-876"},{"section":"watch-875"},{"section":"list-all-namespaces-874"},{"section":"list-873"},{"section":"read-872"}]},{"section":"-strong-write-operations-strong--865","subsections":[{"section":"delete-collection-870"},{"section":"delete-869"},{"section":"replace-868"},{"section":"patch-867"},{"section":"create-866"}]}]},{"section":"policyrule-v1alpha1-rbac-authorization-k8s-io","subsections":[]},{"section":"policyrule-v1beta1-rbac-authorization-k8s-io","subsections":[]},{"section":"podsecuritypolicy-v1beta1-policy","subsections":[{"section":"-strong-read-operations-strong--860","subsections":[{"section":"watch-list-864"},{"section":"watch-863"},{"section":"list-862"},{"section":"read-861"}]},{"section":"-strong-write-operations-strong--854","subsections":[{"section":"delete-collection-859"},{"section":"delete-858"},{"section":"replace-857"},{"section":"patch-856"},{"section":"create-855"}]}]},{"section":"nonresourcerule-v1beta1-authorization-k8s-io","subsections":[]},{"section":"nonresourceattributes-v1beta1-authorization-k8s-io","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--847","subsections":[{"section":"watch-list-all-namespaces-853"},{"section":"watch-list-852"},{"section":"watch-851"},{"section":"list-all-namespaces-850"},{"section":"list-849"},{"section":"read-848"}]},{"section":"-strong-write-operations-strong--841","subsections":[{"section":"delete-collection-846"},{"section":"delete-845"},{"section":"replace-844"},{"section":"patch-843"},{"section":"create-842"}]}]},{"section":"localsubjectaccessreview-v1beta1-authorization-k8s-io","subsections":[{"section":"-strong-write-operations-strong--839","subsections":[{"section":"create-840"}]}]},{"section":"jobtemplatespec-v2alpha1-batch","subsections":[]},{"section":"initializer-v1alpha1-admissionregistration-k8s-io","subsections":[]},{"section":"ipblock-v1beta1-extensions","subsections":[]},{"section":"idrange-v1beta1-policy","subsections":[]},{"section":"hostportrange-v1beta1-policy","subsections":[]},{"section":"horizontalpodautoscaler-v2beta1-autoscaling","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":"fsgroupstrategyoptions-v1beta1-policy","subsections":[]},{"section":"eventseries-v1beta1-events-k8s-io","subsections":[]},{"section":"event-v1beta1-events-k8s-io","subsections":[{"section":"-strong-read-operations-strong--815","subsections":[{"section":"watch-list-all-namespaces-821"},{"section":"watch-list-820"},{"section":"watch-819"},{"section":"list-all-namespaces-818"},{"section":"list-817"},{"section":"read-816"}]},{"section":"-strong-write-operations-strong--809","subsections":[{"section":"delete-collection-814"},{"section":"delete-813"},{"section":"replace-812"},{"section":"patch-811"},{"section":"create-810"}]}]},{"section":"deploymentcondition-v1beta1-extensions","subsections":[]},{"section":"deploymentcondition-v1beta1-apps","subsections":[]},{"section":"deploymentcondition-v1beta2-apps","subsections":[]},{"section":"deployment-v1beta1-extensions","subsections":[{"section":"-strong-misc-operations-strong--804","subsections":[{"section":"rollback-808"},{"section":"patch-scale-807"},{"section":"replace-scale-806"},{"section":"read-scale-805"}]},{"section":"-strong-status-operations-strong--800","subsections":[{"section":"replace-status-803"},{"section":"read-status-802"},{"section":"patch-status-801"}]},{"section":"-strong-read-operations-strong--793","subsections":[{"section":"watch-list-all-namespaces-799"},{"section":"watch-list-798"},{"section":"watch-797"},{"section":"list-all-namespaces-796"},{"section":"list-795"},{"section":"read-794"}]},{"section":"-strong-write-operations-strong--787","subsections":[{"section":"delete-collection-792"},{"section":"delete-791"},{"section":"replace-790"},{"section":"patch-789"},{"section":"create-788"}]}]},{"section":"deployment-v1beta1-apps","subsections":[{"section":"-strong-misc-operations-strong--783","subsections":[{"section":"rollback"},{"section":"patch-scale-786"},{"section":"replace-scale-785"},{"section":"read-scale-784"}]},{"section":"-strong-status-operations-strong--779","subsections":[{"section":"replace-status-782"},{"section":"read-status-781"},{"section":"patch-status-780"}]},{"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":"deployment-v1beta2-apps","subsections":[{"section":"-strong-misc-operations-strong--762","subsections":[{"section":"patch-scale-765"},{"section":"replace-scale-764"},{"section":"read-scale-763"}]},{"section":"-strong-status-operations-strong--758","subsections":[{"section":"replace-status-761"},{"section":"read-status-760"},{"section":"patch-status-759"}]},{"section":"-strong-read-operations-strong--751","subsections":[{"section":"watch-list-all-namespaces-757"},{"section":"watch-list-756"},{"section":"watch-755"},{"section":"list-all-namespaces-754"},{"section":"list-753"},{"section":"read-752"}]},{"section":"-strong-write-operations-strong--745","subsections":[{"section":"delete-collection-750"},{"section":"delete-749"},{"section":"replace-748"},{"section":"patch-747"},{"section":"create-746"}]}]},{"section":"daemonsetupdatestrategy-v1beta1-extensions","subsections":[]},{"section":"daemonsetupdatestrategy-v1beta2-apps","subsections":[]},{"section":"daemonsetcondition-v1beta1-extensions","subsections":[]},{"section":"daemonsetcondition-v1beta2-apps","subsections":[]},{"section":"daemonset-v1beta1-extensions","subsections":[{"section":"-strong-status-operations-strong--741","subsections":[{"section":"replace-status-744"},{"section":"read-status-743"},{"section":"patch-status-742"}]},{"section":"-strong-read-operations-strong--734","subsections":[{"section":"watch-list-all-namespaces-740"},{"section":"watch-list-739"},{"section":"watch-738"},{"section":"list-all-namespaces-737"},{"section":"list-736"},{"section":"read-735"}]},{"section":"-strong-write-operations-strong--728","subsections":[{"section":"delete-collection-733"},{"section":"delete-732"},{"section":"replace-731"},{"section":"patch-730"},{"section":"create-729"}]}]},{"section":"daemonset-v1beta2-apps","subsections":[{"section":"-strong-status-operations-strong--724","subsections":[{"section":"replace-status-727"},{"section":"read-status-726"},{"section":"patch-status-725"}]},{"section":"-strong-read-operations-strong--717","subsections":[{"section":"watch-list-all-namespaces-723"},{"section":"watch-list-722"},{"section":"watch-721"},{"section":"list-all-namespaces-720"},{"section":"list-719"},{"section":"read-718"}]},{"section":"-strong-write-operations-strong--711","subsections":[{"section":"delete-collection-716"},{"section":"delete-715"},{"section":"replace-714"},{"section":"patch-713"},{"section":"create-712"}]}]},{"section":"crossversionobjectreference-v2beta1-autoscaling","subsections":[]},{"section":"cronjob-v2alpha1-batch","subsections":[{"section":"-strong-status-operations-strong--707","subsections":[{"section":"replace-status-710"},{"section":"read-status-709"},{"section":"patch-status-708"}]},{"section":"-strong-read-operations-strong--700","subsections":[{"section":"watch-list-all-namespaces-706"},{"section":"watch-list-705"},{"section":"watch-704"},{"section":"list-all-namespaces-703"},{"section":"list-702"},{"section":"read-701"}]},{"section":"-strong-write-operations-strong--694","subsections":[{"section":"delete-collection-699"},{"section":"delete-698"},{"section":"replace-697"},{"section":"patch-696"},{"section":"create-695"}]}]},{"section":"controllerrevision-v1beta1-apps","subsections":[{"section":"-strong-read-operations-strong--687","subsections":[{"section":"watch-list-all-namespaces-693"},{"section":"watch-list-692"},{"section":"watch-691"},{"section":"list-all-namespaces-690"},{"section":"list-689"},{"section":"read-688"}]},{"section":"-strong-write-operations-strong--681","subsections":[{"section":"delete-collection-686"},{"section":"delete-685"},{"section":"replace-684"},{"section":"patch-683"},{"section":"create-682"}]}]},{"section":"controllerrevision-v1beta2-apps","subsections":[{"section":"-strong-read-operations-strong--674","subsections":[{"section":"watch-list-all-namespaces-680"},{"section":"watch-list-679"},{"section":"watch-678"},{"section":"list-all-namespaces-677"},{"section":"list-676"},{"section":"read-675"}]},{"section":"-strong-write-operations-strong--668","subsections":[{"section":"delete-collection-673"},{"section":"delete-672"},{"section":"replace-671"},{"section":"patch-670"},{"section":"create-669"}]}]},{"section":"clusterrolebinding-v1alpha1-rbac-authorization-k8s-io","subsections":[{"section":"-strong-read-operations-strong--663","subsections":[{"section":"watch-list-667"},{"section":"watch-666"},{"section":"list-665"},{"section":"read-664"}]},{"section":"-strong-write-operations-strong--657","subsections":[{"section":"delete-collection-662"},{"section":"delete-661"},{"section":"replace-660"},{"section":"patch-659"},{"section":"create-658"}]}]},{"section":"clusterrolebinding-v1beta1-rbac-authorization-k8s-io","subsections":[{"section":"-strong-read-operations-strong--652","subsections":[{"section":"watch-list-656"},{"section":"watch-655"},{"section":"list-654"},{"section":"read-653"}]},{"section":"-strong-write-operations-strong--646","subsections":[{"section":"delete-collection-651"},{"section":"delete-650"},{"section":"replace-649"},{"section":"patch-648"},{"section":"create-647"}]}]},{"section":"clusterrole-v1alpha1-rbac-authorization-k8s-io","subsections":[{"section":"-strong-read-operations-strong--641","subsections":[{"section":"watch-list-645"},{"section":"watch-644"},{"section":"list-643"},{"section":"read-642"}]},{"section":"-strong-write-operations-strong--635","subsections":[{"section":"delete-collection-640"},{"section":"delete-639"},{"section":"replace-638"},{"section":"patch-637"},{"section":"create-636"}]}]},{"section":"clusterrole-v1beta1-rbac-authorization-k8s-io","subsections":[{"section":"-strong-read-operations-strong--630","subsections":[{"section":"watch-list-634"},{"section":"watch-633"},{"section":"list-632"},{"section":"read-631"}]},{"section":"-strong-write-operations-strong--624","subsections":[{"section":"delete-collection-629"},{"section":"delete-628"},{"section":"replace-627"},{"section":"patch-626"},{"section":"create-625"}]}]},{"section":"allowedhostpath-v1beta1-policy","subsections":[]},{"section":"allowedflexvolume-v1beta1-policy","subsections":[]},{"section":"aggregationrule-v1alpha1-rbac-authorization-k8s-io","subsections":[]},{"section":"aggregationrule-v1beta1-rbac-authorization-k8s-io","subsections":[]},{"section":"apiservicecondition-v1beta1-apiregistration-k8s-io","subsections":[]},{"section":"apiservice-v1beta1-apiregistration-k8s-io","subsections":[{"section":"-strong-status-operations-strong--622","subsections":[{"section":"replace-status-623"}]},{"section":"-strong-read-operations-strong--617","subsections":[{"section":"watch-list-621"},{"section":"watch-620"},{"section":"list-619"},{"section":"read-618"}]},{"section":"-strong-write-operations-strong--611","subsections":[{"section":"delete-collection-616"},{"section":"delete-615"},{"section":"replace-614"},{"section":"patch-613"},{"section":"create-612"}]}]},{"section":"-strong-old-api-versions-strong-","subsections":[]},{"section":"-strong-definitions-strong-","subsections":[{"section":"weightedpodaffinityterm-v1-core"},{"section":"webhookclientconfig-v1beta1-admissionregistration"},{"section":"webhook-v1beta1-admissionregistration"},{"section":"watchevent-v1-meta"},{"section":"vspherevirtualdiskvolumesource-v1-core"},{"section":"volumeprojection-v1-core"},{"section":"volumenodeaffinity-v1-core"},{"section":"volumemount-v1-core"},{"section":"volumeerror-v1beta1-storage"},{"section":"volumedevice-v1-core"},{"section":"volumeattachmentsource-v1beta1-storage"},{"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-v1-apps"},{"section":"statefulsetcondition-v1-apps"},{"section":"sessionaffinityconfig-v1-core"},{"section":"servicereference-v1-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":"scaleiopersistentvolumesource-v1-core"},{"section":"scale-v1-autoscaling"},{"section":"selinuxstrategyoptions-v1beta1-extensions"},{"section":"selinuxoptions-v1-core"},{"section":"runasuserstrategyoptions-v1beta1-extensions"},{"section":"rulewithoperations-v1beta1-admissionregistration"},{"section":"rule-v1alpha1-admissionregistration"},{"section":"rollingupdatestatefulsetstrategy-v1-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-v1-apps"},{"section":"rbdvolumesource-v1-core"},{"section":"rbdpersistentvolumesource-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":"poddnsconfigoption-v1-core"},{"section":"poddnsconfig-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":"microtime-v1-meta"},{"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":"iscsipersistentvolumesource-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":"flexpersistentvolumesource-v1-core"},{"section":"fsgroupstrategyoptions-v1beta1-extensions"},{"section":"fcvolumesource-v1-core"},{"section":"externalmetricstatus-v2beta1-autoscaling"},{"section":"externalmetricsource-v2beta1-autoscaling"},{"section":"externaldocumentation-v1beta1-apiextensions"},{"section":"execaction-v1-core"},{"section":"eviction-v1beta1-policy"},{"section":"eventsource-v1-core"},{"section":"eventseries-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-v1-apps"},{"section":"deleteoptions-v1-meta"},{"section":"daemonsetupdatestrategy-v1-apps"},{"section":"daemonsetcondition-v1-apps"},{"section":"daemonendpoint-v1-core"},{"section":"customresourcevalidation-v1beta1-apiextensions"},{"section":"customresourcesubresources-v1beta1-apiextensions"},{"section":"customresourcesubresourcestatus-v1beta1-apiextensions"},{"section":"customresourcesubresourcescale-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":"csipersistentvolumesource-v1-core"},{"section":"azurefilevolumesource-v1-core"},{"section":"azurefilepersistentvolumesource-v1-core"},{"section":"azurediskvolumesource-v1-core"},{"section":"attachedvolume-v1-core"},{"section":"allowedhostpath-v1beta1-extensions"},{"section":"allowedflexvolume-v1beta1-extensions"},{"section":"aggregationrule-v1-rbac"},{"section":"affinity-v1-core"},{"section":"awselasticblockstorevolumesource-v1-core"},{"section":"apiversions-v1-meta"},{"section":"apiservicecondition-v1-apiregistration"},{"section":"apiresource-v1-meta"},{"section":"apigroup-v1-meta"}]},{"section":"networkpolicy-v1-networking-k8s-io","subsections":[{"section":"-strong-read-operations-strong--604","subsections":[{"section":"watch-list-all-namespaces-610"},{"section":"watch-list-609"},{"section":"watch-608"},{"section":"list-all-namespaces-607"},{"section":"list-606"},{"section":"read-605"}]},{"section":"-strong-write-operations-strong--598","subsections":[{"section":"delete-collection-603"},{"section":"delete-602"},{"section":"replace-601"},{"section":"patch-600"},{"section":"create-599"}]}]},{"section":"tokenreview-v1-authentication-k8s-io","subsections":[{"section":"-strong-write-operations-strong--596","subsections":[{"section":"create-597"}]}]},{"section":"subjectaccessreview-v1-authorization-k8s-io","subsections":[{"section":"-strong-write-operations-strong--594","subsections":[{"section":"create-595"}]}]},{"section":"serviceaccount-v1-core","subsections":[{"section":"-strong-read-operations-strong--587","subsections":[{"section":"watch-list-all-namespaces-593"},{"section":"watch-list-592"},{"section":"watch-591"},{"section":"list-all-namespaces-590"},{"section":"list-589"},{"section":"read-588"}]},{"section":"-strong-write-operations-strong--581","subsections":[{"section":"delete-collection-586"},{"section":"delete-585"},{"section":"replace-584"},{"section":"patch-583"},{"section":"create-582"}]}]},{"section":"selfsubjectrulesreview-v1-authorization-k8s-io","subsections":[{"section":"-strong-write-operations-strong--579","subsections":[{"section":"create-580"}]}]},{"section":"selfsubjectaccessreview-v1-authorization-k8s-io","subsections":[{"section":"-strong-write-operations-strong--577","subsections":[{"section":"create-578"}]}]},{"section":"rolebinding-v1-rbac-authorization-k8s-io","subsections":[{"section":"-strong-read-operations-strong--570","subsections":[{"section":"watch-list-all-namespaces-576"},{"section":"watch-list-575"},{"section":"watch-574"},{"section":"list-all-namespaces-573"},{"section":"list-572"},{"section":"read-571"}]},{"section":"-strong-write-operations-strong--564","subsections":[{"section":"delete-collection-569"},{"section":"delete-568"},{"section":"replace-567"},{"section":"patch-566"},{"section":"create-565"}]}]},{"section":"role-v1-rbac-authorization-k8s-io","subsections":[{"section":"-strong-read-operations-strong--557","subsections":[{"section":"watch-list-all-namespaces-563"},{"section":"watch-list-562"},{"section":"watch-561"},{"section":"list-all-namespaces-560"},{"section":"list-559"},{"section":"read-558"}]},{"section":"-strong-write-operations-strong--551","subsections":[{"section":"delete-collection-556"},{"section":"delete-555"},{"section":"replace-554"},{"section":"patch-553"},{"section":"create-552"}]}]},{"section":"resourcequota-v1-core","subsections":[{"section":"-strong-status-operations-strong--547","subsections":[{"section":"replace-status-550"},{"section":"read-status-549"},{"section":"patch-status-548"}]},{"section":"-strong-read-operations-strong--540","subsections":[{"section":"watch-list-all-namespaces-546"},{"section":"watch-list-545"},{"section":"watch-544"},{"section":"list-all-namespaces-543"},{"section":"list-542"},{"section":"read-541"}]},{"section":"-strong-write-operations-strong--534","subsections":[{"section":"delete-collection-539"},{"section":"delete-538"},{"section":"replace-537"},{"section":"patch-536"},{"section":"create-535"}]}]},{"section":"persistentvolume-v1-core","subsections":[{"section":"-strong-status-operations-strong--530","subsections":[{"section":"replace-status-533"},{"section":"read-status-532"},{"section":"patch-status-531"}]},{"section":"-strong-read-operations-strong--525","subsections":[{"section":"watch-list-529"},{"section":"watch-528"},{"section":"list-527"},{"section":"read-526"}]},{"section":"-strong-write-operations-strong--519","subsections":[{"section":"delete-collection-524"},{"section":"delete-523"},{"section":"replace-522"},{"section":"patch-521"},{"section":"create-520"}]}]},{"section":"node-v1-core","subsections":[{"section":"-strong-proxy-operations-strong--508","subsections":[{"section":"replace-connect-proxy-path-518"},{"section":"replace-connect-proxy-517"},{"section":"head-connect-proxy-path-516"},{"section":"head-connect-proxy-515"},{"section":"get-connect-proxy-path-514"},{"section":"get-connect-proxy-513"},{"section":"delete-connect-proxy-path-512"},{"section":"delete-connect-proxy-511"},{"section":"create-connect-proxy-path-510"},{"section":"create-connect-proxy-509"}]},{"section":"-strong-status-operations-strong--504","subsections":[{"section":"replace-status-507"},{"section":"read-status-506"},{"section":"patch-status-505"}]},{"section":"-strong-read-operations-strong--499","subsections":[{"section":"watch-list-503"},{"section":"watch-502"},{"section":"list-501"},{"section":"read-500"}]},{"section":"-strong-write-operations-strong--493","subsections":[{"section":"delete-collection-498"},{"section":"delete-497"},{"section":"replace-496"},{"section":"patch-495"},{"section":"create-494"}]}]},{"section":"namespace-v1-core","subsections":[{"section":"-strong-status-operations-strong--489","subsections":[{"section":"replace-status-492"},{"section":"read-status-491"},{"section":"patch-status-490"}]},{"section":"-strong-read-operations-strong--484","subsections":[{"section":"watch-list-488"},{"section":"watch-487"},{"section":"list-486"},{"section":"read-485"}]},{"section":"-strong-write-operations-strong--479","subsections":[{"section":"delete-483"},{"section":"replace-482"},{"section":"patch-481"},{"section":"create-480"}]}]},{"section":"localsubjectaccessreview-v1-authorization-k8s-io","subsections":[{"section":"-strong-write-operations-strong--477","subsections":[{"section":"create-478"}]}]},{"section":"componentstatus-v1-core","subsections":[{"section":"-strong-read-operations-strong--474","subsections":[{"section":"list-476"},{"section":"read-475"}]}]},{"section":"clusterrolebinding-v1-rbac-authorization-k8s-io","subsections":[{"section":"-strong-read-operations-strong--469","subsections":[{"section":"watch-list-473"},{"section":"watch-472"},{"section":"list-471"},{"section":"read-470"}]},{"section":"-strong-write-operations-strong--463","subsections":[{"section":"delete-collection-468"},{"section":"delete-467"},{"section":"replace-466"},{"section":"patch-465"},{"section":"create-464"}]}]},{"section":"clusterrole-v1-rbac-authorization-k8s-io","subsections":[{"section":"-strong-read-operations-strong--458","subsections":[{"section":"watch-list-462"},{"section":"watch-461"},{"section":"list-460"},{"section":"read-459"}]},{"section":"-strong-write-operations-strong--452","subsections":[{"section":"delete-collection-457"},{"section":"delete-456"},{"section":"replace-455"},{"section":"patch-454"},{"section":"create-453"}]}]},{"section":"certificatesigningrequest-v1beta1-certificates-k8s-io","subsections":[{"section":"-strong-status-operations-strong--450","subsections":[{"section":"replace-status-451"}]},{"section":"-strong-read-operations-strong--445","subsections":[{"section":"watch-list-449"},{"section":"watch-448"},{"section":"list-447"},{"section":"read-446"}]},{"section":"-strong-write-operations-strong--439","subsections":[{"section":"delete-collection-444"},{"section":"delete-443"},{"section":"replace-442"},{"section":"patch-441"},{"section":"create-440"}]}]},{"section":"binding-v1-core","subsections":[{"section":"-strong-write-operations-strong--437","subsections":[{"section":"create-438"}]}]},{"section":"apiservice-v1-apiregistration-k8s-io","subsections":[{"section":"-strong-status-operations-strong--435","subsections":[{"section":"replace-status-436"}]},{"section":"-strong-read-operations-strong--430","subsections":[{"section":"watch-list-434"},{"section":"watch-433"},{"section":"list-432"},{"section":"read-431"}]},{"section":"-strong-write-operations-strong--424","subsections":[{"section":"delete-collection-429"},{"section":"delete-428"},{"section":"replace-427"},{"section":"patch-426"},{"section":"create-425"}]}]},{"section":"-strong-cluster-strong-","subsections":[]},{"section":"podsecuritypolicy-v1beta1-extensions","subsections":[{"section":"-strong-read-operations-strong--419","subsections":[{"section":"watch-list-423"},{"section":"watch-422"},{"section":"list-421"},{"section":"read-420"}]},{"section":"-strong-write-operations-strong--413","subsections":[{"section":"delete-collection-418"},{"section":"delete-417"},{"section":"replace-416"},{"section":"patch-415"},{"section":"create-414"}]}]},{"section":"podpreset-v1alpha1-settings-k8s-io","subsections":[{"section":"-strong-read-operations-strong--406","subsections":[{"section":"watch-list-all-namespaces-412"},{"section":"watch-list-411"},{"section":"watch-410"},{"section":"list-all-namespaces-409"},{"section":"list-408"},{"section":"read-407"}]},{"section":"-strong-write-operations-strong--400","subsections":[{"section":"delete-collection-405"},{"section":"delete-404"},{"section":"replace-403"},{"section":"patch-402"},{"section":"create-401"}]}]},{"section":"priorityclass-v1alpha1-scheduling-k8s-io","subsections":[{"section":"-strong-read-operations-strong--395","subsections":[{"section":"watch-list-399"},{"section":"watch-398"},{"section":"list-397"},{"section":"read-396"}]},{"section":"-strong-write-operations-strong--389","subsections":[{"section":"delete-collection-394"},{"section":"delete-393"},{"section":"replace-392"},{"section":"patch-391"},{"section":"create-390"}]}]},{"section":"poddisruptionbudget-v1beta1-policy","subsections":[{"section":"-strong-status-operations-strong--385","subsections":[{"section":"replace-status-388"},{"section":"read-status-387"},{"section":"patch-status-386"}]},{"section":"-strong-read-operations-strong--378","subsections":[{"section":"watch-list-all-namespaces-384"},{"section":"watch-list-383"},{"section":"watch-382"},{"section":"list-all-namespaces-381"},{"section":"list-380"},{"section":"read-379"}]},{"section":"-strong-write-operations-strong--372","subsections":[{"section":"delete-collection-377"},{"section":"delete-376"},{"section":"replace-375"},{"section":"patch-374"},{"section":"create-373"}]}]},{"section":"podtemplate-v1-core","subsections":[{"section":"-strong-read-operations-strong--365","subsections":[{"section":"watch-list-all-namespaces-371"},{"section":"watch-list-370"},{"section":"watch-369"},{"section":"list-all-namespaces-368"},{"section":"list-367"},{"section":"read-366"}]},{"section":"-strong-write-operations-strong--359","subsections":[{"section":"delete-collection-364"},{"section":"delete-363"},{"section":"replace-362"},{"section":"patch-361"},{"section":"create-360"}]}]},{"section":"validatingwebhookconfiguration-v1beta1-admissionregistration-k8s-io","subsections":[{"section":"-strong-read-operations-strong--354","subsections":[{"section":"watch-list-358"},{"section":"watch-357"},{"section":"list-356"},{"section":"read-355"}]},{"section":"-strong-write-operations-strong--348","subsections":[{"section":"delete-collection-353"},{"section":"delete-352"},{"section":"replace-351"},{"section":"patch-350"},{"section":"create-349"}]}]},{"section":"mutatingwebhookconfiguration-v1beta1-admissionregistration-k8s-io","subsections":[{"section":"-strong-read-operations-strong--343","subsections":[{"section":"watch-list-347"},{"section":"watch-346"},{"section":"list-345"},{"section":"read-344"}]},{"section":"-strong-write-operations-strong--337","subsections":[{"section":"delete-collection-342"},{"section":"delete-341"},{"section":"replace-340"},{"section":"patch-339"},{"section":"create-338"}]}]},{"section":"initializerconfiguration-v1alpha1-admissionregistration-k8s-io","subsections":[{"section":"-strong-read-operations-strong--332","subsections":[{"section":"watch-list-336"},{"section":"watch-335"},{"section":"list-334"},{"section":"read-333"}]},{"section":"-strong-write-operations-strong--326","subsections":[{"section":"delete-collection-331"},{"section":"delete-330"},{"section":"replace-329"},{"section":"patch-328"},{"section":"create-327"}]}]},{"section":"horizontalpodautoscaler-v1-autoscaling","subsections":[{"section":"-strong-status-operations-strong--322","subsections":[{"section":"replace-status-325"},{"section":"read-status-324"},{"section":"patch-status-323"}]},{"section":"-strong-read-operations-strong--315","subsections":[{"section":"watch-list-all-namespaces-321"},{"section":"watch-list-320"},{"section":"watch-319"},{"section":"list-all-namespaces-318"},{"section":"list-317"},{"section":"read-316"}]},{"section":"-strong-write-operations-strong--309","subsections":[{"section":"delete-collection-314"},{"section":"delete-313"},{"section":"replace-312"},{"section":"patch-311"},{"section":"create-310"}]}]},{"section":"limitrange-v1-core","subsections":[{"section":"-strong-read-operations-strong--302","subsections":[{"section":"watch-list-all-namespaces-308"},{"section":"watch-list-307"},{"section":"watch-306"},{"section":"list-all-namespaces-305"},{"section":"list-304"},{"section":"read-303"}]},{"section":"-strong-write-operations-strong--296","subsections":[{"section":"delete-collection-301"},{"section":"delete-300"},{"section":"replace-299"},{"section":"patch-298"},{"section":"create-297"}]}]},{"section":"event-v1-core","subsections":[{"section":"-strong-read-operations-strong--289","subsections":[{"section":"watch-list-all-namespaces-295"},{"section":"watch-list-294"},{"section":"watch-293"},{"section":"list-all-namespaces-292"},{"section":"list-291"},{"section":"read-290"}]},{"section":"-strong-write-operations-strong--283","subsections":[{"section":"delete-collection-288"},{"section":"delete-287"},{"section":"replace-286"},{"section":"patch-285"},{"section":"create-284"}]}]},{"section":"customresourcedefinition-v1beta1-apiextensions-k8s-io","subsections":[{"section":"-strong-status-operations-strong--281","subsections":[{"section":"replace-status-282"}]},{"section":"-strong-read-operations-strong--276","subsections":[{"section":"watch-list-280"},{"section":"watch-279"},{"section":"list-278"},{"section":"read-277"}]},{"section":"-strong-write-operations-strong--270","subsections":[{"section":"delete-collection-275"},{"section":"delete-274"},{"section":"replace-273"},{"section":"patch-272"},{"section":"create-271"}]}]},{"section":"controllerrevision-v1-apps","subsections":[{"section":"-strong-read-operations-strong--263","subsections":[{"section":"watch-list-all-namespaces-269"},{"section":"watch-list-268"},{"section":"watch-267"},{"section":"list-all-namespaces-266"},{"section":"list-265"},{"section":"read-264"}]},{"section":"-strong-write-operations-strong--257","subsections":[{"section":"delete-collection-262"},{"section":"delete-261"},{"section":"replace-260"},{"section":"patch-259"},{"section":"create-258"}]}]},{"section":"-strong-metadata-strong-","subsections":[]},{"section":"volumeattachment-v1beta1-storage-k8s-io","subsections":[{"section":"-strong-read-operations-strong--252","subsections":[{"section":"watch-list-256"},{"section":"watch-255"},{"section":"list-254"},{"section":"read-253"}]},{"section":"-strong-write-operations-strong--246","subsections":[{"section":"delete-collection-251"},{"section":"delete-250"},{"section":"replace-249"},{"section":"patch-248"},{"section":"create-247"}]}]},{"section":"volume-v1-core","subsections":[]},{"section":"storageclass-v1-storage-k8s-io","subsections":[{"section":"-strong-read-operations-strong--241","subsections":[{"section":"watch-list-245"},{"section":"watch-244"},{"section":"list-243"},{"section":"read-242"}]},{"section":"-strong-write-operations-strong--235","subsections":[{"section":"delete-collection-240"},{"section":"delete-239"},{"section":"replace-238"},{"section":"patch-237"},{"section":"create-236"}]}]},{"section":"persistentvolumeclaim-v1-core","subsections":[{"section":"-strong-status-operations-strong--231","subsections":[{"section":"replace-status-234"},{"section":"read-status-233"},{"section":"patch-status-232"}]},{"section":"-strong-read-operations-strong--224","subsections":[{"section":"watch-list-all-namespaces-230"},{"section":"watch-list-229"},{"section":"watch-228"},{"section":"list-all-namespaces-227"},{"section":"list-226"},{"section":"read-225"}]},{"section":"-strong-write-operations-strong--218","subsections":[{"section":"delete-collection-223"},{"section":"delete-222"},{"section":"replace-221"},{"section":"patch-220"},{"section":"create-219"}]}]},{"section":"secret-v1-core","subsections":[{"section":"-strong-read-operations-strong--211","subsections":[{"section":"watch-list-all-namespaces-217"},{"section":"watch-list-216"},{"section":"watch-215"},{"section":"list-all-namespaces-214"},{"section":"list-213"},{"section":"read-212"}]},{"section":"-strong-write-operations-strong--205","subsections":[{"section":"delete-collection-210"},{"section":"delete-209"},{"section":"replace-208"},{"section":"patch-207"},{"section":"create-206"}]}]},{"section":"configmap-v1-core","subsections":[{"section":"-strong-read-operations-strong--198","subsections":[{"section":"watch-list-all-namespaces-204"},{"section":"watch-list-203"},{"section":"watch-202"},{"section":"list-all-namespaces-201"},{"section":"list-200"},{"section":"read-199"}]},{"section":"-strong-write-operations-strong--192","subsections":[{"section":"delete-collection-197"},{"section":"delete-196"},{"section":"replace-195"},{"section":"patch-194"},{"section":"create-193"}]}]},{"section":"-strong-config-storage-strong-","subsections":[]},{"section":"service-v1-core","subsections":[{"section":"-strong-proxy-operations-strong--181","subsections":[{"section":"replace-connect-proxy-path-191"},{"section":"replace-connect-proxy-190"},{"section":"head-connect-proxy-path-189"},{"section":"head-connect-proxy-188"},{"section":"get-connect-proxy-path-187"},{"section":"get-connect-proxy-186"},{"section":"delete-connect-proxy-path-185"},{"section":"delete-connect-proxy-184"},{"section":"create-connect-proxy-path-183"},{"section":"create-connect-proxy-182"}]},{"section":"-strong-status-operations-strong--177","subsections":[{"section":"replace-status-180"},{"section":"read-status-179"},{"section":"patch-status-178"}]},{"section":"-strong-read-operations-strong--170","subsections":[{"section":"watch-list-all-namespaces-176"},{"section":"watch-list-175"},{"section":"watch-174"},{"section":"list-all-namespaces-173"},{"section":"list-172"},{"section":"read-171"}]},{"section":"-strong-write-operations-strong--165","subsections":[{"section":"delete-169"},{"section":"replace-168"},{"section":"patch-167"},{"section":"create-166"}]}]},{"section":"ingress-v1beta1-extensions","subsections":[{"section":"-strong-status-operations-strong--161","subsections":[{"section":"replace-status-164"},{"section":"read-status-163"},{"section":"patch-status-162"}]},{"section":"-strong-read-operations-strong--154","subsections":[{"section":"watch-list-all-namespaces-160"},{"section":"watch-list-159"},{"section":"watch-158"},{"section":"list-all-namespaces-157"},{"section":"list-156"},{"section":"read-155"}]},{"section":"-strong-write-operations-strong--148","subsections":[{"section":"delete-collection-153"},{"section":"delete-152"},{"section":"replace-151"},{"section":"patch-150"},{"section":"create-149"}]}]},{"section":"endpoints-v1-core","subsections":[{"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":"-strong-discovery-load-balancing-strong-","subsections":[]},{"section":"statefulset-v1-apps","subsections":[{"section":"-strong-misc-operations-strong--131","subsections":[{"section":"patch-scale-134"},{"section":"replace-scale-133"},{"section":"read-scale-132"}]},{"section":"-strong-status-operations-strong--127","subsections":[{"section":"replace-status-130"},{"section":"read-status-129"},{"section":"patch-status-128"}]},{"section":"-strong-read-operations-strong--120","subsections":[{"section":"watch-list-all-namespaces-126"},{"section":"watch-list-125"},{"section":"watch-124"},{"section":"list-all-namespaces-123"},{"section":"list-122"},{"section":"read-121"}]},{"section":"-strong-write-operations-strong--114","subsections":[{"section":"delete-collection-119"},{"section":"delete-118"},{"section":"replace-117"},{"section":"patch-116"},{"section":"create-115"}]}]},{"section":"replicationcontroller-v1-core","subsections":[{"section":"-strong-misc-operations-strong--110","subsections":[{"section":"patch-scale-113"},{"section":"replace-scale-112"},{"section":"read-scale-111"}]},{"section":"-strong-status-operations-strong--106","subsections":[{"section":"replace-status-109"},{"section":"read-status-108"},{"section":"patch-status-107"}]},{"section":"-strong-read-operations-strong--99","subsections":[{"section":"watch-list-all-namespaces-105"},{"section":"watch-list-104"},{"section":"watch-103"},{"section":"list-all-namespaces-102"},{"section":"list-101"},{"section":"read-100"}]},{"section":"-strong-write-operations-strong--93","subsections":[{"section":"delete-collection-98"},{"section":"delete-97"},{"section":"replace-96"},{"section":"patch-95"},{"section":"create-94"}]}]},{"section":"replicaset-v1-apps","subsections":[{"section":"-strong-misc-operations-strong--89","subsections":[{"section":"patch-scale-92"},{"section":"replace-scale-91"},{"section":"read-scale-90"}]},{"section":"-strong-status-operations-strong--85","subsections":[{"section":"replace-status-88"},{"section":"read-status-87"},{"section":"patch-status-86"}]},{"section":"-strong-read-operations-strong--78","subsections":[{"section":"watch-list-all-namespaces-84"},{"section":"watch-list-83"},{"section":"watch-82"},{"section":"list-all-namespaces-81"},{"section":"list-80"},{"section":"read-79"}]},{"section":"-strong-write-operations-strong--72","subsections":[{"section":"delete-collection-77"},{"section":"delete-76"},{"section":"replace-75"},{"section":"patch-74"},{"section":"create-73"}]}]},{"section":"pod-v1-core","subsections":[{"section":"-strong-misc-operations-strong--71","subsections":[{"section":"read-log"}]},{"section":"-strong-proxy-operations-strong-","subsections":[{"section":"replace-connect-proxy-path"},{"section":"replace-connect-proxy"},{"section":"head-connect-proxy-path"},{"section":"head-connect-proxy"},{"section":"get-connect-proxy-path"},{"section":"get-connect-proxy"},{"section":"get-connect-portforward"},{"section":"delete-connect-proxy-path"},{"section":"delete-connect-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-eviction"},{"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-v1-apps","subsections":[{"section":"-strong-misc-operations-strong-","subsections":[{"section":"patch-scale"},{"section":"replace-scale"},{"section":"read-scale"}]},{"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-v1-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":["volumeerror-v1alpha1-storage-k8s-io","volumeattachmentsource-v1alpha1-storage-k8s-io","watch-list-1030","watch-1029","list-1028","read-1027","-strong-read-operations-strong--1026","delete-collection-1025","delete-1024","replace-1023","patch-1022","create-1021","-strong-write-operations-strong--1020","volumeattachment-v1alpha1-storage-k8s-io","userinfo-v1beta1-authentication-k8s-io","create-1019","-strong-write-operations-strong--1018","tokenreview-v1beta1-authentication-k8s-io","supplementalgroupsstrategyoptions-v1beta1-policy","subjectrulesreviewstatus-v1beta1-authorization-k8s-io","create-1017","-strong-write-operations-strong--1016","subjectaccessreview-v1beta1-authorization-k8s-io","subject-v1alpha1-rbac-authorization-k8s-io","subject-v1beta1-rbac-authorization-k8s-io","watch-list-1015","watch-1014","list-1013","read-1012","-strong-read-operations-strong--1011","delete-collection-1010","delete-1009","replace-1008","patch-1007","create-1006","-strong-write-operations-strong--1005","storageclass-v1beta1-storage-k8s-io","statefulsetupdatestrategy-v1beta1-apps","statefulsetupdatestrategy-v1beta2-apps","statefulsetcondition-v1beta1-apps","statefulsetcondition-v1beta2-apps","patch-scale-1004","replace-scale-1003","read-scale-1002","-strong-misc-operations-strong--1001","replace-status-1000","read-status-999","patch-status-998","-strong-status-operations-strong--997","watch-list-all-namespaces-996","watch-list-995","watch-994","list-all-namespaces-993","list-992","read-991","-strong-read-operations-strong--990","delete-collection-989","delete-988","replace-987","patch-986","create-985","-strong-write-operations-strong--984","statefulset-v1beta1-apps","patch-scale-983","replace-scale-982","read-scale-981","-strong-misc-operations-strong--980","replace-status-979","read-status-978","patch-status-977","-strong-status-operations-strong--976","watch-list-all-namespaces-975","watch-list-974","watch-973","list-all-namespaces-972","list-971","read-970","-strong-read-operations-strong--969","delete-collection-968","delete-967","replace-966","patch-965","create-964","-strong-write-operations-strong--963","statefulset-v1beta2-apps","servicereference-v1beta1-apiregistration-k8s-io","servicereference-v1beta1-admissionregistration-k8s-io","create-962","-strong-write-operations-strong--961","selfsubjectrulesreview-v1beta1-authorization-k8s-io","create-960","-strong-write-operations-strong--959","selfsubjectaccessreview-v1beta1-authorization-k8s-io","scale-v1beta1-extensions","scale-v1beta1-apps","scale-v1beta2-apps","selinuxstrategyoptions-v1beta1-policy","runasuserstrategyoptions-v1beta1-policy","rollingupdatestatefulsetstrategy-v1beta1-apps","rollingupdatestatefulsetstrategy-v1beta2-apps","rollbackconfig-v1beta1-extensions","roleref-v1alpha1-rbac-authorization-k8s-io","roleref-v1beta1-rbac-authorization-k8s-io","watch-list-all-namespaces-958","watch-list-957","watch-956","list-all-namespaces-955","list-954","read-953","-strong-read-operations-strong--952","delete-collection-951","delete-950","replace-949","patch-948","create-947","-strong-write-operations-strong--946","rolebinding-v1alpha1-rbac-authorization-k8s-io","watch-list-all-namespaces-945","watch-list-944","watch-943","list-all-namespaces-942","list-941","read-940","-strong-read-operations-strong--939","delete-collection-938","delete-937","replace-936","patch-935","create-934","-strong-write-operations-strong--933","rolebinding-v1beta1-rbac-authorization-k8s-io","watch-list-all-namespaces-932","watch-list-931","watch-930","list-all-namespaces-929","list-928","read-927","-strong-read-operations-strong--926","delete-collection-925","delete-924","replace-923","patch-922","create-921","-strong-write-operations-strong--920","role-v1alpha1-rbac-authorization-k8s-io","watch-list-all-namespaces-919","watch-list-918","watch-917","list-all-namespaces-916","list-915","read-914","-strong-read-operations-strong--913","delete-collection-912","delete-911","replace-910","patch-909","create-908","-strong-write-operations-strong--907","role-v1beta1-rbac-authorization-k8s-io","resourcerule-v1beta1-authorization-k8s-io","resourceattributes-v1beta1-authorization-k8s-io","replicasetcondition-v1beta1-extensions","replicasetcondition-v1beta2-apps","patch-scale-906","replace-scale-905","read-scale-904","-strong-misc-operations-strong--903","replace-status-902","read-status-901","patch-status-900","-strong-status-operations-strong--899","watch-list-all-namespaces-898","watch-list-897","watch-896","list-all-namespaces-895","list-894","read-893","-strong-read-operations-strong--892","delete-collection-891","delete-890","replace-889","patch-888","create-887","-strong-write-operations-strong--886","replicaset-v1beta1-extensions","patch-scale-885","replace-scale-884","read-scale-883","-strong-misc-operations-strong--882","replace-status-881","read-status-880","patch-status-879","-strong-status-operations-strong--878","watch-list-all-namespaces-877","watch-list-876","watch-875","list-all-namespaces-874","list-873","read-872","-strong-read-operations-strong--871","delete-collection-870","delete-869","replace-868","patch-867","create-866","-strong-write-operations-strong--865","replicaset-v1beta2-apps","policyrule-v1alpha1-rbac-authorization-k8s-io","policyrule-v1beta1-rbac-authorization-k8s-io","watch-list-864","watch-863","list-862","read-861","-strong-read-operations-strong--860","delete-collection-859","delete-858","replace-857","patch-856","create-855","-strong-write-operations-strong--854","podsecuritypolicy-v1beta1-policy","nonresourcerule-v1beta1-authorization-k8s-io","nonresourceattributes-v1beta1-authorization-k8s-io","networkpolicyport-v1beta1-extensions","networkpolicypeer-v1beta1-extensions","networkpolicyingressrule-v1beta1-extensions","networkpolicyegressrule-v1beta1-extensions","watch-list-all-namespaces-853","watch-list-852","watch-851","list-all-namespaces-850","list-849","read-848","-strong-read-operations-strong--847","delete-collection-846","delete-845","replace-844","patch-843","create-842","-strong-write-operations-strong--841","networkpolicy-v1beta1-extensions","create-840","-strong-write-operations-strong--839","localsubjectaccessreview-v1beta1-authorization-k8s-io","jobtemplatespec-v2alpha1-batch","initializer-v1alpha1-admissionregistration-k8s-io","ipblock-v1beta1-extensions","idrange-v1beta1-policy","hostportrange-v1beta1-policy","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","horizontalpodautoscaler-v2beta1-autoscaling","fsgroupstrategyoptions-v1beta1-policy","eventseries-v1beta1-events-k8s-io","watch-list-all-namespaces-821","watch-list-820","watch-819","list-all-namespaces-818","list-817","read-816","-strong-read-operations-strong--815","delete-collection-814","delete-813","replace-812","patch-811","create-810","-strong-write-operations-strong--809","event-v1beta1-events-k8s-io","deploymentcondition-v1beta1-extensions","deploymentcondition-v1beta1-apps","deploymentcondition-v1beta2-apps","rollback-808","patch-scale-807","replace-scale-806","read-scale-805","-strong-misc-operations-strong--804","replace-status-803","read-status-802","patch-status-801","-strong-status-operations-strong--800","watch-list-all-namespaces-799","watch-list-798","watch-797","list-all-namespaces-796","list-795","read-794","-strong-read-operations-strong--793","delete-collection-792","delete-791","replace-790","patch-789","create-788","-strong-write-operations-strong--787","deployment-v1beta1-extensions","rollback","patch-scale-786","replace-scale-785","read-scale-784","-strong-misc-operations-strong--783","replace-status-782","read-status-781","patch-status-780","-strong-status-operations-strong--779","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","deployment-v1beta1-apps","patch-scale-765","replace-scale-764","read-scale-763","-strong-misc-operations-strong--762","replace-status-761","read-status-760","patch-status-759","-strong-status-operations-strong--758","watch-list-all-namespaces-757","watch-list-756","watch-755","list-all-namespaces-754","list-753","read-752","-strong-read-operations-strong--751","delete-collection-750","delete-749","replace-748","patch-747","create-746","-strong-write-operations-strong--745","deployment-v1beta2-apps","daemonsetupdatestrategy-v1beta1-extensions","daemonsetupdatestrategy-v1beta2-apps","daemonsetcondition-v1beta1-extensions","daemonsetcondition-v1beta2-apps","replace-status-744","read-status-743","patch-status-742","-strong-status-operations-strong--741","watch-list-all-namespaces-740","watch-list-739","watch-738","list-all-namespaces-737","list-736","read-735","-strong-read-operations-strong--734","delete-collection-733","delete-732","replace-731","patch-730","create-729","-strong-write-operations-strong--728","daemonset-v1beta1-extensions","replace-status-727","read-status-726","patch-status-725","-strong-status-operations-strong--724","watch-list-all-namespaces-723","watch-list-722","watch-721","list-all-namespaces-720","list-719","read-718","-strong-read-operations-strong--717","delete-collection-716","delete-715","replace-714","patch-713","create-712","-strong-write-operations-strong--711","daemonset-v1beta2-apps","crossversionobjectreference-v2beta1-autoscaling","replace-status-710","read-status-709","patch-status-708","-strong-status-operations-strong--707","watch-list-all-namespaces-706","watch-list-705","watch-704","list-all-namespaces-703","list-702","read-701","-strong-read-operations-strong--700","delete-collection-699","delete-698","replace-697","patch-696","create-695","-strong-write-operations-strong--694","cronjob-v2alpha1-batch","watch-list-all-namespaces-693","watch-list-692","watch-691","list-all-namespaces-690","list-689","read-688","-strong-read-operations-strong--687","delete-collection-686","delete-685","replace-684","patch-683","create-682","-strong-write-operations-strong--681","controllerrevision-v1beta1-apps","watch-list-all-namespaces-680","watch-list-679","watch-678","list-all-namespaces-677","list-676","read-675","-strong-read-operations-strong--674","delete-collection-673","delete-672","replace-671","patch-670","create-669","-strong-write-operations-strong--668","controllerrevision-v1beta2-apps","watch-list-667","watch-666","list-665","read-664","-strong-read-operations-strong--663","delete-collection-662","delete-661","replace-660","patch-659","create-658","-strong-write-operations-strong--657","clusterrolebinding-v1alpha1-rbac-authorization-k8s-io","watch-list-656","watch-655","list-654","read-653","-strong-read-operations-strong--652","delete-collection-651","delete-650","replace-649","patch-648","create-647","-strong-write-operations-strong--646","clusterrolebinding-v1beta1-rbac-authorization-k8s-io","watch-list-645","watch-644","list-643","read-642","-strong-read-operations-strong--641","delete-collection-640","delete-639","replace-638","patch-637","create-636","-strong-write-operations-strong--635","clusterrole-v1alpha1-rbac-authorization-k8s-io","watch-list-634","watch-633","list-632","read-631","-strong-read-operations-strong--630","delete-collection-629","delete-628","replace-627","patch-626","create-625","-strong-write-operations-strong--624","clusterrole-v1beta1-rbac-authorization-k8s-io","allowedhostpath-v1beta1-policy","allowedflexvolume-v1beta1-policy","aggregationrule-v1alpha1-rbac-authorization-k8s-io","aggregationrule-v1beta1-rbac-authorization-k8s-io","apiservicecondition-v1beta1-apiregistration-k8s-io","replace-status-623","-strong-status-operations-strong--622","watch-list-621","watch-620","list-619","read-618","-strong-read-operations-strong--617","delete-collection-616","delete-615","replace-614","patch-613","create-612","-strong-write-operations-strong--611","apiservice-v1beta1-apiregistration-k8s-io","-strong-old-api-versions-strong-","weightedpodaffinityterm-v1-core","webhookclientconfig-v1beta1-admissionregistration","webhook-v1beta1-admissionregistration","watchevent-v1-meta","vspherevirtualdiskvolumesource-v1-core","volumeprojection-v1-core","volumenodeaffinity-v1-core","volumemount-v1-core","volumeerror-v1beta1-storage","volumedevice-v1-core","volumeattachmentsource-v1beta1-storage","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-v1-apps","statefulsetcondition-v1-apps","sessionaffinityconfig-v1-core","servicereference-v1-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","scaleiopersistentvolumesource-v1-core","scale-v1-autoscaling","selinuxstrategyoptions-v1beta1-extensions","selinuxoptions-v1-core","runasuserstrategyoptions-v1beta1-extensions","rulewithoperations-v1beta1-admissionregistration","rule-v1alpha1-admissionregistration","rollingupdatestatefulsetstrategy-v1-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-v1-apps","rbdvolumesource-v1-core","rbdpersistentvolumesource-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","poddnsconfigoption-v1-core","poddnsconfig-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","microtime-v1-meta","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","iscsipersistentvolumesource-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","flexpersistentvolumesource-v1-core","fsgroupstrategyoptions-v1beta1-extensions","fcvolumesource-v1-core","externalmetricstatus-v2beta1-autoscaling","externalmetricsource-v2beta1-autoscaling","externaldocumentation-v1beta1-apiextensions","execaction-v1-core","eviction-v1beta1-policy","eventsource-v1-core","eventseries-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-v1-apps","deleteoptions-v1-meta","daemonsetupdatestrategy-v1-apps","daemonsetcondition-v1-apps","daemonendpoint-v1-core","customresourcevalidation-v1beta1-apiextensions","customresourcesubresources-v1beta1-apiextensions","customresourcesubresourcestatus-v1beta1-apiextensions","customresourcesubresourcescale-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","csipersistentvolumesource-v1-core","azurefilevolumesource-v1-core","azurefilepersistentvolumesource-v1-core","azurediskvolumesource-v1-core","attachedvolume-v1-core","allowedhostpath-v1beta1-extensions","allowedflexvolume-v1beta1-extensions","aggregationrule-v1-rbac","affinity-v1-core","awselasticblockstorevolumesource-v1-core","apiversions-v1-meta","apiservicecondition-v1-apiregistration","apiresource-v1-meta","apigroup-v1-meta","-strong-definitions-strong-","watch-list-all-namespaces-610","watch-list-609","watch-608","list-all-namespaces-607","list-606","read-605","-strong-read-operations-strong--604","delete-collection-603","delete-602","replace-601","patch-600","create-599","-strong-write-operations-strong--598","networkpolicy-v1-networking-k8s-io","create-597","-strong-write-operations-strong--596","tokenreview-v1-authentication-k8s-io","create-595","-strong-write-operations-strong--594","subjectaccessreview-v1-authorization-k8s-io","watch-list-all-namespaces-593","watch-list-592","watch-591","list-all-namespaces-590","list-589","read-588","-strong-read-operations-strong--587","delete-collection-586","delete-585","replace-584","patch-583","create-582","-strong-write-operations-strong--581","serviceaccount-v1-core","create-580","-strong-write-operations-strong--579","selfsubjectrulesreview-v1-authorization-k8s-io","create-578","-strong-write-operations-strong--577","selfsubjectaccessreview-v1-authorization-k8s-io","watch-list-all-namespaces-576","watch-list-575","watch-574","list-all-namespaces-573","list-572","read-571","-strong-read-operations-strong--570","delete-collection-569","delete-568","replace-567","patch-566","create-565","-strong-write-operations-strong--564","rolebinding-v1-rbac-authorization-k8s-io","watch-list-all-namespaces-563","watch-list-562","watch-561","list-all-namespaces-560","list-559","read-558","-strong-read-operations-strong--557","delete-collection-556","delete-555","replace-554","patch-553","create-552","-strong-write-operations-strong--551","role-v1-rbac-authorization-k8s-io","replace-status-550","read-status-549","patch-status-548","-strong-status-operations-strong--547","watch-list-all-namespaces-546","watch-list-545","watch-544","list-all-namespaces-543","list-542","read-541","-strong-read-operations-strong--540","delete-collection-539","delete-538","replace-537","patch-536","create-535","-strong-write-operations-strong--534","resourcequota-v1-core","replace-status-533","read-status-532","patch-status-531","-strong-status-operations-strong--530","watch-list-529","watch-528","list-527","read-526","-strong-read-operations-strong--525","delete-collection-524","delete-523","replace-522","patch-521","create-520","-strong-write-operations-strong--519","persistentvolume-v1-core","replace-connect-proxy-path-518","replace-connect-proxy-517","head-connect-proxy-path-516","head-connect-proxy-515","get-connect-proxy-path-514","get-connect-proxy-513","delete-connect-proxy-path-512","delete-connect-proxy-511","create-connect-proxy-path-510","create-connect-proxy-509","-strong-proxy-operations-strong--508","replace-status-507","read-status-506","patch-status-505","-strong-status-operations-strong--504","watch-list-503","watch-502","list-501","read-500","-strong-read-operations-strong--499","delete-collection-498","delete-497","replace-496","patch-495","create-494","-strong-write-operations-strong--493","node-v1-core","replace-status-492","read-status-491","patch-status-490","-strong-status-operations-strong--489","watch-list-488","watch-487","list-486","read-485","-strong-read-operations-strong--484","delete-483","replace-482","patch-481","create-480","-strong-write-operations-strong--479","namespace-v1-core","create-478","-strong-write-operations-strong--477","localsubjectaccessreview-v1-authorization-k8s-io","list-476","read-475","-strong-read-operations-strong--474","componentstatus-v1-core","watch-list-473","watch-472","list-471","read-470","-strong-read-operations-strong--469","delete-collection-468","delete-467","replace-466","patch-465","create-464","-strong-write-operations-strong--463","clusterrolebinding-v1-rbac-authorization-k8s-io","watch-list-462","watch-461","list-460","read-459","-strong-read-operations-strong--458","delete-collection-457","delete-456","replace-455","patch-454","create-453","-strong-write-operations-strong--452","clusterrole-v1-rbac-authorization-k8s-io","replace-status-451","-strong-status-operations-strong--450","watch-list-449","watch-448","list-447","read-446","-strong-read-operations-strong--445","delete-collection-444","delete-443","replace-442","patch-441","create-440","-strong-write-operations-strong--439","certificatesigningrequest-v1beta1-certificates-k8s-io","create-438","-strong-write-operations-strong--437","binding-v1-core","replace-status-436","-strong-status-operations-strong--435","watch-list-434","watch-433","list-432","read-431","-strong-read-operations-strong--430","delete-collection-429","delete-428","replace-427","patch-426","create-425","-strong-write-operations-strong--424","apiservice-v1-apiregistration-k8s-io","-strong-cluster-strong-","watch-list-423","watch-422","list-421","read-420","-strong-read-operations-strong--419","delete-collection-418","delete-417","replace-416","patch-415","create-414","-strong-write-operations-strong--413","podsecuritypolicy-v1beta1-extensions","watch-list-all-namespaces-412","watch-list-411","watch-410","list-all-namespaces-409","list-408","read-407","-strong-read-operations-strong--406","delete-collection-405","delete-404","replace-403","patch-402","create-401","-strong-write-operations-strong--400","podpreset-v1alpha1-settings-k8s-io","watch-list-399","watch-398","list-397","read-396","-strong-read-operations-strong--395","delete-collection-394","delete-393","replace-392","patch-391","create-390","-strong-write-operations-strong--389","priorityclass-v1alpha1-scheduling-k8s-io","replace-status-388","read-status-387","patch-status-386","-strong-status-operations-strong--385","watch-list-all-namespaces-384","watch-list-383","watch-382","list-all-namespaces-381","list-380","read-379","-strong-read-operations-strong--378","delete-collection-377","delete-376","replace-375","patch-374","create-373","-strong-write-operations-strong--372","poddisruptionbudget-v1beta1-policy","watch-list-all-namespaces-371","watch-list-370","watch-369","list-all-namespaces-368","list-367","read-366","-strong-read-operations-strong--365","delete-collection-364","delete-363","replace-362","patch-361","create-360","-strong-write-operations-strong--359","podtemplate-v1-core","watch-list-358","watch-357","list-356","read-355","-strong-read-operations-strong--354","delete-collection-353","delete-352","replace-351","patch-350","create-349","-strong-write-operations-strong--348","validatingwebhookconfiguration-v1beta1-admissionregistration-k8s-io","watch-list-347","watch-346","list-345","read-344","-strong-read-operations-strong--343","delete-collection-342","delete-341","replace-340","patch-339","create-338","-strong-write-operations-strong--337","mutatingwebhookconfiguration-v1beta1-admissionregistration-k8s-io","watch-list-336","watch-335","list-334","read-333","-strong-read-operations-strong--332","delete-collection-331","delete-330","replace-329","patch-328","create-327","-strong-write-operations-strong--326","initializerconfiguration-v1alpha1-admissionregistration-k8s-io","replace-status-325","read-status-324","patch-status-323","-strong-status-operations-strong--322","watch-list-all-namespaces-321","watch-list-320","watch-319","list-all-namespaces-318","list-317","read-316","-strong-read-operations-strong--315","delete-collection-314","delete-313","replace-312","patch-311","create-310","-strong-write-operations-strong--309","horizontalpodautoscaler-v1-autoscaling","watch-list-all-namespaces-308","watch-list-307","watch-306","list-all-namespaces-305","list-304","read-303","-strong-read-operations-strong--302","delete-collection-301","delete-300","replace-299","patch-298","create-297","-strong-write-operations-strong--296","limitrange-v1-core","watch-list-all-namespaces-295","watch-list-294","watch-293","list-all-namespaces-292","list-291","read-290","-strong-read-operations-strong--289","delete-collection-288","delete-287","replace-286","patch-285","create-284","-strong-write-operations-strong--283","event-v1-core","replace-status-282","-strong-status-operations-strong--281","watch-list-280","watch-279","list-278","read-277","-strong-read-operations-strong--276","delete-collection-275","delete-274","replace-273","patch-272","create-271","-strong-write-operations-strong--270","customresourcedefinition-v1beta1-apiextensions-k8s-io","watch-list-all-namespaces-269","watch-list-268","watch-267","list-all-namespaces-266","list-265","read-264","-strong-read-operations-strong--263","delete-collection-262","delete-261","replace-260","patch-259","create-258","-strong-write-operations-strong--257","controllerrevision-v1-apps","-strong-metadata-strong-","watch-list-256","watch-255","list-254","read-253","-strong-read-operations-strong--252","delete-collection-251","delete-250","replace-249","patch-248","create-247","-strong-write-operations-strong--246","volumeattachment-v1beta1-storage-k8s-io","volume-v1-core","watch-list-245","watch-244","list-243","read-242","-strong-read-operations-strong--241","delete-collection-240","delete-239","replace-238","patch-237","create-236","-strong-write-operations-strong--235","storageclass-v1-storage-k8s-io","replace-status-234","read-status-233","patch-status-232","-strong-status-operations-strong--231","watch-list-all-namespaces-230","watch-list-229","watch-228","list-all-namespaces-227","list-226","read-225","-strong-read-operations-strong--224","delete-collection-223","delete-222","replace-221","patch-220","create-219","-strong-write-operations-strong--218","persistentvolumeclaim-v1-core","watch-list-all-namespaces-217","watch-list-216","watch-215","list-all-namespaces-214","list-213","read-212","-strong-read-operations-strong--211","delete-collection-210","delete-209","replace-208","patch-207","create-206","-strong-write-operations-strong--205","secret-v1-core","watch-list-all-namespaces-204","watch-list-203","watch-202","list-all-namespaces-201","list-200","read-199","-strong-read-operations-strong--198","delete-collection-197","delete-196","replace-195","patch-194","create-193","-strong-write-operations-strong--192","configmap-v1-core","-strong-config-storage-strong-","replace-connect-proxy-path-191","replace-connect-proxy-190","head-connect-proxy-path-189","head-connect-proxy-188","get-connect-proxy-path-187","get-connect-proxy-186","delete-connect-proxy-path-185","delete-connect-proxy-184","create-connect-proxy-path-183","create-connect-proxy-182","-strong-proxy-operations-strong--181","replace-status-180","read-status-179","patch-status-178","-strong-status-operations-strong--177","watch-list-all-namespaces-176","watch-list-175","watch-174","list-all-namespaces-173","list-172","read-171","-strong-read-operations-strong--170","delete-169","replace-168","patch-167","create-166","-strong-write-operations-strong--165","service-v1-core","replace-status-164","read-status-163","patch-status-162","-strong-status-operations-strong--161","watch-list-all-namespaces-160","watch-list-159","watch-158","list-all-namespaces-157","list-156","read-155","-strong-read-operations-strong--154","delete-collection-153","delete-152","replace-151","patch-150","create-149","-strong-write-operations-strong--148","ingress-v1beta1-extensions","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","endpoints-v1-core","-strong-discovery-load-balancing-strong-","patch-scale-134","replace-scale-133","read-scale-132","-strong-misc-operations-strong--131","replace-status-130","read-status-129","patch-status-128","-strong-status-operations-strong--127","watch-list-all-namespaces-126","watch-list-125","watch-124","list-all-namespaces-123","list-122","read-121","-strong-read-operations-strong--120","delete-collection-119","delete-118","replace-117","patch-116","create-115","-strong-write-operations-strong--114","statefulset-v1-apps","patch-scale-113","replace-scale-112","read-scale-111","-strong-misc-operations-strong--110","replace-status-109","read-status-108","patch-status-107","-strong-status-operations-strong--106","watch-list-all-namespaces-105","watch-list-104","watch-103","list-all-namespaces-102","list-101","read-100","-strong-read-operations-strong--99","delete-collection-98","delete-97","replace-96","patch-95","create-94","-strong-write-operations-strong--93","replicationcontroller-v1-core","patch-scale-92","replace-scale-91","read-scale-90","-strong-misc-operations-strong--89","replace-status-88","read-status-87","patch-status-86","-strong-status-operations-strong--85","watch-list-all-namespaces-84","watch-list-83","watch-82","list-all-namespaces-81","list-80","read-79","-strong-read-operations-strong--78","delete-collection-77","delete-76","replace-75","patch-74","create-73","-strong-write-operations-strong--72","replicaset-v1-apps","read-log","-strong-misc-operations-strong--71","replace-connect-proxy-path","replace-connect-proxy","head-connect-proxy-path","head-connect-proxy","get-connect-proxy-path","get-connect-proxy","get-connect-portforward","delete-connect-proxy-path","delete-connect-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-eviction","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","patch-scale","replace-scale","read-scale","-strong-misc-operations-strong-","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-v1-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-v1-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