class

Kubernetes::Client

Inherits Reference < Object

Constants

IN_CLUSTER_CA_CERT_PATH = "/var/run/secrets/kubernetes.io/serviceaccount/ca.crt"
IN_CLUSTER_NAMESPACE_PATH = "/var/run/secrets/kubernetes.io/serviceaccount/namespace"
IN_CLUSTER_TOKEN_PATH = "/var/run/secrets/kubernetes.io/serviceaccount/token"

Constructors

new(*, server : URI, token : String = "", auth : Auth | Nil = nil, tls : OpenSSL::SSL::Context::Client | Nil = nil, log : Log = Log.for("k8s"), credential_cache : CredentialCache | Nil = nil, pool_size : Int32 = 25, pool_timeout : ::Time::Span = 30.seconds, request_timeout : ::Time::Span = 30.seconds)
Source

Class methods

from_config(*, file : String = File.expand_path("~/.kube/config"), context : String | Nil = nil, log : Log = Log.for("k8s"), cache_credentials : Bool = true)
Source

Instance methods

build_list_params(label_selector : String | Nil = nil, field_selector : String | Nil = nil, limit : Int32 | Nil = nil, continue : String | Nil = nil, resource_version : String | Nil = nil, timeout_seconds : Int32 | Nil = nil, watch : Bool | Nil = nil) : String

Helper to build common list query parameters

Source
close
Source
connect_core_v1_delete_namespaced_pod_proxy

connect DELETE requests to proxy of Pod DELETE /api/v1/namespaces/{namespace}/pods/{name}/proxy

Source
connect_core_v1_delete_namespaced_pod_proxy_with_path

connect DELETE requests to proxy of Pod DELETE /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}

Source
connect_core_v1_delete_namespaced_service_proxy

connect DELETE requests to proxy of Service DELETE /api/v1/namespaces/{namespace}/services/{name}/proxy

Source
connect_core_v1_delete_namespaced_service_proxy_with_path

connect DELETE requests to proxy of Service DELETE /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}

Source
connect_core_v1_delete_node_proxy

connect DELETE requests to proxy of Node DELETE /api/v1/nodes/{name}/proxy

Source
connect_core_v1_delete_node_proxy_with_path

connect DELETE requests to proxy of Node DELETE /api/v1/nodes/{name}/proxy/{path}

Source
connect_core_v1_get_namespaced_pod_attach

connect GET requests to attach of Pod GET /api/v1/namespaces/{namespace}/pods/{name}/attach

Source
connect_core_v1_get_namespaced_pod_exec

connect GET requests to exec of Pod GET /api/v1/namespaces/{namespace}/pods/{name}/exec

Source
connect_core_v1_get_namespaced_pod_portforward

connect GET requests to portforward of Pod GET /api/v1/namespaces/{namespace}/pods/{name}/portforward

Source
connect_core_v1_get_namespaced_pod_proxy

connect GET requests to proxy of Pod GET /api/v1/namespaces/{namespace}/pods/{name}/proxy

Source
connect_core_v1_get_namespaced_pod_proxy_with_path

connect GET requests to proxy of Pod GET /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}

Source
connect_core_v1_get_namespaced_service_proxy

connect GET requests to proxy of Service GET /api/v1/namespaces/{namespace}/services/{name}/proxy

Source
connect_core_v1_get_namespaced_service_proxy_with_path

connect GET requests to proxy of Service GET /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}

Source
connect_core_v1_get_node_proxy

connect GET requests to proxy of Node GET /api/v1/nodes/{name}/proxy

Source
connect_core_v1_get_node_proxy_with_path

connect GET requests to proxy of Node GET /api/v1/nodes/{name}/proxy/{path}

Source
connect_core_v1_patch_namespaced_pod_proxy

connect PATCH requests to proxy of Pod PATCH /api/v1/namespaces/{namespace}/pods/{name}/proxy

Source
connect_core_v1_patch_namespaced_pod_proxy_with_path

connect PATCH requests to proxy of Pod PATCH /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}

Source
connect_core_v1_patch_namespaced_service_proxy

connect PATCH requests to proxy of Service PATCH /api/v1/namespaces/{namespace}/services/{name}/proxy

Source
connect_core_v1_patch_namespaced_service_proxy_with_path

connect PATCH requests to proxy of Service PATCH /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}

Source
connect_core_v1_patch_node_proxy

connect PATCH requests to proxy of Node PATCH /api/v1/nodes/{name}/proxy

Source
connect_core_v1_patch_node_proxy_with_path

connect PATCH requests to proxy of Node PATCH /api/v1/nodes/{name}/proxy/{path}

Source
connect_core_v1_post_namespaced_pod_attach

connect POST requests to attach of Pod POST /api/v1/namespaces/{namespace}/pods/{name}/attach

Source
connect_core_v1_post_namespaced_pod_exec

connect POST requests to exec of Pod POST /api/v1/namespaces/{namespace}/pods/{name}/exec

Source
connect_core_v1_post_namespaced_pod_portforward

connect POST requests to portforward of Pod POST /api/v1/namespaces/{namespace}/pods/{name}/portforward

Source
connect_core_v1_post_namespaced_pod_proxy

connect POST requests to proxy of Pod POST /api/v1/namespaces/{namespace}/pods/{name}/proxy

Source
connect_core_v1_post_namespaced_pod_proxy_with_path

connect POST requests to proxy of Pod POST /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}

Source
connect_core_v1_post_namespaced_service_proxy

connect POST requests to proxy of Service POST /api/v1/namespaces/{namespace}/services/{name}/proxy

Source
connect_core_v1_post_namespaced_service_proxy_with_path

connect POST requests to proxy of Service POST /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}

Source
connect_core_v1_post_node_proxy

connect POST requests to proxy of Node POST /api/v1/nodes/{name}/proxy

Source
connect_core_v1_post_node_proxy_with_path

connect POST requests to proxy of Node POST /api/v1/nodes/{name}/proxy/{path}

Source
connect_core_v1_put_namespaced_pod_proxy

connect PUT requests to proxy of Pod PUT /api/v1/namespaces/{namespace}/pods/{name}/proxy

Source
connect_core_v1_put_namespaced_pod_proxy_with_path

connect PUT requests to proxy of Pod PUT /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}

Source
connect_core_v1_put_namespaced_service_proxy

connect PUT requests to proxy of Service PUT /api/v1/namespaces/{namespace}/services/{name}/proxy

Source
connect_core_v1_put_namespaced_service_proxy_with_path

connect PUT requests to proxy of Service PUT /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}

Source
connect_core_v1_put_node_proxy

connect PUT requests to proxy of Node PUT /api/v1/nodes/{name}/proxy

Source
connect_core_v1_put_node_proxy_with_path

connect PUT requests to proxy of Node PUT /api/v1/nodes/{name}/proxy/{path}

Source
create_admissionregistration_v1_mutating_admission_policy

create a MutatingAdmissionPolicy POST /apis/admissionregistration.k8s.io/v1/mutatingadmissionpolicies

Source
create_admissionregistration_v1_mutating_admission_policy_binding

create a MutatingAdmissionPolicyBinding POST /apis/admissionregistration.k8s.io/v1/mutatingadmissionpolicybindings

Source
create_admissionregistration_v1_mutating_webhook_configuration

create a MutatingWebhookConfiguration POST /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations

Source
create_admissionregistration_v1_validating_admission_policy

create a ValidatingAdmissionPolicy POST /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies

Source
create_admissionregistration_v1_validating_admission_policy_binding

create a ValidatingAdmissionPolicyBinding POST /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings

Source
create_admissionregistration_v1_validating_webhook_configuration

create a ValidatingWebhookConfiguration POST /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations

Source
create_admissionregistration_v1alpha1_mutating_admission_policy

create a MutatingAdmissionPolicy POST /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicies

Source
create_admissionregistration_v1alpha1_mutating_admission_policy_binding

create a MutatingAdmissionPolicyBinding POST /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicybindings

Source
create_admissionregistration_v1beta1_mutating_admission_policy

create a MutatingAdmissionPolicy POST /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicies

Source
create_admissionregistration_v1beta1_mutating_admission_policy_binding

create a MutatingAdmissionPolicyBinding POST /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicybindings

Source
create_apiextensions_v1_custom_resource_definition

create a CustomResourceDefinition POST /apis/apiextensions.k8s.io/v1/customresourcedefinitions

Source
create_apiregistration_v1_api_service

create an APIService POST /apis/apiregistration.k8s.io/v1/apiservices

Source
create_apps_v1_namespaced_controller_revision

create a ControllerRevision POST /apis/apps/v1/namespaces/{namespace}/controllerrevisions

Source
create_apps_v1_namespaced_daemon_set

create a DaemonSet POST /apis/apps/v1/namespaces/{namespace}/daemonsets

Source
create_apps_v1_namespaced_deployment

create a Deployment POST /apis/apps/v1/namespaces/{namespace}/deployments

Source
create_apps_v1_namespaced_replica_set

create a ReplicaSet POST /apis/apps/v1/namespaces/{namespace}/replicasets

Source
create_apps_v1_namespaced_stateful_set

create a StatefulSet POST /apis/apps/v1/namespaces/{namespace}/statefulsets

Source
create_authentication_v1_self_subject_review

create a SelfSubjectReview POST /apis/authentication.k8s.io/v1/selfsubjectreviews

Source
create_authentication_v1_token_review

create a TokenReview POST /apis/authentication.k8s.io/v1/tokenreviews

Source
create_authorization_v1_namespaced_local_subject_access_review

create a LocalSubjectAccessReview POST /apis/authorization.k8s.io/v1/namespaces/{namespace}/localsubjectaccessreviews

Source
create_authorization_v1_self_subject_access_review

create a SelfSubjectAccessReview POST /apis/authorization.k8s.io/v1/selfsubjectaccessreviews

Source
create_authorization_v1_self_subject_rules_review

create a SelfSubjectRulesReview POST /apis/authorization.k8s.io/v1/selfsubjectrulesreviews

Source
create_authorization_v1_subject_access_review

create a SubjectAccessReview POST /apis/authorization.k8s.io/v1/subjectaccessreviews

Source
create_autoscaling_v1_namespaced_horizontal_pod_autoscaler

create a HorizontalPodAutoscaler POST /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers

Source
create_autoscaling_v2_namespaced_horizontal_pod_autoscaler

create a HorizontalPodAutoscaler POST /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers

Source
create_batch_v1_namespaced_cron_job

create a CronJob POST /apis/batch/v1/namespaces/{namespace}/cronjobs

Source
create_batch_v1_namespaced_job

create a Job POST /apis/batch/v1/namespaces/{namespace}/jobs

Source
create_certificates_v1_certificate_signing_request

create a CertificateSigningRequest POST /apis/certificates.k8s.io/v1/certificatesigningrequests

Source
create_certificates_v1beta1_cluster_trust_bundle

create a ClusterTrustBundle POST /apis/certificates.k8s.io/v1beta1/clustertrustbundles

Source
create_certificates_v1beta1_namespaced_pod_certificate_request

create a PodCertificateRequest POST /apis/certificates.k8s.io/v1beta1/namespaces/{namespace}/podcertificaterequests

Source
create_coordination_v1_namespaced_lease

create a Lease POST /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases

Source
create_coordination_v1alpha2_namespaced_lease_candidate

create a LeaseCandidate POST /apis/coordination.k8s.io/v1alpha2/namespaces/{namespace}/leasecandidates

Source
create_coordination_v1beta1_namespaced_lease_candidate

create a LeaseCandidate POST /apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leasecandidates

Source
create_core_v1_namespace

create a Namespace POST /api/v1/namespaces

Source
create_core_v1_namespaced_binding

create a Binding POST /api/v1/namespaces/{namespace}/bindings

Source
create_core_v1_namespaced_config_map

create a ConfigMap POST /api/v1/namespaces/{namespace}/configmaps

Source
create_core_v1_namespaced_endpoints

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

Source
create_core_v1_namespaced_event

create an Event POST /api/v1/namespaces/{namespace}/events

Source
create_core_v1_namespaced_limit_range

create a LimitRange POST /api/v1/namespaces/{namespace}/limitranges

Source
create_core_v1_namespaced_persistent_volume_claim

create a PersistentVolumeClaim POST /api/v1/namespaces/{namespace}/persistentvolumeclaims

Source
create_core_v1_namespaced_pod

create a Pod POST /api/v1/namespaces/{namespace}/pods

Source
create_core_v1_namespaced_pod_binding

create binding of a Pod POST /api/v1/namespaces/{namespace}/pods/{name}/binding

Source
create_core_v1_namespaced_pod_eviction

create eviction of a Pod POST /api/v1/namespaces/{namespace}/pods/{name}/eviction

Source
create_core_v1_namespaced_pod_template

create a PodTemplate POST /api/v1/namespaces/{namespace}/podtemplates

Source
create_core_v1_namespaced_replication_controller

create a ReplicationController POST /api/v1/namespaces/{namespace}/replicationcontrollers

Source
create_core_v1_namespaced_resource_quota

create a ResourceQuota POST /api/v1/namespaces/{namespace}/resourcequotas

Source
create_core_v1_namespaced_secret

create a Secret POST /api/v1/namespaces/{namespace}/secrets

Source
create_core_v1_namespaced_service

create a Service POST /api/v1/namespaces/{namespace}/services

Source
create_core_v1_namespaced_service_account

create a ServiceAccount POST /api/v1/namespaces/{namespace}/serviceaccounts

Source
create_core_v1_namespaced_service_account_token

create token of a ServiceAccount POST /api/v1/namespaces/{namespace}/serviceaccounts/{name}/token

Source
create_core_v1_node

create a Node POST /api/v1/nodes

Source
create_core_v1_persistent_volume

create a PersistentVolume POST /api/v1/persistentvolumes

Source
create_discovery_v1_namespaced_endpoint_slice

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

Source
create_events_v1_namespaced_event

create an Event POST /apis/events.k8s.io/v1/namespaces/{namespace}/events

Source
create_flowcontrol_apiserver_v1_flow_schema

create a FlowSchema POST /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas

Source
create_flowcontrol_apiserver_v1_priority_level_configuration

create a PriorityLevelConfiguration POST /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations

Source
create_internal_apiserver_v1alpha1_storage_version

create a StorageVersion POST /apis/internal.apiserver.k8s.io/v1alpha1/storageversions

Source
create_networking_v1_ingress_class

create an IngressClass POST /apis/networking.k8s.io/v1/ingressclasses

Source
create_networking_v1_ip_address

create an IPAddress POST /apis/networking.k8s.io/v1/ipaddresses

Source
create_networking_v1_namespaced_ingress

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

Source
create_networking_v1_namespaced_network_policy

create a NetworkPolicy POST /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies

Source
create_networking_v1_service_cidr

create a ServiceCIDR POST /apis/networking.k8s.io/v1/servicecidrs

Source
create_node_v1_runtime_class

create a RuntimeClass POST /apis/node.k8s.io/v1/runtimeclasses

Source
create_policy_v1_namespaced_pod_disruption_budget

create a PodDisruptionBudget POST /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets

Source
create_rbac_authorization_v1_cluster_role

create a ClusterRole POST /apis/rbac.authorization.k8s.io/v1/clusterroles

Source
create_rbac_authorization_v1_cluster_role_binding

create a ClusterRoleBinding POST /apis/rbac.authorization.k8s.io/v1/clusterrolebindings

Source
create_rbac_authorization_v1_namespaced_role

create a Role POST /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles

Source
create_rbac_authorization_v1_namespaced_role_binding

create a RoleBinding POST /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings

Source
create_resource_v1_device_class

create a DeviceClass POST /apis/resource.k8s.io/v1/deviceclasses

Source
create_resource_v1_namespaced_resource_claim

create a ResourceClaim POST /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaims

Source
create_resource_v1_namespaced_resource_claim_template

create a ResourceClaimTemplate POST /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaimtemplates

Source
create_resource_v1_resource_slice

create a ResourceSlice POST /apis/resource.k8s.io/v1/resourceslices

Source
create_resource_v1alpha3_device_taint_rule

create a DeviceTaintRule POST /apis/resource.k8s.io/v1alpha3/devicetaintrules

Source
create_resource_v1alpha3_resource_pool_status_request

create a ResourcePoolStatusRequest POST /apis/resource.k8s.io/v1alpha3/resourcepoolstatusrequests

Source
create_resource_v1beta1_device_class

create a DeviceClass POST /apis/resource.k8s.io/v1beta1/deviceclasses

Source
create_resource_v1beta1_namespaced_resource_claim

create a ResourceClaim POST /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims

Source
create_resource_v1beta1_namespaced_resource_claim_template

create a ResourceClaimTemplate POST /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaimtemplates

Source
create_resource_v1beta1_resource_slice

create a ResourceSlice POST /apis/resource.k8s.io/v1beta1/resourceslices

Source
create_resource_v1beta2_device_class

create a DeviceClass POST /apis/resource.k8s.io/v1beta2/deviceclasses

Source
create_resource_v1beta2_device_taint_rule

create a DeviceTaintRule POST /apis/resource.k8s.io/v1beta2/devicetaintrules

Source
create_resource_v1beta2_namespaced_resource_claim

create a ResourceClaim POST /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaims

Source
create_resource_v1beta2_namespaced_resource_claim_template

create a ResourceClaimTemplate POST /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaimtemplates

Source
create_resource_v1beta2_resource_slice

create a ResourceSlice POST /apis/resource.k8s.io/v1beta2/resourceslices

Source
create_scheduling_v1_priority_class

create a PriorityClass POST /apis/scheduling.k8s.io/v1/priorityclasses

Source
create_scheduling_v1alpha3_namespaced_pod_group

create a PodGroup POST /apis/scheduling.k8s.io/v1alpha3/namespaces/{namespace}/podgroups

Source
create_scheduling_v1alpha3_namespaced_workload

create a Workload POST /apis/scheduling.k8s.io/v1alpha3/namespaces/{namespace}/workloads

Source
create_storage_v1_csi_driver

create a CSIDriver POST /apis/storage.k8s.io/v1/csidrivers

Source
create_storage_v1_csi_node

create a CSINode POST /apis/storage.k8s.io/v1/csinodes

Source
create_storage_v1_namespaced_csi_storage_capacity

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

Source
create_storage_v1_storage_class

create a StorageClass POST /apis/storage.k8s.io/v1/storageclasses

Source
create_storage_v1_volume_attachment

create a VolumeAttachment POST /apis/storage.k8s.io/v1/volumeattachments

Source
create_storage_v1_volume_attributes_class

create a VolumeAttributesClass POST /apis/storage.k8s.io/v1/volumeattributesclasses

Source
create_storagemigration_v1beta1_storage_version_migration

create a StorageVersionMigration POST /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations

Source
delete(path, headers = HTTP::Headers.new, *, check_status : Bool = true)
Source
delete_admissionregistration_v1_collection_mutating_admission_policy

delete collection of MutatingAdmissionPolicy DELETE /apis/admissionregistration.k8s.io/v1/mutatingadmissionpolicies

Source
delete_admissionregistration_v1_collection_mutating_admission_policy_binding

delete collection of MutatingAdmissionPolicyBinding DELETE /apis/admissionregistration.k8s.io/v1/mutatingadmissionpolicybindings

Source
delete_admissionregistration_v1_collection_mutating_webhook_configuration

delete collection of MutatingWebhookConfiguration DELETE /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations

Source
delete_admissionregistration_v1_collection_validating_admission_policy

delete collection of ValidatingAdmissionPolicy DELETE /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies

Source
delete_admissionregistration_v1_collection_validating_admission_policy_binding

delete collection of ValidatingAdmissionPolicyBinding DELETE /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings

Source
delete_admissionregistration_v1_collection_validating_webhook_configuration

delete collection of ValidatingWebhookConfiguration DELETE /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations

Source
delete_admissionregistration_v1_mutating_admission_policy

delete a MutatingAdmissionPolicy DELETE /apis/admissionregistration.k8s.io/v1/mutatingadmissionpolicies/{name}

