class
Kubernetes::Client
- Kubernetes::Client
- Reference
- Object
Defined in:
client.crgenerated/api/admissionregistration.k8s.io_.cr
generated/api/admissionregistration.k8s.io_v1.cr
generated/api/admissionregistration.k8s.io_v1alpha1.cr
generated/api/admissionregistration.k8s.io_v1beta1.cr
generated/api/apiextensions.k8s.io_.cr
generated/api/apiextensions.k8s.io_v1.cr
generated/api/apiregistration.k8s.io_.cr
generated/api/apiregistration.k8s.io_v1.cr
generated/api/apps_.cr
generated/api/apps_v1.cr
generated/api/authentication.k8s.io_.cr
generated/api/authentication.k8s.io_v1.cr
generated/api/authorization.k8s.io_.cr
generated/api/authorization.k8s.io_v1.cr
generated/api/autoscaling_.cr
generated/api/autoscaling_v1.cr
generated/api/autoscaling_v2.cr
generated/api/batch_.cr
generated/api/batch_v1.cr
generated/api/certificates.k8s.io_.cr
generated/api/certificates.k8s.io_v1.cr
generated/api/certificates.k8s.io_v1alpha1.cr
generated/api/certificates.k8s.io_v1beta1.cr
generated/api/coordination.k8s.io_.cr
generated/api/coordination.k8s.io_v1.cr
generated/api/coordination.k8s.io_v1alpha2.cr
generated/api/coordination.k8s.io_v1beta1.cr
generated/api/core_v1.cr
generated/api/discovery.k8s.io_.cr
generated/api/discovery.k8s.io_v1.cr
generated/api/events.k8s.io_.cr
generated/api/events.k8s.io_v1.cr
generated/api/flowcontrol.apiserver.k8s.io_.cr
generated/api/flowcontrol.apiserver.k8s.io_v1.cr
generated/api/internal.apiserver.k8s.io_.cr
generated/api/internal.apiserver.k8s.io_v1alpha1.cr
generated/api/networking.k8s.io_.cr
generated/api/networking.k8s.io_v1.cr
generated/api/networking.k8s.io_v1beta1.cr
generated/api/node.k8s.io_.cr
generated/api/node.k8s.io_v1.cr
generated/api/other.cr
generated/api/policy_.cr
generated/api/policy_v1.cr
generated/api/rbac.authorization.k8s.io_.cr
generated/api/rbac.authorization.k8s.io_v1.cr
generated/api/resource.k8s.io_.cr
generated/api/resource.k8s.io_v1.cr
generated/api/resource.k8s.io_v1alpha3.cr
generated/api/resource.k8s.io_v1beta1.cr
generated/api/resource.k8s.io_v1beta2.cr
generated/api/scheduling.k8s.io_.cr
generated/api/scheduling.k8s.io_v1.cr
generated/api/scheduling.k8s.io_v1alpha1.cr
generated/api/storage.k8s.io_.cr
generated/api/storage.k8s.io_v1.cr
generated/api/storage.k8s.io_v1beta1.cr
generated/api/storagemigration.k8s.io_.cr
generated/api/storagemigration.k8s.io_v1beta1.cr
watch.cr
Constant Summary
-
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
- .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)
Class Method Summary
Instance Method Summary
-
#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
- #close
-
#connect_core_v1_delete_namespaced_pod_proxy(**params, &)
connect DELETE requests to proxy of Pod DELETE /api/v1/namespaces/{namespace}/pods/{name}/proxy
-
#connect_core_v1_delete_namespaced_pod_proxy_with_path(**params, &)
connect DELETE requests to proxy of Pod DELETE /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
-
#connect_core_v1_delete_namespaced_service_proxy(**params, &)
connect DELETE requests to proxy of Service DELETE /api/v1/namespaces/{namespace}/services/{name}/proxy
-
#connect_core_v1_delete_namespaced_service_proxy_with_path(**params, &)
connect DELETE requests to proxy of Service DELETE /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
-
#connect_core_v1_delete_node_proxy(**params, &)
connect DELETE requests to proxy of Node DELETE /api/v1/nodes/{name}/proxy
-
#connect_core_v1_delete_node_proxy_with_path(**params, &)
connect DELETE requests to proxy of Node DELETE /api/v1/nodes/{name}/proxy/{path}
-
#connect_core_v1_get_namespaced_pod_attach(**params, &)
connect GET requests to attach of Pod GET /api/v1/namespaces/{namespace}/pods/{name}/attach
-
#connect_core_v1_get_namespaced_pod_exec(**params, &)
connect GET requests to exec of Pod GET /api/v1/namespaces/{namespace}/pods/{name}/exec
-
#connect_core_v1_get_namespaced_pod_portforward(**params, &)
connect GET requests to portforward of Pod GET /api/v1/namespaces/{namespace}/pods/{name}/portforward
-
#connect_core_v1_get_namespaced_pod_proxy(**params, &)
connect GET requests to proxy of Pod GET /api/v1/namespaces/{namespace}/pods/{name}/proxy
-
#connect_core_v1_get_namespaced_pod_proxy_with_path(**params, &)
connect GET requests to proxy of Pod GET /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
-
#connect_core_v1_get_namespaced_service_proxy(**params, &)
connect GET requests to proxy of Service GET /api/v1/namespaces/{namespace}/services/{name}/proxy
-
#connect_core_v1_get_namespaced_service_proxy_with_path(**params, &)
connect GET requests to proxy of Service GET /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
-
#connect_core_v1_get_node_proxy(**params, &)
connect GET requests to proxy of Node GET /api/v1/nodes/{name}/proxy
-
#connect_core_v1_get_node_proxy_with_path(**params, &)
connect GET requests to proxy of Node GET /api/v1/nodes/{name}/proxy/{path}
-
#connect_core_v1_patch_namespaced_pod_proxy(**params, &)
connect PATCH requests to proxy of Pod PATCH /api/v1/namespaces/{namespace}/pods/{name}/proxy
-
#connect_core_v1_patch_namespaced_pod_proxy_with_path(**params, &)
connect PATCH requests to proxy of Pod PATCH /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
-
#connect_core_v1_patch_namespaced_service_proxy(**params, &)
connect PATCH requests to proxy of Service PATCH /api/v1/namespaces/{namespace}/services/{name}/proxy
-
#connect_core_v1_patch_namespaced_service_proxy_with_path(**params, &)
connect PATCH requests to proxy of Service PATCH /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
-
#connect_core_v1_patch_node_proxy(**params, &)
connect PATCH requests to proxy of Node PATCH /api/v1/nodes/{name}/proxy
-
#connect_core_v1_patch_node_proxy_with_path(**params, &)
connect PATCH requests to proxy of Node PATCH /api/v1/nodes/{name}/proxy/{path}
-
#connect_core_v1_post_namespaced_pod_attach(**params, &)
connect POST requests to attach of Pod POST /api/v1/namespaces/{namespace}/pods/{name}/attach
-
#connect_core_v1_post_namespaced_pod_exec(**params, &)
connect POST requests to exec of Pod POST /api/v1/namespaces/{namespace}/pods/{name}/exec
-
#connect_core_v1_post_namespaced_pod_portforward(**params, &)
connect POST requests to portforward of Pod POST /api/v1/namespaces/{namespace}/pods/{name}/portforward
-
#connect_core_v1_post_namespaced_pod_proxy(**params, &)
connect POST requests to proxy of Pod POST /api/v1/namespaces/{namespace}/pods/{name}/proxy
-
#connect_core_v1_post_namespaced_pod_proxy_with_path(**params, &)
connect POST requests to proxy of Pod POST /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
-
#connect_core_v1_post_namespaced_service_proxy(**params, &)
connect POST requests to proxy of Service POST /api/v1/namespaces/{namespace}/services/{name}/proxy
-
#connect_core_v1_post_namespaced_service_proxy_with_path(**params, &)
connect POST requests to proxy of Service POST /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
-
#connect_core_v1_post_node_proxy(**params, &)
connect POST requests to proxy of Node POST /api/v1/nodes/{name}/proxy
-
#connect_core_v1_post_node_proxy_with_path(**params, &)
connect POST requests to proxy of Node POST /api/v1/nodes/{name}/proxy/{path}
-
#connect_core_v1_put_namespaced_pod_proxy(**params, &)
connect PUT requests to proxy of Pod PUT /api/v1/namespaces/{namespace}/pods/{name}/proxy
-
#connect_core_v1_put_namespaced_pod_proxy_with_path(**params, &)
connect PUT requests to proxy of Pod PUT /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
-
#connect_core_v1_put_namespaced_service_proxy(**params, &)
connect PUT requests to proxy of Service PUT /api/v1/namespaces/{namespace}/services/{name}/proxy
-
#connect_core_v1_put_namespaced_service_proxy_with_path(**params, &)
connect PUT requests to proxy of Service PUT /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
-
#connect_core_v1_put_node_proxy(**params, &)
connect PUT requests to proxy of Node PUT /api/v1/nodes/{name}/proxy
-
#connect_core_v1_put_node_proxy_with_path(**params, &)
connect PUT requests to proxy of Node PUT /api/v1/nodes/{name}/proxy/{path}
-
#create_admissionregistration_v1_mutating_webhook_configuration(**params, &)
create a MutatingWebhookConfiguration POST /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations
-
#create_admissionregistration_v1_validating_admission_policy(**params, &)
create a ValidatingAdmissionPolicy POST /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies
-
#create_admissionregistration_v1_validating_admission_policy_binding(**params, &)
create a ValidatingAdmissionPolicyBinding POST /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings
-
#create_admissionregistration_v1_validating_webhook_configuration(**params, &)
create a ValidatingWebhookConfiguration POST /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations
-
#create_admissionregistration_v1alpha1_mutating_admission_policy(**params, &)
create a MutatingAdmissionPolicy POST /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicies
-
#create_admissionregistration_v1alpha1_mutating_admission_policy_binding(**params, &)
create a MutatingAdmissionPolicyBinding POST /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicybindings
-
#create_admissionregistration_v1beta1_mutating_admission_policy(**params, &)
create a MutatingAdmissionPolicy POST /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicies
-
#create_admissionregistration_v1beta1_mutating_admission_policy_binding(**params, &)
create a MutatingAdmissionPolicyBinding POST /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicybindings
-
#create_apiextensions_v1_custom_resource_definition(**params, &)
create a CustomResourceDefinition POST /apis/apiextensions.k8s.io/v1/customresourcedefinitions
-
#create_apiregistration_v1_api_service(**params, &)
create an APIService POST /apis/apiregistration.k8s.io/v1/apiservices
-
#create_apps_v1_namespaced_controller_revision(**params, &)
create a ControllerRevision POST /apis/apps/v1/namespaces/{namespace}/controllerrevisions
-
#create_apps_v1_namespaced_daemon_set(**params, &)
create a DaemonSet POST /apis/apps/v1/namespaces/{namespace}/daemonsets
-
#create_apps_v1_namespaced_deployment(**params, &)
create a Deployment POST /apis/apps/v1/namespaces/{namespace}/deployments
-
#create_apps_v1_namespaced_replica_set(**params, &)
create a ReplicaSet POST /apis/apps/v1/namespaces/{namespace}/replicasets
-
#create_apps_v1_namespaced_stateful_set(**params, &)
create a StatefulSet POST /apis/apps/v1/namespaces/{namespace}/statefulsets
-
#create_authentication_v1_self_subject_review(**params, &)
create a SelfSubjectReview POST /apis/authentication.k8s.io/v1/selfsubjectreviews
-
#create_authentication_v1_token_review(**params, &)
create a TokenReview POST /apis/authentication.k8s.io/v1/tokenreviews
-
#create_authorization_v1_namespaced_local_subject_access_review(**params, &)
create a LocalSubjectAccessReview POST /apis/authorization.k8s.io/v1/namespaces/{namespace}/localsubjectaccessreviews
-
#create_authorization_v1_self_subject_access_review(**params, &)
create a SelfSubjectAccessReview POST /apis/authorization.k8s.io/v1/selfsubjectaccessreviews
-
#create_authorization_v1_self_subject_rules_review(**params, &)
create a SelfSubjectRulesReview POST /apis/authorization.k8s.io/v1/selfsubjectrulesreviews
-
#create_authorization_v1_subject_access_review(**params, &)
create a SubjectAccessReview POST /apis/authorization.k8s.io/v1/subjectaccessreviews
-
#create_autoscaling_v1_namespaced_horizontal_pod_autoscaler(**params, &)
create a HorizontalPodAutoscaler POST /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers
-
#create_autoscaling_v2_namespaced_horizontal_pod_autoscaler(**params, &)
create a HorizontalPodAutoscaler POST /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers
-
#create_batch_v1_namespaced_cron_job(**params, &)
create a CronJob POST /apis/batch/v1/namespaces/{namespace}/cronjobs
-
#create_batch_v1_namespaced_job(**params, &)
create a Job POST /apis/batch/v1/namespaces/{namespace}/jobs
-
#create_certificates_v1_certificate_signing_request(**params, &)
create a CertificateSigningRequest POST /apis/certificates.k8s.io/v1/certificatesigningrequests
-
#create_certificates_v1alpha1_cluster_trust_bundle(**params, &)
create a ClusterTrustBundle POST /apis/certificates.k8s.io/v1alpha1/clustertrustbundles
-
#create_certificates_v1beta1_cluster_trust_bundle(**params, &)
create a ClusterTrustBundle POST /apis/certificates.k8s.io/v1beta1/clustertrustbundles
-
#create_certificates_v1beta1_namespaced_pod_certificate_request(**params, &)
create a PodCertificateRequest POST /apis/certificates.k8s.io/v1beta1/namespaces/{namespace}/podcertificaterequests
-
#create_coordination_v1_namespaced_lease(**params, &)
create a Lease POST /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases
-
#create_coordination_v1alpha2_namespaced_lease_candidate(**params, &)
create a LeaseCandidate POST /apis/coordination.k8s.io/v1alpha2/namespaces/{namespace}/leasecandidates
-
#create_coordination_v1beta1_namespaced_lease_candidate(**params, &)
create a LeaseCandidate POST /apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leasecandidates
-
#create_core_v1_namespace(**params, &)
create a Namespace POST /api/v1/namespaces
-
#create_core_v1_namespaced_binding(**params, &)
create a Binding POST /api/v1/namespaces/{namespace}/bindings
-
#create_core_v1_namespaced_config_map(**params, &)
create a ConfigMap POST /api/v1/namespaces/{namespace}/configmaps
-
#create_core_v1_namespaced_endpoints(**params, &)
create Endpoints POST /api/v1/namespaces/{namespace}/endpoints
-
#create_core_v1_namespaced_event(**params, &)
create an Event POST /api/v1/namespaces/{namespace}/events
-
#create_core_v1_namespaced_limit_range(**params, &)
create a LimitRange POST /api/v1/namespaces/{namespace}/limitranges
-
#create_core_v1_namespaced_persistent_volume_claim(**params, &)
create a PersistentVolumeClaim POST /api/v1/namespaces/{namespace}/persistentvolumeclaims
-
#create_core_v1_namespaced_pod(**params, &)
create a Pod POST /api/v1/namespaces/{namespace}/pods
-
#create_core_v1_namespaced_pod_binding(**params, &)
create binding of a Pod POST /api/v1/namespaces/{namespace}/pods/{name}/binding
-
#create_core_v1_namespaced_pod_eviction(**params, &)
create eviction of a Pod POST /api/v1/namespaces/{namespace}/pods/{name}/eviction
-
#create_core_v1_namespaced_pod_template(**params, &)
create a PodTemplate POST /api/v1/namespaces/{namespace}/podtemplates
-
#create_core_v1_namespaced_replication_controller(**params, &)
create a ReplicationController POST /api/v1/namespaces/{namespace}/replicationcontrollers
-
#create_core_v1_namespaced_resource_quota(**params, &)
create a ResourceQuota POST /api/v1/namespaces/{namespace}/resourcequotas
-
#create_core_v1_namespaced_secret(**params, &)
create a Secret POST /api/v1/namespaces/{namespace}/secrets
-
#create_core_v1_namespaced_service(**params, &)
create a Service POST /api/v1/namespaces/{namespace}/services
-
#create_core_v1_namespaced_service_account(**params, &)
create a ServiceAccount POST /api/v1/namespaces/{namespace}/serviceaccounts
-
#create_core_v1_namespaced_service_account_token(**params, &)
create token of a ServiceAccount POST /api/v1/namespaces/{namespace}/serviceaccounts/{name}/token
-
#create_core_v1_node(**params, &)
create a Node POST /api/v1/nodes
-
#create_core_v1_persistent_volume(**params, &)
create a PersistentVolume POST /api/v1/persistentvolumes
-
#create_discovery_v1_namespaced_endpoint_slice(**params, &)
create an EndpointSlice POST /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices
-
#create_events_v1_namespaced_event(**params, &)
create an Event POST /apis/events.k8s.io/v1/namespaces/{namespace}/events
-
#create_flowcontrol_apiserver_v1_flow_schema(**params, &)
create a FlowSchema POST /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas
-
#create_flowcontrol_apiserver_v1_priority_level_configuration(**params, &)
create a PriorityLevelConfiguration POST /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations
-
#create_internal_apiserver_v1alpha1_storage_version(**params, &)
create a StorageVersion POST /apis/internal.apiserver.k8s.io/v1alpha1/storageversions
-
#create_networking_v1_ingress_class(**params, &)
create an IngressClass POST /apis/networking.k8s.io/v1/ingressclasses
-
#create_networking_v1_ip_address(**params, &)
create an IPAddress POST /apis/networking.k8s.io/v1/ipaddresses
-
#create_networking_v1_namespaced_ingress(**params, &)
create an Ingress POST /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses
-
#create_networking_v1_namespaced_network_policy(**params, &)
create a NetworkPolicy POST /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies
-
#create_networking_v1_service_cidr(**params, &)
create a ServiceCIDR POST /apis/networking.k8s.io/v1/servicecidrs
-
#create_networking_v1beta1_ip_address(**params, &)
create an IPAddress POST /apis/networking.k8s.io/v1beta1/ipaddresses
-
#create_networking_v1beta1_service_cidr(**params, &)
create a ServiceCIDR POST /apis/networking.k8s.io/v1beta1/servicecidrs
-
#create_node_v1_runtime_class(**params, &)
create a RuntimeClass POST /apis/node.k8s.io/v1/runtimeclasses
-
#create_policy_v1_namespaced_pod_disruption_budget(**params, &)
create a PodDisruptionBudget POST /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets
-
#create_rbac_authorization_v1_cluster_role(**params, &)
create a ClusterRole POST /apis/rbac.authorization.k8s.io/v1/clusterroles
-
#create_rbac_authorization_v1_cluster_role_binding(**params, &)
create a ClusterRoleBinding POST /apis/rbac.authorization.k8s.io/v1/clusterrolebindings
-
#create_rbac_authorization_v1_namespaced_role(**params, &)
create a Role POST /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles
-
#create_rbac_authorization_v1_namespaced_role_binding(**params, &)
create a RoleBinding POST /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings
-
#create_resource_v1_device_class(**params, &)
create a DeviceClass POST /apis/resource.k8s.io/v1/deviceclasses
-
#create_resource_v1_namespaced_resource_claim(**params, &)
create a ResourceClaim POST /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaims
-
#create_resource_v1_namespaced_resource_claim_template(**params, &)
create a ResourceClaimTemplate POST /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaimtemplates
-
#create_resource_v1_resource_slice(**params, &)
create a ResourceSlice POST /apis/resource.k8s.io/v1/resourceslices
-
#create_resource_v1alpha3_device_taint_rule(**params, &)
create a DeviceTaintRule POST /apis/resource.k8s.io/v1alpha3/devicetaintrules
-
#create_resource_v1beta1_device_class(**params, &)
create a DeviceClass POST /apis/resource.k8s.io/v1beta1/deviceclasses
-
#create_resource_v1beta1_namespaced_resource_claim(**params, &)
create a ResourceClaim POST /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims
-
#create_resource_v1beta1_namespaced_resource_claim_template(**params, &)
create a ResourceClaimTemplate POST /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaimtemplates
-
#create_resource_v1beta1_resource_slice(**params, &)
create a ResourceSlice POST /apis/resource.k8s.io/v1beta1/resourceslices
-
#create_resource_v1beta2_device_class(**params, &)
create a DeviceClass POST /apis/resource.k8s.io/v1beta2/deviceclasses
-
#create_resource_v1beta2_namespaced_resource_claim(**params, &)
create a ResourceClaim POST /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaims
-
#create_resource_v1beta2_namespaced_resource_claim_template(**params, &)
create a ResourceClaimTemplate POST /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaimtemplates
-
#create_resource_v1beta2_resource_slice(**params, &)
create a ResourceSlice POST /apis/resource.k8s.io/v1beta2/resourceslices
-
#create_scheduling_v1_priority_class(**params, &)
create a PriorityClass POST /apis/scheduling.k8s.io/v1/priorityclasses
-
#create_scheduling_v1alpha1_namespaced_workload(**params, &)
create a Workload POST /apis/scheduling.k8s.io/v1alpha1/namespaces/{namespace}/workloads
-
#create_storage_v1_csi_driver(**params, &)
create a CSIDriver POST /apis/storage.k8s.io/v1/csidrivers
-
#create_storage_v1_csi_node(**params, &)
create a CSINode POST /apis/storage.k8s.io/v1/csinodes
-
#create_storage_v1_namespaced_csi_storage_capacity(**params, &)
create a CSIStorageCapacity POST /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities
-
#create_storage_v1_storage_class(**params, &)
create a StorageClass POST /apis/storage.k8s.io/v1/storageclasses
-
#create_storage_v1_volume_attachment(**params, &)
create a VolumeAttachment POST /apis/storage.k8s.io/v1/volumeattachments
-
#create_storage_v1_volume_attributes_class(**params, &)
create a VolumeAttributesClass POST /apis/storage.k8s.io/v1/volumeattributesclasses
-
#create_storage_v1beta1_volume_attributes_class(**params, &)
create a VolumeAttributesClass POST /apis/storage.k8s.io/v1beta1/volumeattributesclasses
-
#create_storagemigration_v1beta1_storage_version_migration(**params, &)
create a StorageVersionMigration POST /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations
- #delete(path, headers = HTTP::Headers.new, *, check_status : Bool = true)
-
#delete_admissionregistration_v1_collection_mutating_webhook_configuration(**params, &)
delete collection of MutatingWebhookConfiguration DELETE /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations
-
#delete_admissionregistration_v1_collection_validating_admission_policy(**params, &)
delete collection of ValidatingAdmissionPolicy DELETE /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies
-
#delete_admissionregistration_v1_collection_validating_admission_policy_binding(**params, &)
delete collection of ValidatingAdmissionPolicyBinding DELETE /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings
-
#delete_admissionregistration_v1_collection_validating_webhook_configuration(**params, &)
delete collection of ValidatingWebhookConfiguration DELETE /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations
-
#delete_admissionregistration_v1_mutating_webhook_configuration(**params, &)
delete a MutatingWebhookConfiguration DELETE /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/{name}
-
#delete_admissionregistration_v1_validating_admission_policy(**params, &)
delete a ValidatingAdmissionPolicy DELETE /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name}
-
#delete_admissionregistration_v1_validating_admission_policy_binding(**params, &)
delete a ValidatingAdmissionPolicyBinding DELETE /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings/{name}
-
#delete_admissionregistration_v1_validating_webhook_configuration(**params, &)
delete a ValidatingWebhookConfiguration DELETE /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/{name}
-
#delete_admissionregistration_v1alpha1_collection_mutating_admission_policy(**params, &)
delete collection of MutatingAdmissionPolicy DELETE /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicies
-
#delete_admissionregistration_v1alpha1_collection_mutating_admission_policy_binding(**params, &)
delete collection of MutatingAdmissionPolicyBinding DELETE /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicybindings
-
#delete_admissionregistration_v1alpha1_mutating_admission_policy(**params, &)
delete a MutatingAdmissionPolicy DELETE /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicies/{name}
-
#delete_admissionregistration_v1alpha1_mutating_admission_policy_binding(**params, &)
delete a MutatingAdmissionPolicyBinding DELETE /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicybindings/{name}
-
#delete_admissionregistration_v1beta1_collection_mutating_admission_policy(**params, &)
delete collection of MutatingAdmissionPolicy DELETE /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicies
-
#delete_admissionregistration_v1beta1_collection_mutating_admission_policy_binding(**params, &)
delete collection of MutatingAdmissionPolicyBinding DELETE /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicybindings
-
#delete_admissionregistration_v1beta1_mutating_admission_policy(**params, &)
delete a MutatingAdmissionPolicy DELETE /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicies/{name}
-
#delete_admissionregistration_v1beta1_mutating_admission_policy_binding(**params, &)
delete a MutatingAdmissionPolicyBinding DELETE /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicybindings/{name}
-
#delete_apiextensions_v1_collection_custom_resource_definition(**params, &)
delete collection of CustomResourceDefinition DELETE /apis/apiextensions.k8s.io/v1/customresourcedefinitions
-
#delete_apiextensions_v1_custom_resource_definition(**params, &)
delete a CustomResourceDefinition DELETE /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}
-
#delete_apiregistration_v1_api_service(**params, &)
delete an APIService DELETE /apis/apiregistration.k8s.io/v1/apiservices/{name}
-
#delete_apiregistration_v1_collection_api_service(**params, &)
delete collection of APIService DELETE /apis/apiregistration.k8s.io/v1/apiservices
-
#delete_apps_v1_collection_namespaced_controller_revision(**params, &)
delete collection of ControllerRevision DELETE /apis/apps/v1/namespaces/{namespace}/controllerrevisions
-
#delete_apps_v1_collection_namespaced_daemon_set(**params, &)
delete collection of DaemonSet DELETE /apis/apps/v1/namespaces/{namespace}/daemonsets
-
#delete_apps_v1_collection_namespaced_deployment(**params, &)
delete collection of Deployment DELETE /apis/apps/v1/namespaces/{namespace}/deployments
-
#delete_apps_v1_collection_namespaced_replica_set(**params, &)
delete collection of ReplicaSet DELETE /apis/apps/v1/namespaces/{namespace}/replicasets
-
#delete_apps_v1_collection_namespaced_stateful_set(**params, &)
delete collection of StatefulSet DELETE /apis/apps/v1/namespaces/{namespace}/statefulsets
-
#delete_apps_v1_namespaced_controller_revision(**params, &)
delete a ControllerRevision DELETE /apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name}
-
#delete_apps_v1_namespaced_daemon_set(**params, &)
delete a DaemonSet DELETE /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}
-
#delete_apps_v1_namespaced_deployment(**params, &)
delete a Deployment DELETE /apis/apps/v1/namespaces/{namespace}/deployments/{name}
-
#delete_apps_v1_namespaced_replica_set(**params, &)
delete a ReplicaSet DELETE /apis/apps/v1/namespaces/{namespace}/replicasets/{name}
-
#delete_apps_v1_namespaced_stateful_set(**params, &)
delete a StatefulSet DELETE /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}
-
#delete_autoscaling_v1_collection_namespaced_horizontal_pod_autoscaler(**params, &)
delete collection of HorizontalPodAutoscaler DELETE /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers
-
#delete_autoscaling_v1_namespaced_horizontal_pod_autoscaler(**params, &)
delete a HorizontalPodAutoscaler DELETE /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}
-
#delete_autoscaling_v2_collection_namespaced_horizontal_pod_autoscaler(**params, &)
delete collection of HorizontalPodAutoscaler DELETE /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers
-
#delete_autoscaling_v2_namespaced_horizontal_pod_autoscaler(**params, &)
delete a HorizontalPodAutoscaler DELETE /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}
-
#delete_batch_v1_collection_namespaced_cron_job(**params, &)
delete collection of CronJob DELETE /apis/batch/v1/namespaces/{namespace}/cronjobs
-
#delete_batch_v1_collection_namespaced_job(**params, &)
delete collection of Job DELETE /apis/batch/v1/namespaces/{namespace}/jobs
-
#delete_batch_v1_namespaced_cron_job(**params, &)
delete a CronJob DELETE /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}
-
#delete_batch_v1_namespaced_job(**params, &)
delete a Job DELETE /apis/batch/v1/namespaces/{namespace}/jobs/{name}
-
#delete_certificates_v1_certificate_signing_request(**params, &)
delete a CertificateSigningRequest DELETE /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}
-
#delete_certificates_v1_collection_certificate_signing_request(**params, &)
delete collection of CertificateSigningRequest DELETE /apis/certificates.k8s.io/v1/certificatesigningrequests
-
#delete_certificates_v1alpha1_cluster_trust_bundle(**params, &)
delete a ClusterTrustBundle DELETE /apis/certificates.k8s.io/v1alpha1/clustertrustbundles/{name}
-
#delete_certificates_v1alpha1_collection_cluster_trust_bundle(**params, &)
delete collection of ClusterTrustBundle DELETE /apis/certificates.k8s.io/v1alpha1/clustertrustbundles
-
#delete_certificates_v1beta1_cluster_trust_bundle(**params, &)
delete a ClusterTrustBundle DELETE /apis/certificates.k8s.io/v1beta1/clustertrustbundles/{name}
-
#delete_certificates_v1beta1_collection_cluster_trust_bundle(**params, &)
delete collection of ClusterTrustBundle DELETE /apis/certificates.k8s.io/v1beta1/clustertrustbundles
-
#delete_certificates_v1beta1_collection_namespaced_pod_certificate_request(**params, &)
delete collection of PodCertificateRequest DELETE /apis/certificates.k8s.io/v1beta1/namespaces/{namespace}/podcertificaterequests
-
#delete_certificates_v1beta1_namespaced_pod_certificate_request(**params, &)
delete a PodCertificateRequest DELETE /apis/certificates.k8s.io/v1beta1/namespaces/{namespace}/podcertificaterequests/{name}
-
#delete_coordination_v1_collection_namespaced_lease(**params, &)
delete collection of Lease DELETE /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases
-
#delete_coordination_v1_namespaced_lease(**params, &)
delete a Lease DELETE /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name}
-
#delete_coordination_v1alpha2_collection_namespaced_lease_candidate(**params, &)
delete collection of LeaseCandidate DELETE /apis/coordination.k8s.io/v1alpha2/namespaces/{namespace}/leasecandidates
-
#delete_coordination_v1alpha2_namespaced_lease_candidate(**params, &)
delete a LeaseCandidate DELETE /apis/coordination.k8s.io/v1alpha2/namespaces/{namespace}/leasecandidates/{name}
-
#delete_coordination_v1beta1_collection_namespaced_lease_candidate(**params, &)
delete collection of LeaseCandidate DELETE /apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leasecandidates
-
#delete_coordination_v1beta1_namespaced_lease_candidate(**params, &)
delete a LeaseCandidate DELETE /apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leasecandidates/{name}
-
#delete_core_v1_collection_namespaced_config_map(**params, &)
delete collection of ConfigMap DELETE /api/v1/namespaces/{namespace}/configmaps
-
#delete_core_v1_collection_namespaced_endpoints(**params, &)
delete collection of Endpoints DELETE /api/v1/namespaces/{namespace}/endpoints
-
#delete_core_v1_collection_namespaced_event(**params, &)
delete collection of Event DELETE /api/v1/namespaces/{namespace}/events
-
#delete_core_v1_collection_namespaced_limit_range(**params, &)
delete collection of LimitRange DELETE /api/v1/namespaces/{namespace}/limitranges
-
#delete_core_v1_collection_namespaced_persistent_volume_claim(**params, &)
delete collection of PersistentVolumeClaim DELETE /api/v1/namespaces/{namespace}/persistentvolumeclaims
-
#delete_core_v1_collection_namespaced_pod(**params, &)
delete collection of Pod DELETE /api/v1/namespaces/{namespace}/pods
-
#delete_core_v1_collection_namespaced_pod_template(**params, &)
delete collection of PodTemplate DELETE /api/v1/namespaces/{namespace}/podtemplates
-
#delete_core_v1_collection_namespaced_replication_controller(**params, &)
delete collection of ReplicationController DELETE /api/v1/namespaces/{namespace}/replicationcontrollers
-
#delete_core_v1_collection_namespaced_resource_quota(**params, &)
delete collection of ResourceQuota DELETE /api/v1/namespaces/{namespace}/resourcequotas
-
#delete_core_v1_collection_namespaced_secret(**params, &)
delete collection of Secret DELETE /api/v1/namespaces/{namespace}/secrets
-
#delete_core_v1_collection_namespaced_service(**params, &)
delete collection of Service DELETE /api/v1/namespaces/{namespace}/services
-
#delete_core_v1_collection_namespaced_service_account(**params, &)
delete collection of ServiceAccount DELETE /api/v1/namespaces/{namespace}/serviceaccounts
-
#delete_core_v1_collection_node(**params, &)
delete collection of Node DELETE /api/v1/nodes
-
#delete_core_v1_collection_persistent_volume(**params, &)
delete collection of PersistentVolume DELETE /api/v1/persistentvolumes
-
#delete_core_v1_namespace(**params, &)
delete a Namespace DELETE /api/v1/namespaces/{name}
-
#delete_core_v1_namespaced_config_map(**params, &)
delete a ConfigMap DELETE /api/v1/namespaces/{namespace}/configmaps/{name}
-
#delete_core_v1_namespaced_endpoints(**params, &)
delete Endpoints DELETE /api/v1/namespaces/{namespace}/endpoints/{name}
-
#delete_core_v1_namespaced_event(**params, &)
delete an Event DELETE /api/v1/namespaces/{namespace}/events/{name}
-
#delete_core_v1_namespaced_limit_range(**params, &)
delete a LimitRange DELETE /api/v1/namespaces/{namespace}/limitranges/{name}
-
#delete_core_v1_namespaced_persistent_volume_claim(**params, &)
delete a PersistentVolumeClaim DELETE /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}
-
#delete_core_v1_namespaced_pod(**params, &)
delete a Pod DELETE /api/v1/namespaces/{namespace}/pods/{name}
-
#delete_core_v1_namespaced_pod_template(**params, &)
delete a PodTemplate DELETE /api/v1/namespaces/{namespace}/podtemplates/{name}
-
#delete_core_v1_namespaced_replication_controller(**params, &)
delete a ReplicationController DELETE /api/v1/namespaces/{namespace}/replicationcontrollers/{name}
-
#delete_core_v1_namespaced_resource_quota(**params, &)
delete a ResourceQuota DELETE /api/v1/namespaces/{namespace}/resourcequotas/{name}
-
#delete_core_v1_namespaced_secret(**params, &)
delete a Secret DELETE /api/v1/namespaces/{namespace}/secrets/{name}
-
#delete_core_v1_namespaced_service(**params, &)
delete a Service DELETE /api/v1/namespaces/{namespace}/services/{name}
-
#delete_core_v1_namespaced_service_account(**params, &)
delete a ServiceAccount DELETE /api/v1/namespaces/{namespace}/serviceaccounts/{name}
-
#delete_core_v1_node(**params, &)
delete a Node DELETE /api/v1/nodes/{name}
-
#delete_core_v1_persistent_volume(**params, &)
delete a PersistentVolume DELETE /api/v1/persistentvolumes/{name}
-
#delete_discovery_v1_collection_namespaced_endpoint_slice(**params, &)
delete collection of EndpointSlice DELETE /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices
-
#delete_discovery_v1_namespaced_endpoint_slice(**params, &)
delete an EndpointSlice DELETE /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices/{name}
-
#delete_events_v1_collection_namespaced_event(**params, &)
delete collection of Event DELETE /apis/events.k8s.io/v1/namespaces/{namespace}/events
-
#delete_events_v1_namespaced_event(**params, &)
delete an Event DELETE /apis/events.k8s.io/v1/namespaces/{namespace}/events/{name}
-
#delete_flowcontrol_apiserver_v1_collection_flow_schema(**params, &)
delete collection of FlowSchema DELETE /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas
-
#delete_flowcontrol_apiserver_v1_collection_priority_level_configuration(**params, &)
delete collection of PriorityLevelConfiguration DELETE /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations
-
#delete_flowcontrol_apiserver_v1_flow_schema(**params, &)
delete a FlowSchema DELETE /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/{name}
-
#delete_flowcontrol_apiserver_v1_priority_level_configuration(**params, &)
delete a PriorityLevelConfiguration DELETE /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/{name}
-
#delete_internal_apiserver_v1alpha1_collection_storage_version(**params, &)
delete collection of StorageVersion DELETE /apis/internal.apiserver.k8s.io/v1alpha1/storageversions
-
#delete_internal_apiserver_v1alpha1_storage_version(**params, &)
delete a StorageVersion DELETE /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}
-
#delete_networking_v1_collection_ingress_class(**params, &)
delete collection of IngressClass DELETE /apis/networking.k8s.io/v1/ingressclasses
-
#delete_networking_v1_collection_ip_address(**params, &)
delete collection of IPAddress DELETE /apis/networking.k8s.io/v1/ipaddresses
-
#delete_networking_v1_collection_namespaced_ingress(**params, &)
delete collection of Ingress DELETE /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses
-
#delete_networking_v1_collection_namespaced_network_policy(**params, &)
delete collection of NetworkPolicy DELETE /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies
-
#delete_networking_v1_collection_service_cidr(**params, &)
delete collection of ServiceCIDR DELETE /apis/networking.k8s.io/v1/servicecidrs
-
#delete_networking_v1_ingress_class(**params, &)
delete an IngressClass DELETE /apis/networking.k8s.io/v1/ingressclasses/{name}
-
#delete_networking_v1_ip_address(**params, &)
delete an IPAddress DELETE /apis/networking.k8s.io/v1/ipaddresses/{name}
-
#delete_networking_v1_namespaced_ingress(**params, &)
delete an Ingress DELETE /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}
-
#delete_networking_v1_namespaced_network_policy(**params, &)
delete a NetworkPolicy DELETE /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}
-
#delete_networking_v1_service_cidr(**params, &)
delete a ServiceCIDR DELETE /apis/networking.k8s.io/v1/servicecidrs/{name}
-
#delete_networking_v1beta1_collection_ip_address(**params, &)
delete collection of IPAddress DELETE /apis/networking.k8s.io/v1beta1/ipaddresses
-
#delete_networking_v1beta1_collection_service_cidr(**params, &)
delete collection of ServiceCIDR DELETE /apis/networking.k8s.io/v1beta1/servicecidrs
-
#delete_networking_v1beta1_ip_address(**params, &)
delete an IPAddress DELETE /apis/networking.k8s.io/v1beta1/ipaddresses/{name}
-
#delete_networking_v1beta1_service_cidr(**params, &)
delete a ServiceCIDR DELETE /apis/networking.k8s.io/v1beta1/servicecidrs/{name}
-
#delete_node_v1_collection_runtime_class(**params, &)
delete collection of RuntimeClass DELETE /apis/node.k8s.io/v1/runtimeclasses
-
#delete_node_v1_runtime_class(**params, &)
delete a RuntimeClass DELETE /apis/node.k8s.io/v1/runtimeclasses/{name}
-
#delete_policy_v1_collection_namespaced_pod_disruption_budget(**params, &)
delete collection of PodDisruptionBudget DELETE /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets
-
#delete_policy_v1_namespaced_pod_disruption_budget(**params, &)
delete a PodDisruptionBudget DELETE /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}
-
#delete_rbac_authorization_v1_cluster_role(**params, &)
delete a ClusterRole DELETE /apis/rbac.authorization.k8s.io/v1/clusterroles/{name}
-
#delete_rbac_authorization_v1_cluster_role_binding(**params, &)
delete a ClusterRoleBinding DELETE /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}
-
#delete_rbac_authorization_v1_collection_cluster_role(**params, &)
delete collection of ClusterRole DELETE /apis/rbac.authorization.k8s.io/v1/clusterroles
-
#delete_rbac_authorization_v1_collection_cluster_role_binding(**params, &)
delete collection of ClusterRoleBinding DELETE /apis/rbac.authorization.k8s.io/v1/clusterrolebindings
-
#delete_rbac_authorization_v1_collection_namespaced_role(**params, &)
delete collection of Role DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles
-
#delete_rbac_authorization_v1_collection_namespaced_role_binding(**params, &)
delete collection of RoleBinding DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings
-
#delete_rbac_authorization_v1_namespaced_role(**params, &)
delete a Role DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name}
-
#delete_rbac_authorization_v1_namespaced_role_binding(**params, &)
delete a RoleBinding DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name}
-
#delete_resource_v1_collection_device_class(**params, &)
delete collection of DeviceClass DELETE /apis/resource.k8s.io/v1/deviceclasses
-
#delete_resource_v1_collection_namespaced_resource_claim(**params, &)
delete collection of ResourceClaim DELETE /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaims
-
#delete_resource_v1_collection_namespaced_resource_claim_template(**params, &)
delete collection of ResourceClaimTemplate DELETE /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaimtemplates
-
#delete_resource_v1_collection_resource_slice(**params, &)
delete collection of ResourceSlice DELETE /apis/resource.k8s.io/v1/resourceslices
-
#delete_resource_v1_device_class(**params, &)
delete a DeviceClass DELETE /apis/resource.k8s.io/v1/deviceclasses/{name}
-
#delete_resource_v1_namespaced_resource_claim(**params, &)
delete a ResourceClaim DELETE /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaims/{name}
-
#delete_resource_v1_namespaced_resource_claim_template(**params, &)
delete a ResourceClaimTemplate DELETE /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaimtemplates/{name}
-
#delete_resource_v1_resource_slice(**params, &)
delete a ResourceSlice DELETE /apis/resource.k8s.io/v1/resourceslices/{name}
-
#delete_resource_v1alpha3_collection_device_taint_rule(**params, &)
delete collection of DeviceTaintRule DELETE /apis/resource.k8s.io/v1alpha3/devicetaintrules
-
#delete_resource_v1alpha3_device_taint_rule(**params, &)
delete a DeviceTaintRule DELETE /apis/resource.k8s.io/v1alpha3/devicetaintrules/{name}
-
#delete_resource_v1beta1_collection_device_class(**params, &)
delete collection of DeviceClass DELETE /apis/resource.k8s.io/v1beta1/deviceclasses
-
#delete_resource_v1beta1_collection_namespaced_resource_claim(**params, &)
delete collection of ResourceClaim DELETE /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims
-
#delete_resource_v1beta1_collection_namespaced_resource_claim_template(**params, &)
delete collection of ResourceClaimTemplate DELETE /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaimtemplates
-
#delete_resource_v1beta1_collection_resource_slice(**params, &)
delete collection of ResourceSlice DELETE /apis/resource.k8s.io/v1beta1/resourceslices
-
#delete_resource_v1beta1_device_class(**params, &)
delete a DeviceClass DELETE /apis/resource.k8s.io/v1beta1/deviceclasses/{name}
-
#delete_resource_v1beta1_namespaced_resource_claim(**params, &)
delete a ResourceClaim DELETE /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims/{name}
-
#delete_resource_v1beta1_namespaced_resource_claim_template(**params, &)
delete a ResourceClaimTemplate DELETE /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaimtemplates/{name}
-
#delete_resource_v1beta1_resource_slice(**params, &)
delete a ResourceSlice DELETE /apis/resource.k8s.io/v1beta1/resourceslices/{name}
-
#delete_resource_v1beta2_collection_device_class(**params, &)
delete collection of DeviceClass DELETE /apis/resource.k8s.io/v1beta2/deviceclasses
-
#delete_resource_v1beta2_collection_namespaced_resource_claim(**params, &)
delete collection of ResourceClaim DELETE /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaims
-
#delete_resource_v1beta2_collection_namespaced_resource_claim_template(**params, &)
delete collection of ResourceClaimTemplate DELETE /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaimtemplates
-
#delete_resource_v1beta2_collection_resource_slice(**params, &)
delete collection of ResourceSlice DELETE /apis/resource.k8s.io/v1beta2/resourceslices
-
#delete_resource_v1beta2_device_class(**params, &)
delete a DeviceClass DELETE /apis/resource.k8s.io/v1beta2/deviceclasses/{name}
-
#delete_resource_v1beta2_namespaced_resource_claim(**params, &)
delete a ResourceClaim DELETE /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaims/{name}
-
#delete_resource_v1beta2_namespaced_resource_claim_template(**params, &)
delete a ResourceClaimTemplate DELETE /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaimtemplates/{name}
-
#delete_resource_v1beta2_resource_slice(**params, &)
delete a ResourceSlice DELETE /apis/resource.k8s.io/v1beta2/resourceslices/{name}
-
#delete_scheduling_v1_collection_priority_class(**params, &)
delete collection of PriorityClass DELETE /apis/scheduling.k8s.io/v1/priorityclasses
-
#delete_scheduling_v1_priority_class(**params, &)
delete a PriorityClass DELETE /apis/scheduling.k8s.io/v1/priorityclasses/{name}
-
#delete_scheduling_v1alpha1_collection_namespaced_workload(**params, &)
delete collection of Workload DELETE /apis/scheduling.k8s.io/v1alpha1/namespaces/{namespace}/workloads
-
#delete_scheduling_v1alpha1_namespaced_workload(**params, &)
delete a Workload DELETE /apis/scheduling.k8s.io/v1alpha1/namespaces/{namespace}/workloads/{name}
-
#delete_storage_v1_collection_csi_driver(**params, &)
delete collection of CSIDriver DELETE /apis/storage.k8s.io/v1/csidrivers
-
#delete_storage_v1_collection_csi_node(**params, &)
delete collection of CSINode DELETE /apis/storage.k8s.io/v1/csinodes
-
#delete_storage_v1_collection_namespaced_csi_storage_capacity(**params, &)
delete collection of CSIStorageCapacity DELETE /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities
-
#delete_storage_v1_collection_storage_class(**params, &)
delete collection of StorageClass DELETE /apis/storage.k8s.io/v1/storageclasses
-
#delete_storage_v1_collection_volume_attachment(**params, &)
delete collection of VolumeAttachment DELETE /apis/storage.k8s.io/v1/volumeattachments
-
#delete_storage_v1_collection_volume_attributes_class(**params, &)
delete collection of VolumeAttributesClass DELETE /apis/storage.k8s.io/v1/volumeattributesclasses
-
#delete_storage_v1_csi_driver(**params, &)
delete a CSIDriver DELETE /apis/storage.k8s.io/v1/csidrivers/{name}
-
#delete_storage_v1_csi_node(**params, &)
delete a CSINode DELETE /apis/storage.k8s.io/v1/csinodes/{name}
-
#delete_storage_v1_namespaced_csi_storage_capacity(**params, &)
delete a CSIStorageCapacity DELETE /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities/{name}
-
#delete_storage_v1_storage_class(**params, &)
delete a StorageClass DELETE /apis/storage.k8s.io/v1/storageclasses/{name}
-
#delete_storage_v1_volume_attachment(**params, &)
delete a VolumeAttachment DELETE /apis/storage.k8s.io/v1/volumeattachments/{name}
-
#delete_storage_v1_volume_attributes_class(**params, &)
delete a VolumeAttributesClass DELETE /apis/storage.k8s.io/v1/volumeattributesclasses/{name}
-
#delete_storage_v1beta1_collection_volume_attributes_class(**params, &)
delete collection of VolumeAttributesClass DELETE /apis/storage.k8s.io/v1beta1/volumeattributesclasses
-
#delete_storage_v1beta1_volume_attributes_class(**params, &)
delete a VolumeAttributesClass DELETE /apis/storage.k8s.io/v1beta1/volumeattributesclasses/{name}
-
#delete_storagemigration_v1beta1_collection_storage_version_migration(**params, &)
delete collection of StorageVersionMigration DELETE /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations
-
#delete_storagemigration_v1beta1_storage_version_migration(**params, &)
delete a StorageVersionMigration DELETE /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations/{name}
- #get(path : String, params : String | Nil = nil, headers = HTTP::Headers.new, *, check_status : Bool = true, &)
-
#get_admissionregistration_api_group(**params, &)
get information of a group GET /apis/admissionregistration.k8s.io/
-
#get_admissionregistration_v1_api_resources(**params, &)
get available resources GET /apis/admissionregistration.k8s.io/v1/
-
#get_admissionregistration_v1alpha1_api_resources(**params, &)
get available resources GET /apis/admissionregistration.k8s.io/v1alpha1/
-
#get_admissionregistration_v1beta1_api_resources(**params, &)
get available resources GET /apis/admissionregistration.k8s.io/v1beta1/
-
#get_apiextensions_api_group(**params, &)
get information of a group GET /apis/apiextensions.k8s.io/
-
#get_apiextensions_v1_api_resources(**params, &)
get available resources GET /apis/apiextensions.k8s.io/v1/
-
#get_apiregistration_api_group(**params, &)
get information of a group GET /apis/apiregistration.k8s.io/
-
#get_apiregistration_v1_api_resources(**params, &)
get available resources GET /apis/apiregistration.k8s.io/v1/
-
#get_apps_api_group(**params, &)
get information of a group GET /apis/apps/
-
#get_apps_v1_api_resources(**params, &)
get available resources GET /apis/apps/v1/
-
#get_authentication_api_group(**params, &)
get information of a group GET /apis/authentication.k8s.io/
-
#get_authentication_v1_api_resources(**params, &)
get available resources GET /apis/authentication.k8s.io/v1/
-
#get_authorization_api_group(**params, &)
get information of a group GET /apis/authorization.k8s.io/
-
#get_authorization_v1_api_resources(**params, &)
get available resources GET /apis/authorization.k8s.io/v1/
-
#get_autoscaling_api_group(**params, &)
get information of a group GET /apis/autoscaling/
-
#get_autoscaling_v1_api_resources(**params, &)
get available resources GET /apis/autoscaling/v1/
-
#get_autoscaling_v2_api_resources(**params, &)
get available resources GET /apis/autoscaling/v2/
-
#get_batch_api_group(**params, &)
get information of a group GET /apis/batch/
-
#get_batch_v1_api_resources(**params, &)
get available resources GET /apis/batch/v1/
-
#get_certificates_api_group(**params, &)
get information of a group GET /apis/certificates.k8s.io/
-
#get_certificates_v1_api_resources(**params, &)
get available resources GET /apis/certificates.k8s.io/v1/
-
#get_certificates_v1alpha1_api_resources(**params, &)
get available resources GET /apis/certificates.k8s.io/v1alpha1/
-
#get_certificates_v1beta1_api_resources(**params, &)
get available resources GET /apis/certificates.k8s.io/v1beta1/
-
#get_code_version(**params, &)
get the version information for this server GET /version/
-
#get_coordination_api_group(**params, &)
get information of a group GET /apis/coordination.k8s.io/
-
#get_coordination_v1_api_resources(**params, &)
get available resources GET /apis/coordination.k8s.io/v1/
-
#get_coordination_v1alpha2_api_resources(**params, &)
get available resources GET /apis/coordination.k8s.io/v1alpha2/
-
#get_coordination_v1beta1_api_resources(**params, &)
get available resources GET /apis/coordination.k8s.io/v1beta1/
-
#get_core_api_versions(**params, &)
get available API versions GET /api/
-
#get_core_v1_api_resources(**params, &)
get available resources GET /api/v1/
-
#get_discovery_api_group(**params, &)
get information of a group GET /apis/discovery.k8s.io/
-
#get_discovery_v1_api_resources(**params, &)
get available resources GET /apis/discovery.k8s.io/v1/
-
#get_events_api_group(**params, &)
get information of a group GET /apis/events.k8s.io/
-
#get_events_v1_api_resources(**params, &)
get available resources GET /apis/events.k8s.io/v1/
-
#get_flowcontrol_apiserver_api_group(**params, &)
get information of a group GET /apis/flowcontrol.apiserver.k8s.io/
-
#get_flowcontrol_apiserver_v1_api_resources(**params, &)
get available resources GET /apis/flowcontrol.apiserver.k8s.io/v1/
-
#get_internal_apiserver_api_group(**params, &)
get information of a group GET /apis/internal.apiserver.k8s.io/
-
#get_internal_apiserver_v1alpha1_api_resources(**params, &)
get available resources GET /apis/internal.apiserver.k8s.io/v1alpha1/
-
#get_networking_api_group(**params, &)
get information of a group GET /apis/networking.k8s.io/
-
#get_networking_v1_api_resources(**params, &)
get available resources GET /apis/networking.k8s.io/v1/
-
#get_networking_v1beta1_api_resources(**params, &)
get available resources GET /apis/networking.k8s.io/v1beta1/
-
#get_node_api_group(**params, &)
get information of a group GET /apis/node.k8s.io/
-
#get_node_v1_api_resources(**params, &)
get available resources GET /apis/node.k8s.io/v1/
-
#get_policy_api_group(**params, &)
get information of a group GET /apis/policy/
-
#get_policy_v1_api_resources(**params, &)
get available resources GET /apis/policy/v1/
-
#get_rbac_authorization_api_group(**params, &)
get information of a group GET /apis/rbac.authorization.k8s.io/
-
#get_rbac_authorization_v1_api_resources(**params, &)
get available resources GET /apis/rbac.authorization.k8s.io/v1/
-
#get_resource_api_group(**params, &)
get information of a group GET /apis/resource.k8s.io/
-
#get_resource_v1_api_resources(**params, &)
get available resources GET /apis/resource.k8s.io/v1/
-
#get_resource_v1alpha3_api_resources(**params, &)
get available resources GET /apis/resource.k8s.io/v1alpha3/
-
#get_resource_v1beta1_api_resources(**params, &)
get available resources GET /apis/resource.k8s.io/v1beta1/
-
#get_resource_v1beta2_api_resources(**params, &)
get available resources GET /apis/resource.k8s.io/v1beta2/
-
#get_scheduling_api_group(**params, &)
get information of a group GET /apis/scheduling.k8s.io/
-
#get_scheduling_v1_api_resources(**params, &)
get available resources GET /apis/scheduling.k8s.io/v1/
-
#get_scheduling_v1alpha1_api_resources(**params, &)
get available resources GET /apis/scheduling.k8s.io/v1alpha1/
-
#get_service_account_issuer_open_id_configuration(**params, &)
get service account issuer OpenID configuration, also known as the 'OIDC discovery doc' GET /.well-known/openid-configuration/
-
#get_service_account_issuer_open_id_keyset(**params, &)
get service account issuer OpenID JSON Web Key Set (contains public token verification keys) GET /openid/v1/jwks/
-
#get_storage_api_group(**params, &)
get information of a group GET /apis/storage.k8s.io/
-
#get_storage_v1_api_resources(**params, &)
get available resources GET /apis/storage.k8s.io/v1/
-
#get_storage_v1beta1_api_resources(**params, &)
get available resources GET /apis/storage.k8s.io/v1beta1/
-
#get_storagemigration_api_group(**params, &)
get information of a group GET /apis/storagemigration.k8s.io/
-
#get_storagemigration_v1beta1_api_resources(**params, &)
get available resources GET /apis/storagemigration.k8s.io/v1beta1/
-
#list_admissionregistration_v1_mutating_webhook_configuration(**params, &)
list or watch objects of kind MutatingWebhookConfiguration GET /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations
-
#list_admissionregistration_v1_validating_admission_policy(**params, &)
list or watch objects of kind ValidatingAdmissionPolicy GET /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies
-
#list_admissionregistration_v1_validating_admission_policy_binding(**params, &)
list or watch objects of kind ValidatingAdmissionPolicyBinding GET /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings
-
#list_admissionregistration_v1_validating_webhook_configuration(**params, &)
list or watch objects of kind ValidatingWebhookConfiguration GET /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations
-
#list_admissionregistration_v1alpha1_mutating_admission_policy(**params, &)
list or watch objects of kind MutatingAdmissionPolicy GET /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicies
-
#list_admissionregistration_v1alpha1_mutating_admission_policy_binding(**params, &)
list or watch objects of kind MutatingAdmissionPolicyBinding GET /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicybindings
-
#list_admissionregistration_v1beta1_mutating_admission_policy(**params, &)
list or watch objects of kind MutatingAdmissionPolicy GET /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicies
-
#list_admissionregistration_v1beta1_mutating_admission_policy_binding(**params, &)
list or watch objects of kind MutatingAdmissionPolicyBinding GET /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicybindings
-
#list_apiextensions_v1_custom_resource_definition(**params, &)
list or watch objects of kind CustomResourceDefinition GET /apis/apiextensions.k8s.io/v1/customresourcedefinitions
-
#list_apiregistration_v1_api_service(**params, &)
list or watch objects of kind APIService GET /apis/apiregistration.k8s.io/v1/apiservices
-
#list_apps_v1_controller_revision_for_all_namespaces(**params, &)
list or watch objects of kind ControllerRevision GET /apis/apps/v1/controllerrevisions
-
#list_apps_v1_daemon_set_for_all_namespaces(**params, &)
list or watch objects of kind DaemonSet GET /apis/apps/v1/daemonsets
-
#list_apps_v1_deployment_for_all_namespaces(**params, &)
list or watch objects of kind Deployment GET /apis/apps/v1/deployments
-
#list_apps_v1_namespaced_controller_revision(**params, &)
list or watch objects of kind ControllerRevision GET /apis/apps/v1/namespaces/{namespace}/controllerrevisions
-
#list_apps_v1_namespaced_daemon_set(**params, &)
list or watch objects of kind DaemonSet GET /apis/apps/v1/namespaces/{namespace}/daemonsets
-
#list_apps_v1_namespaced_deployment(**params, &)
list or watch objects of kind Deployment GET /apis/apps/v1/namespaces/{namespace}/deployments
-
#list_apps_v1_namespaced_replica_set(**params, &)
list or watch objects of kind ReplicaSet GET /apis/apps/v1/namespaces/{namespace}/replicasets
-
#list_apps_v1_namespaced_stateful_set(**params, &)
list or watch objects of kind StatefulSet GET /apis/apps/v1/namespaces/{namespace}/statefulsets
-
#list_apps_v1_replica_set_for_all_namespaces(**params, &)
list or watch objects of kind ReplicaSet GET /apis/apps/v1/replicasets
-
#list_apps_v1_stateful_set_for_all_namespaces(**params, &)
list or watch objects of kind StatefulSet GET /apis/apps/v1/statefulsets
-
#list_autoscaling_v1_horizontal_pod_autoscaler_for_all_namespaces(**params, &)
list or watch objects of kind HorizontalPodAutoscaler GET /apis/autoscaling/v1/horizontalpodautoscalers
-
#list_autoscaling_v1_namespaced_horizontal_pod_autoscaler(**params, &)
list or watch objects of kind HorizontalPodAutoscaler GET /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers
-
#list_autoscaling_v2_horizontal_pod_autoscaler_for_all_namespaces(**params, &)
list or watch objects of kind HorizontalPodAutoscaler GET /apis/autoscaling/v2/horizontalpodautoscalers
-
#list_autoscaling_v2_namespaced_horizontal_pod_autoscaler(**params, &)
list or watch objects of kind HorizontalPodAutoscaler GET /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers
-
#list_batch_v1_cron_job_for_all_namespaces(**params, &)
list or watch objects of kind CronJob GET /apis/batch/v1/cronjobs
-
#list_batch_v1_job_for_all_namespaces(**params, &)
list or watch objects of kind Job GET /apis/batch/v1/jobs
-
#list_batch_v1_namespaced_cron_job(**params, &)
list or watch objects of kind CronJob GET /apis/batch/v1/namespaces/{namespace}/cronjobs
-
#list_batch_v1_namespaced_job(**params, &)
list or watch objects of kind Job GET /apis/batch/v1/namespaces/{namespace}/jobs
-
#list_certificates_v1_certificate_signing_request(**params, &)
list or watch objects of kind CertificateSigningRequest GET /apis/certificates.k8s.io/v1/certificatesigningrequests
-
#list_certificates_v1alpha1_cluster_trust_bundle(**params, &)
list or watch objects of kind ClusterTrustBundle GET /apis/certificates.k8s.io/v1alpha1/clustertrustbundles
-
#list_certificates_v1beta1_cluster_trust_bundle(**params, &)
list or watch objects of kind ClusterTrustBundle GET /apis/certificates.k8s.io/v1beta1/clustertrustbundles
-
#list_certificates_v1beta1_namespaced_pod_certificate_request(**params, &)
list or watch objects of kind PodCertificateRequest GET /apis/certificates.k8s.io/v1beta1/namespaces/{namespace}/podcertificaterequests
-
#list_certificates_v1beta1_pod_certificate_request_for_all_namespaces(**params, &)
list or watch objects of kind PodCertificateRequest GET /apis/certificates.k8s.io/v1beta1/podcertificaterequests
-
#list_coordination_v1_lease_for_all_namespaces(**params, &)
list or watch objects of kind Lease GET /apis/coordination.k8s.io/v1/leases
-
#list_coordination_v1_namespaced_lease(**params, &)
list or watch objects of kind Lease GET /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases
-
#list_coordination_v1alpha2_lease_candidate_for_all_namespaces(**params, &)
list or watch objects of kind LeaseCandidate GET /apis/coordination.k8s.io/v1alpha2/leasecandidates
-
#list_coordination_v1alpha2_namespaced_lease_candidate(**params, &)
list or watch objects of kind LeaseCandidate GET /apis/coordination.k8s.io/v1alpha2/namespaces/{namespace}/leasecandidates
-
#list_coordination_v1beta1_lease_candidate_for_all_namespaces(**params, &)
list or watch objects of kind LeaseCandidate GET /apis/coordination.k8s.io/v1beta1/leasecandidates
-
#list_coordination_v1beta1_namespaced_lease_candidate(**params, &)
list or watch objects of kind LeaseCandidate GET /apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leasecandidates
-
#list_core_v1_component_status(**params, &)
list objects of kind ComponentStatus GET /api/v1/componentstatuses
-
#list_core_v1_config_map_for_all_namespaces(**params, &)
list or watch objects of kind ConfigMap GET /api/v1/configmaps
-
#list_core_v1_endpoints_for_all_namespaces(**params, &)
list or watch objects of kind Endpoints GET /api/v1/endpoints
-
#list_core_v1_event_for_all_namespaces(**params, &)
list or watch objects of kind Event GET /api/v1/events
-
#list_core_v1_limit_range_for_all_namespaces(**params, &)
list or watch objects of kind LimitRange GET /api/v1/limitranges
-
#list_core_v1_namespace(**params, &)
list or watch objects of kind Namespace GET /api/v1/namespaces
-
#list_core_v1_namespaced_config_map(**params, &)
list or watch objects of kind ConfigMap GET /api/v1/namespaces/{namespace}/configmaps
-
#list_core_v1_namespaced_endpoints(**params, &)
list or watch objects of kind Endpoints GET /api/v1/namespaces/{namespace}/endpoints
-
#list_core_v1_namespaced_event(**params, &)
list or watch objects of kind Event GET /api/v1/namespaces/{namespace}/events
-
#list_core_v1_namespaced_limit_range(**params, &)
list or watch objects of kind LimitRange GET /api/v1/namespaces/{namespace}/limitranges
-
#list_core_v1_namespaced_persistent_volume_claim(**params, &)
list or watch objects of kind PersistentVolumeClaim GET /api/v1/namespaces/{namespace}/persistentvolumeclaims
-
#list_core_v1_namespaced_pod(**params, &)
list or watch objects of kind Pod GET /api/v1/namespaces/{namespace}/pods
-
#list_core_v1_namespaced_pod_template(**params, &)
list or watch objects of kind PodTemplate GET /api/v1/namespaces/{namespace}/podtemplates
-
#list_core_v1_namespaced_replication_controller(**params, &)
list or watch objects of kind ReplicationController GET /api/v1/namespaces/{namespace}/replicationcontrollers
-
#list_core_v1_namespaced_resource_quota(**params, &)
list or watch objects of kind ResourceQuota GET /api/v1/namespaces/{namespace}/resourcequotas
-
#list_core_v1_namespaced_secret(**params, &)
list or watch objects of kind Secret GET /api/v1/namespaces/{namespace}/secrets
-
#list_core_v1_namespaced_service(**params, &)
list or watch objects of kind Service GET /api/v1/namespaces/{namespace}/services
-
#list_core_v1_namespaced_service_account(**params, &)
list or watch objects of kind ServiceAccount GET /api/v1/namespaces/{namespace}/serviceaccounts
-
#list_core_v1_node(**params, &)
list or watch objects of kind Node GET /api/v1/nodes
-
#list_core_v1_persistent_volume(**params, &)
list or watch objects of kind PersistentVolume GET /api/v1/persistentvolumes
-
#list_core_v1_persistent_volume_claim_for_all_namespaces(**params, &)
list or watch objects of kind PersistentVolumeClaim GET /api/v1/persistentvolumeclaims
-
#list_core_v1_pod_for_all_namespaces(**params, &)
list or watch objects of kind Pod GET /api/v1/pods
-
#list_core_v1_pod_template_for_all_namespaces(**params, &)
list or watch objects of kind PodTemplate GET /api/v1/podtemplates
-
#list_core_v1_replication_controller_for_all_namespaces(**params, &)
list or watch objects of kind ReplicationController GET /api/v1/replicationcontrollers
-
#list_core_v1_resource_quota_for_all_namespaces(**params, &)
list or watch objects of kind ResourceQuota GET /api/v1/resourcequotas
-
#list_core_v1_secret_for_all_namespaces(**params, &)
list or watch objects of kind Secret GET /api/v1/secrets
-
#list_core_v1_service_account_for_all_namespaces(**params, &)
list or watch objects of kind ServiceAccount GET /api/v1/serviceaccounts
-
#list_core_v1_service_for_all_namespaces(**params, &)
list or watch objects of kind Service GET /api/v1/services
-
#list_discovery_v1_endpoint_slice_for_all_namespaces(**params, &)
list or watch objects of kind EndpointSlice GET /apis/discovery.k8s.io/v1/endpointslices
-
#list_discovery_v1_namespaced_endpoint_slice(**params, &)
list or watch objects of kind EndpointSlice GET /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices
-
#list_events_v1_event_for_all_namespaces(**params, &)
list or watch objects of kind Event GET /apis/events.k8s.io/v1/events
-
#list_events_v1_namespaced_event(**params, &)
list or watch objects of kind Event GET /apis/events.k8s.io/v1/namespaces/{namespace}/events
-
#list_flowcontrol_apiserver_v1_flow_schema(**params, &)
list or watch objects of kind FlowSchema GET /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas
-
#list_flowcontrol_apiserver_v1_priority_level_configuration(**params, &)
list or watch objects of kind PriorityLevelConfiguration GET /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations
-
#list_internal_apiserver_v1alpha1_storage_version(**params, &)
list or watch objects of kind StorageVersion GET /apis/internal.apiserver.k8s.io/v1alpha1/storageversions
-
#list_networking_v1_ingress_class(**params, &)
list or watch objects of kind IngressClass GET /apis/networking.k8s.io/v1/ingressclasses
-
#list_networking_v1_ingress_for_all_namespaces(**params, &)
list or watch objects of kind Ingress GET /apis/networking.k8s.io/v1/ingresses
-
#list_networking_v1_ip_address(**params, &)
list or watch objects of kind IPAddress GET /apis/networking.k8s.io/v1/ipaddresses
-
#list_networking_v1_namespaced_ingress(**params, &)
list or watch objects of kind Ingress GET /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses
-
#list_networking_v1_namespaced_network_policy(**params, &)
list or watch objects of kind NetworkPolicy GET /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies
-
#list_networking_v1_network_policy_for_all_namespaces(**params, &)
list or watch objects of kind NetworkPolicy GET /apis/networking.k8s.io/v1/networkpolicies
-
#list_networking_v1_service_cidr(**params, &)
list or watch objects of kind ServiceCIDR GET /apis/networking.k8s.io/v1/servicecidrs
-
#list_networking_v1beta1_ip_address(**params, &)
list or watch objects of kind IPAddress GET /apis/networking.k8s.io/v1beta1/ipaddresses
-
#list_networking_v1beta1_service_cidr(**params, &)
list or watch objects of kind ServiceCIDR GET /apis/networking.k8s.io/v1beta1/servicecidrs
-
#list_node_v1_runtime_class(**params, &)
list or watch objects of kind RuntimeClass GET /apis/node.k8s.io/v1/runtimeclasses
-
#list_policy_v1_namespaced_pod_disruption_budget(**params, &)
list or watch objects of kind PodDisruptionBudget GET /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets
-
#list_policy_v1_pod_disruption_budget_for_all_namespaces(**params, &)
list or watch objects of kind PodDisruptionBudget GET /apis/policy/v1/poddisruptionbudgets
-
#list_rbac_authorization_v1_cluster_role(**params, &)
list or watch objects of kind ClusterRole GET /apis/rbac.authorization.k8s.io/v1/clusterroles
-
#list_rbac_authorization_v1_cluster_role_binding(**params, &)
list or watch objects of kind ClusterRoleBinding GET /apis/rbac.authorization.k8s.io/v1/clusterrolebindings
-
#list_rbac_authorization_v1_namespaced_role(**params, &)
list or watch objects of kind Role GET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles
-
#list_rbac_authorization_v1_namespaced_role_binding(**params, &)
list or watch objects of kind RoleBinding GET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings
-
#list_rbac_authorization_v1_role_binding_for_all_namespaces(**params, &)
list or watch objects of kind RoleBinding GET /apis/rbac.authorization.k8s.io/v1/rolebindings
-
#list_rbac_authorization_v1_role_for_all_namespaces(**params, &)
list or watch objects of kind Role GET /apis/rbac.authorization.k8s.io/v1/roles
-
#list_resource_v1_device_class(**params, &)
list or watch objects of kind DeviceClass GET /apis/resource.k8s.io/v1/deviceclasses
-
#list_resource_v1_namespaced_resource_claim(**params, &)
list or watch objects of kind ResourceClaim GET /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaims
-
#list_resource_v1_namespaced_resource_claim_template(**params, &)
list or watch objects of kind ResourceClaimTemplate GET /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaimtemplates
-
#list_resource_v1_resource_claim_for_all_namespaces(**params, &)
list or watch objects of kind ResourceClaim GET /apis/resource.k8s.io/v1/resourceclaims
-
#list_resource_v1_resource_claim_template_for_all_namespaces(**params, &)
list or watch objects of kind ResourceClaimTemplate GET /apis/resource.k8s.io/v1/resourceclaimtemplates
-
#list_resource_v1_resource_slice(**params, &)
list or watch objects of kind ResourceSlice GET /apis/resource.k8s.io/v1/resourceslices
-
#list_resource_v1alpha3_device_taint_rule(**params, &)
list or watch objects of kind DeviceTaintRule GET /apis/resource.k8s.io/v1alpha3/devicetaintrules
-
#list_resource_v1beta1_device_class(**params, &)
list or watch objects of kind DeviceClass GET /apis/resource.k8s.io/v1beta1/deviceclasses
-
#list_resource_v1beta1_namespaced_resource_claim(**params, &)
list or watch objects of kind ResourceClaim GET /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims
-
#list_resource_v1beta1_namespaced_resource_claim_template(**params, &)
list or watch objects of kind ResourceClaimTemplate GET /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaimtemplates
-
#list_resource_v1beta1_resource_claim_for_all_namespaces(**params, &)
list or watch objects of kind ResourceClaim GET /apis/resource.k8s.io/v1beta1/resourceclaims
-
#list_resource_v1beta1_resource_claim_template_for_all_namespaces(**params, &)
list or watch objects of kind ResourceClaimTemplate GET /apis/resource.k8s.io/v1beta1/resourceclaimtemplates
-
#list_resource_v1beta1_resource_slice(**params, &)
list or watch objects of kind ResourceSlice GET /apis/resource.k8s.io/v1beta1/resourceslices
-
#list_resource_v1beta2_device_class(**params, &)
list or watch objects of kind DeviceClass GET /apis/resource.k8s.io/v1beta2/deviceclasses
-
#list_resource_v1beta2_namespaced_resource_claim(**params, &)
list or watch objects of kind ResourceClaim GET /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaims
-
#list_resource_v1beta2_namespaced_resource_claim_template(**params, &)
list or watch objects of kind ResourceClaimTemplate GET /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaimtemplates
-
#list_resource_v1beta2_resource_claim_for_all_namespaces(**params, &)
list or watch objects of kind ResourceClaim GET /apis/resource.k8s.io/v1beta2/resourceclaims
-
#list_resource_v1beta2_resource_claim_template_for_all_namespaces(**params, &)
list or watch objects of kind ResourceClaimTemplate GET /apis/resource.k8s.io/v1beta2/resourceclaimtemplates
-
#list_resource_v1beta2_resource_slice(**params, &)
list or watch objects of kind ResourceSlice GET /apis/resource.k8s.io/v1beta2/resourceslices
-
#list_scheduling_v1_priority_class(**params, &)
list or watch objects of kind PriorityClass GET /apis/scheduling.k8s.io/v1/priorityclasses
-
#list_scheduling_v1alpha1_namespaced_workload(**params, &)
list or watch objects of kind Workload GET /apis/scheduling.k8s.io/v1alpha1/namespaces/{namespace}/workloads
-
#list_scheduling_v1alpha1_workload_for_all_namespaces(**params, &)
list or watch objects of kind Workload GET /apis/scheduling.k8s.io/v1alpha1/workloads
-
#list_storage_v1_csi_driver(**params, &)
list or watch objects of kind CSIDriver GET /apis/storage.k8s.io/v1/csidrivers
-
#list_storage_v1_csi_node(**params, &)
list or watch objects of kind CSINode GET /apis/storage.k8s.io/v1/csinodes
-
#list_storage_v1_csi_storage_capacity_for_all_namespaces(**params, &)
list or watch objects of kind CSIStorageCapacity GET /apis/storage.k8s.io/v1/csistoragecapacities
-
#list_storage_v1_namespaced_csi_storage_capacity(**params, &)
list or watch objects of kind CSIStorageCapacity GET /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities
-
#list_storage_v1_storage_class(**params, &)
list or watch objects of kind StorageClass GET /apis/storage.k8s.io/v1/storageclasses
-
#list_storage_v1_volume_attachment(**params, &)
list or watch objects of kind VolumeAttachment GET /apis/storage.k8s.io/v1/volumeattachments
-
#list_storage_v1_volume_attributes_class(**params, &)
list or watch objects of kind VolumeAttributesClass GET /apis/storage.k8s.io/v1/volumeattributesclasses
-
#list_storage_v1beta1_volume_attributes_class(**params, &)
list or watch objects of kind VolumeAttributesClass GET /apis/storage.k8s.io/v1beta1/volumeattributesclasses
-
#list_storagemigration_v1beta1_storage_version_migration(**params, &)
list or watch objects of kind StorageVersionMigration GET /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations
- #log : Log
-
#log_file_handler(**params, &)
GET /logs/{logpath}
-
#log_file_list_handler(**params, &)
GET /logs/
- #patch(path, body, headers = HTTP::Headers.new, *, content_type = "application/apply-patch+yaml", check_status : Bool = true)
-
#patch_admissionregistration_v1_mutating_webhook_configuration(**params, &)
partially update the specified MutatingWebhookConfiguration PATCH /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/{name}
-
#patch_admissionregistration_v1_validating_admission_policy(**params, &)
partially update the specified ValidatingAdmissionPolicy PATCH /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name}
-
#patch_admissionregistration_v1_validating_admission_policy_binding(**params, &)
partially update the specified ValidatingAdmissionPolicyBinding PATCH /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings/{name}
-
#patch_admissionregistration_v1_validating_admission_policy_status(**params, &)
partially update status of the specified ValidatingAdmissionPolicy PATCH /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name}/status
-
#patch_admissionregistration_v1_validating_webhook_configuration(**params, &)
partially update the specified ValidatingWebhookConfiguration PATCH /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/{name}
-
#patch_admissionregistration_v1alpha1_mutating_admission_policy(**params, &)
partially update the specified MutatingAdmissionPolicy PATCH /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicies/{name}
-
#patch_admissionregistration_v1alpha1_mutating_admission_policy_binding(**params, &)
partially update the specified MutatingAdmissionPolicyBinding PATCH /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicybindings/{name}
-
#patch_admissionregistration_v1beta1_mutating_admission_policy(**params, &)
partially update the specified MutatingAdmissionPolicy PATCH /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicies/{name}
-
#patch_admissionregistration_v1beta1_mutating_admission_policy_binding(**params, &)
partially update the specified MutatingAdmissionPolicyBinding PATCH /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicybindings/{name}
-
#patch_apiextensions_v1_custom_resource_definition(**params, &)
partially update the specified CustomResourceDefinition PATCH /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}
-
#patch_apiextensions_v1_custom_resource_definition_status(**params, &)
partially update status of the specified CustomResourceDefinition PATCH /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}/status
-
#patch_apiregistration_v1_api_service(**params, &)
partially update the specified APIService PATCH /apis/apiregistration.k8s.io/v1/apiservices/{name}
-
#patch_apiregistration_v1_api_service_status(**params, &)
partially update status of the specified APIService PATCH /apis/apiregistration.k8s.io/v1/apiservices/{name}/status
-
#patch_apps_v1_namespaced_controller_revision(**params, &)
partially update the specified ControllerRevision PATCH /apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name}
-
#patch_apps_v1_namespaced_daemon_set(**params, &)
partially update the specified DaemonSet PATCH /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}
-
#patch_apps_v1_namespaced_daemon_set_status(**params, &)
partially update status of the specified DaemonSet PATCH /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}/status
-
#patch_apps_v1_namespaced_deployment(**params, &)
partially update the specified Deployment PATCH /apis/apps/v1/namespaces/{namespace}/deployments/{name}
-
#patch_apps_v1_namespaced_deployment_scale(**params, &)
partially update scale of the specified Deployment PATCH /apis/apps/v1/namespaces/{namespace}/deployments/{name}/scale
-
#patch_apps_v1_namespaced_deployment_status(**params, &)
partially update status of the specified Deployment PATCH /apis/apps/v1/namespaces/{namespace}/deployments/{name}/status
-
#patch_apps_v1_namespaced_replica_set(**params, &)
partially update the specified ReplicaSet PATCH /apis/apps/v1/namespaces/{namespace}/replicasets/{name}
-
#patch_apps_v1_namespaced_replica_set_scale(**params, &)
partially update scale of the specified ReplicaSet PATCH /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/scale
-
#patch_apps_v1_namespaced_replica_set_status(**params, &)
partially update status of the specified ReplicaSet PATCH /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/status
-
#patch_apps_v1_namespaced_stateful_set(**params, &)
partially update the specified StatefulSet PATCH /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}
-
#patch_apps_v1_namespaced_stateful_set_scale(**params, &)
partially update scale of the specified StatefulSet PATCH /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/scale
-
#patch_apps_v1_namespaced_stateful_set_status(**params, &)
partially update status of the specified StatefulSet PATCH /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/status
-
#patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler(**params, &)
partially update the specified HorizontalPodAutoscaler PATCH /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}
-
#patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status(**params, &)
partially update status of the specified HorizontalPodAutoscaler PATCH /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
-
#patch_autoscaling_v2_namespaced_horizontal_pod_autoscaler(**params, &)
partially update the specified HorizontalPodAutoscaler PATCH /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}
-
#patch_autoscaling_v2_namespaced_horizontal_pod_autoscaler_status(**params, &)
partially update status of the specified HorizontalPodAutoscaler PATCH /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
-
#patch_batch_v1_namespaced_cron_job(**params, &)
partially update the specified CronJob PATCH /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}
-
#patch_batch_v1_namespaced_cron_job_status(**params, &)
partially update status of the specified CronJob PATCH /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}/status
-
#patch_batch_v1_namespaced_job(**params, &)
partially update the specified Job PATCH /apis/batch/v1/namespaces/{namespace}/jobs/{name}
-
#patch_batch_v1_namespaced_job_status(**params, &)
partially update status of the specified Job PATCH /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status
-
#patch_certificates_v1_certificate_signing_request(**params, &)
partially update the specified CertificateSigningRequest PATCH /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}
-
#patch_certificates_v1_certificate_signing_request_approval(**params, &)
partially update approval of the specified CertificateSigningRequest PATCH /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/approval
-
#patch_certificates_v1_certificate_signing_request_status(**params, &)
partially update status of the specified CertificateSigningRequest PATCH /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/status
-
#patch_certificates_v1alpha1_cluster_trust_bundle(**params, &)
partially update the specified ClusterTrustBundle PATCH /apis/certificates.k8s.io/v1alpha1/clustertrustbundles/{name}
-
#patch_certificates_v1beta1_cluster_trust_bundle(**params, &)
partially update the specified ClusterTrustBundle PATCH /apis/certificates.k8s.io/v1beta1/clustertrustbundles/{name}
-
#patch_certificates_v1beta1_namespaced_pod_certificate_request(**params, &)
partially update the specified PodCertificateRequest PATCH /apis/certificates.k8s.io/v1beta1/namespaces/{namespace}/podcertificaterequests/{name}
-
#patch_certificates_v1beta1_namespaced_pod_certificate_request_status(**params, &)
partially update status of the specified PodCertificateRequest PATCH /apis/certificates.k8s.io/v1beta1/namespaces/{namespace}/podcertificaterequests/{name}/status
-
#patch_coordination_v1_namespaced_lease(**params, &)
partially update the specified Lease PATCH /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name}
-
#patch_coordination_v1alpha2_namespaced_lease_candidate(**params, &)
partially update the specified LeaseCandidate PATCH /apis/coordination.k8s.io/v1alpha2/namespaces/{namespace}/leasecandidates/{name}
-
#patch_coordination_v1beta1_namespaced_lease_candidate(**params, &)
partially update the specified LeaseCandidate PATCH /apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leasecandidates/{name}
-
#patch_core_v1_namespace(**params, &)
partially update the specified Namespace PATCH /api/v1/namespaces/{name}
-
#patch_core_v1_namespace_status(**params, &)
partially update status of the specified Namespace PATCH /api/v1/namespaces/{name}/status
-
#patch_core_v1_namespaced_config_map(**params, &)
partially update the specified ConfigMap PATCH /api/v1/namespaces/{namespace}/configmaps/{name}
-
#patch_core_v1_namespaced_endpoints(**params, &)
partially update the specified Endpoints PATCH /api/v1/namespaces/{namespace}/endpoints/{name}
-
#patch_core_v1_namespaced_event(**params, &)
partially update the specified Event PATCH /api/v1/namespaces/{namespace}/events/{name}
-
#patch_core_v1_namespaced_limit_range(**params, &)
partially update the specified LimitRange PATCH /api/v1/namespaces/{namespace}/limitranges/{name}
-
#patch_core_v1_namespaced_persistent_volume_claim(**params, &)
partially update the specified PersistentVolumeClaim PATCH /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}
-
#patch_core_v1_namespaced_persistent_volume_claim_status(**params, &)
partially update status of the specified PersistentVolumeClaim PATCH /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status
-
#patch_core_v1_namespaced_pod(**params, &)
partially update the specified Pod PATCH /api/v1/namespaces/{namespace}/pods/{name}
-
#patch_core_v1_namespaced_pod_ephemeralcontainers(**params, &)
partially update ephemeralcontainers of the specified Pod PATCH /api/v1/namespaces/{namespace}/pods/{name}/ephemeralcontainers
-
#patch_core_v1_namespaced_pod_resize(**params, &)
partially update resize of the specified Pod PATCH /api/v1/namespaces/{namespace}/pods/{name}/resize
-
#patch_core_v1_namespaced_pod_status(**params, &)
partially update status of the specified Pod PATCH /api/v1/namespaces/{namespace}/pods/{name}/status
-
#patch_core_v1_namespaced_pod_template(**params, &)
partially update the specified PodTemplate PATCH /api/v1/namespaces/{namespace}/podtemplates/{name}
-
#patch_core_v1_namespaced_replication_controller(**params, &)
partially update the specified ReplicationController PATCH /api/v1/namespaces/{namespace}/replicationcontrollers/{name}
-
#patch_core_v1_namespaced_replication_controller_scale(**params, &)
partially update scale of the specified ReplicationController PATCH /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale
-
#patch_core_v1_namespaced_replication_controller_status(**params, &)
partially update status of the specified ReplicationController PATCH /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status
-
#patch_core_v1_namespaced_resource_quota(**params, &)
partially update the specified ResourceQuota PATCH /api/v1/namespaces/{namespace}/resourcequotas/{name}
-
#patch_core_v1_namespaced_resource_quota_status(**params, &)
partially update status of the specified ResourceQuota PATCH /api/v1/namespaces/{namespace}/resourcequotas/{name}/status
-
#patch_core_v1_namespaced_secret(**params, &)
partially update the specified Secret PATCH /api/v1/namespaces/{namespace}/secrets/{name}
-
#patch_core_v1_namespaced_service(**params, &)
partially update the specified Service PATCH /api/v1/namespaces/{namespace}/services/{name}
-
#patch_core_v1_namespaced_service_account(**params, &)
partially update the specified ServiceAccount PATCH /api/v1/namespaces/{namespace}/serviceaccounts/{name}
-
#patch_core_v1_namespaced_service_status(**params, &)
partially update status of the specified Service PATCH /api/v1/namespaces/{namespace}/services/{name}/status
-
#patch_core_v1_node(**params, &)
partially update the specified Node PATCH /api/v1/nodes/{name}
-
#patch_core_v1_node_status(**params, &)
partially update status of the specified Node PATCH /api/v1/nodes/{name}/status
-
#patch_core_v1_persistent_volume(**params, &)
partially update the specified PersistentVolume PATCH /api/v1/persistentvolumes/{name}
-
#patch_core_v1_persistent_volume_status(**params, &)
partially update status of the specified PersistentVolume PATCH /api/v1/persistentvolumes/{name}/status
-
#patch_discovery_v1_namespaced_endpoint_slice(**params, &)
partially update the specified EndpointSlice PATCH /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices/{name}
-
#patch_events_v1_namespaced_event(**params, &)
partially update the specified Event PATCH /apis/events.k8s.io/v1/namespaces/{namespace}/events/{name}
-
#patch_flowcontrol_apiserver_v1_flow_schema(**params, &)
partially update the specified FlowSchema PATCH /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/{name}
-
#patch_flowcontrol_apiserver_v1_flow_schema_status(**params, &)
partially update status of the specified FlowSchema PATCH /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/{name}/status
-
#patch_flowcontrol_apiserver_v1_priority_level_configuration(**params, &)
partially update the specified PriorityLevelConfiguration PATCH /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/{name}
-
#patch_flowcontrol_apiserver_v1_priority_level_configuration_status(**params, &)
partially update status of the specified PriorityLevelConfiguration PATCH /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/{name}/status
-
#patch_internal_apiserver_v1alpha1_storage_version(**params, &)
partially update the specified StorageVersion PATCH /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}
-
#patch_internal_apiserver_v1alpha1_storage_version_status(**params, &)
partially update status of the specified StorageVersion PATCH /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}/status
-
#patch_networking_v1_ingress_class(**params, &)
partially update the specified IngressClass PATCH /apis/networking.k8s.io/v1/ingressclasses/{name}
-
#patch_networking_v1_ip_address(**params, &)
partially update the specified IPAddress PATCH /apis/networking.k8s.io/v1/ipaddresses/{name}
-
#patch_networking_v1_namespaced_ingress(**params, &)
partially update the specified Ingress PATCH /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}
-
#patch_networking_v1_namespaced_ingress_status(**params, &)
partially update status of the specified Ingress PATCH /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}/status
-
#patch_networking_v1_namespaced_network_policy(**params, &)
partially update the specified NetworkPolicy PATCH /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}
-
#patch_networking_v1_service_cidr(**params, &)
partially update the specified ServiceCIDR PATCH /apis/networking.k8s.io/v1/servicecidrs/{name}
-
#patch_networking_v1_service_cidr_status(**params, &)
partially update status of the specified ServiceCIDR PATCH /apis/networking.k8s.io/v1/servicecidrs/{name}/status
-
#patch_networking_v1beta1_ip_address(**params, &)
partially update the specified IPAddress PATCH /apis/networking.k8s.io/v1beta1/ipaddresses/{name}
-
#patch_networking_v1beta1_service_cidr(**params, &)
partially update the specified ServiceCIDR PATCH /apis/networking.k8s.io/v1beta1/servicecidrs/{name}
-
#patch_networking_v1beta1_service_cidr_status(**params, &)
partially update status of the specified ServiceCIDR PATCH /apis/networking.k8s.io/v1beta1/servicecidrs/{name}/status
-
#patch_node_v1_runtime_class(**params, &)
partially update the specified RuntimeClass PATCH /apis/node.k8s.io/v1/runtimeclasses/{name}
-
#patch_policy_v1_namespaced_pod_disruption_budget(**params, &)
partially update the specified PodDisruptionBudget PATCH /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}
-
#patch_policy_v1_namespaced_pod_disruption_budget_status(**params, &)
partially update status of the specified PodDisruptionBudget PATCH /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}/status
-
#patch_rbac_authorization_v1_cluster_role(**params, &)
partially update the specified ClusterRole PATCH /apis/rbac.authorization.k8s.io/v1/clusterroles/{name}
-
#patch_rbac_authorization_v1_cluster_role_binding(**params, &)
partially update the specified ClusterRoleBinding PATCH /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}
-
#patch_rbac_authorization_v1_namespaced_role(**params, &)
partially update the specified Role PATCH /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name}
-
#patch_rbac_authorization_v1_namespaced_role_binding(**params, &)
partially update the specified RoleBinding PATCH /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name}
-
#patch_resource_v1_device_class(**params, &)
partially update the specified DeviceClass PATCH /apis/resource.k8s.io/v1/deviceclasses/{name}
-
#patch_resource_v1_namespaced_resource_claim(**params, &)
partially update the specified ResourceClaim PATCH /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaims/{name}
-
#patch_resource_v1_namespaced_resource_claim_status(**params, &)
partially update status of the specified ResourceClaim PATCH /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaims/{name}/status
-
#patch_resource_v1_namespaced_resource_claim_template(**params, &)
partially update the specified ResourceClaimTemplate PATCH /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaimtemplates/{name}
-
#patch_resource_v1_resource_slice(**params, &)
partially update the specified ResourceSlice PATCH /apis/resource.k8s.io/v1/resourceslices/{name}
-
#patch_resource_v1alpha3_device_taint_rule(**params, &)
partially update the specified DeviceTaintRule PATCH /apis/resource.k8s.io/v1alpha3/devicetaintrules/{name}
-
#patch_resource_v1alpha3_device_taint_rule_status(**params, &)
partially update status of the specified DeviceTaintRule PATCH /apis/resource.k8s.io/v1alpha3/devicetaintrules/{name}/status
-
#patch_resource_v1beta1_device_class(**params, &)
partially update the specified DeviceClass PATCH /apis/resource.k8s.io/v1beta1/deviceclasses/{name}
-
#patch_resource_v1beta1_namespaced_resource_claim(**params, &)
partially update the specified ResourceClaim PATCH /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims/{name}
-
#patch_resource_v1beta1_namespaced_resource_claim_status(**params, &)
partially update status of the specified ResourceClaim PATCH /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims/{name}/status
-
#patch_resource_v1beta1_namespaced_resource_claim_template(**params, &)
partially update the specified ResourceClaimTemplate PATCH /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaimtemplates/{name}
-
#patch_resource_v1beta1_resource_slice(**params, &)
partially update the specified ResourceSlice PATCH /apis/resource.k8s.io/v1beta1/resourceslices/{name}
-
#patch_resource_v1beta2_device_class(**params, &)
partially update the specified DeviceClass PATCH /apis/resource.k8s.io/v1beta2/deviceclasses/{name}
-
#patch_resource_v1beta2_namespaced_resource_claim(**params, &)
partially update the specified ResourceClaim PATCH /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaims/{name}
-
#patch_resource_v1beta2_namespaced_resource_claim_status(**params, &)
partially update status of the specified ResourceClaim PATCH /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaims/{name}/status
-
#patch_resource_v1beta2_namespaced_resource_claim_template(**params, &)
partially update the specified ResourceClaimTemplate PATCH /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaimtemplates/{name}
-
#patch_resource_v1beta2_resource_slice(**params, &)
partially update the specified ResourceSlice PATCH /apis/resource.k8s.io/v1beta2/resourceslices/{name}
-
#patch_scheduling_v1_priority_class(**params, &)
partially update the specified PriorityClass PATCH /apis/scheduling.k8s.io/v1/priorityclasses/{name}
-
#patch_scheduling_v1alpha1_namespaced_workload(**params, &)
partially update the specified Workload PATCH /apis/scheduling.k8s.io/v1alpha1/namespaces/{namespace}/workloads/{name}
-
#patch_storage_v1_csi_driver(**params, &)
partially update the specified CSIDriver PATCH /apis/storage.k8s.io/v1/csidrivers/{name}
-
#patch_storage_v1_csi_node(**params, &)
partially update the specified CSINode PATCH /apis/storage.k8s.io/v1/csinodes/{name}
-
#patch_storage_v1_namespaced_csi_storage_capacity(**params, &)
partially update the specified CSIStorageCapacity PATCH /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities/{name}
-
#patch_storage_v1_storage_class(**params, &)
partially update the specified StorageClass PATCH /apis/storage.k8s.io/v1/storageclasses/{name}
-
#patch_storage_v1_volume_attachment(**params, &)
partially update the specified VolumeAttachment PATCH /apis/storage.k8s.io/v1/volumeattachments/{name}
-
#patch_storage_v1_volume_attachment_status(**params, &)
partially update status of the specified VolumeAttachment PATCH /apis/storage.k8s.io/v1/volumeattachments/{name}/status
-
#patch_storage_v1_volume_attributes_class(**params, &)
partially update the specified VolumeAttributesClass PATCH /apis/storage.k8s.io/v1/volumeattributesclasses/{name}
-
#patch_storage_v1beta1_volume_attributes_class(**params, &)
partially update the specified VolumeAttributesClass PATCH /apis/storage.k8s.io/v1beta1/volumeattributesclasses/{name}
-
#patch_storagemigration_v1beta1_storage_version_migration(**params, &)
partially update the specified StorageVersionMigration PATCH /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations/{name}
-
#patch_storagemigration_v1beta1_storage_version_migration_status(**params, &)
partially update status of the specified StorageVersionMigration PATCH /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations/{name}/status
- #post(path, body, headers = HTTP::Headers.new, *, check_status : Bool = true)
- #put(path, body, headers = HTTP::Headers.new, *, check_status : Bool = true)
-
#read_admissionregistration_v1_mutating_webhook_configuration(**params, &)
read the specified MutatingWebhookConfiguration GET /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/{name}
-
#read_admissionregistration_v1_validating_admission_policy(**params, &)
read the specified ValidatingAdmissionPolicy GET /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name}
-
#read_admissionregistration_v1_validating_admission_policy_binding(**params, &)
read the specified ValidatingAdmissionPolicyBinding GET /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings/{name}
-
#read_admissionregistration_v1_validating_admission_policy_status(**params, &)
read status of the specified ValidatingAdmissionPolicy GET /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name}/status
-
#read_admissionregistration_v1_validating_webhook_configuration(**params, &)
read the specified ValidatingWebhookConfiguration GET /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/{name}
-
#read_admissionregistration_v1alpha1_mutating_admission_policy(**params, &)
read the specified MutatingAdmissionPolicy GET /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicies/{name}
-
#read_admissionregistration_v1alpha1_mutating_admission_policy_binding(**params, &)
read the specified MutatingAdmissionPolicyBinding GET /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicybindings/{name}
-
#read_admissionregistration_v1beta1_mutating_admission_policy(**params, &)
read the specified MutatingAdmissionPolicy GET /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicies/{name}
-
#read_admissionregistration_v1beta1_mutating_admission_policy_binding(**params, &)
read the specified MutatingAdmissionPolicyBinding GET /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicybindings/{name}
-
#read_apiextensions_v1_custom_resource_definition(**params, &)
read the specified CustomResourceDefinition GET /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}
-
#read_apiextensions_v1_custom_resource_definition_status(**params, &)
read status of the specified CustomResourceDefinition GET /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}/status
-
#read_apiregistration_v1_api_service(**params, &)
read the specified APIService GET /apis/apiregistration.k8s.io/v1/apiservices/{name}
-
#read_apiregistration_v1_api_service_status(**params, &)
read status of the specified APIService GET /apis/apiregistration.k8s.io/v1/apiservices/{name}/status
-
#read_apps_v1_namespaced_controller_revision(**params, &)
read the specified ControllerRevision GET /apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name}
-
#read_apps_v1_namespaced_daemon_set(**params, &)
read the specified DaemonSet GET /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}
-
#read_apps_v1_namespaced_daemon_set_status(**params, &)
read status of the specified DaemonSet GET /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}/status
-
#read_apps_v1_namespaced_deployment(**params, &)
read the specified Deployment GET /apis/apps/v1/namespaces/{namespace}/deployments/{name}
-
#read_apps_v1_namespaced_deployment_scale(**params, &)
read scale of the specified Deployment GET /apis/apps/v1/namespaces/{namespace}/deployments/{name}/scale
-
#read_apps_v1_namespaced_deployment_status(**params, &)
read status of the specified Deployment GET /apis/apps/v1/namespaces/{namespace}/deployments/{name}/status
-
#read_apps_v1_namespaced_replica_set(**params, &)
read the specified ReplicaSet GET /apis/apps/v1/namespaces/{namespace}/replicasets/{name}
-
#read_apps_v1_namespaced_replica_set_scale(**params, &)
read scale of the specified ReplicaSet GET /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/scale
-
#read_apps_v1_namespaced_replica_set_status(**params, &)
read status of the specified ReplicaSet GET /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/status
-
#read_apps_v1_namespaced_stateful_set(**params, &)
read the specified StatefulSet GET /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}
-
#read_apps_v1_namespaced_stateful_set_scale(**params, &)
read scale of the specified StatefulSet GET /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/scale
-
#read_apps_v1_namespaced_stateful_set_status(**params, &)
read status of the specified StatefulSet GET /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/status
-
#read_autoscaling_v1_namespaced_horizontal_pod_autoscaler(**params, &)
read the specified HorizontalPodAutoscaler GET /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}
-
#read_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status(**params, &)
read status of the specified HorizontalPodAutoscaler GET /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
-
#read_autoscaling_v2_namespaced_horizontal_pod_autoscaler(**params, &)
read the specified HorizontalPodAutoscaler GET /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}
-
#read_autoscaling_v2_namespaced_horizontal_pod_autoscaler_status(**params, &)
read status of the specified HorizontalPodAutoscaler GET /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
-
#read_batch_v1_namespaced_cron_job(**params, &)
read the specified CronJob GET /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}
-
#read_batch_v1_namespaced_cron_job_status(**params, &)
read status of the specified CronJob GET /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}/status
-
#read_batch_v1_namespaced_job(**params, &)
read the specified Job GET /apis/batch/v1/namespaces/{namespace}/jobs/{name}
-
#read_batch_v1_namespaced_job_status(**params, &)
read status of the specified Job GET /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status
-
#read_certificates_v1_certificate_signing_request(**params, &)
read the specified CertificateSigningRequest GET /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}
-
#read_certificates_v1_certificate_signing_request_approval(**params, &)
read approval of the specified CertificateSigningRequest GET /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/approval
-
#read_certificates_v1_certificate_signing_request_status(**params, &)
read status of the specified CertificateSigningRequest GET /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/status
-
#read_certificates_v1alpha1_cluster_trust_bundle(**params, &)
read the specified ClusterTrustBundle GET /apis/certificates.k8s.io/v1alpha1/clustertrustbundles/{name}
-
#read_certificates_v1beta1_cluster_trust_bundle(**params, &)
read the specified ClusterTrustBundle GET /apis/certificates.k8s.io/v1beta1/clustertrustbundles/{name}
-
#read_certificates_v1beta1_namespaced_pod_certificate_request(**params, &)
read the specified PodCertificateRequest GET /apis/certificates.k8s.io/v1beta1/namespaces/{namespace}/podcertificaterequests/{name}
-
#read_certificates_v1beta1_namespaced_pod_certificate_request_status(**params, &)
read status of the specified PodCertificateRequest GET /apis/certificates.k8s.io/v1beta1/namespaces/{namespace}/podcertificaterequests/{name}/status
-
#read_coordination_v1_namespaced_lease(**params, &)
read the specified Lease GET /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name}
-
#read_coordination_v1alpha2_namespaced_lease_candidate(**params, &)
read the specified LeaseCandidate GET /apis/coordination.k8s.io/v1alpha2/namespaces/{namespace}/leasecandidates/{name}
-
#read_coordination_v1beta1_namespaced_lease_candidate(**params, &)
read the specified LeaseCandidate GET /apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leasecandidates/{name}
-
#read_core_v1_component_status(**params, &)
read the specified ComponentStatus GET /api/v1/componentstatuses/{name}
-
#read_core_v1_namespace(**params, &)
read the specified Namespace GET /api/v1/namespaces/{name}
-
#read_core_v1_namespace_status(**params, &)
read status of the specified Namespace GET /api/v1/namespaces/{name}/status
-
#read_core_v1_namespaced_config_map(**params, &)
read the specified ConfigMap GET /api/v1/namespaces/{namespace}/configmaps/{name}
-
#read_core_v1_namespaced_endpoints(**params, &)
read the specified Endpoints GET /api/v1/namespaces/{namespace}/endpoints/{name}
-
#read_core_v1_namespaced_event(**params, &)
read the specified Event GET /api/v1/namespaces/{namespace}/events/{name}
-
#read_core_v1_namespaced_limit_range(**params, &)
read the specified LimitRange GET /api/v1/namespaces/{namespace}/limitranges/{name}
-
#read_core_v1_namespaced_persistent_volume_claim(**params, &)
read the specified PersistentVolumeClaim GET /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}
-
#read_core_v1_namespaced_persistent_volume_claim_status(**params, &)
read status of the specified PersistentVolumeClaim GET /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status
-
#read_core_v1_namespaced_pod(**params, &)
read the specified Pod GET /api/v1/namespaces/{namespace}/pods/{name}
-
#read_core_v1_namespaced_pod_ephemeralcontainers(**params, &)
read ephemeralcontainers of the specified Pod GET /api/v1/namespaces/{namespace}/pods/{name}/ephemeralcontainers
-
#read_core_v1_namespaced_pod_log(**params, &)
read log of the specified Pod GET /api/v1/namespaces/{namespace}/pods/{name}/log
-
#read_core_v1_namespaced_pod_resize(**params, &)
read resize of the specified Pod GET /api/v1/namespaces/{namespace}/pods/{name}/resize
-
#read_core_v1_namespaced_pod_status(**params, &)
read status of the specified Pod GET /api/v1/namespaces/{namespace}/pods/{name}/status
-
#read_core_v1_namespaced_pod_template(**params, &)
read the specified PodTemplate GET /api/v1/namespaces/{namespace}/podtemplates/{name}
-
#read_core_v1_namespaced_replication_controller(**params, &)
read the specified ReplicationController GET /api/v1/namespaces/{namespace}/replicationcontrollers/{name}
-
#read_core_v1_namespaced_replication_controller_scale(**params, &)
read scale of the specified ReplicationController GET /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale
-
#read_core_v1_namespaced_replication_controller_status(**params, &)
read status of the specified ReplicationController GET /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status
-
#read_core_v1_namespaced_resource_quota(**params, &)
read the specified ResourceQuota GET /api/v1/namespaces/{namespace}/resourcequotas/{name}
-
#read_core_v1_namespaced_resource_quota_status(**params, &)
read status of the specified ResourceQuota GET /api/v1/namespaces/{namespace}/resourcequotas/{name}/status
-
#read_core_v1_namespaced_secret(**params, &)
read the specified Secret GET /api/v1/namespaces/{namespace}/secrets/{name}
-
#read_core_v1_namespaced_service(**params, &)
read the specified Service GET /api/v1/namespaces/{namespace}/services/{name}
-
#read_core_v1_namespaced_service_account(**params, &)
read the specified ServiceAccount GET /api/v1/namespaces/{namespace}/serviceaccounts/{name}
-
#read_core_v1_namespaced_service_status(**params, &)
read status of the specified Service GET /api/v1/namespaces/{namespace}/services/{name}/status
-
#read_core_v1_node(**params, &)
read the specified Node GET /api/v1/nodes/{name}
-
#read_core_v1_node_status(**params, &)
read status of the specified Node GET /api/v1/nodes/{name}/status
-
#read_core_v1_persistent_volume(**params, &)
read the specified PersistentVolume GET /api/v1/persistentvolumes/{name}
-
#read_core_v1_persistent_volume_status(**params, &)
read status of the specified PersistentVolume GET /api/v1/persistentvolumes/{name}/status
-
#read_discovery_v1_namespaced_endpoint_slice(**params, &)
read the specified EndpointSlice GET /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices/{name}
-
#read_events_v1_namespaced_event(**params, &)
read the specified Event GET /apis/events.k8s.io/v1/namespaces/{namespace}/events/{name}
-
#read_flowcontrol_apiserver_v1_flow_schema(**params, &)
read the specified FlowSchema GET /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/{name}
-
#read_flowcontrol_apiserver_v1_flow_schema_status(**params, &)
read status of the specified FlowSchema GET /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/{name}/status
-
#read_flowcontrol_apiserver_v1_priority_level_configuration(**params, &)
read the specified PriorityLevelConfiguration GET /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/{name}
-
#read_flowcontrol_apiserver_v1_priority_level_configuration_status(**params, &)
read status of the specified PriorityLevelConfiguration GET /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/{name}/status
-
#read_internal_apiserver_v1alpha1_storage_version(**params, &)
read the specified StorageVersion GET /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}
-
#read_internal_apiserver_v1alpha1_storage_version_status(**params, &)
read status of the specified StorageVersion GET /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}/status
-
#read_networking_v1_ingress_class(**params, &)
read the specified IngressClass GET /apis/networking.k8s.io/v1/ingressclasses/{name}
-
#read_networking_v1_ip_address(**params, &)
read the specified IPAddress GET /apis/networking.k8s.io/v1/ipaddresses/{name}
-
#read_networking_v1_namespaced_ingress(**params, &)
read the specified Ingress GET /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}
-
#read_networking_v1_namespaced_ingress_status(**params, &)
read status of the specified Ingress GET /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}/status
-
#read_networking_v1_namespaced_network_policy(**params, &)
read the specified NetworkPolicy GET /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}
-
#read_networking_v1_service_cidr(**params, &)
read the specified ServiceCIDR GET /apis/networking.k8s.io/v1/servicecidrs/{name}
-
#read_networking_v1_service_cidr_status(**params, &)
read status of the specified ServiceCIDR GET /apis/networking.k8s.io/v1/servicecidrs/{name}/status
-
#read_networking_v1beta1_ip_address(**params, &)
read the specified IPAddress GET /apis/networking.k8s.io/v1beta1/ipaddresses/{name}
-
#read_networking_v1beta1_service_cidr(**params, &)
read the specified ServiceCIDR GET /apis/networking.k8s.io/v1beta1/servicecidrs/{name}
-
#read_networking_v1beta1_service_cidr_status(**params, &)
read status of the specified ServiceCIDR GET /apis/networking.k8s.io/v1beta1/servicecidrs/{name}/status
-
#read_node_v1_runtime_class(**params, &)
read the specified RuntimeClass GET /apis/node.k8s.io/v1/runtimeclasses/{name}
-
#read_policy_v1_namespaced_pod_disruption_budget(**params, &)
read the specified PodDisruptionBudget GET /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}
-
#read_policy_v1_namespaced_pod_disruption_budget_status(**params, &)
read status of the specified PodDisruptionBudget GET /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}/status
-
#read_rbac_authorization_v1_cluster_role(**params, &)
read the specified ClusterRole GET /apis/rbac.authorization.k8s.io/v1/clusterroles/{name}
-
#read_rbac_authorization_v1_cluster_role_binding(**params, &)
read the specified ClusterRoleBinding GET /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}
-
#read_rbac_authorization_v1_namespaced_role(**params, &)
read the specified Role GET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name}
-
#read_rbac_authorization_v1_namespaced_role_binding(**params, &)
read the specified RoleBinding GET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name}
-
#read_resource_v1_device_class(**params, &)
read the specified DeviceClass GET /apis/resource.k8s.io/v1/deviceclasses/{name}
-
#read_resource_v1_namespaced_resource_claim(**params, &)
read the specified ResourceClaim GET /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaims/{name}
-
#read_resource_v1_namespaced_resource_claim_status(**params, &)
read status of the specified ResourceClaim GET /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaims/{name}/status
-
#read_resource_v1_namespaced_resource_claim_template(**params, &)
read the specified ResourceClaimTemplate GET /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaimtemplates/{name}
-
#read_resource_v1_resource_slice(**params, &)
read the specified ResourceSlice GET /apis/resource.k8s.io/v1/resourceslices/{name}
-
#read_resource_v1alpha3_device_taint_rule(**params, &)
read the specified DeviceTaintRule GET /apis/resource.k8s.io/v1alpha3/devicetaintrules/{name}
-
#read_resource_v1alpha3_device_taint_rule_status(**params, &)
read status of the specified DeviceTaintRule GET /apis/resource.k8s.io/v1alpha3/devicetaintrules/{name}/status
-
#read_resource_v1beta1_device_class(**params, &)
read the specified DeviceClass GET /apis/resource.k8s.io/v1beta1/deviceclasses/{name}
-
#read_resource_v1beta1_namespaced_resource_claim(**params, &)
read the specified ResourceClaim GET /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims/{name}
-
#read_resource_v1beta1_namespaced_resource_claim_status(**params, &)
read status of the specified ResourceClaim GET /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims/{name}/status
-
#read_resource_v1beta1_namespaced_resource_claim_template(**params, &)
read the specified ResourceClaimTemplate GET /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaimtemplates/{name}
-
#read_resource_v1beta1_resource_slice(**params, &)
read the specified ResourceSlice GET /apis/resource.k8s.io/v1beta1/resourceslices/{name}
-
#read_resource_v1beta2_device_class(**params, &)
read the specified DeviceClass GET /apis/resource.k8s.io/v1beta2/deviceclasses/{name}
-
#read_resource_v1beta2_namespaced_resource_claim(**params, &)
read the specified ResourceClaim GET /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaims/{name}
-
#read_resource_v1beta2_namespaced_resource_claim_status(**params, &)
read status of the specified ResourceClaim GET /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaims/{name}/status
-
#read_resource_v1beta2_namespaced_resource_claim_template(**params, &)
read the specified ResourceClaimTemplate GET /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaimtemplates/{name}
-
#read_resource_v1beta2_resource_slice(**params, &)
read the specified ResourceSlice GET /apis/resource.k8s.io/v1beta2/resourceslices/{name}
-
#read_scheduling_v1_priority_class(**params, &)
read the specified PriorityClass GET /apis/scheduling.k8s.io/v1/priorityclasses/{name}
-
#read_scheduling_v1alpha1_namespaced_workload(**params, &)
read the specified Workload GET /apis/scheduling.k8s.io/v1alpha1/namespaces/{namespace}/workloads/{name}
-
#read_storage_v1_csi_driver(**params, &)
read the specified CSIDriver GET /apis/storage.k8s.io/v1/csidrivers/{name}
-
#read_storage_v1_csi_node(**params, &)
read the specified CSINode GET /apis/storage.k8s.io/v1/csinodes/{name}
-
#read_storage_v1_namespaced_csi_storage_capacity(**params, &)
read the specified CSIStorageCapacity GET /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities/{name}
-
#read_storage_v1_storage_class(**params, &)
read the specified StorageClass GET /apis/storage.k8s.io/v1/storageclasses/{name}
-
#read_storage_v1_volume_attachment(**params, &)
read the specified VolumeAttachment GET /apis/storage.k8s.io/v1/volumeattachments/{name}
-
#read_storage_v1_volume_attachment_status(**params, &)
read status of the specified VolumeAttachment GET /apis/storage.k8s.io/v1/volumeattachments/{name}/status
-
#read_storage_v1_volume_attributes_class(**params, &)
read the specified VolumeAttributesClass GET /apis/storage.k8s.io/v1/volumeattributesclasses/{name}
-
#read_storage_v1beta1_volume_attributes_class(**params, &)
read the specified VolumeAttributesClass GET /apis/storage.k8s.io/v1beta1/volumeattributesclasses/{name}
-
#read_storagemigration_v1beta1_storage_version_migration(**params, &)
read the specified StorageVersionMigration GET /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations/{name}
-
#read_storagemigration_v1beta1_storage_version_migration_status(**params, &)
read status of the specified StorageVersionMigration GET /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations/{name}/status
-
#replace_admissionregistration_v1_mutating_webhook_configuration(**params, &)
replace the specified MutatingWebhookConfiguration PUT /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/{name}
-
#replace_admissionregistration_v1_validating_admission_policy(**params, &)
replace the specified ValidatingAdmissionPolicy PUT /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name}
-
#replace_admissionregistration_v1_validating_admission_policy_binding(**params, &)
replace the specified ValidatingAdmissionPolicyBinding PUT /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings/{name}
-
#replace_admissionregistration_v1_validating_admission_policy_status(**params, &)
replace status of the specified ValidatingAdmissionPolicy PUT /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name}/status
-
#replace_admissionregistration_v1_validating_webhook_configuration(**params, &)
replace the specified ValidatingWebhookConfiguration PUT /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/{name}
-
#replace_admissionregistration_v1alpha1_mutating_admission_policy(**params, &)
replace the specified MutatingAdmissionPolicy PUT /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicies/{name}
-
#replace_admissionregistration_v1alpha1_mutating_admission_policy_binding(**params, &)
replace the specified MutatingAdmissionPolicyBinding PUT /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicybindings/{name}
-
#replace_admissionregistration_v1beta1_mutating_admission_policy(**params, &)
replace the specified MutatingAdmissionPolicy PUT /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicies/{name}
-
#replace_admissionregistration_v1beta1_mutating_admission_policy_binding(**params, &)
replace the specified MutatingAdmissionPolicyBinding PUT /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicybindings/{name}
-
#replace_apiextensions_v1_custom_resource_definition(**params, &)
replace the specified CustomResourceDefinition PUT /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}
-
#replace_apiextensions_v1_custom_resource_definition_status(**params, &)
replace status of the specified CustomResourceDefinition PUT /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}/status
-
#replace_apiregistration_v1_api_service(**params, &)
replace the specified APIService PUT /apis/apiregistration.k8s.io/v1/apiservices/{name}
-
#replace_apiregistration_v1_api_service_status(**params, &)
replace status of the specified APIService PUT /apis/apiregistration.k8s.io/v1/apiservices/{name}/status
-
#replace_apps_v1_namespaced_controller_revision(**params, &)
replace the specified ControllerRevision PUT /apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name}
-
#replace_apps_v1_namespaced_daemon_set(**params, &)
replace the specified DaemonSet PUT /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}
-
#replace_apps_v1_namespaced_daemon_set_status(**params, &)
replace status of the specified DaemonSet PUT /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}/status
-
#replace_apps_v1_namespaced_deployment(**params, &)
replace the specified Deployment PUT /apis/apps/v1/namespaces/{namespace}/deployments/{name}
-
#replace_apps_v1_namespaced_deployment_scale(**params, &)
replace scale of the specified Deployment PUT /apis/apps/v1/namespaces/{namespace}/deployments/{name}/scale
-
#replace_apps_v1_namespaced_deployment_status(**params, &)
replace status of the specified Deployment PUT /apis/apps/v1/namespaces/{namespace}/deployments/{name}/status
-
#replace_apps_v1_namespaced_replica_set(**params, &)
replace the specified ReplicaSet PUT /apis/apps/v1/namespaces/{namespace}/replicasets/{name}
-
#replace_apps_v1_namespaced_replica_set_scale(**params, &)
replace scale of the specified ReplicaSet PUT /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/scale
-
#replace_apps_v1_namespaced_replica_set_status(**params, &)
replace status of the specified ReplicaSet PUT /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/status
-
#replace_apps_v1_namespaced_stateful_set(**params, &)
replace the specified StatefulSet PUT /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}
-
#replace_apps_v1_namespaced_stateful_set_scale(**params, &)
replace scale of the specified StatefulSet PUT /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/scale
-
#replace_apps_v1_namespaced_stateful_set_status(**params, &)
replace status of the specified StatefulSet PUT /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/status
-
#replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler(**params, &)
replace the specified HorizontalPodAutoscaler PUT /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}
-
#replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status(**params, &)
replace status of the specified HorizontalPodAutoscaler PUT /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
-
#replace_autoscaling_v2_namespaced_horizontal_pod_autoscaler(**params, &)
replace the specified HorizontalPodAutoscaler PUT /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}
-
#replace_autoscaling_v2_namespaced_horizontal_pod_autoscaler_status(**params, &)
replace status of the specified HorizontalPodAutoscaler PUT /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
-
#replace_batch_v1_namespaced_cron_job(**params, &)
replace the specified CronJob PUT /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}
-
#replace_batch_v1_namespaced_cron_job_status(**params, &)
replace status of the specified CronJob PUT /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}/status
-
#replace_batch_v1_namespaced_job(**params, &)
replace the specified Job PUT /apis/batch/v1/namespaces/{namespace}/jobs/{name}
-
#replace_batch_v1_namespaced_job_status(**params, &)
replace status of the specified Job PUT /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status
-
#replace_certificates_v1_certificate_signing_request(**params, &)
replace the specified CertificateSigningRequest PUT /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}
-
#replace_certificates_v1_certificate_signing_request_approval(**params, &)
replace approval of the specified CertificateSigningRequest PUT /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/approval
-
#replace_certificates_v1_certificate_signing_request_status(**params, &)
replace status of the specified CertificateSigningRequest PUT /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/status
-
#replace_certificates_v1alpha1_cluster_trust_bundle(**params, &)
replace the specified ClusterTrustBundle PUT /apis/certificates.k8s.io/v1alpha1/clustertrustbundles/{name}
-
#replace_certificates_v1beta1_cluster_trust_bundle(**params, &)
replace the specified ClusterTrustBundle PUT /apis/certificates.k8s.io/v1beta1/clustertrustbundles/{name}
-
#replace_certificates_v1beta1_namespaced_pod_certificate_request(**params, &)
replace the specified PodCertificateRequest PUT /apis/certificates.k8s.io/v1beta1/namespaces/{namespace}/podcertificaterequests/{name}
-
#replace_certificates_v1beta1_namespaced_pod_certificate_request_status(**params, &)
replace status of the specified PodCertificateRequest PUT /apis/certificates.k8s.io/v1beta1/namespaces/{namespace}/podcertificaterequests/{name}/status
-
#replace_coordination_v1_namespaced_lease(**params, &)
replace the specified Lease PUT /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name}
-
#replace_coordination_v1alpha2_namespaced_lease_candidate(**params, &)
replace the specified LeaseCandidate PUT /apis/coordination.k8s.io/v1alpha2/namespaces/{namespace}/leasecandidates/{name}
-
#replace_coordination_v1beta1_namespaced_lease_candidate(**params, &)
replace the specified LeaseCandidate PUT /apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leasecandidates/{name}
-
#replace_core_v1_namespace(**params, &)
replace the specified Namespace PUT /api/v1/namespaces/{name}
-
#replace_core_v1_namespace_finalize(**params, &)
replace finalize of the specified Namespace PUT /api/v1/namespaces/{name}/finalize
-
#replace_core_v1_namespace_status(**params, &)
replace status of the specified Namespace PUT /api/v1/namespaces/{name}/status
-
#replace_core_v1_namespaced_config_map(**params, &)
replace the specified ConfigMap PUT /api/v1/namespaces/{namespace}/configmaps/{name}
-
#replace_core_v1_namespaced_endpoints(**params, &)
replace the specified Endpoints PUT /api/v1/namespaces/{namespace}/endpoints/{name}
-
#replace_core_v1_namespaced_event(**params, &)
replace the specified Event PUT /api/v1/namespaces/{namespace}/events/{name}
-
#replace_core_v1_namespaced_limit_range(**params, &)
replace the specified LimitRange PUT /api/v1/namespaces/{namespace}/limitranges/{name}
-
#replace_core_v1_namespaced_persistent_volume_claim(**params, &)
replace the specified PersistentVolumeClaim PUT /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}
-
#replace_core_v1_namespaced_persistent_volume_claim_status(**params, &)
replace status of the specified PersistentVolumeClaim PUT /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status
-
#replace_core_v1_namespaced_pod(**params, &)
replace the specified Pod PUT /api/v1/namespaces/{namespace}/pods/{name}
-
#replace_core_v1_namespaced_pod_ephemeralcontainers(**params, &)
replace ephemeralcontainers of the specified Pod PUT /api/v1/namespaces/{namespace}/pods/{name}/ephemeralcontainers
-
#replace_core_v1_namespaced_pod_resize(**params, &)
replace resize of the specified Pod PUT /api/v1/namespaces/{namespace}/pods/{name}/resize
-
#replace_core_v1_namespaced_pod_status(**params, &)
replace status of the specified Pod PUT /api/v1/namespaces/{namespace}/pods/{name}/status
-
#replace_core_v1_namespaced_pod_template(**params, &)
replace the specified PodTemplate PUT /api/v1/namespaces/{namespace}/podtemplates/{name}
-
#replace_core_v1_namespaced_replication_controller(**params, &)
replace the specified ReplicationController PUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name}
-
#replace_core_v1_namespaced_replication_controller_scale(**params, &)
replace scale of the specified ReplicationController PUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale
-
#replace_core_v1_namespaced_replication_controller_status(**params, &)
replace status of the specified ReplicationController PUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status
-
#replace_core_v1_namespaced_resource_quota(**params, &)
replace the specified ResourceQuota PUT /api/v1/namespaces/{namespace}/resourcequotas/{name}
-
#replace_core_v1_namespaced_resource_quota_status(**params, &)
replace status of the specified ResourceQuota PUT /api/v1/namespaces/{namespace}/resourcequotas/{name}/status
-
#replace_core_v1_namespaced_secret(**params, &)
replace the specified Secret PUT /api/v1/namespaces/{namespace}/secrets/{name}
-
#replace_core_v1_namespaced_service(**params, &)
replace the specified Service PUT /api/v1/namespaces/{namespace}/services/{name}
-
#replace_core_v1_namespaced_service_account(**params, &)
replace the specified ServiceAccount PUT /api/v1/namespaces/{namespace}/serviceaccounts/{name}
-
#replace_core_v1_namespaced_service_status(**params, &)
replace status of the specified Service PUT /api/v1/namespaces/{namespace}/services/{name}/status
-
#replace_core_v1_node(**params, &)
replace the specified Node PUT /api/v1/nodes/{name}
-
#replace_core_v1_node_status(**params, &)
replace status of the specified Node PUT /api/v1/nodes/{name}/status
-
#replace_core_v1_persistent_volume(**params, &)
replace the specified PersistentVolume PUT /api/v1/persistentvolumes/{name}
-
#replace_core_v1_persistent_volume_status(**params, &)
replace status of the specified PersistentVolume PUT /api/v1/persistentvolumes/{name}/status
-
#replace_discovery_v1_namespaced_endpoint_slice(**params, &)
replace the specified EndpointSlice PUT /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices/{name}
-
#replace_events_v1_namespaced_event(**params, &)
replace the specified Event PUT /apis/events.k8s.io/v1/namespaces/{namespace}/events/{name}
-
#replace_flowcontrol_apiserver_v1_flow_schema(**params, &)
replace the specified FlowSchema PUT /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/{name}
-
#replace_flowcontrol_apiserver_v1_flow_schema_status(**params, &)
replace status of the specified FlowSchema PUT /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/{name}/status
-
#replace_flowcontrol_apiserver_v1_priority_level_configuration(**params, &)
replace the specified PriorityLevelConfiguration PUT /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/{name}
-
#replace_flowcontrol_apiserver_v1_priority_level_configuration_status(**params, &)
replace status of the specified PriorityLevelConfiguration PUT /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/{name}/status
-
#replace_internal_apiserver_v1alpha1_storage_version(**params, &)
replace the specified StorageVersion PUT /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}
-
#replace_internal_apiserver_v1alpha1_storage_version_status(**params, &)
replace status of the specified StorageVersion PUT /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}/status
-
#replace_networking_v1_ingress_class(**params, &)
replace the specified IngressClass PUT /apis/networking.k8s.io/v1/ingressclasses/{name}
-
#replace_networking_v1_ip_address(**params, &)
replace the specified IPAddress PUT /apis/networking.k8s.io/v1/ipaddresses/{name}
-
#replace_networking_v1_namespaced_ingress(**params, &)
replace the specified Ingress PUT /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}
-
#replace_networking_v1_namespaced_ingress_status(**params, &)
replace status of the specified Ingress PUT /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}/status
-
#replace_networking_v1_namespaced_network_policy(**params, &)
replace the specified NetworkPolicy PUT /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}
-
#replace_networking_v1_service_cidr(**params, &)
replace the specified ServiceCIDR PUT /apis/networking.k8s.io/v1/servicecidrs/{name}
-
#replace_networking_v1_service_cidr_status(**params, &)
replace status of the specified ServiceCIDR PUT /apis/networking.k8s.io/v1/servicecidrs/{name}/status
-
#replace_networking_v1beta1_ip_address(**params, &)
replace the specified IPAddress PUT /apis/networking.k8s.io/v1beta1/ipaddresses/{name}
-
#replace_networking_v1beta1_service_cidr(**params, &)
replace the specified ServiceCIDR PUT /apis/networking.k8s.io/v1beta1/servicecidrs/{name}
-
#replace_networking_v1beta1_service_cidr_status(**params, &)
replace status of the specified ServiceCIDR PUT /apis/networking.k8s.io/v1beta1/servicecidrs/{name}/status
-
#replace_node_v1_runtime_class(**params, &)
replace the specified RuntimeClass PUT /apis/node.k8s.io/v1/runtimeclasses/{name}
-
#replace_policy_v1_namespaced_pod_disruption_budget(**params, &)
replace the specified PodDisruptionBudget PUT /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}
-
#replace_policy_v1_namespaced_pod_disruption_budget_status(**params, &)
replace status of the specified PodDisruptionBudget PUT /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}/status
-
#replace_rbac_authorization_v1_cluster_role(**params, &)
replace the specified ClusterRole PUT /apis/rbac.authorization.k8s.io/v1/clusterroles/{name}
-
#replace_rbac_authorization_v1_cluster_role_binding(**params, &)
replace the specified ClusterRoleBinding PUT /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}
-
#replace_rbac_authorization_v1_namespaced_role(**params, &)
replace the specified Role PUT /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name}
-
#replace_rbac_authorization_v1_namespaced_role_binding(**params, &)
replace the specified RoleBinding PUT /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name}
-
#replace_resource_v1_device_class(**params, &)
replace the specified DeviceClass PUT /apis/resource.k8s.io/v1/deviceclasses/{name}
-
#replace_resource_v1_namespaced_resource_claim(**params, &)
replace the specified ResourceClaim PUT /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaims/{name}
-
#replace_resource_v1_namespaced_resource_claim_status(**params, &)
replace status of the specified ResourceClaim PUT /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaims/{name}/status
-
#replace_resource_v1_namespaced_resource_claim_template(**params, &)
replace the specified ResourceClaimTemplate PUT /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaimtemplates/{name}
-
#replace_resource_v1_resource_slice(**params, &)
replace the specified ResourceSlice PUT /apis/resource.k8s.io/v1/resourceslices/{name}
-
#replace_resource_v1alpha3_device_taint_rule(**params, &)
replace the specified DeviceTaintRule PUT /apis/resource.k8s.io/v1alpha3/devicetaintrules/{name}
-
#replace_resource_v1alpha3_device_taint_rule_status(**params, &)
replace status of the specified DeviceTaintRule PUT /apis/resource.k8s.io/v1alpha3/devicetaintrules/{name}/status
-
#replace_resource_v1beta1_device_class(**params, &)
replace the specified DeviceClass PUT /apis/resource.k8s.io/v1beta1/deviceclasses/{name}
-
#replace_resource_v1beta1_namespaced_resource_claim(**params, &)
replace the specified ResourceClaim PUT /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims/{name}
-
#replace_resource_v1beta1_namespaced_resource_claim_status(**params, &)
replace status of the specified ResourceClaim PUT /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims/{name}/status
-
#replace_resource_v1beta1_namespaced_resource_claim_template(**params, &)
replace the specified ResourceClaimTemplate PUT /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaimtemplates/{name}
-
#replace_resource_v1beta1_resource_slice(**params, &)
replace the specified ResourceSlice PUT /apis/resource.k8s.io/v1beta1/resourceslices/{name}
-
#replace_resource_v1beta2_device_class(**params, &)
replace the specified DeviceClass PUT /apis/resource.k8s.io/v1beta2/deviceclasses/{name}
-
#replace_resource_v1beta2_namespaced_resource_claim(**params, &)
replace the specified ResourceClaim PUT /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaims/{name}
-
#replace_resource_v1beta2_namespaced_resource_claim_status(**params, &)
replace status of the specified ResourceClaim PUT /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaims/{name}/status
-
#replace_resource_v1beta2_namespaced_resource_claim_template(**params, &)
replace the specified ResourceClaimTemplate PUT /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaimtemplates/{name}
-
#replace_resource_v1beta2_resource_slice(**params, &)
replace the specified ResourceSlice PUT /apis/resource.k8s.io/v1beta2/resourceslices/{name}
-
#replace_scheduling_v1_priority_class(**params, &)
replace the specified PriorityClass PUT /apis/scheduling.k8s.io/v1/priorityclasses/{name}
-
#replace_scheduling_v1alpha1_namespaced_workload(**params, &)
replace the specified Workload PUT /apis/scheduling.k8s.io/v1alpha1/namespaces/{namespace}/workloads/{name}
-
#replace_storage_v1_csi_driver(**params, &)
replace the specified CSIDriver PUT /apis/storage.k8s.io/v1/csidrivers/{name}
-
#replace_storage_v1_csi_node(**params, &)
replace the specified CSINode PUT /apis/storage.k8s.io/v1/csinodes/{name}
-
#replace_storage_v1_namespaced_csi_storage_capacity(**params, &)
replace the specified CSIStorageCapacity PUT /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities/{name}
-
#replace_storage_v1_storage_class(**params, &)
replace the specified StorageClass PUT /apis/storage.k8s.io/v1/storageclasses/{name}
-
#replace_storage_v1_volume_attachment(**params, &)
replace the specified VolumeAttachment PUT /apis/storage.k8s.io/v1/volumeattachments/{name}
-
#replace_storage_v1_volume_attachment_status(**params, &)
replace status of the specified VolumeAttachment PUT /apis/storage.k8s.io/v1/volumeattachments/{name}/status
-
#replace_storage_v1_volume_attributes_class(**params, &)
replace the specified VolumeAttributesClass PUT /apis/storage.k8s.io/v1/volumeattributesclasses/{name}
-
#replace_storage_v1beta1_volume_attributes_class(**params, &)
replace the specified VolumeAttributesClass PUT /apis/storage.k8s.io/v1beta1/volumeattributesclasses/{name}
-
#replace_storagemigration_v1beta1_storage_version_migration(**params, &)
replace the specified StorageVersionMigration PUT /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations/{name}
-
#replace_storagemigration_v1beta1_storage_version_migration_status(**params, &)
replace status of the specified StorageVersionMigration PUT /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations/{name}/status
- #server : URI
-
#v1 : Resources::V1
High-level type-safe API for v1 resources.
- #watch(path, resource_version = "0", timeout = 10.minutes, max_retries = -1, &) forall T
-
#watch_admissionregistration_v1_mutating_webhook_configuration(**params, &)
watch changes to an object of kind MutatingWebhookConfiguration.
-
#watch_admissionregistration_v1_mutating_webhook_configuration_list(**params, &)
watch individual changes to a list of MutatingWebhookConfiguration.
-
#watch_admissionregistration_v1_validating_admission_policy(**params, &)
watch changes to an object of kind ValidatingAdmissionPolicy.
-
#watch_admissionregistration_v1_validating_admission_policy_binding(**params, &)
watch changes to an object of kind ValidatingAdmissionPolicyBinding.
-
#watch_admissionregistration_v1_validating_admission_policy_binding_list(**params, &)
watch individual changes to a list of ValidatingAdmissionPolicyBinding.
-
#watch_admissionregistration_v1_validating_admission_policy_list(**params, &)
watch individual changes to a list of ValidatingAdmissionPolicy.
-
#watch_admissionregistration_v1_validating_webhook_configuration(**params, &)
watch changes to an object of kind ValidatingWebhookConfiguration.
-
#watch_admissionregistration_v1_validating_webhook_configuration_list(**params, &)
watch individual changes to a list of ValidatingWebhookConfiguration.
-
#watch_admissionregistration_v1alpha1_mutating_admission_policy(**params, &)
watch changes to an object of kind MutatingAdmissionPolicy.
-
#watch_admissionregistration_v1alpha1_mutating_admission_policy_binding(**params, &)
watch changes to an object of kind MutatingAdmissionPolicyBinding.
-
#watch_admissionregistration_v1alpha1_mutating_admission_policy_binding_list(**params, &)
watch individual changes to a list of MutatingAdmissionPolicyBinding.
-
#watch_admissionregistration_v1alpha1_mutating_admission_policy_list(**params, &)
watch individual changes to a list of MutatingAdmissionPolicy.
-
#watch_admissionregistration_v1beta1_mutating_admission_policy(**params, &)
watch changes to an object of kind MutatingAdmissionPolicy.
-
#watch_admissionregistration_v1beta1_mutating_admission_policy_binding(**params, &)
watch changes to an object of kind MutatingAdmissionPolicyBinding.
-
#watch_admissionregistration_v1beta1_mutating_admission_policy_binding_list(**params, &)
watch individual changes to a list of MutatingAdmissionPolicyBinding.
-
#watch_admissionregistration_v1beta1_mutating_admission_policy_list(**params, &)
watch individual changes to a list of MutatingAdmissionPolicy.
-
#watch_apiextensions_v1_custom_resource_definition(**params, &)
watch changes to an object of kind CustomResourceDefinition.
-
#watch_apiextensions_v1_custom_resource_definition_list(**params, &)
watch individual changes to a list of CustomResourceDefinition.
-
#watch_apiregistration_v1_api_service(**params, &)
watch changes to an object of kind APIService.
-
#watch_apiregistration_v1_api_service_list(**params, &)
watch individual changes to a list of APIService.
-
#watch_apps_v1_controller_revision_list_for_all_namespaces(**params, &)
watch individual changes to a list of ControllerRevision.
-
#watch_apps_v1_daemon_set_list_for_all_namespaces(**params, &)
watch individual changes to a list of DaemonSet.
-
#watch_apps_v1_deployment_list_for_all_namespaces(**params, &)
watch individual changes to a list of Deployment.
-
#watch_apps_v1_namespaced_controller_revision(**params, &)
watch changes to an object of kind ControllerRevision.
-
#watch_apps_v1_namespaced_controller_revision_list(**params, &)
watch individual changes to a list of ControllerRevision.
-
#watch_apps_v1_namespaced_daemon_set(**params, &)
watch changes to an object of kind DaemonSet.
-
#watch_apps_v1_namespaced_daemon_set_list(**params, &)
watch individual changes to a list of DaemonSet.
-
#watch_apps_v1_namespaced_deployment(**params, &)
watch changes to an object of kind Deployment.
-
#watch_apps_v1_namespaced_deployment_list(**params, &)
watch individual changes to a list of Deployment.
-
#watch_apps_v1_namespaced_replica_set(**params, &)
watch changes to an object of kind ReplicaSet.
-
#watch_apps_v1_namespaced_replica_set_list(**params, &)
watch individual changes to a list of ReplicaSet.
-
#watch_apps_v1_namespaced_stateful_set(**params, &)
watch changes to an object of kind StatefulSet.
-
#watch_apps_v1_namespaced_stateful_set_list(**params, &)
watch individual changes to a list of StatefulSet.
-
#watch_apps_v1_replica_set_list_for_all_namespaces(**params, &)
watch individual changes to a list of ReplicaSet.
-
#watch_apps_v1_stateful_set_list_for_all_namespaces(**params, &)
watch individual changes to a list of StatefulSet.
-
#watch_autoscaling_v1_horizontal_pod_autoscaler_list_for_all_namespaces(**params, &)
watch individual changes to a list of HorizontalPodAutoscaler.
-
#watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler(**params, &)
watch changes to an object of kind HorizontalPodAutoscaler.
-
#watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_list(**params, &)
watch individual changes to a list of HorizontalPodAutoscaler.
-
#watch_autoscaling_v2_horizontal_pod_autoscaler_list_for_all_namespaces(**params, &)
watch individual changes to a list of HorizontalPodAutoscaler.
-
#watch_autoscaling_v2_namespaced_horizontal_pod_autoscaler(**params, &)
watch changes to an object of kind HorizontalPodAutoscaler.
-
#watch_autoscaling_v2_namespaced_horizontal_pod_autoscaler_list(**params, &)
watch individual changes to a list of HorizontalPodAutoscaler.
-
#watch_batch_v1_cron_job_list_for_all_namespaces(**params, &)
watch individual changes to a list of CronJob.
-
#watch_batch_v1_job_list_for_all_namespaces(**params, &)
watch individual changes to a list of Job.
-
#watch_batch_v1_namespaced_cron_job(**params, &)
watch changes to an object of kind CronJob.
-
#watch_batch_v1_namespaced_cron_job_list(**params, &)
watch individual changes to a list of CronJob.
-
#watch_batch_v1_namespaced_job(**params, &)
watch changes to an object of kind Job.
-
#watch_batch_v1_namespaced_job_list(**params, &)
watch individual changes to a list of Job.
-
#watch_certificates_v1_certificate_signing_request(**params, &)
watch changes to an object of kind CertificateSigningRequest.
-
#watch_certificates_v1_certificate_signing_request_list(**params, &)
watch individual changes to a list of CertificateSigningRequest.
-
#watch_certificates_v1alpha1_cluster_trust_bundle(**params, &)
watch changes to an object of kind ClusterTrustBundle.
-
#watch_certificates_v1alpha1_cluster_trust_bundle_list(**params, &)
watch individual changes to a list of ClusterTrustBundle.
-
#watch_certificates_v1beta1_cluster_trust_bundle(**params, &)
watch changes to an object of kind ClusterTrustBundle.
-
#watch_certificates_v1beta1_cluster_trust_bundle_list(**params, &)
watch individual changes to a list of ClusterTrustBundle.
-
#watch_certificates_v1beta1_namespaced_pod_certificate_request(**params, &)
watch changes to an object of kind PodCertificateRequest.
-
#watch_certificates_v1beta1_namespaced_pod_certificate_request_list(**params, &)
watch individual changes to a list of PodCertificateRequest.
-
#watch_certificates_v1beta1_pod_certificate_request_list_for_all_namespaces(**params, &)
watch individual changes to a list of PodCertificateRequest.
-
#watch_coordination_v1_lease_list_for_all_namespaces(**params, &)
watch individual changes to a list of Lease.
-
#watch_coordination_v1_namespaced_lease(**params, &)
watch changes to an object of kind Lease.
-
#watch_coordination_v1_namespaced_lease_list(**params, &)
watch individual changes to a list of Lease.
-
#watch_coordination_v1alpha2_lease_candidate_list_for_all_namespaces(**params, &)
watch individual changes to a list of LeaseCandidate.
-
#watch_coordination_v1alpha2_namespaced_lease_candidate(**params, &)
watch changes to an object of kind LeaseCandidate.
-
#watch_coordination_v1alpha2_namespaced_lease_candidate_list(**params, &)
watch individual changes to a list of LeaseCandidate.
-
#watch_coordination_v1beta1_lease_candidate_list_for_all_namespaces(**params, &)
watch individual changes to a list of LeaseCandidate.
-
#watch_coordination_v1beta1_namespaced_lease_candidate(**params, &)
watch changes to an object of kind LeaseCandidate.
-
#watch_coordination_v1beta1_namespaced_lease_candidate_list(**params, &)
watch individual changes to a list of LeaseCandidate.
-
#watch_core_v1_config_map_list_for_all_namespaces(**params, &)
watch individual changes to a list of ConfigMap.
-
#watch_core_v1_endpoints_list_for_all_namespaces(**params, &)
watch individual changes to a list of Endpoints.
-
#watch_core_v1_event_list_for_all_namespaces(**params, &)
watch individual changes to a list of Event.
-
#watch_core_v1_limit_range_list_for_all_namespaces(**params, &)
watch individual changes to a list of LimitRange.
-
#watch_core_v1_namespace(**params, &)
watch changes to an object of kind Namespace.
-
#watch_core_v1_namespace_list(**params, &)
watch individual changes to a list of Namespace.
-
#watch_core_v1_namespaced_config_map(**params, &)
watch changes to an object of kind ConfigMap.
-
#watch_core_v1_namespaced_config_map_list(**params, &)
watch individual changes to a list of ConfigMap.
-
#watch_core_v1_namespaced_endpoints(**params, &)
watch changes to an object of kind Endpoints.
-
#watch_core_v1_namespaced_endpoints_list(**params, &)
watch individual changes to a list of Endpoints.
-
#watch_core_v1_namespaced_event(**params, &)
watch changes to an object of kind Event.
-
#watch_core_v1_namespaced_event_list(**params, &)
watch individual changes to a list of Event.
-
#watch_core_v1_namespaced_limit_range(**params, &)
watch changes to an object of kind LimitRange.
-
#watch_core_v1_namespaced_limit_range_list(**params, &)
watch individual changes to a list of LimitRange.
-
#watch_core_v1_namespaced_persistent_volume_claim(**params, &)
watch changes to an object of kind PersistentVolumeClaim.
-
#watch_core_v1_namespaced_persistent_volume_claim_list(**params, &)
watch individual changes to a list of PersistentVolumeClaim.
-
#watch_core_v1_namespaced_pod(**params, &)
watch changes to an object of kind Pod.
-
#watch_core_v1_namespaced_pod_list(**params, &)
watch individual changes to a list of Pod.
-
#watch_core_v1_namespaced_pod_template(**params, &)
watch changes to an object of kind PodTemplate.
-
#watch_core_v1_namespaced_pod_template_list(**params, &)
watch individual changes to a list of PodTemplate.
-
#watch_core_v1_namespaced_replication_controller(**params, &)
watch changes to an object of kind ReplicationController.
-
#watch_core_v1_namespaced_replication_controller_list(**params, &)
watch individual changes to a list of ReplicationController.
-
#watch_core_v1_namespaced_resource_quota(**params, &)
watch changes to an object of kind ResourceQuota.
-
#watch_core_v1_namespaced_resource_quota_list(**params, &)
watch individual changes to a list of ResourceQuota.
-
#watch_core_v1_namespaced_secret(**params, &)
watch changes to an object of kind Secret.
-
#watch_core_v1_namespaced_secret_list(**params, &)
watch individual changes to a list of Secret.
-
#watch_core_v1_namespaced_service(**params, &)
watch changes to an object of kind Service.
-
#watch_core_v1_namespaced_service_account(**params, &)
watch changes to an object of kind ServiceAccount.
-
#watch_core_v1_namespaced_service_account_list(**params, &)
watch individual changes to a list of ServiceAccount.
-
#watch_core_v1_namespaced_service_list(**params, &)
watch individual changes to a list of Service.
-
#watch_core_v1_node(**params, &)
watch changes to an object of kind Node.
-
#watch_core_v1_node_list(**params, &)
watch individual changes to a list of Node.
-
#watch_core_v1_persistent_volume(**params, &)
watch changes to an object of kind PersistentVolume.
-
#watch_core_v1_persistent_volume_claim_list_for_all_namespaces(**params, &)
watch individual changes to a list of PersistentVolumeClaim.
-
#watch_core_v1_persistent_volume_list(**params, &)
watch individual changes to a list of PersistentVolume.
-
#watch_core_v1_pod_list_for_all_namespaces(**params, &)
watch individual changes to a list of Pod.
-
#watch_core_v1_pod_template_list_for_all_namespaces(**params, &)
watch individual changes to a list of PodTemplate.
-
#watch_core_v1_replication_controller_list_for_all_namespaces(**params, &)
watch individual changes to a list of ReplicationController.
-
#watch_core_v1_resource_quota_list_for_all_namespaces(**params, &)
watch individual changes to a list of ResourceQuota.
-
#watch_core_v1_secret_list_for_all_namespaces(**params, &)
watch individual changes to a list of Secret.
-
#watch_core_v1_service_account_list_for_all_namespaces(**params, &)
watch individual changes to a list of ServiceAccount.
-
#watch_core_v1_service_list_for_all_namespaces(**params, &)
watch individual changes to a list of Service.
-
#watch_discovery_v1_endpoint_slice_list_for_all_namespaces(**params, &)
watch individual changes to a list of EndpointSlice.
-
#watch_discovery_v1_namespaced_endpoint_slice(**params, &)
watch changes to an object of kind EndpointSlice.
-
#watch_discovery_v1_namespaced_endpoint_slice_list(**params, &)
watch individual changes to a list of EndpointSlice.
-
#watch_events_v1_event_list_for_all_namespaces(**params, &)
watch individual changes to a list of Event.
-
#watch_events_v1_namespaced_event(**params, &)
watch changes to an object of kind Event.
-
#watch_events_v1_namespaced_event_list(**params, &)
watch individual changes to a list of Event.
-
#watch_flowcontrol_apiserver_v1_flow_schema(**params, &)
watch changes to an object of kind FlowSchema.
-
#watch_flowcontrol_apiserver_v1_flow_schema_list(**params, &)
watch individual changes to a list of FlowSchema.
-
#watch_flowcontrol_apiserver_v1_priority_level_configuration(**params, &)
watch changes to an object of kind PriorityLevelConfiguration.
-
#watch_flowcontrol_apiserver_v1_priority_level_configuration_list(**params, &)
watch individual changes to a list of PriorityLevelConfiguration.
-
#watch_internal_apiserver_v1alpha1_storage_version(**params, &)
watch changes to an object of kind StorageVersion.
-
#watch_internal_apiserver_v1alpha1_storage_version_list(**params, &)
watch individual changes to a list of StorageVersion.
-
#watch_networking_v1_ingress_class(**params, &)
watch changes to an object of kind IngressClass.
-
#watch_networking_v1_ingress_class_list(**params, &)
watch individual changes to a list of IngressClass.
-
#watch_networking_v1_ingress_list_for_all_namespaces(**params, &)
watch individual changes to a list of Ingress.
-
#watch_networking_v1_ip_address(**params, &)
watch changes to an object of kind IPAddress.
-
#watch_networking_v1_ip_address_list(**params, &)
watch individual changes to a list of IPAddress.
-
#watch_networking_v1_namespaced_ingress(**params, &)
watch changes to an object of kind Ingress.
-
#watch_networking_v1_namespaced_ingress_list(**params, &)
watch individual changes to a list of Ingress.
-
#watch_networking_v1_namespaced_network_policy(**params, &)
watch changes to an object of kind NetworkPolicy.
-
#watch_networking_v1_namespaced_network_policy_list(**params, &)
watch individual changes to a list of NetworkPolicy.
-
#watch_networking_v1_network_policy_list_for_all_namespaces(**params, &)
watch individual changes to a list of NetworkPolicy.
-
#watch_networking_v1_service_cidr(**params, &)
watch changes to an object of kind ServiceCIDR.
-
#watch_networking_v1_service_cidr_list(**params, &)
watch individual changes to a list of ServiceCIDR.
-
#watch_networking_v1beta1_ip_address(**params, &)
watch changes to an object of kind IPAddress.
-
#watch_networking_v1beta1_ip_address_list(**params, &)
watch individual changes to a list of IPAddress.
-
#watch_networking_v1beta1_service_cidr(**params, &)
watch changes to an object of kind ServiceCIDR.
-
#watch_networking_v1beta1_service_cidr_list(**params, &)
watch individual changes to a list of ServiceCIDR.
-
#watch_node_v1_runtime_class(**params, &)
watch changes to an object of kind RuntimeClass.
-
#watch_node_v1_runtime_class_list(**params, &)
watch individual changes to a list of RuntimeClass.
-
#watch_policy_v1_namespaced_pod_disruption_budget(**params, &)
watch changes to an object of kind PodDisruptionBudget.
-
#watch_policy_v1_namespaced_pod_disruption_budget_list(**params, &)
watch individual changes to a list of PodDisruptionBudget.
-
#watch_policy_v1_pod_disruption_budget_list_for_all_namespaces(**params, &)
watch individual changes to a list of PodDisruptionBudget.
-
#watch_rbac_authorization_v1_cluster_role(**params, &)
watch changes to an object of kind ClusterRole.
-
#watch_rbac_authorization_v1_cluster_role_binding(**params, &)
watch changes to an object of kind ClusterRoleBinding.
-
#watch_rbac_authorization_v1_cluster_role_binding_list(**params, &)
watch individual changes to a list of ClusterRoleBinding.
-
#watch_rbac_authorization_v1_cluster_role_list(**params, &)
watch individual changes to a list of ClusterRole.
-
#watch_rbac_authorization_v1_namespaced_role(**params, &)
watch changes to an object of kind Role.
-
#watch_rbac_authorization_v1_namespaced_role_binding(**params, &)
watch changes to an object of kind RoleBinding.
-
#watch_rbac_authorization_v1_namespaced_role_binding_list(**params, &)
watch individual changes to a list of RoleBinding.
-
#watch_rbac_authorization_v1_namespaced_role_list(**params, &)
watch individual changes to a list of Role.
-
#watch_rbac_authorization_v1_role_binding_list_for_all_namespaces(**params, &)
watch individual changes to a list of RoleBinding.
-
#watch_rbac_authorization_v1_role_list_for_all_namespaces(**params, &)
watch individual changes to a list of Role.
-
#watch_resource_v1_device_class(**params, &)
watch changes to an object of kind DeviceClass.
-
#watch_resource_v1_device_class_list(**params, &)
watch individual changes to a list of DeviceClass.
-
#watch_resource_v1_namespaced_resource_claim(**params, &)
watch changes to an object of kind ResourceClaim.
-
#watch_resource_v1_namespaced_resource_claim_list(**params, &)
watch individual changes to a list of ResourceClaim.
-
#watch_resource_v1_namespaced_resource_claim_template(**params, &)
watch changes to an object of kind ResourceClaimTemplate.
-
#watch_resource_v1_namespaced_resource_claim_template_list(**params, &)
watch individual changes to a list of ResourceClaimTemplate.
-
#watch_resource_v1_resource_claim_list_for_all_namespaces(**params, &)
watch individual changes to a list of ResourceClaim.
-
#watch_resource_v1_resource_claim_template_list_for_all_namespaces(**params, &)
watch individual changes to a list of ResourceClaimTemplate.
-
#watch_resource_v1_resource_slice(**params, &)
watch changes to an object of kind ResourceSlice.
-
#watch_resource_v1_resource_slice_list(**params, &)
watch individual changes to a list of ResourceSlice.
-
#watch_resource_v1alpha3_device_taint_rule(**params, &)
watch changes to an object of kind DeviceTaintRule.
-
#watch_resource_v1alpha3_device_taint_rule_list(**params, &)
watch individual changes to a list of DeviceTaintRule.
-
#watch_resource_v1beta1_device_class(**params, &)
watch changes to an object of kind DeviceClass.
-
#watch_resource_v1beta1_device_class_list(**params, &)
watch individual changes to a list of DeviceClass.
-
#watch_resource_v1beta1_namespaced_resource_claim(**params, &)
watch changes to an object of kind ResourceClaim.
-
#watch_resource_v1beta1_namespaced_resource_claim_list(**params, &)
watch individual changes to a list of ResourceClaim.
-
#watch_resource_v1beta1_namespaced_resource_claim_template(**params, &)
watch changes to an object of kind ResourceClaimTemplate.
-
#watch_resource_v1beta1_namespaced_resource_claim_template_list(**params, &)
watch individual changes to a list of ResourceClaimTemplate.
-
#watch_resource_v1beta1_resource_claim_list_for_all_namespaces(**params, &)
watch individual changes to a list of ResourceClaim.
-
#watch_resource_v1beta1_resource_claim_template_list_for_all_namespaces(**params, &)
watch individual changes to a list of ResourceClaimTemplate.
-
#watch_resource_v1beta1_resource_slice(**params, &)
watch changes to an object of kind ResourceSlice.
-
#watch_resource_v1beta1_resource_slice_list(**params, &)
watch individual changes to a list of ResourceSlice.
-
#watch_resource_v1beta2_device_class(**params, &)
watch changes to an object of kind DeviceClass.
-
#watch_resource_v1beta2_device_class_list(**params, &)
watch individual changes to a list of DeviceClass.
-
#watch_resource_v1beta2_namespaced_resource_claim(**params, &)
watch changes to an object of kind ResourceClaim.
-
#watch_resource_v1beta2_namespaced_resource_claim_list(**params, &)
watch individual changes to a list of ResourceClaim.
-
#watch_resource_v1beta2_namespaced_resource_claim_template(**params, &)
watch changes to an object of kind ResourceClaimTemplate.
-
#watch_resource_v1beta2_namespaced_resource_claim_template_list(**params, &)
watch individual changes to a list of ResourceClaimTemplate.
-
#watch_resource_v1beta2_resource_claim_list_for_all_namespaces(**params, &)
watch individual changes to a list of ResourceClaim.
-
#watch_resource_v1beta2_resource_claim_template_list_for_all_namespaces(**params, &)
watch individual changes to a list of ResourceClaimTemplate.
-
#watch_resource_v1beta2_resource_slice(**params, &)
watch changes to an object of kind ResourceSlice.
-
#watch_resource_v1beta2_resource_slice_list(**params, &)
watch individual changes to a list of ResourceSlice.
-
#watch_scheduling_v1_priority_class(**params, &)
watch changes to an object of kind PriorityClass.
-
#watch_scheduling_v1_priority_class_list(**params, &)
watch individual changes to a list of PriorityClass.
-
#watch_scheduling_v1alpha1_namespaced_workload(**params, &)
watch changes to an object of kind Workload.
-
#watch_scheduling_v1alpha1_namespaced_workload_list(**params, &)
watch individual changes to a list of Workload.
-
#watch_scheduling_v1alpha1_workload_list_for_all_namespaces(**params, &)
watch individual changes to a list of Workload.
-
#watch_storage_v1_csi_driver(**params, &)
watch changes to an object of kind CSIDriver.
-
#watch_storage_v1_csi_driver_list(**params, &)
watch individual changes to a list of CSIDriver.
-
#watch_storage_v1_csi_node(**params, &)
watch changes to an object of kind CSINode.
-
#watch_storage_v1_csi_node_list(**params, &)
watch individual changes to a list of CSINode.
-
#watch_storage_v1_csi_storage_capacity_list_for_all_namespaces(**params, &)
watch individual changes to a list of CSIStorageCapacity.
-
#watch_storage_v1_namespaced_csi_storage_capacity(**params, &)
watch changes to an object of kind CSIStorageCapacity.
-
#watch_storage_v1_namespaced_csi_storage_capacity_list(**params, &)
watch individual changes to a list of CSIStorageCapacity.
-
#watch_storage_v1_storage_class(**params, &)
watch changes to an object of kind StorageClass.
-
#watch_storage_v1_storage_class_list(**params, &)
watch individual changes to a list of StorageClass.
-
#watch_storage_v1_volume_attachment(**params, &)
watch changes to an object of kind VolumeAttachment.
-
#watch_storage_v1_volume_attachment_list(**params, &)
watch individual changes to a list of VolumeAttachment.
-
#watch_storage_v1_volume_attributes_class(**params, &)
watch changes to an object of kind VolumeAttributesClass.
-
#watch_storage_v1_volume_attributes_class_list(**params, &)
watch individual changes to a list of VolumeAttributesClass.
-
#watch_storage_v1beta1_volume_attributes_class(**params, &)
watch changes to an object of kind VolumeAttributesClass.
-
#watch_storage_v1beta1_volume_attributes_class_list(**params, &)
watch individual changes to a list of VolumeAttributesClass.
-
#watch_storagemigration_v1beta1_storage_version_migration(**params, &)
watch changes to an object of kind StorageVersionMigration.
-
#watch_storagemigration_v1beta1_storage_version_migration_list(**params, &)
watch individual changes to a list of StorageVersionMigration.
Constructor Detail
Class Method Detail
Instance Method Detail
Helper to build common list query parameters
connect DELETE requests to proxy of Pod DELETE /api/v1/namespaces/{namespace}/pods/{name}/proxy
connect DELETE requests to proxy of Pod DELETE /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
connect DELETE requests to proxy of Service DELETE /api/v1/namespaces/{namespace}/services/{name}/proxy
connect DELETE requests to proxy of Service DELETE /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
connect DELETE requests to proxy of Node DELETE /api/v1/nodes/{name}/proxy
connect DELETE requests to proxy of Node DELETE /api/v1/nodes/{name}/proxy/{path}
connect GET requests to attach of Pod GET /api/v1/namespaces/{namespace}/pods/{name}/attach
connect GET requests to exec of Pod GET /api/v1/namespaces/{namespace}/pods/{name}/exec
connect GET requests to portforward of Pod GET /api/v1/namespaces/{namespace}/pods/{name}/portforward
connect GET requests to proxy of Pod GET /api/v1/namespaces/{namespace}/pods/{name}/proxy
connect GET requests to proxy of Pod GET /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
connect GET requests to proxy of Service GET /api/v1/namespaces/{namespace}/services/{name}/proxy
connect GET requests to proxy of Service GET /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
connect GET requests to proxy of Node GET /api/v1/nodes/{name}/proxy
connect GET requests to proxy of Node GET /api/v1/nodes/{name}/proxy/{path}
connect PATCH requests to proxy of Pod PATCH /api/v1/namespaces/{namespace}/pods/{name}/proxy
connect PATCH requests to proxy of Pod PATCH /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
connect PATCH requests to proxy of Service PATCH /api/v1/namespaces/{namespace}/services/{name}/proxy
connect PATCH requests to proxy of Service PATCH /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
connect PATCH requests to proxy of Node PATCH /api/v1/nodes/{name}/proxy
connect PATCH requests to proxy of Node PATCH /api/v1/nodes/{name}/proxy/{path}
connect POST requests to attach of Pod POST /api/v1/namespaces/{namespace}/pods/{name}/attach
connect POST requests to exec of Pod POST /api/v1/namespaces/{namespace}/pods/{name}/exec
connect POST requests to portforward of Pod POST /api/v1/namespaces/{namespace}/pods/{name}/portforward
connect POST requests to proxy of Pod POST /api/v1/namespaces/{namespace}/pods/{name}/proxy
connect POST requests to proxy of Pod POST /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
connect POST requests to proxy of Service POST /api/v1/namespaces/{namespace}/services/{name}/proxy
connect POST requests to proxy of Service POST /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
connect POST requests to proxy of Node POST /api/v1/nodes/{name}/proxy
connect POST requests to proxy of Node POST /api/v1/nodes/{name}/proxy/{path}
connect PUT requests to proxy of Pod PUT /api/v1/namespaces/{namespace}/pods/{name}/proxy
connect PUT requests to proxy of Pod PUT /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
connect PUT requests to proxy of Service PUT /api/v1/namespaces/{namespace}/services/{name}/proxy
connect PUT requests to proxy of Service PUT /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
connect PUT requests to proxy of Node PUT /api/v1/nodes/{name}/proxy
connect PUT requests to proxy of Node PUT /api/v1/nodes/{name}/proxy/{path}
create a MutatingWebhookConfiguration POST /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations
create a ValidatingAdmissionPolicy POST /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies
create a ValidatingAdmissionPolicyBinding POST /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings
create a ValidatingWebhookConfiguration POST /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations
create a MutatingAdmissionPolicy POST /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicies
create a MutatingAdmissionPolicyBinding POST /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicybindings
create a MutatingAdmissionPolicy POST /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicies
create a MutatingAdmissionPolicyBinding POST /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicybindings
create a CustomResourceDefinition POST /apis/apiextensions.k8s.io/v1/customresourcedefinitions
create an APIService POST /apis/apiregistration.k8s.io/v1/apiservices
create a ControllerRevision POST /apis/apps/v1/namespaces/{namespace}/controllerrevisions
create a DaemonSet POST /apis/apps/v1/namespaces/{namespace}/daemonsets
create a Deployment POST /apis/apps/v1/namespaces/{namespace}/deployments
create a ReplicaSet POST /apis/apps/v1/namespaces/{namespace}/replicasets
create a StatefulSet POST /apis/apps/v1/namespaces/{namespace}/statefulsets
create a SelfSubjectReview POST /apis/authentication.k8s.io/v1/selfsubjectreviews
create a TokenReview POST /apis/authentication.k8s.io/v1/tokenreviews
create a LocalSubjectAccessReview POST /apis/authorization.k8s.io/v1/namespaces/{namespace}/localsubjectaccessreviews
create a SelfSubjectAccessReview POST /apis/authorization.k8s.io/v1/selfsubjectaccessreviews
create a SelfSubjectRulesReview POST /apis/authorization.k8s.io/v1/selfsubjectrulesreviews
create a SubjectAccessReview POST /apis/authorization.k8s.io/v1/subjectaccessreviews
create a HorizontalPodAutoscaler POST /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers
create a HorizontalPodAutoscaler POST /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers
create a CronJob POST /apis/batch/v1/namespaces/{namespace}/cronjobs
create a Job POST /apis/batch/v1/namespaces/{namespace}/jobs
create a CertificateSigningRequest POST /apis/certificates.k8s.io/v1/certificatesigningrequests
create a ClusterTrustBundle POST /apis/certificates.k8s.io/v1alpha1/clustertrustbundles
create a ClusterTrustBundle POST /apis/certificates.k8s.io/v1beta1/clustertrustbundles
create a PodCertificateRequest POST /apis/certificates.k8s.io/v1beta1/namespaces/{namespace}/podcertificaterequests
create a Lease POST /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases
create a LeaseCandidate POST /apis/coordination.k8s.io/v1alpha2/namespaces/{namespace}/leasecandidates
create a LeaseCandidate POST /apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leasecandidates
create a Binding POST /api/v1/namespaces/{namespace}/bindings
create a ConfigMap POST /api/v1/namespaces/{namespace}/configmaps
create Endpoints POST /api/v1/namespaces/{namespace}/endpoints
create an Event POST /api/v1/namespaces/{namespace}/events
create a LimitRange POST /api/v1/namespaces/{namespace}/limitranges
create a PersistentVolumeClaim POST /api/v1/namespaces/{namespace}/persistentvolumeclaims
create a Pod POST /api/v1/namespaces/{namespace}/pods
create binding of a Pod POST /api/v1/namespaces/{namespace}/pods/{name}/binding
create eviction of a Pod POST /api/v1/namespaces/{namespace}/pods/{name}/eviction
create a PodTemplate POST /api/v1/namespaces/{namespace}/podtemplates
create a ReplicationController POST /api/v1/namespaces/{namespace}/replicationcontrollers
create a ResourceQuota POST /api/v1/namespaces/{namespace}/resourcequotas
create a Secret POST /api/v1/namespaces/{namespace}/secrets
create a Service POST /api/v1/namespaces/{namespace}/services
create a ServiceAccount POST /api/v1/namespaces/{namespace}/serviceaccounts
create token of a ServiceAccount POST /api/v1/namespaces/{namespace}/serviceaccounts/{name}/token
create a PersistentVolume POST /api/v1/persistentvolumes
create an EndpointSlice POST /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices
create an Event POST /apis/events.k8s.io/v1/namespaces/{namespace}/events
create a FlowSchema POST /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas
create a PriorityLevelConfiguration POST /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations
create a StorageVersion POST /apis/internal.apiserver.k8s.io/v1alpha1/storageversions
create an IngressClass POST /apis/networking.k8s.io/v1/ingressclasses
create an IPAddress POST /apis/networking.k8s.io/v1/ipaddresses
create an Ingress POST /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses
create a NetworkPolicy POST /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies
create a ServiceCIDR POST /apis/networking.k8s.io/v1/servicecidrs
create an IPAddress POST /apis/networking.k8s.io/v1beta1/ipaddresses
create a ServiceCIDR POST /apis/networking.k8s.io/v1beta1/servicecidrs
create a RuntimeClass POST /apis/node.k8s.io/v1/runtimeclasses
create a PodDisruptionBudget POST /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets
create a ClusterRole POST /apis/rbac.authorization.k8s.io/v1/clusterroles
create a ClusterRoleBinding POST /apis/rbac.authorization.k8s.io/v1/clusterrolebindings
create a Role POST /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles
create a RoleBinding POST /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings
create a DeviceClass POST /apis/resource.k8s.io/v1/deviceclasses
create a ResourceClaim POST /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaims
create a ResourceClaimTemplate POST /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaimtemplates
create a ResourceSlice POST /apis/resource.k8s.io/v1/resourceslices
create a DeviceTaintRule POST /apis/resource.k8s.io/v1alpha3/devicetaintrules
create a DeviceClass POST /apis/resource.k8s.io/v1beta1/deviceclasses
create a ResourceClaim POST /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims
create a ResourceClaimTemplate POST /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaimtemplates
create a ResourceSlice POST /apis/resource.k8s.io/v1beta1/resourceslices
create a DeviceClass POST /apis/resource.k8s.io/v1beta2/deviceclasses
create a ResourceClaim POST /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaims
create a ResourceClaimTemplate POST /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaimtemplates
create a ResourceSlice POST /apis/resource.k8s.io/v1beta2/resourceslices
create a PriorityClass POST /apis/scheduling.k8s.io/v1/priorityclasses
create a Workload POST /apis/scheduling.k8s.io/v1alpha1/namespaces/{namespace}/workloads
create a CSIDriver POST /apis/storage.k8s.io/v1/csidrivers
create a CSINode POST /apis/storage.k8s.io/v1/csinodes
create a CSIStorageCapacity POST /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities
create a StorageClass POST /apis/storage.k8s.io/v1/storageclasses
create a VolumeAttachment POST /apis/storage.k8s.io/v1/volumeattachments
create a VolumeAttributesClass POST /apis/storage.k8s.io/v1/volumeattributesclasses
create a VolumeAttributesClass POST /apis/storage.k8s.io/v1beta1/volumeattributesclasses
create a StorageVersionMigration POST /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations
delete collection of MutatingWebhookConfiguration DELETE /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations
delete collection of ValidatingAdmissionPolicy DELETE /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies
delete collection of ValidatingAdmissionPolicyBinding DELETE /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings
delete collection of ValidatingWebhookConfiguration DELETE /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations
delete a MutatingWebhookConfiguration DELETE /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/{name}
delete a ValidatingAdmissionPolicy DELETE /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name}
delete a ValidatingAdmissionPolicyBinding DELETE /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings/{name}
delete a ValidatingWebhookConfiguration DELETE /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/{name}
delete collection of MutatingAdmissionPolicy DELETE /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicies
delete collection of MutatingAdmissionPolicyBinding DELETE /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicybindings
delete a MutatingAdmissionPolicy DELETE /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicies/{name}
delete a MutatingAdmissionPolicyBinding DELETE /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicybindings/{name}
delete collection of MutatingAdmissionPolicy DELETE /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicies
delete collection of MutatingAdmissionPolicyBinding DELETE /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicybindings
delete a MutatingAdmissionPolicy DELETE /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicies/{name}
delete a MutatingAdmissionPolicyBinding DELETE /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicybindings/{name}
delete collection of CustomResourceDefinition DELETE /apis/apiextensions.k8s.io/v1/customresourcedefinitions
delete a CustomResourceDefinition DELETE /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}
delete an APIService DELETE /apis/apiregistration.k8s.io/v1/apiservices/{name}
delete collection of APIService DELETE /apis/apiregistration.k8s.io/v1/apiservices
delete collection of ControllerRevision DELETE /apis/apps/v1/namespaces/{namespace}/controllerrevisions
delete collection of DaemonSet DELETE /apis/apps/v1/namespaces/{namespace}/daemonsets
delete collection of Deployment DELETE /apis/apps/v1/namespaces/{namespace}/deployments
delete collection of ReplicaSet DELETE /apis/apps/v1/namespaces/{namespace}/replicasets
delete collection of StatefulSet DELETE /apis/apps/v1/namespaces/{namespace}/statefulsets
delete a ControllerRevision DELETE /apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name}
delete a DaemonSet DELETE /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}
delete a Deployment DELETE /apis/apps/v1/namespaces/{namespace}/deployments/{name}
delete a ReplicaSet DELETE /apis/apps/v1/namespaces/{namespace}/replicasets/{name}
delete a StatefulSet DELETE /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}
delete collection of HorizontalPodAutoscaler DELETE /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers
delete a HorizontalPodAutoscaler DELETE /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}
delete collection of HorizontalPodAutoscaler DELETE /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers
delete a HorizontalPodAutoscaler DELETE /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}
delete collection of CronJob DELETE /apis/batch/v1/namespaces/{namespace}/cronjobs
delete collection of Job DELETE /apis/batch/v1/namespaces/{namespace}/jobs
delete a CronJob DELETE /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}
delete a Job DELETE /apis/batch/v1/namespaces/{namespace}/jobs/{name}
delete a CertificateSigningRequest DELETE /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}
delete collection of CertificateSigningRequest DELETE /apis/certificates.k8s.io/v1/certificatesigningrequests
delete a ClusterTrustBundle DELETE /apis/certificates.k8s.io/v1alpha1/clustertrustbundles/{name}
delete collection of ClusterTrustBundle DELETE /apis/certificates.k8s.io/v1alpha1/clustertrustbundles
delete a ClusterTrustBundle DELETE /apis/certificates.k8s.io/v1beta1/clustertrustbundles/{name}
delete collection of ClusterTrustBundle DELETE /apis/certificates.k8s.io/v1beta1/clustertrustbundles
delete collection of PodCertificateRequest DELETE /apis/certificates.k8s.io/v1beta1/namespaces/{namespace}/podcertificaterequests
delete a PodCertificateRequest DELETE /apis/certificates.k8s.io/v1beta1/namespaces/{namespace}/podcertificaterequests/{name}
delete collection of Lease DELETE /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases
delete a Lease DELETE /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name}
delete collection of LeaseCandidate DELETE /apis/coordination.k8s.io/v1alpha2/namespaces/{namespace}/leasecandidates
delete a LeaseCandidate DELETE /apis/coordination.k8s.io/v1alpha2/namespaces/{namespace}/leasecandidates/{name}
delete collection of LeaseCandidate DELETE /apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leasecandidates
delete a LeaseCandidate DELETE /apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leasecandidates/{name}
delete collection of ConfigMap DELETE /api/v1/namespaces/{namespace}/configmaps
delete collection of Endpoints DELETE /api/v1/namespaces/{namespace}/endpoints
delete collection of Event DELETE /api/v1/namespaces/{namespace}/events
delete collection of LimitRange DELETE /api/v1/namespaces/{namespace}/limitranges
delete collection of PersistentVolumeClaim DELETE /api/v1/namespaces/{namespace}/persistentvolumeclaims
delete collection of Pod DELETE /api/v1/namespaces/{namespace}/pods
delete collection of PodTemplate DELETE /api/v1/namespaces/{namespace}/podtemplates
delete collection of ReplicationController DELETE /api/v1/namespaces/{namespace}/replicationcontrollers
delete collection of ResourceQuota DELETE /api/v1/namespaces/{namespace}/resourcequotas
delete collection of Secret DELETE /api/v1/namespaces/{namespace}/secrets
delete collection of Service DELETE /api/v1/namespaces/{namespace}/services
delete collection of ServiceAccount DELETE /api/v1/namespaces/{namespace}/serviceaccounts
delete collection of PersistentVolume DELETE /api/v1/persistentvolumes
delete a ConfigMap DELETE /api/v1/namespaces/{namespace}/configmaps/{name}
delete Endpoints DELETE /api/v1/namespaces/{namespace}/endpoints/{name}
delete an Event DELETE /api/v1/namespaces/{namespace}/events/{name}
delete a LimitRange DELETE /api/v1/namespaces/{namespace}/limitranges/{name}
delete a PersistentVolumeClaim DELETE /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}
delete a Pod DELETE /api/v1/namespaces/{namespace}/pods/{name}
delete a PodTemplate DELETE /api/v1/namespaces/{namespace}/podtemplates/{name}
delete a ReplicationController DELETE /api/v1/namespaces/{namespace}/replicationcontrollers/{name}
delete a ResourceQuota DELETE /api/v1/namespaces/{namespace}/resourcequotas/{name}
delete a Secret DELETE /api/v1/namespaces/{namespace}/secrets/{name}
delete a Service DELETE /api/v1/namespaces/{namespace}/services/{name}
delete a ServiceAccount DELETE /api/v1/namespaces/{namespace}/serviceaccounts/{name}
delete a PersistentVolume DELETE /api/v1/persistentvolumes/{name}
delete collection of EndpointSlice DELETE /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices
delete an EndpointSlice DELETE /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices/{name}
delete collection of Event DELETE /apis/events.k8s.io/v1/namespaces/{namespace}/events
delete an Event DELETE /apis/events.k8s.io/v1/namespaces/{namespace}/events/{name}
delete collection of FlowSchema DELETE /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas
delete collection of PriorityLevelConfiguration DELETE /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations
delete a FlowSchema DELETE /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/{name}
delete a PriorityLevelConfiguration DELETE /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/{name}
delete collection of StorageVersion DELETE /apis/internal.apiserver.k8s.io/v1alpha1/storageversions
delete a StorageVersion DELETE /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}
delete collection of IngressClass DELETE /apis/networking.k8s.io/v1/ingressclasses
delete collection of IPAddress DELETE /apis/networking.k8s.io/v1/ipaddresses
delete collection of Ingress DELETE /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses
delete collection of NetworkPolicy DELETE /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies
delete collection of ServiceCIDR DELETE /apis/networking.k8s.io/v1/servicecidrs
delete an IngressClass DELETE /apis/networking.k8s.io/v1/ingressclasses/{name}
delete an IPAddress DELETE /apis/networking.k8s.io/v1/ipaddresses/{name}
delete an Ingress DELETE /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}
delete a NetworkPolicy DELETE /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}
delete a ServiceCIDR DELETE /apis/networking.k8s.io/v1/servicecidrs/{name}
delete collection of IPAddress DELETE /apis/networking.k8s.io/v1beta1/ipaddresses
delete collection of ServiceCIDR DELETE /apis/networking.k8s.io/v1beta1/servicecidrs
delete an IPAddress DELETE /apis/networking.k8s.io/v1beta1/ipaddresses/{name}
delete a ServiceCIDR DELETE /apis/networking.k8s.io/v1beta1/servicecidrs/{name}
delete collection of RuntimeClass DELETE /apis/node.k8s.io/v1/runtimeclasses
delete a RuntimeClass DELETE /apis/node.k8s.io/v1/runtimeclasses/{name}
delete collection of PodDisruptionBudget DELETE /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets
delete a PodDisruptionBudget DELETE /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}
delete a ClusterRole DELETE /apis/rbac.authorization.k8s.io/v1/clusterroles/{name}
delete a ClusterRoleBinding DELETE /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}
delete collection of ClusterRole DELETE /apis/rbac.authorization.k8s.io/v1/clusterroles
delete collection of ClusterRoleBinding DELETE /apis/rbac.authorization.k8s.io/v1/clusterrolebindings
delete collection of Role DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles
delete collection of RoleBinding DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings
delete a Role DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name}
delete a RoleBinding DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name}
delete collection of DeviceClass DELETE /apis/resource.k8s.io/v1/deviceclasses
delete collection of ResourceClaim DELETE /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaims
delete collection of ResourceClaimTemplate DELETE /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaimtemplates
delete collection of ResourceSlice DELETE /apis/resource.k8s.io/v1/resourceslices
delete a DeviceClass DELETE /apis/resource.k8s.io/v1/deviceclasses/{name}
delete a ResourceClaim DELETE /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaims/{name}
delete a ResourceClaimTemplate DELETE /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaimtemplates/{name}
delete a ResourceSlice DELETE /apis/resource.k8s.io/v1/resourceslices/{name}
delete collection of DeviceTaintRule DELETE /apis/resource.k8s.io/v1alpha3/devicetaintrules
delete a DeviceTaintRule DELETE /apis/resource.k8s.io/v1alpha3/devicetaintrules/{name}
delete collection of DeviceClass DELETE /apis/resource.k8s.io/v1beta1/deviceclasses
delete collection of ResourceClaim DELETE /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims
delete collection of ResourceClaimTemplate DELETE /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaimtemplates
delete collection of ResourceSlice DELETE /apis/resource.k8s.io/v1beta1/resourceslices
delete a DeviceClass DELETE /apis/resource.k8s.io/v1beta1/deviceclasses/{name}
delete a ResourceClaim DELETE /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims/{name}
delete a ResourceClaimTemplate DELETE /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaimtemplates/{name}
delete a ResourceSlice DELETE /apis/resource.k8s.io/v1beta1/resourceslices/{name}
delete collection of DeviceClass DELETE /apis/resource.k8s.io/v1beta2/deviceclasses
delete collection of ResourceClaim DELETE /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaims
delete collection of ResourceClaimTemplate DELETE /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaimtemplates
delete collection of ResourceSlice DELETE /apis/resource.k8s.io/v1beta2/resourceslices
delete a DeviceClass DELETE /apis/resource.k8s.io/v1beta2/deviceclasses/{name}
delete a ResourceClaim DELETE /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaims/{name}
delete a ResourceClaimTemplate DELETE /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaimtemplates/{name}
delete a ResourceSlice DELETE /apis/resource.k8s.io/v1beta2/resourceslices/{name}
delete collection of PriorityClass DELETE /apis/scheduling.k8s.io/v1/priorityclasses
delete a PriorityClass DELETE /apis/scheduling.k8s.io/v1/priorityclasses/{name}
delete collection of Workload DELETE /apis/scheduling.k8s.io/v1alpha1/namespaces/{namespace}/workloads
delete a Workload DELETE /apis/scheduling.k8s.io/v1alpha1/namespaces/{namespace}/workloads/{name}
delete collection of CSIDriver DELETE /apis/storage.k8s.io/v1/csidrivers
delete collection of CSINode DELETE /apis/storage.k8s.io/v1/csinodes
delete collection of CSIStorageCapacity DELETE /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities
delete collection of StorageClass DELETE /apis/storage.k8s.io/v1/storageclasses
delete collection of VolumeAttachment DELETE /apis/storage.k8s.io/v1/volumeattachments
delete collection of VolumeAttributesClass DELETE /apis/storage.k8s.io/v1/volumeattributesclasses
delete a CSIDriver DELETE /apis/storage.k8s.io/v1/csidrivers/{name}
delete a CSINode DELETE /apis/storage.k8s.io/v1/csinodes/{name}
delete a CSIStorageCapacity DELETE /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities/{name}
delete a StorageClass DELETE /apis/storage.k8s.io/v1/storageclasses/{name}
delete a VolumeAttachment DELETE /apis/storage.k8s.io/v1/volumeattachments/{name}
delete a VolumeAttributesClass DELETE /apis/storage.k8s.io/v1/volumeattributesclasses/{name}
delete collection of VolumeAttributesClass DELETE /apis/storage.k8s.io/v1beta1/volumeattributesclasses
delete a VolumeAttributesClass DELETE /apis/storage.k8s.io/v1beta1/volumeattributesclasses/{name}
delete collection of StorageVersionMigration DELETE /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations
delete a StorageVersionMigration DELETE /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations/{name}
get information of a group GET /apis/admissionregistration.k8s.io/
get available resources GET /apis/admissionregistration.k8s.io/v1/
get available resources GET /apis/admissionregistration.k8s.io/v1alpha1/
get available resources GET /apis/admissionregistration.k8s.io/v1beta1/
get information of a group GET /apis/apiextensions.k8s.io/
get available resources GET /apis/apiextensions.k8s.io/v1/
get information of a group GET /apis/apiregistration.k8s.io/
get available resources GET /apis/apiregistration.k8s.io/v1/
get information of a group GET /apis/authentication.k8s.io/
get available resources GET /apis/authentication.k8s.io/v1/
get information of a group GET /apis/authorization.k8s.io/
get available resources GET /apis/authorization.k8s.io/v1/
get available resources GET /apis/autoscaling/v1/
get available resources GET /apis/autoscaling/v2/
get information of a group GET /apis/certificates.k8s.io/
get available resources GET /apis/certificates.k8s.io/v1/
get available resources GET /apis/certificates.k8s.io/v1alpha1/
get available resources GET /apis/certificates.k8s.io/v1beta1/
get information of a group GET /apis/coordination.k8s.io/
get available resources GET /apis/coordination.k8s.io/v1/
get available resources GET /apis/coordination.k8s.io/v1alpha2/
get available resources GET /apis/coordination.k8s.io/v1beta1/
get available resources GET /apis/discovery.k8s.io/v1/
get information of a group GET /apis/flowcontrol.apiserver.k8s.io/
get available resources GET /apis/flowcontrol.apiserver.k8s.io/v1/
get information of a group GET /apis/internal.apiserver.k8s.io/
get available resources GET /apis/internal.apiserver.k8s.io/v1alpha1/
get available resources GET /apis/networking.k8s.io/v1/
get available resources GET /apis/networking.k8s.io/v1beta1/
get information of a group GET /apis/rbac.authorization.k8s.io/
get available resources GET /apis/rbac.authorization.k8s.io/v1/
get available resources GET /apis/resource.k8s.io/v1/
get available resources GET /apis/resource.k8s.io/v1alpha3/
get available resources GET /apis/resource.k8s.io/v1beta1/
get available resources GET /apis/resource.k8s.io/v1beta2/
get available resources GET /apis/scheduling.k8s.io/v1/
get available resources GET /apis/scheduling.k8s.io/v1alpha1/
get service account issuer OpenID configuration, also known as the 'OIDC discovery doc' GET /.well-known/openid-configuration/
get service account issuer OpenID JSON Web Key Set (contains public token verification keys) GET /openid/v1/jwks/
get available resources GET /apis/storage.k8s.io/v1/
get available resources GET /apis/storage.k8s.io/v1beta1/
get information of a group GET /apis/storagemigration.k8s.io/
get available resources GET /apis/storagemigration.k8s.io/v1beta1/
list or watch objects of kind MutatingWebhookConfiguration GET /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations
list or watch objects of kind ValidatingAdmissionPolicy GET /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies
list or watch objects of kind ValidatingAdmissionPolicyBinding GET /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings
list or watch objects of kind ValidatingWebhookConfiguration GET /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations
list or watch objects of kind MutatingAdmissionPolicy GET /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicies
list or watch objects of kind MutatingAdmissionPolicyBinding GET /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicybindings
list or watch objects of kind MutatingAdmissionPolicy GET /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicies
list or watch objects of kind MutatingAdmissionPolicyBinding GET /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicybindings
list or watch objects of kind CustomResourceDefinition GET /apis/apiextensions.k8s.io/v1/customresourcedefinitions
list or watch objects of kind APIService GET /apis/apiregistration.k8s.io/v1/apiservices
list or watch objects of kind ControllerRevision GET /apis/apps/v1/controllerrevisions
list or watch objects of kind DaemonSet GET /apis/apps/v1/daemonsets
list or watch objects of kind Deployment GET /apis/apps/v1/deployments
list or watch objects of kind ControllerRevision GET /apis/apps/v1/namespaces/{namespace}/controllerrevisions
list or watch objects of kind DaemonSet GET /apis/apps/v1/namespaces/{namespace}/daemonsets
list or watch objects of kind Deployment GET /apis/apps/v1/namespaces/{namespace}/deployments
list or watch objects of kind ReplicaSet GET /apis/apps/v1/namespaces/{namespace}/replicasets
list or watch objects of kind StatefulSet GET /apis/apps/v1/namespaces/{namespace}/statefulsets
list or watch objects of kind ReplicaSet GET /apis/apps/v1/replicasets
list or watch objects of kind StatefulSet GET /apis/apps/v1/statefulsets
list or watch objects of kind HorizontalPodAutoscaler GET /apis/autoscaling/v1/horizontalpodautoscalers
list or watch objects of kind HorizontalPodAutoscaler GET /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers
list or watch objects of kind HorizontalPodAutoscaler GET /apis/autoscaling/v2/horizontalpodautoscalers
list or watch objects of kind HorizontalPodAutoscaler GET /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers
list or watch objects of kind CronJob GET /apis/batch/v1/cronjobs
list or watch objects of kind Job GET /apis/batch/v1/jobs
list or watch objects of kind CronJob GET /apis/batch/v1/namespaces/{namespace}/cronjobs
list or watch objects of kind Job GET /apis/batch/v1/namespaces/{namespace}/jobs
list or watch objects of kind CertificateSigningRequest GET /apis/certificates.k8s.io/v1/certificatesigningrequests
list or watch objects of kind ClusterTrustBundle GET /apis/certificates.k8s.io/v1alpha1/clustertrustbundles
list or watch objects of kind ClusterTrustBundle GET /apis/certificates.k8s.io/v1beta1/clustertrustbundles
list or watch objects of kind PodCertificateRequest GET /apis/certificates.k8s.io/v1beta1/namespaces/{namespace}/podcertificaterequests
list or watch objects of kind PodCertificateRequest GET /apis/certificates.k8s.io/v1beta1/podcertificaterequests
list or watch objects of kind Lease GET /apis/coordination.k8s.io/v1/leases
list or watch objects of kind Lease GET /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases
list or watch objects of kind LeaseCandidate GET /apis/coordination.k8s.io/v1alpha2/leasecandidates
list or watch objects of kind LeaseCandidate GET /apis/coordination.k8s.io/v1alpha2/namespaces/{namespace}/leasecandidates
list or watch objects of kind LeaseCandidate GET /apis/coordination.k8s.io/v1beta1/leasecandidates
list or watch objects of kind LeaseCandidate GET /apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leasecandidates
list objects of kind ComponentStatus GET /api/v1/componentstatuses
list or watch objects of kind ConfigMap GET /api/v1/configmaps
list or watch objects of kind Endpoints GET /api/v1/endpoints
list or watch objects of kind Event GET /api/v1/events
list or watch objects of kind LimitRange GET /api/v1/limitranges
list or watch objects of kind Namespace GET /api/v1/namespaces
list or watch objects of kind ConfigMap GET /api/v1/namespaces/{namespace}/configmaps
list or watch objects of kind Endpoints GET /api/v1/namespaces/{namespace}/endpoints
list or watch objects of kind Event GET /api/v1/namespaces/{namespace}/events
list or watch objects of kind LimitRange GET /api/v1/namespaces/{namespace}/limitranges
list or watch objects of kind PersistentVolumeClaim GET /api/v1/namespaces/{namespace}/persistentvolumeclaims
list or watch objects of kind Pod GET /api/v1/namespaces/{namespace}/pods
list or watch objects of kind PodTemplate GET /api/v1/namespaces/{namespace}/podtemplates
list or watch objects of kind ReplicationController GET /api/v1/namespaces/{namespace}/replicationcontrollers
list or watch objects of kind ResourceQuota GET /api/v1/namespaces/{namespace}/resourcequotas
list or watch objects of kind Secret GET /api/v1/namespaces/{namespace}/secrets
list or watch objects of kind Service GET /api/v1/namespaces/{namespace}/services
list or watch objects of kind ServiceAccount GET /api/v1/namespaces/{namespace}/serviceaccounts
list or watch objects of kind PersistentVolume GET /api/v1/persistentvolumes
list or watch objects of kind PersistentVolumeClaim GET /api/v1/persistentvolumeclaims
list or watch objects of kind Pod GET /api/v1/pods
list or watch objects of kind PodTemplate GET /api/v1/podtemplates
list or watch objects of kind ReplicationController GET /api/v1/replicationcontrollers
list or watch objects of kind ResourceQuota GET /api/v1/resourcequotas
list or watch objects of kind Secret GET /api/v1/secrets
list or watch objects of kind ServiceAccount GET /api/v1/serviceaccounts
list or watch objects of kind Service GET /api/v1/services
list or watch objects of kind EndpointSlice GET /apis/discovery.k8s.io/v1/endpointslices
list or watch objects of kind EndpointSlice GET /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices
list or watch objects of kind Event GET /apis/events.k8s.io/v1/events
list or watch objects of kind Event GET /apis/events.k8s.io/v1/namespaces/{namespace}/events
list or watch objects of kind FlowSchema GET /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas
list or watch objects of kind PriorityLevelConfiguration GET /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations
list or watch objects of kind StorageVersion GET /apis/internal.apiserver.k8s.io/v1alpha1/storageversions
list or watch objects of kind IngressClass GET /apis/networking.k8s.io/v1/ingressclasses
list or watch objects of kind Ingress GET /apis/networking.k8s.io/v1/ingresses
list or watch objects of kind IPAddress GET /apis/networking.k8s.io/v1/ipaddresses
list or watch objects of kind Ingress GET /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses
list or watch objects of kind NetworkPolicy GET /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies
list or watch objects of kind NetworkPolicy GET /apis/networking.k8s.io/v1/networkpolicies
list or watch objects of kind ServiceCIDR GET /apis/networking.k8s.io/v1/servicecidrs
list or watch objects of kind IPAddress GET /apis/networking.k8s.io/v1beta1/ipaddresses
list or watch objects of kind ServiceCIDR GET /apis/networking.k8s.io/v1beta1/servicecidrs
list or watch objects of kind RuntimeClass GET /apis/node.k8s.io/v1/runtimeclasses
list or watch objects of kind PodDisruptionBudget GET /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets
list or watch objects of kind PodDisruptionBudget GET /apis/policy/v1/poddisruptionbudgets
list or watch objects of kind ClusterRole GET /apis/rbac.authorization.k8s.io/v1/clusterroles
list or watch objects of kind ClusterRoleBinding GET /apis/rbac.authorization.k8s.io/v1/clusterrolebindings
list or watch objects of kind Role GET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles
list or watch objects of kind RoleBinding GET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings
list or watch objects of kind RoleBinding GET /apis/rbac.authorization.k8s.io/v1/rolebindings
list or watch objects of kind Role GET /apis/rbac.authorization.k8s.io/v1/roles
list or watch objects of kind DeviceClass GET /apis/resource.k8s.io/v1/deviceclasses
list or watch objects of kind ResourceClaim GET /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaims
list or watch objects of kind ResourceClaimTemplate GET /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaimtemplates
list or watch objects of kind ResourceClaim GET /apis/resource.k8s.io/v1/resourceclaims
list or watch objects of kind ResourceClaimTemplate GET /apis/resource.k8s.io/v1/resourceclaimtemplates
list or watch objects of kind ResourceSlice GET /apis/resource.k8s.io/v1/resourceslices
list or watch objects of kind DeviceTaintRule GET /apis/resource.k8s.io/v1alpha3/devicetaintrules
list or watch objects of kind DeviceClass GET /apis/resource.k8s.io/v1beta1/deviceclasses
list or watch objects of kind ResourceClaim GET /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims
list or watch objects of kind ResourceClaimTemplate GET /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaimtemplates
list or watch objects of kind ResourceClaim GET /apis/resource.k8s.io/v1beta1/resourceclaims
list or watch objects of kind ResourceClaimTemplate GET /apis/resource.k8s.io/v1beta1/resourceclaimtemplates
list or watch objects of kind ResourceSlice GET /apis/resource.k8s.io/v1beta1/resourceslices
list or watch objects of kind DeviceClass GET /apis/resource.k8s.io/v1beta2/deviceclasses
list or watch objects of kind ResourceClaim GET /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaims
list or watch objects of kind ResourceClaimTemplate GET /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaimtemplates
list or watch objects of kind ResourceClaim GET /apis/resource.k8s.io/v1beta2/resourceclaims
list or watch objects of kind ResourceClaimTemplate GET /apis/resource.k8s.io/v1beta2/resourceclaimtemplates
list or watch objects of kind ResourceSlice GET /apis/resource.k8s.io/v1beta2/resourceslices
list or watch objects of kind PriorityClass GET /apis/scheduling.k8s.io/v1/priorityclasses
list or watch objects of kind Workload GET /apis/scheduling.k8s.io/v1alpha1/namespaces/{namespace}/workloads
list or watch objects of kind Workload GET /apis/scheduling.k8s.io/v1alpha1/workloads
list or watch objects of kind CSIDriver GET /apis/storage.k8s.io/v1/csidrivers
list or watch objects of kind CSINode GET /apis/storage.k8s.io/v1/csinodes
list or watch objects of kind CSIStorageCapacity GET /apis/storage.k8s.io/v1/csistoragecapacities
list or watch objects of kind CSIStorageCapacity GET /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities
list or watch objects of kind StorageClass GET /apis/storage.k8s.io/v1/storageclasses
list or watch objects of kind VolumeAttachment GET /apis/storage.k8s.io/v1/volumeattachments
list or watch objects of kind VolumeAttributesClass GET /apis/storage.k8s.io/v1/volumeattributesclasses
list or watch objects of kind VolumeAttributesClass GET /apis/storage.k8s.io/v1beta1/volumeattributesclasses
list or watch objects of kind StorageVersionMigration GET /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations
partially update the specified MutatingWebhookConfiguration PATCH /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/{name}
partially update the specified ValidatingAdmissionPolicy PATCH /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name}
partially update the specified ValidatingAdmissionPolicyBinding PATCH /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings/{name}
partially update status of the specified ValidatingAdmissionPolicy PATCH /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name}/status
partially update the specified ValidatingWebhookConfiguration PATCH /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/{name}
partially update the specified MutatingAdmissionPolicy PATCH /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicies/{name}
partially update the specified MutatingAdmissionPolicyBinding PATCH /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicybindings/{name}
partially update the specified MutatingAdmissionPolicy PATCH /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicies/{name}
partially update the specified MutatingAdmissionPolicyBinding PATCH /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicybindings/{name}
partially update the specified CustomResourceDefinition PATCH /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}
partially update status of the specified CustomResourceDefinition PATCH /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}/status
partially update the specified APIService PATCH /apis/apiregistration.k8s.io/v1/apiservices/{name}
partially update status of the specified APIService PATCH /apis/apiregistration.k8s.io/v1/apiservices/{name}/status
partially update the specified ControllerRevision PATCH /apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name}
partially update the specified DaemonSet PATCH /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}
partially update status of the specified DaemonSet PATCH /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}/status
partially update the specified Deployment PATCH /apis/apps/v1/namespaces/{namespace}/deployments/{name}
partially update scale of the specified Deployment PATCH /apis/apps/v1/namespaces/{namespace}/deployments/{name}/scale
partially update status of the specified Deployment PATCH /apis/apps/v1/namespaces/{namespace}/deployments/{name}/status
partially update the specified ReplicaSet PATCH /apis/apps/v1/namespaces/{namespace}/replicasets/{name}
partially update scale of the specified ReplicaSet PATCH /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/scale
partially update status of the specified ReplicaSet PATCH /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/status
partially update the specified StatefulSet PATCH /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}
partially update scale of the specified StatefulSet PATCH /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/scale
partially update status of the specified StatefulSet PATCH /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/status
partially update the specified HorizontalPodAutoscaler PATCH /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}
partially update status of the specified HorizontalPodAutoscaler PATCH /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
partially update the specified HorizontalPodAutoscaler PATCH /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}
partially update status of the specified HorizontalPodAutoscaler PATCH /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
partially update the specified CronJob PATCH /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}
partially update status of the specified CronJob PATCH /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}/status
partially update the specified Job PATCH /apis/batch/v1/namespaces/{namespace}/jobs/{name}
partially update status of the specified Job PATCH /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status
partially update the specified CertificateSigningRequest PATCH /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}
partially update approval of the specified CertificateSigningRequest PATCH /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/approval
partially update status of the specified CertificateSigningRequest PATCH /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/status
partially update the specified ClusterTrustBundle PATCH /apis/certificates.k8s.io/v1alpha1/clustertrustbundles/{name}
partially update the specified ClusterTrustBundle PATCH /apis/certificates.k8s.io/v1beta1/clustertrustbundles/{name}
partially update the specified PodCertificateRequest PATCH /apis/certificates.k8s.io/v1beta1/namespaces/{namespace}/podcertificaterequests/{name}
partially update status of the specified PodCertificateRequest PATCH /apis/certificates.k8s.io/v1beta1/namespaces/{namespace}/podcertificaterequests/{name}/status
partially update the specified Lease PATCH /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name}
partially update the specified LeaseCandidate PATCH /apis/coordination.k8s.io/v1alpha2/namespaces/{namespace}/leasecandidates/{name}
partially update the specified LeaseCandidate PATCH /apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leasecandidates/{name}
partially update the specified Namespace PATCH /api/v1/namespaces/{name}
partially update status of the specified Namespace PATCH /api/v1/namespaces/{name}/status
partially update the specified ConfigMap PATCH /api/v1/namespaces/{namespace}/configmaps/{name}
partially update the specified Endpoints PATCH /api/v1/namespaces/{namespace}/endpoints/{name}
partially update the specified Event PATCH /api/v1/namespaces/{namespace}/events/{name}
partially update the specified LimitRange PATCH /api/v1/namespaces/{namespace}/limitranges/{name}
partially update the specified PersistentVolumeClaim PATCH /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}
partially update status of the specified PersistentVolumeClaim PATCH /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status
partially update the specified Pod PATCH /api/v1/namespaces/{namespace}/pods/{name}
partially update ephemeralcontainers of the specified Pod PATCH /api/v1/namespaces/{namespace}/pods/{name}/ephemeralcontainers
partially update resize of the specified Pod PATCH /api/v1/namespaces/{namespace}/pods/{name}/resize
partially update status of the specified Pod PATCH /api/v1/namespaces/{namespace}/pods/{name}/status
partially update the specified PodTemplate PATCH /api/v1/namespaces/{namespace}/podtemplates/{name}
partially update the specified ReplicationController PATCH /api/v1/namespaces/{namespace}/replicationcontrollers/{name}
partially update scale of the specified ReplicationController PATCH /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale
partially update status of the specified ReplicationController PATCH /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status
partially update the specified ResourceQuota PATCH /api/v1/namespaces/{namespace}/resourcequotas/{name}
partially update status of the specified ResourceQuota PATCH /api/v1/namespaces/{namespace}/resourcequotas/{name}/status
partially update the specified Secret PATCH /api/v1/namespaces/{namespace}/secrets/{name}
partially update the specified Service PATCH /api/v1/namespaces/{namespace}/services/{name}
partially update the specified ServiceAccount PATCH /api/v1/namespaces/{namespace}/serviceaccounts/{name}
partially update status of the specified Service PATCH /api/v1/namespaces/{namespace}/services/{name}/status
partially update the specified Node PATCH /api/v1/nodes/{name}
partially update status of the specified Node PATCH /api/v1/nodes/{name}/status
partially update the specified PersistentVolume PATCH /api/v1/persistentvolumes/{name}
partially update status of the specified PersistentVolume PATCH /api/v1/persistentvolumes/{name}/status
partially update the specified EndpointSlice PATCH /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices/{name}
partially update the specified Event PATCH /apis/events.k8s.io/v1/namespaces/{namespace}/events/{name}
partially update the specified FlowSchema PATCH /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/{name}
partially update status of the specified FlowSchema PATCH /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/{name}/status
partially update the specified PriorityLevelConfiguration PATCH /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/{name}
partially update status of the specified PriorityLevelConfiguration PATCH /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/{name}/status
partially update the specified StorageVersion PATCH /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}
partially update status of the specified StorageVersion PATCH /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}/status
partially update the specified IngressClass PATCH /apis/networking.k8s.io/v1/ingressclasses/{name}
partially update the specified IPAddress PATCH /apis/networking.k8s.io/v1/ipaddresses/{name}
partially update the specified Ingress PATCH /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}
partially update status of the specified Ingress PATCH /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}/status
partially update the specified NetworkPolicy PATCH /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}
partially update the specified ServiceCIDR PATCH /apis/networking.k8s.io/v1/servicecidrs/{name}
partially update status of the specified ServiceCIDR PATCH /apis/networking.k8s.io/v1/servicecidrs/{name}/status
partially update the specified IPAddress PATCH /apis/networking.k8s.io/v1beta1/ipaddresses/{name}
partially update the specified ServiceCIDR PATCH /apis/networking.k8s.io/v1beta1/servicecidrs/{name}
partially update status of the specified ServiceCIDR PATCH /apis/networking.k8s.io/v1beta1/servicecidrs/{name}/status
partially update the specified RuntimeClass PATCH /apis/node.k8s.io/v1/runtimeclasses/{name}
partially update the specified PodDisruptionBudget PATCH /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}
partially update status of the specified PodDisruptionBudget PATCH /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}/status
partially update the specified ClusterRole PATCH /apis/rbac.authorization.k8s.io/v1/clusterroles/{name}
partially update the specified ClusterRoleBinding PATCH /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}
partially update the specified Role PATCH /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name}
partially update the specified RoleBinding PATCH /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name}
partially update the specified DeviceClass PATCH /apis/resource.k8s.io/v1/deviceclasses/{name}
partially update the specified ResourceClaim PATCH /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaims/{name}
partially update status of the specified ResourceClaim PATCH /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaims/{name}/status
partially update the specified ResourceClaimTemplate PATCH /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaimtemplates/{name}
partially update the specified ResourceSlice PATCH /apis/resource.k8s.io/v1/resourceslices/{name}
partially update the specified DeviceTaintRule PATCH /apis/resource.k8s.io/v1alpha3/devicetaintrules/{name}
partially update status of the specified DeviceTaintRule PATCH /apis/resource.k8s.io/v1alpha3/devicetaintrules/{name}/status
partially update the specified DeviceClass PATCH /apis/resource.k8s.io/v1beta1/deviceclasses/{name}
partially update the specified ResourceClaim PATCH /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims/{name}
partially update status of the specified ResourceClaim PATCH /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims/{name}/status
partially update the specified ResourceClaimTemplate PATCH /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaimtemplates/{name}
partially update the specified ResourceSlice PATCH /apis/resource.k8s.io/v1beta1/resourceslices/{name}
partially update the specified DeviceClass PATCH /apis/resource.k8s.io/v1beta2/deviceclasses/{name}
partially update the specified ResourceClaim PATCH /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaims/{name}
partially update status of the specified ResourceClaim PATCH /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaims/{name}/status
partially update the specified ResourceClaimTemplate PATCH /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaimtemplates/{name}
partially update the specified ResourceSlice PATCH /apis/resource.k8s.io/v1beta2/resourceslices/{name}
partially update the specified PriorityClass PATCH /apis/scheduling.k8s.io/v1/priorityclasses/{name}
partially update the specified Workload PATCH /apis/scheduling.k8s.io/v1alpha1/namespaces/{namespace}/workloads/{name}
partially update the specified CSIDriver PATCH /apis/storage.k8s.io/v1/csidrivers/{name}
partially update the specified CSINode PATCH /apis/storage.k8s.io/v1/csinodes/{name}
partially update the specified CSIStorageCapacity PATCH /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities/{name}
partially update the specified StorageClass PATCH /apis/storage.k8s.io/v1/storageclasses/{name}
partially update the specified VolumeAttachment PATCH /apis/storage.k8s.io/v1/volumeattachments/{name}
partially update status of the specified VolumeAttachment PATCH /apis/storage.k8s.io/v1/volumeattachments/{name}/status
partially update the specified VolumeAttributesClass PATCH /apis/storage.k8s.io/v1/volumeattributesclasses/{name}
partially update the specified VolumeAttributesClass PATCH /apis/storage.k8s.io/v1beta1/volumeattributesclasses/{name}
partially update the specified StorageVersionMigration PATCH /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations/{name}
partially update status of the specified StorageVersionMigration PATCH /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations/{name}/status
read the specified MutatingWebhookConfiguration GET /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/{name}
read the specified ValidatingAdmissionPolicy GET /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name}
read the specified ValidatingAdmissionPolicyBinding GET /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings/{name}
read status of the specified ValidatingAdmissionPolicy GET /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name}/status
read the specified ValidatingWebhookConfiguration GET /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/{name}
read the specified MutatingAdmissionPolicy GET /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicies/{name}
read the specified MutatingAdmissionPolicyBinding GET /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicybindings/{name}
read the specified MutatingAdmissionPolicy GET /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicies/{name}
read the specified MutatingAdmissionPolicyBinding GET /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicybindings/{name}
read the specified CustomResourceDefinition GET /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}
read status of the specified CustomResourceDefinition GET /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}/status
read the specified APIService GET /apis/apiregistration.k8s.io/v1/apiservices/{name}
read status of the specified APIService GET /apis/apiregistration.k8s.io/v1/apiservices/{name}/status
read the specified ControllerRevision GET /apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name}
read the specified DaemonSet GET /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}
read status of the specified DaemonSet GET /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}/status
read the specified Deployment GET /apis/apps/v1/namespaces/{namespace}/deployments/{name}
read scale of the specified Deployment GET /apis/apps/v1/namespaces/{namespace}/deployments/{name}/scale
read status of the specified Deployment GET /apis/apps/v1/namespaces/{namespace}/deployments/{name}/status
read the specified ReplicaSet GET /apis/apps/v1/namespaces/{namespace}/replicasets/{name}
read scale of the specified ReplicaSet GET /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/scale
read status of the specified ReplicaSet GET /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/status
read the specified StatefulSet GET /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}
read scale of the specified StatefulSet GET /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/scale
read status of the specified StatefulSet GET /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/status
read the specified HorizontalPodAutoscaler GET /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}
read status of the specified HorizontalPodAutoscaler GET /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
read the specified HorizontalPodAutoscaler GET /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}
read status of the specified HorizontalPodAutoscaler GET /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
read the specified CronJob GET /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}
read status of the specified CronJob GET /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}/status
read the specified Job GET /apis/batch/v1/namespaces/{namespace}/jobs/{name}
read status of the specified Job GET /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status
read the specified CertificateSigningRequest GET /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}
read approval of the specified CertificateSigningRequest GET /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/approval
read status of the specified CertificateSigningRequest GET /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/status
read the specified ClusterTrustBundle GET /apis/certificates.k8s.io/v1alpha1/clustertrustbundles/{name}
read the specified ClusterTrustBundle GET /apis/certificates.k8s.io/v1beta1/clustertrustbundles/{name}
read the specified PodCertificateRequest GET /apis/certificates.k8s.io/v1beta1/namespaces/{namespace}/podcertificaterequests/{name}
read status of the specified PodCertificateRequest GET /apis/certificates.k8s.io/v1beta1/namespaces/{namespace}/podcertificaterequests/{name}/status
read the specified Lease GET /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name}
read the specified LeaseCandidate GET /apis/coordination.k8s.io/v1alpha2/namespaces/{namespace}/leasecandidates/{name}
read the specified LeaseCandidate GET /apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leasecandidates/{name}
read the specified ComponentStatus GET /api/v1/componentstatuses/{name}
read the specified Namespace GET /api/v1/namespaces/{name}
read status of the specified Namespace GET /api/v1/namespaces/{name}/status
read the specified ConfigMap GET /api/v1/namespaces/{namespace}/configmaps/{name}
read the specified Endpoints GET /api/v1/namespaces/{namespace}/endpoints/{name}
read the specified Event GET /api/v1/namespaces/{namespace}/events/{name}
read the specified LimitRange GET /api/v1/namespaces/{namespace}/limitranges/{name}
read the specified PersistentVolumeClaim GET /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}
read status of the specified PersistentVolumeClaim GET /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status
read the specified Pod GET /api/v1/namespaces/{namespace}/pods/{name}
read ephemeralcontainers of the specified Pod GET /api/v1/namespaces/{namespace}/pods/{name}/ephemeralcontainers
read log of the specified Pod GET /api/v1/namespaces/{namespace}/pods/{name}/log
read resize of the specified Pod GET /api/v1/namespaces/{namespace}/pods/{name}/resize
read status of the specified Pod GET /api/v1/namespaces/{namespace}/pods/{name}/status
read the specified PodTemplate GET /api/v1/namespaces/{namespace}/podtemplates/{name}
read the specified ReplicationController GET /api/v1/namespaces/{namespace}/replicationcontrollers/{name}
read scale of the specified ReplicationController GET /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale
read status of the specified ReplicationController GET /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status
read the specified ResourceQuota GET /api/v1/namespaces/{namespace}/resourcequotas/{name}
read status of the specified ResourceQuota GET /api/v1/namespaces/{namespace}/resourcequotas/{name}/status
read the specified Secret GET /api/v1/namespaces/{namespace}/secrets/{name}
read the specified Service GET /api/v1/namespaces/{namespace}/services/{name}
read the specified ServiceAccount GET /api/v1/namespaces/{namespace}/serviceaccounts/{name}
read status of the specified Service GET /api/v1/namespaces/{namespace}/services/{name}/status
read status of the specified Node GET /api/v1/nodes/{name}/status
read the specified PersistentVolume GET /api/v1/persistentvolumes/{name}
read status of the specified PersistentVolume GET /api/v1/persistentvolumes/{name}/status
read the specified EndpointSlice GET /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices/{name}
read the specified Event GET /apis/events.k8s.io/v1/namespaces/{namespace}/events/{name}
read the specified FlowSchema GET /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/{name}
read status of the specified FlowSchema GET /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/{name}/status
read the specified PriorityLevelConfiguration GET /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/{name}
read status of the specified PriorityLevelConfiguration GET /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/{name}/status
read the specified StorageVersion GET /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}
read status of the specified StorageVersion GET /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}/status
read the specified IngressClass GET /apis/networking.k8s.io/v1/ingressclasses/{name}
read the specified IPAddress GET /apis/networking.k8s.io/v1/ipaddresses/{name}
read the specified Ingress GET /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}
read status of the specified Ingress GET /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}/status
read the specified NetworkPolicy GET /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}
read the specified ServiceCIDR GET /apis/networking.k8s.io/v1/servicecidrs/{name}
read status of the specified ServiceCIDR GET /apis/networking.k8s.io/v1/servicecidrs/{name}/status
read the specified IPAddress GET /apis/networking.k8s.io/v1beta1/ipaddresses/{name}
read the specified ServiceCIDR GET /apis/networking.k8s.io/v1beta1/servicecidrs/{name}
read status of the specified ServiceCIDR GET /apis/networking.k8s.io/v1beta1/servicecidrs/{name}/status
read the specified RuntimeClass GET /apis/node.k8s.io/v1/runtimeclasses/{name}
read the specified PodDisruptionBudget GET /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}
read status of the specified PodDisruptionBudget GET /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}/status
read the specified ClusterRole GET /apis/rbac.authorization.k8s.io/v1/clusterroles/{name}
read the specified ClusterRoleBinding GET /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}
read the specified Role GET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name}
read the specified RoleBinding GET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name}
read the specified DeviceClass GET /apis/resource.k8s.io/v1/deviceclasses/{name}
read the specified ResourceClaim GET /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaims/{name}
read status of the specified ResourceClaim GET /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaims/{name}/status
read the specified ResourceClaimTemplate GET /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaimtemplates/{name}
read the specified ResourceSlice GET /apis/resource.k8s.io/v1/resourceslices/{name}
read the specified DeviceTaintRule GET /apis/resource.k8s.io/v1alpha3/devicetaintrules/{name}
read status of the specified DeviceTaintRule GET /apis/resource.k8s.io/v1alpha3/devicetaintrules/{name}/status
read the specified DeviceClass GET /apis/resource.k8s.io/v1beta1/deviceclasses/{name}
read the specified ResourceClaim GET /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims/{name}
read status of the specified ResourceClaim GET /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims/{name}/status
read the specified ResourceClaimTemplate GET /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaimtemplates/{name}
read the specified ResourceSlice GET /apis/resource.k8s.io/v1beta1/resourceslices/{name}
read the specified DeviceClass GET /apis/resource.k8s.io/v1beta2/deviceclasses/{name}
read the specified ResourceClaim GET /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaims/{name}
read status of the specified ResourceClaim GET /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaims/{name}/status
read the specified ResourceClaimTemplate GET /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaimtemplates/{name}
read the specified ResourceSlice GET /apis/resource.k8s.io/v1beta2/resourceslices/{name}
read the specified PriorityClass GET /apis/scheduling.k8s.io/v1/priorityclasses/{name}
read the specified Workload GET /apis/scheduling.k8s.io/v1alpha1/namespaces/{namespace}/workloads/{name}
read the specified CSIDriver GET /apis/storage.k8s.io/v1/csidrivers/{name}
read the specified CSINode GET /apis/storage.k8s.io/v1/csinodes/{name}
read the specified CSIStorageCapacity GET /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities/{name}
read the specified StorageClass GET /apis/storage.k8s.io/v1/storageclasses/{name}
read the specified VolumeAttachment GET /apis/storage.k8s.io/v1/volumeattachments/{name}
read status of the specified VolumeAttachment GET /apis/storage.k8s.io/v1/volumeattachments/{name}/status
read the specified VolumeAttributesClass GET /apis/storage.k8s.io/v1/volumeattributesclasses/{name}
read the specified VolumeAttributesClass GET /apis/storage.k8s.io/v1beta1/volumeattributesclasses/{name}
read the specified StorageVersionMigration GET /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations/{name}
read status of the specified StorageVersionMigration GET /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations/{name}/status
replace the specified MutatingWebhookConfiguration PUT /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/{name}
replace the specified ValidatingAdmissionPolicy PUT /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name}
replace the specified ValidatingAdmissionPolicyBinding PUT /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings/{name}
replace status of the specified ValidatingAdmissionPolicy PUT /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name}/status
replace the specified ValidatingWebhookConfiguration PUT /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/{name}
replace the specified MutatingAdmissionPolicy PUT /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicies/{name}
replace the specified MutatingAdmissionPolicyBinding PUT /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicybindings/{name}
replace the specified MutatingAdmissionPolicy PUT /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicies/{name}
replace the specified MutatingAdmissionPolicyBinding PUT /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicybindings/{name}
replace the specified CustomResourceDefinition PUT /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}
replace status of the specified CustomResourceDefinition PUT /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}/status
replace the specified APIService PUT /apis/apiregistration.k8s.io/v1/apiservices/{name}
replace status of the specified APIService PUT /apis/apiregistration.k8s.io/v1/apiservices/{name}/status
replace the specified ControllerRevision PUT /apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name}
replace the specified DaemonSet PUT /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}
replace status of the specified DaemonSet PUT /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}/status
replace the specified Deployment PUT /apis/apps/v1/namespaces/{namespace}/deployments/{name}
replace scale of the specified Deployment PUT /apis/apps/v1/namespaces/{namespace}/deployments/{name}/scale
replace status of the specified Deployment PUT /apis/apps/v1/namespaces/{namespace}/deployments/{name}/status
replace the specified ReplicaSet PUT /apis/apps/v1/namespaces/{namespace}/replicasets/{name}
replace scale of the specified ReplicaSet PUT /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/scale
replace status of the specified ReplicaSet PUT /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/status
replace the specified StatefulSet PUT /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}
replace scale of the specified StatefulSet PUT /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/scale
replace status of the specified StatefulSet PUT /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/status
replace the specified HorizontalPodAutoscaler PUT /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}
replace status of the specified HorizontalPodAutoscaler PUT /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
replace the specified HorizontalPodAutoscaler PUT /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}
replace status of the specified HorizontalPodAutoscaler PUT /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
replace the specified CronJob PUT /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}
replace status of the specified CronJob PUT /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}/status
replace the specified Job PUT /apis/batch/v1/namespaces/{namespace}/jobs/{name}
replace status of the specified Job PUT /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status
replace the specified CertificateSigningRequest PUT /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}
replace approval of the specified CertificateSigningRequest PUT /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/approval
replace status of the specified CertificateSigningRequest PUT /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/status
replace the specified ClusterTrustBundle PUT /apis/certificates.k8s.io/v1alpha1/clustertrustbundles/{name}
replace the specified ClusterTrustBundle PUT /apis/certificates.k8s.io/v1beta1/clustertrustbundles/{name}
replace the specified PodCertificateRequest PUT /apis/certificates.k8s.io/v1beta1/namespaces/{namespace}/podcertificaterequests/{name}
replace status of the specified PodCertificateRequest PUT /apis/certificates.k8s.io/v1beta1/namespaces/{namespace}/podcertificaterequests/{name}/status
replace the specified Lease PUT /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name}
replace the specified LeaseCandidate PUT /apis/coordination.k8s.io/v1alpha2/namespaces/{namespace}/leasecandidates/{name}
replace the specified LeaseCandidate PUT /apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leasecandidates/{name}
replace the specified Namespace PUT /api/v1/namespaces/{name}
replace finalize of the specified Namespace PUT /api/v1/namespaces/{name}/finalize
replace status of the specified Namespace PUT /api/v1/namespaces/{name}/status
replace the specified ConfigMap PUT /api/v1/namespaces/{namespace}/configmaps/{name}
replace the specified Endpoints PUT /api/v1/namespaces/{namespace}/endpoints/{name}
replace the specified Event PUT /api/v1/namespaces/{namespace}/events/{name}
replace the specified LimitRange PUT /api/v1/namespaces/{namespace}/limitranges/{name}
replace the specified PersistentVolumeClaim PUT /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}
replace status of the specified PersistentVolumeClaim PUT /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status
replace the specified Pod PUT /api/v1/namespaces/{namespace}/pods/{name}
replace ephemeralcontainers of the specified Pod PUT /api/v1/namespaces/{namespace}/pods/{name}/ephemeralcontainers
replace resize of the specified Pod PUT /api/v1/namespaces/{namespace}/pods/{name}/resize
replace status of the specified Pod PUT /api/v1/namespaces/{namespace}/pods/{name}/status
replace the specified PodTemplate PUT /api/v1/namespaces/{namespace}/podtemplates/{name}
replace the specified ReplicationController PUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name}
replace scale of the specified ReplicationController PUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale
replace status of the specified ReplicationController PUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status
replace the specified ResourceQuota PUT /api/v1/namespaces/{namespace}/resourcequotas/{name}
replace status of the specified ResourceQuota PUT /api/v1/namespaces/{namespace}/resourcequotas/{name}/status
replace the specified Secret PUT /api/v1/namespaces/{namespace}/secrets/{name}
replace the specified Service PUT /api/v1/namespaces/{namespace}/services/{name}
replace the specified ServiceAccount PUT /api/v1/namespaces/{namespace}/serviceaccounts/{name}
replace status of the specified Service PUT /api/v1/namespaces/{namespace}/services/{name}/status
replace status of the specified Node PUT /api/v1/nodes/{name}/status
replace the specified PersistentVolume PUT /api/v1/persistentvolumes/{name}
replace status of the specified PersistentVolume PUT /api/v1/persistentvolumes/{name}/status
replace the specified EndpointSlice PUT /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices/{name}
replace the specified Event PUT /apis/events.k8s.io/v1/namespaces/{namespace}/events/{name}
replace the specified FlowSchema PUT /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/{name}
replace status of the specified FlowSchema PUT /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/{name}/status
replace the specified PriorityLevelConfiguration PUT /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/{name}
replace status of the specified PriorityLevelConfiguration PUT /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/{name}/status
replace the specified StorageVersion PUT /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}
replace status of the specified StorageVersion PUT /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}/status
replace the specified IngressClass PUT /apis/networking.k8s.io/v1/ingressclasses/{name}
replace the specified IPAddress PUT /apis/networking.k8s.io/v1/ipaddresses/{name}
replace the specified Ingress PUT /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}
replace status of the specified Ingress PUT /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}/status
replace the specified NetworkPolicy PUT /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}
replace the specified ServiceCIDR PUT /apis/networking.k8s.io/v1/servicecidrs/{name}
replace status of the specified ServiceCIDR PUT /apis/networking.k8s.io/v1/servicecidrs/{name}/status
replace the specified IPAddress PUT /apis/networking.k8s.io/v1beta1/ipaddresses/{name}
replace the specified ServiceCIDR PUT /apis/networking.k8s.io/v1beta1/servicecidrs/{name}
replace status of the specified ServiceCIDR PUT /apis/networking.k8s.io/v1beta1/servicecidrs/{name}/status
replace the specified RuntimeClass PUT /apis/node.k8s.io/v1/runtimeclasses/{name}
replace the specified PodDisruptionBudget PUT /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}
replace status of the specified PodDisruptionBudget PUT /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}/status
replace the specified ClusterRole PUT /apis/rbac.authorization.k8s.io/v1/clusterroles/{name}
replace the specified ClusterRoleBinding PUT /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}
replace the specified Role PUT /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name}
replace the specified RoleBinding PUT /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name}
replace the specified DeviceClass PUT /apis/resource.k8s.io/v1/deviceclasses/{name}
replace the specified ResourceClaim PUT /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaims/{name}
replace status of the specified ResourceClaim PUT /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaims/{name}/status
replace the specified ResourceClaimTemplate PUT /apis/resource.k8s.io/v1/namespaces/{namespace}/resourceclaimtemplates/{name}
replace the specified ResourceSlice PUT /apis/resource.k8s.io/v1/resourceslices/{name}
replace the specified DeviceTaintRule PUT /apis/resource.k8s.io/v1alpha3/devicetaintrules/{name}
replace status of the specified DeviceTaintRule PUT /apis/resource.k8s.io/v1alpha3/devicetaintrules/{name}/status
replace the specified DeviceClass PUT /apis/resource.k8s.io/v1beta1/deviceclasses/{name}
replace the specified ResourceClaim PUT /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims/{name}
replace status of the specified ResourceClaim PUT /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims/{name}/status
replace the specified ResourceClaimTemplate PUT /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaimtemplates/{name}
replace the specified ResourceSlice PUT /apis/resource.k8s.io/v1beta1/resourceslices/{name}
replace the specified DeviceClass PUT /apis/resource.k8s.io/v1beta2/deviceclasses/{name}
replace the specified ResourceClaim PUT /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaims/{name}
replace status of the specified ResourceClaim PUT /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaims/{name}/status
replace the specified ResourceClaimTemplate PUT /apis/resource.k8s.io/v1beta2/namespaces/{namespace}/resourceclaimtemplates/{name}
replace the specified ResourceSlice PUT /apis/resource.k8s.io/v1beta2/resourceslices/{name}
replace the specified PriorityClass PUT /apis/scheduling.k8s.io/v1/priorityclasses/{name}
replace the specified Workload PUT /apis/scheduling.k8s.io/v1alpha1/namespaces/{namespace}/workloads/{name}
replace the specified CSIDriver PUT /apis/storage.k8s.io/v1/csidrivers/{name}
replace the specified CSINode PUT /apis/storage.k8s.io/v1/csinodes/{name}
replace the specified CSIStorageCapacity PUT /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities/{name}
replace the specified StorageClass PUT /apis/storage.k8s.io/v1/storageclasses/{name}
replace the specified VolumeAttachment PUT /apis/storage.k8s.io/v1/volumeattachments/{name}
replace status of the specified VolumeAttachment PUT /apis/storage.k8s.io/v1/volumeattachments/{name}/status
replace the specified VolumeAttributesClass PUT /apis/storage.k8s.io/v1/volumeattributesclasses/{name}
replace the specified VolumeAttributesClass PUT /apis/storage.k8s.io/v1beta1/volumeattributesclasses/{name}
replace the specified StorageVersionMigration PUT /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations/{name}
replace status of the specified StorageVersionMigration PUT /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations/{name}/status
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")
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}
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
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}
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}
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
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
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}
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
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}
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}
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
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
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}
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}
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
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
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}
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
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}
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
watch individual changes to a list of ControllerRevision. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/apps/v1/watch/controllerrevisions
watch individual changes to a list of DaemonSet. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/apps/v1/watch/daemonsets
watch individual changes to a list of Deployment. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/apps/v1/watch/deployments
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}
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
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}
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
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}
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
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}
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
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}
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
watch individual changes to a list of ReplicaSet. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/apps/v1/watch/replicasets
watch individual changes to a list of StatefulSet. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/apps/v1/watch/statefulsets
watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/autoscaling/v1/watch/horizontalpodautoscalers
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}
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
watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/autoscaling/v2/watch/horizontalpodautoscalers
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}
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
watch individual changes to a list of CronJob. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/batch/v1/watch/cronjobs
watch individual changes to a list of Job. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/batch/v1/watch/jobs
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}
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
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}
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
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}
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
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/v1alpha1/watch/clustertrustbundles/{name}
watch individual changes to a list of ClusterTrustBundle. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/certificates.k8s.io/v1alpha1/watch/clustertrustbundles
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}
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
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}
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
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
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
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}
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
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
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}
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
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
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}
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
watch individual changes to a list of ConfigMap. deprecated: use the 'watch' parameter with a list operation instead. GET /api/v1/watch/configmaps
watch individual changes to a list of Endpoints. deprecated: use the 'watch' parameter with a list operation instead. GET /api/v1/watch/endpoints
watch individual changes to a list of Event. deprecated: use the 'watch' parameter with a list operation instead. GET /api/v1/watch/events
watch individual changes to a list of LimitRange. deprecated: use the 'watch' parameter with a list operation instead. GET /api/v1/watch/limitranges
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}
watch individual changes to a list of Namespace. deprecated: use the 'watch' parameter with a list operation instead. GET /api/v1/watch/namespaces
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}
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
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}
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
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}
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
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}
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
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}
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
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}
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
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}
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
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}
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
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}
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
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}
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
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}
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}
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
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
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}
watch individual changes to a list of Node. deprecated: use the 'watch' parameter with a list operation instead. GET /api/v1/watch/nodes
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}
watch individual changes to a list of PersistentVolumeClaim. deprecated: use the 'watch' parameter with a list operation instead. GET /api/v1/watch/persistentvolumeclaims
watch individual changes to a list of PersistentVolume. deprecated: use the 'watch' parameter with a list operation instead. GET /api/v1/watch/persistentvolumes
watch individual changes to a list of Pod. deprecated: use the 'watch' parameter with a list operation instead. GET /api/v1/watch/pods
watch individual changes to a list of PodTemplate. deprecated: use the 'watch' parameter with a list operation instead. GET /api/v1/watch/podtemplates
watch individual changes to a list of ReplicationController. deprecated: use the 'watch' parameter with a list operation instead. GET /api/v1/watch/replicationcontrollers
watch individual changes to a list of ResourceQuota. deprecated: use the 'watch' parameter with a list operation instead. GET /api/v1/watch/resourcequotas
watch individual changes to a list of Secret. deprecated: use the 'watch' parameter with a list operation instead. GET /api/v1/watch/secrets
watch individual changes to a list of ServiceAccount. deprecated: use the 'watch' parameter with a list operation instead. GET /api/v1/watch/serviceaccounts
watch individual changes to a list of Service. deprecated: use the 'watch' parameter with a list operation instead. GET /api/v1/watch/services
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
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}
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
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
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}
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
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}
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
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}
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
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}
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
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}
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
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
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}
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
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}
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
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}
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
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
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}
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
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/v1beta1/watch/ipaddresses/{name}
watch individual changes to a list of IPAddress. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/networking.k8s.io/v1beta1/watch/ipaddresses
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/v1beta1/watch/servicecidrs/{name}
watch individual changes to a list of ServiceCIDR. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/networking.k8s.io/v1beta1/watch/servicecidrs
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}
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
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}
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
watch individual changes to a list of PodDisruptionBudget. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/policy/v1/watch/poddisruptionbudgets
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}
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}
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
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
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}
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}
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
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
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
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
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}
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
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}
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
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}
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
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
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
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}
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
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}
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
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}
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
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}
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
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}
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
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
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
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}
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
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}
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
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}
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
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}
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
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
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
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}
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
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}
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
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/v1alpha1/watch/namespaces/{namespace}/workloads/{name}
watch individual changes to a list of Workload. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/scheduling.k8s.io/v1alpha1/watch/namespaces/{namespace}/workloads
watch individual changes to a list of Workload. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/scheduling.k8s.io/v1alpha1/watch/workloads
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}
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
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}
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
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
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}
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
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}
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
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}
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
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}
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
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/v1beta1/watch/volumeattributesclasses/{name}
watch individual changes to a list of VolumeAttributesClass. deprecated: use the 'watch' parameter with a list operation instead. GET /apis/storage.k8s.io/v1beta1/watch/volumeattributesclasses
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}
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