diff --git a/static/docs/reference/generated/kubernetes-api/v1.28/index.html b/static/docs/reference/generated/kubernetes-api/v1.28/index.html index 0671636ff0..ea1f3af73e 100644 --- a/static/docs/reference/generated/kubernetes-api/v1.28/index.html +++ b/static/docs/reference/generated/kubernetes-api/v1.28/index.html @@ -1,3112 +1,4723 @@ - + Kubernetes API Reference Docs - + - +
-
Generated at: 2023-08-16 15:59:18 (CST)
-
API Version: v1.28.0
+
Generated at: 2023-09-21 09:50:36 (CST)
+
API Version: v1.28.0 +Switch /
-

API OVERVIEW

+
+
+

API Overview

-

Welcome to the Kubernetes API. You can use the Kubernetes API to read +

Welcome to the Kubernetes API. You can use the Kubernetes API to read and write Kubernetes resource objects via a Kubernetes API endpoint.

Resource Categories

This is a high-level overview of the basic types of resources provide by the Kubernetes API and their primary functions.

-

Workloads are objects you use to manage and run your containers on the cluster.

-

Discovery & LB resources are objects you use to "stitch" your workloads together into an externally accessible, load-balanced Service.

-

Config & Storage resources are objects you use to inject initialization data into your applications, and to persist data that is external to your container.

-

Cluster resources objects define how the cluster itself is configured; these are typically used only by cluster operators.

-

Metadata resources are objects you use to configure the behavior of other resources within the cluster, such as HorizontalPodAutoscaler for scaling workloads.

- -
+

Workloads are objects you use to manage and run your containers on the cluster.

+

Discovery & LB resources are objects you use to "stitch" your workloads together into an externally accessible, load-balanced Service.

+

Config & Storage resources are objects you use to inject initialization data into your applications, and to persist data that is external to your container.

+

Cluster resources objects define how the cluster itself is configured; these are typically used only by cluster operators.

+

Metadata resources are objects you use to configure the behavior of other resources within the cluster, such as HorizontalPodAutoscaler for scaling workloads.

Resource Objects

Resource objects typically have 3 components:

-
-

Resource Operations

Most resources provide the following Operations:

Create

-

Create operations will create the resource in the storage backend. After a resource is create the system will apply +

Create operations will create the resource in the storage backend. After a resource is create the system will apply the desired state.

Update

-

Updates come in 2 forms: Replace and Patch: +

Updates come in 2 forms: Replace and Patch:

Read

-

Reads come in 3 forms: Get, List and Watch:

+

Reads come in 3 forms: Get, List and Watch:

-

Delete

+

Delete

-

Delete will delete a resource. Depending on the specific resource, child objects may or may not be garbage collected by the server. See +

Delete will delete a resource. Depending on the specific resource, child objects may or may not be garbage collected by the server. See notes on specific resource objects for details.

Additional Operations

@@ -3201,14 +4811,16 @@ notes on specific resource objects for details.

Resources may define additional operations specific to that resource type.

-
-

API Groups

-

The API Groups and their versions are summarized in the following table.

- + +
+

API Groups

+

The API Groups and their versions are summarized in the following table.

+
GroupVersion
+ @@ -3234,7 +4846,9 @@ notes on specific resource objects for details.

GroupVersions
admissionregistration.k8s.iov1, v1beta1, v1alpha1
apiextensions.k8s.iov1
storage.k8s.iov1
-

WORKLOADS

+
+
+

Workloads

Workloads resources are responsible for managing and running your containers on the cluster. Containers are created by Controllers through Pods. Pods run Containers and provide environmental dependencies such as shared or @@ -3247,22 +4861,23 @@ data injected into the container.

  • StatefulSets for stateful persistent apps (e.g. databases).
  • Jobs for run-to-completion apps (e.g. batch Jobs).
  • - -
    -

    Container v1 core

    +
    +
    +

    Container v1 core

    +
    +

    + aria-expanded="false">show example +

    Container Config to run nginx (must be embedded in a PodSpec to run).
    -
    
    -name: nginx
    +
    name: nginx
     # Run the nginx:1.14 image
    -image: nginx:1.14
    -
    -
    +image: nginx:1.14
    + @@ -3304,7 +4919,8 @@ image: nginx:1.14
    GroupVersionKind
    workingDir
    string
    Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.
    -

    ContainerStatus v1 core

    +
    +

    ContainerStatus v1 core

    Appears In:
    +
    +
    +

    CronJob v1 batch

    @@ -3348,7 +4967,8 @@ image: nginx:1.14
    GroupVersionKind
    status
    CronJobStatus
    Current status of a cron job. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
    -

    CronJobSpec v1 batch

    +
    +

    CronJobSpec v1 batch

    Appears In:
    • CronJob [batch/v1]
    • @@ -3367,7 +4987,7 @@ image: nginx:1.14 timeZone
      stringThe time zone name for the given schedule, see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones. If not specified, this will default to the time zone of the kube-controller-manager process. The set of valid time zone names and the time zone offset is loaded from the system-wide time zone database by the API server during CronJob validation and the controller manager during execution. If no system-wide time zone database can be found a bundled version of the database is used instead. If the time zone name becomes invalid during the lifetime of a CronJob or due to a change in host configuration, the controller will stop creating new new Jobs and will create a system event with the reason UnknownTimeZone. More information can be found in https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/#time-zones -

      CronJobStatus v1 batch

      +

      CronJobStatus v1 batch

      Appears In:
      • CronJob [batch/v1]
      • @@ -3381,7 +5001,7 @@ image: nginx:1.14 lastSuccessfulTime
        TimeInformation when was the last time the job successfully completed. -

        CronJobList v1 batch

        +

        CronJobList v1 batch

        @@ -3391,11 +5011,14 @@ image: nginx:1.14
        FieldDescription
        metadata
        ListMeta
        Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
        -

        Write Operations

        -

        Create

        +
      +
      +

      Write Operations

      +
      +

      Create

      create a CronJob

      HTTP Request

      -POST /apis/batch/v1/namespaces/{namespace}/cronjobs +

      POST /apis/batch/v1/namespaces/{namespace}/cronjobs

      Path Parameters

      @@ -3429,10 +5052,12 @@ image: nginx:1.14
      ParameterDescription
      202
      CronJob
      Accepted
      -

      Patch

      +
      +
      +

      Patch

      partially update the specified CronJob

      HTTP Request

      -PATCH /apis/batch/v1/namespaces/{namespace}/cronjobs/{name} +

      PATCH /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}

      Path Parameters

      @@ -3467,10 +5092,12 @@ image: nginx:1.14
      ParameterDescription
      201
      CronJob
      Created
      -

      Replace

      +
      +
      +

      Replace

      replace the specified CronJob

      HTTP Request

      -PUT /apis/batch/v1/namespaces/{namespace}/cronjobs/{name} +

      PUT /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}

      Path Parameters

      @@ -3504,10 +5131,12 @@ image: nginx:1.14
      ParameterDescription
      201
      CronJob
      Created
      -

      Delete

      +
      +
      +

      Delete

      delete a CronJob

      HTTP Request

      -DELETE /apis/batch/v1/namespaces/{namespace}/cronjobs/{name} +

      DELETE /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}

      Path Parameters

      @@ -3542,10 +5171,12 @@ image: nginx:1.14
      ParameterDescription
      202
      Status
      Accepted
      -

      Delete Collection

      +
      +
      +

      Delete Collection

      delete collection of CronJob

      HTTP Request

      -DELETE /apis/batch/v1/namespaces/{namespace}/cronjobs +

      DELETE /apis/batch/v1/namespaces/{namespace}/cronjobs

      Path Parameters

      @@ -3586,11 +5217,15 @@ image: nginx:1.14
      ParameterDescription
      200
      Status
      OK
      -

      Read Operations

      -

      Read

      +
      +
      +
      +

      Read Operations

      +
      +

      Read

      read the specified CronJob

      HTTP Request

      -GET /apis/batch/v1/namespaces/{namespace}/cronjobs/{name} +

      GET /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}

      Path Parameters

      @@ -3613,10 +5248,12 @@ image: nginx:1.14
      ParameterDescription
      200
      CronJob
      OK
      -

      List

      +
      +
      +

      List

      list or watch objects of kind CronJob

      HTTP Request

      -GET /apis/batch/v1/namespaces/{namespace}/cronjobs +

      GET /apis/batch/v1/namespaces/{namespace}/cronjobs

      Path Parameters

      @@ -3648,10 +5285,12 @@ image: nginx:1.14
      ParameterDescription
      200
      CronJobList
      OK
      -

      List All Namespaces

      +
      +
      +

      List All Namespaces

      list or watch objects of kind CronJob

      HTTP Request

      -GET /apis/batch/v1/cronjobs +

      GET /apis/batch/v1/cronjobs

      Query Parameters

      @@ -3676,10 +5315,12 @@ image: nginx:1.14
      ParameterDescription
      200
      CronJobList
      OK
      -

      Watch

      +
      +
      +

      Watch

      watch changes to an object of kind CronJob. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

      HTTP Request

      -GET /apis/batch/v1/watch/namespaces/{namespace}/cronjobs/{name} +

      GET /apis/batch/v1/watch/namespaces/{namespace}/cronjobs/{name}

      Path Parameters

      @@ -3712,10 +5353,12 @@ image: nginx:1.14
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Watch List

      +
      +
      +

      Watch List

      watch individual changes to a list of CronJob. deprecated: use the 'watch' parameter with a list operation instead.

      HTTP Request

      -GET /apis/batch/v1/watch/namespaces/{namespace}/cronjobs +

      GET /apis/batch/v1/watch/namespaces/{namespace}/cronjobs

      Path Parameters

      @@ -3747,10 +5390,12 @@ image: nginx:1.14
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Watch List All Namespaces

      +
      +
      +

      Watch List All Namespaces

      watch individual changes to a list of CronJob. deprecated: use the 'watch' parameter with a list operation instead.

      HTTP Request

      -GET /apis/batch/v1/watch/cronjobs +

      GET /apis/batch/v1/watch/cronjobs

      Query Parameters

      @@ -3775,11 +5420,15 @@ image: nginx:1.14
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Status Operations

      -

      Patch Status

      +
      +
      +
      +

      Status Operations

      +
      +

      Patch Status

      partially update status of the specified CronJob

      HTTP Request

      -PATCH /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}/status +

      PATCH /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}/status

      Path Parameters

      @@ -3814,10 +5463,12 @@ image: nginx:1.14
      ParameterDescription
      201
      CronJob
      Created
      -

      Read Status

      +
      +
      +

      Read Status

      read status of the specified CronJob

      HTTP Request

      -GET /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}/status +

      GET /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}/status

      Path Parameters

      @@ -3840,10 +5491,12 @@ image: nginx:1.14
      ParameterDescription
      200
      CronJob
      OK
      -

      Replace Status

      +
      +
      +

      Replace Status

      replace status of the specified CronJob

      HTTP Request

      -PUT /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}/status +

      PUT /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}/status

      Path Parameters

      @@ -3877,16 +5530,22 @@ image: nginx:1.14
      ParameterDescription
      201
      CronJob
      Created
      -

      DaemonSet v1 apps

      +
      +
      +
    +
    +

    DaemonSet v1 apps

    +
    +

    + aria-expanded="false">show example +

    DaemonSet Config to print the `hostname` on each Node in the cluster every 10 seconds.
    -
    
    -apiVersion: apps/v1
    +
    apiVersion: apps/v1
     kind: DaemonSet
     metadata:
       # Unique key of the DaemonSet instance
    @@ -3913,8 +5572,8 @@ spec:
               while [ true ]; do
               echo "DaemonSet running on $(hostname)" ;
               sleep 10 ;
    -          done
    -
    + done
    +
    @@ -3936,7 +5595,8 @@ spec:
    GroupVersionKind
    status
    DaemonSetStatus
    The current status of this daemon set. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
    -

    DaemonSetSpec v1 apps

    +
    +

    DaemonSetSpec v1 apps

    Appears In:
    curl command (requires kubectl proxy to be running)
    -
    
    -$ kubectl proxy
    +
    $ kubectl proxy
     $ curl -X POST -H 'Content-Type: application/yaml' --data '
     apiVersion: apps/v1
     kind: DaemonSet
    @@ -4068,8 +5728,7 @@ spec:
               echo "DaemonSet running on $(hostname)" ;
               sleep 10 ;
               done
    -' http://127.0.0.1:8001/apis/apps/v1/namespaces/default/daemonsets
    -
    +' http://127.0.0.1:8001/apis/apps/v1/namespaces/default/daemonsets
    @@ -4080,15 +5739,12 @@ spec:
    Output
    -
    
    -daemonset "daemonset-example" created
    -
    +
    daemonset "daemonset-example" created
    Response Body
    -
    
    -{
    +
    {
       "kind": "DaemonSet",
       "apiVersion": "apps/v1",
       "metadata": {
    @@ -4145,11 +5801,10 @@ daemonset "daemonset-example" created
         "numberMisscheduled": 0,
         "desiredNumberScheduled": 0
       }
    -}
    -
    +}

    create a DaemonSet

    HTTP Request

    -POST /apis/apps/v1/namespaces/{namespace}/daemonsets +

    POST /apis/apps/v1/namespaces/{namespace}/daemonsets

    Path Parameters

    @@ -4183,10 +5838,12 @@ daemonset "daemonset-example" created
    ParameterDescription
    202
    DaemonSet
    Accepted
    -

    Patch

    + +
    +

    Patch

    partially update the specified DaemonSet

    HTTP Request

    -PATCH /apis/apps/v1/namespaces/{namespace}/daemonsets/{name} +

    PATCH /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}

    Path Parameters

    @@ -4221,10 +5878,12 @@ daemonset "daemonset-example" created
    ParameterDescription
    201
    DaemonSet
    Created
    -

    Replace

    +
    +
    +

    Replace

    replace the specified DaemonSet

    HTTP Request

    -PUT /apis/apps/v1/namespaces/{namespace}/daemonsets/{name} +

    PUT /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}

    Path Parameters

    @@ -4258,7 +5917,9 @@ daemonset "daemonset-example" created
    ParameterDescription
    201
    DaemonSet
    Created
    -

    Delete

    +
    +
    +

    Delete

    @@ -4269,20 +5930,16 @@ daemonset "daemonset-example" created
    kubectl command
    -
    
    -$ kubectl delete daemonset daemonset-example
    -
    +
    $ kubectl delete daemonset daemonset-example
    curl command (requires kubectl proxy to be running)
    -
    
    -$ kubectl proxy
    +
    $ kubectl proxy
     $ curl -X DELETE -H 'Content-Type: application/yaml' --data '
     gracePeriodSeconds: 0
     orphanDependents: false
    -' 'http://127.0.0.1:8001/apis/apps/v1/namespaces/default/daemonsets/daemonset-example'
    -
    +' 'http://127.0.0.1:8001/apis/apps/v1/namespaces/default/daemonsets/daemonset-example' @@ -4293,26 +5950,21 @@ orphanDependents: false
    Output
    -
    
    -daemonset "daemonset-example" deleted
    -
    +
    daemonset "daemonset-example" deleted
    Response Body
    -
    
    -{
    +
    {
       "kind": "Status",
       "apiVersion": "v1",
       "metadata": {},
       "status": "Success",
       "code": 200
    -}
    -
    -
    +}

    delete a DaemonSet

    HTTP Request

    -DELETE /apis/apps/v1/namespaces/{namespace}/daemonsets/{name} +

    DELETE /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}

    Path Parameters

    @@ -4347,10 +5999,12 @@ daemonset "daemonset-example" deleted
    ParameterDescription
    202
    Status
    Accepted
    -

    Delete Collection

    + +
    +

    Delete Collection

    delete collection of DaemonSet

    HTTP Request

    -DELETE /apis/apps/v1/namespaces/{namespace}/daemonsets +

    DELETE /apis/apps/v1/namespaces/{namespace}/daemonsets

    Path Parameters

    @@ -4391,8 +6045,12 @@ daemonset "daemonset-example" deleted
    ParameterDescription
    200
    Status
    OK
    -

    Read Operations

    -

    Read

    +
    + +
    +

    Read Operations

    +
    +

    Read

    @@ -4403,20 +6061,16 @@ daemonset "daemonset-example" deleted
    kubectl command
    -
    
    -$ kubectl get daemonset daemonset-example -o json
    -
    +
    $ kubectl get daemonset daemonset-example -o json
    curl command (requires kubectl proxy to be running)
    -
    
    -$ kubectl proxy
    -$ curl -X GET http://127.0.0.1:8001/apis/apps/v1/namespaces/default/daemonsets/daemonset-example
    -
    +
    $ kubectl proxy
    +$ curl -X GET http://127.0.0.1:8001/apis/apps/v1/namespaces/default/daemonsets/daemonset-example

    read the specified DaemonSet

    HTTP Request

    -GET /apis/apps/v1/namespaces/{namespace}/daemonsets/{name} +

    GET /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}

    Path Parameters

    @@ -4439,10 +6093,12 @@ $ curl -X GET http://127.0.0.1:8001/apis/apps/v1/namespaces/default/daemonsets/d
    ParameterDescription
    200
    DaemonSet
    OK
    -

    List

    + +
    +

    List

    list or watch objects of kind DaemonSet

    HTTP Request

    -GET /apis/apps/v1/namespaces/{namespace}/daemonsets +

    GET /apis/apps/v1/namespaces/{namespace}/daemonsets

    Path Parameters

    @@ -4474,10 +6130,12 @@ $ curl -X GET http://127.0.0.1:8001/apis/apps/v1/namespaces/default/daemonsets/d
    ParameterDescription
    200
    DaemonSetList
    OK
    -

    List All Namespaces

    +
    +
    +

    List All Namespaces

    list or watch objects of kind DaemonSet

    HTTP Request

    -GET /apis/apps/v1/daemonsets +

    GET /apis/apps/v1/daemonsets

    Query Parameters

    @@ -4502,10 +6160,12 @@ $ curl -X GET http://127.0.0.1:8001/apis/apps/v1/namespaces/default/daemonsets/d
    ParameterDescription
    200
    DaemonSetList
    OK
    -

    Watch

    +
    +
    +

    Watch

    watch changes to an object of kind DaemonSet. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

    HTTP Request

    -GET /apis/apps/v1/watch/namespaces/{namespace}/daemonsets/{name} +

    GET /apis/apps/v1/watch/namespaces/{namespace}/daemonsets/{name}

    Path Parameters

    @@ -4538,10 +6198,12 @@ $ curl -X GET http://127.0.0.1:8001/apis/apps/v1/namespaces/default/daemonsets/d
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List

    +
    +
    +

    Watch List

    watch individual changes to a list of DaemonSet. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /apis/apps/v1/watch/namespaces/{namespace}/daemonsets +

    GET /apis/apps/v1/watch/namespaces/{namespace}/daemonsets

    Path Parameters

    @@ -4573,10 +6235,12 @@ $ curl -X GET http://127.0.0.1:8001/apis/apps/v1/namespaces/default/daemonsets/d
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List All Namespaces

    +
    +
    +

    Watch List All Namespaces

    watch individual changes to a list of DaemonSet. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /apis/apps/v1/watch/daemonsets +

    GET /apis/apps/v1/watch/daemonsets

    Query Parameters

    @@ -4601,11 +6265,15 @@ $ curl -X GET http://127.0.0.1:8001/apis/apps/v1/namespaces/default/daemonsets/d
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Status Operations

    -

    Patch Status

    +
    + +
    +

    Status Operations

    +
    +

    Patch Status

    partially update status of the specified DaemonSet

    HTTP Request

    -PATCH /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}/status +

    PATCH /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}/status

    Path Parameters

    @@ -4640,10 +6308,12 @@ $ curl -X GET http://127.0.0.1:8001/apis/apps/v1/namespaces/default/daemonsets/d
    ParameterDescription
    201
    DaemonSet
    Created
    -

    Read Status

    +
    +
    +

    Read Status

    read status of the specified DaemonSet

    HTTP Request

    -GET /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}/status +

    GET /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}/status

    Path Parameters

    @@ -4666,10 +6336,12 @@ $ curl -X GET http://127.0.0.1:8001/apis/apps/v1/namespaces/default/daemonsets/d
    ParameterDescription
    200
    DaemonSet
    OK
    -

    Replace Status

    +
    +
    +

    Replace Status

    replace status of the specified DaemonSet

    HTTP Request

    -PUT /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}/status +

    PUT /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}/status

    Path Parameters

    @@ -4703,16 +6375,22 @@ $ curl -X GET http://127.0.0.1:8001/apis/apps/v1/namespaces/default/daemonsets/d
    ParameterDescription
    201
    DaemonSet
    Created
    -

    Deployment v1 apps

    +
    +
    + +
    +

    Deployment v1 apps

    +
    +

    + aria-expanded="false">show example +

    Deployment Config to run 3 nginx instances (max rollback set to 10 revisions).
    -
    
    -apiVersion: apps/v1
    +
    apiVersion: apps/v1
     kind: Deployment
     metadata:
       # Unique key of the Deployment instance
    @@ -4733,9 +6411,8 @@ spec:
           containers:
           - name: nginx
             # Run this image
    -        image: nginx:1.14
    -
    -
    + image: nginx:1.14
    + @@ -4757,7 +6434,8 @@ spec:
    GroupVersionKind
    status
    DeploymentStatus
    Most recently observed status of the Deployment.
    -

    DeploymentSpec v1 apps

    +
    +

    DeploymentSpec v1 apps

    Appears In:
    @@ -4905,15 +6582,12 @@ spec:
    Output
    -
    
    -deployment "deployment-example" created
    -
    +
    deployment "deployment-example" created
    Response Body
    -
    
    -{
    +
    {
       "kind": "Deployment",
       "apiVersion": "apps/v1",
       "metadata": {
    @@ -4974,12 +6648,10 @@ deployment "deployment-example" created
         "revisionHistoryLimit": 10
       },
       "status": {}
    -}
    -
    -
    +}

    create a Deployment

    HTTP Request

    -POST /apis/apps/v1/namespaces/{namespace}/deployments +

    POST /apis/apps/v1/namespaces/{namespace}/deployments

    Path Parameters

    @@ -5013,7 +6685,9 @@ deployment "deployment-example" created
    ParameterDescription
    202
    Deployment
    Accepted
    -

    Patch

    + +
    +

    Patch

    @@ -5024,20 +6698,16 @@ deployment "deployment-example" created
    kubectl command
    -
    
    -$ kubectl patch deployment deployment-example -p \
    -	'{"spec":{"template":{"spec":{"containers":[{"name":"nginx","image":"nginx:1.16"}]}}}}'
    -
    +
    $ kubectl patch deployment deployment-example -p \
    +	'{"spec":{"template":{"spec":{"containers":[{"name":"nginx","image":"nginx:1.16"}]}}}}'
    curl command (requires kubectl proxy to be running)
    -
    
    -$ kubectl proxy
    +
    $ kubectl proxy
     $ curl -X PATCH -H 'Content-Type: application/strategic-merge-patch+json' --data '
     {"spec":{"template":{"spec":{"containers":[{"name":"nginx","image":"nginx:1.16"}]}}}}' \
    -	'http://127.0.0.1:8001/apis/apps/v1/namespaces/default/deployments/deployment-example'
    -
    + 'http://127.0.0.1:8001/apis/apps/v1/namespaces/default/deployments/deployment-example' @@ -5048,15 +6718,12 @@ $ curl -X PATCH -H 'Content-Type: application/strategic-merge-patch+json' --data
    Output
    -
    
    -"deployment-example" patched
    -
    +
    "deployment-example" patched
    Response Body
    -
    
    -{
    +
    {
       "kind": "Deployment",
       "apiVersion": "apps/v1",
       "metadata": {
    @@ -5125,12 +6792,10 @@ $ curl -X PATCH -H 'Content-Type: application/strategic-merge-patch+json' --data
         "updatedReplicas": 3,
         "availableReplicas": 3
       }
    -}
    -
    -
    +}

    partially update the specified Deployment

    HTTP Request

    -PATCH /apis/apps/v1/namespaces/{namespace}/deployments/{name} +

    PATCH /apis/apps/v1/namespaces/{namespace}/deployments/{name}

    Path Parameters

    @@ -5165,7 +6830,9 @@ $ curl -X PATCH -H 'Content-Type: application/strategic-merge-patch+json' --data
    ParameterDescription
    201
    Deployment
    Created
    -

    Replace

    + +
    +

    Replace

    @@ -5176,8 +6843,7 @@ $ curl -X PATCH -H 'Content-Type: application/strategic-merge-patch+json' --data
    kubectl command
    -
    
    -$ echo 'apiVersion: apps/v1
    +
    $ echo 'apiVersion: apps/v1
     kind: Deployment
     metadata:
       name: deployment-example
    @@ -5197,14 +6863,12 @@ spec:
             image: nginx:1.16
             ports:
             - containerPort: 80
    -' | kubectl replace -f -
    -
    +' | kubectl replace -f -
    curl command (requires kubectl proxy to be running)
    -
    
    -$ kubectl proxy
    +
    $ kubectl proxy
     $ curl -X PUT -H 'Content-Type: application/yaml' --data '
     apiVersion: apps/v1
     kind: Deployment
    @@ -5226,8 +6890,7 @@ spec:
             image: nginx:1.16
             ports:
             - containerPort: 80
    -' http://127.0.0.1:8001/apis/apps/v1/namespaces/default/deployments/deployment-example
    -
    +' http://127.0.0.1:8001/apis/apps/v1/namespaces/default/deployments/deployment-example @@ -5238,15 +6901,12 @@ spec:
    Output
    -
    
    -deployment "deployment-example" replaced
    -
    +
    deployment "deployment-example" replaced
    Response Body
    -
    
    -{
    +
    {
       "kind": "Deployment",
       "apiVersion": "apps/v1",
       "metadata": {
    @@ -5312,12 +6972,10 @@ deployment "deployment-example" replaced
         "updatedReplicas": 3,
         "availableReplicas": 3
       }
    -}
    -
    -
    +}

    replace the specified Deployment

    HTTP Request

    -PUT /apis/apps/v1/namespaces/{namespace}/deployments/{name} +

    PUT /apis/apps/v1/namespaces/{namespace}/deployments/{name}

    Path Parameters

    @@ -5351,7 +7009,9 @@ deployment "deployment-example" replaced
    ParameterDescription
    201
    Deployment
    Created
    -

    Delete

    + +
    +

    Delete

    @@ -5362,20 +7022,16 @@ deployment "deployment-example" replaced
    kubectl command
    -
    
    -$ kubectl delete deployment deployment-example
    -
    +
    $ kubectl delete deployment deployment-example
    curl command (requires kubectl proxy to be running)
    -
    
    -$ kubectl proxy
    +
    $ kubectl proxy
     $ curl -X DELETE -H 'Content-Type: application/yaml' --data '
     gracePeriodSeconds: 0
     orphanDependents: false
    -' 'http://127.0.0.1:8001/apis/apps/v1/namespaces/default/deployments/deployment-example'
    -
    +' 'http://127.0.0.1:8001/apis/apps/v1/namespaces/default/deployments/deployment-example' @@ -5386,26 +7042,21 @@ orphanDependents: false
    Output
    -
    
    -deployment "deployment-example" deleted
    -
    +
    deployment "deployment-example" deleted
    Response Body
    -
    
    -{
    +
    {
       "kind": "Status",
       "apiVersion": "v1",
       "metadata": {},
       "status": "Success",
       "code": 200
    -}
    -
    -
    +}

    delete a Deployment

    HTTP Request

    -DELETE /apis/apps/v1/namespaces/{namespace}/deployments/{name} +

    DELETE /apis/apps/v1/namespaces/{namespace}/deployments/{name}

    Path Parameters

    @@ -5440,10 +7091,12 @@ deployment "deployment-example" deleted
    ParameterDescription
    202
    Status
    Accepted
    -

    Delete Collection

    + +
    +

    Delete Collection

    delete collection of Deployment

    HTTP Request

    -DELETE /apis/apps/v1/namespaces/{namespace}/deployments +

    DELETE /apis/apps/v1/namespaces/{namespace}/deployments

    Path Parameters

    @@ -5484,8 +7137,12 @@ deployment "deployment-example" deleted
    ParameterDescription
    200
    Status
    OK
    -

    Read Operations

    -

    Read

    +
    + +
    +

    Read Operations

    +
    +

    Read

    @@ -5496,17 +7153,13 @@ deployment "deployment-example" deleted
    kubectl command
    -
    
    -$ kubectl get deployment deployment-example -o json
    -
    +
    $ kubectl get deployment deployment-example -o json
    curl command (requires kubectl proxy to be running)
    -
    
    -$ kubectl proxy
    -$ curl -X GET http://127.0.0.1:8001/apis/apps/v1/namespaces/default/deployments/deployment-example
    -
    +
    $ kubectl proxy
    +$ curl -X GET http://127.0.0.1:8001/apis/apps/v1/namespaces/default/deployments/deployment-example
    @@ -5517,8 +7170,7 @@ $ curl -X GET http://127.0.0.1:8001/apis/apps/v1/namespaces/default/deployments/
    Output
    -
    
    -{
    +
    {
       "kind": "Deployment",
       "apiVersion": "apps/v1",
       "metadata": {
    @@ -5586,15 +7238,12 @@ $ curl -X GET http://127.0.0.1:8001/apis/apps/v1/namespaces/default/deployments/
         "updatedReplicas": 3,
         "availableReplicas": 3
       }
    -}
    -
    -
    +}
    Response Body
    -
    
    -{
    +
    {
       "kind": "Deployment",
       "apiVersion": "apps/v1",
       "metadata": {
    @@ -5662,12 +7311,10 @@ $ curl -X GET http://127.0.0.1:8001/apis/apps/v1/namespaces/default/deployments/
         "updatedReplicas": 3,
         "availableReplicas": 3
       }
    -}
    -
    -
    +}

    read the specified Deployment

    HTTP Request

    -GET /apis/apps/v1/namespaces/{namespace}/deployments/{name} +

    GET /apis/apps/v1/namespaces/{namespace}/deployments/{name}

    Path Parameters

    @@ -5690,7 +7337,9 @@ $ curl -X GET http://127.0.0.1:8001/apis/apps/v1/namespaces/default/deployments/
    ParameterDescription
    200
    Deployment
    OK
    -

    List

    + +
    +

    List

    @@ -5701,17 +7350,13 @@ $ curl -X GET http://127.0.0.1:8001/apis/apps/v1/namespaces/default/deployments/
    kubectl command
    -
    
    -$ kubectl get deployment -o json
    -
    +
    $ kubectl get deployment -o json
    curl command (requires kubectl proxy to be running)
    -
    
    -$ kubectl proxy
    -$ curl -X GET 'http://127.0.0.1:8001/apis/apps/v1/namespaces/default/deployments'
    -
    +
    $ kubectl proxy
    +$ curl -X GET 'http://127.0.0.1:8001/apis/apps/v1/namespaces/default/deployments'
    @@ -5722,8 +7367,7 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/apps/v1/namespaces/default/deployments
    Output
    -
    
    -{
    +
    {
       "kind": "List",
       "apiVersion": "v1",
       "metadata": {},
    @@ -5863,15 +7507,12 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/apps/v1/namespaces/default/deployments
           }
         }
       ]
    -}
    -
    -
    +}
    Response Body
    -
    
    -{
    +
    {
       "kind": "List",
       "apiVersion": "v1",
       "metadata": {},
    @@ -6011,12 +7652,10 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/apps/v1/namespaces/default/deployments
           }
         }
       ]
    -}
    -
    -
    +}

    list or watch objects of kind Deployment

    HTTP Request

    -GET /apis/apps/v1/namespaces/{namespace}/deployments +

    GET /apis/apps/v1/namespaces/{namespace}/deployments

    Path Parameters

    @@ -6048,10 +7687,12 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/apps/v1/namespaces/default/deployments
    ParameterDescription
    200
    DeploymentList
    OK
    -

    List All Namespaces

    + +
    +

    List All Namespaces

    list or watch objects of kind Deployment

    HTTP Request

    -GET /apis/apps/v1/deployments +

    GET /apis/apps/v1/deployments

    Query Parameters

    @@ -6076,7 +7717,9 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/apps/v1/namespaces/default/deployments
    ParameterDescription
    200
    DeploymentList
    OK
    -

    Watch

    +
    +
    +

    Watch

    @@ -6087,17 +7730,13 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/apps/v1/namespaces/default/deployments
    kubectl command
    -
    
    -$ kubectl get deployment deployment-example --watch -o json
    -
    +
    $ kubectl get deployment deployment-example --watch -o json
    curl command (requires kubectl proxy to be running)
    -
    
    -$ kubectl proxy
    -$ curl -X GET 'http://127.0.0.1:8001/apis/apps/v1/watch/namespaces/default/deployments/deployment-example'
    -
    +
    $ kubectl proxy
    +$ curl -X GET 'http://127.0.0.1:8001/apis/apps/v1/watch/namespaces/default/deployments/deployment-example'
    @@ -6108,8 +7747,7 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/apps/v1/watch/namespaces/default/deplo
    Output
    -
    
    -{
    +
    {
     	"type": "ADDED",
     	"object": {
     		"kind": "Deployment",
    @@ -6182,15 +7820,12 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/apps/v1/watch/namespaces/default/deplo
     			"availableReplicas": 3
     		}
     	}
    -}
    -
    -
    +}
    Response Body
    -
    
    -{
    +
    {
     	"type": "ADDED",
     	"object": {
     		"kind": "Deployment",
    @@ -6263,12 +7898,10 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/apps/v1/watch/namespaces/default/deplo
     			"availableReplicas": 3
     		}
     	}
    -}
    -
    -
    +}

    watch changes to an object of kind Deployment. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

    HTTP Request

    -GET /apis/apps/v1/watch/namespaces/{namespace}/deployments/{name} +

    GET /apis/apps/v1/watch/namespaces/{namespace}/deployments/{name}

    Path Parameters

    @@ -6301,10 +7934,12 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/apps/v1/watch/namespaces/default/deplo
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List

    + +
    +

    Watch List

    watch individual changes to a list of Deployment. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /apis/apps/v1/watch/namespaces/{namespace}/deployments +

    GET /apis/apps/v1/watch/namespaces/{namespace}/deployments

    Path Parameters

    @@ -6336,10 +7971,12 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/apps/v1/watch/namespaces/default/deplo
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List All Namespaces

    +
    +
    +

    Watch List All Namespaces

    watch individual changes to a list of Deployment. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /apis/apps/v1/watch/deployments +

    GET /apis/apps/v1/watch/deployments

    Query Parameters

    @@ -6364,11 +8001,15 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/apps/v1/watch/namespaces/default/deplo
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Status Operations

    -

    Patch Status

    +
    + +
    +

    Status Operations

    +
    +

    Patch Status

    partially update status of the specified Deployment

    HTTP Request

    -PATCH /apis/apps/v1/namespaces/{namespace}/deployments/{name}/status +

    PATCH /apis/apps/v1/namespaces/{namespace}/deployments/{name}/status

    Path Parameters

    @@ -6403,10 +8044,12 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/apps/v1/watch/namespaces/default/deplo
    ParameterDescription
    201
    Deployment
    Created
    -

    Read Status

    +
    +
    +

    Read Status

    read status of the specified Deployment

    HTTP Request

    -GET /apis/apps/v1/namespaces/{namespace}/deployments/{name}/status +

    GET /apis/apps/v1/namespaces/{namespace}/deployments/{name}/status

    Path Parameters

    @@ -6429,10 +8072,12 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/apps/v1/watch/namespaces/default/deplo
    ParameterDescription
    200
    Deployment
    OK
    -

    Replace Status

    +
    +
    +

    Replace Status

    replace status of the specified Deployment

    HTTP Request

    -PUT /apis/apps/v1/namespaces/{namespace}/deployments/{name}/status +

    PUT /apis/apps/v1/namespaces/{namespace}/deployments/{name}/status

    Path Parameters

    @@ -6466,11 +8111,15 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/apps/v1/watch/namespaces/default/deplo
    ParameterDescription
    201
    Deployment
    Created
    -

    Misc Operations

    -

    Read Scale

    +
    +
    +
    +

    Misc Operations

    +
    +

    Read Scale

    read scale of the specified Deployment

    HTTP Request

    -GET /apis/apps/v1/namespaces/{namespace}/deployments/{name}/scale +

    GET /apis/apps/v1/namespaces/{namespace}/deployments/{name}/scale

    Path Parameters

    @@ -6493,10 +8142,12 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/apps/v1/watch/namespaces/default/deplo
    ParameterDescription
    200
    Scale
    OK
    -

    Replace Scale

    +
    +
    +

    Replace Scale

    replace scale of the specified Deployment

    HTTP Request

    -PUT /apis/apps/v1/namespaces/{namespace}/deployments/{name}/scale +

    PUT /apis/apps/v1/namespaces/{namespace}/deployments/{name}/scale

    Path Parameters

    @@ -6530,10 +8181,12 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/apps/v1/watch/namespaces/default/deplo
    ParameterDescription
    201
    Scale
    Created
    -

    Patch Scale

    +
    +
    +

    Patch Scale

    partially update scale of the specified Deployment

    HTTP Request

    -PATCH /apis/apps/v1/namespaces/{namespace}/deployments/{name}/scale +

    PATCH /apis/apps/v1/namespaces/{namespace}/deployments/{name}/scale

    Path Parameters

    @@ -6568,16 +8221,22 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/apps/v1/watch/namespaces/default/deplo
    ParameterDescription
    201
    Scale
    Created
    -

    Job v1 batch

    +
    +
    + +
    +

    Job v1 batch

    +
    +

    + aria-expanded="false">show example +

    Job Config to print pi up to 2000 digits (then exit).
    -
    
    -apiVersion: batch/v1
    +
    apiVersion: batch/v1
     kind: Job
     metadata:
       # Unique key of the Job instance
    @@ -6593,9 +8252,8 @@ spec:
             command: ["perl"]
             args: ["-Mbignum=bpi", "-wle", "print bpi(2000)"]
           # Do not restart containers after they exit
    -      restartPolicy: Never
    -
    -
    + restartPolicy: Never
    + @@ -6617,7 +8275,8 @@ spec:
    GroupVersionKind
    status
    JobStatus
    Current status of a job. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
    -

    JobSpec v1 batch

    +
    +

    JobSpec v1 batch

    Appears In:
    curl command (requires kubectl proxy to be running)
    -
    
    -$ kubectl proxy
    +
    $ kubectl proxy
     $ curl -X POST -H 'Content-Type: application/yaml' --data '
     apiVersion: batch/v1
     kind: Job
    @@ -6725,8 +8384,7 @@ spec:
             image: perl
             command: ["perl",  "-Mbignum=bpi", "-wle", "print bpi(2000)"]
           restartPolicy: Never
    -' http://127.0.0.1:8001/apis/batch/v1/namespaces/default/jobs
    -
    +' http://127.0.0.1:8001/apis/batch/v1/namespaces/default/jobs @@ -6737,15 +8395,12 @@ spec:
    Output
    -
    
    -job "example-job" created
    -
    +
    job "example-job" created
    Response Body
    -
    
    -{
    +
    {
       "kind": "Job",
       "apiVersion": "batch/v1",
       "metadata": {
    @@ -6797,11 +8452,10 @@ job "example-job" created
         }
       },
       "status": {}
    -}
    -
    +}

    create a Job

    HTTP Request

    -POST /apis/batch/v1/namespaces/{namespace}/jobs +

    POST /apis/batch/v1/namespaces/{namespace}/jobs

    Path Parameters

    @@ -6835,10 +8489,12 @@ job "example-job" created
    ParameterDescription
    202
    Job
    Accepted
    -

    Patch

    + +
    +

    Patch

    partially update the specified Job

    HTTP Request

    -PATCH /apis/batch/v1/namespaces/{namespace}/jobs/{name} +

    PATCH /apis/batch/v1/namespaces/{namespace}/jobs/{name}

    Path Parameters

    @@ -6873,10 +8529,12 @@ job "example-job" created
    ParameterDescription
    201
    Job
    Created
    -

    Replace

    +
    +
    +

    Replace

    replace the specified Job

    HTTP Request

    -PUT /apis/batch/v1/namespaces/{namespace}/jobs/{name} +

    PUT /apis/batch/v1/namespaces/{namespace}/jobs/{name}

    Path Parameters

    @@ -6910,7 +8568,9 @@ job "example-job" created
    ParameterDescription
    201
    Job
    Created
    -

    Delete

    +
    +
    +

    Delete

    @@ -6921,20 +8581,16 @@ job "example-job" created
    kubectl command
    -
    
    -$ kubectl delete job example-job
    -
    +
    $ kubectl delete job example-job
    curl command (requires kubectl proxy to be running)
    -
    
    -$ kubectl proxy
    +
    $ kubectl proxy
     $ curl -X DELETE -H 'Content-Type: application/yaml' --data '
     gracePeriodSeconds: 0
     orphanDependents: false
    -' 'http://127.0.0.1:8001/apis/batch/v1/namespaces/default/jobs/example-job'
    -
    +' 'http://127.0.0.1:8001/apis/batch/v1/namespaces/default/jobs/example-job' @@ -6945,26 +8601,21 @@ orphanDependents: false
    Output
    -
    
    -job "example-job" deleted
    -
    +
    job "example-job" deleted
    Response Body
    -
    
    -{
    +
    {
       "kind": "Status",
       "apiVersion": "v1",
       "metadata": {},
       "status": "Success",
       "code": 200
    -}
    -
    -
    +}

    delete a Job

    HTTP Request

    -DELETE /apis/batch/v1/namespaces/{namespace}/jobs/{name} +

    DELETE /apis/batch/v1/namespaces/{namespace}/jobs/{name}

    Path Parameters

    @@ -6999,10 +8650,12 @@ job "example-job" deleted
    ParameterDescription
    202
    Status
    Accepted
    -

    Delete Collection

    + +
    +

    Delete Collection

    delete collection of Job

    HTTP Request

    -DELETE /apis/batch/v1/namespaces/{namespace}/jobs +

    DELETE /apis/batch/v1/namespaces/{namespace}/jobs

    Path Parameters

    @@ -7043,8 +8696,12 @@ job "example-job" deleted
    ParameterDescription
    200
    Status
    OK
    -

    Read Operations

    -

    Read

    +
    + +
    +

    Read Operations

    +
    +

    Read

    @@ -7055,17 +8712,13 @@ job "example-job" deleted
    kubectl command
    -
    
    -$ kubectl get job example-job -o json
    -
    +
    $ kubectl get job example-job -o json
    curl command (requires kubectl proxy to be running)
    -
    
    -$ kubectl proxy
    -$ curl -X GET http://127.0.0.1:8001/apis/batch/v1/namespaces/default/jobs/example-job
    -
    +
    $ kubectl proxy
    +$ curl -X GET http://127.0.0.1:8001/apis/batch/v1/namespaces/default/jobs/example-job
    @@ -7076,8 +8729,7 @@ $ curl -X GET http://127.0.0.1:8001/apis/batch/v1/namespaces/default/jobs/exampl
    Output
    -
    
    -{
    +
    {
       "kind": "Job",
       "apiVersion": "batch/v1",
       "metadata": {
    @@ -7132,14 +8784,12 @@ $ curl -X GET http://127.0.0.1:8001/apis/batch/v1/namespaces/default/jobs/exampl
         "startTime": "2016-11-04T18:45:25Z",
         "active": 1
       }
    -}
    -
    +}
    Response Body
    -
    
    -{
    +
    {
       "kind": "Job",
       "apiVersion": "batch/v1",
       "metadata": {
    @@ -7194,11 +8844,10 @@ $ curl -X GET http://127.0.0.1:8001/apis/batch/v1/namespaces/default/jobs/exampl
         "startTime": "2016-11-04T18:45:25Z",
         "active": 1
       }
    -}
    -
    +}

    read the specified Job

    HTTP Request

    -GET /apis/batch/v1/namespaces/{namespace}/jobs/{name} +

    GET /apis/batch/v1/namespaces/{namespace}/jobs/{name}

    Path Parameters

    @@ -7221,7 +8870,9 @@ $ curl -X GET http://127.0.0.1:8001/apis/batch/v1/namespaces/default/jobs/exampl
    ParameterDescription
    200
    Job
    OK
    -

    List

    + +
    +

    List

    @@ -7232,17 +8883,13 @@ $ curl -X GET http://127.0.0.1:8001/apis/batch/v1/namespaces/default/jobs/exampl
    kubectl command
    -
    
    -$ kubectl get job -o json
    -
    +
    $ kubectl get job -o json
    curl command (requires kubectl proxy to be running)
    -
    
    -$ kubectl proxy
    -$ curl -X GET 'http://127.0.0.1:8001/apis/batch/v1/namespaces/default/jobs'
    -
    +
    $ kubectl proxy
    +$ curl -X GET 'http://127.0.0.1:8001/apis/batch/v1/namespaces/default/jobs'
    @@ -7253,8 +8900,7 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/batch/v1/namespaces/default/jobs'
    Output
    -
    
    -{
    +
    {
       "kind": "JobList",
       "apiVersion": "batch/v1",
       "metadata": {
    @@ -7317,14 +8963,12 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/batch/v1/namespaces/default/jobs'
           }
         }
       ]
    -}
    -
    +}
    Response Body
    -
    
    -{
    +
    {
       "kind": "JobList",
       "apiVersion": "batch/v1",
       "metadata": {
    @@ -7387,11 +9031,10 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/batch/v1/namespaces/default/jobs'
           }
         }
       ]
    -}
    -
    +}

    list or watch objects of kind Job

    HTTP Request

    -GET /apis/batch/v1/namespaces/{namespace}/jobs +

    GET /apis/batch/v1/namespaces/{namespace}/jobs

    Path Parameters

    @@ -7423,10 +9066,12 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/batch/v1/namespaces/default/jobs'
    ParameterDescription
    200
    JobList
    OK
    -

    List All Namespaces

    + +
    +

    List All Namespaces

    list or watch objects of kind Job

    HTTP Request

    -GET /apis/batch/v1/jobs +

    GET /apis/batch/v1/jobs

    Query Parameters

    @@ -7451,7 +9096,9 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/batch/v1/namespaces/default/jobs'
    ParameterDescription
    200
    JobList
    OK
    -

    Watch

    +
    +
    +

    Watch

    @@ -7462,17 +9109,13 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/batch/v1/namespaces/default/jobs'
    kubectl command
    -
    
    -$ kubectl get job example-job --watch -o json
    -
    +
    $ kubectl get job example-job --watch -o json
    curl command (requires kubectl proxy to be running)
    -
    
    -$ kubectl proxy
    -$ curl -X GET 'http://127.0.0.1:8001/apis/batch/v1/watch/namespaces/default/jobs/example-job'
    -
    +
    $ kubectl proxy
    +$ curl -X GET 'http://127.0.0.1:8001/apis/batch/v1/watch/namespaces/default/jobs/example-job'
    @@ -7483,8 +9126,7 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/batch/v1/watch/namespaces/default/jobs
    Output
    -
    
    -{
    +
    {
     	"type": "ADDED",
     	"object": {
     		"kind": "Job",
    @@ -7544,14 +9186,12 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/batch/v1/watch/namespaces/default/jobs
     			"active": 1
     		}
     	}
    -}
    -
    +}
    Response Body
    -
    
    -{
    +
    {
     	"type": "ADDED",
     	"object": {
     		"kind": "Job",
    @@ -7611,11 +9251,10 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/batch/v1/watch/namespaces/default/jobs
     			"active": 1
     		}
     	}
    -}
    -
    +}

    watch changes to an object of kind Job. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

    HTTP Request

    -GET /apis/batch/v1/watch/namespaces/{namespace}/jobs/{name} +

    GET /apis/batch/v1/watch/namespaces/{namespace}/jobs/{name}

    Path Parameters

    @@ -7648,10 +9287,12 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/batch/v1/watch/namespaces/default/jobs
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List

    + +
    +

    Watch List

    watch individual changes to a list of Job. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /apis/batch/v1/watch/namespaces/{namespace}/jobs +

    GET /apis/batch/v1/watch/namespaces/{namespace}/jobs

    Path Parameters

    @@ -7683,10 +9324,12 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/batch/v1/watch/namespaces/default/jobs
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List All Namespaces

    +
    +
    +

    Watch List All Namespaces

    watch individual changes to a list of Job. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /apis/batch/v1/watch/jobs +

    GET /apis/batch/v1/watch/jobs

    Query Parameters

    @@ -7711,11 +9354,15 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/batch/v1/watch/namespaces/default/jobs
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Status Operations

    -

    Patch Status

    +
    + +
    +

    Status Operations

    +
    +

    Patch Status

    partially update status of the specified Job

    HTTP Request

    -PATCH /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status +

    PATCH /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status

    Path Parameters

    @@ -7750,10 +9397,12 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/batch/v1/watch/namespaces/default/jobs
    ParameterDescription
    201
    Job
    Created
    -

    Read Status

    +
    +
    +

    Read Status

    read status of the specified Job

    HTTP Request

    -GET /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status +

    GET /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status

    Path Parameters

    @@ -7776,10 +9425,12 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/batch/v1/watch/namespaces/default/jobs
    ParameterDescription
    200
    Job
    OK
    -

    Replace Status

    +
    +
    +

    Replace Status

    replace status of the specified Job

    HTTP Request

    -PUT /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status +

    PUT /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status

    Path Parameters

    @@ -7813,16 +9464,22 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/batch/v1/watch/namespaces/default/jobs
    ParameterDescription
    201
    Job
    Created
    -

    Pod v1 core

    +
    +
    + +
    +

    Pod v1 core

    +
    +

    + aria-expanded="false">show example +

    Pod Config to print "Hello World".
    -
    
    -apiVersion: v1
    +
    apiVersion: v1
     kind: Pod
     metadata:
       name: pod-example
    @@ -7831,9 +9488,8 @@ spec:
       - name: ubuntu
         image: ubuntu:trusty
         command: ["echo"]
    -    args: ["Hello World"]
    -
    -
    + args: ["Hello World"]
    + @@ -7856,7 +9512,8 @@ spec:
    GroupVersionKind
    status
    PodStatus
    Most recently observed status of the pod. This data may not be up to date. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
    -

    PodSpec v1 core

    +
    +

    PodSpec v1 core

    Appears In:
    +
    +

    ReplicaSet v1 apps

    +
    +

    + aria-expanded="false">show example +

    ReplicaSet Config to run 3 nginx instances.
    -
    
    -apiVersion: apps/v1
    +
    apiVersion: apps/v1
     kind: ReplicaSet
     metadata:
       # Unique key of the ReplicaSet instance
    @@ -8951,9 +10687,8 @@ spec:
           containers:
           # Run the nginx image
           - name: nginx
    -        image: nginx:1.14
    -
    -
    + image: nginx:1.14
    + @@ -8976,7 +10711,8 @@ spec:
    GroupVersionKind
    status
    ReplicaSetStatus
    Status is the most recently observed status of the ReplicaSet. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
    -

    ReplicaSetSpec v1 apps

    +
    +

    ReplicaSetSpec v1 apps

    Appears In:
    +
    +

    ReplicationController v1 core

    +
    +

    + aria-expanded="false">show example +

    ReplicationController Config to run 3 nginx instances.
    -
    
    -apiVersion: v1
    +
    apiVersion: v1
     kind: ReplicationController
     metadata:
       # Unique key of the ReplicationController instance
    @@ -9631,9 +11414,8 @@ spec:
           containers:
           # Run the nginx image
           - name: nginx
    -        image: nginx:1.14
    -
    -
    + image: nginx:1.14
    + @@ -9656,7 +11438,8 @@ spec:
    GroupVersionKind
    status
    ReplicationControllerStatus
    Status is the most recently observed status of the replication controller. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
    -

    ReplicationControllerSpec v1 core

    +
    +

    ReplicationControllerSpec v1 core

    Appears In:
    +
    +

    StatefulSet v1 apps

    @@ -10308,7 +12136,8 @@ spec:
    GroupVersionKind
    status
    StatefulSetStatus
    Status is the current status of Pods in this StatefulSet. This data may be out of date by some window of time.
    -

    StatefulSetSpec v1 apps

    +
    +

    StatefulSetSpec v1 apps

    Appears In:
    • StatefulSet [apps/v1]
    • @@ -10330,7 +12159,7 @@ spec: volumeClaimTemplates
      PersistentVolumeClaim arrayvolumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name. -

      StatefulSetStatus v1 apps

      +

      StatefulSetStatus v1 apps

      Appears In:
      • StatefulSet [apps/v1]
      • @@ -10351,7 +12180,7 @@ spec: updatedReplicas
        integerupdatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision. -

        StatefulSetList v1 apps

        +

        StatefulSetList v1 apps

        @@ -10361,11 +12190,14 @@ spec:
        FieldDescription
        metadata
        ListMeta
        Standard list's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
        -

        Write Operations

        -

        Create

        +
      +
      +

      Write Operations

      +
      +

      Create

      create a StatefulSet

      HTTP Request

      -POST /apis/apps/v1/namespaces/{namespace}/statefulsets +

      POST /apis/apps/v1/namespaces/{namespace}/statefulsets

      Path Parameters

      @@ -10399,10 +12231,12 @@ spec:
      ParameterDescription
      202
      StatefulSet
      Accepted
      -

      Patch

      +
      +
      +

      Patch

      partially update the specified StatefulSet

      HTTP Request

      -PATCH /apis/apps/v1/namespaces/{namespace}/statefulsets/{name} +

      PATCH /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}

      Path Parameters

      @@ -10437,10 +12271,12 @@ spec:
      ParameterDescription
      201
      StatefulSet
      Created
      -

      Replace

      +
      +
      +

      Replace

      replace the specified StatefulSet

      HTTP Request

      -PUT /apis/apps/v1/namespaces/{namespace}/statefulsets/{name} +

      PUT /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}

      Path Parameters

      @@ -10474,10 +12310,12 @@ spec:
      ParameterDescription
      201
      StatefulSet
      Created
      -

      Delete

      +
      +
      +

      Delete

      delete a StatefulSet

      HTTP Request

      -DELETE /apis/apps/v1/namespaces/{namespace}/statefulsets/{name} +

      DELETE /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}

      Path Parameters

      @@ -10512,10 +12350,12 @@ spec:
      ParameterDescription
      202
      Status
      Accepted
      -

      Delete Collection

      +
      +
      +

      Delete Collection

      delete collection of StatefulSet

      HTTP Request

      -DELETE /apis/apps/v1/namespaces/{namespace}/statefulsets +

      DELETE /apis/apps/v1/namespaces/{namespace}/statefulsets

      Path Parameters

      @@ -10556,11 +12396,15 @@ spec:
      ParameterDescription
      200
      Status
      OK
      -

      Read Operations

      -

      Read

      +
      +
      +
      +

      Read Operations

      +
      +

      Read

      read the specified StatefulSet

      HTTP Request

      -GET /apis/apps/v1/namespaces/{namespace}/statefulsets/{name} +

      GET /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}

      Path Parameters

      @@ -10583,10 +12427,12 @@ spec:
      ParameterDescription
      200
      StatefulSet
      OK
      -

      List

      +
      +
      +

      List

      list or watch objects of kind StatefulSet

      HTTP Request

      -GET /apis/apps/v1/namespaces/{namespace}/statefulsets +

      GET /apis/apps/v1/namespaces/{namespace}/statefulsets

      Path Parameters

      @@ -10618,10 +12464,12 @@ spec:
      ParameterDescription
      200
      StatefulSetList
      OK
      -

      List All Namespaces

      +
      +
      +

      List All Namespaces

      list or watch objects of kind StatefulSet

      HTTP Request

      -GET /apis/apps/v1/statefulsets +

      GET /apis/apps/v1/statefulsets

      Query Parameters

      @@ -10646,10 +12494,12 @@ spec:
      ParameterDescription
      200
      StatefulSetList
      OK
      -

      Watch

      +
      +
      +

      Watch

      watch changes to an object of kind StatefulSet. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

      HTTP Request

      -GET /apis/apps/v1/watch/namespaces/{namespace}/statefulsets/{name} +

      GET /apis/apps/v1/watch/namespaces/{namespace}/statefulsets/{name}

      Path Parameters

      @@ -10682,10 +12532,12 @@ spec:
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Watch List

      +
      +
      +

      Watch List

      watch individual changes to a list of StatefulSet. deprecated: use the 'watch' parameter with a list operation instead.

      HTTP Request

      -GET /apis/apps/v1/watch/namespaces/{namespace}/statefulsets +

      GET /apis/apps/v1/watch/namespaces/{namespace}/statefulsets

      Path Parameters

      @@ -10717,10 +12569,12 @@ spec:
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Watch List All Namespaces

      +
      +
      +

      Watch List All Namespaces

      watch individual changes to a list of StatefulSet. deprecated: use the 'watch' parameter with a list operation instead.

      HTTP Request

      -GET /apis/apps/v1/watch/statefulsets +

      GET /apis/apps/v1/watch/statefulsets

      Query Parameters

      @@ -10745,11 +12599,15 @@ spec:
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Status Operations

      -

      Patch Status

      +
      +
      +
      +

      Status Operations

      +
      +

      Patch Status

      partially update status of the specified StatefulSet

      HTTP Request

      -PATCH /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/status +

      PATCH /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/status

      Path Parameters

      @@ -10784,10 +12642,12 @@ spec:
      ParameterDescription
      201
      StatefulSet
      Created
      -

      Read Status

      +
      +
      +

      Read Status

      read status of the specified StatefulSet

      HTTP Request

      -GET /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/status +

      GET /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/status

      Path Parameters

      @@ -10810,10 +12670,12 @@ spec:
      ParameterDescription
      200
      StatefulSet
      OK
      -

      Replace Status

      +
      +
      +

      Replace Status

      replace status of the specified StatefulSet

      HTTP Request

      -PUT /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/status +

      PUT /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/status

      Path Parameters

      @@ -10847,11 +12709,15 @@ spec:
      ParameterDescription
      201
      StatefulSet
      Created
      -

      Misc Operations

      -

      Read Scale

      +
      +
      +
      +

      Misc Operations

      +
      +

      Read Scale

      read scale of the specified StatefulSet

      HTTP Request

      -GET /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/scale +

      GET /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/scale

      Path Parameters

      @@ -10874,10 +12740,12 @@ spec:
      ParameterDescription
      200
      Scale
      OK
      -

      Replace Scale

      +
      +
      +

      Replace Scale

      replace scale of the specified StatefulSet

      HTTP Request

      -PUT /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/scale +

      PUT /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/scale

      Path Parameters

      @@ -10911,10 +12779,12 @@ spec:
      ParameterDescription
      201
      Scale
      Created
      -

      Patch Scale

      +
      +
      +

      Patch Scale

      partially update scale of the specified StatefulSet

      HTTP Request

      -PATCH /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/scale +

      PATCH /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/scale

      Path Parameters

      @@ -10949,10 +12819,14 @@ spec:
      ParameterDescription
      201
      Scale
      Created
      -

      SERVICE APIs

      +
      +
      +
    +
    +

    Service

    Service API resources are responsible for stitching your workloads together into an accessible Loadbalanced Service. By default, -Workloads are only accessible within the cluster, and they must be exposed externally using a either +Workloads are only accessible within the cluster, and they must be exposed externally using a either a *LoadBalancer* or *NodePort* Service. For development, internally accessible Workloads can be accessed via proxy through the api master using the kubectl proxy command.

    @@ -10962,8 +12836,9 @@ Workloads can be accessed via proxy through the api master using the kubec
  • Services for providing a single ip endpoint loadbalanced across multiple Workload replicas.
  • Ingress for providing a https(s) endpoint http(s) routed to one or more *Services*.
  • -
    -

    Endpoints v1 core

    +
    +
    +

    Endpoints v1 core

    @@ -10984,7 +12859,8 @@ Workloads can be accessed via proxy through the api master using the kubec
    GroupVersionKind
    subsets
    EndpointSubset array
    The set of all endpoints is the union of all subsets. Addresses are placed into subsets according to the IPs they share. A single address with multiple ports, some of which are ready and some of which are not (because they come from different containers) will result in the address being displayed in different subsets for the different ports. No address will appear in both Addresses and NotReadyAddresses in the same subset. Sets of addresses and ports that comprise a service.
    -

    EndpointsList v1 core

    +
    +

    EndpointsList v1 core

    @@ -10994,11 +12870,14 @@ Workloads can be accessed via proxy through the api master using the kubec
    FieldDescription
    metadata
    ListMeta
    Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
    -

    Write Operations

    -

    Create

    +
    +
    +

    Write Operations

    +
    +

    Create

    create Endpoints

    HTTP Request

    -POST /api/v1/namespaces/{namespace}/endpoints +

    POST /api/v1/namespaces/{namespace}/endpoints

    Path Parameters

    @@ -11032,10 +12911,12 @@ Workloads can be accessed via proxy through the api master using the kubec
    ParameterDescription
    202
    Endpoints
    Accepted
    -

    Patch

    +
    +
    +

    Patch

    partially update the specified Endpoints

    HTTP Request

    -PATCH /api/v1/namespaces/{namespace}/endpoints/{name} +

    PATCH /api/v1/namespaces/{namespace}/endpoints/{name}

    Path Parameters

    @@ -11070,10 +12951,12 @@ Workloads can be accessed via proxy through the api master using the kubec
    ParameterDescription
    201
    Endpoints
    Created
    -

    Replace

    +
    +
    +

    Replace

    replace the specified Endpoints

    HTTP Request

    -PUT /api/v1/namespaces/{namespace}/endpoints/{name} +

    PUT /api/v1/namespaces/{namespace}/endpoints/{name}

    Path Parameters

    @@ -11107,10 +12990,12 @@ Workloads can be accessed via proxy through the api master using the kubec
    ParameterDescription
    201
    Endpoints
    Created
    -

    Delete

    +
    +
    +

    Delete

    delete Endpoints

    HTTP Request

    -DELETE /api/v1/namespaces/{namespace}/endpoints/{name} +

    DELETE /api/v1/namespaces/{namespace}/endpoints/{name}

    Path Parameters

    @@ -11145,10 +13030,12 @@ Workloads can be accessed via proxy through the api master using the kubec
    ParameterDescription
    202
    Status
    Accepted
    -

    Delete Collection

    +
    +
    +

    Delete Collection

    delete collection of Endpoints

    HTTP Request

    -DELETE /api/v1/namespaces/{namespace}/endpoints +

    DELETE /api/v1/namespaces/{namespace}/endpoints

    Path Parameters

    @@ -11189,11 +13076,15 @@ Workloads can be accessed via proxy through the api master using the kubec
    ParameterDescription
    200
    Status
    OK
    -

    Read Operations

    -

    Read

    +
    +
    +
    +

    Read Operations

    +
    +

    Read

    read the specified Endpoints

    HTTP Request

    -GET /api/v1/namespaces/{namespace}/endpoints/{name} +

    GET /api/v1/namespaces/{namespace}/endpoints/{name}

    Path Parameters

    @@ -11216,10 +13107,12 @@ Workloads can be accessed via proxy through the api master using the kubec
    ParameterDescription
    200
    Endpoints
    OK
    -

    List

    +
    +
    +

    List

    list or watch objects of kind Endpoints

    HTTP Request

    -GET /api/v1/namespaces/{namespace}/endpoints +

    GET /api/v1/namespaces/{namespace}/endpoints

    Path Parameters

    @@ -11251,10 +13144,12 @@ Workloads can be accessed via proxy through the api master using the kubec
    ParameterDescription
    200
    EndpointsList
    OK
    -

    List All Namespaces

    +
    +
    +

    List All Namespaces

    list or watch objects of kind Endpoints

    HTTP Request

    -GET /api/v1/endpoints +

    GET /api/v1/endpoints

    Query Parameters

    @@ -11279,10 +13174,12 @@ Workloads can be accessed via proxy through the api master using the kubec
    ParameterDescription
    200
    EndpointsList
    OK
    -

    Watch

    +
    +
    +

    Watch

    watch changes to an object of kind Endpoints. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

    HTTP Request

    -GET /api/v1/watch/namespaces/{namespace}/endpoints/{name} +

    GET /api/v1/watch/namespaces/{namespace}/endpoints/{name}

    Path Parameters

    @@ -11315,10 +13212,12 @@ Workloads can be accessed via proxy through the api master using the kubec
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List

    +
    +
    +

    Watch List

    watch individual changes to a list of Endpoints. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /api/v1/watch/namespaces/{namespace}/endpoints +

    GET /api/v1/watch/namespaces/{namespace}/endpoints

    Path Parameters

    @@ -11350,10 +13249,12 @@ Workloads can be accessed via proxy through the api master using the kubec
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List All Namespaces

    +
    +
    +

    Watch List All Namespaces

    watch individual changes to a list of Endpoints. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /api/v1/watch/endpoints +

    GET /api/v1/watch/endpoints

    Query Parameters

    @@ -11378,7 +13279,11 @@ Workloads can be accessed via proxy through the api master using the kubec
    ParameterDescription
    200
    WatchEvent
    OK
    -

    EndpointSlice v1 discovery.k8s.io

    +
    +
    +
    +
    +

    EndpointSlice v1 discovery.k8s.io

    @@ -11401,7 +13306,8 @@ Workloads can be accessed via proxy through the api master using the kubec
    GroupVersionKind
    ports
    EndpointPort array
    ports specifies the list of network ports exposed by each endpoint in this slice. Each port must have a unique name. When ports is empty, it indicates that there are no defined ports. When a port is defined with a nil port value, it indicates "all ports". Each slice may include a maximum of 100 ports.
    -

    EndpointSliceList v1 discovery

    +
    +

    EndpointSliceList v1 discovery

    @@ -11411,11 +13317,14 @@ Workloads can be accessed via proxy through the api master using the kubec
    FieldDescription
    metadata
    ListMeta
    Standard list metadata.
    -

    Write Operations

    -

    Create

    +
    +
    +

    Write Operations

    +
    +

    Create

    create an EndpointSlice

    HTTP Request

    -POST /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices +

    POST /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices

    Path Parameters

    @@ -11449,10 +13358,12 @@ Workloads can be accessed via proxy through the api master using the kubec
    ParameterDescription
    202
    EndpointSlice
    Accepted
    -

    Patch

    +
    +
    +

    Patch

    partially update the specified EndpointSlice

    HTTP Request

    -PATCH /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices/{name} +

    PATCH /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices/{name}

    Path Parameters

    @@ -11487,10 +13398,12 @@ Workloads can be accessed via proxy through the api master using the kubec
    ParameterDescription
    201
    EndpointSlice
    Created
    -

    Replace

    +
    +
    +

    Replace

    replace the specified EndpointSlice

    HTTP Request

    -PUT /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices/{name} +

    PUT /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices/{name}

    Path Parameters

    @@ -11524,10 +13437,12 @@ Workloads can be accessed via proxy through the api master using the kubec
    ParameterDescription
    201
    EndpointSlice
    Created
    -

    Delete

    +
    +
    +

    Delete

    delete an EndpointSlice

    HTTP Request

    -DELETE /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices/{name} +

    DELETE /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices/{name}

    Path Parameters

    @@ -11562,10 +13477,12 @@ Workloads can be accessed via proxy through the api master using the kubec
    ParameterDescription
    202
    Status
    Accepted
    -

    Delete Collection

    +
    +
    +

    Delete Collection

    delete collection of EndpointSlice

    HTTP Request

    -DELETE /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices +

    DELETE /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices

    Path Parameters

    @@ -11606,11 +13523,15 @@ Workloads can be accessed via proxy through the api master using the kubec
    ParameterDescription
    200
    Status
    OK
    -

    Read Operations

    -

    Read

    +
    +
    +
    +

    Read Operations

    +
    +

    Read

    read the specified EndpointSlice

    HTTP Request

    -GET /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices/{name} +

    GET /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices/{name}

    Path Parameters

    @@ -11633,10 +13554,12 @@ Workloads can be accessed via proxy through the api master using the kubec
    ParameterDescription
    200
    EndpointSlice
    OK
    -

    List

    +
    +
    +

    List

    list or watch objects of kind EndpointSlice

    HTTP Request

    -GET /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices +

    GET /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices

    Path Parameters

    @@ -11668,10 +13591,12 @@ Workloads can be accessed via proxy through the api master using the kubec
    ParameterDescription
    200
    EndpointSliceList
    OK
    -

    List All Namespaces

    +
    +
    +

    List All Namespaces

    list or watch objects of kind EndpointSlice

    HTTP Request

    -GET /apis/discovery.k8s.io/v1/endpointslices +

    GET /apis/discovery.k8s.io/v1/endpointslices

    Query Parameters

    @@ -11696,10 +13621,12 @@ Workloads can be accessed via proxy through the api master using the kubec
    ParameterDescription
    200
    EndpointSliceList
    OK
    -

    Watch

    +
    +
    +

    Watch

    watch changes to an object of kind EndpointSlice. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

    HTTP Request

    -GET /apis/discovery.k8s.io/v1/watch/namespaces/{namespace}/endpointslices/{name} +

    GET /apis/discovery.k8s.io/v1/watch/namespaces/{namespace}/endpointslices/{name}

    Path Parameters

    @@ -11732,10 +13659,12 @@ Workloads can be accessed via proxy through the api master using the kubec
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List

    +
    +
    +

    Watch List

    watch individual changes to a list of EndpointSlice. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /apis/discovery.k8s.io/v1/watch/namespaces/{namespace}/endpointslices +

    GET /apis/discovery.k8s.io/v1/watch/namespaces/{namespace}/endpointslices

    Path Parameters

    @@ -11767,10 +13696,12 @@ Workloads can be accessed via proxy through the api master using the kubec
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List All Namespaces

    +
    +
    +

    Watch List All Namespaces

    watch individual changes to a list of EndpointSlice. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /apis/discovery.k8s.io/v1/watch/endpointslices +

    GET /apis/discovery.k8s.io/v1/watch/endpointslices

    Query Parameters

    @@ -11795,7 +13726,11 @@ Workloads can be accessed via proxy through the api master using the kubec
    ParameterDescription
    200
    WatchEvent
    OK
    -

    ClusterCIDR v1alpha1 networking.k8s.io

    +
    +
    +
    +
    +

    ClusterCIDR v1alpha1 networking.k8s.io

    @@ -11816,7 +13751,8 @@ Workloads can be accessed via proxy through the api master using the kubec
    GroupVersionKind
    spec
    ClusterCIDRSpec
    spec is the desired state of the ClusterCIDR. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
    -

    ClusterCIDRSpec v1alpha1 networking

    +
    +

    ClusterCIDRSpec v1alpha1 networking

    Appears In:
    • ClusterCIDR [networking/v1alpha1]
    • @@ -11831,7 +13767,7 @@ Workloads can be accessed via proxy through the api master using the kubec perNodeHostBits
      integerperNodeHostBits defines the number of host bits to be configured per node. A subnet mask determines how much of the address is used for network bits and host bits. For example an IPv4 address of 192.168.0.0/24, splits the address into 24 bits for the network portion and 8 bits for the host portion. To allocate 256 IPs, set this field to 8 (a /24 mask for IPv4 or a /120 for IPv6). Minimum value is 4 (16 IPs). This field is immutable. -

      ClusterCIDRList v1alpha1 networking

      +

      ClusterCIDRList v1alpha1 networking

      @@ -11841,11 +13777,14 @@ Workloads can be accessed via proxy through the api master using the kubec
      FieldDescription
      metadata
      ListMeta
      Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
      -

      Write Operations

      -

      Create

      +
    +
    +

    Write Operations

    +
    +

    Create

    create a ClusterCIDR

    HTTP Request

    -POST /apis/networking.k8s.io/v1alpha1/clustercidrs +

    POST /apis/networking.k8s.io/v1alpha1/clustercidrs

    Query Parameters

    @@ -11872,10 +13811,12 @@ Workloads can be accessed via proxy through the api master using the kubec
    ParameterDescription
    202
    ClusterCIDR
    Accepted
    -

    Patch

    +
    +
    +

    Patch

    partially update the specified ClusterCIDR

    HTTP Request

    -PATCH /apis/networking.k8s.io/v1alpha1/clustercidrs/{name} +

    PATCH /apis/networking.k8s.io/v1alpha1/clustercidrs/{name}

    Path Parameters

    @@ -11909,10 +13850,12 @@ Workloads can be accessed via proxy through the api master using the kubec
    ParameterDescription
    201
    ClusterCIDR
    Created
    -

    Replace

    +
    +
    +

    Replace

    replace the specified ClusterCIDR

    HTTP Request

    -PUT /apis/networking.k8s.io/v1alpha1/clustercidrs/{name} +

    PUT /apis/networking.k8s.io/v1alpha1/clustercidrs/{name}

    Path Parameters

    @@ -11945,10 +13888,12 @@ Workloads can be accessed via proxy through the api master using the kubec
    ParameterDescription
    201
    ClusterCIDR
    Created
    -

    Delete

    +
    +
    +

    Delete

    delete a ClusterCIDR

    HTTP Request

    -DELETE /apis/networking.k8s.io/v1alpha1/clustercidrs/{name} +

    DELETE /apis/networking.k8s.io/v1alpha1/clustercidrs/{name}

    Path Parameters

    @@ -11982,10 +13927,12 @@ Workloads can be accessed via proxy through the api master using the kubec
    ParameterDescription
    202
    Status
    Accepted
    -

    Delete Collection

    +
    +
    +

    Delete Collection

    delete collection of ClusterCIDR

    HTTP Request

    -DELETE /apis/networking.k8s.io/v1alpha1/clustercidrs +

    DELETE /apis/networking.k8s.io/v1alpha1/clustercidrs

    Query Parameters

    @@ -12019,11 +13966,15 @@ Workloads can be accessed via proxy through the api master using the kubec
    ParameterDescription
    200
    Status
    OK
    -

    Read Operations

    -

    Read

    +
    +
    +
    +

    Read Operations

    +
    +

    Read

    read the specified ClusterCIDR

    HTTP Request

    -GET /apis/networking.k8s.io/v1alpha1/clustercidrs/{name} +

    GET /apis/networking.k8s.io/v1alpha1/clustercidrs/{name}

    Path Parameters

    @@ -12045,10 +13996,12 @@ Workloads can be accessed via proxy through the api master using the kubec
    ParameterDescription
    200
    ClusterCIDR
    OK
    -

    List

    +
    +
    +

    List

    list or watch objects of kind ClusterCIDR

    HTTP Request

    -GET /apis/networking.k8s.io/v1alpha1/clustercidrs +

    GET /apis/networking.k8s.io/v1alpha1/clustercidrs

    Query Parameters

    @@ -12073,10 +14026,12 @@ Workloads can be accessed via proxy through the api master using the kubec
    ParameterDescription
    200
    ClusterCIDRList
    OK
    -

    Watch

    +
    +
    +

    Watch

    watch changes to an object of kind ClusterCIDR. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

    HTTP Request

    -GET /apis/networking.k8s.io/v1alpha1/watch/clustercidrs/{name} +

    GET /apis/networking.k8s.io/v1alpha1/watch/clustercidrs/{name}

    Path Parameters

    @@ -12108,10 +14063,12 @@ Workloads can be accessed via proxy through the api master using the kubec
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List

    +
    +
    +

    Watch List

    watch individual changes to a list of ClusterCIDR. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /apis/networking.k8s.io/v1alpha1/watch/clustercidrs +

    GET /apis/networking.k8s.io/v1alpha1/watch/clustercidrs

    Query Parameters

    @@ -12136,7 +14093,11 @@ Workloads can be accessed via proxy through the api master using the kubec
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Ingress v1 networking.k8s.io

    +
    +
    +
    +
    +

    Ingress v1 networking.k8s.io

    @@ -12158,7 +14119,8 @@ Workloads can be accessed via proxy through the api master using the kubec
    GroupVersionKind
    status
    IngressStatus
    status is the current state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
    -

    IngressSpec v1 networking

    +
    +

    IngressSpec v1 networking

    Appears In:
    • Ingress [networking/v1]
    • @@ -12173,7 +14135,7 @@ Workloads can be accessed via proxy through the api master using the kubec tls
      IngressTLS arraytls represents the TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI. -

      IngressStatus v1 networking

      +

      IngressStatus v1 networking

      Appears In:
      • Ingress [networking/v1]
      • @@ -12185,7 +14147,7 @@ Workloads can be accessed via proxy through the api master using the kubec loadBalancer
        IngressLoadBalancerStatusloadBalancer contains the current status of the load-balancer. -

        IngressList v1 networking

        +

        IngressList v1 networking

        @@ -12195,11 +14157,14 @@ Workloads can be accessed via proxy through the api master using the kubec
        FieldDescription
        metadata
        ListMeta
        Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
        -

        Write Operations

        -

        Create

        +
      +
      +

      Write Operations

      +
      +

      Create

      create an Ingress

      HTTP Request

      -POST /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses +

      POST /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses

      Path Parameters

      @@ -12233,10 +14198,12 @@ Workloads can be accessed via proxy through the api master using the kubec
      ParameterDescription
      202
      Ingress
      Accepted
      -

      Patch

      +
      +
      +

      Patch

      partially update the specified Ingress

      HTTP Request

      -PATCH /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name} +

      PATCH /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}

      Path Parameters

      @@ -12271,10 +14238,12 @@ Workloads can be accessed via proxy through the api master using the kubec
      ParameterDescription
      201
      Ingress
      Created
      -

      Replace

      +
      +
      +

      Replace

      replace the specified Ingress

      HTTP Request

      -PUT /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name} +

      PUT /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}

      Path Parameters

      @@ -12308,10 +14277,12 @@ Workloads can be accessed via proxy through the api master using the kubec
      ParameterDescription
      201
      Ingress
      Created
      -

      Delete

      +
      +
      +

      Delete

      delete an Ingress

      HTTP Request

      -DELETE /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name} +

      DELETE /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}

      Path Parameters

      @@ -12346,10 +14317,12 @@ Workloads can be accessed via proxy through the api master using the kubec
      ParameterDescription
      202
      Status
      Accepted
      -

      Delete Collection

      +
      +
      +

      Delete Collection

      delete collection of Ingress

      HTTP Request

      -DELETE /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses +

      DELETE /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses

      Path Parameters

      @@ -12390,11 +14363,15 @@ Workloads can be accessed via proxy through the api master using the kubec
      ParameterDescription
      200
      Status
      OK
      -

      Read Operations

      -

      Read

      +
      +
      +
      +

      Read Operations

      +
      +

      Read

      read the specified Ingress

      HTTP Request

      -GET /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name} +

      GET /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}

      Path Parameters

      @@ -12417,10 +14394,12 @@ Workloads can be accessed via proxy through the api master using the kubec
      ParameterDescription
      200
      Ingress
      OK
      -

      List

      +
      +
      +

      List

      list or watch objects of kind Ingress

      HTTP Request

      -GET /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses +

      GET /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses

      Path Parameters

      @@ -12452,10 +14431,12 @@ Workloads can be accessed via proxy through the api master using the kubec
      ParameterDescription
      200
      IngressList
      OK
      -

      List All Namespaces

      +
      +
      +

      List All Namespaces

      list or watch objects of kind Ingress

      HTTP Request

      -GET /apis/networking.k8s.io/v1/ingresses +

      GET /apis/networking.k8s.io/v1/ingresses

      Query Parameters

      @@ -12480,10 +14461,12 @@ Workloads can be accessed via proxy through the api master using the kubec
      ParameterDescription
      200
      IngressList
      OK
      -

      Watch

      +
      +
      +

      Watch

      watch changes to an object of kind Ingress. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

      HTTP Request

      -GET /apis/networking.k8s.io/v1/watch/namespaces/{namespace}/ingresses/{name} +

      GET /apis/networking.k8s.io/v1/watch/namespaces/{namespace}/ingresses/{name}

      Path Parameters

      @@ -12516,10 +14499,12 @@ Workloads can be accessed via proxy through the api master using the kubec
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Watch List

      +
      +
      +

      Watch List

      watch individual changes to a list of Ingress. deprecated: use the 'watch' parameter with a list operation instead.

      HTTP Request

      -GET /apis/networking.k8s.io/v1/watch/namespaces/{namespace}/ingresses +

      GET /apis/networking.k8s.io/v1/watch/namespaces/{namespace}/ingresses

      Path Parameters

      @@ -12551,10 +14536,12 @@ Workloads can be accessed via proxy through the api master using the kubec
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Watch List All Namespaces

      +
      +
      +

      Watch List All Namespaces

      watch individual changes to a list of Ingress. deprecated: use the 'watch' parameter with a list operation instead.

      HTTP Request

      -GET /apis/networking.k8s.io/v1/watch/ingresses +

      GET /apis/networking.k8s.io/v1/watch/ingresses

      Query Parameters

      @@ -12579,11 +14566,15 @@ Workloads can be accessed via proxy through the api master using the kubec
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Status Operations

      -

      Patch Status

      +
      +
      +
      +

      Status Operations

      +
      +

      Patch Status

      partially update status of the specified Ingress

      HTTP Request

      -PATCH /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}/status +

      PATCH /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}/status

      Path Parameters

      @@ -12618,10 +14609,12 @@ Workloads can be accessed via proxy through the api master using the kubec
      ParameterDescription
      201
      Ingress
      Created
      -

      Read Status

      +
      +
      +

      Read Status

      read status of the specified Ingress

      HTTP Request

      -GET /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}/status +

      GET /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}/status

      Path Parameters

      @@ -12644,10 +14637,12 @@ Workloads can be accessed via proxy through the api master using the kubec
      ParameterDescription
      200
      Ingress
      OK
      -

      Replace Status

      +
      +
      +

      Replace Status

      replace status of the specified Ingress

      HTTP Request

      -PUT /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}/status +

      PUT /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}/status

      Path Parameters

      @@ -12681,7 +14676,11 @@ Workloads can be accessed via proxy through the api master using the kubec
      ParameterDescription
      201
      Ingress
      Created
      -

      IngressClass v1 networking.k8s.io

      +
      +
      +
    +
    +

    IngressClass v1 networking.k8s.io

    @@ -12702,7 +14701,8 @@ Workloads can be accessed via proxy through the api master using the kubec
    GroupVersionKind
    spec
    IngressClassSpec
    spec is the desired state of the IngressClass. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
    -

    IngressClassSpec v1 networking

    +
    +

    IngressClassSpec v1 networking

    Appears In:
    • IngressClass [networking/v1]
    • @@ -12715,7 +14715,7 @@ Workloads can be accessed via proxy through the api master using the kubec parameters
      IngressClassParametersReferenceparameters is a link to a custom resource containing additional configuration for the controller. This is optional if the controller does not require extra parameters. -

      IngressClassList v1 networking

      +

      IngressClassList v1 networking

      @@ -12725,11 +14725,14 @@ Workloads can be accessed via proxy through the api master using the kubec
      FieldDescription
      metadata
      ListMeta
      Standard list metadata.
      -

      Write Operations

      -

      Create

      +
    +
    +

    Write Operations

    +
    +

    Create

    create an IngressClass

    HTTP Request

    -POST /apis/networking.k8s.io/v1/ingressclasses +

    POST /apis/networking.k8s.io/v1/ingressclasses

    Query Parameters

    @@ -12756,10 +14759,12 @@ Workloads can be accessed via proxy through the api master using the kubec
    ParameterDescription
    202
    IngressClass
    Accepted
    -

    Patch

    +
    +
    +

    Patch

    partially update the specified IngressClass

    HTTP Request

    -PATCH /apis/networking.k8s.io/v1/ingressclasses/{name} +

    PATCH /apis/networking.k8s.io/v1/ingressclasses/{name}

    Path Parameters

    @@ -12793,10 +14798,12 @@ Workloads can be accessed via proxy through the api master using the kubec
    ParameterDescription
    201
    IngressClass
    Created
    -

    Replace

    +
    +
    +

    Replace

    replace the specified IngressClass

    HTTP Request

    -PUT /apis/networking.k8s.io/v1/ingressclasses/{name} +

    PUT /apis/networking.k8s.io/v1/ingressclasses/{name}

    Path Parameters

    @@ -12829,10 +14836,12 @@ Workloads can be accessed via proxy through the api master using the kubec
    ParameterDescription
    201
    IngressClass
    Created
    -

    Delete

    +
    +
    +

    Delete

    delete an IngressClass

    HTTP Request

    -DELETE /apis/networking.k8s.io/v1/ingressclasses/{name} +

    DELETE /apis/networking.k8s.io/v1/ingressclasses/{name}

    Path Parameters

    @@ -12866,10 +14875,12 @@ Workloads can be accessed via proxy through the api master using the kubec
    ParameterDescription
    202
    Status
    Accepted
    -

    Delete Collection

    +
    +
    +

    Delete Collection

    delete collection of IngressClass

    HTTP Request

    -DELETE /apis/networking.k8s.io/v1/ingressclasses +

    DELETE /apis/networking.k8s.io/v1/ingressclasses

    Query Parameters

    @@ -12903,11 +14914,15 @@ Workloads can be accessed via proxy through the api master using the kubec
    ParameterDescription
    200
    Status
    OK
    -

    Read Operations

    -

    Read

    +
    +
    +
    +

    Read Operations

    +
    +

    Read

    read the specified IngressClass

    HTTP Request

    -GET /apis/networking.k8s.io/v1/ingressclasses/{name} +

    GET /apis/networking.k8s.io/v1/ingressclasses/{name}

    Path Parameters

    @@ -12929,10 +14944,12 @@ Workloads can be accessed via proxy through the api master using the kubec
    ParameterDescription
    200
    IngressClass
    OK
    -

    List

    +
    +
    +

    List

    list or watch objects of kind IngressClass

    HTTP Request

    -GET /apis/networking.k8s.io/v1/ingressclasses +

    GET /apis/networking.k8s.io/v1/ingressclasses

    Query Parameters

    @@ -12957,10 +14974,12 @@ Workloads can be accessed via proxy through the api master using the kubec
    ParameterDescription
    200
    IngressClassList
    OK
    -

    Watch

    +
    +
    +

    Watch

    watch changes to an object of kind IngressClass. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

    HTTP Request

    -GET /apis/networking.k8s.io/v1/watch/ingressclasses/{name} +

    GET /apis/networking.k8s.io/v1/watch/ingressclasses/{name}

    Path Parameters

    @@ -12992,10 +15011,12 @@ Workloads can be accessed via proxy through the api master using the kubec
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List

    +
    +
    +

    Watch List

    watch individual changes to a list of IngressClass. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /apis/networking.k8s.io/v1/watch/ingressclasses +

    GET /apis/networking.k8s.io/v1/watch/ingressclasses

    Query Parameters

    @@ -13020,16 +15041,22 @@ Workloads can be accessed via proxy through the api master using the kubec
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Service v1 core

    +
    +
    +
    +
    +

    Service v1 core

    +
    +

    + aria-expanded="false">show example +

    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.
    -
    
    -kind: Service
    +
    kind: Service
     apiVersion: v1
     metadata:
       # Unique key of the Service instance
    @@ -13047,9 +15074,8 @@ spec:
       # Create an HA proxy in the cloud provider
       # with an External IP address - *Only supported
       # by some cloud providers*
    -  type: LoadBalancer
    -
    -
    + type: LoadBalancer
    +
    @@ -13071,7 +15097,8 @@ spec:
    GroupVersionKind
    status
    ServiceStatus
    Most recently observed status of the service. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
    -

    ServiceSpec v1 core

    +
    +

    ServiceSpec v1 core

    Appears In:
    • Service [core/v1]
    • @@ -13101,7 +15128,7 @@ spec: type
      stringtype determines how the Service is exposed. Defaults to ClusterIP. Valid options are ExternalName, ClusterIP, NodePort, and LoadBalancer. "ClusterIP" allocates a cluster-internal IP address for load-balancing to endpoints. Endpoints are determined by the selector or if that is not specified, by manual construction of an Endpoints object or EndpointSlice objects. If clusterIP is "None", no virtual IP is allocated and the endpoints are published as a set of endpoints rather than a virtual IP. "NodePort" builds on ClusterIP and allocates a port on every node which routes to the same endpoints as the clusterIP. "LoadBalancer" builds on NodePort and creates an external load-balancer (if supported in the current cloud) which routes to the same endpoints as the clusterIP. "ExternalName" aliases this service to the specified externalName. Several other fields do not apply to ExternalName services. More info: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types -

      ServiceStatus v1 core

      +

      ServiceStatus v1 core

      Appears In:
      • Service [core/v1]
      • @@ -13114,7 +15141,7 @@ spec: loadBalancer
        LoadBalancerStatusLoadBalancer contains the current status of the load-balancer, if one is present. -

        ServiceList v1 core

        +

        ServiceList v1 core

        @@ -13124,8 +15151,11 @@ spec:
        FieldDescription
        metadata
        ListMeta
        Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
        -

        Write Operations

        -

        Create

        +
      +
      +

      Write Operations

      +
      +

      Create

      @@ -13136,8 +15166,7 @@ spec:
      kubectl command
      -
      
      -$ echo 'kind: Service
      +
      $ echo 'kind: Service
       apiVersion: v1
       metadata:
         name: service-example
      @@ -13149,14 +15178,12 @@ spec:
         selector:
             app: nginx
         type: LoadBalancer
      -' | kubectl create -f -
      -
      +' | kubectl create -f -
    curl command (requires kubectl proxy to be running)
    -
    
    -$ kubectl proxy
    +
    $ kubectl proxy
     $ curl -X POST -H 'Content-Type: application/yaml' --data '
     kind: Service
     apiVersion: v1
    @@ -13170,8 +15197,7 @@ spec:
       selector:
           app: nginx
       type: LoadBalancer
    -' http://127.0.0.1:8001/api/v1/namespaces/default/services
    -
    +' http://127.0.0.1:8001/api/v1/namespaces/default/services
    @@ -13182,15 +15208,12 @@ spec:
    Output
    -
    
    -service "service-example" created
    -
    +
    service "service-example" created
    Response Body
    -
    
    -{
    +
    {
       "kind": "Service",
       "apiVersion": "v1",
       "metadata": {
    @@ -13221,11 +15244,10 @@ service "service-example" created
       "status": {
         "loadBalancer": {}
       }
    -}
    -
    +}

    create a Service

    HTTP Request

    -POST /api/v1/namespaces/{namespace}/services +

    POST /api/v1/namespaces/{namespace}/services

    Path Parameters

    @@ -13259,7 +15281,9 @@ service "service-example" created
    ParameterDescription
    202
    Service
    Accepted
    -

    Patch

    + +
    +

    Patch

    @@ -13270,20 +15294,16 @@ service "service-example" created
    kubectl command
    -
    
    -$ kubectl patch service  -p \
    -	'{"spec":{"ports":[{"name":"http","port":80,"targetPort":8080}]}}'
    -
    +
    $ kubectl patch service  -p \
    +	'{"spec":{"ports":[{"name":"http","port":80,"targetPort":8080}]}}'
    curl command (requires kubectl proxy to be running)
    -
    
    -$ kubectl proxy
    +
    $ kubectl proxy
     $ curl -X PATCH -H 'Content-Type: application/strategic-merge-patch+json' --data '
     {"spec":{"ports":[{"name":"http","port":80,"targetPort":8080}]}}' \
    -	'http://127.0.0.1:8001/api/v1/namespaces/default/services/'
    -
    + 'http://127.0.0.1:8001/api/v1/namespaces/default/services/' @@ -13294,15 +15314,12 @@ $ curl -X PATCH -H 'Content-Type: application/strategic-merge-patch+json' --data
    Output
    -
    
    -"" patched
    -
    +
    "" patched
    Response Body
    -
    
    -{
    +
    {
       "kind": "Service",
       "apiVersion": "v1",
       "metadata": {
    @@ -13339,11 +15356,10 @@ $ curl -X PATCH -H 'Content-Type: application/strategic-merge-patch+json' --data
           ]
         }
       }
    -}
    -
    +}

    partially update the specified Service

    HTTP Request

    -PATCH /api/v1/namespaces/{namespace}/services/{name} +

    PATCH /api/v1/namespaces/{namespace}/services/{name}

    Path Parameters

    @@ -13378,7 +15394,9 @@ $ curl -X PATCH -H 'Content-Type: application/strategic-merge-patch+json' --data
    ParameterDescription
    201
    Service
    Created
    -

    Replace

    + +
    +

    Replace

    @@ -13389,8 +15407,7 @@ $ curl -X PATCH -H 'Content-Type: application/strategic-merge-patch+json' --data
    kubectl command
    -
    
    -$ echo 'apiVersion: v1
    +
    $ echo 'apiVersion: v1
     kind: Service
     metadata:
       name: deployment-example
    @@ -13407,14 +15424,12 @@ spec:
         app: nginx
       sessionAffinity: None
       type: LoadBalancer
    -' | kubectl replace -f -
    -
    +' | kubectl replace -f -
    curl command (requires kubectl proxy to be running)
    -
    
    -$ kubectl proxy
    +
    $ kubectl proxy
     $ curl -X PUT -H 'Content-Type: application/yaml' --data '
     apiVersion: v1
     kind: Service
    @@ -13433,8 +15448,7 @@ spec:
         app: nginx
       sessionAffinity: None
       type: LoadBalancer
    -' http://127.0.0.1:8001/api/v1/namespaces/default/services/deployment-example
    -
    +' http://127.0.0.1:8001/api/v1/namespaces/default/services/deployment-example @@ -13445,15 +15459,12 @@ spec:
    Output
    -
    
    -service "deployment-example" replaced
    -
    +
    service "deployment-example" replaced
    Response Body
    -
    
    -{
    +
    {
       "kind": "Service",
       "apiVersion": "v1",
       "metadata": {
    @@ -13490,11 +15501,10 @@ service "deployment-example" replaced
           ]
         }
       }
    -}
    -
    +}

    replace the specified Service

    HTTP Request

    -PUT /api/v1/namespaces/{namespace}/services/{name} +

    PUT /api/v1/namespaces/{namespace}/services/{name}

    Path Parameters

    @@ -13528,7 +15538,9 @@ service "deployment-example" replaced
    ParameterDescription
    201
    Service
    Created
    -

    Delete

    + +
    +

    Delete

    @@ -13539,20 +15551,16 @@ service "deployment-example" replaced
    kubectl command
    -
    
    -$ kubectl delete service deployment-example
    -
    +
    $ kubectl delete service deployment-example
    curl command (requires kubectl proxy to be running)
    -
    
    -$ kubectl proxy
    +
    $ kubectl proxy
     $ curl -X DELETE -H 'Content-Type: application/yaml' --data '
     gracePeriodSeconds: 0
     orphanDependents: false
    -' 'http://127.0.0.1:8001/api/v1/namespaces/default/services/deployment-example'
    -
    +' 'http://127.0.0.1:8001/api/v1/namespaces/default/services/deployment-example' @@ -13563,26 +15571,21 @@ orphanDependents: false
    Output
    -
    
    -service "deployment-example" deleted
    -
    +
    service "deployment-example" deleted
    Response Body
    -
    
    -{
    +
    {
       "kind": "Status",
       "apiVersion": "v1",
       "metadata": {},
       "status": "Success",
       "code": 200
    -}
    -
    -
    +}

    delete a Service

    HTTP Request

    -DELETE /api/v1/namespaces/{namespace}/services/{name} +

    DELETE /api/v1/namespaces/{namespace}/services/{name}

    Path Parameters

    @@ -13617,10 +15620,12 @@ service "deployment-example" deleted
    ParameterDescription
    202
    Service
    Accepted
    -

    Delete Collection

    + +
    +

    Delete Collection

    delete collection of Service

    HTTP Request

    -DELETE /api/v1/namespaces/{namespace}/services +

    DELETE /api/v1/namespaces/{namespace}/services

    Path Parameters

    @@ -13661,8 +15666,12 @@ service "deployment-example" deleted
    ParameterDescription
    200
    Status
    OK
    -

    Read Operations

    -

    Read

    +
    + +
    +

    Read Operations

    +
    +

    Read

    @@ -13673,17 +15682,13 @@ service "deployment-example" deleted
    kubectl command
    -
    
    -$ kubectl get service deployment-example -o json
    -
    +
    $ kubectl get service deployment-example -o json
    curl command (requires kubectl proxy to be running)
    -
    
    -$ kubectl proxy
    -$ curl -X GET http://127.0.0.1:8001/api/v1/namespaces/default/services/deployment-example
    -
    +
    $ kubectl proxy
    +$ curl -X GET http://127.0.0.1:8001/api/v1/namespaces/default/services/deployment-example
    @@ -13694,8 +15699,7 @@ $ curl -X GET http://127.0.0.1:8001/api/v1/namespaces/default/services/deploymen
    Output
    -
    
    -{
    +
    {
       "kind": "Service",
       "apiVersion": "v1",
       "metadata": {
    @@ -13732,14 +15736,12 @@ $ curl -X GET http://127.0.0.1:8001/api/v1/namespaces/default/services/deploymen
           ]
         }
       }
    -}
    -
    +}
    Response Body
    -
    
    -{
    +
    {
       "kind": "Service",
       "apiVersion": "v1",
       "metadata": {
    @@ -13776,11 +15778,10 @@ $ curl -X GET http://127.0.0.1:8001/api/v1/namespaces/default/services/deploymen
           ]
         }
       }
    -}
    -
    +}

    read the specified Service

    HTTP Request

    -GET /api/v1/namespaces/{namespace}/services/{name} +

    GET /api/v1/namespaces/{namespace}/services/{name}

    Path Parameters

    @@ -13803,7 +15804,9 @@ $ curl -X GET http://127.0.0.1:8001/api/v1/namespaces/default/services/deploymen
    ParameterDescription
    200
    Service
    OK
    -

    List

    + +
    +

    List

    @@ -13814,20 +15817,16 @@ $ curl -X GET http://127.0.0.1:8001/api/v1/namespaces/default/services/deploymen
    kubectl command
    -
    
    -$ kubectl get service -o json
    -
    +
    $ kubectl get service -o json
    curl command (requires kubectl proxy to be running)
    -
    
    -$ kubectl proxy
    -$ curl -X GET 'http://127.0.0.1:8001/api/v1/namespaces/default/services'
    -
    +
    $ kubectl proxy
    +$ curl -X GET 'http://127.0.0.1:8001/api/v1/namespaces/default/services'

    list or watch objects of kind Service

    HTTP Request

    -GET /api/v1/namespaces/{namespace}/services +

    GET /api/v1/namespaces/{namespace}/services

    Path Parameters

    @@ -13859,10 +15858,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/namespaces/default/services'
    ParameterDescription
    200
    ServiceList
    OK
    -

    List All Namespaces

    + +
    +

    List All Namespaces

    list or watch objects of kind Service

    HTTP Request

    -GET /api/v1/services +

    GET /api/v1/services

    Query Parameters

    @@ -13887,7 +15888,9 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/namespaces/default/services'
    ParameterDescription
    200
    ServiceList
    OK
    -

    Watch

    +
    +
    +

    Watch

    @@ -13898,17 +15901,13 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/namespaces/default/services'
    kubectl command
    -
    
    -$ kubectl get service deployment-example --watch -o json
    -
    +
    $ kubectl get service deployment-example --watch -o json
    curl command (requires kubectl proxy to be running)
    -
    
    -$ kubectl proxy
    -$ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/deployment-example'
    -
    +
    $ kubectl proxy
    +$ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/deployment-example'
    @@ -13919,8 +15918,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    Output
    -
    
    -{
    +
    {
     	"type": "ADDED",
     	"object": {
     		"kind": "Service",
    @@ -13960,14 +15958,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
     			}
     		}
     	}
    -}
    -
    +}
    Response Body
    -
    
    -{
    +
    {
     	"type": "ADDED",
     	"object": {
     		"kind": "Service",
    @@ -14007,11 +16003,10 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
     			}
     		}
     	}
    -}
    -
    +}

    watch changes to an object of kind Service. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

    HTTP Request

    -GET /api/v1/watch/namespaces/{namespace}/services/{name} +

    GET /api/v1/watch/namespaces/{namespace}/services/{name}

    Path Parameters

    @@ -14044,10 +16039,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List

    + +
    +

    Watch List

    watch individual changes to a list of Service. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /api/v1/watch/namespaces/{namespace}/services +

    GET /api/v1/watch/namespaces/{namespace}/services

    Path Parameters

    @@ -14079,10 +16076,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List All Namespaces

    +
    +
    +

    Watch List All Namespaces

    watch individual changes to a list of Service. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /api/v1/watch/services +

    GET /api/v1/watch/services

    Query Parameters

    @@ -14107,11 +16106,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Status Operations

    -

    Patch Status

    +
    + +
    +

    Status Operations

    +
    +

    Patch Status

    partially update status of the specified Service

    HTTP Request

    -PATCH /api/v1/namespaces/{namespace}/services/{name}/status +

    PATCH /api/v1/namespaces/{namespace}/services/{name}/status

    Path Parameters

    @@ -14146,10 +16149,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    Service
    Created
    -

    Read Status

    +
    +
    +

    Read Status

    read status of the specified Service

    HTTP Request

    -GET /api/v1/namespaces/{namespace}/services/{name}/status +

    GET /api/v1/namespaces/{namespace}/services/{name}/status

    Path Parameters

    @@ -14172,10 +16177,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    Service
    OK
    -

    Replace Status

    +
    +
    +

    Replace Status

    replace status of the specified Service

    HTTP Request

    -PUT /api/v1/namespaces/{namespace}/services/{name}/status +

    PUT /api/v1/namespaces/{namespace}/services/{name}/status

    Path Parameters

    @@ -14209,11 +16216,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    Service
    Created
    -

    Proxy Operations

    -

    Create Connect Proxy

    +
    +
    +
    +

    Proxy Operations

    +
    +

    Create Connect Proxy

    connect POST requests to proxy of Service

    HTTP Request

    -POST /api/v1/namespaces/{namespace}/services/{name}/proxy +

    POST /api/v1/namespaces/{namespace}/services/{name}/proxy

    Path Parameters

    @@ -14236,10 +16247,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    string
    OK
    -

    Create Connect Proxy Path

    +
    +
    +

    Create Connect Proxy Path

    connect POST requests to proxy of Service

    HTTP Request

    -POST /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} +

    POST /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}

    Path Parameters

    @@ -14263,10 +16276,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    string
    OK
    -

    Delete Connect Proxy

    +
    +
    +

    Delete Connect Proxy

    connect DELETE requests to proxy of Service

    HTTP Request

    -DELETE /api/v1/namespaces/{namespace}/services/{name}/proxy +

    DELETE /api/v1/namespaces/{namespace}/services/{name}/proxy

    Path Parameters

    @@ -14289,10 +16304,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    string
    OK
    -

    Delete Connect Proxy Path

    +
    +
    +

    Delete Connect Proxy Path

    connect DELETE requests to proxy of Service

    HTTP Request

    -DELETE /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} +

    DELETE /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}

    Path Parameters

    @@ -14316,10 +16333,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    string
    OK
    -

    Get Connect Proxy

    +
    +
    +

    Get Connect Proxy

    connect GET requests to proxy of Service

    HTTP Request

    -GET /api/v1/namespaces/{namespace}/services/{name}/proxy +

    GET /api/v1/namespaces/{namespace}/services/{name}/proxy

    Path Parameters

    @@ -14342,10 +16361,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    string
    OK
    -

    Get Connect Proxy Path

    +
    +
    +

    Get Connect Proxy Path

    connect GET requests to proxy of Service

    HTTP Request

    -GET /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} +

    GET /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}

    Path Parameters

    @@ -14369,10 +16390,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    string
    OK
    -

    Head Connect Proxy

    +
    +
    +

    Head Connect Proxy

    connect HEAD requests to proxy of Service

    HTTP Request

    -HEAD /api/v1/namespaces/{namespace}/services/{name}/proxy +

    HEAD /api/v1/namespaces/{namespace}/services/{name}/proxy

    Path Parameters

    @@ -14395,10 +16418,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    string
    OK
    -

    Head Connect Proxy Path

    +
    +
    +

    Head Connect Proxy Path

    connect HEAD requests to proxy of Service

    HTTP Request

    -HEAD /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} +

    HEAD /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}

    Path Parameters

    @@ -14422,10 +16447,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    string
    OK
    -

    Replace Connect Proxy

    +
    +
    +

    Replace Connect Proxy

    connect PUT requests to proxy of Service

    HTTP Request

    -PUT /api/v1/namespaces/{namespace}/services/{name}/proxy +

    PUT /api/v1/namespaces/{namespace}/services/{name}/proxy

    Path Parameters

    @@ -14448,10 +16475,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    string
    OK
    -

    Replace Connect Proxy Path

    +
    +
    +

    Replace Connect Proxy Path

    connect PUT requests to proxy of Service

    HTTP Request

    -PUT /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} +

    PUT /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}

    Path Parameters

    @@ -14475,7 +16504,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    string
    OK
    -

    CONFIG & STORAGE

    +
    +
    + +
    +

    Config & Storage

    Config and Storage resources are responsible for injecting data into your applications and persisting data externally to your container.

    @@ -14485,8 +16518,9 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
  • Secrets for providing binary data injected into the application through files
  • Volumes for providing a filesystem external to the Container. Maybe shared across Containers within the same Pod and have a lifetime persisting beyond a Container or Pod.
  • -
    -

    ConfigMap v1 core

    +
    +
    +

    ConfigMap v1 core

    @@ -14509,7 +16543,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    metadata
    ObjectMeta
    Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
    -

    ConfigMapList v1 core

    +
    +

    ConfigMapList v1 core

    @@ -14519,11 +16554,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    FieldDescription
    metadata
    ListMeta
    More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
    -

    Write Operations

    -

    Create

    +
    +
    +

    Write Operations

    +
    +

    Create

    create a ConfigMap

    HTTP Request

    -POST /api/v1/namespaces/{namespace}/configmaps +

    POST /api/v1/namespaces/{namespace}/configmaps

    Path Parameters

    @@ -14557,10 +16595,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    ConfigMap
    Accepted
    -

    Patch

    +
    +
    +

    Patch

    partially update the specified ConfigMap

    HTTP Request

    -PATCH /api/v1/namespaces/{namespace}/configmaps/{name} +

    PATCH /api/v1/namespaces/{namespace}/configmaps/{name}

    Path Parameters

    @@ -14595,10 +16635,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    ConfigMap
    Created
    -

    Replace

    +
    +
    +

    Replace

    replace the specified ConfigMap

    HTTP Request

    -PUT /api/v1/namespaces/{namespace}/configmaps/{name} +

    PUT /api/v1/namespaces/{namespace}/configmaps/{name}

    Path Parameters

    @@ -14632,10 +16674,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    ConfigMap
    Created
    -

    Delete

    +
    +
    +

    Delete

    delete a ConfigMap

    HTTP Request

    -DELETE /api/v1/namespaces/{namespace}/configmaps/{name} +

    DELETE /api/v1/namespaces/{namespace}/configmaps/{name}

    Path Parameters

    @@ -14670,10 +16714,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    Status
    Accepted
    -

    Delete Collection

    +
    +
    +

    Delete Collection

    delete collection of ConfigMap

    HTTP Request

    -DELETE /api/v1/namespaces/{namespace}/configmaps +

    DELETE /api/v1/namespaces/{namespace}/configmaps

    Path Parameters

    @@ -14714,11 +16760,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    Status
    OK
    -

    Read Operations

    -

    Read

    +
    +
    +
    +

    Read Operations

    +
    +

    Read

    read the specified ConfigMap

    HTTP Request

    -GET /api/v1/namespaces/{namespace}/configmaps/{name} +

    GET /api/v1/namespaces/{namespace}/configmaps/{name}

    Path Parameters

    @@ -14741,10 +16791,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    ConfigMap
    OK
    -

    List

    +
    +
    +

    List

    list or watch objects of kind ConfigMap

    HTTP Request

    -GET /api/v1/namespaces/{namespace}/configmaps +

    GET /api/v1/namespaces/{namespace}/configmaps

    Path Parameters

    @@ -14776,10 +16828,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    ConfigMapList
    OK
    -

    List All Namespaces

    +
    +
    +

    List All Namespaces

    list or watch objects of kind ConfigMap

    HTTP Request

    -GET /api/v1/configmaps +

    GET /api/v1/configmaps

    Query Parameters

    @@ -14804,10 +16858,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    ConfigMapList
    OK
    -

    Watch

    +
    +
    +

    Watch

    watch changes to an object of kind ConfigMap. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

    HTTP Request

    -GET /api/v1/watch/namespaces/{namespace}/configmaps/{name} +

    GET /api/v1/watch/namespaces/{namespace}/configmaps/{name}

    Path Parameters

    @@ -14840,10 +16896,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List

    +
    +
    +

    Watch List

    watch individual changes to a list of ConfigMap. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /api/v1/watch/namespaces/{namespace}/configmaps +

    GET /api/v1/watch/namespaces/{namespace}/configmaps

    Path Parameters

    @@ -14875,10 +16933,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List All Namespaces

    +
    +
    +

    Watch List All Namespaces

    watch individual changes to a list of ConfigMap. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /api/v1/watch/configmaps +

    GET /api/v1/watch/configmaps

    Query Parameters

    @@ -14903,7 +16963,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    CSIDriver v1 storage.k8s.io

    +
    +
    +
    +
    +

    CSIDriver v1 storage.k8s.io

    @@ -14924,7 +16988,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    spec
    CSIDriverSpec
    spec represents the specification of the CSI Driver.
    -

    CSIDriverSpec v1 storage

    +
    +

    CSIDriverSpec v1 storage

    Appears In:
    • CSIDriver [storage/v1]
    • @@ -14943,7 +17008,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de volumeLifecycleModes
      string arrayvolumeLifecycleModes defines what kind of volumes this CSI volume driver supports. The default if the list is empty is "Persistent", which is the usage defined by the CSI specification and implemented in Kubernetes via the usual PV/PVC mechanism. The other mode is "Ephemeral". In this mode, volumes are defined inline inside the pod spec with CSIVolumeSource and their lifecycle is tied to the lifecycle of that pod. A driver has to be aware of this because it is only going to get a NodePublishVolume call for such a volume. For more information about implementing this mode, see https://kubernetes-csi.github.io/docs/ephemeral-local-volumes.html A driver can support one or more of these modes and more modes may be added in the future. This field is beta. This field is immutable. -

      CSIDriverList v1 storage

      +

      CSIDriverList v1 storage

      @@ -14953,11 +17018,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      FieldDescription
      metadata
      ListMeta
      Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
      -

      Write Operations

      -

      Create

      +
    +
    +

    Write Operations

    +
    +

    Create

    create a CSIDriver

    HTTP Request

    -POST /apis/storage.k8s.io/v1/csidrivers +

    POST /apis/storage.k8s.io/v1/csidrivers

    Query Parameters

    @@ -14984,10 +17052,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    CSIDriver
    Accepted
    -

    Patch

    +
    +
    +

    Patch

    partially update the specified CSIDriver

    HTTP Request

    -PATCH /apis/storage.k8s.io/v1/csidrivers/{name} +

    PATCH /apis/storage.k8s.io/v1/csidrivers/{name}

    Path Parameters

    @@ -15021,10 +17091,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    CSIDriver
    Created
    -

    Replace

    +
    +
    +

    Replace

    replace the specified CSIDriver

    HTTP Request

    -PUT /apis/storage.k8s.io/v1/csidrivers/{name} +

    PUT /apis/storage.k8s.io/v1/csidrivers/{name}

    Path Parameters

    @@ -15057,10 +17129,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    CSIDriver
    Created
    -

    Delete

    +
    +
    +

    Delete

    delete a CSIDriver

    HTTP Request

    -DELETE /apis/storage.k8s.io/v1/csidrivers/{name} +

    DELETE /apis/storage.k8s.io/v1/csidrivers/{name}

    Path Parameters

    @@ -15094,10 +17168,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    CSIDriver
    Accepted
    -

    Delete Collection

    +
    +
    +

    Delete Collection

    delete collection of CSIDriver

    HTTP Request

    -DELETE /apis/storage.k8s.io/v1/csidrivers +

    DELETE /apis/storage.k8s.io/v1/csidrivers

    Query Parameters

    @@ -15131,11 +17207,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    Status
    OK
    -

    Read Operations

    -

    Read

    +
    +
    +
    +

    Read Operations

    +
    +

    Read

    read the specified CSIDriver

    HTTP Request

    -GET /apis/storage.k8s.io/v1/csidrivers/{name} +

    GET /apis/storage.k8s.io/v1/csidrivers/{name}

    Path Parameters

    @@ -15157,10 +17237,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    CSIDriver
    OK
    -

    List

    +
    +
    +

    List

    list or watch objects of kind CSIDriver

    HTTP Request

    -GET /apis/storage.k8s.io/v1/csidrivers +

    GET /apis/storage.k8s.io/v1/csidrivers

    Query Parameters

    @@ -15185,10 +17267,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    CSIDriverList
    OK
    -

    Watch

    +
    +
    +

    Watch

    watch changes to an object of kind CSIDriver. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

    HTTP Request

    -GET /apis/storage.k8s.io/v1/watch/csidrivers/{name} +

    GET /apis/storage.k8s.io/v1/watch/csidrivers/{name}

    Path Parameters

    @@ -15220,10 +17304,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List

    +
    +
    +

    Watch List

    watch individual changes to a list of CSIDriver. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /apis/storage.k8s.io/v1/watch/csidrivers +

    GET /apis/storage.k8s.io/v1/watch/csidrivers

    Query Parameters

    @@ -15248,7 +17334,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    CSINode v1 storage.k8s.io

    +
    +
    +
    +
    +

    CSINode v1 storage.k8s.io

    @@ -15269,7 +17359,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    spec
    CSINodeSpec
    spec is the specification of CSINode
    -

    CSINodeSpec v1 storage

    +
    +

    CSINodeSpec v1 storage

    Appears In:
    • CSINode [storage/v1]
    • @@ -15281,7 +17372,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de drivers
      CSINodeDriver array
      patch strategy: merge
      patch merge key: namedrivers is a list of information of all CSI Drivers existing on a node. If all drivers in the list are uninstalled, this can become empty. -

      CSINodeList v1 storage

      +

      CSINodeList v1 storage

      @@ -15291,11 +17382,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      FieldDescription
      metadata
      ListMeta
      Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
      -

      Write Operations

      -

      Create

      +
    +
    +

    Write Operations

    +
    +

    Create

    create a CSINode

    HTTP Request

    -POST /apis/storage.k8s.io/v1/csinodes +

    POST /apis/storage.k8s.io/v1/csinodes

    Query Parameters

    @@ -15322,10 +17416,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    CSINode
    Accepted
    -

    Patch

    +
    +
    +

    Patch

    partially update the specified CSINode

    HTTP Request

    -PATCH /apis/storage.k8s.io/v1/csinodes/{name} +

    PATCH /apis/storage.k8s.io/v1/csinodes/{name}

    Path Parameters

    @@ -15359,10 +17455,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    CSINode
    Created
    -

    Replace

    +
    +
    +

    Replace

    replace the specified CSINode

    HTTP Request

    -PUT /apis/storage.k8s.io/v1/csinodes/{name} +

    PUT /apis/storage.k8s.io/v1/csinodes/{name}

    Path Parameters

    @@ -15395,10 +17493,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    CSINode
    Created
    -

    Delete

    +
    +
    +

    Delete

    delete a CSINode

    HTTP Request

    -DELETE /apis/storage.k8s.io/v1/csinodes/{name} +

    DELETE /apis/storage.k8s.io/v1/csinodes/{name}

    Path Parameters

    @@ -15432,10 +17532,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    CSINode
    Accepted
    -

    Delete Collection

    +
    +
    +

    Delete Collection

    delete collection of CSINode

    HTTP Request

    -DELETE /apis/storage.k8s.io/v1/csinodes +

    DELETE /apis/storage.k8s.io/v1/csinodes

    Query Parameters

    @@ -15469,11 +17571,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    Status
    OK
    -

    Read Operations

    -

    Read

    +
    +
    +
    +

    Read Operations

    +
    +

    Read

    read the specified CSINode

    HTTP Request

    -GET /apis/storage.k8s.io/v1/csinodes/{name} +

    GET /apis/storage.k8s.io/v1/csinodes/{name}

    Path Parameters

    @@ -15495,10 +17601,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    CSINode
    OK
    -

    List

    +
    +
    +

    List

    list or watch objects of kind CSINode

    HTTP Request

    -GET /apis/storage.k8s.io/v1/csinodes +

    GET /apis/storage.k8s.io/v1/csinodes

    Query Parameters

    @@ -15523,10 +17631,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    CSINodeList
    OK
    -

    Watch

    +
    +
    +

    Watch

    watch changes to an object of kind CSINode. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

    HTTP Request

    -GET /apis/storage.k8s.io/v1/watch/csinodes/{name} +

    GET /apis/storage.k8s.io/v1/watch/csinodes/{name}

    Path Parameters

    @@ -15558,10 +17668,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List

    +
    +
    +

    Watch List

    watch individual changes to a list of CSINode. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /apis/storage.k8s.io/v1/watch/csinodes +

    GET /apis/storage.k8s.io/v1/watch/csinodes

    Query Parameters

    @@ -15586,7 +17698,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Secret v1 core

    +
    +
    +
    +
    +

    Secret v1 core

    @@ -15610,7 +17726,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    type
    string
    Used to facilitate programmatic handling of secret data. More info: https://kubernetes.io/docs/concepts/configuration/secret/#secret-types
    -

    SecretList v1 core

    +
    +

    SecretList v1 core

    @@ -15620,11 +17737,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    FieldDescription
    metadata
    ListMeta
    Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
    -

    Write Operations

    -

    Create

    +
    +
    +

    Write Operations

    +
    +

    Create

    create a Secret

    HTTP Request

    -POST /api/v1/namespaces/{namespace}/secrets +

    POST /api/v1/namespaces/{namespace}/secrets

    Path Parameters

    @@ -15658,10 +17778,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    Secret
    Accepted
    -

    Patch

    +
    +
    +

    Patch

    partially update the specified Secret

    HTTP Request

    -PATCH /api/v1/namespaces/{namespace}/secrets/{name} +

    PATCH /api/v1/namespaces/{namespace}/secrets/{name}

    Path Parameters

    @@ -15696,10 +17818,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    Secret
    Created
    -

    Replace

    +
    +
    +

    Replace

    replace the specified Secret

    HTTP Request

    -PUT /api/v1/namespaces/{namespace}/secrets/{name} +

    PUT /api/v1/namespaces/{namespace}/secrets/{name}

    Path Parameters

    @@ -15733,10 +17857,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    Secret
    Created
    -

    Delete

    +
    +
    +

    Delete

    delete a Secret

    HTTP Request

    -DELETE /api/v1/namespaces/{namespace}/secrets/{name} +

    DELETE /api/v1/namespaces/{namespace}/secrets/{name}

    Path Parameters

    @@ -15771,10 +17897,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    Status
    Accepted
    -

    Delete Collection

    +
    +
    +

    Delete Collection

    delete collection of Secret

    HTTP Request

    -DELETE /api/v1/namespaces/{namespace}/secrets +

    DELETE /api/v1/namespaces/{namespace}/secrets

    Path Parameters

    @@ -15815,11 +17943,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    Status
    OK
    -

    Read Operations

    -

    Read

    +
    +
    +
    +

    Read Operations

    +
    +

    Read

    read the specified Secret

    HTTP Request

    -GET /api/v1/namespaces/{namespace}/secrets/{name} +

    GET /api/v1/namespaces/{namespace}/secrets/{name}

    Path Parameters

    @@ -15842,10 +17974,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    Secret
    OK
    -

    List

    +
    +
    +

    List

    list or watch objects of kind Secret

    HTTP Request

    -GET /api/v1/namespaces/{namespace}/secrets +

    GET /api/v1/namespaces/{namespace}/secrets

    Path Parameters

    @@ -15877,10 +18011,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    SecretList
    OK
    -

    List All Namespaces

    +
    +
    +

    List All Namespaces

    list or watch objects of kind Secret

    HTTP Request

    -GET /api/v1/secrets +

    GET /api/v1/secrets

    Query Parameters

    @@ -15905,10 +18041,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    SecretList
    OK
    -

    Watch

    +
    +
    +

    Watch

    watch changes to an object of kind Secret. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

    HTTP Request

    -GET /api/v1/watch/namespaces/{namespace}/secrets/{name} +

    GET /api/v1/watch/namespaces/{namespace}/secrets/{name}

    Path Parameters

    @@ -15941,10 +18079,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List

    +
    +
    +

    Watch List

    watch individual changes to a list of Secret. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /api/v1/watch/namespaces/{namespace}/secrets +

    GET /api/v1/watch/namespaces/{namespace}/secrets

    Path Parameters

    @@ -15976,10 +18116,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List All Namespaces

    +
    +
    +

    Watch List All Namespaces

    watch individual changes to a list of Secret. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /api/v1/watch/secrets +

    GET /api/v1/watch/secrets

    Query Parameters

    @@ -16004,7 +18146,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    PersistentVolumeClaim v1 core

    +
    +
    +
    +
    +

    PersistentVolumeClaim v1 core

    @@ -16028,7 +18174,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    status
    PersistentVolumeClaimStatus
    status represents the current information/status of a persistent volume claim. Read-only. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims
    -

    PersistentVolumeClaimSpec v1 core

    +
    +

    PersistentVolumeClaimSpec v1 core

    Appears In:
    • PersistentVolumeClaim [core/v1]
    • @@ -16048,7 +18195,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de volumeName
      stringvolumeName is the binding reference to the PersistentVolume backing this claim. -

      PersistentVolumeClaimStatus v1 core

      +

      PersistentVolumeClaimStatus v1 core

      Appears In:
      • PersistentVolumeClaim [core/v1]
      • @@ -16065,7 +18212,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de phase
        stringphase represents the current phase of PersistentVolumeClaim. -

        PersistentVolumeClaimList v1 core

        +

        PersistentVolumeClaimList v1 core

        @@ -16075,11 +18222,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
        FieldDescription
        metadata
        ListMeta
        Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
        -

        Write Operations

        -

        Create

        +
      +
      +

      Write Operations

      +
      +

      Create

      create a PersistentVolumeClaim

      HTTP Request

      -POST /api/v1/namespaces/{namespace}/persistentvolumeclaims +

      POST /api/v1/namespaces/{namespace}/persistentvolumeclaims

      Path Parameters

      @@ -16113,10 +18263,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      202
      PersistentVolumeClaim
      Accepted
      -

      Patch

      +
      +
      +

      Patch

      partially update the specified PersistentVolumeClaim

      HTTP Request

      -PATCH /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name} +

      PATCH /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}

      Path Parameters

      @@ -16151,10 +18303,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      PersistentVolumeClaim
      Created
      -

      Replace

      +
      +
      +

      Replace

      replace the specified PersistentVolumeClaim

      HTTP Request

      -PUT /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name} +

      PUT /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}

      Path Parameters

      @@ -16188,10 +18342,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      PersistentVolumeClaim
      Created
      -

      Delete

      +
      +
      +

      Delete

      delete a PersistentVolumeClaim

      HTTP Request

      -DELETE /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name} +

      DELETE /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}

      Path Parameters

      @@ -16226,10 +18382,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      202
      PersistentVolumeClaim
      Accepted
      -

      Delete Collection

      +
      +
      +

      Delete Collection

      delete collection of PersistentVolumeClaim

      HTTP Request

      -DELETE /api/v1/namespaces/{namespace}/persistentvolumeclaims +

      DELETE /api/v1/namespaces/{namespace}/persistentvolumeclaims

      Path Parameters

      @@ -16270,11 +18428,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      Status
      OK
      -

      Read Operations

      -

      Read

      +
      +
      +
      +

      Read Operations

      +
      +

      Read

      read the specified PersistentVolumeClaim

      HTTP Request

      -GET /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name} +

      GET /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}

      Path Parameters

      @@ -16297,10 +18459,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      PersistentVolumeClaim
      OK
      -

      List

      +
      +
      +

      List

      list or watch objects of kind PersistentVolumeClaim

      HTTP Request

      -GET /api/v1/namespaces/{namespace}/persistentvolumeclaims +

      GET /api/v1/namespaces/{namespace}/persistentvolumeclaims

      Path Parameters

      @@ -16332,10 +18496,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      PersistentVolumeClaimList
      OK
      -

      List All Namespaces

      +
      +
      +

      List All Namespaces

      list or watch objects of kind PersistentVolumeClaim

      HTTP Request

      -GET /api/v1/persistentvolumeclaims +

      GET /api/v1/persistentvolumeclaims

      Query Parameters

      @@ -16360,10 +18526,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      PersistentVolumeClaimList
      OK
      -

      Watch

      +
      +
      +

      Watch

      watch changes to an object of kind PersistentVolumeClaim. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

      HTTP Request

      -GET /api/v1/watch/namespaces/{namespace}/persistentvolumeclaims/{name} +

      GET /api/v1/watch/namespaces/{namespace}/persistentvolumeclaims/{name}

      Path Parameters

      @@ -16396,10 +18564,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Watch List

      +
      +
      +

      Watch List

      watch individual changes to a list of PersistentVolumeClaim. deprecated: use the 'watch' parameter with a list operation instead.

      HTTP Request

      -GET /api/v1/watch/namespaces/{namespace}/persistentvolumeclaims +

      GET /api/v1/watch/namespaces/{namespace}/persistentvolumeclaims

      Path Parameters

      @@ -16431,10 +18601,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Watch List All Namespaces

      +
      +
      +

      Watch List All Namespaces

      watch individual changes to a list of PersistentVolumeClaim. deprecated: use the 'watch' parameter with a list operation instead.

      HTTP Request

      -GET /api/v1/watch/persistentvolumeclaims +

      GET /api/v1/watch/persistentvolumeclaims

      Query Parameters

      @@ -16459,11 +18631,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Status Operations

      -

      Patch Status

      +
      +
      +
      +

      Status Operations

      +
      +

      Patch Status

      partially update status of the specified PersistentVolumeClaim

      HTTP Request

      -PATCH /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status +

      PATCH /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status

      Path Parameters

      @@ -16498,10 +18674,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      PersistentVolumeClaim
      Created
      -

      Read Status

      +
      +
      +

      Read Status

      read status of the specified PersistentVolumeClaim

      HTTP Request

      -GET /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status +

      GET /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status

      Path Parameters

      @@ -16524,10 +18702,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      PersistentVolumeClaim
      OK
      -

      Replace Status

      +
      +
      +

      Replace Status

      replace status of the specified PersistentVolumeClaim

      HTTP Request

      -PUT /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status +

      PUT /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status

      Path Parameters

      @@ -16561,7 +18741,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      PersistentVolumeClaim
      Created
      -

      StorageClass v1 storage.k8s.io

      +
      +
      +
    +
    +

    StorageClass v1 storage.k8s.io

    @@ -16588,7 +18772,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    volumeBindingMode
    string
    volumeBindingMode indicates how PersistentVolumeClaims should be provisioned and bound. When unset, VolumeBindingImmediate is used. This field is only honored by servers that enable the VolumeScheduling feature.
    -

    StorageClassList v1 storage

    +
    +

    StorageClassList v1 storage

    @@ -16598,11 +18783,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    FieldDescription
    metadata
    ListMeta
    Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
    -

    Write Operations

    -

    Create

    +
    +
    +

    Write Operations

    +
    +

    Create

    create a StorageClass

    HTTP Request

    -POST /apis/storage.k8s.io/v1/storageclasses +

    POST /apis/storage.k8s.io/v1/storageclasses

    Query Parameters

    @@ -16629,10 +18817,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    StorageClass
    Accepted
    -

    Patch

    +
    +
    +

    Patch

    partially update the specified StorageClass

    HTTP Request

    -PATCH /apis/storage.k8s.io/v1/storageclasses/{name} +

    PATCH /apis/storage.k8s.io/v1/storageclasses/{name}

    Path Parameters

    @@ -16666,10 +18856,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    StorageClass
    Created
    -

    Replace

    +
    +
    +

    Replace

    replace the specified StorageClass

    HTTP Request

    -PUT /apis/storage.k8s.io/v1/storageclasses/{name} +

    PUT /apis/storage.k8s.io/v1/storageclasses/{name}

    Path Parameters

    @@ -16702,10 +18894,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    StorageClass
    Created
    -

    Delete

    +
    +
    +

    Delete

    delete a StorageClass

    HTTP Request

    -DELETE /apis/storage.k8s.io/v1/storageclasses/{name} +

    DELETE /apis/storage.k8s.io/v1/storageclasses/{name}

    Path Parameters

    @@ -16739,10 +18933,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    StorageClass
    Accepted
    -

    Delete Collection

    +
    +
    +

    Delete Collection

    delete collection of StorageClass

    HTTP Request

    -DELETE /apis/storage.k8s.io/v1/storageclasses +

    DELETE /apis/storage.k8s.io/v1/storageclasses

    Query Parameters

    @@ -16776,11 +18972,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    Status
    OK
    -

    Read Operations

    -

    Read

    +
    +
    +
    +

    Read Operations

    +
    +

    Read

    read the specified StorageClass

    HTTP Request

    -GET /apis/storage.k8s.io/v1/storageclasses/{name} +

    GET /apis/storage.k8s.io/v1/storageclasses/{name}

    Path Parameters

    @@ -16802,10 +19002,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    StorageClass
    OK
    -

    List

    +
    +
    +

    List

    list or watch objects of kind StorageClass

    HTTP Request

    -GET /apis/storage.k8s.io/v1/storageclasses +

    GET /apis/storage.k8s.io/v1/storageclasses

    Query Parameters

    @@ -16830,10 +19032,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    StorageClassList
    OK
    -

    Watch

    +
    +
    +

    Watch

    watch changes to an object of kind StorageClass. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

    HTTP Request

    -GET /apis/storage.k8s.io/v1/watch/storageclasses/{name} +

    GET /apis/storage.k8s.io/v1/watch/storageclasses/{name}

    Path Parameters

    @@ -16865,10 +19069,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List

    +
    +
    +

    Watch List

    watch individual changes to a list of StorageClass. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /apis/storage.k8s.io/v1/watch/storageclasses +

    GET /apis/storage.k8s.io/v1/watch/storageclasses

    Query Parameters

    @@ -16893,7 +19099,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    CSIStorageCapacity v1 storage.k8s.io

    +
    +
    +
    +
    +

    CSIStorageCapacity v1 storage.k8s.io

    @@ -16917,7 +19127,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    storageClassName
    string
    storageClassName represents the name of the StorageClass that the reported capacity applies to. It must meet the same requirements as the name of a StorageClass object (non-empty, DNS subdomain). If that object no longer exists, the CSIStorageCapacity object is obsolete and should be removed by its creator. This field is immutable.
    -

    CSIStorageCapacityList v1 storage

    +
    +

    CSIStorageCapacityList v1 storage

    @@ -16927,11 +19138,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    FieldDescription
    metadata
    ListMeta
    Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
    -

    Write Operations

    -

    Create

    +
    +
    +

    Write Operations

    +
    +

    Create

    create a CSIStorageCapacity

    HTTP Request

    -POST /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities +

    POST /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities

    Path Parameters

    @@ -16965,10 +19179,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    CSIStorageCapacity
    Accepted
    -

    Patch

    +
    +
    +

    Patch

    partially update the specified CSIStorageCapacity

    HTTP Request

    -PATCH /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities/{name} +

    PATCH /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities/{name}

    Path Parameters

    @@ -17003,10 +19219,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    CSIStorageCapacity
    Created
    -

    Replace

    +
    +
    +

    Replace

    replace the specified CSIStorageCapacity

    HTTP Request

    -PUT /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities/{name} +

    PUT /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities/{name}

    Path Parameters

    @@ -17040,10 +19258,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    CSIStorageCapacity
    Created
    -

    Delete

    +
    +
    +

    Delete

    delete a CSIStorageCapacity

    HTTP Request

    -DELETE /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities/{name} +

    DELETE /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities/{name}

    Path Parameters

    @@ -17078,10 +19298,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    Status
    Accepted
    -

    Delete Collection

    +
    +
    +

    Delete Collection

    delete collection of CSIStorageCapacity

    HTTP Request

    -DELETE /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities +

    DELETE /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities

    Path Parameters

    @@ -17122,11 +19344,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    Status
    OK
    -

    Read Operations

    -

    Read

    +
    +
    +
    +

    Read Operations

    +
    +

    Read

    read the specified CSIStorageCapacity

    HTTP Request

    -GET /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities/{name} +

    GET /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities/{name}

    Path Parameters

    @@ -17149,10 +19375,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    CSIStorageCapacity
    OK
    -

    List

    +
    +
    +

    List

    list or watch objects of kind CSIStorageCapacity

    HTTP Request

    -GET /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities +

    GET /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities

    Path Parameters

    @@ -17184,10 +19412,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    CSIStorageCapacityList
    OK
    -

    List All Namespaces

    +
    +
    +

    List All Namespaces

    list or watch objects of kind CSIStorageCapacity

    HTTP Request

    -GET /apis/storage.k8s.io/v1/csistoragecapacities +

    GET /apis/storage.k8s.io/v1/csistoragecapacities

    Query Parameters

    @@ -17212,10 +19442,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    CSIStorageCapacityList
    OK
    -

    Watch

    +
    +
    +

    Watch

    watch changes to an object of kind CSIStorageCapacity. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

    HTTP Request

    -GET /apis/storage.k8s.io/v1/watch/namespaces/{namespace}/csistoragecapacities/{name} +

    GET /apis/storage.k8s.io/v1/watch/namespaces/{namespace}/csistoragecapacities/{name}

    Path Parameters

    @@ -17248,10 +19480,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List

    +
    +
    +

    Watch List

    watch individual changes to a list of CSIStorageCapacity. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /apis/storage.k8s.io/v1/watch/namespaces/{namespace}/csistoragecapacities +

    GET /apis/storage.k8s.io/v1/watch/namespaces/{namespace}/csistoragecapacities

    Path Parameters

    @@ -17283,10 +19517,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List All Namespaces

    +
    +
    +

    Watch List All Namespaces

    watch individual changes to a list of CSIStorageCapacity. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /apis/storage.k8s.io/v1/watch/csistoragecapacities +

    GET /apis/storage.k8s.io/v1/watch/csistoragecapacities

    Query Parameters

    @@ -17311,7 +19547,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Volume v1 core

    +
    +
    +
    +
    +

    Volume v1 core

    @@ -17358,7 +19598,9 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    vsphereVolume
    VsphereVirtualDiskVolumeSource
    vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
    -

    VolumeAttachment v1 storage.k8s.io

    +
    +
    +

    VolumeAttachment v1 storage.k8s.io

    @@ -17380,7 +19622,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    status
    VolumeAttachmentStatus
    status represents status of the VolumeAttachment request. Populated by the entity completing the attach or detach operation, i.e. the external-attacher.
    -

    VolumeAttachmentSpec v1 storage

    +
    +

    VolumeAttachmentSpec v1 storage

    Appears In:
    • VolumeAttachment [storage/v1]
    • @@ -17394,7 +19637,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de source
      VolumeAttachmentSourcesource represents the volume that should be attached. -

      VolumeAttachmentStatus v1 storage

      +

      VolumeAttachmentStatus v1 storage

      Appears In:
      • VolumeAttachment [storage/v1]
      • @@ -17409,7 +19652,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de detachError
        VolumeErrordetachError represents 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. -

        VolumeAttachmentList v1 storage

        +

        VolumeAttachmentList v1 storage

        @@ -17419,11 +19662,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
        FieldDescription
        metadata
        ListMeta
        Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
        -

        Write Operations

        -

        Create

        +
      +
      +

      Write Operations

      +
      +

      Create

      create a VolumeAttachment

      HTTP Request

      -POST /apis/storage.k8s.io/v1/volumeattachments +

      POST /apis/storage.k8s.io/v1/volumeattachments

      Query Parameters

      @@ -17450,10 +19696,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      202
      VolumeAttachment
      Accepted
      -

      Patch

      +
      +
      +

      Patch

      partially update the specified VolumeAttachment

      HTTP Request

      -PATCH /apis/storage.k8s.io/v1/volumeattachments/{name} +

      PATCH /apis/storage.k8s.io/v1/volumeattachments/{name}

      Path Parameters

      @@ -17487,10 +19735,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      VolumeAttachment
      Created
      -

      Replace

      +
      +
      +

      Replace

      replace the specified VolumeAttachment

      HTTP Request

      -PUT /apis/storage.k8s.io/v1/volumeattachments/{name} +

      PUT /apis/storage.k8s.io/v1/volumeattachments/{name}

      Path Parameters

      @@ -17523,10 +19773,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      VolumeAttachment
      Created
      -

      Delete

      +
      +
      +

      Delete

      delete a VolumeAttachment

      HTTP Request

      -DELETE /apis/storage.k8s.io/v1/volumeattachments/{name} +

      DELETE /apis/storage.k8s.io/v1/volumeattachments/{name}

      Path Parameters

      @@ -17560,10 +19812,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      202
      VolumeAttachment
      Accepted
      -

      Delete Collection

      +
      +
      +

      Delete Collection

      delete collection of VolumeAttachment

      HTTP Request

      -DELETE /apis/storage.k8s.io/v1/volumeattachments +

      DELETE /apis/storage.k8s.io/v1/volumeattachments

      Query Parameters

      @@ -17597,11 +19851,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      Status
      OK
      -

      Read Operations

      -

      Read

      +
      +
      +
      +

      Read Operations

      +
      +

      Read

      read the specified VolumeAttachment

      HTTP Request

      -GET /apis/storage.k8s.io/v1/volumeattachments/{name} +

      GET /apis/storage.k8s.io/v1/volumeattachments/{name}

      Path Parameters

      @@ -17623,10 +19881,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      VolumeAttachment
      OK
      -

      List

      +
      +
      +

      List

      list or watch objects of kind VolumeAttachment

      HTTP Request

      -GET /apis/storage.k8s.io/v1/volumeattachments +

      GET /apis/storage.k8s.io/v1/volumeattachments

      Query Parameters

      @@ -17651,10 +19911,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      VolumeAttachmentList
      OK
      -

      Watch

      +
      +
      +

      Watch

      watch changes to an object of kind VolumeAttachment. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

      HTTP Request

      -GET /apis/storage.k8s.io/v1/watch/volumeattachments/{name} +

      GET /apis/storage.k8s.io/v1/watch/volumeattachments/{name}

      Path Parameters

      @@ -17686,10 +19948,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Watch List

      +
      +
      +

      Watch List

      watch individual changes to a list of VolumeAttachment. deprecated: use the 'watch' parameter with a list operation instead.

      HTTP Request

      -GET /apis/storage.k8s.io/v1/watch/volumeattachments +

      GET /apis/storage.k8s.io/v1/watch/volumeattachments

      Query Parameters

      @@ -17714,11 +19978,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Status Operations

      -

      Patch Status

      +
      +
      +
      +

      Status Operations

      +
      +

      Patch Status

      partially update status of the specified VolumeAttachment

      HTTP Request

      -PATCH /apis/storage.k8s.io/v1/volumeattachments/{name}/status +

      PATCH /apis/storage.k8s.io/v1/volumeattachments/{name}/status

      Path Parameters

      @@ -17752,10 +20020,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      VolumeAttachment
      Created
      -

      Read Status

      +
      +
      +

      Read Status

      read status of the specified VolumeAttachment

      HTTP Request

      -GET /apis/storage.k8s.io/v1/volumeattachments/{name}/status +

      GET /apis/storage.k8s.io/v1/volumeattachments/{name}/status

      Path Parameters

      @@ -17777,10 +20047,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      VolumeAttachment
      OK
      -

      Replace Status

      +
      +
      +

      Replace Status

      replace status of the specified VolumeAttachment

      HTTP Request

      -PUT /apis/storage.k8s.io/v1/volumeattachments/{name}/status +

      PUT /apis/storage.k8s.io/v1/volumeattachments/{name}/status

      Path Parameters

      @@ -17813,7 +20085,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      VolumeAttachment
      Created
      -

      METADATA

      +
      +
      +
    +
    +

    Metadata

    Metadata resources are responsible for configuring behavior of your other Resources within the Cluster.

    @@ -17823,8 +20099,9 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
  • PodDisruptionBudget for configuring how many replicas in a given workload maybe made concurrently unavailable when performing maintenance.
  • Event for notification of resource lifecycle events in the cluster.
  • -
    -

    ClusterTrustBundle v1alpha1 certificates.k8s.io

    +
    +
    +

    ClusterTrustBundle v1alpha1 certificates.k8s.io

    @@ -17845,7 +20122,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    spec
    ClusterTrustBundleSpec
    spec contains the signer (if any) and trust anchors.
    -

    ClusterTrustBundleSpec v1alpha1 certificates

    +
    +

    ClusterTrustBundleSpec v1alpha1 certificates

    Appears In:
    • ClusterTrustBundle [certificates/v1alpha1]
    • @@ -17858,7 +20136,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de trustBundle
      stringtrustBundle contains the individual X.509 trust anchors for this bundle, as PEM bundle of PEM-wrapped, DER-formatted X.509 certificates. The data must consist only of PEM certificate blocks that parse as valid X.509 certificates. Each certificate must include a basic constraints extension with the CA bit set. The API server will reject objects that contain duplicate certificates, or that use PEM block headers. Users of ClusterTrustBundles, including Kubelet, are free to reorder and deduplicate certificate blocks in this file according to their own logic, as well as to drop PEM block headers and inter-block data. -

      ClusterTrustBundleList v1alpha1 certificates

      +

      ClusterTrustBundleList v1alpha1 certificates

      @@ -17868,11 +20146,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      FieldDescription
      metadata
      ListMeta
      metadata contains the list metadata.
      -

      Write Operations

      -

      Create

      +
    +
    +

    Write Operations

    +
    +

    Create

    create a ClusterTrustBundle

    HTTP Request

    -POST /apis/certificates.k8s.io/v1alpha1/clustertrustbundles +

    POST /apis/certificates.k8s.io/v1alpha1/clustertrustbundles

    Query Parameters

    @@ -17899,10 +20180,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    ClusterTrustBundle
    Accepted
    -

    Patch

    +
    +
    +

    Patch

    partially update the specified ClusterTrustBundle

    HTTP Request

    -PATCH /apis/certificates.k8s.io/v1alpha1/clustertrustbundles/{name} +

    PATCH /apis/certificates.k8s.io/v1alpha1/clustertrustbundles/{name}

    Path Parameters

    @@ -17936,10 +20219,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    ClusterTrustBundle
    Created
    -

    Replace

    +
    +
    +

    Replace

    replace the specified ClusterTrustBundle

    HTTP Request

    -PUT /apis/certificates.k8s.io/v1alpha1/clustertrustbundles/{name} +

    PUT /apis/certificates.k8s.io/v1alpha1/clustertrustbundles/{name}

    Path Parameters

    @@ -17972,10 +20257,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    ClusterTrustBundle
    Created
    -

    Delete

    +
    +
    +

    Delete

    delete a ClusterTrustBundle

    HTTP Request

    -DELETE /apis/certificates.k8s.io/v1alpha1/clustertrustbundles/{name} +

    DELETE /apis/certificates.k8s.io/v1alpha1/clustertrustbundles/{name}

    Path Parameters

    @@ -18009,10 +20296,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    Status
    Accepted
    -

    Delete Collection

    +
    +
    +

    Delete Collection

    delete collection of ClusterTrustBundle

    HTTP Request

    -DELETE /apis/certificates.k8s.io/v1alpha1/clustertrustbundles +

    DELETE /apis/certificates.k8s.io/v1alpha1/clustertrustbundles

    Query Parameters

    @@ -18046,11 +20335,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    Status
    OK
    -

    Read Operations

    -

    Read

    +
    +
    +
    +

    Read Operations

    +
    +

    Read

    read the specified ClusterTrustBundle

    HTTP Request

    -GET /apis/certificates.k8s.io/v1alpha1/clustertrustbundles/{name} +

    GET /apis/certificates.k8s.io/v1alpha1/clustertrustbundles/{name}

    Path Parameters

    @@ -18072,10 +20365,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    ClusterTrustBundle
    OK
    -

    List

    +
    +
    +

    List

    list or watch objects of kind ClusterTrustBundle

    HTTP Request

    -GET /apis/certificates.k8s.io/v1alpha1/clustertrustbundles +

    GET /apis/certificates.k8s.io/v1alpha1/clustertrustbundles

    Query Parameters

    @@ -18100,10 +20395,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    ClusterTrustBundleList
    OK
    -

    Watch

    +
    +
    +

    Watch

    watch changes to an object of kind ClusterTrustBundle. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

    HTTP Request

    -GET /apis/certificates.k8s.io/v1alpha1/watch/clustertrustbundles/{name} +

    GET /apis/certificates.k8s.io/v1alpha1/watch/clustertrustbundles/{name}

    Path Parameters

    @@ -18135,10 +20432,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List

    +
    +
    +

    Watch List

    watch individual changes to a list of ClusterTrustBundle. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /apis/certificates.k8s.io/v1alpha1/watch/clustertrustbundles +

    GET /apis/certificates.k8s.io/v1alpha1/watch/clustertrustbundles

    Query Parameters

    @@ -18163,7 +20462,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    ControllerRevision v1 apps

    +
    +
    +
    +
    +

    ControllerRevision v1 apps

    @@ -18185,7 +20488,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    revision
    integer
    Revision indicates the revision of the state represented by Data.
    -

    ControllerRevisionList v1 apps

    +
    +

    ControllerRevisionList v1 apps

    @@ -18195,11 +20499,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    FieldDescription
    metadata
    ListMeta
    More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
    -

    Write Operations

    -

    Create

    +
    +
    +

    Write Operations

    +
    +

    Create

    create a ControllerRevision

    HTTP Request

    -POST /apis/apps/v1/namespaces/{namespace}/controllerrevisions +

    POST /apis/apps/v1/namespaces/{namespace}/controllerrevisions

    Path Parameters

    @@ -18233,10 +20540,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    ControllerRevision
    Accepted
    -

    Patch

    +
    +
    +

    Patch

    partially update the specified ControllerRevision

    HTTP Request

    -PATCH /apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name} +

    PATCH /apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name}

    Path Parameters

    @@ -18271,10 +20580,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    ControllerRevision
    Created
    -

    Replace

    +
    +
    +

    Replace

    replace the specified ControllerRevision

    HTTP Request

    -PUT /apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name} +

    PUT /apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name}

    Path Parameters

    @@ -18308,10 +20619,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    ControllerRevision
    Created
    -

    Delete

    +
    +
    +

    Delete

    delete a ControllerRevision

    HTTP Request

    -DELETE /apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name} +

    DELETE /apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name}

    Path Parameters

    @@ -18346,10 +20659,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    Status
    Accepted
    -

    Delete Collection

    +
    +
    +

    Delete Collection

    delete collection of ControllerRevision

    HTTP Request

    -DELETE /apis/apps/v1/namespaces/{namespace}/controllerrevisions +

    DELETE /apis/apps/v1/namespaces/{namespace}/controllerrevisions

    Path Parameters

    @@ -18390,11 +20705,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    Status
    OK
    -

    Read Operations

    -

    Read

    +
    +
    +
    +

    Read Operations

    +
    +

    Read

    read the specified ControllerRevision

    HTTP Request

    -GET /apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name} +

    GET /apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name}

    Path Parameters

    @@ -18417,10 +20736,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    ControllerRevision
    OK
    -

    List

    +
    +
    +

    List

    list or watch objects of kind ControllerRevision

    HTTP Request

    -GET /apis/apps/v1/namespaces/{namespace}/controllerrevisions +

    GET /apis/apps/v1/namespaces/{namespace}/controllerrevisions

    Path Parameters

    @@ -18452,10 +20773,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    ControllerRevisionList
    OK
    -

    List All Namespaces

    +
    +
    +

    List All Namespaces

    list or watch objects of kind ControllerRevision

    HTTP Request

    -GET /apis/apps/v1/controllerrevisions +

    GET /apis/apps/v1/controllerrevisions

    Query Parameters

    @@ -18480,10 +20803,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    ControllerRevisionList
    OK
    -

    Watch

    +
    +
    +

    Watch

    watch changes to an object of kind ControllerRevision. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

    HTTP Request

    -GET /apis/apps/v1/watch/namespaces/{namespace}/controllerrevisions/{name} +

    GET /apis/apps/v1/watch/namespaces/{namespace}/controllerrevisions/{name}

    Path Parameters

    @@ -18516,10 +20841,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List

    +
    +
    +

    Watch List

    watch individual changes to a list of ControllerRevision. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /apis/apps/v1/watch/namespaces/{namespace}/controllerrevisions +

    GET /apis/apps/v1/watch/namespaces/{namespace}/controllerrevisions

    Path Parameters

    @@ -18551,10 +20878,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List All Namespaces

    +
    +
    +

    Watch List All Namespaces

    watch individual changes to a list of ControllerRevision. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /apis/apps/v1/watch/controllerrevisions +

    GET /apis/apps/v1/watch/controllerrevisions

    Query Parameters

    @@ -18579,7 +20908,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    CustomResourceDefinition v1 apiextensions.k8s.io

    +
    +
    +
    +
    +

    CustomResourceDefinition v1 apiextensions.k8s.io

    @@ -18601,7 +20934,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    status
    CustomResourceDefinitionStatus
    status indicates the actual state of the CustomResourceDefinition
    -

    CustomResourceDefinitionSpec v1 apiextensions

    +
    +

    CustomResourceDefinitionSpec v1 apiextensions

    Appears In:
    • CustomResourceDefinition [apiextensions/v1]
    • @@ -18618,7 +20952,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de versions
      CustomResourceDefinitionVersion arrayversions is the list of all API versions of the defined custom resource. Version names are used to compute the order in which served versions are listed in API discovery. If the version string is "kube-like", it will sort above non "kube-like" version strings, which are ordered lexicographically. "Kube-like" versions start with a "v", then are followed by a number (the major version), then optionally the string "alpha" or "beta" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10. -

      CustomResourceDefinitionStatus v1 apiextensions

      +

      CustomResourceDefinitionStatus v1 apiextensions

      Appears In:
      • CustomResourceDefinition [apiextensions/v1]
      • @@ -18632,7 +20966,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de storedVersions
        string arraystoredVersions lists all versions of CustomResources that were ever persisted. Tracking these versions allows a migration path for stored versions in etcd. The field is mutable so a migration controller can finish a migration to another version (ensuring no old objects are left in storage), and then remove the rest of the versions from this list. Versions may not be removed from `spec.versions` while they exist in this list. -

        CustomResourceDefinitionList v1 apiextensions

        +

        CustomResourceDefinitionList v1 apiextensions

        @@ -18642,11 +20976,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
        FieldDescription
        metadata
        ListMeta
        Standard object's metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
        -

        Write Operations

        -

        Create

        +
      +
      +

      Write Operations

      +
      +

      Create

      create a CustomResourceDefinition

      HTTP Request

      -POST /apis/apiextensions.k8s.io/v1/customresourcedefinitions +

      POST /apis/apiextensions.k8s.io/v1/customresourcedefinitions

      Query Parameters

      @@ -18673,10 +21010,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      202
      CustomResourceDefinition
      Accepted
      -

      Patch

      +
      +
      +

      Patch

      partially update the specified CustomResourceDefinition

      HTTP Request

      -PATCH /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name} +

      PATCH /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}

      Path Parameters

      @@ -18710,10 +21049,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      CustomResourceDefinition
      Created
      -

      Replace

      +
      +
      +

      Replace

      replace the specified CustomResourceDefinition

      HTTP Request

      -PUT /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name} +

      PUT /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}

      Path Parameters

      @@ -18746,10 +21087,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      CustomResourceDefinition
      Created
      -

      Delete

      +
      +
      +

      Delete

      delete a CustomResourceDefinition

      HTTP Request

      -DELETE /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name} +

      DELETE /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}

      Path Parameters

      @@ -18783,10 +21126,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      202
      Status
      Accepted
      -

      Delete Collection

      +
      +
      +

      Delete Collection

      delete collection of CustomResourceDefinition

      HTTP Request

      -DELETE /apis/apiextensions.k8s.io/v1/customresourcedefinitions +

      DELETE /apis/apiextensions.k8s.io/v1/customresourcedefinitions

      Query Parameters

      @@ -18820,11 +21165,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      Status
      OK
      -

      Read Operations

      -

      Read

      +
      +
      +
      +

      Read Operations

      +
      +

      Read

      read the specified CustomResourceDefinition

      HTTP Request

      -GET /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name} +

      GET /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}

      Path Parameters

      @@ -18846,10 +21195,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      CustomResourceDefinition
      OK
      -

      List

      +
      +
      +

      List

      list or watch objects of kind CustomResourceDefinition

      HTTP Request

      -GET /apis/apiextensions.k8s.io/v1/customresourcedefinitions +

      GET /apis/apiextensions.k8s.io/v1/customresourcedefinitions

      Query Parameters

      @@ -18874,10 +21225,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      CustomResourceDefinitionList
      OK
      -

      Watch

      +
      +
      +

      Watch

      watch changes to an object of kind CustomResourceDefinition. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

      HTTP Request

      -GET /apis/apiextensions.k8s.io/v1/watch/customresourcedefinitions/{name} +

      GET /apis/apiextensions.k8s.io/v1/watch/customresourcedefinitions/{name}

      Path Parameters

      @@ -18909,10 +21262,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Watch List

      +
      +
      +

      Watch List

      watch individual changes to a list of CustomResourceDefinition. deprecated: use the 'watch' parameter with a list operation instead.

      HTTP Request

      -GET /apis/apiextensions.k8s.io/v1/watch/customresourcedefinitions +

      GET /apis/apiextensions.k8s.io/v1/watch/customresourcedefinitions

      Query Parameters

      @@ -18937,11 +21292,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Status Operations

      -

      Patch Status

      +
      +
      +
      +

      Status Operations

      +
      +

      Patch Status

      partially update status of the specified CustomResourceDefinition

      HTTP Request

      -PATCH /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}/status +

      PATCH /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}/status

      Path Parameters

      @@ -18975,10 +21334,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      CustomResourceDefinition
      Created
      -

      Read Status

      +
      +
      +

      Read Status

      read status of the specified CustomResourceDefinition

      HTTP Request

      -GET /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}/status +

      GET /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}/status

      Path Parameters

      @@ -19000,10 +21361,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      CustomResourceDefinition
      OK
      -

      Replace Status

      +
      +
      +

      Replace Status

      replace status of the specified CustomResourceDefinition

      HTTP Request

      -PUT /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}/status +

      PUT /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}/status

      Path Parameters

      @@ -19036,7 +21399,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      CustomResourceDefinition
      Created
      -

      Event v1 events.k8s.io

      +
      +
      +
    +
    +

    Event v1 events.k8s.io

    @@ -19070,7 +21437,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    type
    string
    type is the type of this event (Normal, Warning), new types could be added in the future. It is machine-readable. This field cannot be empty for new Events.
    -

    EventList v1 events

    +
    +

    EventList v1 events

    @@ -19080,11 +21448,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    FieldDescription
    metadata
    ListMeta
    Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
    -

    Write Operations

    -

    Create

    +
    +
    +

    Write Operations

    +
    +

    Create

    create an Event

    HTTP Request

    -POST /apis/events.k8s.io/v1/namespaces/{namespace}/events +

    POST /apis/events.k8s.io/v1/namespaces/{namespace}/events

    Path Parameters

    @@ -19118,10 +21489,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    Event
    Accepted
    -

    Patch

    +
    +
    +

    Patch

    partially update the specified Event

    HTTP Request

    -PATCH /apis/events.k8s.io/v1/namespaces/{namespace}/events/{name} +

    PATCH /apis/events.k8s.io/v1/namespaces/{namespace}/events/{name}

    Path Parameters

    @@ -19156,10 +21529,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    Event
    Created
    -

    Replace

    +
    +
    +

    Replace

    replace the specified Event

    HTTP Request

    -PUT /apis/events.k8s.io/v1/namespaces/{namespace}/events/{name} +

    PUT /apis/events.k8s.io/v1/namespaces/{namespace}/events/{name}

    Path Parameters

    @@ -19193,10 +21568,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    Event
    Created
    -

    Delete

    +
    +
    +

    Delete

    delete an Event

    HTTP Request

    -DELETE /apis/events.k8s.io/v1/namespaces/{namespace}/events/{name} +

    DELETE /apis/events.k8s.io/v1/namespaces/{namespace}/events/{name}

    Path Parameters

    @@ -19231,10 +21608,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    Status
    Accepted
    -

    Delete Collection

    +
    +
    +

    Delete Collection

    delete collection of Event

    HTTP Request

    -DELETE /apis/events.k8s.io/v1/namespaces/{namespace}/events +

    DELETE /apis/events.k8s.io/v1/namespaces/{namespace}/events

    Path Parameters

    @@ -19275,11 +21654,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    Status
    OK
    -

    Read Operations

    -

    Read

    +
    +
    +
    +

    Read Operations

    +
    +

    Read

    read the specified Event

    HTTP Request

    -GET /apis/events.k8s.io/v1/namespaces/{namespace}/events/{name} +

    GET /apis/events.k8s.io/v1/namespaces/{namespace}/events/{name}

    Path Parameters

    @@ -19302,10 +21685,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    Event
    OK
    -

    List

    +
    +
    +

    List

    list or watch objects of kind Event

    HTTP Request

    -GET /apis/events.k8s.io/v1/namespaces/{namespace}/events +

    GET /apis/events.k8s.io/v1/namespaces/{namespace}/events

    Path Parameters

    @@ -19337,10 +21722,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    EventList
    OK
    -

    List All Namespaces

    +
    +
    +

    List All Namespaces

    list or watch objects of kind Event

    HTTP Request

    -GET /apis/events.k8s.io/v1/events +

    GET /apis/events.k8s.io/v1/events

    Query Parameters

    @@ -19365,10 +21752,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    EventList
    OK
    -

    Watch

    +
    +
    +

    Watch

    watch changes to an object of kind Event. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

    HTTP Request

    -GET /apis/events.k8s.io/v1/watch/namespaces/{namespace}/events/{name} +

    GET /apis/events.k8s.io/v1/watch/namespaces/{namespace}/events/{name}

    Path Parameters

    @@ -19401,10 +21790,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List

    +
    +
    +

    Watch List

    watch individual changes to a list of Event. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /apis/events.k8s.io/v1/watch/namespaces/{namespace}/events +

    GET /apis/events.k8s.io/v1/watch/namespaces/{namespace}/events

    Path Parameters

    @@ -19436,10 +21827,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List All Namespaces

    +
    +
    +

    Watch List All Namespaces

    watch individual changes to a list of Event. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /apis/events.k8s.io/v1/watch/events +

    GET /apis/events.k8s.io/v1/watch/events

    Query Parameters

    @@ -19464,7 +21857,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    LimitRange v1 core

    +
    +
    +
    +
    +

    LimitRange v1 core

    @@ -19485,7 +21882,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    spec
    LimitRangeSpec
    Spec defines the limits enforced. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
    -

    LimitRangeSpec v1 core

    +
    +

    LimitRangeSpec v1 core

    Appears In:
    • LimitRange [core/v1]
    • @@ -19497,7 +21895,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de limits
      LimitRangeItem arrayLimits is the list of LimitRangeItem objects that are enforced. -

      LimitRangeList v1 core

      +

      LimitRangeList v1 core

      @@ -19507,11 +21905,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      FieldDescription
      metadata
      ListMeta
      Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
      -

      Write Operations

      -

      Create

      +
    +
    +

    Write Operations

    +
    +

    Create

    create a LimitRange

    HTTP Request

    -POST /api/v1/namespaces/{namespace}/limitranges +

    POST /api/v1/namespaces/{namespace}/limitranges

    Path Parameters

    @@ -19545,10 +21946,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    LimitRange
    Accepted
    -

    Patch

    +
    +
    +

    Patch

    partially update the specified LimitRange

    HTTP Request

    -PATCH /api/v1/namespaces/{namespace}/limitranges/{name} +

    PATCH /api/v1/namespaces/{namespace}/limitranges/{name}

    Path Parameters

    @@ -19583,10 +21986,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    LimitRange
    Created
    -

    Replace

    +
    +
    +

    Replace

    replace the specified LimitRange

    HTTP Request

    -PUT /api/v1/namespaces/{namespace}/limitranges/{name} +

    PUT /api/v1/namespaces/{namespace}/limitranges/{name}

    Path Parameters

    @@ -19620,10 +22025,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    LimitRange
    Created
    -

    Delete

    +
    +
    +

    Delete

    delete a LimitRange

    HTTP Request

    -DELETE /api/v1/namespaces/{namespace}/limitranges/{name} +

    DELETE /api/v1/namespaces/{namespace}/limitranges/{name}

    Path Parameters

    @@ -19658,10 +22065,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    Status
    Accepted
    -

    Delete Collection

    +
    +
    +

    Delete Collection

    delete collection of LimitRange

    HTTP Request

    -DELETE /api/v1/namespaces/{namespace}/limitranges +

    DELETE /api/v1/namespaces/{namespace}/limitranges

    Path Parameters

    @@ -19702,11 +22111,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    Status
    OK
    -

    Read Operations

    -

    Read

    +
    +
    +
    +

    Read Operations

    +
    +

    Read

    read the specified LimitRange

    HTTP Request

    -GET /api/v1/namespaces/{namespace}/limitranges/{name} +

    GET /api/v1/namespaces/{namespace}/limitranges/{name}

    Path Parameters

    @@ -19729,10 +22142,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    LimitRange
    OK
    -

    List

    +
    +
    +

    List

    list or watch objects of kind LimitRange

    HTTP Request

    -GET /api/v1/namespaces/{namespace}/limitranges +

    GET /api/v1/namespaces/{namespace}/limitranges

    Path Parameters

    @@ -19764,10 +22179,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    LimitRangeList
    OK
    -

    List All Namespaces

    +
    +
    +

    List All Namespaces

    list or watch objects of kind LimitRange

    HTTP Request

    -GET /api/v1/limitranges +

    GET /api/v1/limitranges

    Query Parameters

    @@ -19792,10 +22209,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    LimitRangeList
    OK
    -

    Watch

    +
    +
    +

    Watch

    watch changes to an object of kind LimitRange. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

    HTTP Request

    -GET /api/v1/watch/namespaces/{namespace}/limitranges/{name} +

    GET /api/v1/watch/namespaces/{namespace}/limitranges/{name}

    Path Parameters

    @@ -19828,10 +22247,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List

    +
    +
    +

    Watch List

    watch individual changes to a list of LimitRange. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /api/v1/watch/namespaces/{namespace}/limitranges +

    GET /api/v1/watch/namespaces/{namespace}/limitranges

    Path Parameters

    @@ -19863,10 +22284,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List All Namespaces

    +
    +
    +

    Watch List All Namespaces

    watch individual changes to a list of LimitRange. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /api/v1/watch/limitranges +

    GET /api/v1/watch/limitranges

    Query Parameters

    @@ -19891,7 +22314,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    HorizontalPodAutoscaler v2 autoscaling

    +
    +
    +
    +
    +

    HorizontalPodAutoscaler v2 autoscaling

    @@ -19916,7 +22343,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    status
    HorizontalPodAutoscalerStatus
    status is the current information about the autoscaler.
    -

    HorizontalPodAutoscalerSpec v2 autoscaling

    +
    +

    HorizontalPodAutoscalerSpec v2 autoscaling

    Appears In:
    • HorizontalPodAutoscaler [autoscaling/v2]
    • @@ -19932,7 +22360,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de scaleTargetRef
      CrossVersionObjectReferencescaleTargetRef points to the target resource to scale, and is used to the pods for which metrics should be collected, as well as to actually change the replica count. -

      HorizontalPodAutoscalerStatus v2 autoscaling

      +

      HorizontalPodAutoscalerStatus v2 autoscaling

      Appears In:
      • HorizontalPodAutoscaler [autoscaling/v2]
      • @@ -19949,7 +22377,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de observedGeneration
        integerobservedGeneration is the most recent generation observed by this autoscaler. -

        HorizontalPodAutoscalerList v2 autoscaling

        +

        HorizontalPodAutoscalerList v2 autoscaling

        @@ -19959,11 +22387,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
        FieldDescription
        metadata
        ListMeta
        metadata is the standard list metadata.
        -

        Write Operations

        -

        Create

        +
      +
      +

      Write Operations

      +
      +

      Create

      create a HorizontalPodAutoscaler

      HTTP Request

      -POST /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers +

      POST /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers

      Path Parameters

      @@ -19997,10 +22428,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      202
      HorizontalPodAutoscaler
      Accepted
      -

      Patch

      +
      +
      +

      Patch

      partially update the specified HorizontalPodAutoscaler

      HTTP Request

      -PATCH /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name} +

      PATCH /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}

      Path Parameters

      @@ -20035,10 +22468,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      HorizontalPodAutoscaler
      Created
      -

      Replace

      +
      +
      +

      Replace

      replace the specified HorizontalPodAutoscaler

      HTTP Request

      -PUT /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name} +

      PUT /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}

      Path Parameters

      @@ -20072,10 +22507,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      HorizontalPodAutoscaler
      Created
      -

      Delete

      +
      +
      +

      Delete

      delete a HorizontalPodAutoscaler

      HTTP Request

      -DELETE /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name} +

      DELETE /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}

      Path Parameters

      @@ -20110,10 +22547,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      202
      Status
      Accepted
      -

      Delete Collection

      +
      +
      +

      Delete Collection

      delete collection of HorizontalPodAutoscaler

      HTTP Request

      -DELETE /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers +

      DELETE /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers

      Path Parameters

      @@ -20154,11 +22593,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      Status
      OK
      -

      Read Operations

      -

      Read

      +
      +
      +
      +

      Read Operations

      +
      +

      Read

      read the specified HorizontalPodAutoscaler

      HTTP Request

      -GET /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name} +

      GET /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}

      Path Parameters

      @@ -20181,10 +22624,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      HorizontalPodAutoscaler
      OK
      -

      List

      +
      +
      +

      List

      list or watch objects of kind HorizontalPodAutoscaler

      HTTP Request

      -GET /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers +

      GET /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers

      Path Parameters

      @@ -20216,10 +22661,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      HorizontalPodAutoscalerList
      OK
      -

      List All Namespaces

      +
      +
      +

      List All Namespaces

      list or watch objects of kind HorizontalPodAutoscaler

      HTTP Request

      -GET /apis/autoscaling/v2/horizontalpodautoscalers +

      GET /apis/autoscaling/v2/horizontalpodautoscalers

      Query Parameters

      @@ -20244,10 +22691,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      HorizontalPodAutoscalerList
      OK
      -

      Watch

      +
      +
      +

      Watch

      watch changes to an object of kind HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

      HTTP Request

      -GET /apis/autoscaling/v2/watch/namespaces/{namespace}/horizontalpodautoscalers/{name} +

      GET /apis/autoscaling/v2/watch/namespaces/{namespace}/horizontalpodautoscalers/{name}

      Path Parameters

      @@ -20280,10 +22729,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Watch List

      +
      +
      +

      Watch List

      watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead.

      HTTP Request

      -GET /apis/autoscaling/v2/watch/namespaces/{namespace}/horizontalpodautoscalers +

      GET /apis/autoscaling/v2/watch/namespaces/{namespace}/horizontalpodautoscalers

      Path Parameters

      @@ -20315,10 +22766,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Watch List All Namespaces

      +
      +
      +

      Watch List All Namespaces

      watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead.

      HTTP Request

      -GET /apis/autoscaling/v2/watch/horizontalpodautoscalers +

      GET /apis/autoscaling/v2/watch/horizontalpodautoscalers

      Query Parameters

      @@ -20343,11 +22796,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Status Operations

      -

      Patch Status

      +
      +
      +
      +

      Status Operations

      +
      +

      Patch Status

      partially update status of the specified HorizontalPodAutoscaler

      HTTP Request

      -PATCH /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}/status +

      PATCH /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}/status

      Path Parameters

      @@ -20382,10 +22839,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      HorizontalPodAutoscaler
      Created
      -

      Read Status

      +
      +
      +

      Read Status

      read status of the specified HorizontalPodAutoscaler

      HTTP Request

      -GET /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}/status +

      GET /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}/status

      Path Parameters

      @@ -20408,10 +22867,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      HorizontalPodAutoscaler
      OK
      -

      Replace Status

      +
      +
      +

      Replace Status

      replace status of the specified HorizontalPodAutoscaler

      HTTP Request

      -PUT /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}/status +

      PUT /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}/status

      Path Parameters

      @@ -20445,7 +22906,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      HorizontalPodAutoscaler
      Created
      -

      MutatingWebhookConfiguration v1 admissionregistration.k8s.io

      +
      +
      +
    +
    +

    MutatingWebhookConfiguration v1 admissionregistration.k8s.io

    @@ -20466,7 +22931,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    webhooks
    MutatingWebhook array
    patch strategy: merge
    patch merge key: name
    Webhooks is a list of webhooks and the affected resources and operations.
    -

    MutatingWebhookConfigurationList v1 admissionregistration

    +
    +

    MutatingWebhookConfigurationList v1 admissionregistration

    @@ -20476,11 +22942,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    FieldDescription
    metadata
    ListMeta
    Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
    -

    Write Operations

    -

    Create

    +
    +
    +

    Write Operations

    +
    +

    Create

    create a MutatingWebhookConfiguration

    HTTP Request

    -POST /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations +

    POST /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations

    Query Parameters

    @@ -20507,10 +22976,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    MutatingWebhookConfiguration
    Accepted
    -

    Patch

    +
    +
    +

    Patch

    partially update the specified MutatingWebhookConfiguration

    HTTP Request

    -PATCH /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/{name} +

    PATCH /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/{name}

    Path Parameters

    @@ -20544,10 +23015,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    MutatingWebhookConfiguration
    Created
    -

    Replace

    +
    +
    +

    Replace

    replace the specified MutatingWebhookConfiguration

    HTTP Request

    -PUT /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/{name} +

    PUT /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/{name}

    Path Parameters

    @@ -20580,10 +23053,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    MutatingWebhookConfiguration
    Created
    -

    Delete

    +
    +
    +

    Delete

    delete a MutatingWebhookConfiguration

    HTTP Request

    -DELETE /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/{name} +

    DELETE /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/{name}

    Path Parameters

    @@ -20617,10 +23092,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    Status
    Accepted
    -

    Delete Collection

    +
    +
    +

    Delete Collection

    delete collection of MutatingWebhookConfiguration

    HTTP Request

    -DELETE /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations +

    DELETE /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations

    Query Parameters

    @@ -20654,11 +23131,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    Status
    OK
    -

    Read Operations

    -

    Read

    +
    +
    +
    +

    Read Operations

    +
    +

    Read

    read the specified MutatingWebhookConfiguration

    HTTP Request

    -GET /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/{name} +

    GET /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/{name}

    Path Parameters

    @@ -20680,10 +23161,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    MutatingWebhookConfiguration
    OK
    -

    List

    +
    +
    +

    List

    list or watch objects of kind MutatingWebhookConfiguration

    HTTP Request

    -GET /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations +

    GET /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations

    Query Parameters

    @@ -20708,10 +23191,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    MutatingWebhookConfigurationList
    OK
    -

    Watch

    +
    +
    +

    Watch

    watch changes to an object of kind MutatingWebhookConfiguration. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

    HTTP Request

    -GET /apis/admissionregistration.k8s.io/v1/watch/mutatingwebhookconfigurations/{name} +

    GET /apis/admissionregistration.k8s.io/v1/watch/mutatingwebhookconfigurations/{name}

    Path Parameters

    @@ -20743,10 +23228,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List

    +
    +
    +

    Watch List

    watch individual changes to a list of MutatingWebhookConfiguration. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /apis/admissionregistration.k8s.io/v1/watch/mutatingwebhookconfigurations +

    GET /apis/admissionregistration.k8s.io/v1/watch/mutatingwebhookconfigurations

    Query Parameters

    @@ -20771,7 +23258,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    ValidatingWebhookConfiguration v1 admissionregistration.k8s.io

    +
    +
    +
    +
    +

    ValidatingWebhookConfiguration v1 admissionregistration.k8s.io

    @@ -20792,7 +23283,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    webhooks
    ValidatingWebhook array
    patch strategy: merge
    patch merge key: name
    Webhooks is a list of webhooks and the affected resources and operations.
    -

    ValidatingWebhookConfigurationList v1 admissionregistration

    +
    +

    ValidatingWebhookConfigurationList v1 admissionregistration

    @@ -20802,11 +23294,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    FieldDescription
    metadata
    ListMeta
    Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
    -

    Write Operations

    -

    Create

    +
    +
    +

    Write Operations

    +
    +

    Create

    create a ValidatingWebhookConfiguration

    HTTP Request

    -POST /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations +

    POST /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations

    Query Parameters

    @@ -20833,10 +23328,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    ValidatingWebhookConfiguration
    Accepted
    -

    Patch

    +
    +
    +

    Patch

    partially update the specified ValidatingWebhookConfiguration

    HTTP Request

    -PATCH /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/{name} +

    PATCH /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/{name}

    Path Parameters

    @@ -20870,10 +23367,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    ValidatingWebhookConfiguration
    Created
    -

    Replace

    +
    +
    +

    Replace

    replace the specified ValidatingWebhookConfiguration

    HTTP Request

    -PUT /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/{name} +

    PUT /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/{name}

    Path Parameters

    @@ -20906,10 +23405,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    ValidatingWebhookConfiguration
    Created
    -

    Delete

    +
    +
    +

    Delete

    delete a ValidatingWebhookConfiguration

    HTTP Request

    -DELETE /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/{name} +

    DELETE /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/{name}

    Path Parameters

    @@ -20943,10 +23444,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    Status
    Accepted
    -

    Delete Collection

    +
    +
    +

    Delete Collection

    delete collection of ValidatingWebhookConfiguration

    HTTP Request

    -DELETE /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations +

    DELETE /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations

    Query Parameters

    @@ -20980,11 +23483,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    Status
    OK
    -

    Read Operations

    -

    Read

    +
    +
    +
    +

    Read Operations

    +
    +

    Read

    read the specified ValidatingWebhookConfiguration

    HTTP Request

    -GET /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/{name} +

    GET /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/{name}

    Path Parameters

    @@ -21006,10 +23513,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    ValidatingWebhookConfiguration
    OK
    -

    List

    +
    +
    +

    List

    list or watch objects of kind ValidatingWebhookConfiguration

    HTTP Request

    -GET /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations +

    GET /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations

    Query Parameters

    @@ -21034,10 +23543,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    ValidatingWebhookConfigurationList
    OK
    -

    Watch

    +
    +
    +

    Watch

    watch changes to an object of kind ValidatingWebhookConfiguration. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

    HTTP Request

    -GET /apis/admissionregistration.k8s.io/v1/watch/validatingwebhookconfigurations/{name} +

    GET /apis/admissionregistration.k8s.io/v1/watch/validatingwebhookconfigurations/{name}

    Path Parameters

    @@ -21069,10 +23580,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List

    +
    +
    +

    Watch List

    watch individual changes to a list of ValidatingWebhookConfiguration. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /apis/admissionregistration.k8s.io/v1/watch/validatingwebhookconfigurations +

    GET /apis/admissionregistration.k8s.io/v1/watch/validatingwebhookconfigurations

    Query Parameters

    @@ -21097,7 +23610,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    PodSchedulingContext v1alpha2 resource.k8s.io

    +
    +
    +
    +
    +

    PodSchedulingContext v1alpha2 resource.k8s.io

    @@ -21119,7 +23636,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    status
    PodSchedulingContextStatus
    Status describes where resources for the Pod can be allocated.
    -

    PodSchedulingContextSpec v1alpha2 resource

    +
    +

    PodSchedulingContextSpec v1alpha2 resource

    Appears In:
    • PodSchedulingContext [resource/v1alpha2]
    • @@ -21132,7 +23650,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de selectedNode
      stringSelectedNode is the node for which allocation of ResourceClaims that are referenced by the Pod and that use "WaitForFirstConsumer" allocation is to be attempted. -

      PodSchedulingContextStatus v1alpha2 resource

      +

      PodSchedulingContextStatus v1alpha2 resource

      Appears In:
      • PodSchedulingContext [resource/v1alpha2]
      • @@ -21144,7 +23662,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de resourceClaims
        ResourceClaimSchedulingStatus arrayResourceClaims describes resource availability for each pod.spec.resourceClaim entry where the corresponding ResourceClaim uses "WaitForFirstConsumer" allocation mode. -

        PodSchedulingContextList v1alpha2 resource

        +

        PodSchedulingContextList v1alpha2 resource

        @@ -21154,11 +23672,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
        FieldDescription
        metadata
        ListMeta
        Standard list metadata
        -

        Write Operations

        -

        Create

        +
      +
      +

      Write Operations

      +
      +

      Create

      create a PodSchedulingContext

      HTTP Request

      -POST /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/podschedulingcontexts +

      POST /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/podschedulingcontexts

      Path Parameters

      @@ -21192,10 +23713,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      202
      PodSchedulingContext
      Accepted
      -

      Patch

      +
      +
      +

      Patch

      partially update the specified PodSchedulingContext

      HTTP Request

      -PATCH /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/podschedulingcontexts/{name} +

      PATCH /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/podschedulingcontexts/{name}

      Path Parameters

      @@ -21230,10 +23753,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      PodSchedulingContext
      Created
      -

      Replace

      +
      +
      +

      Replace

      replace the specified PodSchedulingContext

      HTTP Request

      -PUT /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/podschedulingcontexts/{name} +

      PUT /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/podschedulingcontexts/{name}

      Path Parameters

      @@ -21267,10 +23792,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      PodSchedulingContext
      Created
      -

      Delete

      +
      +
      +

      Delete

      delete a PodSchedulingContext

      HTTP Request

      -DELETE /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/podschedulingcontexts/{name} +

      DELETE /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/podschedulingcontexts/{name}

      Path Parameters

      @@ -21305,10 +23832,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      202
      PodSchedulingContext
      Accepted
      -

      Delete Collection

      +
      +
      +

      Delete Collection

      delete collection of PodSchedulingContext

      HTTP Request

      -DELETE /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/podschedulingcontexts +

      DELETE /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/podschedulingcontexts

      Path Parameters

      @@ -21349,11 +23878,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      Status
      OK
      -

      Read Operations

      -

      Read

      +
      +
      +
      +

      Read Operations

      +
      +

      Read

      read the specified PodSchedulingContext

      HTTP Request

      -GET /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/podschedulingcontexts/{name} +

      GET /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/podschedulingcontexts/{name}

      Path Parameters

      @@ -21376,10 +23909,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      PodSchedulingContext
      OK
      -

      List

      +
      +
      +

      List

      list or watch objects of kind PodSchedulingContext

      HTTP Request

      -GET /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/podschedulingcontexts +

      GET /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/podschedulingcontexts

      Path Parameters

      @@ -21411,10 +23946,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      PodSchedulingContextList
      OK
      -

      List All Namespaces

      +
      +
      +

      List All Namespaces

      list or watch objects of kind PodSchedulingContext

      HTTP Request

      -GET /apis/resource.k8s.io/v1alpha2/podschedulingcontexts +

      GET /apis/resource.k8s.io/v1alpha2/podschedulingcontexts

      Query Parameters

      @@ -21439,10 +23976,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      PodSchedulingContextList
      OK
      -

      Watch

      +
      +
      +

      Watch

      watch changes to an object of kind PodSchedulingContext. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

      HTTP Request

      -GET /apis/resource.k8s.io/v1alpha2/watch/namespaces/{namespace}/podschedulingcontexts/{name} +

      GET /apis/resource.k8s.io/v1alpha2/watch/namespaces/{namespace}/podschedulingcontexts/{name}

      Path Parameters

      @@ -21475,10 +24014,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Watch List

      +
      +
      +

      Watch List

      watch individual changes to a list of PodSchedulingContext. deprecated: use the 'watch' parameter with a list operation instead.

      HTTP Request

      -GET /apis/resource.k8s.io/v1alpha2/watch/namespaces/{namespace}/podschedulingcontexts +

      GET /apis/resource.k8s.io/v1alpha2/watch/namespaces/{namespace}/podschedulingcontexts

      Path Parameters

      @@ -21510,10 +24051,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Watch List All Namespaces

      +
      +
      +

      Watch List All Namespaces

      watch individual changes to a list of PodSchedulingContext. deprecated: use the 'watch' parameter with a list operation instead.

      HTTP Request

      -GET /apis/resource.k8s.io/v1alpha2/watch/podschedulingcontexts +

      GET /apis/resource.k8s.io/v1alpha2/watch/podschedulingcontexts

      Query Parameters

      @@ -21538,11 +24081,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Status Operations

      -

      Patch Status

      +
      +
      +
      +

      Status Operations

      +
      +

      Patch Status

      partially update status of the specified PodSchedulingContext

      HTTP Request

      -PATCH /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/podschedulingcontexts/{name}/status +

      PATCH /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/podschedulingcontexts/{name}/status

      Path Parameters

      @@ -21577,10 +24124,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      PodSchedulingContext
      Created
      -

      Read Status

      +
      +
      +

      Read Status

      read status of the specified PodSchedulingContext

      HTTP Request

      -GET /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/podschedulingcontexts/{name}/status +

      GET /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/podschedulingcontexts/{name}/status

      Path Parameters

      @@ -21603,10 +24152,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      PodSchedulingContext
      OK
      -

      Replace Status

      +
      +
      +

      Replace Status

      replace status of the specified PodSchedulingContext

      HTTP Request

      -PUT /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/podschedulingcontexts/{name}/status +

      PUT /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/podschedulingcontexts/{name}/status

      Path Parameters

      @@ -21640,7 +24191,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      PodSchedulingContext
      Created
      -

      PodTemplate v1 core

      +
      +
      +
    +
    +

    PodTemplate v1 core

    @@ -21661,7 +24216,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    template
    PodTemplateSpec
    Template defines the pods that will be created from this pod template. https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
    -

    PodTemplateSpec v1 core

    +
    +

    PodTemplateSpec v1 core

    Appears In:
    • DaemonSetSpec [apps/v1]
    • @@ -21680,7 +24236,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de spec
      PodSpecSpecification of the desired behavior of the pod. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status -

      PodTemplateList v1 core

      +

      PodTemplateList v1 core

      @@ -21690,11 +24246,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      FieldDescription
      metadata
      ListMeta
      Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
      -

      Write Operations

      -

      Create

      +
    +
    +

    Write Operations

    +
    +

    Create

    create a PodTemplate

    HTTP Request

    -POST /api/v1/namespaces/{namespace}/podtemplates +

    POST /api/v1/namespaces/{namespace}/podtemplates

    Path Parameters

    @@ -21728,10 +24287,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    PodTemplate
    Accepted
    -

    Patch

    +
    +
    +

    Patch

    partially update the specified PodTemplate

    HTTP Request

    -PATCH /api/v1/namespaces/{namespace}/podtemplates/{name} +

    PATCH /api/v1/namespaces/{namespace}/podtemplates/{name}

    Path Parameters

    @@ -21766,10 +24327,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    PodTemplate
    Created
    -

    Replace

    +
    +
    +

    Replace

    replace the specified PodTemplate

    HTTP Request

    -PUT /api/v1/namespaces/{namespace}/podtemplates/{name} +

    PUT /api/v1/namespaces/{namespace}/podtemplates/{name}

    Path Parameters

    @@ -21803,10 +24366,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    PodTemplate
    Created
    -

    Delete

    +
    +
    +

    Delete

    delete a PodTemplate

    HTTP Request

    -DELETE /api/v1/namespaces/{namespace}/podtemplates/{name} +

    DELETE /api/v1/namespaces/{namespace}/podtemplates/{name}

    Path Parameters

    @@ -21841,10 +24406,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    PodTemplate
    Accepted
    -

    Delete Collection

    +
    +
    +

    Delete Collection

    delete collection of PodTemplate

    HTTP Request

    -DELETE /api/v1/namespaces/{namespace}/podtemplates +

    DELETE /api/v1/namespaces/{namespace}/podtemplates

    Path Parameters

    @@ -21885,11 +24452,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    Status
    OK
    -

    Read Operations

    -

    Read

    +
    +
    +
    +

    Read Operations

    +
    +

    Read

    read the specified PodTemplate

    HTTP Request

    -GET /api/v1/namespaces/{namespace}/podtemplates/{name} +

    GET /api/v1/namespaces/{namespace}/podtemplates/{name}

    Path Parameters

    @@ -21912,10 +24483,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    PodTemplate
    OK
    -

    List

    +
    +
    +

    List

    list or watch objects of kind PodTemplate

    HTTP Request

    -GET /api/v1/namespaces/{namespace}/podtemplates +

    GET /api/v1/namespaces/{namespace}/podtemplates

    Path Parameters

    @@ -21947,10 +24520,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    PodTemplateList
    OK
    -

    List All Namespaces

    +
    +
    +

    List All Namespaces

    list or watch objects of kind PodTemplate

    HTTP Request

    -GET /api/v1/podtemplates +

    GET /api/v1/podtemplates

    Query Parameters

    @@ -21975,10 +24550,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    PodTemplateList
    OK
    -

    Watch

    +
    +
    +

    Watch

    watch changes to an object of kind PodTemplate. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

    HTTP Request

    -GET /api/v1/watch/namespaces/{namespace}/podtemplates/{name} +

    GET /api/v1/watch/namespaces/{namespace}/podtemplates/{name}

    Path Parameters

    @@ -22011,10 +24588,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List

    +
    +
    +

    Watch List

    watch individual changes to a list of PodTemplate. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /api/v1/watch/namespaces/{namespace}/podtemplates +

    GET /api/v1/watch/namespaces/{namespace}/podtemplates

    Path Parameters

    @@ -22046,10 +24625,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List All Namespaces

    +
    +
    +

    Watch List All Namespaces

    watch individual changes to a list of PodTemplate. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /api/v1/watch/podtemplates +

    GET /api/v1/watch/podtemplates

    Query Parameters

    @@ -22074,7 +24655,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    PodDisruptionBudget v1 policy

    +
    +
    +
    +
    +

    PodDisruptionBudget v1 policy

    @@ -22096,7 +24681,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    status
    PodDisruptionBudgetStatus
    Most recently observed status of the PodDisruptionBudget.
    -

    PodDisruptionBudgetSpec v1 policy

    +
    +

    PodDisruptionBudgetSpec v1 policy

    Appears In:
    • PodDisruptionBudget [policy/v1]
    • @@ -22111,7 +24697,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de unhealthyPodEvictionPolicy
      stringUnhealthyPodEvictionPolicy defines the criteria for when unhealthy pods should be considered for eviction. Current implementation considers healthy pods, as pods that have status.conditions item with type="Ready",status="True". Valid policies are IfHealthyBudget and AlwaysAllow. If no policy is specified, the default behavior will be used, which corresponds to the IfHealthyBudget policy. IfHealthyBudget policy means that running pods (status.phase="Running"), but not yet healthy can be evicted only if the guarded application is not disrupted (status.currentHealthy is at least equal to status.desiredHealthy). Healthy pods will be subject to the PDB for eviction. AlwaysAllow policy means that all running pods (status.phase="Running"), but not yet healthy are considered disrupted and can be evicted regardless of whether the criteria in a PDB is met. This means perspective running pods of a disrupted application might not get a chance to become healthy. Healthy pods will be subject to the PDB for eviction. Additional policies may be added in the future. Clients making eviction decisions should disallow eviction of unhealthy pods if they encounter an unrecognized policy in this field. This field is beta-level. The eviction API uses this field when the feature gate PDBUnhealthyPodEvictionPolicy is enabled (enabled by default). -

      PodDisruptionBudgetStatus v1 policy

      +

      PodDisruptionBudgetStatus v1 policy

      Appears In:
      • PodDisruptionBudget [policy/v1]
      • @@ -22129,7 +24715,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de observedGeneration
        integerMost recent generation observed when updating this PDB status. DisruptionsAllowed and other status information is valid only if observedGeneration equals to PDB's object generation. -

        PodDisruptionBudgetList v1 policy

        +

        PodDisruptionBudgetList v1 policy

        @@ -22139,11 +24725,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
        FieldDescription
        metadata
        ListMeta
        Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
        -

        Write Operations

        -

        Create

        +
      +
      +

      Write Operations

      +
      +

      Create

      create a PodDisruptionBudget

      HTTP Request

      -POST /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets +

      POST /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets

      Path Parameters

      @@ -22177,10 +24766,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      202
      PodDisruptionBudget
      Accepted
      -

      Patch

      +
      +
      +

      Patch

      partially update the specified PodDisruptionBudget

      HTTP Request

      -PATCH /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name} +

      PATCH /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}

      Path Parameters

      @@ -22215,10 +24806,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      PodDisruptionBudget
      Created
      -

      Replace

      +
      +
      +

      Replace

      replace the specified PodDisruptionBudget

      HTTP Request

      -PUT /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name} +

      PUT /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}

      Path Parameters

      @@ -22252,10 +24845,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      PodDisruptionBudget
      Created
      -

      Delete

      +
      +
      +

      Delete

      delete a PodDisruptionBudget

      HTTP Request

      -DELETE /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name} +

      DELETE /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}

      Path Parameters

      @@ -22290,10 +24885,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      202
      Status
      Accepted
      -

      Delete Collection

      +
      +
      +

      Delete Collection

      delete collection of PodDisruptionBudget

      HTTP Request

      -DELETE /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets +

      DELETE /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets

      Path Parameters

      @@ -22334,11 +24931,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      Status
      OK
      -

      Read Operations

      -

      Read

      +
      +
      +
      +

      Read Operations

      +
      +

      Read

      read the specified PodDisruptionBudget

      HTTP Request

      -GET /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name} +

      GET /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}

      Path Parameters

      @@ -22361,10 +24962,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      PodDisruptionBudget
      OK
      -

      List

      +
      +
      +

      List

      list or watch objects of kind PodDisruptionBudget

      HTTP Request

      -GET /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets +

      GET /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets

      Path Parameters

      @@ -22396,10 +24999,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      PodDisruptionBudgetList
      OK
      -

      List All Namespaces

      +
      +
      +

      List All Namespaces

      list or watch objects of kind PodDisruptionBudget

      HTTP Request

      -GET /apis/policy/v1/poddisruptionbudgets +

      GET /apis/policy/v1/poddisruptionbudgets

      Query Parameters

      @@ -22424,10 +25029,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      PodDisruptionBudgetList
      OK
      -

      Watch

      +
      +
      +

      Watch

      watch changes to an object of kind PodDisruptionBudget. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

      HTTP Request

      -GET /apis/policy/v1/watch/namespaces/{namespace}/poddisruptionbudgets/{name} +

      GET /apis/policy/v1/watch/namespaces/{namespace}/poddisruptionbudgets/{name}

      Path Parameters

      @@ -22460,10 +25067,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Watch List

      +
      +
      +

      Watch List

      watch individual changes to a list of PodDisruptionBudget. deprecated: use the 'watch' parameter with a list operation instead.

      HTTP Request

      -GET /apis/policy/v1/watch/namespaces/{namespace}/poddisruptionbudgets +

      GET /apis/policy/v1/watch/namespaces/{namespace}/poddisruptionbudgets

      Path Parameters

      @@ -22495,10 +25104,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Watch List All Namespaces

      +
      +
      +

      Watch List All Namespaces

      watch individual changes to a list of PodDisruptionBudget. deprecated: use the 'watch' parameter with a list operation instead.

      HTTP Request

      -GET /apis/policy/v1/watch/poddisruptionbudgets +

      GET /apis/policy/v1/watch/poddisruptionbudgets

      Query Parameters

      @@ -22523,11 +25134,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Status Operations

      -

      Patch Status

      +
      +
      +
      +

      Status Operations

      +
      +

      Patch Status

      partially update status of the specified PodDisruptionBudget

      HTTP Request

      -PATCH /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}/status +

      PATCH /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}/status

      Path Parameters

      @@ -22562,10 +25177,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      PodDisruptionBudget
      Created
      -

      Read Status

      +
      +
      +

      Read Status

      read status of the specified PodDisruptionBudget

      HTTP Request

      -GET /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}/status +

      GET /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}/status

      Path Parameters

      @@ -22588,10 +25205,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      PodDisruptionBudget
      OK
      -

      Replace Status

      +
      +
      +

      Replace Status

      replace status of the specified PodDisruptionBudget

      HTTP Request

      -PUT /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}/status +

      PUT /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}/status

      Path Parameters

      @@ -22625,7 +25244,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      PodDisruptionBudget
      Created
      -

      PriorityClass v1 scheduling.k8s.io

      +
      +
      +
    +
    +

    PriorityClass v1 scheduling.k8s.io

    @@ -22649,7 +25272,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    value
    integer
    value represents the integer value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec.
    -

    PriorityClassList v1 scheduling

    +
    +

    PriorityClassList v1 scheduling

    @@ -22659,11 +25283,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    FieldDescription
    metadata
    ListMeta
    Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
    -

    Write Operations

    -

    Create

    +
    +
    +

    Write Operations

    +
    +

    Create

    create a PriorityClass

    HTTP Request

    -POST /apis/scheduling.k8s.io/v1/priorityclasses +

    POST /apis/scheduling.k8s.io/v1/priorityclasses

    Query Parameters

    @@ -22690,10 +25317,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    PriorityClass
    Accepted
    -

    Patch

    +
    +
    +

    Patch

    partially update the specified PriorityClass

    HTTP Request

    -PATCH /apis/scheduling.k8s.io/v1/priorityclasses/{name} +

    PATCH /apis/scheduling.k8s.io/v1/priorityclasses/{name}

    Path Parameters

    @@ -22727,10 +25356,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    PriorityClass
    Created
    -

    Replace

    +
    +
    +

    Replace

    replace the specified PriorityClass

    HTTP Request

    -PUT /apis/scheduling.k8s.io/v1/priorityclasses/{name} +

    PUT /apis/scheduling.k8s.io/v1/priorityclasses/{name}

    Path Parameters

    @@ -22763,10 +25394,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    PriorityClass
    Created
    -

    Delete

    +
    +
    +

    Delete

    delete a PriorityClass

    HTTP Request

    -DELETE /apis/scheduling.k8s.io/v1/priorityclasses/{name} +

    DELETE /apis/scheduling.k8s.io/v1/priorityclasses/{name}

    Path Parameters

    @@ -22800,10 +25433,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    Status
    Accepted
    -

    Delete Collection

    +
    +
    +

    Delete Collection

    delete collection of PriorityClass

    HTTP Request

    -DELETE /apis/scheduling.k8s.io/v1/priorityclasses +

    DELETE /apis/scheduling.k8s.io/v1/priorityclasses

    Query Parameters

    @@ -22837,11 +25472,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    Status
    OK
    -

    Read Operations

    -

    Read

    +
    +
    +
    +

    Read Operations

    +
    +

    Read

    read the specified PriorityClass

    HTTP Request

    -GET /apis/scheduling.k8s.io/v1/priorityclasses/{name} +

    GET /apis/scheduling.k8s.io/v1/priorityclasses/{name}

    Path Parameters

    @@ -22863,10 +25502,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    PriorityClass
    OK
    -

    List

    +
    +
    +

    List

    list or watch objects of kind PriorityClass

    HTTP Request

    -GET /apis/scheduling.k8s.io/v1/priorityclasses +

    GET /apis/scheduling.k8s.io/v1/priorityclasses

    Query Parameters

    @@ -22891,10 +25532,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    PriorityClassList
    OK
    -

    Watch

    +
    +
    +

    Watch

    watch changes to an object of kind PriorityClass. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

    HTTP Request

    -GET /apis/scheduling.k8s.io/v1/watch/priorityclasses/{name} +

    GET /apis/scheduling.k8s.io/v1/watch/priorityclasses/{name}

    Path Parameters

    @@ -22926,10 +25569,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List

    +
    +
    +

    Watch List

    watch individual changes to a list of PriorityClass. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /apis/scheduling.k8s.io/v1/watch/priorityclasses +

    GET /apis/scheduling.k8s.io/v1/watch/priorityclasses

    Query Parameters

    @@ -22954,7 +25599,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    ResourceClaim v1alpha2 resource.k8s.io

    +
    +
    +
    +
    +

    ResourceClaim v1alpha2 resource.k8s.io

    @@ -22979,7 +25628,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    status
    ResourceClaimStatus
    Status describes whether the resource is available and with which attributes.
    -

    ResourceClaimSpec v1alpha2 resource

    +
    +

    ResourceClaimSpec v1alpha2 resource

    Appears In:
    • ResourceClaim [resource/v1alpha2]
    • @@ -22994,7 +25644,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de resourceClassName
      stringResourceClassName references the driver and additional parameters via the name of a ResourceClass that was created as part of the driver deployment. -

      ResourceClaimStatus v1alpha2 resource

      +

      ResourceClaimStatus v1alpha2 resource

      Appears In:
      • ResourceClaim [resource/v1alpha2]
      • @@ -23009,7 +25659,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de reservedFor
        ResourceClaimConsumerReference arrayReservedFor indicates which entities are currently allowed to use the claim. A Pod which references a ResourceClaim which is not reserved for that Pod will not be started. There can be at most 32 such reservations. This may get increased in the future, but not reduced. -

        ResourceClaimList v1alpha2 resource

        +

        ResourceClaimList v1alpha2 resource

        @@ -23019,11 +25669,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
        FieldDescription
        metadata
        ListMeta
        Standard list metadata
        -

        Write Operations

        -

        Create

        +
      +
      +

      Write Operations

      +
      +

      Create

      create a ResourceClaim

      HTTP Request

      -POST /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaims +

      POST /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaims

      Path Parameters

      @@ -23057,10 +25710,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      202
      ResourceClaim
      Accepted
      -

      Patch

      +
      +
      +

      Patch

      partially update the specified ResourceClaim

      HTTP Request

      -PATCH /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaims/{name} +

      PATCH /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaims/{name}

      Path Parameters

      @@ -23095,10 +25750,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      ResourceClaim
      Created
      -

      Replace

      +
      +
      +

      Replace

      replace the specified ResourceClaim

      HTTP Request

      -PUT /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaims/{name} +

      PUT /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaims/{name}

      Path Parameters

      @@ -23132,10 +25789,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      ResourceClaim
      Created
      -

      Delete

      +
      +
      +

      Delete

      delete a ResourceClaim

      HTTP Request

      -DELETE /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaims/{name} +

      DELETE /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaims/{name}

      Path Parameters

      @@ -23170,10 +25829,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      202
      ResourceClaim
      Accepted
      -

      Delete Collection

      +
      +
      +

      Delete Collection

      delete collection of ResourceClaim

      HTTP Request

      -DELETE /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaims +

      DELETE /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaims

      Path Parameters

      @@ -23214,11 +25875,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      Status
      OK
      -

      Read Operations

      -

      Read

      +
      +
      +
      +

      Read Operations

      +
      +

      Read

      read the specified ResourceClaim

      HTTP Request

      -GET /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaims/{name} +

      GET /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaims/{name}

      Path Parameters

      @@ -23241,10 +25906,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      ResourceClaim
      OK
      -

      List

      +
      +
      +

      List

      list or watch objects of kind ResourceClaim

      HTTP Request

      -GET /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaims +

      GET /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaims

      Path Parameters

      @@ -23276,10 +25943,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      ResourceClaimList
      OK
      -

      List All Namespaces

      +
      +
      +

      List All Namespaces

      list or watch objects of kind ResourceClaim

      HTTP Request

      -GET /apis/resource.k8s.io/v1alpha2/resourceclaims +

      GET /apis/resource.k8s.io/v1alpha2/resourceclaims

      Query Parameters

      @@ -23304,10 +25973,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      ResourceClaimList
      OK
      -

      Watch

      +
      +
      +

      Watch

      watch changes to an object of kind ResourceClaim. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

      HTTP Request

      -GET /apis/resource.k8s.io/v1alpha2/watch/namespaces/{namespace}/resourceclaims/{name} +

      GET /apis/resource.k8s.io/v1alpha2/watch/namespaces/{namespace}/resourceclaims/{name}

      Path Parameters

      @@ -23340,10 +26011,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Watch List

      +
      +
      +

      Watch List

      watch individual changes to a list of ResourceClaim. deprecated: use the 'watch' parameter with a list operation instead.

      HTTP Request

      -GET /apis/resource.k8s.io/v1alpha2/watch/namespaces/{namespace}/resourceclaims +

      GET /apis/resource.k8s.io/v1alpha2/watch/namespaces/{namespace}/resourceclaims

      Path Parameters

      @@ -23375,10 +26048,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Watch List All Namespaces

      +
      +
      +

      Watch List All Namespaces

      watch individual changes to a list of ResourceClaim. deprecated: use the 'watch' parameter with a list operation instead.

      HTTP Request

      -GET /apis/resource.k8s.io/v1alpha2/watch/resourceclaims +

      GET /apis/resource.k8s.io/v1alpha2/watch/resourceclaims

      Query Parameters

      @@ -23403,11 +26078,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Status Operations

      -

      Patch Status

      +
      +
      +
      +

      Status Operations

      +
      +

      Patch Status

      partially update status of the specified ResourceClaim

      HTTP Request

      -PATCH /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaims/{name}/status +

      PATCH /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaims/{name}/status

      Path Parameters

      @@ -23442,10 +26121,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      ResourceClaim
      Created
      -

      Read Status

      +
      +
      +

      Read Status

      read status of the specified ResourceClaim

      HTTP Request

      -GET /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaims/{name}/status +

      GET /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaims/{name}/status

      Path Parameters

      @@ -23468,10 +26149,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      ResourceClaim
      OK
      -

      Replace Status

      +
      +
      +

      Replace Status

      replace status of the specified ResourceClaim

      HTTP Request

      -PUT /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaims/{name}/status +

      PUT /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaims/{name}/status

      Path Parameters

      @@ -23505,7 +26188,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      ResourceClaim
      Created
      -

      ResourceClaimTemplate v1alpha2 resource.k8s.io

      +
      +
      +
    +
    +

    ResourceClaimTemplate v1alpha2 resource.k8s.io

    @@ -23526,7 +26213,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    spec
    ResourceClaimTemplateSpec
    Describes the ResourceClaim that is to be generated. This field is immutable. A ResourceClaim will get created by the control plane for a Pod when needed and then not get updated anymore.
    -

    ResourceClaimTemplateSpec v1alpha2 resource

    +
    +

    ResourceClaimTemplateSpec v1alpha2 resource

    Appears In:
    • ResourceClaimTemplate [resource/v1alpha2]
    • @@ -23539,7 +26227,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de spec
      ResourceClaimSpecSpec for the ResourceClaim. The entire content is copied unchanged into the ResourceClaim that gets created from this template. The same fields as in a ResourceClaim are also valid here. -

      ResourceClaimTemplateList v1alpha2 resource

      +

      ResourceClaimTemplateList v1alpha2 resource

      @@ -23549,11 +26237,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      FieldDescription
      metadata
      ListMeta
      Standard list metadata
      -

      Write Operations

      -

      Create

      +
    +
    +

    Write Operations

    +
    +

    Create

    create a ResourceClaimTemplate

    HTTP Request

    -POST /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaimtemplates +

    POST /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaimtemplates

    Path Parameters

    @@ -23587,10 +26278,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    ResourceClaimTemplate
    Accepted
    -

    Patch

    +
    +
    +

    Patch

    partially update the specified ResourceClaimTemplate

    HTTP Request

    -PATCH /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaimtemplates/{name} +

    PATCH /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaimtemplates/{name}

    Path Parameters

    @@ -23625,10 +26318,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    ResourceClaimTemplate
    Created
    -

    Replace

    +
    +
    +

    Replace

    replace the specified ResourceClaimTemplate

    HTTP Request

    -PUT /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaimtemplates/{name} +

    PUT /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaimtemplates/{name}

    Path Parameters

    @@ -23662,10 +26357,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    ResourceClaimTemplate
    Created
    -

    Delete

    +
    +
    +

    Delete

    delete a ResourceClaimTemplate

    HTTP Request

    -DELETE /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaimtemplates/{name} +

    DELETE /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaimtemplates/{name}

    Path Parameters

    @@ -23700,10 +26397,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    ResourceClaimTemplate
    Accepted
    -

    Delete Collection

    +
    +
    +

    Delete Collection

    delete collection of ResourceClaimTemplate

    HTTP Request

    -DELETE /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaimtemplates +

    DELETE /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaimtemplates

    Path Parameters

    @@ -23744,11 +26443,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    Status
    OK
    -

    Read Operations

    -

    Read

    +
    +
    +
    +

    Read Operations

    +
    +

    Read

    read the specified ResourceClaimTemplate

    HTTP Request

    -GET /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaimtemplates/{name} +

    GET /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaimtemplates/{name}

    Path Parameters

    @@ -23771,10 +26474,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    ResourceClaimTemplate
    OK
    -

    List

    +
    +
    +

    List

    list or watch objects of kind ResourceClaimTemplate

    HTTP Request

    -GET /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaimtemplates +

    GET /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaimtemplates

    Path Parameters

    @@ -23806,10 +26511,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    ResourceClaimTemplateList
    OK
    -

    List All Namespaces

    +
    +
    +

    List All Namespaces

    list or watch objects of kind ResourceClaimTemplate

    HTTP Request

    -GET /apis/resource.k8s.io/v1alpha2/resourceclaimtemplates +

    GET /apis/resource.k8s.io/v1alpha2/resourceclaimtemplates

    Query Parameters

    @@ -23834,10 +26541,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    ResourceClaimTemplateList
    OK
    -

    Watch

    +
    +
    +

    Watch

    watch changes to an object of kind ResourceClaimTemplate. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

    HTTP Request

    -GET /apis/resource.k8s.io/v1alpha2/watch/namespaces/{namespace}/resourceclaimtemplates/{name} +

    GET /apis/resource.k8s.io/v1alpha2/watch/namespaces/{namespace}/resourceclaimtemplates/{name}

    Path Parameters

    @@ -23870,10 +26579,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List

    +
    +
    +

    Watch List

    watch individual changes to a list of ResourceClaimTemplate. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /apis/resource.k8s.io/v1alpha2/watch/namespaces/{namespace}/resourceclaimtemplates +

    GET /apis/resource.k8s.io/v1alpha2/watch/namespaces/{namespace}/resourceclaimtemplates

    Path Parameters

    @@ -23905,10 +26616,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List All Namespaces

    +
    +
    +

    Watch List All Namespaces

    watch individual changes to a list of ResourceClaimTemplate. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /apis/resource.k8s.io/v1alpha2/watch/resourceclaimtemplates +

    GET /apis/resource.k8s.io/v1alpha2/watch/resourceclaimtemplates

    Query Parameters

    @@ -23933,7 +26646,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    ResourceClass v1alpha2 resource.k8s.io

    +
    +
    +
    +
    +

    ResourceClass v1alpha2 resource.k8s.io

    @@ -23956,7 +26673,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    suitableNodes
    NodeSelector
    Only nodes matching the selector will be considered by the scheduler when trying to find a Node that fits a Pod when that Pod uses a ResourceClaim that has not been allocated yet. Setting this field is optional. If null, all nodes are candidates.
    -

    ResourceClassList v1alpha2 resource

    +
    +

    ResourceClassList v1alpha2 resource

    @@ -23966,11 +26684,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    FieldDescription
    metadata
    ListMeta
    Standard list metadata
    -

    Write Operations

    -

    Create

    +
    +
    +

    Write Operations

    +
    +

    Create

    create a ResourceClass

    HTTP Request

    -POST /apis/resource.k8s.io/v1alpha2/resourceclasses +

    POST /apis/resource.k8s.io/v1alpha2/resourceclasses

    Query Parameters

    @@ -23997,10 +26718,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    ResourceClass
    Accepted
    -

    Patch

    +
    +
    +

    Patch

    partially update the specified ResourceClass

    HTTP Request

    -PATCH /apis/resource.k8s.io/v1alpha2/resourceclasses/{name} +

    PATCH /apis/resource.k8s.io/v1alpha2/resourceclasses/{name}

    Path Parameters

    @@ -24034,10 +26757,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    ResourceClass
    Created
    -

    Replace

    +
    +
    +

    Replace

    replace the specified ResourceClass

    HTTP Request

    -PUT /apis/resource.k8s.io/v1alpha2/resourceclasses/{name} +

    PUT /apis/resource.k8s.io/v1alpha2/resourceclasses/{name}

    Path Parameters

    @@ -24070,10 +26795,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    ResourceClass
    Created
    -

    Delete

    +
    +
    +

    Delete

    delete a ResourceClass

    HTTP Request

    -DELETE /apis/resource.k8s.io/v1alpha2/resourceclasses/{name} +

    DELETE /apis/resource.k8s.io/v1alpha2/resourceclasses/{name}

    Path Parameters

    @@ -24107,10 +26834,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    ResourceClass
    Accepted
    -

    Delete Collection

    +
    +
    +

    Delete Collection

    delete collection of ResourceClass

    HTTP Request

    -DELETE /apis/resource.k8s.io/v1alpha2/resourceclasses +

    DELETE /apis/resource.k8s.io/v1alpha2/resourceclasses

    Query Parameters

    @@ -24144,11 +26873,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    Status
    OK
    -

    Read Operations

    -

    Read

    +
    +
    +
    +

    Read Operations

    +
    +

    Read

    read the specified ResourceClass

    HTTP Request

    -GET /apis/resource.k8s.io/v1alpha2/resourceclasses/{name} +

    GET /apis/resource.k8s.io/v1alpha2/resourceclasses/{name}

    Path Parameters

    @@ -24170,10 +26903,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    ResourceClass
    OK
    -

    List

    +
    +
    +

    List

    list or watch objects of kind ResourceClass

    HTTP Request

    -GET /apis/resource.k8s.io/v1alpha2/resourceclasses +

    GET /apis/resource.k8s.io/v1alpha2/resourceclasses

    Query Parameters

    @@ -24198,10 +26933,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    ResourceClassList
    OK
    -

    Watch

    +
    +
    +

    Watch

    watch changes to an object of kind ResourceClass. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

    HTTP Request

    -GET /apis/resource.k8s.io/v1alpha2/watch/resourceclasses/{name} +

    GET /apis/resource.k8s.io/v1alpha2/watch/resourceclasses/{name}

    Path Parameters

    @@ -24233,10 +26970,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List

    +
    +
    +

    Watch List

    watch individual changes to a list of ResourceClass. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /apis/resource.k8s.io/v1alpha2/watch/resourceclasses +

    GET /apis/resource.k8s.io/v1alpha2/watch/resourceclasses

    Query Parameters

    @@ -24261,7 +27000,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    ValidatingAdmissionPolicy v1beta1 admissionregistration.k8s.io

    +
    +
    +
    +
    +

    ValidatingAdmissionPolicy v1beta1 admissionregistration.k8s.io

    @@ -24286,7 +27029,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    status
    ValidatingAdmissionPolicyStatus
    The status of the ValidatingAdmissionPolicy, including warnings that are useful to determine if the policy behaves in the expected way. Populated by the system. Read-only.
    -

    ValidatingAdmissionPolicySpec v1beta1 admissionregistration

    +
    +

    ValidatingAdmissionPolicySpec v1beta1 admissionregistration

    Appears In:
    • ValidatingAdmissionPolicy [admissionregistration/v1beta1]
    • @@ -24304,7 +27048,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de variables
      Variable array
      patch strategy: merge
      patch merge key: nameVariables contain definitions of variables that can be used in composition of other expressions. Each variable is defined as a named CEL expression. The variables defined here will be available under `variables` in other expressions of the policy except MatchConditions because MatchConditions are evaluated before the rest of the policy. The expression of a variable can refer to other variables defined earlier in the list but not those after. Thus, Variables must be sorted by the order of first appearance and acyclic. -

      ValidatingAdmissionPolicyStatus v1beta1 admissionregistration

      +

      ValidatingAdmissionPolicyStatus v1beta1 admissionregistration

      Appears In:
      • ValidatingAdmissionPolicy [admissionregistration/v1beta1]
      • @@ -24318,7 +27062,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de typeChecking
        TypeCheckingThe results of type checking for each expression. Presence of this field indicates the completion of the type checking. -

        ValidatingAdmissionPolicyList v1beta1 admissionregistration

        +

        ValidatingAdmissionPolicyList v1beta1 admissionregistration

        @@ -24328,11 +27072,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
        FieldDescription
        metadata
        ListMeta
        Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
        -

        Write Operations

        -

        Create

        +
      +
      +

      Write Operations

      +
      +

      Create

      create a ValidatingAdmissionPolicy

      HTTP Request

      -POST /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicies +

      POST /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicies

      Query Parameters

      @@ -24359,10 +27106,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      202
      ValidatingAdmissionPolicy
      Accepted
      -

      Patch

      +
      +
      +

      Patch

      partially update the specified ValidatingAdmissionPolicy

      HTTP Request

      -PATCH /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicies/{name} +

      PATCH /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicies/{name}

      Path Parameters

      @@ -24396,10 +27145,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      ValidatingAdmissionPolicy
      Created
      -

      Replace

      +
      +
      +

      Replace

      replace the specified ValidatingAdmissionPolicy

      HTTP Request

      -PUT /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicies/{name} +

      PUT /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicies/{name}

      Path Parameters

      @@ -24432,10 +27183,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      ValidatingAdmissionPolicy
      Created
      -

      Delete

      +
      +
      +

      Delete

      delete a ValidatingAdmissionPolicy

      HTTP Request

      -DELETE /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicies/{name} +

      DELETE /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicies/{name}

      Path Parameters

      @@ -24469,10 +27222,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      202
      Status
      Accepted
      -

      Delete Collection

      +
      +
      +

      Delete Collection

      delete collection of ValidatingAdmissionPolicy

      HTTP Request

      -DELETE /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicies +

      DELETE /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicies

      Query Parameters

      @@ -24506,11 +27261,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      Status
      OK
      -

      Read Operations

      -

      Read

      +
      +
      +
      +

      Read Operations

      +
      +

      Read

      read the specified ValidatingAdmissionPolicy

      HTTP Request

      -GET /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicies/{name} +

      GET /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicies/{name}

      Path Parameters

      @@ -24532,10 +27291,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      ValidatingAdmissionPolicy
      OK
      -

      List

      +
      +
      +

      List

      list or watch objects of kind ValidatingAdmissionPolicy

      HTTP Request

      -GET /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicies +

      GET /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicies

      Query Parameters

      @@ -24560,10 +27321,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      ValidatingAdmissionPolicyList
      OK
      -

      Watch

      +
      +
      +

      Watch

      watch changes to an object of kind ValidatingAdmissionPolicy. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

      HTTP Request

      -GET /apis/admissionregistration.k8s.io/v1beta1/watch/validatingadmissionpolicies/{name} +

      GET /apis/admissionregistration.k8s.io/v1beta1/watch/validatingadmissionpolicies/{name}

      Path Parameters

      @@ -24595,10 +27358,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Watch List

      +
      +
      +

      Watch List

      watch individual changes to a list of ValidatingAdmissionPolicy. deprecated: use the 'watch' parameter with a list operation instead.

      HTTP Request

      -GET /apis/admissionregistration.k8s.io/v1beta1/watch/validatingadmissionpolicies +

      GET /apis/admissionregistration.k8s.io/v1beta1/watch/validatingadmissionpolicies

      Query Parameters

      @@ -24623,11 +27388,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Status Operations

      -

      Patch Status

      +
      +
      +
      +

      Status Operations

      +
      +

      Patch Status

      partially update status of the specified ValidatingAdmissionPolicy

      HTTP Request

      -PATCH /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicies/{name}/status +

      PATCH /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicies/{name}/status

      Path Parameters

      @@ -24661,10 +27430,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      ValidatingAdmissionPolicy
      Created
      -

      Read Status

      +
      +
      +

      Read Status

      read status of the specified ValidatingAdmissionPolicy

      HTTP Request

      -GET /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicies/{name}/status +

      GET /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicies/{name}/status

      Path Parameters

      @@ -24686,10 +27457,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      ValidatingAdmissionPolicy
      OK
      -

      Replace Status

      +
      +
      +

      Replace Status

      replace status of the specified ValidatingAdmissionPolicy

      HTTP Request

      -PUT /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicies/{name}/status +

      PUT /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicies/{name}/status

      Path Parameters

      @@ -24722,7 +27495,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      ValidatingAdmissionPolicy
      Created
      -

      ValidatingAdmissionPolicyBinding v1beta1 admissionregistration.k8s.io

      +
      +
      +
    +
    +

    ValidatingAdmissionPolicyBinding v1beta1 admissionregistration.k8s.io

    @@ -24746,7 +27523,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    spec
    ValidatingAdmissionPolicyBindingSpec
    Specification of the desired behavior of the ValidatingAdmissionPolicyBinding.
    -

    ValidatingAdmissionPolicyBindingSpec v1beta1 admissionregistration

    +
    +

    ValidatingAdmissionPolicyBindingSpec v1beta1 admissionregistration

    Appears In:
    • ValidatingAdmissionPolicyBinding [admissionregistration/v1beta1]
    • @@ -24761,7 +27539,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de validationActions
      string arrayvalidationActions declares how Validations of the referenced ValidatingAdmissionPolicy are enforced. If a validation evaluates to false it is always enforced according to these actions. Failures defined by the ValidatingAdmissionPolicy's FailurePolicy are enforced according to these actions only if the FailurePolicy is set to Fail, otherwise the failures are ignored. This includes compilation errors, runtime errors and misconfigurations of the policy. validationActions is declared as a set of action values. Order does not matter. validationActions may not contain duplicates of the same action. The supported actions values are: "Deny" specifies that a validation failure results in a denied request. "Warn" specifies that a validation failure is reported to the request client in HTTP Warning headers, with a warning code of 299. Warnings can be sent both for allowed or denied admission responses. "Audit" specifies that a validation failure is included in the published audit event for the request. The audit event will contain a `validation.policy.admission.k8s.io/validation_failure` audit annotation with a value containing the details of the validation failures, formatted as a JSON list of objects, each with the following fields: - message: The validation failure message string - policy: The resource name of the ValidatingAdmissionPolicy - binding: The resource name of the ValidatingAdmissionPolicyBinding - expressionIndex: The index of the failed validations in the ValidatingAdmissionPolicy - validationActions: The enforcement actions enacted for the validation failure Example audit annotation: `"validation.policy.admission.k8s.io/validation_failure": "[{"message": "Invalid value", {"policy": "policy.example.com", {"binding": "policybinding.example.com", {"expressionIndex": "1", {"validationActions": ["Audit"]}]"` Clients should expect to handle additional values by ignoring any values not recognized. "Deny" and "Warn" may not be used together since this combination needlessly duplicates the validation failure both in the API response body and the HTTP warning headers. Required. -

      ValidatingAdmissionPolicyBindingList v1beta1 admissionregistration

      +

      ValidatingAdmissionPolicyBindingList v1beta1 admissionregistration

      @@ -24771,11 +27549,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      FieldDescription
      metadata
      ListMeta
      Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
      -

      Write Operations

      -

      Create

      +
    +
    +

    Write Operations

    +
    +

    Create

    create a ValidatingAdmissionPolicyBinding

    HTTP Request

    -POST /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicybindings +

    POST /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicybindings

    Query Parameters

    @@ -24802,10 +27583,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    ValidatingAdmissionPolicyBinding
    Accepted
    -

    Patch

    +
    +
    +

    Patch

    partially update the specified ValidatingAdmissionPolicyBinding

    HTTP Request

    -PATCH /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicybindings/{name} +

    PATCH /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicybindings/{name}

    Path Parameters

    @@ -24839,10 +27622,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    ValidatingAdmissionPolicyBinding
    Created
    -

    Replace

    +
    +
    +

    Replace

    replace the specified ValidatingAdmissionPolicyBinding

    HTTP Request

    -PUT /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicybindings/{name} +

    PUT /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicybindings/{name}

    Path Parameters

    @@ -24875,10 +27660,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    ValidatingAdmissionPolicyBinding
    Created
    -

    Delete

    +
    +
    +

    Delete

    delete a ValidatingAdmissionPolicyBinding

    HTTP Request

    -DELETE /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicybindings/{name} +

    DELETE /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicybindings/{name}

    Path Parameters

    @@ -24912,10 +27699,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    Status
    Accepted
    -

    Delete Collection

    +
    +
    +

    Delete Collection

    delete collection of ValidatingAdmissionPolicyBinding

    HTTP Request

    -DELETE /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicybindings +

    DELETE /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicybindings

    Query Parameters

    @@ -24949,11 +27738,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    Status
    OK
    -

    Read Operations

    -

    Read

    +
    +
    +
    +

    Read Operations

    +
    +

    Read

    read the specified ValidatingAdmissionPolicyBinding

    HTTP Request

    -GET /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicybindings/{name} +

    GET /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicybindings/{name}

    Path Parameters

    @@ -24975,10 +27768,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    ValidatingAdmissionPolicyBinding
    OK
    -

    List

    +
    +
    +

    List

    list or watch objects of kind ValidatingAdmissionPolicyBinding

    HTTP Request

    -GET /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicybindings +

    GET /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicybindings

    Query Parameters

    @@ -25003,10 +27798,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    ValidatingAdmissionPolicyBindingList
    OK
    -

    Watch

    +
    +
    +

    Watch

    watch changes to an object of kind ValidatingAdmissionPolicyBinding. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

    HTTP Request

    -GET /apis/admissionregistration.k8s.io/v1beta1/watch/validatingadmissionpolicybindings/{name} +

    GET /apis/admissionregistration.k8s.io/v1beta1/watch/validatingadmissionpolicybindings/{name}

    Path Parameters

    @@ -25038,10 +27835,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List

    +
    +
    +

    Watch List

    watch individual changes to a list of ValidatingAdmissionPolicyBinding. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /apis/admissionregistration.k8s.io/v1beta1/watch/validatingadmissionpolicybindings +

    GET /apis/admissionregistration.k8s.io/v1beta1/watch/validatingadmissionpolicybindings

    Query Parameters

    @@ -25066,12 +27865,16 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    CLUSTER

    +
    +
    +
    +
    +

    Cluster

    Cluster resources are responsible for defining configuration of the cluster itself, and are generally only used by cluster operators.

    - -
    -

    APIService v1 apiregistration.k8s.io

    +
    +
    +

    APIService v1 apiregistration.k8s.io

    @@ -25093,7 +27896,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    status
    APIServiceStatus
    Status contains derived information about an API server
    -

    APIServiceSpec v1 apiregistration

    +
    +

    APIServiceSpec v1 apiregistration

    Appears In:
    • APIService [apiregistration/v1]
    • @@ -25111,7 +27915,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de versionPriority
      integerVersionPriority controls the ordering of this API version inside of its group. Must be greater than zero. The primary sort is based on VersionPriority, ordered highest to lowest (20 before 10). Since it's inside of a group, the number can be small, probably in the 10s. In case of equal version priorities, the version string will be used to compute the order inside a group. If the version string is "kube-like", it will sort above non "kube-like" version strings, which are ordered lexicographically. "Kube-like" versions start with a "v", then are followed by a number (the major version), then optionally the string "alpha" or "beta" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10. -

      APIServiceStatus v1 apiregistration

      +

      APIServiceStatus v1 apiregistration

      Appears In:
      • APIService [apiregistration/v1]
      • @@ -25123,7 +27927,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de conditions
        APIServiceCondition array
        patch strategy: merge
        patch merge key: typeCurrent service state of apiService. -

        APIServiceList v1 apiregistration

        +

        APIServiceList v1 apiregistration

        @@ -25133,11 +27937,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
        FieldDescription
        metadata
        ListMeta
        Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
        -

        Write Operations

        -

        Create

        +
      +
      +

      Write Operations

      +
      +

      Create

      create an APIService

      HTTP Request

      -POST /apis/apiregistration.k8s.io/v1/apiservices +

      POST /apis/apiregistration.k8s.io/v1/apiservices

      Query Parameters

      @@ -25164,10 +27971,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      202
      APIService
      Accepted
      -

      Patch

      +
      +
      +

      Patch

      partially update the specified APIService

      HTTP Request

      -PATCH /apis/apiregistration.k8s.io/v1/apiservices/{name} +

      PATCH /apis/apiregistration.k8s.io/v1/apiservices/{name}

      Path Parameters

      @@ -25201,10 +28010,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      APIService
      Created
      -

      Replace

      +
      +
      +

      Replace

      replace the specified APIService

      HTTP Request

      -PUT /apis/apiregistration.k8s.io/v1/apiservices/{name} +

      PUT /apis/apiregistration.k8s.io/v1/apiservices/{name}

      Path Parameters

      @@ -25237,10 +28048,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      APIService
      Created
      -

      Delete

      +
      +
      +

      Delete

      delete an APIService

      HTTP Request

      -DELETE /apis/apiregistration.k8s.io/v1/apiservices/{name} +

      DELETE /apis/apiregistration.k8s.io/v1/apiservices/{name}

      Path Parameters

      @@ -25274,10 +28087,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      202
      Status
      Accepted
      -

      Delete Collection

      +
      +
      +

      Delete Collection

      delete collection of APIService

      HTTP Request

      -DELETE /apis/apiregistration.k8s.io/v1/apiservices +

      DELETE /apis/apiregistration.k8s.io/v1/apiservices

      Query Parameters

      @@ -25311,11 +28126,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      Status
      OK
      -

      Read Operations

      -

      Read

      +
      +
      +
      +

      Read Operations

      +
      +

      Read

      read the specified APIService

      HTTP Request

      -GET /apis/apiregistration.k8s.io/v1/apiservices/{name} +

      GET /apis/apiregistration.k8s.io/v1/apiservices/{name}

      Path Parameters

      @@ -25337,10 +28156,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      APIService
      OK
      -

      List

      +
      +
      +

      List

      list or watch objects of kind APIService

      HTTP Request

      -GET /apis/apiregistration.k8s.io/v1/apiservices +

      GET /apis/apiregistration.k8s.io/v1/apiservices

      Query Parameters

      @@ -25365,10 +28186,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      APIServiceList
      OK
      -

      Watch

      +
      +
      +

      Watch

      watch changes to an object of kind APIService. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

      HTTP Request

      -GET /apis/apiregistration.k8s.io/v1/watch/apiservices/{name} +

      GET /apis/apiregistration.k8s.io/v1/watch/apiservices/{name}

      Path Parameters

      @@ -25400,10 +28223,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Watch List

      +
      +
      +

      Watch List

      watch individual changes to a list of APIService. deprecated: use the 'watch' parameter with a list operation instead.

      HTTP Request

      -GET /apis/apiregistration.k8s.io/v1/watch/apiservices +

      GET /apis/apiregistration.k8s.io/v1/watch/apiservices

      Query Parameters

      @@ -25428,11 +28253,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Status Operations

      -

      Patch Status

      +
      +
      +
      +

      Status Operations

      +
      +

      Patch Status

      partially update status of the specified APIService

      HTTP Request

      -PATCH /apis/apiregistration.k8s.io/v1/apiservices/{name}/status +

      PATCH /apis/apiregistration.k8s.io/v1/apiservices/{name}/status

      Path Parameters

      @@ -25466,10 +28295,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      APIService
      Created
      -

      Read Status

      +
      +
      +

      Read Status

      read status of the specified APIService

      HTTP Request

      -GET /apis/apiregistration.k8s.io/v1/apiservices/{name}/status +

      GET /apis/apiregistration.k8s.io/v1/apiservices/{name}/status

      Path Parameters

      @@ -25491,10 +28322,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      APIService
      OK
      -

      Replace Status

      +
      +
      +

      Replace Status

      replace status of the specified APIService

      HTTP Request

      -PUT /apis/apiregistration.k8s.io/v1/apiservices/{name}/status +

      PUT /apis/apiregistration.k8s.io/v1/apiservices/{name}/status

      Path Parameters

      @@ -25527,7 +28360,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      APIService
      Created
      -

      Binding v1 core

      +
      +
      +
    +
    +

    Binding v1 core

    @@ -25543,11 +28380,13 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    target
    ObjectReference
    The target object that you want to bind to the standard object.
    -

    Write Operations

    -

    Create

    +
    +

    Write Operations

    +
    +

    Create

    create a Binding

    HTTP Request

    -POST /api/v1/namespaces/{namespace}/bindings +

    POST /api/v1/namespaces/{namespace}/bindings

    Path Parameters

    @@ -25581,7 +28420,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    Binding
    Accepted
    -

    CertificateSigningRequest v1 certificates.k8s.io

    +
    +
    +
    +
    +

    CertificateSigningRequest v1 certificates.k8s.io

    @@ -25603,7 +28446,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    status
    CertificateSigningRequestStatus
    status contains information about whether the request is approved or denied, and the certificate issued by the signer, or the failure condition indicating signer failure.
    -

    CertificateSigningRequestSpec v1 certificates

    +
    +

    CertificateSigningRequestSpec v1 certificates

    Appears In:
    • CertificateSigningRequest [certificates/v1]
    • @@ -25622,7 +28466,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de username
      stringusername contains the name of the user that created the CertificateSigningRequest. Populated by the API server on creation and immutable. -

      CertificateSigningRequestStatus v1 certificates

      +

      CertificateSigningRequestStatus v1 certificates

      Appears In:
      • CertificateSigningRequest [certificates/v1]
      • @@ -25635,7 +28479,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de conditions
        CertificateSigningRequestCondition arrayconditions applied to the request. Known conditions are "Approved", "Denied", and "Failed". -

        CertificateSigningRequestList v1 certificates

        +

        CertificateSigningRequestList v1 certificates

        @@ -25645,11 +28489,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
        FieldDescription
        metadata
        ListMeta
        -

        Write Operations

        -

        Create

        +
      +
      +

      Write Operations

      +
      +

      Create

      create a CertificateSigningRequest

      HTTP Request

      -POST /apis/certificates.k8s.io/v1/certificatesigningrequests +

      POST /apis/certificates.k8s.io/v1/certificatesigningrequests

      Query Parameters

      @@ -25676,10 +28523,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      202
      CertificateSigningRequest
      Accepted
      -

      Patch

      +
      +
      +

      Patch

      partially update the specified CertificateSigningRequest

      HTTP Request

      -PATCH /apis/certificates.k8s.io/v1/certificatesigningrequests/{name} +

      PATCH /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}

      Path Parameters

      @@ -25713,10 +28562,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      CertificateSigningRequest
      Created
      -

      Replace

      +
      +
      +

      Replace

      replace the specified CertificateSigningRequest

      HTTP Request

      -PUT /apis/certificates.k8s.io/v1/certificatesigningrequests/{name} +

      PUT /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}

      Path Parameters

      @@ -25749,10 +28600,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      CertificateSigningRequest
      Created
      -

      Delete

      +
      +
      +

      Delete

      delete a CertificateSigningRequest

      HTTP Request

      -DELETE /apis/certificates.k8s.io/v1/certificatesigningrequests/{name} +

      DELETE /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}

      Path Parameters

      @@ -25786,10 +28639,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      202
      Status
      Accepted
      -

      Delete Collection

      +
      +
      +

      Delete Collection

      delete collection of CertificateSigningRequest

      HTTP Request

      -DELETE /apis/certificates.k8s.io/v1/certificatesigningrequests +

      DELETE /apis/certificates.k8s.io/v1/certificatesigningrequests

      Query Parameters

      @@ -25823,11 +28678,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      Status
      OK
      -

      Read Operations

      -

      Read

      +
      +
      +
      +

      Read Operations

      +
      +

      Read

      read the specified CertificateSigningRequest

      HTTP Request

      -GET /apis/certificates.k8s.io/v1/certificatesigningrequests/{name} +

      GET /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}

      Path Parameters

      @@ -25849,10 +28708,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      CertificateSigningRequest
      OK
      -

      List

      +
      +
      +

      List

      list or watch objects of kind CertificateSigningRequest

      HTTP Request

      -GET /apis/certificates.k8s.io/v1/certificatesigningrequests +

      GET /apis/certificates.k8s.io/v1/certificatesigningrequests

      Query Parameters

      @@ -25877,10 +28738,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      CertificateSigningRequestList
      OK
      -

      Watch

      +
      +
      +

      Watch

      watch changes to an object of kind CertificateSigningRequest. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

      HTTP Request

      -GET /apis/certificates.k8s.io/v1/watch/certificatesigningrequests/{name} +

      GET /apis/certificates.k8s.io/v1/watch/certificatesigningrequests/{name}

      Path Parameters

      @@ -25912,10 +28775,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Watch List

      +
      +
      +

      Watch List

      watch individual changes to a list of CertificateSigningRequest. deprecated: use the 'watch' parameter with a list operation instead.

      HTTP Request

      -GET /apis/certificates.k8s.io/v1/watch/certificatesigningrequests +

      GET /apis/certificates.k8s.io/v1/watch/certificatesigningrequests

      Query Parameters

      @@ -25940,11 +28805,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Status Operations

      -

      Patch Status

      +
      +
      +
      +

      Status Operations

      +
      +

      Patch Status

      partially update status of the specified CertificateSigningRequest

      HTTP Request

      -PATCH /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/status +

      PATCH /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/status

      Path Parameters

      @@ -25978,10 +28847,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      CertificateSigningRequest
      Created
      -

      Read Status

      +
      +
      +

      Read Status

      read status of the specified CertificateSigningRequest

      HTTP Request

      -GET /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/status +

      GET /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/status

      Path Parameters

      @@ -26003,10 +28874,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      CertificateSigningRequest
      OK
      -

      Replace Status

      +
      +
      +

      Replace Status

      replace status of the specified CertificateSigningRequest

      HTTP Request

      -PUT /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/status +

      PUT /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/status

      Path Parameters

      @@ -26039,7 +28912,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      CertificateSigningRequest
      Created
      -

      ClusterRole v1 rbac.authorization.k8s.io

      +
      +
      +
    +
    +

    ClusterRole v1 rbac.authorization.k8s.io

    @@ -26061,7 +28938,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    rules
    PolicyRule array
    Rules holds all the PolicyRules for this ClusterRole
    -

    ClusterRoleList v1 rbac

    +
    +

    ClusterRoleList v1 rbac

    @@ -26071,11 +28949,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    FieldDescription
    metadata
    ListMeta
    Standard object's metadata.
    -

    Write Operations

    -

    Create

    +
    +
    +

    Write Operations

    +
    +

    Create

    create a ClusterRole

    HTTP Request

    -POST /apis/rbac.authorization.k8s.io/v1/clusterroles +

    POST /apis/rbac.authorization.k8s.io/v1/clusterroles

    Query Parameters

    @@ -26102,10 +28983,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    ClusterRole
    Accepted
    -

    Patch

    +
    +
    +

    Patch

    partially update the specified ClusterRole

    HTTP Request

    -PATCH /apis/rbac.authorization.k8s.io/v1/clusterroles/{name} +

    PATCH /apis/rbac.authorization.k8s.io/v1/clusterroles/{name}

    Path Parameters

    @@ -26139,10 +29022,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    ClusterRole
    Created
    -

    Replace

    +
    +
    +

    Replace

    replace the specified ClusterRole

    HTTP Request

    -PUT /apis/rbac.authorization.k8s.io/v1/clusterroles/{name} +

    PUT /apis/rbac.authorization.k8s.io/v1/clusterroles/{name}

    Path Parameters

    @@ -26175,10 +29060,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    ClusterRole
    Created
    -

    Delete

    +
    +
    +

    Delete

    delete a ClusterRole

    HTTP Request

    -DELETE /apis/rbac.authorization.k8s.io/v1/clusterroles/{name} +

    DELETE /apis/rbac.authorization.k8s.io/v1/clusterroles/{name}

    Path Parameters

    @@ -26212,10 +29099,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    Status
    Accepted
    -

    Delete Collection

    +
    +
    +

    Delete Collection

    delete collection of ClusterRole

    HTTP Request

    -DELETE /apis/rbac.authorization.k8s.io/v1/clusterroles +

    DELETE /apis/rbac.authorization.k8s.io/v1/clusterroles

    Query Parameters

    @@ -26249,11 +29138,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    Status
    OK
    -

    Read Operations

    -

    Read

    +
    +
    +
    +

    Read Operations

    +
    +

    Read

    read the specified ClusterRole

    HTTP Request

    -GET /apis/rbac.authorization.k8s.io/v1/clusterroles/{name} +

    GET /apis/rbac.authorization.k8s.io/v1/clusterroles/{name}

    Path Parameters

    @@ -26275,10 +29168,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    ClusterRole
    OK
    -

    List

    +
    +
    +

    List

    list or watch objects of kind ClusterRole

    HTTP Request

    -GET /apis/rbac.authorization.k8s.io/v1/clusterroles +

    GET /apis/rbac.authorization.k8s.io/v1/clusterroles

    Query Parameters

    @@ -26303,10 +29198,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    ClusterRoleList
    OK
    -

    Watch

    +
    +
    +

    Watch

    watch changes to an object of kind ClusterRole. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

    HTTP Request

    -GET /apis/rbac.authorization.k8s.io/v1/watch/clusterroles/{name} +

    GET /apis/rbac.authorization.k8s.io/v1/watch/clusterroles/{name}

    Path Parameters

    @@ -26338,10 +29235,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List

    +
    +
    +

    Watch List

    watch individual changes to a list of ClusterRole. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /apis/rbac.authorization.k8s.io/v1/watch/clusterroles +

    GET /apis/rbac.authorization.k8s.io/v1/watch/clusterroles

    Query Parameters

    @@ -26366,7 +29265,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    ClusterRoleBinding v1 rbac.authorization.k8s.io

    +
    +
    +
    +
    +

    ClusterRoleBinding v1 rbac.authorization.k8s.io

    @@ -26388,7 +29291,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    subjects
    Subject array
    Subjects holds references to the objects the role applies to.
    -

    ClusterRoleBindingList v1 rbac

    +
    +

    ClusterRoleBindingList v1 rbac

    @@ -26398,11 +29302,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    FieldDescription
    metadata
    ListMeta
    Standard object's metadata.
    -

    Write Operations

    -

    Create

    +
    +
    +

    Write Operations

    +
    +

    Create

    create a ClusterRoleBinding

    HTTP Request

    -POST /apis/rbac.authorization.k8s.io/v1/clusterrolebindings +

    POST /apis/rbac.authorization.k8s.io/v1/clusterrolebindings

    Query Parameters

    @@ -26429,10 +29336,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    ClusterRoleBinding
    Accepted
    -

    Patch

    +
    +
    +

    Patch

    partially update the specified ClusterRoleBinding

    HTTP Request

    -PATCH /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name} +

    PATCH /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}

    Path Parameters

    @@ -26466,10 +29375,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    ClusterRoleBinding
    Created
    -

    Replace

    +
    +
    +

    Replace

    replace the specified ClusterRoleBinding

    HTTP Request

    -PUT /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name} +

    PUT /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}

    Path Parameters

    @@ -26502,10 +29413,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    ClusterRoleBinding
    Created
    -

    Delete

    +
    +
    +

    Delete

    delete a ClusterRoleBinding

    HTTP Request

    -DELETE /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name} +

    DELETE /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}

    Path Parameters

    @@ -26539,10 +29452,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    Status
    Accepted
    -

    Delete Collection

    +
    +
    +

    Delete Collection

    delete collection of ClusterRoleBinding

    HTTP Request

    -DELETE /apis/rbac.authorization.k8s.io/v1/clusterrolebindings +

    DELETE /apis/rbac.authorization.k8s.io/v1/clusterrolebindings

    Query Parameters

    @@ -26576,11 +29491,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    Status
    OK
    -

    Read Operations

    -

    Read

    +
    +
    +
    +

    Read Operations

    +
    +

    Read

    read the specified ClusterRoleBinding

    HTTP Request

    -GET /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name} +

    GET /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}

    Path Parameters

    @@ -26602,10 +29521,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    ClusterRoleBinding
    OK
    -

    List

    +
    +
    +

    List

    list or watch objects of kind ClusterRoleBinding

    HTTP Request

    -GET /apis/rbac.authorization.k8s.io/v1/clusterrolebindings +

    GET /apis/rbac.authorization.k8s.io/v1/clusterrolebindings

    Query Parameters

    @@ -26630,10 +29551,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    ClusterRoleBindingList
    OK
    -

    Watch

    +
    +
    +

    Watch

    watch changes to an object of kind ClusterRoleBinding. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

    HTTP Request

    -GET /apis/rbac.authorization.k8s.io/v1/watch/clusterrolebindings/{name} +

    GET /apis/rbac.authorization.k8s.io/v1/watch/clusterrolebindings/{name}

    Path Parameters

    @@ -26665,10 +29588,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List

    +
    +
    +

    Watch List

    watch individual changes to a list of ClusterRoleBinding. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /apis/rbac.authorization.k8s.io/v1/watch/clusterrolebindings +

    GET /apis/rbac.authorization.k8s.io/v1/watch/clusterrolebindings

    Query Parameters

    @@ -26693,7 +29618,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    ComponentStatus v1 core

    +
    +
    +
    +
    +

    ComponentStatus v1 core

    @@ -26714,7 +29643,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    metadata
    ObjectMeta
    Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
    -

    ComponentStatusList v1 core

    +
    +

    ComponentStatusList v1 core

    @@ -26724,11 +29654,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    FieldDescription
    metadata
    ListMeta
    Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
    -

    Read Operations

    -

    Read

    +
    +
    +

    Read Operations

    +
    +

    Read

    read the specified ComponentStatus

    HTTP Request

    -GET /api/v1/componentstatuses/{name} +

    GET /api/v1/componentstatuses/{name}

    Path Parameters

    @@ -26750,10 +29683,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    ComponentStatus
    OK
    -

    List

    +
    +
    +

    List

    list objects of kind ComponentStatus

    HTTP Request

    -GET /api/v1/componentstatuses +

    GET /api/v1/componentstatuses

    Query Parameters

    @@ -26778,7 +29713,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    ComponentStatusList
    OK
    -

    FlowSchema v1beta3 flowcontrol.apiserver.k8s.io

    +
    +
    +
    +
    +

    FlowSchema v1beta3 flowcontrol.apiserver.k8s.io

    @@ -26803,7 +29742,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    status
    FlowSchemaStatus
    `status` is the current status of a FlowSchema. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
    -

    FlowSchemaSpec v1beta3 flowcontrol

    +
    +

    FlowSchemaSpec v1beta3 flowcontrol

    Appears In:
    • FlowSchema [flowcontrol/v1beta3]
    • @@ -26818,7 +29758,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de rules
      PolicyRulesWithSubjects array`rules` describes which requests will match this flow schema. This FlowSchema matches a request if and only if at least one member of rules matches the request. if it is an empty slice, there will be no requests matching the FlowSchema. -

      FlowSchemaStatus v1beta3 flowcontrol

      +

      FlowSchemaStatus v1beta3 flowcontrol

      Appears In:
      • FlowSchema [flowcontrol/v1beta3]
      • @@ -26830,7 +29770,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de conditions
        FlowSchemaCondition array
        patch strategy: merge
        patch merge key: type`conditions` is a list of the current states of FlowSchema. -

        FlowSchemaList v1beta3 flowcontrol

        +

        FlowSchemaList v1beta3 flowcontrol

        @@ -26840,11 +29780,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
        FieldDescription
        metadata
        ListMeta
        `metadata` is the standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
        -

        Write Operations

        -

        Create

        +
      +
      +

      Write Operations

      +
      +

      Create

      create a FlowSchema

      HTTP Request

      -POST /apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemas +

      POST /apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemas

      Query Parameters

      @@ -26871,10 +29814,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      202
      FlowSchema
      Accepted
      -

      Patch

      +
      +
      +

      Patch

      partially update the specified FlowSchema

      HTTP Request

      -PATCH /apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemas/{name} +

      PATCH /apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemas/{name}

      Path Parameters

      @@ -26908,10 +29853,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      FlowSchema
      Created
      -

      Replace

      +
      +
      +

      Replace

      replace the specified FlowSchema

      HTTP Request

      -PUT /apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemas/{name} +

      PUT /apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemas/{name}

      Path Parameters

      @@ -26944,10 +29891,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      FlowSchema
      Created
      -

      Delete

      +
      +
      +

      Delete

      delete a FlowSchema

      HTTP Request

      -DELETE /apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemas/{name} +

      DELETE /apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemas/{name}

      Path Parameters

      @@ -26981,10 +29930,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      202
      Status
      Accepted
      -

      Delete Collection

      +
      +
      +

      Delete Collection

      delete collection of FlowSchema

      HTTP Request

      -DELETE /apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemas +

      DELETE /apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemas

      Query Parameters

      @@ -27018,11 +29969,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      Status
      OK
      -

      Read Operations

      -

      Read

      +
      +
      +
      +

      Read Operations

      +
      +

      Read

      read the specified FlowSchema

      HTTP Request

      -GET /apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemas/{name} +

      GET /apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemas/{name}

      Path Parameters

      @@ -27044,10 +29999,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      FlowSchema
      OK
      -

      List

      +
      +
      +

      List

      list or watch objects of kind FlowSchema

      HTTP Request

      -GET /apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemas +

      GET /apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemas

      Query Parameters

      @@ -27072,10 +30029,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      FlowSchemaList
      OK
      -

      Watch

      +
      +
      +

      Watch

      watch changes to an object of kind FlowSchema. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

      HTTP Request

      -GET /apis/flowcontrol.apiserver.k8s.io/v1beta3/watch/flowschemas/{name} +

      GET /apis/flowcontrol.apiserver.k8s.io/v1beta3/watch/flowschemas/{name}

      Path Parameters

      @@ -27107,10 +30066,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Watch List

      +
      +
      +

      Watch List

      watch individual changes to a list of FlowSchema. deprecated: use the 'watch' parameter with a list operation instead.

      HTTP Request

      -GET /apis/flowcontrol.apiserver.k8s.io/v1beta3/watch/flowschemas +

      GET /apis/flowcontrol.apiserver.k8s.io/v1beta3/watch/flowschemas

      Query Parameters

      @@ -27135,11 +30096,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Status Operations

      -

      Patch Status

      +
      +
      +
      +

      Status Operations

      +
      +

      Patch Status

      partially update status of the specified FlowSchema

      HTTP Request

      -PATCH /apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemas/{name}/status +

      PATCH /apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemas/{name}/status

      Path Parameters

      @@ -27173,10 +30138,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      FlowSchema
      Created
      -

      Read Status

      +
      +
      +

      Read Status

      read status of the specified FlowSchema

      HTTP Request

      -GET /apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemas/{name}/status +

      GET /apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemas/{name}/status

      Path Parameters

      @@ -27198,10 +30165,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      FlowSchema
      OK
      -

      Replace Status

      +
      +
      +

      Replace Status

      replace status of the specified FlowSchema

      HTTP Request

      -PUT /apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemas/{name}/status +

      PUT /apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemas/{name}/status

      Path Parameters

      @@ -27234,7 +30203,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      FlowSchema
      Created
      -

      IPAddress v1alpha1 networking.k8s.io

      +
      +
      +
    +
    +

    IPAddress v1alpha1 networking.k8s.io

    @@ -27255,7 +30228,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    spec
    IPAddressSpec
    spec is the desired state of the IPAddress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
    -

    IPAddressSpec v1alpha1 networking

    +
    +

    IPAddressSpec v1alpha1 networking

    Appears In:
    • IPAddress [networking/v1alpha1]
    • @@ -27267,7 +30241,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de parentRef
      ParentReferenceParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object. -

      IPAddressList v1alpha1 networking

      +

      IPAddressList v1alpha1 networking

      @@ -27277,11 +30251,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      FieldDescription
      metadata
      ListMeta
      Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
      -

      Write Operations

      -

      Create

      +
    +
    +

    Write Operations

    +
    +

    Create

    create an IPAddress

    HTTP Request

    -POST /apis/networking.k8s.io/v1alpha1/ipaddresses +

    POST /apis/networking.k8s.io/v1alpha1/ipaddresses

    Query Parameters

    @@ -27308,10 +30285,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    IPAddress
    Accepted
    -

    Patch

    +
    +
    +

    Patch

    partially update the specified IPAddress

    HTTP Request

    -PATCH /apis/networking.k8s.io/v1alpha1/ipaddresses/{name} +

    PATCH /apis/networking.k8s.io/v1alpha1/ipaddresses/{name}

    Path Parameters

    @@ -27345,10 +30324,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    IPAddress
    Created
    -

    Replace

    +
    +
    +

    Replace

    replace the specified IPAddress

    HTTP Request

    -PUT /apis/networking.k8s.io/v1alpha1/ipaddresses/{name} +

    PUT /apis/networking.k8s.io/v1alpha1/ipaddresses/{name}

    Path Parameters

    @@ -27381,10 +30362,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    IPAddress
    Created
    -

    Delete

    +
    +
    +

    Delete

    delete an IPAddress

    HTTP Request

    -DELETE /apis/networking.k8s.io/v1alpha1/ipaddresses/{name} +

    DELETE /apis/networking.k8s.io/v1alpha1/ipaddresses/{name}

    Path Parameters

    @@ -27418,10 +30401,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    Status
    Accepted
    -

    Delete Collection

    +
    +
    +

    Delete Collection

    delete collection of IPAddress

    HTTP Request

    -DELETE /apis/networking.k8s.io/v1alpha1/ipaddresses +

    DELETE /apis/networking.k8s.io/v1alpha1/ipaddresses

    Query Parameters

    @@ -27455,11 +30440,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    Status
    OK
    -

    Read Operations

    -

    Read

    +
    +
    +
    +

    Read Operations

    +
    +

    Read

    read the specified IPAddress

    HTTP Request

    -GET /apis/networking.k8s.io/v1alpha1/ipaddresses/{name} +

    GET /apis/networking.k8s.io/v1alpha1/ipaddresses/{name}

    Path Parameters

    @@ -27481,10 +30470,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    IPAddress
    OK
    -

    List

    +
    +
    +

    List

    list or watch objects of kind IPAddress

    HTTP Request

    -GET /apis/networking.k8s.io/v1alpha1/ipaddresses +

    GET /apis/networking.k8s.io/v1alpha1/ipaddresses

    Query Parameters

    @@ -27509,10 +30500,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    IPAddressList
    OK
    -

    Watch

    +
    +
    +

    Watch

    watch changes to an object of kind IPAddress. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

    HTTP Request

    -GET /apis/networking.k8s.io/v1alpha1/watch/ipaddresses/{name} +

    GET /apis/networking.k8s.io/v1alpha1/watch/ipaddresses/{name}

    Path Parameters

    @@ -27544,10 +30537,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List

    +
    +
    +

    Watch List

    watch individual changes to a list of IPAddress. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /apis/networking.k8s.io/v1alpha1/watch/ipaddresses +

    GET /apis/networking.k8s.io/v1alpha1/watch/ipaddresses

    Query Parameters

    @@ -27572,7 +30567,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Lease v1 coordination.k8s.io

    +
    +
    +
    +
    +

    Lease v1 coordination.k8s.io

    @@ -27593,7 +30592,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    spec
    LeaseSpec
    spec contains the specification of the Lease. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
    -

    LeaseSpec v1 coordination

    +
    +

    LeaseSpec v1 coordination

    Appears In:
    • Lease [coordination/v1]
    • @@ -27609,7 +30609,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de renewTime
      MicroTimerenewTime is a time when the current holder of a lease has last updated the lease. -

      LeaseList v1 coordination

      +

      LeaseList v1 coordination

      @@ -27619,11 +30619,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      FieldDescription
      metadata
      ListMeta
      Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
      -

      Write Operations

      -

      Create

      +
    +
    +

    Write Operations

    +
    +

    Create

    create a Lease

    HTTP Request

    -POST /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases +

    POST /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases

    Path Parameters

    @@ -27657,10 +30660,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    Lease
    Accepted
    -

    Patch

    +
    +
    +

    Patch

    partially update the specified Lease

    HTTP Request

    -PATCH /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name} +

    PATCH /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name}

    Path Parameters

    @@ -27695,10 +30700,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    Lease
    Created
    -

    Replace

    +
    +
    +

    Replace

    replace the specified Lease

    HTTP Request

    -PUT /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name} +

    PUT /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name}

    Path Parameters

    @@ -27732,10 +30739,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    Lease
    Created
    -

    Delete

    +
    +
    +

    Delete

    delete a Lease

    HTTP Request

    -DELETE /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name} +

    DELETE /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name}

    Path Parameters

    @@ -27770,10 +30779,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    Status
    Accepted
    -

    Delete Collection

    +
    +
    +

    Delete Collection

    delete collection of Lease

    HTTP Request

    -DELETE /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases +

    DELETE /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases

    Path Parameters

    @@ -27814,11 +30825,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    Status
    OK
    -

    Read Operations

    -

    Read

    +
    +
    +
    +

    Read Operations

    +
    +

    Read

    read the specified Lease

    HTTP Request

    -GET /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name} +

    GET /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name}

    Path Parameters

    @@ -27841,10 +30856,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    Lease
    OK
    -

    List

    +
    +
    +

    List

    list or watch objects of kind Lease

    HTTP Request

    -GET /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases +

    GET /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases

    Path Parameters

    @@ -27876,10 +30893,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    LeaseList
    OK
    -

    List All Namespaces

    +
    +
    +

    List All Namespaces

    list or watch objects of kind Lease

    HTTP Request

    -GET /apis/coordination.k8s.io/v1/leases +

    GET /apis/coordination.k8s.io/v1/leases

    Query Parameters

    @@ -27904,10 +30923,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    LeaseList
    OK
    -

    Watch

    +
    +
    +

    Watch

    watch changes to an object of kind Lease. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

    HTTP Request

    -GET /apis/coordination.k8s.io/v1/watch/namespaces/{namespace}/leases/{name} +

    GET /apis/coordination.k8s.io/v1/watch/namespaces/{namespace}/leases/{name}

    Path Parameters

    @@ -27940,10 +30961,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List

    +
    +
    +

    Watch List

    watch individual changes to a list of Lease. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /apis/coordination.k8s.io/v1/watch/namespaces/{namespace}/leases +

    GET /apis/coordination.k8s.io/v1/watch/namespaces/{namespace}/leases

    Path Parameters

    @@ -27975,10 +30998,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List All Namespaces

    +
    +
    +

    Watch List All Namespaces

    watch individual changes to a list of Lease. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /apis/coordination.k8s.io/v1/watch/leases +

    GET /apis/coordination.k8s.io/v1/watch/leases

    Query Parameters

    @@ -28003,7 +31028,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    LocalSubjectAccessReview v1 authorization.k8s.io

    +
    +
    +
    +
    +

    LocalSubjectAccessReview v1 authorization.k8s.io

    @@ -28020,11 +31049,13 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    status
    SubjectAccessReviewStatus
    Status is filled in by the server and indicates whether the request is allowed or not
    -

    Write Operations

    -

    Create

    +
    +

    Write Operations

    +
    +

    Create

    create a LocalSubjectAccessReview

    HTTP Request

    -POST /apis/authorization.k8s.io/v1/namespaces/{namespace}/localsubjectaccessreviews +

    POST /apis/authorization.k8s.io/v1/namespaces/{namespace}/localsubjectaccessreviews

    Path Parameters

    @@ -28058,7 +31089,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    LocalSubjectAccessReview
    Accepted
    -

    Namespace v1 core

    +
    +
    +
    +
    +

    Namespace v1 core

    @@ -28080,7 +31115,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    status
    NamespaceStatus
    Status describes the current status of a Namespace. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
    -

    NamespaceSpec v1 core

    +
    +

    NamespaceSpec v1 core

    Appears In:
    • Namespace [core/v1]
    • @@ -28092,7 +31128,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de finalizers
      string arrayFinalizers is an opaque list of values that must be empty to permanently remove object from storage. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/ -

      NamespaceStatus v1 core

      +

      NamespaceStatus v1 core

      Appears In:
      • Namespace [core/v1]
      • @@ -28105,7 +31141,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de phase
        stringPhase is the current lifecycle phase of the namespace. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/ -

        NamespaceList v1 core

        +

        NamespaceList v1 core

        @@ -28115,11 +31151,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
        FieldDescription
        metadata
        ListMeta
        Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
        -

        Write Operations

        -

        Create

        +
      +
      +

      Write Operations

      +
      +

      Create

      create a Namespace

      HTTP Request

      -POST /api/v1/namespaces +

      POST /api/v1/namespaces

      Query Parameters

      @@ -28146,10 +31185,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      202
      Namespace
      Accepted
      -

      Patch

      +
      +
      +

      Patch

      partially update the specified Namespace

      HTTP Request

      -PATCH /api/v1/namespaces/{name} +

      PATCH /api/v1/namespaces/{name}

      Path Parameters

      @@ -28183,10 +31224,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      Namespace
      Created
      -

      Replace

      +
      +
      +

      Replace

      replace the specified Namespace

      HTTP Request

      -PUT /api/v1/namespaces/{name} +

      PUT /api/v1/namespaces/{name}

      Path Parameters

      @@ -28219,10 +31262,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      Namespace
      Created
      -

      Delete

      +
      +
      +

      Delete

      delete a Namespace

      HTTP Request

      -DELETE /api/v1/namespaces/{name} +

      DELETE /api/v1/namespaces/{name}

      Path Parameters

      @@ -28256,11 +31301,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      202
      Status
      Accepted
      -

      Read Operations

      -

      Read

      +
      +
      +
      +

      Read Operations

      +
      +

      Read

      read the specified Namespace

      HTTP Request

      -GET /api/v1/namespaces/{name} +

      GET /api/v1/namespaces/{name}

      Path Parameters

      @@ -28282,10 +31331,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      Namespace
      OK
      -

      List

      +
      +
      +

      List

      list or watch objects of kind Namespace

      HTTP Request

      -GET /api/v1/namespaces +

      GET /api/v1/namespaces

      Query Parameters

      @@ -28310,10 +31361,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      NamespaceList
      OK
      -

      Watch

      +
      +
      +

      Watch

      watch changes to an object of kind Namespace. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

      HTTP Request

      -GET /api/v1/watch/namespaces/{name} +

      GET /api/v1/watch/namespaces/{name}

      Path Parameters

      @@ -28345,10 +31398,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Watch List

      +
      +
      +

      Watch List

      watch individual changes to a list of Namespace. deprecated: use the 'watch' parameter with a list operation instead.

      HTTP Request

      -GET /api/v1/watch/namespaces +

      GET /api/v1/watch/namespaces

      Query Parameters

      @@ -28373,11 +31428,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Status Operations

      -

      Patch Status

      +
      +
      +
      +

      Status Operations

      +
      +

      Patch Status

      partially update status of the specified Namespace

      HTTP Request

      -PATCH /api/v1/namespaces/{name}/status +

      PATCH /api/v1/namespaces/{name}/status

      Path Parameters

      @@ -28411,10 +31470,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      Namespace
      Created
      -

      Read Status

      +
      +
      +

      Read Status

      read status of the specified Namespace

      HTTP Request

      -GET /api/v1/namespaces/{name}/status +

      GET /api/v1/namespaces/{name}/status

      Path Parameters

      @@ -28436,10 +31497,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      Namespace
      OK
      -

      Replace Status

      +
      +
      +

      Replace Status

      replace status of the specified Namespace

      HTTP Request

      -PUT /api/v1/namespaces/{name}/status +

      PUT /api/v1/namespaces/{name}/status

      Path Parameters

      @@ -28472,7 +31535,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      Namespace
      Created
      -

      Node v1 core

      +
      +
      +
    +
    +

    Node v1 core

    @@ -28494,7 +31561,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    status
    NodeStatus
    Most recently observed status of the node. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
    -

    NodeSpec v1 core

    +
    +

    NodeSpec v1 core

    Appears In:
    • Node [core/v1]
    • @@ -28512,7 +31580,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de unschedulable
      booleanUnschedulable controls node schedulability of new pods. By default, node is schedulable. More info: https://kubernetes.io/docs/concepts/nodes/node/#manual-node-administration -

      NodeStatus v1 core

      +

      NodeStatus v1 core

      Appears In:
      • Node [core/v1]
      • @@ -28534,7 +31602,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de volumesInUse
        string arrayList of attachable volumes in use (mounted) by the node. -

        NodeList v1 core

        +

        NodeList v1 core

        @@ -28544,11 +31612,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
        FieldDescription
        metadata
        ListMeta
        Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
        -

        Write Operations

        -

        Create

        +
      +
      +

      Write Operations

      +
      +

      Create

      create a Node

      HTTP Request

      -POST /api/v1/nodes +

      POST /api/v1/nodes

      Query Parameters

      @@ -28575,10 +31646,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      202
      Node
      Accepted
      -

      Patch

      +
      +
      +

      Patch

      partially update the specified Node

      HTTP Request

      -PATCH /api/v1/nodes/{name} +

      PATCH /api/v1/nodes/{name}

      Path Parameters

      @@ -28612,10 +31685,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      Node
      Created
      -

      Replace

      +
      +
      +

      Replace

      replace the specified Node

      HTTP Request

      -PUT /api/v1/nodes/{name} +

      PUT /api/v1/nodes/{name}

      Path Parameters

      @@ -28648,10 +31723,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      Node
      Created
      -

      Delete

      +
      +
      +

      Delete

      delete a Node

      HTTP Request

      -DELETE /api/v1/nodes/{name} +

      DELETE /api/v1/nodes/{name}

      Path Parameters

      @@ -28685,10 +31762,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      202
      Status
      Accepted
      -

      Delete Collection

      +
      +
      +

      Delete Collection

      delete collection of Node

      HTTP Request

      -DELETE /api/v1/nodes +

      DELETE /api/v1/nodes

      Query Parameters

      @@ -28722,11 +31801,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      Status
      OK
      -

      Read Operations

      -

      Read

      +
      +
      +
      +

      Read Operations

      +
      +

      Read

      read the specified Node

      HTTP Request

      -GET /api/v1/nodes/{name} +

      GET /api/v1/nodes/{name}

      Path Parameters

      @@ -28748,10 +31831,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      Node
      OK
      -

      List

      +
      +
      +

      List

      list or watch objects of kind Node

      HTTP Request

      -GET /api/v1/nodes +

      GET /api/v1/nodes

      Query Parameters

      @@ -28776,10 +31861,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      NodeList
      OK
      -

      Watch

      +
      +
      +

      Watch

      watch changes to an object of kind Node. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

      HTTP Request

      -GET /api/v1/watch/nodes/{name} +

      GET /api/v1/watch/nodes/{name}

      Path Parameters

      @@ -28811,10 +31898,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Watch List

      +
      +
      +

      Watch List

      watch individual changes to a list of Node. deprecated: use the 'watch' parameter with a list operation instead.

      HTTP Request

      -GET /api/v1/watch/nodes +

      GET /api/v1/watch/nodes

      Query Parameters

      @@ -28839,11 +31928,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Status Operations

      -

      Patch Status

      +
      +
      +
      +

      Status Operations

      +
      +

      Patch Status

      partially update status of the specified Node

      HTTP Request

      -PATCH /api/v1/nodes/{name}/status +

      PATCH /api/v1/nodes/{name}/status

      Path Parameters

      @@ -28877,10 +31970,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      Node
      Created
      -

      Read Status

      +
      +
      +

      Read Status

      read status of the specified Node

      HTTP Request

      -GET /api/v1/nodes/{name}/status +

      GET /api/v1/nodes/{name}/status

      Path Parameters

      @@ -28902,10 +31997,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      Node
      OK
      -

      Replace Status

      +
      +
      +

      Replace Status

      replace status of the specified Node

      HTTP Request

      -PUT /api/v1/nodes/{name}/status +

      PUT /api/v1/nodes/{name}/status

      Path Parameters

      @@ -28938,11 +32035,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      Node
      Created
      -

      Proxy Operations

      -

      Create Connect Proxy

      +
      +
      +
      +

      Proxy Operations

      +
      +

      Create Connect Proxy

      connect POST requests to proxy of Node

      HTTP Request

      -POST /api/v1/nodes/{name}/proxy +

      POST /api/v1/nodes/{name}/proxy

      Path Parameters

      @@ -28964,10 +32065,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      string
      OK
      -

      Create Connect Proxy Path

      +
      +
      +

      Create Connect Proxy Path

      connect POST requests to proxy of Node

      HTTP Request

      -POST /api/v1/nodes/{name}/proxy/{path} +

      POST /api/v1/nodes/{name}/proxy/{path}

      Path Parameters

      @@ -28990,10 +32093,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      string
      OK
      -

      Delete Connect Proxy

      +
      +
      +

      Delete Connect Proxy

      connect DELETE requests to proxy of Node

      HTTP Request

      -DELETE /api/v1/nodes/{name}/proxy +

      DELETE /api/v1/nodes/{name}/proxy

      Path Parameters

      @@ -29015,10 +32120,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      string
      OK
      -

      Delete Connect Proxy Path

      +
      +
      +

      Delete Connect Proxy Path

      connect DELETE requests to proxy of Node

      HTTP Request

      -DELETE /api/v1/nodes/{name}/proxy/{path} +

      DELETE /api/v1/nodes/{name}/proxy/{path}

      Path Parameters

      @@ -29041,10 +32148,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      string
      OK
      -

      Get Connect Proxy

      +
      +
      +

      Get Connect Proxy

      connect GET requests to proxy of Node

      HTTP Request

      -GET /api/v1/nodes/{name}/proxy +

      GET /api/v1/nodes/{name}/proxy

      Path Parameters

      @@ -29066,10 +32175,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      string
      OK
      -

      Get Connect Proxy Path

      +
      +
      +

      Get Connect Proxy Path

      connect GET requests to proxy of Node

      HTTP Request

      -GET /api/v1/nodes/{name}/proxy/{path} +

      GET /api/v1/nodes/{name}/proxy/{path}

      Path Parameters

      @@ -29092,10 +32203,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      string
      OK
      -

      Head Connect Proxy

      +
      +
      +

      Head Connect Proxy

      connect HEAD requests to proxy of Node

      HTTP Request

      -HEAD /api/v1/nodes/{name}/proxy +

      HEAD /api/v1/nodes/{name}/proxy

      Path Parameters

      @@ -29117,10 +32230,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      string
      OK
      -

      Head Connect Proxy Path

      +
      +
      +

      Head Connect Proxy Path

      connect HEAD requests to proxy of Node

      HTTP Request

      -HEAD /api/v1/nodes/{name}/proxy/{path} +

      HEAD /api/v1/nodes/{name}/proxy/{path}

      Path Parameters

      @@ -29143,10 +32258,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      string
      OK
      -

      Replace Connect Proxy

      +
      +
      +

      Replace Connect Proxy

      connect PUT requests to proxy of Node

      HTTP Request

      -PUT /api/v1/nodes/{name}/proxy +

      PUT /api/v1/nodes/{name}/proxy

      Path Parameters

      @@ -29168,10 +32285,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      string
      OK
      -

      Replace Connect Proxy Path

      +
      +
      +

      Replace Connect Proxy Path

      connect PUT requests to proxy of Node

      HTTP Request

      -PUT /api/v1/nodes/{name}/proxy/{path} +

      PUT /api/v1/nodes/{name}/proxy/{path}

      Path Parameters

      @@ -29194,7 +32313,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      string
      OK
      -

      PersistentVolume v1 core

      +
      +
      +
    +
    +

    PersistentVolume v1 core

    @@ -29217,7 +32340,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    status
    PersistentVolumeStatus
    status represents the current information/status for the persistent volume. Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistent-volumes
    -

    PersistentVolumeSpec v1 core

    +
    +

    PersistentVolumeSpec v1 core

    Appears In:
    • PersistentVolume [core/v1]
    • @@ -29259,7 +32383,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de vsphereVolume
      VsphereVirtualDiskVolumeSourcevsphereVolume represents a vSphere volume attached and mounted on kubelets host machine -

      PersistentVolumeStatus v1 core

      +

      PersistentVolumeStatus v1 core

      Appears In:
      • PersistentVolume [core/v1]
      • @@ -29274,7 +32398,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de reason
        stringreason is a brief CamelCase string that describes any failure and is meant for machine parsing and tidy display in the CLI. -

        PersistentVolumeList v1 core

        +

        PersistentVolumeList v1 core

        @@ -29284,11 +32408,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
        FieldDescription
        metadata
        ListMeta
        Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
        -

        Write Operations

        -

        Create

        +
      +
      +

      Write Operations

      +
      +

      Create

      create a PersistentVolume

      HTTP Request

      -POST /api/v1/persistentvolumes +

      POST /api/v1/persistentvolumes

      Query Parameters

      @@ -29315,10 +32442,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      202
      PersistentVolume
      Accepted
      -

      Patch

      +
      +
      +

      Patch

      partially update the specified PersistentVolume

      HTTP Request

      -PATCH /api/v1/persistentvolumes/{name} +

      PATCH /api/v1/persistentvolumes/{name}

      Path Parameters

      @@ -29352,10 +32481,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      PersistentVolume
      Created
      -

      Replace

      +
      +
      +

      Replace

      replace the specified PersistentVolume

      HTTP Request

      -PUT /api/v1/persistentvolumes/{name} +

      PUT /api/v1/persistentvolumes/{name}

      Path Parameters

      @@ -29388,10 +32519,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      PersistentVolume
      Created
      -

      Delete

      +
      +
      +

      Delete

      delete a PersistentVolume

      HTTP Request

      -DELETE /api/v1/persistentvolumes/{name} +

      DELETE /api/v1/persistentvolumes/{name}

      Path Parameters

      @@ -29425,10 +32558,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      202
      PersistentVolume
      Accepted
      -

      Delete Collection

      +
      +
      +

      Delete Collection

      delete collection of PersistentVolume

      HTTP Request

      -DELETE /api/v1/persistentvolumes +

      DELETE /api/v1/persistentvolumes

      Query Parameters

      @@ -29462,11 +32597,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      Status
      OK
      -

      Read Operations

      -

      Read

      +
      +
      +
      +

      Read Operations

      +
      +

      Read

      read the specified PersistentVolume

      HTTP Request

      -GET /api/v1/persistentvolumes/{name} +

      GET /api/v1/persistentvolumes/{name}

      Path Parameters

      @@ -29488,10 +32627,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      PersistentVolume
      OK
      -

      List

      +
      +
      +

      List

      list or watch objects of kind PersistentVolume

      HTTP Request

      -GET /api/v1/persistentvolumes +

      GET /api/v1/persistentvolumes

      Query Parameters

      @@ -29516,10 +32657,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      PersistentVolumeList
      OK
      -

      Watch

      +
      +
      +

      Watch

      watch changes to an object of kind PersistentVolume. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

      HTTP Request

      -GET /api/v1/watch/persistentvolumes/{name} +

      GET /api/v1/watch/persistentvolumes/{name}

      Path Parameters

      @@ -29551,10 +32694,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Watch List

      +
      +
      +

      Watch List

      watch individual changes to a list of PersistentVolume. deprecated: use the 'watch' parameter with a list operation instead.

      HTTP Request

      -GET /api/v1/watch/persistentvolumes +

      GET /api/v1/watch/persistentvolumes

      Query Parameters

      @@ -29579,11 +32724,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Status Operations

      -

      Patch Status

      +
      +
      +
      +

      Status Operations

      +
      +

      Patch Status

      partially update status of the specified PersistentVolume

      HTTP Request

      -PATCH /api/v1/persistentvolumes/{name}/status +

      PATCH /api/v1/persistentvolumes/{name}/status

      Path Parameters

      @@ -29617,10 +32766,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      PersistentVolume
      Created
      -

      Read Status

      +
      +
      +

      Read Status

      read status of the specified PersistentVolume

      HTTP Request

      -GET /api/v1/persistentvolumes/{name}/status +

      GET /api/v1/persistentvolumes/{name}/status

      Path Parameters

      @@ -29642,10 +32793,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      PersistentVolume
      OK
      -

      Replace Status

      +
      +
      +

      Replace Status

      replace status of the specified PersistentVolume

      HTTP Request

      -PUT /api/v1/persistentvolumes/{name}/status +

      PUT /api/v1/persistentvolumes/{name}/status

      Path Parameters

      @@ -29678,7 +32831,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      PersistentVolume
      Created
      -

      PriorityLevelConfiguration v1beta3 flowcontrol.apiserver.k8s.io

      +
      +
      +
    +
    +

    PriorityLevelConfiguration v1beta3 flowcontrol.apiserver.k8s.io

    @@ -29703,7 +32860,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    status
    PriorityLevelConfigurationStatus
    `status` is the current status of a "request-priority". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
    -

    PriorityLevelConfigurationSpec v1beta3 flowcontrol

    +
    +

    PriorityLevelConfigurationSpec v1beta3 flowcontrol

    Appears In:
    • PriorityLevelConfiguration [flowcontrol/v1beta3]
    • @@ -29717,7 +32875,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de type
      string`type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required. -

      PriorityLevelConfigurationStatus v1beta3 flowcontrol

      +

      PriorityLevelConfigurationStatus v1beta3 flowcontrol

      Appears In:
      • PriorityLevelConfiguration [flowcontrol/v1beta3]
      • @@ -29729,7 +32887,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de conditions
        PriorityLevelConfigurationCondition array
        patch strategy: merge
        patch merge key: type`conditions` is the current state of "request-priority". -

        PriorityLevelConfigurationList v1beta3 flowcontrol

        +

        PriorityLevelConfigurationList v1beta3 flowcontrol

        @@ -29739,11 +32897,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
        FieldDescription
        metadata
        ListMeta
        `metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
        -

        Write Operations

        -

        Create

        +
      +
      +

      Write Operations

      +
      +

      Create

      create a PriorityLevelConfiguration

      HTTP Request

      -POST /apis/flowcontrol.apiserver.k8s.io/v1beta3/prioritylevelconfigurations +

      POST /apis/flowcontrol.apiserver.k8s.io/v1beta3/prioritylevelconfigurations

      Query Parameters

      @@ -29770,10 +32931,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      202
      PriorityLevelConfiguration
      Accepted
      -

      Patch

      +
      +
      +

      Patch

      partially update the specified PriorityLevelConfiguration

      HTTP Request

      -PATCH /apis/flowcontrol.apiserver.k8s.io/v1beta3/prioritylevelconfigurations/{name} +

      PATCH /apis/flowcontrol.apiserver.k8s.io/v1beta3/prioritylevelconfigurations/{name}

      Path Parameters

      @@ -29807,10 +32970,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      PriorityLevelConfiguration
      Created
      -

      Replace

      +
      +
      +

      Replace

      replace the specified PriorityLevelConfiguration

      HTTP Request

      -PUT /apis/flowcontrol.apiserver.k8s.io/v1beta3/prioritylevelconfigurations/{name} +

      PUT /apis/flowcontrol.apiserver.k8s.io/v1beta3/prioritylevelconfigurations/{name}

      Path Parameters

      @@ -29843,10 +33008,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      PriorityLevelConfiguration
      Created
      -

      Delete

      +
      +
      +

      Delete

      delete a PriorityLevelConfiguration

      HTTP Request

      -DELETE /apis/flowcontrol.apiserver.k8s.io/v1beta3/prioritylevelconfigurations/{name} +

      DELETE /apis/flowcontrol.apiserver.k8s.io/v1beta3/prioritylevelconfigurations/{name}

      Path Parameters

      @@ -29880,10 +33047,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      202
      Status
      Accepted
      -

      Delete Collection

      +
      +
      +

      Delete Collection

      delete collection of PriorityLevelConfiguration

      HTTP Request

      -DELETE /apis/flowcontrol.apiserver.k8s.io/v1beta3/prioritylevelconfigurations +

      DELETE /apis/flowcontrol.apiserver.k8s.io/v1beta3/prioritylevelconfigurations

      Query Parameters

      @@ -29917,11 +33086,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      Status
      OK
      -

      Read Operations

      -

      Read

      +
      +
      +
      +

      Read Operations

      +
      +

      Read

      read the specified PriorityLevelConfiguration

      HTTP Request

      -GET /apis/flowcontrol.apiserver.k8s.io/v1beta3/prioritylevelconfigurations/{name} +

      GET /apis/flowcontrol.apiserver.k8s.io/v1beta3/prioritylevelconfigurations/{name}

      Path Parameters

      @@ -29943,10 +33116,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      PriorityLevelConfiguration
      OK
      -

      List

      +
      +
      +

      List

      list or watch objects of kind PriorityLevelConfiguration

      HTTP Request

      -GET /apis/flowcontrol.apiserver.k8s.io/v1beta3/prioritylevelconfigurations +

      GET /apis/flowcontrol.apiserver.k8s.io/v1beta3/prioritylevelconfigurations

      Query Parameters

      @@ -29971,10 +33146,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      PriorityLevelConfigurationList
      OK
      -

      Watch

      +
      +
      +

      Watch

      watch changes to an object of kind PriorityLevelConfiguration. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

      HTTP Request

      -GET /apis/flowcontrol.apiserver.k8s.io/v1beta3/watch/prioritylevelconfigurations/{name} +

      GET /apis/flowcontrol.apiserver.k8s.io/v1beta3/watch/prioritylevelconfigurations/{name}

      Path Parameters

      @@ -30006,10 +33183,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Watch List

      +
      +
      +

      Watch List

      watch individual changes to a list of PriorityLevelConfiguration. deprecated: use the 'watch' parameter with a list operation instead.

      HTTP Request

      -GET /apis/flowcontrol.apiserver.k8s.io/v1beta3/watch/prioritylevelconfigurations +

      GET /apis/flowcontrol.apiserver.k8s.io/v1beta3/watch/prioritylevelconfigurations

      Query Parameters

      @@ -30034,11 +33213,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Status Operations

      -

      Patch Status

      +
      +
      +
      +

      Status Operations

      +
      +

      Patch Status

      partially update status of the specified PriorityLevelConfiguration

      HTTP Request

      -PATCH /apis/flowcontrol.apiserver.k8s.io/v1beta3/prioritylevelconfigurations/{name}/status +

      PATCH /apis/flowcontrol.apiserver.k8s.io/v1beta3/prioritylevelconfigurations/{name}/status

      Path Parameters

      @@ -30072,10 +33255,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      PriorityLevelConfiguration
      Created
      -

      Read Status

      +
      +
      +

      Read Status

      read status of the specified PriorityLevelConfiguration

      HTTP Request

      -GET /apis/flowcontrol.apiserver.k8s.io/v1beta3/prioritylevelconfigurations/{name}/status +

      GET /apis/flowcontrol.apiserver.k8s.io/v1beta3/prioritylevelconfigurations/{name}/status

      Path Parameters

      @@ -30097,10 +33282,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      PriorityLevelConfiguration
      OK
      -

      Replace Status

      +
      +
      +

      Replace Status

      replace status of the specified PriorityLevelConfiguration

      HTTP Request

      -PUT /apis/flowcontrol.apiserver.k8s.io/v1beta3/prioritylevelconfigurations/{name}/status +

      PUT /apis/flowcontrol.apiserver.k8s.io/v1beta3/prioritylevelconfigurations/{name}/status

      Path Parameters

      @@ -30133,7 +33320,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      PriorityLevelConfiguration
      Created
      -

      ResourceQuota v1 core

      +
      +
      +
    +
    +

    ResourceQuota v1 core

    @@ -30155,7 +33346,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    status
    ResourceQuotaStatus
    Status defines the actual enforced quota and its current usage. https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
    -

    ResourceQuotaSpec v1 core

    +
    +

    ResourceQuotaSpec v1 core

    Appears In:
    • ResourceQuota [core/v1]
    • @@ -30169,7 +33361,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de scopes
      string arrayA collection of filters that must match each object tracked by a quota. If not specified, the quota matches all objects. -

      ResourceQuotaStatus v1 core

      +

      ResourceQuotaStatus v1 core

      Appears In:
      • ResourceQuota [core/v1]
      • @@ -30182,7 +33374,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de used
        objectUsed is the current observed total usage of the resource in the namespace. -

        ResourceQuotaList v1 core

        +

        ResourceQuotaList v1 core

        @@ -30192,11 +33384,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
        FieldDescription
        metadata
        ListMeta
        Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
        -

        Write Operations

        -

        Create

        +
      +
      +

      Write Operations

      +
      +

      Create

      create a ResourceQuota

      HTTP Request

      -POST /api/v1/namespaces/{namespace}/resourcequotas +

      POST /api/v1/namespaces/{namespace}/resourcequotas

      Path Parameters

      @@ -30230,10 +33425,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      202
      ResourceQuota
      Accepted
      -

      Patch

      +
      +
      +

      Patch

      partially update the specified ResourceQuota

      HTTP Request

      -PATCH /api/v1/namespaces/{namespace}/resourcequotas/{name} +

      PATCH /api/v1/namespaces/{namespace}/resourcequotas/{name}

      Path Parameters

      @@ -30268,10 +33465,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      ResourceQuota
      Created
      -

      Replace

      +
      +
      +

      Replace

      replace the specified ResourceQuota

      HTTP Request

      -PUT /api/v1/namespaces/{namespace}/resourcequotas/{name} +

      PUT /api/v1/namespaces/{namespace}/resourcequotas/{name}

      Path Parameters

      @@ -30305,10 +33504,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      ResourceQuota
      Created
      -

      Delete

      +
      +
      +

      Delete

      delete a ResourceQuota

      HTTP Request

      -DELETE /api/v1/namespaces/{namespace}/resourcequotas/{name} +

      DELETE /api/v1/namespaces/{namespace}/resourcequotas/{name}

      Path Parameters

      @@ -30343,10 +33544,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      202
      ResourceQuota
      Accepted
      -

      Delete Collection

      +
      +
      +

      Delete Collection

      delete collection of ResourceQuota

      HTTP Request

      -DELETE /api/v1/namespaces/{namespace}/resourcequotas +

      DELETE /api/v1/namespaces/{namespace}/resourcequotas

      Path Parameters

      @@ -30387,11 +33590,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      Status
      OK
      -

      Read Operations

      -

      Read

      +
      +
      +
      +

      Read Operations

      +
      +

      Read

      read the specified ResourceQuota

      HTTP Request

      -GET /api/v1/namespaces/{namespace}/resourcequotas/{name} +

      GET /api/v1/namespaces/{namespace}/resourcequotas/{name}

      Path Parameters

      @@ -30414,10 +33621,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      ResourceQuota
      OK
      -

      List

      +
      +
      +

      List

      list or watch objects of kind ResourceQuota

      HTTP Request

      -GET /api/v1/namespaces/{namespace}/resourcequotas +

      GET /api/v1/namespaces/{namespace}/resourcequotas

      Path Parameters

      @@ -30449,10 +33658,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      ResourceQuotaList
      OK
      -

      List All Namespaces

      +
      +
      +

      List All Namespaces

      list or watch objects of kind ResourceQuota

      HTTP Request

      -GET /api/v1/resourcequotas +

      GET /api/v1/resourcequotas

      Query Parameters

      @@ -30477,10 +33688,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      ResourceQuotaList
      OK
      -

      Watch

      +
      +
      +

      Watch

      watch changes to an object of kind ResourceQuota. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

      HTTP Request

      -GET /api/v1/watch/namespaces/{namespace}/resourcequotas/{name} +

      GET /api/v1/watch/namespaces/{namespace}/resourcequotas/{name}

      Path Parameters

      @@ -30513,10 +33726,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Watch List

      +
      +
      +

      Watch List

      watch individual changes to a list of ResourceQuota. deprecated: use the 'watch' parameter with a list operation instead.

      HTTP Request

      -GET /api/v1/watch/namespaces/{namespace}/resourcequotas +

      GET /api/v1/watch/namespaces/{namespace}/resourcequotas

      Path Parameters

      @@ -30548,10 +33763,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Watch List All Namespaces

      +
      +
      +

      Watch List All Namespaces

      watch individual changes to a list of ResourceQuota. deprecated: use the 'watch' parameter with a list operation instead.

      HTTP Request

      -GET /api/v1/watch/resourcequotas +

      GET /api/v1/watch/resourcequotas

      Query Parameters

      @@ -30576,11 +33793,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Status Operations

      -

      Patch Status

      +
      +
      +
      +

      Status Operations

      +
      +

      Patch Status

      partially update status of the specified ResourceQuota

      HTTP Request

      -PATCH /api/v1/namespaces/{namespace}/resourcequotas/{name}/status +

      PATCH /api/v1/namespaces/{namespace}/resourcequotas/{name}/status

      Path Parameters

      @@ -30615,10 +33836,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      ResourceQuota
      Created
      -

      Read Status

      +
      +
      +

      Read Status

      read status of the specified ResourceQuota

      HTTP Request

      -GET /api/v1/namespaces/{namespace}/resourcequotas/{name}/status +

      GET /api/v1/namespaces/{namespace}/resourcequotas/{name}/status

      Path Parameters

      @@ -30641,10 +33864,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      ResourceQuota
      OK
      -

      Replace Status

      +
      +
      +

      Replace Status

      replace status of the specified ResourceQuota

      HTTP Request

      -PUT /api/v1/namespaces/{namespace}/resourcequotas/{name}/status +

      PUT /api/v1/namespaces/{namespace}/resourcequotas/{name}/status

      Path Parameters

      @@ -30678,7 +33903,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      ResourceQuota
      Created
      -

      Role v1 rbac.authorization.k8s.io

      +
      +
      +
    +
    +

    Role v1 rbac.authorization.k8s.io

    @@ -30699,7 +33928,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    rules
    PolicyRule array
    Rules holds all the PolicyRules for this Role
    -

    RoleList v1 rbac

    +
    +

    RoleList v1 rbac

    @@ -30709,11 +33939,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    FieldDescription
    metadata
    ListMeta
    Standard object's metadata.
    -

    Write Operations

    -

    Create

    +
    +
    +

    Write Operations

    +
    +

    Create

    create a Role

    HTTP Request

    -POST /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles +

    POST /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles

    Path Parameters

    @@ -30747,10 +33980,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    Role
    Accepted
    -

    Patch

    +
    +
    +

    Patch

    partially update the specified Role

    HTTP Request

    -PATCH /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name} +

    PATCH /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name}

    Path Parameters

    @@ -30785,10 +34020,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    Role
    Created
    -

    Replace

    +
    +
    +

    Replace

    replace the specified Role

    HTTP Request

    -PUT /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name} +

    PUT /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name}

    Path Parameters

    @@ -30822,10 +34059,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    Role
    Created
    -

    Delete

    +
    +
    +

    Delete

    delete a Role

    HTTP Request

    -DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name} +

    DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name}

    Path Parameters

    @@ -30860,10 +34099,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    Status
    Accepted
    -

    Delete Collection

    +
    +
    +

    Delete Collection

    delete collection of Role

    HTTP Request

    -DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles +

    DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles

    Path Parameters

    @@ -30904,11 +34145,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    Status
    OK
    -

    Read Operations

    -

    Read

    +
    +
    +
    +

    Read Operations

    +
    +

    Read

    read the specified Role

    HTTP Request

    -GET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name} +

    GET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name}

    Path Parameters

    @@ -30931,10 +34176,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    Role
    OK
    -

    List

    +
    +
    +

    List

    list or watch objects of kind Role

    HTTP Request

    -GET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles +

    GET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles

    Path Parameters

    @@ -30966,10 +34213,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    RoleList
    OK
    -

    List All Namespaces

    +
    +
    +

    List All Namespaces

    list or watch objects of kind Role

    HTTP Request

    -GET /apis/rbac.authorization.k8s.io/v1/roles +

    GET /apis/rbac.authorization.k8s.io/v1/roles

    Query Parameters

    @@ -30994,10 +34243,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    RoleList
    OK
    -

    Watch

    +
    +
    +

    Watch

    watch changes to an object of kind Role. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

    HTTP Request

    -GET /apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/roles/{name} +

    GET /apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/roles/{name}

    Path Parameters

    @@ -31030,10 +34281,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List

    +
    +
    +

    Watch List

    watch individual changes to a list of Role. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/roles +

    GET /apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/roles

    Path Parameters

    @@ -31065,10 +34318,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List All Namespaces

    +
    +
    +

    Watch List All Namespaces

    watch individual changes to a list of Role. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /apis/rbac.authorization.k8s.io/v1/watch/roles +

    GET /apis/rbac.authorization.k8s.io/v1/watch/roles

    Query Parameters

    @@ -31093,7 +34348,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    RoleBinding v1 rbac.authorization.k8s.io

    +
    +
    +
    +
    +

    RoleBinding v1 rbac.authorization.k8s.io

    @@ -31115,7 +34374,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    subjects
    Subject array
    Subjects holds references to the objects the role applies to.
    -

    RoleBindingList v1 rbac

    +
    +

    RoleBindingList v1 rbac

    @@ -31125,11 +34385,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    FieldDescription
    metadata
    ListMeta
    Standard object's metadata.
    -

    Write Operations

    -

    Create

    +
    +
    +

    Write Operations

    +
    +

    Create

    create a RoleBinding

    HTTP Request

    -POST /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings +

    POST /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings

    Path Parameters

    @@ -31163,10 +34426,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    RoleBinding
    Accepted
    -

    Patch

    +
    +
    +

    Patch

    partially update the specified RoleBinding

    HTTP Request

    -PATCH /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name} +

    PATCH /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name}

    Path Parameters

    @@ -31201,10 +34466,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    RoleBinding
    Created
    -

    Replace

    +
    +
    +

    Replace

    replace the specified RoleBinding

    HTTP Request

    -PUT /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name} +

    PUT /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name}

    Path Parameters

    @@ -31238,10 +34505,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    RoleBinding
    Created
    -

    Delete

    +
    +
    +

    Delete

    delete a RoleBinding

    HTTP Request

    -DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name} +

    DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name}

    Path Parameters

    @@ -31276,10 +34545,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    Status
    Accepted
    -

    Delete Collection

    +
    +
    +

    Delete Collection

    delete collection of RoleBinding

    HTTP Request

    -DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings +

    DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings

    Path Parameters

    @@ -31320,11 +34591,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    Status
    OK
    -

    Read Operations

    -

    Read

    +
    +
    +
    +

    Read Operations

    +
    +

    Read

    read the specified RoleBinding

    HTTP Request

    -GET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name} +

    GET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name}

    Path Parameters

    @@ -31347,10 +34622,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    RoleBinding
    OK
    -

    List

    +
    +
    +

    List

    list or watch objects of kind RoleBinding

    HTTP Request

    -GET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings +

    GET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings

    Path Parameters

    @@ -31382,10 +34659,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    RoleBindingList
    OK
    -

    List All Namespaces

    +
    +
    +

    List All Namespaces

    list or watch objects of kind RoleBinding

    HTTP Request

    -GET /apis/rbac.authorization.k8s.io/v1/rolebindings +

    GET /apis/rbac.authorization.k8s.io/v1/rolebindings

    Query Parameters

    @@ -31410,10 +34689,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    RoleBindingList
    OK
    -

    Watch

    +
    +
    +

    Watch

    watch changes to an object of kind RoleBinding. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

    HTTP Request

    -GET /apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/rolebindings/{name} +

    GET /apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/rolebindings/{name}

    Path Parameters

    @@ -31446,10 +34727,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List

    +
    +
    +

    Watch List

    watch individual changes to a list of RoleBinding. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/rolebindings +

    GET /apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/rolebindings

    Path Parameters

    @@ -31481,10 +34764,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List All Namespaces

    +
    +
    +

    Watch List All Namespaces

    watch individual changes to a list of RoleBinding. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /apis/rbac.authorization.k8s.io/v1/watch/rolebindings +

    GET /apis/rbac.authorization.k8s.io/v1/watch/rolebindings

    Query Parameters

    @@ -31509,7 +34794,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    RuntimeClass v1 node.k8s.io

    +
    +
    +
    +
    +

    RuntimeClass v1 node.k8s.io

    @@ -31532,7 +34821,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    scheduling
    Scheduling
    scheduling holds the scheduling constraints to ensure that pods running with this RuntimeClass are scheduled to nodes that support it. If scheduling is nil, this RuntimeClass is assumed to be supported by all nodes.
    -

    RuntimeClassList v1 node

    +
    +

    RuntimeClassList v1 node

    @@ -31542,11 +34832,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    FieldDescription
    metadata
    ListMeta
    Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
    -

    Write Operations

    -

    Create

    +
    +
    +

    Write Operations

    +
    +

    Create

    create a RuntimeClass

    HTTP Request

    -POST /apis/node.k8s.io/v1/runtimeclasses +

    POST /apis/node.k8s.io/v1/runtimeclasses

    Query Parameters

    @@ -31573,10 +34866,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    RuntimeClass
    Accepted
    -

    Patch

    +
    +
    +

    Patch

    partially update the specified RuntimeClass

    HTTP Request

    -PATCH /apis/node.k8s.io/v1/runtimeclasses/{name} +

    PATCH /apis/node.k8s.io/v1/runtimeclasses/{name}

    Path Parameters

    @@ -31610,10 +34905,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    RuntimeClass
    Created
    -

    Replace

    +
    +
    +

    Replace

    replace the specified RuntimeClass

    HTTP Request

    -PUT /apis/node.k8s.io/v1/runtimeclasses/{name} +

    PUT /apis/node.k8s.io/v1/runtimeclasses/{name}

    Path Parameters

    @@ -31646,10 +34943,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    RuntimeClass
    Created
    -

    Delete

    +
    +
    +

    Delete

    delete a RuntimeClass

    HTTP Request

    -DELETE /apis/node.k8s.io/v1/runtimeclasses/{name} +

    DELETE /apis/node.k8s.io/v1/runtimeclasses/{name}

    Path Parameters

    @@ -31683,10 +34982,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    Status
    Accepted
    -

    Delete Collection

    +
    +
    +

    Delete Collection

    delete collection of RuntimeClass

    HTTP Request

    -DELETE /apis/node.k8s.io/v1/runtimeclasses +

    DELETE /apis/node.k8s.io/v1/runtimeclasses

    Query Parameters

    @@ -31720,11 +35021,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    Status
    OK
    -

    Read Operations

    -

    Read

    +
    +
    +
    +

    Read Operations

    +
    +

    Read

    read the specified RuntimeClass

    HTTP Request

    -GET /apis/node.k8s.io/v1/runtimeclasses/{name} +

    GET /apis/node.k8s.io/v1/runtimeclasses/{name}

    Path Parameters

    @@ -31746,10 +35051,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    RuntimeClass
    OK
    -

    List

    +
    +
    +

    List

    list or watch objects of kind RuntimeClass

    HTTP Request

    -GET /apis/node.k8s.io/v1/runtimeclasses +

    GET /apis/node.k8s.io/v1/runtimeclasses

    Query Parameters

    @@ -31774,10 +35081,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    RuntimeClassList
    OK
    -

    Watch

    +
    +
    +

    Watch

    watch changes to an object of kind RuntimeClass. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

    HTTP Request

    -GET /apis/node.k8s.io/v1/watch/runtimeclasses/{name} +

    GET /apis/node.k8s.io/v1/watch/runtimeclasses/{name}

    Path Parameters

    @@ -31809,10 +35118,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List

    +
    +
    +

    Watch List

    watch individual changes to a list of RuntimeClass. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /apis/node.k8s.io/v1/watch/runtimeclasses +

    GET /apis/node.k8s.io/v1/watch/runtimeclasses

    Query Parameters

    @@ -31837,7 +35148,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    SelfSubjectAccessReview v1 authorization.k8s.io

    +
    +
    +
    +
    +

    SelfSubjectAccessReview v1 authorization.k8s.io

    @@ -31854,7 +35169,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    status
    SubjectAccessReviewStatus
    Status is filled in by the server and indicates whether the request is allowed or not
    -

    SelfSubjectAccessReviewSpec v1 authorization

    +
    +

    SelfSubjectAccessReviewSpec v1 authorization

    Appears In:
    +
    +

    Write Operations

    +
    +

    Create

    create a SelfSubjectAccessReview

    HTTP Request

    -POST /apis/authorization.k8s.io/v1/selfsubjectaccessreviews +

    POST /apis/authorization.k8s.io/v1/selfsubjectaccessreviews

    Query Parameters

    @@ -31898,7 +35217,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    SelfSubjectAccessReview
    Accepted
    -

    SelfSubjectReview v1 authentication.k8s.io

    +
    +
    +
    +
    +

    SelfSubjectReview v1 authentication.k8s.io

    @@ -31918,7 +35241,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    status
    SelfSubjectReviewStatus
    Status is filled in by the server with the user attributes.
    -

    SelfSubjectReviewStatus v1 authentication

    +
    +

    SelfSubjectReviewStatus v1 authentication

    Appears In:
    • SelfSubjectReview [authentication/v1]
    • @@ -31930,11 +35254,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de userInfo
      UserInfoUser attributes of the user making this request. -

      Write Operations

      -

      Create

      +
    +
    +

    Write Operations

    +
    +

    Create

    create a SelfSubjectReview

    HTTP Request

    -POST /apis/authentication.k8s.io/v1/selfsubjectreviews +

    POST /apis/authentication.k8s.io/v1/selfsubjectreviews

    Query Parameters

    @@ -31961,7 +35288,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    SelfSubjectReview
    Accepted
    -

    SelfSubjectRulesReview v1 authorization.k8s.io

    +
    +
    +
    +
    +

    SelfSubjectRulesReview v1 authorization.k8s.io

    @@ -31978,7 +35309,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    status
    SubjectRulesReviewStatus
    Status is filled in by the server and indicates the set of actions a user can perform.
    -

    SelfSubjectRulesReviewSpec v1 authorization

    +
    +

    SelfSubjectRulesReviewSpec v1 authorization

    Appears In:
    • SelfSubjectRulesReview [authorization/v1]
    • @@ -31990,11 +35322,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de namespace
      stringNamespace to evaluate rules for. Required. -

      Write Operations

      -

      Create

      +
    +
    +

    Write Operations

    +
    +

    Create

    create a SelfSubjectRulesReview

    HTTP Request

    -POST /apis/authorization.k8s.io/v1/selfsubjectrulesreviews +

    POST /apis/authorization.k8s.io/v1/selfsubjectrulesreviews

    Query Parameters

    @@ -32021,7 +35356,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    SelfSubjectRulesReview
    Accepted
    -

    ServiceAccount v1 core

    +
    +
    +
    +
    +

    ServiceAccount v1 core

    @@ -32044,7 +35383,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    secrets
    ObjectReference array
    patch strategy: merge
    patch merge key: name
    Secrets is a list of the secrets in the same namespace that pods running using this ServiceAccount are allowed to use. Pods are only limited to this list if this service account has a "kubernetes.io/enforce-mountable-secrets" annotation set to "true". This field should not be used to find auto-generated service account token secrets for use outside of pods. Instead, tokens can be requested directly using the TokenRequest API, or service account token secrets can be manually created. More info: https://kubernetes.io/docs/concepts/configuration/secret
    -

    ServiceAccountList v1 core

    +
    +

    ServiceAccountList v1 core

    @@ -32054,11 +35394,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    FieldDescription
    metadata
    ListMeta
    Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
    -

    Write Operations

    -

    Create

    +
    +
    +

    Write Operations

    +
    +

    Create

    create a ServiceAccount

    HTTP Request

    -POST /api/v1/namespaces/{namespace}/serviceaccounts +

    POST /api/v1/namespaces/{namespace}/serviceaccounts

    Path Parameters

    @@ -32092,10 +35435,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    ServiceAccount
    Accepted
    -

    Patch

    +
    +
    +

    Patch

    partially update the specified ServiceAccount

    HTTP Request

    -PATCH /api/v1/namespaces/{namespace}/serviceaccounts/{name} +

    PATCH /api/v1/namespaces/{namespace}/serviceaccounts/{name}

    Path Parameters

    @@ -32130,10 +35475,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    ServiceAccount
    Created
    -

    Replace

    +
    +
    +

    Replace

    replace the specified ServiceAccount

    HTTP Request

    -PUT /api/v1/namespaces/{namespace}/serviceaccounts/{name} +

    PUT /api/v1/namespaces/{namespace}/serviceaccounts/{name}

    Path Parameters

    @@ -32167,10 +35514,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    ServiceAccount
    Created
    -

    Delete

    +
    +
    +

    Delete

    delete a ServiceAccount

    HTTP Request

    -DELETE /api/v1/namespaces/{namespace}/serviceaccounts/{name} +

    DELETE /api/v1/namespaces/{namespace}/serviceaccounts/{name}

    Path Parameters

    @@ -32205,10 +35554,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    ServiceAccount
    Accepted
    -

    Delete Collection

    +
    +
    +

    Delete Collection

    delete collection of ServiceAccount

    HTTP Request

    -DELETE /api/v1/namespaces/{namespace}/serviceaccounts +

    DELETE /api/v1/namespaces/{namespace}/serviceaccounts

    Path Parameters

    @@ -32249,11 +35600,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    Status
    OK
    -

    Read Operations

    -

    Read

    +
    +
    +
    +

    Read Operations

    +
    +

    Read

    read the specified ServiceAccount

    HTTP Request

    -GET /api/v1/namespaces/{namespace}/serviceaccounts/{name} +

    GET /api/v1/namespaces/{namespace}/serviceaccounts/{name}

    Path Parameters

    @@ -32276,10 +35631,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    ServiceAccount
    OK
    -

    List

    +
    +
    +

    List

    list or watch objects of kind ServiceAccount

    HTTP Request

    -GET /api/v1/namespaces/{namespace}/serviceaccounts +

    GET /api/v1/namespaces/{namespace}/serviceaccounts

    Path Parameters

    @@ -32311,10 +35668,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    ServiceAccountList
    OK
    -

    List All Namespaces

    +
    +
    +

    List All Namespaces

    list or watch objects of kind ServiceAccount

    HTTP Request

    -GET /api/v1/serviceaccounts +

    GET /api/v1/serviceaccounts

    Query Parameters

    @@ -32339,10 +35698,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    ServiceAccountList
    OK
    -

    Watch

    +
    +
    +

    Watch

    watch changes to an object of kind ServiceAccount. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

    HTTP Request

    -GET /api/v1/watch/namespaces/{namespace}/serviceaccounts/{name} +

    GET /api/v1/watch/namespaces/{namespace}/serviceaccounts/{name}

    Path Parameters

    @@ -32375,10 +35736,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List

    +
    +
    +

    Watch List

    watch individual changes to a list of ServiceAccount. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /api/v1/watch/namespaces/{namespace}/serviceaccounts +

    GET /api/v1/watch/namespaces/{namespace}/serviceaccounts

    Path Parameters

    @@ -32410,10 +35773,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List All Namespaces

    +
    +
    +

    Watch List All Namespaces

    watch individual changes to a list of ServiceAccount. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /api/v1/watch/serviceaccounts +

    GET /api/v1/watch/serviceaccounts

    Query Parameters

    @@ -32438,7 +35803,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    StorageVersion v1alpha1 internal.apiserver.k8s.io

    +
    +
    +
    +
    +

    StorageVersion v1alpha1 internal.apiserver.k8s.io

    @@ -32460,7 +35829,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    status
    StorageVersionStatus
    API server instances report the version they can decode and the version they encode objects to when persisting objects in the backend.
    -

    StorageVersionSpec v1alpha1 apiserverinternal

    +
    +

    StorageVersionSpec v1alpha1 apiserverinternal

    Appears In:
    • StorageVersion [apiserverinternal/v1alpha1]
    • @@ -32471,7 +35841,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de -

      StorageVersionStatus v1alpha1 apiserverinternal

      +

      StorageVersionStatus v1alpha1 apiserverinternal

      Appears In:
      • StorageVersion [apiserverinternal/v1alpha1]
      • @@ -32485,7 +35855,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de storageVersions
        ServerStorageVersion arrayThe reported versions per API server instance. -

        StorageVersionList v1alpha1 apiserverinternal

        +

        StorageVersionList v1alpha1 apiserverinternal

        @@ -32495,11 +35865,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
        FieldDescription
        metadata
        ListMeta
        Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
        -

        Write Operations

        -

        Create

        +
      +
      +

      Write Operations

      +
      +

      Create

      create a StorageVersion

      HTTP Request

      -POST /apis/internal.apiserver.k8s.io/v1alpha1/storageversions +

      POST /apis/internal.apiserver.k8s.io/v1alpha1/storageversions

      Query Parameters

      @@ -32526,10 +35899,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      202
      StorageVersion
      Accepted
      -

      Patch

      +
      +
      +

      Patch

      partially update the specified StorageVersion

      HTTP Request

      -PATCH /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name} +

      PATCH /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}

      Path Parameters

      @@ -32563,10 +35938,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      StorageVersion
      Created
      -

      Replace

      +
      +
      +

      Replace

      replace the specified StorageVersion

      HTTP Request

      -PUT /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name} +

      PUT /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}

      Path Parameters

      @@ -32599,10 +35976,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      StorageVersion
      Created
      -

      Delete

      +
      +
      +

      Delete

      delete a StorageVersion

      HTTP Request

      -DELETE /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name} +

      DELETE /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}

      Path Parameters

      @@ -32636,10 +36015,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      202
      Status
      Accepted
      -

      Delete Collection

      +
      +
      +

      Delete Collection

      delete collection of StorageVersion

      HTTP Request

      -DELETE /apis/internal.apiserver.k8s.io/v1alpha1/storageversions +

      DELETE /apis/internal.apiserver.k8s.io/v1alpha1/storageversions

      Query Parameters

      @@ -32673,11 +36054,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      Status
      OK
      -

      Read Operations

      -

      Read

      +
      +
      +
      +

      Read Operations

      +
      +

      Read

      read the specified StorageVersion

      HTTP Request

      -GET /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name} +

      GET /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}

      Path Parameters

      @@ -32699,10 +36084,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      StorageVersion
      OK
      -

      List

      +
      +
      +

      List

      list or watch objects of kind StorageVersion

      HTTP Request

      -GET /apis/internal.apiserver.k8s.io/v1alpha1/storageversions +

      GET /apis/internal.apiserver.k8s.io/v1alpha1/storageversions

      Query Parameters

      @@ -32727,10 +36114,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      StorageVersionList
      OK
      -

      Watch

      +
      +
      +

      Watch

      watch changes to an object of kind StorageVersion. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

      HTTP Request

      -GET /apis/internal.apiserver.k8s.io/v1alpha1/watch/storageversions/{name} +

      GET /apis/internal.apiserver.k8s.io/v1alpha1/watch/storageversions/{name}

      Path Parameters

      @@ -32762,10 +36151,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Watch List

      +
      +
      +

      Watch List

      watch individual changes to a list of StorageVersion. deprecated: use the 'watch' parameter with a list operation instead.

      HTTP Request

      -GET /apis/internal.apiserver.k8s.io/v1alpha1/watch/storageversions +

      GET /apis/internal.apiserver.k8s.io/v1alpha1/watch/storageversions

      Query Parameters

      @@ -32790,11 +36181,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Status Operations

      -

      Patch Status

      +
      +
      +
      +

      Status Operations

      +
      +

      Patch Status

      partially update status of the specified StorageVersion

      HTTP Request

      -PATCH /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}/status +

      PATCH /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}/status

      Path Parameters

      @@ -32828,10 +36223,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      StorageVersion
      Created
      -

      Read Status

      +
      +
      +

      Read Status

      read status of the specified StorageVersion

      HTTP Request

      -GET /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}/status +

      GET /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}/status

      Path Parameters

      @@ -32853,10 +36250,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      200
      StorageVersion
      OK
      -

      Replace Status

      +
      +
      +

      Replace Status

      replace status of the specified StorageVersion

      HTTP Request

      -PUT /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}/status +

      PUT /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}/status

      Path Parameters

      @@ -32889,7 +36288,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      201
      StorageVersion
      Created
      -

      SubjectAccessReview v1 authorization.k8s.io

      +
      +
      +
    +
    +

    SubjectAccessReview v1 authorization.k8s.io

    @@ -32906,7 +36309,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    status
    SubjectAccessReviewStatus
    Status is filled in by the server and indicates whether the request is allowed or not
    -

    SubjectAccessReviewSpec v1 authorization

    +
    +

    SubjectAccessReviewSpec v1 authorization

    Appears In:
    • LocalSubjectAccessReview [authorization/v1]
    • @@ -32924,7 +36328,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de user
      stringUser is the user you're testing for. If you specify "User" but not "Groups", then is it interpreted as "What if User were not a member of any groups -

      SubjectAccessReviewStatus v1 authorization

      +

      SubjectAccessReviewStatus v1 authorization

      Appears In:
      • LocalSubjectAccessReview [authorization/v1]
      • @@ -32941,11 +36345,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de reason
        stringReason is optional. It indicates why a request was allowed or denied. -

        Write Operations

        -

        Create

        +
      +
      +

      Write Operations

      +
      +

      Create

      create a SubjectAccessReview

      HTTP Request

      -POST /apis/authorization.k8s.io/v1/subjectaccessreviews +

      POST /apis/authorization.k8s.io/v1/subjectaccessreviews

      Query Parameters

      @@ -32972,7 +36379,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      202
      SubjectAccessReview
      Accepted
      -

      TokenRequest v1 authentication.k8s.io

      +
      +
      +
    +
    +

    TokenRequest v1 authentication.k8s.io

    @@ -32989,7 +36400,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    status
    TokenRequestStatus
    Status is filled in by the server and indicates whether the token can be authenticated.
    -

    TokenRequestSpec v1 authentication

    +
    +

    TokenRequestSpec v1 authentication

    Appears In:
    • TokenRequest [authentication/v1]
    • @@ -33003,7 +36415,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de expirationSeconds
      integerExpirationSeconds is the requested duration of validity of the request. The token issuer may return a token with a different validity duration so a client needs to check the 'expiration' field in a response. -

      TokenRequestStatus v1 authentication

      +

      TokenRequestStatus v1 authentication

      Appears In:
      • TokenRequest [authentication/v1]
      • @@ -33016,7 +36428,10 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de token
        stringToken is the opaque bearer token. -

        TokenReview v1 authentication.k8s.io

        +
      +
    +
    +

    TokenReview v1 authentication.k8s.io

    @@ -33033,7 +36448,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    status
    TokenReviewStatus
    Status is filled in by the server and indicates whether the request can be authenticated.
    -

    TokenReviewSpec v1 authentication

    +
    +

    TokenReviewSpec v1 authentication

    Appears In:
    • TokenReview [authentication/v1]
    • @@ -33046,7 +36462,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de token
      stringToken is the opaque bearer token. -

      TokenReviewStatus v1 authentication

      +

      TokenReviewStatus v1 authentication

      Appears In:
      • TokenReview [authentication/v1]
      • @@ -33061,11 +36477,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de user
        UserInfoUser is the UserInfo associated with the provided token. -

        Write Operations

        -

        Create

        +
      +
      +

      Write Operations

      +
      +

      Create

      create a TokenReview

      HTTP Request

      -POST /apis/authentication.k8s.io/v1/tokenreviews +

      POST /apis/authentication.k8s.io/v1/tokenreviews

      Query Parameters

      @@ -33092,7 +36511,11 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      ParameterDescription
      202
      TokenReview
      Accepted
      -

      NetworkPolicy v1 networking.k8s.io

      +
      +
      +
    +
    +

    NetworkPolicy v1 networking.k8s.io

    @@ -33113,7 +36536,8 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    spec
    NetworkPolicySpec
    spec represents the specification of the desired behavior for this NetworkPolicy.
    -

    NetworkPolicySpec v1 networking

    +
    +

    NetworkPolicySpec v1 networking

    Appears In:
    • NetworkPolicy [networking/v1]
    • @@ -33128,7 +36552,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de policyTypes
      string arraypolicyTypes is a list of rule types that the NetworkPolicy relates to. Valid options are ["Ingress"], ["Egress"], or ["Ingress", "Egress"]. If this field is not specified, it will default based on the existence of ingress or egress rules; policies that contain an egress section are assumed to affect egress, and all policies (whether or not they contain an ingress section) are assumed to affect ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8 -

      NetworkPolicyList v1 networking

      +

      NetworkPolicyList v1 networking

      @@ -33138,11 +36562,14 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
      FieldDescription
      metadata
      ListMeta
      Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
      -

      Write Operations

      -

      Create

      +
    +
    +

    Write Operations

    +
    +

    Create

    create a NetworkPolicy

    HTTP Request

    -POST /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies +

    POST /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies

    Path Parameters

    @@ -33176,10 +36603,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    NetworkPolicy
    Accepted
    -

    Patch

    +
    +
    +

    Patch

    partially update the specified NetworkPolicy

    HTTP Request

    -PATCH /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name} +

    PATCH /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}

    Path Parameters

    @@ -33214,10 +36643,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    NetworkPolicy
    Created
    -

    Replace

    +
    +
    +

    Replace

    replace the specified NetworkPolicy

    HTTP Request

    -PUT /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name} +

    PUT /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}

    Path Parameters

    @@ -33251,10 +36682,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    201
    NetworkPolicy
    Created
    -

    Delete

    +
    +
    +

    Delete

    delete a NetworkPolicy

    HTTP Request

    -DELETE /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name} +

    DELETE /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}

    Path Parameters

    @@ -33289,10 +36722,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    202
    Status
    Accepted
    -

    Delete Collection

    +
    +
    +

    Delete Collection

    delete collection of NetworkPolicy

    HTTP Request

    -DELETE /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies +

    DELETE /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies

    Path Parameters

    @@ -33333,11 +36768,15 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    Status
    OK
    -

    Read Operations

    -

    Read

    +
    +
    +
    +

    Read Operations

    +
    +

    Read

    read the specified NetworkPolicy

    HTTP Request

    -GET /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name} +

    GET /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}

    Path Parameters

    @@ -33360,10 +36799,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    NetworkPolicy
    OK
    -

    List

    +
    +
    +

    List

    list or watch objects of kind NetworkPolicy

    HTTP Request

    -GET /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies +

    GET /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies

    Path Parameters

    @@ -33395,10 +36836,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    NetworkPolicyList
    OK
    -

    List All Namespaces

    +
    +
    +

    List All Namespaces

    list or watch objects of kind NetworkPolicy

    HTTP Request

    -GET /apis/networking.k8s.io/v1/networkpolicies +

    GET /apis/networking.k8s.io/v1/networkpolicies

    Query Parameters

    @@ -33423,10 +36866,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    NetworkPolicyList
    OK
    -

    Watch

    +
    +
    +

    Watch

    watch changes to an object of kind NetworkPolicy. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

    HTTP Request

    -GET /apis/networking.k8s.io/v1/watch/namespaces/{namespace}/networkpolicies/{name} +

    GET /apis/networking.k8s.io/v1/watch/namespaces/{namespace}/networkpolicies/{name}

    Path Parameters

    @@ -33459,10 +36904,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List

    +
    +
    +

    Watch List

    watch individual changes to a list of NetworkPolicy. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /apis/networking.k8s.io/v1/watch/namespaces/{namespace}/networkpolicies +

    GET /apis/networking.k8s.io/v1/watch/namespaces/{namespace}/networkpolicies

    Path Parameters

    @@ -33494,10 +36941,12 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List All Namespaces

    +
    +
    +

    Watch List All Namespaces

    watch individual changes to a list of NetworkPolicy. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /apis/networking.k8s.io/v1/watch/networkpolicies +

    GET /apis/networking.k8s.io/v1/watch/networkpolicies

    Query Parameters

    @@ -33522,10 +36971,16 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    ParameterDescription
    200
    WatchEvent
    OK
    -

    DEFINITIONS

    +
    +
    +
    +
    +

    Definitions

    This section contains definitions for objects used in the Kubernetes APIs.

    -

    APIGroup v1 meta

    +
    +
    +

    APIGroup v1 meta

    @@ -33549,7 +37004,9 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    versions
    GroupVersionForDiscovery array
    versions are the versions supported in this group.
    -

    APIResource v1 meta

    +
    +
    +

    APIResource v1 meta

    @@ -33577,7 +37034,9 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    version
    string
    version is the preferred version of the resource. Empty implies the version of the containing resource list For subresources, this may have a different value, for example: v1 (while inside a v1beta1 version of the core resource's group)".
    -

    APIServiceCondition v1 apiregistration.k8s.io

    +
    +
    +

    APIServiceCondition v1 apiregistration.k8s.io

    @@ -33600,7 +37059,9 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    type
    string
    Type is the type of the condition.
    -

    APIVersions v1 meta

    +
    +
    +

    APIVersions v1 meta

    @@ -33617,7 +37078,9 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
    GroupVersionKind
    versions
    string array
    versions are the api versions that are available.
    -

    AWSElasticBlockStoreVolumeSource v1 core

    +
    +
    +

    AWSElasticBlockStoreVolumeSource v1 core

    @@ -33642,7 +37105,9 @@ An AWS EBS disk must exist before mounting to a container. The disk must also be
    GroupVersionKind
    volumeID
    string
    volumeID is unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
    -

    Affinity v1 core

    +
    +
    +

    Affinity v1 core

    @@ -33663,7 +37128,9 @@ An AWS EBS disk must exist before mounting to a container. The disk must also be
    GroupVersionKind
    podAntiAffinity
    PodAntiAffinity
    Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s)).
    -

    AggregationRule v1 rbac.authorization.k8s.io

    +
    +
    +

    AggregationRule v1 rbac.authorization.k8s.io

    @@ -33682,7 +37149,9 @@ An AWS EBS disk must exist before mounting to a container. The disk must also be
    GroupVersionKind
    clusterRoleSelectors
    LabelSelector array
    ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added
    -

    AllocationResult v1alpha2 resource.k8s.io

    +
    +
    +

    AllocationResult v1alpha2 resource.k8s.io

    @@ -33703,7 +37172,9 @@ An AWS EBS disk must exist before mounting to a container. The disk must also be
    GroupVersionKind
    shareable
    boolean
    Shareable determines whether the resource supports more than one consumer at a time.
    -

    AttachedVolume v1 core

    +
    +
    +

    AttachedVolume v1 core

    @@ -33723,7 +37194,9 @@ An AWS EBS disk must exist before mounting to a container. The disk must also be
    GroupVersionKind
    name
    string
    Name of the attached volume
    -

    AuditAnnotation v1beta1 admissionregistration.k8s.io

    +
    +
    +

    AuditAnnotation v1beta1 admissionregistration.k8s.io

    @@ -33746,7 +37219,9 @@ An AWS EBS disk must exist before mounting to a container. The disk must also be
    GroupVersionKind
    valueExpression
    string
    valueExpression represents the expression which is evaluated by CEL to produce an audit annotation value. The expression must evaluate to either a string or null value. If the expression evaluates to a string, the audit annotation is included with the string value. If the expression evaluates to null or empty string the audit annotation will be omitted. The valueExpression may be no longer than 5kb in length. If the result of the valueExpression is more than 10kb in length, it will be truncated to 10kb. If multiple ValidatingAdmissionPolicyBinding resources match an API request, then the valueExpression will be evaluated for each binding. All unique values produced by the valueExpressions will be joined together in a comma-separated list. Required.
    -

    AzureDiskVolumeSource v1 core

    +
    +
    +

    AzureDiskVolumeSource v1 core

    @@ -33771,7 +37246,9 @@ An AWS EBS disk must exist before mounting to a container. The disk must also be
    GroupVersionKind
    readOnly
    boolean
    readOnly Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
    -

    AzureFilePersistentVolumeSource v1 core

    +
    +
    +

    AzureFilePersistentVolumeSource v1 core

    @@ -33793,7 +37270,9 @@ An AWS EBS disk must exist before mounting to a container. The disk must also be
    GroupVersionKind
    shareName
    string
    shareName is the azure Share Name
    -

    AzureFileVolumeSource v1 core

    +
    +
    +

    AzureFileVolumeSource v1 core

    @@ -33814,7 +37293,9 @@ An AWS EBS disk must exist before mounting to a container. The disk must also be
    GroupVersionKind
    shareName
    string
    shareName is the azure share Name
    -

    BoundObjectReference v1 authentication.k8s.io

    +
    +
    +

    BoundObjectReference v1 authentication.k8s.io

    @@ -33836,7 +37317,9 @@ An AWS EBS disk must exist before mounting to a container. The disk must also be
    GroupVersionKind
    uid
    string
    UID of the referent.
    -

    CSINodeDriver v1 storage.k8s.io

    +
    +
    +

    CSINodeDriver v1 storage.k8s.io

    @@ -33858,7 +37341,9 @@ An AWS EBS disk must exist before mounting to a container. The disk must also be
    GroupVersionKind
    topologyKeys
    string array
    topologyKeys is the list of keys supported by the driver. When a driver is initialized on a cluster, it provides a set of topology keys that it understands (e.g. "company.com/zone", "company.com/region"). When a driver is initialized on a node, it provides the same topology keys along with values. Kubelet will expose these topology keys as labels on its own node object. When Kubernetes does topology aware provisioning, it can use this list to determine which labels it should retrieve from the node object and pass back to the driver. It is possible for different nodes to use different topology keys. This can be empty if driver does not support topology.
    -

    CSIPersistentVolumeSource v1 core

    +
    +
    +

    CSIPersistentVolumeSource v1 core

    @@ -33886,7 +37371,9 @@ An AWS EBS disk must exist before mounting to a container. The disk must also be
    GroupVersionKind
    volumeHandle
    string
    volumeHandle is the unique volume name returned by the CSI volume plugin’s CreateVolume to refer to the volume on all subsequent calls. Required.
    -

    CSIVolumeSource v1 core

    +
    +
    +

    CSIVolumeSource v1 core

    @@ -33909,7 +37396,9 @@ An AWS EBS disk must exist before mounting to a container. The disk must also be
    GroupVersionKind
    volumeAttributes
    object
    volumeAttributes stores driver-specific properties that are passed to the CSI driver. Consult your driver's documentation for supported values.
    -

    Capabilities v1 core

    +
    +
    +

    Capabilities v1 core

    @@ -33929,7 +37418,9 @@ An AWS EBS disk must exist before mounting to a container. The disk must also be
    GroupVersionKind
    drop
    string array
    Removed capabilities
    -

    CephFSPersistentVolumeSource v1 core

    +
    +
    +

    CephFSPersistentVolumeSource v1 core

    @@ -33953,7 +37444,9 @@ An AWS EBS disk must exist before mounting to a container. The disk must also be
    GroupVersionKind
    user
    string
    user is Optional: User is the rados user name, default is admin More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it
    -

    CephFSVolumeSource v1 core

    +
    +
    +

    CephFSVolumeSource v1 core

    @@ -33977,7 +37470,9 @@ An AWS EBS disk must exist before mounting to a container. The disk must also be
    GroupVersionKind
    user
    string
    user is optional: User is the rados user name, default is admin More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it
    -

    CertificateSigningRequestCondition v1 certificates.k8s.io

    +
    +
    +

    CertificateSigningRequestCondition v1 certificates.k8s.io

    @@ -34001,7 +37496,9 @@ An AWS EBS disk must exist before mounting to a container. The disk must also be
    GroupVersionKind
    type
    string
    type of the condition. Known conditions are "Approved", "Denied", and "Failed". An "Approved" condition is added via the /approval subresource, indicating the request was approved and should be issued by the signer. A "Denied" condition is added via the /approval subresource, indicating the request was denied and should not be issued by the signer. A "Failed" condition is added via the /status subresource, indicating the signer failed to issue the certificate. Approved and Denied conditions are mutually exclusive. Approved, Denied, and Failed conditions cannot be removed once added. Only one condition of a given type is allowed.
    -

    CinderPersistentVolumeSource v1 core

    +
    +
    +

    CinderPersistentVolumeSource v1 core

    @@ -34023,7 +37520,9 @@ An AWS EBS disk must exist before mounting to a container. The disk must also be
    GroupVersionKind
    volumeID
    string
    volumeID used to identify the volume in cinder. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
    -

    CinderVolumeSource v1 core

    +
    +
    +

    CinderVolumeSource v1 core

    @@ -34045,7 +37544,9 @@ An AWS EBS disk must exist before mounting to a container. The disk must also be
    GroupVersionKind
    volumeID
    string
    volumeID used to identify the volume in cinder. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
    -

    ClaimSource v1 core

    +
    +
    +

    ClaimSource v1 core

    @@ -34067,7 +37568,9 @@ Exactly one of these fields should be set. Consumers of this type must treat an
    GroupVersionKind
    resourceClaimTemplateName
    string
    ResourceClaimTemplateName is the name of a ResourceClaimTemplate object in the same namespace as this pod. The template will be used to create a new ResourceClaim, which will be bound to this pod. When this pod is deleted, the ResourceClaim will also be deleted. The pod name and resource name, along with a generated component, will be used to form a unique name for the ResourceClaim, which will be recorded in pod.status.resourceClaimStatuses. This field is immutable and no changes will be made to the corresponding ResourceClaim by the control plane after creating the ResourceClaim.
    -

    ClientIPConfig v1 core

    +
    +
    +

    ClientIPConfig v1 core

    @@ -34086,7 +37589,9 @@ Exactly one of these fields should be set. Consumers of this type must treat an
    GroupVersionKind
    timeoutSeconds
    integer
    timeoutSeconds specifies the seconds of ClientIP type session sticky time. The value must be >0 && <=86400(for 1 day) if ServiceAffinity == "ClientIP". Default value is 10800(for 3 hours).
    -

    ComponentCondition v1 core

    +
    +
    +

    ComponentCondition v1 core

    @@ -34108,7 +37613,9 @@ Exactly one of these fields should be set. Consumers of this type must treat an
    GroupVersionKind
    type
    string
    Type of condition for a component. Valid value: "Healthy"
    -

    Condition v1 meta

    +
    +
    +

    Condition v1 meta

    @@ -34135,7 +37642,9 @@ Exactly one of these fields should be set. Consumers of this type must treat an
    GroupVersionKind
    type
    string
    type of condition in CamelCase or in foo.example.com/CamelCase.
    -

    ConfigMapEnvSource v1 core

    +
    +
    +

    ConfigMapEnvSource v1 core

    @@ -34157,7 +37666,9 @@ The contents of the target ConfigMap's Data field will represent the key-val
    GroupVersionKind
    optional
    boolean
    Specify whether the ConfigMap must be defined
    -

    ConfigMapKeySelector v1 core

    +
    +
    +

    ConfigMapKeySelector v1 core

    @@ -34178,7 +37689,9 @@ The contents of the target ConfigMap's Data field will represent the key-val
    GroupVersionKind
    optional
    boolean
    Specify whether the ConfigMap or its key must be defined
    -

    ConfigMapNodeConfigSource v1 core

    +
    +
    +

    ConfigMapNodeConfigSource v1 core

    @@ -34201,7 +37714,9 @@ The contents of the target ConfigMap's Data field will represent the key-val
    GroupVersionKind
    uid
    string
    UID is the metadata.UID of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.
    -

    ConfigMapProjection v1 core

    +
    +
    +

    ConfigMapProjection v1 core

    @@ -34224,7 +37739,9 @@ The contents of the target ConfigMap's Data field will be presented in a pro
    GroupVersionKind
    optional
    boolean
    optional specify whether the ConfigMap or its keys must be defined
    -

    ConfigMapVolumeSource v1 core

    +
    +
    +

    ConfigMapVolumeSource v1 core

    @@ -34248,7 +37765,9 @@ The contents of the target ConfigMap's Data field will be presented in a vol
    GroupVersionKind
    optional
    boolean
    optional specify whether the ConfigMap or its keys must be defined
    -

    ContainerImage v1 core

    +
    +
    +

    ContainerImage v1 core

    @@ -34268,7 +37787,9 @@ The contents of the target ConfigMap's Data field will be presented in a vol
    GroupVersionKind
    sizeBytes
    integer
    The size of the image in bytes.
    -

    ContainerPort v1 core

    +
    +
    +

    ContainerPort v1 core

    @@ -34292,7 +37813,9 @@ The contents of the target ConfigMap's Data field will be presented in a vol
    GroupVersionKind
    protocol
    string
    Protocol for port. Must be UDP, TCP, or SCTP. Defaults to "TCP".
    -

    ContainerResizePolicy v1 core

    +
    +
    +

    ContainerResizePolicy v1 core

    @@ -34313,7 +37836,9 @@ The contents of the target ConfigMap's Data field will be presented in a vol
    GroupVersionKind
    restartPolicy
    string
    Restart policy to apply when specified resource is resized. If not specified, it defaults to NotRequired.
    -

    ContainerResourceMetricSource v2 autoscaling

    +
    +
    +

    ContainerResourceMetricSource v2 autoscaling

    @@ -34334,7 +37859,9 @@ The contents of the target ConfigMap's Data field will be presented in a vol
    GroupVersionKind
    target
    MetricTarget
    target specifies the target value for the given metric
    -

    ContainerResourceMetricStatus v2 autoscaling

    +
    +
    +

    ContainerResourceMetricStatus v2 autoscaling

    @@ -34355,7 +37882,9 @@ The contents of the target ConfigMap's Data field will be presented in a vol
    GroupVersionKind
    name
    string
    name is the name of the resource in question.
    -

    ContainerState v1 core

    +
    +
    +

    ContainerState v1 core

    @@ -34376,7 +37905,9 @@ The contents of the target ConfigMap's Data field will be presented in a vol
    GroupVersionKind
    waiting
    ContainerStateWaiting
    Details about a waiting container
    -

    ContainerStateRunning v1 core

    +
    +
    +

    ContainerStateRunning v1 core

    @@ -34395,7 +37926,9 @@ The contents of the target ConfigMap's Data field will be presented in a vol
    GroupVersionKind
    startedAt
    Time
    Time at which the container was last (re-)started
    -

    ContainerStateTerminated v1 core

    +
    +
    +

    ContainerStateTerminated v1 core

    @@ -34420,7 +37953,9 @@ The contents of the target ConfigMap's Data field will be presented in a vol
    GroupVersionKind
    startedAt
    Time
    Time at which previous execution of the container started
    -

    ContainerStateWaiting v1 core

    +
    +
    +

    ContainerStateWaiting v1 core

    @@ -34440,7 +37975,9 @@ The contents of the target ConfigMap's Data field will be presented in a vol
    GroupVersionKind
    reason
    string
    (brief) reason the container is not yet running.
    -

    CrossVersionObjectReference v2 autoscaling

    +
    +
    +

    CrossVersionObjectReference v2 autoscaling

    @@ -34466,7 +38003,9 @@ The contents of the target ConfigMap's Data field will be presented in a vol
    GroupVersionKind
    name
    string
    name is the name of the referent; More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
    -

    CustomResourceColumnDefinition v1 apiextensions.k8s.io

    +
    +
    +

    CustomResourceColumnDefinition v1 apiextensions.k8s.io

    @@ -34490,7 +38029,9 @@ The contents of the target ConfigMap's Data field will be presented in a vol
    GroupVersionKind
    type
    string
    type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
    -

    CustomResourceConversion v1 apiextensions.k8s.io

    +
    +
    +

    CustomResourceConversion v1 apiextensions.k8s.io

    @@ -34510,7 +38051,9 @@ The contents of the target ConfigMap's Data field will be presented in a vol
    GroupVersionKind
    webhook
    WebhookConversion
    webhook describes how to call the conversion webhook. Required when `strategy` is set to `"Webhook"`.
    -

    CustomResourceDefinitionCondition v1 apiextensions.k8s.io

    +
    +
    +

    CustomResourceDefinitionCondition v1 apiextensions.k8s.io

    @@ -34533,7 +38076,9 @@ The contents of the target ConfigMap's Data field will be presented in a vol
    GroupVersionKind
    type
    string
    type is the type of the condition. Types include Established, NamesAccepted and Terminating.
    -

    CustomResourceDefinitionNames v1 apiextensions.k8s.io

    +
    +
    +

    CustomResourceDefinitionNames v1 apiextensions.k8s.io

    @@ -34558,7 +38103,9 @@ The contents of the target ConfigMap's Data field will be presented in a vol
    GroupVersionKind
    singular
    string
    singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
    -

    CustomResourceDefinitionVersion v1 apiextensions.k8s.io

    +
    +
    +

    CustomResourceDefinitionVersion v1 apiextensions.k8s.io

    @@ -34584,7 +38131,9 @@ The contents of the target ConfigMap's Data field will be presented in a vol
    GroupVersionKind
    subresources
    CustomResourceSubresources
    subresources specify what subresources this version of the defined custom resource have.
    -

    CustomResourceSubresourceScale v1 apiextensions.k8s.io

    +
    +
    +

    CustomResourceSubresourceScale v1 apiextensions.k8s.io

    @@ -34605,7 +38154,9 @@ The contents of the target ConfigMap's Data field will be presented in a vol
    GroupVersionKind
    statusReplicasPath
    string
    statusReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `status.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status`. If there is no value under the given path in the custom resource, the `status.replicas` value in the `/scale` subresource will default to 0.
    -

    CustomResourceSubresourceStatus v1 apiextensions.k8s.io

    +
    +
    +

    CustomResourceSubresourceStatus v1 apiextensions.k8s.io

    @@ -34623,7 +38174,9 @@ The contents of the target ConfigMap's Data field will be presented in a vol
    GroupVersionKind
    -

    CustomResourceSubresources v1 apiextensions.k8s.io

    +
    +
    +

    CustomResourceSubresources v1 apiextensions.k8s.io

    @@ -34643,7 +38196,9 @@ The contents of the target ConfigMap's Data field will be presented in a vol
    GroupVersionKind
    status
    CustomResourceSubresourceStatus
    status indicates the custom resource should serve a `/status` subresource. When enabled: 1. requests to the custom resource primary endpoint ignore changes to the `status` stanza of the object. 2. requests to the custom resource `/status` subresource ignore changes to anything other than the `status` stanza of the object.
    -

    CustomResourceValidation v1 apiextensions.k8s.io

    +
    +
    +

    CustomResourceValidation v1 apiextensions.k8s.io

    @@ -34662,7 +38217,9 @@ The contents of the target ConfigMap's Data field will be presented in a vol
    GroupVersionKind
    openAPIV3Schema
    JSONSchemaProps
    openAPIV3Schema is the OpenAPI v3 schema to use for validation and pruning.
    -

    DaemonEndpoint v1 core

    +
    +
    +

    DaemonEndpoint v1 core

    @@ -34681,7 +38238,9 @@ The contents of the target ConfigMap's Data field will be presented in a vol
    GroupVersionKind
    Port
    integer
    Port number of the given endpoint.
    -

    DaemonSetCondition v1 apps

    +
    +
    +

    DaemonSetCondition v1 apps

    @@ -34704,7 +38263,9 @@ The contents of the target ConfigMap's Data field will be presented in a vol
    GroupVersionKind
    type
    string
    Type of DaemonSet condition.
    -

    DaemonSetUpdateStrategy v1 apps

    +
    +
    +

    DaemonSetUpdateStrategy v1 apps

    @@ -34724,7 +38285,9 @@ The contents of the target ConfigMap's Data field will be presented in a vol
    GroupVersionKind
    type
    string
    Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
    -

    DeleteOptions v1 meta

    +
    +
    +

    DeleteOptions v1 meta

    @@ -34749,7 +38312,9 @@ The contents of the target ConfigMap's Data field will be presented in a vol
    GroupVersionKind
    propagationPolicy
    string
    Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.
    -

    DeploymentCondition v1 apps

    +
    +
    +

    DeploymentCondition v1 apps

    @@ -34773,7 +38338,9 @@ The contents of the target ConfigMap's Data field will be presented in a vol
    GroupVersionKind
    type
    string
    Type of deployment condition.
    -

    DownwardAPIProjection v1 core

    +
    +
    +

    DownwardAPIProjection v1 core

    @@ -34792,7 +38359,9 @@ The contents of the target ConfigMap's Data field will be presented in a vol
    GroupVersionKind
    items
    DownwardAPIVolumeFile array
    Items is a list of DownwardAPIVolume file
    -

    DownwardAPIVolumeFile v1 core

    +
    +
    +

    DownwardAPIVolumeFile v1 core

    @@ -34815,7 +38384,9 @@ The contents of the target ConfigMap's Data field will be presented in a vol
    GroupVersionKind
    resourceFieldRef
    ResourceFieldSelector
    Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.
    -

    DownwardAPIVolumeSource v1 core

    +
    +
    +

    DownwardAPIVolumeSource v1 core

    @@ -34835,7 +38406,9 @@ The contents of the target ConfigMap's Data field will be presented in a vol
    GroupVersionKind
    items
    DownwardAPIVolumeFile array
    Items is a list of downward API volume file
    -

    EmptyDirVolumeSource v1 core

    +
    +
    +

    EmptyDirVolumeSource v1 core

    @@ -34855,7 +38428,9 @@ The contents of the target ConfigMap's Data field will be presented in a vol
    GroupVersionKind
    sizeLimit
    Quantity
    sizeLimit is the total amount of local storage required for this EmptyDir volume. The size limit is also applicable for memory medium. The maximum usage on memory medium EmptyDir would be the minimum value between the SizeLimit specified here and the sum of memory limits of all containers in a pod. The default is nil which means that the limit is undefined. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir
    -

    Endpoint v1 discovery.k8s.io

    +
    +
    +

    Endpoint v1 discovery.k8s.io

    @@ -34881,7 +38456,9 @@ The contents of the target ConfigMap's Data field will be presented in a vol
    GroupVersionKind
    zone
    string
    zone is the name of the Zone this endpoint exists in.
    -

    EndpointAddress v1 core

    +
    +
    +

    EndpointAddress v1 core

    @@ -34903,7 +38480,9 @@ The contents of the target ConfigMap's Data field will be presented in a vol
    GroupVersionKind
    targetRef
    ObjectReference
    Reference to object providing the endpoint.
    -

    EndpointConditions v1 discovery.k8s.io

    +
    +
    +

    EndpointConditions v1 discovery.k8s.io

    @@ -34924,7 +38503,9 @@ The contents of the target ConfigMap's Data field will be presented in a vol
    GroupVersionKind
    terminating
    boolean
    terminating indicates that this endpoint is terminating. A nil value indicates an unknown state. Consumers should interpret this unknown state to mean that the endpoint is not terminating.
    -

    EndpointHints v1 discovery.k8s.io

    +
    +
    +

    EndpointHints v1 discovery.k8s.io

    @@ -34943,7 +38524,9 @@ The contents of the target ConfigMap's Data field will be presented in a vol
    GroupVersionKind
    forZones
    ForZone array
    forZones indicates the zone(s) this endpoint should be consumed by to enable topology aware routing.
    -

    EndpointPort v1 core

    +
    +
    +

    EndpointPort v1 core

    @@ -34965,7 +38548,9 @@ The contents of the target ConfigMap's Data field will be presented in a vol
    GroupVersionKind
    protocol
    string
    The IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP.
    -

    EndpointSubset v1 core

    +
    +
    +

    EndpointSubset v1 core

    @@ -34996,7 +38581,9 @@ The resulting set of endpoints can be viewed as:
    GroupVersionKind
    ports
    EndpointPort array
    Port numbers available on the related IP addresses.
    -

    EnvFromSource v1 core

    +
    +
    +

    EnvFromSource v1 core

    @@ -35018,7 +38605,9 @@ The resulting set of endpoints can be viewed as:
    GroupVersionKind
    secretRef
    SecretEnvSource
    The Secret to select from
    -

    EnvVar v1 core

    +
    +
    +

    EnvVar v1 core

    @@ -35040,7 +38629,9 @@ The resulting set of endpoints can be viewed as:
    GroupVersionKind
    valueFrom
    EnvVarSource
    Source for the environment variable's value. Cannot be used if value is not empty.
    -

    EnvVarSource v1 core

    +
    +
    +

    EnvVarSource v1 core

    @@ -35062,7 +38653,9 @@ The resulting set of endpoints can be viewed as:
    GroupVersionKind
    secretKeyRef
    SecretKeySelector
    Selects a key of a secret in the pod's namespace
    -

    EphemeralContainer v1 core

    +
    +
    +

    EphemeralContainer v1 core

    @@ -35107,7 +38700,9 @@ To add an ephemeral container, use the ephemeralcontainers subresource of an exi
    GroupVersionKind
    workingDir
    string
    Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.
    -

    EphemeralVolumeSource v1 core

    +
    +
    +

    EphemeralVolumeSource v1 core

    @@ -35126,7 +38721,9 @@ To add an ephemeral container, use the ephemeralcontainers subresource of an exi
    GroupVersionKind
    volumeClaimTemplate
    PersistentVolumeClaimTemplate
    Will be used to create a stand-alone PVC to provision the volume. The pod in which this EphemeralVolumeSource is embedded will be the owner of the PVC, i.e. the PVC will be deleted together with the pod. The name of the PVC will be `<pod name>-<volume name>` where `<volume name>` is the name from the `PodSpec.Volumes` array entry. Pod validation will reject the pod if the concatenated name is not valid for a PVC (for example, too long). An existing PVC with that name that is not owned by the pod will *not* be used for the pod to avoid using an unrelated volume by mistake. Starting the pod is then blocked until the unrelated PVC is removed. If such a pre-created PVC is meant to be used by the pod, the PVC has to updated with an owner reference to the pod once the pod exists. Normally this should not be necessary, but it may be useful when manually reconstructing a broken cluster. This field is read-only and no changes will be made by Kubernetes to the PVC after it has been created. Required, must not be nil.
    -

    EventSeries v1 events.k8s.io

    +
    +
    +

    EventSeries v1 events.k8s.io

    @@ -35146,7 +38743,9 @@ To add an ephemeral container, use the ephemeralcontainers subresource of an exi
    GroupVersionKind
    lastObservedTime
    MicroTime
    lastObservedTime is the time when last Event from the series was seen before last heartbeat.
    -

    EventSource v1 core

    +
    +
    +

    EventSource v1 core

    @@ -35167,7 +38766,9 @@ To add an ephemeral container, use the ephemeralcontainers subresource of an exi
    GroupVersionKind
    host
    string
    Node name on which the event is generated.
    -

    Eviction v1 policy

    +
    +
    +

    Eviction v1 policy

    @@ -35184,7 +38785,9 @@ To add an ephemeral container, use the ephemeralcontainers subresource of an exi
    GroupVersionKind
    metadata
    ObjectMeta
    ObjectMeta describes the pod that is being evicted.
    -

    ExecAction v1 core

    +
    +
    +

    ExecAction v1 core

    @@ -35204,7 +38807,9 @@ To add an ephemeral container, use the ephemeralcontainers subresource of an exi
    GroupVersionKind
    command
    string array
    Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
    -

    ExemptPriorityLevelConfiguration v1beta3 flowcontrol.apiserver.k8s.io

    +
    +
    +

    ExemptPriorityLevelConfiguration v1beta3 flowcontrol.apiserver.k8s.io

    @@ -35227,7 +38832,9 @@ To add an ephemeral container, use the ephemeralcontainers subresource of an exi
    GroupVersionKind
    nominalConcurrencyShares
    integer
    `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats nominally reserved for this priority level. This DOES NOT limit the dispatching from this priority level but affects the other priority levels through the borrowing mechanism. The server's concurrency limit (ServerCL) is divided among all the priority levels in proportion to their NCS values: NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k) Bigger numbers mean a larger nominal concurrency limit, at the expense of every other priority level. This field has a default value of zero.
    -

    ExpressionWarning v1beta1 admissionregistration.k8s.io

    +
    +
    +

    ExpressionWarning v1beta1 admissionregistration.k8s.io

    @@ -35250,7 +38857,9 @@ To add an ephemeral container, use the ephemeralcontainers subresource of an exi
    GroupVersionKind
    warning
    string
    The content of type checking information in a human-readable form. Each line of the warning contains the type that the expression is checked against, followed by the type check error from the compiler.
    -

    ExternalDocumentation v1 apiextensions.k8s.io

    +
    +
    +

    ExternalDocumentation v1 apiextensions.k8s.io

    @@ -35270,7 +38879,9 @@ To add an ephemeral container, use the ephemeralcontainers subresource of an exi
    GroupVersionKind
    url
    string
    -

    ExternalMetricSource v2 autoscaling

    +
    +
    +

    ExternalMetricSource v2 autoscaling

    @@ -35290,7 +38901,9 @@ To add an ephemeral container, use the ephemeralcontainers subresource of an exi
    GroupVersionKind
    target
    MetricTarget
    target specifies the target value for the given metric
    -

    ExternalMetricStatus v2 autoscaling

    +
    +
    +

    ExternalMetricStatus v2 autoscaling

    @@ -35310,7 +38923,9 @@ To add an ephemeral container, use the ephemeralcontainers subresource of an exi
    GroupVersionKind
    metric
    MetricIdentifier
    metric identifies the target metric by name and selector
    -

    FCVolumeSource v1 core

    +
    +
    +

    FCVolumeSource v1 core

    @@ -35334,7 +38949,9 @@ To add an ephemeral container, use the ephemeralcontainers subresource of an exi
    GroupVersionKind
    wwids
    string array
    wwids Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.
    -

    FieldsV1 v1 meta

    +
    +
    +

    FieldsV1 v1 meta

    @@ -35356,7 +38973,9 @@ The exact format is defined in sigs.k8s.io/structured-merge-diff

    GroupVersionKind
    -

    FlexPersistentVolumeSource v1 core

    +
    +
    +

    FlexPersistentVolumeSource v1 core

    @@ -35379,7 +38998,9 @@ The exact format is defined in sigs.k8s.io/structured-merge-diff

    GroupVersionKind
    secretRef
    SecretReference
    secretRef is Optional: SecretRef is reference to the secret object containing sensitive information to pass to the plugin scripts. This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts.
    -

    FlexVolumeSource v1 core

    +
    +
    +

    FlexVolumeSource v1 core

    @@ -35402,7 +39023,9 @@ The exact format is defined in sigs.k8s.io/structured-merge-diff

    GroupVersionKind
    secretRef
    LocalObjectReference
    secretRef is Optional: secretRef is reference to the secret object containing sensitive information to pass to the plugin scripts. This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts.
    -

    FlockerVolumeSource v1 core

    +
    +
    +

    FlockerVolumeSource v1 core

    @@ -35423,7 +39046,9 @@ The exact format is defined in sigs.k8s.io/structured-merge-diff

    GroupVersionKind
    datasetUUID
    string
    datasetUUID is the UUID of the dataset. This is unique identifier of a Flocker dataset
    -

    FlowDistinguisherMethod v1beta3 flowcontrol.apiserver.k8s.io

    +
    +
    +

    FlowDistinguisherMethod v1beta3 flowcontrol.apiserver.k8s.io

    @@ -35445,7 +39070,9 @@ The exact format is defined in sigs.k8s.io/structured-merge-diff

    GroupVersionKind
    type
    string
    `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
    -

    FlowSchemaCondition v1beta3 flowcontrol.apiserver.k8s.io

    +
    +
    +

    FlowSchemaCondition v1beta3 flowcontrol.apiserver.k8s.io

    @@ -35471,7 +39098,9 @@ The exact format is defined in sigs.k8s.io/structured-merge-diff

    GroupVersionKind
    type
    string
    `type` is the type of the condition. Required.
    -

    ForZone v1 discovery.k8s.io

    +
    +
    +

    ForZone v1 discovery.k8s.io

    @@ -35490,7 +39119,9 @@ The exact format is defined in sigs.k8s.io/structured-merge-diff

    GroupVersionKind
    name
    string
    name represents the name of the zone.
    -

    GCEPersistentDiskVolumeSource v1 core

    +
    +
    +

    GCEPersistentDiskVolumeSource v1 core

    @@ -35515,7 +39146,9 @@ A GCE PD must exist before mounting to a container. The disk must also be in the
    GroupVersionKind
    readOnly
    boolean
    readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
    -

    GRPCAction v1 core

    +
    +
    +

    GRPCAction v1 core

    @@ -35535,7 +39168,9 @@ A GCE PD must exist before mounting to a container. The disk must also be in the
    GroupVersionKind
    service
    string
    Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). If this is not specified, the default behavior is defined by gRPC.
    -

    GitRepoVolumeSource v1 core

    +
    +
    +

    GitRepoVolumeSource v1 core

    @@ -35558,7 +39193,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    revision
    string
    revision is the commit hash for the specified revision.
    -

    GlusterfsPersistentVolumeSource v1 core

    +
    +
    +

    GlusterfsPersistentVolumeSource v1 core

    @@ -35580,7 +39217,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    readOnly
    boolean
    readOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
    -

    GlusterfsVolumeSource v1 core

    +
    +
    +

    GlusterfsVolumeSource v1 core

    @@ -35601,7 +39240,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    readOnly
    boolean
    readOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
    -

    GroupSubject v1beta3 flowcontrol.apiserver.k8s.io

    +
    +
    +

    GroupSubject v1beta3 flowcontrol.apiserver.k8s.io

    @@ -35623,7 +39264,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    name
    string
    name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
    -

    GroupVersionForDiscovery v1 meta

    +
    +
    +

    GroupVersionForDiscovery v1 meta

    @@ -35643,7 +39286,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    version
    string
    version specifies the version in the form of "version". This is to save the clients the trouble of splitting the GroupVersion.
    -

    HPAScalingPolicy v2 autoscaling

    +
    +
    +

    HPAScalingPolicy v2 autoscaling

    @@ -35664,7 +39309,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    value
    integer
    value contains the amount of change which is permitted by the policy. It must be greater than zero
    -

    HPAScalingRules v2 autoscaling

    +
    +
    +

    HPAScalingRules v2 autoscaling

    @@ -35685,7 +39332,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    stabilizationWindowSeconds
    integer
    stabilizationWindowSeconds is the number of seconds for which past recommendations should be considered while scaling up or scaling down. StabilizationWindowSeconds must be greater than or equal to zero and less than or equal to 3600 (one hour). If not set, use the default values: - For scale up: 0 (i.e. no stabilization is done). - For scale down: 300 (i.e. the stabilization window is 300 seconds long).
    -

    HTTPGetAction v1 core

    +
    +
    +

    HTTPGetAction v1 core

    @@ -35709,7 +39358,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    scheme
    string
    Scheme to use for connecting to the host. Defaults to HTTP.
    -

    HTTPHeader v1 core

    +
    +
    +

    HTTPHeader v1 core

    @@ -35729,7 +39380,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    value
    string
    The header field value
    -

    HTTPIngressPath v1 networking.k8s.io

    +
    +
    +

    HTTPIngressPath v1 networking.k8s.io

    @@ -35750,7 +39403,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    pathType
    string
    pathType determines the interpretation of the path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is done on a path element by element basis. A path element refers is the list of labels in the path split by the '/' separator. A request is a match for path p if every p is an element-wise prefix of p of the request path. Note that if the last element of the path is a substring of the last element in request path, it is not a match (e.g. /foo/bar matches /foo/bar/baz, but does not match /foo/barbaz). * ImplementationSpecific: Interpretation of the Path matching is up to the IngressClass. Implementations can treat this as a separate PathType or treat it identically to Prefix or Exact path types. Implementations are required to support all path types.
    -

    HTTPIngressRuleValue v1 networking.k8s.io

    +
    +
    +

    HTTPIngressRuleValue v1 networking.k8s.io

    @@ -35769,7 +39424,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    paths
    HTTPIngressPath array
    paths is a collection of paths that map requests to backends.
    -

    HorizontalPodAutoscalerBehavior v2 autoscaling

    +
    +
    +

    HorizontalPodAutoscalerBehavior v2 autoscaling

    @@ -35789,7 +39446,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    scaleUp
    HPAScalingRules
    scaleUp is scaling policy for scaling Up. If not set, the default value is the higher of: * increase no more than 4 pods per 60 seconds * double the number of pods per 60 seconds No stabilization is used.
    -

    HorizontalPodAutoscalerCondition v2 autoscaling

    +
    +
    +

    HorizontalPodAutoscalerCondition v2 autoscaling

    @@ -35812,7 +39471,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    type
    string
    type describes the current condition
    -

    HostAlias v1 core

    +
    +
    +

    HostAlias v1 core

    @@ -35832,7 +39493,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    ip
    string
    IP address of the host file entry.
    -

    HostIP v1 core

    +
    +
    +

    HostIP v1 core

    @@ -35851,7 +39514,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    ip
    string
    IP is the IP address assigned to the host
    -

    HostPathVolumeSource v1 core

    +
    +
    +

    HostPathVolumeSource v1 core

    @@ -35872,7 +39537,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    type
    string
    type for HostPath Volume Defaults to "" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
    -

    IPBlock v1 networking.k8s.io

    +
    +
    +

    IPBlock v1 networking.k8s.io

    @@ -35892,7 +39559,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    except
    string array
    except is a slice of CIDRs that should not be included within an IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64" Except values will be rejected if they are outside the cidr range
    -

    ISCSIPersistentVolumeSource v1 core

    +
    +
    +

    ISCSIPersistentVolumeSource v1 core

    @@ -35921,7 +39590,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    targetPortal
    string
    targetPortal is iSCSI Target Portal. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).
    -

    ISCSIVolumeSource v1 core

    +
    +
    +

    ISCSIVolumeSource v1 core

    @@ -35950,7 +39621,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    targetPortal
    string
    targetPortal is iSCSI Target Portal. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).
    -

    IngressBackend v1 networking.k8s.io

    +
    +
    +

    IngressBackend v1 networking.k8s.io

    @@ -35971,7 +39644,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    service
    IngressServiceBackend
    service references a service as a backend. This is a mutually exclusive setting with "Resource".
    -

    IngressClassParametersReference v1 networking.k8s.io

    +
    +
    +

    IngressClassParametersReference v1 networking.k8s.io

    @@ -35994,7 +39669,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    scope
    string
    scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
    -

    IngressLoadBalancerIngress v1 networking.k8s.io

    +
    +
    +

    IngressLoadBalancerIngress v1 networking.k8s.io

    @@ -36015,7 +39692,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    ports
    IngressPortStatus array
    ports provides information about the ports exposed by this LoadBalancer.
    -

    IngressLoadBalancerStatus v1 networking.k8s.io

    +
    +
    +

    IngressLoadBalancerStatus v1 networking.k8s.io

    @@ -36034,7 +39713,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    ingress
    IngressLoadBalancerIngress array
    ingress is a list containing ingress points for the load-balancer.
    -

    IngressPortStatus v1 networking.k8s.io

    +
    +
    +

    IngressPortStatus v1 networking.k8s.io

    @@ -36055,7 +39736,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    protocol
    string
    protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP"
    -

    IngressRule v1 networking.k8s.io

    +
    +
    +

    IngressRule v1 networking.k8s.io

    @@ -36075,7 +39758,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    http
    HTTPIngressRuleValue
    -

    IngressServiceBackend v1 networking.k8s.io

    +
    +
    +

    IngressServiceBackend v1 networking.k8s.io

    @@ -36095,7 +39780,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    port
    ServiceBackendPort
    port of the referenced service. A port name or port number is required for a IngressServiceBackend.
    -

    IngressTLS v1 networking.k8s.io

    +
    +
    +

    IngressTLS v1 networking.k8s.io

    @@ -36115,7 +39802,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    secretName
    string
    secretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the "Host" header is used for routing.
    -

    JSON v1 apiextensions.k8s.io

    +
    +
    +

    JSON v1 apiextensions.k8s.io

    @@ -36133,7 +39822,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    -

    JSONSchemaProps v1 apiextensions.k8s.io

    +
    +
    +

    JSONSchemaProps v1 apiextensions.k8s.io

    @@ -36196,7 +39887,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    x-kubernetes-validations
    ValidationRule array
    patch strategy: merge
    patch merge key: rule
    x-kubernetes-validations describes a list of validation rules written in the CEL expression language. This field is an alpha-level. Using this field requires the feature gate `CustomResourceValidationExpressions` to be enabled.
    -

    JSONSchemaPropsOrArray v1 apiextensions.k8s.io

    +
    +
    +

    JSONSchemaPropsOrArray v1 apiextensions.k8s.io

    @@ -36214,7 +39907,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    -

    JSONSchemaPropsOrBool v1 apiextensions.k8s.io

    +
    +
    +

    JSONSchemaPropsOrBool v1 apiextensions.k8s.io

    @@ -36232,7 +39927,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    -

    JobCondition v1 batch

    +
    +
    +

    JobCondition v1 batch

    @@ -36256,7 +39953,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    type
    string
    Type of job condition, Complete or Failed.
    -

    JobTemplateSpec v1 batch

    +
    +
    +

    JobTemplateSpec v1 batch

    @@ -36276,7 +39975,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    spec
    JobSpec
    Specification of the desired behavior of the job. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
    -

    KeyToPath v1 core

    +
    +
    +

    KeyToPath v1 core

    @@ -36300,7 +40001,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    path
    string
    path is the relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.
    -

    LabelSelector v1 meta

    +
    +
    +

    LabelSelector v1 meta

    @@ -36339,7 +40042,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    matchLabels
    object
    matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.
    -

    LabelSelectorRequirement v1 meta

    +
    +
    +

    LabelSelectorRequirement v1 meta

    @@ -36360,7 +40065,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    values
    string array
    values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
    -

    Lifecycle v1 core

    +
    +
    +

    Lifecycle v1 core

    @@ -36381,7 +40088,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    preStop
    LifecycleHandler
    PreStop is called immediately before a container is terminated due to an API request or management event such as liveness/startup probe failure, preemption, resource contention, etc. The handler is not called if the container crashes or exits. The Pod's termination grace period countdown begins before the PreStop hook is executed. Regardless of the outcome of the handler, the container will eventually terminate within the Pod's termination grace period (unless delayed by finalizers). Other management of the container blocks until the hook completes or until the termination grace period is reached. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks
    -

    LifecycleHandler v1 core

    +
    +
    +

    LifecycleHandler v1 core

    @@ -36402,7 +40111,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    tcpSocket
    TCPSocketAction
    Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for the backward compatibility. There are no validation of this field and lifecycle hooks will fail in runtime when tcp handler is specified.
    -

    LimitRangeItem v1 core

    +
    +
    +

    LimitRangeItem v1 core

    @@ -36426,7 +40137,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    type
    string
    Type of resource that this limit applies to.
    -

    LimitResponse v1beta3 flowcontrol.apiserver.k8s.io

    +
    +
    +

    LimitResponse v1beta3 flowcontrol.apiserver.k8s.io

    @@ -36449,7 +40162,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    type
    string
    `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
    -

    LimitedPriorityLevelConfiguration v1beta3 flowcontrol.apiserver.k8s.io

    +
    +
    +

    LimitedPriorityLevelConfiguration v1beta3 flowcontrol.apiserver.k8s.io

    @@ -36476,7 +40191,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    nominalConcurrencyShares
    integer
    `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values: NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k) Bigger numbers mean a larger nominal concurrency limit, at the expense of every other priority level. This field has a default value of 30.
    -

    ListMeta v1 meta

    +
    +
    +

    ListMeta v1 meta

    @@ -36562,7 +40279,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    selfLink
    string
    Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
    -

    LoadBalancerIngress v1 core

    +
    +
    +

    LoadBalancerIngress v1 core

    @@ -36583,7 +40302,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    ports
    PortStatus array
    Ports is a list of records of service ports If used, every port defined in the service should have an entry in it
    -

    LoadBalancerStatus v1 core

    +
    +
    +

    LoadBalancerStatus v1 core

    @@ -36602,7 +40323,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    ingress
    LoadBalancerIngress array
    Ingress is a list containing ingress points for the load-balancer. Traffic intended for the service should be sent to these ingress points.
    -

    LocalObjectReference v1 core

    +
    +
    +

    LocalObjectReference v1 core

    @@ -36630,7 +40353,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    name
    string
    Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
    -

    LocalVolumeSource v1 core

    +
    +
    +

    LocalVolumeSource v1 core

    @@ -36650,7 +40375,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    path
    string
    path of the full path to the volume on the node. It can be either a directory or block device (disk, partition, ...).
    -

    ManagedFieldsEntry v1 meta

    +
    +
    +

    ManagedFieldsEntry v1 meta

    @@ -36675,7 +40402,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    time
    Time
    Time is the timestamp of when the ManagedFields entry was added. The timestamp will also be updated if a field is added, the manager changes any of the owned fields value or removes a field. The timestamp does not update when a field is removed from the entry because another manager took it over.
    -

    MatchCondition v1 admissionregistration.k8s.io

    +
    +
    +

    MatchCondition v1 admissionregistration.k8s.io

    @@ -36700,7 +40429,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    name
    string
    Name is an identifier for this match condition, used for strategic merging of MatchConditions, as well as providing an identifier for logging purposes. A good name should be descriptive of the associated expression. Name must be a qualified name consisting of alphanumeric characters, '-', '_' or '.', and must start and end with an alphanumeric character (e.g. 'MyName', or 'my.name', or '123-abc', regex used for validation is '([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9]') with an optional DNS subdomain prefix and '/' (e.g. 'example.com/MyName') Required.
    -

    MatchResources v1beta1 admissionregistration.k8s.io

    +
    +
    +

    MatchResources v1beta1 admissionregistration.k8s.io

    @@ -36727,7 +40458,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    resourceRules
    NamedRuleWithOperations array
    ResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy matches. The policy cares about an operation if it matches _any_ Rule.
    -

    MetricIdentifier v2 autoscaling

    +
    +
    +

    MetricIdentifier v2 autoscaling

    @@ -36752,7 +40485,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    selector
    LabelSelector
    selector is the string-encoded form of a standard kubernetes label selector for the given metric When set, it is passed as an additional parameter to the metrics server for more specific metrics scoping. When unset, just the metricName will be used to gather metrics.
    -

    MetricSpec v2 autoscaling

    +
    +
    +

    MetricSpec v2 autoscaling

    @@ -36776,7 +40511,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    type
    string
    type is the type of metric source. It should be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each mapping to a matching field in the object. Note: "ContainerResource" type is available on when the feature-gate HPAContainerMetrics is enabled
    -

    MetricStatus v2 autoscaling

    +
    +
    +

    MetricStatus v2 autoscaling

    @@ -36800,7 +40537,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    type
    string
    type is the type of metric source. It will be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each corresponds to a matching field in the object. Note: "ContainerResource" type is available on when the feature-gate HPAContainerMetrics is enabled
    -

    MetricTarget v2 autoscaling

    +
    +
    +

    MetricTarget v2 autoscaling

    @@ -36826,7 +40565,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    value
    Quantity
    value is the target value of the metric (as a quantity).
    -

    MetricValueStatus v2 autoscaling

    +
    +
    +

    MetricValueStatus v2 autoscaling

    @@ -36851,7 +40592,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    value
    Quantity
    value is the current value of the metric (as a quantity).
    -

    MicroTime v1 meta

    +
    +
    +

    MicroTime v1 meta

    @@ -36873,7 +40616,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    -

    MutatingWebhook v1 admissionregistration.k8s.io

    +
    +
    +

    MutatingWebhook v1 admissionregistration.k8s.io

    @@ -36903,7 +40648,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    timeoutSeconds
    integer
    TimeoutSeconds specifies the timeout for this webhook. After the timeout passes, the webhook call will be ignored or the API call will fail based on the failure policy. The timeout value must be between 1 and 30 seconds. Default to 10 seconds.
    -

    NFSVolumeSource v1 core

    +
    +
    +

    NFSVolumeSource v1 core

    @@ -36925,7 +40672,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    server
    string
    server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
    -

    NamedRuleWithOperations v1beta1 admissionregistration.k8s.io

    +
    +
    +

    NamedRuleWithOperations v1beta1 admissionregistration.k8s.io

    @@ -36952,7 +40701,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    scope
    string
    scope specifies the scope of this rule. Valid values are "Cluster", "Namespaced", and "*" "Cluster" means that only cluster-scoped resources will match this rule. Namespace API objects are cluster-scoped. "Namespaced" means that only namespaced resources will match this rule. "*" means that there are no scope restrictions. Subresources match the scope of their parent resource. Default is "*".
    -

    NamespaceCondition v1 core

    +
    +
    +

    NamespaceCondition v1 core

    @@ -36975,7 +40726,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    type
    string
    Type of namespace controller condition.
    -

    NetworkPolicyEgressRule v1 networking.k8s.io

    +
    +
    +

    NetworkPolicyEgressRule v1 networking.k8s.io

    @@ -36995,7 +40748,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    to
    NetworkPolicyPeer array
    to is a 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 v1 networking.k8s.io

    +
    +
    +

    NetworkPolicyIngressRule v1 networking.k8s.io

    @@ -37015,7 +40770,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    ports
    NetworkPolicyPort array
    ports is a 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 v1 networking.k8s.io

    +
    +
    +

    NetworkPolicyPeer v1 networking.k8s.io

    @@ -37037,7 +40794,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    podSelector
    LabelSelector
    podSelector 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.
    -

    NetworkPolicyPort v1 networking.k8s.io

    +
    +
    +

    NetworkPolicyPort v1 networking.k8s.io

    @@ -37059,7 +40818,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    protocol
    string
    protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
    -

    NodeAddress v1 core

    +
    +
    +

    NodeAddress v1 core

    @@ -37079,7 +40840,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    type
    string
    Node address type, one of Hostname, ExternalIP or InternalIP.
    -

    NodeAffinity v1 core

    +
    +
    +

    NodeAffinity v1 core

    @@ -37099,7 +40862,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    requiredDuringSchedulingIgnoredDuringExecution
    NodeSelector
    If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to an update), the system may or may not try to eventually evict the pod from its node.
    -

    NodeCondition v1 core

    +
    +
    +

    NodeCondition v1 core

    @@ -37123,7 +40888,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    type
    string
    Type of node condition.
    -

    NodeConfigSource v1 core

    +
    +
    +

    NodeConfigSource v1 core

    @@ -37143,7 +40910,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    configMap
    ConfigMapNodeConfigSource
    ConfigMap is a reference to a Node's ConfigMap
    -

    NodeConfigStatus v1 core

    +
    +
    +

    NodeConfigStatus v1 core

    @@ -37165,7 +40934,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    lastKnownGood
    NodeConfigSource
    LastKnownGood reports the checkpointed config the node will fall back to when it encounters an error attempting to use the Assigned config. The Assigned config becomes the LastKnownGood config when the node determines that the Assigned config is stable and correct. This is currently implemented as a 10-minute soak period starting when the local record of Assigned config is updated. If the Assigned config is Active at the end of this period, it becomes the LastKnownGood. Note that if Spec.ConfigSource is reset to nil (use local defaults), the LastKnownGood is also immediately reset to nil, because the local default config is always assumed good. You should not make assumptions about the node's method of determining config stability and correctness, as this may change or become configurable in the future.
    -

    NodeDaemonEndpoints v1 core

    +
    +
    +

    NodeDaemonEndpoints v1 core

    @@ -37184,7 +40955,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    kubeletEndpoint
    DaemonEndpoint
    Endpoint on which Kubelet is listening.
    -

    NodeSelector v1 core

    +
    +
    +

    NodeSelector v1 core

    @@ -37207,7 +40980,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    nodeSelectorTerms
    NodeSelectorTerm array
    Required. A list of node selector terms. The terms are ORed.
    -

    NodeSelectorRequirement v1 core

    +
    +
    +

    NodeSelectorRequirement v1 core

    @@ -37228,7 +41003,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    values
    string array
    An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.
    -

    NodeSelectorTerm v1 core

    +
    +
    +

    NodeSelectorTerm v1 core

    @@ -37249,7 +41026,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    matchFields
    NodeSelectorRequirement array
    A list of node selector requirements by node's fields.
    -

    NodeSystemInfo v1 core

    +
    +
    +

    NodeSystemInfo v1 core

    @@ -37277,7 +41056,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    systemUUID
    string
    SystemUUID reported by the node. For unique machine identification MachineID is preferred. This field is specific to Red Hat hosts https://access.redhat.com/documentation/en-us/red_hat_subscription_management/1/html/rhsm/uuid
    -

    NonResourceAttributes v1 authorization.k8s.io

    +
    +
    +

    NonResourceAttributes v1 authorization.k8s.io

    @@ -37298,7 +41079,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    verb
    string
    Verb is the standard HTTP verb
    -

    NonResourcePolicyRule v1beta3 flowcontrol.apiserver.k8s.io

    +
    +
    +

    NonResourcePolicyRule v1beta3 flowcontrol.apiserver.k8s.io

    @@ -37321,7 +41104,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    verbs
    string array
    `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required.
    -

    NonResourceRule v1 authorization.k8s.io

    +
    +
    +

    NonResourceRule v1 authorization.k8s.io

    @@ -37341,7 +41126,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    verbs
    string array
    Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options. "*" means all.
    -

    ObjectFieldSelector v1 core

    +
    +
    +

    ObjectFieldSelector v1 core

    @@ -37362,7 +41149,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    fieldPath
    string
    Path of the field to select in the specified API version.
    -

    ObjectMeta v1 meta

    +
    +
    +

    ObjectMeta v1 meta

    @@ -37474,7 +41263,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    uid
    string
    UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations. Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
    -

    ObjectMetricSource v2 autoscaling

    +
    +
    +

    ObjectMetricSource v2 autoscaling

    @@ -37495,7 +41286,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    target
    MetricTarget
    target specifies the target value for the given metric
    -

    ObjectMetricStatus v2 autoscaling

    +
    +
    +

    ObjectMetricStatus v2 autoscaling

    @@ -37516,7 +41309,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    metric
    MetricIdentifier
    metric identifies the target metric by name and selector
    -

    ObjectReference v1 core

    +
    +
    +

    ObjectReference v1 core

    @@ -37549,7 +41344,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    uid
    string
    UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
    -

    Overhead v1 node.k8s.io

    +
    +
    +

    Overhead v1 node.k8s.io

    @@ -37568,7 +41365,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    podFixed
    object
    podFixed represents the fixed resource overhead associated with running a pod.
    -

    OwnerReference v1 meta

    +
    +
    +

    OwnerReference v1 meta

    @@ -37592,7 +41391,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    uid
    string
    UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
    -

    ParamKind v1beta1 admissionregistration.k8s.io

    +
    +
    +

    ParamKind v1beta1 admissionregistration.k8s.io

    @@ -37615,7 +41416,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    kind
    string
    Kind is the API kind the resources belong to. Required.
    -

    ParamRef v1beta1 admissionregistration.k8s.io

    +
    +
    +

    ParamRef v1beta1 admissionregistration.k8s.io

    @@ -37640,7 +41443,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    selector
    LabelSelector
    selector can be used to match multiple param objects based on their labels. Supply selector: {} to match all resources of the ParamKind. If multiple params are found, they are all evaluated with the policy expressions and the results are ANDed together. One of `name` or `selector` must be set, but `name` and `selector` are mutually exclusive properties. If one is set, the other must be unset.
    -

    ParentReference v1alpha1 networking.k8s.io

    +
    +
    +

    ParentReference v1alpha1 networking.k8s.io

    @@ -37663,7 +41468,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    uid
    string
    UID is the uid of the object being referenced.
    -

    Patch v1 meta

    +
    +
    +

    Patch v1 meta

    @@ -37676,7 +41483,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    -

    PersistentVolumeClaimCondition v1 core

    +
    +
    +

    PersistentVolumeClaimCondition v1 core

    @@ -37700,7 +41509,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    type
    string
    -

    PersistentVolumeClaimTemplate v1 core

    +
    +
    +

    PersistentVolumeClaimTemplate v1 core

    @@ -37720,7 +41531,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    spec
    PersistentVolumeClaimSpec
    The specification for the PersistentVolumeClaim. The entire content is copied unchanged into the PVC that gets created from this template. The same fields as in a PersistentVolumeClaim are also valid here.
    -

    PersistentVolumeClaimVolumeSource v1 core

    +
    +
    +

    PersistentVolumeClaimVolumeSource v1 core

    @@ -37740,7 +41553,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    readOnly
    boolean
    readOnly Will force the ReadOnly setting in VolumeMounts. Default false.
    -

    PhotonPersistentDiskVolumeSource v1 core

    +
    +
    +

    PhotonPersistentDiskVolumeSource v1 core

    @@ -37761,7 +41576,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    pdID
    string
    pdID is the ID that identifies Photon Controller persistent disk
    -

    PodAffinity v1 core

    +
    +
    +

    PodAffinity v1 core

    @@ -37781,7 +41598,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    requiredDuringSchedulingIgnoredDuringExecution
    PodAffinityTerm array
    If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.
    -

    PodAffinityTerm v1 core

    +
    +
    +

    PodAffinityTerm v1 core

    @@ -37805,7 +41624,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    topologyKey
    string
    This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.
    -

    PodAntiAffinity v1 core

    +
    +
    +

    PodAntiAffinity v1 core

    @@ -37825,7 +41646,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    requiredDuringSchedulingIgnoredDuringExecution
    PodAffinityTerm array
    If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.
    -

    PodCondition v1 core

    +
    +
    +

    PodCondition v1 core

    @@ -37849,7 +41672,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    type
    string
    Type is the type of the condition. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions
    -

    PodDNSConfig v1 core

    +
    +
    +

    PodDNSConfig v1 core

    @@ -37870,7 +41695,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    searches
    string array
    A list of DNS search domains for host-name lookup. This will be appended to the base search paths generated from DNSPolicy. Duplicated search paths will be removed.
    -

    PodDNSConfigOption v1 core

    +
    +
    +

    PodDNSConfigOption v1 core

    @@ -37890,7 +41717,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    value
    string
    -

    PodFailurePolicy v1 batch

    +
    +
    +

    PodFailurePolicy v1 batch

    @@ -37909,7 +41738,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    rules
    PodFailurePolicyRule array
    A list of pod failure policy rules. The rules are evaluated in order. Once a rule matches a Pod failure, the remaining of the rules are ignored. When no rule matches the Pod failure, the default handling applies - the counter of pod failures is incremented and it is checked against the backoffLimit. At most 20 elements are allowed.
    -

    PodFailurePolicyOnExitCodesRequirement v1 batch

    +
    +
    +

    PodFailurePolicyOnExitCodesRequirement v1 batch

    @@ -37930,7 +41761,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    values
    integer array
    Specifies the set of values. Each returned container exit code (might be multiple in case of multiple containers) is checked against this set of values with respect to the operator. The list of values must be ordered and must not contain duplicates. Value '0' cannot be used for the In operator. At least one element is required. At most 255 elements are allowed.
    -

    PodFailurePolicyOnPodConditionsPattern v1 batch

    +
    +
    +

    PodFailurePolicyOnPodConditionsPattern v1 batch

    @@ -37950,7 +41783,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    type
    string
    Specifies the required Pod condition type. To match a pod condition it is required that specified type equals the pod condition type.
    -

    PodFailurePolicyRule v1 batch

    +
    +
    +

    PodFailurePolicyRule v1 batch

    @@ -37971,7 +41806,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    onPodConditions
    PodFailurePolicyOnPodConditionsPattern array
    Represents the requirement on the pod conditions. The requirement is represented as a list of pod condition patterns. The requirement is satisfied if at least one pattern matches an actual pod condition. At most 20 elements are allowed.
    -

    PodIP v1 core

    +
    +
    +

    PodIP v1 core

    @@ -37990,7 +41827,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    ip
    string
    IP is the IP address assigned to the pod
    -

    PodOS v1 core

    +
    +
    +

    PodOS v1 core

    @@ -38009,7 +41848,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    name
    string
    Name is the name of the operating system. The currently supported values are linux and windows. Additional value may be defined in future and can be one of: https://github.com/opencontainers/runtime-spec/blob/master/config.md#platform-specific-configuration Clients should expect to handle additional values and treat unrecognized values in this field as os: null
    -

    PodReadinessGate v1 core

    +
    +
    +

    PodReadinessGate v1 core

    @@ -38028,7 +41869,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    conditionType
    string
    ConditionType refers to a condition in the pod's condition list with matching type.
    -

    PodResourceClaim v1 core

    +
    +
    +

    PodResourceClaim v1 core

    @@ -38048,7 +41891,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    source
    ClaimSource
    Source describes where to find the ResourceClaim.
    -

    PodSchedulingGate v1 core

    +
    +
    +

    PodSchedulingGate v1 core

    @@ -38067,7 +41912,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    name
    string
    Name of the scheduling gate. Each scheduling gate must have a unique name field.
    -

    PodSecurityContext v1 core

    +
    +
    +

    PodSecurityContext v1 core

    @@ -38095,7 +41942,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    windowsOptions
    WindowsSecurityContextOptions
    The Windows specific settings applied to all containers. If unspecified, the options within a container's SecurityContext will be used. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is linux.
    -

    PodsMetricSource v2 autoscaling

    +
    +
    +

    PodsMetricSource v2 autoscaling

    @@ -38115,7 +41964,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    target
    MetricTarget
    target specifies the target value for the given metric
    -

    PodsMetricStatus v2 autoscaling

    +
    +
    +

    PodsMetricStatus v2 autoscaling

    @@ -38135,7 +41986,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    metric
    MetricIdentifier
    metric identifies the target metric by name and selector
    -

    PolicyRule v1 rbac.authorization.k8s.io

    +
    +
    +

    PolicyRule v1 rbac.authorization.k8s.io

    @@ -38159,7 +42012,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    verbs
    string array
    Verbs is a list of Verbs that apply to ALL the ResourceKinds contained in this rule. '\*' represents all verbs.
    -

    PolicyRulesWithSubjects v1beta3 flowcontrol.apiserver.k8s.io

    +
    +
    +

    PolicyRulesWithSubjects v1beta3 flowcontrol.apiserver.k8s.io

    @@ -38183,7 +42038,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    subjects
    Subject array
    subjects is the list of normal user, serviceaccount, or group that this rule cares about. There must be at least one member in this slice. A slice that includes both the system:authenticated and system:unauthenticated user groups matches every request. Required.
    -

    PortStatus v1 core

    +
    +
    +

    PortStatus v1 core

    @@ -38204,7 +42061,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    protocol
    string
    Protocol is the protocol of the service port of which status is recorded here The supported values are: "TCP", "UDP", "SCTP"
    -

    PortworxVolumeSource v1 core

    +
    +
    +

    PortworxVolumeSource v1 core

    @@ -38226,7 +42085,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    volumeID
    string
    volumeID uniquely identifies a Portworx volume
    -

    Preconditions v1 meta

    +
    +
    +

    Preconditions v1 meta

    @@ -38246,7 +42107,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    uid
    string
    Specifies the target UID.
    -

    PreferredSchedulingTerm v1 core

    +
    +
    +

    PreferredSchedulingTerm v1 core

    @@ -38266,7 +42129,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    weight
    integer
    Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100.
    -

    PriorityLevelConfigurationCondition v1beta3 flowcontrol.apiserver.k8s.io

    +
    +
    +

    PriorityLevelConfigurationCondition v1beta3 flowcontrol.apiserver.k8s.io

    @@ -38292,7 +42157,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    type
    string
    `type` is the type of the condition. Required.
    -

    PriorityLevelConfigurationReference v1beta3 flowcontrol.apiserver.k8s.io

    +
    +
    +

    PriorityLevelConfigurationReference v1beta3 flowcontrol.apiserver.k8s.io

    @@ -38314,7 +42181,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    name
    string
    `name` is the name of the priority level configuration being referenced Required.
    -

    Probe v1 core

    +
    +
    +

    Probe v1 core

    @@ -38343,7 +42212,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    timeoutSeconds
    integer
    Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
    -

    ProjectedVolumeSource v1 core

    +
    +
    +

    ProjectedVolumeSource v1 core

    @@ -38363,7 +42234,9 @@ DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mou
    GroupVersionKind
    sources
    VolumeProjection array
    sources is the list of volume projections
    -

    Quantity resource core

    +
    +
    +

    Quantity resource core

    @@ -38421,7 +42294,9 @@ This format is intended to make it difficult to use these numbers without writin
    GroupVersionKind
    -

    QueuingConfiguration v1beta3 flowcontrol.apiserver.k8s.io

    +
    +
    +

    QueuingConfiguration v1beta3 flowcontrol.apiserver.k8s.io

    @@ -38445,7 +42320,9 @@ This format is intended to make it difficult to use these numbers without writin
    GroupVersionKind
    queues
    integer
    `queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64.
    -

    QuobyteVolumeSource v1 core

    +
    +
    +

    QuobyteVolumeSource v1 core

    @@ -38470,7 +42347,9 @@ This format is intended to make it difficult to use these numbers without writin
    GroupVersionKind
    volume
    string
    volume is a string that references an already created Quobyte volume by name.
    -

    RBDPersistentVolumeSource v1 core

    +
    +
    +

    RBDPersistentVolumeSource v1 core

    @@ -38496,7 +42375,9 @@ This format is intended to make it difficult to use these numbers without writin
    GroupVersionKind
    user
    string
    user is the rados user name. Default is admin. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
    -

    RBDVolumeSource v1 core

    +
    +
    +

    RBDVolumeSource v1 core

    @@ -38522,7 +42403,9 @@ This format is intended to make it difficult to use these numbers without writin
    GroupVersionKind
    user
    string
    user is the rados user name. Default is admin. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
    -

    ReplicaSetCondition v1 apps

    +
    +
    +

    ReplicaSetCondition v1 apps

    @@ -38545,7 +42428,9 @@ This format is intended to make it difficult to use these numbers without writin
    GroupVersionKind
    type
    string
    Type of replica set condition.
    -

    ReplicationControllerCondition v1 core

    +
    +
    +

    ReplicationControllerCondition v1 core

    @@ -38568,7 +42453,9 @@ This format is intended to make it difficult to use these numbers without writin
    GroupVersionKind
    type
    string
    Type of replication controller condition.
    -

    ResourceAttributes v1 authorization.k8s.io

    +
    +
    +

    ResourceAttributes v1 authorization.k8s.io

    @@ -38594,7 +42481,9 @@ This format is intended to make it difficult to use these numbers without writin
    GroupVersionKind
    version
    string
    Version is the API Version of the Resource. "*" means all.
    -

    ResourceClaim v1 core

    +
    +
    +

    ResourceClaim v1 core

    @@ -38616,7 +42505,9 @@ This format is intended to make it difficult to use these numbers without writin
    GroupVersionKind
    name
    string
    Name must match the name of one entry in pod.spec.resourceClaims of the Pod where this field is used. It makes that resource available inside a container.
    -

    ResourceClaimConsumerReference v1alpha2 resource.k8s.io

    +
    +
    +

    ResourceClaimConsumerReference v1alpha2 resource.k8s.io

    @@ -38638,7 +42529,9 @@ This format is intended to make it difficult to use these numbers without writin
    GroupVersionKind
    uid
    string
    UID identifies exactly one incarnation of the resource.
    -

    ResourceClaimParametersReference v1alpha2 resource.k8s.io

    +
    +
    +

    ResourceClaimParametersReference v1alpha2 resource.k8s.io

    @@ -38659,7 +42552,9 @@ This format is intended to make it difficult to use these numbers without writin
    GroupVersionKind
    name
    string
    Name is the name of resource being referenced.
    -

    ResourceClaimSchedulingStatus v1alpha2 resource.k8s.io

    +
    +
    +

    ResourceClaimSchedulingStatus v1alpha2 resource.k8s.io

    @@ -38679,7 +42574,9 @@ This format is intended to make it difficult to use these numbers without writin
    GroupVersionKind
    unsuitableNodes
    string array
    UnsuitableNodes lists nodes that the ResourceClaim cannot be allocated for. The size of this field is limited to 128, the same as for PodSchedulingSpec.PotentialNodes. This may get increased in the future, but not reduced.
    -

    ResourceClassParametersReference v1alpha2 resource.k8s.io

    +
    +
    +

    ResourceClassParametersReference v1alpha2 resource.k8s.io

    @@ -38701,7 +42598,9 @@ This format is intended to make it difficult to use these numbers without writin
    GroupVersionKind
    namespace
    string
    Namespace that contains the referenced resource. Must be empty for cluster-scoped resources and non-empty for namespaced resources.
    -

    ResourceFieldSelector v1 core

    +
    +
    +

    ResourceFieldSelector v1 core

    @@ -38723,7 +42622,9 @@ This format is intended to make it difficult to use these numbers without writin
    GroupVersionKind
    resource
    string
    Required: resource to select
    -

    ResourceHandle v1alpha2 resource.k8s.io

    +
    +
    +

    ResourceHandle v1alpha2 resource.k8s.io

    @@ -38743,7 +42644,9 @@ This format is intended to make it difficult to use these numbers without writin
    GroupVersionKind
    driverName
    string
    DriverName specifies the name of the resource driver whose kubelet plugin should be invoked to process this ResourceHandle's data once it lands on a node. This may differ from the DriverName set in ResourceClaimStatus this ResourceHandle is embedded in.
    -

    ResourceMetricSource v2 autoscaling

    +
    +
    +

    ResourceMetricSource v2 autoscaling

    @@ -38763,7 +42666,9 @@ This format is intended to make it difficult to use these numbers without writin
    GroupVersionKind
    target
    MetricTarget
    target specifies the target value for the given metric
    -

    ResourceMetricStatus v2 autoscaling

    +
    +
    +

    ResourceMetricStatus v2 autoscaling

    @@ -38783,7 +42688,9 @@ This format is intended to make it difficult to use these numbers without writin
    GroupVersionKind
    name
    string
    name is the name of the resource in question.
    -

    ResourcePolicyRule v1beta3 flowcontrol.apiserver.k8s.io

    +
    +
    +

    ResourcePolicyRule v1beta3 flowcontrol.apiserver.k8s.io

    @@ -38809,7 +42716,9 @@ This format is intended to make it difficult to use these numbers without writin
    GroupVersionKind
    verbs
    string array
    `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
    -

    ResourceRequirements v1 core

    +
    +
    +

    ResourceRequirements v1 core

    @@ -38833,7 +42742,9 @@ This format is intended to make it difficult to use these numbers without writin
    GroupVersionKind
    requests
    object
    Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
    -

    ResourceRule v1 authorization.k8s.io

    +
    +
    +

    ResourceRule v1 authorization.k8s.io

    @@ -38855,7 +42766,9 @@ This format is intended to make it difficult to use these numbers without writin
    GroupVersionKind
    verbs
    string array
    Verb is a list of kubernetes resource API verbs, like: get, list, watch, create, update, delete, proxy. "*" means all.
    -

    RoleRef v1 rbac.authorization.k8s.io

    +
    +
    +

    RoleRef v1 rbac.authorization.k8s.io

    @@ -38877,7 +42790,9 @@ This format is intended to make it difficult to use these numbers without writin
    GroupVersionKind
    name
    string
    Name is the name of resource being referenced
    -

    RollingUpdateStatefulSetStrategy v1 apps

    +
    +
    +

    RollingUpdateStatefulSetStrategy v1 apps

    @@ -38897,7 +42812,9 @@ This format is intended to make it difficult to use these numbers without writin
    GroupVersionKind
    partition
    integer
    Partition indicates the ordinal at which the StatefulSet should be partitioned for updates. During a rolling update, all pods from ordinal Replicas-1 to Partition are updated. All pods from ordinal Partition-1 to 0 remain untouched. This is helpful in being able to do a canary based deployment. The default value is 0.
    -

    RuleWithOperations v1 admissionregistration.k8s.io

    +
    +
    +

    RuleWithOperations v1 admissionregistration.k8s.io

    @@ -38921,7 +42838,9 @@ This format is intended to make it difficult to use these numbers without writin
    GroupVersionKind
    scope
    string
    scope specifies the scope of this rule. Valid values are "Cluster", "Namespaced", and "*" "Cluster" means that only cluster-scoped resources will match this rule. Namespace API objects are cluster-scoped. "Namespaced" means that only namespaced resources will match this rule. "*" means that there are no scope restrictions. Subresources match the scope of their parent resource. Default is "*".
    -

    SELinuxOptions v1 core

    +
    +
    +

    SELinuxOptions v1 core

    @@ -38944,7 +42863,9 @@ This format is intended to make it difficult to use these numbers without writin
    GroupVersionKind
    user
    string
    User is a SELinux user label that applies to the container.
    -

    Scale v1 autoscaling

    +
    +
    +

    Scale v1 autoscaling

    @@ -38962,7 +42883,9 @@ This format is intended to make it difficult to use these numbers without writin
    GroupVersionKind
    status
    ScaleStatus
    status is the current status of the scale. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status. Read-only.
    -

    ScaleIOPersistentVolumeSource v1 core

    +
    +
    +

    ScaleIOPersistentVolumeSource v1 core

    @@ -38990,7 +42913,9 @@ This format is intended to make it difficult to use these numbers without writin
    GroupVersionKind
    volumeName
    string
    volumeName is the name of a volume already created in the ScaleIO system that is associated with this volume source.
    -

    ScaleIOVolumeSource v1 core

    +
    +
    +

    ScaleIOVolumeSource v1 core

    @@ -39018,7 +42943,9 @@ This format is intended to make it difficult to use these numbers without writin
    GroupVersionKind
    volumeName
    string
    volumeName is the name of a volume already created in the ScaleIO system that is associated with this volume source.
    -

    Scheduling v1 node.k8s.io

    +
    +
    +

    Scheduling v1 node.k8s.io

    @@ -39038,7 +42965,9 @@ This format is intended to make it difficult to use these numbers without writin
    GroupVersionKind
    tolerations
    Toleration array
    tolerations are appended (excluding duplicates) to pods running with this RuntimeClass during admission, effectively unioning the set of nodes tolerated by the pod and the RuntimeClass.
    -

    ScopeSelector v1 core

    +
    +
    +

    ScopeSelector v1 core

    @@ -39057,7 +42986,9 @@ This format is intended to make it difficult to use these numbers without writin
    GroupVersionKind
    matchExpressions
    ScopedResourceSelectorRequirement array
    A list of scope selector requirements by scope of the resources.
    -

    ScopedResourceSelectorRequirement v1 core

    +
    +
    +

    ScopedResourceSelectorRequirement v1 core

    @@ -39078,7 +43009,9 @@ This format is intended to make it difficult to use these numbers without writin
    GroupVersionKind
    values
    string array
    An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
    -

    SeccompProfile v1 core

    +
    +
    +

    SeccompProfile v1 core

    @@ -39099,7 +43032,9 @@ This format is intended to make it difficult to use these numbers without writin
    GroupVersionKind
    type
    string
    type indicates which kind of seccomp profile will be applied. Valid options are: Localhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.
    -

    SecretEnvSource v1 core

    +
    +
    +

    SecretEnvSource v1 core

    @@ -39121,7 +43056,9 @@ The contents of the target Secret's Data field will represent the key-value
    GroupVersionKind
    optional
    boolean
    Specify whether the Secret must be defined
    -

    SecretKeySelector v1 core

    +
    +
    +

    SecretKeySelector v1 core

    @@ -39142,7 +43079,9 @@ The contents of the target Secret's Data field will represent the key-value
    GroupVersionKind
    optional
    boolean
    Specify whether the Secret or its key must be defined
    -

    SecretProjection v1 core

    +
    +
    +

    SecretProjection v1 core

    @@ -39165,7 +43104,9 @@ The contents of the target Secret's Data field will be presented in a projec
    GroupVersionKind
    optional
    boolean
    optional field specify whether the Secret or its key must be defined
    -

    SecretReference v1 core

    +
    +
    +

    SecretReference v1 core

    @@ -39191,7 +43132,9 @@ The contents of the target Secret's Data field will be presented in a projec
    GroupVersionKind
    namespace
    string
    namespace defines the space within which the secret name must be unique.
    -

    SecretVolumeSource v1 core

    +
    +
    +

    SecretVolumeSource v1 core

    @@ -39215,7 +43158,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    secretName
    string
    secretName is the name of the secret in the pod's namespace to use. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
    -

    SecurityContext v1 core

    +
    +
    +

    SecurityContext v1 core

    @@ -39245,7 +43190,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    windowsOptions
    WindowsSecurityContextOptions
    The Windows specific settings applied to all containers. If unspecified, the options from the PodSecurityContext will be used. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is linux.
    -

    ServerAddressByClientCIDR v1 meta

    +
    +
    +

    ServerAddressByClientCIDR v1 meta

    @@ -39266,7 +43213,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    serverAddress
    string
    Address of this server, suitable for a client that matches the above CIDR. This can be a hostname, hostname:port, IP or IP:port.
    -

    ServerStorageVersion v1alpha1 internal.apiserver.k8s.io

    +
    +
    +

    ServerStorageVersion v1alpha1 internal.apiserver.k8s.io

    @@ -39288,7 +43237,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    servedVersions
    string array
    The API server can serve these versions. DecodableVersions must include all ServedVersions.
    -

    ServiceAccountSubject v1beta3 flowcontrol.apiserver.k8s.io

    +
    +
    +

    ServiceAccountSubject v1beta3 flowcontrol.apiserver.k8s.io

    @@ -39311,7 +43262,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    namespace
    string
    `namespace` is the namespace of matching ServiceAccount objects. Required.
    -

    ServiceAccountTokenProjection v1 core

    +
    +
    +

    ServiceAccountTokenProjection v1 core

    @@ -39332,7 +43285,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    path
    string
    path is the path relative to the mount point of the file to project the token into.
    -

    ServiceBackendPort v1 networking.k8s.io

    +
    +
    +

    ServiceBackendPort v1 networking.k8s.io

    @@ -39352,7 +43307,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    number
    integer
    number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
    -

    ServicePort v1 core

    +
    +
    +

    ServicePort v1 core

    @@ -39376,7 +43333,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    targetPortNumber or name of the port to access on the pods targeted by the service. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. If this is a string, it will be looked up as a named port in the target Pod's container ports. If this is not specified, the value of the 'port' field is used (an identity map). This field is ignored for services with clusterIP=None, and should be omitted or set equal to the 'port' field. More info: https://kubernetes.io/docs/concepts/services-networking/service/#defining-a-service
    -

    ServiceReference v1 admissionregistration.k8s.io

    +
    +
    +

    ServiceReference v1 admissionregistration.k8s.io

    @@ -39398,7 +43357,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    port
    integer
    If specified, the port on the service that hosting webhook. Default to 443 for backward compatibility. `port` should be a valid port number (1-65535, inclusive).
    -

    SessionAffinityConfig v1 core

    +
    +
    +

    SessionAffinityConfig v1 core

    @@ -39417,7 +43378,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    clientIP
    ClientIPConfig
    clientIP contains the configurations of Client IP based session affinity.
    -

    StatefulSetCondition v1 apps

    +
    +
    +

    StatefulSetCondition v1 apps

    @@ -39440,7 +43403,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    type
    string
    Type of statefulset condition.
    -

    StatefulSetOrdinals v1 apps

    +
    +
    +

    StatefulSetOrdinals v1 apps

    @@ -39459,7 +43424,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    start
    integer
    start is the number representing the first replica's index. It may be used to number replicas from an alternate index (eg: 1-indexed) over the default 0-indexed names, or to orchestrate progressive movement of replicas from one StatefulSet to another. If set, replica indices will be in the range: [.spec.ordinals.start, .spec.ordinals.start + .spec.replicas). If unset, defaults to 0. Replica indices will be in the range: [0, .spec.replicas).
    -

    StatefulSetPersistentVolumeClaimRetentionPolicy v1 apps

    +
    +
    +

    StatefulSetPersistentVolumeClaimRetentionPolicy v1 apps

    @@ -39479,7 +43446,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    whenScaled
    string
    WhenScaled specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is scaled down. The default policy of `Retain` causes PVCs to not be affected by a scaledown. The `Delete` policy causes the associated PVCs for any excess pods above the replica count to be deleted.
    -

    StatefulSetUpdateStrategy v1 apps

    +
    +
    +

    StatefulSetUpdateStrategy v1 apps

    @@ -39499,7 +43468,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    type
    string
    Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
    -

    Status v1 meta

    +
    +
    +

    Status v1 meta

    @@ -39520,7 +43491,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    status
    string
    Status of the operation. One of: "Success" or "Failure". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
    -

    StatusCause v1 meta

    +
    +
    +

    StatusCause v1 meta

    @@ -39541,7 +43514,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    reason
    string
    A machine-readable description of the cause of the error. If this value is empty there is no information available.
    -

    StatusDetails v1 meta

    +
    +
    +

    StatusDetails v1 meta

    @@ -39565,7 +43540,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    uid
    string
    UID of the resource. (when there is a single resource which can be described). More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
    -

    StorageOSPersistentVolumeSource v1 core

    +
    +
    +

    StorageOSPersistentVolumeSource v1 core

    @@ -39588,7 +43565,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    volumeNamespace
    string
    volumeNamespace specifies the scope of the volume within StorageOS. If no namespace is specified then the Pod's namespace will be used. This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behaviour. Set to "default" if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created.
    -

    StorageOSVolumeSource v1 core

    +
    +
    +

    StorageOSVolumeSource v1 core

    @@ -39611,7 +43590,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    volumeNamespace
    string
    volumeNamespace specifies the scope of the volume within StorageOS. If no namespace is specified then the Pod's namespace will be used. This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behaviour. Set to "default" if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created.
    -

    StorageVersionCondition v1alpha1 internal.apiserver.k8s.io

    +
    +
    +

    StorageVersionCondition v1alpha1 internal.apiserver.k8s.io

    @@ -39635,7 +43616,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    type
    string
    Type of the condition.
    -

    Subject v1beta3 flowcontrol.apiserver.k8s.io

    +
    +
    +

    Subject v1beta3 flowcontrol.apiserver.k8s.io

    @@ -39661,7 +43644,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    user
    UserSubject
    `user` matches based on username.
    -

    SubjectRulesReviewStatus v1 authorization.k8s.io

    +
    +
    +

    SubjectRulesReviewStatus v1 authorization.k8s.io

    @@ -39683,7 +43668,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    resourceRules
    ResourceRule array
    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.
    -

    Sysctl v1 core

    +
    +
    +

    Sysctl v1 core

    @@ -39703,7 +43690,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    value
    string
    Value of a property to set
    -

    TCPSocketAction v1 core

    +
    +
    +

    TCPSocketAction v1 core

    @@ -39724,7 +43713,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    portNumber or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
    -

    Taint v1 core

    +
    +
    +

    Taint v1 core

    @@ -39746,7 +43737,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    value
    string
    The taint value corresponding to the taint key.
    -

    Time v1 meta

    +
    +
    +

    Time v1 meta

    @@ -39798,7 +43791,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    -

    Toleration v1 core

    +
    +
    +

    Toleration v1 core

    @@ -39822,7 +43817,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    value
    string
    Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string.
    -

    TopologySelectorLabelRequirement v1 core

    +
    +
    +

    TopologySelectorLabelRequirement v1 core

    @@ -39842,7 +43839,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    values
    string array
    An array of string values. One value must match the label to be selected. Each entry in Values is ORed.
    -

    TopologySelectorTerm v1 core

    +
    +
    +

    TopologySelectorTerm v1 core

    @@ -39861,7 +43860,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    matchLabelExpressions
    TopologySelectorLabelRequirement array
    A list of topology selector requirements by labels.
    -

    TopologySpreadConstraint v1 core

    +
    +
    +

    TopologySpreadConstraint v1 core

    @@ -39887,7 +43888,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    whenUnsatisfiable
    string
    WhenUnsatisfiable indicates how to deal with a pod if it doesn't satisfy the spread constraint. - DoNotSchedule (default) tells the scheduler not to schedule it. - ScheduleAnyway tells the scheduler to schedule the pod in any location, but giving higher precedence to topologies that would help reduce the skew. A constraint is considered "Unsatisfiable" for an incoming pod if and only if every possible node assignment for that pod would violate "MaxSkew" on some topology. For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same labelSelector spread as 3/1/1: | zone1 | zone2 | zone3 | | P P P | P | P | If WhenUnsatisfiable is set to DoNotSchedule, incoming pod can only be scheduled to zone2(zone3) to become 3/2/1(3/1/2) as ActualSkew(2-1) on zone2(zone3) satisfies MaxSkew(1). In other words, the cluster can still be imbalanced, but scheduler won't make it *more* imbalanced. It's a required field.
    -

    TypeChecking v1beta1 admissionregistration.k8s.io

    +
    +
    +

    TypeChecking v1beta1 admissionregistration.k8s.io

    @@ -39909,7 +43912,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    expressionWarnings
    ExpressionWarning array
    The type checking warnings for each expression.
    -

    TypedLocalObjectReference v1 core

    +
    +
    +

    TypedLocalObjectReference v1 core

    @@ -39931,7 +43936,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    name
    string
    Name is the name of resource being referenced
    -

    TypedObjectReference v1 core

    +
    +
    +

    TypedObjectReference v1 core

    @@ -39953,7 +43960,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    namespace
    string
    Namespace is the namespace of resource being referenced Note that when a namespace is specified, a gateway.networking.k8s.io/ReferenceGrant object is required in the referent namespace to allow that namespace's owner to accept the reference. See the ReferenceGrant documentation for details. (Alpha) This field requires the CrossNamespaceVolumeDataSource feature gate to be enabled.
    -

    UncountedTerminatedPods v1 batch

    +
    +
    +

    UncountedTerminatedPods v1 batch

    @@ -39973,7 +43982,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    succeeded
    string array
    succeeded holds UIDs of succeeded Pods.
    -

    UserInfo v1 authentication.k8s.io

    +
    +
    +

    UserInfo v1 authentication.k8s.io

    @@ -39998,7 +44009,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    username
    string
    The name that uniquely identifies this user among all active users.
    -

    UserSubject v1beta3 flowcontrol.apiserver.k8s.io

    +
    +
    +

    UserSubject v1beta3 flowcontrol.apiserver.k8s.io

    @@ -40020,7 +44033,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    name
    string
    `name` is the username that matches, or "*" to match all usernames. Required.
    -

    ValidatingWebhook v1 admissionregistration.k8s.io

    +
    +
    +

    ValidatingWebhook v1 admissionregistration.k8s.io

    @@ -40049,7 +44064,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    timeoutSeconds
    integer
    TimeoutSeconds specifies the timeout for this webhook. After the timeout passes, the webhook call will be ignored or the API call will fail based on the failure policy. The timeout value must be between 1 and 30 seconds. Default to 10 seconds.
    -

    Validation v1beta1 admissionregistration.k8s.io

    +
    +
    +

    Validation v1beta1 admissionregistration.k8s.io

    @@ -40074,7 +44091,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    reason
    string
    Reason represents a machine-readable description of why this validation failed. If this is the first validation in the list to fail, this reason, as well as the corresponding HTTP response code, are used in the HTTP response to the client. The currently supported reasons are: "Unauthorized", "Forbidden", "Invalid", "RequestEntityTooLarge". If not set, StatusReasonInvalid is used in the response to the client.
    -

    ValidationRule v1 apiextensions.k8s.io

    +
    +
    +

    ValidationRule v1 apiextensions.k8s.io

    @@ -40097,7 +44116,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    rule
    string
    Rule represents the expression which will be evaluated by CEL. ref: https://github.com/google/cel-spec The Rule is scoped to the location of the x-kubernetes-validations extension in the schema. The `self` variable in the CEL expression is bound to the scoped value. Example: - Rule scoped to the root of a resource with a status subresource: {"rule": "self.status.actual <= self.spec.maxDesired"} If the Rule is scoped to an object with properties, the accessible properties of the object are field selectable via `self.field` and field presence can be checked via `has(self.field)`. Null valued fields are treated as absent fields in CEL expressions. If the Rule is scoped to an object with additionalProperties (i.e. a map) the value of the map are accessible via `self[mapKey]`, map containment can be checked via `mapKey in self` and all entries of the map are accessible via CEL macros and functions such as `self.all(...)`. If the Rule is scoped to an array, the elements of the array are accessible via `self[i]` and also by macros and functions. If the Rule is scoped to a scalar, `self` is bound to the scalar value. Examples: - Rule scoped to a map of objects: {"rule": "self.components['Widget'].priority < 10"} - Rule scoped to a list of integers: {"rule": "self.values.all(value, value >= 0 && value < 100)"} - Rule scoped to a string value: {"rule": "self.startsWith('kube')"} The `apiVersion`, `kind`, `metadata.name` and `metadata.generateName` are always accessible from the root of the object and from any x-kubernetes-embedded-resource annotated objects. No other metadata properties are accessible. Unknown data preserved in custom resources via x-kubernetes-preserve-unknown-fields is not accessible in CEL expressions. This includes: - Unknown field values that are preserved by object schemas with x-kubernetes-preserve-unknown-fields. - Object properties where the property schema is of an "unknown type". An "unknown type" is recursively defined as: - A schema with no type and x-kubernetes-preserve-unknown-fields set to true - An array where the items schema is of an "unknown type" - An object where the additionalProperties schema is of an "unknown type" Only property names of the form `[a-zA-Z_.-/][a-zA-Z0-9_.-/]*` are accessible. Accessible property names are escaped according to the following rules when accessed in the expression: - '__' escapes to '__underscores__' - '.' escapes to '__dot__' - '-' escapes to '__dash__' - '/' escapes to '__slash__' - Property names that exactly match a CEL RESERVED keyword escape to '__{keyword}__'. The keywords are: "true", "false", "null", "in", "as", "break", "const", "continue", "else", "for", "function", "if", "import", "let", "loop", "package", "namespace", "return". Examples: - Rule accessing a property named "namespace": {"rule": "self.__namespace__ > 0"} - Rule accessing a property named "x-prop": {"rule": "self.x__dash__prop > 0"} - Rule accessing a property named "redact__d": {"rule": "self.redact__underscores__d > 0"} Equality on arrays with x-kubernetes-list-type of 'set' or 'map' ignores element order, i.e. [1, 2] == [2, 1]. Concatenation on arrays with x-kubernetes-list-type use the semantics of the list type: - 'set': `X + Y` performs a union where the array positions of all elements in `X` are preserved and non-intersecting elements in `Y` are appended, retaining their partial order. - 'map': `X + Y` performs a merge where the array positions of all keys in `X` are preserved but the values are overwritten by values in `Y` when the key sets of `X` and `Y` intersect. Elements in `Y` with non-intersecting keys are appended, retaining their partial order.
    -

    Variable v1beta1 admissionregistration.k8s.io

    +
    +
    +

    Variable v1beta1 admissionregistration.k8s.io

    @@ -40120,7 +44141,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    name
    string
    Name is the name of the variable. The name must be a valid CEL identifier and unique among all variables. The variable can be accessed in other expressions through `variables` For example, if name is "foo", the variable will be available as `variables.foo`
    -

    VolumeAttachmentSource v1 storage.k8s.io

    +
    +
    +

    VolumeAttachmentSource v1 storage.k8s.io

    @@ -40140,7 +44163,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    persistentVolumeName
    string
    persistentVolumeName represents the name of the persistent volume to attach.
    -

    VolumeDevice v1 core

    +
    +
    +

    VolumeDevice v1 core

    @@ -40161,7 +44186,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    name
    string
    name must match the name of a persistentVolumeClaim in the pod
    -

    VolumeError v1 storage.k8s.io

    +
    +
    +

    VolumeError v1 storage.k8s.io

    @@ -40181,7 +44208,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    time
    Time
    time represents the time the error was encountered.
    -

    VolumeMount v1 core

    +
    +
    +

    VolumeMount v1 core

    @@ -40206,7 +44235,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    subPathExpr
    string
    Expanded path within the volume from which the container's volume should be mounted. Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. Defaults to "" (volume's root). SubPathExpr and SubPath are mutually exclusive.
    -

    VolumeNodeAffinity v1 core

    +
    +
    +

    VolumeNodeAffinity v1 core

    @@ -40225,7 +44256,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    required
    NodeSelector
    required specifies hard node constraints that must be met.
    -

    VolumeNodeResources v1 storage.k8s.io

    +
    +
    +

    VolumeNodeResources v1 storage.k8s.io

    @@ -40244,7 +44277,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    count
    integer
    count indicates the maximum number of unique volumes managed by the CSI driver that can be used on a node. A volume that is both attached and mounted on a node is considered to be used once, not twice. The same rule applies for a unique volume that is shared among multiple pods on the same node. If this field is not specified, then the supported number of volumes on this node is unbounded.
    -

    VolumeProjection v1 core

    +
    +
    +

    VolumeProjection v1 core

    @@ -40266,7 +44301,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    serviceAccountToken
    ServiceAccountTokenProjection
    serviceAccountToken is information about the serviceAccountToken data to project
    -

    VsphereVirtualDiskVolumeSource v1 core

    +
    +
    +

    VsphereVirtualDiskVolumeSource v1 core

    @@ -40289,7 +44326,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    volumePath
    string
    volumePath is the path that identifies vSphere volume vmdk
    -

    WatchEvent v1 meta

    +
    +
    +

    WatchEvent v1 meta

    @@ -40304,7 +44343,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    type
    string
    -

    WebhookClientConfig v1 admissionregistration.k8s.io

    +
    +
    +

    WebhookClientConfig v1 admissionregistration.k8s.io

    @@ -40326,7 +44367,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    url
    string
    `url` gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified. The `host` should not refer to a service running in the cluster; use the `service` field instead. The host might be resolved via external DNS in some apiservers (e.g., `kube-apiserver` cannot resolve in-cluster DNS as that would be a layering violation). `host` may also be an IP address. Please note that using `localhost` or `127.0.0.1` as a `host` is risky unless you take great care to run this webhook on all hosts which run an apiserver which might need to make calls to this webhook. Such installs are likely to be non-portable, i.e., not easy to turn up in a new cluster. The scheme must be "https"; the URL must begin with "https://". A path is optional, and if present may be any string permissible in a URL. You may use the path to pass an arbitrary string to the webhook, for example, a cluster identifier. Attempting to use a user or basic auth e.g. "user:password@" is not allowed. Fragments ("#...") and query parameters ("?...") are not allowed, either.
    -

    WebhookConversion v1 apiextensions.k8s.io

    +
    +
    +

    WebhookConversion v1 apiextensions.k8s.io

    @@ -40346,7 +44389,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    conversionReviewVersions
    string array
    conversionReviewVersions is an ordered list of preferred `ConversionReview` versions the Webhook expects. The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail.
    -

    WeightedPodAffinityTerm v1 core

    +
    +
    +

    WeightedPodAffinityTerm v1 core

    @@ -40367,7 +44412,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    weight
    integer
    weight associated with matching the corresponding podAffinityTerm, in the range 1-100.
    -

    WindowsSecurityContextOptions v1 core

    +
    +
    +

    WindowsSecurityContextOptions v1 core

    @@ -40390,10 +44437,14 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    runAsUserName
    string
    The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
    -

    OLD API VERSIONS

    +
    +
    +

    Old API Versions

    This section contains older versions of resources shown above.

    -

    AuditAnnotation v1alpha1 admissionregistration.k8s.io

    +
    +
    +

    AuditAnnotation v1alpha1 admissionregistration.k8s.io

    @@ -40415,7 +44466,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    valueExpression
    string
    valueExpression represents the expression which is evaluated by CEL to produce an audit annotation value. The expression must evaluate to either a string or null value. If the expression evaluates to a string, the audit annotation is included with the string value. If the expression evaluates to null or empty string the audit annotation will be omitted. The valueExpression may be no longer than 5kb in length. If the result of the valueExpression is more than 10kb in length, it will be truncated to 10kb. If multiple ValidatingAdmissionPolicyBinding resources match an API request, then the valueExpression will be evaluated for each binding. All unique values produced by the valueExpressions will be joined together in a comma-separated list. Required.
    -

    CrossVersionObjectReference v1 autoscaling

    +
    +
    +

    CrossVersionObjectReference v1 autoscaling

    @@ -40438,7 +44491,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    name
    string
    name is the name of the referent; More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
    -

    EndpointPort v1 discovery.k8s.io

    +
    +
    +

    EndpointPort v1 discovery.k8s.io

    @@ -40459,7 +44514,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    protocol
    string
    protocol represents the IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP.
    -

    Event v1 core

    +
    +
    +

    Event v1 core

    @@ -40493,7 +44550,8 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    type
    string
    Type of this event (Normal, Warning), new types could be added in the future
    -

    EventList v1 core

    +
    +

    EventList v1 core

    @@ -40503,11 +44561,14 @@ The contents of the target Secret's Data field will be presented in a volume
    FieldDescription
    metadata
    ListMeta
    Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
    -

    Write Operations

    -

    Create

    +
    +
    +

    Write Operations

    +
    +

    Create

    create an Event

    HTTP Request

    -POST /api/v1/namespaces/{namespace}/events +

    POST /api/v1/namespaces/{namespace}/events

    Path Parameters

    @@ -40541,10 +44602,12 @@ The contents of the target Secret's Data field will be presented in a volume
    ParameterDescription
    202
    Event
    Accepted
    -

    Patch

    +
    +
    +

    Patch

    partially update the specified Event

    HTTP Request

    -PATCH /api/v1/namespaces/{namespace}/events/{name} +

    PATCH /api/v1/namespaces/{namespace}/events/{name}

    Path Parameters

    @@ -40579,10 +44642,12 @@ The contents of the target Secret's Data field will be presented in a volume
    ParameterDescription
    201
    Event
    Created
    -

    Replace

    +
    +
    +

    Replace

    replace the specified Event

    HTTP Request

    -PUT /api/v1/namespaces/{namespace}/events/{name} +

    PUT /api/v1/namespaces/{namespace}/events/{name}

    Path Parameters

    @@ -40616,10 +44681,12 @@ The contents of the target Secret's Data field will be presented in a volume
    ParameterDescription
    201
    Event
    Created
    -

    Delete

    +
    +
    +

    Delete

    delete an Event

    HTTP Request

    -DELETE /api/v1/namespaces/{namespace}/events/{name} +

    DELETE /api/v1/namespaces/{namespace}/events/{name}

    Path Parameters

    @@ -40654,10 +44721,12 @@ The contents of the target Secret's Data field will be presented in a volume
    ParameterDescription
    202
    Status
    Accepted
    -

    Delete Collection

    +
    +
    +

    Delete Collection

    delete collection of Event

    HTTP Request

    -DELETE /api/v1/namespaces/{namespace}/events +

    DELETE /api/v1/namespaces/{namespace}/events

    Path Parameters

    @@ -40698,11 +44767,15 @@ The contents of the target Secret's Data field will be presented in a volume
    ParameterDescription
    200
    Status
    OK
    -

    Read Operations

    -

    Read

    +
    +
    +
    +

    Read Operations

    +
    +

    Read

    read the specified Event

    HTTP Request

    -GET /api/v1/namespaces/{namespace}/events/{name} +

    GET /api/v1/namespaces/{namespace}/events/{name}

    Path Parameters

    @@ -40725,10 +44798,12 @@ The contents of the target Secret's Data field will be presented in a volume
    ParameterDescription
    200
    Event
    OK
    -

    List

    +
    +
    +

    List

    list or watch objects of kind Event

    HTTP Request

    -GET /api/v1/namespaces/{namespace}/events +

    GET /api/v1/namespaces/{namespace}/events

    Path Parameters

    @@ -40760,10 +44835,12 @@ The contents of the target Secret's Data field will be presented in a volume
    ParameterDescription
    200
    EventList
    OK
    -

    List All Namespaces

    +
    +
    +

    List All Namespaces

    list or watch objects of kind Event

    HTTP Request

    -GET /api/v1/events +

    GET /api/v1/events

    Query Parameters

    @@ -40788,10 +44865,12 @@ The contents of the target Secret's Data field will be presented in a volume
    ParameterDescription
    200
    EventList
    OK
    -

    Watch

    +
    +
    +

    Watch

    watch changes to an object of kind Event. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

    HTTP Request

    -GET /api/v1/watch/namespaces/{namespace}/events/{name} +

    GET /api/v1/watch/namespaces/{namespace}/events/{name}

    Path Parameters

    @@ -40824,10 +44903,12 @@ The contents of the target Secret's Data field will be presented in a volume
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List

    +
    +
    +

    Watch List

    watch individual changes to a list of Event. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /api/v1/watch/namespaces/{namespace}/events +

    GET /api/v1/watch/namespaces/{namespace}/events

    Path Parameters

    @@ -40859,10 +44940,12 @@ The contents of the target Secret's Data field will be presented in a volume
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List All Namespaces

    +
    +
    +

    Watch List All Namespaces

    watch individual changes to a list of Event. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /api/v1/watch/events +

    GET /api/v1/watch/events

    Query Parameters

    @@ -40887,7 +44970,11 @@ The contents of the target Secret's Data field will be presented in a volume
    ParameterDescription
    200
    WatchEvent
    OK
    -

    EventSeries v1 core

    +
    +
    +
    +
    +

    EventSeries v1 core

    @@ -40906,7 +44993,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    lastObservedTime
    MicroTime
    Time of the last occurrence observed
    -

    ExemptPriorityLevelConfiguration v1beta2 flowcontrol.apiserver.k8s.io

    +
    +
    +

    ExemptPriorityLevelConfiguration v1beta2 flowcontrol.apiserver.k8s.io

    @@ -40928,7 +45017,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    nominalConcurrencyShares
    integer
    `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats nominally reserved for this priority level. This DOES NOT limit the dispatching from this priority level but affects the other priority levels through the borrowing mechanism. The server's concurrency limit (ServerCL) is divided among all the priority levels in proportion to their NCS values: NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k) Bigger numbers mean a larger nominal concurrency limit, at the expense of every other priority level. This field has a default value of zero.
    -

    ExpressionWarning v1alpha1 admissionregistration.k8s.io

    +
    +
    +

    ExpressionWarning v1alpha1 admissionregistration.k8s.io

    @@ -40950,7 +45041,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    warning
    string
    The content of type checking information in a human-readable form. Each line of the warning contains the type that the expression is checked against, followed by the type check error from the compiler.
    -

    FlowDistinguisherMethod v1beta2 flowcontrol.apiserver.k8s.io

    +
    +
    +

    FlowDistinguisherMethod v1beta2 flowcontrol.apiserver.k8s.io

    @@ -40971,7 +45064,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    type
    string
    `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
    -

    FlowSchema v1beta2 flowcontrol.apiserver.k8s.io

    +
    +
    +

    FlowSchema v1beta2 flowcontrol.apiserver.k8s.io

    @@ -40996,7 +45091,8 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    status
    FlowSchemaStatus
    `status` is the current status of a FlowSchema. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
    -

    FlowSchemaSpec v1beta2 flowcontrol

    +
    +

    FlowSchemaSpec v1beta2 flowcontrol

    Appears In:
    • FlowSchema [flowcontrol/v1beta2]
    • @@ -41011,7 +45107,7 @@ The contents of the target Secret's Data field will be presented in a volume rules
      PolicyRulesWithSubjects array`rules` describes which requests will match this flow schema. This FlowSchema matches a request if and only if at least one member of rules matches the request. if it is an empty slice, there will be no requests matching the FlowSchema. -

      FlowSchemaStatus v1beta2 flowcontrol

      +

      FlowSchemaStatus v1beta2 flowcontrol

      Appears In:
      • FlowSchema [flowcontrol/v1beta2]
      • @@ -41023,7 +45119,7 @@ The contents of the target Secret's Data field will be presented in a volume conditions
        FlowSchemaCondition array`conditions` is a list of the current states of FlowSchema. -

        FlowSchemaList v1beta2 flowcontrol

        +

        FlowSchemaList v1beta2 flowcontrol

        @@ -41033,11 +45129,14 @@ The contents of the target Secret's Data field will be presented in a volume
        FieldDescription
        metadata
        ListMeta
        `metadata` is the standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
        -

        Write Operations

        -

        Create

        +
      +
      +

      Write Operations

      +
      +

      Create

      create a FlowSchema

      HTTP Request

      -POST /apis/flowcontrol.apiserver.k8s.io/v1beta2/flowschemas +

      POST /apis/flowcontrol.apiserver.k8s.io/v1beta2/flowschemas

      Query Parameters

      @@ -41064,10 +45163,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      202
      FlowSchema
      Accepted
      -

      Patch

      +
      +
      +

      Patch

      partially update the specified FlowSchema

      HTTP Request

      -PATCH /apis/flowcontrol.apiserver.k8s.io/v1beta2/flowschemas/{name} +

      PATCH /apis/flowcontrol.apiserver.k8s.io/v1beta2/flowschemas/{name}

      Path Parameters

      @@ -41101,10 +45202,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      201
      FlowSchema
      Created
      -

      Replace

      +
      +
      +

      Replace

      replace the specified FlowSchema

      HTTP Request

      -PUT /apis/flowcontrol.apiserver.k8s.io/v1beta2/flowschemas/{name} +

      PUT /apis/flowcontrol.apiserver.k8s.io/v1beta2/flowschemas/{name}

      Path Parameters

      @@ -41137,10 +45240,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      201
      FlowSchema
      Created
      -

      Delete

      +
      +
      +

      Delete

      delete a FlowSchema

      HTTP Request

      -DELETE /apis/flowcontrol.apiserver.k8s.io/v1beta2/flowschemas/{name} +

      DELETE /apis/flowcontrol.apiserver.k8s.io/v1beta2/flowschemas/{name}

      Path Parameters

      @@ -41174,10 +45279,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      202
      Status
      Accepted
      -

      Delete Collection

      +
      +
      +

      Delete Collection

      delete collection of FlowSchema

      HTTP Request

      -DELETE /apis/flowcontrol.apiserver.k8s.io/v1beta2/flowschemas +

      DELETE /apis/flowcontrol.apiserver.k8s.io/v1beta2/flowschemas

      Query Parameters

      @@ -41211,11 +45318,15 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      200
      Status
      OK
      -

      Read Operations

      -

      Read

      +
      +
      +
      +

      Read Operations

      +
      +

      Read

      read the specified FlowSchema

      HTTP Request

      -GET /apis/flowcontrol.apiserver.k8s.io/v1beta2/flowschemas/{name} +

      GET /apis/flowcontrol.apiserver.k8s.io/v1beta2/flowschemas/{name}

      Path Parameters

      @@ -41237,10 +45348,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      200
      FlowSchema
      OK
      -

      List

      +
      +
      +

      List

      list or watch objects of kind FlowSchema

      HTTP Request

      -GET /apis/flowcontrol.apiserver.k8s.io/v1beta2/flowschemas +

      GET /apis/flowcontrol.apiserver.k8s.io/v1beta2/flowschemas

      Query Parameters

      @@ -41265,10 +45378,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      200
      FlowSchemaList
      OK
      -

      Watch

      +
      +
      +

      Watch

      watch changes to an object of kind FlowSchema. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

      HTTP Request

      -GET /apis/flowcontrol.apiserver.k8s.io/v1beta2/watch/flowschemas/{name} +

      GET /apis/flowcontrol.apiserver.k8s.io/v1beta2/watch/flowschemas/{name}

      Path Parameters

      @@ -41300,10 +45415,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Watch List

      +
      +
      +

      Watch List

      watch individual changes to a list of FlowSchema. deprecated: use the 'watch' parameter with a list operation instead.

      HTTP Request

      -GET /apis/flowcontrol.apiserver.k8s.io/v1beta2/watch/flowschemas +

      GET /apis/flowcontrol.apiserver.k8s.io/v1beta2/watch/flowschemas

      Query Parameters

      @@ -41328,11 +45445,15 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Status Operations

      -

      Patch Status

      +
      +
      +
      +

      Status Operations

      +
      +

      Patch Status

      partially update status of the specified FlowSchema

      HTTP Request

      -PATCH /apis/flowcontrol.apiserver.k8s.io/v1beta2/flowschemas/{name}/status +

      PATCH /apis/flowcontrol.apiserver.k8s.io/v1beta2/flowschemas/{name}/status

      Path Parameters

      @@ -41366,10 +45487,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      201
      FlowSchema
      Created
      -

      Read Status

      +
      +
      +

      Read Status

      read status of the specified FlowSchema

      HTTP Request

      -GET /apis/flowcontrol.apiserver.k8s.io/v1beta2/flowschemas/{name}/status +

      GET /apis/flowcontrol.apiserver.k8s.io/v1beta2/flowschemas/{name}/status

      Path Parameters

      @@ -41391,10 +45514,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      200
      FlowSchema
      OK
      -

      Replace Status

      +
      +
      +

      Replace Status

      replace status of the specified FlowSchema

      HTTP Request

      -PUT /apis/flowcontrol.apiserver.k8s.io/v1beta2/flowschemas/{name}/status +

      PUT /apis/flowcontrol.apiserver.k8s.io/v1beta2/flowschemas/{name}/status

      Path Parameters

      @@ -41427,7 +45552,11 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      201
      FlowSchema
      Created
      -

      FlowSchemaCondition v1beta2 flowcontrol.apiserver.k8s.io

      +
      +
      +
    +
    +

    FlowSchemaCondition v1beta2 flowcontrol.apiserver.k8s.io

    @@ -41452,7 +45581,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    type
    string
    `type` is the type of the condition. Required.
    -

    GroupSubject v1beta2 flowcontrol.apiserver.k8s.io

    +
    +
    +

    GroupSubject v1beta2 flowcontrol.apiserver.k8s.io

    @@ -41473,7 +45604,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    name
    string
    name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
    -

    HorizontalPodAutoscaler v1 autoscaling

    +
    +
    +

    HorizontalPodAutoscaler v1 autoscaling

    @@ -41498,7 +45631,8 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    status
    HorizontalPodAutoscalerStatus
    status is the current information about the autoscaler.
    -

    HorizontalPodAutoscalerSpec v1 autoscaling

    +
    +

    HorizontalPodAutoscalerSpec v1 autoscaling

    Appears In:
    • HorizontalPodAutoscaler [autoscaling/v1]
    • @@ -41513,7 +45647,7 @@ The contents of the target Secret's Data field will be presented in a volume targetCPUUtilizationPercentage
      integertargetCPUUtilizationPercentage is the target average CPU utilization (represented as a percentage of requested CPU) over all the pods; if not specified the default autoscaling policy will be used. -

      HorizontalPodAutoscalerStatus v1 autoscaling

      +

      HorizontalPodAutoscalerStatus v1 autoscaling

      Appears In:
      • HorizontalPodAutoscaler [autoscaling/v1]
      • @@ -41529,7 +45663,7 @@ The contents of the target Secret's Data field will be presented in a volume observedGeneration
        integerobservedGeneration is the most recent generation observed by this autoscaler. -

        HorizontalPodAutoscalerList v1 autoscaling

        +

        HorizontalPodAutoscalerList v1 autoscaling

        @@ -41539,11 +45673,14 @@ The contents of the target Secret's Data field will be presented in a volume
        FieldDescription
        metadata
        ListMeta
        Standard list metadata.
        -

        Write Operations

        -

        Create

        +
      +
      +

      Write Operations

      +
      +

      Create

      create a HorizontalPodAutoscaler

      HTTP Request

      -POST /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers +

      POST /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers

      Path Parameters

      @@ -41577,10 +45714,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      202
      HorizontalPodAutoscaler
      Accepted
      -

      Patch

      +
      +
      +

      Patch

      partially update the specified HorizontalPodAutoscaler

      HTTP Request

      -PATCH /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name} +

      PATCH /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}

      Path Parameters

      @@ -41615,10 +45754,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      201
      HorizontalPodAutoscaler
      Created
      -

      Replace

      +
      +
      +

      Replace

      replace the specified HorizontalPodAutoscaler

      HTTP Request

      -PUT /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name} +

      PUT /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}

      Path Parameters

      @@ -41652,10 +45793,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      201
      HorizontalPodAutoscaler
      Created
      -

      Delete

      +
      +
      +

      Delete

      delete a HorizontalPodAutoscaler

      HTTP Request

      -DELETE /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name} +

      DELETE /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}

      Path Parameters

      @@ -41690,10 +45833,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      202
      Status
      Accepted
      -

      Delete Collection

      +
      +
      +

      Delete Collection

      delete collection of HorizontalPodAutoscaler

      HTTP Request

      -DELETE /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers +

      DELETE /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers

      Path Parameters

      @@ -41734,11 +45879,15 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      200
      Status
      OK
      -

      Read Operations

      -

      Read

      +
      +
      +
      +

      Read Operations

      +
      +

      Read

      read the specified HorizontalPodAutoscaler

      HTTP Request

      -GET /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name} +

      GET /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}

      Path Parameters

      @@ -41761,10 +45910,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      200
      HorizontalPodAutoscaler
      OK
      -

      List

      +
      +
      +

      List

      list or watch objects of kind HorizontalPodAutoscaler

      HTTP Request

      -GET /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers +

      GET /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers

      Path Parameters

      @@ -41796,10 +45947,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      200
      HorizontalPodAutoscalerList
      OK
      -

      List All Namespaces

      +
      +
      +

      List All Namespaces

      list or watch objects of kind HorizontalPodAutoscaler

      HTTP Request

      -GET /apis/autoscaling/v1/horizontalpodautoscalers +

      GET /apis/autoscaling/v1/horizontalpodautoscalers

      Query Parameters

      @@ -41824,10 +45977,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      200
      HorizontalPodAutoscalerList
      OK
      -

      Watch

      +
      +
      +

      Watch

      watch changes to an object of kind HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

      HTTP Request

      -GET /apis/autoscaling/v1/watch/namespaces/{namespace}/horizontalpodautoscalers/{name} +

      GET /apis/autoscaling/v1/watch/namespaces/{namespace}/horizontalpodautoscalers/{name}

      Path Parameters

      @@ -41860,10 +46015,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Watch List

      +
      +
      +

      Watch List

      watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead.

      HTTP Request

      -GET /apis/autoscaling/v1/watch/namespaces/{namespace}/horizontalpodautoscalers +

      GET /apis/autoscaling/v1/watch/namespaces/{namespace}/horizontalpodautoscalers

      Path Parameters

      @@ -41895,10 +46052,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Watch List All Namespaces

      +
      +
      +

      Watch List All Namespaces

      watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead.

      HTTP Request

      -GET /apis/autoscaling/v1/watch/horizontalpodautoscalers +

      GET /apis/autoscaling/v1/watch/horizontalpodautoscalers

      Query Parameters

      @@ -41923,11 +46082,15 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Status Operations

      -

      Patch Status

      +
      +
      +
      +

      Status Operations

      +
      +

      Patch Status

      partially update status of the specified HorizontalPodAutoscaler

      HTTP Request

      -PATCH /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status +

      PATCH /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status

      Path Parameters

      @@ -41962,10 +46125,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      201
      HorizontalPodAutoscaler
      Created
      -

      Read Status

      +
      +
      +

      Read Status

      read status of the specified HorizontalPodAutoscaler

      HTTP Request

      -GET /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status +

      GET /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status

      Path Parameters

      @@ -41988,10 +46153,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      200
      HorizontalPodAutoscaler
      OK
      -

      Replace Status

      +
      +
      +

      Replace Status

      replace status of the specified HorizontalPodAutoscaler

      HTTP Request

      -PUT /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status +

      PUT /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status

      Path Parameters

      @@ -42025,7 +46192,11 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      201
      HorizontalPodAutoscaler
      Created
      -

      LimitResponse v1beta2 flowcontrol.apiserver.k8s.io

      +
      +
      +
    +
    +

    LimitResponse v1beta2 flowcontrol.apiserver.k8s.io

    @@ -42047,7 +46218,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    type
    string
    `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
    -

    LimitedPriorityLevelConfiguration v1beta2 flowcontrol.apiserver.k8s.io

    +
    +
    +

    LimitedPriorityLevelConfiguration v1beta2 flowcontrol.apiserver.k8s.io

    @@ -42071,7 +46244,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    limitResponse
    LimitResponse
    `limitResponse` indicates what to do with requests that can not be executed right now
    -

    MatchCondition v1beta1 admissionregistration.k8s.io

    +
    +
    +

    MatchCondition v1beta1 admissionregistration.k8s.io

    @@ -42094,7 +46269,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    name
    string
    Name is an identifier for this match condition, used for strategic merging of MatchConditions, as well as providing an identifier for logging purposes. A good name should be descriptive of the associated expression. Name must be a qualified name consisting of alphanumeric characters, '-', '_' or '.', and must start and end with an alphanumeric character (e.g. 'MyName', or 'my.name', or '123-abc', regex used for validation is '([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9]') with an optional DNS subdomain prefix and '/' (e.g. 'example.com/MyName') Required.
    -

    MatchCondition v1alpha1 admissionregistration.k8s.io

    +
    +
    +

    MatchCondition v1alpha1 admissionregistration.k8s.io

    @@ -42117,7 +46294,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    name
    string
    Name is an identifier for this match condition, used for strategic merging of MatchConditions, as well as providing an identifier for logging purposes. A good name should be descriptive of the associated expression. Name must be a qualified name consisting of alphanumeric characters, '-', '_' or '.', and must start and end with an alphanumeric character (e.g. 'MyName', or 'my.name', or '123-abc', regex used for validation is '([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9]') with an optional DNS subdomain prefix and '/' (e.g. 'example.com/MyName') Required.
    -

    MatchResources v1alpha1 admissionregistration.k8s.io

    +
    +
    +

    MatchResources v1alpha1 admissionregistration.k8s.io

    @@ -42143,7 +46322,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    resourceRules
    NamedRuleWithOperations array
    ResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy matches. The policy cares about an operation if it matches _any_ Rule.
    -

    NamedRuleWithOperations v1alpha1 admissionregistration.k8s.io

    +
    +
    +

    NamedRuleWithOperations v1alpha1 admissionregistration.k8s.io

    @@ -42169,7 +46350,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    scope
    string
    scope specifies the scope of this rule. Valid values are "Cluster", "Namespaced", and "*" "Cluster" means that only cluster-scoped resources will match this rule. Namespace API objects are cluster-scoped. "Namespaced" means that only namespaced resources will match this rule. "*" means that there are no scope restrictions. Subresources match the scope of their parent resource. Default is "*".
    -

    NonResourcePolicyRule v1beta2 flowcontrol.apiserver.k8s.io

    +
    +
    +

    NonResourcePolicyRule v1beta2 flowcontrol.apiserver.k8s.io

    @@ -42191,7 +46374,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    verbs
    string array
    `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required.
    -

    ParamKind v1alpha1 admissionregistration.k8s.io

    +
    +
    +

    ParamKind v1alpha1 admissionregistration.k8s.io

    @@ -42213,7 +46398,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    kind
    string
    Kind is the API kind the resources belong to. Required.
    -

    ParamRef v1alpha1 admissionregistration.k8s.io

    +
    +
    +

    ParamRef v1alpha1 admissionregistration.k8s.io

    @@ -42237,7 +46424,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    selector
    LabelSelector
    selector can be used to match multiple param objects based on their labels. Supply selector: {} to match all resources of the ParamKind. If multiple params are found, they are all evaluated with the policy expressions and the results are ANDed together. One of `name` or `selector` must be set, but `name` and `selector` are mutually exclusive properties. If one is set, the other must be unset.
    -

    PolicyRulesWithSubjects v1beta2 flowcontrol.apiserver.k8s.io

    +
    +
    +

    PolicyRulesWithSubjects v1beta2 flowcontrol.apiserver.k8s.io

    @@ -42260,7 +46449,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    subjects
    Subject array
    subjects is the list of normal user, serviceaccount, or group that this rule cares about. There must be at least one member in this slice. A slice that includes both the system:authenticated and system:unauthenticated user groups matches every request. Required.
    -

    PriorityLevelConfiguration v1beta2 flowcontrol.apiserver.k8s.io

    +
    +
    +

    PriorityLevelConfiguration v1beta2 flowcontrol.apiserver.k8s.io

    @@ -42285,7 +46476,8 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    status
    PriorityLevelConfigurationStatus
    `status` is the current status of a "request-priority". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
    -

    PriorityLevelConfigurationSpec v1beta2 flowcontrol

    +
    +

    PriorityLevelConfigurationSpec v1beta2 flowcontrol

    Appears In:
    • PriorityLevelConfiguration [flowcontrol/v1beta2]
    • @@ -42299,7 +46491,7 @@ The contents of the target Secret's Data field will be presented in a volume type
      string`type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required. -

      PriorityLevelConfigurationStatus v1beta2 flowcontrol

      +

      PriorityLevelConfigurationStatus v1beta2 flowcontrol

      Appears In:
      • PriorityLevelConfiguration [flowcontrol/v1beta2]
      • @@ -42311,7 +46503,7 @@ The contents of the target Secret's Data field will be presented in a volume conditions
        PriorityLevelConfigurationCondition array`conditions` is the current state of "request-priority". -

        PriorityLevelConfigurationList v1beta2 flowcontrol

        +

        PriorityLevelConfigurationList v1beta2 flowcontrol

        @@ -42321,11 +46513,14 @@ The contents of the target Secret's Data field will be presented in a volume
        FieldDescription
        metadata
        ListMeta
        `metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
        -

        Write Operations

        -

        Create

        +
      +
      +

      Write Operations

      +
      +

      Create

      create a PriorityLevelConfiguration

      HTTP Request

      -POST /apis/flowcontrol.apiserver.k8s.io/v1beta2/prioritylevelconfigurations +

      POST /apis/flowcontrol.apiserver.k8s.io/v1beta2/prioritylevelconfigurations

      Query Parameters

      @@ -42352,10 +46547,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      202
      PriorityLevelConfiguration
      Accepted
      -

      Patch

      +
      +
      +

      Patch

      partially update the specified PriorityLevelConfiguration

      HTTP Request

      -PATCH /apis/flowcontrol.apiserver.k8s.io/v1beta2/prioritylevelconfigurations/{name} +

      PATCH /apis/flowcontrol.apiserver.k8s.io/v1beta2/prioritylevelconfigurations/{name}

      Path Parameters

      @@ -42389,10 +46586,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      201
      PriorityLevelConfiguration
      Created
      -

      Replace

      +
      +
      +

      Replace

      replace the specified PriorityLevelConfiguration

      HTTP Request

      -PUT /apis/flowcontrol.apiserver.k8s.io/v1beta2/prioritylevelconfigurations/{name} +

      PUT /apis/flowcontrol.apiserver.k8s.io/v1beta2/prioritylevelconfigurations/{name}

      Path Parameters

      @@ -42425,10 +46624,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      201
      PriorityLevelConfiguration
      Created
      -

      Delete

      +
      +
      +

      Delete

      delete a PriorityLevelConfiguration

      HTTP Request

      -DELETE /apis/flowcontrol.apiserver.k8s.io/v1beta2/prioritylevelconfigurations/{name} +

      DELETE /apis/flowcontrol.apiserver.k8s.io/v1beta2/prioritylevelconfigurations/{name}

      Path Parameters

      @@ -42462,10 +46663,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      202
      Status
      Accepted
      -

      Delete Collection

      +
      +
      +

      Delete Collection

      delete collection of PriorityLevelConfiguration

      HTTP Request

      -DELETE /apis/flowcontrol.apiserver.k8s.io/v1beta2/prioritylevelconfigurations +

      DELETE /apis/flowcontrol.apiserver.k8s.io/v1beta2/prioritylevelconfigurations

      Query Parameters

      @@ -42499,11 +46702,15 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      200
      Status
      OK
      -

      Read Operations

      -

      Read

      +
      +
      +
      +

      Read Operations

      +
      +

      Read

      read the specified PriorityLevelConfiguration

      HTTP Request

      -GET /apis/flowcontrol.apiserver.k8s.io/v1beta2/prioritylevelconfigurations/{name} +

      GET /apis/flowcontrol.apiserver.k8s.io/v1beta2/prioritylevelconfigurations/{name}

      Path Parameters

      @@ -42525,10 +46732,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      200
      PriorityLevelConfiguration
      OK
      -

      List

      +
      +
      +

      List

      list or watch objects of kind PriorityLevelConfiguration

      HTTP Request

      -GET /apis/flowcontrol.apiserver.k8s.io/v1beta2/prioritylevelconfigurations +

      GET /apis/flowcontrol.apiserver.k8s.io/v1beta2/prioritylevelconfigurations

      Query Parameters

      @@ -42553,10 +46762,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      200
      PriorityLevelConfigurationList
      OK
      -

      Watch

      +
      +
      +

      Watch

      watch changes to an object of kind PriorityLevelConfiguration. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

      HTTP Request

      -GET /apis/flowcontrol.apiserver.k8s.io/v1beta2/watch/prioritylevelconfigurations/{name} +

      GET /apis/flowcontrol.apiserver.k8s.io/v1beta2/watch/prioritylevelconfigurations/{name}

      Path Parameters

      @@ -42588,10 +46799,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Watch List

      +
      +
      +

      Watch List

      watch individual changes to a list of PriorityLevelConfiguration. deprecated: use the 'watch' parameter with a list operation instead.

      HTTP Request

      -GET /apis/flowcontrol.apiserver.k8s.io/v1beta2/watch/prioritylevelconfigurations +

      GET /apis/flowcontrol.apiserver.k8s.io/v1beta2/watch/prioritylevelconfigurations

      Query Parameters

      @@ -42616,11 +46829,15 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Status Operations

      -

      Patch Status

      +
      +
      +
      +

      Status Operations

      +
      +

      Patch Status

      partially update status of the specified PriorityLevelConfiguration

      HTTP Request

      -PATCH /apis/flowcontrol.apiserver.k8s.io/v1beta2/prioritylevelconfigurations/{name}/status +

      PATCH /apis/flowcontrol.apiserver.k8s.io/v1beta2/prioritylevelconfigurations/{name}/status

      Path Parameters

      @@ -42654,10 +46871,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      201
      PriorityLevelConfiguration
      Created
      -

      Read Status

      +
      +
      +

      Read Status

      read status of the specified PriorityLevelConfiguration

      HTTP Request

      -GET /apis/flowcontrol.apiserver.k8s.io/v1beta2/prioritylevelconfigurations/{name}/status +

      GET /apis/flowcontrol.apiserver.k8s.io/v1beta2/prioritylevelconfigurations/{name}/status

      Path Parameters

      @@ -42679,10 +46898,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      200
      PriorityLevelConfiguration
      OK
      -

      Replace Status

      +
      +
      +

      Replace Status

      replace status of the specified PriorityLevelConfiguration

      HTTP Request

      -PUT /apis/flowcontrol.apiserver.k8s.io/v1beta2/prioritylevelconfigurations/{name}/status +

      PUT /apis/flowcontrol.apiserver.k8s.io/v1beta2/prioritylevelconfigurations/{name}/status

      Path Parameters

      @@ -42715,7 +46936,11 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      201
      PriorityLevelConfiguration
      Created
      -

      PriorityLevelConfigurationCondition v1beta2 flowcontrol.apiserver.k8s.io

      +
      +
      +
    +
    +

    PriorityLevelConfigurationCondition v1beta2 flowcontrol.apiserver.k8s.io

    @@ -42740,7 +46965,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    type
    string
    `type` is the type of the condition. Required.
    -

    PriorityLevelConfigurationReference v1beta2 flowcontrol.apiserver.k8s.io

    +
    +
    +

    PriorityLevelConfigurationReference v1beta2 flowcontrol.apiserver.k8s.io

    @@ -42761,7 +46988,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    name
    string
    `name` is the name of the priority level configuration being referenced Required.
    -

    QueuingConfiguration v1beta2 flowcontrol.apiserver.k8s.io

    +
    +
    +

    QueuingConfiguration v1beta2 flowcontrol.apiserver.k8s.io

    @@ -42784,7 +47013,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    queues
    integer
    `queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64.
    -

    ResourceClaim v1alpha2 resource.k8s.io

    +
    +
    +

    ResourceClaim v1alpha2 resource.k8s.io

    @@ -42809,7 +47040,8 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    status
    ResourceClaimStatus
    Status describes whether the resource is available and with which attributes.
    -

    ResourceClaimSpec v1alpha2 resource

    +
    +

    ResourceClaimSpec v1alpha2 resource

    Appears In:
    • ResourceClaim [resource/v1alpha2]
    • @@ -42824,7 +47056,7 @@ The contents of the target Secret's Data field will be presented in a volume resourceClassName
      stringResourceClassName references the driver and additional parameters via the name of a ResourceClass that was created as part of the driver deployment. -

      ResourceClaimStatus v1alpha2 resource

      +

      ResourceClaimStatus v1alpha2 resource

      Appears In:
      • ResourceClaim [resource/v1alpha2]
      • @@ -42839,7 +47071,7 @@ The contents of the target Secret's Data field will be presented in a volume reservedFor
        ResourceClaimConsumerReference arrayReservedFor indicates which entities are currently allowed to use the claim. A Pod which references a ResourceClaim which is not reserved for that Pod will not be started. There can be at most 32 such reservations. This may get increased in the future, but not reduced. -

        ResourceClaimList v1alpha2 resource

        +

        ResourceClaimList v1alpha2 resource

        @@ -42849,11 +47081,14 @@ The contents of the target Secret's Data field will be presented in a volume
        FieldDescription
        metadata
        ListMeta
        Standard list metadata
        -

        Write Operations

        -

        Create

        +
      +
      +

      Write Operations

      +
      +

      Create

      create a ResourceClaim

      HTTP Request

      -POST /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaims +

      POST /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaims

      Path Parameters

      @@ -42887,10 +47122,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      202
      ResourceClaim
      Accepted
      -

      Patch

      +
      +
      +

      Patch

      partially update the specified ResourceClaim

      HTTP Request

      -PATCH /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaims/{name} +

      PATCH /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaims/{name}

      Path Parameters

      @@ -42925,10 +47162,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      201
      ResourceClaim
      Created
      -

      Replace

      +
      +
      +

      Replace

      replace the specified ResourceClaim

      HTTP Request

      -PUT /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaims/{name} +

      PUT /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaims/{name}

      Path Parameters

      @@ -42962,10 +47201,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      201
      ResourceClaim
      Created
      -

      Delete

      +
      +
      +

      Delete

      delete a ResourceClaim

      HTTP Request

      -DELETE /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaims/{name} +

      DELETE /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaims/{name}

      Path Parameters

      @@ -43000,10 +47241,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      202
      ResourceClaim
      Accepted
      -

      Delete Collection

      +
      +
      +

      Delete Collection

      delete collection of ResourceClaim

      HTTP Request

      -DELETE /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaims +

      DELETE /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaims

      Path Parameters

      @@ -43044,11 +47287,15 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      200
      Status
      OK
      -

      Read Operations

      -

      Read

      +
      +
      +
      +

      Read Operations

      +
      +

      Read

      read the specified ResourceClaim

      HTTP Request

      -GET /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaims/{name} +

      GET /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaims/{name}

      Path Parameters

      @@ -43071,10 +47318,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      200
      ResourceClaim
      OK
      -

      List

      +
      +
      +

      List

      list or watch objects of kind ResourceClaim

      HTTP Request

      -GET /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaims +

      GET /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaims

      Path Parameters

      @@ -43106,10 +47355,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      200
      ResourceClaimList
      OK
      -

      List All Namespaces

      +
      +
      +

      List All Namespaces

      list or watch objects of kind ResourceClaim

      HTTP Request

      -GET /apis/resource.k8s.io/v1alpha2/resourceclaims +

      GET /apis/resource.k8s.io/v1alpha2/resourceclaims

      Query Parameters

      @@ -43134,10 +47385,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      200
      ResourceClaimList
      OK
      -

      Watch

      +
      +
      +

      Watch

      watch changes to an object of kind ResourceClaim. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

      HTTP Request

      -GET /apis/resource.k8s.io/v1alpha2/watch/namespaces/{namespace}/resourceclaims/{name} +

      GET /apis/resource.k8s.io/v1alpha2/watch/namespaces/{namespace}/resourceclaims/{name}

      Path Parameters

      @@ -43170,10 +47423,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Watch List

      +
      +
      +

      Watch List

      watch individual changes to a list of ResourceClaim. deprecated: use the 'watch' parameter with a list operation instead.

      HTTP Request

      -GET /apis/resource.k8s.io/v1alpha2/watch/namespaces/{namespace}/resourceclaims +

      GET /apis/resource.k8s.io/v1alpha2/watch/namespaces/{namespace}/resourceclaims

      Path Parameters

      @@ -43205,10 +47460,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Watch List All Namespaces

      +
      +
      +

      Watch List All Namespaces

      watch individual changes to a list of ResourceClaim. deprecated: use the 'watch' parameter with a list operation instead.

      HTTP Request

      -GET /apis/resource.k8s.io/v1alpha2/watch/resourceclaims +

      GET /apis/resource.k8s.io/v1alpha2/watch/resourceclaims

      Query Parameters

      @@ -43233,11 +47490,15 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Status Operations

      -

      Patch Status

      +
      +
      +
      +

      Status Operations

      +
      +

      Patch Status

      partially update status of the specified ResourceClaim

      HTTP Request

      -PATCH /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaims/{name}/status +

      PATCH /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaims/{name}/status

      Path Parameters

      @@ -43272,10 +47533,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      201
      ResourceClaim
      Created
      -

      Read Status

      +
      +
      +

      Read Status

      read status of the specified ResourceClaim

      HTTP Request

      -GET /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaims/{name}/status +

      GET /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaims/{name}/status

      Path Parameters

      @@ -43298,10 +47561,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      200
      ResourceClaim
      OK
      -

      Replace Status

      +
      +
      +

      Replace Status

      replace status of the specified ResourceClaim

      HTTP Request

      -PUT /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaims/{name}/status +

      PUT /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaims/{name}/status

      Path Parameters

      @@ -43335,7 +47600,11 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      201
      ResourceClaim
      Created
      -

      ResourcePolicyRule v1beta2 flowcontrol.apiserver.k8s.io

      +
      +
      +
    +
    +

    ResourcePolicyRule v1beta2 flowcontrol.apiserver.k8s.io

    @@ -43360,7 +47629,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    verbs
    string array
    `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
    -

    SelfSubjectReview v1beta1 authentication.k8s.io

    +
    +
    +

    SelfSubjectReview v1beta1 authentication.k8s.io

    @@ -43380,7 +47651,8 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    status
    SelfSubjectReviewStatus
    Status is filled in by the server with the user attributes.
    -

    SelfSubjectReviewStatus v1beta1 authentication

    +
    +

    SelfSubjectReviewStatus v1beta1 authentication

    Appears In:
    +
    +

    Write Operations

    +
    +

    Create

    create a SelfSubjectReview

    HTTP Request

    -POST /apis/authentication.k8s.io/v1beta1/selfsubjectreviews +

    POST /apis/authentication.k8s.io/v1beta1/selfsubjectreviews

    Query Parameters

    @@ -43423,7 +47698,11 @@ The contents of the target Secret's Data field will be presented in a volume
    ParameterDescription
    202
    SelfSubjectReview
    Accepted
    -

    SelfSubjectReview v1alpha1 authentication.k8s.io

    +
    +
    +
    +
    +

    SelfSubjectReview v1alpha1 authentication.k8s.io

    @@ -43443,7 +47722,8 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    status
    SelfSubjectReviewStatus
    Status is filled in by the server with the user attributes.
    -

    SelfSubjectReviewStatus v1alpha1 authentication

    +
    +

    SelfSubjectReviewStatus v1alpha1 authentication

    Appears In:
    +
    +

    Write Operations

    +
    +

    Create

    create a SelfSubjectReview

    HTTP Request

    -POST /apis/authentication.k8s.io/v1alpha1/selfsubjectreviews +

    POST /apis/authentication.k8s.io/v1alpha1/selfsubjectreviews

    Query Parameters

    @@ -43486,7 +47769,11 @@ The contents of the target Secret's Data field will be presented in a volume
    ParameterDescription
    202
    SelfSubjectReview
    Accepted
    -

    ServiceAccountSubject v1beta2 flowcontrol.apiserver.k8s.io

    +
    +
    +
    +
    +

    ServiceAccountSubject v1beta2 flowcontrol.apiserver.k8s.io

    @@ -43508,7 +47795,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    namespace
    string
    `namespace` is the namespace of matching ServiceAccount objects. Required.
    -

    ServiceReference v1 apiextensions.k8s.io

    +
    +
    +

    ServiceReference v1 apiextensions.k8s.io

    @@ -43529,7 +47818,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    port
    integer
    port is an optional service port at which the webhook will be contacted. `port` should be a valid port number (1-65535, inclusive). Defaults to 443 for backward compatibility.
    -

    ServiceReference v1 apiregistration.k8s.io

    +
    +
    +

    ServiceReference v1 apiregistration.k8s.io

    @@ -43549,7 +47840,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    port
    integer
    If specified, the port on the service that hosting webhook. Default to 443 for backward compatibility. `port` should be a valid port number (1-65535, inclusive).
    -

    Subject v1 rbac.authorization.k8s.io

    +
    +
    +

    Subject v1 rbac.authorization.k8s.io

    @@ -43575,7 +47868,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    namespace
    string
    Namespace of the referenced object. If the object kind is non-namespace, such as "User" or "Group", and this value is not empty the Authorizer should report an error.
    -

    Subject v1beta2 flowcontrol.apiserver.k8s.io

    +
    +
    +

    Subject v1beta2 flowcontrol.apiserver.k8s.io

    @@ -43600,7 +47895,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    user
    UserSubject
    `user` matches based on username.
    -

    TokenRequest v1 storage.k8s.io

    +
    +
    +

    TokenRequest v1 storage.k8s.io

    @@ -43619,7 +47916,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    expirationSeconds
    integer
    expirationSeconds is the duration of validity of the token in "TokenRequestSpec". It has the same default value of "ExpirationSeconds" in "TokenRequestSpec".
    -

    TypeChecking v1alpha1 admissionregistration.k8s.io

    +
    +
    +

    TypeChecking v1alpha1 admissionregistration.k8s.io

    @@ -43640,7 +47939,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    expressionWarnings
    ExpressionWarning array
    The type checking warnings for each expression.
    -

    UserSubject v1beta2 flowcontrol.apiserver.k8s.io

    +
    +
    +

    UserSubject v1beta2 flowcontrol.apiserver.k8s.io

    @@ -43661,7 +47962,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    name
    string
    `name` is the username that matches, or "*" to match all usernames. Required.
    -

    ValidatingAdmissionPolicy v1alpha1 admissionregistration.k8s.io

    +
    +
    +

    ValidatingAdmissionPolicy v1alpha1 admissionregistration.k8s.io

    @@ -43686,7 +47989,8 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    status
    ValidatingAdmissionPolicyStatus
    The status of the ValidatingAdmissionPolicy, including warnings that are useful to determine if the policy behaves in the expected way. Populated by the system. Read-only.
    -

    ValidatingAdmissionPolicySpec v1alpha1 admissionregistration

    +
    +

    ValidatingAdmissionPolicySpec v1alpha1 admissionregistration

    Appears In:
    • ValidatingAdmissionPolicy [admissionregistration/v1alpha1]
    • @@ -43704,7 +48008,7 @@ The contents of the target Secret's Data field will be presented in a volume variables
      Variable array
      patch strategy: merge
      patch merge key: nameVariables contain definitions of variables that can be used in composition of other expressions. Each variable is defined as a named CEL expression. The variables defined here will be available under `variables` in other expressions of the policy except MatchConditions because MatchConditions are evaluated before the rest of the policy. The expression of a variable can refer to other variables defined earlier in the list but not those after. Thus, Variables must be sorted by the order of first appearance and acyclic. -

      ValidatingAdmissionPolicyStatus v1alpha1 admissionregistration

      +

      ValidatingAdmissionPolicyStatus v1alpha1 admissionregistration

      Appears In:
      • ValidatingAdmissionPolicy [admissionregistration/v1alpha1]
      • @@ -43718,7 +48022,7 @@ The contents of the target Secret's Data field will be presented in a volume typeChecking
        TypeCheckingThe results of type checking for each expression. Presence of this field indicates the completion of the type checking. -

        ValidatingAdmissionPolicyList v1alpha1 admissionregistration

        +

        ValidatingAdmissionPolicyList v1alpha1 admissionregistration

        @@ -43728,11 +48032,14 @@ The contents of the target Secret's Data field will be presented in a volume
        FieldDescription
        metadata
        ListMeta
        Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
        -

        Write Operations

        -

        Create

        +
      +
      +

      Write Operations

      +
      +

      Create

      create a ValidatingAdmissionPolicy

      HTTP Request

      -POST /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicies +

      POST /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicies

      Query Parameters

      @@ -43759,10 +48066,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      202
      ValidatingAdmissionPolicy
      Accepted
      -

      Patch

      +
      +
      +

      Patch

      partially update the specified ValidatingAdmissionPolicy

      HTTP Request

      -PATCH /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicies/{name} +

      PATCH /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicies/{name}

      Path Parameters

      @@ -43796,10 +48105,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      201
      ValidatingAdmissionPolicy
      Created
      -

      Replace

      +
      +
      +

      Replace

      replace the specified ValidatingAdmissionPolicy

      HTTP Request

      -PUT /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicies/{name} +

      PUT /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicies/{name}

      Path Parameters

      @@ -43832,10 +48143,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      201
      ValidatingAdmissionPolicy
      Created
      -

      Delete

      +
      +
      +

      Delete

      delete a ValidatingAdmissionPolicy

      HTTP Request

      -DELETE /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicies/{name} +

      DELETE /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicies/{name}

      Path Parameters

      @@ -43869,10 +48182,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      202
      Status
      Accepted
      -

      Delete Collection

      +
      +
      +

      Delete Collection

      delete collection of ValidatingAdmissionPolicy

      HTTP Request

      -DELETE /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicies +

      DELETE /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicies

      Query Parameters

      @@ -43906,11 +48221,15 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      200
      Status
      OK
      -

      Read Operations

      -

      Read

      +
      +
      +
      +

      Read Operations

      +
      +

      Read

      read the specified ValidatingAdmissionPolicy

      HTTP Request

      -GET /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicies/{name} +

      GET /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicies/{name}

      Path Parameters

      @@ -43932,10 +48251,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      200
      ValidatingAdmissionPolicy
      OK
      -

      List

      +
      +
      +

      List

      list or watch objects of kind ValidatingAdmissionPolicy

      HTTP Request

      -GET /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicies +

      GET /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicies

      Query Parameters

      @@ -43960,10 +48281,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      200
      ValidatingAdmissionPolicyList
      OK
      -

      Watch

      +
      +
      +

      Watch

      watch changes to an object of kind ValidatingAdmissionPolicy. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

      HTTP Request

      -GET /apis/admissionregistration.k8s.io/v1alpha1/watch/validatingadmissionpolicies/{name} +

      GET /apis/admissionregistration.k8s.io/v1alpha1/watch/validatingadmissionpolicies/{name}

      Path Parameters

      @@ -43995,10 +48318,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Watch List

      +
      +
      +

      Watch List

      watch individual changes to a list of ValidatingAdmissionPolicy. deprecated: use the 'watch' parameter with a list operation instead.

      HTTP Request

      -GET /apis/admissionregistration.k8s.io/v1alpha1/watch/validatingadmissionpolicies +

      GET /apis/admissionregistration.k8s.io/v1alpha1/watch/validatingadmissionpolicies

      Query Parameters

      @@ -44023,11 +48348,15 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      200
      WatchEvent
      OK
      -

      Status Operations

      -

      Patch Status

      +
      +
      +
      +

      Status Operations

      +
      +

      Patch Status

      partially update status of the specified ValidatingAdmissionPolicy

      HTTP Request

      -PATCH /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicies/{name}/status +

      PATCH /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicies/{name}/status

      Path Parameters

      @@ -44061,10 +48390,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      201
      ValidatingAdmissionPolicy
      Created
      -

      Read Status

      +
      +
      +

      Read Status

      read status of the specified ValidatingAdmissionPolicy

      HTTP Request

      -GET /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicies/{name}/status +

      GET /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicies/{name}/status

      Path Parameters

      @@ -44086,10 +48417,12 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      200
      ValidatingAdmissionPolicy
      OK
      -

      Replace Status

      +
      +
      +

      Replace Status

      replace status of the specified ValidatingAdmissionPolicy

      HTTP Request

      -PUT /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicies/{name}/status +

      PUT /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicies/{name}/status

      Path Parameters

      @@ -44122,7 +48455,11 @@ The contents of the target Secret's Data field will be presented in a volume
      ParameterDescription
      201
      ValidatingAdmissionPolicy
      Created
      -

      ValidatingAdmissionPolicyBinding v1alpha1 admissionregistration.k8s.io

      +
      +
      +
    +
    +

    ValidatingAdmissionPolicyBinding v1alpha1 admissionregistration.k8s.io

    @@ -44146,7 +48483,8 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    spec
    ValidatingAdmissionPolicyBindingSpec
    Specification of the desired behavior of the ValidatingAdmissionPolicyBinding.
    -

    ValidatingAdmissionPolicyBindingSpec v1alpha1 admissionregistration

    +
    +

    ValidatingAdmissionPolicyBindingSpec v1alpha1 admissionregistration

    Appears In:
    • ValidatingAdmissionPolicyBinding [admissionregistration/v1alpha1]
    • @@ -44161,7 +48499,7 @@ The contents of the target Secret's Data field will be presented in a volume validationActions
      string arrayvalidationActions declares how Validations of the referenced ValidatingAdmissionPolicy are enforced. If a validation evaluates to false it is always enforced according to these actions. Failures defined by the ValidatingAdmissionPolicy's FailurePolicy are enforced according to these actions only if the FailurePolicy is set to Fail, otherwise the failures are ignored. This includes compilation errors, runtime errors and misconfigurations of the policy. validationActions is declared as a set of action values. Order does not matter. validationActions may not contain duplicates of the same action. The supported actions values are: "Deny" specifies that a validation failure results in a denied request. "Warn" specifies that a validation failure is reported to the request client in HTTP Warning headers, with a warning code of 299. Warnings can be sent both for allowed or denied admission responses. "Audit" specifies that a validation failure is included in the published audit event for the request. The audit event will contain a `validation.policy.admission.k8s.io/validation_failure` audit annotation with a value containing the details of the validation failures, formatted as a JSON list of objects, each with the following fields: - message: The validation failure message string - policy: The resource name of the ValidatingAdmissionPolicy - binding: The resource name of the ValidatingAdmissionPolicyBinding - expressionIndex: The index of the failed validations in the ValidatingAdmissionPolicy - validationActions: The enforcement actions enacted for the validation failure Example audit annotation: `"validation.policy.admission.k8s.io/validation_failure": "[{"message": "Invalid value", {"policy": "policy.example.com", {"binding": "policybinding.example.com", {"expressionIndex": "1", {"validationActions": ["Audit"]}]"` Clients should expect to handle additional values by ignoring any values not recognized. "Deny" and "Warn" may not be used together since this combination needlessly duplicates the validation failure both in the API response body and the HTTP warning headers. Required. -

      ValidatingAdmissionPolicyBindingList v1alpha1 admissionregistration

      +

      ValidatingAdmissionPolicyBindingList v1alpha1 admissionregistration

      @@ -44171,11 +48509,14 @@ The contents of the target Secret's Data field will be presented in a volume
      FieldDescription
      metadata
      ListMeta
      Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
      -

      Write Operations

      -

      Create

      +
    +
    +

    Write Operations

    +
    +

    Create

    create a ValidatingAdmissionPolicyBinding

    HTTP Request

    -POST /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicybindings +

    POST /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicybindings

    Query Parameters

    @@ -44202,10 +48543,12 @@ The contents of the target Secret's Data field will be presented in a volume
    ParameterDescription
    202
    ValidatingAdmissionPolicyBinding
    Accepted
    -

    Patch

    +
    +
    +

    Patch

    partially update the specified ValidatingAdmissionPolicyBinding

    HTTP Request

    -PATCH /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicybindings/{name} +

    PATCH /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicybindings/{name}

    Path Parameters

    @@ -44239,10 +48582,12 @@ The contents of the target Secret's Data field will be presented in a volume
    ParameterDescription
    201
    ValidatingAdmissionPolicyBinding
    Created
    -

    Replace

    +
    +
    +

    Replace

    replace the specified ValidatingAdmissionPolicyBinding

    HTTP Request

    -PUT /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicybindings/{name} +

    PUT /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicybindings/{name}

    Path Parameters

    @@ -44275,10 +48620,12 @@ The contents of the target Secret's Data field will be presented in a volume
    ParameterDescription
    201
    ValidatingAdmissionPolicyBinding
    Created
    -

    Delete

    +
    +
    +

    Delete

    delete a ValidatingAdmissionPolicyBinding

    HTTP Request

    -DELETE /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicybindings/{name} +

    DELETE /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicybindings/{name}

    Path Parameters

    @@ -44312,10 +48659,12 @@ The contents of the target Secret's Data field will be presented in a volume
    ParameterDescription
    202
    Status
    Accepted
    -

    Delete Collection

    +
    +
    +

    Delete Collection

    delete collection of ValidatingAdmissionPolicyBinding

    HTTP Request

    -DELETE /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicybindings +

    DELETE /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicybindings

    Query Parameters

    @@ -44349,11 +48698,15 @@ The contents of the target Secret's Data field will be presented in a volume
    ParameterDescription
    200
    Status
    OK
    -

    Read Operations

    -

    Read

    +
    +
    +
    +

    Read Operations

    +
    +

    Read

    read the specified ValidatingAdmissionPolicyBinding

    HTTP Request

    -GET /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicybindings/{name} +

    GET /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicybindings/{name}

    Path Parameters

    @@ -44375,10 +48728,12 @@ The contents of the target Secret's Data field will be presented in a volume
    ParameterDescription
    200
    ValidatingAdmissionPolicyBinding
    OK
    -

    List

    +
    +
    +

    List

    list or watch objects of kind ValidatingAdmissionPolicyBinding

    HTTP Request

    -GET /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicybindings +

    GET /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicybindings

    Query Parameters

    @@ -44403,10 +48758,12 @@ The contents of the target Secret's Data field will be presented in a volume
    ParameterDescription
    200
    ValidatingAdmissionPolicyBindingList
    OK
    -

    Watch

    +
    +
    +

    Watch

    watch changes to an object of kind ValidatingAdmissionPolicyBinding. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

    HTTP Request

    -GET /apis/admissionregistration.k8s.io/v1alpha1/watch/validatingadmissionpolicybindings/{name} +

    GET /apis/admissionregistration.k8s.io/v1alpha1/watch/validatingadmissionpolicybindings/{name}

    Path Parameters

    @@ -44438,10 +48795,12 @@ The contents of the target Secret's Data field will be presented in a volume
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Watch List

    +
    +
    +

    Watch List

    watch individual changes to a list of ValidatingAdmissionPolicyBinding. deprecated: use the 'watch' parameter with a list operation instead.

    HTTP Request

    -GET /apis/admissionregistration.k8s.io/v1alpha1/watch/validatingadmissionpolicybindings +

    GET /apis/admissionregistration.k8s.io/v1alpha1/watch/validatingadmissionpolicybindings

    Query Parameters

    @@ -44466,7 +48825,11 @@ The contents of the target Secret's Data field will be presented in a volume
    ParameterDescription
    200
    WatchEvent
    OK
    -

    Validation v1alpha1 admissionregistration.k8s.io

    +
    +
    +
    +
    +

    Validation v1alpha1 admissionregistration.k8s.io

    @@ -44490,7 +48853,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    reason
    string
    Reason represents a machine-readable description of why this validation failed. If this is the first validation in the list to fail, this reason, as well as the corresponding HTTP response code, are used in the HTTP response to the client. The currently supported reasons are: "Unauthorized", "Forbidden", "Invalid", "RequestEntityTooLarge". If not set, StatusReasonInvalid is used in the response to the client.
    -

    Variable v1alpha1 admissionregistration.k8s.io

    +
    +
    +

    Variable v1alpha1 admissionregistration.k8s.io

    @@ -44512,7 +48877,9 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    name
    string
    Name is the name of the variable. The name must be a valid CEL identifier and unique among all variables. The variable can be accessed in other expressions through `variables` For example, if name is "foo", the variable will be available as `variables.foo`
    -

    WebhookClientConfig v1 apiextensions.k8s.io

    +
    +
    +

    WebhookClientConfig v1 apiextensions.k8s.io

    @@ -44532,6 +48899,7 @@ The contents of the target Secret's Data field will be presented in a volume
    GroupVersionKind
    url
    string
    url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified. The `host` should not refer to a service running in the cluster; use the `service` field instead. The host might be resolved via external DNS in some apiservers (e.g., `kube-apiserver` cannot resolve in-cluster DNS as that would be a layering violation). `host` may also be an IP address. Please note that using `localhost` or `127.0.0.1` as a `host` is risky unless you take great care to run this webhook on all hosts which run an apiserver which might need to make calls to this webhook. Such installs are likely to be non-portable, i.e., not easy to turn up in a new cluster. The scheme must be "https"; the URL must begin with "https://". A path is optional, and if present may be any string permissible in a URL. You may use the path to pass an arbitrary string to the webhook, for example, a cluster identifier. Attempting to use a user or basic auth e.g. "user:password@" is not allowed. Fragments ("#...") and query parameters ("?...") are not allowed, either.
    +
    @@ -44539,7 +48907,6 @@ The contents of the target Secret's Data field will be presented in a volume - - + diff --git a/static/docs/reference/generated/kubernetes-api/v1.28/navData.js b/static/docs/reference/generated/kubernetes-api/v1.28/navData.js deleted file mode 100644 index 966a0102c6..0000000000 --- a/static/docs/reference/generated/kubernetes-api/v1.28/navData.js +++ /dev/null @@ -1 +0,0 @@ -(function(){navData={"toc":[{"section":"webhookclientconfig-v1-apiextensions-k8s-io","subsections":[]},{"section":"variable-v1alpha1-admissionregistration-k8s-io","subsections":[]},{"section":"validation-v1alpha1-admissionregistration-k8s-io","subsections":[]},{"section":"validatingadmissionpolicybinding-v1alpha1-admissionregistration-k8s-io","subsections":[{"section":"-strong-read-operations-validatingadmissionpolicybinding-v1alpha1-admissionregistration-k8s-io-strong-","subsections":[{"section":"watch-list-validatingadmissionpolicybinding-v1alpha1-admissionregistration-k8s-io","subsections":[]},{"section":"watch-validatingadmissionpolicybinding-v1alpha1-admissionregistration-k8s-io","subsections":[]},{"section":"list-validatingadmissionpolicybinding-v1alpha1-admissionregistration-k8s-io","subsections":[]},{"section":"read-validatingadmissionpolicybinding-v1alpha1-admissionregistration-k8s-io","subsections":[]}]},{"section":"-strong-write-operations-validatingadmissionpolicybinding-v1alpha1-admissionregistration-k8s-io-strong-","subsections":[{"section":"delete-collection-validatingadmissionpolicybinding-v1alpha1-admissionregistration-k8s-io","subsections":[]},{"section":"delete-validatingadmissionpolicybinding-v1alpha1-admissionregistration-k8s-io","subsections":[]},{"section":"replace-validatingadmissionpolicybinding-v1alpha1-admissionregistration-k8s-io","subsections":[]},{"section":"patch-validatingadmissionpolicybinding-v1alpha1-admissionregistration-k8s-io","subsections":[]},{"section":"create-validatingadmissionpolicybinding-v1alpha1-admissionregistration-k8s-io","subsections":[]}]}]},{"section":"validatingadmissionpolicy-v1alpha1-admissionregistration-k8s-io","subsections":[{"section":"-strong-status-operations-validatingadmissionpolicy-v1alpha1-admissionregistration-k8s-io-strong-","subsections":[{"section":"replace-status-validatingadmissionpolicy-v1alpha1-admissionregistration-k8s-io","subsections":[]},{"section":"read-status-validatingadmissionpolicy-v1alpha1-admissionregistration-k8s-io","subsections":[]},{"section":"patch-status-validatingadmissionpolicy-v1alpha1-admissionregistration-k8s-io","subsections":[]}]},{"section":"-strong-read-operations-validatingadmissionpolicy-v1alpha1-admissionregistration-k8s-io-strong-","subsections":[{"section":"watch-list-validatingadmissionpolicy-v1alpha1-admissionregistration-k8s-io","subsections":[]},{"section":"watch-validatingadmissionpolicy-v1alpha1-admissionregistration-k8s-io","subsections":[]},{"section":"list-validatingadmissionpolicy-v1alpha1-admissionregistration-k8s-io","subsections":[]},{"section":"read-validatingadmissionpolicy-v1alpha1-admissionregistration-k8s-io","subsections":[]}]},{"section":"-strong-write-operations-validatingadmissionpolicy-v1alpha1-admissionregistration-k8s-io-strong-","subsections":[{"section":"delete-collection-validatingadmissionpolicy-v1alpha1-admissionregistration-k8s-io","subsections":[]},{"section":"delete-validatingadmissionpolicy-v1alpha1-admissionregistration-k8s-io","subsections":[]},{"section":"replace-validatingadmissionpolicy-v1alpha1-admissionregistration-k8s-io","subsections":[]},{"section":"patch-validatingadmissionpolicy-v1alpha1-admissionregistration-k8s-io","subsections":[]},{"section":"create-validatingadmissionpolicy-v1alpha1-admissionregistration-k8s-io","subsections":[]}]}]},{"section":"usersubject-v1beta2-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"typechecking-v1alpha1-admissionregistration-k8s-io","subsections":[]},{"section":"tokenrequest-v1-storage-k8s-io","subsections":[]},{"section":"subject-v1beta2-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"subject-v1-rbac-authorization-k8s-io","subsections":[]},{"section":"servicereference-v1-apiregistration-k8s-io","subsections":[]},{"section":"servicereference-v1-apiextensions-k8s-io","subsections":[]},{"section":"serviceaccountsubject-v1beta2-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"selfsubjectreview-v1alpha1-authentication-k8s-io","subsections":[{"section":"-strong-write-operations-selfsubjectreview-v1alpha1-authentication-k8s-io-strong-","subsections":[{"section":"create-selfsubjectreview-v1alpha1-authentication-k8s-io","subsections":[]}]}]},{"section":"selfsubjectreview-v1beta1-authentication-k8s-io","subsections":[{"section":"-strong-write-operations-selfsubjectreview-v1beta1-authentication-k8s-io-strong-","subsections":[{"section":"create-selfsubjectreview-v1beta1-authentication-k8s-io","subsections":[]}]}]},{"section":"resourcepolicyrule-v1beta2-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"resourceclaim-v1alpha2-resource-k8s-io","subsections":[{"section":"-strong-status-operations-resourceclaim-v1alpha2-resource-k8s-io-strong-","subsections":[{"section":"replace-status-resourceclaim-v1alpha2-resource-k8s-io","subsections":[]},{"section":"read-status-resourceclaim-v1alpha2-resource-k8s-io","subsections":[]},{"section":"patch-status-resourceclaim-v1alpha2-resource-k8s-io","subsections":[]}]},{"section":"-strong-read-operations-resourceclaim-v1alpha2-resource-k8s-io-strong-","subsections":[{"section":"watch-list-all-namespaces-resourceclaim-v1alpha2-resource-k8s-io","subsections":[]},{"section":"watch-list-resourceclaim-v1alpha2-resource-k8s-io","subsections":[]},{"section":"watch-resourceclaim-v1alpha2-resource-k8s-io","subsections":[]},{"section":"list-all-namespaces-resourceclaim-v1alpha2-resource-k8s-io","subsections":[]},{"section":"list-resourceclaim-v1alpha2-resource-k8s-io","subsections":[]},{"section":"read-resourceclaim-v1alpha2-resource-k8s-io","subsections":[]}]},{"section":"-strong-write-operations-resourceclaim-v1alpha2-resource-k8s-io-strong-","subsections":[{"section":"delete-collection-resourceclaim-v1alpha2-resource-k8s-io","subsections":[]},{"section":"delete-resourceclaim-v1alpha2-resource-k8s-io","subsections":[]},{"section":"replace-resourceclaim-v1alpha2-resource-k8s-io","subsections":[]},{"section":"patch-resourceclaim-v1alpha2-resource-k8s-io","subsections":[]},{"section":"create-resourceclaim-v1alpha2-resource-k8s-io","subsections":[]}]}]},{"section":"queuingconfiguration-v1beta2-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"prioritylevelconfigurationreference-v1beta2-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"prioritylevelconfigurationcondition-v1beta2-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"prioritylevelconfiguration-v1beta2-flowcontrol-apiserver-k8s-io","subsections":[{"section":"-strong-status-operations-prioritylevelconfiguration-v1beta2-flowcontrol-apiserver-k8s-io-strong-","subsections":[{"section":"replace-status-prioritylevelconfiguration-v1beta2-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"read-status-prioritylevelconfiguration-v1beta2-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"patch-status-prioritylevelconfiguration-v1beta2-flowcontrol-apiserver-k8s-io","subsections":[]}]},{"section":"-strong-read-operations-prioritylevelconfiguration-v1beta2-flowcontrol-apiserver-k8s-io-strong-","subsections":[{"section":"watch-list-prioritylevelconfiguration-v1beta2-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"watch-prioritylevelconfiguration-v1beta2-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"list-prioritylevelconfiguration-v1beta2-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"read-prioritylevelconfiguration-v1beta2-flowcontrol-apiserver-k8s-io","subsections":[]}]},{"section":"-strong-write-operations-prioritylevelconfiguration-v1beta2-flowcontrol-apiserver-k8s-io-strong-","subsections":[{"section":"delete-collection-prioritylevelconfiguration-v1beta2-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"delete-prioritylevelconfiguration-v1beta2-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"replace-prioritylevelconfiguration-v1beta2-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"patch-prioritylevelconfiguration-v1beta2-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"create-prioritylevelconfiguration-v1beta2-flowcontrol-apiserver-k8s-io","subsections":[]}]}]},{"section":"policyruleswithsubjects-v1beta2-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"paramref-v1alpha1-admissionregistration-k8s-io","subsections":[]},{"section":"paramkind-v1alpha1-admissionregistration-k8s-io","subsections":[]},{"section":"nonresourcepolicyrule-v1beta2-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"namedrulewithoperations-v1alpha1-admissionregistration-k8s-io","subsections":[]},{"section":"matchresources-v1alpha1-admissionregistration-k8s-io","subsections":[]},{"section":"matchcondition-v1alpha1-admissionregistration-k8s-io","subsections":[]},{"section":"matchcondition-v1beta1-admissionregistration-k8s-io","subsections":[]},{"section":"limitedprioritylevelconfiguration-v1beta2-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"limitresponse-v1beta2-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"horizontalpodautoscaler-v1-autoscaling","subsections":[{"section":"-strong-status-operations-horizontalpodautoscaler-v1-autoscaling-strong-","subsections":[{"section":"replace-status-horizontalpodautoscaler-v1-autoscaling","subsections":[]},{"section":"read-status-horizontalpodautoscaler-v1-autoscaling","subsections":[]},{"section":"patch-status-horizontalpodautoscaler-v1-autoscaling","subsections":[]}]},{"section":"-strong-read-operations-horizontalpodautoscaler-v1-autoscaling-strong-","subsections":[{"section":"watch-list-all-namespaces-horizontalpodautoscaler-v1-autoscaling","subsections":[]},{"section":"watch-list-horizontalpodautoscaler-v1-autoscaling","subsections":[]},{"section":"watch-horizontalpodautoscaler-v1-autoscaling","subsections":[]},{"section":"list-all-namespaces-horizontalpodautoscaler-v1-autoscaling","subsections":[]},{"section":"list-horizontalpodautoscaler-v1-autoscaling","subsections":[]},{"section":"read-horizontalpodautoscaler-v1-autoscaling","subsections":[]}]},{"section":"-strong-write-operations-horizontalpodautoscaler-v1-autoscaling-strong-","subsections":[{"section":"delete-collection-horizontalpodautoscaler-v1-autoscaling","subsections":[]},{"section":"delete-horizontalpodautoscaler-v1-autoscaling","subsections":[]},{"section":"replace-horizontalpodautoscaler-v1-autoscaling","subsections":[]},{"section":"patch-horizontalpodautoscaler-v1-autoscaling","subsections":[]},{"section":"create-horizontalpodautoscaler-v1-autoscaling","subsections":[]}]}]},{"section":"groupsubject-v1beta2-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"flowschemacondition-v1beta2-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"flowschema-v1beta2-flowcontrol-apiserver-k8s-io","subsections":[{"section":"-strong-status-operations-flowschema-v1beta2-flowcontrol-apiserver-k8s-io-strong-","subsections":[{"section":"replace-status-flowschema-v1beta2-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"read-status-flowschema-v1beta2-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"patch-status-flowschema-v1beta2-flowcontrol-apiserver-k8s-io","subsections":[]}]},{"section":"-strong-read-operations-flowschema-v1beta2-flowcontrol-apiserver-k8s-io-strong-","subsections":[{"section":"watch-list-flowschema-v1beta2-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"watch-flowschema-v1beta2-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"list-flowschema-v1beta2-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"read-flowschema-v1beta2-flowcontrol-apiserver-k8s-io","subsections":[]}]},{"section":"-strong-write-operations-flowschema-v1beta2-flowcontrol-apiserver-k8s-io-strong-","subsections":[{"section":"delete-collection-flowschema-v1beta2-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"delete-flowschema-v1beta2-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"replace-flowschema-v1beta2-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"patch-flowschema-v1beta2-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"create-flowschema-v1beta2-flowcontrol-apiserver-k8s-io","subsections":[]}]}]},{"section":"flowdistinguishermethod-v1beta2-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"expressionwarning-v1alpha1-admissionregistration-k8s-io","subsections":[]},{"section":"exemptprioritylevelconfiguration-v1beta2-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"eventseries-v1-core","subsections":[]},{"section":"event-v1-core","subsections":[{"section":"-strong-read-operations-event-v1-core-strong-","subsections":[{"section":"watch-list-all-namespaces-event-v1-core","subsections":[]},{"section":"watch-list-event-v1-core","subsections":[]},{"section":"watch-event-v1-core","subsections":[]},{"section":"list-all-namespaces-event-v1-core","subsections":[]},{"section":"list-event-v1-core","subsections":[]},{"section":"read-event-v1-core","subsections":[]}]},{"section":"-strong-write-operations-event-v1-core-strong-","subsections":[{"section":"delete-collection-event-v1-core","subsections":[]},{"section":"delete-event-v1-core","subsections":[]},{"section":"replace-event-v1-core","subsections":[]},{"section":"patch-event-v1-core","subsections":[]},{"section":"create-event-v1-core","subsections":[]}]}]},{"section":"endpointport-v1-discovery-k8s-io","subsections":[]},{"section":"crossversionobjectreference-v1-autoscaling","subsections":[]},{"section":"auditannotation-v1alpha1-admissionregistration-k8s-io","subsections":[]},{"section":"-strong-old-api-versions-strong-","subsections":[]},{"section":"windowssecuritycontextoptions-v1-core","subsections":[]},{"section":"weightedpodaffinityterm-v1-core","subsections":[]},{"section":"webhookconversion-v1-apiextensions-k8s-io","subsections":[]},{"section":"webhookclientconfig-v1-admissionregistration-k8s-io","subsections":[]},{"section":"watchevent-v1-meta","subsections":[]},{"section":"vspherevirtualdiskvolumesource-v1-core","subsections":[]},{"section":"volumeprojection-v1-core","subsections":[]},{"section":"volumenoderesources-v1-storage-k8s-io","subsections":[]},{"section":"volumenodeaffinity-v1-core","subsections":[]},{"section":"volumemount-v1-core","subsections":[]},{"section":"volumeerror-v1-storage-k8s-io","subsections":[]},{"section":"volumedevice-v1-core","subsections":[]},{"section":"volumeattachmentsource-v1-storage-k8s-io","subsections":[]},{"section":"variable-v1beta1-admissionregistration-k8s-io","subsections":[]},{"section":"validationrule-v1-apiextensions-k8s-io","subsections":[]},{"section":"validation-v1beta1-admissionregistration-k8s-io","subsections":[]},{"section":"validatingwebhook-v1-admissionregistration-k8s-io","subsections":[]},{"section":"usersubject-v1beta3-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"userinfo-v1-authentication-k8s-io","subsections":[]},{"section":"uncountedterminatedpods-v1-batch","subsections":[]},{"section":"typedobjectreference-v1-core","subsections":[]},{"section":"typedlocalobjectreference-v1-core","subsections":[]},{"section":"typechecking-v1beta1-admissionregistration-k8s-io","subsections":[]},{"section":"topologyspreadconstraint-v1-core","subsections":[]},{"section":"topologyselectorterm-v1-core","subsections":[]},{"section":"topologyselectorlabelrequirement-v1-core","subsections":[]},{"section":"toleration-v1-core","subsections":[]},{"section":"time-v1-meta","subsections":[]},{"section":"taint-v1-core","subsections":[]},{"section":"tcpsocketaction-v1-core","subsections":[]},{"section":"sysctl-v1-core","subsections":[]},{"section":"subjectrulesreviewstatus-v1-authorization-k8s-io","subsections":[]},{"section":"subject-v1beta3-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"storageversioncondition-v1alpha1-internal-apiserver-k8s-io","subsections":[]},{"section":"storageosvolumesource-v1-core","subsections":[]},{"section":"storageospersistentvolumesource-v1-core","subsections":[]},{"section":"statusdetails-v1-meta","subsections":[]},{"section":"statuscause-v1-meta","subsections":[]},{"section":"status-v1-meta","subsections":[]},{"section":"statefulsetupdatestrategy-v1-apps","subsections":[]},{"section":"statefulsetpersistentvolumeclaimretentionpolicy-v1-apps","subsections":[]},{"section":"statefulsetordinals-v1-apps","subsections":[]},{"section":"statefulsetcondition-v1-apps","subsections":[]},{"section":"sessionaffinityconfig-v1-core","subsections":[]},{"section":"servicereference-v1-admissionregistration-k8s-io","subsections":[]},{"section":"serviceport-v1-core","subsections":[]},{"section":"servicebackendport-v1-networking-k8s-io","subsections":[]},{"section":"serviceaccounttokenprojection-v1-core","subsections":[]},{"section":"serviceaccountsubject-v1beta3-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"serverstorageversion-v1alpha1-internal-apiserver-k8s-io","subsections":[]},{"section":"serveraddressbyclientcidr-v1-meta","subsections":[]},{"section":"securitycontext-v1-core","subsections":[]},{"section":"secretvolumesource-v1-core","subsections":[]},{"section":"secretreference-v1-core","subsections":[]},{"section":"secretprojection-v1-core","subsections":[]},{"section":"secretkeyselector-v1-core","subsections":[]},{"section":"secretenvsource-v1-core","subsections":[]},{"section":"seccompprofile-v1-core","subsections":[]},{"section":"scopedresourceselectorrequirement-v1-core","subsections":[]},{"section":"scopeselector-v1-core","subsections":[]},{"section":"scheduling-v1-node-k8s-io","subsections":[]},{"section":"scaleiovolumesource-v1-core","subsections":[]},{"section":"scaleiopersistentvolumesource-v1-core","subsections":[]},{"section":"scale-v1-autoscaling","subsections":[]},{"section":"selinuxoptions-v1-core","subsections":[]},{"section":"rulewithoperations-v1-admissionregistration-k8s-io","subsections":[]},{"section":"rollingupdatestatefulsetstrategy-v1-apps","subsections":[]},{"section":"roleref-v1-rbac-authorization-k8s-io","subsections":[]},{"section":"resourcerule-v1-authorization-k8s-io","subsections":[]},{"section":"resourcerequirements-v1-core","subsections":[]},{"section":"resourcepolicyrule-v1beta3-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"resourcemetricstatus-v2-autoscaling","subsections":[]},{"section":"resourcemetricsource-v2-autoscaling","subsections":[]},{"section":"resourcehandle-v1alpha2-resource-k8s-io","subsections":[]},{"section":"resourcefieldselector-v1-core","subsections":[]},{"section":"resourceclassparametersreference-v1alpha2-resource-k8s-io","subsections":[]},{"section":"resourceclaimschedulingstatus-v1alpha2-resource-k8s-io","subsections":[]},{"section":"resourceclaimparametersreference-v1alpha2-resource-k8s-io","subsections":[]},{"section":"resourceclaimconsumerreference-v1alpha2-resource-k8s-io","subsections":[]},{"section":"resourceclaim-v1-core","subsections":[]},{"section":"resourceattributes-v1-authorization-k8s-io","subsections":[]},{"section":"replicationcontrollercondition-v1-core","subsections":[]},{"section":"replicasetcondition-v1-apps","subsections":[]},{"section":"rbdvolumesource-v1-core","subsections":[]},{"section":"rbdpersistentvolumesource-v1-core","subsections":[]},{"section":"quobytevolumesource-v1-core","subsections":[]},{"section":"queuingconfiguration-v1beta3-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"quantity-resource-core","subsections":[]},{"section":"projectedvolumesource-v1-core","subsections":[]},{"section":"probe-v1-core","subsections":[]},{"section":"prioritylevelconfigurationreference-v1beta3-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"prioritylevelconfigurationcondition-v1beta3-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"preferredschedulingterm-v1-core","subsections":[]},{"section":"preconditions-v1-meta","subsections":[]},{"section":"portworxvolumesource-v1-core","subsections":[]},{"section":"portstatus-v1-core","subsections":[]},{"section":"policyruleswithsubjects-v1beta3-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"policyrule-v1-rbac-authorization-k8s-io","subsections":[]},{"section":"podsmetricstatus-v2-autoscaling","subsections":[]},{"section":"podsmetricsource-v2-autoscaling","subsections":[]},{"section":"podsecuritycontext-v1-core","subsections":[]},{"section":"podschedulinggate-v1-core","subsections":[]},{"section":"podresourceclaim-v1-core","subsections":[]},{"section":"podreadinessgate-v1-core","subsections":[]},{"section":"podos-v1-core","subsections":[]},{"section":"podip-v1-core","subsections":[]},{"section":"podfailurepolicyrule-v1-batch","subsections":[]},{"section":"podfailurepolicyonpodconditionspattern-v1-batch","subsections":[]},{"section":"podfailurepolicyonexitcodesrequirement-v1-batch","subsections":[]},{"section":"podfailurepolicy-v1-batch","subsections":[]},{"section":"poddnsconfigoption-v1-core","subsections":[]},{"section":"poddnsconfig-v1-core","subsections":[]},{"section":"podcondition-v1-core","subsections":[]},{"section":"podantiaffinity-v1-core","subsections":[]},{"section":"podaffinityterm-v1-core","subsections":[]},{"section":"podaffinity-v1-core","subsections":[]},{"section":"photonpersistentdiskvolumesource-v1-core","subsections":[]},{"section":"persistentvolumeclaimvolumesource-v1-core","subsections":[]},{"section":"persistentvolumeclaimtemplate-v1-core","subsections":[]},{"section":"persistentvolumeclaimcondition-v1-core","subsections":[]},{"section":"patch-v1-meta","subsections":[]},{"section":"parentreference-v1alpha1-networking-k8s-io","subsections":[]},{"section":"paramref-v1beta1-admissionregistration-k8s-io","subsections":[]},{"section":"paramkind-v1beta1-admissionregistration-k8s-io","subsections":[]},{"section":"ownerreference-v1-meta","subsections":[]},{"section":"overhead-v1-node-k8s-io","subsections":[]},{"section":"objectreference-v1-core","subsections":[]},{"section":"objectmetricstatus-v2-autoscaling","subsections":[]},{"section":"objectmetricsource-v2-autoscaling","subsections":[]},{"section":"objectmeta-v1-meta","subsections":[]},{"section":"objectfieldselector-v1-core","subsections":[]},{"section":"nonresourcerule-v1-authorization-k8s-io","subsections":[]},{"section":"nonresourcepolicyrule-v1beta3-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"nonresourceattributes-v1-authorization-k8s-io","subsections":[]},{"section":"nodesysteminfo-v1-core","subsections":[]},{"section":"nodeselectorterm-v1-core","subsections":[]},{"section":"nodeselectorrequirement-v1-core","subsections":[]},{"section":"nodeselector-v1-core","subsections":[]},{"section":"nodedaemonendpoints-v1-core","subsections":[]},{"section":"nodeconfigstatus-v1-core","subsections":[]},{"section":"nodeconfigsource-v1-core","subsections":[]},{"section":"nodecondition-v1-core","subsections":[]},{"section":"nodeaffinity-v1-core","subsections":[]},{"section":"nodeaddress-v1-core","subsections":[]},{"section":"networkpolicyport-v1-networking-k8s-io","subsections":[]},{"section":"networkpolicypeer-v1-networking-k8s-io","subsections":[]},{"section":"networkpolicyingressrule-v1-networking-k8s-io","subsections":[]},{"section":"networkpolicyegressrule-v1-networking-k8s-io","subsections":[]},{"section":"namespacecondition-v1-core","subsections":[]},{"section":"namedrulewithoperations-v1beta1-admissionregistration-k8s-io","subsections":[]},{"section":"nfsvolumesource-v1-core","subsections":[]},{"section":"mutatingwebhook-v1-admissionregistration-k8s-io","subsections":[]},{"section":"microtime-v1-meta","subsections":[]},{"section":"metricvaluestatus-v2-autoscaling","subsections":[]},{"section":"metrictarget-v2-autoscaling","subsections":[]},{"section":"metricstatus-v2-autoscaling","subsections":[]},{"section":"metricspec-v2-autoscaling","subsections":[]},{"section":"metricidentifier-v2-autoscaling","subsections":[]},{"section":"matchresources-v1beta1-admissionregistration-k8s-io","subsections":[]},{"section":"matchcondition-v1-admissionregistration-k8s-io","subsections":[]},{"section":"managedfieldsentry-v1-meta","subsections":[]},{"section":"localvolumesource-v1-core","subsections":[]},{"section":"localobjectreference-v1-core","subsections":[]},{"section":"loadbalancerstatus-v1-core","subsections":[]},{"section":"loadbalanceringress-v1-core","subsections":[]},{"section":"listmeta-v1-meta","subsections":[]},{"section":"limitedprioritylevelconfiguration-v1beta3-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"limitresponse-v1beta3-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"limitrangeitem-v1-core","subsections":[]},{"section":"lifecyclehandler-v1-core","subsections":[]},{"section":"lifecycle-v1-core","subsections":[]},{"section":"labelselectorrequirement-v1-meta","subsections":[]},{"section":"labelselector-v1-meta","subsections":[]},{"section":"keytopath-v1-core","subsections":[]},{"section":"jobtemplatespec-v1-batch","subsections":[]},{"section":"jobcondition-v1-batch","subsections":[]},{"section":"jsonschemapropsorbool-v1-apiextensions-k8s-io","subsections":[]},{"section":"jsonschemapropsorarray-v1-apiextensions-k8s-io","subsections":[]},{"section":"jsonschemaprops-v1-apiextensions-k8s-io","subsections":[]},{"section":"json-v1-apiextensions-k8s-io","subsections":[]},{"section":"ingresstls-v1-networking-k8s-io","subsections":[]},{"section":"ingressservicebackend-v1-networking-k8s-io","subsections":[]},{"section":"ingressrule-v1-networking-k8s-io","subsections":[]},{"section":"ingressportstatus-v1-networking-k8s-io","subsections":[]},{"section":"ingressloadbalancerstatus-v1-networking-k8s-io","subsections":[]},{"section":"ingressloadbalanceringress-v1-networking-k8s-io","subsections":[]},{"section":"ingressclassparametersreference-v1-networking-k8s-io","subsections":[]},{"section":"ingressbackend-v1-networking-k8s-io","subsections":[]},{"section":"iscsivolumesource-v1-core","subsections":[]},{"section":"iscsipersistentvolumesource-v1-core","subsections":[]},{"section":"ipblock-v1-networking-k8s-io","subsections":[]},{"section":"hostpathvolumesource-v1-core","subsections":[]},{"section":"hostip-v1-core","subsections":[]},{"section":"hostalias-v1-core","subsections":[]},{"section":"horizontalpodautoscalercondition-v2-autoscaling","subsections":[]},{"section":"horizontalpodautoscalerbehavior-v2-autoscaling","subsections":[]},{"section":"httpingressrulevalue-v1-networking-k8s-io","subsections":[]},{"section":"httpingresspath-v1-networking-k8s-io","subsections":[]},{"section":"httpheader-v1-core","subsections":[]},{"section":"httpgetaction-v1-core","subsections":[]},{"section":"hpascalingrules-v2-autoscaling","subsections":[]},{"section":"hpascalingpolicy-v2-autoscaling","subsections":[]},{"section":"groupversionfordiscovery-v1-meta","subsections":[]},{"section":"groupsubject-v1beta3-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"glusterfsvolumesource-v1-core","subsections":[]},{"section":"glusterfspersistentvolumesource-v1-core","subsections":[]},{"section":"gitrepovolumesource-v1-core","subsections":[]},{"section":"grpcaction-v1-core","subsections":[]},{"section":"gcepersistentdiskvolumesource-v1-core","subsections":[]},{"section":"forzone-v1-discovery-k8s-io","subsections":[]},{"section":"flowschemacondition-v1beta3-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"flowdistinguishermethod-v1beta3-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"flockervolumesource-v1-core","subsections":[]},{"section":"flexvolumesource-v1-core","subsections":[]},{"section":"flexpersistentvolumesource-v1-core","subsections":[]},{"section":"fieldsv1-v1-meta","subsections":[]},{"section":"fcvolumesource-v1-core","subsections":[]},{"section":"externalmetricstatus-v2-autoscaling","subsections":[]},{"section":"externalmetricsource-v2-autoscaling","subsections":[]},{"section":"externaldocumentation-v1-apiextensions-k8s-io","subsections":[]},{"section":"expressionwarning-v1beta1-admissionregistration-k8s-io","subsections":[]},{"section":"exemptprioritylevelconfiguration-v1beta3-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"execaction-v1-core","subsections":[]},{"section":"eviction-v1-policy","subsections":[]},{"section":"eventsource-v1-core","subsections":[]},{"section":"eventseries-v1-events-k8s-io","subsections":[]},{"section":"ephemeralvolumesource-v1-core","subsections":[]},{"section":"ephemeralcontainer-v1-core","subsections":[]},{"section":"envvarsource-v1-core","subsections":[]},{"section":"envvar-v1-core","subsections":[]},{"section":"envfromsource-v1-core","subsections":[]},{"section":"endpointsubset-v1-core","subsections":[]},{"section":"endpointport-v1-core","subsections":[]},{"section":"endpointhints-v1-discovery-k8s-io","subsections":[]},{"section":"endpointconditions-v1-discovery-k8s-io","subsections":[]},{"section":"endpointaddress-v1-core","subsections":[]},{"section":"endpoint-v1-discovery-k8s-io","subsections":[]},{"section":"emptydirvolumesource-v1-core","subsections":[]},{"section":"downwardapivolumesource-v1-core","subsections":[]},{"section":"downwardapivolumefile-v1-core","subsections":[]},{"section":"downwardapiprojection-v1-core","subsections":[]},{"section":"deploymentcondition-v1-apps","subsections":[]},{"section":"deleteoptions-v1-meta","subsections":[]},{"section":"daemonsetupdatestrategy-v1-apps","subsections":[]},{"section":"daemonsetcondition-v1-apps","subsections":[]},{"section":"daemonendpoint-v1-core","subsections":[]},{"section":"customresourcevalidation-v1-apiextensions-k8s-io","subsections":[]},{"section":"customresourcesubresources-v1-apiextensions-k8s-io","subsections":[]},{"section":"customresourcesubresourcestatus-v1-apiextensions-k8s-io","subsections":[]},{"section":"customresourcesubresourcescale-v1-apiextensions-k8s-io","subsections":[]},{"section":"customresourcedefinitionversion-v1-apiextensions-k8s-io","subsections":[]},{"section":"customresourcedefinitionnames-v1-apiextensions-k8s-io","subsections":[]},{"section":"customresourcedefinitioncondition-v1-apiextensions-k8s-io","subsections":[]},{"section":"customresourceconversion-v1-apiextensions-k8s-io","subsections":[]},{"section":"customresourcecolumndefinition-v1-apiextensions-k8s-io","subsections":[]},{"section":"crossversionobjectreference-v2-autoscaling","subsections":[]},{"section":"containerstatewaiting-v1-core","subsections":[]},{"section":"containerstateterminated-v1-core","subsections":[]},{"section":"containerstaterunning-v1-core","subsections":[]},{"section":"containerstate-v1-core","subsections":[]},{"section":"containerresourcemetricstatus-v2-autoscaling","subsections":[]},{"section":"containerresourcemetricsource-v2-autoscaling","subsections":[]},{"section":"containerresizepolicy-v1-core","subsections":[]},{"section":"containerport-v1-core","subsections":[]},{"section":"containerimage-v1-core","subsections":[]},{"section":"configmapvolumesource-v1-core","subsections":[]},{"section":"configmapprojection-v1-core","subsections":[]},{"section":"configmapnodeconfigsource-v1-core","subsections":[]},{"section":"configmapkeyselector-v1-core","subsections":[]},{"section":"configmapenvsource-v1-core","subsections":[]},{"section":"condition-v1-meta","subsections":[]},{"section":"componentcondition-v1-core","subsections":[]},{"section":"clientipconfig-v1-core","subsections":[]},{"section":"claimsource-v1-core","subsections":[]},{"section":"cindervolumesource-v1-core","subsections":[]},{"section":"cinderpersistentvolumesource-v1-core","subsections":[]},{"section":"certificatesigningrequestcondition-v1-certificates-k8s-io","subsections":[]},{"section":"cephfsvolumesource-v1-core","subsections":[]},{"section":"cephfspersistentvolumesource-v1-core","subsections":[]},{"section":"capabilities-v1-core","subsections":[]},{"section":"csivolumesource-v1-core","subsections":[]},{"section":"csipersistentvolumesource-v1-core","subsections":[]},{"section":"csinodedriver-v1-storage-k8s-io","subsections":[]},{"section":"boundobjectreference-v1-authentication-k8s-io","subsections":[]},{"section":"azurefilevolumesource-v1-core","subsections":[]},{"section":"azurefilepersistentvolumesource-v1-core","subsections":[]},{"section":"azurediskvolumesource-v1-core","subsections":[]},{"section":"auditannotation-v1beta1-admissionregistration-k8s-io","subsections":[]},{"section":"attachedvolume-v1-core","subsections":[]},{"section":"allocationresult-v1alpha2-resource-k8s-io","subsections":[]},{"section":"aggregationrule-v1-rbac-authorization-k8s-io","subsections":[]},{"section":"affinity-v1-core","subsections":[]},{"section":"awselasticblockstorevolumesource-v1-core","subsections":[]},{"section":"apiversions-v1-meta","subsections":[]},{"section":"apiservicecondition-v1-apiregistration-k8s-io","subsections":[]},{"section":"apiresource-v1-meta","subsections":[]},{"section":"apigroup-v1-meta","subsections":[]},{"section":"-strong-definitions-strong-","subsections":[]},{"section":"networkpolicy-v1-networking-k8s-io","subsections":[{"section":"-strong-read-operations-networkpolicy-v1-networking-k8s-io-strong-","subsections":[{"section":"watch-list-all-namespaces-networkpolicy-v1-networking-k8s-io","subsections":[]},{"section":"watch-list-networkpolicy-v1-networking-k8s-io","subsections":[]},{"section":"watch-networkpolicy-v1-networking-k8s-io","subsections":[]},{"section":"list-all-namespaces-networkpolicy-v1-networking-k8s-io","subsections":[]},{"section":"list-networkpolicy-v1-networking-k8s-io","subsections":[]},{"section":"read-networkpolicy-v1-networking-k8s-io","subsections":[]}]},{"section":"-strong-write-operations-networkpolicy-v1-networking-k8s-io-strong-","subsections":[{"section":"delete-collection-networkpolicy-v1-networking-k8s-io","subsections":[]},{"section":"delete-networkpolicy-v1-networking-k8s-io","subsections":[]},{"section":"replace-networkpolicy-v1-networking-k8s-io","subsections":[]},{"section":"patch-networkpolicy-v1-networking-k8s-io","subsections":[]},{"section":"create-networkpolicy-v1-networking-k8s-io","subsections":[]}]}]},{"section":"tokenreview-v1-authentication-k8s-io","subsections":[{"section":"-strong-write-operations-tokenreview-v1-authentication-k8s-io-strong-","subsections":[{"section":"create-tokenreview-v1-authentication-k8s-io","subsections":[]}]}]},{"section":"tokenrequest-v1-authentication-k8s-io","subsections":[]},{"section":"subjectaccessreview-v1-authorization-k8s-io","subsections":[{"section":"-strong-write-operations-subjectaccessreview-v1-authorization-k8s-io-strong-","subsections":[{"section":"create-subjectaccessreview-v1-authorization-k8s-io","subsections":[]}]}]},{"section":"storageversion-v1alpha1-internal-apiserver-k8s-io","subsections":[{"section":"-strong-status-operations-storageversion-v1alpha1-internal-apiserver-k8s-io-strong-","subsections":[{"section":"replace-status-storageversion-v1alpha1-internal-apiserver-k8s-io","subsections":[]},{"section":"read-status-storageversion-v1alpha1-internal-apiserver-k8s-io","subsections":[]},{"section":"patch-status-storageversion-v1alpha1-internal-apiserver-k8s-io","subsections":[]}]},{"section":"-strong-read-operations-storageversion-v1alpha1-internal-apiserver-k8s-io-strong-","subsections":[{"section":"watch-list-storageversion-v1alpha1-internal-apiserver-k8s-io","subsections":[]},{"section":"watch-storageversion-v1alpha1-internal-apiserver-k8s-io","subsections":[]},{"section":"list-storageversion-v1alpha1-internal-apiserver-k8s-io","subsections":[]},{"section":"read-storageversion-v1alpha1-internal-apiserver-k8s-io","subsections":[]}]},{"section":"-strong-write-operations-storageversion-v1alpha1-internal-apiserver-k8s-io-strong-","subsections":[{"section":"delete-collection-storageversion-v1alpha1-internal-apiserver-k8s-io","subsections":[]},{"section":"delete-storageversion-v1alpha1-internal-apiserver-k8s-io","subsections":[]},{"section":"replace-storageversion-v1alpha1-internal-apiserver-k8s-io","subsections":[]},{"section":"patch-storageversion-v1alpha1-internal-apiserver-k8s-io","subsections":[]},{"section":"create-storageversion-v1alpha1-internal-apiserver-k8s-io","subsections":[]}]}]},{"section":"serviceaccount-v1-core","subsections":[{"section":"-strong-read-operations-serviceaccount-v1-core-strong-","subsections":[{"section":"watch-list-all-namespaces-serviceaccount-v1-core","subsections":[]},{"section":"watch-list-serviceaccount-v1-core","subsections":[]},{"section":"watch-serviceaccount-v1-core","subsections":[]},{"section":"list-all-namespaces-serviceaccount-v1-core","subsections":[]},{"section":"list-serviceaccount-v1-core","subsections":[]},{"section":"read-serviceaccount-v1-core","subsections":[]}]},{"section":"-strong-write-operations-serviceaccount-v1-core-strong-","subsections":[{"section":"delete-collection-serviceaccount-v1-core","subsections":[]},{"section":"delete-serviceaccount-v1-core","subsections":[]},{"section":"replace-serviceaccount-v1-core","subsections":[]},{"section":"patch-serviceaccount-v1-core","subsections":[]},{"section":"create-serviceaccount-v1-core","subsections":[]}]}]},{"section":"selfsubjectrulesreview-v1-authorization-k8s-io","subsections":[{"section":"-strong-write-operations-selfsubjectrulesreview-v1-authorization-k8s-io-strong-","subsections":[{"section":"create-selfsubjectrulesreview-v1-authorization-k8s-io","subsections":[]}]}]},{"section":"selfsubjectreview-v1-authentication-k8s-io","subsections":[{"section":"-strong-write-operations-selfsubjectreview-v1-authentication-k8s-io-strong-","subsections":[{"section":"create-selfsubjectreview-v1-authentication-k8s-io","subsections":[]}]}]},{"section":"selfsubjectaccessreview-v1-authorization-k8s-io","subsections":[{"section":"-strong-write-operations-selfsubjectaccessreview-v1-authorization-k8s-io-strong-","subsections":[{"section":"create-selfsubjectaccessreview-v1-authorization-k8s-io","subsections":[]}]}]},{"section":"runtimeclass-v1-node-k8s-io","subsections":[{"section":"-strong-read-operations-runtimeclass-v1-node-k8s-io-strong-","subsections":[{"section":"watch-list-runtimeclass-v1-node-k8s-io","subsections":[]},{"section":"watch-runtimeclass-v1-node-k8s-io","subsections":[]},{"section":"list-runtimeclass-v1-node-k8s-io","subsections":[]},{"section":"read-runtimeclass-v1-node-k8s-io","subsections":[]}]},{"section":"-strong-write-operations-runtimeclass-v1-node-k8s-io-strong-","subsections":[{"section":"delete-collection-runtimeclass-v1-node-k8s-io","subsections":[]},{"section":"delete-runtimeclass-v1-node-k8s-io","subsections":[]},{"section":"replace-runtimeclass-v1-node-k8s-io","subsections":[]},{"section":"patch-runtimeclass-v1-node-k8s-io","subsections":[]},{"section":"create-runtimeclass-v1-node-k8s-io","subsections":[]}]}]},{"section":"rolebinding-v1-rbac-authorization-k8s-io","subsections":[{"section":"-strong-read-operations-rolebinding-v1-rbac-authorization-k8s-io-strong-","subsections":[{"section":"watch-list-all-namespaces-rolebinding-v1-rbac-authorization-k8s-io","subsections":[]},{"section":"watch-list-rolebinding-v1-rbac-authorization-k8s-io","subsections":[]},{"section":"watch-rolebinding-v1-rbac-authorization-k8s-io","subsections":[]},{"section":"list-all-namespaces-rolebinding-v1-rbac-authorization-k8s-io","subsections":[]},{"section":"list-rolebinding-v1-rbac-authorization-k8s-io","subsections":[]},{"section":"read-rolebinding-v1-rbac-authorization-k8s-io","subsections":[]}]},{"section":"-strong-write-operations-rolebinding-v1-rbac-authorization-k8s-io-strong-","subsections":[{"section":"delete-collection-rolebinding-v1-rbac-authorization-k8s-io","subsections":[]},{"section":"delete-rolebinding-v1-rbac-authorization-k8s-io","subsections":[]},{"section":"replace-rolebinding-v1-rbac-authorization-k8s-io","subsections":[]},{"section":"patch-rolebinding-v1-rbac-authorization-k8s-io","subsections":[]},{"section":"create-rolebinding-v1-rbac-authorization-k8s-io","subsections":[]}]}]},{"section":"role-v1-rbac-authorization-k8s-io","subsections":[{"section":"-strong-read-operations-role-v1-rbac-authorization-k8s-io-strong-","subsections":[{"section":"watch-list-all-namespaces-role-v1-rbac-authorization-k8s-io","subsections":[]},{"section":"watch-list-role-v1-rbac-authorization-k8s-io","subsections":[]},{"section":"watch-role-v1-rbac-authorization-k8s-io","subsections":[]},{"section":"list-all-namespaces-role-v1-rbac-authorization-k8s-io","subsections":[]},{"section":"list-role-v1-rbac-authorization-k8s-io","subsections":[]},{"section":"read-role-v1-rbac-authorization-k8s-io","subsections":[]}]},{"section":"-strong-write-operations-role-v1-rbac-authorization-k8s-io-strong-","subsections":[{"section":"delete-collection-role-v1-rbac-authorization-k8s-io","subsections":[]},{"section":"delete-role-v1-rbac-authorization-k8s-io","subsections":[]},{"section":"replace-role-v1-rbac-authorization-k8s-io","subsections":[]},{"section":"patch-role-v1-rbac-authorization-k8s-io","subsections":[]},{"section":"create-role-v1-rbac-authorization-k8s-io","subsections":[]}]}]},{"section":"resourcequota-v1-core","subsections":[{"section":"-strong-status-operations-resourcequota-v1-core-strong-","subsections":[{"section":"replace-status-resourcequota-v1-core","subsections":[]},{"section":"read-status-resourcequota-v1-core","subsections":[]},{"section":"patch-status-resourcequota-v1-core","subsections":[]}]},{"section":"-strong-read-operations-resourcequota-v1-core-strong-","subsections":[{"section":"watch-list-all-namespaces-resourcequota-v1-core","subsections":[]},{"section":"watch-list-resourcequota-v1-core","subsections":[]},{"section":"watch-resourcequota-v1-core","subsections":[]},{"section":"list-all-namespaces-resourcequota-v1-core","subsections":[]},{"section":"list-resourcequota-v1-core","subsections":[]},{"section":"read-resourcequota-v1-core","subsections":[]}]},{"section":"-strong-write-operations-resourcequota-v1-core-strong-","subsections":[{"section":"delete-collection-resourcequota-v1-core","subsections":[]},{"section":"delete-resourcequota-v1-core","subsections":[]},{"section":"replace-resourcequota-v1-core","subsections":[]},{"section":"patch-resourcequota-v1-core","subsections":[]},{"section":"create-resourcequota-v1-core","subsections":[]}]}]},{"section":"prioritylevelconfiguration-v1beta3-flowcontrol-apiserver-k8s-io","subsections":[{"section":"-strong-status-operations-prioritylevelconfiguration-v1beta3-flowcontrol-apiserver-k8s-io-strong-","subsections":[{"section":"replace-status-prioritylevelconfiguration-v1beta3-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"read-status-prioritylevelconfiguration-v1beta3-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"patch-status-prioritylevelconfiguration-v1beta3-flowcontrol-apiserver-k8s-io","subsections":[]}]},{"section":"-strong-read-operations-prioritylevelconfiguration-v1beta3-flowcontrol-apiserver-k8s-io-strong-","subsections":[{"section":"watch-list-prioritylevelconfiguration-v1beta3-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"watch-prioritylevelconfiguration-v1beta3-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"list-prioritylevelconfiguration-v1beta3-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"read-prioritylevelconfiguration-v1beta3-flowcontrol-apiserver-k8s-io","subsections":[]}]},{"section":"-strong-write-operations-prioritylevelconfiguration-v1beta3-flowcontrol-apiserver-k8s-io-strong-","subsections":[{"section":"delete-collection-prioritylevelconfiguration-v1beta3-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"delete-prioritylevelconfiguration-v1beta3-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"replace-prioritylevelconfiguration-v1beta3-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"patch-prioritylevelconfiguration-v1beta3-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"create-prioritylevelconfiguration-v1beta3-flowcontrol-apiserver-k8s-io","subsections":[]}]}]},{"section":"persistentvolume-v1-core","subsections":[{"section":"-strong-status-operations-persistentvolume-v1-core-strong-","subsections":[{"section":"replace-status-persistentvolume-v1-core","subsections":[]},{"section":"read-status-persistentvolume-v1-core","subsections":[]},{"section":"patch-status-persistentvolume-v1-core","subsections":[]}]},{"section":"-strong-read-operations-persistentvolume-v1-core-strong-","subsections":[{"section":"watch-list-persistentvolume-v1-core","subsections":[]},{"section":"watch-persistentvolume-v1-core","subsections":[]},{"section":"list-persistentvolume-v1-core","subsections":[]},{"section":"read-persistentvolume-v1-core","subsections":[]}]},{"section":"-strong-write-operations-persistentvolume-v1-core-strong-","subsections":[{"section":"delete-collection-persistentvolume-v1-core","subsections":[]},{"section":"delete-persistentvolume-v1-core","subsections":[]},{"section":"replace-persistentvolume-v1-core","subsections":[]},{"section":"patch-persistentvolume-v1-core","subsections":[]},{"section":"create-persistentvolume-v1-core","subsections":[]}]}]},{"section":"node-v1-core","subsections":[{"section":"-strong-proxy-operations-node-v1-core-strong-","subsections":[{"section":"replace-connect-proxy-path-node-v1-core","subsections":[]},{"section":"replace-connect-proxy-node-v1-core","subsections":[]},{"section":"head-connect-proxy-path-node-v1-core","subsections":[]},{"section":"head-connect-proxy-node-v1-core","subsections":[]},{"section":"get-connect-proxy-path-node-v1-core","subsections":[]},{"section":"get-connect-proxy-node-v1-core","subsections":[]},{"section":"delete-connect-proxy-path-node-v1-core","subsections":[]},{"section":"delete-connect-proxy-node-v1-core","subsections":[]},{"section":"create-connect-proxy-path-node-v1-core","subsections":[]},{"section":"create-connect-proxy-node-v1-core","subsections":[]}]},{"section":"-strong-status-operations-node-v1-core-strong-","subsections":[{"section":"replace-status-node-v1-core","subsections":[]},{"section":"read-status-node-v1-core","subsections":[]},{"section":"patch-status-node-v1-core","subsections":[]}]},{"section":"-strong-read-operations-node-v1-core-strong-","subsections":[{"section":"watch-list-node-v1-core","subsections":[]},{"section":"watch-node-v1-core","subsections":[]},{"section":"list-node-v1-core","subsections":[]},{"section":"read-node-v1-core","subsections":[]}]},{"section":"-strong-write-operations-node-v1-core-strong-","subsections":[{"section":"delete-collection-node-v1-core","subsections":[]},{"section":"delete-node-v1-core","subsections":[]},{"section":"replace-node-v1-core","subsections":[]},{"section":"patch-node-v1-core","subsections":[]},{"section":"create-node-v1-core","subsections":[]}]}]},{"section":"namespace-v1-core","subsections":[{"section":"-strong-status-operations-namespace-v1-core-strong-","subsections":[{"section":"replace-status-namespace-v1-core","subsections":[]},{"section":"read-status-namespace-v1-core","subsections":[]},{"section":"patch-status-namespace-v1-core","subsections":[]}]},{"section":"-strong-read-operations-namespace-v1-core-strong-","subsections":[{"section":"watch-list-namespace-v1-core","subsections":[]},{"section":"watch-namespace-v1-core","subsections":[]},{"section":"list-namespace-v1-core","subsections":[]},{"section":"read-namespace-v1-core","subsections":[]}]},{"section":"-strong-write-operations-namespace-v1-core-strong-","subsections":[{"section":"delete-namespace-v1-core","subsections":[]},{"section":"replace-namespace-v1-core","subsections":[]},{"section":"patch-namespace-v1-core","subsections":[]},{"section":"create-namespace-v1-core","subsections":[]}]}]},{"section":"localsubjectaccessreview-v1-authorization-k8s-io","subsections":[{"section":"-strong-write-operations-localsubjectaccessreview-v1-authorization-k8s-io-strong-","subsections":[{"section":"create-localsubjectaccessreview-v1-authorization-k8s-io","subsections":[]}]}]},{"section":"lease-v1-coordination-k8s-io","subsections":[{"section":"-strong-read-operations-lease-v1-coordination-k8s-io-strong-","subsections":[{"section":"watch-list-all-namespaces-lease-v1-coordination-k8s-io","subsections":[]},{"section":"watch-list-lease-v1-coordination-k8s-io","subsections":[]},{"section":"watch-lease-v1-coordination-k8s-io","subsections":[]},{"section":"list-all-namespaces-lease-v1-coordination-k8s-io","subsections":[]},{"section":"list-lease-v1-coordination-k8s-io","subsections":[]},{"section":"read-lease-v1-coordination-k8s-io","subsections":[]}]},{"section":"-strong-write-operations-lease-v1-coordination-k8s-io-strong-","subsections":[{"section":"delete-collection-lease-v1-coordination-k8s-io","subsections":[]},{"section":"delete-lease-v1-coordination-k8s-io","subsections":[]},{"section":"replace-lease-v1-coordination-k8s-io","subsections":[]},{"section":"patch-lease-v1-coordination-k8s-io","subsections":[]},{"section":"create-lease-v1-coordination-k8s-io","subsections":[]}]}]},{"section":"ipaddress-v1alpha1-networking-k8s-io","subsections":[{"section":"-strong-read-operations-ipaddress-v1alpha1-networking-k8s-io-strong-","subsections":[{"section":"watch-list-ipaddress-v1alpha1-networking-k8s-io","subsections":[]},{"section":"watch-ipaddress-v1alpha1-networking-k8s-io","subsections":[]},{"section":"list-ipaddress-v1alpha1-networking-k8s-io","subsections":[]},{"section":"read-ipaddress-v1alpha1-networking-k8s-io","subsections":[]}]},{"section":"-strong-write-operations-ipaddress-v1alpha1-networking-k8s-io-strong-","subsections":[{"section":"delete-collection-ipaddress-v1alpha1-networking-k8s-io","subsections":[]},{"section":"delete-ipaddress-v1alpha1-networking-k8s-io","subsections":[]},{"section":"replace-ipaddress-v1alpha1-networking-k8s-io","subsections":[]},{"section":"patch-ipaddress-v1alpha1-networking-k8s-io","subsections":[]},{"section":"create-ipaddress-v1alpha1-networking-k8s-io","subsections":[]}]}]},{"section":"flowschema-v1beta3-flowcontrol-apiserver-k8s-io","subsections":[{"section":"-strong-status-operations-flowschema-v1beta3-flowcontrol-apiserver-k8s-io-strong-","subsections":[{"section":"replace-status-flowschema-v1beta3-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"read-status-flowschema-v1beta3-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"patch-status-flowschema-v1beta3-flowcontrol-apiserver-k8s-io","subsections":[]}]},{"section":"-strong-read-operations-flowschema-v1beta3-flowcontrol-apiserver-k8s-io-strong-","subsections":[{"section":"watch-list-flowschema-v1beta3-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"watch-flowschema-v1beta3-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"list-flowschema-v1beta3-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"read-flowschema-v1beta3-flowcontrol-apiserver-k8s-io","subsections":[]}]},{"section":"-strong-write-operations-flowschema-v1beta3-flowcontrol-apiserver-k8s-io-strong-","subsections":[{"section":"delete-collection-flowschema-v1beta3-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"delete-flowschema-v1beta3-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"replace-flowschema-v1beta3-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"patch-flowschema-v1beta3-flowcontrol-apiserver-k8s-io","subsections":[]},{"section":"create-flowschema-v1beta3-flowcontrol-apiserver-k8s-io","subsections":[]}]}]},{"section":"componentstatus-v1-core","subsections":[{"section":"-strong-read-operations-componentstatus-v1-core-strong-","subsections":[{"section":"list-componentstatus-v1-core","subsections":[]},{"section":"read-componentstatus-v1-core","subsections":[]}]}]},{"section":"clusterrolebinding-v1-rbac-authorization-k8s-io","subsections":[{"section":"-strong-read-operations-clusterrolebinding-v1-rbac-authorization-k8s-io-strong-","subsections":[{"section":"watch-list-clusterrolebinding-v1-rbac-authorization-k8s-io","subsections":[]},{"section":"watch-clusterrolebinding-v1-rbac-authorization-k8s-io","subsections":[]},{"section":"list-clusterrolebinding-v1-rbac-authorization-k8s-io","subsections":[]},{"section":"read-clusterrolebinding-v1-rbac-authorization-k8s-io","subsections":[]}]},{"section":"-strong-write-operations-clusterrolebinding-v1-rbac-authorization-k8s-io-strong-","subsections":[{"section":"delete-collection-clusterrolebinding-v1-rbac-authorization-k8s-io","subsections":[]},{"section":"delete-clusterrolebinding-v1-rbac-authorization-k8s-io","subsections":[]},{"section":"replace-clusterrolebinding-v1-rbac-authorization-k8s-io","subsections":[]},{"section":"patch-clusterrolebinding-v1-rbac-authorization-k8s-io","subsections":[]},{"section":"create-clusterrolebinding-v1-rbac-authorization-k8s-io","subsections":[]}]}]},{"section":"clusterrole-v1-rbac-authorization-k8s-io","subsections":[{"section":"-strong-read-operations-clusterrole-v1-rbac-authorization-k8s-io-strong-","subsections":[{"section":"watch-list-clusterrole-v1-rbac-authorization-k8s-io","subsections":[]},{"section":"watch-clusterrole-v1-rbac-authorization-k8s-io","subsections":[]},{"section":"list-clusterrole-v1-rbac-authorization-k8s-io","subsections":[]},{"section":"read-clusterrole-v1-rbac-authorization-k8s-io","subsections":[]}]},{"section":"-strong-write-operations-clusterrole-v1-rbac-authorization-k8s-io-strong-","subsections":[{"section":"delete-collection-clusterrole-v1-rbac-authorization-k8s-io","subsections":[]},{"section":"delete-clusterrole-v1-rbac-authorization-k8s-io","subsections":[]},{"section":"replace-clusterrole-v1-rbac-authorization-k8s-io","subsections":[]},{"section":"patch-clusterrole-v1-rbac-authorization-k8s-io","subsections":[]},{"section":"create-clusterrole-v1-rbac-authorization-k8s-io","subsections":[]}]}]},{"section":"certificatesigningrequest-v1-certificates-k8s-io","subsections":[{"section":"-strong-status-operations-certificatesigningrequest-v1-certificates-k8s-io-strong-","subsections":[{"section":"replace-status-certificatesigningrequest-v1-certificates-k8s-io","subsections":[]},{"section":"read-status-certificatesigningrequest-v1-certificates-k8s-io","subsections":[]},{"section":"patch-status-certificatesigningrequest-v1-certificates-k8s-io","subsections":[]}]},{"section":"-strong-read-operations-certificatesigningrequest-v1-certificates-k8s-io-strong-","subsections":[{"section":"watch-list-certificatesigningrequest-v1-certificates-k8s-io","subsections":[]},{"section":"watch-certificatesigningrequest-v1-certificates-k8s-io","subsections":[]},{"section":"list-certificatesigningrequest-v1-certificates-k8s-io","subsections":[]},{"section":"read-certificatesigningrequest-v1-certificates-k8s-io","subsections":[]}]},{"section":"-strong-write-operations-certificatesigningrequest-v1-certificates-k8s-io-strong-","subsections":[{"section":"delete-collection-certificatesigningrequest-v1-certificates-k8s-io","subsections":[]},{"section":"delete-certificatesigningrequest-v1-certificates-k8s-io","subsections":[]},{"section":"replace-certificatesigningrequest-v1-certificates-k8s-io","subsections":[]},{"section":"patch-certificatesigningrequest-v1-certificates-k8s-io","subsections":[]},{"section":"create-certificatesigningrequest-v1-certificates-k8s-io","subsections":[]}]}]},{"section":"binding-v1-core","subsections":[{"section":"-strong-write-operations-binding-v1-core-strong-","subsections":[{"section":"create-binding-v1-core","subsections":[]}]}]},{"section":"apiservice-v1-apiregistration-k8s-io","subsections":[{"section":"-strong-status-operations-apiservice-v1-apiregistration-k8s-io-strong-","subsections":[{"section":"replace-status-apiservice-v1-apiregistration-k8s-io","subsections":[]},{"section":"read-status-apiservice-v1-apiregistration-k8s-io","subsections":[]},{"section":"patch-status-apiservice-v1-apiregistration-k8s-io","subsections":[]}]},{"section":"-strong-read-operations-apiservice-v1-apiregistration-k8s-io-strong-","subsections":[{"section":"watch-list-apiservice-v1-apiregistration-k8s-io","subsections":[]},{"section":"watch-apiservice-v1-apiregistration-k8s-io","subsections":[]},{"section":"list-apiservice-v1-apiregistration-k8s-io","subsections":[]},{"section":"read-apiservice-v1-apiregistration-k8s-io","subsections":[]}]},{"section":"-strong-write-operations-apiservice-v1-apiregistration-k8s-io-strong-","subsections":[{"section":"delete-collection-apiservice-v1-apiregistration-k8s-io","subsections":[]},{"section":"delete-apiservice-v1-apiregistration-k8s-io","subsections":[]},{"section":"replace-apiservice-v1-apiregistration-k8s-io","subsections":[]},{"section":"patch-apiservice-v1-apiregistration-k8s-io","subsections":[]},{"section":"create-apiservice-v1-apiregistration-k8s-io","subsections":[]}]}]},{"section":"-strong-cluster-apis-strong-","subsections":[]},{"section":"validatingadmissionpolicybinding-v1beta1-admissionregistration-k8s-io","subsections":[{"section":"-strong-read-operations-validatingadmissionpolicybinding-v1beta1-admissionregistration-k8s-io-strong-","subsections":[{"section":"watch-list-validatingadmissionpolicybinding-v1beta1-admissionregistration-k8s-io","subsections":[]},{"section":"watch-validatingadmissionpolicybinding-v1beta1-admissionregistration-k8s-io","subsections":[]},{"section":"list-validatingadmissionpolicybinding-v1beta1-admissionregistration-k8s-io","subsections":[]},{"section":"read-validatingadmissionpolicybinding-v1beta1-admissionregistration-k8s-io","subsections":[]}]},{"section":"-strong-write-operations-validatingadmissionpolicybinding-v1beta1-admissionregistration-k8s-io-strong-","subsections":[{"section":"delete-collection-validatingadmissionpolicybinding-v1beta1-admissionregistration-k8s-io","subsections":[]},{"section":"delete-validatingadmissionpolicybinding-v1beta1-admissionregistration-k8s-io","subsections":[]},{"section":"replace-validatingadmissionpolicybinding-v1beta1-admissionregistration-k8s-io","subsections":[]},{"section":"patch-validatingadmissionpolicybinding-v1beta1-admissionregistration-k8s-io","subsections":[]},{"section":"create-validatingadmissionpolicybinding-v1beta1-admissionregistration-k8s-io","subsections":[]}]}]},{"section":"validatingadmissionpolicy-v1beta1-admissionregistration-k8s-io","subsections":[{"section":"-strong-status-operations-validatingadmissionpolicy-v1beta1-admissionregistration-k8s-io-strong-","subsections":[{"section":"replace-status-validatingadmissionpolicy-v1beta1-admissionregistration-k8s-io","subsections":[]},{"section":"read-status-validatingadmissionpolicy-v1beta1-admissionregistration-k8s-io","subsections":[]},{"section":"patch-status-validatingadmissionpolicy-v1beta1-admissionregistration-k8s-io","subsections":[]}]},{"section":"-strong-read-operations-validatingadmissionpolicy-v1beta1-admissionregistration-k8s-io-strong-","subsections":[{"section":"watch-list-validatingadmissionpolicy-v1beta1-admissionregistration-k8s-io","subsections":[]},{"section":"watch-validatingadmissionpolicy-v1beta1-admissionregistration-k8s-io","subsections":[]},{"section":"list-validatingadmissionpolicy-v1beta1-admissionregistration-k8s-io","subsections":[]},{"section":"read-validatingadmissionpolicy-v1beta1-admissionregistration-k8s-io","subsections":[]}]},{"section":"-strong-write-operations-validatingadmissionpolicy-v1beta1-admissionregistration-k8s-io-strong-","subsections":[{"section":"delete-collection-validatingadmissionpolicy-v1beta1-admissionregistration-k8s-io","subsections":[]},{"section":"delete-validatingadmissionpolicy-v1beta1-admissionregistration-k8s-io","subsections":[]},{"section":"replace-validatingadmissionpolicy-v1beta1-admissionregistration-k8s-io","subsections":[]},{"section":"patch-validatingadmissionpolicy-v1beta1-admissionregistration-k8s-io","subsections":[]},{"section":"create-validatingadmissionpolicy-v1beta1-admissionregistration-k8s-io","subsections":[]}]}]},{"section":"resourceclass-v1alpha2-resource-k8s-io","subsections":[{"section":"-strong-read-operations-resourceclass-v1alpha2-resource-k8s-io-strong-","subsections":[{"section":"watch-list-resourceclass-v1alpha2-resource-k8s-io","subsections":[]},{"section":"watch-resourceclass-v1alpha2-resource-k8s-io","subsections":[]},{"section":"list-resourceclass-v1alpha2-resource-k8s-io","subsections":[]},{"section":"read-resourceclass-v1alpha2-resource-k8s-io","subsections":[]}]},{"section":"-strong-write-operations-resourceclass-v1alpha2-resource-k8s-io-strong-","subsections":[{"section":"delete-collection-resourceclass-v1alpha2-resource-k8s-io","subsections":[]},{"section":"delete-resourceclass-v1alpha2-resource-k8s-io","subsections":[]},{"section":"replace-resourceclass-v1alpha2-resource-k8s-io","subsections":[]},{"section":"patch-resourceclass-v1alpha2-resource-k8s-io","subsections":[]},{"section":"create-resourceclass-v1alpha2-resource-k8s-io","subsections":[]}]}]},{"section":"resourceclaimtemplate-v1alpha2-resource-k8s-io","subsections":[{"section":"-strong-read-operations-resourceclaimtemplate-v1alpha2-resource-k8s-io-strong-","subsections":[{"section":"watch-list-all-namespaces-resourceclaimtemplate-v1alpha2-resource-k8s-io","subsections":[]},{"section":"watch-list-resourceclaimtemplate-v1alpha2-resource-k8s-io","subsections":[]},{"section":"watch-resourceclaimtemplate-v1alpha2-resource-k8s-io","subsections":[]},{"section":"list-all-namespaces-resourceclaimtemplate-v1alpha2-resource-k8s-io","subsections":[]},{"section":"list-resourceclaimtemplate-v1alpha2-resource-k8s-io","subsections":[]},{"section":"read-resourceclaimtemplate-v1alpha2-resource-k8s-io","subsections":[]}]},{"section":"-strong-write-operations-resourceclaimtemplate-v1alpha2-resource-k8s-io-strong-","subsections":[{"section":"delete-collection-resourceclaimtemplate-v1alpha2-resource-k8s-io","subsections":[]},{"section":"delete-resourceclaimtemplate-v1alpha2-resource-k8s-io","subsections":[]},{"section":"replace-resourceclaimtemplate-v1alpha2-resource-k8s-io","subsections":[]},{"section":"patch-resourceclaimtemplate-v1alpha2-resource-k8s-io","subsections":[]},{"section":"create-resourceclaimtemplate-v1alpha2-resource-k8s-io","subsections":[]}]}]},{"section":"resourceclaim-v1alpha2-resource-k8s-io","subsections":[{"section":"-strong-status-operations-resourceclaim-v1alpha2-resource-k8s-io-strong-","subsections":[{"section":"replace-status-resourceclaim-v1alpha2-resource-k8s-io","subsections":[]},{"section":"read-status-resourceclaim-v1alpha2-resource-k8s-io","subsections":[]},{"section":"patch-status-resourceclaim-v1alpha2-resource-k8s-io","subsections":[]}]},{"section":"-strong-read-operations-resourceclaim-v1alpha2-resource-k8s-io-strong-","subsections":[{"section":"watch-list-all-namespaces-resourceclaim-v1alpha2-resource-k8s-io","subsections":[]},{"section":"watch-list-resourceclaim-v1alpha2-resource-k8s-io","subsections":[]},{"section":"watch-resourceclaim-v1alpha2-resource-k8s-io","subsections":[]},{"section":"list-all-namespaces-resourceclaim-v1alpha2-resource-k8s-io","subsections":[]},{"section":"list-resourceclaim-v1alpha2-resource-k8s-io","subsections":[]},{"section":"read-resourceclaim-v1alpha2-resource-k8s-io","subsections":[]}]},{"section":"-strong-write-operations-resourceclaim-v1alpha2-resource-k8s-io-strong-","subsections":[{"section":"delete-collection-resourceclaim-v1alpha2-resource-k8s-io","subsections":[]},{"section":"delete-resourceclaim-v1alpha2-resource-k8s-io","subsections":[]},{"section":"replace-resourceclaim-v1alpha2-resource-k8s-io","subsections":[]},{"section":"patch-resourceclaim-v1alpha2-resource-k8s-io","subsections":[]},{"section":"create-resourceclaim-v1alpha2-resource-k8s-io","subsections":[]}]}]},{"section":"priorityclass-v1-scheduling-k8s-io","subsections":[{"section":"-strong-read-operations-priorityclass-v1-scheduling-k8s-io-strong-","subsections":[{"section":"watch-list-priorityclass-v1-scheduling-k8s-io","subsections":[]},{"section":"watch-priorityclass-v1-scheduling-k8s-io","subsections":[]},{"section":"list-priorityclass-v1-scheduling-k8s-io","subsections":[]},{"section":"read-priorityclass-v1-scheduling-k8s-io","subsections":[]}]},{"section":"-strong-write-operations-priorityclass-v1-scheduling-k8s-io-strong-","subsections":[{"section":"delete-collection-priorityclass-v1-scheduling-k8s-io","subsections":[]},{"section":"delete-priorityclass-v1-scheduling-k8s-io","subsections":[]},{"section":"replace-priorityclass-v1-scheduling-k8s-io","subsections":[]},{"section":"patch-priorityclass-v1-scheduling-k8s-io","subsections":[]},{"section":"create-priorityclass-v1-scheduling-k8s-io","subsections":[]}]}]},{"section":"poddisruptionbudget-v1-policy","subsections":[{"section":"-strong-status-operations-poddisruptionbudget-v1-policy-strong-","subsections":[{"section":"replace-status-poddisruptionbudget-v1-policy","subsections":[]},{"section":"read-status-poddisruptionbudget-v1-policy","subsections":[]},{"section":"patch-status-poddisruptionbudget-v1-policy","subsections":[]}]},{"section":"-strong-read-operations-poddisruptionbudget-v1-policy-strong-","subsections":[{"section":"watch-list-all-namespaces-poddisruptionbudget-v1-policy","subsections":[]},{"section":"watch-list-poddisruptionbudget-v1-policy","subsections":[]},{"section":"watch-poddisruptionbudget-v1-policy","subsections":[]},{"section":"list-all-namespaces-poddisruptionbudget-v1-policy","subsections":[]},{"section":"list-poddisruptionbudget-v1-policy","subsections":[]},{"section":"read-poddisruptionbudget-v1-policy","subsections":[]}]},{"section":"-strong-write-operations-poddisruptionbudget-v1-policy-strong-","subsections":[{"section":"delete-collection-poddisruptionbudget-v1-policy","subsections":[]},{"section":"delete-poddisruptionbudget-v1-policy","subsections":[]},{"section":"replace-poddisruptionbudget-v1-policy","subsections":[]},{"section":"patch-poddisruptionbudget-v1-policy","subsections":[]},{"section":"create-poddisruptionbudget-v1-policy","subsections":[]}]}]},{"section":"podtemplate-v1-core","subsections":[{"section":"-strong-read-operations-podtemplate-v1-core-strong-","subsections":[{"section":"watch-list-all-namespaces-podtemplate-v1-core","subsections":[]},{"section":"watch-list-podtemplate-v1-core","subsections":[]},{"section":"watch-podtemplate-v1-core","subsections":[]},{"section":"list-all-namespaces-podtemplate-v1-core","subsections":[]},{"section":"list-podtemplate-v1-core","subsections":[]},{"section":"read-podtemplate-v1-core","subsections":[]}]},{"section":"-strong-write-operations-podtemplate-v1-core-strong-","subsections":[{"section":"delete-collection-podtemplate-v1-core","subsections":[]},{"section":"delete-podtemplate-v1-core","subsections":[]},{"section":"replace-podtemplate-v1-core","subsections":[]},{"section":"patch-podtemplate-v1-core","subsections":[]},{"section":"create-podtemplate-v1-core","subsections":[]}]}]},{"section":"podschedulingcontext-v1alpha2-resource-k8s-io","subsections":[{"section":"-strong-status-operations-podschedulingcontext-v1alpha2-resource-k8s-io-strong-","subsections":[{"section":"replace-status-podschedulingcontext-v1alpha2-resource-k8s-io","subsections":[]},{"section":"read-status-podschedulingcontext-v1alpha2-resource-k8s-io","subsections":[]},{"section":"patch-status-podschedulingcontext-v1alpha2-resource-k8s-io","subsections":[]}]},{"section":"-strong-read-operations-podschedulingcontext-v1alpha2-resource-k8s-io-strong-","subsections":[{"section":"watch-list-all-namespaces-podschedulingcontext-v1alpha2-resource-k8s-io","subsections":[]},{"section":"watch-list-podschedulingcontext-v1alpha2-resource-k8s-io","subsections":[]},{"section":"watch-podschedulingcontext-v1alpha2-resource-k8s-io","subsections":[]},{"section":"list-all-namespaces-podschedulingcontext-v1alpha2-resource-k8s-io","subsections":[]},{"section":"list-podschedulingcontext-v1alpha2-resource-k8s-io","subsections":[]},{"section":"read-podschedulingcontext-v1alpha2-resource-k8s-io","subsections":[]}]},{"section":"-strong-write-operations-podschedulingcontext-v1alpha2-resource-k8s-io-strong-","subsections":[{"section":"delete-collection-podschedulingcontext-v1alpha2-resource-k8s-io","subsections":[]},{"section":"delete-podschedulingcontext-v1alpha2-resource-k8s-io","subsections":[]},{"section":"replace-podschedulingcontext-v1alpha2-resource-k8s-io","subsections":[]},{"section":"patch-podschedulingcontext-v1alpha2-resource-k8s-io","subsections":[]},{"section":"create-podschedulingcontext-v1alpha2-resource-k8s-io","subsections":[]}]}]},{"section":"validatingwebhookconfiguration-v1-admissionregistration-k8s-io","subsections":[{"section":"-strong-read-operations-validatingwebhookconfiguration-v1-admissionregistration-k8s-io-strong-","subsections":[{"section":"watch-list-validatingwebhookconfiguration-v1-admissionregistration-k8s-io","subsections":[]},{"section":"watch-validatingwebhookconfiguration-v1-admissionregistration-k8s-io","subsections":[]},{"section":"list-validatingwebhookconfiguration-v1-admissionregistration-k8s-io","subsections":[]},{"section":"read-validatingwebhookconfiguration-v1-admissionregistration-k8s-io","subsections":[]}]},{"section":"-strong-write-operations-validatingwebhookconfiguration-v1-admissionregistration-k8s-io-strong-","subsections":[{"section":"delete-collection-validatingwebhookconfiguration-v1-admissionregistration-k8s-io","subsections":[]},{"section":"delete-validatingwebhookconfiguration-v1-admissionregistration-k8s-io","subsections":[]},{"section":"replace-validatingwebhookconfiguration-v1-admissionregistration-k8s-io","subsections":[]},{"section":"patch-validatingwebhookconfiguration-v1-admissionregistration-k8s-io","subsections":[]},{"section":"create-validatingwebhookconfiguration-v1-admissionregistration-k8s-io","subsections":[]}]}]},{"section":"mutatingwebhookconfiguration-v1-admissionregistration-k8s-io","subsections":[{"section":"-strong-read-operations-mutatingwebhookconfiguration-v1-admissionregistration-k8s-io-strong-","subsections":[{"section":"watch-list-mutatingwebhookconfiguration-v1-admissionregistration-k8s-io","subsections":[]},{"section":"watch-mutatingwebhookconfiguration-v1-admissionregistration-k8s-io","subsections":[]},{"section":"list-mutatingwebhookconfiguration-v1-admissionregistration-k8s-io","subsections":[]},{"section":"read-mutatingwebhookconfiguration-v1-admissionregistration-k8s-io","subsections":[]}]},{"section":"-strong-write-operations-mutatingwebhookconfiguration-v1-admissionregistration-k8s-io-strong-","subsections":[{"section":"delete-collection-mutatingwebhookconfiguration-v1-admissionregistration-k8s-io","subsections":[]},{"section":"delete-mutatingwebhookconfiguration-v1-admissionregistration-k8s-io","subsections":[]},{"section":"replace-mutatingwebhookconfiguration-v1-admissionregistration-k8s-io","subsections":[]},{"section":"patch-mutatingwebhookconfiguration-v1-admissionregistration-k8s-io","subsections":[]},{"section":"create-mutatingwebhookconfiguration-v1-admissionregistration-k8s-io","subsections":[]}]}]},{"section":"horizontalpodautoscaler-v2-autoscaling","subsections":[{"section":"-strong-status-operations-horizontalpodautoscaler-v2-autoscaling-strong-","subsections":[{"section":"replace-status-horizontalpodautoscaler-v2-autoscaling","subsections":[]},{"section":"read-status-horizontalpodautoscaler-v2-autoscaling","subsections":[]},{"section":"patch-status-horizontalpodautoscaler-v2-autoscaling","subsections":[]}]},{"section":"-strong-read-operations-horizontalpodautoscaler-v2-autoscaling-strong-","subsections":[{"section":"watch-list-all-namespaces-horizontalpodautoscaler-v2-autoscaling","subsections":[]},{"section":"watch-list-horizontalpodautoscaler-v2-autoscaling","subsections":[]},{"section":"watch-horizontalpodautoscaler-v2-autoscaling","subsections":[]},{"section":"list-all-namespaces-horizontalpodautoscaler-v2-autoscaling","subsections":[]},{"section":"list-horizontalpodautoscaler-v2-autoscaling","subsections":[]},{"section":"read-horizontalpodautoscaler-v2-autoscaling","subsections":[]}]},{"section":"-strong-write-operations-horizontalpodautoscaler-v2-autoscaling-strong-","subsections":[{"section":"delete-collection-horizontalpodautoscaler-v2-autoscaling","subsections":[]},{"section":"delete-horizontalpodautoscaler-v2-autoscaling","subsections":[]},{"section":"replace-horizontalpodautoscaler-v2-autoscaling","subsections":[]},{"section":"patch-horizontalpodautoscaler-v2-autoscaling","subsections":[]},{"section":"create-horizontalpodautoscaler-v2-autoscaling","subsections":[]}]}]},{"section":"limitrange-v1-core","subsections":[{"section":"-strong-read-operations-limitrange-v1-core-strong-","subsections":[{"section":"watch-list-all-namespaces-limitrange-v1-core","subsections":[]},{"section":"watch-list-limitrange-v1-core","subsections":[]},{"section":"watch-limitrange-v1-core","subsections":[]},{"section":"list-all-namespaces-limitrange-v1-core","subsections":[]},{"section":"list-limitrange-v1-core","subsections":[]},{"section":"read-limitrange-v1-core","subsections":[]}]},{"section":"-strong-write-operations-limitrange-v1-core-strong-","subsections":[{"section":"delete-collection-limitrange-v1-core","subsections":[]},{"section":"delete-limitrange-v1-core","subsections":[]},{"section":"replace-limitrange-v1-core","subsections":[]},{"section":"patch-limitrange-v1-core","subsections":[]},{"section":"create-limitrange-v1-core","subsections":[]}]}]},{"section":"event-v1-events-k8s-io","subsections":[{"section":"-strong-read-operations-event-v1-events-k8s-io-strong-","subsections":[{"section":"watch-list-all-namespaces-event-v1-events-k8s-io","subsections":[]},{"section":"watch-list-event-v1-events-k8s-io","subsections":[]},{"section":"watch-event-v1-events-k8s-io","subsections":[]},{"section":"list-all-namespaces-event-v1-events-k8s-io","subsections":[]},{"section":"list-event-v1-events-k8s-io","subsections":[]},{"section":"read-event-v1-events-k8s-io","subsections":[]}]},{"section":"-strong-write-operations-event-v1-events-k8s-io-strong-","subsections":[{"section":"delete-collection-event-v1-events-k8s-io","subsections":[]},{"section":"delete-event-v1-events-k8s-io","subsections":[]},{"section":"replace-event-v1-events-k8s-io","subsections":[]},{"section":"patch-event-v1-events-k8s-io","subsections":[]},{"section":"create-event-v1-events-k8s-io","subsections":[]}]}]},{"section":"customresourcedefinition-v1-apiextensions-k8s-io","subsections":[{"section":"-strong-status-operations-customresourcedefinition-v1-apiextensions-k8s-io-strong-","subsections":[{"section":"replace-status-customresourcedefinition-v1-apiextensions-k8s-io","subsections":[]},{"section":"read-status-customresourcedefinition-v1-apiextensions-k8s-io","subsections":[]},{"section":"patch-status-customresourcedefinition-v1-apiextensions-k8s-io","subsections":[]}]},{"section":"-strong-read-operations-customresourcedefinition-v1-apiextensions-k8s-io-strong-","subsections":[{"section":"watch-list-customresourcedefinition-v1-apiextensions-k8s-io","subsections":[]},{"section":"watch-customresourcedefinition-v1-apiextensions-k8s-io","subsections":[]},{"section":"list-customresourcedefinition-v1-apiextensions-k8s-io","subsections":[]},{"section":"read-customresourcedefinition-v1-apiextensions-k8s-io","subsections":[]}]},{"section":"-strong-write-operations-customresourcedefinition-v1-apiextensions-k8s-io-strong-","subsections":[{"section":"delete-collection-customresourcedefinition-v1-apiextensions-k8s-io","subsections":[]},{"section":"delete-customresourcedefinition-v1-apiextensions-k8s-io","subsections":[]},{"section":"replace-customresourcedefinition-v1-apiextensions-k8s-io","subsections":[]},{"section":"patch-customresourcedefinition-v1-apiextensions-k8s-io","subsections":[]},{"section":"create-customresourcedefinition-v1-apiextensions-k8s-io","subsections":[]}]}]},{"section":"controllerrevision-v1-apps","subsections":[{"section":"-strong-read-operations-controllerrevision-v1-apps-strong-","subsections":[{"section":"watch-list-all-namespaces-controllerrevision-v1-apps","subsections":[]},{"section":"watch-list-controllerrevision-v1-apps","subsections":[]},{"section":"watch-controllerrevision-v1-apps","subsections":[]},{"section":"list-all-namespaces-controllerrevision-v1-apps","subsections":[]},{"section":"list-controllerrevision-v1-apps","subsections":[]},{"section":"read-controllerrevision-v1-apps","subsections":[]}]},{"section":"-strong-write-operations-controllerrevision-v1-apps-strong-","subsections":[{"section":"delete-collection-controllerrevision-v1-apps","subsections":[]},{"section":"delete-controllerrevision-v1-apps","subsections":[]},{"section":"replace-controllerrevision-v1-apps","subsections":[]},{"section":"patch-controllerrevision-v1-apps","subsections":[]},{"section":"create-controllerrevision-v1-apps","subsections":[]}]}]},{"section":"clustertrustbundle-v1alpha1-certificates-k8s-io","subsections":[{"section":"-strong-read-operations-clustertrustbundle-v1alpha1-certificates-k8s-io-strong-","subsections":[{"section":"watch-list-clustertrustbundle-v1alpha1-certificates-k8s-io","subsections":[]},{"section":"watch-clustertrustbundle-v1alpha1-certificates-k8s-io","subsections":[]},{"section":"list-clustertrustbundle-v1alpha1-certificates-k8s-io","subsections":[]},{"section":"read-clustertrustbundle-v1alpha1-certificates-k8s-io","subsections":[]}]},{"section":"-strong-write-operations-clustertrustbundle-v1alpha1-certificates-k8s-io-strong-","subsections":[{"section":"delete-collection-clustertrustbundle-v1alpha1-certificates-k8s-io","subsections":[]},{"section":"delete-clustertrustbundle-v1alpha1-certificates-k8s-io","subsections":[]},{"section":"replace-clustertrustbundle-v1alpha1-certificates-k8s-io","subsections":[]},{"section":"patch-clustertrustbundle-v1alpha1-certificates-k8s-io","subsections":[]},{"section":"create-clustertrustbundle-v1alpha1-certificates-k8s-io","subsections":[]}]}]},{"section":"-strong-metadata-apis-strong-","subsections":[]},{"section":"volumeattachment-v1-storage-k8s-io","subsections":[{"section":"-strong-status-operations-volumeattachment-v1-storage-k8s-io-strong-","subsections":[{"section":"replace-status-volumeattachment-v1-storage-k8s-io","subsections":[]},{"section":"read-status-volumeattachment-v1-storage-k8s-io","subsections":[]},{"section":"patch-status-volumeattachment-v1-storage-k8s-io","subsections":[]}]},{"section":"-strong-read-operations-volumeattachment-v1-storage-k8s-io-strong-","subsections":[{"section":"watch-list-volumeattachment-v1-storage-k8s-io","subsections":[]},{"section":"watch-volumeattachment-v1-storage-k8s-io","subsections":[]},{"section":"list-volumeattachment-v1-storage-k8s-io","subsections":[]},{"section":"read-volumeattachment-v1-storage-k8s-io","subsections":[]}]},{"section":"-strong-write-operations-volumeattachment-v1-storage-k8s-io-strong-","subsections":[{"section":"delete-collection-volumeattachment-v1-storage-k8s-io","subsections":[]},{"section":"delete-volumeattachment-v1-storage-k8s-io","subsections":[]},{"section":"replace-volumeattachment-v1-storage-k8s-io","subsections":[]},{"section":"patch-volumeattachment-v1-storage-k8s-io","subsections":[]},{"section":"create-volumeattachment-v1-storage-k8s-io","subsections":[]}]}]},{"section":"volume-v1-core","subsections":[]},{"section":"csistoragecapacity-v1-storage-k8s-io","subsections":[{"section":"-strong-read-operations-csistoragecapacity-v1-storage-k8s-io-strong-","subsections":[{"section":"watch-list-all-namespaces-csistoragecapacity-v1-storage-k8s-io","subsections":[]},{"section":"watch-list-csistoragecapacity-v1-storage-k8s-io","subsections":[]},{"section":"watch-csistoragecapacity-v1-storage-k8s-io","subsections":[]},{"section":"list-all-namespaces-csistoragecapacity-v1-storage-k8s-io","subsections":[]},{"section":"list-csistoragecapacity-v1-storage-k8s-io","subsections":[]},{"section":"read-csistoragecapacity-v1-storage-k8s-io","subsections":[]}]},{"section":"-strong-write-operations-csistoragecapacity-v1-storage-k8s-io-strong-","subsections":[{"section":"delete-collection-csistoragecapacity-v1-storage-k8s-io","subsections":[]},{"section":"delete-csistoragecapacity-v1-storage-k8s-io","subsections":[]},{"section":"replace-csistoragecapacity-v1-storage-k8s-io","subsections":[]},{"section":"patch-csistoragecapacity-v1-storage-k8s-io","subsections":[]},{"section":"create-csistoragecapacity-v1-storage-k8s-io","subsections":[]}]}]},{"section":"storageclass-v1-storage-k8s-io","subsections":[{"section":"-strong-read-operations-storageclass-v1-storage-k8s-io-strong-","subsections":[{"section":"watch-list-storageclass-v1-storage-k8s-io","subsections":[]},{"section":"watch-storageclass-v1-storage-k8s-io","subsections":[]},{"section":"list-storageclass-v1-storage-k8s-io","subsections":[]},{"section":"read-storageclass-v1-storage-k8s-io","subsections":[]}]},{"section":"-strong-write-operations-storageclass-v1-storage-k8s-io-strong-","subsections":[{"section":"delete-collection-storageclass-v1-storage-k8s-io","subsections":[]},{"section":"delete-storageclass-v1-storage-k8s-io","subsections":[]},{"section":"replace-storageclass-v1-storage-k8s-io","subsections":[]},{"section":"patch-storageclass-v1-storage-k8s-io","subsections":[]},{"section":"create-storageclass-v1-storage-k8s-io","subsections":[]}]}]},{"section":"persistentvolumeclaim-v1-core","subsections":[{"section":"-strong-status-operations-persistentvolumeclaim-v1-core-strong-","subsections":[{"section":"replace-status-persistentvolumeclaim-v1-core","subsections":[]},{"section":"read-status-persistentvolumeclaim-v1-core","subsections":[]},{"section":"patch-status-persistentvolumeclaim-v1-core","subsections":[]}]},{"section":"-strong-read-operations-persistentvolumeclaim-v1-core-strong-","subsections":[{"section":"watch-list-all-namespaces-persistentvolumeclaim-v1-core","subsections":[]},{"section":"watch-list-persistentvolumeclaim-v1-core","subsections":[]},{"section":"watch-persistentvolumeclaim-v1-core","subsections":[]},{"section":"list-all-namespaces-persistentvolumeclaim-v1-core","subsections":[]},{"section":"list-persistentvolumeclaim-v1-core","subsections":[]},{"section":"read-persistentvolumeclaim-v1-core","subsections":[]}]},{"section":"-strong-write-operations-persistentvolumeclaim-v1-core-strong-","subsections":[{"section":"delete-collection-persistentvolumeclaim-v1-core","subsections":[]},{"section":"delete-persistentvolumeclaim-v1-core","subsections":[]},{"section":"replace-persistentvolumeclaim-v1-core","subsections":[]},{"section":"patch-persistentvolumeclaim-v1-core","subsections":[]},{"section":"create-persistentvolumeclaim-v1-core","subsections":[]}]}]},{"section":"secret-v1-core","subsections":[{"section":"-strong-read-operations-secret-v1-core-strong-","subsections":[{"section":"watch-list-all-namespaces-secret-v1-core","subsections":[]},{"section":"watch-list-secret-v1-core","subsections":[]},{"section":"watch-secret-v1-core","subsections":[]},{"section":"list-all-namespaces-secret-v1-core","subsections":[]},{"section":"list-secret-v1-core","subsections":[]},{"section":"read-secret-v1-core","subsections":[]}]},{"section":"-strong-write-operations-secret-v1-core-strong-","subsections":[{"section":"delete-collection-secret-v1-core","subsections":[]},{"section":"delete-secret-v1-core","subsections":[]},{"section":"replace-secret-v1-core","subsections":[]},{"section":"patch-secret-v1-core","subsections":[]},{"section":"create-secret-v1-core","subsections":[]}]}]},{"section":"csinode-v1-storage-k8s-io","subsections":[{"section":"-strong-read-operations-csinode-v1-storage-k8s-io-strong-","subsections":[{"section":"watch-list-csinode-v1-storage-k8s-io","subsections":[]},{"section":"watch-csinode-v1-storage-k8s-io","subsections":[]},{"section":"list-csinode-v1-storage-k8s-io","subsections":[]},{"section":"read-csinode-v1-storage-k8s-io","subsections":[]}]},{"section":"-strong-write-operations-csinode-v1-storage-k8s-io-strong-","subsections":[{"section":"delete-collection-csinode-v1-storage-k8s-io","subsections":[]},{"section":"delete-csinode-v1-storage-k8s-io","subsections":[]},{"section":"replace-csinode-v1-storage-k8s-io","subsections":[]},{"section":"patch-csinode-v1-storage-k8s-io","subsections":[]},{"section":"create-csinode-v1-storage-k8s-io","subsections":[]}]}]},{"section":"csidriver-v1-storage-k8s-io","subsections":[{"section":"-strong-read-operations-csidriver-v1-storage-k8s-io-strong-","subsections":[{"section":"watch-list-csidriver-v1-storage-k8s-io","subsections":[]},{"section":"watch-csidriver-v1-storage-k8s-io","subsections":[]},{"section":"list-csidriver-v1-storage-k8s-io","subsections":[]},{"section":"read-csidriver-v1-storage-k8s-io","subsections":[]}]},{"section":"-strong-write-operations-csidriver-v1-storage-k8s-io-strong-","subsections":[{"section":"delete-collection-csidriver-v1-storage-k8s-io","subsections":[]},{"section":"delete-csidriver-v1-storage-k8s-io","subsections":[]},{"section":"replace-csidriver-v1-storage-k8s-io","subsections":[]},{"section":"patch-csidriver-v1-storage-k8s-io","subsections":[]},{"section":"create-csidriver-v1-storage-k8s-io","subsections":[]}]}]},{"section":"configmap-v1-core","subsections":[{"section":"-strong-read-operations-configmap-v1-core-strong-","subsections":[{"section":"watch-list-all-namespaces-configmap-v1-core","subsections":[]},{"section":"watch-list-configmap-v1-core","subsections":[]},{"section":"watch-configmap-v1-core","subsections":[]},{"section":"list-all-namespaces-configmap-v1-core","subsections":[]},{"section":"list-configmap-v1-core","subsections":[]},{"section":"read-configmap-v1-core","subsections":[]}]},{"section":"-strong-write-operations-configmap-v1-core-strong-","subsections":[{"section":"delete-collection-configmap-v1-core","subsections":[]},{"section":"delete-configmap-v1-core","subsections":[]},{"section":"replace-configmap-v1-core","subsections":[]},{"section":"patch-configmap-v1-core","subsections":[]},{"section":"create-configmap-v1-core","subsections":[]}]}]},{"section":"-strong-config-and-storage-apis-strong-","subsections":[]},{"section":"service-v1-core","subsections":[{"section":"-strong-proxy-operations-service-v1-core-strong-","subsections":[{"section":"replace-connect-proxy-path-service-v1-core","subsections":[]},{"section":"replace-connect-proxy-service-v1-core","subsections":[]},{"section":"head-connect-proxy-path-service-v1-core","subsections":[]},{"section":"head-connect-proxy-service-v1-core","subsections":[]},{"section":"get-connect-proxy-path-service-v1-core","subsections":[]},{"section":"get-connect-proxy-service-v1-core","subsections":[]},{"section":"delete-connect-proxy-path-service-v1-core","subsections":[]},{"section":"delete-connect-proxy-service-v1-core","subsections":[]},{"section":"create-connect-proxy-path-service-v1-core","subsections":[]},{"section":"create-connect-proxy-service-v1-core","subsections":[]}]},{"section":"-strong-status-operations-service-v1-core-strong-","subsections":[{"section":"replace-status-service-v1-core","subsections":[]},{"section":"read-status-service-v1-core","subsections":[]},{"section":"patch-status-service-v1-core","subsections":[]}]},{"section":"-strong-read-operations-service-v1-core-strong-","subsections":[{"section":"watch-list-all-namespaces-service-v1-core","subsections":[]},{"section":"watch-list-service-v1-core","subsections":[]},{"section":"watch-service-v1-core","subsections":[]},{"section":"list-all-namespaces-service-v1-core","subsections":[]},{"section":"list-service-v1-core","subsections":[]},{"section":"read-service-v1-core","subsections":[]}]},{"section":"-strong-write-operations-service-v1-core-strong-","subsections":[{"section":"delete-collection-service-v1-core","subsections":[]},{"section":"delete-service-v1-core","subsections":[]},{"section":"replace-service-v1-core","subsections":[]},{"section":"patch-service-v1-core","subsections":[]},{"section":"create-service-v1-core","subsections":[]}]}]},{"section":"ingressclass-v1-networking-k8s-io","subsections":[{"section":"-strong-read-operations-ingressclass-v1-networking-k8s-io-strong-","subsections":[{"section":"watch-list-ingressclass-v1-networking-k8s-io","subsections":[]},{"section":"watch-ingressclass-v1-networking-k8s-io","subsections":[]},{"section":"list-ingressclass-v1-networking-k8s-io","subsections":[]},{"section":"read-ingressclass-v1-networking-k8s-io","subsections":[]}]},{"section":"-strong-write-operations-ingressclass-v1-networking-k8s-io-strong-","subsections":[{"section":"delete-collection-ingressclass-v1-networking-k8s-io","subsections":[]},{"section":"delete-ingressclass-v1-networking-k8s-io","subsections":[]},{"section":"replace-ingressclass-v1-networking-k8s-io","subsections":[]},{"section":"patch-ingressclass-v1-networking-k8s-io","subsections":[]},{"section":"create-ingressclass-v1-networking-k8s-io","subsections":[]}]}]},{"section":"ingress-v1-networking-k8s-io","subsections":[{"section":"-strong-status-operations-ingress-v1-networking-k8s-io-strong-","subsections":[{"section":"replace-status-ingress-v1-networking-k8s-io","subsections":[]},{"section":"read-status-ingress-v1-networking-k8s-io","subsections":[]},{"section":"patch-status-ingress-v1-networking-k8s-io","subsections":[]}]},{"section":"-strong-read-operations-ingress-v1-networking-k8s-io-strong-","subsections":[{"section":"watch-list-all-namespaces-ingress-v1-networking-k8s-io","subsections":[]},{"section":"watch-list-ingress-v1-networking-k8s-io","subsections":[]},{"section":"watch-ingress-v1-networking-k8s-io","subsections":[]},{"section":"list-all-namespaces-ingress-v1-networking-k8s-io","subsections":[]},{"section":"list-ingress-v1-networking-k8s-io","subsections":[]},{"section":"read-ingress-v1-networking-k8s-io","subsections":[]}]},{"section":"-strong-write-operations-ingress-v1-networking-k8s-io-strong-","subsections":[{"section":"delete-collection-ingress-v1-networking-k8s-io","subsections":[]},{"section":"delete-ingress-v1-networking-k8s-io","subsections":[]},{"section":"replace-ingress-v1-networking-k8s-io","subsections":[]},{"section":"patch-ingress-v1-networking-k8s-io","subsections":[]},{"section":"create-ingress-v1-networking-k8s-io","subsections":[]}]}]},{"section":"clustercidr-v1alpha1-networking-k8s-io","subsections":[{"section":"-strong-read-operations-clustercidr-v1alpha1-networking-k8s-io-strong-","subsections":[{"section":"watch-list-clustercidr-v1alpha1-networking-k8s-io","subsections":[]},{"section":"watch-clustercidr-v1alpha1-networking-k8s-io","subsections":[]},{"section":"list-clustercidr-v1alpha1-networking-k8s-io","subsections":[]},{"section":"read-clustercidr-v1alpha1-networking-k8s-io","subsections":[]}]},{"section":"-strong-write-operations-clustercidr-v1alpha1-networking-k8s-io-strong-","subsections":[{"section":"delete-collection-clustercidr-v1alpha1-networking-k8s-io","subsections":[]},{"section":"delete-clustercidr-v1alpha1-networking-k8s-io","subsections":[]},{"section":"replace-clustercidr-v1alpha1-networking-k8s-io","subsections":[]},{"section":"patch-clustercidr-v1alpha1-networking-k8s-io","subsections":[]},{"section":"create-clustercidr-v1alpha1-networking-k8s-io","subsections":[]}]}]},{"section":"endpointslice-v1-discovery-k8s-io","subsections":[{"section":"-strong-read-operations-endpointslice-v1-discovery-k8s-io-strong-","subsections":[{"section":"watch-list-all-namespaces-endpointslice-v1-discovery-k8s-io","subsections":[]},{"section":"watch-list-endpointslice-v1-discovery-k8s-io","subsections":[]},{"section":"watch-endpointslice-v1-discovery-k8s-io","subsections":[]},{"section":"list-all-namespaces-endpointslice-v1-discovery-k8s-io","subsections":[]},{"section":"list-endpointslice-v1-discovery-k8s-io","subsections":[]},{"section":"read-endpointslice-v1-discovery-k8s-io","subsections":[]}]},{"section":"-strong-write-operations-endpointslice-v1-discovery-k8s-io-strong-","subsections":[{"section":"delete-collection-endpointslice-v1-discovery-k8s-io","subsections":[]},{"section":"delete-endpointslice-v1-discovery-k8s-io","subsections":[]},{"section":"replace-endpointslice-v1-discovery-k8s-io","subsections":[]},{"section":"patch-endpointslice-v1-discovery-k8s-io","subsections":[]},{"section":"create-endpointslice-v1-discovery-k8s-io","subsections":[]}]}]},{"section":"endpoints-v1-core","subsections":[{"section":"-strong-read-operations-endpoints-v1-core-strong-","subsections":[{"section":"watch-list-all-namespaces-endpoints-v1-core","subsections":[]},{"section":"watch-list-endpoints-v1-core","subsections":[]},{"section":"watch-endpoints-v1-core","subsections":[]},{"section":"list-all-namespaces-endpoints-v1-core","subsections":[]},{"section":"list-endpoints-v1-core","subsections":[]},{"section":"read-endpoints-v1-core","subsections":[]}]},{"section":"-strong-write-operations-endpoints-v1-core-strong-","subsections":[{"section":"delete-collection-endpoints-v1-core","subsections":[]},{"section":"delete-endpoints-v1-core","subsections":[]},{"section":"replace-endpoints-v1-core","subsections":[]},{"section":"patch-endpoints-v1-core","subsections":[]},{"section":"create-endpoints-v1-core","subsections":[]}]}]},{"section":"-strong-service-apis-strong-","subsections":[]},{"section":"statefulset-v1-apps","subsections":[{"section":"-strong-misc-operations-statefulset-v1-apps-strong-","subsections":[{"section":"patch-scale-statefulset-v1-apps","subsections":[]},{"section":"replace-scale-statefulset-v1-apps","subsections":[]},{"section":"read-scale-statefulset-v1-apps","subsections":[]}]},{"section":"-strong-status-operations-statefulset-v1-apps-strong-","subsections":[{"section":"replace-status-statefulset-v1-apps","subsections":[]},{"section":"read-status-statefulset-v1-apps","subsections":[]},{"section":"patch-status-statefulset-v1-apps","subsections":[]}]},{"section":"-strong-read-operations-statefulset-v1-apps-strong-","subsections":[{"section":"watch-list-all-namespaces-statefulset-v1-apps","subsections":[]},{"section":"watch-list-statefulset-v1-apps","subsections":[]},{"section":"watch-statefulset-v1-apps","subsections":[]},{"section":"list-all-namespaces-statefulset-v1-apps","subsections":[]},{"section":"list-statefulset-v1-apps","subsections":[]},{"section":"read-statefulset-v1-apps","subsections":[]}]},{"section":"-strong-write-operations-statefulset-v1-apps-strong-","subsections":[{"section":"delete-collection-statefulset-v1-apps","subsections":[]},{"section":"delete-statefulset-v1-apps","subsections":[]},{"section":"replace-statefulset-v1-apps","subsections":[]},{"section":"patch-statefulset-v1-apps","subsections":[]},{"section":"create-statefulset-v1-apps","subsections":[]}]}]},{"section":"replicationcontroller-v1-core","subsections":[{"section":"-strong-misc-operations-replicationcontroller-v1-core-strong-","subsections":[{"section":"patch-scale-replicationcontroller-v1-core","subsections":[]},{"section":"replace-scale-replicationcontroller-v1-core","subsections":[]},{"section":"read-scale-replicationcontroller-v1-core","subsections":[]}]},{"section":"-strong-status-operations-replicationcontroller-v1-core-strong-","subsections":[{"section":"replace-status-replicationcontroller-v1-core","subsections":[]},{"section":"read-status-replicationcontroller-v1-core","subsections":[]},{"section":"patch-status-replicationcontroller-v1-core","subsections":[]}]},{"section":"-strong-read-operations-replicationcontroller-v1-core-strong-","subsections":[{"section":"watch-list-all-namespaces-replicationcontroller-v1-core","subsections":[]},{"section":"watch-list-replicationcontroller-v1-core","subsections":[]},{"section":"watch-replicationcontroller-v1-core","subsections":[]},{"section":"list-all-namespaces-replicationcontroller-v1-core","subsections":[]},{"section":"list-replicationcontroller-v1-core","subsections":[]},{"section":"read-replicationcontroller-v1-core","subsections":[]}]},{"section":"-strong-write-operations-replicationcontroller-v1-core-strong-","subsections":[{"section":"delete-collection-replicationcontroller-v1-core","subsections":[]},{"section":"delete-replicationcontroller-v1-core","subsections":[]},{"section":"replace-replicationcontroller-v1-core","subsections":[]},{"section":"patch-replicationcontroller-v1-core","subsections":[]},{"section":"create-replicationcontroller-v1-core","subsections":[]}]}]},{"section":"replicaset-v1-apps","subsections":[{"section":"-strong-misc-operations-replicaset-v1-apps-strong-","subsections":[{"section":"patch-scale-replicaset-v1-apps","subsections":[]},{"section":"replace-scale-replicaset-v1-apps","subsections":[]},{"section":"read-scale-replicaset-v1-apps","subsections":[]}]},{"section":"-strong-status-operations-replicaset-v1-apps-strong-","subsections":[{"section":"replace-status-replicaset-v1-apps","subsections":[]},{"section":"read-status-replicaset-v1-apps","subsections":[]},{"section":"patch-status-replicaset-v1-apps","subsections":[]}]},{"section":"-strong-read-operations-replicaset-v1-apps-strong-","subsections":[{"section":"watch-list-all-namespaces-replicaset-v1-apps","subsections":[]},{"section":"watch-list-replicaset-v1-apps","subsections":[]},{"section":"watch-replicaset-v1-apps","subsections":[]},{"section":"list-all-namespaces-replicaset-v1-apps","subsections":[]},{"section":"list-replicaset-v1-apps","subsections":[]},{"section":"read-replicaset-v1-apps","subsections":[]}]},{"section":"-strong-write-operations-replicaset-v1-apps-strong-","subsections":[{"section":"delete-collection-replicaset-v1-apps","subsections":[]},{"section":"delete-replicaset-v1-apps","subsections":[]},{"section":"replace-replicaset-v1-apps","subsections":[]},{"section":"patch-replicaset-v1-apps","subsections":[]},{"section":"create-replicaset-v1-apps","subsections":[]}]}]},{"section":"pod-v1-core","subsections":[{"section":"-strong-misc-operations-pod-v1-core-strong-","subsections":[{"section":"read-log-pod-v1-core","subsections":[]}]},{"section":"-strong-proxy-operations-pod-v1-core-strong-","subsections":[{"section":"replace-connect-proxy-path-pod-v1-core","subsections":[]},{"section":"replace-connect-proxy-pod-v1-core","subsections":[]},{"section":"head-connect-proxy-path-pod-v1-core","subsections":[]},{"section":"head-connect-proxy-pod-v1-core","subsections":[]},{"section":"get-connect-proxy-path-pod-v1-core","subsections":[]},{"section":"get-connect-proxy-pod-v1-core","subsections":[]},{"section":"get-connect-portforward-pod-v1-core","subsections":[]},{"section":"delete-connect-proxy-path-pod-v1-core","subsections":[]},{"section":"delete-connect-proxy-pod-v1-core","subsections":[]},{"section":"create-connect-proxy-path-pod-v1-core","subsections":[]},{"section":"create-connect-proxy-pod-v1-core","subsections":[]},{"section":"create-connect-portforward-pod-v1-core","subsections":[]}]},{"section":"-strong-ephemeralcontainers-operations-pod-v1-core-strong-","subsections":[{"section":"replace-ephemeralcontainers-pod-v1-core","subsections":[]},{"section":"read-ephemeralcontainers-pod-v1-core","subsections":[]},{"section":"patch-ephemeralcontainers-pod-v1-core","subsections":[]}]},{"section":"-strong-status-operations-pod-v1-core-strong-","subsections":[{"section":"replace-status-pod-v1-core","subsections":[]},{"section":"read-status-pod-v1-core","subsections":[]},{"section":"patch-status-pod-v1-core","subsections":[]}]},{"section":"-strong-read-operations-pod-v1-core-strong-","subsections":[{"section":"watch-list-all-namespaces-pod-v1-core","subsections":[]},{"section":"watch-list-pod-v1-core","subsections":[]},{"section":"watch-pod-v1-core","subsections":[]},{"section":"list-all-namespaces-pod-v1-core","subsections":[]},{"section":"list-pod-v1-core","subsections":[]},{"section":"read-pod-v1-core","subsections":[]}]},{"section":"-strong-write-operations-pod-v1-core-strong-","subsections":[{"section":"delete-collection-pod-v1-core","subsections":[]},{"section":"delete-pod-v1-core","subsections":[]},{"section":"replace-pod-v1-core","subsections":[]},{"section":"patch-pod-v1-core","subsections":[]},{"section":"create-eviction-pod-v1-core","subsections":[]},{"section":"create-pod-v1-core","subsections":[]}]}]},{"section":"job-v1-batch","subsections":[{"section":"-strong-status-operations-job-v1-batch-strong-","subsections":[{"section":"replace-status-job-v1-batch","subsections":[]},{"section":"read-status-job-v1-batch","subsections":[]},{"section":"patch-status-job-v1-batch","subsections":[]}]},{"section":"-strong-read-operations-job-v1-batch-strong-","subsections":[{"section":"watch-list-all-namespaces-job-v1-batch","subsections":[]},{"section":"watch-list-job-v1-batch","subsections":[]},{"section":"watch-job-v1-batch","subsections":[]},{"section":"list-all-namespaces-job-v1-batch","subsections":[]},{"section":"list-job-v1-batch","subsections":[]},{"section":"read-job-v1-batch","subsections":[]}]},{"section":"-strong-write-operations-job-v1-batch-strong-","subsections":[{"section":"delete-collection-job-v1-batch","subsections":[]},{"section":"delete-job-v1-batch","subsections":[]},{"section":"replace-job-v1-batch","subsections":[]},{"section":"patch-job-v1-batch","subsections":[]},{"section":"create-job-v1-batch","subsections":[]}]}]},{"section":"deployment-v1-apps","subsections":[{"section":"-strong-misc-operations-deployment-v1-apps-strong-","subsections":[{"section":"patch-scale-deployment-v1-apps","subsections":[]},{"section":"replace-scale-deployment-v1-apps","subsections":[]},{"section":"read-scale-deployment-v1-apps","subsections":[]}]},{"section":"-strong-status-operations-deployment-v1-apps-strong-","subsections":[{"section":"replace-status-deployment-v1-apps","subsections":[]},{"section":"read-status-deployment-v1-apps","subsections":[]},{"section":"patch-status-deployment-v1-apps","subsections":[]}]},{"section":"-strong-read-operations-deployment-v1-apps-strong-","subsections":[{"section":"watch-list-all-namespaces-deployment-v1-apps","subsections":[]},{"section":"watch-list-deployment-v1-apps","subsections":[]},{"section":"watch-deployment-v1-apps","subsections":[]},{"section":"list-all-namespaces-deployment-v1-apps","subsections":[]},{"section":"list-deployment-v1-apps","subsections":[]},{"section":"read-deployment-v1-apps","subsections":[]}]},{"section":"-strong-write-operations-deployment-v1-apps-strong-","subsections":[{"section":"delete-collection-deployment-v1-apps","subsections":[]},{"section":"delete-deployment-v1-apps","subsections":[]},{"section":"replace-deployment-v1-apps","subsections":[]},{"section":"patch-deployment-v1-apps","subsections":[]},{"section":"create-deployment-v1-apps","subsections":[]}]}]},{"section":"daemonset-v1-apps","subsections":[{"section":"-strong-status-operations-daemonset-v1-apps-strong-","subsections":[{"section":"replace-status-daemonset-v1-apps","subsections":[]},{"section":"read-status-daemonset-v1-apps","subsections":[]},{"section":"patch-status-daemonset-v1-apps","subsections":[]}]},{"section":"-strong-read-operations-daemonset-v1-apps-strong-","subsections":[{"section":"watch-list-all-namespaces-daemonset-v1-apps","subsections":[]},{"section":"watch-list-daemonset-v1-apps","subsections":[]},{"section":"watch-daemonset-v1-apps","subsections":[]},{"section":"list-all-namespaces-daemonset-v1-apps","subsections":[]},{"section":"list-daemonset-v1-apps","subsections":[]},{"section":"read-daemonset-v1-apps","subsections":[]}]},{"section":"-strong-write-operations-daemonset-v1-apps-strong-","subsections":[{"section":"delete-collection-daemonset-v1-apps","subsections":[]},{"section":"delete-daemonset-v1-apps","subsections":[]},{"section":"replace-daemonset-v1-apps","subsections":[]},{"section":"patch-daemonset-v1-apps","subsections":[]},{"section":"create-daemonset-v1-apps","subsections":[]}]}]},{"section":"cronjob-v1-batch","subsections":[{"section":"-strong-status-operations-cronjob-v1-batch-strong-","subsections":[{"section":"replace-status-cronjob-v1-batch","subsections":[]},{"section":"read-status-cronjob-v1-batch","subsections":[]},{"section":"patch-status-cronjob-v1-batch","subsections":[]}]},{"section":"-strong-read-operations-cronjob-v1-batch-strong-","subsections":[{"section":"watch-list-all-namespaces-cronjob-v1-batch","subsections":[]},{"section":"watch-list-cronjob-v1-batch","subsections":[]},{"section":"watch-cronjob-v1-batch","subsections":[]},{"section":"list-all-namespaces-cronjob-v1-batch","subsections":[]},{"section":"list-cronjob-v1-batch","subsections":[]},{"section":"read-cronjob-v1-batch","subsections":[]}]},{"section":"-strong-write-operations-cronjob-v1-batch-strong-","subsections":[{"section":"delete-collection-cronjob-v1-batch","subsections":[]},{"section":"delete-cronjob-v1-batch","subsections":[]},{"section":"replace-cronjob-v1-batch","subsections":[]},{"section":"patch-cronjob-v1-batch","subsections":[]},{"section":"create-cronjob-v1-batch","subsections":[]}]}]},{"section":"container-v1-core","subsections":[]},{"section":"-strong-workloads-apis-strong-","subsections":[]},{"section":"-strong-api-groups-strong-","subsections":[]},{"section":"-strong-api-overview-strong-","subsections":[]}],"flatToc":["webhookclientconfig-v1-apiextensions-k8s-io","variable-v1alpha1-admissionregistration-k8s-io","validation-v1alpha1-admissionregistration-k8s-io","watch-list-validatingadmissionpolicybinding-v1alpha1-admissionregistration-k8s-io","watch-validatingadmissionpolicybinding-v1alpha1-admissionregistration-k8s-io","list-validatingadmissionpolicybinding-v1alpha1-admissionregistration-k8s-io","read-validatingadmissionpolicybinding-v1alpha1-admissionregistration-k8s-io","-strong-read-operations-validatingadmissionpolicybinding-v1alpha1-admissionregistration-k8s-io-strong-","delete-collection-validatingadmissionpolicybinding-v1alpha1-admissionregistration-k8s-io","delete-validatingadmissionpolicybinding-v1alpha1-admissionregistration-k8s-io","replace-validatingadmissionpolicybinding-v1alpha1-admissionregistration-k8s-io","patch-validatingadmissionpolicybinding-v1alpha1-admissionregistration-k8s-io","create-validatingadmissionpolicybinding-v1alpha1-admissionregistration-k8s-io","-strong-write-operations-validatingadmissionpolicybinding-v1alpha1-admissionregistration-k8s-io-strong-","validatingadmissionpolicybinding-v1alpha1-admissionregistration-k8s-io","replace-status-validatingadmissionpolicy-v1alpha1-admissionregistration-k8s-io","read-status-validatingadmissionpolicy-v1alpha1-admissionregistration-k8s-io","patch-status-validatingadmissionpolicy-v1alpha1-admissionregistration-k8s-io","-strong-status-operations-validatingadmissionpolicy-v1alpha1-admissionregistration-k8s-io-strong-","watch-list-validatingadmissionpolicy-v1alpha1-admissionregistration-k8s-io","watch-validatingadmissionpolicy-v1alpha1-admissionregistration-k8s-io","list-validatingadmissionpolicy-v1alpha1-admissionregistration-k8s-io","read-validatingadmissionpolicy-v1alpha1-admissionregistration-k8s-io","-strong-read-operations-validatingadmissionpolicy-v1alpha1-admissionregistration-k8s-io-strong-","delete-collection-validatingadmissionpolicy-v1alpha1-admissionregistration-k8s-io","delete-validatingadmissionpolicy-v1alpha1-admissionregistration-k8s-io","replace-validatingadmissionpolicy-v1alpha1-admissionregistration-k8s-io","patch-validatingadmissionpolicy-v1alpha1-admissionregistration-k8s-io","create-validatingadmissionpolicy-v1alpha1-admissionregistration-k8s-io","-strong-write-operations-validatingadmissionpolicy-v1alpha1-admissionregistration-k8s-io-strong-","validatingadmissionpolicy-v1alpha1-admissionregistration-k8s-io","usersubject-v1beta2-flowcontrol-apiserver-k8s-io","typechecking-v1alpha1-admissionregistration-k8s-io","tokenrequest-v1-storage-k8s-io","subject-v1beta2-flowcontrol-apiserver-k8s-io","subject-v1-rbac-authorization-k8s-io","servicereference-v1-apiregistration-k8s-io","servicereference-v1-apiextensions-k8s-io","serviceaccountsubject-v1beta2-flowcontrol-apiserver-k8s-io","create-selfsubjectreview-v1alpha1-authentication-k8s-io","-strong-write-operations-selfsubjectreview-v1alpha1-authentication-k8s-io-strong-","selfsubjectreview-v1alpha1-authentication-k8s-io","create-selfsubjectreview-v1beta1-authentication-k8s-io","-strong-write-operations-selfsubjectreview-v1beta1-authentication-k8s-io-strong-","selfsubjectreview-v1beta1-authentication-k8s-io","resourcepolicyrule-v1beta2-flowcontrol-apiserver-k8s-io","replace-status-resourceclaim-v1alpha2-resource-k8s-io","read-status-resourceclaim-v1alpha2-resource-k8s-io","patch-status-resourceclaim-v1alpha2-resource-k8s-io","-strong-status-operations-resourceclaim-v1alpha2-resource-k8s-io-strong-","watch-list-all-namespaces-resourceclaim-v1alpha2-resource-k8s-io","watch-list-resourceclaim-v1alpha2-resource-k8s-io","watch-resourceclaim-v1alpha2-resource-k8s-io","list-all-namespaces-resourceclaim-v1alpha2-resource-k8s-io","list-resourceclaim-v1alpha2-resource-k8s-io","read-resourceclaim-v1alpha2-resource-k8s-io","-strong-read-operations-resourceclaim-v1alpha2-resource-k8s-io-strong-","delete-collection-resourceclaim-v1alpha2-resource-k8s-io","delete-resourceclaim-v1alpha2-resource-k8s-io","replace-resourceclaim-v1alpha2-resource-k8s-io","patch-resourceclaim-v1alpha2-resource-k8s-io","create-resourceclaim-v1alpha2-resource-k8s-io","-strong-write-operations-resourceclaim-v1alpha2-resource-k8s-io-strong-","resourceclaim-v1alpha2-resource-k8s-io","queuingconfiguration-v1beta2-flowcontrol-apiserver-k8s-io","prioritylevelconfigurationreference-v1beta2-flowcontrol-apiserver-k8s-io","prioritylevelconfigurationcondition-v1beta2-flowcontrol-apiserver-k8s-io","replace-status-prioritylevelconfiguration-v1beta2-flowcontrol-apiserver-k8s-io","read-status-prioritylevelconfiguration-v1beta2-flowcontrol-apiserver-k8s-io","patch-status-prioritylevelconfiguration-v1beta2-flowcontrol-apiserver-k8s-io","-strong-status-operations-prioritylevelconfiguration-v1beta2-flowcontrol-apiserver-k8s-io-strong-","watch-list-prioritylevelconfiguration-v1beta2-flowcontrol-apiserver-k8s-io","watch-prioritylevelconfiguration-v1beta2-flowcontrol-apiserver-k8s-io","list-prioritylevelconfiguration-v1beta2-flowcontrol-apiserver-k8s-io","read-prioritylevelconfiguration-v1beta2-flowcontrol-apiserver-k8s-io","-strong-read-operations-prioritylevelconfiguration-v1beta2-flowcontrol-apiserver-k8s-io-strong-","delete-collection-prioritylevelconfiguration-v1beta2-flowcontrol-apiserver-k8s-io","delete-prioritylevelconfiguration-v1beta2-flowcontrol-apiserver-k8s-io","replace-prioritylevelconfiguration-v1beta2-flowcontrol-apiserver-k8s-io","patch-prioritylevelconfiguration-v1beta2-flowcontrol-apiserver-k8s-io","create-prioritylevelconfiguration-v1beta2-flowcontrol-apiserver-k8s-io","-strong-write-operations-prioritylevelconfiguration-v1beta2-flowcontrol-apiserver-k8s-io-strong-","prioritylevelconfiguration-v1beta2-flowcontrol-apiserver-k8s-io","policyruleswithsubjects-v1beta2-flowcontrol-apiserver-k8s-io","paramref-v1alpha1-admissionregistration-k8s-io","paramkind-v1alpha1-admissionregistration-k8s-io","nonresourcepolicyrule-v1beta2-flowcontrol-apiserver-k8s-io","namedrulewithoperations-v1alpha1-admissionregistration-k8s-io","matchresources-v1alpha1-admissionregistration-k8s-io","matchcondition-v1alpha1-admissionregistration-k8s-io","matchcondition-v1beta1-admissionregistration-k8s-io","limitedprioritylevelconfiguration-v1beta2-flowcontrol-apiserver-k8s-io","limitresponse-v1beta2-flowcontrol-apiserver-k8s-io","replace-status-horizontalpodautoscaler-v1-autoscaling","read-status-horizontalpodautoscaler-v1-autoscaling","patch-status-horizontalpodautoscaler-v1-autoscaling","-strong-status-operations-horizontalpodautoscaler-v1-autoscaling-strong-","watch-list-all-namespaces-horizontalpodautoscaler-v1-autoscaling","watch-list-horizontalpodautoscaler-v1-autoscaling","watch-horizontalpodautoscaler-v1-autoscaling","list-all-namespaces-horizontalpodautoscaler-v1-autoscaling","list-horizontalpodautoscaler-v1-autoscaling","read-horizontalpodautoscaler-v1-autoscaling","-strong-read-operations-horizontalpodautoscaler-v1-autoscaling-strong-","delete-collection-horizontalpodautoscaler-v1-autoscaling","delete-horizontalpodautoscaler-v1-autoscaling","replace-horizontalpodautoscaler-v1-autoscaling","patch-horizontalpodautoscaler-v1-autoscaling","create-horizontalpodautoscaler-v1-autoscaling","-strong-write-operations-horizontalpodautoscaler-v1-autoscaling-strong-","horizontalpodautoscaler-v1-autoscaling","groupsubject-v1beta2-flowcontrol-apiserver-k8s-io","flowschemacondition-v1beta2-flowcontrol-apiserver-k8s-io","replace-status-flowschema-v1beta2-flowcontrol-apiserver-k8s-io","read-status-flowschema-v1beta2-flowcontrol-apiserver-k8s-io","patch-status-flowschema-v1beta2-flowcontrol-apiserver-k8s-io","-strong-status-operations-flowschema-v1beta2-flowcontrol-apiserver-k8s-io-strong-","watch-list-flowschema-v1beta2-flowcontrol-apiserver-k8s-io","watch-flowschema-v1beta2-flowcontrol-apiserver-k8s-io","list-flowschema-v1beta2-flowcontrol-apiserver-k8s-io","read-flowschema-v1beta2-flowcontrol-apiserver-k8s-io","-strong-read-operations-flowschema-v1beta2-flowcontrol-apiserver-k8s-io-strong-","delete-collection-flowschema-v1beta2-flowcontrol-apiserver-k8s-io","delete-flowschema-v1beta2-flowcontrol-apiserver-k8s-io","replace-flowschema-v1beta2-flowcontrol-apiserver-k8s-io","patch-flowschema-v1beta2-flowcontrol-apiserver-k8s-io","create-flowschema-v1beta2-flowcontrol-apiserver-k8s-io","-strong-write-operations-flowschema-v1beta2-flowcontrol-apiserver-k8s-io-strong-","flowschema-v1beta2-flowcontrol-apiserver-k8s-io","flowdistinguishermethod-v1beta2-flowcontrol-apiserver-k8s-io","expressionwarning-v1alpha1-admissionregistration-k8s-io","exemptprioritylevelconfiguration-v1beta2-flowcontrol-apiserver-k8s-io","eventseries-v1-core","watch-list-all-namespaces-event-v1-core","watch-list-event-v1-core","watch-event-v1-core","list-all-namespaces-event-v1-core","list-event-v1-core","read-event-v1-core","-strong-read-operations-event-v1-core-strong-","delete-collection-event-v1-core","delete-event-v1-core","replace-event-v1-core","patch-event-v1-core","create-event-v1-core","-strong-write-operations-event-v1-core-strong-","event-v1-core","endpointport-v1-discovery-k8s-io","crossversionobjectreference-v1-autoscaling","auditannotation-v1alpha1-admissionregistration-k8s-io","-strong-old-api-versions-strong-","windowssecuritycontextoptions-v1-core","weightedpodaffinityterm-v1-core","webhookconversion-v1-apiextensions-k8s-io","webhookclientconfig-v1-admissionregistration-k8s-io","watchevent-v1-meta","vspherevirtualdiskvolumesource-v1-core","volumeprojection-v1-core","volumenoderesources-v1-storage-k8s-io","volumenodeaffinity-v1-core","volumemount-v1-core","volumeerror-v1-storage-k8s-io","volumedevice-v1-core","volumeattachmentsource-v1-storage-k8s-io","variable-v1beta1-admissionregistration-k8s-io","validationrule-v1-apiextensions-k8s-io","validation-v1beta1-admissionregistration-k8s-io","validatingwebhook-v1-admissionregistration-k8s-io","usersubject-v1beta3-flowcontrol-apiserver-k8s-io","userinfo-v1-authentication-k8s-io","uncountedterminatedpods-v1-batch","typedobjectreference-v1-core","typedlocalobjectreference-v1-core","typechecking-v1beta1-admissionregistration-k8s-io","topologyspreadconstraint-v1-core","topologyselectorterm-v1-core","topologyselectorlabelrequirement-v1-core","toleration-v1-core","time-v1-meta","taint-v1-core","tcpsocketaction-v1-core","sysctl-v1-core","subjectrulesreviewstatus-v1-authorization-k8s-io","subject-v1beta3-flowcontrol-apiserver-k8s-io","storageversioncondition-v1alpha1-internal-apiserver-k8s-io","storageosvolumesource-v1-core","storageospersistentvolumesource-v1-core","statusdetails-v1-meta","statuscause-v1-meta","status-v1-meta","statefulsetupdatestrategy-v1-apps","statefulsetpersistentvolumeclaimretentionpolicy-v1-apps","statefulsetordinals-v1-apps","statefulsetcondition-v1-apps","sessionaffinityconfig-v1-core","servicereference-v1-admissionregistration-k8s-io","serviceport-v1-core","servicebackendport-v1-networking-k8s-io","serviceaccounttokenprojection-v1-core","serviceaccountsubject-v1beta3-flowcontrol-apiserver-k8s-io","serverstorageversion-v1alpha1-internal-apiserver-k8s-io","serveraddressbyclientcidr-v1-meta","securitycontext-v1-core","secretvolumesource-v1-core","secretreference-v1-core","secretprojection-v1-core","secretkeyselector-v1-core","secretenvsource-v1-core","seccompprofile-v1-core","scopedresourceselectorrequirement-v1-core","scopeselector-v1-core","scheduling-v1-node-k8s-io","scaleiovolumesource-v1-core","scaleiopersistentvolumesource-v1-core","scale-v1-autoscaling","selinuxoptions-v1-core","rulewithoperations-v1-admissionregistration-k8s-io","rollingupdatestatefulsetstrategy-v1-apps","roleref-v1-rbac-authorization-k8s-io","resourcerule-v1-authorization-k8s-io","resourcerequirements-v1-core","resourcepolicyrule-v1beta3-flowcontrol-apiserver-k8s-io","resourcemetricstatus-v2-autoscaling","resourcemetricsource-v2-autoscaling","resourcehandle-v1alpha2-resource-k8s-io","resourcefieldselector-v1-core","resourceclassparametersreference-v1alpha2-resource-k8s-io","resourceclaimschedulingstatus-v1alpha2-resource-k8s-io","resourceclaimparametersreference-v1alpha2-resource-k8s-io","resourceclaimconsumerreference-v1alpha2-resource-k8s-io","resourceclaim-v1-core","resourceattributes-v1-authorization-k8s-io","replicationcontrollercondition-v1-core","replicasetcondition-v1-apps","rbdvolumesource-v1-core","rbdpersistentvolumesource-v1-core","quobytevolumesource-v1-core","queuingconfiguration-v1beta3-flowcontrol-apiserver-k8s-io","quantity-resource-core","projectedvolumesource-v1-core","probe-v1-core","prioritylevelconfigurationreference-v1beta3-flowcontrol-apiserver-k8s-io","prioritylevelconfigurationcondition-v1beta3-flowcontrol-apiserver-k8s-io","preferredschedulingterm-v1-core","preconditions-v1-meta","portworxvolumesource-v1-core","portstatus-v1-core","policyruleswithsubjects-v1beta3-flowcontrol-apiserver-k8s-io","policyrule-v1-rbac-authorization-k8s-io","podsmetricstatus-v2-autoscaling","podsmetricsource-v2-autoscaling","podsecuritycontext-v1-core","podschedulinggate-v1-core","podresourceclaim-v1-core","podreadinessgate-v1-core","podos-v1-core","podip-v1-core","podfailurepolicyrule-v1-batch","podfailurepolicyonpodconditionspattern-v1-batch","podfailurepolicyonexitcodesrequirement-v1-batch","podfailurepolicy-v1-batch","poddnsconfigoption-v1-core","poddnsconfig-v1-core","podcondition-v1-core","podantiaffinity-v1-core","podaffinityterm-v1-core","podaffinity-v1-core","photonpersistentdiskvolumesource-v1-core","persistentvolumeclaimvolumesource-v1-core","persistentvolumeclaimtemplate-v1-core","persistentvolumeclaimcondition-v1-core","patch-v1-meta","parentreference-v1alpha1-networking-k8s-io","paramref-v1beta1-admissionregistration-k8s-io","paramkind-v1beta1-admissionregistration-k8s-io","ownerreference-v1-meta","overhead-v1-node-k8s-io","objectreference-v1-core","objectmetricstatus-v2-autoscaling","objectmetricsource-v2-autoscaling","objectmeta-v1-meta","objectfieldselector-v1-core","nonresourcerule-v1-authorization-k8s-io","nonresourcepolicyrule-v1beta3-flowcontrol-apiserver-k8s-io","nonresourceattributes-v1-authorization-k8s-io","nodesysteminfo-v1-core","nodeselectorterm-v1-core","nodeselectorrequirement-v1-core","nodeselector-v1-core","nodedaemonendpoints-v1-core","nodeconfigstatus-v1-core","nodeconfigsource-v1-core","nodecondition-v1-core","nodeaffinity-v1-core","nodeaddress-v1-core","networkpolicyport-v1-networking-k8s-io","networkpolicypeer-v1-networking-k8s-io","networkpolicyingressrule-v1-networking-k8s-io","networkpolicyegressrule-v1-networking-k8s-io","namespacecondition-v1-core","namedrulewithoperations-v1beta1-admissionregistration-k8s-io","nfsvolumesource-v1-core","mutatingwebhook-v1-admissionregistration-k8s-io","microtime-v1-meta","metricvaluestatus-v2-autoscaling","metrictarget-v2-autoscaling","metricstatus-v2-autoscaling","metricspec-v2-autoscaling","metricidentifier-v2-autoscaling","matchresources-v1beta1-admissionregistration-k8s-io","matchcondition-v1-admissionregistration-k8s-io","managedfieldsentry-v1-meta","localvolumesource-v1-core","localobjectreference-v1-core","loadbalancerstatus-v1-core","loadbalanceringress-v1-core","listmeta-v1-meta","limitedprioritylevelconfiguration-v1beta3-flowcontrol-apiserver-k8s-io","limitresponse-v1beta3-flowcontrol-apiserver-k8s-io","limitrangeitem-v1-core","lifecyclehandler-v1-core","lifecycle-v1-core","labelselectorrequirement-v1-meta","labelselector-v1-meta","keytopath-v1-core","jobtemplatespec-v1-batch","jobcondition-v1-batch","jsonschemapropsorbool-v1-apiextensions-k8s-io","jsonschemapropsorarray-v1-apiextensions-k8s-io","jsonschemaprops-v1-apiextensions-k8s-io","json-v1-apiextensions-k8s-io","ingresstls-v1-networking-k8s-io","ingressservicebackend-v1-networking-k8s-io","ingressrule-v1-networking-k8s-io","ingressportstatus-v1-networking-k8s-io","ingressloadbalancerstatus-v1-networking-k8s-io","ingressloadbalanceringress-v1-networking-k8s-io","ingressclassparametersreference-v1-networking-k8s-io","ingressbackend-v1-networking-k8s-io","iscsivolumesource-v1-core","iscsipersistentvolumesource-v1-core","ipblock-v1-networking-k8s-io","hostpathvolumesource-v1-core","hostip-v1-core","hostalias-v1-core","horizontalpodautoscalercondition-v2-autoscaling","horizontalpodautoscalerbehavior-v2-autoscaling","httpingressrulevalue-v1-networking-k8s-io","httpingresspath-v1-networking-k8s-io","httpheader-v1-core","httpgetaction-v1-core","hpascalingrules-v2-autoscaling","hpascalingpolicy-v2-autoscaling","groupversionfordiscovery-v1-meta","groupsubject-v1beta3-flowcontrol-apiserver-k8s-io","glusterfsvolumesource-v1-core","glusterfspersistentvolumesource-v1-core","gitrepovolumesource-v1-core","grpcaction-v1-core","gcepersistentdiskvolumesource-v1-core","forzone-v1-discovery-k8s-io","flowschemacondition-v1beta3-flowcontrol-apiserver-k8s-io","flowdistinguishermethod-v1beta3-flowcontrol-apiserver-k8s-io","flockervolumesource-v1-core","flexvolumesource-v1-core","flexpersistentvolumesource-v1-core","fieldsv1-v1-meta","fcvolumesource-v1-core","externalmetricstatus-v2-autoscaling","externalmetricsource-v2-autoscaling","externaldocumentation-v1-apiextensions-k8s-io","expressionwarning-v1beta1-admissionregistration-k8s-io","exemptprioritylevelconfiguration-v1beta3-flowcontrol-apiserver-k8s-io","execaction-v1-core","eviction-v1-policy","eventsource-v1-core","eventseries-v1-events-k8s-io","ephemeralvolumesource-v1-core","ephemeralcontainer-v1-core","envvarsource-v1-core","envvar-v1-core","envfromsource-v1-core","endpointsubset-v1-core","endpointport-v1-core","endpointhints-v1-discovery-k8s-io","endpointconditions-v1-discovery-k8s-io","endpointaddress-v1-core","endpoint-v1-discovery-k8s-io","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-v1-apiextensions-k8s-io","customresourcesubresources-v1-apiextensions-k8s-io","customresourcesubresourcestatus-v1-apiextensions-k8s-io","customresourcesubresourcescale-v1-apiextensions-k8s-io","customresourcedefinitionversion-v1-apiextensions-k8s-io","customresourcedefinitionnames-v1-apiextensions-k8s-io","customresourcedefinitioncondition-v1-apiextensions-k8s-io","customresourceconversion-v1-apiextensions-k8s-io","customresourcecolumndefinition-v1-apiextensions-k8s-io","crossversionobjectreference-v2-autoscaling","containerstatewaiting-v1-core","containerstateterminated-v1-core","containerstaterunning-v1-core","containerstate-v1-core","containerresourcemetricstatus-v2-autoscaling","containerresourcemetricsource-v2-autoscaling","containerresizepolicy-v1-core","containerport-v1-core","containerimage-v1-core","configmapvolumesource-v1-core","configmapprojection-v1-core","configmapnodeconfigsource-v1-core","configmapkeyselector-v1-core","configmapenvsource-v1-core","condition-v1-meta","componentcondition-v1-core","clientipconfig-v1-core","claimsource-v1-core","cindervolumesource-v1-core","cinderpersistentvolumesource-v1-core","certificatesigningrequestcondition-v1-certificates-k8s-io","cephfsvolumesource-v1-core","cephfspersistentvolumesource-v1-core","capabilities-v1-core","csivolumesource-v1-core","csipersistentvolumesource-v1-core","csinodedriver-v1-storage-k8s-io","boundobjectreference-v1-authentication-k8s-io","azurefilevolumesource-v1-core","azurefilepersistentvolumesource-v1-core","azurediskvolumesource-v1-core","auditannotation-v1beta1-admissionregistration-k8s-io","attachedvolume-v1-core","allocationresult-v1alpha2-resource-k8s-io","aggregationrule-v1-rbac-authorization-k8s-io","affinity-v1-core","awselasticblockstorevolumesource-v1-core","apiversions-v1-meta","apiservicecondition-v1-apiregistration-k8s-io","apiresource-v1-meta","apigroup-v1-meta","-strong-definitions-strong-","watch-list-all-namespaces-networkpolicy-v1-networking-k8s-io","watch-list-networkpolicy-v1-networking-k8s-io","watch-networkpolicy-v1-networking-k8s-io","list-all-namespaces-networkpolicy-v1-networking-k8s-io","list-networkpolicy-v1-networking-k8s-io","read-networkpolicy-v1-networking-k8s-io","-strong-read-operations-networkpolicy-v1-networking-k8s-io-strong-","delete-collection-networkpolicy-v1-networking-k8s-io","delete-networkpolicy-v1-networking-k8s-io","replace-networkpolicy-v1-networking-k8s-io","patch-networkpolicy-v1-networking-k8s-io","create-networkpolicy-v1-networking-k8s-io","-strong-write-operations-networkpolicy-v1-networking-k8s-io-strong-","networkpolicy-v1-networking-k8s-io","create-tokenreview-v1-authentication-k8s-io","-strong-write-operations-tokenreview-v1-authentication-k8s-io-strong-","tokenreview-v1-authentication-k8s-io","tokenrequest-v1-authentication-k8s-io","create-subjectaccessreview-v1-authorization-k8s-io","-strong-write-operations-subjectaccessreview-v1-authorization-k8s-io-strong-","subjectaccessreview-v1-authorization-k8s-io","replace-status-storageversion-v1alpha1-internal-apiserver-k8s-io","read-status-storageversion-v1alpha1-internal-apiserver-k8s-io","patch-status-storageversion-v1alpha1-internal-apiserver-k8s-io","-strong-status-operations-storageversion-v1alpha1-internal-apiserver-k8s-io-strong-","watch-list-storageversion-v1alpha1-internal-apiserver-k8s-io","watch-storageversion-v1alpha1-internal-apiserver-k8s-io","list-storageversion-v1alpha1-internal-apiserver-k8s-io","read-storageversion-v1alpha1-internal-apiserver-k8s-io","-strong-read-operations-storageversion-v1alpha1-internal-apiserver-k8s-io-strong-","delete-collection-storageversion-v1alpha1-internal-apiserver-k8s-io","delete-storageversion-v1alpha1-internal-apiserver-k8s-io","replace-storageversion-v1alpha1-internal-apiserver-k8s-io","patch-storageversion-v1alpha1-internal-apiserver-k8s-io","create-storageversion-v1alpha1-internal-apiserver-k8s-io","-strong-write-operations-storageversion-v1alpha1-internal-apiserver-k8s-io-strong-","storageversion-v1alpha1-internal-apiserver-k8s-io","watch-list-all-namespaces-serviceaccount-v1-core","watch-list-serviceaccount-v1-core","watch-serviceaccount-v1-core","list-all-namespaces-serviceaccount-v1-core","list-serviceaccount-v1-core","read-serviceaccount-v1-core","-strong-read-operations-serviceaccount-v1-core-strong-","delete-collection-serviceaccount-v1-core","delete-serviceaccount-v1-core","replace-serviceaccount-v1-core","patch-serviceaccount-v1-core","create-serviceaccount-v1-core","-strong-write-operations-serviceaccount-v1-core-strong-","serviceaccount-v1-core","create-selfsubjectrulesreview-v1-authorization-k8s-io","-strong-write-operations-selfsubjectrulesreview-v1-authorization-k8s-io-strong-","selfsubjectrulesreview-v1-authorization-k8s-io","create-selfsubjectreview-v1-authentication-k8s-io","-strong-write-operations-selfsubjectreview-v1-authentication-k8s-io-strong-","selfsubjectreview-v1-authentication-k8s-io","create-selfsubjectaccessreview-v1-authorization-k8s-io","-strong-write-operations-selfsubjectaccessreview-v1-authorization-k8s-io-strong-","selfsubjectaccessreview-v1-authorization-k8s-io","watch-list-runtimeclass-v1-node-k8s-io","watch-runtimeclass-v1-node-k8s-io","list-runtimeclass-v1-node-k8s-io","read-runtimeclass-v1-node-k8s-io","-strong-read-operations-runtimeclass-v1-node-k8s-io-strong-","delete-collection-runtimeclass-v1-node-k8s-io","delete-runtimeclass-v1-node-k8s-io","replace-runtimeclass-v1-node-k8s-io","patch-runtimeclass-v1-node-k8s-io","create-runtimeclass-v1-node-k8s-io","-strong-write-operations-runtimeclass-v1-node-k8s-io-strong-","runtimeclass-v1-node-k8s-io","watch-list-all-namespaces-rolebinding-v1-rbac-authorization-k8s-io","watch-list-rolebinding-v1-rbac-authorization-k8s-io","watch-rolebinding-v1-rbac-authorization-k8s-io","list-all-namespaces-rolebinding-v1-rbac-authorization-k8s-io","list-rolebinding-v1-rbac-authorization-k8s-io","read-rolebinding-v1-rbac-authorization-k8s-io","-strong-read-operations-rolebinding-v1-rbac-authorization-k8s-io-strong-","delete-collection-rolebinding-v1-rbac-authorization-k8s-io","delete-rolebinding-v1-rbac-authorization-k8s-io","replace-rolebinding-v1-rbac-authorization-k8s-io","patch-rolebinding-v1-rbac-authorization-k8s-io","create-rolebinding-v1-rbac-authorization-k8s-io","-strong-write-operations-rolebinding-v1-rbac-authorization-k8s-io-strong-","rolebinding-v1-rbac-authorization-k8s-io","watch-list-all-namespaces-role-v1-rbac-authorization-k8s-io","watch-list-role-v1-rbac-authorization-k8s-io","watch-role-v1-rbac-authorization-k8s-io","list-all-namespaces-role-v1-rbac-authorization-k8s-io","list-role-v1-rbac-authorization-k8s-io","read-role-v1-rbac-authorization-k8s-io","-strong-read-operations-role-v1-rbac-authorization-k8s-io-strong-","delete-collection-role-v1-rbac-authorization-k8s-io","delete-role-v1-rbac-authorization-k8s-io","replace-role-v1-rbac-authorization-k8s-io","patch-role-v1-rbac-authorization-k8s-io","create-role-v1-rbac-authorization-k8s-io","-strong-write-operations-role-v1-rbac-authorization-k8s-io-strong-","role-v1-rbac-authorization-k8s-io","replace-status-resourcequota-v1-core","read-status-resourcequota-v1-core","patch-status-resourcequota-v1-core","-strong-status-operations-resourcequota-v1-core-strong-","watch-list-all-namespaces-resourcequota-v1-core","watch-list-resourcequota-v1-core","watch-resourcequota-v1-core","list-all-namespaces-resourcequota-v1-core","list-resourcequota-v1-core","read-resourcequota-v1-core","-strong-read-operations-resourcequota-v1-core-strong-","delete-collection-resourcequota-v1-core","delete-resourcequota-v1-core","replace-resourcequota-v1-core","patch-resourcequota-v1-core","create-resourcequota-v1-core","-strong-write-operations-resourcequota-v1-core-strong-","resourcequota-v1-core","replace-status-prioritylevelconfiguration-v1beta3-flowcontrol-apiserver-k8s-io","read-status-prioritylevelconfiguration-v1beta3-flowcontrol-apiserver-k8s-io","patch-status-prioritylevelconfiguration-v1beta3-flowcontrol-apiserver-k8s-io","-strong-status-operations-prioritylevelconfiguration-v1beta3-flowcontrol-apiserver-k8s-io-strong-","watch-list-prioritylevelconfiguration-v1beta3-flowcontrol-apiserver-k8s-io","watch-prioritylevelconfiguration-v1beta3-flowcontrol-apiserver-k8s-io","list-prioritylevelconfiguration-v1beta3-flowcontrol-apiserver-k8s-io","read-prioritylevelconfiguration-v1beta3-flowcontrol-apiserver-k8s-io","-strong-read-operations-prioritylevelconfiguration-v1beta3-flowcontrol-apiserver-k8s-io-strong-","delete-collection-prioritylevelconfiguration-v1beta3-flowcontrol-apiserver-k8s-io","delete-prioritylevelconfiguration-v1beta3-flowcontrol-apiserver-k8s-io","replace-prioritylevelconfiguration-v1beta3-flowcontrol-apiserver-k8s-io","patch-prioritylevelconfiguration-v1beta3-flowcontrol-apiserver-k8s-io","create-prioritylevelconfiguration-v1beta3-flowcontrol-apiserver-k8s-io","-strong-write-operations-prioritylevelconfiguration-v1beta3-flowcontrol-apiserver-k8s-io-strong-","prioritylevelconfiguration-v1beta3-flowcontrol-apiserver-k8s-io","replace-status-persistentvolume-v1-core","read-status-persistentvolume-v1-core","patch-status-persistentvolume-v1-core","-strong-status-operations-persistentvolume-v1-core-strong-","watch-list-persistentvolume-v1-core","watch-persistentvolume-v1-core","list-persistentvolume-v1-core","read-persistentvolume-v1-core","-strong-read-operations-persistentvolume-v1-core-strong-","delete-collection-persistentvolume-v1-core","delete-persistentvolume-v1-core","replace-persistentvolume-v1-core","patch-persistentvolume-v1-core","create-persistentvolume-v1-core","-strong-write-operations-persistentvolume-v1-core-strong-","persistentvolume-v1-core","replace-connect-proxy-path-node-v1-core","replace-connect-proxy-node-v1-core","head-connect-proxy-path-node-v1-core","head-connect-proxy-node-v1-core","get-connect-proxy-path-node-v1-core","get-connect-proxy-node-v1-core","delete-connect-proxy-path-node-v1-core","delete-connect-proxy-node-v1-core","create-connect-proxy-path-node-v1-core","create-connect-proxy-node-v1-core","-strong-proxy-operations-node-v1-core-strong-","replace-status-node-v1-core","read-status-node-v1-core","patch-status-node-v1-core","-strong-status-operations-node-v1-core-strong-","watch-list-node-v1-core","watch-node-v1-core","list-node-v1-core","read-node-v1-core","-strong-read-operations-node-v1-core-strong-","delete-collection-node-v1-core","delete-node-v1-core","replace-node-v1-core","patch-node-v1-core","create-node-v1-core","-strong-write-operations-node-v1-core-strong-","node-v1-core","replace-status-namespace-v1-core","read-status-namespace-v1-core","patch-status-namespace-v1-core","-strong-status-operations-namespace-v1-core-strong-","watch-list-namespace-v1-core","watch-namespace-v1-core","list-namespace-v1-core","read-namespace-v1-core","-strong-read-operations-namespace-v1-core-strong-","delete-namespace-v1-core","replace-namespace-v1-core","patch-namespace-v1-core","create-namespace-v1-core","-strong-write-operations-namespace-v1-core-strong-","namespace-v1-core","create-localsubjectaccessreview-v1-authorization-k8s-io","-strong-write-operations-localsubjectaccessreview-v1-authorization-k8s-io-strong-","localsubjectaccessreview-v1-authorization-k8s-io","watch-list-all-namespaces-lease-v1-coordination-k8s-io","watch-list-lease-v1-coordination-k8s-io","watch-lease-v1-coordination-k8s-io","list-all-namespaces-lease-v1-coordination-k8s-io","list-lease-v1-coordination-k8s-io","read-lease-v1-coordination-k8s-io","-strong-read-operations-lease-v1-coordination-k8s-io-strong-","delete-collection-lease-v1-coordination-k8s-io","delete-lease-v1-coordination-k8s-io","replace-lease-v1-coordination-k8s-io","patch-lease-v1-coordination-k8s-io","create-lease-v1-coordination-k8s-io","-strong-write-operations-lease-v1-coordination-k8s-io-strong-","lease-v1-coordination-k8s-io","watch-list-ipaddress-v1alpha1-networking-k8s-io","watch-ipaddress-v1alpha1-networking-k8s-io","list-ipaddress-v1alpha1-networking-k8s-io","read-ipaddress-v1alpha1-networking-k8s-io","-strong-read-operations-ipaddress-v1alpha1-networking-k8s-io-strong-","delete-collection-ipaddress-v1alpha1-networking-k8s-io","delete-ipaddress-v1alpha1-networking-k8s-io","replace-ipaddress-v1alpha1-networking-k8s-io","patch-ipaddress-v1alpha1-networking-k8s-io","create-ipaddress-v1alpha1-networking-k8s-io","-strong-write-operations-ipaddress-v1alpha1-networking-k8s-io-strong-","ipaddress-v1alpha1-networking-k8s-io","replace-status-flowschema-v1beta3-flowcontrol-apiserver-k8s-io","read-status-flowschema-v1beta3-flowcontrol-apiserver-k8s-io","patch-status-flowschema-v1beta3-flowcontrol-apiserver-k8s-io","-strong-status-operations-flowschema-v1beta3-flowcontrol-apiserver-k8s-io-strong-","watch-list-flowschema-v1beta3-flowcontrol-apiserver-k8s-io","watch-flowschema-v1beta3-flowcontrol-apiserver-k8s-io","list-flowschema-v1beta3-flowcontrol-apiserver-k8s-io","read-flowschema-v1beta3-flowcontrol-apiserver-k8s-io","-strong-read-operations-flowschema-v1beta3-flowcontrol-apiserver-k8s-io-strong-","delete-collection-flowschema-v1beta3-flowcontrol-apiserver-k8s-io","delete-flowschema-v1beta3-flowcontrol-apiserver-k8s-io","replace-flowschema-v1beta3-flowcontrol-apiserver-k8s-io","patch-flowschema-v1beta3-flowcontrol-apiserver-k8s-io","create-flowschema-v1beta3-flowcontrol-apiserver-k8s-io","-strong-write-operations-flowschema-v1beta3-flowcontrol-apiserver-k8s-io-strong-","flowschema-v1beta3-flowcontrol-apiserver-k8s-io","list-componentstatus-v1-core","read-componentstatus-v1-core","-strong-read-operations-componentstatus-v1-core-strong-","componentstatus-v1-core","watch-list-clusterrolebinding-v1-rbac-authorization-k8s-io","watch-clusterrolebinding-v1-rbac-authorization-k8s-io","list-clusterrolebinding-v1-rbac-authorization-k8s-io","read-clusterrolebinding-v1-rbac-authorization-k8s-io","-strong-read-operations-clusterrolebinding-v1-rbac-authorization-k8s-io-strong-","delete-collection-clusterrolebinding-v1-rbac-authorization-k8s-io","delete-clusterrolebinding-v1-rbac-authorization-k8s-io","replace-clusterrolebinding-v1-rbac-authorization-k8s-io","patch-clusterrolebinding-v1-rbac-authorization-k8s-io","create-clusterrolebinding-v1-rbac-authorization-k8s-io","-strong-write-operations-clusterrolebinding-v1-rbac-authorization-k8s-io-strong-","clusterrolebinding-v1-rbac-authorization-k8s-io","watch-list-clusterrole-v1-rbac-authorization-k8s-io","watch-clusterrole-v1-rbac-authorization-k8s-io","list-clusterrole-v1-rbac-authorization-k8s-io","read-clusterrole-v1-rbac-authorization-k8s-io","-strong-read-operations-clusterrole-v1-rbac-authorization-k8s-io-strong-","delete-collection-clusterrole-v1-rbac-authorization-k8s-io","delete-clusterrole-v1-rbac-authorization-k8s-io","replace-clusterrole-v1-rbac-authorization-k8s-io","patch-clusterrole-v1-rbac-authorization-k8s-io","create-clusterrole-v1-rbac-authorization-k8s-io","-strong-write-operations-clusterrole-v1-rbac-authorization-k8s-io-strong-","clusterrole-v1-rbac-authorization-k8s-io","replace-status-certificatesigningrequest-v1-certificates-k8s-io","read-status-certificatesigningrequest-v1-certificates-k8s-io","patch-status-certificatesigningrequest-v1-certificates-k8s-io","-strong-status-operations-certificatesigningrequest-v1-certificates-k8s-io-strong-","watch-list-certificatesigningrequest-v1-certificates-k8s-io","watch-certificatesigningrequest-v1-certificates-k8s-io","list-certificatesigningrequest-v1-certificates-k8s-io","read-certificatesigningrequest-v1-certificates-k8s-io","-strong-read-operations-certificatesigningrequest-v1-certificates-k8s-io-strong-","delete-collection-certificatesigningrequest-v1-certificates-k8s-io","delete-certificatesigningrequest-v1-certificates-k8s-io","replace-certificatesigningrequest-v1-certificates-k8s-io","patch-certificatesigningrequest-v1-certificates-k8s-io","create-certificatesigningrequest-v1-certificates-k8s-io","-strong-write-operations-certificatesigningrequest-v1-certificates-k8s-io-strong-","certificatesigningrequest-v1-certificates-k8s-io","create-binding-v1-core","-strong-write-operations-binding-v1-core-strong-","binding-v1-core","replace-status-apiservice-v1-apiregistration-k8s-io","read-status-apiservice-v1-apiregistration-k8s-io","patch-status-apiservice-v1-apiregistration-k8s-io","-strong-status-operations-apiservice-v1-apiregistration-k8s-io-strong-","watch-list-apiservice-v1-apiregistration-k8s-io","watch-apiservice-v1-apiregistration-k8s-io","list-apiservice-v1-apiregistration-k8s-io","read-apiservice-v1-apiregistration-k8s-io","-strong-read-operations-apiservice-v1-apiregistration-k8s-io-strong-","delete-collection-apiservice-v1-apiregistration-k8s-io","delete-apiservice-v1-apiregistration-k8s-io","replace-apiservice-v1-apiregistration-k8s-io","patch-apiservice-v1-apiregistration-k8s-io","create-apiservice-v1-apiregistration-k8s-io","-strong-write-operations-apiservice-v1-apiregistration-k8s-io-strong-","apiservice-v1-apiregistration-k8s-io","-strong-cluster-apis-strong-","watch-list-validatingadmissionpolicybinding-v1beta1-admissionregistration-k8s-io","watch-validatingadmissionpolicybinding-v1beta1-admissionregistration-k8s-io","list-validatingadmissionpolicybinding-v1beta1-admissionregistration-k8s-io","read-validatingadmissionpolicybinding-v1beta1-admissionregistration-k8s-io","-strong-read-operations-validatingadmissionpolicybinding-v1beta1-admissionregistration-k8s-io-strong-","delete-collection-validatingadmissionpolicybinding-v1beta1-admissionregistration-k8s-io","delete-validatingadmissionpolicybinding-v1beta1-admissionregistration-k8s-io","replace-validatingadmissionpolicybinding-v1beta1-admissionregistration-k8s-io","patch-validatingadmissionpolicybinding-v1beta1-admissionregistration-k8s-io","create-validatingadmissionpolicybinding-v1beta1-admissionregistration-k8s-io","-strong-write-operations-validatingadmissionpolicybinding-v1beta1-admissionregistration-k8s-io-strong-","validatingadmissionpolicybinding-v1beta1-admissionregistration-k8s-io","replace-status-validatingadmissionpolicy-v1beta1-admissionregistration-k8s-io","read-status-validatingadmissionpolicy-v1beta1-admissionregistration-k8s-io","patch-status-validatingadmissionpolicy-v1beta1-admissionregistration-k8s-io","-strong-status-operations-validatingadmissionpolicy-v1beta1-admissionregistration-k8s-io-strong-","watch-list-validatingadmissionpolicy-v1beta1-admissionregistration-k8s-io","watch-validatingadmissionpolicy-v1beta1-admissionregistration-k8s-io","list-validatingadmissionpolicy-v1beta1-admissionregistration-k8s-io","read-validatingadmissionpolicy-v1beta1-admissionregistration-k8s-io","-strong-read-operations-validatingadmissionpolicy-v1beta1-admissionregistration-k8s-io-strong-","delete-collection-validatingadmissionpolicy-v1beta1-admissionregistration-k8s-io","delete-validatingadmissionpolicy-v1beta1-admissionregistration-k8s-io","replace-validatingadmissionpolicy-v1beta1-admissionregistration-k8s-io","patch-validatingadmissionpolicy-v1beta1-admissionregistration-k8s-io","create-validatingadmissionpolicy-v1beta1-admissionregistration-k8s-io","-strong-write-operations-validatingadmissionpolicy-v1beta1-admissionregistration-k8s-io-strong-","validatingadmissionpolicy-v1beta1-admissionregistration-k8s-io","watch-list-resourceclass-v1alpha2-resource-k8s-io","watch-resourceclass-v1alpha2-resource-k8s-io","list-resourceclass-v1alpha2-resource-k8s-io","read-resourceclass-v1alpha2-resource-k8s-io","-strong-read-operations-resourceclass-v1alpha2-resource-k8s-io-strong-","delete-collection-resourceclass-v1alpha2-resource-k8s-io","delete-resourceclass-v1alpha2-resource-k8s-io","replace-resourceclass-v1alpha2-resource-k8s-io","patch-resourceclass-v1alpha2-resource-k8s-io","create-resourceclass-v1alpha2-resource-k8s-io","-strong-write-operations-resourceclass-v1alpha2-resource-k8s-io-strong-","resourceclass-v1alpha2-resource-k8s-io","watch-list-all-namespaces-resourceclaimtemplate-v1alpha2-resource-k8s-io","watch-list-resourceclaimtemplate-v1alpha2-resource-k8s-io","watch-resourceclaimtemplate-v1alpha2-resource-k8s-io","list-all-namespaces-resourceclaimtemplate-v1alpha2-resource-k8s-io","list-resourceclaimtemplate-v1alpha2-resource-k8s-io","read-resourceclaimtemplate-v1alpha2-resource-k8s-io","-strong-read-operations-resourceclaimtemplate-v1alpha2-resource-k8s-io-strong-","delete-collection-resourceclaimtemplate-v1alpha2-resource-k8s-io","delete-resourceclaimtemplate-v1alpha2-resource-k8s-io","replace-resourceclaimtemplate-v1alpha2-resource-k8s-io","patch-resourceclaimtemplate-v1alpha2-resource-k8s-io","create-resourceclaimtemplate-v1alpha2-resource-k8s-io","-strong-write-operations-resourceclaimtemplate-v1alpha2-resource-k8s-io-strong-","resourceclaimtemplate-v1alpha2-resource-k8s-io","replace-status-resourceclaim-v1alpha2-resource-k8s-io","read-status-resourceclaim-v1alpha2-resource-k8s-io","patch-status-resourceclaim-v1alpha2-resource-k8s-io","-strong-status-operations-resourceclaim-v1alpha2-resource-k8s-io-strong-","watch-list-all-namespaces-resourceclaim-v1alpha2-resource-k8s-io","watch-list-resourceclaim-v1alpha2-resource-k8s-io","watch-resourceclaim-v1alpha2-resource-k8s-io","list-all-namespaces-resourceclaim-v1alpha2-resource-k8s-io","list-resourceclaim-v1alpha2-resource-k8s-io","read-resourceclaim-v1alpha2-resource-k8s-io","-strong-read-operations-resourceclaim-v1alpha2-resource-k8s-io-strong-","delete-collection-resourceclaim-v1alpha2-resource-k8s-io","delete-resourceclaim-v1alpha2-resource-k8s-io","replace-resourceclaim-v1alpha2-resource-k8s-io","patch-resourceclaim-v1alpha2-resource-k8s-io","create-resourceclaim-v1alpha2-resource-k8s-io","-strong-write-operations-resourceclaim-v1alpha2-resource-k8s-io-strong-","resourceclaim-v1alpha2-resource-k8s-io","watch-list-priorityclass-v1-scheduling-k8s-io","watch-priorityclass-v1-scheduling-k8s-io","list-priorityclass-v1-scheduling-k8s-io","read-priorityclass-v1-scheduling-k8s-io","-strong-read-operations-priorityclass-v1-scheduling-k8s-io-strong-","delete-collection-priorityclass-v1-scheduling-k8s-io","delete-priorityclass-v1-scheduling-k8s-io","replace-priorityclass-v1-scheduling-k8s-io","patch-priorityclass-v1-scheduling-k8s-io","create-priorityclass-v1-scheduling-k8s-io","-strong-write-operations-priorityclass-v1-scheduling-k8s-io-strong-","priorityclass-v1-scheduling-k8s-io","replace-status-poddisruptionbudget-v1-policy","read-status-poddisruptionbudget-v1-policy","patch-status-poddisruptionbudget-v1-policy","-strong-status-operations-poddisruptionbudget-v1-policy-strong-","watch-list-all-namespaces-poddisruptionbudget-v1-policy","watch-list-poddisruptionbudget-v1-policy","watch-poddisruptionbudget-v1-policy","list-all-namespaces-poddisruptionbudget-v1-policy","list-poddisruptionbudget-v1-policy","read-poddisruptionbudget-v1-policy","-strong-read-operations-poddisruptionbudget-v1-policy-strong-","delete-collection-poddisruptionbudget-v1-policy","delete-poddisruptionbudget-v1-policy","replace-poddisruptionbudget-v1-policy","patch-poddisruptionbudget-v1-policy","create-poddisruptionbudget-v1-policy","-strong-write-operations-poddisruptionbudget-v1-policy-strong-","poddisruptionbudget-v1-policy","watch-list-all-namespaces-podtemplate-v1-core","watch-list-podtemplate-v1-core","watch-podtemplate-v1-core","list-all-namespaces-podtemplate-v1-core","list-podtemplate-v1-core","read-podtemplate-v1-core","-strong-read-operations-podtemplate-v1-core-strong-","delete-collection-podtemplate-v1-core","delete-podtemplate-v1-core","replace-podtemplate-v1-core","patch-podtemplate-v1-core","create-podtemplate-v1-core","-strong-write-operations-podtemplate-v1-core-strong-","podtemplate-v1-core","replace-status-podschedulingcontext-v1alpha2-resource-k8s-io","read-status-podschedulingcontext-v1alpha2-resource-k8s-io","patch-status-podschedulingcontext-v1alpha2-resource-k8s-io","-strong-status-operations-podschedulingcontext-v1alpha2-resource-k8s-io-strong-","watch-list-all-namespaces-podschedulingcontext-v1alpha2-resource-k8s-io","watch-list-podschedulingcontext-v1alpha2-resource-k8s-io","watch-podschedulingcontext-v1alpha2-resource-k8s-io","list-all-namespaces-podschedulingcontext-v1alpha2-resource-k8s-io","list-podschedulingcontext-v1alpha2-resource-k8s-io","read-podschedulingcontext-v1alpha2-resource-k8s-io","-strong-read-operations-podschedulingcontext-v1alpha2-resource-k8s-io-strong-","delete-collection-podschedulingcontext-v1alpha2-resource-k8s-io","delete-podschedulingcontext-v1alpha2-resource-k8s-io","replace-podschedulingcontext-v1alpha2-resource-k8s-io","patch-podschedulingcontext-v1alpha2-resource-k8s-io","create-podschedulingcontext-v1alpha2-resource-k8s-io","-strong-write-operations-podschedulingcontext-v1alpha2-resource-k8s-io-strong-","podschedulingcontext-v1alpha2-resource-k8s-io","watch-list-validatingwebhookconfiguration-v1-admissionregistration-k8s-io","watch-validatingwebhookconfiguration-v1-admissionregistration-k8s-io","list-validatingwebhookconfiguration-v1-admissionregistration-k8s-io","read-validatingwebhookconfiguration-v1-admissionregistration-k8s-io","-strong-read-operations-validatingwebhookconfiguration-v1-admissionregistration-k8s-io-strong-","delete-collection-validatingwebhookconfiguration-v1-admissionregistration-k8s-io","delete-validatingwebhookconfiguration-v1-admissionregistration-k8s-io","replace-validatingwebhookconfiguration-v1-admissionregistration-k8s-io","patch-validatingwebhookconfiguration-v1-admissionregistration-k8s-io","create-validatingwebhookconfiguration-v1-admissionregistration-k8s-io","-strong-write-operations-validatingwebhookconfiguration-v1-admissionregistration-k8s-io-strong-","validatingwebhookconfiguration-v1-admissionregistration-k8s-io","watch-list-mutatingwebhookconfiguration-v1-admissionregistration-k8s-io","watch-mutatingwebhookconfiguration-v1-admissionregistration-k8s-io","list-mutatingwebhookconfiguration-v1-admissionregistration-k8s-io","read-mutatingwebhookconfiguration-v1-admissionregistration-k8s-io","-strong-read-operations-mutatingwebhookconfiguration-v1-admissionregistration-k8s-io-strong-","delete-collection-mutatingwebhookconfiguration-v1-admissionregistration-k8s-io","delete-mutatingwebhookconfiguration-v1-admissionregistration-k8s-io","replace-mutatingwebhookconfiguration-v1-admissionregistration-k8s-io","patch-mutatingwebhookconfiguration-v1-admissionregistration-k8s-io","create-mutatingwebhookconfiguration-v1-admissionregistration-k8s-io","-strong-write-operations-mutatingwebhookconfiguration-v1-admissionregistration-k8s-io-strong-","mutatingwebhookconfiguration-v1-admissionregistration-k8s-io","replace-status-horizontalpodautoscaler-v2-autoscaling","read-status-horizontalpodautoscaler-v2-autoscaling","patch-status-horizontalpodautoscaler-v2-autoscaling","-strong-status-operations-horizontalpodautoscaler-v2-autoscaling-strong-","watch-list-all-namespaces-horizontalpodautoscaler-v2-autoscaling","watch-list-horizontalpodautoscaler-v2-autoscaling","watch-horizontalpodautoscaler-v2-autoscaling","list-all-namespaces-horizontalpodautoscaler-v2-autoscaling","list-horizontalpodautoscaler-v2-autoscaling","read-horizontalpodautoscaler-v2-autoscaling","-strong-read-operations-horizontalpodautoscaler-v2-autoscaling-strong-","delete-collection-horizontalpodautoscaler-v2-autoscaling","delete-horizontalpodautoscaler-v2-autoscaling","replace-horizontalpodautoscaler-v2-autoscaling","patch-horizontalpodautoscaler-v2-autoscaling","create-horizontalpodautoscaler-v2-autoscaling","-strong-write-operations-horizontalpodautoscaler-v2-autoscaling-strong-","horizontalpodautoscaler-v2-autoscaling","watch-list-all-namespaces-limitrange-v1-core","watch-list-limitrange-v1-core","watch-limitrange-v1-core","list-all-namespaces-limitrange-v1-core","list-limitrange-v1-core","read-limitrange-v1-core","-strong-read-operations-limitrange-v1-core-strong-","delete-collection-limitrange-v1-core","delete-limitrange-v1-core","replace-limitrange-v1-core","patch-limitrange-v1-core","create-limitrange-v1-core","-strong-write-operations-limitrange-v1-core-strong-","limitrange-v1-core","watch-list-all-namespaces-event-v1-events-k8s-io","watch-list-event-v1-events-k8s-io","watch-event-v1-events-k8s-io","list-all-namespaces-event-v1-events-k8s-io","list-event-v1-events-k8s-io","read-event-v1-events-k8s-io","-strong-read-operations-event-v1-events-k8s-io-strong-","delete-collection-event-v1-events-k8s-io","delete-event-v1-events-k8s-io","replace-event-v1-events-k8s-io","patch-event-v1-events-k8s-io","create-event-v1-events-k8s-io","-strong-write-operations-event-v1-events-k8s-io-strong-","event-v1-events-k8s-io","replace-status-customresourcedefinition-v1-apiextensions-k8s-io","read-status-customresourcedefinition-v1-apiextensions-k8s-io","patch-status-customresourcedefinition-v1-apiextensions-k8s-io","-strong-status-operations-customresourcedefinition-v1-apiextensions-k8s-io-strong-","watch-list-customresourcedefinition-v1-apiextensions-k8s-io","watch-customresourcedefinition-v1-apiextensions-k8s-io","list-customresourcedefinition-v1-apiextensions-k8s-io","read-customresourcedefinition-v1-apiextensions-k8s-io","-strong-read-operations-customresourcedefinition-v1-apiextensions-k8s-io-strong-","delete-collection-customresourcedefinition-v1-apiextensions-k8s-io","delete-customresourcedefinition-v1-apiextensions-k8s-io","replace-customresourcedefinition-v1-apiextensions-k8s-io","patch-customresourcedefinition-v1-apiextensions-k8s-io","create-customresourcedefinition-v1-apiextensions-k8s-io","-strong-write-operations-customresourcedefinition-v1-apiextensions-k8s-io-strong-","customresourcedefinition-v1-apiextensions-k8s-io","watch-list-all-namespaces-controllerrevision-v1-apps","watch-list-controllerrevision-v1-apps","watch-controllerrevision-v1-apps","list-all-namespaces-controllerrevision-v1-apps","list-controllerrevision-v1-apps","read-controllerrevision-v1-apps","-strong-read-operations-controllerrevision-v1-apps-strong-","delete-collection-controllerrevision-v1-apps","delete-controllerrevision-v1-apps","replace-controllerrevision-v1-apps","patch-controllerrevision-v1-apps","create-controllerrevision-v1-apps","-strong-write-operations-controllerrevision-v1-apps-strong-","controllerrevision-v1-apps","watch-list-clustertrustbundle-v1alpha1-certificates-k8s-io","watch-clustertrustbundle-v1alpha1-certificates-k8s-io","list-clustertrustbundle-v1alpha1-certificates-k8s-io","read-clustertrustbundle-v1alpha1-certificates-k8s-io","-strong-read-operations-clustertrustbundle-v1alpha1-certificates-k8s-io-strong-","delete-collection-clustertrustbundle-v1alpha1-certificates-k8s-io","delete-clustertrustbundle-v1alpha1-certificates-k8s-io","replace-clustertrustbundle-v1alpha1-certificates-k8s-io","patch-clustertrustbundle-v1alpha1-certificates-k8s-io","create-clustertrustbundle-v1alpha1-certificates-k8s-io","-strong-write-operations-clustertrustbundle-v1alpha1-certificates-k8s-io-strong-","clustertrustbundle-v1alpha1-certificates-k8s-io","-strong-metadata-apis-strong-","replace-status-volumeattachment-v1-storage-k8s-io","read-status-volumeattachment-v1-storage-k8s-io","patch-status-volumeattachment-v1-storage-k8s-io","-strong-status-operations-volumeattachment-v1-storage-k8s-io-strong-","watch-list-volumeattachment-v1-storage-k8s-io","watch-volumeattachment-v1-storage-k8s-io","list-volumeattachment-v1-storage-k8s-io","read-volumeattachment-v1-storage-k8s-io","-strong-read-operations-volumeattachment-v1-storage-k8s-io-strong-","delete-collection-volumeattachment-v1-storage-k8s-io","delete-volumeattachment-v1-storage-k8s-io","replace-volumeattachment-v1-storage-k8s-io","patch-volumeattachment-v1-storage-k8s-io","create-volumeattachment-v1-storage-k8s-io","-strong-write-operations-volumeattachment-v1-storage-k8s-io-strong-","volumeattachment-v1-storage-k8s-io","volume-v1-core","watch-list-all-namespaces-csistoragecapacity-v1-storage-k8s-io","watch-list-csistoragecapacity-v1-storage-k8s-io","watch-csistoragecapacity-v1-storage-k8s-io","list-all-namespaces-csistoragecapacity-v1-storage-k8s-io","list-csistoragecapacity-v1-storage-k8s-io","read-csistoragecapacity-v1-storage-k8s-io","-strong-read-operations-csistoragecapacity-v1-storage-k8s-io-strong-","delete-collection-csistoragecapacity-v1-storage-k8s-io","delete-csistoragecapacity-v1-storage-k8s-io","replace-csistoragecapacity-v1-storage-k8s-io","patch-csistoragecapacity-v1-storage-k8s-io","create-csistoragecapacity-v1-storage-k8s-io","-strong-write-operations-csistoragecapacity-v1-storage-k8s-io-strong-","csistoragecapacity-v1-storage-k8s-io","watch-list-storageclass-v1-storage-k8s-io","watch-storageclass-v1-storage-k8s-io","list-storageclass-v1-storage-k8s-io","read-storageclass-v1-storage-k8s-io","-strong-read-operations-storageclass-v1-storage-k8s-io-strong-","delete-collection-storageclass-v1-storage-k8s-io","delete-storageclass-v1-storage-k8s-io","replace-storageclass-v1-storage-k8s-io","patch-storageclass-v1-storage-k8s-io","create-storageclass-v1-storage-k8s-io","-strong-write-operations-storageclass-v1-storage-k8s-io-strong-","storageclass-v1-storage-k8s-io","replace-status-persistentvolumeclaim-v1-core","read-status-persistentvolumeclaim-v1-core","patch-status-persistentvolumeclaim-v1-core","-strong-status-operations-persistentvolumeclaim-v1-core-strong-","watch-list-all-namespaces-persistentvolumeclaim-v1-core","watch-list-persistentvolumeclaim-v1-core","watch-persistentvolumeclaim-v1-core","list-all-namespaces-persistentvolumeclaim-v1-core","list-persistentvolumeclaim-v1-core","read-persistentvolumeclaim-v1-core","-strong-read-operations-persistentvolumeclaim-v1-core-strong-","delete-collection-persistentvolumeclaim-v1-core","delete-persistentvolumeclaim-v1-core","replace-persistentvolumeclaim-v1-core","patch-persistentvolumeclaim-v1-core","create-persistentvolumeclaim-v1-core","-strong-write-operations-persistentvolumeclaim-v1-core-strong-","persistentvolumeclaim-v1-core","watch-list-all-namespaces-secret-v1-core","watch-list-secret-v1-core","watch-secret-v1-core","list-all-namespaces-secret-v1-core","list-secret-v1-core","read-secret-v1-core","-strong-read-operations-secret-v1-core-strong-","delete-collection-secret-v1-core","delete-secret-v1-core","replace-secret-v1-core","patch-secret-v1-core","create-secret-v1-core","-strong-write-operations-secret-v1-core-strong-","secret-v1-core","watch-list-csinode-v1-storage-k8s-io","watch-csinode-v1-storage-k8s-io","list-csinode-v1-storage-k8s-io","read-csinode-v1-storage-k8s-io","-strong-read-operations-csinode-v1-storage-k8s-io-strong-","delete-collection-csinode-v1-storage-k8s-io","delete-csinode-v1-storage-k8s-io","replace-csinode-v1-storage-k8s-io","patch-csinode-v1-storage-k8s-io","create-csinode-v1-storage-k8s-io","-strong-write-operations-csinode-v1-storage-k8s-io-strong-","csinode-v1-storage-k8s-io","watch-list-csidriver-v1-storage-k8s-io","watch-csidriver-v1-storage-k8s-io","list-csidriver-v1-storage-k8s-io","read-csidriver-v1-storage-k8s-io","-strong-read-operations-csidriver-v1-storage-k8s-io-strong-","delete-collection-csidriver-v1-storage-k8s-io","delete-csidriver-v1-storage-k8s-io","replace-csidriver-v1-storage-k8s-io","patch-csidriver-v1-storage-k8s-io","create-csidriver-v1-storage-k8s-io","-strong-write-operations-csidriver-v1-storage-k8s-io-strong-","csidriver-v1-storage-k8s-io","watch-list-all-namespaces-configmap-v1-core","watch-list-configmap-v1-core","watch-configmap-v1-core","list-all-namespaces-configmap-v1-core","list-configmap-v1-core","read-configmap-v1-core","-strong-read-operations-configmap-v1-core-strong-","delete-collection-configmap-v1-core","delete-configmap-v1-core","replace-configmap-v1-core","patch-configmap-v1-core","create-configmap-v1-core","-strong-write-operations-configmap-v1-core-strong-","configmap-v1-core","-strong-config-and-storage-apis-strong-","replace-connect-proxy-path-service-v1-core","replace-connect-proxy-service-v1-core","head-connect-proxy-path-service-v1-core","head-connect-proxy-service-v1-core","get-connect-proxy-path-service-v1-core","get-connect-proxy-service-v1-core","delete-connect-proxy-path-service-v1-core","delete-connect-proxy-service-v1-core","create-connect-proxy-path-service-v1-core","create-connect-proxy-service-v1-core","-strong-proxy-operations-service-v1-core-strong-","replace-status-service-v1-core","read-status-service-v1-core","patch-status-service-v1-core","-strong-status-operations-service-v1-core-strong-","watch-list-all-namespaces-service-v1-core","watch-list-service-v1-core","watch-service-v1-core","list-all-namespaces-service-v1-core","list-service-v1-core","read-service-v1-core","-strong-read-operations-service-v1-core-strong-","delete-collection-service-v1-core","delete-service-v1-core","replace-service-v1-core","patch-service-v1-core","create-service-v1-core","-strong-write-operations-service-v1-core-strong-","service-v1-core","watch-list-ingressclass-v1-networking-k8s-io","watch-ingressclass-v1-networking-k8s-io","list-ingressclass-v1-networking-k8s-io","read-ingressclass-v1-networking-k8s-io","-strong-read-operations-ingressclass-v1-networking-k8s-io-strong-","delete-collection-ingressclass-v1-networking-k8s-io","delete-ingressclass-v1-networking-k8s-io","replace-ingressclass-v1-networking-k8s-io","patch-ingressclass-v1-networking-k8s-io","create-ingressclass-v1-networking-k8s-io","-strong-write-operations-ingressclass-v1-networking-k8s-io-strong-","ingressclass-v1-networking-k8s-io","replace-status-ingress-v1-networking-k8s-io","read-status-ingress-v1-networking-k8s-io","patch-status-ingress-v1-networking-k8s-io","-strong-status-operations-ingress-v1-networking-k8s-io-strong-","watch-list-all-namespaces-ingress-v1-networking-k8s-io","watch-list-ingress-v1-networking-k8s-io","watch-ingress-v1-networking-k8s-io","list-all-namespaces-ingress-v1-networking-k8s-io","list-ingress-v1-networking-k8s-io","read-ingress-v1-networking-k8s-io","-strong-read-operations-ingress-v1-networking-k8s-io-strong-","delete-collection-ingress-v1-networking-k8s-io","delete-ingress-v1-networking-k8s-io","replace-ingress-v1-networking-k8s-io","patch-ingress-v1-networking-k8s-io","create-ingress-v1-networking-k8s-io","-strong-write-operations-ingress-v1-networking-k8s-io-strong-","ingress-v1-networking-k8s-io","watch-list-clustercidr-v1alpha1-networking-k8s-io","watch-clustercidr-v1alpha1-networking-k8s-io","list-clustercidr-v1alpha1-networking-k8s-io","read-clustercidr-v1alpha1-networking-k8s-io","-strong-read-operations-clustercidr-v1alpha1-networking-k8s-io-strong-","delete-collection-clustercidr-v1alpha1-networking-k8s-io","delete-clustercidr-v1alpha1-networking-k8s-io","replace-clustercidr-v1alpha1-networking-k8s-io","patch-clustercidr-v1alpha1-networking-k8s-io","create-clustercidr-v1alpha1-networking-k8s-io","-strong-write-operations-clustercidr-v1alpha1-networking-k8s-io-strong-","clustercidr-v1alpha1-networking-k8s-io","watch-list-all-namespaces-endpointslice-v1-discovery-k8s-io","watch-list-endpointslice-v1-discovery-k8s-io","watch-endpointslice-v1-discovery-k8s-io","list-all-namespaces-endpointslice-v1-discovery-k8s-io","list-endpointslice-v1-discovery-k8s-io","read-endpointslice-v1-discovery-k8s-io","-strong-read-operations-endpointslice-v1-discovery-k8s-io-strong-","delete-collection-endpointslice-v1-discovery-k8s-io","delete-endpointslice-v1-discovery-k8s-io","replace-endpointslice-v1-discovery-k8s-io","patch-endpointslice-v1-discovery-k8s-io","create-endpointslice-v1-discovery-k8s-io","-strong-write-operations-endpointslice-v1-discovery-k8s-io-strong-","endpointslice-v1-discovery-k8s-io","watch-list-all-namespaces-endpoints-v1-core","watch-list-endpoints-v1-core","watch-endpoints-v1-core","list-all-namespaces-endpoints-v1-core","list-endpoints-v1-core","read-endpoints-v1-core","-strong-read-operations-endpoints-v1-core-strong-","delete-collection-endpoints-v1-core","delete-endpoints-v1-core","replace-endpoints-v1-core","patch-endpoints-v1-core","create-endpoints-v1-core","-strong-write-operations-endpoints-v1-core-strong-","endpoints-v1-core","-strong-service-apis-strong-","patch-scale-statefulset-v1-apps","replace-scale-statefulset-v1-apps","read-scale-statefulset-v1-apps","-strong-misc-operations-statefulset-v1-apps-strong-","replace-status-statefulset-v1-apps","read-status-statefulset-v1-apps","patch-status-statefulset-v1-apps","-strong-status-operations-statefulset-v1-apps-strong-","watch-list-all-namespaces-statefulset-v1-apps","watch-list-statefulset-v1-apps","watch-statefulset-v1-apps","list-all-namespaces-statefulset-v1-apps","list-statefulset-v1-apps","read-statefulset-v1-apps","-strong-read-operations-statefulset-v1-apps-strong-","delete-collection-statefulset-v1-apps","delete-statefulset-v1-apps","replace-statefulset-v1-apps","patch-statefulset-v1-apps","create-statefulset-v1-apps","-strong-write-operations-statefulset-v1-apps-strong-","statefulset-v1-apps","patch-scale-replicationcontroller-v1-core","replace-scale-replicationcontroller-v1-core","read-scale-replicationcontroller-v1-core","-strong-misc-operations-replicationcontroller-v1-core-strong-","replace-status-replicationcontroller-v1-core","read-status-replicationcontroller-v1-core","patch-status-replicationcontroller-v1-core","-strong-status-operations-replicationcontroller-v1-core-strong-","watch-list-all-namespaces-replicationcontroller-v1-core","watch-list-replicationcontroller-v1-core","watch-replicationcontroller-v1-core","list-all-namespaces-replicationcontroller-v1-core","list-replicationcontroller-v1-core","read-replicationcontroller-v1-core","-strong-read-operations-replicationcontroller-v1-core-strong-","delete-collection-replicationcontroller-v1-core","delete-replicationcontroller-v1-core","replace-replicationcontroller-v1-core","patch-replicationcontroller-v1-core","create-replicationcontroller-v1-core","-strong-write-operations-replicationcontroller-v1-core-strong-","replicationcontroller-v1-core","patch-scale-replicaset-v1-apps","replace-scale-replicaset-v1-apps","read-scale-replicaset-v1-apps","-strong-misc-operations-replicaset-v1-apps-strong-","replace-status-replicaset-v1-apps","read-status-replicaset-v1-apps","patch-status-replicaset-v1-apps","-strong-status-operations-replicaset-v1-apps-strong-","watch-list-all-namespaces-replicaset-v1-apps","watch-list-replicaset-v1-apps","watch-replicaset-v1-apps","list-all-namespaces-replicaset-v1-apps","list-replicaset-v1-apps","read-replicaset-v1-apps","-strong-read-operations-replicaset-v1-apps-strong-","delete-collection-replicaset-v1-apps","delete-replicaset-v1-apps","replace-replicaset-v1-apps","patch-replicaset-v1-apps","create-replicaset-v1-apps","-strong-write-operations-replicaset-v1-apps-strong-","replicaset-v1-apps","read-log-pod-v1-core","-strong-misc-operations-pod-v1-core-strong-","replace-connect-proxy-path-pod-v1-core","replace-connect-proxy-pod-v1-core","head-connect-proxy-path-pod-v1-core","head-connect-proxy-pod-v1-core","get-connect-proxy-path-pod-v1-core","get-connect-proxy-pod-v1-core","get-connect-portforward-pod-v1-core","delete-connect-proxy-path-pod-v1-core","delete-connect-proxy-pod-v1-core","create-connect-proxy-path-pod-v1-core","create-connect-proxy-pod-v1-core","create-connect-portforward-pod-v1-core","-strong-proxy-operations-pod-v1-core-strong-","replace-ephemeralcontainers-pod-v1-core","read-ephemeralcontainers-pod-v1-core","patch-ephemeralcontainers-pod-v1-core","-strong-ephemeralcontainers-operations-pod-v1-core-strong-","replace-status-pod-v1-core","read-status-pod-v1-core","patch-status-pod-v1-core","-strong-status-operations-pod-v1-core-strong-","watch-list-all-namespaces-pod-v1-core","watch-list-pod-v1-core","watch-pod-v1-core","list-all-namespaces-pod-v1-core","list-pod-v1-core","read-pod-v1-core","-strong-read-operations-pod-v1-core-strong-","delete-collection-pod-v1-core","delete-pod-v1-core","replace-pod-v1-core","patch-pod-v1-core","create-eviction-pod-v1-core","create-pod-v1-core","-strong-write-operations-pod-v1-core-strong-","pod-v1-core","replace-status-job-v1-batch","read-status-job-v1-batch","patch-status-job-v1-batch","-strong-status-operations-job-v1-batch-strong-","watch-list-all-namespaces-job-v1-batch","watch-list-job-v1-batch","watch-job-v1-batch","list-all-namespaces-job-v1-batch","list-job-v1-batch","read-job-v1-batch","-strong-read-operations-job-v1-batch-strong-","delete-collection-job-v1-batch","delete-job-v1-batch","replace-job-v1-batch","patch-job-v1-batch","create-job-v1-batch","-strong-write-operations-job-v1-batch-strong-","job-v1-batch","patch-scale-deployment-v1-apps","replace-scale-deployment-v1-apps","read-scale-deployment-v1-apps","-strong-misc-operations-deployment-v1-apps-strong-","replace-status-deployment-v1-apps","read-status-deployment-v1-apps","patch-status-deployment-v1-apps","-strong-status-operations-deployment-v1-apps-strong-","watch-list-all-namespaces-deployment-v1-apps","watch-list-deployment-v1-apps","watch-deployment-v1-apps","list-all-namespaces-deployment-v1-apps","list-deployment-v1-apps","read-deployment-v1-apps","-strong-read-operations-deployment-v1-apps-strong-","delete-collection-deployment-v1-apps","delete-deployment-v1-apps","replace-deployment-v1-apps","patch-deployment-v1-apps","create-deployment-v1-apps","-strong-write-operations-deployment-v1-apps-strong-","deployment-v1-apps","replace-status-daemonset-v1-apps","read-status-daemonset-v1-apps","patch-status-daemonset-v1-apps","-strong-status-operations-daemonset-v1-apps-strong-","watch-list-all-namespaces-daemonset-v1-apps","watch-list-daemonset-v1-apps","watch-daemonset-v1-apps","list-all-namespaces-daemonset-v1-apps","list-daemonset-v1-apps","read-daemonset-v1-apps","-strong-read-operations-daemonset-v1-apps-strong-","delete-collection-daemonset-v1-apps","delete-daemonset-v1-apps","replace-daemonset-v1-apps","patch-daemonset-v1-apps","create-daemonset-v1-apps","-strong-write-operations-daemonset-v1-apps-strong-","daemonset-v1-apps","replace-status-cronjob-v1-batch","read-status-cronjob-v1-batch","patch-status-cronjob-v1-batch","-strong-status-operations-cronjob-v1-batch-strong-","watch-list-all-namespaces-cronjob-v1-batch","watch-list-cronjob-v1-batch","watch-cronjob-v1-batch","list-all-namespaces-cronjob-v1-batch","list-cronjob-v1-batch","read-cronjob-v1-batch","-strong-read-operations-cronjob-v1-batch-strong-","delete-collection-cronjob-v1-batch","delete-cronjob-v1-batch","replace-cronjob-v1-batch","patch-cronjob-v1-batch","create-cronjob-v1-batch","-strong-write-operations-cronjob-v1-batch-strong-","cronjob-v1-batch","container-v1-core","-strong-workloads-apis-strong-","-strong-api-groups-strong-","-strong-api-overview-strong-"]};})(); \ No newline at end of file