Source
delete_admissionregistration_v1_mutating_admission_policy_binding

delete a MutatingAdmissionPolicyBinding DELETE /apis/admissionregistration.k8s.io/v1/mutatingadmissionpolicybindings/{name}

Source
delete_admissionregistration_v1_mutating_webhook_configuration

delete a MutatingWebhookConfiguration DELETE /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/{name}

Source
delete_admissionregistration_v1_validating_admission_policy

delete a ValidatingAdmissionPolicy DELETE /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name}

Source
delete_admissionregistration_v1_validating_admission_policy_binding

delete a ValidatingAdmissionPolicyBinding DELETE /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings/{name}

Source
delete_admissionregistration_v1_validating_webhook_configuration

delete a ValidatingWebhookConfiguration DELETE /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/{name}

Source
delete_admissionregistration_v1alpha1_collection_mutating_admission_policy

delete collection of MutatingAdmissionPolicy DELETE /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicies

Source
delete_admissionregistration_v1alpha1_collection_mutating_admission_policy_binding

delete collection of MutatingAdmissionPolicyBinding DELETE /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicybindings

Source
delete_admissionregistration_v1alpha1_mutating_admission_policy

delete a MutatingAdmissionPolicy DELETE /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicies/{name}

Source
delete_admissionregistration_v1alpha1_mutating_admission_policy_binding

delete a MutatingAdmissionPolicyBinding DELETE /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicybindings/{name}

Source
delete_admissionregistration_v1beta1_collection_mutating_admission_policy

delete collection of MutatingAdmissionPolicy DELETE /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicies

Source
delete_admissionregistration_v1beta1_collection_mutating_admission_policy_binding

delete collection of MutatingAdmissionPolicyBinding DELETE /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicybindings

Source
delete_admissionregistration_v1beta1_mutating_admission_policy

delete a MutatingAdmissionPolicy DELETE /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicies/{name}

Source
delete_admissionregistration_v1beta1_mutating_admission_policy_binding

delete a MutatingAdmissionPolicyBinding DELETE /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicybindings/{name}

Source
delete_apiextensions_v1_collection_custom_resource_definition

delete collection of CustomResourceDefinition DELETE /apis/apiextensions.k8s.io/v1/customresourcedefinitions

Source
delete_apiextensions_v1_custom_resource_definition

delete a CustomResourceDefinition DELETE /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}

Source
delete_apiregistration_v1_api_service

delete an APIService DELETE /apis/apiregistration.k8s.io/v1/apiservices/{name}

Source
delete_apiregistration_v1_collection_api_service

delete collection of APIService DELETE /apis/apiregistration.k8s.io/v1/apiservices

Source
delete_apps_v1_collection_namespaced_controller_revision

delete collection of ControllerRevision DELETE /apis/apps/v1/namespaces/{namespace}/controllerrevisions

Source
delete_apps_v1_collection_namespaced_daemon_set

delete collection of DaemonSet DELETE /apis/apps/v1/namespaces/{namespace}/daemonsets

Source
delete_apps_v1_collection_namespaced_deployment

delete collection of Deployment DELETE /apis/apps/v1/namespaces/{namespace}/deployments

Source
delete_apps_v1_collection_namespaced_replica_set

delete collection of ReplicaSet DELETE /apis/apps/v1/namespaces/{namespace}/replicasets

Source
delete_apps_v1_collection_namespaced_stateful_set

delete collection of StatefulSet DELETE /apis/apps/v1/namespaces/{namespace}/statefulsets

Source
delete_apps_v1_namespaced_controller_revision

delete a ControllerRevision DELETE /apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name}

Source
delete_apps_v1_namespaced_daemon_set

delete a DaemonSet DELETE /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}

Source
delete_apps_v1_namespaced_deployment

delete a Deployment DELETE /apis/apps/v1/namespaces/{namespace}/deployments/{name}

Source
delete_apps_v1_namespaced_replica_set

delete a ReplicaSet DELETE /apis/apps/v1/namespaces/{namespace}/replicasets/{name}

Source
delete_apps_v1_namespaced_stateful_set

delete a StatefulSet DELETE /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}

Source
delete_autoscaling_v1_collection_namespaced_horizontal_pod_autoscaler

delete collection of HorizontalPodAutoscaler DELETE /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers

Source
delete_autoscaling_v1_namespaced_horizontal_pod_autoscaler

delete a HorizontalPodAutoscaler DELETE /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}

Source
delete_autoscaling_v2_collection_namespaced_horizontal_pod_autoscaler

delete collection of HorizontalPodAutoscaler DELETE /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers

Source
delete_autoscaling_v2_namespaced_horizontal_pod_autoscaler

delete a HorizontalPodAutoscaler DELETE /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}

Source
delete_batch_v1_collection_namespaced_cron_job

delete collection of CronJob DELETE /apis/batch/v1/namespaces/{namespace}/cronjobs

Source
delete_batch_v1_collection_namespaced_job

delete collection of Job DELETE /apis/batch/v1/namespaces/{namespace}/jobs

Source
delete_batch_v1_namespaced_cron_job

delete a CronJob DELETE /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}

Source
delete_batch_v1_namespaced_job

delete a Job DELETE /apis/batch/v1/namespaces/{namespace}/jobs/{name}

Source
delete_certificates_v1_certificate_signing_request

delete a CertificateSigningRequest DELETE /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}

Source
delete_certificates_v1_collection_certificate_signing_request

delete collection of CertificateSigningRequest DELETE /apis/certificates.k8s.io/v1/certificatesigningrequests

Source
delete_certificates_v1beta1_cluster_trust_bundle

delete a ClusterTrustBundle DELETE /apis/certificates.k8s.io/v1beta1/clustertrustbundles/{name}

Source
delete_certificates_v1beta1_collection_cluster_trust_bundle

delete collection of ClusterTrustBundle DELETE /apis/certificates.k8s.io/v1beta1/clustertrustbundles

Source
delete_certificates_v1beta1_collection_namespaced_pod_certificate_request

delete collection of PodCertificateRequest DELETE /apis/certificates.k8s.io/v1beta1/namespaces/{namespace}/podcertificaterequests

Source
delete_certificates_v1beta1_namespaced_pod_certificate_request

delete a PodCertificateRequest DELETE /apis/certificates.k8s.io/v1beta1/namespaces/{namespace}/podcertificaterequests/{name}

Source
delete_coordination_v1_collection_namespaced_lease

delete collection of Lease DELETE /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases

Source
delete_coordination_v1_namespaced_lease

delete a Lease DELETE /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name}

Source
delete_coordination_v1alpha2_collection_namespaced_lease_candidate

delete collection of LeaseCandidate DELETE /apis/coordination.k8s.io/v1alpha2/namespaces/{namespace}/leasecandidates

Source
delete_coordination_v1alpha2_namespaced_lease_candidate

delete a LeaseCandidate DELETE /apis/coordination.k8s.io/v1alpha2/namespaces/{namespace}/leasecandidates/{name}

Source
delete_coordination_v1beta1_collection_namespaced_lease_candidate

delete collection of LeaseCandidate DELETE /apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leasecandidates

Source
delete_coordination_v1beta1_namespaced_lease_candidate

delete a LeaseCandidate DELETE /apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leasecandidates/{name}

Source
delete_core_v1_collection_namespaced_config_map

delete collection of ConfigMap DELETE /api/v1/namespaces/{namespace}/configmaps

Source
delete_core_v1_collection_namespaced_endpoints

delete collection of Endpoints DELETE /api/v1/namespaces/{namespace}/endpoints

Source
delete_core_v1_collection_namespaced_event

delete collection of Event DELETE /api/v1/namespaces/{namespace}/events

Source
delete_core_v1_collection_namespaced_limit_range

delete collection of LimitRange DELETE /api/v1/namespaces/{namespace}/limitranges

Source
delete_core_v1_collection_namespaced_persistent_volume_claim

delete collection of PersistentVolumeClaim DELETE /api/v1/namespaces/{namespace}/persistentvolumeclaims

Source
delete_core_v1_collection_namespaced_pod

delete collection of Pod DELETE /api/v1/namespaces/{namespace}/pods

Source
delete_core_v1_collection_namespaced_pod_template

delete collection of PodTemplate DELETE /api/v1/namespaces/{namespace}/podtemplates

Source
delete_core_v1_collection_namespaced_replication_controller

delete collection of ReplicationController DELETE /api/v1/namespaces/{namespace}/replicationcontrollers

Source
delete_core_v1_collection_namespaced_resource_quota

delete collection of ResourceQuota DELETE /api/v1/namespaces/{namespace}/resourcequotas

Source
delete_core_v1_collection_namespaced_secret

delete collection of Secret DELETE /api/v1/namespaces/{namespace}/secrets

Source
delete_core_v1_collection_namespaced_service

delete collection of Service DELETE /api/v1/namespaces/{namespace}/services

Source
delete_core_v1_collection_namespaced_service_account

delete collection of ServiceAccount DELETE /api/v1/namespaces/{namespace}/serviceaccounts

Source
delete_core_v1_collection_node

delete collection of Node DELETE /api/v1/nodes

Source
delete_core_v1_collection_persistent_volume

delete collection of PersistentVolume DELETE /api/v1/persistentvolumes

Source
delete_core_v1_namespace

delete a Namespace DELETE /api/v1/namespaces/{name}

Source
delete_core_v1_namespaced_config_map

delete a ConfigMap DELETE /api/v1/namespaces/{namespace}/configmaps/{name}

Source
delete_core_v1_namespaced_endpoints

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

Source
delete_core_v1_namespaced_event

delete an Event DELETE /api/v1/namespaces/{namespace}/events/{name}

Source
delete_core_v1_namespaced_limit_range

delete a LimitRange DELETE /api/v1/namespaces/{namespace}/limitranges/{name}

Source
delete_core_v1_namespaced_persistent_volume_claim

delete a PersistentVolumeClaim DELETE /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}

Source
delete_core_v1_namespaced_pod

delete a Pod DELETE /api/v1/namespaces/{namespace}/pods/{name}

Source
delete_core_v1_namespaced_pod_template

delete a PodTemplate DELETE /api/v1/namespaces/{namespace}/podtemplates/{name}

Source
delete_core_v1_namespaced_replication_controller

delete a ReplicationController DELETE /api/v1/namespaces/{namespace}/replicationcontrollers/{name}

Source
delete_core_v1_namespaced_resource_quota

delete a ResourceQuota DELETE /api/v1/namespaces/{namespace}/resourcequotas/{name}

Source
delete_core_v1_namespaced_secret

delete a Secret DELETE /api/v1/namespaces/{namespace}/secrets/{name}

Source
delete_core_v1_namespaced_service

delete a Service DELETE /api/v1/namespaces/{namespace}/services/{name}

Source
delete_core_v1_namespaced_service_account

delete a ServiceAccount DELETE /api/v1/namespaces/{namespace}/serviceaccounts/{name}

Source
delete_core_v1_node

delete a Node DELETE /api/v1/nodes/{name}

Source
delete_core_v1_persistent_volume

delete a PersistentVolume DELETE /api/v1/persistentvolumes/{name}

Source
delete_discovery_v1_collection_namespaced_endpoint_slice

delete collection of EndpointSlice DELETE /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices

Source
delete_discovery_v1_namespaced_endpoint_slice

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

Source
delete_events_v1_collection_namespaced_event

delete collection of Event DELETE /apis/events.k8s.io/v1/namespaces/{namespace}/events

Source
delete_events_v1_namespaced_event

delete an Event DELETE /apis/events.k8s.io/v1/namespaces/{namespace}/events/{name}

Source
delete_flowcontrol_apiserver_v1_collection_flow_schema

delete collection of FlowSchema DELETE /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas

Source
delete_flowcontrol_apiserver_v1_collection_priority_level_configuration

delete collection of PriorityLevelConfiguration DELETE /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations

Source
delete_flowcontrol_apiserver_v1_flow_schema

delete a FlowSchema DELETE /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/{name}

Source
delete_flowcontrol_apiserver_v1_priority_level_configuration

delete a PriorityLevelConfiguration DELETE /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/{name}

Source
delete_internal_apiserver_v1alpha1_collection_storage_version

delete collection of StorageVersion DELETE /apis/internal.apiserver.k8s.io/v1alpha1/storageversions

Source
delete_internal_apiserver_v1alpha1_storage_version

delete a StorageVersion DELETE /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}

Source
delete_networking_v1_collection_ingress_class

delete collection of IngressClass DELETE /apis/networking.k8s.io/v1/ingressclasses

Source
delete_networking_v1_collection_ip_address

delete collection of IPAddress DELETE /apis/networking.k8s.io/v1/ipaddresses

Source
delete_networking_v1_collection_namespaced_ingress

delete collection of Ingress DELETE /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses

Source
delete_networking_v1_collection_namespaced_network_policy

delete collection of NetworkPolicy DELETE /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies

Source
delete_networking_v1_collection_service_cidr

delete collection of ServiceCIDR DELETE /apis/networking.k8s.io/v1/servicecidrs

Source
delete_networking_v1_ingress_class

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

Source
delete_networking_v1_ip_address

delete an IPAddress DELETE /apis/networking.k8s.io/v1/ipaddresses/{name}

Source
delete_networking_v1_namespaced_ingress

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

Source
delete_networking_v1_namespaced_network_policy

delete a NetworkPolicy DELETE /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}

Source
delete_networking_v1_service_cidr

delete a ServiceCIDR DELETE /apis/networking.k8s.io/v1/servicecidrs/{name}

Source
delete_node_v1_collection_runtime_class

delete collection of RuntimeClass DELETE /apis/node.k8s.io/v1/runtimeclasses

Source
delete_node_v1_runtime_class

delete a RuntimeClass DELETE /apis/node.k8s.io/v1/runtimeclasses/{name}

Source
delete_policy_v1_collection_namespaced_pod_disruption_budget

delete collection of PodDisruptionBudget DELETE /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets

Source
delete_policy_v1_namespaced_pod_disruption_budget

delete a PodDisruptionBudget DELETE /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}

Source
delete_rbac_authorization_v1_cluster_role

delete a ClusterRole DELETE /apis/rbac.authorization.k8s.io/v1/clusterroles/{name}

Source
delete_rbac_authorization_v1_cluster_role_binding

delete a ClusterRoleBinding DELETE /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}

Source
delete_rbac_authorization_v1_collection_cluster_role

delete collection of ClusterRole DELETE /apis/rbac.authorization.k8s.io/v1/clusterroles

Source
delete_rbac_authorization_v1_collection_cluster_role_binding

delete collection of ClusterRoleBinding DELETE /apis/rbac.authorization.k8s.io/v1/clusterrolebindings

Source
delete_rbac_authorization_v1_collection_namespaced_role

delete collection of Role DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles

Source
delete_rbac_authorization_v1_collection_namespaced_role_binding

delete collection of RoleBinding DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings

Source
delete_rbac_authorization_v1_namespaced_role

delete a Role DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name}

Source
delete_rbac_authorization_v1_namespaced_role_binding

delete a RoleBinding DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name}

Source
delete_resource_v1_collection_device_class

delete collection of DeviceClass DELETE /apis/resource.k8s.io/v1/deviceclasses

Source
delete_resource_v1_collection_namespaced_resource_claim

delete collection of ResourceClaim DELETE /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaims

Source
delete_resource_v1_collection_namespaced_resource_claim_template

delete collection of ResourceClaimTemplate DELETE /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaimtemplates

Source
delete_resource_v1_collection_resource_slice

delete collection of ResourceSlice DELETE /apis/resource.k8s.io/v1/resourceslices

Source
delete_resource_v1_device_class

delete a DeviceClass DELETE /apis/resource.k8s.io/v1/deviceclasses/{name}

Source
delete_resource_v1_namespaced_resource_claim

delete a ResourceClaim DELETE /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaims/{name}

Source
delete_resource_v1_namespaced_resource_claim_template

delete a ResourceClaimTemplate DELETE /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaimtemplates/{name}

Source
delete_resource_v1_resource_slice

delete a ResourceSlice DELETE /apis/resource.k8s.io/v1/resourceslices/{name}

Source
delete_resource_v1alpha3_collection_device_taint_rule

delete collection of DeviceTaintRule DELETE /apis/resource.k8s.io/v1alpha3/devicetaintrules

Source
delete_resource_v1alpha3_collection_resource_pool_status_request

delete collection of ResourcePoolStatusRequest DELETE /apis/resource.k8s.io/v1alpha3/resourcepoolstatusrequests

Source
delete_resource_v1alpha3_device_taint_rule

delete a DeviceTaintRule DELETE /apis/resource.k8s.io/v1alpha3/devicetaintrules/{name}

Source
delete_resource_v1alpha3_resource_pool_status_request

delete a ResourcePoolStatusRequest DELETE /apis/resource.k8s.io/v1alpha3/resourcepoolstatusrequests/{name}

Source
delete_resource_v1beta1_collection_device_class

delete collection of DeviceClass DELETE /apis/resource.k8s.io/v1beta1/deviceclasses

Source
delete_resource_v1beta1_collection_namespaced_resource_claim

delete collection of ResourceClaim DELETE /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims

Source
delete_resource_v1beta1_collection_namespaced_resource_claim_template

delete collection of ResourceClaimTemplate DELETE /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaimtemplates

Source
delete_resource_v1beta1_collection_resource_slice

delete collection of ResourceSlice DELETE /apis/resource.k8s.io/v1beta1/resourceslices

Source
delete_resource_v1beta1_device_class

delete a DeviceClass DELETE /apis/resource.k8s.io/v1beta1/deviceclasses/{name}

Source
delete_resource_v1beta1_namespaced_resource_claim

delete a ResourceClaim DELETE /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims/{name}

Source
delete_resource_v1beta1_namespaced_resource_claim_template

delete a ResourceClaimTemplate DELETE /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaimtemplates/{name}

Source
delete_resource_v1beta1_resource_slice

delete a ResourceSlice DELETE /apis/resource.k8s.io/v1beta1/resourceslices/{name}

Source
delete_resource_v1beta2_collection_device_class

delete collection of DeviceClass DELETE /apis/resource.k8s.io/v1beta2/deviceclasses

Source
delete_resource_v1beta2_collection_device_taint_rule

delete collection of DeviceTaintRule DELETE /apis/resource.k8s.io/v1beta2/devicetaintrules

Source
delete_resource_v1beta2_collection_namespaced_resource_claim

delete collection of ResourceClaim DELETE /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaims

Source
delete_resource_v1beta2_collection_namespaced_resource_claim_template

delete collection of ResourceClaimTemplate DELETE /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaimtemplates

Source
delete_resource_v1beta2_collection_resource_slice

delete collection of ResourceSlice DELETE /apis/resource.k8s.io/v1beta2/resourceslices

Source
delete_resource_v1beta2_device_class

delete a DeviceClass DELETE /apis/resource.k8s.io/v1beta2/deviceclasses/{name}

Source
delete_resource_v1beta2_device_taint_rule

delete a DeviceTaintRule DELETE /apis/resource.k8s.io/v1beta2/devicetaintrules/{name}

Source
delete_resource_v1beta2_namespaced_resource_claim

delete a ResourceClaim DELETE /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaims/{name}

Source
delete_resource_v1beta2_namespaced_resource_claim_template

delete a ResourceClaimTemplate DELETE /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaimtemplates/{name}

Source
delete_resource_v1beta2_resource_slice

delete a ResourceSlice DELETE /apis/resource.k8s.io/v1beta2/resourceslices/{name}

Source
delete_scheduling_v1_collection_priority_class

delete collection of PriorityClass DELETE /apis/scheduling.k8s.io/v1/priorityclasses

Source
delete_scheduling_v1_priority_class

delete a PriorityClass DELETE /apis/scheduling.k8s.io/v1/priorityclasses/{name}

Source
delete_scheduling_v1alpha3_collection_namespaced_pod_group

delete collection of PodGroup DELETE /apis/scheduling.k8s.io/v1alpha3/namespaces/{namespace}/podgroups

