data
Kubernetes MCP, CLI, and Lua Integration for AI Agents
Kubernetes integration docs for AI agents: MCP gateway setup, Kubernetes CLI commands, Lua API reference, credentials, and function schemas.Kubernetes for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
kubernetes.kubernetes_get_service_account_issuer_open_idconfiguration | Read read | 0 | Get service account issuer open idconfiguration Official Kubernetes endpoint: GET /.well-known/openid-configuration/ get service account issuer OpenID configuration, also known as the 'OIDC discovery doc' |
kubernetes.kubernetes_get_core_apiversions | Read read | 0 | Get core apiversions Official Kubernetes endpoint: GET /api/ get available API versions |
kubernetes.kubernetes_get_core_v1_apiresources | Read read | 0 | Get core v 1 apiresources Official Kubernetes endpoint: GET /api/v1/ get available resources |
kubernetes.kubernetes_list_core_v1_component_status | Read read | 0 | List core v 1 component status Official Kubernetes endpoint: GET /api/v1/componentstatuses list objects of kind ComponentStatus |
kubernetes.kubernetes_read_core_v1_component_status | Read read | 0 | Read core v 1 component status Official Kubernetes endpoint: GET /api/v1/componentstatuses/{name} read the specified ComponentStatus |
kubernetes.kubernetes_list_core_v1_config_map_for_all_namespaces | Read read | 0 | List core v 1 config map for all namespaces Official Kubernetes endpoint: GET /api/v1/configmaps list or watch objects of kind ConfigMap |
kubernetes.kubernetes_list_core_v1_endpoints_for_all_namespaces | Read read | 0 | List core v 1 endpoints for all namespaces Official Kubernetes endpoint: GET /api/v1/endpoints list or watch objects of kind Endpoints |
kubernetes.kubernetes_list_core_v1_event_for_all_namespaces | Read read | 0 | List core v 1 event for all namespaces Official Kubernetes endpoint: GET /api/v1/events list or watch objects of kind Event |
kubernetes.kubernetes_list_core_v1_limit_range_for_all_namespaces | Read read | 0 | List core v 1 limit range for all namespaces Official Kubernetes endpoint: GET /api/v1/limitranges list or watch objects of kind LimitRange |
kubernetes.kubernetes_list_core_v1_namespace | Read read | 0 | List core v 1 namespace Official Kubernetes endpoint: GET /api/v1/namespaces list or watch objects of kind Namespace |
kubernetes.kubernetes_create_core_v1_namespace | Write write | 0 | Create core v 1 namespace Official Kubernetes endpoint: POST /api/v1/namespaces create a Namespace |
kubernetes.kubernetes_create_core_v1_namespaced_binding | Write write | 0 | Create core v 1 namespaced binding Official Kubernetes endpoint: POST /api/v1/namespaces/{namespace}/bindings create a Binding |
kubernetes.kubernetes_list_core_v1_namespaced_config_map | Read read | 0 | List core v 1 namespaced config map Official Kubernetes endpoint: GET /api/v1/namespaces/{namespace}/configmaps list or watch objects of kind ConfigMap |
kubernetes.kubernetes_create_core_v1_namespaced_config_map | Write write | 0 | Create core v 1 namespaced config map Official Kubernetes endpoint: POST /api/v1/namespaces/{namespace}/configmaps create a ConfigMap |
kubernetes.kubernetes_delete_core_v1_collection_namespaced_config_map | Write write | 0 | Delete core v 1 collection namespaced config map Official Kubernetes endpoint: DELETE /api/v1/namespaces/{namespace}/configmaps delete collection of ConfigMap |
kubernetes.kubernetes_read_core_v1_namespaced_config_map | Read read | 0 | Read core v 1 namespaced config map Official Kubernetes endpoint: GET /api/v1/namespaces/{namespace}/configmaps/{name} read the specified ConfigMap |
kubernetes.kubernetes_replace_core_v1_namespaced_config_map | Write write | 0 | Replace core v 1 namespaced config map Official Kubernetes endpoint: PUT /api/v1/namespaces/{namespace}/configmaps/{name} replace the specified ConfigMap |
kubernetes.kubernetes_patch_core_v1_namespaced_config_map | Write write | 0 | Patch core v 1 namespaced config map Official Kubernetes endpoint: PATCH /api/v1/namespaces/{namespace}/configmaps/{name} partially update the specified ConfigMap |
kubernetes.kubernetes_delete_core_v1_namespaced_config_map | Write write | 0 | Delete core v 1 namespaced config map Official Kubernetes endpoint: DELETE /api/v1/namespaces/{namespace}/configmaps/{name} delete a ConfigMap |
kubernetes.kubernetes_list_core_v1_namespaced_endpoints | Read read | 0 | List core v 1 namespaced endpoints Official Kubernetes endpoint: GET /api/v1/namespaces/{namespace}/endpoints list or watch objects of kind Endpoints |
kubernetes.kubernetes_create_core_v1_namespaced_endpoints | Write write | 0 | Create core v 1 namespaced endpoints Official Kubernetes endpoint: POST /api/v1/namespaces/{namespace}/endpoints create Endpoints |
kubernetes.kubernetes_delete_core_v1_collection_namespaced_endpoints | Write write | 0 | Delete core v 1 collection namespaced endpoints Official Kubernetes endpoint: DELETE /api/v1/namespaces/{namespace}/endpoints delete collection of Endpoints |
kubernetes.kubernetes_read_core_v1_namespaced_endpoints | Read read | 0 | Read core v 1 namespaced endpoints Official Kubernetes endpoint: GET /api/v1/namespaces/{namespace}/endpoints/{name} read the specified Endpoints |
kubernetes.kubernetes_replace_core_v1_namespaced_endpoints | Write write | 0 | Replace core v 1 namespaced endpoints Official Kubernetes endpoint: PUT /api/v1/namespaces/{namespace}/endpoints/{name} replace the specified Endpoints |
kubernetes.kubernetes_patch_core_v1_namespaced_endpoints | Write write | 0 | Patch core v 1 namespaced endpoints Official Kubernetes endpoint: PATCH /api/v1/namespaces/{namespace}/endpoints/{name} partially update the specified Endpoints |
kubernetes.kubernetes_delete_core_v1_namespaced_endpoints | Write write | 0 | Delete core v 1 namespaced endpoints Official Kubernetes endpoint: DELETE /api/v1/namespaces/{namespace}/endpoints/{name} delete Endpoints |
kubernetes.kubernetes_list_core_v1_namespaced_event | Read read | 0 | List core v 1 namespaced event Official Kubernetes endpoint: GET /api/v1/namespaces/{namespace}/events list or watch objects of kind Event |
kubernetes.kubernetes_create_core_v1_namespaced_event | Write write | 0 | Create core v 1 namespaced event Official Kubernetes endpoint: POST /api/v1/namespaces/{namespace}/events create an Event |
kubernetes.kubernetes_delete_core_v1_collection_namespaced_event | Write write | 0 | Delete core v 1 collection namespaced event Official Kubernetes endpoint: DELETE /api/v1/namespaces/{namespace}/events delete collection of Event |
kubernetes.kubernetes_read_core_v1_namespaced_event | Read read | 0 | Read core v 1 namespaced event Official Kubernetes endpoint: GET /api/v1/namespaces/{namespace}/events/{name} read the specified Event |
kubernetes.kubernetes_replace_core_v1_namespaced_event | Write write | 0 | Replace core v 1 namespaced event Official Kubernetes endpoint: PUT /api/v1/namespaces/{namespace}/events/{name} replace the specified Event |
kubernetes.kubernetes_patch_core_v1_namespaced_event | Write write | 0 | Patch core v 1 namespaced event Official Kubernetes endpoint: PATCH /api/v1/namespaces/{namespace}/events/{name} partially update the specified Event |
kubernetes.kubernetes_delete_core_v1_namespaced_event | Write write | 0 | Delete core v 1 namespaced event Official Kubernetes endpoint: DELETE /api/v1/namespaces/{namespace}/events/{name} delete an Event |
kubernetes.kubernetes_list_core_v1_namespaced_limit_range | Read read | 0 | List core v 1 namespaced limit range Official Kubernetes endpoint: GET /api/v1/namespaces/{namespace}/limitranges list or watch objects of kind LimitRange |
kubernetes.kubernetes_create_core_v1_namespaced_limit_range | Write write | 0 | Create core v 1 namespaced limit range Official Kubernetes endpoint: POST /api/v1/namespaces/{namespace}/limitranges create a LimitRange |
kubernetes.kubernetes_delete_core_v1_collection_namespaced_limit_range | Write write | 0 | Delete core v 1 collection namespaced limit range Official Kubernetes endpoint: DELETE /api/v1/namespaces/{namespace}/limitranges delete collection of LimitRange |
kubernetes.kubernetes_read_core_v1_namespaced_limit_range | Read read | 0 | Read core v 1 namespaced limit range Official Kubernetes endpoint: GET /api/v1/namespaces/{namespace}/limitranges/{name} read the specified LimitRange |
kubernetes.kubernetes_replace_core_v1_namespaced_limit_range | Write write | 0 | Replace core v 1 namespaced limit range Official Kubernetes endpoint: PUT /api/v1/namespaces/{namespace}/limitranges/{name} replace the specified LimitRange |
kubernetes.kubernetes_patch_core_v1_namespaced_limit_range | Write write | 0 | Patch core v 1 namespaced limit range Official Kubernetes endpoint: PATCH /api/v1/namespaces/{namespace}/limitranges/{name} partially update the specified LimitRange |
kubernetes.kubernetes_delete_core_v1_namespaced_limit_range | Write write | 0 | Delete core v 1 namespaced limit range Official Kubernetes endpoint: DELETE /api/v1/namespaces/{namespace}/limitranges/{name} delete a LimitRange |
kubernetes.kubernetes_list_core_v1_namespaced_persistent_volume_claim | Read read | 0 | List core v 1 namespaced persistent volume claim Official Kubernetes endpoint: GET /api/v1/namespaces/{namespace}/persistentvolumeclaims list or watch objects of kind PersistentVolumeClaim |
kubernetes.kubernetes_create_core_v1_namespaced_persistent_volume_claim | Write write | 0 | Create core v 1 namespaced persistent volume claim Official Kubernetes endpoint: POST /api/v1/namespaces/{namespace}/persistentvolumeclaims create a PersistentVolumeClaim |
kubernetes.kubernetes_delete_core_v1_collection_namespaced_persistent_volume_claim | Write write | 0 | Delete core v 1 collection namespaced persistent volume claim Official Kubernetes endpoint: DELETE /api/v1/namespaces/{namespace}/persistentvolumeclaims delete collection of PersistentVolumeClaim |
kubernetes.kubernetes_read_core_v1_namespaced_persistent_volume_claim | Read read | 0 | Read core v 1 namespaced persistent volume claim Official Kubernetes endpoint: GET /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name} read the specified PersistentVolumeClaim |
kubernetes.kubernetes_replace_core_v1_namespaced_persistent_volume_claim | Write write | 0 | Replace core v 1 namespaced persistent volume claim Official Kubernetes endpoint: PUT /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name} replace the specified PersistentVolumeClaim |
kubernetes.kubernetes_patch_core_v1_namespaced_persistent_volume_claim | Write write | 0 | Patch core v 1 namespaced persistent volume claim Official Kubernetes endpoint: PATCH /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name} partially update the specified PersistentVolumeClaim |
kubernetes.kubernetes_delete_core_v1_namespaced_persistent_volume_claim | Write write | 0 | Delete core v 1 namespaced persistent volume claim Official Kubernetes endpoint: DELETE /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name} delete a PersistentVolumeClaim |
kubernetes.kubernetes_read_core_v1_namespaced_persistent_volume_claim_status | Read read | 0 | Read core v 1 namespaced persistent volume claim status Official Kubernetes endpoint: GET /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status read status of the specified PersistentVolumeClaim |
kubernetes.kubernetes_replace_core_v1_namespaced_persistent_volume_claim_status | Write write | 0 | Replace core v 1 namespaced persistent volume claim status Official Kubernetes endpoint: PUT /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status replace status of the specified PersistentVolumeClaim |
kubernetes.kubernetes_patch_core_v1_namespaced_persistent_volume_claim_status | Write write | 0 | Patch core v 1 namespaced persistent volume claim status Official Kubernetes endpoint: PATCH /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status partially update status of the specified PersistentVolumeClaim |
kubernetes.kubernetes_list_core_v1_namespaced_pod | Read read | 0 | List core v 1 namespaced pod Official Kubernetes endpoint: GET /api/v1/namespaces/{namespace}/pods list or watch objects of kind Pod |
kubernetes.kubernetes_create_core_v1_namespaced_pod | Write write | 0 | Create core v 1 namespaced pod Official Kubernetes endpoint: POST /api/v1/namespaces/{namespace}/pods create a Pod |
kubernetes.kubernetes_delete_core_v1_collection_namespaced_pod | Write write | 0 | Delete core v 1 collection namespaced pod Official Kubernetes endpoint: DELETE /api/v1/namespaces/{namespace}/pods delete collection of Pod |
kubernetes.kubernetes_read_core_v1_namespaced_pod | Read read | 0 | Read core v 1 namespaced pod Official Kubernetes endpoint: GET /api/v1/namespaces/{namespace}/pods/{name} read the specified Pod |
kubernetes.kubernetes_replace_core_v1_namespaced_pod | Write write | 0 | Replace core v 1 namespaced pod Official Kubernetes endpoint: PUT /api/v1/namespaces/{namespace}/pods/{name} replace the specified Pod |
kubernetes.kubernetes_patch_core_v1_namespaced_pod | Write write | 0 | Patch core v 1 namespaced pod Official Kubernetes endpoint: PATCH /api/v1/namespaces/{namespace}/pods/{name} partially update the specified Pod |
kubernetes.kubernetes_delete_core_v1_namespaced_pod | Write write | 0 | Delete core v 1 namespaced pod Official Kubernetes endpoint: DELETE /api/v1/namespaces/{namespace}/pods/{name} delete a Pod |
kubernetes.kubernetes_connect_core_v1_get_namespaced_pod_attach | Read read | 0 | Connect core v 1 get namespaced pod attach Official Kubernetes endpoint: GET /api/v1/namespaces/{namespace}/pods/{name}/attach connect GET requests to attach of Pod |
kubernetes.kubernetes_connect_core_v1_post_namespaced_pod_attach | Write write | 0 | Connect core v 1 post namespaced pod attach Official Kubernetes endpoint: POST /api/v1/namespaces/{namespace}/pods/{name}/attach connect POST requests to attach of Pod |
kubernetes.kubernetes_create_core_v1_namespaced_pod_binding | Write write | 0 | Create core v 1 namespaced pod binding Official Kubernetes endpoint: POST /api/v1/namespaces/{namespace}/pods/{name}/binding create binding of a Pod |
kubernetes.kubernetes_read_core_v1_namespaced_pod_ephemeralcontainers | Read read | 0 | Read core v 1 namespaced pod ephemeralcontainers Official Kubernetes endpoint: GET /api/v1/namespaces/{namespace}/pods/{name}/ephemeralcontainers read ephemeralcontainers of the specified Pod |
kubernetes.kubernetes_replace_core_v1_namespaced_pod_ephemeralcontainers | Write write | 0 | Replace core v 1 namespaced pod ephemeralcontainers Official Kubernetes endpoint: PUT /api/v1/namespaces/{namespace}/pods/{name}/ephemeralcontainers replace ephemeralcontainers of the specified Pod |
kubernetes.kubernetes_patch_core_v1_namespaced_pod_ephemeralcontainers | Write write | 0 | Patch core v 1 namespaced pod ephemeralcontainers Official Kubernetes endpoint: PATCH /api/v1/namespaces/{namespace}/pods/{name}/ephemeralcontainers partially update ephemeralcontainers of the specified Pod |
kubernetes.kubernetes_create_core_v1_namespaced_pod_eviction | Write write | 0 | Create core v 1 namespaced pod eviction Official Kubernetes endpoint: POST /api/v1/namespaces/{namespace}/pods/{name}/eviction create eviction of a Pod |
kubernetes.kubernetes_connect_core_v1_get_namespaced_pod_exec | Read read | 0 | Connect core v 1 get namespaced pod exec Official Kubernetes endpoint: GET /api/v1/namespaces/{namespace}/pods/{name}/exec connect GET requests to exec of Pod |
kubernetes.kubernetes_connect_core_v1_post_namespaced_pod_exec | Write write | 0 | Connect core v 1 post namespaced pod exec Official Kubernetes endpoint: POST /api/v1/namespaces/{namespace}/pods/{name}/exec connect POST requests to exec of Pod |
kubernetes.kubernetes_read_core_v1_namespaced_pod_log | Read read | 0 | Read core v 1 namespaced pod log Official Kubernetes endpoint: GET /api/v1/namespaces/{namespace}/pods/{name}/log read log of the specified Pod |
kubernetes.kubernetes_connect_core_v1_get_namespaced_pod_portforward | Read read | 0 | Connect core v 1 get namespaced pod portforward Official Kubernetes endpoint: GET /api/v1/namespaces/{namespace}/pods/{name}/portforward connect GET requests to portforward of Pod |
kubernetes.kubernetes_connect_core_v1_post_namespaced_pod_portforward | Write write | 0 | Connect core v 1 post namespaced pod portforward Official Kubernetes endpoint: POST /api/v1/namespaces/{namespace}/pods/{name}/portforward connect POST requests to portforward of Pod |
kubernetes.kubernetes_connect_core_v1_get_namespaced_pod_proxy | Read read | 0 | Connect core v 1 get namespaced pod proxy Official Kubernetes endpoint: GET /api/v1/namespaces/{namespace}/pods/{name}/proxy connect GET requests to proxy of Pod |
kubernetes.kubernetes_connect_core_v1_post_namespaced_pod_proxy | Write write | 0 | Connect core v 1 post namespaced pod proxy Official Kubernetes endpoint: POST /api/v1/namespaces/{namespace}/pods/{name}/proxy connect POST requests to proxy of Pod |
kubernetes.kubernetes_connect_core_v1_put_namespaced_pod_proxy | Write write | 0 | Connect core v 1 put namespaced pod proxy Official Kubernetes endpoint: PUT /api/v1/namespaces/{namespace}/pods/{name}/proxy connect PUT requests to proxy of Pod |
kubernetes.kubernetes_connect_core_v1_patch_namespaced_pod_proxy | Write write | 0 | Connect core v 1 patch namespaced pod proxy Official Kubernetes endpoint: PATCH /api/v1/namespaces/{namespace}/pods/{name}/proxy connect PATCH requests to proxy of Pod |
kubernetes.kubernetes_connect_core_v1_delete_namespaced_pod_proxy | Write write | 0 | Connect core v 1 delete namespaced pod proxy Official Kubernetes endpoint: DELETE /api/v1/namespaces/{namespace}/pods/{name}/proxy connect DELETE requests to proxy of Pod |
kubernetes.kubernetes_connect_core_v1_get_namespaced_pod_proxy_with_path | Read read | 0 | Connect core v 1 get namespaced pod proxy with path Official Kubernetes endpoint: GET /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} connect GET requests to proxy of Pod |
kubernetes.kubernetes_connect_core_v1_post_namespaced_pod_proxy_with_path | Write write | 0 | Connect core v 1 post namespaced pod proxy with path Official Kubernetes endpoint: POST /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} connect POST requests to proxy of Pod |
kubernetes.kubernetes_connect_core_v1_put_namespaced_pod_proxy_with_path | Write write | 0 | Connect core v 1 put namespaced pod proxy with path Official Kubernetes endpoint: PUT /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} connect PUT requests to proxy of Pod |
kubernetes.kubernetes_connect_core_v1_patch_namespaced_pod_proxy_with_path | Write write | 0 | Connect core v 1 patch namespaced pod proxy with path Official Kubernetes endpoint: PATCH /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} connect PATCH requests to proxy of Pod |
kubernetes.kubernetes_connect_core_v1_delete_namespaced_pod_proxy_with_path | Write write | 0 | Connect core v 1 delete namespaced pod proxy with path Official Kubernetes endpoint: DELETE /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} connect DELETE requests to proxy of Pod |
kubernetes.kubernetes_read_core_v1_namespaced_pod_resize | Read read | 0 | Read core v 1 namespaced pod resize Official Kubernetes endpoint: GET /api/v1/namespaces/{namespace}/pods/{name}/resize read resize of the specified Pod |
kubernetes.kubernetes_replace_core_v1_namespaced_pod_resize | Write write | 0 | Replace core v 1 namespaced pod resize Official Kubernetes endpoint: PUT /api/v1/namespaces/{namespace}/pods/{name}/resize replace resize of the specified Pod |
kubernetes.kubernetes_patch_core_v1_namespaced_pod_resize | Write write | 0 | Patch core v 1 namespaced pod resize Official Kubernetes endpoint: PATCH /api/v1/namespaces/{namespace}/pods/{name}/resize partially update resize of the specified Pod |
kubernetes.kubernetes_read_core_v1_namespaced_pod_status | Read read | 0 | Read core v 1 namespaced pod status Official Kubernetes endpoint: GET /api/v1/namespaces/{namespace}/pods/{name}/status read status of the specified Pod |
kubernetes.kubernetes_replace_core_v1_namespaced_pod_status | Write write | 0 | Replace core v 1 namespaced pod status Official Kubernetes endpoint: PUT /api/v1/namespaces/{namespace}/pods/{name}/status replace status of the specified Pod |
kubernetes.kubernetes_patch_core_v1_namespaced_pod_status | Write write | 0 | Patch core v 1 namespaced pod status Official Kubernetes endpoint: PATCH /api/v1/namespaces/{namespace}/pods/{name}/status partially update status of the specified Pod |
kubernetes.kubernetes_list_core_v1_namespaced_pod_template | Read read | 0 | List core v 1 namespaced pod template Official Kubernetes endpoint: GET /api/v1/namespaces/{namespace}/podtemplates list or watch objects of kind PodTemplate |
kubernetes.kubernetes_create_core_v1_namespaced_pod_template | Write write | 0 | Create core v 1 namespaced pod template Official Kubernetes endpoint: POST /api/v1/namespaces/{namespace}/podtemplates create a PodTemplate |
kubernetes.kubernetes_delete_core_v1_collection_namespaced_pod_template | Write write | 0 | Delete core v 1 collection namespaced pod template Official Kubernetes endpoint: DELETE /api/v1/namespaces/{namespace}/podtemplates delete collection of PodTemplate |
kubernetes.kubernetes_read_core_v1_namespaced_pod_template | Read read | 0 | Read core v 1 namespaced pod template Official Kubernetes endpoint: GET /api/v1/namespaces/{namespace}/podtemplates/{name} read the specified PodTemplate |
kubernetes.kubernetes_replace_core_v1_namespaced_pod_template | Write write | 0 | Replace core v 1 namespaced pod template Official Kubernetes endpoint: PUT /api/v1/namespaces/{namespace}/podtemplates/{name} replace the specified PodTemplate |
kubernetes.kubernetes_patch_core_v1_namespaced_pod_template | Write write | 0 | Patch core v 1 namespaced pod template Official Kubernetes endpoint: PATCH /api/v1/namespaces/{namespace}/podtemplates/{name} partially update the specified PodTemplate |
kubernetes.kubernetes_delete_core_v1_namespaced_pod_template | Write write | 0 | Delete core v 1 namespaced pod template Official Kubernetes endpoint: DELETE /api/v1/namespaces/{namespace}/podtemplates/{name} delete a PodTemplate |
kubernetes.kubernetes_list_core_v1_namespaced_replication_controller | Read read | 0 | List core v 1 namespaced replication controller Official Kubernetes endpoint: GET /api/v1/namespaces/{namespace}/replicationcontrollers list or watch objects of kind ReplicationController |
kubernetes.kubernetes_create_core_v1_namespaced_replication_controller | Write write | 0 | Create core v 1 namespaced replication controller Official Kubernetes endpoint: POST /api/v1/namespaces/{namespace}/replicationcontrollers create a ReplicationController |
kubernetes.kubernetes_delete_core_v1_collection_namespaced_replication_controller | Write write | 0 | Delete core v 1 collection namespaced replication controller Official Kubernetes endpoint: DELETE /api/v1/namespaces/{namespace}/replicationcontrollers delete collection of ReplicationController |
kubernetes.kubernetes_read_core_v1_namespaced_replication_controller | Read read | 0 | Read core v 1 namespaced replication controller Official Kubernetes endpoint: GET /api/v1/namespaces/{namespace}/replicationcontrollers/{name} read the specified ReplicationController |
kubernetes.kubernetes_replace_core_v1_namespaced_replication_controller | Write write | 0 | Replace core v 1 namespaced replication controller Official Kubernetes endpoint: PUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name} replace the specified ReplicationController |
kubernetes.kubernetes_patch_core_v1_namespaced_replication_controller | Write write | 0 | Patch core v 1 namespaced replication controller Official Kubernetes endpoint: PATCH /api/v1/namespaces/{namespace}/replicationcontrollers/{name} partially update the specified ReplicationController |
kubernetes.kubernetes_delete_core_v1_namespaced_replication_controller | Write write | 0 | Delete core v 1 namespaced replication controller Official Kubernetes endpoint: DELETE /api/v1/namespaces/{namespace}/replicationcontrollers/{name} delete a ReplicationController |
kubernetes.kubernetes_read_core_v1_namespaced_replication_controller_scale | Read read | 0 | Read core v 1 namespaced replication controller scale Official Kubernetes endpoint: GET /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale read scale of the specified ReplicationController |
kubernetes.kubernetes_replace_core_v1_namespaced_replication_controller_scale | Write write | 0 | Replace core v 1 namespaced replication controller scale Official Kubernetes endpoint: PUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale replace scale of the specified ReplicationController |
kubernetes.kubernetes_patch_core_v1_namespaced_replication_controller_scale | Write write | 0 | Patch core v 1 namespaced replication controller scale Official Kubernetes endpoint: PATCH /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale partially update scale of the specified ReplicationController |
kubernetes.kubernetes_read_core_v1_namespaced_replication_controller_status | Read read | 0 | Read core v 1 namespaced replication controller status Official Kubernetes endpoint: GET /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status read status of the specified ReplicationController |
kubernetes.kubernetes_replace_core_v1_namespaced_replication_controller_status | Write write | 0 | Replace core v 1 namespaced replication controller status Official Kubernetes endpoint: PUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status replace status of the specified ReplicationController |
kubernetes.kubernetes_patch_core_v1_namespaced_replication_controller_status | Write write | 0 | Patch core v 1 namespaced replication controller status Official Kubernetes endpoint: PATCH /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status partially update status of the specified ReplicationController |
kubernetes.kubernetes_list_core_v1_namespaced_resource_quota | Read read | 0 | List core v 1 namespaced resource quota Official Kubernetes endpoint: GET /api/v1/namespaces/{namespace}/resourcequotas list or watch objects of kind ResourceQuota |
kubernetes.kubernetes_create_core_v1_namespaced_resource_quota | Write write | 0 | Create core v 1 namespaced resource quota Official Kubernetes endpoint: POST /api/v1/namespaces/{namespace}/resourcequotas create a ResourceQuota |
kubernetes.kubernetes_delete_core_v1_collection_namespaced_resource_quota | Write write | 0 | Delete core v 1 collection namespaced resource quota Official Kubernetes endpoint: DELETE /api/v1/namespaces/{namespace}/resourcequotas delete collection of ResourceQuota |
kubernetes.kubernetes_read_core_v1_namespaced_resource_quota | Read read | 0 | Read core v 1 namespaced resource quota Official Kubernetes endpoint: GET /api/v1/namespaces/{namespace}/resourcequotas/{name} read the specified ResourceQuota |
kubernetes.kubernetes_replace_core_v1_namespaced_resource_quota | Write write | 0 | Replace core v 1 namespaced resource quota Official Kubernetes endpoint: PUT /api/v1/namespaces/{namespace}/resourcequotas/{name} replace the specified ResourceQuota |
kubernetes.kubernetes_patch_core_v1_namespaced_resource_quota | Write write | 0 | Patch core v 1 namespaced resource quota Official Kubernetes endpoint: PATCH /api/v1/namespaces/{namespace}/resourcequotas/{name} partially update the specified ResourceQuota |
kubernetes.kubernetes_delete_core_v1_namespaced_resource_quota | Write write | 0 | Delete core v 1 namespaced resource quota Official Kubernetes endpoint: DELETE /api/v1/namespaces/{namespace}/resourcequotas/{name} delete a ResourceQuota |
kubernetes.kubernetes_read_core_v1_namespaced_resource_quota_status | Read read | 0 | Read core v 1 namespaced resource quota status Official Kubernetes endpoint: GET /api/v1/namespaces/{namespace}/resourcequotas/{name}/status read status of the specified ResourceQuota |
kubernetes.kubernetes_replace_core_v1_namespaced_resource_quota_status | Write write | 0 | Replace core v 1 namespaced resource quota status Official Kubernetes endpoint: PUT /api/v1/namespaces/{namespace}/resourcequotas/{name}/status replace status of the specified ResourceQuota |
kubernetes.kubernetes_patch_core_v1_namespaced_resource_quota_status | Write write | 0 | Patch core v 1 namespaced resource quota status Official Kubernetes endpoint: PATCH /api/v1/namespaces/{namespace}/resourcequotas/{name}/status partially update status of the specified ResourceQuota |
kubernetes.kubernetes_list_core_v1_namespaced_secret | Read read | 0 | List core v 1 namespaced secret Official Kubernetes endpoint: GET /api/v1/namespaces/{namespace}/secrets list or watch objects of kind Secret |
kubernetes.kubernetes_create_core_v1_namespaced_secret | Write write | 0 | Create core v 1 namespaced secret Official Kubernetes endpoint: POST /api/v1/namespaces/{namespace}/secrets create a Secret |
kubernetes.kubernetes_delete_core_v1_collection_namespaced_secret | Write write | 0 | Delete core v 1 collection namespaced secret Official Kubernetes endpoint: DELETE /api/v1/namespaces/{namespace}/secrets delete collection of Secret |
kubernetes.kubernetes_read_core_v1_namespaced_secret | Read read | 0 | Read core v 1 namespaced secret Official Kubernetes endpoint: GET /api/v1/namespaces/{namespace}/secrets/{name} read the specified Secret |
kubernetes.kubernetes_replace_core_v1_namespaced_secret | Write write | 0 | Replace core v 1 namespaced secret Official Kubernetes endpoint: PUT /api/v1/namespaces/{namespace}/secrets/{name} replace the specified Secret |
kubernetes.kubernetes_patch_core_v1_namespaced_secret | Write write | 0 | Patch core v 1 namespaced secret Official Kubernetes endpoint: PATCH /api/v1/namespaces/{namespace}/secrets/{name} partially update the specified Secret |
kubernetes.kubernetes_delete_core_v1_namespaced_secret | Write write | 0 | Delete core v 1 namespaced secret Official Kubernetes endpoint: DELETE /api/v1/namespaces/{namespace}/secrets/{name} delete a Secret |
kubernetes.kubernetes_list_core_v1_namespaced_service_account | Read read | 0 | List core v 1 namespaced service account Official Kubernetes endpoint: GET /api/v1/namespaces/{namespace}/serviceaccounts list or watch objects of kind ServiceAccount |
kubernetes.kubernetes_create_core_v1_namespaced_service_account | Write write | 0 | Create core v 1 namespaced service account Official Kubernetes endpoint: POST /api/v1/namespaces/{namespace}/serviceaccounts create a ServiceAccount |
kubernetes.kubernetes_delete_core_v1_collection_namespaced_service_account | Write write | 0 | Delete core v 1 collection namespaced service account Official Kubernetes endpoint: DELETE /api/v1/namespaces/{namespace}/serviceaccounts delete collection of ServiceAccount |
kubernetes.kubernetes_read_core_v1_namespaced_service_account | Read read | 0 | Read core v 1 namespaced service account Official Kubernetes endpoint: GET /api/v1/namespaces/{namespace}/serviceaccounts/{name} read the specified ServiceAccount |
kubernetes.kubernetes_replace_core_v1_namespaced_service_account | Write write | 0 | Replace core v 1 namespaced service account Official Kubernetes endpoint: PUT /api/v1/namespaces/{namespace}/serviceaccounts/{name} replace the specified ServiceAccount |
kubernetes.kubernetes_patch_core_v1_namespaced_service_account | Write write | 0 | Patch core v 1 namespaced service account Official Kubernetes endpoint: PATCH /api/v1/namespaces/{namespace}/serviceaccounts/{name} partially update the specified ServiceAccount |
kubernetes.kubernetes_delete_core_v1_namespaced_service_account | Write write | 0 | Delete core v 1 namespaced service account Official Kubernetes endpoint: DELETE /api/v1/namespaces/{namespace}/serviceaccounts/{name} delete a ServiceAccount |
kubernetes.kubernetes_create_core_v1_namespaced_service_account_token | Write write | 0 | Create core v 1 namespaced service account token Official Kubernetes endpoint: POST /api/v1/namespaces/{namespace}/serviceaccounts/{name}/token create token of a ServiceAccount |
kubernetes.kubernetes_list_core_v1_namespaced_service | Read read | 0 | List core v 1 namespaced service Official Kubernetes endpoint: GET /api/v1/namespaces/{namespace}/services list or watch objects of kind Service |
kubernetes.kubernetes_create_core_v1_namespaced_service | Write write | 0 | Create core v 1 namespaced service Official Kubernetes endpoint: POST /api/v1/namespaces/{namespace}/services create a Service |
kubernetes.kubernetes_delete_core_v1_collection_namespaced_service | Write write | 0 | Delete core v 1 collection namespaced service Official Kubernetes endpoint: DELETE /api/v1/namespaces/{namespace}/services delete collection of Service |
kubernetes.kubernetes_read_core_v1_namespaced_service | Read read | 0 | Read core v 1 namespaced service Official Kubernetes endpoint: GET /api/v1/namespaces/{namespace}/services/{name} read the specified Service |
kubernetes.kubernetes_replace_core_v1_namespaced_service | Write write | 0 | Replace core v 1 namespaced service Official Kubernetes endpoint: PUT /api/v1/namespaces/{namespace}/services/{name} replace the specified Service |
kubernetes.kubernetes_patch_core_v1_namespaced_service | Write write | 0 | Patch core v 1 namespaced service Official Kubernetes endpoint: PATCH /api/v1/namespaces/{namespace}/services/{name} partially update the specified Service |
kubernetes.kubernetes_delete_core_v1_namespaced_service | Write write | 0 | Delete core v 1 namespaced service Official Kubernetes endpoint: DELETE /api/v1/namespaces/{namespace}/services/{name} delete a Service |
kubernetes.kubernetes_connect_core_v1_get_namespaced_service_proxy | Read read | 0 | Connect core v 1 get namespaced service proxy Official Kubernetes endpoint: GET /api/v1/namespaces/{namespace}/services/{name}/proxy connect GET requests to proxy of Service |
kubernetes.kubernetes_connect_core_v1_post_namespaced_service_proxy | Write write | 0 | Connect core v 1 post namespaced service proxy Official Kubernetes endpoint: POST /api/v1/namespaces/{namespace}/services/{name}/proxy connect POST requests to proxy of Service |
kubernetes.kubernetes_connect_core_v1_put_namespaced_service_proxy | Write write | 0 | Connect core v 1 put namespaced service proxy Official Kubernetes endpoint: PUT /api/v1/namespaces/{namespace}/services/{name}/proxy connect PUT requests to proxy of Service |
kubernetes.kubernetes_connect_core_v1_patch_namespaced_service_proxy | Write write | 0 | Connect core v 1 patch namespaced service proxy Official Kubernetes endpoint: PATCH /api/v1/namespaces/{namespace}/services/{name}/proxy connect PATCH requests to proxy of Service |
kubernetes.kubernetes_connect_core_v1_delete_namespaced_service_proxy | Write write | 0 | Connect core v 1 delete namespaced service proxy Official Kubernetes endpoint: DELETE /api/v1/namespaces/{namespace}/services/{name}/proxy connect DELETE requests to proxy of Service |
kubernetes.kubernetes_connect_core_v1_get_namespaced_service_proxy_with_path | Read read | 0 | Connect core v 1 get namespaced service proxy with path Official Kubernetes endpoint: GET /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} connect GET requests to proxy of Service |
kubernetes.kubernetes_connect_core_v1_post_namespaced_service_proxy_with_path | Write write | 0 | Connect core v 1 post namespaced service proxy with path Official Kubernetes endpoint: POST /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} connect POST requests to proxy of Service |
kubernetes.kubernetes_connect_core_v1_put_namespaced_service_proxy_with_path | Write write | 0 | Connect core v 1 put namespaced service proxy with path Official Kubernetes endpoint: PUT /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} connect PUT requests to proxy of Service |
kubernetes.kubernetes_connect_core_v1_patch_namespaced_service_proxy_with_path | Write write | 0 | Connect core v 1 patch namespaced service proxy with path Official Kubernetes endpoint: PATCH /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} connect PATCH requests to proxy of Service |
kubernetes.kubernetes_connect_core_v1_delete_namespaced_service_proxy_with_path | Write write | 0 | Connect core v 1 delete namespaced service proxy with path Official Kubernetes endpoint: DELETE /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} connect DELETE requests to proxy of Service |
kubernetes.kubernetes_read_core_v1_namespaced_service_status | Read read | 0 | Read core v 1 namespaced service status Official Kubernetes endpoint: GET /api/v1/namespaces/{namespace}/services/{name}/status read status of the specified Service |
kubernetes.kubernetes_replace_core_v1_namespaced_service_status | Write write | 0 | Replace core v 1 namespaced service status Official Kubernetes endpoint: PUT /api/v1/namespaces/{namespace}/services/{name}/status replace status of the specified Service |
kubernetes.kubernetes_patch_core_v1_namespaced_service_status | Write write | 0 | Patch core v 1 namespaced service status Official Kubernetes endpoint: PATCH /api/v1/namespaces/{namespace}/services/{name}/status partially update status of the specified Service |
kubernetes.kubernetes_read_core_v1_namespace | Read read | 0 | Read core v 1 namespace Official Kubernetes endpoint: GET /api/v1/namespaces/{name} read the specified Namespace |
kubernetes.kubernetes_replace_core_v1_namespace | Write write | 0 | Replace core v 1 namespace Official Kubernetes endpoint: PUT /api/v1/namespaces/{name} replace the specified Namespace |
kubernetes.kubernetes_patch_core_v1_namespace | Write write | 0 | Patch core v 1 namespace Official Kubernetes endpoint: PATCH /api/v1/namespaces/{name} partially update the specified Namespace |
kubernetes.kubernetes_delete_core_v1_namespace | Write write | 0 | Delete core v 1 namespace Official Kubernetes endpoint: DELETE /api/v1/namespaces/{name} delete a Namespace |
kubernetes.kubernetes_replace_core_v1_namespace_finalize | Write write | 0 | Replace core v 1 namespace finalize Official Kubernetes endpoint: PUT /api/v1/namespaces/{name}/finalize replace finalize of the specified Namespace |
kubernetes.kubernetes_read_core_v1_namespace_status | Read read | 0 | Read core v 1 namespace status Official Kubernetes endpoint: GET /api/v1/namespaces/{name}/status read status of the specified Namespace |
kubernetes.kubernetes_replace_core_v1_namespace_status | Write write | 0 | Replace core v 1 namespace status Official Kubernetes endpoint: PUT /api/v1/namespaces/{name}/status replace status of the specified Namespace |
kubernetes.kubernetes_patch_core_v1_namespace_status | Write write | 0 | Patch core v 1 namespace status Official Kubernetes endpoint: PATCH /api/v1/namespaces/{name}/status partially update status of the specified Namespace |
kubernetes.kubernetes_list_core_v1_node | Read read | 0 | List core v 1 node Official Kubernetes endpoint: GET /api/v1/nodes list or watch objects of kind Node |
kubernetes.kubernetes_create_core_v1_node | Write write | 0 | Create core v 1 node Official Kubernetes endpoint: POST /api/v1/nodes create a Node |
kubernetes.kubernetes_delete_core_v1_collection_node | Write write | 0 | Delete core v 1 collection node Official Kubernetes endpoint: DELETE /api/v1/nodes delete collection of Node |
kubernetes.kubernetes_read_core_v1_node | Read read | 0 | Read core v 1 node Official Kubernetes endpoint: GET /api/v1/nodes/{name} read the specified Node |
kubernetes.kubernetes_replace_core_v1_node | Write write | 0 | Replace core v 1 node Official Kubernetes endpoint: PUT /api/v1/nodes/{name} replace the specified Node |
kubernetes.kubernetes_patch_core_v1_node | Write write | 0 | Patch core v 1 node Official Kubernetes endpoint: PATCH /api/v1/nodes/{name} partially update the specified Node |
kubernetes.kubernetes_delete_core_v1_node | Write write | 0 | Delete core v 1 node Official Kubernetes endpoint: DELETE /api/v1/nodes/{name} delete a Node |
kubernetes.kubernetes_connect_core_v1_get_node_proxy | Read read | 0 | Connect core v 1 get node proxy Official Kubernetes endpoint: GET /api/v1/nodes/{name}/proxy connect GET requests to proxy of Node |
kubernetes.kubernetes_connect_core_v1_post_node_proxy | Write write | 0 | Connect core v 1 post node proxy Official Kubernetes endpoint: POST /api/v1/nodes/{name}/proxy connect POST requests to proxy of Node |
kubernetes.kubernetes_connect_core_v1_put_node_proxy | Write write | 0 | Connect core v 1 put node proxy Official Kubernetes endpoint: PUT /api/v1/nodes/{name}/proxy connect PUT requests to proxy of Node |
kubernetes.kubernetes_connect_core_v1_patch_node_proxy | Write write | 0 | Connect core v 1 patch node proxy Official Kubernetes endpoint: PATCH /api/v1/nodes/{name}/proxy connect PATCH requests to proxy of Node |
kubernetes.kubernetes_connect_core_v1_delete_node_proxy | Write write | 0 | Connect core v 1 delete node proxy Official Kubernetes endpoint: DELETE /api/v1/nodes/{name}/proxy connect DELETE requests to proxy of Node |
kubernetes.kubernetes_connect_core_v1_get_node_proxy_with_path | Read read | 0 | Connect core v 1 get node proxy with path Official Kubernetes endpoint: GET /api/v1/nodes/{name}/proxy/{path} connect GET requests to proxy of Node |
kubernetes.kubernetes_connect_core_v1_post_node_proxy_with_path | Write write | 0 | Connect core v 1 post node proxy with path Official Kubernetes endpoint: POST /api/v1/nodes/{name}/proxy/{path} connect POST requests to proxy of Node |
kubernetes.kubernetes_connect_core_v1_put_node_proxy_with_path | Write write | 0 | Connect core v 1 put node proxy with path Official Kubernetes endpoint: PUT /api/v1/nodes/{name}/proxy/{path} connect PUT requests to proxy of Node |
kubernetes.kubernetes_connect_core_v1_patch_node_proxy_with_path | Write write | 0 | Connect core v 1 patch node proxy with path Official Kubernetes endpoint: PATCH /api/v1/nodes/{name}/proxy/{path} connect PATCH requests to proxy of Node |
kubernetes.kubernetes_connect_core_v1_delete_node_proxy_with_path | Write write | 0 | Connect core v 1 delete node proxy with path Official Kubernetes endpoint: DELETE /api/v1/nodes/{name}/proxy/{path} connect DELETE requests to proxy of Node |
kubernetes.kubernetes_read_core_v1_node_status | Read read | 0 | Read core v 1 node status Official Kubernetes endpoint: GET /api/v1/nodes/{name}/status read status of the specified Node |
kubernetes.kubernetes_replace_core_v1_node_status | Write write | 0 | Replace core v 1 node status Official Kubernetes endpoint: PUT /api/v1/nodes/{name}/status replace status of the specified Node |
kubernetes.kubernetes_patch_core_v1_node_status | Write write | 0 | Patch core v 1 node status Official Kubernetes endpoint: PATCH /api/v1/nodes/{name}/status partially update status of the specified Node |
kubernetes.kubernetes_list_core_v1_persistent_volume_claim_for_all_namespaces | Read read | 0 | List core v 1 persistent volume claim for all namespaces Official Kubernetes endpoint: GET /api/v1/persistentvolumeclaims list or watch objects of kind PersistentVolumeClaim |
kubernetes.kubernetes_list_core_v1_persistent_volume | Read read | 0 | List core v 1 persistent volume Official Kubernetes endpoint: GET /api/v1/persistentvolumes list or watch objects of kind PersistentVolume |
kubernetes.kubernetes_create_core_v1_persistent_volume | Write write | 0 | Create core v 1 persistent volume Official Kubernetes endpoint: POST /api/v1/persistentvolumes create a PersistentVolume |
kubernetes.kubernetes_delete_core_v1_collection_persistent_volume | Write write | 0 | Delete core v 1 collection persistent volume Official Kubernetes endpoint: DELETE /api/v1/persistentvolumes delete collection of PersistentVolume |
kubernetes.kubernetes_read_core_v1_persistent_volume | Read read | 0 | Read core v 1 persistent volume Official Kubernetes endpoint: GET /api/v1/persistentvolumes/{name} read the specified PersistentVolume |
kubernetes.kubernetes_replace_core_v1_persistent_volume | Write write | 0 | Replace core v 1 persistent volume Official Kubernetes endpoint: PUT /api/v1/persistentvolumes/{name} replace the specified PersistentVolume |
kubernetes.kubernetes_patch_core_v1_persistent_volume | Write write | 0 | Patch core v 1 persistent volume Official Kubernetes endpoint: PATCH /api/v1/persistentvolumes/{name} partially update the specified PersistentVolume |
kubernetes.kubernetes_delete_core_v1_persistent_volume | Write write | 0 | Delete core v 1 persistent volume Official Kubernetes endpoint: DELETE /api/v1/persistentvolumes/{name} delete a PersistentVolume |
kubernetes.kubernetes_read_core_v1_persistent_volume_status | Read read | 0 | Read core v 1 persistent volume status Official Kubernetes endpoint: GET /api/v1/persistentvolumes/{name}/status read status of the specified PersistentVolume |
kubernetes.kubernetes_replace_core_v1_persistent_volume_status | Write write | 0 | Replace core v 1 persistent volume status Official Kubernetes endpoint: PUT /api/v1/persistentvolumes/{name}/status replace status of the specified PersistentVolume |
kubernetes.kubernetes_patch_core_v1_persistent_volume_status | Write write | 0 | Patch core v 1 persistent volume status Official Kubernetes endpoint: PATCH /api/v1/persistentvolumes/{name}/status partially update status of the specified PersistentVolume |
kubernetes.kubernetes_list_core_v1_pod_for_all_namespaces | Read read | 0 | List core v 1 pod for all namespaces Official Kubernetes endpoint: GET /api/v1/pods list or watch objects of kind Pod |
kubernetes.kubernetes_list_core_v1_pod_template_for_all_namespaces | Read read | 0 | List core v 1 pod template for all namespaces Official Kubernetes endpoint: GET /api/v1/podtemplates list or watch objects of kind PodTemplate |
kubernetes.kubernetes_list_core_v1_replication_controller_for_all_namespaces | Read read | 0 | List core v 1 replication controller for all namespaces Official Kubernetes endpoint: GET /api/v1/replicationcontrollers list or watch objects of kind ReplicationController |
kubernetes.kubernetes_list_core_v1_resource_quota_for_all_namespaces | Read read | 0 | List core v 1 resource quota for all namespaces Official Kubernetes endpoint: GET /api/v1/resourcequotas list or watch objects of kind ResourceQuota |
kubernetes.kubernetes_list_core_v1_secret_for_all_namespaces | Read read | 0 | List core v 1 secret for all namespaces Official Kubernetes endpoint: GET /api/v1/secrets list or watch objects of kind Secret |
kubernetes.kubernetes_list_core_v1_service_account_for_all_namespaces | Read read | 0 | List core v 1 service account for all namespaces Official Kubernetes endpoint: GET /api/v1/serviceaccounts list or watch objects of kind ServiceAccount |
kubernetes.kubernetes_list_core_v1_service_for_all_namespaces | Read read | 0 | List core v 1 service for all namespaces Official Kubernetes endpoint: GET /api/v1/services list or watch objects of kind Service |
kubernetes.kubernetes_watch_core_v1_config_map_list_for_all_namespaces | Read read | 0 | Watch core v 1 config map list for all namespaces Official Kubernetes endpoint: GET /api/v1/watch/configmaps watch individual changes to a list of ConfigMap. deprecated: use the 'watch' parameter with a list operation instead. |
kubernetes.kubernetes_watch_core_v1_endpoints_list_for_all_namespaces | Read read | 0 | Watch core v 1 endpoints list for all namespaces Official Kubernetes endpoint: GET /api/v1/watch/endpoints watch individual changes to a list of Endpoints. deprecated: use the 'watch' parameter with a list operation instead. |
kubernetes.kubernetes_watch_core_v1_event_list_for_all_namespaces | Read read | 0 | Watch core v 1 event list for all namespaces Official Kubernetes endpoint: GET /api/v1/watch/events watch individual changes to a list of Event. deprecated: use the 'watch' parameter with a list operation instead. |
kubernetes.kubernetes_watch_core_v1_limit_range_list_for_all_namespaces | Read read | 0 | Watch core v 1 limit range list for all namespaces Official Kubernetes endpoint: GET /api/v1/watch/limitranges watch individual changes to a list of LimitRange. deprecated: use the 'watch' parameter with a list operation instead. |
kubernetes.kubernetes_watch_core_v1_namespace_list | Read read | 0 | Watch core v 1 namespace list Official Kubernetes endpoint: GET /api/v1/watch/namespaces watch individual changes to a list of Namespace. deprecated: use the 'watch' parameter with a list operation instead. |
kubernetes.kubernetes_watch_core_v1_namespaced_config_map_list | Read read | 0 | Watch core v 1 namespaced config map list Official Kubernetes endpoint: GET /api/v1/watch/namespaces/{namespace}/configmaps watch individual changes to a list of ConfigMap. deprecated: use the 'watch' parameter with a list operation instead |
kubernetes.kubernetes_watch_core_v1_namespaced_config_map | Read read | 0 | Watch core v 1 namespaced config map Official Kubernetes endpoint: GET /api/v1/watch/namespaces/{namespace}/configmaps/{name} watch changes to an object of kind ConfigMap. deprecated: use the 'watch' parameter with a list operation instead, |
kubernetes.kubernetes_watch_core_v1_namespaced_endpoints_list | Read read | 0 | Watch core v 1 namespaced endpoints list Official Kubernetes endpoint: GET /api/v1/watch/namespaces/{namespace}/endpoints watch individual changes to a list of Endpoints. deprecated: use the 'watch' parameter with a list operation instead. |
kubernetes.kubernetes_watch_core_v1_namespaced_endpoints | Read read | 0 | Watch core v 1 namespaced endpoints Official Kubernetes endpoint: GET /api/v1/watch/namespaces/{namespace}/endpoints/{name} watch changes to an object of kind Endpoints. deprecated: use the 'watch' parameter with a list operation instead, f |
kubernetes.kubernetes_watch_core_v1_namespaced_event_list | Read read | 0 | Watch core v 1 namespaced event list Official Kubernetes endpoint: GET /api/v1/watch/namespaces/{namespace}/events watch individual changes to a list of Event. deprecated: use the 'watch' parameter with a list operation instead. |
kubernetes.kubernetes_watch_core_v1_namespaced_event | Read read | 0 | Watch core v 1 namespaced event Official Kubernetes endpoint: GET /api/v1/watch/namespaces/{namespace}/events/{name} watch changes to an object of kind Event. deprecated: use the 'watch' parameter with a list operation instead, filtered to |
kubernetes.kubernetes_watch_core_v1_namespaced_limit_range_list | Read read | 0 | Watch core v 1 namespaced limit range list Official Kubernetes endpoint: GET /api/v1/watch/namespaces/{namespace}/limitranges watch individual changes to a list of LimitRange. deprecated: use the 'watch' parameter with a list operation inst |
kubernetes.kubernetes_watch_core_v1_namespaced_limit_range | Read read | 0 | Watch core v 1 namespaced limit range Official Kubernetes endpoint: GET /api/v1/watch/namespaces/{namespace}/limitranges/{name} watch changes to an object of kind LimitRange. deprecated: use the 'watch' parameter with a list operation inste |
kubernetes.kubernetes_watch_core_v1_namespaced_persistent_volume_claim_list | Read read | 0 | Watch core v 1 namespaced persistent volume claim list Official Kubernetes endpoint: GET /api/v1/watch/namespaces/{namespace}/persistentvolumeclaims watch individual changes to a list of PersistentVolumeClaim. deprecated: use the 'watch' pa |
kubernetes.kubernetes_watch_core_v1_namespaced_persistent_volume_claim | Read read | 0 | Watch core v 1 namespaced persistent volume claim Official Kubernetes endpoint: GET /api/v1/watch/namespaces/{namespace}/persistentvolumeclaims/{name} watch changes to an object of kind PersistentVolumeClaim. deprecated: use the 'watch' par |
kubernetes.kubernetes_watch_core_v1_namespaced_pod_list | Read read | 0 | Watch core v 1 namespaced pod list Official Kubernetes endpoint: GET /api/v1/watch/namespaces/{namespace}/pods watch individual changes to a list of Pod. deprecated: use the 'watch' parameter with a list operation instead. |
kubernetes.kubernetes_watch_core_v1_namespaced_pod | Read read | 0 | Watch core v 1 namespaced pod Official Kubernetes endpoint: GET /api/v1/watch/namespaces/{namespace}/pods/{name} watch changes to an object of kind Pod. deprecated: use the 'watch' parameter with a list operation instead, filtered to a sing |
kubernetes.kubernetes_watch_core_v1_namespaced_pod_template_list | Read read | 0 | Watch core v 1 namespaced pod template list Official Kubernetes endpoint: GET /api/v1/watch/namespaces/{namespace}/podtemplates watch individual changes to a list of PodTemplate. deprecated: use the 'watch' parameter with a list operation i |
kubernetes.kubernetes_watch_core_v1_namespaced_pod_template | Read read | 0 | Watch core v 1 namespaced pod template Official Kubernetes endpoint: GET /api/v1/watch/namespaces/{namespace}/podtemplates/{name} watch changes to an object of kind PodTemplate. deprecated: use the 'watch' parameter with a list operation in |
kubernetes.kubernetes_watch_core_v1_namespaced_replication_controller_list | Read read | 0 | Watch core v 1 namespaced replication controller list Official Kubernetes endpoint: GET /api/v1/watch/namespaces/{namespace}/replicationcontrollers watch individual changes to a list of ReplicationController. deprecated: use the 'watch' par |
kubernetes.kubernetes_watch_core_v1_namespaced_replication_controller | Read read | 0 | Watch core v 1 namespaced replication controller Official Kubernetes endpoint: GET /api/v1/watch/namespaces/{namespace}/replicationcontrollers/{name} watch changes to an object of kind ReplicationController. deprecated: use the 'watch' para |
kubernetes.kubernetes_watch_core_v1_namespaced_resource_quota_list | Read read | 0 | Watch core v 1 namespaced resource quota list Official Kubernetes endpoint: GET /api/v1/watch/namespaces/{namespace}/resourcequotas watch individual changes to a list of ResourceQuota. deprecated: use the 'watch' parameter with a list opera |
kubernetes.kubernetes_watch_core_v1_namespaced_resource_quota | Read read | 0 | Watch core v 1 namespaced resource quota Official Kubernetes endpoint: GET /api/v1/watch/namespaces/{namespace}/resourcequotas/{name} watch changes to an object of kind ResourceQuota. deprecated: use the 'watch' parameter with a list operat |
kubernetes.kubernetes_watch_core_v1_namespaced_secret_list | Read read | 0 | Watch core v 1 namespaced secret list Official Kubernetes endpoint: GET /api/v1/watch/namespaces/{namespace}/secrets watch individual changes to a list of Secret. deprecated: use the 'watch' parameter with a list operation instead. |
kubernetes.kubernetes_watch_core_v1_namespaced_secret | Read read | 0 | Watch core v 1 namespaced secret Official Kubernetes endpoint: GET /api/v1/watch/namespaces/{namespace}/secrets/{name} watch changes to an object of kind Secret. deprecated: use the 'watch' parameter with a list operation instead, filtered |
kubernetes.kubernetes_watch_core_v1_namespaced_service_account_list | Read read | 0 | Watch core v 1 namespaced service account list Official Kubernetes endpoint: GET /api/v1/watch/namespaces/{namespace}/serviceaccounts watch individual changes to a list of ServiceAccount. deprecated: use the 'watch' parameter with a list op |
kubernetes.kubernetes_watch_core_v1_namespaced_service_account | Read read | 0 | Watch core v 1 namespaced service account Official Kubernetes endpoint: GET /api/v1/watch/namespaces/{namespace}/serviceaccounts/{name} watch changes to an object of kind ServiceAccount. deprecated: use the 'watch' parameter with a list ope |
kubernetes.kubernetes_watch_core_v1_namespaced_service_list | Read read | 0 | Watch core v 1 namespaced service list Official Kubernetes endpoint: GET /api/v1/watch/namespaces/{namespace}/services watch individual changes to a list of Service. deprecated: use the 'watch' parameter with a list operation instead. |
kubernetes.kubernetes_watch_core_v1_namespaced_service | Read read | 0 | Watch core v 1 namespaced service Official Kubernetes endpoint: GET /api/v1/watch/namespaces/{namespace}/services/{name} watch changes to an object of kind Service. deprecated: use the 'watch' parameter with a list operation instead, filter |
kubernetes.kubernetes_watch_core_v1_namespace | Read read | 0 | Watch core v 1 namespace Official Kubernetes endpoint: GET /api/v1/watch/namespaces/{name} 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 |
kubernetes.kubernetes_watch_core_v1_node_list | Read read | 0 | Watch core v 1 node list Official Kubernetes endpoint: GET /api/v1/watch/nodes watch individual changes to a list of Node. deprecated: use the 'watch' parameter with a list operation instead. |
kubernetes.kubernetes_watch_core_v1_node | Read read | 0 | Watch core v 1 node Official Kubernetes endpoint: GET /api/v1/watch/nodes/{name} 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 |
kubernetes.kubernetes_watch_core_v1_persistent_volume_claim_list_for_all_namespaces | Read read | 0 | Watch core v 1 persistent volume claim list for all namespaces Official Kubernetes endpoint: GET /api/v1/watch/persistentvolumeclaims watch individual changes to a list of PersistentVolumeClaim. deprecated: use the 'watch' parameter with a |
kubernetes.kubernetes_watch_core_v1_persistent_volume_list | Read read | 0 | Watch core v 1 persistent volume list Official Kubernetes endpoint: GET /api/v1/watch/persistentvolumes watch individual changes to a list of PersistentVolume. deprecated: use the 'watch' parameter with a list operation instead. |
kubernetes.kubernetes_watch_core_v1_persistent_volume | Read read | 0 | Watch core v 1 persistent volume Official Kubernetes endpoint: GET /api/v1/watch/persistentvolumes/{name} watch changes to an object of kind PersistentVolume. deprecated: use the 'watch' parameter with a list operation instead, filtered to |
kubernetes.kubernetes_watch_core_v1_pod_list_for_all_namespaces | Read read | 0 | Watch core v 1 pod list for all namespaces Official Kubernetes endpoint: GET /api/v1/watch/pods watch individual changes to a list of Pod. deprecated: use the 'watch' parameter with a list operation instead. |
kubernetes.kubernetes_watch_core_v1_pod_template_list_for_all_namespaces | Read read | 0 | Watch core v 1 pod template list for all namespaces Official Kubernetes endpoint: GET /api/v1/watch/podtemplates watch individual changes to a list of PodTemplate. deprecated: use the 'watch' parameter with a list operation instead. |
kubernetes.kubernetes_watch_core_v1_replication_controller_list_for_all_namespaces | Read read | 0 | Watch core v 1 replication controller list for all namespaces Official Kubernetes endpoint: GET /api/v1/watch/replicationcontrollers watch individual changes to a list of ReplicationController. deprecated: use the 'watch' parameter with a l |
kubernetes.kubernetes_watch_core_v1_resource_quota_list_for_all_namespaces | Read read | 0 | Watch core v 1 resource quota list for all namespaces Official Kubernetes endpoint: GET /api/v1/watch/resourcequotas watch individual changes to a list of ResourceQuota. deprecated: use the 'watch' parameter with a list operation instead. |
kubernetes.kubernetes_watch_core_v1_secret_list_for_all_namespaces | Read read | 0 | Watch core v 1 secret list for all namespaces Official Kubernetes endpoint: GET /api/v1/watch/secrets watch individual changes to a list of Secret. deprecated: use the 'watch' parameter with a list operation instead. |
kubernetes.kubernetes_watch_core_v1_service_account_list_for_all_namespaces | Read read | 0 | Watch core v 1 service account list for all namespaces Official Kubernetes endpoint: GET /api/v1/watch/serviceaccounts watch individual changes to a list of ServiceAccount. deprecated: use the 'watch' parameter with a list operation instead |
kubernetes.kubernetes_watch_core_v1_service_list_for_all_namespaces | Read read | 0 | Watch core v 1 service list for all namespaces Official Kubernetes endpoint: GET /api/v1/watch/services watch individual changes to a list of Service. deprecated: use the 'watch' parameter with a list operation instead. |
kubernetes.kubernetes_get_apiversions | Read read | 0 | Get apiversions Official Kubernetes endpoint: GET /apis/ get available API versions |
kubernetes.kubernetes_get_admissionregistration_apigroup | Read read | 0 | Get admissionregistration apigroup Official Kubernetes endpoint: GET /apis/admissionregistration.k8s.io/ get information of a group |
kubernetes.kubernetes_get_admissionregistration_v1_apiresources | Read read | 0 | Get admissionregistration v 1 apiresources Official Kubernetes endpoint: GET /apis/admissionregistration.k8s.io/v1/ get available resources |
kubernetes.kubernetes_list_admissionregistration_v1_mutating_admission_policy | Read read | 0 | List admissionregistration v 1 mutating admission policy Official Kubernetes endpoint: GET /apis/admissionregistration.k8s.io/v1/mutatingadmissionpolicies list or watch objects of kind MutatingAdmissionPolicy |
kubernetes.kubernetes_create_admissionregistration_v1_mutating_admission_policy | Write write | 0 | Create admissionregistration v 1 mutating admission policy Official Kubernetes endpoint: POST /apis/admissionregistration.k8s.io/v1/mutatingadmissionpolicies create a MutatingAdmissionPolicy |
kubernetes.kubernetes_delete_admissionregistration_v1_collection_mutating_admission_policy | Write write | 0 | Delete admissionregistration v 1 collection mutating admission policy Official Kubernetes endpoint: DELETE /apis/admissionregistration.k8s.io/v1/mutatingadmissionpolicies delete collection of MutatingAdmissionPolicy |
kubernetes.kubernetes_read_admissionregistration_v1_mutating_admission_policy | Read read | 0 | Read admissionregistration v 1 mutating admission policy Official Kubernetes endpoint: GET /apis/admissionregistration.k8s.io/v1/mutatingadmissionpolicies/{name} read the specified MutatingAdmissionPolicy |
kubernetes.kubernetes_replace_admissionregistration_v1_mutating_admission_policy | Write write | 0 | Replace admissionregistration v 1 mutating admission policy Official Kubernetes endpoint: PUT /apis/admissionregistration.k8s.io/v1/mutatingadmissionpolicies/{name} replace the specified MutatingAdmissionPolicy |
kubernetes.kubernetes_patch_admissionregistration_v1_mutating_admission_policy | Write write | 0 | Patch admissionregistration v 1 mutating admission policy Official Kubernetes endpoint: PATCH /apis/admissionregistration.k8s.io/v1/mutatingadmissionpolicies/{name} partially update the specified MutatingAdmissionPolicy |
kubernetes.kubernetes_delete_admissionregistration_v1_mutating_admission_policy | Write write | 0 | Delete admissionregistration v 1 mutating admission policy Official Kubernetes endpoint: DELETE /apis/admissionregistration.k8s.io/v1/mutatingadmissionpolicies/{name} delete a MutatingAdmissionPolicy |
kubernetes.kubernetes_list_admissionregistration_v1_mutating_admission_policy_binding | Read read | 0 | List admissionregistration v 1 mutating admission policy binding Official Kubernetes endpoint: GET /apis/admissionregistration.k8s.io/v1/mutatingadmissionpolicybindings list or watch objects of kind MutatingAdmissionPolicyBinding |
kubernetes.kubernetes_create_admissionregistration_v1_mutating_admission_policy_binding | Write write | 0 | Create admissionregistration v 1 mutating admission policy binding Official Kubernetes endpoint: POST /apis/admissionregistration.k8s.io/v1/mutatingadmissionpolicybindings create a MutatingAdmissionPolicyBinding |
kubernetes.kubernetes_delete_admissionregistration_v1_collection_mutating_admission_policy_binding | Write write | 0 | Delete admissionregistration v 1 collection mutating admission policy binding Official Kubernetes endpoint: DELETE /apis/admissionregistration.k8s.io/v1/mutatingadmissionpolicybindings delete collection of MutatingAdmissionPolicyBinding |
kubernetes.kubernetes_read_admissionregistration_v1_mutating_admission_policy_binding | Read read | 0 | Read admissionregistration v 1 mutating admission policy binding Official Kubernetes endpoint: GET /apis/admissionregistration.k8s.io/v1/mutatingadmissionpolicybindings/{name} read the specified MutatingAdmissionPolicyBinding |
kubernetes.kubernetes_replace_admissionregistration_v1_mutating_admission_policy_binding | Write write | 0 | Replace admissionregistration v 1 mutating admission policy binding Official Kubernetes endpoint: PUT /apis/admissionregistration.k8s.io/v1/mutatingadmissionpolicybindings/{name} replace the specified MutatingAdmissionPolicyBinding |
kubernetes.kubernetes_patch_admissionregistration_v1_mutating_admission_policy_binding | Write write | 0 | Patch admissionregistration v 1 mutating admission policy binding Official Kubernetes endpoint: PATCH /apis/admissionregistration.k8s.io/v1/mutatingadmissionpolicybindings/{name} partially update the specified MutatingAdmissionPolicyBinding |
kubernetes.kubernetes_delete_admissionregistration_v1_mutating_admission_policy_binding | Write write | 0 | Delete admissionregistration v 1 mutating admission policy binding Official Kubernetes endpoint: DELETE /apis/admissionregistration.k8s.io/v1/mutatingadmissionpolicybindings/{name} delete a MutatingAdmissionPolicyBinding |
kubernetes.kubernetes_list_admissionregistration_v1_mutating_webhook_configuration | Read read | 0 | List admissionregistration v 1 mutating webhook configuration Official Kubernetes endpoint: GET /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations list or watch objects of kind MutatingWebhookConfiguration |
kubernetes.kubernetes_create_admissionregistration_v1_mutating_webhook_configuration | Write write | 0 | Create admissionregistration v 1 mutating webhook configuration Official Kubernetes endpoint: POST /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations create a MutatingWebhookConfiguration |
kubernetes.kubernetes_delete_admissionregistration_v1_collection_mutating_webhook_configuration | Write write | 0 | Delete admissionregistration v 1 collection mutating webhook configuration Official Kubernetes endpoint: DELETE /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations delete collection of MutatingWebhookConfiguration |
kubernetes.kubernetes_read_admissionregistration_v1_mutating_webhook_configuration | Read read | 0 | Read admissionregistration v 1 mutating webhook configuration Official Kubernetes endpoint: GET /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/{name} read the specified MutatingWebhookConfiguration |
kubernetes.kubernetes_replace_admissionregistration_v1_mutating_webhook_configuration | Write write | 0 | Replace admissionregistration v 1 mutating webhook configuration Official Kubernetes endpoint: PUT /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/{name} replace the specified MutatingWebhookConfiguration |
kubernetes.kubernetes_patch_admissionregistration_v1_mutating_webhook_configuration | Write write | 0 | Patch admissionregistration v 1 mutating webhook configuration Official Kubernetes endpoint: PATCH /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/{name} partially update the specified MutatingWebhookConfiguration |
kubernetes.kubernetes_delete_admissionregistration_v1_mutating_webhook_configuration | Write write | 0 | Delete admissionregistration v 1 mutating webhook configuration Official Kubernetes endpoint: DELETE /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/{name} delete a MutatingWebhookConfiguration |
kubernetes.kubernetes_list_admissionregistration_v1_validating_admission_policy | Read read | 0 | List admissionregistration v 1 validating admission policy Official Kubernetes endpoint: GET /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies list or watch objects of kind ValidatingAdmissionPolicy |
kubernetes.kubernetes_create_admissionregistration_v1_validating_admission_policy | Write write | 0 | Create admissionregistration v 1 validating admission policy Official Kubernetes endpoint: POST /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies create a ValidatingAdmissionPolicy |
kubernetes.kubernetes_delete_admissionregistration_v1_collection_validating_admission_policy | Write write | 0 | Delete admissionregistration v 1 collection validating admission policy Official Kubernetes endpoint: DELETE /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies delete collection of ValidatingAdmissionPolicy |
kubernetes.kubernetes_read_admissionregistration_v1_validating_admission_policy | Read read | 0 | Read admissionregistration v 1 validating admission policy Official Kubernetes endpoint: GET /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name} read the specified ValidatingAdmissionPolicy |
kubernetes.kubernetes_replace_admissionregistration_v1_validating_admission_policy | Write write | 0 | Replace admissionregistration v 1 validating admission policy Official Kubernetes endpoint: PUT /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name} replace the specified ValidatingAdmissionPolicy |
kubernetes.kubernetes_patch_admissionregistration_v1_validating_admission_policy | Write write | 0 | Patch admissionregistration v 1 validating admission policy Official Kubernetes endpoint: PATCH /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name} partially update the specified ValidatingAdmissionPolicy |
kubernetes.kubernetes_delete_admissionregistration_v1_validating_admission_policy | Write write | 0 | Delete admissionregistration v 1 validating admission policy Official Kubernetes endpoint: DELETE /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name} delete a ValidatingAdmissionPolicy |
kubernetes.kubernetes_read_admissionregistration_v1_validating_admission_policy_status | Read read | 0 | Read admissionregistration v 1 validating admission policy status Official Kubernetes endpoint: GET /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name}/status read status of the specified ValidatingAdmissionPolicy |
kubernetes.kubernetes_replace_admissionregistration_v1_validating_admission_policy_status | Write write | 0 | Replace admissionregistration v 1 validating admission policy status Official Kubernetes endpoint: PUT /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name}/status replace status of the specified ValidatingAdmissionPolicy |
kubernetes.kubernetes_patch_admissionregistration_v1_validating_admission_policy_status | Write write | 0 | Patch admissionregistration v 1 validating admission policy status Official Kubernetes endpoint: PATCH /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name}/status partially update status of the specified ValidatingAdmiss |
kubernetes.kubernetes_list_admissionregistration_v1_validating_admission_policy_binding | Read read | 0 | List admissionregistration v 1 validating admission policy binding Official Kubernetes endpoint: GET /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings list or watch objects of kind ValidatingAdmissionPolicyBinding |
kubernetes.kubernetes_create_admissionregistration_v1_validating_admission_policy_binding | Write write | 0 | Create admissionregistration v 1 validating admission policy binding Official Kubernetes endpoint: POST /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings create a ValidatingAdmissionPolicyBinding |
kubernetes.kubernetes_delete_admissionregistration_v1_collection_validating_admission_policy_binding | Write write | 0 | Delete admissionregistration v 1 collection validating admission policy binding Official Kubernetes endpoint: DELETE /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings delete collection of ValidatingAdmissionPolicyBindi |
kubernetes.kubernetes_read_admissionregistration_v1_validating_admission_policy_binding | Read read | 0 | Read admissionregistration v 1 validating admission policy binding Official Kubernetes endpoint: GET /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings/{name} read the specified ValidatingAdmissionPolicyBinding |
kubernetes.kubernetes_replace_admissionregistration_v1_validating_admission_policy_binding | Write write | 0 | Replace admissionregistration v 1 validating admission policy binding Official Kubernetes endpoint: PUT /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings/{name} replace the specified ValidatingAdmissionPolicyBinding |
kubernetes.kubernetes_patch_admissionregistration_v1_validating_admission_policy_binding | Write write | 0 | Patch admissionregistration v 1 validating admission policy binding Official Kubernetes endpoint: PATCH /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings/{name} partially update the specified ValidatingAdmissionPolicyB |
kubernetes.kubernetes_delete_admissionregistration_v1_validating_admission_policy_binding | Write write | 0 | Delete admissionregistration v 1 validating admission policy binding Official Kubernetes endpoint: DELETE /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings/{name} delete a ValidatingAdmissionPolicyBinding |
kubernetes.kubernetes_list_admissionregistration_v1_validating_webhook_configuration | Read read | 0 | List admissionregistration v 1 validating webhook configuration Official Kubernetes endpoint: GET /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations list or watch objects of kind ValidatingWebhookConfiguration |
kubernetes.kubernetes_create_admissionregistration_v1_validating_webhook_configuration | Write write | 0 | Create admissionregistration v 1 validating webhook configuration Official Kubernetes endpoint: POST /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations create a ValidatingWebhookConfiguration |
kubernetes.kubernetes_delete_admissionregistration_v1_collection_validating_webhook_configuration | Write write | 0 | Delete admissionregistration v 1 collection validating webhook configuration Official Kubernetes endpoint: DELETE /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations delete collection of ValidatingWebhookConfiguration |
kubernetes.kubernetes_read_admissionregistration_v1_validating_webhook_configuration | Read read | 0 | Read admissionregistration v 1 validating webhook configuration Official Kubernetes endpoint: GET /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/{name} read the specified ValidatingWebhookConfiguration |
kubernetes.kubernetes_replace_admissionregistration_v1_validating_webhook_configuration | Write write | 0 | Replace admissionregistration v 1 validating webhook configuration Official Kubernetes endpoint: PUT /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/{name} replace the specified ValidatingWebhookConfiguration |
kubernetes.kubernetes_patch_admissionregistration_v1_validating_webhook_configuration | Write write | 0 | Patch admissionregistration v 1 validating webhook configuration Official Kubernetes endpoint: PATCH /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/{name} partially update the specified ValidatingWebhookConfiguration |
kubernetes.kubernetes_delete_admissionregistration_v1_validating_webhook_configuration | Write write | 0 | Delete admissionregistration v 1 validating webhook configuration Official Kubernetes endpoint: DELETE /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/{name} delete a ValidatingWebhookConfiguration |
kubernetes.kubernetes_watch_admissionregistration_v1_mutating_admission_policy_list | Read read | 0 | Watch admissionregistration v 1 mutating admission policy list Official Kubernetes endpoint: GET /apis/admissionregistration.k8s.io/v1/watch/mutatingadmissionpolicies watch individual changes to a list of MutatingAdmissionPolicy. deprecated |
kubernetes.kubernetes_watch_admissionregistration_v1_mutating_admission_policy | Read read | 0 | Watch admissionregistration v 1 mutating admission policy Official Kubernetes endpoint: GET /apis/admissionregistration.k8s.io/v1/watch/mutatingadmissionpolicies/{name} watch changes to an object of kind MutatingAdmissionPolicy. deprecated: |
kubernetes.kubernetes_watch_admissionregistration_v1_mutating_admission_policy_binding_list | Read read | 0 | Watch admissionregistration v 1 mutating admission policy binding list Official Kubernetes endpoint: GET /apis/admissionregistration.k8s.io/v1/watch/mutatingadmissionpolicybindings watch individual changes to a list of MutatingAdmissionPoli |
kubernetes.kubernetes_watch_admissionregistration_v1_mutating_admission_policy_binding | Read read | 0 | Watch admissionregistration v 1 mutating admission policy binding Official Kubernetes endpoint: GET /apis/admissionregistration.k8s.io/v1/watch/mutatingadmissionpolicybindings/{name} watch changes to an object of kind MutatingAdmissionPolic |
kubernetes.kubernetes_watch_admissionregistration_v1_mutating_webhook_configuration_list | Read read | 0 | Watch admissionregistration v 1 mutating webhook configuration list Official Kubernetes endpoint: GET /apis/admissionregistration.k8s.io/v1/watch/mutatingwebhookconfigurations watch individual changes to a list of MutatingWebhookConfigurati |
kubernetes.kubernetes_watch_admissionregistration_v1_mutating_webhook_configuration | Read read | 0 | Watch admissionregistration v 1 mutating webhook configuration Official Kubernetes endpoint: GET /apis/admissionregistration.k8s.io/v1/watch/mutatingwebhookconfigurations/{name} watch changes to an object of kind MutatingWebhookConfiguratio |
kubernetes.kubernetes_watch_admissionregistration_v1_validating_admission_policy_list | Read read | 0 | Watch admissionregistration v 1 validating admission policy list Official Kubernetes endpoint: GET /apis/admissionregistration.k8s.io/v1/watch/validatingadmissionpolicies watch individual changes to a list of ValidatingAdmissionPolicy. depr |
kubernetes.kubernetes_watch_admissionregistration_v1_validating_admission_policy | Read read | 0 | Watch admissionregistration v 1 validating admission policy Official Kubernetes endpoint: GET /apis/admissionregistration.k8s.io/v1/watch/validatingadmissionpolicies/{name} watch changes to an object of kind ValidatingAdmissionPolicy. depre |
kubernetes.kubernetes_watch_admissionregistration_v1_validating_admission_policy_binding_list | Read read | 0 | Watch admissionregistration v 1 validating admission policy binding list Official Kubernetes endpoint: GET /apis/admissionregistration.k8s.io/v1/watch/validatingadmissionpolicybindings watch individual changes to a list of ValidatingAdmissi |
kubernetes.kubernetes_watch_admissionregistration_v1_validating_admission_policy_binding | Read read | 0 | Watch admissionregistration v 1 validating admission policy binding Official Kubernetes endpoint: GET /apis/admissionregistration.k8s.io/v1/watch/validatingadmissionpolicybindings/{name} watch changes to an object of kind ValidatingAdmissio |
kubernetes.kubernetes_watch_admissionregistration_v1_validating_webhook_configuration_list | Read read | 0 | Watch admissionregistration v 1 validating webhook configuration list Official Kubernetes endpoint: GET /apis/admissionregistration.k8s.io/v1/watch/validatingwebhookconfigurations watch individual changes to a list of ValidatingWebhookConfi |
kubernetes.kubernetes_watch_admissionregistration_v1_validating_webhook_configuration | Read read | 0 | Watch admissionregistration v 1 validating webhook configuration Official Kubernetes endpoint: GET /apis/admissionregistration.k8s.io/v1/watch/validatingwebhookconfigurations/{name} watch changes to an object of kind ValidatingWebhookConfig |
kubernetes.kubernetes_get_admissionregistration_v1_alpha1_apiresources | Read read | 0 | Get admissionregistration v 1 alpha 1 apiresources Official Kubernetes endpoint: GET /apis/admissionregistration.k8s.io/v1alpha1/ get available resources |
kubernetes.kubernetes_list_admissionregistration_v1_alpha1_mutating_admission_policy | Read read | 0 | List admissionregistration v 1 alpha 1 mutating admission policy Official Kubernetes endpoint: GET /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicies list or watch objects of kind MutatingAdmissionPolicy |
kubernetes.kubernetes_create_admissionregistration_v1_alpha1_mutating_admission_policy | Write write | 0 | Create admissionregistration v 1 alpha 1 mutating admission policy Official Kubernetes endpoint: POST /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicies create a MutatingAdmissionPolicy |
kubernetes.kubernetes_delete_admissionregistration_v1_alpha1_collection_mutating_admission_policy | Write write | 0 | Delete admissionregistration v 1 alpha 1 collection mutating admission policy Official Kubernetes endpoint: DELETE /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicies delete collection of MutatingAdmissionPolicy |
kubernetes.kubernetes_read_admissionregistration_v1_alpha1_mutating_admission_policy | Read read | 0 | Read admissionregistration v 1 alpha 1 mutating admission policy Official Kubernetes endpoint: GET /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicies/{name} read the specified MutatingAdmissionPolicy |
kubernetes.kubernetes_replace_admissionregistration_v1_alpha1_mutating_admission_policy | Write write | 0 | Replace admissionregistration v 1 alpha 1 mutating admission policy Official Kubernetes endpoint: PUT /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicies/{name} replace the specified MutatingAdmissionPolicy |
kubernetes.kubernetes_patch_admissionregistration_v1_alpha1_mutating_admission_policy | Write write | 0 | Patch admissionregistration v 1 alpha 1 mutating admission policy Official Kubernetes endpoint: PATCH /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicies/{name} partially update the specified MutatingAdmissionPolicy |
kubernetes.kubernetes_delete_admissionregistration_v1_alpha1_mutating_admission_policy | Write write | 0 | Delete admissionregistration v 1 alpha 1 mutating admission policy Official Kubernetes endpoint: DELETE /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicies/{name} delete a MutatingAdmissionPolicy |
kubernetes.kubernetes_list_admissionregistration_v1_alpha1_mutating_admission_policy_binding | Read read | 0 | List admissionregistration v 1 alpha 1 mutating admission policy binding Official Kubernetes endpoint: GET /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicybindings list or watch objects of kind MutatingAdmissionPolicyBind |
kubernetes.kubernetes_create_admissionregistration_v1_alpha1_mutating_admission_policy_binding | Write write | 0 | Create admissionregistration v 1 alpha 1 mutating admission policy binding Official Kubernetes endpoint: POST /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicybindings create a MutatingAdmissionPolicyBinding |
kubernetes.kubernetes_delete_admissionregistration_v1_alpha1_collection_mutating_admission_policy_binding | Write write | 0 | Delete admissionregistration v 1 alpha 1 collection mutating admission policy binding Official Kubernetes endpoint: DELETE /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicybindings delete collection of MutatingAdmissionPol |
kubernetes.kubernetes_read_admissionregistration_v1_alpha1_mutating_admission_policy_binding | Read read | 0 | Read admissionregistration v 1 alpha 1 mutating admission policy binding Official Kubernetes endpoint: GET /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicybindings/{name} read the specified MutatingAdmissionPolicyBinding |
kubernetes.kubernetes_replace_admissionregistration_v1_alpha1_mutating_admission_policy_binding | Write write | 0 | Replace admissionregistration v 1 alpha 1 mutating admission policy binding Official Kubernetes endpoint: PUT /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicybindings/{name} replace the specified MutatingAdmissionPolicyBi |
kubernetes.kubernetes_patch_admissionregistration_v1_alpha1_mutating_admission_policy_binding | Write write | 0 | Patch admissionregistration v 1 alpha 1 mutating admission policy binding Official Kubernetes endpoint: PATCH /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicybindings/{name} partially update the specified MutatingAdmissio |
kubernetes.kubernetes_delete_admissionregistration_v1_alpha1_mutating_admission_policy_binding | Write write | 0 | Delete admissionregistration v 1 alpha 1 mutating admission policy binding Official Kubernetes endpoint: DELETE /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicybindings/{name} delete a MutatingAdmissionPolicyBinding |
kubernetes.kubernetes_watch_admissionregistration_v1_alpha1_mutating_admission_policy_list | Read read | 0 | Watch admissionregistration v 1 alpha 1 mutating admission policy list Official Kubernetes endpoint: GET /apis/admissionregistration.k8s.io/v1alpha1/watch/mutatingadmissionpolicies watch individual changes to a list of MutatingAdmissionPoli |
kubernetes.kubernetes_watch_admissionregistration_v1_alpha1_mutating_admission_policy | Read read | 0 | Watch admissionregistration v 1 alpha 1 mutating admission policy Official Kubernetes endpoint: GET /apis/admissionregistration.k8s.io/v1alpha1/watch/mutatingadmissionpolicies/{name} watch changes to an object of kind MutatingAdmissionPolic |
kubernetes.kubernetes_watch_admissionregistration_v1_alpha1_mutating_admission_policy_binding_list | Read read | 0 | Watch admissionregistration v 1 alpha 1 mutating admission policy binding list Official Kubernetes endpoint: GET /apis/admissionregistration.k8s.io/v1alpha1/watch/mutatingadmissionpolicybindings watch individual changes to a list of Mutatin |
kubernetes.kubernetes_watch_admissionregistration_v1_alpha1_mutating_admission_policy_binding | Read read | 0 | Watch admissionregistration v 1 alpha 1 mutating admission policy binding Official Kubernetes endpoint: GET /apis/admissionregistration.k8s.io/v1alpha1/watch/mutatingadmissionpolicybindings/{name} watch changes to an object of kind Mutating |
kubernetes.kubernetes_get_admissionregistration_v1_beta1_apiresources | Read read | 0 | Get admissionregistration v 1 beta 1 apiresources Official Kubernetes endpoint: GET /apis/admissionregistration.k8s.io/v1beta1/ get available resources |
kubernetes.kubernetes_list_admissionregistration_v1_beta1_mutating_admission_policy | Read read | 0 | List admissionregistration v 1 beta 1 mutating admission policy Official Kubernetes endpoint: GET /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicies list or watch objects of kind MutatingAdmissionPolicy |
kubernetes.kubernetes_create_admissionregistration_v1_beta1_mutating_admission_policy | Write write | 0 | Create admissionregistration v 1 beta 1 mutating admission policy Official Kubernetes endpoint: POST /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicies create a MutatingAdmissionPolicy |
kubernetes.kubernetes_delete_admissionregistration_v1_beta1_collection_mutating_admission_policy | Write write | 0 | Delete admissionregistration v 1 beta 1 collection mutating admission policy Official Kubernetes endpoint: DELETE /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicies delete collection of MutatingAdmissionPolicy |
kubernetes.kubernetes_read_admissionregistration_v1_beta1_mutating_admission_policy | Read read | 0 | Read admissionregistration v 1 beta 1 mutating admission policy Official Kubernetes endpoint: GET /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicies/{name} read the specified MutatingAdmissionPolicy |
kubernetes.kubernetes_replace_admissionregistration_v1_beta1_mutating_admission_policy | Write write | 0 | Replace admissionregistration v 1 beta 1 mutating admission policy Official Kubernetes endpoint: PUT /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicies/{name} replace the specified MutatingAdmissionPolicy |
kubernetes.kubernetes_patch_admissionregistration_v1_beta1_mutating_admission_policy | Write write | 0 | Patch admissionregistration v 1 beta 1 mutating admission policy Official Kubernetes endpoint: PATCH /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicies/{name} partially update the specified MutatingAdmissionPolicy |
kubernetes.kubernetes_delete_admissionregistration_v1_beta1_mutating_admission_policy | Write write | 0 | Delete admissionregistration v 1 beta 1 mutating admission policy Official Kubernetes endpoint: DELETE /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicies/{name} delete a MutatingAdmissionPolicy |
kubernetes.kubernetes_list_admissionregistration_v1_beta1_mutating_admission_policy_binding | Read read | 0 | List admissionregistration v 1 beta 1 mutating admission policy binding Official Kubernetes endpoint: GET /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicybindings list or watch objects of kind MutatingAdmissionPolicyBindin |
kubernetes.kubernetes_create_admissionregistration_v1_beta1_mutating_admission_policy_binding | Write write | 0 | Create admissionregistration v 1 beta 1 mutating admission policy binding Official Kubernetes endpoint: POST /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicybindings create a MutatingAdmissionPolicyBinding |
kubernetes.kubernetes_delete_admissionregistration_v1_beta1_collection_mutating_admission_policy_binding | Write write | 0 | Delete admissionregistration v 1 beta 1 collection mutating admission policy binding Official Kubernetes endpoint: DELETE /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicybindings delete collection of MutatingAdmissionPolic |
kubernetes.kubernetes_read_admissionregistration_v1_beta1_mutating_admission_policy_binding | Read read | 0 | Read admissionregistration v 1 beta 1 mutating admission policy binding Official Kubernetes endpoint: GET /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicybindings/{name} read the specified MutatingAdmissionPolicyBinding |
kubernetes.kubernetes_replace_admissionregistration_v1_beta1_mutating_admission_policy_binding | Write write | 0 | Replace admissionregistration v 1 beta 1 mutating admission policy binding Official Kubernetes endpoint: PUT /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicybindings/{name} replace the specified MutatingAdmissionPolicyBind |
kubernetes.kubernetes_patch_admissionregistration_v1_beta1_mutating_admission_policy_binding | Write write | 0 | Patch admissionregistration v 1 beta 1 mutating admission policy binding Official Kubernetes endpoint: PATCH /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicybindings/{name} partially update the specified MutatingAdmissionP |
kubernetes.kubernetes_delete_admissionregistration_v1_beta1_mutating_admission_policy_binding | Write write | 0 | Delete admissionregistration v 1 beta 1 mutating admission policy binding Official Kubernetes endpoint: DELETE /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicybindings/{name} delete a MutatingAdmissionPolicyBinding |
kubernetes.kubernetes_watch_admissionregistration_v1_beta1_mutating_admission_policy_list | Read read | 0 | Watch admissionregistration v 1 beta 1 mutating admission policy list Official Kubernetes endpoint: GET /apis/admissionregistration.k8s.io/v1beta1/watch/mutatingadmissionpolicies watch individual changes to a list of MutatingAdmissionPolicy |
kubernetes.kubernetes_watch_admissionregistration_v1_beta1_mutating_admission_policy | Read read | 0 | Watch admissionregistration v 1 beta 1 mutating admission policy Official Kubernetes endpoint: GET /apis/admissionregistration.k8s.io/v1beta1/watch/mutatingadmissionpolicies/{name} watch changes to an object of kind MutatingAdmissionPolicy. |
kubernetes.kubernetes_watch_admissionregistration_v1_beta1_mutating_admission_policy_binding_list | Read read | 0 | Watch admissionregistration v 1 beta 1 mutating admission policy binding list Official Kubernetes endpoint: GET /apis/admissionregistration.k8s.io/v1beta1/watch/mutatingadmissionpolicybindings watch individual changes to a list of MutatingA |
kubernetes.kubernetes_watch_admissionregistration_v1_beta1_mutating_admission_policy_binding | Read read | 0 | Watch admissionregistration v 1 beta 1 mutating admission policy binding Official Kubernetes endpoint: GET /apis/admissionregistration.k8s.io/v1beta1/watch/mutatingadmissionpolicybindings/{name} watch changes to an object of kind MutatingAd |
kubernetes.kubernetes_get_apiextensions_apigroup | Read read | 0 | Get apiextensions apigroup Official Kubernetes endpoint: GET /apis/apiextensions.k8s.io/ get information of a group |
kubernetes.kubernetes_get_apiextensions_v1_apiresources | Read read | 0 | Get apiextensions v 1 apiresources Official Kubernetes endpoint: GET /apis/apiextensions.k8s.io/v1/ get available resources |
kubernetes.kubernetes_list_apiextensions_v1_custom_resource_definition | Read read | 0 | List apiextensions v 1 custom resource definition Official Kubernetes endpoint: GET /apis/apiextensions.k8s.io/v1/customresourcedefinitions list or watch objects of kind CustomResourceDefinition |
kubernetes.kubernetes_create_apiextensions_v1_custom_resource_definition | Write write | 0 | Create apiextensions v 1 custom resource definition Official Kubernetes endpoint: POST /apis/apiextensions.k8s.io/v1/customresourcedefinitions create a CustomResourceDefinition |
kubernetes.kubernetes_delete_apiextensions_v1_collection_custom_resource_definition | Write write | 0 | Delete apiextensions v 1 collection custom resource definition Official Kubernetes endpoint: DELETE /apis/apiextensions.k8s.io/v1/customresourcedefinitions delete collection of CustomResourceDefinition |
kubernetes.kubernetes_read_apiextensions_v1_custom_resource_definition | Read read | 0 | Read apiextensions v 1 custom resource definition Official Kubernetes endpoint: GET /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name} read the specified CustomResourceDefinition |
kubernetes.kubernetes_replace_apiextensions_v1_custom_resource_definition | Write write | 0 | Replace apiextensions v 1 custom resource definition Official Kubernetes endpoint: PUT /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name} replace the specified CustomResourceDefinition |
kubernetes.kubernetes_patch_apiextensions_v1_custom_resource_definition | Write write | 0 | Patch apiextensions v 1 custom resource definition Official Kubernetes endpoint: PATCH /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name} partially update the specified CustomResourceDefinition |
kubernetes.kubernetes_delete_apiextensions_v1_custom_resource_definition | Write write | 0 | Delete apiextensions v 1 custom resource definition Official Kubernetes endpoint: DELETE /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name} delete a CustomResourceDefinition |
kubernetes.kubernetes_read_apiextensions_v1_custom_resource_definition_status | Read read | 0 | Read apiextensions v 1 custom resource definition status Official Kubernetes endpoint: GET /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}/status read status of the specified CustomResourceDefinition |
kubernetes.kubernetes_replace_apiextensions_v1_custom_resource_definition_status | Write write | 0 | Replace apiextensions v 1 custom resource definition status Official Kubernetes endpoint: PUT /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}/status replace status of the specified CustomResourceDefinition |
kubernetes.kubernetes_patch_apiextensions_v1_custom_resource_definition_status | Write write | 0 | Patch apiextensions v 1 custom resource definition status Official Kubernetes endpoint: PATCH /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}/status partially update status of the specified CustomResourceDefinition |
kubernetes.kubernetes_watch_apiextensions_v1_custom_resource_definition_list | Read read | 0 | Watch apiextensions v 1 custom resource definition list Official Kubernetes endpoint: GET /apis/apiextensions.k8s.io/v1/watch/customresourcedefinitions watch individual changes to a list of CustomResourceDefinition. deprecated: use the 'wat |
kubernetes.kubernetes_watch_apiextensions_v1_custom_resource_definition | Read read | 0 | Watch apiextensions v 1 custom resource definition Official Kubernetes endpoint: GET /apis/apiextensions.k8s.io/v1/watch/customresourcedefinitions/{name} watch changes to an object of kind CustomResourceDefinition. deprecated: use the 'watc |
kubernetes.kubernetes_get_apiregistration_apigroup | Read read | 0 | Get apiregistration apigroup Official Kubernetes endpoint: GET /apis/apiregistration.k8s.io/ get information of a group |
kubernetes.kubernetes_get_apiregistration_v1_apiresources | Read read | 0 | Get apiregistration v 1 apiresources Official Kubernetes endpoint: GET /apis/apiregistration.k8s.io/v1/ get available resources |
kubernetes.kubernetes_list_apiregistration_v1_apiservice | Read read | 0 | List apiregistration v 1 apiservice Official Kubernetes endpoint: GET /apis/apiregistration.k8s.io/v1/apiservices list or watch objects of kind APIService |
kubernetes.kubernetes_create_apiregistration_v1_apiservice | Write write | 0 | Create apiregistration v 1 apiservice Official Kubernetes endpoint: POST /apis/apiregistration.k8s.io/v1/apiservices create an APIService |
kubernetes.kubernetes_delete_apiregistration_v1_collection_apiservice | Write write | 0 | Delete apiregistration v 1 collection apiservice Official Kubernetes endpoint: DELETE /apis/apiregistration.k8s.io/v1/apiservices delete collection of APIService |
kubernetes.kubernetes_read_apiregistration_v1_apiservice | Read read | 0 | Read apiregistration v 1 apiservice Official Kubernetes endpoint: GET /apis/apiregistration.k8s.io/v1/apiservices/{name} read the specified APIService |
kubernetes.kubernetes_replace_apiregistration_v1_apiservice | Write write | 0 | Replace apiregistration v 1 apiservice Official Kubernetes endpoint: PUT /apis/apiregistration.k8s.io/v1/apiservices/{name} replace the specified APIService |
kubernetes.kubernetes_patch_apiregistration_v1_apiservice | Write write | 0 | Patch apiregistration v 1 apiservice Official Kubernetes endpoint: PATCH /apis/apiregistration.k8s.io/v1/apiservices/{name} partially update the specified APIService |
kubernetes.kubernetes_delete_apiregistration_v1_apiservice | Write write | 0 | Delete apiregistration v 1 apiservice Official Kubernetes endpoint: DELETE /apis/apiregistration.k8s.io/v1/apiservices/{name} delete an APIService |
kubernetes.kubernetes_read_apiregistration_v1_apiservice_status | Read read | 0 | Read apiregistration v 1 apiservice status Official Kubernetes endpoint: GET /apis/apiregistration.k8s.io/v1/apiservices/{name}/status read status of the specified APIService |
kubernetes.kubernetes_replace_apiregistration_v1_apiservice_status | Write write | 0 | Replace apiregistration v 1 apiservice status Official Kubernetes endpoint: PUT /apis/apiregistration.k8s.io/v1/apiservices/{name}/status replace status of the specified APIService |
kubernetes.kubernetes_patch_apiregistration_v1_apiservice_status | Write write | 0 | Patch apiregistration v 1 apiservice status Official Kubernetes endpoint: PATCH /apis/apiregistration.k8s.io/v1/apiservices/{name}/status partially update status of the specified APIService |
kubernetes.kubernetes_watch_apiregistration_v1_apiservice_list | Read read | 0 | Watch apiregistration v 1 apiservice list Official Kubernetes endpoint: GET /apis/apiregistration.k8s.io/v1/watch/apiservices watch individual changes to a list of APIService. deprecated: use the 'watch' parameter with a list operation inst |
kubernetes.kubernetes_watch_apiregistration_v1_apiservice | Read read | 0 | Watch apiregistration v 1 apiservice Official Kubernetes endpoint: GET /apis/apiregistration.k8s.io/v1/watch/apiservices/{name} watch changes to an object of kind APIService. deprecated: use the 'watch' parameter with a list operation inste |
kubernetes.kubernetes_get_apps_apigroup | Read read | 0 | Get apps apigroup Official Kubernetes endpoint: GET /apis/apps/ get information of a group |
kubernetes.kubernetes_get_apps_v1_apiresources | Read read | 0 | Get apps v 1 apiresources Official Kubernetes endpoint: GET /apis/apps/v1/ get available resources |
kubernetes.kubernetes_list_apps_v1_controller_revision_for_all_namespaces | Read read | 0 | List apps v 1 controller revision for all namespaces Official Kubernetes endpoint: GET /apis/apps/v1/controllerrevisions list or watch objects of kind ControllerRevision |
kubernetes.kubernetes_list_apps_v1_daemon_set_for_all_namespaces | Read read | 0 | List apps v 1 daemon set for all namespaces Official Kubernetes endpoint: GET /apis/apps/v1/daemonsets list or watch objects of kind DaemonSet |
kubernetes.kubernetes_list_apps_v1_deployment_for_all_namespaces | Read read | 0 | List apps v 1 deployment for all namespaces Official Kubernetes endpoint: GET /apis/apps/v1/deployments list or watch objects of kind Deployment |
kubernetes.kubernetes_list_apps_v1_namespaced_controller_revision | Read read | 0 | List apps v 1 namespaced controller revision Official Kubernetes endpoint: GET /apis/apps/v1/namespaces/{namespace}/controllerrevisions list or watch objects of kind ControllerRevision |
kubernetes.kubernetes_create_apps_v1_namespaced_controller_revision | Write write | 0 | Create apps v 1 namespaced controller revision Official Kubernetes endpoint: POST /apis/apps/v1/namespaces/{namespace}/controllerrevisions create a ControllerRevision |
kubernetes.kubernetes_delete_apps_v1_collection_namespaced_controller_revision | Write write | 0 | Delete apps v 1 collection namespaced controller revision Official Kubernetes endpoint: DELETE /apis/apps/v1/namespaces/{namespace}/controllerrevisions delete collection of ControllerRevision |
kubernetes.kubernetes_read_apps_v1_namespaced_controller_revision | Read read | 0 | Read apps v 1 namespaced controller revision Official Kubernetes endpoint: GET /apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name} read the specified ControllerRevision |
kubernetes.kubernetes_replace_apps_v1_namespaced_controller_revision | Write write | 0 | Replace apps v 1 namespaced controller revision Official Kubernetes endpoint: PUT /apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name} replace the specified ControllerRevision |
kubernetes.kubernetes_patch_apps_v1_namespaced_controller_revision | Write write | 0 | Patch apps v 1 namespaced controller revision Official Kubernetes endpoint: PATCH /apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name} partially update the specified ControllerRevision |
kubernetes.kubernetes_delete_apps_v1_namespaced_controller_revision | Write write | 0 | Delete apps v 1 namespaced controller revision Official Kubernetes endpoint: DELETE /apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name} delete a ControllerRevision |
kubernetes.kubernetes_list_apps_v1_namespaced_daemon_set | Read read | 0 | List apps v 1 namespaced daemon set Official Kubernetes endpoint: GET /apis/apps/v1/namespaces/{namespace}/daemonsets list or watch objects of kind DaemonSet |
kubernetes.kubernetes_create_apps_v1_namespaced_daemon_set | Write write | 0 | Create apps v 1 namespaced daemon set Official Kubernetes endpoint: POST /apis/apps/v1/namespaces/{namespace}/daemonsets create a DaemonSet |
kubernetes.kubernetes_delete_apps_v1_collection_namespaced_daemon_set | Write write | 0 | Delete apps v 1 collection namespaced daemon set Official Kubernetes endpoint: DELETE /apis/apps/v1/namespaces/{namespace}/daemonsets delete collection of DaemonSet |
kubernetes.kubernetes_read_apps_v1_namespaced_daemon_set | Read read | 0 | Read apps v 1 namespaced daemon set Official Kubernetes endpoint: GET /apis/apps/v1/namespaces/{namespace}/daemonsets/{name} read the specified DaemonSet |
kubernetes.kubernetes_replace_apps_v1_namespaced_daemon_set | Write write | 0 | Replace apps v 1 namespaced daemon set Official Kubernetes endpoint: PUT /apis/apps/v1/namespaces/{namespace}/daemonsets/{name} replace the specified DaemonSet |
kubernetes.kubernetes_patch_apps_v1_namespaced_daemon_set | Write write | 0 | Patch apps v 1 namespaced daemon set Official Kubernetes endpoint: PATCH /apis/apps/v1/namespaces/{namespace}/daemonsets/{name} partially update the specified DaemonSet |
kubernetes.kubernetes_delete_apps_v1_namespaced_daemon_set | Write write | 0 | Delete apps v 1 namespaced daemon set Official Kubernetes endpoint: DELETE /apis/apps/v1/namespaces/{namespace}/daemonsets/{name} delete a DaemonSet |
kubernetes.kubernetes_read_apps_v1_namespaced_daemon_set_status | Read read | 0 | Read apps v 1 namespaced daemon set status Official Kubernetes endpoint: GET /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}/status read status of the specified DaemonSet |
kubernetes.kubernetes_replace_apps_v1_namespaced_daemon_set_status | Write write | 0 | Replace apps v 1 namespaced daemon set status Official Kubernetes endpoint: PUT /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}/status replace status of the specified DaemonSet |
kubernetes.kubernetes_patch_apps_v1_namespaced_daemon_set_status | Write write | 0 | Patch apps v 1 namespaced daemon set status Official Kubernetes endpoint: PATCH /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}/status partially update status of the specified DaemonSet |
kubernetes.kubernetes_list_apps_v1_namespaced_deployment | Read read | 0 | List apps v 1 namespaced deployment Official Kubernetes endpoint: GET /apis/apps/v1/namespaces/{namespace}/deployments list or watch objects of kind Deployment |
kubernetes.kubernetes_create_apps_v1_namespaced_deployment | Write write | 0 | Create apps v 1 namespaced deployment Official Kubernetes endpoint: POST /apis/apps/v1/namespaces/{namespace}/deployments create a Deployment |
kubernetes.kubernetes_delete_apps_v1_collection_namespaced_deployment | Write write | 0 | Delete apps v 1 collection namespaced deployment Official Kubernetes endpoint: DELETE /apis/apps/v1/namespaces/{namespace}/deployments delete collection of Deployment |
kubernetes.kubernetes_read_apps_v1_namespaced_deployment | Read read | 0 | Read apps v 1 namespaced deployment Official Kubernetes endpoint: GET /apis/apps/v1/namespaces/{namespace}/deployments/{name} read the specified Deployment |
kubernetes.kubernetes_replace_apps_v1_namespaced_deployment | Write write | 0 | Replace apps v 1 namespaced deployment Official Kubernetes endpoint: PUT /apis/apps/v1/namespaces/{namespace}/deployments/{name} replace the specified Deployment |
kubernetes.kubernetes_patch_apps_v1_namespaced_deployment | Write write | 0 | Patch apps v 1 namespaced deployment Official Kubernetes endpoint: PATCH /apis/apps/v1/namespaces/{namespace}/deployments/{name} partially update the specified Deployment |
kubernetes.kubernetes_delete_apps_v1_namespaced_deployment | Write write | 0 | Delete apps v 1 namespaced deployment Official Kubernetes endpoint: DELETE /apis/apps/v1/namespaces/{namespace}/deployments/{name} delete a Deployment |
kubernetes.kubernetes_read_apps_v1_namespaced_deployment_scale | Read read | 0 | Read apps v 1 namespaced deployment scale Official Kubernetes endpoint: GET /apis/apps/v1/namespaces/{namespace}/deployments/{name}/scale read scale of the specified Deployment |
kubernetes.kubernetes_replace_apps_v1_namespaced_deployment_scale | Write write | 0 | Replace apps v 1 namespaced deployment scale Official Kubernetes endpoint: PUT /apis/apps/v1/namespaces/{namespace}/deployments/{name}/scale replace scale of the specified Deployment |
kubernetes.kubernetes_patch_apps_v1_namespaced_deployment_scale | Write write | 0 | Patch apps v 1 namespaced deployment scale Official Kubernetes endpoint: PATCH /apis/apps/v1/namespaces/{namespace}/deployments/{name}/scale partially update scale of the specified Deployment |
kubernetes.kubernetes_read_apps_v1_namespaced_deployment_status | Read read | 0 | Read apps v 1 namespaced deployment status Official Kubernetes endpoint: GET /apis/apps/v1/namespaces/{namespace}/deployments/{name}/status read status of the specified Deployment |
kubernetes.kubernetes_replace_apps_v1_namespaced_deployment_status | Write write | 0 | Replace apps v 1 namespaced deployment status Official Kubernetes endpoint: PUT /apis/apps/v1/namespaces/{namespace}/deployments/{name}/status replace status of the specified Deployment |
kubernetes.kubernetes_patch_apps_v1_namespaced_deployment_status | Write write | 0 | Patch apps v 1 namespaced deployment status Official Kubernetes endpoint: PATCH /apis/apps/v1/namespaces/{namespace}/deployments/{name}/status partially update status of the specified Deployment |
kubernetes.kubernetes_list_apps_v1_namespaced_replica_set | Read read | 0 | List apps v 1 namespaced replica set Official Kubernetes endpoint: GET /apis/apps/v1/namespaces/{namespace}/replicasets list or watch objects of kind ReplicaSet |
kubernetes.kubernetes_create_apps_v1_namespaced_replica_set | Write write | 0 | Create apps v 1 namespaced replica set Official Kubernetes endpoint: POST /apis/apps/v1/namespaces/{namespace}/replicasets create a ReplicaSet |
kubernetes.kubernetes_delete_apps_v1_collection_namespaced_replica_set | Write write | 0 | Delete apps v 1 collection namespaced replica set Official Kubernetes endpoint: DELETE /apis/apps/v1/namespaces/{namespace}/replicasets delete collection of ReplicaSet |
kubernetes.kubernetes_read_apps_v1_namespaced_replica_set | Read read | 0 | Read apps v 1 namespaced replica set Official Kubernetes endpoint: GET /apis/apps/v1/namespaces/{namespace}/replicasets/{name} read the specified ReplicaSet |
kubernetes.kubernetes_replace_apps_v1_namespaced_replica_set | Write write | 0 | Replace apps v 1 namespaced replica set Official Kubernetes endpoint: PUT /apis/apps/v1/namespaces/{namespace}/replicasets/{name} replace the specified ReplicaSet |
kubernetes.kubernetes_patch_apps_v1_namespaced_replica_set | Write write | 0 | Patch apps v 1 namespaced replica set Official Kubernetes endpoint: PATCH /apis/apps/v1/namespaces/{namespace}/replicasets/{name} partially update the specified ReplicaSet |
kubernetes.kubernetes_delete_apps_v1_namespaced_replica_set | Write write | 0 | Delete apps v 1 namespaced replica set Official Kubernetes endpoint: DELETE /apis/apps/v1/namespaces/{namespace}/replicasets/{name} delete a ReplicaSet |
kubernetes.kubernetes_read_apps_v1_namespaced_replica_set_scale | Read read | 0 | Read apps v 1 namespaced replica set scale Official Kubernetes endpoint: GET /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/scale read scale of the specified ReplicaSet |
kubernetes.kubernetes_replace_apps_v1_namespaced_replica_set_scale | Write write | 0 | Replace apps v 1 namespaced replica set scale Official Kubernetes endpoint: PUT /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/scale replace scale of the specified ReplicaSet |
kubernetes.kubernetes_patch_apps_v1_namespaced_replica_set_scale | Write write | 0 | Patch apps v 1 namespaced replica set scale Official Kubernetes endpoint: PATCH /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/scale partially update scale of the specified ReplicaSet |
kubernetes.kubernetes_read_apps_v1_namespaced_replica_set_status | Read read | 0 | Read apps v 1 namespaced replica set status Official Kubernetes endpoint: GET /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/status read status of the specified ReplicaSet |
kubernetes.kubernetes_replace_apps_v1_namespaced_replica_set_status | Write write | 0 | Replace apps v 1 namespaced replica set status Official Kubernetes endpoint: PUT /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/status replace status of the specified ReplicaSet |
kubernetes.kubernetes_patch_apps_v1_namespaced_replica_set_status | Write write | 0 | Patch apps v 1 namespaced replica set status Official Kubernetes endpoint: PATCH /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/status partially update status of the specified ReplicaSet |
kubernetes.kubernetes_list_apps_v1_namespaced_stateful_set | Read read | 0 | List apps v 1 namespaced stateful set Official Kubernetes endpoint: GET /apis/apps/v1/namespaces/{namespace}/statefulsets list or watch objects of kind StatefulSet |
kubernetes.kubernetes_create_apps_v1_namespaced_stateful_set | Write write | 0 | Create apps v 1 namespaced stateful set Official Kubernetes endpoint: POST /apis/apps/v1/namespaces/{namespace}/statefulsets create a StatefulSet |
kubernetes.kubernetes_delete_apps_v1_collection_namespaced_stateful_set | Write write | 0 | Delete apps v 1 collection namespaced stateful set Official Kubernetes endpoint: DELETE /apis/apps/v1/namespaces/{namespace}/statefulsets delete collection of StatefulSet |
kubernetes.kubernetes_read_apps_v1_namespaced_stateful_set | Read read | 0 | Read apps v 1 namespaced stateful set Official Kubernetes endpoint: GET /apis/apps/v1/namespaces/{namespace}/statefulsets/{name} read the specified StatefulSet |
kubernetes.kubernetes_replace_apps_v1_namespaced_stateful_set | Write write | 0 | Replace apps v 1 namespaced stateful set Official Kubernetes endpoint: PUT /apis/apps/v1/namespaces/{namespace}/statefulsets/{name} replace the specified StatefulSet |
kubernetes.kubernetes_patch_apps_v1_namespaced_stateful_set | Write write | 0 | Patch apps v 1 namespaced stateful set Official Kubernetes endpoint: PATCH /apis/apps/v1/namespaces/{namespace}/statefulsets/{name} partially update the specified StatefulSet |
kubernetes.kubernetes_delete_apps_v1_namespaced_stateful_set | Write write | 0 | Delete apps v 1 namespaced stateful set Official Kubernetes endpoint: DELETE /apis/apps/v1/namespaces/{namespace}/statefulsets/{name} delete a StatefulSet |
kubernetes.kubernetes_read_apps_v1_namespaced_stateful_set_scale | Read read | 0 | Read apps v 1 namespaced stateful set scale Official Kubernetes endpoint: GET /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/scale read scale of the specified StatefulSet |
kubernetes.kubernetes_replace_apps_v1_namespaced_stateful_set_scale | Write write | 0 | Replace apps v 1 namespaced stateful set scale Official Kubernetes endpoint: PUT /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/scale replace scale of the specified StatefulSet |
kubernetes.kubernetes_patch_apps_v1_namespaced_stateful_set_scale | Write write | 0 | Patch apps v 1 namespaced stateful set scale Official Kubernetes endpoint: PATCH /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/scale partially update scale of the specified StatefulSet |
kubernetes.kubernetes_read_apps_v1_namespaced_stateful_set_status | Read read | 0 | Read apps v 1 namespaced stateful set status Official Kubernetes endpoint: GET /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/status read status of the specified StatefulSet |
kubernetes.kubernetes_replace_apps_v1_namespaced_stateful_set_status | Write write | 0 | Replace apps v 1 namespaced stateful set status Official Kubernetes endpoint: PUT /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/status replace status of the specified StatefulSet |
kubernetes.kubernetes_patch_apps_v1_namespaced_stateful_set_status | Write write | 0 | Patch apps v 1 namespaced stateful set status Official Kubernetes endpoint: PATCH /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/status partially update status of the specified StatefulSet |
kubernetes.kubernetes_list_apps_v1_replica_set_for_all_namespaces | Read read | 0 | List apps v 1 replica set for all namespaces Official Kubernetes endpoint: GET /apis/apps/v1/replicasets list or watch objects of kind ReplicaSet |
kubernetes.kubernetes_list_apps_v1_stateful_set_for_all_namespaces | Read read | 0 | List apps v 1 stateful set for all namespaces Official Kubernetes endpoint: GET /apis/apps/v1/statefulsets list or watch objects of kind StatefulSet |
kubernetes.kubernetes_watch_apps_v1_controller_revision_list_for_all_namespaces | Read read | 0 | Watch apps v 1 controller revision list for all namespaces Official Kubernetes endpoint: GET /apis/apps/v1/watch/controllerrevisions watch individual changes to a list of ControllerRevision. deprecated: use the 'watch' parameter with a list |
kubernetes.kubernetes_watch_apps_v1_daemon_set_list_for_all_namespaces | Read read | 0 | Watch apps v 1 daemon set list for all namespaces Official Kubernetes endpoint: GET /apis/apps/v1/watch/daemonsets watch individual changes to a list of DaemonSet. deprecated: use the 'watch' parameter with a list operation instead. |
kubernetes.kubernetes_watch_apps_v1_deployment_list_for_all_namespaces | Read read | 0 | Watch apps v 1 deployment list for all namespaces Official Kubernetes endpoint: GET /apis/apps/v1/watch/deployments watch individual changes to a list of Deployment. deprecated: use the 'watch' parameter with a list operation instead. |
kubernetes.kubernetes_watch_apps_v1_namespaced_controller_revision_list | Read read | 0 | Watch apps v 1 namespaced controller revision list Official Kubernetes endpoint: GET /apis/apps/v1/watch/namespaces/{namespace}/controllerrevisions watch individual changes to a list of ControllerRevision. deprecated: use the 'watch' parame |
kubernetes.kubernetes_watch_apps_v1_namespaced_controller_revision | Read read | 0 | Watch apps v 1 namespaced controller revision Official Kubernetes endpoint: GET /apis/apps/v1/watch/namespaces/{namespace}/controllerrevisions/{name} watch changes to an object of kind ControllerRevision. deprecated: use the 'watch' paramet |
kubernetes.kubernetes_watch_apps_v1_namespaced_daemon_set_list | Read read | 0 | Watch apps v 1 namespaced daemon set list Official Kubernetes endpoint: GET /apis/apps/v1/watch/namespaces/{namespace}/daemonsets watch individual changes to a list of DaemonSet. deprecated: use the 'watch' parameter with a list operation i |
kubernetes.kubernetes_watch_apps_v1_namespaced_daemon_set | Read read | 0 | Watch apps v 1 namespaced daemon set Official Kubernetes endpoint: GET /apis/apps/v1/watch/namespaces/{namespace}/daemonsets/{name} watch changes to an object of kind DaemonSet. deprecated: use the 'watch' parameter with a list operation in |
kubernetes.kubernetes_watch_apps_v1_namespaced_deployment_list | Read read | 0 | Watch apps v 1 namespaced deployment list Official Kubernetes endpoint: GET /apis/apps/v1/watch/namespaces/{namespace}/deployments watch individual changes to a list of Deployment. deprecated: use the 'watch' parameter with a list operation |
kubernetes.kubernetes_watch_apps_v1_namespaced_deployment | Read read | 0 | Watch apps v 1 namespaced deployment Official Kubernetes endpoint: GET /apis/apps/v1/watch/namespaces/{namespace}/deployments/{name} watch changes to an object of kind Deployment. deprecated: use the 'watch' parameter with a list operation |
kubernetes.kubernetes_watch_apps_v1_namespaced_replica_set_list | Read read | 0 | Watch apps v 1 namespaced replica set list Official Kubernetes endpoint: GET /apis/apps/v1/watch/namespaces/{namespace}/replicasets watch individual changes to a list of ReplicaSet. deprecated: use the 'watch' parameter with a list operatio |
kubernetes.kubernetes_watch_apps_v1_namespaced_replica_set | Read read | 0 | Watch apps v 1 namespaced replica set Official Kubernetes endpoint: GET /apis/apps/v1/watch/namespaces/{namespace}/replicasets/{name} watch changes to an object of kind ReplicaSet. deprecated: use the 'watch' parameter with a list operation |
kubernetes.kubernetes_watch_apps_v1_namespaced_stateful_set_list | Read read | 0 | Watch apps v 1 namespaced stateful set list Official Kubernetes endpoint: GET /apis/apps/v1/watch/namespaces/{namespace}/statefulsets watch individual changes to a list of StatefulSet. deprecated: use the 'watch' parameter with a list opera |
kubernetes.kubernetes_watch_apps_v1_namespaced_stateful_set | Read read | 0 | Watch apps v 1 namespaced stateful set Official Kubernetes endpoint: GET /apis/apps/v1/watch/namespaces/{namespace}/statefulsets/{name} watch changes to an object of kind StatefulSet. deprecated: use the 'watch' parameter with a list operat |
kubernetes.kubernetes_watch_apps_v1_replica_set_list_for_all_namespaces | Read read | 0 | Watch apps v 1 replica set list for all namespaces Official Kubernetes endpoint: GET /apis/apps/v1/watch/replicasets watch individual changes to a list of ReplicaSet. deprecated: use the 'watch' parameter with a list operation instead. |
kubernetes.kubernetes_watch_apps_v1_stateful_set_list_for_all_namespaces | Read read | 0 | Watch apps v 1 stateful set list for all namespaces Official Kubernetes endpoint: GET /apis/apps/v1/watch/statefulsets watch individual changes to a list of StatefulSet. deprecated: use the 'watch' parameter with a list operation instead. |
kubernetes.kubernetes_get_authentication_apigroup | Read read | 0 | Get authentication apigroup Official Kubernetes endpoint: GET /apis/authentication.k8s.io/ get information of a group |
kubernetes.kubernetes_get_authentication_v1_apiresources | Read read | 0 | Get authentication v 1 apiresources Official Kubernetes endpoint: GET /apis/authentication.k8s.io/v1/ get available resources |
kubernetes.kubernetes_create_authentication_v1_self_subject_review | Write write | 0 | Create authentication v 1 self subject review Official Kubernetes endpoint: POST /apis/authentication.k8s.io/v1/selfsubjectreviews create a SelfSubjectReview |
kubernetes.kubernetes_create_authentication_v1_token_review | Write write | 0 | Create authentication v 1 token review Official Kubernetes endpoint: POST /apis/authentication.k8s.io/v1/tokenreviews create a TokenReview |
kubernetes.kubernetes_get_authorization_apigroup | Read read | 0 | Get authorization apigroup Official Kubernetes endpoint: GET /apis/authorization.k8s.io/ get information of a group |
kubernetes.kubernetes_get_authorization_v1_apiresources | Read read | 0 | Get authorization v 1 apiresources Official Kubernetes endpoint: GET /apis/authorization.k8s.io/v1/ get available resources |
kubernetes.kubernetes_create_authorization_v1_namespaced_local_subject_access_review | Write write | 0 | Create authorization v 1 namespaced local subject access review Official Kubernetes endpoint: POST /apis/authorization.k8s.io/v1/namespaces/{namespace}/localsubjectaccessreviews create a LocalSubjectAccessReview |
kubernetes.kubernetes_create_authorization_v1_self_subject_access_review | Write write | 0 | Create authorization v 1 self subject access review Official Kubernetes endpoint: POST /apis/authorization.k8s.io/v1/selfsubjectaccessreviews create a SelfSubjectAccessReview |
kubernetes.kubernetes_create_authorization_v1_self_subject_rules_review | Write write | 0 | Create authorization v 1 self subject rules review Official Kubernetes endpoint: POST /apis/authorization.k8s.io/v1/selfsubjectrulesreviews create a SelfSubjectRulesReview |
kubernetes.kubernetes_create_authorization_v1_subject_access_review | Write write | 0 | Create authorization v 1 subject access review Official Kubernetes endpoint: POST /apis/authorization.k8s.io/v1/subjectaccessreviews create a SubjectAccessReview |
kubernetes.kubernetes_get_autoscaling_apigroup | Read read | 0 | Get autoscaling apigroup Official Kubernetes endpoint: GET /apis/autoscaling/ get information of a group |
kubernetes.kubernetes_get_autoscaling_v1_apiresources | Read read | 0 | Get autoscaling v 1 apiresources Official Kubernetes endpoint: GET /apis/autoscaling/v1/ get available resources |
kubernetes.kubernetes_list_autoscaling_v1_horizontal_pod_autoscaler_for_all_namespaces | Read read | 0 | List autoscaling v 1 horizontal pod autoscaler for all namespaces Official Kubernetes endpoint: GET /apis/autoscaling/v1/horizontalpodautoscalers list or watch objects of kind HorizontalPodAutoscaler |
kubernetes.kubernetes_list_autoscaling_v1_namespaced_horizontal_pod_autoscaler | Read read | 0 | List autoscaling v 1 namespaced horizontal pod autoscaler Official Kubernetes endpoint: GET /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers list or watch objects of kind HorizontalPodAutoscaler |
kubernetes.kubernetes_create_autoscaling_v1_namespaced_horizontal_pod_autoscaler | Write write | 0 | Create autoscaling v 1 namespaced horizontal pod autoscaler Official Kubernetes endpoint: POST /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers create a HorizontalPodAutoscaler |
kubernetes.kubernetes_delete_autoscaling_v1_collection_namespaced_horizontal_pod_autoscaler | Write write | 0 | Delete autoscaling v 1 collection namespaced horizontal pod autoscaler Official Kubernetes endpoint: DELETE /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers delete collection of HorizontalPodAutoscaler |
kubernetes.kubernetes_read_autoscaling_v1_namespaced_horizontal_pod_autoscaler | Read read | 0 | Read autoscaling v 1 namespaced horizontal pod autoscaler Official Kubernetes endpoint: GET /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name} read the specified HorizontalPodAutoscaler |
kubernetes.kubernetes_replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler | Write write | 0 | Replace autoscaling v 1 namespaced horizontal pod autoscaler Official Kubernetes endpoint: PUT /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name} replace the specified HorizontalPodAutoscaler |
kubernetes.kubernetes_patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler | Write write | 0 | Patch autoscaling v 1 namespaced horizontal pod autoscaler Official Kubernetes endpoint: PATCH /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name} partially update the specified HorizontalPodAutoscaler |
kubernetes.kubernetes_delete_autoscaling_v1_namespaced_horizontal_pod_autoscaler | Write write | 0 | Delete autoscaling v 1 namespaced horizontal pod autoscaler Official Kubernetes endpoint: DELETE /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name} delete a HorizontalPodAutoscaler |
kubernetes.kubernetes_read_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status | Read read | 0 | Read autoscaling v 1 namespaced horizontal pod autoscaler status Official Kubernetes endpoint: GET /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status read status of the specified HorizontalPodAutoscaler |
kubernetes.kubernetes_replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status | Write write | 0 | Replace autoscaling v 1 namespaced horizontal pod autoscaler status Official Kubernetes endpoint: PUT /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status replace status of the specified HorizontalPodAutoscaler |
kubernetes.kubernetes_patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status | Write write | 0 | Patch autoscaling v 1 namespaced horizontal pod autoscaler status Official Kubernetes endpoint: PATCH /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status partially update status of the specified HorizontalPodA |
kubernetes.kubernetes_watch_autoscaling_v1_horizontal_pod_autoscaler_list_for_all_namespaces | Read read | 0 | Watch autoscaling v 1 horizontal pod autoscaler list for all namespaces Official Kubernetes endpoint: GET /apis/autoscaling/v1/watch/horizontalpodautoscalers watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the |
kubernetes.kubernetes_watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_list | Read read | 0 | Watch autoscaling v 1 namespaced horizontal pod autoscaler list Official Kubernetes endpoint: GET /apis/autoscaling/v1/watch/namespaces/{namespace}/horizontalpodautoscalers watch individual changes to a list of HorizontalPodAutoscaler. depr |
kubernetes.kubernetes_watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler | Read read | 0 | Watch autoscaling v 1 namespaced horizontal pod autoscaler Official Kubernetes endpoint: GET /apis/autoscaling/v1/watch/namespaces/{namespace}/horizontalpodautoscalers/{name} watch changes to an object of kind HorizontalPodAutoscaler. depre |
kubernetes.kubernetes_get_autoscaling_v2_apiresources | Read read | 0 | Get autoscaling v 2 apiresources Official Kubernetes endpoint: GET /apis/autoscaling/v2/ get available resources |
kubernetes.kubernetes_list_autoscaling_v2_horizontal_pod_autoscaler_for_all_namespaces | Read read | 0 | List autoscaling v 2 horizontal pod autoscaler for all namespaces Official Kubernetes endpoint: GET /apis/autoscaling/v2/horizontalpodautoscalers list or watch objects of kind HorizontalPodAutoscaler |
kubernetes.kubernetes_list_autoscaling_v2_namespaced_horizontal_pod_autoscaler | Read read | 0 | List autoscaling v 2 namespaced horizontal pod autoscaler Official Kubernetes endpoint: GET /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers list or watch objects of kind HorizontalPodAutoscaler |
kubernetes.kubernetes_create_autoscaling_v2_namespaced_horizontal_pod_autoscaler | Write write | 0 | Create autoscaling v 2 namespaced horizontal pod autoscaler Official Kubernetes endpoint: POST /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers create a HorizontalPodAutoscaler |
kubernetes.kubernetes_delete_autoscaling_v2_collection_namespaced_horizontal_pod_autoscaler | Write write | 0 | Delete autoscaling v 2 collection namespaced horizontal pod autoscaler Official Kubernetes endpoint: DELETE /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers delete collection of HorizontalPodAutoscaler |
kubernetes.kubernetes_read_autoscaling_v2_namespaced_horizontal_pod_autoscaler | Read read | 0 | Read autoscaling v 2 namespaced horizontal pod autoscaler Official Kubernetes endpoint: GET /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name} read the specified HorizontalPodAutoscaler |
kubernetes.kubernetes_replace_autoscaling_v2_namespaced_horizontal_pod_autoscaler | Write write | 0 | Replace autoscaling v 2 namespaced horizontal pod autoscaler Official Kubernetes endpoint: PUT /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name} replace the specified HorizontalPodAutoscaler |
kubernetes.kubernetes_patch_autoscaling_v2_namespaced_horizontal_pod_autoscaler | Write write | 0 | Patch autoscaling v 2 namespaced horizontal pod autoscaler Official Kubernetes endpoint: PATCH /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name} partially update the specified HorizontalPodAutoscaler |
kubernetes.kubernetes_delete_autoscaling_v2_namespaced_horizontal_pod_autoscaler | Write write | 0 | Delete autoscaling v 2 namespaced horizontal pod autoscaler Official Kubernetes endpoint: DELETE /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name} delete a HorizontalPodAutoscaler |
kubernetes.kubernetes_read_autoscaling_v2_namespaced_horizontal_pod_autoscaler_status | Read read | 0 | Read autoscaling v 2 namespaced horizontal pod autoscaler status Official Kubernetes endpoint: GET /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}/status read status of the specified HorizontalPodAutoscaler |
kubernetes.kubernetes_replace_autoscaling_v2_namespaced_horizontal_pod_autoscaler_status | Write write | 0 | Replace autoscaling v 2 namespaced horizontal pod autoscaler status Official Kubernetes endpoint: PUT /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}/status replace status of the specified HorizontalPodAutoscaler |
kubernetes.kubernetes_patch_autoscaling_v2_namespaced_horizontal_pod_autoscaler_status | Write write | 0 | Patch autoscaling v 2 namespaced horizontal pod autoscaler status Official Kubernetes endpoint: PATCH /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}/status partially update status of the specified HorizontalPodA |
kubernetes.kubernetes_watch_autoscaling_v2_horizontal_pod_autoscaler_list_for_all_namespaces | Read read | 0 | Watch autoscaling v 2 horizontal pod autoscaler list for all namespaces Official Kubernetes endpoint: GET /apis/autoscaling/v2/watch/horizontalpodautoscalers watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the |
kubernetes.kubernetes_watch_autoscaling_v2_namespaced_horizontal_pod_autoscaler_list | Read read | 0 | Watch autoscaling v 2 namespaced horizontal pod autoscaler list Official Kubernetes endpoint: GET /apis/autoscaling/v2/watch/namespaces/{namespace}/horizontalpodautoscalers watch individual changes to a list of HorizontalPodAutoscaler. depr |
kubernetes.kubernetes_watch_autoscaling_v2_namespaced_horizontal_pod_autoscaler | Read read | 0 | Watch autoscaling v 2 namespaced horizontal pod autoscaler Official Kubernetes endpoint: GET /apis/autoscaling/v2/watch/namespaces/{namespace}/horizontalpodautoscalers/{name} watch changes to an object of kind HorizontalPodAutoscaler. depre |
kubernetes.kubernetes_get_batch_apigroup | Read read | 0 | Get batch apigroup Official Kubernetes endpoint: GET /apis/batch/ get information of a group |
kubernetes.kubernetes_get_batch_v1_apiresources | Read read | 0 | Get batch v 1 apiresources Official Kubernetes endpoint: GET /apis/batch/v1/ get available resources |
kubernetes.kubernetes_list_batch_v1_cron_job_for_all_namespaces | Read read | 0 | List batch v 1 cron job for all namespaces Official Kubernetes endpoint: GET /apis/batch/v1/cronjobs list or watch objects of kind CronJob |
kubernetes.kubernetes_list_batch_v1_job_for_all_namespaces | Read read | 0 | List batch v 1 job for all namespaces Official Kubernetes endpoint: GET /apis/batch/v1/jobs list or watch objects of kind Job |
kubernetes.kubernetes_list_batch_v1_namespaced_cron_job | Read read | 0 | List batch v 1 namespaced cron job Official Kubernetes endpoint: GET /apis/batch/v1/namespaces/{namespace}/cronjobs list or watch objects of kind CronJob |
kubernetes.kubernetes_create_batch_v1_namespaced_cron_job | Write write | 0 | Create batch v 1 namespaced cron job Official Kubernetes endpoint: POST /apis/batch/v1/namespaces/{namespace}/cronjobs create a CronJob |
kubernetes.kubernetes_delete_batch_v1_collection_namespaced_cron_job | Write write | 0 | Delete batch v 1 collection namespaced cron job Official Kubernetes endpoint: DELETE /apis/batch/v1/namespaces/{namespace}/cronjobs delete collection of CronJob |
kubernetes.kubernetes_read_batch_v1_namespaced_cron_job | Read read | 0 | Read batch v 1 namespaced cron job Official Kubernetes endpoint: GET /apis/batch/v1/namespaces/{namespace}/cronjobs/{name} read the specified CronJob |
kubernetes.kubernetes_replace_batch_v1_namespaced_cron_job | Write write | 0 | Replace batch v 1 namespaced cron job Official Kubernetes endpoint: PUT /apis/batch/v1/namespaces/{namespace}/cronjobs/{name} replace the specified CronJob |
kubernetes.kubernetes_patch_batch_v1_namespaced_cron_job | Write write | 0 | Patch batch v 1 namespaced cron job Official Kubernetes endpoint: PATCH /apis/batch/v1/namespaces/{namespace}/cronjobs/{name} partially update the specified CronJob |
kubernetes.kubernetes_delete_batch_v1_namespaced_cron_job | Write write | 0 | Delete batch v 1 namespaced cron job Official Kubernetes endpoint: DELETE /apis/batch/v1/namespaces/{namespace}/cronjobs/{name} delete a CronJob |
kubernetes.kubernetes_read_batch_v1_namespaced_cron_job_status | Read read | 0 | Read batch v 1 namespaced cron job status Official Kubernetes endpoint: GET /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}/status read status of the specified CronJob |
kubernetes.kubernetes_replace_batch_v1_namespaced_cron_job_status | Write write | 0 | Replace batch v 1 namespaced cron job status Official Kubernetes endpoint: PUT /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}/status replace status of the specified CronJob |
kubernetes.kubernetes_patch_batch_v1_namespaced_cron_job_status | Write write | 0 | Patch batch v 1 namespaced cron job status Official Kubernetes endpoint: PATCH /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}/status partially update status of the specified CronJob |
kubernetes.kubernetes_list_batch_v1_namespaced_job | Read read | 0 | List batch v 1 namespaced job Official Kubernetes endpoint: GET /apis/batch/v1/namespaces/{namespace}/jobs list or watch objects of kind Job |
kubernetes.kubernetes_create_batch_v1_namespaced_job | Write write | 0 | Create batch v 1 namespaced job Official Kubernetes endpoint: POST /apis/batch/v1/namespaces/{namespace}/jobs create a Job |
kubernetes.kubernetes_delete_batch_v1_collection_namespaced_job | Write write | 0 | Delete batch v 1 collection namespaced job Official Kubernetes endpoint: DELETE /apis/batch/v1/namespaces/{namespace}/jobs delete collection of Job |
kubernetes.kubernetes_read_batch_v1_namespaced_job | Read read | 0 | Read batch v 1 namespaced job Official Kubernetes endpoint: GET /apis/batch/v1/namespaces/{namespace}/jobs/{name} read the specified Job |
kubernetes.kubernetes_replace_batch_v1_namespaced_job | Write write | 0 | Replace batch v 1 namespaced job Official Kubernetes endpoint: PUT /apis/batch/v1/namespaces/{namespace}/jobs/{name} replace the specified Job |
kubernetes.kubernetes_patch_batch_v1_namespaced_job | Write write | 0 | Patch batch v 1 namespaced job Official Kubernetes endpoint: PATCH /apis/batch/v1/namespaces/{namespace}/jobs/{name} partially update the specified Job |
kubernetes.kubernetes_delete_batch_v1_namespaced_job | Write write | 0 | Delete batch v 1 namespaced job Official Kubernetes endpoint: DELETE /apis/batch/v1/namespaces/{namespace}/jobs/{name} delete a Job |
kubernetes.kubernetes_read_batch_v1_namespaced_job_status | Read read | 0 | Read batch v 1 namespaced job status Official Kubernetes endpoint: GET /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status read status of the specified Job |
kubernetes.kubernetes_replace_batch_v1_namespaced_job_status | Write write | 0 | Replace batch v 1 namespaced job status Official Kubernetes endpoint: PUT /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status replace status of the specified Job |
kubernetes.kubernetes_patch_batch_v1_namespaced_job_status | Write write | 0 | Patch batch v 1 namespaced job status Official Kubernetes endpoint: PATCH /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status partially update status of the specified Job |
kubernetes.kubernetes_watch_batch_v1_cron_job_list_for_all_namespaces | Read read | 0 | Watch batch v 1 cron job list for all namespaces Official Kubernetes endpoint: GET /apis/batch/v1/watch/cronjobs watch individual changes to a list of CronJob. deprecated: use the 'watch' parameter with a list operation instead. |
kubernetes.kubernetes_watch_batch_v1_job_list_for_all_namespaces | Read read | 0 | Watch batch v 1 job list for all namespaces Official Kubernetes endpoint: GET /apis/batch/v1/watch/jobs watch individual changes to a list of Job. deprecated: use the 'watch' parameter with a list operation instead. |
kubernetes.kubernetes_watch_batch_v1_namespaced_cron_job_list | Read read | 0 | Watch batch v 1 namespaced cron job list Official Kubernetes endpoint: GET /apis/batch/v1/watch/namespaces/{namespace}/cronjobs watch individual changes to a list of CronJob. deprecated: use the 'watch' parameter with a list operation inste |
kubernetes.kubernetes_watch_batch_v1_namespaced_cron_job | Read read | 0 | Watch batch v 1 namespaced cron job Official Kubernetes endpoint: GET /apis/batch/v1/watch/namespaces/{namespace}/cronjobs/{name} watch changes to an object of kind CronJob. deprecated: use the 'watch' parameter with a list operation instea |
kubernetes.kubernetes_watch_batch_v1_namespaced_job_list | Read read | 0 | Watch batch v 1 namespaced job list Official Kubernetes endpoint: GET /apis/batch/v1/watch/namespaces/{namespace}/jobs watch individual changes to a list of Job. deprecated: use the 'watch' parameter with a list operation instead. |
kubernetes.kubernetes_watch_batch_v1_namespaced_job | Read read | 0 | Watch batch v 1 namespaced job Official Kubernetes endpoint: GET /apis/batch/v1/watch/namespaces/{namespace}/jobs/{name} watch changes to an object of kind Job. deprecated: use the 'watch' parameter with a list operation instead, filtered t |
kubernetes.kubernetes_get_certificates_apigroup | Read read | 0 | Get certificates apigroup Official Kubernetes endpoint: GET /apis/certificates.k8s.io/ get information of a group |
kubernetes.kubernetes_get_certificates_v1_apiresources | Read read | 0 | Get certificates v 1 apiresources Official Kubernetes endpoint: GET /apis/certificates.k8s.io/v1/ get available resources |
kubernetes.kubernetes_list_certificates_v1_certificate_signing_request | Read read | 0 | List certificates v 1 certificate signing request Official Kubernetes endpoint: GET /apis/certificates.k8s.io/v1/certificatesigningrequests list or watch objects of kind CertificateSigningRequest |
kubernetes.kubernetes_create_certificates_v1_certificate_signing_request | Write write | 0 | Create certificates v 1 certificate signing request Official Kubernetes endpoint: POST /apis/certificates.k8s.io/v1/certificatesigningrequests create a CertificateSigningRequest |
kubernetes.kubernetes_delete_certificates_v1_collection_certificate_signing_request | Write write | 0 | Delete certificates v 1 collection certificate signing request Official Kubernetes endpoint: DELETE /apis/certificates.k8s.io/v1/certificatesigningrequests delete collection of CertificateSigningRequest |
kubernetes.kubernetes_read_certificates_v1_certificate_signing_request | Read read | 0 | Read certificates v 1 certificate signing request Official Kubernetes endpoint: GET /apis/certificates.k8s.io/v1/certificatesigningrequests/{name} read the specified CertificateSigningRequest |
kubernetes.kubernetes_replace_certificates_v1_certificate_signing_request | Write write | 0 | Replace certificates v 1 certificate signing request Official Kubernetes endpoint: PUT /apis/certificates.k8s.io/v1/certificatesigningrequests/{name} replace the specified CertificateSigningRequest |
kubernetes.kubernetes_patch_certificates_v1_certificate_signing_request | Write write | 0 | Patch certificates v 1 certificate signing request Official Kubernetes endpoint: PATCH /apis/certificates.k8s.io/v1/certificatesigningrequests/{name} partially update the specified CertificateSigningRequest |
kubernetes.kubernetes_delete_certificates_v1_certificate_signing_request | Write write | 0 | Delete certificates v 1 certificate signing request Official Kubernetes endpoint: DELETE /apis/certificates.k8s.io/v1/certificatesigningrequests/{name} delete a CertificateSigningRequest |
kubernetes.kubernetes_read_certificates_v1_certificate_signing_request_approval | Read read | 0 | Read certificates v 1 certificate signing request approval Official Kubernetes endpoint: GET /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/approval read approval of the specified CertificateSigningRequest |
kubernetes.kubernetes_replace_certificates_v1_certificate_signing_request_approval | Write write | 0 | Replace certificates v 1 certificate signing request approval Official Kubernetes endpoint: PUT /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/approval replace approval of the specified CertificateSigningRequest |
kubernetes.kubernetes_patch_certificates_v1_certificate_signing_request_approval | Write write | 0 | Patch certificates v 1 certificate signing request approval Official Kubernetes endpoint: PATCH /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/approval partially update approval of the specified CertificateSigningRequest |
kubernetes.kubernetes_read_certificates_v1_certificate_signing_request_status | Read read | 0 | Read certificates v 1 certificate signing request status Official Kubernetes endpoint: GET /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/status read status of the specified CertificateSigningRequest |
kubernetes.kubernetes_replace_certificates_v1_certificate_signing_request_status | Write write | 0 | Replace certificates v 1 certificate signing request status Official Kubernetes endpoint: PUT /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/status replace status of the specified CertificateSigningRequest |
kubernetes.kubernetes_patch_certificates_v1_certificate_signing_request_status | Write write | 0 | Patch certificates v 1 certificate signing request status Official Kubernetes endpoint: PATCH /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/status partially update status of the specified CertificateSigningRequest |
kubernetes.kubernetes_watch_certificates_v1_certificate_signing_request_list | Read read | 0 | Watch certificates v 1 certificate signing request list Official Kubernetes endpoint: GET /apis/certificates.k8s.io/v1/watch/certificatesigningrequests watch individual changes to a list of CertificateSigningRequest. deprecated: use the 'wa |
kubernetes.kubernetes_watch_certificates_v1_certificate_signing_request | Read read | 0 | Watch certificates v 1 certificate signing request Official Kubernetes endpoint: GET /apis/certificates.k8s.io/v1/watch/certificatesigningrequests/{name} watch changes to an object of kind CertificateSigningRequest. deprecated: use the 'wat |
kubernetes.kubernetes_get_certificates_v1_alpha1_apiresources | Read read | 0 | Get certificates v 1 alpha 1 apiresources Official Kubernetes endpoint: GET /apis/certificates.k8s.io/v1alpha1/ get available resources |
kubernetes.kubernetes_list_certificates_v1_alpha1_cluster_trust_bundle | Read read | 0 | List certificates v 1 alpha 1 cluster trust bundle Official Kubernetes endpoint: GET /apis/certificates.k8s.io/v1alpha1/clustertrustbundles list or watch objects of kind ClusterTrustBundle |
kubernetes.kubernetes_create_certificates_v1_alpha1_cluster_trust_bundle | Write write | 0 | Create certificates v 1 alpha 1 cluster trust bundle Official Kubernetes endpoint: POST /apis/certificates.k8s.io/v1alpha1/clustertrustbundles create a ClusterTrustBundle |
kubernetes.kubernetes_delete_certificates_v1_alpha1_collection_cluster_trust_bundle | Write write | 0 | Delete certificates v 1 alpha 1 collection cluster trust bundle Official Kubernetes endpoint: DELETE /apis/certificates.k8s.io/v1alpha1/clustertrustbundles delete collection of ClusterTrustBundle |
kubernetes.kubernetes_read_certificates_v1_alpha1_cluster_trust_bundle | Read read | 0 | Read certificates v 1 alpha 1 cluster trust bundle Official Kubernetes endpoint: GET /apis/certificates.k8s.io/v1alpha1/clustertrustbundles/{name} read the specified ClusterTrustBundle |
kubernetes.kubernetes_replace_certificates_v1_alpha1_cluster_trust_bundle | Write write | 0 | Replace certificates v 1 alpha 1 cluster trust bundle Official Kubernetes endpoint: PUT /apis/certificates.k8s.io/v1alpha1/clustertrustbundles/{name} replace the specified ClusterTrustBundle |
kubernetes.kubernetes_patch_certificates_v1_alpha1_cluster_trust_bundle | Write write | 0 | Patch certificates v 1 alpha 1 cluster trust bundle Official Kubernetes endpoint: PATCH /apis/certificates.k8s.io/v1alpha1/clustertrustbundles/{name} partially update the specified ClusterTrustBundle |
kubernetes.kubernetes_delete_certificates_v1_alpha1_cluster_trust_bundle | Write write | 0 | Delete certificates v 1 alpha 1 cluster trust bundle Official Kubernetes endpoint: DELETE /apis/certificates.k8s.io/v1alpha1/clustertrustbundles/{name} delete a ClusterTrustBundle |
kubernetes.kubernetes_watch_certificates_v1_alpha1_cluster_trust_bundle_list | Read read | 0 | Watch certificates v 1 alpha 1 cluster trust bundle list Official Kubernetes endpoint: GET /apis/certificates.k8s.io/v1alpha1/watch/clustertrustbundles watch individual changes to a list of ClusterTrustBundle. deprecated: use the 'watch' pa |
kubernetes.kubernetes_watch_certificates_v1_alpha1_cluster_trust_bundle | Read read | 0 | Watch certificates v 1 alpha 1 cluster trust bundle Official Kubernetes endpoint: GET /apis/certificates.k8s.io/v1alpha1/watch/clustertrustbundles/{name} watch changes to an object of kind ClusterTrustBundle. deprecated: use the 'watch' par |
kubernetes.kubernetes_get_certificates_v1_beta1_apiresources | Read read | 0 | Get certificates v 1 beta 1 apiresources Official Kubernetes endpoint: GET /apis/certificates.k8s.io/v1beta1/ get available resources |
kubernetes.kubernetes_list_certificates_v1_beta1_cluster_trust_bundle | Read read | 0 | List certificates v 1 beta 1 cluster trust bundle Official Kubernetes endpoint: GET /apis/certificates.k8s.io/v1beta1/clustertrustbundles list or watch objects of kind ClusterTrustBundle |
kubernetes.kubernetes_create_certificates_v1_beta1_cluster_trust_bundle | Write write | 0 | Create certificates v 1 beta 1 cluster trust bundle Official Kubernetes endpoint: POST /apis/certificates.k8s.io/v1beta1/clustertrustbundles create a ClusterTrustBundle |
kubernetes.kubernetes_delete_certificates_v1_beta1_collection_cluster_trust_bundle | Write write | 0 | Delete certificates v 1 beta 1 collection cluster trust bundle Official Kubernetes endpoint: DELETE /apis/certificates.k8s.io/v1beta1/clustertrustbundles delete collection of ClusterTrustBundle |
kubernetes.kubernetes_read_certificates_v1_beta1_cluster_trust_bundle | Read read | 0 | Read certificates v 1 beta 1 cluster trust bundle Official Kubernetes endpoint: GET /apis/certificates.k8s.io/v1beta1/clustertrustbundles/{name} read the specified ClusterTrustBundle |
kubernetes.kubernetes_replace_certificates_v1_beta1_cluster_trust_bundle | Write write | 0 | Replace certificates v 1 beta 1 cluster trust bundle Official Kubernetes endpoint: PUT /apis/certificates.k8s.io/v1beta1/clustertrustbundles/{name} replace the specified ClusterTrustBundle |
kubernetes.kubernetes_patch_certificates_v1_beta1_cluster_trust_bundle | Write write | 0 | Patch certificates v 1 beta 1 cluster trust bundle Official Kubernetes endpoint: PATCH /apis/certificates.k8s.io/v1beta1/clustertrustbundles/{name} partially update the specified ClusterTrustBundle |
kubernetes.kubernetes_delete_certificates_v1_beta1_cluster_trust_bundle | Write write | 0 | Delete certificates v 1 beta 1 cluster trust bundle Official Kubernetes endpoint: DELETE /apis/certificates.k8s.io/v1beta1/clustertrustbundles/{name} delete a ClusterTrustBundle |
kubernetes.kubernetes_list_certificates_v1_beta1_namespaced_pod_certificate_request | Read read | 0 | List certificates v 1 beta 1 namespaced pod certificate request Official Kubernetes endpoint: GET /apis/certificates.k8s.io/v1beta1/namespaces/{namespace}/podcertificaterequests list or watch objects of kind PodCertificateRequest |
kubernetes.kubernetes_create_certificates_v1_beta1_namespaced_pod_certificate_request | Write write | 0 | Create certificates v 1 beta 1 namespaced pod certificate request Official Kubernetes endpoint: POST /apis/certificates.k8s.io/v1beta1/namespaces/{namespace}/podcertificaterequests create a PodCertificateRequest |
kubernetes.kubernetes_delete_certificates_v1_beta1_collection_namespaced_pod_certificate_request | Write write | 0 | Delete certificates v 1 beta 1 collection namespaced pod certificate request Official Kubernetes endpoint: DELETE /apis/certificates.k8s.io/v1beta1/namespaces/{namespace}/podcertificaterequests delete collection of PodCertificateRequest |
kubernetes.kubernetes_read_certificates_v1_beta1_namespaced_pod_certificate_request | Read read | 0 | Read certificates v 1 beta 1 namespaced pod certificate request Official Kubernetes endpoint: GET /apis/certificates.k8s.io/v1beta1/namespaces/{namespace}/podcertificaterequests/{name} read the specified PodCertificateRequest |
kubernetes.kubernetes_replace_certificates_v1_beta1_namespaced_pod_certificate_request | Write write | 0 | Replace certificates v 1 beta 1 namespaced pod certificate request Official Kubernetes endpoint: PUT /apis/certificates.k8s.io/v1beta1/namespaces/{namespace}/podcertificaterequests/{name} replace the specified PodCertificateRequest |
kubernetes.kubernetes_patch_certificates_v1_beta1_namespaced_pod_certificate_request | Write write | 0 | Patch certificates v 1 beta 1 namespaced pod certificate request Official Kubernetes endpoint: PATCH /apis/certificates.k8s.io/v1beta1/namespaces/{namespace}/podcertificaterequests/{name} partially update the specified PodCertificateRequest |
kubernetes.kubernetes_delete_certificates_v1_beta1_namespaced_pod_certificate_request | Write write | 0 | Delete certificates v 1 beta 1 namespaced pod certificate request Official Kubernetes endpoint: DELETE /apis/certificates.k8s.io/v1beta1/namespaces/{namespace}/podcertificaterequests/{name} delete a PodCertificateRequest |
kubernetes.kubernetes_read_certificates_v1_beta1_namespaced_pod_certificate_request_status | Read read | 0 | Read certificates v 1 beta 1 namespaced pod certificate request status Official Kubernetes endpoint: GET /apis/certificates.k8s.io/v1beta1/namespaces/{namespace}/podcertificaterequests/{name}/status read status of the specified PodCertifica |
kubernetes.kubernetes_replace_certificates_v1_beta1_namespaced_pod_certificate_request_status | Write write | 0 | Replace certificates v 1 beta 1 namespaced pod certificate request status Official Kubernetes endpoint: PUT /apis/certificates.k8s.io/v1beta1/namespaces/{namespace}/podcertificaterequests/{name}/status replace status of the specified PodCer |
kubernetes.kubernetes_patch_certificates_v1_beta1_namespaced_pod_certificate_request_status | Write write | 0 | Patch certificates v 1 beta 1 namespaced pod certificate request status Official Kubernetes endpoint: PATCH /apis/certificates.k8s.io/v1beta1/namespaces/{namespace}/podcertificaterequests/{name}/status partially update status of the specifi |
kubernetes.kubernetes_list_certificates_v1_beta1_pod_certificate_request_for_all_namespaces | Read read | 0 | List certificates v 1 beta 1 pod certificate request for all namespaces Official Kubernetes endpoint: GET /apis/certificates.k8s.io/v1beta1/podcertificaterequests list or watch objects of kind PodCertificateRequest |
kubernetes.kubernetes_watch_certificates_v1_beta1_cluster_trust_bundle_list | Read read | 0 | Watch certificates v 1 beta 1 cluster trust bundle list Official Kubernetes endpoint: GET /apis/certificates.k8s.io/v1beta1/watch/clustertrustbundles watch individual changes to a list of ClusterTrustBundle. deprecated: use the 'watch' para |
kubernetes.kubernetes_watch_certificates_v1_beta1_cluster_trust_bundle | Read read | 0 | Watch certificates v 1 beta 1 cluster trust bundle Official Kubernetes endpoint: GET /apis/certificates.k8s.io/v1beta1/watch/clustertrustbundles/{name} watch changes to an object of kind ClusterTrustBundle. deprecated: use the 'watch' param |
kubernetes.kubernetes_watch_certificates_v1_beta1_namespaced_pod_certificate_request_list | Read read | 0 | Watch certificates v 1 beta 1 namespaced pod certificate request list Official Kubernetes endpoint: GET /apis/certificates.k8s.io/v1beta1/watch/namespaces/{namespace}/podcertificaterequests watch individual changes to a list of PodCertifica |
kubernetes.kubernetes_watch_certificates_v1_beta1_namespaced_pod_certificate_request | Read read | 0 | Watch certificates v 1 beta 1 namespaced pod certificate request Official Kubernetes endpoint: GET /apis/certificates.k8s.io/v1beta1/watch/namespaces/{namespace}/podcertificaterequests/{name} watch changes to an object of kind PodCertificat |
kubernetes.kubernetes_watch_certificates_v1_beta1_pod_certificate_request_list_for_all_namespaces | Read read | 0 | Watch certificates v 1 beta 1 pod certificate request list for all namespaces Official Kubernetes endpoint: GET /apis/certificates.k8s.io/v1beta1/watch/podcertificaterequests watch individual changes to a list of PodCertificateRequest. depr |
kubernetes.kubernetes_get_coordination_apigroup | Read read | 0 | Get coordination apigroup Official Kubernetes endpoint: GET /apis/coordination.k8s.io/ get information of a group |
kubernetes.kubernetes_get_coordination_v1_apiresources | Read read | 0 | Get coordination v 1 apiresources Official Kubernetes endpoint: GET /apis/coordination.k8s.io/v1/ get available resources |
kubernetes.kubernetes_list_coordination_v1_lease_for_all_namespaces | Read read | 0 | List coordination v 1 lease for all namespaces Official Kubernetes endpoint: GET /apis/coordination.k8s.io/v1/leases list or watch objects of kind Lease |
kubernetes.kubernetes_list_coordination_v1_namespaced_lease | Read read | 0 | List coordination v 1 namespaced lease Official Kubernetes endpoint: GET /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases list or watch objects of kind Lease |
kubernetes.kubernetes_create_coordination_v1_namespaced_lease | Write write | 0 | Create coordination v 1 namespaced lease Official Kubernetes endpoint: POST /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases create a Lease |
kubernetes.kubernetes_delete_coordination_v1_collection_namespaced_lease | Write write | 0 | Delete coordination v 1 collection namespaced lease Official Kubernetes endpoint: DELETE /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases delete collection of Lease |
kubernetes.kubernetes_read_coordination_v1_namespaced_lease | Read read | 0 | Read coordination v 1 namespaced lease Official Kubernetes endpoint: GET /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name} read the specified Lease |
kubernetes.kubernetes_replace_coordination_v1_namespaced_lease | Write write | 0 | Replace coordination v 1 namespaced lease Official Kubernetes endpoint: PUT /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name} replace the specified Lease |
kubernetes.kubernetes_patch_coordination_v1_namespaced_lease | Write write | 0 | Patch coordination v 1 namespaced lease Official Kubernetes endpoint: PATCH /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name} partially update the specified Lease |
kubernetes.kubernetes_delete_coordination_v1_namespaced_lease | Write write | 0 | Delete coordination v 1 namespaced lease Official Kubernetes endpoint: DELETE /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name} delete a Lease |
kubernetes.kubernetes_watch_coordination_v1_lease_list_for_all_namespaces | Read read | 0 | Watch coordination v 1 lease list for all namespaces Official Kubernetes endpoint: GET /apis/coordination.k8s.io/v1/watch/leases watch individual changes to a list of Lease. deprecated: use the 'watch' parameter with a list operation instea |
kubernetes.kubernetes_watch_coordination_v1_namespaced_lease_list | Read read | 0 | Watch coordination v 1 namespaced lease list Official Kubernetes endpoint: GET /apis/coordination.k8s.io/v1/watch/namespaces/{namespace}/leases watch individual changes to a list of Lease. deprecated: use the 'watch' parameter with a list o |
kubernetes.kubernetes_watch_coordination_v1_namespaced_lease | Read read | 0 | Watch coordination v 1 namespaced lease Official Kubernetes endpoint: GET /apis/coordination.k8s.io/v1/watch/namespaces/{namespace}/leases/{name} watch changes to an object of kind Lease. deprecated: use the 'watch' parameter with a list op |
kubernetes.kubernetes_get_coordination_v1_alpha2_apiresources | Read read | 0 | Get coordination v 1 alpha 2 apiresources Official Kubernetes endpoint: GET /apis/coordination.k8s.io/v1alpha2/ get available resources |
kubernetes.kubernetes_list_coordination_v1_alpha2_lease_candidate_for_all_namespaces | Read read | 0 | List coordination v 1 alpha 2 lease candidate for all namespaces Official Kubernetes endpoint: GET /apis/coordination.k8s.io/v1alpha2/leasecandidates list or watch objects of kind LeaseCandidate |
kubernetes.kubernetes_list_coordination_v1_alpha2_namespaced_lease_candidate | Read read | 0 | List coordination v 1 alpha 2 namespaced lease candidate Official Kubernetes endpoint: GET /apis/coordination.k8s.io/v1alpha2/namespaces/{namespace}/leasecandidates list or watch objects of kind LeaseCandidate |
kubernetes.kubernetes_create_coordination_v1_alpha2_namespaced_lease_candidate | Write write | 0 | Create coordination v 1 alpha 2 namespaced lease candidate Official Kubernetes endpoint: POST /apis/coordination.k8s.io/v1alpha2/namespaces/{namespace}/leasecandidates create a LeaseCandidate |
kubernetes.kubernetes_delete_coordination_v1_alpha2_collection_namespaced_lease_candidate | Write write | 0 | Delete coordination v 1 alpha 2 collection namespaced lease candidate Official Kubernetes endpoint: DELETE /apis/coordination.k8s.io/v1alpha2/namespaces/{namespace}/leasecandidates delete collection of LeaseCandidate |
kubernetes.kubernetes_read_coordination_v1_alpha2_namespaced_lease_candidate | Read read | 0 | Read coordination v 1 alpha 2 namespaced lease candidate Official Kubernetes endpoint: GET /apis/coordination.k8s.io/v1alpha2/namespaces/{namespace}/leasecandidates/{name} read the specified LeaseCandidate |
kubernetes.kubernetes_replace_coordination_v1_alpha2_namespaced_lease_candidate | Write write | 0 | Replace coordination v 1 alpha 2 namespaced lease candidate Official Kubernetes endpoint: PUT /apis/coordination.k8s.io/v1alpha2/namespaces/{namespace}/leasecandidates/{name} replace the specified LeaseCandidate |
kubernetes.kubernetes_patch_coordination_v1_alpha2_namespaced_lease_candidate | Write write | 0 | Patch coordination v 1 alpha 2 namespaced lease candidate Official Kubernetes endpoint: PATCH /apis/coordination.k8s.io/v1alpha2/namespaces/{namespace}/leasecandidates/{name} partially update the specified LeaseCandidate |
kubernetes.kubernetes_delete_coordination_v1_alpha2_namespaced_lease_candidate | Write write | 0 | Delete coordination v 1 alpha 2 namespaced lease candidate Official Kubernetes endpoint: DELETE /apis/coordination.k8s.io/v1alpha2/namespaces/{namespace}/leasecandidates/{name} delete a LeaseCandidate |
kubernetes.kubernetes_watch_coordination_v1_alpha2_lease_candidate_list_for_all_namespaces | Read read | 0 | Watch coordination v 1 alpha 2 lease candidate list for all namespaces Official Kubernetes endpoint: GET /apis/coordination.k8s.io/v1alpha2/watch/leasecandidates watch individual changes to a list of LeaseCandidate. deprecated: use the 'wat |
kubernetes.kubernetes_watch_coordination_v1_alpha2_namespaced_lease_candidate_list | Read read | 0 | Watch coordination v 1 alpha 2 namespaced lease candidate list Official Kubernetes endpoint: GET /apis/coordination.k8s.io/v1alpha2/watch/namespaces/{namespace}/leasecandidates watch individual changes to a list of LeaseCandidate. deprecate |
kubernetes.kubernetes_watch_coordination_v1_alpha2_namespaced_lease_candidate | Read read | 0 | Watch coordination v 1 alpha 2 namespaced lease candidate Official Kubernetes endpoint: GET /apis/coordination.k8s.io/v1alpha2/watch/namespaces/{namespace}/leasecandidates/{name} watch changes to an object of kind LeaseCandidate. deprecated |
kubernetes.kubernetes_get_coordination_v1_beta1_apiresources | Read read | 0 | Get coordination v 1 beta 1 apiresources Official Kubernetes endpoint: GET /apis/coordination.k8s.io/v1beta1/ get available resources |
kubernetes.kubernetes_list_coordination_v1_beta1_lease_candidate_for_all_namespaces | Read read | 0 | List coordination v 1 beta 1 lease candidate for all namespaces Official Kubernetes endpoint: GET /apis/coordination.k8s.io/v1beta1/leasecandidates list or watch objects of kind LeaseCandidate |
kubernetes.kubernetes_list_coordination_v1_beta1_namespaced_lease_candidate | Read read | 0 | List coordination v 1 beta 1 namespaced lease candidate Official Kubernetes endpoint: GET /apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leasecandidates list or watch objects of kind LeaseCandidate |
kubernetes.kubernetes_create_coordination_v1_beta1_namespaced_lease_candidate | Write write | 0 | Create coordination v 1 beta 1 namespaced lease candidate Official Kubernetes endpoint: POST /apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leasecandidates create a LeaseCandidate |
kubernetes.kubernetes_delete_coordination_v1_beta1_collection_namespaced_lease_candidate | Write write | 0 | Delete coordination v 1 beta 1 collection namespaced lease candidate Official Kubernetes endpoint: DELETE /apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leasecandidates delete collection of LeaseCandidate |
kubernetes.kubernetes_read_coordination_v1_beta1_namespaced_lease_candidate | Read read | 0 | Read coordination v 1 beta 1 namespaced lease candidate Official Kubernetes endpoint: GET /apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leasecandidates/{name} read the specified LeaseCandidate |
kubernetes.kubernetes_replace_coordination_v1_beta1_namespaced_lease_candidate | Write write | 0 | Replace coordination v 1 beta 1 namespaced lease candidate Official Kubernetes endpoint: PUT /apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leasecandidates/{name} replace the specified LeaseCandidate |
kubernetes.kubernetes_patch_coordination_v1_beta1_namespaced_lease_candidate | Write write | 0 | Patch coordination v 1 beta 1 namespaced lease candidate Official Kubernetes endpoint: PATCH /apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leasecandidates/{name} partially update the specified LeaseCandidate |
kubernetes.kubernetes_delete_coordination_v1_beta1_namespaced_lease_candidate | Write write | 0 | Delete coordination v 1 beta 1 namespaced lease candidate Official Kubernetes endpoint: DELETE /apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leasecandidates/{name} delete a LeaseCandidate |
kubernetes.kubernetes_watch_coordination_v1_beta1_lease_candidate_list_for_all_namespaces | Read read | 0 | Watch coordination v 1 beta 1 lease candidate list for all namespaces Official Kubernetes endpoint: GET /apis/coordination.k8s.io/v1beta1/watch/leasecandidates watch individual changes to a list of LeaseCandidate. deprecated: use the 'watch |
kubernetes.kubernetes_watch_coordination_v1_beta1_namespaced_lease_candidate_list | Read read | 0 | Watch coordination v 1 beta 1 namespaced lease candidate list Official Kubernetes endpoint: GET /apis/coordination.k8s.io/v1beta1/watch/namespaces/{namespace}/leasecandidates watch individual changes to a list of LeaseCandidate. deprecated: |
kubernetes.kubernetes_watch_coordination_v1_beta1_namespaced_lease_candidate | Read read | 0 | Watch coordination v 1 beta 1 namespaced lease candidate Official Kubernetes endpoint: GET /apis/coordination.k8s.io/v1beta1/watch/namespaces/{namespace}/leasecandidates/{name} watch changes to an object of kind LeaseCandidate. deprecated: |
kubernetes.kubernetes_get_discovery_apigroup | Read read | 0 | Get discovery apigroup Official Kubernetes endpoint: GET /apis/discovery.k8s.io/ get information of a group |
kubernetes.kubernetes_get_discovery_v1_apiresources | Read read | 0 | Get discovery v 1 apiresources Official Kubernetes endpoint: GET /apis/discovery.k8s.io/v1/ get available resources |
kubernetes.kubernetes_list_discovery_v1_endpoint_slice_for_all_namespaces | Read read | 0 | List discovery v 1 endpoint slice for all namespaces Official Kubernetes endpoint: GET /apis/discovery.k8s.io/v1/endpointslices list or watch objects of kind EndpointSlice |
kubernetes.kubernetes_list_discovery_v1_namespaced_endpoint_slice | Read read | 0 | List discovery v 1 namespaced endpoint slice Official Kubernetes endpoint: GET /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices list or watch objects of kind EndpointSlice |
kubernetes.kubernetes_create_discovery_v1_namespaced_endpoint_slice | Write write | 0 | Create discovery v 1 namespaced endpoint slice Official Kubernetes endpoint: POST /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices create an EndpointSlice |
kubernetes.kubernetes_delete_discovery_v1_collection_namespaced_endpoint_slice | Write write | 0 | Delete discovery v 1 collection namespaced endpoint slice Official Kubernetes endpoint: DELETE /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices delete collection of EndpointSlice |
kubernetes.kubernetes_read_discovery_v1_namespaced_endpoint_slice | Read read | 0 | Read discovery v 1 namespaced endpoint slice Official Kubernetes endpoint: GET /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices/{name} read the specified EndpointSlice |
kubernetes.kubernetes_replace_discovery_v1_namespaced_endpoint_slice | Write write | 0 | Replace discovery v 1 namespaced endpoint slice Official Kubernetes endpoint: PUT /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices/{name} replace the specified EndpointSlice |
kubernetes.kubernetes_patch_discovery_v1_namespaced_endpoint_slice | Write write | 0 | Patch discovery v 1 namespaced endpoint slice Official Kubernetes endpoint: PATCH /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices/{name} partially update the specified EndpointSlice |
kubernetes.kubernetes_delete_discovery_v1_namespaced_endpoint_slice | Write write | 0 | Delete discovery v 1 namespaced endpoint slice Official Kubernetes endpoint: DELETE /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices/{name} delete an EndpointSlice |
kubernetes.kubernetes_watch_discovery_v1_endpoint_slice_list_for_all_namespaces | Read read | 0 | Watch discovery v 1 endpoint slice list for all namespaces Official Kubernetes endpoint: GET /apis/discovery.k8s.io/v1/watch/endpointslices watch individual changes to a list of EndpointSlice. deprecated: use the 'watch' parameter with a li |
kubernetes.kubernetes_watch_discovery_v1_namespaced_endpoint_slice_list | Read read | 0 | Watch discovery v 1 namespaced endpoint slice list Official Kubernetes endpoint: GET /apis/discovery.k8s.io/v1/watch/namespaces/{namespace}/endpointslices watch individual changes to a list of EndpointSlice. deprecated: use the 'watch' para |
kubernetes.kubernetes_watch_discovery_v1_namespaced_endpoint_slice | Read read | 0 | Watch discovery v 1 namespaced endpoint slice Official Kubernetes endpoint: GET /apis/discovery.k8s.io/v1/watch/namespaces/{namespace}/endpointslices/{name} watch changes to an object of kind EndpointSlice. deprecated: use the 'watch' param |
kubernetes.kubernetes_get_events_apigroup | Read read | 0 | Get events apigroup Official Kubernetes endpoint: GET /apis/events.k8s.io/ get information of a group |
kubernetes.kubernetes_get_events_v1_apiresources | Read read | 0 | Get events v 1 apiresources Official Kubernetes endpoint: GET /apis/events.k8s.io/v1/ get available resources |
kubernetes.kubernetes_list_events_v1_event_for_all_namespaces | Read read | 0 | List events v 1 event for all namespaces Official Kubernetes endpoint: GET /apis/events.k8s.io/v1/events list or watch objects of kind Event |
kubernetes.kubernetes_list_events_v1_namespaced_event | Read read | 0 | List events v 1 namespaced event Official Kubernetes endpoint: GET /apis/events.k8s.io/v1/namespaces/{namespace}/events list or watch objects of kind Event |
kubernetes.kubernetes_create_events_v1_namespaced_event | Write write | 0 | Create events v 1 namespaced event Official Kubernetes endpoint: POST /apis/events.k8s.io/v1/namespaces/{namespace}/events create an Event |
kubernetes.kubernetes_delete_events_v1_collection_namespaced_event | Write write | 0 | Delete events v 1 collection namespaced event Official Kubernetes endpoint: DELETE /apis/events.k8s.io/v1/namespaces/{namespace}/events delete collection of Event |
kubernetes.kubernetes_read_events_v1_namespaced_event | Read read | 0 | Read events v 1 namespaced event Official Kubernetes endpoint: GET /apis/events.k8s.io/v1/namespaces/{namespace}/events/{name} read the specified Event |
kubernetes.kubernetes_replace_events_v1_namespaced_event | Write write | 0 | Replace events v 1 namespaced event Official Kubernetes endpoint: PUT /apis/events.k8s.io/v1/namespaces/{namespace}/events/{name} replace the specified Event |
kubernetes.kubernetes_patch_events_v1_namespaced_event | Write write | 0 | Patch events v 1 namespaced event Official Kubernetes endpoint: PATCH /apis/events.k8s.io/v1/namespaces/{namespace}/events/{name} partially update the specified Event |
kubernetes.kubernetes_delete_events_v1_namespaced_event | Write write | 0 | Delete events v 1 namespaced event Official Kubernetes endpoint: DELETE /apis/events.k8s.io/v1/namespaces/{namespace}/events/{name} delete an Event |
kubernetes.kubernetes_watch_events_v1_event_list_for_all_namespaces | Read read | 0 | Watch events v 1 event list for all namespaces Official Kubernetes endpoint: GET /apis/events.k8s.io/v1/watch/events watch individual changes to a list of Event. deprecated: use the 'watch' parameter with a list operation instead. |
kubernetes.kubernetes_watch_events_v1_namespaced_event_list | Read read | 0 | Watch events v 1 namespaced event list Official Kubernetes endpoint: GET /apis/events.k8s.io/v1/watch/namespaces/{namespace}/events watch individual changes to a list of Event. deprecated: use the 'watch' parameter with a list operation ins |
kubernetes.kubernetes_watch_events_v1_namespaced_event | Read read | 0 | Watch events v 1 namespaced event Official Kubernetes endpoint: GET /apis/events.k8s.io/v1/watch/namespaces/{namespace}/events/{name} watch changes to an object of kind Event. deprecated: use the 'watch' parameter with a list operation inst |
kubernetes.kubernetes_get_flowcontrol_apiserver_apigroup | Read read | 0 | Get flowcontrol apiserver apigroup Official Kubernetes endpoint: GET /apis/flowcontrol.apiserver.k8s.io/ get information of a group |
kubernetes.kubernetes_get_flowcontrol_apiserver_v1_apiresources | Read read | 0 | Get flowcontrol apiserver v 1 apiresources Official Kubernetes endpoint: GET /apis/flowcontrol.apiserver.k8s.io/v1/ get available resources |
kubernetes.kubernetes_list_flowcontrol_apiserver_v1_flow_schema | Read read | 0 | List flowcontrol apiserver v 1 flow schema Official Kubernetes endpoint: GET /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas list or watch objects of kind FlowSchema |
kubernetes.kubernetes_create_flowcontrol_apiserver_v1_flow_schema | Write write | 0 | Create flowcontrol apiserver v 1 flow schema Official Kubernetes endpoint: POST /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas create a FlowSchema |
kubernetes.kubernetes_delete_flowcontrol_apiserver_v1_collection_flow_schema | Write write | 0 | Delete flowcontrol apiserver v 1 collection flow schema Official Kubernetes endpoint: DELETE /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas delete collection of FlowSchema |
kubernetes.kubernetes_read_flowcontrol_apiserver_v1_flow_schema | Read read | 0 | Read flowcontrol apiserver v 1 flow schema Official Kubernetes endpoint: GET /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/{name} read the specified FlowSchema |
kubernetes.kubernetes_replace_flowcontrol_apiserver_v1_flow_schema | Write write | 0 | Replace flowcontrol apiserver v 1 flow schema Official Kubernetes endpoint: PUT /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/{name} replace the specified FlowSchema |
kubernetes.kubernetes_patch_flowcontrol_apiserver_v1_flow_schema | Write write | 0 | Patch flowcontrol apiserver v 1 flow schema Official Kubernetes endpoint: PATCH /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/{name} partially update the specified FlowSchema |
kubernetes.kubernetes_delete_flowcontrol_apiserver_v1_flow_schema | Write write | 0 | Delete flowcontrol apiserver v 1 flow schema Official Kubernetes endpoint: DELETE /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/{name} delete a FlowSchema |
kubernetes.kubernetes_read_flowcontrol_apiserver_v1_flow_schema_status | Read read | 0 | Read flowcontrol apiserver v 1 flow schema status Official Kubernetes endpoint: GET /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/{name}/status read status of the specified FlowSchema |
kubernetes.kubernetes_replace_flowcontrol_apiserver_v1_flow_schema_status | Write write | 0 | Replace flowcontrol apiserver v 1 flow schema status Official Kubernetes endpoint: PUT /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/{name}/status replace status of the specified FlowSchema |
kubernetes.kubernetes_patch_flowcontrol_apiserver_v1_flow_schema_status | Write write | 0 | Patch flowcontrol apiserver v 1 flow schema status Official Kubernetes endpoint: PATCH /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/{name}/status partially update status of the specified FlowSchema |
kubernetes.kubernetes_list_flowcontrol_apiserver_v1_priority_level_configuration | Read read | 0 | List flowcontrol apiserver v 1 priority level configuration Official Kubernetes endpoint: GET /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations list or watch objects of kind PriorityLevelConfiguration |
kubernetes.kubernetes_create_flowcontrol_apiserver_v1_priority_level_configuration | Write write | 0 | Create flowcontrol apiserver v 1 priority level configuration Official Kubernetes endpoint: POST /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations create a PriorityLevelConfiguration |
kubernetes.kubernetes_delete_flowcontrol_apiserver_v1_collection_priority_level_configuration | Write write | 0 | Delete flowcontrol apiserver v 1 collection priority level configuration Official Kubernetes endpoint: DELETE /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations delete collection of PriorityLevelConfiguration |
kubernetes.kubernetes_read_flowcontrol_apiserver_v1_priority_level_configuration | Read read | 0 | Read flowcontrol apiserver v 1 priority level configuration Official Kubernetes endpoint: GET /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/{name} read the specified PriorityLevelConfiguration |
kubernetes.kubernetes_replace_flowcontrol_apiserver_v1_priority_level_configuration | Write write | 0 | Replace flowcontrol apiserver v 1 priority level configuration Official Kubernetes endpoint: PUT /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/{name} replace the specified PriorityLevelConfiguration |
kubernetes.kubernetes_patch_flowcontrol_apiserver_v1_priority_level_configuration | Write write | 0 | Patch flowcontrol apiserver v 1 priority level configuration Official Kubernetes endpoint: PATCH /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/{name} partially update the specified PriorityLevelConfiguration |
kubernetes.kubernetes_delete_flowcontrol_apiserver_v1_priority_level_configuration | Write write | 0 | Delete flowcontrol apiserver v 1 priority level configuration Official Kubernetes endpoint: DELETE /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/{name} delete a PriorityLevelConfiguration |
kubernetes.kubernetes_read_flowcontrol_apiserver_v1_priority_level_configuration_status | Read read | 0 | Read flowcontrol apiserver v 1 priority level configuration status Official Kubernetes endpoint: GET /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/{name}/status read status of the specified PriorityLevelConfiguration |
kubernetes.kubernetes_replace_flowcontrol_apiserver_v1_priority_level_configuration_status | Write write | 0 | Replace flowcontrol apiserver v 1 priority level configuration status Official Kubernetes endpoint: PUT /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/{name}/status replace status of the specified PriorityLevelConfigurati |
kubernetes.kubernetes_patch_flowcontrol_apiserver_v1_priority_level_configuration_status | Write write | 0 | Patch flowcontrol apiserver v 1 priority level configuration status Official Kubernetes endpoint: PATCH /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/{name}/status partially update status of the specified PriorityLevelCo |
kubernetes.kubernetes_watch_flowcontrol_apiserver_v1_flow_schema_list | Read read | 0 | Watch flowcontrol apiserver v 1 flow schema list Official Kubernetes endpoint: GET /apis/flowcontrol.apiserver.k8s.io/v1/watch/flowschemas watch individual changes to a list of FlowSchema. deprecated: use the 'watch' parameter with a list o |
kubernetes.kubernetes_watch_flowcontrol_apiserver_v1_flow_schema | Read read | 0 | Watch flowcontrol apiserver v 1 flow schema Official Kubernetes endpoint: GET /apis/flowcontrol.apiserver.k8s.io/v1/watch/flowschemas/{name} watch changes to an object of kind FlowSchema. deprecated: use the 'watch' parameter with a list op |
kubernetes.kubernetes_watch_flowcontrol_apiserver_v1_priority_level_configuration_list | Read read | 0 | Watch flowcontrol apiserver v 1 priority level configuration list Official Kubernetes endpoint: GET /apis/flowcontrol.apiserver.k8s.io/v1/watch/prioritylevelconfigurations watch individual changes to a list of PriorityLevelConfiguration. de |
kubernetes.kubernetes_watch_flowcontrol_apiserver_v1_priority_level_configuration | Read read | 0 | Watch flowcontrol apiserver v 1 priority level configuration Official Kubernetes endpoint: GET /apis/flowcontrol.apiserver.k8s.io/v1/watch/prioritylevelconfigurations/{name} watch changes to an object of kind PriorityLevelConfiguration. dep |
kubernetes.kubernetes_get_internal_apiserver_apigroup | Read read | 0 | Get internal apiserver apigroup Official Kubernetes endpoint: GET /apis/internal.apiserver.k8s.io/ get information of a group |
kubernetes.kubernetes_get_internal_apiserver_v1_alpha1_apiresources | Read read | 0 | Get internal apiserver v 1 alpha 1 apiresources Official Kubernetes endpoint: GET /apis/internal.apiserver.k8s.io/v1alpha1/ get available resources |
kubernetes.kubernetes_list_internal_apiserver_v1_alpha1_storage_version | Read read | 0 | List internal apiserver v 1 alpha 1 storage version Official Kubernetes endpoint: GET /apis/internal.apiserver.k8s.io/v1alpha1/storageversions list or watch objects of kind StorageVersion |
kubernetes.kubernetes_create_internal_apiserver_v1_alpha1_storage_version | Write write | 0 | Create internal apiserver v 1 alpha 1 storage version Official Kubernetes endpoint: POST /apis/internal.apiserver.k8s.io/v1alpha1/storageversions create a StorageVersion |
kubernetes.kubernetes_delete_internal_apiserver_v1_alpha1_collection_storage_version | Write write | 0 | Delete internal apiserver v 1 alpha 1 collection storage version Official Kubernetes endpoint: DELETE /apis/internal.apiserver.k8s.io/v1alpha1/storageversions delete collection of StorageVersion |
kubernetes.kubernetes_read_internal_apiserver_v1_alpha1_storage_version | Read read | 0 | Read internal apiserver v 1 alpha 1 storage version Official Kubernetes endpoint: GET /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name} read the specified StorageVersion |
kubernetes.kubernetes_replace_internal_apiserver_v1_alpha1_storage_version | Write write | 0 | Replace internal apiserver v 1 alpha 1 storage version Official Kubernetes endpoint: PUT /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name} replace the specified StorageVersion |
kubernetes.kubernetes_patch_internal_apiserver_v1_alpha1_storage_version | Write write | 0 | Patch internal apiserver v 1 alpha 1 storage version Official Kubernetes endpoint: PATCH /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name} partially update the specified StorageVersion |
kubernetes.kubernetes_delete_internal_apiserver_v1_alpha1_storage_version | Write write | 0 | Delete internal apiserver v 1 alpha 1 storage version Official Kubernetes endpoint: DELETE /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name} delete a StorageVersion |
kubernetes.kubernetes_read_internal_apiserver_v1_alpha1_storage_version_status | Read read | 0 | Read internal apiserver v 1 alpha 1 storage version status Official Kubernetes endpoint: GET /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}/status read status of the specified StorageVersion |
kubernetes.kubernetes_replace_internal_apiserver_v1_alpha1_storage_version_status | Write write | 0 | Replace internal apiserver v 1 alpha 1 storage version status Official Kubernetes endpoint: PUT /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}/status replace status of the specified StorageVersion |
kubernetes.kubernetes_patch_internal_apiserver_v1_alpha1_storage_version_status | Write write | 0 | Patch internal apiserver v 1 alpha 1 storage version status Official Kubernetes endpoint: PATCH /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}/status partially update status of the specified StorageVersion |
kubernetes.kubernetes_watch_internal_apiserver_v1_alpha1_storage_version_list | Read read | 0 | Watch internal apiserver v 1 alpha 1 storage version list Official Kubernetes endpoint: GET /apis/internal.apiserver.k8s.io/v1alpha1/watch/storageversions watch individual changes to a list of StorageVersion. deprecated: use the 'watch' par |
kubernetes.kubernetes_watch_internal_apiserver_v1_alpha1_storage_version | Read read | 0 | Watch internal apiserver v 1 alpha 1 storage version Official Kubernetes endpoint: GET /apis/internal.apiserver.k8s.io/v1alpha1/watch/storageversions/{name} watch changes to an object of kind StorageVersion. deprecated: use the 'watch' para |
kubernetes.kubernetes_get_networking_apigroup | Read read | 0 | Get networking apigroup Official Kubernetes endpoint: GET /apis/networking.k8s.io/ get information of a group |
kubernetes.kubernetes_get_networking_v1_apiresources | Read read | 0 | Get networking v 1 apiresources Official Kubernetes endpoint: GET /apis/networking.k8s.io/v1/ get available resources |
kubernetes.kubernetes_list_networking_v1_ingress_class | Read read | 0 | List networking v 1 ingress class Official Kubernetes endpoint: GET /apis/networking.k8s.io/v1/ingressclasses list or watch objects of kind IngressClass |
kubernetes.kubernetes_create_networking_v1_ingress_class | Write write | 0 | Create networking v 1 ingress class Official Kubernetes endpoint: POST /apis/networking.k8s.io/v1/ingressclasses create an IngressClass |
kubernetes.kubernetes_delete_networking_v1_collection_ingress_class | Write write | 0 | Delete networking v 1 collection ingress class Official Kubernetes endpoint: DELETE /apis/networking.k8s.io/v1/ingressclasses delete collection of IngressClass |
kubernetes.kubernetes_read_networking_v1_ingress_class | Read read | 0 | Read networking v 1 ingress class Official Kubernetes endpoint: GET /apis/networking.k8s.io/v1/ingressclasses/{name} read the specified IngressClass |
kubernetes.kubernetes_replace_networking_v1_ingress_class | Write write | 0 | Replace networking v 1 ingress class Official Kubernetes endpoint: PUT /apis/networking.k8s.io/v1/ingressclasses/{name} replace the specified IngressClass |
kubernetes.kubernetes_patch_networking_v1_ingress_class | Write write | 0 | Patch networking v 1 ingress class Official Kubernetes endpoint: PATCH /apis/networking.k8s.io/v1/ingressclasses/{name} partially update the specified IngressClass |
kubernetes.kubernetes_delete_networking_v1_ingress_class | Write write | 0 | Delete networking v 1 ingress class Official Kubernetes endpoint: DELETE /apis/networking.k8s.io/v1/ingressclasses/{name} delete an IngressClass |
kubernetes.kubernetes_list_networking_v1_ingress_for_all_namespaces | Read read | 0 | List networking v 1 ingress for all namespaces Official Kubernetes endpoint: GET /apis/networking.k8s.io/v1/ingresses list or watch objects of kind Ingress |
kubernetes.kubernetes_list_networking_v1_ipaddress | Read read | 0 | List networking v 1 ipaddress Official Kubernetes endpoint: GET /apis/networking.k8s.io/v1/ipaddresses list or watch objects of kind IPAddress |
kubernetes.kubernetes_create_networking_v1_ipaddress | Write write | 0 | Create networking v 1 ipaddress Official Kubernetes endpoint: POST /apis/networking.k8s.io/v1/ipaddresses create an IPAddress |
kubernetes.kubernetes_delete_networking_v1_collection_ipaddress | Write write | 0 | Delete networking v 1 collection ipaddress Official Kubernetes endpoint: DELETE /apis/networking.k8s.io/v1/ipaddresses delete collection of IPAddress |
kubernetes.kubernetes_read_networking_v1_ipaddress | Read read | 0 | Read networking v 1 ipaddress Official Kubernetes endpoint: GET /apis/networking.k8s.io/v1/ipaddresses/{name} read the specified IPAddress |
kubernetes.kubernetes_replace_networking_v1_ipaddress | Write write | 0 | Replace networking v 1 ipaddress Official Kubernetes endpoint: PUT /apis/networking.k8s.io/v1/ipaddresses/{name} replace the specified IPAddress |
kubernetes.kubernetes_patch_networking_v1_ipaddress | Write write | 0 | Patch networking v 1 ipaddress Official Kubernetes endpoint: PATCH /apis/networking.k8s.io/v1/ipaddresses/{name} partially update the specified IPAddress |
kubernetes.kubernetes_delete_networking_v1_ipaddress | Write write | 0 | Delete networking v 1 ipaddress Official Kubernetes endpoint: DELETE /apis/networking.k8s.io/v1/ipaddresses/{name} delete an IPAddress |
kubernetes.kubernetes_list_networking_v1_namespaced_ingress | Read read | 0 | List networking v 1 namespaced ingress Official Kubernetes endpoint: GET /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses list or watch objects of kind Ingress |
kubernetes.kubernetes_create_networking_v1_namespaced_ingress | Write write | 0 | Create networking v 1 namespaced ingress Official Kubernetes endpoint: POST /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses create an Ingress |
kubernetes.kubernetes_delete_networking_v1_collection_namespaced_ingress | Write write | 0 | Delete networking v 1 collection namespaced ingress Official Kubernetes endpoint: DELETE /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses delete collection of Ingress |
kubernetes.kubernetes_read_networking_v1_namespaced_ingress | Read read | 0 | Read networking v 1 namespaced ingress Official Kubernetes endpoint: GET /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name} read the specified Ingress |
kubernetes.kubernetes_replace_networking_v1_namespaced_ingress | Write write | 0 | Replace networking v 1 namespaced ingress Official Kubernetes endpoint: PUT /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name} replace the specified Ingress |
kubernetes.kubernetes_patch_networking_v1_namespaced_ingress | Write write | 0 | Patch networking v 1 namespaced ingress Official Kubernetes endpoint: PATCH /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name} partially update the specified Ingress |
kubernetes.kubernetes_delete_networking_v1_namespaced_ingress | Write write | 0 | Delete networking v 1 namespaced ingress Official Kubernetes endpoint: DELETE /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name} delete an Ingress |
kubernetes.kubernetes_read_networking_v1_namespaced_ingress_status | Read read | 0 | Read networking v 1 namespaced ingress status Official Kubernetes endpoint: GET /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}/status read status of the specified Ingress |
kubernetes.kubernetes_replace_networking_v1_namespaced_ingress_status | Write write | 0 | Replace networking v 1 namespaced ingress status Official Kubernetes endpoint: PUT /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}/status replace status of the specified Ingress |
kubernetes.kubernetes_patch_networking_v1_namespaced_ingress_status | Write write | 0 | Patch networking v 1 namespaced ingress status Official Kubernetes endpoint: PATCH /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}/status partially update status of the specified Ingress |
kubernetes.kubernetes_list_networking_v1_namespaced_network_policy | Read read | 0 | List networking v 1 namespaced network policy Official Kubernetes endpoint: GET /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies list or watch objects of kind NetworkPolicy |
kubernetes.kubernetes_create_networking_v1_namespaced_network_policy | Write write | 0 | Create networking v 1 namespaced network policy Official Kubernetes endpoint: POST /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies create a NetworkPolicy |
kubernetes.kubernetes_delete_networking_v1_collection_namespaced_network_policy | Write write | 0 | Delete networking v 1 collection namespaced network policy Official Kubernetes endpoint: DELETE /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies delete collection of NetworkPolicy |
kubernetes.kubernetes_read_networking_v1_namespaced_network_policy | Read read | 0 | Read networking v 1 namespaced network policy Official Kubernetes endpoint: GET /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name} read the specified NetworkPolicy |
kubernetes.kubernetes_replace_networking_v1_namespaced_network_policy | Write write | 0 | Replace networking v 1 namespaced network policy Official Kubernetes endpoint: PUT /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name} replace the specified NetworkPolicy |
kubernetes.kubernetes_patch_networking_v1_namespaced_network_policy | Write write | 0 | Patch networking v 1 namespaced network policy Official Kubernetes endpoint: PATCH /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name} partially update the specified NetworkPolicy |
kubernetes.kubernetes_delete_networking_v1_namespaced_network_policy | Write write | 0 | Delete networking v 1 namespaced network policy Official Kubernetes endpoint: DELETE /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name} delete a NetworkPolicy |
kubernetes.kubernetes_list_networking_v1_network_policy_for_all_namespaces | Read read | 0 | List networking v 1 network policy for all namespaces Official Kubernetes endpoint: GET /apis/networking.k8s.io/v1/networkpolicies list or watch objects of kind NetworkPolicy |
kubernetes.kubernetes_list_networking_v1_service_cidr | Read read | 0 | List networking v 1 service cidr Official Kubernetes endpoint: GET /apis/networking.k8s.io/v1/servicecidrs list or watch objects of kind ServiceCIDR |
kubernetes.kubernetes_create_networking_v1_service_cidr | Write write | 0 | Create networking v 1 service cidr Official Kubernetes endpoint: POST /apis/networking.k8s.io/v1/servicecidrs create a ServiceCIDR |
kubernetes.kubernetes_delete_networking_v1_collection_service_cidr | Write write | 0 | Delete networking v 1 collection service cidr Official Kubernetes endpoint: DELETE /apis/networking.k8s.io/v1/servicecidrs delete collection of ServiceCIDR |
kubernetes.kubernetes_read_networking_v1_service_cidr | Read read | 0 | Read networking v 1 service cidr Official Kubernetes endpoint: GET /apis/networking.k8s.io/v1/servicecidrs/{name} read the specified ServiceCIDR |
kubernetes.kubernetes_replace_networking_v1_service_cidr | Write write | 0 | Replace networking v 1 service cidr Official Kubernetes endpoint: PUT /apis/networking.k8s.io/v1/servicecidrs/{name} replace the specified ServiceCIDR |
kubernetes.kubernetes_patch_networking_v1_service_cidr | Write write | 0 | Patch networking v 1 service cidr Official Kubernetes endpoint: PATCH /apis/networking.k8s.io/v1/servicecidrs/{name} partially update the specified ServiceCIDR |
kubernetes.kubernetes_delete_networking_v1_service_cidr | Write write | 0 | Delete networking v 1 service cidr Official Kubernetes endpoint: DELETE /apis/networking.k8s.io/v1/servicecidrs/{name} delete a ServiceCIDR |
kubernetes.kubernetes_read_networking_v1_service_cidrstatus | Read read | 0 | Read networking v 1 service cidrstatus Official Kubernetes endpoint: GET /apis/networking.k8s.io/v1/servicecidrs/{name}/status read status of the specified ServiceCIDR |
kubernetes.kubernetes_replace_networking_v1_service_cidrstatus | Write write | 0 | Replace networking v 1 service cidrstatus Official Kubernetes endpoint: PUT /apis/networking.k8s.io/v1/servicecidrs/{name}/status replace status of the specified ServiceCIDR |
kubernetes.kubernetes_patch_networking_v1_service_cidrstatus | Write write | 0 | Patch networking v 1 service cidrstatus Official Kubernetes endpoint: PATCH /apis/networking.k8s.io/v1/servicecidrs/{name}/status partially update status of the specified ServiceCIDR |
kubernetes.kubernetes_watch_networking_v1_ingress_class_list | Read read | 0 | Watch networking v 1 ingress class list Official Kubernetes endpoint: GET /apis/networking.k8s.io/v1/watch/ingressclasses watch individual changes to a list of IngressClass. deprecated: use the 'watch' parameter with a list operation instea |
kubernetes.kubernetes_watch_networking_v1_ingress_class | Read read | 0 | Watch networking v 1 ingress class Official Kubernetes endpoint: GET /apis/networking.k8s.io/v1/watch/ingressclasses/{name} watch changes to an object of kind IngressClass. deprecated: use the 'watch' parameter with a list operation instead |
kubernetes.kubernetes_watch_networking_v1_ingress_list_for_all_namespaces | Read read | 0 | Watch networking v 1 ingress list for all namespaces Official Kubernetes endpoint: GET /apis/networking.k8s.io/v1/watch/ingresses watch individual changes to a list of Ingress. deprecated: use the 'watch' parameter with a list operation ins |
kubernetes.kubernetes_watch_networking_v1_ipaddress_list | Read read | 0 | Watch networking v 1 ipaddress list Official Kubernetes endpoint: GET /apis/networking.k8s.io/v1/watch/ipaddresses watch individual changes to a list of IPAddress. deprecated: use the 'watch' parameter with a list operation instead. |
kubernetes.kubernetes_watch_networking_v1_ipaddress | Read read | 0 | Watch networking v 1 ipaddress Official Kubernetes endpoint: GET /apis/networking.k8s.io/v1/watch/ipaddresses/{name} watch changes to an object of kind IPAddress. deprecated: use the 'watch' parameter with a list operation instead, filtered |
kubernetes.kubernetes_watch_networking_v1_namespaced_ingress_list | Read read | 0 | Watch networking v 1 namespaced ingress list Official Kubernetes endpoint: GET /apis/networking.k8s.io/v1/watch/namespaces/{namespace}/ingresses watch individual changes to a list of Ingress. deprecated: use the 'watch' parameter with a lis |
kubernetes.kubernetes_watch_networking_v1_namespaced_ingress | Read read | 0 | Watch networking v 1 namespaced ingress Official Kubernetes endpoint: GET /apis/networking.k8s.io/v1/watch/namespaces/{namespace}/ingresses/{name} watch changes to an object of kind Ingress. deprecated: use the 'watch' parameter with a list |
kubernetes.kubernetes_watch_networking_v1_namespaced_network_policy_list | Read read | 0 | Watch networking v 1 namespaced network policy list Official Kubernetes endpoint: GET /apis/networking.k8s.io/v1/watch/namespaces/{namespace}/networkpolicies watch individual changes to a list of NetworkPolicy. deprecated: use the 'watch' p |
kubernetes.kubernetes_watch_networking_v1_namespaced_network_policy | Read read | 0 | Watch networking v 1 namespaced network policy Official Kubernetes endpoint: GET /apis/networking.k8s.io/v1/watch/namespaces/{namespace}/networkpolicies/{name} watch changes to an object of kind NetworkPolicy. deprecated: use the 'watch' pa |
kubernetes.kubernetes_watch_networking_v1_network_policy_list_for_all_namespaces | Read read | 0 | Watch networking v 1 network policy list for all namespaces Official Kubernetes endpoint: GET /apis/networking.k8s.io/v1/watch/networkpolicies watch individual changes to a list of NetworkPolicy. deprecated: use the 'watch' parameter with a |
kubernetes.kubernetes_watch_networking_v1_service_cidrlist | Read read | 0 | Watch networking v 1 service cidrlist Official Kubernetes endpoint: GET /apis/networking.k8s.io/v1/watch/servicecidrs watch individual changes to a list of ServiceCIDR. deprecated: use the 'watch' parameter with a list operation instead. |
kubernetes.kubernetes_watch_networking_v1_service_cidr | Read read | 0 | Watch networking v 1 service cidr Official Kubernetes endpoint: GET /apis/networking.k8s.io/v1/watch/servicecidrs/{name} watch changes to an object of kind ServiceCIDR. deprecated: use the 'watch' parameter with a list operation instead, fi |
kubernetes.kubernetes_get_networking_v1_beta1_apiresources | Read read | 0 | Get networking v 1 beta 1 apiresources Official Kubernetes endpoint: GET /apis/networking.k8s.io/v1beta1/ get available resources |
kubernetes.kubernetes_list_networking_v1_beta1_ipaddress | Read read | 0 | List networking v 1 beta 1 ipaddress Official Kubernetes endpoint: GET /apis/networking.k8s.io/v1beta1/ipaddresses list or watch objects of kind IPAddress |
kubernetes.kubernetes_create_networking_v1_beta1_ipaddress | Write write | 0 | Create networking v 1 beta 1 ipaddress Official Kubernetes endpoint: POST /apis/networking.k8s.io/v1beta1/ipaddresses create an IPAddress |
kubernetes.kubernetes_delete_networking_v1_beta1_collection_ipaddress | Write write | 0 | Delete networking v 1 beta 1 collection ipaddress Official Kubernetes endpoint: DELETE /apis/networking.k8s.io/v1beta1/ipaddresses delete collection of IPAddress |
kubernetes.kubernetes_read_networking_v1_beta1_ipaddress | Read read | 0 | Read networking v 1 beta 1 ipaddress Official Kubernetes endpoint: GET /apis/networking.k8s.io/v1beta1/ipaddresses/{name} read the specified IPAddress |
kubernetes.kubernetes_replace_networking_v1_beta1_ipaddress | Write write | 0 | Replace networking v 1 beta 1 ipaddress Official Kubernetes endpoint: PUT /apis/networking.k8s.io/v1beta1/ipaddresses/{name} replace the specified IPAddress |
kubernetes.kubernetes_patch_networking_v1_beta1_ipaddress | Write write | 0 | Patch networking v 1 beta 1 ipaddress Official Kubernetes endpoint: PATCH /apis/networking.k8s.io/v1beta1/ipaddresses/{name} partially update the specified IPAddress |
kubernetes.kubernetes_delete_networking_v1_beta1_ipaddress | Write write | 0 | Delete networking v 1 beta 1 ipaddress Official Kubernetes endpoint: DELETE /apis/networking.k8s.io/v1beta1/ipaddresses/{name} delete an IPAddress |
kubernetes.kubernetes_list_networking_v1_beta1_service_cidr | Read read | 0 | List networking v 1 beta 1 service cidr Official Kubernetes endpoint: GET /apis/networking.k8s.io/v1beta1/servicecidrs list or watch objects of kind ServiceCIDR |
kubernetes.kubernetes_create_networking_v1_beta1_service_cidr | Write write | 0 | Create networking v 1 beta 1 service cidr Official Kubernetes endpoint: POST /apis/networking.k8s.io/v1beta1/servicecidrs create a ServiceCIDR |
kubernetes.kubernetes_delete_networking_v1_beta1_collection_service_cidr | Write write | 0 | Delete networking v 1 beta 1 collection service cidr Official Kubernetes endpoint: DELETE /apis/networking.k8s.io/v1beta1/servicecidrs delete collection of ServiceCIDR |
kubernetes.kubernetes_read_networking_v1_beta1_service_cidr | Read read | 0 | Read networking v 1 beta 1 service cidr Official Kubernetes endpoint: GET /apis/networking.k8s.io/v1beta1/servicecidrs/{name} read the specified ServiceCIDR |
kubernetes.kubernetes_replace_networking_v1_beta1_service_cidr | Write write | 0 | Replace networking v 1 beta 1 service cidr Official Kubernetes endpoint: PUT /apis/networking.k8s.io/v1beta1/servicecidrs/{name} replace the specified ServiceCIDR |
kubernetes.kubernetes_patch_networking_v1_beta1_service_cidr | Write write | 0 | Patch networking v 1 beta 1 service cidr Official Kubernetes endpoint: PATCH /apis/networking.k8s.io/v1beta1/servicecidrs/{name} partially update the specified ServiceCIDR |
kubernetes.kubernetes_delete_networking_v1_beta1_service_cidr | Write write | 0 | Delete networking v 1 beta 1 service cidr Official Kubernetes endpoint: DELETE /apis/networking.k8s.io/v1beta1/servicecidrs/{name} delete a ServiceCIDR |
kubernetes.kubernetes_read_networking_v1_beta1_service_cidrstatus | Read read | 0 | Read networking v 1 beta 1 service cidrstatus Official Kubernetes endpoint: GET /apis/networking.k8s.io/v1beta1/servicecidrs/{name}/status read status of the specified ServiceCIDR |
kubernetes.kubernetes_replace_networking_v1_beta1_service_cidrstatus | Write write | 0 | Replace networking v 1 beta 1 service cidrstatus Official Kubernetes endpoint: PUT /apis/networking.k8s.io/v1beta1/servicecidrs/{name}/status replace status of the specified ServiceCIDR |
kubernetes.kubernetes_patch_networking_v1_beta1_service_cidrstatus | Write write | 0 | Patch networking v 1 beta 1 service cidrstatus Official Kubernetes endpoint: PATCH /apis/networking.k8s.io/v1beta1/servicecidrs/{name}/status partially update status of the specified ServiceCIDR |
kubernetes.kubernetes_watch_networking_v1_beta1_ipaddress_list | Read read | 0 | Watch networking v 1 beta 1 ipaddress list Official Kubernetes endpoint: GET /apis/networking.k8s.io/v1beta1/watch/ipaddresses watch individual changes to a list of IPAddress. deprecated: use the 'watch' parameter with a list operation inst |
kubernetes.kubernetes_watch_networking_v1_beta1_ipaddress | Read read | 0 | Watch networking v 1 beta 1 ipaddress Official Kubernetes endpoint: GET /apis/networking.k8s.io/v1beta1/watch/ipaddresses/{name} watch changes to an object of kind IPAddress. deprecated: use the 'watch' parameter with a list operation inste |
kubernetes.kubernetes_watch_networking_v1_beta1_service_cidrlist | Read read | 0 | Watch networking v 1 beta 1 service cidrlist Official Kubernetes endpoint: GET /apis/networking.k8s.io/v1beta1/watch/servicecidrs watch individual changes to a list of ServiceCIDR. deprecated: use the 'watch' parameter with a list operation |
kubernetes.kubernetes_watch_networking_v1_beta1_service_cidr | Read read | 0 | Watch networking v 1 beta 1 service cidr Official Kubernetes endpoint: GET /apis/networking.k8s.io/v1beta1/watch/servicecidrs/{name} watch changes to an object of kind ServiceCIDR. deprecated: use the 'watch' parameter with a list operation |
kubernetes.kubernetes_get_node_apigroup | Read read | 0 | Get node apigroup Official Kubernetes endpoint: GET /apis/node.k8s.io/ get information of a group |
kubernetes.kubernetes_get_node_v1_apiresources | Read read | 0 | Get node v 1 apiresources Official Kubernetes endpoint: GET /apis/node.k8s.io/v1/ get available resources |
kubernetes.kubernetes_list_node_v1_runtime_class | Read read | 0 | List node v 1 runtime class Official Kubernetes endpoint: GET /apis/node.k8s.io/v1/runtimeclasses list or watch objects of kind RuntimeClass |
kubernetes.kubernetes_create_node_v1_runtime_class | Write write | 0 | Create node v 1 runtime class Official Kubernetes endpoint: POST /apis/node.k8s.io/v1/runtimeclasses create a RuntimeClass |
kubernetes.kubernetes_delete_node_v1_collection_runtime_class | Write write | 0 | Delete node v 1 collection runtime class Official Kubernetes endpoint: DELETE /apis/node.k8s.io/v1/runtimeclasses delete collection of RuntimeClass |
kubernetes.kubernetes_read_node_v1_runtime_class | Read read | 0 | Read node v 1 runtime class Official Kubernetes endpoint: GET /apis/node.k8s.io/v1/runtimeclasses/{name} read the specified RuntimeClass |
kubernetes.kubernetes_replace_node_v1_runtime_class | Write write | 0 | Replace node v 1 runtime class Official Kubernetes endpoint: PUT /apis/node.k8s.io/v1/runtimeclasses/{name} replace the specified RuntimeClass |
kubernetes.kubernetes_patch_node_v1_runtime_class | Write write | 0 | Patch node v 1 runtime class Official Kubernetes endpoint: PATCH /apis/node.k8s.io/v1/runtimeclasses/{name} partially update the specified RuntimeClass |
kubernetes.kubernetes_delete_node_v1_runtime_class | Write write | 0 | Delete node v 1 runtime class Official Kubernetes endpoint: DELETE /apis/node.k8s.io/v1/runtimeclasses/{name} delete a RuntimeClass |
kubernetes.kubernetes_watch_node_v1_runtime_class_list | Read read | 0 | Watch node v 1 runtime class list Official Kubernetes endpoint: GET /apis/node.k8s.io/v1/watch/runtimeclasses watch individual changes to a list of RuntimeClass. deprecated: use the 'watch' parameter with a list operation instead. |
kubernetes.kubernetes_watch_node_v1_runtime_class | Read read | 0 | Watch node v 1 runtime class Official Kubernetes endpoint: GET /apis/node.k8s.io/v1/watch/runtimeclasses/{name} watch changes to an object of kind RuntimeClass. deprecated: use the 'watch' parameter with a list operation instead, filtered t |
kubernetes.kubernetes_get_policy_apigroup | Read read | 0 | Get policy apigroup Official Kubernetes endpoint: GET /apis/policy/ get information of a group |
kubernetes.kubernetes_get_policy_v1_apiresources | Read read | 0 | Get policy v 1 apiresources Official Kubernetes endpoint: GET /apis/policy/v1/ get available resources |
kubernetes.kubernetes_list_policy_v1_namespaced_pod_disruption_budget | Read read | 0 | List policy v 1 namespaced pod disruption budget Official Kubernetes endpoint: GET /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets list or watch objects of kind PodDisruptionBudget |
kubernetes.kubernetes_create_policy_v1_namespaced_pod_disruption_budget | Write write | 0 | Create policy v 1 namespaced pod disruption budget Official Kubernetes endpoint: POST /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets create a PodDisruptionBudget |
kubernetes.kubernetes_delete_policy_v1_collection_namespaced_pod_disruption_budget | Write write | 0 | Delete policy v 1 collection namespaced pod disruption budget Official Kubernetes endpoint: DELETE /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets delete collection of PodDisruptionBudget |
kubernetes.kubernetes_read_policy_v1_namespaced_pod_disruption_budget | Read read | 0 | Read policy v 1 namespaced pod disruption budget Official Kubernetes endpoint: GET /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name} read the specified PodDisruptionBudget |
kubernetes.kubernetes_replace_policy_v1_namespaced_pod_disruption_budget | Write write | 0 | Replace policy v 1 namespaced pod disruption budget Official Kubernetes endpoint: PUT /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name} replace the specified PodDisruptionBudget |
kubernetes.kubernetes_patch_policy_v1_namespaced_pod_disruption_budget | Write write | 0 | Patch policy v 1 namespaced pod disruption budget Official Kubernetes endpoint: PATCH /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name} partially update the specified PodDisruptionBudget |
kubernetes.kubernetes_delete_policy_v1_namespaced_pod_disruption_budget | Write write | 0 | Delete policy v 1 namespaced pod disruption budget Official Kubernetes endpoint: DELETE /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name} delete a PodDisruptionBudget |
kubernetes.kubernetes_read_policy_v1_namespaced_pod_disruption_budget_status | Read read | 0 | Read policy v 1 namespaced pod disruption budget status Official Kubernetes endpoint: GET /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}/status read status of the specified PodDisruptionBudget |
kubernetes.kubernetes_replace_policy_v1_namespaced_pod_disruption_budget_status | Write write | 0 | Replace policy v 1 namespaced pod disruption budget status Official Kubernetes endpoint: PUT /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}/status replace status of the specified PodDisruptionBudget |
kubernetes.kubernetes_patch_policy_v1_namespaced_pod_disruption_budget_status | Write write | 0 | Patch policy v 1 namespaced pod disruption budget status Official Kubernetes endpoint: PATCH /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}/status partially update status of the specified PodDisruptionBudget |
kubernetes.kubernetes_list_policy_v1_pod_disruption_budget_for_all_namespaces | Read read | 0 | List policy v 1 pod disruption budget for all namespaces Official Kubernetes endpoint: GET /apis/policy/v1/poddisruptionbudgets list or watch objects of kind PodDisruptionBudget |
kubernetes.kubernetes_watch_policy_v1_namespaced_pod_disruption_budget_list | Read read | 0 | Watch policy v 1 namespaced pod disruption budget list Official Kubernetes endpoint: GET /apis/policy/v1/watch/namespaces/{namespace}/poddisruptionbudgets watch individual changes to a list of PodDisruptionBudget. deprecated: use the 'watch |
kubernetes.kubernetes_watch_policy_v1_namespaced_pod_disruption_budget | Read read | 0 | Watch policy v 1 namespaced pod disruption budget Official Kubernetes endpoint: GET /apis/policy/v1/watch/namespaces/{namespace}/poddisruptionbudgets/{name} watch changes to an object of kind PodDisruptionBudget. deprecated: use the 'watch' |
kubernetes.kubernetes_watch_policy_v1_pod_disruption_budget_list_for_all_namespaces | Read read | 0 | Watch policy v 1 pod disruption budget list for all namespaces Official Kubernetes endpoint: GET /apis/policy/v1/watch/poddisruptionbudgets watch individual changes to a list of PodDisruptionBudget. deprecated: use the 'watch' parameter wit |
kubernetes.kubernetes_get_rbac_authorization_apigroup | Read read | 0 | Get rbac authorization apigroup Official Kubernetes endpoint: GET /apis/rbac.authorization.k8s.io/ get information of a group |
kubernetes.kubernetes_get_rbac_authorization_v1_apiresources | Read read | 0 | Get rbac authorization v 1 apiresources Official Kubernetes endpoint: GET /apis/rbac.authorization.k8s.io/v1/ get available resources |
kubernetes.kubernetes_list_rbac_authorization_v1_cluster_role_binding | Read read | 0 | List rbac authorization v 1 cluster role binding Official Kubernetes endpoint: GET /apis/rbac.authorization.k8s.io/v1/clusterrolebindings list or watch objects of kind ClusterRoleBinding |
kubernetes.kubernetes_create_rbac_authorization_v1_cluster_role_binding | Write write | 0 | Create rbac authorization v 1 cluster role binding Official Kubernetes endpoint: POST /apis/rbac.authorization.k8s.io/v1/clusterrolebindings create a ClusterRoleBinding |
kubernetes.kubernetes_delete_rbac_authorization_v1_collection_cluster_role_binding | Write write | 0 | Delete rbac authorization v 1 collection cluster role binding Official Kubernetes endpoint: DELETE /apis/rbac.authorization.k8s.io/v1/clusterrolebindings delete collection of ClusterRoleBinding |
kubernetes.kubernetes_read_rbac_authorization_v1_cluster_role_binding | Read read | 0 | Read rbac authorization v 1 cluster role binding Official Kubernetes endpoint: GET /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name} read the specified ClusterRoleBinding |
kubernetes.kubernetes_replace_rbac_authorization_v1_cluster_role_binding | Write write | 0 | Replace rbac authorization v 1 cluster role binding Official Kubernetes endpoint: PUT /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name} replace the specified ClusterRoleBinding |
kubernetes.kubernetes_patch_rbac_authorization_v1_cluster_role_binding | Write write | 0 | Patch rbac authorization v 1 cluster role binding Official Kubernetes endpoint: PATCH /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name} partially update the specified ClusterRoleBinding |
kubernetes.kubernetes_delete_rbac_authorization_v1_cluster_role_binding | Write write | 0 | Delete rbac authorization v 1 cluster role binding Official Kubernetes endpoint: DELETE /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name} delete a ClusterRoleBinding |
kubernetes.kubernetes_list_rbac_authorization_v1_cluster_role | Read read | 0 | List rbac authorization v 1 cluster role Official Kubernetes endpoint: GET /apis/rbac.authorization.k8s.io/v1/clusterroles list or watch objects of kind ClusterRole |
kubernetes.kubernetes_create_rbac_authorization_v1_cluster_role | Write write | 0 | Create rbac authorization v 1 cluster role Official Kubernetes endpoint: POST /apis/rbac.authorization.k8s.io/v1/clusterroles create a ClusterRole |
kubernetes.kubernetes_delete_rbac_authorization_v1_collection_cluster_role | Write write | 0 | Delete rbac authorization v 1 collection cluster role Official Kubernetes endpoint: DELETE /apis/rbac.authorization.k8s.io/v1/clusterroles delete collection of ClusterRole |
kubernetes.kubernetes_read_rbac_authorization_v1_cluster_role | Read read | 0 | Read rbac authorization v 1 cluster role Official Kubernetes endpoint: GET /apis/rbac.authorization.k8s.io/v1/clusterroles/{name} read the specified ClusterRole |
kubernetes.kubernetes_replace_rbac_authorization_v1_cluster_role | Write write | 0 | Replace rbac authorization v 1 cluster role Official Kubernetes endpoint: PUT /apis/rbac.authorization.k8s.io/v1/clusterroles/{name} replace the specified ClusterRole |
kubernetes.kubernetes_patch_rbac_authorization_v1_cluster_role | Write write | 0 | Patch rbac authorization v 1 cluster role Official Kubernetes endpoint: PATCH /apis/rbac.authorization.k8s.io/v1/clusterroles/{name} partially update the specified ClusterRole |
kubernetes.kubernetes_delete_rbac_authorization_v1_cluster_role | Write write | 0 | Delete rbac authorization v 1 cluster role Official Kubernetes endpoint: DELETE /apis/rbac.authorization.k8s.io/v1/clusterroles/{name} delete a ClusterRole |
kubernetes.kubernetes_list_rbac_authorization_v1_namespaced_role_binding | Read read | 0 | List rbac authorization v 1 namespaced role binding Official Kubernetes endpoint: GET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings list or watch objects of kind RoleBinding |
kubernetes.kubernetes_create_rbac_authorization_v1_namespaced_role_binding | Write write | 0 | Create rbac authorization v 1 namespaced role binding Official Kubernetes endpoint: POST /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings create a RoleBinding |
kubernetes.kubernetes_delete_rbac_authorization_v1_collection_namespaced_role_binding | Write write | 0 | Delete rbac authorization v 1 collection namespaced role binding Official Kubernetes endpoint: DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings delete collection of RoleBinding |
kubernetes.kubernetes_read_rbac_authorization_v1_namespaced_role_binding | Read read | 0 | Read rbac authorization v 1 namespaced role binding Official Kubernetes endpoint: GET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name} read the specified RoleBinding |
kubernetes.kubernetes_replace_rbac_authorization_v1_namespaced_role_binding | Write write | 0 | Replace rbac authorization v 1 namespaced role binding Official Kubernetes endpoint: PUT /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name} replace the specified RoleBinding |
kubernetes.kubernetes_patch_rbac_authorization_v1_namespaced_role_binding | Write write | 0 | Patch rbac authorization v 1 namespaced role binding Official Kubernetes endpoint: PATCH /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name} partially update the specified RoleBinding |
kubernetes.kubernetes_delete_rbac_authorization_v1_namespaced_role_binding | Write write | 0 | Delete rbac authorization v 1 namespaced role binding Official Kubernetes endpoint: DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name} delete a RoleBinding |
kubernetes.kubernetes_list_rbac_authorization_v1_namespaced_role | Read read | 0 | List rbac authorization v 1 namespaced role Official Kubernetes endpoint: GET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles list or watch objects of kind Role |
kubernetes.kubernetes_create_rbac_authorization_v1_namespaced_role | Write write | 0 | Create rbac authorization v 1 namespaced role Official Kubernetes endpoint: POST /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles create a Role |
kubernetes.kubernetes_delete_rbac_authorization_v1_collection_namespaced_role | Write write | 0 | Delete rbac authorization v 1 collection namespaced role Official Kubernetes endpoint: DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles delete collection of Role |
kubernetes.kubernetes_read_rbac_authorization_v1_namespaced_role | Read read | 0 | Read rbac authorization v 1 namespaced role Official Kubernetes endpoint: GET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name} read the specified Role |
kubernetes.kubernetes_replace_rbac_authorization_v1_namespaced_role | Write write | 0 | Replace rbac authorization v 1 namespaced role Official Kubernetes endpoint: PUT /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name} replace the specified Role |
kubernetes.kubernetes_patch_rbac_authorization_v1_namespaced_role | Write write | 0 | Patch rbac authorization v 1 namespaced role Official Kubernetes endpoint: PATCH /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name} partially update the specified Role |
kubernetes.kubernetes_delete_rbac_authorization_v1_namespaced_role | Write write | 0 | Delete rbac authorization v 1 namespaced role Official Kubernetes endpoint: DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name} delete a Role |
kubernetes.kubernetes_list_rbac_authorization_v1_role_binding_for_all_namespaces | Read read | 0 | List rbac authorization v 1 role binding for all namespaces Official Kubernetes endpoint: GET /apis/rbac.authorization.k8s.io/v1/rolebindings list or watch objects of kind RoleBinding |
kubernetes.kubernetes_list_rbac_authorization_v1_role_for_all_namespaces | Read read | 0 | List rbac authorization v 1 role for all namespaces Official Kubernetes endpoint: GET /apis/rbac.authorization.k8s.io/v1/roles list or watch objects of kind Role |
kubernetes.kubernetes_watch_rbac_authorization_v1_cluster_role_binding_list | Read read | 0 | Watch rbac authorization v 1 cluster role binding list Official Kubernetes endpoint: GET /apis/rbac.authorization.k8s.io/v1/watch/clusterrolebindings watch individual changes to a list of ClusterRoleBinding. deprecated: use the 'watch' para |
kubernetes.kubernetes_watch_rbac_authorization_v1_cluster_role_binding | Read read | 0 | Watch rbac authorization v 1 cluster role binding Official Kubernetes endpoint: GET /apis/rbac.authorization.k8s.io/v1/watch/clusterrolebindings/{name} watch changes to an object of kind ClusterRoleBinding. deprecated: use the 'watch' param |
kubernetes.kubernetes_watch_rbac_authorization_v1_cluster_role_list | Read read | 0 | Watch rbac authorization v 1 cluster role list Official Kubernetes endpoint: GET /apis/rbac.authorization.k8s.io/v1/watch/clusterroles watch individual changes to a list of ClusterRole. deprecated: use the 'watch' parameter with a list oper |
kubernetes.kubernetes_watch_rbac_authorization_v1_cluster_role | Read read | 0 | Watch rbac authorization v 1 cluster role Official Kubernetes endpoint: GET /apis/rbac.authorization.k8s.io/v1/watch/clusterroles/{name} watch changes to an object of kind ClusterRole. deprecated: use the 'watch' parameter with a list opera |
kubernetes.kubernetes_watch_rbac_authorization_v1_namespaced_role_binding_list | Read read | 0 | Watch rbac authorization v 1 namespaced role binding list Official Kubernetes endpoint: GET /apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/rolebindings watch individual changes to a list of RoleBinding. deprecated: use the |
kubernetes.kubernetes_watch_rbac_authorization_v1_namespaced_role_binding | Read read | 0 | Watch rbac authorization v 1 namespaced role binding Official Kubernetes endpoint: GET /apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/rolebindings/{name} watch changes to an object of kind RoleBinding. deprecated: use the ' |
kubernetes.kubernetes_watch_rbac_authorization_v1_namespaced_role_list | Read read | 0 | Watch rbac authorization v 1 namespaced role list Official Kubernetes endpoint: GET /apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/roles watch individual changes to a list of Role. deprecated: use the 'watch' parameter with |
kubernetes.kubernetes_watch_rbac_authorization_v1_namespaced_role | Read read | 0 | Watch rbac authorization v 1 namespaced role Official Kubernetes endpoint: GET /apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/roles/{name} watch changes to an object of kind Role. deprecated: use the 'watch' parameter with |
kubernetes.kubernetes_watch_rbac_authorization_v1_role_binding_list_for_all_namespaces | Read read | 0 | Watch rbac authorization v 1 role binding list for all namespaces Official Kubernetes endpoint: GET /apis/rbac.authorization.k8s.io/v1/watch/rolebindings watch individual changes to a list of RoleBinding. deprecated: use the 'watch' paramet |
kubernetes.kubernetes_watch_rbac_authorization_v1_role_list_for_all_namespaces | Read read | 0 | Watch rbac authorization v 1 role list for all namespaces Official Kubernetes endpoint: GET /apis/rbac.authorization.k8s.io/v1/watch/roles watch individual changes to a list of Role. deprecated: use the 'watch' parameter with a list operati |
kubernetes.kubernetes_get_resource_apigroup | Read read | 0 | Get resource apigroup Official Kubernetes endpoint: GET /apis/resource.k8s.io/ get information of a group |
kubernetes.kubernetes_get_resource_v1_apiresources | Read read | 0 | Get resource v 1 apiresources Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1/ get available resources |
kubernetes.kubernetes_list_resource_v1_device_class | Read read | 0 | List resource v 1 device class Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1/deviceclasses list or watch objects of kind DeviceClass |
kubernetes.kubernetes_create_resource_v1_device_class | Write write | 0 | Create resource v 1 device class Official Kubernetes endpoint: POST /apis/resource.k8s.io/v1/deviceclasses create a DeviceClass |
kubernetes.kubernetes_delete_resource_v1_collection_device_class | Write write | 0 | Delete resource v 1 collection device class Official Kubernetes endpoint: DELETE /apis/resource.k8s.io/v1/deviceclasses delete collection of DeviceClass |
kubernetes.kubernetes_read_resource_v1_device_class | Read read | 0 | Read resource v 1 device class Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1/deviceclasses/{name} read the specified DeviceClass |
kubernetes.kubernetes_replace_resource_v1_device_class | Write write | 0 | Replace resource v 1 device class Official Kubernetes endpoint: PUT /apis/resource.k8s.io/v1/deviceclasses/{name} replace the specified DeviceClass |
kubernetes.kubernetes_patch_resource_v1_device_class | Write write | 0 | Patch resource v 1 device class Official Kubernetes endpoint: PATCH /apis/resource.k8s.io/v1/deviceclasses/{name} partially update the specified DeviceClass |
kubernetes.kubernetes_delete_resource_v1_device_class | Write write | 0 | Delete resource v 1 device class Official Kubernetes endpoint: DELETE /apis/resource.k8s.io/v1/deviceclasses/{name} delete a DeviceClass |
kubernetes.kubernetes_list_resource_v1_namespaced_resource_claim | Read read | 0 | List resource v 1 namespaced resource claim Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaims list or watch objects of kind ResourceClaim |
kubernetes.kubernetes_create_resource_v1_namespaced_resource_claim | Write write | 0 | Create resource v 1 namespaced resource claim Official Kubernetes endpoint: POST /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaims create a ResourceClaim |
kubernetes.kubernetes_delete_resource_v1_collection_namespaced_resource_claim | Write write | 0 | Delete resource v 1 collection namespaced resource claim Official Kubernetes endpoint: DELETE /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaims delete collection of ResourceClaim |
kubernetes.kubernetes_read_resource_v1_namespaced_resource_claim | Read read | 0 | Read resource v 1 namespaced resource claim Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaims/{name} read the specified ResourceClaim |
kubernetes.kubernetes_replace_resource_v1_namespaced_resource_claim | Write write | 0 | Replace resource v 1 namespaced resource claim Official Kubernetes endpoint: PUT /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaims/{name} replace the specified ResourceClaim |
kubernetes.kubernetes_patch_resource_v1_namespaced_resource_claim | Write write | 0 | Patch resource v 1 namespaced resource claim Official Kubernetes endpoint: PATCH /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaims/{name} partially update the specified ResourceClaim |
kubernetes.kubernetes_delete_resource_v1_namespaced_resource_claim | Write write | 0 | Delete resource v 1 namespaced resource claim Official Kubernetes endpoint: DELETE /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaims/{name} delete a ResourceClaim |
kubernetes.kubernetes_read_resource_v1_namespaced_resource_claim_status | Read read | 0 | Read resource v 1 namespaced resource claim status Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaims/{name}/status read status of the specified ResourceClaim |
kubernetes.kubernetes_replace_resource_v1_namespaced_resource_claim_status | Write write | 0 | Replace resource v 1 namespaced resource claim status Official Kubernetes endpoint: PUT /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaims/{name}/status replace status of the specified ResourceClaim |
kubernetes.kubernetes_patch_resource_v1_namespaced_resource_claim_status | Write write | 0 | Patch resource v 1 namespaced resource claim status Official Kubernetes endpoint: PATCH /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaims/{name}/status partially update status of the specified ResourceClaim |
kubernetes.kubernetes_list_resource_v1_namespaced_resource_claim_template | Read read | 0 | List resource v 1 namespaced resource claim template Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaimtemplates list or watch objects of kind ResourceClaimTemplate |
kubernetes.kubernetes_create_resource_v1_namespaced_resource_claim_template | Write write | 0 | Create resource v 1 namespaced resource claim template Official Kubernetes endpoint: POST /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaimtemplates create a ResourceClaimTemplate |
kubernetes.kubernetes_delete_resource_v1_collection_namespaced_resource_claim_template | Write write | 0 | Delete resource v 1 collection namespaced resource claim template Official Kubernetes endpoint: DELETE /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaimtemplates delete collection of ResourceClaimTemplate |
kubernetes.kubernetes_read_resource_v1_namespaced_resource_claim_template | Read read | 0 | Read resource v 1 namespaced resource claim template Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaimtemplates/{name} read the specified ResourceClaimTemplate |
kubernetes.kubernetes_replace_resource_v1_namespaced_resource_claim_template | Write write | 0 | Replace resource v 1 namespaced resource claim template Official Kubernetes endpoint: PUT /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaimtemplates/{name} replace the specified ResourceClaimTemplate |
kubernetes.kubernetes_patch_resource_v1_namespaced_resource_claim_template | Write write | 0 | Patch resource v 1 namespaced resource claim template Official Kubernetes endpoint: PATCH /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaimtemplates/{name} partially update the specified ResourceClaimTemplate |
kubernetes.kubernetes_delete_resource_v1_namespaced_resource_claim_template | Write write | 0 | Delete resource v 1 namespaced resource claim template Official Kubernetes endpoint: DELETE /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaimtemplates/{name} delete a ResourceClaimTemplate |
kubernetes.kubernetes_list_resource_v1_resource_claim_for_all_namespaces | Read read | 0 | List resource v 1 resource claim for all namespaces Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1/resourceclaims list or watch objects of kind ResourceClaim |
kubernetes.kubernetes_list_resource_v1_resource_claim_template_for_all_namespaces | Read read | 0 | List resource v 1 resource claim template for all namespaces Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1/resourceclaimtemplates list or watch objects of kind ResourceClaimTemplate |
kubernetes.kubernetes_list_resource_v1_resource_slice | Read read | 0 | List resource v 1 resource slice Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1/resourceslices list or watch objects of kind ResourceSlice |
kubernetes.kubernetes_create_resource_v1_resource_slice | Write write | 0 | Create resource v 1 resource slice Official Kubernetes endpoint: POST /apis/resource.k8s.io/v1/resourceslices create a ResourceSlice |
kubernetes.kubernetes_delete_resource_v1_collection_resource_slice | Write write | 0 | Delete resource v 1 collection resource slice Official Kubernetes endpoint: DELETE /apis/resource.k8s.io/v1/resourceslices delete collection of ResourceSlice |
kubernetes.kubernetes_read_resource_v1_resource_slice | Read read | 0 | Read resource v 1 resource slice Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1/resourceslices/{name} read the specified ResourceSlice |
kubernetes.kubernetes_replace_resource_v1_resource_slice | Write write | 0 | Replace resource v 1 resource slice Official Kubernetes endpoint: PUT /apis/resource.k8s.io/v1/resourceslices/{name} replace the specified ResourceSlice |
kubernetes.kubernetes_patch_resource_v1_resource_slice | Write write | 0 | Patch resource v 1 resource slice Official Kubernetes endpoint: PATCH /apis/resource.k8s.io/v1/resourceslices/{name} partially update the specified ResourceSlice |
kubernetes.kubernetes_delete_resource_v1_resource_slice | Write write | 0 | Delete resource v 1 resource slice Official Kubernetes endpoint: DELETE /apis/resource.k8s.io/v1/resourceslices/{name} delete a ResourceSlice |
kubernetes.kubernetes_watch_resource_v1_device_class_list | Read read | 0 | Watch resource v 1 device class list Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1/watch/deviceclasses watch individual changes to a list of DeviceClass. deprecated: use the 'watch' parameter with a list operation instead. |
kubernetes.kubernetes_watch_resource_v1_device_class | Read read | 0 | Watch resource v 1 device class Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1/watch/deviceclasses/{name} watch changes to an object of kind DeviceClass. deprecated: use the 'watch' parameter with a list operation instead, filte |
kubernetes.kubernetes_watch_resource_v1_namespaced_resource_claim_list | Read read | 0 | Watch resource v 1 namespaced resource claim list Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1/watch/namespaces/{namespace}/resourceclaims watch individual changes to a list of ResourceClaim. deprecated: use the 'watch' parame |
kubernetes.kubernetes_watch_resource_v1_namespaced_resource_claim | Read read | 0 | Watch resource v 1 namespaced resource claim Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1/watch/namespaces/{namespace}/resourceclaims/{name} watch changes to an object of kind ResourceClaim. deprecated: use the 'watch' paramet |
kubernetes.kubernetes_watch_resource_v1_namespaced_resource_claim_template_list | Read read | 0 | Watch resource v 1 namespaced resource claim template list Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1/watch/namespaces/{namespace}/resourceclaimtemplates watch individual changes to a list of ResourceClaimTemplate. deprecate |
kubernetes.kubernetes_watch_resource_v1_namespaced_resource_claim_template | Read read | 0 | Watch resource v 1 namespaced resource claim template Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1/watch/namespaces/{namespace}/resourceclaimtemplates/{name} watch changes to an object of kind ResourceClaimTemplate. deprecated |
kubernetes.kubernetes_watch_resource_v1_resource_claim_list_for_all_namespaces | Read read | 0 | Watch resource v 1 resource claim list for all namespaces Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1/watch/resourceclaims watch individual changes to a list of ResourceClaim. deprecated: use the 'watch' parameter with a list |
kubernetes.kubernetes_watch_resource_v1_resource_claim_template_list_for_all_namespaces | Read read | 0 | Watch resource v 1 resource claim template list for all namespaces Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1/watch/resourceclaimtemplates watch individual changes to a list of ResourceClaimTemplate. deprecated: use the 'wat |
kubernetes.kubernetes_watch_resource_v1_resource_slice_list | Read read | 0 | Watch resource v 1 resource slice list Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1/watch/resourceslices watch individual changes to a list of ResourceSlice. deprecated: use the 'watch' parameter with a list operation instead. |
kubernetes.kubernetes_watch_resource_v1_resource_slice | Read read | 0 | Watch resource v 1 resource slice Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1/watch/resourceslices/{name} watch changes to an object of kind ResourceSlice. deprecated: use the 'watch' parameter with a list operation instead, |
kubernetes.kubernetes_get_resource_v1_alpha3_apiresources | Read read | 0 | Get resource v 1 alpha 3 apiresources Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1alpha3/ get available resources |
kubernetes.kubernetes_list_resource_v1_alpha3_device_taint_rule | Read read | 0 | List resource v 1 alpha 3 device taint rule Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1alpha3/devicetaintrules list or watch objects of kind DeviceTaintRule |
kubernetes.kubernetes_create_resource_v1_alpha3_device_taint_rule | Write write | 0 | Create resource v 1 alpha 3 device taint rule Official Kubernetes endpoint: POST /apis/resource.k8s.io/v1alpha3/devicetaintrules create a DeviceTaintRule |
kubernetes.kubernetes_delete_resource_v1_alpha3_collection_device_taint_rule | Write write | 0 | Delete resource v 1 alpha 3 collection device taint rule Official Kubernetes endpoint: DELETE /apis/resource.k8s.io/v1alpha3/devicetaintrules delete collection of DeviceTaintRule |
kubernetes.kubernetes_read_resource_v1_alpha3_device_taint_rule | Read read | 0 | Read resource v 1 alpha 3 device taint rule Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1alpha3/devicetaintrules/{name} read the specified DeviceTaintRule |
kubernetes.kubernetes_replace_resource_v1_alpha3_device_taint_rule | Write write | 0 | Replace resource v 1 alpha 3 device taint rule Official Kubernetes endpoint: PUT /apis/resource.k8s.io/v1alpha3/devicetaintrules/{name} replace the specified DeviceTaintRule |
kubernetes.kubernetes_patch_resource_v1_alpha3_device_taint_rule | Write write | 0 | Patch resource v 1 alpha 3 device taint rule Official Kubernetes endpoint: PATCH /apis/resource.k8s.io/v1alpha3/devicetaintrules/{name} partially update the specified DeviceTaintRule |
kubernetes.kubernetes_delete_resource_v1_alpha3_device_taint_rule | Write write | 0 | Delete resource v 1 alpha 3 device taint rule Official Kubernetes endpoint: DELETE /apis/resource.k8s.io/v1alpha3/devicetaintrules/{name} delete a DeviceTaintRule |
kubernetes.kubernetes_read_resource_v1_alpha3_device_taint_rule_status | Read read | 0 | Read resource v 1 alpha 3 device taint rule status Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1alpha3/devicetaintrules/{name}/status read status of the specified DeviceTaintRule |
kubernetes.kubernetes_replace_resource_v1_alpha3_device_taint_rule_status | Write write | 0 | Replace resource v 1 alpha 3 device taint rule status Official Kubernetes endpoint: PUT /apis/resource.k8s.io/v1alpha3/devicetaintrules/{name}/status replace status of the specified DeviceTaintRule |
kubernetes.kubernetes_patch_resource_v1_alpha3_device_taint_rule_status | Write write | 0 | Patch resource v 1 alpha 3 device taint rule status Official Kubernetes endpoint: PATCH /apis/resource.k8s.io/v1alpha3/devicetaintrules/{name}/status partially update status of the specified DeviceTaintRule |
kubernetes.kubernetes_list_resource_v1_alpha3_resource_pool_status_request | Read read | 0 | List resource v 1 alpha 3 resource pool status request Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1alpha3/resourcepoolstatusrequests list or watch objects of kind ResourcePoolStatusRequest |
kubernetes.kubernetes_create_resource_v1_alpha3_resource_pool_status_request | Write write | 0 | Create resource v 1 alpha 3 resource pool status request Official Kubernetes endpoint: POST /apis/resource.k8s.io/v1alpha3/resourcepoolstatusrequests create a ResourcePoolStatusRequest |
kubernetes.kubernetes_delete_resource_v1_alpha3_collection_resource_pool_status_request | Write write | 0 | Delete resource v 1 alpha 3 collection resource pool status request Official Kubernetes endpoint: DELETE /apis/resource.k8s.io/v1alpha3/resourcepoolstatusrequests delete collection of ResourcePoolStatusRequest |
kubernetes.kubernetes_read_resource_v1_alpha3_resource_pool_status_request | Read read | 0 | Read resource v 1 alpha 3 resource pool status request Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1alpha3/resourcepoolstatusrequests/{name} read the specified ResourcePoolStatusRequest |
kubernetes.kubernetes_replace_resource_v1_alpha3_resource_pool_status_request | Write write | 0 | Replace resource v 1 alpha 3 resource pool status request Official Kubernetes endpoint: PUT /apis/resource.k8s.io/v1alpha3/resourcepoolstatusrequests/{name} replace the specified ResourcePoolStatusRequest |
kubernetes.kubernetes_patch_resource_v1_alpha3_resource_pool_status_request | Write write | 0 | Patch resource v 1 alpha 3 resource pool status request Official Kubernetes endpoint: PATCH /apis/resource.k8s.io/v1alpha3/resourcepoolstatusrequests/{name} partially update the specified ResourcePoolStatusRequest |
kubernetes.kubernetes_delete_resource_v1_alpha3_resource_pool_status_request | Write write | 0 | Delete resource v 1 alpha 3 resource pool status request Official Kubernetes endpoint: DELETE /apis/resource.k8s.io/v1alpha3/resourcepoolstatusrequests/{name} delete a ResourcePoolStatusRequest |
kubernetes.kubernetes_read_resource_v1_alpha3_resource_pool_status_request_status | Read read | 0 | Read resource v 1 alpha 3 resource pool status request status Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1alpha3/resourcepoolstatusrequests/{name}/status read status of the specified ResourcePoolStatusRequest |
kubernetes.kubernetes_replace_resource_v1_alpha3_resource_pool_status_request_status | Write write | 0 | Replace resource v 1 alpha 3 resource pool status request status Official Kubernetes endpoint: PUT /apis/resource.k8s.io/v1alpha3/resourcepoolstatusrequests/{name}/status replace status of the specified ResourcePoolStatusRequest |
kubernetes.kubernetes_patch_resource_v1_alpha3_resource_pool_status_request_status | Write write | 0 | Patch resource v 1 alpha 3 resource pool status request status Official Kubernetes endpoint: PATCH /apis/resource.k8s.io/v1alpha3/resourcepoolstatusrequests/{name}/status partially update status of the specified ResourcePoolStatusRequest |
kubernetes.kubernetes_watch_resource_v1_alpha3_device_taint_rule_list | Read read | 0 | Watch resource v 1 alpha 3 device taint rule list Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1alpha3/watch/devicetaintrules watch individual changes to a list of DeviceTaintRule. deprecated: use the 'watch' parameter with a li |
kubernetes.kubernetes_watch_resource_v1_alpha3_device_taint_rule | Read read | 0 | Watch resource v 1 alpha 3 device taint rule Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1alpha3/watch/devicetaintrules/{name} watch changes to an object of kind DeviceTaintRule. deprecated: use the 'watch' parameter with a lis |
kubernetes.kubernetes_watch_resource_v1_alpha3_resource_pool_status_request_list | Read read | 0 | Watch resource v 1 alpha 3 resource pool status request list Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1alpha3/watch/resourcepoolstatusrequests watch individual changes to a list of ResourcePoolStatusRequest. deprecated: use |
kubernetes.kubernetes_watch_resource_v1_alpha3_resource_pool_status_request | Read read | 0 | Watch resource v 1 alpha 3 resource pool status request Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1alpha3/watch/resourcepoolstatusrequests/{name} watch changes to an object of kind ResourcePoolStatusRequest. deprecated: use t |
kubernetes.kubernetes_get_resource_v1_beta1_apiresources | Read read | 0 | Get resource v 1 beta 1 apiresources Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta1/ get available resources |
kubernetes.kubernetes_list_resource_v1_beta1_device_class | Read read | 0 | List resource v 1 beta 1 device class Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta1/deviceclasses list or watch objects of kind DeviceClass |
kubernetes.kubernetes_create_resource_v1_beta1_device_class | Write write | 0 | Create resource v 1 beta 1 device class Official Kubernetes endpoint: POST /apis/resource.k8s.io/v1beta1/deviceclasses create a DeviceClass |
kubernetes.kubernetes_delete_resource_v1_beta1_collection_device_class | Write write | 0 | Delete resource v 1 beta 1 collection device class Official Kubernetes endpoint: DELETE /apis/resource.k8s.io/v1beta1/deviceclasses delete collection of DeviceClass |
kubernetes.kubernetes_read_resource_v1_beta1_device_class | Read read | 0 | Read resource v 1 beta 1 device class Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta1/deviceclasses/{name} read the specified DeviceClass |
kubernetes.kubernetes_replace_resource_v1_beta1_device_class | Write write | 0 | Replace resource v 1 beta 1 device class Official Kubernetes endpoint: PUT /apis/resource.k8s.io/v1beta1/deviceclasses/{name} replace the specified DeviceClass |
kubernetes.kubernetes_patch_resource_v1_beta1_device_class | Write write | 0 | Patch resource v 1 beta 1 device class Official Kubernetes endpoint: PATCH /apis/resource.k8s.io/v1beta1/deviceclasses/{name} partially update the specified DeviceClass |
kubernetes.kubernetes_delete_resource_v1_beta1_device_class | Write write | 0 | Delete resource v 1 beta 1 device class Official Kubernetes endpoint: DELETE /apis/resource.k8s.io/v1beta1/deviceclasses/{name} delete a DeviceClass |
kubernetes.kubernetes_list_resource_v1_beta1_namespaced_resource_claim | Read read | 0 | List resource v 1 beta 1 namespaced resource claim Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims list or watch objects of kind ResourceClaim |
kubernetes.kubernetes_create_resource_v1_beta1_namespaced_resource_claim | Write write | 0 | Create resource v 1 beta 1 namespaced resource claim Official Kubernetes endpoint: POST /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims create a ResourceClaim |
kubernetes.kubernetes_delete_resource_v1_beta1_collection_namespaced_resource_claim | Write write | 0 | Delete resource v 1 beta 1 collection namespaced resource claim Official Kubernetes endpoint: DELETE /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims delete collection of ResourceClaim |
kubernetes.kubernetes_read_resource_v1_beta1_namespaced_resource_claim | Read read | 0 | Read resource v 1 beta 1 namespaced resource claim Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims/{name} read the specified ResourceClaim |
kubernetes.kubernetes_replace_resource_v1_beta1_namespaced_resource_claim | Write write | 0 | Replace resource v 1 beta 1 namespaced resource claim Official Kubernetes endpoint: PUT /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims/{name} replace the specified ResourceClaim |
kubernetes.kubernetes_patch_resource_v1_beta1_namespaced_resource_claim | Write write | 0 | Patch resource v 1 beta 1 namespaced resource claim Official Kubernetes endpoint: PATCH /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims/{name} partially update the specified ResourceClaim |
kubernetes.kubernetes_delete_resource_v1_beta1_namespaced_resource_claim | Write write | 0 | Delete resource v 1 beta 1 namespaced resource claim Official Kubernetes endpoint: DELETE /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims/{name} delete a ResourceClaim |
kubernetes.kubernetes_read_resource_v1_beta1_namespaced_resource_claim_status | Read read | 0 | Read resource v 1 beta 1 namespaced resource claim status Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims/{name}/status read status of the specified ResourceClaim |
kubernetes.kubernetes_replace_resource_v1_beta1_namespaced_resource_claim_status | Write write | 0 | Replace resource v 1 beta 1 namespaced resource claim status Official Kubernetes endpoint: PUT /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims/{name}/status replace status of the specified ResourceClaim |
kubernetes.kubernetes_patch_resource_v1_beta1_namespaced_resource_claim_status | Write write | 0 | Patch resource v 1 beta 1 namespaced resource claim status Official Kubernetes endpoint: PATCH /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims/{name}/status partially update status of the specified ResourceClaim |
kubernetes.kubernetes_list_resource_v1_beta1_namespaced_resource_claim_template | Read read | 0 | List resource v 1 beta 1 namespaced resource claim template Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaimtemplates list or watch objects of kind ResourceClaimTemplate |
kubernetes.kubernetes_create_resource_v1_beta1_namespaced_resource_claim_template | Write write | 0 | Create resource v 1 beta 1 namespaced resource claim template Official Kubernetes endpoint: POST /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaimtemplates create a ResourceClaimTemplate |
kubernetes.kubernetes_delete_resource_v1_beta1_collection_namespaced_resource_claim_template | Write write | 0 | Delete resource v 1 beta 1 collection namespaced resource claim template Official Kubernetes endpoint: DELETE /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaimtemplates delete collection of ResourceClaimTemplate |
kubernetes.kubernetes_read_resource_v1_beta1_namespaced_resource_claim_template | Read read | 0 | Read resource v 1 beta 1 namespaced resource claim template Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaimtemplates/{name} read the specified ResourceClaimTemplate |
kubernetes.kubernetes_replace_resource_v1_beta1_namespaced_resource_claim_template | Write write | 0 | Replace resource v 1 beta 1 namespaced resource claim template Official Kubernetes endpoint: PUT /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaimtemplates/{name} replace the specified ResourceClaimTemplate |
kubernetes.kubernetes_patch_resource_v1_beta1_namespaced_resource_claim_template | Write write | 0 | Patch resource v 1 beta 1 namespaced resource claim template Official Kubernetes endpoint: PATCH /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaimtemplates/{name} partially update the specified ResourceClaimTemplate |
kubernetes.kubernetes_delete_resource_v1_beta1_namespaced_resource_claim_template | Write write | 0 | Delete resource v 1 beta 1 namespaced resource claim template Official Kubernetes endpoint: DELETE /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaimtemplates/{name} delete a ResourceClaimTemplate |
kubernetes.kubernetes_list_resource_v1_beta1_resource_claim_for_all_namespaces | Read read | 0 | List resource v 1 beta 1 resource claim for all namespaces Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta1/resourceclaims list or watch objects of kind ResourceClaim |
kubernetes.kubernetes_list_resource_v1_beta1_resource_claim_template_for_all_namespaces | Read read | 0 | List resource v 1 beta 1 resource claim template for all namespaces Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta1/resourceclaimtemplates list or watch objects of kind ResourceClaimTemplate |
kubernetes.kubernetes_list_resource_v1_beta1_resource_slice | Read read | 0 | List resource v 1 beta 1 resource slice Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta1/resourceslices list or watch objects of kind ResourceSlice |
kubernetes.kubernetes_create_resource_v1_beta1_resource_slice | Write write | 0 | Create resource v 1 beta 1 resource slice Official Kubernetes endpoint: POST /apis/resource.k8s.io/v1beta1/resourceslices create a ResourceSlice |
kubernetes.kubernetes_delete_resource_v1_beta1_collection_resource_slice | Write write | 0 | Delete resource v 1 beta 1 collection resource slice Official Kubernetes endpoint: DELETE /apis/resource.k8s.io/v1beta1/resourceslices delete collection of ResourceSlice |
kubernetes.kubernetes_read_resource_v1_beta1_resource_slice | Read read | 0 | Read resource v 1 beta 1 resource slice Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta1/resourceslices/{name} read the specified ResourceSlice |
kubernetes.kubernetes_replace_resource_v1_beta1_resource_slice | Write write | 0 | Replace resource v 1 beta 1 resource slice Official Kubernetes endpoint: PUT /apis/resource.k8s.io/v1beta1/resourceslices/{name} replace the specified ResourceSlice |
kubernetes.kubernetes_patch_resource_v1_beta1_resource_slice | Write write | 0 | Patch resource v 1 beta 1 resource slice Official Kubernetes endpoint: PATCH /apis/resource.k8s.io/v1beta1/resourceslices/{name} partially update the specified ResourceSlice |
kubernetes.kubernetes_delete_resource_v1_beta1_resource_slice | Write write | 0 | Delete resource v 1 beta 1 resource slice Official Kubernetes endpoint: DELETE /apis/resource.k8s.io/v1beta1/resourceslices/{name} delete a ResourceSlice |
kubernetes.kubernetes_watch_resource_v1_beta1_device_class_list | Read read | 0 | Watch resource v 1 beta 1 device class list Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta1/watch/deviceclasses watch individual changes to a list of DeviceClass. deprecated: use the 'watch' parameter with a list operation i |
kubernetes.kubernetes_watch_resource_v1_beta1_device_class | Read read | 0 | Watch resource v 1 beta 1 device class Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta1/watch/deviceclasses/{name} watch changes to an object of kind DeviceClass. deprecated: use the 'watch' parameter with a list operation in |
kubernetes.kubernetes_watch_resource_v1_beta1_namespaced_resource_claim_list | Read read | 0 | Watch resource v 1 beta 1 namespaced resource claim list Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta1/watch/namespaces/{namespace}/resourceclaims watch individual changes to a list of ResourceClaim. deprecated: use the 'w |
kubernetes.kubernetes_watch_resource_v1_beta1_namespaced_resource_claim | Read read | 0 | Watch resource v 1 beta 1 namespaced resource claim Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta1/watch/namespaces/{namespace}/resourceclaims/{name} watch changes to an object of kind ResourceClaim. deprecated: use the 'wa |
kubernetes.kubernetes_watch_resource_v1_beta1_namespaced_resource_claim_template_list | Read read | 0 | Watch resource v 1 beta 1 namespaced resource claim template list Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta1/watch/namespaces/{namespace}/resourceclaimtemplates watch individual changes to a list of ResourceClaimTemplat |
kubernetes.kubernetes_watch_resource_v1_beta1_namespaced_resource_claim_template | Read read | 0 | Watch resource v 1 beta 1 namespaced resource claim template Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta1/watch/namespaces/{namespace}/resourceclaimtemplates/{name} watch changes to an object of kind ResourceClaimTemplate |
kubernetes.kubernetes_watch_resource_v1_beta1_resource_claim_list_for_all_namespaces | Read read | 0 | Watch resource v 1 beta 1 resource claim list for all namespaces Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta1/watch/resourceclaims watch individual changes to a list of ResourceClaim. deprecated: use the 'watch' parameter |
kubernetes.kubernetes_watch_resource_v1_beta1_resource_claim_template_list_for_all_namespaces | Read read | 0 | Watch resource v 1 beta 1 resource claim template list for all namespaces Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta1/watch/resourceclaimtemplates watch individual changes to a list of ResourceClaimTemplate. deprecated: |
kubernetes.kubernetes_watch_resource_v1_beta1_resource_slice_list | Read read | 0 | Watch resource v 1 beta 1 resource slice list Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta1/watch/resourceslices watch individual changes to a list of ResourceSlice. deprecated: use the 'watch' parameter with a list operat |
kubernetes.kubernetes_watch_resource_v1_beta1_resource_slice | Read read | 0 | Watch resource v 1 beta 1 resource slice Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta1/watch/resourceslices/{name} watch changes to an object of kind ResourceSlice. deprecated: use the 'watch' parameter with a list operati |
kubernetes.kubernetes_get_resource_v1_beta2_apiresources | Read read | 0 | Get resource v 1 beta 2 apiresources Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta2/ get available resources |
kubernetes.kubernetes_list_resource_v1_beta2_device_class | Read read | 0 | List resource v 1 beta 2 device class Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta2/deviceclasses list or watch objects of kind DeviceClass |
kubernetes.kubernetes_create_resource_v1_beta2_device_class | Write write | 0 | Create resource v 1 beta 2 device class Official Kubernetes endpoint: POST /apis/resource.k8s.io/v1beta2/deviceclasses create a DeviceClass |
kubernetes.kubernetes_delete_resource_v1_beta2_collection_device_class | Write write | 0 | Delete resource v 1 beta 2 collection device class Official Kubernetes endpoint: DELETE /apis/resource.k8s.io/v1beta2/deviceclasses delete collection of DeviceClass |
kubernetes.kubernetes_read_resource_v1_beta2_device_class | Read read | 0 | Read resource v 1 beta 2 device class Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta2/deviceclasses/{name} read the specified DeviceClass |
kubernetes.kubernetes_replace_resource_v1_beta2_device_class | Write write | 0 | Replace resource v 1 beta 2 device class Official Kubernetes endpoint: PUT /apis/resource.k8s.io/v1beta2/deviceclasses/{name} replace the specified DeviceClass |
kubernetes.kubernetes_patch_resource_v1_beta2_device_class | Write write | 0 | Patch resource v 1 beta 2 device class Official Kubernetes endpoint: PATCH /apis/resource.k8s.io/v1beta2/deviceclasses/{name} partially update the specified DeviceClass |
kubernetes.kubernetes_delete_resource_v1_beta2_device_class | Write write | 0 | Delete resource v 1 beta 2 device class Official Kubernetes endpoint: DELETE /apis/resource.k8s.io/v1beta2/deviceclasses/{name} delete a DeviceClass |
kubernetes.kubernetes_list_resource_v1_beta2_device_taint_rule | Read read | 0 | List resource v 1 beta 2 device taint rule Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta2/devicetaintrules list or watch objects of kind DeviceTaintRule |
kubernetes.kubernetes_create_resource_v1_beta2_device_taint_rule | Write write | 0 | Create resource v 1 beta 2 device taint rule Official Kubernetes endpoint: POST /apis/resource.k8s.io/v1beta2/devicetaintrules create a DeviceTaintRule |
kubernetes.kubernetes_delete_resource_v1_beta2_collection_device_taint_rule | Write write | 0 | Delete resource v 1 beta 2 collection device taint rule Official Kubernetes endpoint: DELETE /apis/resource.k8s.io/v1beta2/devicetaintrules delete collection of DeviceTaintRule |
kubernetes.kubernetes_read_resource_v1_beta2_device_taint_rule | Read read | 0 | Read resource v 1 beta 2 device taint rule Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta2/devicetaintrules/{name} read the specified DeviceTaintRule |
kubernetes.kubernetes_replace_resource_v1_beta2_device_taint_rule | Write write | 0 | Replace resource v 1 beta 2 device taint rule Official Kubernetes endpoint: PUT /apis/resource.k8s.io/v1beta2/devicetaintrules/{name} replace the specified DeviceTaintRule |
kubernetes.kubernetes_patch_resource_v1_beta2_device_taint_rule | Write write | 0 | Patch resource v 1 beta 2 device taint rule Official Kubernetes endpoint: PATCH /apis/resource.k8s.io/v1beta2/devicetaintrules/{name} partially update the specified DeviceTaintRule |
kubernetes.kubernetes_delete_resource_v1_beta2_device_taint_rule | Write write | 0 | Delete resource v 1 beta 2 device taint rule Official Kubernetes endpoint: DELETE /apis/resource.k8s.io/v1beta2/devicetaintrules/{name} delete a DeviceTaintRule |
kubernetes.kubernetes_read_resource_v1_beta2_device_taint_rule_status | Read read | 0 | Read resource v 1 beta 2 device taint rule status Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta2/devicetaintrules/{name}/status read status of the specified DeviceTaintRule |
kubernetes.kubernetes_replace_resource_v1_beta2_device_taint_rule_status | Write write | 0 | Replace resource v 1 beta 2 device taint rule status Official Kubernetes endpoint: PUT /apis/resource.k8s.io/v1beta2/devicetaintrules/{name}/status replace status of the specified DeviceTaintRule |
kubernetes.kubernetes_patch_resource_v1_beta2_device_taint_rule_status | Write write | 0 | Patch resource v 1 beta 2 device taint rule status Official Kubernetes endpoint: PATCH /apis/resource.k8s.io/v1beta2/devicetaintrules/{name}/status partially update status of the specified DeviceTaintRule |
kubernetes.kubernetes_list_resource_v1_beta2_namespaced_resource_claim | Read read | 0 | List resource v 1 beta 2 namespaced resource claim Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaims list or watch objects of kind ResourceClaim |
kubernetes.kubernetes_create_resource_v1_beta2_namespaced_resource_claim | Write write | 0 | Create resource v 1 beta 2 namespaced resource claim Official Kubernetes endpoint: POST /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaims create a ResourceClaim |
kubernetes.kubernetes_delete_resource_v1_beta2_collection_namespaced_resource_claim | Write write | 0 | Delete resource v 1 beta 2 collection namespaced resource claim Official Kubernetes endpoint: DELETE /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaims delete collection of ResourceClaim |
kubernetes.kubernetes_read_resource_v1_beta2_namespaced_resource_claim | Read read | 0 | Read resource v 1 beta 2 namespaced resource claim Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaims/{name} read the specified ResourceClaim |
kubernetes.kubernetes_replace_resource_v1_beta2_namespaced_resource_claim | Write write | 0 | Replace resource v 1 beta 2 namespaced resource claim Official Kubernetes endpoint: PUT /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaims/{name} replace the specified ResourceClaim |
kubernetes.kubernetes_patch_resource_v1_beta2_namespaced_resource_claim | Write write | 0 | Patch resource v 1 beta 2 namespaced resource claim Official Kubernetes endpoint: PATCH /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaims/{name} partially update the specified ResourceClaim |
kubernetes.kubernetes_delete_resource_v1_beta2_namespaced_resource_claim | Write write | 0 | Delete resource v 1 beta 2 namespaced resource claim Official Kubernetes endpoint: DELETE /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaims/{name} delete a ResourceClaim |
kubernetes.kubernetes_read_resource_v1_beta2_namespaced_resource_claim_status | Read read | 0 | Read resource v 1 beta 2 namespaced resource claim status Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaims/{name}/status read status of the specified ResourceClaim |
kubernetes.kubernetes_replace_resource_v1_beta2_namespaced_resource_claim_status | Write write | 0 | Replace resource v 1 beta 2 namespaced resource claim status Official Kubernetes endpoint: PUT /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaims/{name}/status replace status of the specified ResourceClaim |
kubernetes.kubernetes_patch_resource_v1_beta2_namespaced_resource_claim_status | Write write | 0 | Patch resource v 1 beta 2 namespaced resource claim status Official Kubernetes endpoint: PATCH /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaims/{name}/status partially update status of the specified ResourceClaim |
kubernetes.kubernetes_list_resource_v1_beta2_namespaced_resource_claim_template | Read read | 0 | List resource v 1 beta 2 namespaced resource claim template Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaimtemplates list or watch objects of kind ResourceClaimTemplate |
kubernetes.kubernetes_create_resource_v1_beta2_namespaced_resource_claim_template | Write write | 0 | Create resource v 1 beta 2 namespaced resource claim template Official Kubernetes endpoint: POST /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaimtemplates create a ResourceClaimTemplate |
kubernetes.kubernetes_delete_resource_v1_beta2_collection_namespaced_resource_claim_template | Write write | 0 | Delete resource v 1 beta 2 collection namespaced resource claim template Official Kubernetes endpoint: DELETE /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaimtemplates delete collection of ResourceClaimTemplate |
kubernetes.kubernetes_read_resource_v1_beta2_namespaced_resource_claim_template | Read read | 0 | Read resource v 1 beta 2 namespaced resource claim template Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaimtemplates/{name} read the specified ResourceClaimTemplate |
kubernetes.kubernetes_replace_resource_v1_beta2_namespaced_resource_claim_template | Write write | 0 | Replace resource v 1 beta 2 namespaced resource claim template Official Kubernetes endpoint: PUT /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaimtemplates/{name} replace the specified ResourceClaimTemplate |
kubernetes.kubernetes_patch_resource_v1_beta2_namespaced_resource_claim_template | Write write | 0 | Patch resource v 1 beta 2 namespaced resource claim template Official Kubernetes endpoint: PATCH /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaimtemplates/{name} partially update the specified ResourceClaimTemplate |
kubernetes.kubernetes_delete_resource_v1_beta2_namespaced_resource_claim_template | Write write | 0 | Delete resource v 1 beta 2 namespaced resource claim template Official Kubernetes endpoint: DELETE /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaimtemplates/{name} delete a ResourceClaimTemplate |
kubernetes.kubernetes_list_resource_v1_beta2_resource_claim_for_all_namespaces | Read read | 0 | List resource v 1 beta 2 resource claim for all namespaces Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta2/resourceclaims list or watch objects of kind ResourceClaim |
kubernetes.kubernetes_list_resource_v1_beta2_resource_claim_template_for_all_namespaces | Read read | 0 | List resource v 1 beta 2 resource claim template for all namespaces Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta2/resourceclaimtemplates list or watch objects of kind ResourceClaimTemplate |
kubernetes.kubernetes_list_resource_v1_beta2_resource_slice | Read read | 0 | List resource v 1 beta 2 resource slice Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta2/resourceslices list or watch objects of kind ResourceSlice |
kubernetes.kubernetes_create_resource_v1_beta2_resource_slice | Write write | 0 | Create resource v 1 beta 2 resource slice Official Kubernetes endpoint: POST /apis/resource.k8s.io/v1beta2/resourceslices create a ResourceSlice |
kubernetes.kubernetes_delete_resource_v1_beta2_collection_resource_slice | Write write | 0 | Delete resource v 1 beta 2 collection resource slice Official Kubernetes endpoint: DELETE /apis/resource.k8s.io/v1beta2/resourceslices delete collection of ResourceSlice |
kubernetes.kubernetes_read_resource_v1_beta2_resource_slice | Read read | 0 | Read resource v 1 beta 2 resource slice Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta2/resourceslices/{name} read the specified ResourceSlice |
kubernetes.kubernetes_replace_resource_v1_beta2_resource_slice | Write write | 0 | Replace resource v 1 beta 2 resource slice Official Kubernetes endpoint: PUT /apis/resource.k8s.io/v1beta2/resourceslices/{name} replace the specified ResourceSlice |
kubernetes.kubernetes_patch_resource_v1_beta2_resource_slice | Write write | 0 | Patch resource v 1 beta 2 resource slice Official Kubernetes endpoint: PATCH /apis/resource.k8s.io/v1beta2/resourceslices/{name} partially update the specified ResourceSlice |
kubernetes.kubernetes_delete_resource_v1_beta2_resource_slice | Write write | 0 | Delete resource v 1 beta 2 resource slice Official Kubernetes endpoint: DELETE /apis/resource.k8s.io/v1beta2/resourceslices/{name} delete a ResourceSlice |
kubernetes.kubernetes_watch_resource_v1_beta2_device_class_list | Read read | 0 | Watch resource v 1 beta 2 device class list Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta2/watch/deviceclasses watch individual changes to a list of DeviceClass. deprecated: use the 'watch' parameter with a list operation i |
kubernetes.kubernetes_watch_resource_v1_beta2_device_class | Read read | 0 | Watch resource v 1 beta 2 device class Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta2/watch/deviceclasses/{name} watch changes to an object of kind DeviceClass. deprecated: use the 'watch' parameter with a list operation in |
kubernetes.kubernetes_watch_resource_v1_beta2_device_taint_rule_list | Read read | 0 | Watch resource v 1 beta 2 device taint rule list Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta2/watch/devicetaintrules watch individual changes to a list of DeviceTaintRule. deprecated: use the 'watch' parameter with a list |
kubernetes.kubernetes_watch_resource_v1_beta2_device_taint_rule | Read read | 0 | Watch resource v 1 beta 2 device taint rule Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta2/watch/devicetaintrules/{name} watch changes to an object of kind DeviceTaintRule. deprecated: use the 'watch' parameter with a list |
kubernetes.kubernetes_watch_resource_v1_beta2_namespaced_resource_claim_list | Read read | 0 | Watch resource v 1 beta 2 namespaced resource claim list Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta2/watch/namespaces/{namespace}/resourceclaims watch individual changes to a list of ResourceClaim. deprecated: use the 'w |
kubernetes.kubernetes_watch_resource_v1_beta2_namespaced_resource_claim | Read read | 0 | Watch resource v 1 beta 2 namespaced resource claim Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta2/watch/namespaces/{namespace}/resourceclaims/{name} watch changes to an object of kind ResourceClaim. deprecated: use the 'wa |
kubernetes.kubernetes_watch_resource_v1_beta2_namespaced_resource_claim_template_list | Read read | 0 | Watch resource v 1 beta 2 namespaced resource claim template list Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta2/watch/namespaces/{namespace}/resourceclaimtemplates watch individual changes to a list of ResourceClaimTemplat |
kubernetes.kubernetes_watch_resource_v1_beta2_namespaced_resource_claim_template | Read read | 0 | Watch resource v 1 beta 2 namespaced resource claim template Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta2/watch/namespaces/{namespace}/resourceclaimtemplates/{name} watch changes to an object of kind ResourceClaimTemplate |
kubernetes.kubernetes_watch_resource_v1_beta2_resource_claim_list_for_all_namespaces | Read read | 0 | Watch resource v 1 beta 2 resource claim list for all namespaces Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta2/watch/resourceclaims watch individual changes to a list of ResourceClaim. deprecated: use the 'watch' parameter |
kubernetes.kubernetes_watch_resource_v1_beta2_resource_claim_template_list_for_all_namespaces | Read read | 0 | Watch resource v 1 beta 2 resource claim template list for all namespaces Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta2/watch/resourceclaimtemplates watch individual changes to a list of ResourceClaimTemplate. deprecated: |
kubernetes.kubernetes_watch_resource_v1_beta2_resource_slice_list | Read read | 0 | Watch resource v 1 beta 2 resource slice list Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta2/watch/resourceslices watch individual changes to a list of ResourceSlice. deprecated: use the 'watch' parameter with a list operat |
kubernetes.kubernetes_watch_resource_v1_beta2_resource_slice | Read read | 0 | Watch resource v 1 beta 2 resource slice Official Kubernetes endpoint: GET /apis/resource.k8s.io/v1beta2/watch/resourceslices/{name} watch changes to an object of kind ResourceSlice. deprecated: use the 'watch' parameter with a list operati |
kubernetes.kubernetes_get_scheduling_apigroup | Read read | 0 | Get scheduling apigroup Official Kubernetes endpoint: GET /apis/scheduling.k8s.io/ get information of a group |
kubernetes.kubernetes_get_scheduling_v1_apiresources | Read read | 0 | Get scheduling v 1 apiresources Official Kubernetes endpoint: GET /apis/scheduling.k8s.io/v1/ get available resources |
kubernetes.kubernetes_list_scheduling_v1_priority_class | Read read | 0 | List scheduling v 1 priority class Official Kubernetes endpoint: GET /apis/scheduling.k8s.io/v1/priorityclasses list or watch objects of kind PriorityClass |
kubernetes.kubernetes_create_scheduling_v1_priority_class | Write write | 0 | Create scheduling v 1 priority class Official Kubernetes endpoint: POST /apis/scheduling.k8s.io/v1/priorityclasses create a PriorityClass |
kubernetes.kubernetes_delete_scheduling_v1_collection_priority_class | Write write | 0 | Delete scheduling v 1 collection priority class Official Kubernetes endpoint: DELETE /apis/scheduling.k8s.io/v1/priorityclasses delete collection of PriorityClass |
kubernetes.kubernetes_read_scheduling_v1_priority_class | Read read | 0 | Read scheduling v 1 priority class Official Kubernetes endpoint: GET /apis/scheduling.k8s.io/v1/priorityclasses/{name} read the specified PriorityClass |
kubernetes.kubernetes_replace_scheduling_v1_priority_class | Write write | 0 | Replace scheduling v 1 priority class Official Kubernetes endpoint: PUT /apis/scheduling.k8s.io/v1/priorityclasses/{name} replace the specified PriorityClass |
kubernetes.kubernetes_patch_scheduling_v1_priority_class | Write write | 0 | Patch scheduling v 1 priority class Official Kubernetes endpoint: PATCH /apis/scheduling.k8s.io/v1/priorityclasses/{name} partially update the specified PriorityClass |
kubernetes.kubernetes_delete_scheduling_v1_priority_class | Write write | 0 | Delete scheduling v 1 priority class Official Kubernetes endpoint: DELETE /apis/scheduling.k8s.io/v1/priorityclasses/{name} delete a PriorityClass |
kubernetes.kubernetes_watch_scheduling_v1_priority_class_list | Read read | 0 | Watch scheduling v 1 priority class list Official Kubernetes endpoint: GET /apis/scheduling.k8s.io/v1/watch/priorityclasses watch individual changes to a list of PriorityClass. deprecated: use the 'watch' parameter with a list operation ins |
kubernetes.kubernetes_watch_scheduling_v1_priority_class | Read read | 0 | Watch scheduling v 1 priority class Official Kubernetes endpoint: GET /apis/scheduling.k8s.io/v1/watch/priorityclasses/{name} watch changes to an object of kind PriorityClass. deprecated: use the 'watch' parameter with a list operation inst |
kubernetes.kubernetes_get_scheduling_v1_alpha2_apiresources | Read read | 0 | Get scheduling v 1 alpha 2 apiresources Official Kubernetes endpoint: GET /apis/scheduling.k8s.io/v1alpha2/ get available resources |
kubernetes.kubernetes_list_scheduling_v1_alpha2_namespaced_pod_group | Read read | 0 | List scheduling v 1 alpha 2 namespaced pod group Official Kubernetes endpoint: GET /apis/scheduling.k8s.io/v1alpha2/namespaces/{namespace}/podgroups list or watch objects of kind PodGroup |
kubernetes.kubernetes_create_scheduling_v1_alpha2_namespaced_pod_group | Write write | 0 | Create scheduling v 1 alpha 2 namespaced pod group Official Kubernetes endpoint: POST /apis/scheduling.k8s.io/v1alpha2/namespaces/{namespace}/podgroups create a PodGroup |
kubernetes.kubernetes_delete_scheduling_v1_alpha2_collection_namespaced_pod_group | Write write | 0 | Delete scheduling v 1 alpha 2 collection namespaced pod group Official Kubernetes endpoint: DELETE /apis/scheduling.k8s.io/v1alpha2/namespaces/{namespace}/podgroups delete collection of PodGroup |
kubernetes.kubernetes_read_scheduling_v1_alpha2_namespaced_pod_group | Read read | 0 | Read scheduling v 1 alpha 2 namespaced pod group Official Kubernetes endpoint: GET /apis/scheduling.k8s.io/v1alpha2/namespaces/{namespace}/podgroups/{name} read the specified PodGroup |
kubernetes.kubernetes_replace_scheduling_v1_alpha2_namespaced_pod_group | Write write | 0 | Replace scheduling v 1 alpha 2 namespaced pod group Official Kubernetes endpoint: PUT /apis/scheduling.k8s.io/v1alpha2/namespaces/{namespace}/podgroups/{name} replace the specified PodGroup |
kubernetes.kubernetes_patch_scheduling_v1_alpha2_namespaced_pod_group | Write write | 0 | Patch scheduling v 1 alpha 2 namespaced pod group Official Kubernetes endpoint: PATCH /apis/scheduling.k8s.io/v1alpha2/namespaces/{namespace}/podgroups/{name} partially update the specified PodGroup |
kubernetes.kubernetes_delete_scheduling_v1_alpha2_namespaced_pod_group | Write write | 0 | Delete scheduling v 1 alpha 2 namespaced pod group Official Kubernetes endpoint: DELETE /apis/scheduling.k8s.io/v1alpha2/namespaces/{namespace}/podgroups/{name} delete a PodGroup |
kubernetes.kubernetes_read_scheduling_v1_alpha2_namespaced_pod_group_status | Read read | 0 | Read scheduling v 1 alpha 2 namespaced pod group status Official Kubernetes endpoint: GET /apis/scheduling.k8s.io/v1alpha2/namespaces/{namespace}/podgroups/{name}/status read status of the specified PodGroup |
kubernetes.kubernetes_replace_scheduling_v1_alpha2_namespaced_pod_group_status | Write write | 0 | Replace scheduling v 1 alpha 2 namespaced pod group status Official Kubernetes endpoint: PUT /apis/scheduling.k8s.io/v1alpha2/namespaces/{namespace}/podgroups/{name}/status replace status of the specified PodGroup |
kubernetes.kubernetes_patch_scheduling_v1_alpha2_namespaced_pod_group_status | Write write | 0 | Patch scheduling v 1 alpha 2 namespaced pod group status Official Kubernetes endpoint: PATCH /apis/scheduling.k8s.io/v1alpha2/namespaces/{namespace}/podgroups/{name}/status partially update status of the specified PodGroup |
kubernetes.kubernetes_list_scheduling_v1_alpha2_namespaced_workload | Read read | 0 | List scheduling v 1 alpha 2 namespaced workload Official Kubernetes endpoint: GET /apis/scheduling.k8s.io/v1alpha2/namespaces/{namespace}/workloads list or watch objects of kind Workload |
kubernetes.kubernetes_create_scheduling_v1_alpha2_namespaced_workload | Write write | 0 | Create scheduling v 1 alpha 2 namespaced workload Official Kubernetes endpoint: POST /apis/scheduling.k8s.io/v1alpha2/namespaces/{namespace}/workloads create a Workload |
kubernetes.kubernetes_delete_scheduling_v1_alpha2_collection_namespaced_workload | Write write | 0 | Delete scheduling v 1 alpha 2 collection namespaced workload Official Kubernetes endpoint: DELETE /apis/scheduling.k8s.io/v1alpha2/namespaces/{namespace}/workloads delete collection of Workload |
kubernetes.kubernetes_read_scheduling_v1_alpha2_namespaced_workload | Read read | 0 | Read scheduling v 1 alpha 2 namespaced workload Official Kubernetes endpoint: GET /apis/scheduling.k8s.io/v1alpha2/namespaces/{namespace}/workloads/{name} read the specified Workload |
kubernetes.kubernetes_replace_scheduling_v1_alpha2_namespaced_workload | Write write | 0 | Replace scheduling v 1 alpha 2 namespaced workload Official Kubernetes endpoint: PUT /apis/scheduling.k8s.io/v1alpha2/namespaces/{namespace}/workloads/{name} replace the specified Workload |
kubernetes.kubernetes_patch_scheduling_v1_alpha2_namespaced_workload | Write write | 0 | Patch scheduling v 1 alpha 2 namespaced workload Official Kubernetes endpoint: PATCH /apis/scheduling.k8s.io/v1alpha2/namespaces/{namespace}/workloads/{name} partially update the specified Workload |
kubernetes.kubernetes_delete_scheduling_v1_alpha2_namespaced_workload | Write write | 0 | Delete scheduling v 1 alpha 2 namespaced workload Official Kubernetes endpoint: DELETE /apis/scheduling.k8s.io/v1alpha2/namespaces/{namespace}/workloads/{name} delete a Workload |
kubernetes.kubernetes_list_scheduling_v1_alpha2_pod_group_for_all_namespaces | Read read | 0 | List scheduling v 1 alpha 2 pod group for all namespaces Official Kubernetes endpoint: GET /apis/scheduling.k8s.io/v1alpha2/podgroups list or watch objects of kind PodGroup |
kubernetes.kubernetes_watch_scheduling_v1_alpha2_namespaced_pod_group_list | Read read | 0 | Watch scheduling v 1 alpha 2 namespaced pod group list Official Kubernetes endpoint: GET /apis/scheduling.k8s.io/v1alpha2/watch/namespaces/{namespace}/podgroups watch individual changes to a list of PodGroup. deprecated: use the 'watch' par |
kubernetes.kubernetes_watch_scheduling_v1_alpha2_namespaced_pod_group | Read read | 0 | Watch scheduling v 1 alpha 2 namespaced pod group Official Kubernetes endpoint: GET /apis/scheduling.k8s.io/v1alpha2/watch/namespaces/{namespace}/podgroups/{name} watch changes to an object of kind PodGroup. deprecated: use the 'watch' para |
kubernetes.kubernetes_watch_scheduling_v1_alpha2_namespaced_workload_list | Read read | 0 | Watch scheduling v 1 alpha 2 namespaced workload list Official Kubernetes endpoint: GET /apis/scheduling.k8s.io/v1alpha2/watch/namespaces/{namespace}/workloads watch individual changes to a list of Workload. deprecated: use the 'watch' para |
kubernetes.kubernetes_watch_scheduling_v1_alpha2_namespaced_workload | Read read | 0 | Watch scheduling v 1 alpha 2 namespaced workload Official Kubernetes endpoint: GET /apis/scheduling.k8s.io/v1alpha2/watch/namespaces/{namespace}/workloads/{name} watch changes to an object of kind Workload. deprecated: use the 'watch' param |
kubernetes.kubernetes_watch_scheduling_v1_alpha2_pod_group_list_for_all_namespaces | Read read | 0 | Watch scheduling v 1 alpha 2 pod group list for all namespaces Official Kubernetes endpoint: GET /apis/scheduling.k8s.io/v1alpha2/watch/podgroups watch individual changes to a list of PodGroup. deprecated: use the 'watch' parameter with a l |
kubernetes.kubernetes_watch_scheduling_v1_alpha2_workload_list_for_all_namespaces | Read read | 0 | Watch scheduling v 1 alpha 2 workload list for all namespaces Official Kubernetes endpoint: GET /apis/scheduling.k8s.io/v1alpha2/watch/workloads watch individual changes to a list of Workload. deprecated: use the 'watch' parameter with a li |
kubernetes.kubernetes_list_scheduling_v1_alpha2_workload_for_all_namespaces | Read read | 0 | List scheduling v 1 alpha 2 workload for all namespaces Official Kubernetes endpoint: GET /apis/scheduling.k8s.io/v1alpha2/workloads list or watch objects of kind Workload |
kubernetes.kubernetes_get_storage_apigroup | Read read | 0 | Get storage apigroup Official Kubernetes endpoint: GET /apis/storage.k8s.io/ get information of a group |
kubernetes.kubernetes_get_storage_v1_apiresources | Read read | 0 | Get storage v 1 apiresources Official Kubernetes endpoint: GET /apis/storage.k8s.io/v1/ get available resources |
kubernetes.kubernetes_list_storage_v1_csidriver | Read read | 0 | List storage v 1 csidriver Official Kubernetes endpoint: GET /apis/storage.k8s.io/v1/csidrivers list or watch objects of kind CSIDriver |
kubernetes.kubernetes_create_storage_v1_csidriver | Write write | 0 | Create storage v 1 csidriver Official Kubernetes endpoint: POST /apis/storage.k8s.io/v1/csidrivers create a CSIDriver |
kubernetes.kubernetes_delete_storage_v1_collection_csidriver | Write write | 0 | Delete storage v 1 collection csidriver Official Kubernetes endpoint: DELETE /apis/storage.k8s.io/v1/csidrivers delete collection of CSIDriver |
kubernetes.kubernetes_read_storage_v1_csidriver | Read read | 0 | Read storage v 1 csidriver Official Kubernetes endpoint: GET /apis/storage.k8s.io/v1/csidrivers/{name} read the specified CSIDriver |
kubernetes.kubernetes_replace_storage_v1_csidriver | Write write | 0 | Replace storage v 1 csidriver Official Kubernetes endpoint: PUT /apis/storage.k8s.io/v1/csidrivers/{name} replace the specified CSIDriver |
kubernetes.kubernetes_patch_storage_v1_csidriver | Write write | 0 | Patch storage v 1 csidriver Official Kubernetes endpoint: PATCH /apis/storage.k8s.io/v1/csidrivers/{name} partially update the specified CSIDriver |
kubernetes.kubernetes_delete_storage_v1_csidriver | Write write | 0 | Delete storage v 1 csidriver Official Kubernetes endpoint: DELETE /apis/storage.k8s.io/v1/csidrivers/{name} delete a CSIDriver |
kubernetes.kubernetes_list_storage_v1_csinode | Read read | 0 | List storage v 1 csinode Official Kubernetes endpoint: GET /apis/storage.k8s.io/v1/csinodes list or watch objects of kind CSINode |
kubernetes.kubernetes_create_storage_v1_csinode | Write write | 0 | Create storage v 1 csinode Official Kubernetes endpoint: POST /apis/storage.k8s.io/v1/csinodes create a CSINode |
kubernetes.kubernetes_delete_storage_v1_collection_csinode | Write write | 0 | Delete storage v 1 collection csinode Official Kubernetes endpoint: DELETE /apis/storage.k8s.io/v1/csinodes delete collection of CSINode |
kubernetes.kubernetes_read_storage_v1_csinode | Read read | 0 | Read storage v 1 csinode Official Kubernetes endpoint: GET /apis/storage.k8s.io/v1/csinodes/{name} read the specified CSINode |
kubernetes.kubernetes_replace_storage_v1_csinode | Write write | 0 | Replace storage v 1 csinode Official Kubernetes endpoint: PUT /apis/storage.k8s.io/v1/csinodes/{name} replace the specified CSINode |
kubernetes.kubernetes_patch_storage_v1_csinode | Write write | 0 | Patch storage v 1 csinode Official Kubernetes endpoint: PATCH /apis/storage.k8s.io/v1/csinodes/{name} partially update the specified CSINode |
kubernetes.kubernetes_delete_storage_v1_csinode | Write write | 0 | Delete storage v 1 csinode Official Kubernetes endpoint: DELETE /apis/storage.k8s.io/v1/csinodes/{name} delete a CSINode |
kubernetes.kubernetes_list_storage_v1_csistorage_capacity_for_all_namespaces | Read read | 0 | List storage v 1 csistorage capacity for all namespaces Official Kubernetes endpoint: GET /apis/storage.k8s.io/v1/csistoragecapacities list or watch objects of kind CSIStorageCapacity |
kubernetes.kubernetes_list_storage_v1_namespaced_csistorage_capacity | Read read | 0 | List storage v 1 namespaced csistorage capacity Official Kubernetes endpoint: GET /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities list or watch objects of kind CSIStorageCapacity |
kubernetes.kubernetes_create_storage_v1_namespaced_csistorage_capacity | Write write | 0 | Create storage v 1 namespaced csistorage capacity Official Kubernetes endpoint: POST /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities create a CSIStorageCapacity |
kubernetes.kubernetes_delete_storage_v1_collection_namespaced_csistorage_capacity | Write write | 0 | Delete storage v 1 collection namespaced csistorage capacity Official Kubernetes endpoint: DELETE /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities delete collection of CSIStorageCapacity |
kubernetes.kubernetes_read_storage_v1_namespaced_csistorage_capacity | Read read | 0 | Read storage v 1 namespaced csistorage capacity Official Kubernetes endpoint: GET /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities/{name} read the specified CSIStorageCapacity |
kubernetes.kubernetes_replace_storage_v1_namespaced_csistorage_capacity | Write write | 0 | Replace storage v 1 namespaced csistorage capacity Official Kubernetes endpoint: PUT /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities/{name} replace the specified CSIStorageCapacity |
kubernetes.kubernetes_patch_storage_v1_namespaced_csistorage_capacity | Write write | 0 | Patch storage v 1 namespaced csistorage capacity Official Kubernetes endpoint: PATCH /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities/{name} partially update the specified CSIStorageCapacity |
kubernetes.kubernetes_delete_storage_v1_namespaced_csistorage_capacity | Write write | 0 | Delete storage v 1 namespaced csistorage capacity Official Kubernetes endpoint: DELETE /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities/{name} delete a CSIStorageCapacity |
kubernetes.kubernetes_list_storage_v1_storage_class | Read read | 0 | List storage v 1 storage class Official Kubernetes endpoint: GET /apis/storage.k8s.io/v1/storageclasses list or watch objects of kind StorageClass |
kubernetes.kubernetes_create_storage_v1_storage_class | Write write | 0 | Create storage v 1 storage class Official Kubernetes endpoint: POST /apis/storage.k8s.io/v1/storageclasses create a StorageClass |
kubernetes.kubernetes_delete_storage_v1_collection_storage_class | Write write | 0 | Delete storage v 1 collection storage class Official Kubernetes endpoint: DELETE /apis/storage.k8s.io/v1/storageclasses delete collection of StorageClass |
kubernetes.kubernetes_read_storage_v1_storage_class | Read read | 0 | Read storage v 1 storage class Official Kubernetes endpoint: GET /apis/storage.k8s.io/v1/storageclasses/{name} read the specified StorageClass |
kubernetes.kubernetes_replace_storage_v1_storage_class | Write write | 0 | Replace storage v 1 storage class Official Kubernetes endpoint: PUT /apis/storage.k8s.io/v1/storageclasses/{name} replace the specified StorageClass |
kubernetes.kubernetes_patch_storage_v1_storage_class | Write write | 0 | Patch storage v 1 storage class Official Kubernetes endpoint: PATCH /apis/storage.k8s.io/v1/storageclasses/{name} partially update the specified StorageClass |
kubernetes.kubernetes_delete_storage_v1_storage_class | Write write | 0 | Delete storage v 1 storage class Official Kubernetes endpoint: DELETE /apis/storage.k8s.io/v1/storageclasses/{name} delete a StorageClass |
kubernetes.kubernetes_list_storage_v1_volume_attachment | Read read | 0 | List storage v 1 volume attachment Official Kubernetes endpoint: GET /apis/storage.k8s.io/v1/volumeattachments list or watch objects of kind VolumeAttachment |
kubernetes.kubernetes_create_storage_v1_volume_attachment | Write write | 0 | Create storage v 1 volume attachment Official Kubernetes endpoint: POST /apis/storage.k8s.io/v1/volumeattachments create a VolumeAttachment |
kubernetes.kubernetes_delete_storage_v1_collection_volume_attachment | Write write | 0 | Delete storage v 1 collection volume attachment Official Kubernetes endpoint: DELETE /apis/storage.k8s.io/v1/volumeattachments delete collection of VolumeAttachment |
kubernetes.kubernetes_read_storage_v1_volume_attachment | Read read | 0 | Read storage v 1 volume attachment Official Kubernetes endpoint: GET /apis/storage.k8s.io/v1/volumeattachments/{name} read the specified VolumeAttachment |
kubernetes.kubernetes_replace_storage_v1_volume_attachment | Write write | 0 | Replace storage v 1 volume attachment Official Kubernetes endpoint: PUT /apis/storage.k8s.io/v1/volumeattachments/{name} replace the specified VolumeAttachment |
kubernetes.kubernetes_patch_storage_v1_volume_attachment | Write write | 0 | Patch storage v 1 volume attachment Official Kubernetes endpoint: PATCH /apis/storage.k8s.io/v1/volumeattachments/{name} partially update the specified VolumeAttachment |
kubernetes.kubernetes_delete_storage_v1_volume_attachment | Write write | 0 | Delete storage v 1 volume attachment Official Kubernetes endpoint: DELETE /apis/storage.k8s.io/v1/volumeattachments/{name} delete a VolumeAttachment |
kubernetes.kubernetes_read_storage_v1_volume_attachment_status | Read read | 0 | Read storage v 1 volume attachment status Official Kubernetes endpoint: GET /apis/storage.k8s.io/v1/volumeattachments/{name}/status read status of the specified VolumeAttachment |
kubernetes.kubernetes_replace_storage_v1_volume_attachment_status | Write write | 0 | Replace storage v 1 volume attachment status Official Kubernetes endpoint: PUT /apis/storage.k8s.io/v1/volumeattachments/{name}/status replace status of the specified VolumeAttachment |
kubernetes.kubernetes_patch_storage_v1_volume_attachment_status | Write write | 0 | Patch storage v 1 volume attachment status Official Kubernetes endpoint: PATCH /apis/storage.k8s.io/v1/volumeattachments/{name}/status partially update status of the specified VolumeAttachment |
kubernetes.kubernetes_list_storage_v1_volume_attributes_class | Read read | 0 | List storage v 1 volume attributes class Official Kubernetes endpoint: GET /apis/storage.k8s.io/v1/volumeattributesclasses list or watch objects of kind VolumeAttributesClass |
kubernetes.kubernetes_create_storage_v1_volume_attributes_class | Write write | 0 | Create storage v 1 volume attributes class Official Kubernetes endpoint: POST /apis/storage.k8s.io/v1/volumeattributesclasses create a VolumeAttributesClass |
kubernetes.kubernetes_delete_storage_v1_collection_volume_attributes_class | Write write | 0 | Delete storage v 1 collection volume attributes class Official Kubernetes endpoint: DELETE /apis/storage.k8s.io/v1/volumeattributesclasses delete collection of VolumeAttributesClass |
kubernetes.kubernetes_read_storage_v1_volume_attributes_class | Read read | 0 | Read storage v 1 volume attributes class Official Kubernetes endpoint: GET /apis/storage.k8s.io/v1/volumeattributesclasses/{name} read the specified VolumeAttributesClass |
kubernetes.kubernetes_replace_storage_v1_volume_attributes_class | Write write | 0 | Replace storage v 1 volume attributes class Official Kubernetes endpoint: PUT /apis/storage.k8s.io/v1/volumeattributesclasses/{name} replace the specified VolumeAttributesClass |
kubernetes.kubernetes_patch_storage_v1_volume_attributes_class | Write write | 0 | Patch storage v 1 volume attributes class Official Kubernetes endpoint: PATCH /apis/storage.k8s.io/v1/volumeattributesclasses/{name} partially update the specified VolumeAttributesClass |
kubernetes.kubernetes_delete_storage_v1_volume_attributes_class | Write write | 0 | Delete storage v 1 volume attributes class Official Kubernetes endpoint: DELETE /apis/storage.k8s.io/v1/volumeattributesclasses/{name} delete a VolumeAttributesClass |
kubernetes.kubernetes_watch_storage_v1_csidriver_list | Read read | 0 | Watch storage v 1 csidriver list Official Kubernetes endpoint: GET /apis/storage.k8s.io/v1/watch/csidrivers watch individual changes to a list of CSIDriver. deprecated: use the 'watch' parameter with a list operation instead. |
kubernetes.kubernetes_watch_storage_v1_csidriver | Read read | 0 | Watch storage v 1 csidriver Official Kubernetes endpoint: GET /apis/storage.k8s.io/v1/watch/csidrivers/{name} watch changes to an object of kind CSIDriver. deprecated: use the 'watch' parameter with a list operation instead, filtered to a s |
kubernetes.kubernetes_watch_storage_v1_csinode_list | Read read | 0 | Watch storage v 1 csinode list Official Kubernetes endpoint: GET /apis/storage.k8s.io/v1/watch/csinodes watch individual changes to a list of CSINode. deprecated: use the 'watch' parameter with a list operation instead. |
kubernetes.kubernetes_watch_storage_v1_csinode | Read read | 0 | Watch storage v 1 csinode Official Kubernetes endpoint: GET /apis/storage.k8s.io/v1/watch/csinodes/{name} watch changes to an object of kind CSINode. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single |
kubernetes.kubernetes_watch_storage_v1_csistorage_capacity_list_for_all_namespaces | Read read | 0 | Watch storage v 1 csistorage capacity list for all namespaces Official Kubernetes endpoint: GET /apis/storage.k8s.io/v1/watch/csistoragecapacities watch individual changes to a list of CSIStorageCapacity. deprecated: use the 'watch' paramet |
kubernetes.kubernetes_watch_storage_v1_namespaced_csistorage_capacity_list | Read read | 0 | Watch storage v 1 namespaced csistorage capacity list Official Kubernetes endpoint: GET /apis/storage.k8s.io/v1/watch/namespaces/{namespace}/csistoragecapacities watch individual changes to a list of CSIStorageCapacity. deprecated: use the |
kubernetes.kubernetes_watch_storage_v1_namespaced_csistorage_capacity | Read read | 0 | Watch storage v 1 namespaced csistorage capacity Official Kubernetes endpoint: GET /apis/storage.k8s.io/v1/watch/namespaces/{namespace}/csistoragecapacities/{name} watch changes to an object of kind CSIStorageCapacity. deprecated: use the ' |
kubernetes.kubernetes_watch_storage_v1_storage_class_list | Read read | 0 | Watch storage v 1 storage class list Official Kubernetes endpoint: GET /apis/storage.k8s.io/v1/watch/storageclasses watch individual changes to a list of StorageClass. deprecated: use the 'watch' parameter with a list operation instead. |
kubernetes.kubernetes_watch_storage_v1_storage_class | Read read | 0 | Watch storage v 1 storage class Official Kubernetes endpoint: GET /apis/storage.k8s.io/v1/watch/storageclasses/{name} watch changes to an object of kind StorageClass. deprecated: use the 'watch' parameter with a list operation instead, filt |
kubernetes.kubernetes_watch_storage_v1_volume_attachment_list | Read read | 0 | Watch storage v 1 volume attachment list Official Kubernetes endpoint: GET /apis/storage.k8s.io/v1/watch/volumeattachments watch individual changes to a list of VolumeAttachment. deprecated: use the 'watch' parameter with a list operation i |
kubernetes.kubernetes_watch_storage_v1_volume_attachment | Read read | 0 | Watch storage v 1 volume attachment Official Kubernetes endpoint: GET /apis/storage.k8s.io/v1/watch/volumeattachments/{name} watch changes to an object of kind VolumeAttachment. deprecated: use the 'watch' parameter with a list operation in |
kubernetes.kubernetes_watch_storage_v1_volume_attributes_class_list | Read read | 0 | Watch storage v 1 volume attributes class list Official Kubernetes endpoint: GET /apis/storage.k8s.io/v1/watch/volumeattributesclasses watch individual changes to a list of VolumeAttributesClass. deprecated: use the 'watch' parameter with a |
kubernetes.kubernetes_watch_storage_v1_volume_attributes_class | Read read | 0 | Watch storage v 1 volume attributes class Official Kubernetes endpoint: GET /apis/storage.k8s.io/v1/watch/volumeattributesclasses/{name} watch changes to an object of kind VolumeAttributesClass. deprecated: use the 'watch' parameter with a |
kubernetes.kubernetes_get_storage_v1_beta1_apiresources | Read read | 0 | Get storage v 1 beta 1 apiresources Official Kubernetes endpoint: GET /apis/storage.k8s.io/v1beta1/ get available resources |
kubernetes.kubernetes_list_storage_v1_beta1_volume_attributes_class | Read read | 0 | List storage v 1 beta 1 volume attributes class Official Kubernetes endpoint: GET /apis/storage.k8s.io/v1beta1/volumeattributesclasses list or watch objects of kind VolumeAttributesClass |
kubernetes.kubernetes_create_storage_v1_beta1_volume_attributes_class | Write write | 0 | Create storage v 1 beta 1 volume attributes class Official Kubernetes endpoint: POST /apis/storage.k8s.io/v1beta1/volumeattributesclasses create a VolumeAttributesClass |
kubernetes.kubernetes_delete_storage_v1_beta1_collection_volume_attributes_class | Write write | 0 | Delete storage v 1 beta 1 collection volume attributes class Official Kubernetes endpoint: DELETE /apis/storage.k8s.io/v1beta1/volumeattributesclasses delete collection of VolumeAttributesClass |
kubernetes.kubernetes_read_storage_v1_beta1_volume_attributes_class | Read read | 0 | Read storage v 1 beta 1 volume attributes class Official Kubernetes endpoint: GET /apis/storage.k8s.io/v1beta1/volumeattributesclasses/{name} read the specified VolumeAttributesClass |
kubernetes.kubernetes_replace_storage_v1_beta1_volume_attributes_class | Write write | 0 | Replace storage v 1 beta 1 volume attributes class Official Kubernetes endpoint: PUT /apis/storage.k8s.io/v1beta1/volumeattributesclasses/{name} replace the specified VolumeAttributesClass |
kubernetes.kubernetes_patch_storage_v1_beta1_volume_attributes_class | Write write | 0 | Patch storage v 1 beta 1 volume attributes class Official Kubernetes endpoint: PATCH /apis/storage.k8s.io/v1beta1/volumeattributesclasses/{name} partially update the specified VolumeAttributesClass |
kubernetes.kubernetes_delete_storage_v1_beta1_volume_attributes_class | Write write | 0 | Delete storage v 1 beta 1 volume attributes class Official Kubernetes endpoint: DELETE /apis/storage.k8s.io/v1beta1/volumeattributesclasses/{name} delete a VolumeAttributesClass |
kubernetes.kubernetes_watch_storage_v1_beta1_volume_attributes_class_list | Read read | 0 | Watch storage v 1 beta 1 volume attributes class list Official Kubernetes endpoint: GET /apis/storage.k8s.io/v1beta1/watch/volumeattributesclasses watch individual changes to a list of VolumeAttributesClass. deprecated: use the 'watch' para |
kubernetes.kubernetes_watch_storage_v1_beta1_volume_attributes_class | Read read | 0 | Watch storage v 1 beta 1 volume attributes class Official Kubernetes endpoint: GET /apis/storage.k8s.io/v1beta1/watch/volumeattributesclasses/{name} watch changes to an object of kind VolumeAttributesClass. deprecated: use the 'watch' param |
kubernetes.kubernetes_get_storagemigration_apigroup | Read read | 0 | Get storagemigration apigroup Official Kubernetes endpoint: GET /apis/storagemigration.k8s.io/ get information of a group |
kubernetes.kubernetes_get_storagemigration_v1_beta1_apiresources | Read read | 0 | Get storagemigration v 1 beta 1 apiresources Official Kubernetes endpoint: GET /apis/storagemigration.k8s.io/v1beta1/ get available resources |
kubernetes.kubernetes_list_storagemigration_v1_beta1_storage_version_migration | Read read | 0 | List storagemigration v 1 beta 1 storage version migration Official Kubernetes endpoint: GET /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations list or watch objects of kind StorageVersionMigration |
kubernetes.kubernetes_create_storagemigration_v1_beta1_storage_version_migration | Write write | 0 | Create storagemigration v 1 beta 1 storage version migration Official Kubernetes endpoint: POST /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations create a StorageVersionMigration |
kubernetes.kubernetes_delete_storagemigration_v1_beta1_collection_storage_version_migration | Write write | 0 | Delete storagemigration v 1 beta 1 collection storage version migration Official Kubernetes endpoint: DELETE /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations delete collection of StorageVersionMigration |
kubernetes.kubernetes_read_storagemigration_v1_beta1_storage_version_migration | Read read | 0 | Read storagemigration v 1 beta 1 storage version migration Official Kubernetes endpoint: GET /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations/{name} read the specified StorageVersionMigration |
kubernetes.kubernetes_replace_storagemigration_v1_beta1_storage_version_migration | Write write | 0 | Replace storagemigration v 1 beta 1 storage version migration Official Kubernetes endpoint: PUT /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations/{name} replace the specified StorageVersionMigration |
kubernetes.kubernetes_patch_storagemigration_v1_beta1_storage_version_migration | Write write | 0 | Patch storagemigration v 1 beta 1 storage version migration Official Kubernetes endpoint: PATCH /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations/{name} partially update the specified StorageVersionMigration |
kubernetes.kubernetes_delete_storagemigration_v1_beta1_storage_version_migration | Write write | 0 | Delete storagemigration v 1 beta 1 storage version migration Official Kubernetes endpoint: DELETE /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations/{name} delete a StorageVersionMigration |
kubernetes.kubernetes_read_storagemigration_v1_beta1_storage_version_migration_status | Read read | 0 | Read storagemigration v 1 beta 1 storage version migration status Official Kubernetes endpoint: GET /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations/{name}/status read status of the specified StorageVersionMigration |
kubernetes.kubernetes_replace_storagemigration_v1_beta1_storage_version_migration_status | Write write | 0 | Replace storagemigration v 1 beta 1 storage version migration status Official Kubernetes endpoint: PUT /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations/{name}/status replace status of the specified StorageVersionMigration |
kubernetes.kubernetes_patch_storagemigration_v1_beta1_storage_version_migration_status | Write write | 0 | Patch storagemigration v 1 beta 1 storage version migration status Official Kubernetes endpoint: PATCH /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations/{name}/status partially update status of the specified StorageVersionMigra |
kubernetes.kubernetes_watch_storagemigration_v1_beta1_storage_version_migration_list | Read read | 0 | Watch storagemigration v 1 beta 1 storage version migration list Official Kubernetes endpoint: GET /apis/storagemigration.k8s.io/v1beta1/watch/storageversionmigrations watch individual changes to a list of StorageVersionMigration. deprecate |
kubernetes.kubernetes_watch_storagemigration_v1_beta1_storage_version_migration | Read read | 0 | Watch storagemigration v 1 beta 1 storage version migration Official Kubernetes endpoint: GET /apis/storagemigration.k8s.io/v1beta1/watch/storageversionmigrations/{name} watch changes to an object of kind StorageVersionMigration. deprecated |
kubernetes.kubernetes_log_file_list_handler | Read read | 0 | Log file list handler Official Kubernetes endpoint: GET /logs/ |
kubernetes.kubernetes_log_file_handler | Read read | 0 | Log file handler Official Kubernetes endpoint: GET /logs/{logpath} |
kubernetes.kubernetes_get_service_account_issuer_open_idkeyset | Read read | 0 | Get service account issuer open idkeyset Official Kubernetes endpoint: GET /openid/v1/jwks/ get service account issuer OpenID JSON Web Key Set (contains public token verification keys) |
kubernetes.kubernetes_get_code_version | Read read | 0 | Get code version Official Kubernetes endpoint: GET /version/ get the version information for this server |