Source
delete_scheduling_v1alpha3_collection_namespaced_workload

delete collection of Workload DELETE /apis/scheduling.k8s.io/v1alpha3/namespaces/{namespace}/workloads

Source
delete_scheduling_v1alpha3_namespaced_pod_group

delete a PodGroup DELETE /apis/scheduling.k8s.io/v1alpha3/namespaces/{namespace}/podgroups/{name}

Source
delete_scheduling_v1alpha3_namespaced_workload

delete a Workload DELETE /apis/scheduling.k8s.io/v1alpha3/namespaces/{namespace}/workloads/{name}

Source
delete_storage_v1_collection_csi_driver

delete collection of CSIDriver DELETE /apis/storage.k8s.io/v1/csidrivers

Source
delete_storage_v1_collection_csi_node

delete collection of CSINode DELETE /apis/storage.k8s.io/v1/csinodes

Source
delete_storage_v1_collection_namespaced_csi_storage_capacity

delete collection of CSIStorageCapacity DELETE /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities

Source
delete_storage_v1_collection_storage_class

delete collection of StorageClass DELETE /apis/storage.k8s.io/v1/storageclasses

Source
delete_storage_v1_collection_volume_attachment

delete collection of VolumeAttachment DELETE /apis/storage.k8s.io/v1/volumeattachments

Source
delete_storage_v1_collection_volume_attributes_class

delete collection of VolumeAttributesClass DELETE /apis/storage.k8s.io/v1/volumeattributesclasses

Source
delete_storage_v1_csi_driver

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

Source
delete_storage_v1_csi_node

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

Source
delete_storage_v1_namespaced_csi_storage_capacity

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

Source
delete_storage_v1_storage_class

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

Source
delete_storage_v1_volume_attachment

delete a VolumeAttachment DELETE /apis/storage.k8s.io/v1/volumeattachments/{name}

Source
delete_storage_v1_volume_attributes_class

delete a VolumeAttributesClass DELETE /apis/storage.k8s.io/v1/volumeattributesclasses/{name}

Source
delete_storagemigration_v1beta1_collection_storage_version_migration

delete collection of StorageVersionMigration DELETE /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations

Source
delete_storagemigration_v1beta1_storage_version_migration

delete a StorageVersionMigration DELETE /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations/{name}

Source
get(path : String, params : String | Nil = nil, headers = HTTP::Headers.new, *, check_status : Bool = true, &)
Source
get_admissionregistration_api_group

get information of a group GET /apis/admissionregistration.k8s.io/

Source
get_admissionregistration_v1_api_resources

get available resources GET /apis/admissionregistration.k8s.io/v1/

Source
get_admissionregistration_v1alpha1_api_resources

get available resources GET /apis/admissionregistration.k8s.io/v1alpha1/

Source
get_admissionregistration_v1beta1_api_resources

get available resources GET /apis/admissionregistration.k8s.io/v1beta1/

Source
get_apiextensions_api_group

get information of a group GET /apis/apiextensions.k8s.io/

Source
get_apiextensions_v1_api_resources

get available resources GET /apis/apiextensions.k8s.io/v1/

Source
get_apiregistration_api_group

get information of a group GET /apis/apiregistration.k8s.io/

Source
get_apiregistration_v1_api_resources

get available resources GET /apis/apiregistration.k8s.io/v1/

Source
get_apps_api_group

get information of a group GET /apis/apps/

Source
get_apps_v1_api_resources

get available resources GET /apis/apps/v1/

Source
get_authentication_api_group

get information of a group GET /apis/authentication.k8s.io/

Source
get_authentication_v1_api_resources

get available resources GET /apis/authentication.k8s.io/v1/

Source
get_authorization_api_group

get information of a group GET /apis/authorization.k8s.io/

Source
get_authorization_v1_api_resources

get available resources GET /apis/authorization.k8s.io/v1/

Source
get_autoscaling_api_group

get information of a group GET /apis/autoscaling/

Source
get_autoscaling_v1_api_resources

get available resources GET /apis/autoscaling/v1/

Source
get_autoscaling_v2_api_resources

get available resources GET /apis/autoscaling/v2/

Source
get_batch_api_group

get information of a group GET /apis/batch/

Source
get_batch_v1_api_resources

get available resources GET /apis/batch/v1/

Source
get_certificates_api_group

get information of a group GET /apis/certificates.k8s.io/

Source
get_certificates_v1_api_resources

get available resources GET /apis/certificates.k8s.io/v1/

Source
get_certificates_v1beta1_api_resources

get available resources GET /apis/certificates.k8s.io/v1beta1/

Source
get_code_version

get the version information for this server GET /version/

Source
get_coordination_api_group

get information of a group GET /apis/coordination.k8s.io/

Source
get_coordination_v1_api_resources

get available resources GET /apis/coordination.k8s.io/v1/

Source
get_coordination_v1alpha2_api_resources

get available resources GET /apis/coordination.k8s.io/v1alpha2/

Source
get_coordination_v1beta1_api_resources

get available resources GET /apis/coordination.k8s.io/v1beta1/

Source
get_core_api_versions

get available API versions GET /api/

Source
get_core_v1_api_resources

get available resources GET /api/v1/

Source
get_discovery_api_group

get information of a group GET /apis/discovery.k8s.io/

Source
get_discovery_v1_api_resources

get available resources GET /apis/discovery.k8s.io/v1/

Source
get_events_api_group

get information of a group GET /apis/events.k8s.io/

Source
get_events_v1_api_resources

get available resources GET /apis/events.k8s.io/v1/

Source
get_flowcontrol_apiserver_api_group

get information of a group GET /apis/flowcontrol.apiserver.k8s.io/

Source
get_flowcontrol_apiserver_v1_api_resources

get available resources GET /apis/flowcontrol.apiserver.k8s.io/v1/

Source
get_internal_apiserver_api_group

get information of a group GET /apis/internal.apiserver.k8s.io/

Source
get_internal_apiserver_v1alpha1_api_resources

get available resources GET /apis/internal.apiserver.k8s.io/v1alpha1/

Source
get_networking_api_group

get information of a group GET /apis/networking.k8s.io/

Source
get_networking_v1_api_resources

get available resources GET /apis/networking.k8s.io/v1/

Source
get_node_api_group

get information of a group GET /apis/node.k8s.io/

Source
get_node_v1_api_resources

get available resources GET /apis/node.k8s.io/v1/

Source
get_policy_api_group

get information of a group GET /apis/policy/

Source
get_policy_v1_api_resources

get available resources GET /apis/policy/v1/

Source
get_rbac_authorization_api_group

get information of a group GET /apis/rbac.authorization.k8s.io/

Source
get_rbac_authorization_v1_api_resources

get available resources GET /apis/rbac.authorization.k8s.io/v1/

Source
get_resource_api_group

get information of a group GET /apis/resource.k8s.io/

Source
get_resource_v1_api_resources

get available resources GET /apis/resource.k8s.io/v1/

Source
get_resource_v1alpha3_api_resources

get available resources GET /apis/resource.k8s.io/v1alpha3/

Source
get_resource_v1beta1_api_resources

get available resources GET /apis/resource.k8s.io/v1beta1/

Source
get_resource_v1beta2_api_resources

get available resources GET /apis/resource.k8s.io/v1beta2/

Source
get_scheduling_api_group

get information of a group GET /apis/scheduling.k8s.io/

Source
get_scheduling_v1_api_resources

get available resources GET /apis/scheduling.k8s.io/v1/

Source
get_scheduling_v1alpha3_api_resources

get available resources GET /apis/scheduling.k8s.io/v1alpha3/

Source
get_service_account_issuer_open_id_configuration

get service account issuer OpenID configuration, also known as the 'OIDC discovery doc' GET /.well-known/openid-configuration/

Source
get_service_account_issuer_open_id_keyset

get service account issuer OpenID JSON Web Key Set (contains public token verification keys) GET /openid/v1/jwks/

Source
get_storage_api_group

get information of a group GET /apis/storage.k8s.io/

Source
get_storage_v1_api_resources

get available resources GET /apis/storage.k8s.io/v1/

Source
get_storagemigration_api_group

get information of a group GET /apis/storagemigration.k8s.io/

Source
get_storagemigration_v1beta1_api_resources

get available resources GET /apis/storagemigration.k8s.io/v1beta1/

Source
list_admissionregistration_v1_mutating_admission_policy

list or watch objects of kind MutatingAdmissionPolicy GET /apis/admissionregistration.k8s.io/v1/mutatingadmissionpolicies

Source
list_admissionregistration_v1_mutating_admission_policy_binding

list or watch objects of kind MutatingAdmissionPolicyBinding GET /apis/admissionregistration.k8s.io/v1/mutatingadmissionpolicybindings

Source
list_admissionregistration_v1_mutating_webhook_configuration

list or watch objects of kind MutatingWebhookConfiguration GET /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations

Source
list_admissionregistration_v1_validating_admission_policy

list or watch objects of kind ValidatingAdmissionPolicy GET /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies

Source
list_admissionregistration_v1_validating_admission_policy_binding

list or watch objects of kind ValidatingAdmissionPolicyBinding GET /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings

Source
list_admissionregistration_v1_validating_webhook_configuration

list or watch objects of kind ValidatingWebhookConfiguration GET /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations

Source
list_admissionregistration_v1alpha1_mutating_admission_policy

list or watch objects of kind MutatingAdmissionPolicy GET /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicies

Source
list_admissionregistration_v1alpha1_mutating_admission_policy_binding

list or watch objects of kind MutatingAdmissionPolicyBinding GET /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicybindings

Source
list_admissionregistration_v1beta1_mutating_admission_policy

list or watch objects of kind MutatingAdmissionPolicy GET /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicies

Source
list_admissionregistration_v1beta1_mutating_admission_policy_binding

list or watch objects of kind MutatingAdmissionPolicyBinding GET /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicybindings

Source
list_apiextensions_v1_custom_resource_definition

list or watch objects of kind CustomResourceDefinition GET /apis/apiextensions.k8s.io/v1/customresourcedefinitions

Source
list_apiregistration_v1_api_service

list or watch objects of kind APIService GET /apis/apiregistration.k8s.io/v1/apiservices

Source
list_apps_v1_controller_revision_for_all_namespaces

list or watch objects of kind ControllerRevision GET /apis/apps/v1/controllerrevisions

Source
list_apps_v1_daemon_set_for_all_namespaces

list or watch objects of kind DaemonSet GET /apis/apps/v1/daemonsets

Source
list_apps_v1_deployment_for_all_namespaces

list or watch objects of kind Deployment GET /apis/apps/v1/deployments

Source
list_apps_v1_namespaced_controller_revision

list or watch objects of kind ControllerRevision GET /apis/apps/v1/namespaces/{namespace}/controllerrevisions

Source
list_apps_v1_namespaced_daemon_set

list or watch objects of kind DaemonSet GET /apis/apps/v1/namespaces/{namespace}/daemonsets

Source
list_apps_v1_namespaced_deployment

list or watch objects of kind Deployment GET /apis/apps/v1/namespaces/{namespace}/deployments

Source
list_apps_v1_namespaced_replica_set

list or watch objects of kind ReplicaSet GET /apis/apps/v1/namespaces/{namespace}/replicasets

Source
list_apps_v1_namespaced_stateful_set

list or watch objects of kind StatefulSet GET /apis/apps/v1/namespaces/{namespace}/statefulsets

Source
list_apps_v1_replica_set_for_all_namespaces

list or watch objects of kind ReplicaSet GET /apis/apps/v1/replicasets

Source
list_apps_v1_stateful_set_for_all_namespaces

list or watch objects of kind StatefulSet GET /apis/apps/v1/statefulsets

Source
list_autoscaling_v1_horizontal_pod_autoscaler_for_all_namespaces

list or watch objects of kind HorizontalPodAutoscaler GET /apis/autoscaling/v1/horizontalpodautoscalers

Source
list_autoscaling_v1_namespaced_horizontal_pod_autoscaler

list or watch objects of kind HorizontalPodAutoscaler GET /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers

Source
list_autoscaling_v2_horizontal_pod_autoscaler_for_all_namespaces

list or watch objects of kind HorizontalPodAutoscaler GET /apis/autoscaling/v2/horizontalpodautoscalers

Source
list_autoscaling_v2_namespaced_horizontal_pod_autoscaler

list or watch objects of kind HorizontalPodAutoscaler GET /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers

Source
list_batch_v1_cron_job_for_all_namespaces

list or watch objects of kind CronJob GET /apis/batch/v1/cronjobs

Source
list_batch_v1_job_for_all_namespaces

list or watch objects of kind Job GET /apis/batch/v1/jobs

Source
list_batch_v1_namespaced_cron_job

list or watch objects of kind CronJob GET /apis/batch/v1/namespaces/{namespace}/cronjobs

Source
list_batch_v1_namespaced_job

list or watch objects of kind Job GET /apis/batch/v1/namespaces/{namespace}/jobs

Source
list_certificates_v1_certificate_signing_request

list or watch objects of kind CertificateSigningRequest GET /apis/certificates.k8s.io/v1/certificatesigningrequests

Source
list_certificates_v1beta1_cluster_trust_bundle

list or watch objects of kind ClusterTrustBundle GET /apis/certificates.k8s.io/v1beta1/clustertrustbundles

Source
list_certificates_v1beta1_namespaced_pod_certificate_request

list or watch objects of kind PodCertificateRequest GET /apis/certificates.k8s.io/v1beta1/namespaces/{namespace}/podcertificaterequests

Source
list_certificates_v1beta1_pod_certificate_request_for_all_namespaces

list or watch objects of kind PodCertificateRequest GET /apis/certificates.k8s.io/v1beta1/podcertificaterequests

Source
list_coordination_v1_lease_for_all_namespaces

list or watch objects of kind Lease GET /apis/coordination.k8s.io/v1/leases

Source
list_coordination_v1_namespaced_lease

list or watch objects of kind Lease GET /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases

Source
list_coordination_v1alpha2_lease_candidate_for_all_namespaces

list or watch objects of kind LeaseCandidate GET /apis/coordination.k8s.io/v1alpha2/leasecandidates

Source
list_coordination_v1alpha2_namespaced_lease_candidate

list or watch objects of kind LeaseCandidate GET /apis/coordination.k8s.io/v1alpha2/namespaces/{namespace}/leasecandidates

Source
list_coordination_v1beta1_lease_candidate_for_all_namespaces

list or watch objects of kind LeaseCandidate GET /apis/coordination.k8s.io/v1beta1/leasecandidates

Source
list_coordination_v1beta1_namespaced_lease_candidate

list or watch objects of kind LeaseCandidate GET /apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leasecandidates

Source
list_core_v1_component_status

list objects of kind ComponentStatus GET /api/v1/componentstatuses

Source
list_core_v1_config_map_for_all_namespaces

list or watch objects of kind ConfigMap GET /api/v1/configmaps

Source
list_core_v1_endpoints_for_all_namespaces

list or watch objects of kind Endpoints GET /api/v1/endpoints

Source
list_core_v1_event_for_all_namespaces

list or watch objects of kind Event GET /api/v1/events

Source
list_core_v1_limit_range_for_all_namespaces

list or watch objects of kind LimitRange GET /api/v1/limitranges

Source
list_core_v1_namespace

list or watch objects of kind Namespace GET /api/v1/namespaces

Source
list_core_v1_namespaced_config_map

list or watch objects of kind ConfigMap GET /api/v1/namespaces/{namespace}/configmaps

Source
list_core_v1_namespaced_endpoints

list or watch objects of kind Endpoints GET /api/v1/namespaces/{namespace}/endpoints

Source
list_core_v1_namespaced_event

list or watch objects of kind Event GET /api/v1/namespaces/{namespace}/events

Source
list_core_v1_namespaced_limit_range

list or watch objects of kind LimitRange GET /api/v1/namespaces/{namespace}/limitranges

Source
list_core_v1_namespaced_persistent_volume_claim

list or watch objects of kind PersistentVolumeClaim GET /api/v1/namespaces/{namespace}/persistentvolumeclaims

Source
list_core_v1_namespaced_pod

list or watch objects of kind Pod GET /api/v1/namespaces/{namespace}/pods

Source
list_core_v1_namespaced_pod_template

list or watch objects of kind PodTemplate GET /api/v1/namespaces/{namespace}/podtemplates

Source
list_core_v1_namespaced_replication_controller

list or watch objects of kind ReplicationController GET /api/v1/namespaces/{namespace}/replicationcontrollers

Source
list_core_v1_namespaced_resource_quota

list or watch objects of kind ResourceQuota GET /api/v1/namespaces/{namespace}/resourcequotas

Source
list_core_v1_namespaced_secret

list or watch objects of kind Secret GET /api/v1/namespaces/{namespace}/secrets

Source
list_core_v1_namespaced_service

list or watch objects of kind Service GET /api/v1/namespaces/{namespace}/services

Source
list_core_v1_namespaced_service_account

list or watch objects of kind ServiceAccount GET /api/v1/namespaces/{namespace}/serviceaccounts

Source
list_core_v1_node

list or watch objects of kind Node GET /api/v1/nodes

Source
list_core_v1_persistent_volume

list or watch objects of kind PersistentVolume GET /api/v1/persistentvolumes

Source
list_core_v1_persistent_volume_claim_for_all_namespaces

list or watch objects of kind PersistentVolumeClaim GET /api/v1/persistentvolumeclaims

Source
list_core_v1_pod_for_all_namespaces

list or watch objects of kind Pod GET /api/v1/pods

Source
list_core_v1_pod_template_for_all_namespaces

list or watch objects of kind PodTemplate GET /api/v1/podtemplates

Source
list_core_v1_replication_controller_for_all_namespaces

list or watch objects of kind ReplicationController GET /api/v1/replicationcontrollers

Source
list_core_v1_resource_quota_for_all_namespaces

list or watch objects of kind ResourceQuota GET /api/v1/resourcequotas

Source
list_core_v1_secret_for_all_namespaces

list or watch objects of kind Secret GET /api/v1/secrets

Source
list_core_v1_service_account_for_all_namespaces

list or watch objects of kind ServiceAccount GET /api/v1/serviceaccounts

Source
list_core_v1_service_for_all_namespaces

list or watch objects of kind Service GET /api/v1/services

Source
list_discovery_v1_endpoint_slice_for_all_namespaces

list or watch objects of kind EndpointSlice GET /apis/discovery.k8s.io/v1/endpointslices

Source
list_discovery_v1_namespaced_endpoint_slice

list or watch objects of kind EndpointSlice GET /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices

Source
list_events_v1_event_for_all_namespaces

list or watch objects of kind Event GET /apis/events.k8s.io/v1/events

Source
list_events_v1_namespaced_event

list or watch objects of kind Event GET /apis/events.k8s.io/v1/namespaces/{namespace}/events

Source
list_flowcontrol_apiserver_v1_flow_schema

list or watch objects of kind FlowSchema GET /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas

Source
list_flowcontrol_apiserver_v1_priority_level_configuration

list or watch objects of kind PriorityLevelConfiguration GET /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations

Source
list_internal_apiserver_v1alpha1_storage_version

list or watch objects of kind StorageVersion GET /apis/internal.apiserver.k8s.io/v1alpha1/storageversions

Source
list_networking_v1_ingress_class

list or watch objects of kind IngressClass GET /apis/networking.k8s.io/v1/ingressclasses

Source
list_networking_v1_ingress_for_all_namespaces

list or watch objects of kind Ingress GET /apis/networking.k8s.io/v1/ingresses

Source
list_networking_v1_ip_address

list or watch objects of kind IPAddress GET /apis/networking.k8s.io/v1/ipaddresses

Source
list_networking_v1_namespaced_ingress

list or watch objects of kind Ingress GET /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses

Source
list_networking_v1_namespaced_network_policy

list or watch objects of kind NetworkPolicy GET /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies

Source
list_networking_v1_network_policy_for_all_namespaces

list or watch objects of kind NetworkPolicy GET /apis/networking.k8s.io/v1/networkpolicies

Source
list_networking_v1_service_cidr

list or watch objects of kind ServiceCIDR GET /apis/networking.k8s.io/v1/servicecidrs

Source
list_node_v1_runtime_class

list or watch objects of kind RuntimeClass GET /apis/node.k8s.io/v1/runtimeclasses

Source
list_policy_v1_namespaced_pod_disruption_budget

list or watch objects of kind PodDisruptionBudget GET /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets

Source
list_policy_v1_pod_disruption_budget_for_all_namespaces

list or watch objects of kind PodDisruptionBudget GET /apis/policy/v1/poddisruptionbudgets

Source
list_rbac_authorization_v1_cluster_role

list or watch objects of kind ClusterRole GET /apis/rbac.authorization.k8s.io/v1/clusterroles

Source
list_rbac_authorization_v1_cluster_role_binding

list or watch objects of kind ClusterRoleBinding GET /apis/rbac.authorization.k8s.io/v1/clusterrolebindings

Source
list_rbac_authorization_v1_namespaced_role

list or watch objects of kind Role GET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles

Source
list_rbac_authorization_v1_namespaced_role_binding

list or watch objects of kind RoleBinding GET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings

Source
list_rbac_authorization_v1_role_binding_for_all_namespaces

list or watch objects of kind RoleBinding GET /apis/rbac.authorization.k8s.io/v1/rolebindings

Source
list_rbac_authorization_v1_role_for_all_namespaces

list or watch objects of kind Role GET /apis/rbac.authorization.k8s.io/v1/roles

Source
list_resource_v1_device_class

list or watch objects of kind DeviceClass GET /apis/resource.k8s.io/v1/deviceclasses

Source
list_resource_v1_namespaced_resource_claim

list or watch objects of kind ResourceClaim GET /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaims

Source
list_resource_v1_namespaced_resource_claim_template

list or watch objects of kind ResourceClaimTemplate GET /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaimtemplates

Source
list_resource_v1_resource_claim_for_all_namespaces

list or watch objects of kind ResourceClaim GET /apis/resource.k8s.io/v1/resourceclaims

Source
list_resource_v1_resource_claim_template_for_all_namespaces

list or watch objects of kind ResourceClaimTemplate GET /apis/resource.k8s.io/v1/resourceclaimtemplates

Source
list_resource_v1_resource_slice

list or watch objects of kind ResourceSlice GET /apis/resource.k8s.io/v1/resourceslices

Source
list_resource_v1alpha3_device_taint_rule

list or watch objects of kind DeviceTaintRule GET /apis/resource.k8s.io/v1alpha3/devicetaintrules

Source
list_resource_v1alpha3_resource_pool_status_request

list or watch objects of kind ResourcePoolStatusRequest GET /apis/resource.k8s.io/v1alpha3/resourcepoolstatusrequests

Source
list_resource_v1beta1_device_class

list or watch objects of kind DeviceClass GET /apis/resource.k8s.io/v1beta1/deviceclasses

Source
list_resource_v1beta1_namespaced_resource_claim

list or watch objects of kind ResourceClaim GET /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims

Source
list_resource_v1beta1_namespaced_resource_claim_template

list or watch objects of kind ResourceClaimTemplate GET /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaimtemplates

Source
list_resource_v1beta1_resource_claim_for_all_namespaces

list or watch objects of kind ResourceClaim GET /apis/resource.k8s.io/v1beta1/resourceclaims

Source
list_resource_v1beta1_resource_claim_template_for_all_namespaces

list or watch objects of kind ResourceClaimTemplate GET /apis/resource.k8s.io/v1beta1/resourceclaimtemplates

Source
list_resource_v1beta1_resource_slice

list or watch objects of kind ResourceSlice GET /apis/resource.k8s.io/v1beta1/resourceslices

Source
list_resource_v1beta2_device_class

list or watch objects of kind DeviceClass GET /apis/resource.k8s.io/v1beta2/deviceclasses

Source
list_resource_v1beta2_device_taint_rule

list or watch objects of kind DeviceTaintRule GET /apis/resource.k8s.io/v1beta2/devicetaintrules

Source
list_resource_v1beta2_namespaced_resource_claim

list or watch objects of kind ResourceClaim GET /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaims

Source
list_resource_v1beta2_namespaced_resource_claim_template

list or watch objects of kind ResourceClaimTemplate GET /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaimtemplates

Source
list_resource_v1beta2_resource_claim_for_all_namespaces

list or watch objects of kind ResourceClaim GET /apis/resource.k8s.io/v1beta2/resourceclaims

Source
list_resource_v1beta2_resource_claim_template_for_all_namespaces

list or watch objects of kind ResourceClaimTemplate GET /apis/resource.k8s.io/v1beta2/resourceclaimtemplates

Source
list_resource_v1beta2_resource_slice

list or watch objects of kind ResourceSlice GET /apis/resource.k8s.io/v1beta2/resourceslices

Source
list_scheduling_v1_priority_class

list or watch objects of kind PriorityClass GET /apis/scheduling.k8s.io/v1/priorityclasses

Source
list_scheduling_v1alpha3_namespaced_pod_group

list or watch objects of kind PodGroup GET /apis/scheduling.k8s.io/v1alpha3/namespaces/{namespace}/podgroups

Source
list_scheduling_v1alpha3_namespaced_workload

list or watch objects of kind Workload GET /apis/scheduling.k8s.io/v1alpha3/namespaces/{namespace}/workloads

Source
list_scheduling_v1alpha3_pod_group_for_all_namespaces

list or watch objects of kind PodGroup GET /apis/scheduling.k8s.io/v1alpha3/podgroups

Source
list_scheduling_v1alpha3_workload_for_all_namespaces

list or watch objects of kind Workload GET /apis/scheduling.k8s.io/v1alpha3/workloads

Source
list_storage_v1_csi_driver

list or watch objects of kind CSIDriver GET /apis/storage.k8s.io/v1/csidrivers

Source
list_storage_v1_csi_node

list or watch objects of kind CSINode GET /apis/storage.k8s.io/v1/csinodes

Source
list_storage_v1_csi_storage_capacity_for_all_namespaces

list or watch objects of kind CSIStorageCapacity GET /apis/storage.k8s.io/v1/csistoragecapacities

Source
list_storage_v1_namespaced_csi_storage_capacity

list or watch objects of kind CSIStorageCapacity GET /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities

Source
list_storage_v1_storage_class

list or watch objects of kind StorageClass GET /apis/storage.k8s.io/v1/storageclasses

Source
list_storage_v1_volume_attachment

list or watch objects of kind VolumeAttachment GET /apis/storage.k8s.io/v1/volumeattachments

Source
list_storage_v1_volume_attributes_class

list or watch objects of kind VolumeAttributesClass GET /apis/storage.k8s.io/v1/volumeattributesclasses

Source
list_storagemigration_v1beta1_storage_version_migration

list or watch objects of kind StorageVersionMigration GET /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations

Source
log_file_handler

GET /logs/{logpath}

Source
log_file_list_handler

GET /logs/

Source
patch(path, body, headers = HTTP::Headers.new, *, content_type = "application/apply-patch+yaml", check_status : Bool = true)
Source
patch_admissionregistration_v1_mutating_admission_policy

partially update the specified MutatingAdmissionPolicy PATCH /apis/admissionregistration.k8s.io/v1/mutatingadmissionpolicies/{name}

Source
patch_admissionregistration_v1_mutating_admission_policy_binding

partially update the specified MutatingAdmissionPolicyBinding PATCH /apis/admissionregistration.k8s.io/v1/mutatingadmissionpolicybindings/{name}

Source
patch_admissionregistration_v1_mutating_webhook_configuration

partially update the specified MutatingWebhookConfiguration PATCH /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/{name}

Source
patch_admissionregistration_v1_validating_admission_policy

partially update the specified ValidatingAdmissionPolicy PATCH /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name}

Source
patch_admissionregistration_v1_validating_admission_policy_binding

partially update the specified ValidatingAdmissionPolicyBinding PATCH /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings/{name}

Source
patch_admissionregistration_v1_validating_admission_policy_status

partially update status of the specified ValidatingAdmissionPolicy PATCH /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name}/status

Source
patch_admissionregistration_v1_validating_webhook_configuration

partially update the specified ValidatingWebhookConfiguration PATCH /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/{name}

Source
patch_admissionregistration_v1alpha1_mutating_admission_policy

partially update the specified MutatingAdmissionPolicy PATCH /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicies/{name}

Source
patch_admissionregistration_v1alpha1_mutating_admission_policy_binding

partially update the specified MutatingAdmissionPolicyBinding PATCH /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicybindings/{name}

Source
patch_admissionregistration_v1beta1_mutating_admission_policy

partially update the specified MutatingAdmissionPolicy PATCH /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicies/{name}

Source
patch_admissionregistration_v1beta1_mutating_admission_policy_binding

partially update the specified MutatingAdmissionPolicyBinding PATCH /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicybindings/{name}

Source
patch_apiextensions_v1_custom_resource_definition

partially update the specified CustomResourceDefinition PATCH /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}

Source
patch_apiextensions_v1_custom_resource_definition_status

partially update status of the specified CustomResourceDefinition PATCH /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}/status

Source
patch_apiregistration_v1_api_service

partially update the specified APIService PATCH /apis/apiregistration.k8s.io/v1/apiservices/{name}

Source
patch_apiregistration_v1_api_service_status

partially update status of the specified APIService PATCH /apis/apiregistration.k8s.io/v1/apiservices/{name}/status

Source
patch_apps_v1_namespaced_controller_revision

partially update the specified ControllerRevision PATCH /apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name}

Source
patch_apps_v1_namespaced_daemon_set

partially update the specified DaemonSet PATCH /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}

Source
patch_apps_v1_namespaced_daemon_set_status

partially update status of the specified DaemonSet PATCH /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}/status

Source
patch_apps_v1_namespaced_deployment

partially update the specified Deployment PATCH /apis/apps/v1/namespaces/{namespace}/deployments/{name}

Source
patch_apps_v1_namespaced_deployment_scale

partially update scale of the specified Deployment PATCH /apis/apps/v1/namespaces/{namespace}/deployments/{name}/scale

Source
patch_apps_v1_namespaced_deployment_status

partially update status of the specified Deployment PATCH /apis/apps/v1/namespaces/{namespace}/deployments/{name}/status

Source
patch_apps_v1_namespaced_replica_set

partially update the specified ReplicaSet PATCH /apis/apps/v1/namespaces/{namespace}/replicasets/{name}

Source
patch_apps_v1_namespaced_replica_set_scale

partially update scale of the specified ReplicaSet PATCH /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/scale

Source
patch_apps_v1_namespaced_replica_set_status

partially update status of the specified ReplicaSet PATCH /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/status

Source
patch_apps_v1_namespaced_stateful_set

partially update the specified StatefulSet PATCH /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}

Source
patch_apps_v1_namespaced_stateful_set_scale

partially update scale of the specified StatefulSet PATCH /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/scale

Source
patch_apps_v1_namespaced_stateful_set_status

partially update status of the specified StatefulSet PATCH /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/status

Source
patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler

partially update the specified HorizontalPodAutoscaler PATCH /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}

Source
patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status

partially update status of the specified HorizontalPodAutoscaler PATCH /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status

Source
patch_autoscaling_v2_namespaced_horizontal_pod_autoscaler

partially update the specified HorizontalPodAutoscaler PATCH /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}

Source
patch_autoscaling_v2_namespaced_horizontal_pod_autoscaler_status

partially update status of the specified HorizontalPodAutoscaler PATCH /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}/status

Source
patch_batch_v1_namespaced_cron_job

partially update the specified CronJob PATCH /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}

Source
patch_batch_v1_namespaced_cron_job_status

partially update status of the specified CronJob PATCH /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}/status

Source
patch_batch_v1_namespaced_job

partially update the specified Job PATCH /apis/batch/v1/namespaces/{namespace}/jobs/{name}

Source
patch_batch_v1_namespaced_job_status

partially update status of the specified Job PATCH /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status

Source
patch_certificates_v1_certificate_signing_request

partially update the specified CertificateSigningRequest PATCH /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}

Source
patch_certificates_v1_certificate_signing_request_approval

partially update approval of the specified CertificateSigningRequest PATCH /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/approval

Source
patch_certificates_v1_certificate_signing_request_status

partially update status of the specified CertificateSigningRequest PATCH /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/status

Source
patch_certificates_v1beta1_cluster_trust_bundle

partially update the specified ClusterTrustBundle PATCH /apis/certificates.k8s.io/v1beta1/clustertrustbundles/{name}

Source
patch_certificates_v1beta1_namespaced_pod_certificate_request

partially update the specified PodCertificateRequest PATCH /apis/certificates.k8s.io/v1beta1/namespaces/{namespace}/podcertificaterequests/{name}

Source
patch_certificates_v1beta1_namespaced_pod_certificate_request_status

partially update status of the specified PodCertificateRequest PATCH /apis/certificates.k8s.io/v1beta1/namespaces/{namespace}/podcertificaterequests/{name}/status

Source
patch_coordination_v1_namespaced_lease

partially update the specified Lease PATCH /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name}

Source
patch_coordination_v1alpha2_namespaced_lease_candidate

partially update the specified LeaseCandidate PATCH /apis/coordination.k8s.io/v1alpha2/namespaces/{namespace}/leasecandidates/{name}

Source
patch_coordination_v1beta1_namespaced_lease_candidate

partially update the specified LeaseCandidate PATCH /apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leasecandidates/{name}

Source
patch_core_v1_namespace

partially update the specified Namespace PATCH /api/v1/namespaces/{name}

Source
patch_core_v1_namespace_status

partially update status of the specified Namespace PATCH /api/v1/namespaces/{name}/status

Source
patch_core_v1_namespaced_config_map

partially update the specified ConfigMap PATCH /api/v1/namespaces/{namespace}/configmaps/{name}

Source
patch_core_v1_namespaced_endpoints

partially update the specified Endpoints PATCH /api/v1/namespaces/{namespace}/endpoints/{name}

Source
patch_core_v1_namespaced_event

partially update the specified Event PATCH /api/v1/namespaces/{namespace}/events/{name}

Source
patch_core_v1_namespaced_limit_range

partially update the specified LimitRange PATCH /api/v1/namespaces/{namespace}/limitranges/{name}

Source
patch_core_v1_namespaced_persistent_volume_claim

partially update the specified PersistentVolumeClaim PATCH /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}

Source
patch_core_v1_namespaced_persistent_volume_claim_status

partially update status of the specified PersistentVolumeClaim PATCH /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status

Source
patch_core_v1_namespaced_pod

partially update the specified Pod PATCH /api/v1/namespaces/{namespace}/pods/{name}

Source
patch_core_v1_namespaced_pod_ephemeralcontainers

partially update ephemeralcontainers of the specified Pod PATCH /api/v1/namespaces/{namespace}/pods/{name}/ephemeralcontainers

Source
patch_core_v1_namespaced_pod_resize

partially update resize of the specified Pod PATCH /api/v1/namespaces/{namespace}/pods/{name}/resize

Source
patch_core_v1_namespaced_pod_status

partially update status of the specified Pod PATCH /api/v1/namespaces/{namespace}/pods/{name}/status

Source
patch_core_v1_namespaced_pod_template

partially update the specified PodTemplate PATCH /api/v1/namespaces/{namespace}/podtemplates/{name}

Source
patch_core_v1_namespaced_replication_controller

partially update the specified ReplicationController PATCH /api/v1/namespaces/{namespace}/replicationcontrollers/{name}

Source
patch_core_v1_namespaced_replication_controller_scale

partially update scale of the specified ReplicationController PATCH /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale

Source
patch_core_v1_namespaced_replication_controller_status

partially update status of the specified ReplicationController PATCH /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status

Source
patch_core_v1_namespaced_resource_quota

partially update the specified ResourceQuota PATCH /api/v1/namespaces/{namespace}/resourcequotas/{name}

Source
patch_core_v1_namespaced_resource_quota_status

partially update status of the specified ResourceQuota PATCH /api/v1/namespaces/{namespace}/resourcequotas/{name}/status

Source
patch_core_v1_namespaced_secret

partially update the specified Secret PATCH /api/v1/namespaces/{namespace}/secrets/{name}

Source
patch_core_v1_namespaced_service

partially update the specified Service PATCH /api/v1/namespaces/{namespace}/services/{name}

Source
patch_core_v1_namespaced_service_account

partially update the specified ServiceAccount PATCH /api/v1/namespaces/{namespace}/serviceaccounts/{name}

Source
patch_core_v1_namespaced_service_status

partially update status of the specified Service PATCH /api/v1/namespaces/{namespace}/services/{name}/status

Source
patch_core_v1_node

partially update the specified Node PATCH /api/v1/nodes/{name}

Source
patch_core_v1_node_status

partially update status of the specified Node PATCH /api/v1/nodes/{name}/status

Source
patch_core_v1_persistent_volume

partially update the specified PersistentVolume PATCH /api/v1/persistentvolumes/{name}

Source
patch_core_v1_persistent_volume_status

partially update status of the specified PersistentVolume PATCH /api/v1/persistentvolumes/{name}/status

Source
patch_discovery_v1_namespaced_endpoint_slice

partially update the specified EndpointSlice PATCH /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices/{name}

Source
patch_events_v1_namespaced_event

partially update the specified Event PATCH /apis/events.k8s.io/v1/namespaces/{namespace}/events/{name}

Source
patch_flowcontrol_apiserver_v1_flow_schema

partially update the specified FlowSchema PATCH /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/{name}

Source
patch_flowcontrol_apiserver_v1_flow_schema_status

partially update status of the specified FlowSchema PATCH /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/{name}/status

Source
patch_flowcontrol_apiserver_v1_priority_level_configuration

partially update the specified PriorityLevelConfiguration PATCH /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/{name}

Source
patch_flowcontrol_apiserver_v1_priority_level_configuration_status

partially update status of the specified PriorityLevelConfiguration PATCH /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/{name}/status

Source
patch_internal_apiserver_v1alpha1_storage_version

partially update the specified StorageVersion PATCH /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}

Source
patch_internal_apiserver_v1alpha1_storage_version_status

partially update status of the specified StorageVersion PATCH /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}/status

Source
patch_networking_v1_ingress_class

partially update the specified IngressClass PATCH /apis/networking.k8s.io/v1/ingressclasses/{name}

Source
patch_networking_v1_ip_address

partially update the specified IPAddress PATCH /apis/networking.k8s.io/v1/ipaddresses/{name}

Source
patch_networking_v1_namespaced_ingress

partially update the specified Ingress PATCH /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}

Source
patch_networking_v1_namespaced_ingress_status

partially update status of the specified Ingress PATCH /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}/status

Source
patch_networking_v1_namespaced_network_policy

partially update the specified NetworkPolicy PATCH /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}

Source
patch_networking_v1_service_cidr

partially update the specified ServiceCIDR PATCH /apis/networking.k8s.io/v1/servicecidrs/{name}

Source
patch_networking_v1_service_cidr_status

partially update status of the specified ServiceCIDR PATCH /apis/networking.k8s.io/v1/servicecidrs/{name}/status

Source
patch_node_v1_runtime_class

partially update the specified RuntimeClass PATCH /apis/node.k8s.io/v1/runtimeclasses/{name}

Source
patch_policy_v1_namespaced_pod_disruption_budget

partially update the specified PodDisruptionBudget PATCH /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}

Source
patch_policy_v1_namespaced_pod_disruption_budget_status

partially update status of the specified PodDisruptionBudget PATCH /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}/status

Source
patch_rbac_authorization_v1_cluster_role

partially update the specified ClusterRole PATCH /apis/rbac.authorization.k8s.io/v1/clusterroles/{name}

Source
patch_rbac_authorization_v1_cluster_role_binding

partially update the specified ClusterRoleBinding PATCH /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}

Source
patch_rbac_authorization_v1_namespaced_role

partially update the specified Role PATCH /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name}

Source
patch_rbac_authorization_v1_namespaced_role_binding

partially update the specified RoleBinding PATCH /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name}

Source
patch_resource_v1_device_class

partially update the specified DeviceClass PATCH /apis/resource.k8s.io/v1/deviceclasses/{name}

Source
patch_resource_v1_namespaced_resource_claim

partially update the specified ResourceClaim PATCH /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaims/{name}

Source
patch_resource_v1_namespaced_resource_claim_status

partially update status of the specified ResourceClaim PATCH /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaims/{name}/status

Source
patch_resource_v1_namespaced_resource_claim_template

partially update the specified ResourceClaimTemplate PATCH /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaimtemplates/{name}

Source
patch_resource_v1_resource_slice

partially update the specified ResourceSlice PATCH /apis/resource.k8s.io/v1/resourceslices/{name}

Source
patch_resource_v1alpha3_device_taint_rule

partially update the specified DeviceTaintRule PATCH /apis/resource.k8s.io/v1alpha3/devicetaintrules/{name}

Source
patch_resource_v1alpha3_device_taint_rule_status

partially update status of the specified DeviceTaintRule PATCH /apis/resource.k8s.io/v1alpha3/devicetaintrules/{name}/status

Source
patch_resource_v1alpha3_resource_pool_status_request

partially update the specified ResourcePoolStatusRequest PATCH /apis/resource.k8s.io/v1alpha3/resourcepoolstatusrequests/{name}

Source
patch_resource_v1alpha3_resource_pool_status_request_status

partially update status of the specified ResourcePoolStatusRequest PATCH /apis/resource.k8s.io/v1alpha3/resourcepoolstatusrequests/{name}/status

Source
patch_resource_v1beta1_device_class

partially update the specified DeviceClass PATCH /apis/resource.k8s.io/v1beta1/deviceclasses/{name}

Source
patch_resource_v1beta1_namespaced_resource_claim

partially update the specified ResourceClaim PATCH /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims/{name}

Source
patch_resource_v1beta1_namespaced_resource_claim_status

partially update status of the specified ResourceClaim PATCH /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims/{name}/status

Source
patch_resource_v1beta1_namespaced_resource_claim_template

partially update the specified ResourceClaimTemplate PATCH /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaimtemplates/{name}

Source
patch_resource_v1beta1_resource_slice

partially update the specified ResourceSlice PATCH /apis/resource.k8s.io/v1beta1/resourceslices/{name}

Source
patch_resource_v1beta2_device_class

partially update the specified DeviceClass PATCH /apis/resource.k8s.io/v1beta2/deviceclasses/{name}

Source
patch_resource_v1beta2_device_taint_rule

partially update the specified DeviceTaintRule PATCH /apis/resource.k8s.io/v1beta2/devicetaintrules/{name}

Source
patch_resource_v1beta2_device_taint_rule_status

partially update status of the specified DeviceTaintRule PATCH /apis/resource.k8s.io/v1beta2/devicetaintrules/{name}/status

Source
patch_resource_v1beta2_namespaced_resource_claim

partially update the specified ResourceClaim PATCH /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaims/{name}

Source
patch_resource_v1beta2_namespaced_resource_claim_status

partially update status of the specified ResourceClaim PATCH /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaims/{name}/status

Source
patch_resource_v1beta2_namespaced_resource_claim_template

partially update the specified ResourceClaimTemplate PATCH /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaimtemplates/{name}

Source
patch_resource_v1beta2_resource_slice

partially update the specified ResourceSlice PATCH /apis/resource.k8s.io/v1beta2/resourceslices/{name}

Source
patch_scheduling_v1_priority_class

partially update the specified PriorityClass PATCH /apis/scheduling.k8s.io/v1/priorityclasses/{name}

Source
patch_scheduling_v1alpha3_namespaced_pod_group

partially update the specified PodGroup PATCH /apis/scheduling.k8s.io/v1alpha3/namespaces/{namespace}/podgroups/{name}

Source
patch_scheduling_v1alpha3_namespaced_pod_group_status

partially update status of the specified PodGroup PATCH /apis/scheduling.k8s.io/v1alpha3/namespaces/{namespace}/podgroups/{name}/status

Source
patch_scheduling_v1alpha3_namespaced_workload

partially update the specified Workload PATCH /apis/scheduling.k8s.io/v1alpha3/namespaces/{namespace}/workloads/{name}

Source
patch_storage_v1_csi_driver

partially update the specified CSIDriver PATCH /apis/storage.k8s.io/v1/csidrivers/{name}

Source
patch_storage_v1_csi_node

partially update the specified CSINode PATCH /apis/storage.k8s.io/v1/csinodes/{name}

Source
patch_storage_v1_namespaced_csi_storage_capacity

partially update the specified CSIStorageCapacity PATCH /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities/{name}

Source
patch_storage_v1_storage_class

partially update the specified StorageClass PATCH /apis/storage.k8s.io/v1/storageclasses/{name}

Source
patch_storage_v1_volume_attachment

partially update the specified VolumeAttachment PATCH /apis/storage.k8s.io/v1/volumeattachments/{name}

Source
patch_storage_v1_volume_attachment_status

partially update status of the specified VolumeAttachment PATCH /apis/storage.k8s.io/v1/volumeattachments/{name}/status

Source
patch_storage_v1_volume_attributes_class

partially update the specified VolumeAttributesClass PATCH /apis/storage.k8s.io/v1/volumeattributesclasses/{name}

Source
patch_storagemigration_v1beta1_storage_version_migration

partially update the specified StorageVersionMigration PATCH /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations/{name}

Source
patch_storagemigration_v1beta1_storage_version_migration_status

partially update status of the specified StorageVersionMigration PATCH /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations/{name}/status

Source
post(path, body, headers = HTTP::Headers.new, *, check_status : Bool = true)
Source
put(path, body, headers = HTTP::Headers.new, *, check_status : Bool = true)
Source
read_admissionregistration_v1_mutating_admission_policy

read the specified MutatingAdmissionPolicy GET /apis/admissionregistration.k8s.io/v1/mutatingadmissionpolicies/{name}

Source
read_admissionregistration_v1_mutating_admission_policy_binding

read the specified MutatingAdmissionPolicyBinding GET /apis/admissionregistration.k8s.io/v1/mutatingadmissionpolicybindings/{name}

Source
read_admissionregistration_v1_mutating_webhook_configuration

read the specified MutatingWebhookConfiguration GET /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/{name}

Source
read_admissionregistration_v1_validating_admission_policy

read the specified ValidatingAdmissionPolicy GET /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name}

Source
read_admissionregistration_v1_validating_admission_policy_binding

read the specified ValidatingAdmissionPolicyBinding GET /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings/{name}

Source
read_admissionregistration_v1_validating_admission_policy_status

read status of the specified ValidatingAdmissionPolicy GET /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name}/status

Source
read_admissionregistration_v1_validating_webhook_configuration

read the specified ValidatingWebhookConfiguration GET /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/{name}

Source
read_admissionregistration_v1alpha1_mutating_admission_policy

read the specified MutatingAdmissionPolicy GET /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicies/{name}

Source
read_admissionregistration_v1alpha1_mutating_admission_policy_binding

read the specified MutatingAdmissionPolicyBinding GET /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicybindings/{name}

Source
read_admissionregistration_v1beta1_mutating_admission_policy

read the specified MutatingAdmissionPolicy GET /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicies/{name}

Source
read_admissionregistration_v1beta1_mutating_admission_policy_binding

read the specified MutatingAdmissionPolicyBinding GET /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicybindings/{name}

Source
read_apiextensions_v1_custom_resource_definition

read the specified CustomResourceDefinition GET /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}

Source
read_apiextensions_v1_custom_resource_definition_status

read status of the specified CustomResourceDefinition GET /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}/status

Source
read_apiregistration_v1_api_service

read the specified APIService GET /apis/apiregistration.k8s.io/v1/apiservices/{name}

Source
read_apiregistration_v1_api_service_status

read status of the specified APIService GET /apis/apiregistration.k8s.io/v1/apiservices/{name}/status

Source
read_apps_v1_namespaced_controller_revision

read the specified ControllerRevision GET /apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name}

Source
read_apps_v1_namespaced_daemon_set

read the specified DaemonSet GET /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}

Source
read_apps_v1_namespaced_daemon_set_status

read status of the specified DaemonSet GET /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}/status

Source
read_apps_v1_namespaced_deployment

read the specified Deployment GET /apis/apps/v1/namespaces/{namespace}/deployments/{name}

Source
read_apps_v1_namespaced_deployment_scale

read scale of the specified Deployment GET /apis/apps/v1/namespaces/{namespace}/deployments/{name}/scale

Source
read_apps_v1_namespaced_deployment_status

read status of the specified Deployment GET /apis/apps/v1/namespaces/{namespace}/deployments/{name}/status

Source
read_apps_v1_namespaced_replica_set

read the specified ReplicaSet GET /apis/apps/v1/namespaces/{namespace}/replicasets/{name}

Source
read_apps_v1_namespaced_replica_set_scale

read scale of the specified ReplicaSet GET /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/scale

Source
read_apps_v1_namespaced_replica_set_status

read status of the specified ReplicaSet GET /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/status

Source
read_apps_v1_namespaced_stateful_set

read the specified StatefulSet GET /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}

Source
read_apps_v1_namespaced_stateful_set_scale

read scale of the specified StatefulSet GET /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/scale

Source
read_apps_v1_namespaced_stateful_set_status

read status of the specified StatefulSet GET /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/status

Source
read_autoscaling_v1_namespaced_horizontal_pod_autoscaler

read the specified HorizontalPodAutoscaler GET /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}

Source
read_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status

read status of the specified HorizontalPodAutoscaler GET /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status

Source
read_autoscaling_v2_namespaced_horizontal_pod_autoscaler

read the specified HorizontalPodAutoscaler GET /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}

Source
read_autoscaling_v2_namespaced_horizontal_pod_autoscaler_status

read status of the specified HorizontalPodAutoscaler GET /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}/status

Source
read_batch_v1_namespaced_cron_job

read the specified CronJob GET /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}

Source
read_batch_v1_namespaced_cron_job_status

read status of the specified CronJob GET /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}/status

Source
read_batch_v1_namespaced_job

read the specified Job GET /apis/batch/v1/namespaces/{namespace}/jobs/{name}

Source
read_batch_v1_namespaced_job_status

read status of the specified Job GET /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status

Source
read_certificates_v1_certificate_signing_request

read the specified CertificateSigningRequest GET /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}

Source
read_certificates_v1_certificate_signing_request_approval

read approval of the specified CertificateSigningRequest GET /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/approval

Source
read_certificates_v1_certificate_signing_request_status

read status of the specified CertificateSigningRequest GET /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/status

Source
read_certificates_v1beta1_cluster_trust_bundle

read the specified ClusterTrustBundle GET /apis/certificates.k8s.io/v1beta1/clustertrustbundles/{name}

Source
read_certificates_v1beta1_namespaced_pod_certificate_request

read the specified PodCertificateRequest GET /apis/certificates.k8s.io/v1beta1/namespaces/{namespace}/podcertificaterequests/{name}

Source
read_certificates_v1beta1_namespaced_pod_certificate_request_status

read status of the specified PodCertificateRequest GET /apis/certificates.k8s.io/v1beta1/namespaces/{namespace}/podcertificaterequests/{name}/status

Source
read_coordination_v1_namespaced_lease

read the specified Lease GET /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name}

Source
read_coordination_v1alpha2_namespaced_lease_candidate

read the specified LeaseCandidate GET /apis/coordination.k8s.io/v1alpha2/namespaces/{namespace}/leasecandidates/{name}

Source
read_coordination_v1beta1_namespaced_lease_candidate

read the specified LeaseCandidate GET /apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leasecandidates/{name}

Source
read_core_v1_component_status

read the specified ComponentStatus GET /api/v1/componentstatuses/{name}

Source
read_core_v1_namespace

read the specified Namespace GET /api/v1/namespaces/{name}

Source
read_core_v1_namespace_status

read status of the specified Namespace GET /api/v1/namespaces/{name}/status

Source
read_core_v1_namespaced_config_map

read the specified ConfigMap GET /api/v1/namespaces/{namespace}/configmaps/{name}

Source
read_core_v1_namespaced_endpoints

read the specified Endpoints GET /api/v1/namespaces/{namespace}/endpoints/{name}

Source
read_core_v1_namespaced_event

read the specified Event GET /api/v1/namespaces/{namespace}/events/{name}

Source
read_core_v1_namespaced_limit_range

read the specified LimitRange GET /api/v1/namespaces/{namespace}/limitranges/{name}

Source
read_core_v1_namespaced_persistent_volume_claim

read the specified PersistentVolumeClaim GET /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}

Source
read_core_v1_namespaced_persistent_volume_claim_status

read status of the specified PersistentVolumeClaim GET /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status

Source
read_core_v1_namespaced_pod

read the specified Pod GET /api/v1/namespaces/{namespace}/pods/{name}

Source
read_core_v1_namespaced_pod_ephemeralcontainers

read ephemeralcontainers of the specified Pod GET /api/v1/namespaces/{namespace}/pods/{name}/ephemeralcontainers

Source
read_core_v1_namespaced_pod_log

read log of the specified Pod GET /api/v1/namespaces/{namespace}/pods/{name}/log

Source
read_core_v1_namespaced_pod_resize

read resize of the specified Pod GET /api/v1/namespaces/{namespace}/pods/{name}/resize

Source
read_core_v1_namespaced_pod_status

read status of the specified Pod GET /api/v1/namespaces/{namespace}/pods/{name}/status

Source
read_core_v1_namespaced_pod_template

read the specified PodTemplate GET /api/v1/namespaces/{namespace}/podtemplates/{name}

Source
read_core_v1_namespaced_replication_controller

read the specified ReplicationController GET /api/v1/namespaces/{namespace}/replicationcontrollers/{name}

Source
read_core_v1_namespaced_replication_controller_scale

read scale of the specified ReplicationController GET /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale

Source
read_core_v1_namespaced_replication_controller_status

read status of the specified ReplicationController GET /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status

Source
read_core_v1_namespaced_resource_quota

read the specified ResourceQuota GET /api/v1/namespaces/{namespace}/resourcequotas/{name}

Source
read_core_v1_namespaced_resource_quota_status

read status of the specified ResourceQuota GET /api/v1/namespaces/{namespace}/resourcequotas/{name}/status

Source
read_core_v1_namespaced_secret

read the specified Secret GET /api/v1/namespaces/{namespace}/secrets/{name}

Source
read_core_v1_namespaced_service

read the specified Service GET /api/v1/namespaces/{namespace}/services/{name}

Source
read_core_v1_namespaced_service_account

read the specified ServiceAccount GET /api/v1/namespaces/{namespace}/serviceaccounts/{name}

Source
read_core_v1_namespaced_service_status

read status of the specified Service GET /api/v1/namespaces/{namespace}/services/{name}/status

Source
read_core_v1_node

read the specified Node GET /api/v1/nodes/{name}

Source
read_core_v1_node_status

read status of the specified Node GET /api/v1/nodes/{name}/status

Source
read_core_v1_persistent_volume

read the specified PersistentVolume GET /api/v1/persistentvolumes/{name}

Source
read_core_v1_persistent_volume_status

read status of the specified PersistentVolume GET /api/v1/persistentvolumes/{name}/status

Source
read_discovery_v1_namespaced_endpoint_slice

read the specified EndpointSlice GET /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices/{name}

Source
read_events_v1_namespaced_event

read the specified Event GET /apis/events.k8s.io/v1/namespaces/{namespace}/events/{name}

Source
read_flowcontrol_apiserver_v1_flow_schema

read the specified FlowSchema GET /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/{name}

Source
read_flowcontrol_apiserver_v1_flow_schema_status

read status of the specified FlowSchema GET /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/{name}/status

Source
read_flowcontrol_apiserver_v1_priority_level_configuration

read the specified PriorityLevelConfiguration GET /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/{name}

Source
read_flowcontrol_apiserver_v1_priority_level_configuration_status

read status of the specified PriorityLevelConfiguration GET /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/{name}/status

Source
read_internal_apiserver_v1alpha1_storage_version

read the specified StorageVersion GET /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}

Source
read_internal_apiserver_v1alpha1_storage_version_status

read status of the specified StorageVersion GET /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}/status

Source
read_networking_v1_ingress_class

read the specified IngressClass GET /apis/networking.k8s.io/v1/ingressclasses/{name}

Source
read_networking_v1_ip_address

read the specified IPAddress GET /apis/networking.k8s.io/v1/ipaddresses/{name}

Source
read_networking_v1_namespaced_ingress

read the specified Ingress GET /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}

Source
read_networking_v1_namespaced_ingress_status

read status of the specified Ingress GET /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}/status

Source
read_networking_v1_namespaced_network_policy

read the specified NetworkPolicy GET /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}

Source
read_networking_v1_service_cidr

read the specified ServiceCIDR GET /apis/networking.k8s.io/v1/servicecidrs/{name}

Source
read_networking_v1_service_cidr_status

read status of the specified ServiceCIDR GET /apis/networking.k8s.io/v1/servicecidrs/{name}/status

Source
read_node_v1_runtime_class

read the specified RuntimeClass GET /apis/node.k8s.io/v1/runtimeclasses/{name}

Source
read_policy_v1_namespaced_pod_disruption_budget

read the specified PodDisruptionBudget GET /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}

Source
read_policy_v1_namespaced_pod_disruption_budget_status

read status of the specified PodDisruptionBudget GET /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}/status

Source
read_rbac_authorization_v1_cluster_role

read the specified ClusterRole GET /apis/rbac.authorization.k8s.io/v1/clusterroles/{name}

Source
read_rbac_authorization_v1_cluster_role_binding

read the specified ClusterRoleBinding GET /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}

Source
read_rbac_authorization_v1_namespaced_role

read the specified Role GET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name}

Source
read_rbac_authorization_v1_namespaced_role_binding

read the specified RoleBinding GET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name}

Source
read_resource_v1_device_class

read the specified DeviceClass GET /apis/resource.k8s.io/v1/deviceclasses/{name}

Source
read_resource_v1_namespaced_resource_claim

read the specified ResourceClaim GET /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaims/{name}

Source
read_resource_v1_namespaced_resource_claim_status

read status of the specified ResourceClaim GET /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaims/{name}/status

Source
read_resource_v1_namespaced_resource_claim_template

read the specified ResourceClaimTemplate GET /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaimtemplates/{name}

Source
read_resource_v1_resource_slice

read the specified ResourceSlice GET /apis/resource.k8s.io/v1/resourceslices/{name}

Source
read_resource_v1alpha3_device_taint_rule

read the specified DeviceTaintRule GET /apis/resource.k8s.io/v1alpha3/devicetaintrules/{name}

Source
read_resource_v1alpha3_device_taint_rule_status

read status of the specified DeviceTaintRule GET /apis/resource.k8s.io/v1alpha3/devicetaintrules/{name}/status

Source
read_resource_v1alpha3_resource_pool_status_request

read the specified ResourcePoolStatusRequest GET /apis/resource.k8s.io/v1alpha3/resourcepoolstatusrequests/{name}

Source
read_resource_v1alpha3_resource_pool_status_request_status

read status of the specified ResourcePoolStatusRequest GET /apis/resource.k8s.io/v1alpha3/resourcepoolstatusrequests/{name}/status

Source
read_resource_v1beta1_device_class

read the specified DeviceClass GET /apis/resource.k8s.io/v1beta1/deviceclasses/{name}

Source
read_resource_v1beta1_namespaced_resource_claim

read the specified ResourceClaim GET /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims/{name}

Source
read_resource_v1beta1_namespaced_resource_claim_status

read status of the specified ResourceClaim GET /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims/{name}/status

Source
read_resource_v1beta1_namespaced_resource_claim_template

read the specified ResourceClaimTemplate GET /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaimtemplates/{name}

Source
read_resource_v1beta1_resource_slice

read the specified ResourceSlice GET /apis/resource.k8s.io/v1beta1/resourceslices/{name}

Source
read_resource_v1beta2_device_class

read the specified DeviceClass GET /apis/resource.k8s.io/v1beta2/deviceclasses/{name}

Source
read_resource_v1beta2_device_taint_rule

read the specified DeviceTaintRule GET /apis/resource.k8s.io/v1beta2/devicetaintrules/{name}

Source
read_resource_v1beta2_device_taint_rule_status

read status of the specified DeviceTaintRule GET /apis/resource.k8s.io/v1beta2/devicetaintrules/{name}/status

Source
read_resource_v1beta2_namespaced_resource_claim

read the specified ResourceClaim GET /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaims/{name}

Source
read_resource_v1beta2_namespaced_resource_claim_status

read status of the specified ResourceClaim GET /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaims/{name}/status

Source
read_resource_v1beta2_namespaced_resource_claim_template

read the specified ResourceClaimTemplate GET /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaimtemplates/{name}

Source
read_resource_v1beta2_resource_slice

read the specified ResourceSlice GET /apis/resource.k8s.io/v1beta2/resourceslices/{name}

Source
read_scheduling_v1_priority_class

read the specified PriorityClass GET /apis/scheduling.k8s.io/v1/priorityclasses/{name}

Source
read_scheduling_v1alpha3_namespaced_pod_group

read the specified PodGroup GET /apis/scheduling.k8s.io/v1alpha3/namespaces/{namespace}/podgroups/{name}

Source
read_scheduling_v1alpha3_namespaced_pod_group_status

read status of the specified PodGroup GET /apis/scheduling.k8s.io/v1alpha3/namespaces/{namespace}/podgroups/{name}/status

Source
read_scheduling_v1alpha3_namespaced_workload

read the specified Workload GET /apis/scheduling.k8s.io/v1alpha3/namespaces/{namespace}/workloads/{name}

Source
read_storage_v1_csi_driver

read the specified CSIDriver GET /apis/storage.k8s.io/v1/csidrivers/{name}

Source
read_storage_v1_csi_node

read the specified CSINode GET /apis/storage.k8s.io/v1/csinodes/{name}

Source
read_storage_v1_namespaced_csi_storage_capacity

read the specified CSIStorageCapacity GET /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities/{name}

Source
read_storage_v1_storage_class

read the specified StorageClass GET /apis/storage.k8s.io/v1/storageclasses/{name}

Source
read_storage_v1_volume_attachment

read the specified VolumeAttachment GET /apis/storage.k8s.io/v1/volumeattachments/{name}

Source
read_storage_v1_volume_attachment_status

read status of the specified VolumeAttachment GET /apis/storage.k8s.io/v1/volumeattachments/{name}/status

Source
read_storage_v1_volume_attributes_class

read the specified VolumeAttributesClass GET /apis/storage.k8s.io/v1/volumeattributesclasses/{name}

Source
read_storagemigration_v1beta1_storage_version_migration

read the specified StorageVersionMigration GET /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations/{name}

Source
read_storagemigration_v1beta1_storage_version_migration_status

read status of the specified StorageVersionMigration GET /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations/{name}/status

Source
replace_admissionregistration_v1_mutating_admission_policy

replace the specified MutatingAdmissionPolicy PUT /apis/admissionregistration.k8s.io/v1/mutatingadmissionpolicies/{name}

Source
replace_admissionregistration_v1_mutating_admission_policy_binding

replace the specified MutatingAdmissionPolicyBinding PUT /apis/admissionregistration.k8s.io/v1/mutatingadmissionpolicybindings/{name}

Source
replace_admissionregistration_v1_mutating_webhook_configuration

replace the specified MutatingWebhookConfiguration PUT /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/{name}

Source
replace_admissionregistration_v1_validating_admission_policy

replace the specified ValidatingAdmissionPolicy PUT /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name}

Source
replace_admissionregistration_v1_validating_admission_policy_binding

replace the specified ValidatingAdmissionPolicyBinding PUT /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings/{name}

Source
replace_admissionregistration_v1_validating_admission_policy_status

replace status of the specified ValidatingAdmissionPolicy PUT /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name}/status

Source
replace_admissionregistration_v1_validating_webhook_configuration

replace the specified ValidatingWebhookConfiguration PUT /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/{name}

Source
replace_admissionregistration_v1alpha1_mutating_admission_policy

replace the specified MutatingAdmissionPolicy PUT /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicies/{name}

Source
replace_admissionregistration_v1alpha1_mutating_admission_policy_binding

replace the specified MutatingAdmissionPolicyBinding PUT /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicybindings/{name}

Source
replace_admissionregistration_v1beta1_mutating_admission_policy

replace the specified MutatingAdmissionPolicy PUT /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicies/{name}

Source
replace_admissionregistration_v1beta1_mutating_admission_policy_binding

replace the specified MutatingAdmissionPolicyBinding PUT /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicybindings/{name}

Source
replace_apiextensions_v1_custom_resource_definition

replace the specified CustomResourceDefinition PUT /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}

Source
replace_apiextensions_v1_custom_resource_definition_status

replace status of the specified CustomResourceDefinition PUT /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}/status

Source
replace_apiregistration_v1_api_service

replace the specified APIService PUT /apis/apiregistration.k8s.io/v1/apiservices/{name}

Source
replace_apiregistration_v1_api_service_status

replace status of the specified APIService PUT /apis/apiregistration.k8s.io/v1/apiservices/{name}/status

Source
replace_apps_v1_namespaced_controller_revision

replace the specified ControllerRevision PUT /apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name}

Source
replace_apps_v1_namespaced_daemon_set

replace the specified DaemonSet PUT /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}

Source
replace_apps_v1_namespaced_daemon_set_status

replace status of the specified DaemonSet PUT /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}/status

Source
replace_apps_v1_namespaced_deployment

replace the specified Deployment PUT /apis/apps/v1/namespaces/{namespace}/deployments/{name}

Source
replace_apps_v1_namespaced_deployment_scale

replace scale of the specified Deployment PUT /apis/apps/v1/namespaces/{namespace}/deployments/{name}/scale

Source
replace_apps_v1_namespaced_deployment_status

replace status of the specified Deployment PUT /apis/apps/v1/namespaces/{namespace}/deployments/{name}/status

Source
replace_apps_v1_namespaced_replica_set

replace the specified ReplicaSet PUT /apis/apps/v1/namespaces/{namespace}/replicasets/{name}

Source
replace_apps_v1_namespaced_replica_set_scale

replace scale of the specified ReplicaSet PUT /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/scale

Source
replace_apps_v1_namespaced_replica_set_status

replace status of the specified ReplicaSet PUT /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/status

Source
replace_apps_v1_namespaced_stateful_set

replace the specified StatefulSet PUT /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}

Source
replace_apps_v1_namespaced_stateful_set_scale

replace scale of the specified StatefulSet PUT /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/scale

Source
replace_apps_v1_namespaced_stateful_set_status

replace status of the specified StatefulSet PUT /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/status

Source
replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler

replace the specified HorizontalPodAutoscaler PUT /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}

Source
replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status

replace status of the specified HorizontalPodAutoscaler PUT /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status

Source
replace_autoscaling_v2_namespaced_horizontal_pod_autoscaler

replace the specified HorizontalPodAutoscaler PUT /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}

Source
replace_autoscaling_v2_namespaced_horizontal_pod_autoscaler_status

replace status of the specified HorizontalPodAutoscaler PUT /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}/status

Source
replace_batch_v1_namespaced_cron_job

replace the specified CronJob PUT /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}

Source
replace_batch_v1_namespaced_cron_job_status

replace status of the specified CronJob PUT /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}/status

Source
replace_batch_v1_namespaced_job

replace the specified Job PUT /apis/batch/v1/namespaces/{namespace}/jobs/{name}

Source
replace_batch_v1_namespaced_job_status

replace status of the specified Job PUT /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status

Source
replace_certificates_v1_certificate_signing_request

replace the specified CertificateSigningRequest PUT /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}

Source
replace_certificates_v1_certificate_signing_request_approval

replace approval of the specified CertificateSigningRequest PUT /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/approval

Source
replace_certificates_v1_certificate_signing_request_status

replace status of the specified CertificateSigningRequest PUT /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/status

Source
replace_certificates_v1beta1_cluster_trust_bundle

replace the specified ClusterTrustBundle PUT /apis/certificates.k8s.io/v1beta1/clustertrustbundles/{name}

Source
replace_certificates_v1beta1_namespaced_pod_certificate_request

replace the specified PodCertificateRequest PUT /apis/certificates.k8s.io/v1beta1/namespaces/{namespace}/podcertificaterequests/{name}

Source
replace_certificates_v1beta1_namespaced_pod_certificate_request_status

replace status of the specified PodCertificateRequest PUT /apis/certificates.k8s.io/v1beta1/namespaces/{namespace}/podcertificaterequests/{name}/status

Source
replace_coordination_v1_namespaced_lease

replace the specified Lease PUT /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name}

Source
replace_coordination_v1alpha2_namespaced_lease_candidate

replace the specified LeaseCandidate PUT /apis/coordination.k8s.io/v1alpha2/namespaces/{namespace}/leasecandidates/{name}

Source
replace_coordination_v1beta1_namespaced_lease_candidate

replace the specified LeaseCandidate PUT /apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leasecandidates/{name}

Source
replace_core_v1_namespace

replace the specified Namespace PUT /api/v1/namespaces/{name}

Source
replace_core_v1_namespace_finalize

replace finalize of the specified Namespace PUT /api/v1/namespaces/{name}/finalize

Source
replace_core_v1_namespace_status

replace status of the specified Namespace PUT /api/v1/namespaces/{name}/status

Source
replace_core_v1_namespaced_config_map

replace the specified ConfigMap PUT /api/v1/namespaces/{namespace}/configmaps/{name}

Source
replace_core_v1_namespaced_endpoints

replace the specified Endpoints PUT /api/v1/namespaces/{namespace}/endpoints/{name}

Source
replace_core_v1_namespaced_event

replace the specified Event PUT /api/v1/namespaces/{namespace}/events/{name}

Source
replace_core_v1_namespaced_limit_range

replace the specified LimitRange PUT /api/v1/namespaces/{namespace}/limitranges/{name}

Source
replace_core_v1_namespaced_persistent_volume_claim

replace the specified PersistentVolumeClaim PUT /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}

Source
replace_core_v1_namespaced_persistent_volume_claim_status

replace status of the specified PersistentVolumeClaim PUT /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status

Source
replace_core_v1_namespaced_pod

replace the specified Pod PUT /api/v1/namespaces/{namespace}/pods/{name}

Source
replace_core_v1_namespaced_pod_ephemeralcontainers

replace ephemeralcontainers of the specified Pod PUT /api/v1/namespaces/{namespace}/pods/{name}/ephemeralcontainers

Source
replace_core_v1_namespaced_pod_resize

replace resize of the specified Pod PUT /api/v1/namespaces/{namespace}/pods/{name}/resize

Source
replace_core_v1_namespaced_pod_status

replace status of the specified Pod PUT /api/v1/namespaces/{namespace}/pods/{name}/status

Source
replace_core_v1_namespaced_pod_template

replace the specified PodTemplate PUT /api/v1/namespaces/{namespace}/podtemplates/{name}

Source
replace_core_v1_namespaced_replication_controller

replace the specified ReplicationController PUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name}

Source
replace_core_v1_namespaced_replication_controller_scale

replace scale of the specified ReplicationController PUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale

Source
replace_core_v1_namespaced_replication_controller_status

replace status of the specified ReplicationController PUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status

Source
replace_core_v1_namespaced_resource_quota

replace the specified ResourceQuota PUT /api/v1/namespaces/{namespace}/resourcequotas/{name}

Source
replace_core_v1_namespaced_resource_quota_status

replace status of the specified ResourceQuota PUT /api/v1/namespaces/{namespace}/resourcequotas/{name}/status

Source
replace_core_v1_namespaced_secret

replace the specified Secret PUT /api/v1/namespaces/{namespace}/secrets/{name}

Source
replace_core_v1_namespaced_service

replace the specified Service PUT /api/v1/namespaces/{namespace}/services/{name}

Source
replace_core_v1_namespaced_service_account

replace the specified ServiceAccount PUT /api/v1/namespaces/{namespace}/serviceaccounts/{name}

Source
replace_core_v1_namespaced_service_status

replace status of the specified Service PUT /api/v1/namespaces/{namespace}/services/{name}/status

Source
replace_core_v1_node

replace the specified Node PUT /api/v1/nodes/{name}

Source
replace_core_v1_node_status

replace status of the specified Node PUT /api/v1/nodes/{name}/status

Source
replace_core_v1_persistent_volume

replace the specified PersistentVolume PUT /api/v1/persistentvolumes/{name}

Source
replace_core_v1_persistent_volume_status

replace status of the specified PersistentVolume PUT /api/v1/persistentvolumes/{name}/status

Source
replace_discovery_v1_namespaced_endpoint_slice

replace the specified EndpointSlice PUT /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices/{name}

Source
replace_events_v1_namespaced_event

replace the specified Event PUT /apis/events.k8s.io/v1/namespaces/{namespace}/events/{name}

Source
replace_flowcontrol_apiserver_v1_flow_schema

replace the specified FlowSchema PUT /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/{name}

Source
replace_flowcontrol_apiserver_v1_flow_schema_status

replace status of the specified FlowSchema PUT /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/{name}/status

Source
replace_flowcontrol_apiserver_v1_priority_level_configuration

replace the specified PriorityLevelConfiguration PUT /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/{name}

Source
replace_flowcontrol_apiserver_v1_priority_level_configuration_status

replace status of the specified PriorityLevelConfiguration PUT /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/{name}/status

Source
replace_internal_apiserver_v1alpha1_storage_version

replace the specified StorageVersion PUT /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}

Source
replace_internal_apiserver_v1alpha1_storage_version_status

replace status of the specified StorageVersion PUT /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}/status

Source
replace_networking_v1_ingress_class

replace the specified IngressClass PUT /apis/networking.k8s.io/v1/ingressclasses/{name}

Source
replace_networking_v1_ip_address

replace the specified IPAddress PUT /apis/networking.k8s.io/v1/ipaddresses/{name}

Source
replace_networking_v1_namespaced_ingress

replace the specified Ingress PUT /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}

Source
replace_networking_v1_namespaced_ingress_status

replace status of the specified Ingress PUT /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}/status

Source
replace_networking_v1_namespaced_network_policy

replace the specified NetworkPolicy PUT /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}

Source
replace_networking_v1_service_cidr

replace the specified ServiceCIDR PUT /apis/networking.k8s.io/v1/servicecidrs/{name}

Source
replace_networking_v1_service_cidr_status

replace status of the specified ServiceCIDR PUT /apis/networking.k8s.io/v1/servicecidrs/{name}/status

Source
replace_node_v1_runtime_class

replace the specified RuntimeClass PUT /apis/node.k8s.io/v1/runtimeclasses/{name}

Source
replace_policy_v1_namespaced_pod_disruption_budget

replace the specified PodDisruptionBudget PUT /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}

Source
replace_policy_v1_namespaced_pod_disruption_budget_status

replace status of the specified PodDisruptionBudget PUT /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}/status

Source
replace_rbac_authorization_v1_cluster_role

replace the specified ClusterRole PUT /apis/rbac.authorization.k8s.io/v1/clusterroles/{name}

Source
replace_rbac_authorization_v1_cluster_role_binding

replace the specified ClusterRoleBinding PUT /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}

Source
replace_rbac_authorization_v1_namespaced_role

replace the specified Role PUT /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name}

Source
replace_rbac_authorization_v1_namespaced_role_binding

replace the specified RoleBinding PUT /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name}

Source
replace_resource_v1_device_class

replace the specified DeviceClass PUT /apis/resource.k8s.io/v1/deviceclasses/{name}

Source
replace_resource_v1_namespaced_resource_claim

replace the specified ResourceClaim PUT /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaims/{name}

Source
replace_resource_v1_namespaced_resource_claim_status

replace status of the specified ResourceClaim PUT /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaims/{name}/status

Source
replace_resource_v1_namespaced_resource_claim_template

replace the specified ResourceClaimTemplate PUT /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaimtemplates/{name}

Source
replace_resource_v1_resource_slice

replace the specified ResourceSlice PUT /apis/resource.k8s.io/v1/resourceslices/{name}

Source
replace_resource_v1alpha3_device_taint_rule

replace the specified DeviceTaintRule PUT /apis/resource.k8s.io/v1alpha3/devicetaintrules/{name}

Source
replace_resource_v1alpha3_device_taint_rule_status

replace status of the specified DeviceTaintRule PUT /apis/resource.k8s.io/v1alpha3/devicetaintrules/{name}/status

Source
replace_resource_v1alpha3_resource_pool_status_request

replace the specified ResourcePoolStatusRequest PUT /apis/resource.k8s.io/v1alpha3/resourcepoolstatusrequests/{name}

Source
replace_resource_v1alpha3_resource_pool_status_request_status

replace status of the specified ResourcePoolStatusRequest PUT /apis/resource.k8s.io/v1alpha3/resourcepoolstatusrequests/{name}/status

Source
replace_resource_v1beta1_device_class

replace the specified DeviceClass PUT /apis/resource.k8s.io/v1beta1/deviceclasses/{name}

Source
replace_resource_v1beta1_namespaced_resource_claim

replace the specified ResourceClaim PUT /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims/{name}

Source
replace_resource_v1beta1_namespaced_resource_claim_status

replace status of the specified ResourceClaim PUT /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims/{name}/status

Source
replace_resource_v1beta1_namespaced_resource_claim_template

replace the specified ResourceClaimTemplate PUT /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaimtemplates/{name}

Source
replace_resource_v1beta1_resource_slice

replace the specified ResourceSlice PUT /apis/resource.k8s.io/v1beta1/resourceslices/{name}

Source
replace_resource_v1beta2_device_class

replace the specified DeviceClass PUT /apis/resource.k8s.io/v1beta2/deviceclasses/{name}

Source
replace_resource_v1beta2_device_taint_rule

replace the specified DeviceTaintRule PUT /apis/resource.k8s.io/v1beta2/devicetaintrules/{name}

Source
replace_resource_v1beta2_device_taint_rule_status

replace status of the specified DeviceTaintRule PUT /apis/resource.k8s.io/v1beta2/devicetaintrules/{name}/status

Source
replace_resource_v1beta2_namespaced_resource_claim

replace the specified ResourceClaim PUT /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaims/{name}

Source
replace_resource_v1beta2_namespaced_resource_claim_status

replace status of the specified ResourceClaim PUT /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaims/{name}/status

Source
replace_resource_v1beta2_namespaced_resource_claim_template

replace the specified ResourceClaimTemplate PUT /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaimtemplates/{name}

Source
replace_resource_v1beta2_resource_slice

replace the specified ResourceSlice PUT /apis/resource.k8s.io/v1beta2/resourceslices/{name}

Source
replace_scheduling_v1_priority_class

replace the specified PriorityClass PUT /apis/scheduling.k8s.io/v1/priorityclasses/{name}

Source
replace_scheduling_v1alpha3_namespaced_pod_group

replace the specified PodGroup PUT /apis/scheduling.k8s.io/v1alpha3/namespaces/{namespace}/podgroups/{name}

Source
replace_scheduling_v1alpha3_namespaced_pod_group_status

replace status of the specified PodGroup PUT /apis/scheduling.k8s.io/v1alpha3/namespaces/{namespace}/podgroups/{name}/status

Source
replace_scheduling_v1alpha3_namespaced_workload

replace the specified Workload PUT /apis/scheduling.k8s.io/v1alpha3/namespaces/{namespace}/workloads/{name}

Source
replace_storage_v1_csi_driver

replace the specified CSIDriver PUT /apis/storage.k8s.io/v1/csidrivers/{name}

Source
replace_storage_v1_csi_node

replace the specified CSINode PUT /apis/storage.k8s.io/v1/csinodes/{name}

Source
replace_storage_v1_namespaced_csi_storage_capacity

replace the specified CSIStorageCapacity PUT /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities/{name}

Source
replace_storage_v1_storage_class

replace the specified StorageClass PUT /apis/storage.k8s.io/v1/storageclasses/{name}

Source
replace_storage_v1_volume_attachment

replace the specified VolumeAttachment PUT /apis/storage.k8s.io/v1/volumeattachments/{name}

Source
replace_storage_v1_volume_attachment_status

replace status of the specified VolumeAttachment PUT /apis/storage.k8s.io/v1/volumeattachments/{name}/status

Source
replace_storage_v1_volume_attributes_class

replace the specified VolumeAttributesClass PUT /apis/storage.k8s.io/v1/volumeattributesclasses/{name}

Source
replace_storagemigration_v1beta1_storage_version_migration

replace the specified StorageVersionMigration PUT /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations/{name}

Source
replace_storagemigration_v1beta1_storage_version_migration_status

replace status of the specified StorageVersionMigration PUT /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations/{name}/status

Source
server
Source
v1

High-level type-safe API for v1 resources.

This provides convenient access to common Kubernetes resources without needing to use blocks or parse JSON manually.

Example:

k8s = Kubernetes::Client.new

# Type-safe, no blocks
pods = k8s.v1.pods.list_namespaced("default")
pods.items.each { |pod| puts pod.metadata.name }

# Helper methods
k8s.v1.deployments.scale("default", "nginx", replicas: 10)
k8s.v1.pods.wait_until_ready("default", "nginx")
logs = k8s.v1.pods.logs("default", "nginx")
Source
watch(path, resource_version = "0", timeout = 10.minutes, max_retries = -1, &) forall T
Source
watch_admissionregistration_v1_mutating_admission_policy

watch changes to an object of kind MutatingAdmissionPolicy. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/admissionregistration.k8s.io/v1/watch/mutatingadmissionpolicies/{name}

Source
watch_admissionregistration_v1_mutating_admission_policy_binding

watch changes to an object of kind MutatingAdmissionPolicyBinding. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/admissionregistration.k8s.io/v1/watch/mutatingadmissionpolicybindings/{name}

Source
watch_admissionregistration_v1_mutating_admission_policy_binding_list

watch individual changes to a list of MutatingAdmissionPolicyBinding. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/admissionregistration.k8s.io/v1/watch/mutatingadmissionpolicybindings

Source
watch_admissionregistration_v1_mutating_admission_policy_list

watch individual changes to a list of MutatingAdmissionPolicy. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/admissionregistration.k8s.io/v1/watch/mutatingadmissionpolicies

Source
watch_admissionregistration_v1_mutating_webhook_configuration

watch changes to an object of kind MutatingWebhookConfiguration. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/admissionregistration.k8s.io/v1/watch/mutatingwebhookconfigurations/{name}

Source
watch_admissionregistration_v1_mutating_webhook_configuration_list

watch individual changes to a list of MutatingWebhookConfiguration. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/admissionregistration.k8s.io/v1/watch/mutatingwebhookconfigurations

Source
watch_admissionregistration_v1_validating_admission_policy

watch changes to an object of kind ValidatingAdmissionPolicy. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/admissionregistration.k8s.io/v1/watch/validatingadmissionpolicies/{name}

Source
watch_admissionregistration_v1_validating_admission_policy_binding

watch changes to an object of kind ValidatingAdmissionPolicyBinding. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/admissionregistration.k8s.io/v1/watch/validatingadmissionpolicybindings/{name}

Source
watch_admissionregistration_v1_validating_admission_policy_binding_list

watch individual changes to a list of ValidatingAdmissionPolicyBinding. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/admissionregistration.k8s.io/v1/watch/validatingadmissionpolicybindings

Source
watch_admissionregistration_v1_validating_admission_policy_list

watch individual changes to a list of ValidatingAdmissionPolicy. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/admissionregistration.k8s.io/v1/watch/validatingadmissionpolicies

Source
watch_admissionregistration_v1_validating_webhook_configuration

watch changes to an object of kind ValidatingWebhookConfiguration. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/admissionregistration.k8s.io/v1/watch/validatingwebhookconfigurations/{name}

Source
watch_admissionregistration_v1_validating_webhook_configuration_list

watch individual changes to a list of ValidatingWebhookConfiguration. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/admissionregistration.k8s.io/v1/watch/validatingwebhookconfigurations

Source
watch_admissionregistration_v1alpha1_mutating_admission_policy

watch changes to an object of kind MutatingAdmissionPolicy. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/admissionregistration.k8s.io/v1alpha1/watch/mutatingadmissionpolicies/{name}

Source
watch_admissionregistration_v1alpha1_mutating_admission_policy_binding

watch changes to an object of kind MutatingAdmissionPolicyBinding. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/admissionregistration.k8s.io/v1alpha1/watch/mutatingadmissionpolicybindings/{name}

Source
watch_admissionregistration_v1alpha1_mutating_admission_policy_binding_list

watch individual changes to a list of MutatingAdmissionPolicyBinding. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/admissionregistration.k8s.io/v1alpha1/watch/mutatingadmissionpolicybindings

Source
watch_admissionregistration_v1alpha1_mutating_admission_policy_list

watch individual changes to a list of MutatingAdmissionPolicy. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/admissionregistration.k8s.io/v1alpha1/watch/mutatingadmissionpolicies

Source
watch_admissionregistration_v1beta1_mutating_admission_policy

watch changes to an object of kind MutatingAdmissionPolicy. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/admissionregistration.k8s.io/v1beta1/watch/mutatingadmissionpolicies/{name}

Source
watch_admissionregistration_v1beta1_mutating_admission_policy_binding

watch changes to an object of kind MutatingAdmissionPolicyBinding. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/admissionregistration.k8s.io/v1beta1/watch/mutatingadmissionpolicybindings/{name}

Source
watch_admissionregistration_v1beta1_mutating_admission_policy_binding_list

watch individual changes to a list of MutatingAdmissionPolicyBinding. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/admissionregistration.k8s.io/v1beta1/watch/mutatingadmissionpolicybindings

Source
watch_admissionregistration_v1beta1_mutating_admission_policy_list

watch individual changes to a list of MutatingAdmissionPolicy. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/admissionregistration.k8s.io/v1beta1/watch/mutatingadmissionpolicies

Source
watch_apiextensions_v1_custom_resource_definition

watch changes to an object of kind CustomResourceDefinition. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/apiextensions.k8s.io/v1/watch/customresourcedefinitions/{name}

Source
watch_apiextensions_v1_custom_resource_definition_list

watch individual changes to a list of CustomResourceDefinition. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/apiextensions.k8s.io/v1/watch/customresourcedefinitions

Source
watch_apiregistration_v1_api_service

watch changes to an object of kind APIService. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/apiregistration.k8s.io/v1/watch/apiservices/{name}

Source
watch_apiregistration_v1_api_service_list

watch individual changes to a list of APIService. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/apiregistration.k8s.io/v1/watch/apiservices

Source
watch_apps_v1_controller_revision_list_for_all_namespaces

watch individual changes to a list of ControllerRevision. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/apps/v1/watch/controllerrevisions

Source
watch_apps_v1_daemon_set_list_for_all_namespaces

watch individual changes to a list of DaemonSet. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/apps/v1/watch/daemonsets

Source
watch_apps_v1_deployment_list_for_all_namespaces

watch individual changes to a list of Deployment. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/apps/v1/watch/deployments

Source
watch_apps_v1_namespaced_controller_revision

watch changes to an object of kind ControllerRevision. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/apps/v1/watch/namespaces/{namespace}/controllerrevisions/{name}

Source
watch_apps_v1_namespaced_controller_revision_list

watch individual changes to a list of ControllerRevision. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/apps/v1/watch/namespaces/{namespace}/controllerrevisions

Source
watch_apps_v1_namespaced_daemon_set

watch changes to an object of kind DaemonSet. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/apps/v1/watch/namespaces/{namespace}/daemonsets/{name}

Source
watch_apps_v1_namespaced_daemon_set_list

watch individual changes to a list of DaemonSet. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/apps/v1/watch/namespaces/{namespace}/daemonsets

Source
watch_apps_v1_namespaced_deployment

watch changes to an object of kind Deployment. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/apps/v1/watch/namespaces/{namespace}/deployments/{name}

Source
watch_apps_v1_namespaced_deployment_list

watch individual changes to a list of Deployment. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/apps/v1/watch/namespaces/{namespace}/deployments

Source
watch_apps_v1_namespaced_replica_set

watch changes to an object of kind ReplicaSet. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/apps/v1/watch/namespaces/{namespace}/replicasets/{name}

Source
watch_apps_v1_namespaced_replica_set_list

watch individual changes to a list of ReplicaSet. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/apps/v1/watch/namespaces/{namespace}/replicasets

Source
watch_apps_v1_namespaced_stateful_set

watch changes to an object of kind StatefulSet. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/apps/v1/watch/namespaces/{namespace}/statefulsets/{name}

Source
watch_apps_v1_namespaced_stateful_set_list

watch individual changes to a list of StatefulSet. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/apps/v1/watch/namespaces/{namespace}/statefulsets

Source
watch_apps_v1_replica_set_list_for_all_namespaces

watch individual changes to a list of ReplicaSet. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/apps/v1/watch/replicasets

Source
watch_apps_v1_stateful_set_list_for_all_namespaces

watch individual changes to a list of StatefulSet. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/apps/v1/watch/statefulsets

Source
watch_autoscaling_v1_horizontal_pod_autoscaler_list_for_all_namespaces

watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/autoscaling/v1/watch/horizontalpodautoscalers

Source
watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler

watch changes to an object of kind HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/autoscaling/v1/watch/namespaces/{namespace}/horizontalpodautoscalers/{name}

Source
watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_list

watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/autoscaling/v1/watch/namespaces/{namespace}/horizontalpodautoscalers

Source
watch_autoscaling_v2_horizontal_pod_autoscaler_list_for_all_namespaces

watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/autoscaling/v2/watch/horizontalpodautoscalers

Source
watch_autoscaling_v2_namespaced_horizontal_pod_autoscaler

watch changes to an object of kind HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/autoscaling/v2/watch/namespaces/{namespace}/horizontalpodautoscalers/{name}

Source
watch_autoscaling_v2_namespaced_horizontal_pod_autoscaler_list

watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/autoscaling/v2/watch/namespaces/{namespace}/horizontalpodautoscalers

Source
watch_batch_v1_cron_job_list_for_all_namespaces

watch individual changes to a list of CronJob. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/batch/v1/watch/cronjobs

Source
watch_batch_v1_job_list_for_all_namespaces

watch individual changes to a list of Job. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/batch/v1/watch/jobs

Source
watch_batch_v1_namespaced_cron_job

watch changes to an object of kind CronJob. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/batch/v1/watch/namespaces/{namespace}/cronjobs/{name}

Source
watch_batch_v1_namespaced_cron_job_list

watch individual changes to a list of CronJob. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/batch/v1/watch/namespaces/{namespace}/cronjobs

Source
watch_batch_v1_namespaced_job

watch changes to an object of kind Job. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/batch/v1/watch/namespaces/{namespace}/jobs/{name}

Source
watch_batch_v1_namespaced_job_list

watch individual changes to a list of Job. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/batch/v1/watch/namespaces/{namespace}/jobs

Source
watch_certificates_v1_certificate_signing_request

watch changes to an object of kind CertificateSigningRequest. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/certificates.k8s.io/v1/watch/certificatesigningrequests/{name}

Source
watch_certificates_v1_certificate_signing_request_list

watch individual changes to a list of CertificateSigningRequest. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/certificates.k8s.io/v1/watch/certificatesigningrequests

Source
watch_certificates_v1beta1_cluster_trust_bundle

watch changes to an object of kind ClusterTrustBundle. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/certificates.k8s.io/v1beta1/watch/clustertrustbundles/{name}

Source
watch_certificates_v1beta1_cluster_trust_bundle_list

watch individual changes to a list of ClusterTrustBundle. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/certificates.k8s.io/v1beta1/watch/clustertrustbundles

Source
watch_certificates_v1beta1_namespaced_pod_certificate_request

watch changes to an object of kind PodCertificateRequest. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/certificates.k8s.io/v1beta1/watch/namespaces/{namespace}/podcertificaterequests/{name}

Source
watch_certificates_v1beta1_namespaced_pod_certificate_request_list

watch individual changes to a list of PodCertificateRequest. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/certificates.k8s.io/v1beta1/watch/namespaces/{namespace}/podcertificaterequests

Source
watch_certificates_v1beta1_pod_certificate_request_list_for_all_namespaces

watch individual changes to a list of PodCertificateRequest. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/certificates.k8s.io/v1beta1/watch/podcertificaterequests

Source
watch_coordination_v1_lease_list_for_all_namespaces

watch individual changes to a list of Lease. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/coordination.k8s.io/v1/watch/leases

Source
watch_coordination_v1_namespaced_lease

watch changes to an object of kind Lease. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/coordination.k8s.io/v1/watch/namespaces/{namespace}/leases/{name}

Source
watch_coordination_v1_namespaced_lease_list

watch individual changes to a list of Lease. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/coordination.k8s.io/v1/watch/namespaces/{namespace}/leases

Source
watch_coordination_v1alpha2_lease_candidate_list_for_all_namespaces

watch individual changes to a list of LeaseCandidate. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/coordination.k8s.io/v1alpha2/watch/leasecandidates

Source
watch_coordination_v1alpha2_namespaced_lease_candidate

watch changes to an object of kind LeaseCandidate. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/coordination.k8s.io/v1alpha2/watch/namespaces/{namespace}/leasecandidates/{name}

Source
watch_coordination_v1alpha2_namespaced_lease_candidate_list

watch individual changes to a list of LeaseCandidate. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/coordination.k8s.io/v1alpha2/watch/namespaces/{namespace}/leasecandidates

Source
watch_coordination_v1beta1_lease_candidate_list_for_all_namespaces

watch individual changes to a list of LeaseCandidate. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/coordination.k8s.io/v1beta1/watch/leasecandidates

Source
watch_coordination_v1beta1_namespaced_lease_candidate

watch changes to an object of kind LeaseCandidate. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/coordination.k8s.io/v1beta1/watch/namespaces/{namespace}/leasecandidates/{name}

Source
watch_coordination_v1beta1_namespaced_lease_candidate_list

watch individual changes to a list of LeaseCandidate. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/coordination.k8s.io/v1beta1/watch/namespaces/{namespace}/leasecandidates

Source
watch_core_v1_config_map_list_for_all_namespaces

watch individual changes to a list of ConfigMap. deprecated: use the 'watch' parameter with a list operation instead. GET /api/v1/watch/configmaps

Source
watch_core_v1_endpoints_list_for_all_namespaces

watch individual changes to a list of Endpoints. deprecated: use the 'watch' parameter with a list operation instead. GET /api/v1/watch/endpoints

Source
watch_core_v1_event_list_for_all_namespaces

watch individual changes to a list of Event. deprecated: use the 'watch' parameter with a list operation instead. GET /api/v1/watch/events

Source
watch_core_v1_limit_range_list_for_all_namespaces

watch individual changes to a list of LimitRange. deprecated: use the 'watch' parameter with a list operation instead. GET /api/v1/watch/limitranges

Source
watch_core_v1_namespace

watch changes to an object of kind Namespace. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /api/v1/watch/namespaces/{name}

Source
watch_core_v1_namespace_list

watch individual changes to a list of Namespace. deprecated: use the 'watch' parameter with a list operation instead. GET /api/v1/watch/namespaces

Source
watch_core_v1_namespaced_config_map

watch changes to an object of kind ConfigMap. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /api/v1/watch/namespaces/{namespace}/configmaps/{name}

Source
watch_core_v1_namespaced_config_map_list

watch individual changes to a list of ConfigMap. deprecated: use the 'watch' parameter with a list operation instead. GET /api/v1/watch/namespaces/{namespace}/configmaps

Source
watch_core_v1_namespaced_endpoints

watch changes to an object of kind Endpoints. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /api/v1/watch/namespaces/{namespace}/endpoints/{name}

Source
watch_core_v1_namespaced_endpoints_list

watch individual changes to a list of Endpoints. deprecated: use the 'watch' parameter with a list operation instead. GET /api/v1/watch/namespaces/{namespace}/endpoints

Source
watch_core_v1_namespaced_event

watch changes to an object of kind Event. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /api/v1/watch/namespaces/{namespace}/events/{name}

Source
watch_core_v1_namespaced_event_list

watch individual changes to a list of Event. deprecated: use the 'watch' parameter with a list operation instead. GET /api/v1/watch/namespaces/{namespace}/events

Source
watch_core_v1_namespaced_limit_range

watch changes to an object of kind LimitRange. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /api/v1/watch/namespaces/{namespace}/limitranges/{name}

Source
watch_core_v1_namespaced_limit_range_list

watch individual changes to a list of LimitRange. deprecated: use the 'watch' parameter with a list operation instead. GET /api/v1/watch/namespaces/{namespace}/limitranges

Source
watch_core_v1_namespaced_persistent_volume_claim

watch changes to an object of kind PersistentVolumeClaim. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /api/v1/watch/namespaces/{namespace}/persistentvolumeclaims/{name}

Source
watch_core_v1_namespaced_persistent_volume_claim_list

watch individual changes to a list of PersistentVolumeClaim. deprecated: use the 'watch' parameter with a list operation instead. GET /api/v1/watch/namespaces/{namespace}/persistentvolumeclaims

Source
watch_core_v1_namespaced_pod

watch changes to an object of kind Pod. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /api/v1/watch/namespaces/{namespace}/pods/{name}

Source
watch_core_v1_namespaced_pod_list

watch individual changes to a list of Pod. deprecated: use the 'watch' parameter with a list operation instead. GET /api/v1/watch/namespaces/{namespace}/pods

Source
watch_core_v1_namespaced_pod_template

watch changes to an object of kind PodTemplate. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /api/v1/watch/namespaces/{namespace}/podtemplates/{name}

Source
watch_core_v1_namespaced_pod_template_list

watch individual changes to a list of PodTemplate. deprecated: use the 'watch' parameter with a list operation instead. GET /api/v1/watch/namespaces/{namespace}/podtemplates

Source
watch_core_v1_namespaced_replication_controller

watch changes to an object of kind ReplicationController. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /api/v1/watch/namespaces/{namespace}/replicationcontrollers/{name}

Source
watch_core_v1_namespaced_replication_controller_list

watch individual changes to a list of ReplicationController. deprecated: use the 'watch' parameter with a list operation instead. GET /api/v1/watch/namespaces/{namespace}/replicationcontrollers

Source
watch_core_v1_namespaced_resource_quota

watch changes to an object of kind ResourceQuota. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /api/v1/watch/namespaces/{namespace}/resourcequotas/{name}

Source
watch_core_v1_namespaced_resource_quota_list

watch individual changes to a list of ResourceQuota. deprecated: use the 'watch' parameter with a list operation instead. GET /api/v1/watch/namespaces/{namespace}/resourcequotas

Source
watch_core_v1_namespaced_secret

watch changes to an object of kind Secret. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /api/v1/watch/namespaces/{namespace}/secrets/{name}

Source
watch_core_v1_namespaced_secret_list

watch individual changes to a list of Secret. deprecated: use the 'watch' parameter with a list operation instead. GET /api/v1/watch/namespaces/{namespace}/secrets

Source
watch_core_v1_namespaced_service

watch changes to an object of kind Service. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /api/v1/watch/namespaces/{namespace}/services/{name}

Source
watch_core_v1_namespaced_service_account

watch changes to an object of kind ServiceAccount. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /api/v1/watch/namespaces/{namespace}/serviceaccounts/{name}

Source
watch_core_v1_namespaced_service_account_list

watch individual changes to a list of ServiceAccount. deprecated: use the 'watch' parameter with a list operation instead. GET /api/v1/watch/namespaces/{namespace}/serviceaccounts

Source
watch_core_v1_namespaced_service_list

watch individual changes to a list of Service. deprecated: use the 'watch' parameter with a list operation instead. GET /api/v1/watch/namespaces/{namespace}/services

Source
watch_core_v1_node

watch changes to an object of kind Node. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /api/v1/watch/nodes/{name}

Source
watch_core_v1_node_list

watch individual changes to a list of Node. deprecated: use the 'watch' parameter with a list operation instead. GET /api/v1/watch/nodes

Source
watch_core_v1_persistent_volume

watch changes to an object of kind PersistentVolume. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /api/v1/watch/persistentvolumes/{name}

Source
watch_core_v1_persistent_volume_claim_list_for_all_namespaces

watch individual changes to a list of PersistentVolumeClaim. deprecated: use the 'watch' parameter with a list operation instead. GET /api/v1/watch/persistentvolumeclaims

Source
watch_core_v1_persistent_volume_list

watch individual changes to a list of PersistentVolume. deprecated: use the 'watch' parameter with a list operation instead. GET /api/v1/watch/persistentvolumes

Source
watch_core_v1_pod_list_for_all_namespaces

watch individual changes to a list of Pod. deprecated: use the 'watch' parameter with a list operation instead. GET /api/v1/watch/pods

Source
watch_core_v1_pod_template_list_for_all_namespaces

watch individual changes to a list of PodTemplate. deprecated: use the 'watch' parameter with a list operation instead. GET /api/v1/watch/podtemplates

Source
watch_core_v1_replication_controller_list_for_all_namespaces

watch individual changes to a list of ReplicationController. deprecated: use the 'watch' parameter with a list operation instead. GET /api/v1/watch/replicationcontrollers

Source
watch_core_v1_resource_quota_list_for_all_namespaces

watch individual changes to a list of ResourceQuota. deprecated: use the 'watch' parameter with a list operation instead. GET /api/v1/watch/resourcequotas

Source
watch_core_v1_secret_list_for_all_namespaces

watch individual changes to a list of Secret. deprecated: use the 'watch' parameter with a list operation instead. GET /api/v1/watch/secrets

Source
watch_core_v1_service_account_list_for_all_namespaces

watch individual changes to a list of ServiceAccount. deprecated: use the 'watch' parameter with a list operation instead. GET /api/v1/watch/serviceaccounts

Source
watch_core_v1_service_list_for_all_namespaces

watch individual changes to a list of Service. deprecated: use the 'watch' parameter with a list operation instead. GET /api/v1/watch/services

Source
watch_discovery_v1_endpoint_slice_list_for_all_namespaces

watch individual changes to a list of EndpointSlice. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/discovery.k8s.io/v1/watch/endpointslices

Source
watch_discovery_v1_namespaced_endpoint_slice

watch changes to an object of kind EndpointSlice. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/discovery.k8s.io/v1/watch/namespaces/{namespace}/endpointslices/{name}

Source
watch_discovery_v1_namespaced_endpoint_slice_list

watch individual changes to a list of EndpointSlice. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/discovery.k8s.io/v1/watch/namespaces/{namespace}/endpointslices

Source
watch_events_v1_event_list_for_all_namespaces

watch individual changes to a list of Event. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/events.k8s.io/v1/watch/events

Source
watch_events_v1_namespaced_event

watch changes to an object of kind Event. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/events.k8s.io/v1/watch/namespaces/{namespace}/events/{name}

Source
watch_events_v1_namespaced_event_list

watch individual changes to a list of Event. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/events.k8s.io/v1/watch/namespaces/{namespace}/events

Source
watch_flowcontrol_apiserver_v1_flow_schema

watch changes to an object of kind FlowSchema. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/flowcontrol.apiserver.k8s.io/v1/watch/flowschemas/{name}

Source
watch_flowcontrol_apiserver_v1_flow_schema_list

watch individual changes to a list of FlowSchema. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/flowcontrol.apiserver.k8s.io/v1/watch/flowschemas

Source
watch_flowcontrol_apiserver_v1_priority_level_configuration

watch changes to an object of kind PriorityLevelConfiguration. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/flowcontrol.apiserver.k8s.io/v1/watch/prioritylevelconfigurations/{name}

Source
watch_flowcontrol_apiserver_v1_priority_level_configuration_list

watch individual changes to a list of PriorityLevelConfiguration. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/flowcontrol.apiserver.k8s.io/v1/watch/prioritylevelconfigurations

Source
watch_internal_apiserver_v1alpha1_storage_version

watch changes to an object of kind StorageVersion. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/internal.apiserver.k8s.io/v1alpha1/watch/storageversions/{name}

Source
watch_internal_apiserver_v1alpha1_storage_version_list

watch individual changes to a list of StorageVersion. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/internal.apiserver.k8s.io/v1alpha1/watch/storageversions

Source
watch_networking_v1_ingress_class

watch changes to an object of kind IngressClass. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/networking.k8s.io/v1/watch/ingressclasses/{name}

Source
watch_networking_v1_ingress_class_list

watch individual changes to a list of IngressClass. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/networking.k8s.io/v1/watch/ingressclasses

Source
watch_networking_v1_ingress_list_for_all_namespaces

watch individual changes to a list of Ingress. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/networking.k8s.io/v1/watch/ingresses

Source
watch_networking_v1_ip_address

watch changes to an object of kind IPAddress. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/networking.k8s.io/v1/watch/ipaddresses/{name}

Source
watch_networking_v1_ip_address_list

watch individual changes to a list of IPAddress. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/networking.k8s.io/v1/watch/ipaddresses

Source
watch_networking_v1_namespaced_ingress

watch changes to an object of kind Ingress. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/networking.k8s.io/v1/watch/namespaces/{namespace}/ingresses/{name}

Source
watch_networking_v1_namespaced_ingress_list

watch individual changes to a list of Ingress. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/networking.k8s.io/v1/watch/namespaces/{namespace}/ingresses

Source
watch_networking_v1_namespaced_network_policy

watch changes to an object of kind NetworkPolicy. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/networking.k8s.io/v1/watch/namespaces/{namespace}/networkpolicies/{name}

Source
watch_networking_v1_namespaced_network_policy_list

watch individual changes to a list of NetworkPolicy. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/networking.k8s.io/v1/watch/namespaces/{namespace}/networkpolicies

Source
watch_networking_v1_network_policy_list_for_all_namespaces

watch individual changes to a list of NetworkPolicy. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/networking.k8s.io/v1/watch/networkpolicies

Source
watch_networking_v1_service_cidr

watch changes to an object of kind ServiceCIDR. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/networking.k8s.io/v1/watch/servicecidrs/{name}

Source
watch_networking_v1_service_cidr_list

watch individual changes to a list of ServiceCIDR. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/networking.k8s.io/v1/watch/servicecidrs

Source
watch_node_v1_runtime_class

watch changes to an object of kind RuntimeClass. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/node.k8s.io/v1/watch/runtimeclasses/{name}

Source
watch_node_v1_runtime_class_list

watch individual changes to a list of RuntimeClass. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/node.k8s.io/v1/watch/runtimeclasses

Source
watch_policy_v1_namespaced_pod_disruption_budget

watch changes to an object of kind PodDisruptionBudget. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/policy/v1/watch/namespaces/{namespace}/poddisruptionbudgets/{name}

Source
watch_policy_v1_namespaced_pod_disruption_budget_list

watch individual changes to a list of PodDisruptionBudget. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/policy/v1/watch/namespaces/{namespace}/poddisruptionbudgets

Source
watch_policy_v1_pod_disruption_budget_list_for_all_namespaces

watch individual changes to a list of PodDisruptionBudget. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/policy/v1/watch/poddisruptionbudgets

Source
watch_rbac_authorization_v1_cluster_role

watch changes to an object of kind ClusterRole. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/rbac.authorization.k8s.io/v1/watch/clusterroles/{name}

Source
watch_rbac_authorization_v1_cluster_role_binding

watch changes to an object of kind ClusterRoleBinding. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/rbac.authorization.k8s.io/v1/watch/clusterrolebindings/{name}

Source
watch_rbac_authorization_v1_cluster_role_binding_list

watch individual changes to a list of ClusterRoleBinding. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/rbac.authorization.k8s.io/v1/watch/clusterrolebindings

Source
watch_rbac_authorization_v1_cluster_role_list

watch individual changes to a list of ClusterRole. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/rbac.authorization.k8s.io/v1/watch/clusterroles

Source
watch_rbac_authorization_v1_namespaced_role

watch changes to an object of kind Role. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/roles/{name}

Source
watch_rbac_authorization_v1_namespaced_role_binding

watch changes to an object of kind RoleBinding. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/rolebindings/{name}

Source
watch_rbac_authorization_v1_namespaced_role_binding_list

watch individual changes to a list of RoleBinding. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/rolebindings

Source
watch_rbac_authorization_v1_namespaced_role_list

watch individual changes to a list of Role. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/roles

Source
watch_rbac_authorization_v1_role_binding_list_for_all_namespaces

watch individual changes to a list of RoleBinding. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/rbac.authorization.k8s.io/v1/watch/rolebindings

Source
watch_rbac_authorization_v1_role_list_for_all_namespaces

watch individual changes to a list of Role. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/rbac.authorization.k8s.io/v1/watch/roles

Source
watch_resource_v1_device_class

watch changes to an object of kind DeviceClass. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/resource.k8s.io/v1/watch/deviceclasses/{name}

Source
watch_resource_v1_device_class_list

watch individual changes to a list of DeviceClass. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/resource.k8s.io/v1/watch/deviceclasses

Source
watch_resource_v1_namespaced_resource_claim

watch changes to an object of kind ResourceClaim. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/resource.k8s.io/v1/watch/namespaces/{namespace}/resourceclaims/{name}

Source
watch_resource_v1_namespaced_resource_claim_list

watch individual changes to a list of ResourceClaim. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/resource.k8s.io/v1/watch/namespaces/{namespace}/resourceclaims

Source
watch_resource_v1_namespaced_resource_claim_template

watch changes to an object of kind ResourceClaimTemplate. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/resource.k8s.io/v1/watch/namespaces/{namespace}/resourceclaimtemplates/{name}

Source
watch_resource_v1_namespaced_resource_claim_template_list

watch individual changes to a list of ResourceClaimTemplate. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/resource.k8s.io/v1/watch/namespaces/{namespace}/resourceclaimtemplates

Source
watch_resource_v1_resource_claim_list_for_all_namespaces

watch individual changes to a list of ResourceClaim. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/resource.k8s.io/v1/watch/resourceclaims

Source
watch_resource_v1_resource_claim_template_list_for_all_namespaces

watch individual changes to a list of ResourceClaimTemplate. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/resource.k8s.io/v1/watch/resourceclaimtemplates

Source
watch_resource_v1_resource_slice

watch changes to an object of kind ResourceSlice. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/resource.k8s.io/v1/watch/resourceslices/{name}

Source
watch_resource_v1_resource_slice_list

watch individual changes to a list of ResourceSlice. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/resource.k8s.io/v1/watch/resourceslices

Source
watch_resource_v1alpha3_device_taint_rule

watch changes to an object of kind DeviceTaintRule. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/resource.k8s.io/v1alpha3/watch/devicetaintrules/{name}

Source
watch_resource_v1alpha3_device_taint_rule_list

watch individual changes to a list of DeviceTaintRule. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/resource.k8s.io/v1alpha3/watch/devicetaintrules

Source
watch_resource_v1alpha3_resource_pool_status_request

watch changes to an object of kind ResourcePoolStatusRequest. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/resource.k8s.io/v1alpha3/watch/resourcepoolstatusrequests/{name}

Source
watch_resource_v1alpha3_resource_pool_status_request_list

watch individual changes to a list of ResourcePoolStatusRequest. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/resource.k8s.io/v1alpha3/watch/resourcepoolstatusrequests

Source
watch_resource_v1beta1_device_class

watch changes to an object of kind DeviceClass. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/resource.k8s.io/v1beta1/watch/deviceclasses/{name}

Source
watch_resource_v1beta1_device_class_list

watch individual changes to a list of DeviceClass. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/resource.k8s.io/v1beta1/watch/deviceclasses

Source
watch_resource_v1beta1_namespaced_resource_claim

watch changes to an object of kind ResourceClaim. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/resource.k8s.io/v1beta1/watch/namespaces/{namespace}/resourceclaims/{name}

Source
watch_resource_v1beta1_namespaced_resource_claim_list

watch individual changes to a list of ResourceClaim. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/resource.k8s.io/v1beta1/watch/namespaces/{namespace}/resourceclaims

Source
watch_resource_v1beta1_namespaced_resource_claim_template

watch changes to an object of kind ResourceClaimTemplate. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/resource.k8s.io/v1beta1/watch/namespaces/{namespace}/resourceclaimtemplates/{name}

Source
watch_resource_v1beta1_namespaced_resource_claim_template_list

watch individual changes to a list of ResourceClaimTemplate. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/resource.k8s.io/v1beta1/watch/namespaces/{namespace}/resourceclaimtemplates

Source
watch_resource_v1beta1_resource_claim_list_for_all_namespaces

watch individual changes to a list of ResourceClaim. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/resource.k8s.io/v1beta1/watch/resourceclaims

Source
watch_resource_v1beta1_resource_claim_template_list_for_all_namespaces

watch individual changes to a list of ResourceClaimTemplate. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/resource.k8s.io/v1beta1/watch/resourceclaimtemplates

Source
watch_resource_v1beta1_resource_slice

watch changes to an object of kind ResourceSlice. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/resource.k8s.io/v1beta1/watch/resourceslices/{name}

Source
watch_resource_v1beta1_resource_slice_list

watch individual changes to a list of ResourceSlice. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/resource.k8s.io/v1beta1/watch/resourceslices

Source
watch_resource_v1beta2_device_class

watch changes to an object of kind DeviceClass. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/resource.k8s.io/v1beta2/watch/deviceclasses/{name}

Source
watch_resource_v1beta2_device_class_list

watch individual changes to a list of DeviceClass. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/resource.k8s.io/v1beta2/watch/deviceclasses

Source
watch_resource_v1beta2_device_taint_rule

watch changes to an object of kind DeviceTaintRule. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/resource.k8s.io/v1beta2/watch/devicetaintrules/{name}

Source
watch_resource_v1beta2_device_taint_rule_list

watch individual changes to a list of DeviceTaintRule. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/resource.k8s.io/v1beta2/watch/devicetaintrules

Source
watch_resource_v1beta2_namespaced_resource_claim

watch changes to an object of kind ResourceClaim. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/resource.k8s.io/v1beta2/watch/namespaces/{namespace}/resourceclaims/{name}

Source
watch_resource_v1beta2_namespaced_resource_claim_list

watch individual changes to a list of ResourceClaim. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/resource.k8s.io/v1beta2/watch/namespaces/{namespace}/resourceclaims

Source
watch_resource_v1beta2_namespaced_resource_claim_template

watch changes to an object of kind ResourceClaimTemplate. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/resource.k8s.io/v1beta2/watch/namespaces/{namespace}/resourceclaimtemplates/{name}

Source
watch_resource_v1beta2_namespaced_resource_claim_template_list

watch individual changes to a list of ResourceClaimTemplate. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/resource.k8s.io/v1beta2/watch/namespaces/{namespace}/resourceclaimtemplates

Source
watch_resource_v1beta2_resource_claim_list_for_all_namespaces

watch individual changes to a list of ResourceClaim. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/resource.k8s.io/v1beta2/watch/resourceclaims

Source
watch_resource_v1beta2_resource_claim_template_list_for_all_namespaces

watch individual changes to a list of ResourceClaimTemplate. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/resource.k8s.io/v1beta2/watch/resourceclaimtemplates

Source
watch_resource_v1beta2_resource_slice

watch changes to an object of kind ResourceSlice. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/resource.k8s.io/v1beta2/watch/resourceslices/{name}

Source
watch_resource_v1beta2_resource_slice_list

watch individual changes to a list of ResourceSlice. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/resource.k8s.io/v1beta2/watch/resourceslices

Source
watch_scheduling_v1_priority_class

watch changes to an object of kind PriorityClass. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/scheduling.k8s.io/v1/watch/priorityclasses/{name}

Source
watch_scheduling_v1_priority_class_list

watch individual changes to a list of PriorityClass. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/scheduling.k8s.io/v1/watch/priorityclasses

Source
watch_scheduling_v1alpha3_namespaced_pod_group

watch changes to an object of kind PodGroup. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/scheduling.k8s.io/v1alpha3/watch/namespaces/{namespace}/podgroups/{name}

Source
watch_scheduling_v1alpha3_namespaced_pod_group_list

watch individual changes to a list of PodGroup. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/scheduling.k8s.io/v1alpha3/watch/namespaces/{namespace}/podgroups

Source
watch_scheduling_v1alpha3_namespaced_workload

watch changes to an object of kind Workload. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/scheduling.k8s.io/v1alpha3/watch/namespaces/{namespace}/workloads/{name}

Source
watch_scheduling_v1alpha3_namespaced_workload_list

watch individual changes to a list of Workload. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/scheduling.k8s.io/v1alpha3/watch/namespaces/{namespace}/workloads

Source
watch_scheduling_v1alpha3_pod_group_list_for_all_namespaces

watch individual changes to a list of PodGroup. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/scheduling.k8s.io/v1alpha3/watch/podgroups

Source
watch_scheduling_v1alpha3_workload_list_for_all_namespaces

watch individual changes to a list of Workload. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/scheduling.k8s.io/v1alpha3/watch/workloads

Source
watch_storage_v1_csi_driver

watch changes to an object of kind CSIDriver. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/storage.k8s.io/v1/watch/csidrivers/{name}

Source
watch_storage_v1_csi_driver_list

watch individual changes to a list of CSIDriver. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/storage.k8s.io/v1/watch/csidrivers

Source
watch_storage_v1_csi_node

watch changes to an object of kind CSINode. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/storage.k8s.io/v1/watch/csinodes/{name}

Source
watch_storage_v1_csi_node_list

watch individual changes to a list of CSINode. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/storage.k8s.io/v1/watch/csinodes

Source
watch_storage_v1_csi_storage_capacity_list_for_all_namespaces

watch individual changes to a list of CSIStorageCapacity. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/storage.k8s.io/v1/watch/csistoragecapacities

Source
watch_storage_v1_namespaced_csi_storage_capacity

watch changes to an object of kind CSIStorageCapacity. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/storage.k8s.io/v1/watch/namespaces/{namespace}/csistoragecapacities/{name}

Source
watch_storage_v1_namespaced_csi_storage_capacity_list

watch individual changes to a list of CSIStorageCapacity. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/storage.k8s.io/v1/watch/namespaces/{namespace}/csistoragecapacities

Source
watch_storage_v1_storage_class

watch changes to an object of kind StorageClass. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/storage.k8s.io/v1/watch/storageclasses/{name}

Source
watch_storage_v1_storage_class_list

watch individual changes to a list of StorageClass. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/storage.k8s.io/v1/watch/storageclasses

Source
watch_storage_v1_volume_attachment

watch changes to an object of kind VolumeAttachment. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/storage.k8s.io/v1/watch/volumeattachments/{name}

Source
watch_storage_v1_volume_attachment_list

watch individual changes to a list of VolumeAttachment. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/storage.k8s.io/v1/watch/volumeattachments

Source
watch_storage_v1_volume_attributes_class

watch changes to an object of kind VolumeAttributesClass. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/storage.k8s.io/v1/watch/volumeattributesclasses/{name}

Source
watch_storage_v1_volume_attributes_class_list

watch individual changes to a list of VolumeAttributesClass. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/storage.k8s.io/v1/watch/volumeattributesclasses

Source
watch_storagemigration_v1beta1_storage_version_migration

watch changes to an object of kind StorageVersionMigration. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. GET /apis/storagemigration.k8s.io/v1beta1/watch/storageversionmigrations/{name}

Source
watch_storagemigration_v1beta1_storage_version_migration_list

watch individual changes to a list of StorageVersionMigration. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/storagemigration.k8s.io/v1beta1/watch/storageversionmigrations

Source