Package | Description |
---|---|
io.kubernetes.client.custom | |
io.kubernetes.client.openapi.apis |
Modifier and Type | Method and Description |
---|---|
V1Patch |
V1Patch.V1PatchAdapter.read(com.google.gson.stream.JsonReader jsonReader) |
Modifier and Type | Method and Description |
---|---|
void |
V1Patch.V1PatchAdapter.write(com.google.gson.stream.JsonWriter jsonWriter,
V1Patch patch) |
Modifier and Type | Method and Description |
---|---|
V1beta1APIService |
ApiregistrationV1beta1Api.patchAPIService(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified APIService
|
V1APIService |
ApiregistrationV1Api.patchAPIService(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified APIService
|
okhttp3.Call |
ApiregistrationV1Api.patchAPIServiceAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1APIService> _callback)
(asynchronously) partially update the specified APIService
|
okhttp3.Call |
ApiregistrationV1beta1Api.patchAPIServiceAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1APIService> _callback)
(asynchronously) partially update the specified APIService
|
okhttp3.Call |
ApiregistrationV1beta1Api.patchAPIServiceCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchAPIService
|
okhttp3.Call |
ApiregistrationV1Api.patchAPIServiceCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchAPIService
|
V1beta1APIService |
ApiregistrationV1beta1Api.patchAPIServiceStatus(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified APIService
|
V1APIService |
ApiregistrationV1Api.patchAPIServiceStatus(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified APIService
|
okhttp3.Call |
ApiregistrationV1Api.patchAPIServiceStatusAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1APIService> _callback)
(asynchronously) partially update status of the specified APIService
|
okhttp3.Call |
ApiregistrationV1beta1Api.patchAPIServiceStatusAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1APIService> _callback)
(asynchronously) partially update status of the specified APIService
|
okhttp3.Call |
ApiregistrationV1beta1Api.patchAPIServiceStatusCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchAPIServiceStatus
|
okhttp3.Call |
ApiregistrationV1Api.patchAPIServiceStatusCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchAPIServiceStatus
|
ApiResponse<V1beta1APIService> |
ApiregistrationV1beta1Api.patchAPIServiceStatusWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified APIService
|
ApiResponse<V1APIService> |
ApiregistrationV1Api.patchAPIServiceStatusWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified APIService
|
ApiResponse<V1beta1APIService> |
ApiregistrationV1beta1Api.patchAPIServiceWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified APIService
|
ApiResponse<V1APIService> |
ApiregistrationV1Api.patchAPIServiceWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified APIService
|
V1alpha1AuditSink |
AuditregistrationV1alpha1Api.patchAuditSink(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified AuditSink
|
okhttp3.Call |
AuditregistrationV1alpha1Api.patchAuditSinkAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1alpha1AuditSink> _callback)
(asynchronously) partially update the specified AuditSink
|
okhttp3.Call |
AuditregistrationV1alpha1Api.patchAuditSinkCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchAuditSink
|
ApiResponse<V1alpha1AuditSink> |
AuditregistrationV1alpha1Api.patchAuditSinkWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified AuditSink
|
V1beta1CertificateSigningRequest |
CertificatesV1beta1Api.patchCertificateSigningRequest(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified CertificateSigningRequest
|
okhttp3.Call |
CertificatesV1beta1Api.patchCertificateSigningRequestAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1CertificateSigningRequest> _callback)
(asynchronously) partially update the specified CertificateSigningRequest
|
okhttp3.Call |
CertificatesV1beta1Api.patchCertificateSigningRequestCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchCertificateSigningRequest
|
V1beta1CertificateSigningRequest |
CertificatesV1beta1Api.patchCertificateSigningRequestStatus(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified CertificateSigningRequest
|
okhttp3.Call |
CertificatesV1beta1Api.patchCertificateSigningRequestStatusAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1CertificateSigningRequest> _callback)
(asynchronously) partially update status of the specified CertificateSigningRequest
|
okhttp3.Call |
CertificatesV1beta1Api.patchCertificateSigningRequestStatusCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchCertificateSigningRequestStatus
|
ApiResponse<V1beta1CertificateSigningRequest> |
CertificatesV1beta1Api.patchCertificateSigningRequestStatusWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified CertificateSigningRequest
|
ApiResponse<V1beta1CertificateSigningRequest> |
CertificatesV1beta1Api.patchCertificateSigningRequestWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified CertificateSigningRequest
|
V1alpha1ClusterRole |
RbacAuthorizationV1alpha1Api.patchClusterRole(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ClusterRole
|
V1beta1ClusterRole |
RbacAuthorizationV1beta1Api.patchClusterRole(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ClusterRole
|
V1ClusterRole |
RbacAuthorizationV1Api.patchClusterRole(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.patchClusterRoleAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1alpha1ClusterRole> _callback)
(asynchronously) partially update the specified ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.patchClusterRoleAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1ClusterRole> _callback)
(asynchronously) partially update the specified ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1Api.patchClusterRoleAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1ClusterRole> _callback)
(asynchronously) partially update the specified ClusterRole
|
V1alpha1ClusterRoleBinding |
RbacAuthorizationV1alpha1Api.patchClusterRoleBinding(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ClusterRoleBinding
|
V1beta1ClusterRoleBinding |
RbacAuthorizationV1beta1Api.patchClusterRoleBinding(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ClusterRoleBinding
|
V1ClusterRoleBinding |
RbacAuthorizationV1Api.patchClusterRoleBinding(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.patchClusterRoleBindingAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1alpha1ClusterRoleBinding> _callback)
(asynchronously) partially update the specified ClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.patchClusterRoleBindingAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1ClusterRoleBinding> _callback)
(asynchronously) partially update the specified ClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1Api.patchClusterRoleBindingAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1ClusterRoleBinding> _callback)
(asynchronously) partially update the specified ClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.patchClusterRoleBindingCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.patchClusterRoleBindingCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1Api.patchClusterRoleBindingCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchClusterRoleBinding
|
ApiResponse<V1alpha1ClusterRoleBinding> |
RbacAuthorizationV1alpha1Api.patchClusterRoleBindingWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ClusterRoleBinding
|
ApiResponse<V1beta1ClusterRoleBinding> |
RbacAuthorizationV1beta1Api.patchClusterRoleBindingWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ClusterRoleBinding
|
ApiResponse<V1ClusterRoleBinding> |
RbacAuthorizationV1Api.patchClusterRoleBindingWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.patchClusterRoleCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchClusterRole
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.patchClusterRoleCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchClusterRole
|
okhttp3.Call |
RbacAuthorizationV1Api.patchClusterRoleCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchClusterRole
|
ApiResponse<V1alpha1ClusterRole> |
RbacAuthorizationV1alpha1Api.patchClusterRoleWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ClusterRole
|
ApiResponse<V1beta1ClusterRole> |
RbacAuthorizationV1beta1Api.patchClusterRoleWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ClusterRole
|
ApiResponse<V1ClusterRole> |
RbacAuthorizationV1Api.patchClusterRoleWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ClusterRole
|
V1CSIDriver |
StorageV1Api.patchCSIDriver(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified CSIDriver
|
V1beta1CSIDriver |
StorageV1beta1Api.patchCSIDriver(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified CSIDriver
|
okhttp3.Call |
StorageV1beta1Api.patchCSIDriverAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1CSIDriver> _callback)
(asynchronously) partially update the specified CSIDriver
|
okhttp3.Call |
StorageV1Api.patchCSIDriverAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1CSIDriver> _callback)
(asynchronously) partially update the specified CSIDriver
|
okhttp3.Call |
StorageV1Api.patchCSIDriverCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchCSIDriver
|
okhttp3.Call |
StorageV1beta1Api.patchCSIDriverCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchCSIDriver
|
ApiResponse<V1CSIDriver> |
StorageV1Api.patchCSIDriverWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified CSIDriver
|
ApiResponse<V1beta1CSIDriver> |
StorageV1beta1Api.patchCSIDriverWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified CSIDriver
|
V1CSINode |
StorageV1Api.patchCSINode(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified CSINode
|
V1beta1CSINode |
StorageV1beta1Api.patchCSINode(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified CSINode
|
okhttp3.Call |
StorageV1beta1Api.patchCSINodeAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1CSINode> _callback)
(asynchronously) partially update the specified CSINode
|
okhttp3.Call |
StorageV1Api.patchCSINodeAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1CSINode> _callback)
(asynchronously) partially update the specified CSINode
|
okhttp3.Call |
StorageV1Api.patchCSINodeCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchCSINode
|
okhttp3.Call |
StorageV1beta1Api.patchCSINodeCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchCSINode
|
ApiResponse<V1CSINode> |
StorageV1Api.patchCSINodeWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified CSINode
|
ApiResponse<V1beta1CSINode> |
StorageV1beta1Api.patchCSINodeWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified CSINode
|
V1CustomResourceDefinition |
ApiextensionsV1Api.patchCustomResourceDefinition(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified CustomResourceDefinition
|
V1beta1CustomResourceDefinition |
ApiextensionsV1beta1Api.patchCustomResourceDefinition(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified CustomResourceDefinition
|
okhttp3.Call |
ApiextensionsV1beta1Api.patchCustomResourceDefinitionAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1CustomResourceDefinition> _callback)
(asynchronously) partially update the specified CustomResourceDefinition
|
okhttp3.Call |
ApiextensionsV1Api.patchCustomResourceDefinitionAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1CustomResourceDefinition> _callback)
(asynchronously) partially update the specified CustomResourceDefinition
|
okhttp3.Call |
ApiextensionsV1Api.patchCustomResourceDefinitionCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchCustomResourceDefinition
|
okhttp3.Call |
ApiextensionsV1beta1Api.patchCustomResourceDefinitionCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchCustomResourceDefinition
|
V1CustomResourceDefinition |
ApiextensionsV1Api.patchCustomResourceDefinitionStatus(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified CustomResourceDefinition
|
V1beta1CustomResourceDefinition |
ApiextensionsV1beta1Api.patchCustomResourceDefinitionStatus(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified CustomResourceDefinition
|
okhttp3.Call |
ApiextensionsV1beta1Api.patchCustomResourceDefinitionStatusAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1CustomResourceDefinition> _callback)
(asynchronously) partially update status of the specified CustomResourceDefinition
|
okhttp3.Call |
ApiextensionsV1Api.patchCustomResourceDefinitionStatusAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1CustomResourceDefinition> _callback)
(asynchronously) partially update status of the specified CustomResourceDefinition
|
okhttp3.Call |
ApiextensionsV1Api.patchCustomResourceDefinitionStatusCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchCustomResourceDefinitionStatus
|
okhttp3.Call |
ApiextensionsV1beta1Api.patchCustomResourceDefinitionStatusCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchCustomResourceDefinitionStatus
|
ApiResponse<V1CustomResourceDefinition> |
ApiextensionsV1Api.patchCustomResourceDefinitionStatusWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified CustomResourceDefinition
|
ApiResponse<V1beta1CustomResourceDefinition> |
ApiextensionsV1beta1Api.patchCustomResourceDefinitionStatusWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified CustomResourceDefinition
|
ApiResponse<V1CustomResourceDefinition> |
ApiextensionsV1Api.patchCustomResourceDefinitionWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified CustomResourceDefinition
|
ApiResponse<V1beta1CustomResourceDefinition> |
ApiextensionsV1beta1Api.patchCustomResourceDefinitionWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified CustomResourceDefinition
|
V1alpha1FlowSchema |
FlowcontrolApiserverV1alpha1Api.patchFlowSchema(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified FlowSchema
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.patchFlowSchemaAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1alpha1FlowSchema> _callback)
(asynchronously) partially update the specified FlowSchema
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.patchFlowSchemaCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchFlowSchema
|
V1alpha1FlowSchema |
FlowcontrolApiserverV1alpha1Api.patchFlowSchemaStatus(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified FlowSchema
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.patchFlowSchemaStatusAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1alpha1FlowSchema> _callback)
(asynchronously) partially update status of the specified FlowSchema
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.patchFlowSchemaStatusCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchFlowSchemaStatus
|
ApiResponse<V1alpha1FlowSchema> |
FlowcontrolApiserverV1alpha1Api.patchFlowSchemaStatusWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified FlowSchema
|
ApiResponse<V1alpha1FlowSchema> |
FlowcontrolApiserverV1alpha1Api.patchFlowSchemaWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified FlowSchema
|
V1beta1IngressClass |
NetworkingV1beta1Api.patchIngressClass(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified IngressClass
|
okhttp3.Call |
NetworkingV1beta1Api.patchIngressClassAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1IngressClass> _callback)
(asynchronously) partially update the specified IngressClass
|
okhttp3.Call |
NetworkingV1beta1Api.patchIngressClassCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchIngressClass
|
ApiResponse<V1beta1IngressClass> |
NetworkingV1beta1Api.patchIngressClassWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified IngressClass
|
V1beta1MutatingWebhookConfiguration |
AdmissionregistrationV1beta1Api.patchMutatingWebhookConfiguration(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified MutatingWebhookConfiguration
|
V1MutatingWebhookConfiguration |
AdmissionregistrationV1Api.patchMutatingWebhookConfiguration(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified MutatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1beta1Api.patchMutatingWebhookConfigurationAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1MutatingWebhookConfiguration> _callback)
(asynchronously) partially update the specified MutatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1Api.patchMutatingWebhookConfigurationAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1MutatingWebhookConfiguration> _callback)
(asynchronously) partially update the specified MutatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1beta1Api.patchMutatingWebhookConfigurationCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchMutatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1Api.patchMutatingWebhookConfigurationCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchMutatingWebhookConfiguration
|
ApiResponse<V1beta1MutatingWebhookConfiguration> |
AdmissionregistrationV1beta1Api.patchMutatingWebhookConfigurationWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified MutatingWebhookConfiguration
|
ApiResponse<V1MutatingWebhookConfiguration> |
AdmissionregistrationV1Api.patchMutatingWebhookConfigurationWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified MutatingWebhookConfiguration
|
V1Namespace |
CoreV1Api.patchNamespace(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Namespace
|
okhttp3.Call |
CoreV1Api.patchNamespaceAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Namespace> _callback)
(asynchronously) partially update the specified Namespace
|
okhttp3.Call |
CoreV1Api.patchNamespaceCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespace
|
V1ConfigMap |
CoreV1Api.patchNamespacedConfigMap(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ConfigMap
|
okhttp3.Call |
CoreV1Api.patchNamespacedConfigMapAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1ConfigMap> _callback)
(asynchronously) partially update the specified ConfigMap
|
okhttp3.Call |
CoreV1Api.patchNamespacedConfigMapCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedConfigMap
|
ApiResponse<V1ConfigMap> |
CoreV1Api.patchNamespacedConfigMapWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ConfigMap
|
V1ControllerRevision |
AppsV1Api.patchNamespacedControllerRevision(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ControllerRevision
|
okhttp3.Call |
AppsV1Api.patchNamespacedControllerRevisionAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1ControllerRevision> _callback)
(asynchronously) partially update the specified ControllerRevision
|
okhttp3.Call |
AppsV1Api.patchNamespacedControllerRevisionCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedControllerRevision
|
ApiResponse<V1ControllerRevision> |
AppsV1Api.patchNamespacedControllerRevisionWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ControllerRevision
|
V1beta1CronJob |
BatchV1beta1Api.patchNamespacedCronJob(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified CronJob
|
V2alpha1CronJob |
BatchV2alpha1Api.patchNamespacedCronJob(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified CronJob
|
okhttp3.Call |
BatchV1beta1Api.patchNamespacedCronJobAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1CronJob> _callback)
(asynchronously) partially update the specified CronJob
|
okhttp3.Call |
BatchV2alpha1Api.patchNamespacedCronJobAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V2alpha1CronJob> _callback)
(asynchronously) partially update the specified CronJob
|
okhttp3.Call |
BatchV1beta1Api.patchNamespacedCronJobCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedCronJob
|
okhttp3.Call |
BatchV2alpha1Api.patchNamespacedCronJobCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedCronJob
|
V1beta1CronJob |
BatchV1beta1Api.patchNamespacedCronJobStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified CronJob
|
V2alpha1CronJob |
BatchV2alpha1Api.patchNamespacedCronJobStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified CronJob
|
okhttp3.Call |
BatchV1beta1Api.patchNamespacedCronJobStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1CronJob> _callback)
(asynchronously) partially update status of the specified CronJob
|
okhttp3.Call |
BatchV2alpha1Api.patchNamespacedCronJobStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V2alpha1CronJob> _callback)
(asynchronously) partially update status of the specified CronJob
|
okhttp3.Call |
BatchV1beta1Api.patchNamespacedCronJobStatusCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedCronJobStatus
|
okhttp3.Call |
BatchV2alpha1Api.patchNamespacedCronJobStatusCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedCronJobStatus
|
ApiResponse<V1beta1CronJob> |
BatchV1beta1Api.patchNamespacedCronJobStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified CronJob
|
ApiResponse<V2alpha1CronJob> |
BatchV2alpha1Api.patchNamespacedCronJobStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified CronJob
|
ApiResponse<V1beta1CronJob> |
BatchV1beta1Api.patchNamespacedCronJobWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified CronJob
|
ApiResponse<V2alpha1CronJob> |
BatchV2alpha1Api.patchNamespacedCronJobWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified CronJob
|
V1DaemonSet |
AppsV1Api.patchNamespacedDaemonSet(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified DaemonSet
|
okhttp3.Call |
AppsV1Api.patchNamespacedDaemonSetAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1DaemonSet> _callback)
(asynchronously) partially update the specified DaemonSet
|
okhttp3.Call |
AppsV1Api.patchNamespacedDaemonSetCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedDaemonSet
|
V1DaemonSet |
AppsV1Api.patchNamespacedDaemonSetStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified DaemonSet
|
okhttp3.Call |
AppsV1Api.patchNamespacedDaemonSetStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1DaemonSet> _callback)
(asynchronously) partially update status of the specified DaemonSet
|
okhttp3.Call |
AppsV1Api.patchNamespacedDaemonSetStatusCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedDaemonSetStatus
|
ApiResponse<V1DaemonSet> |
AppsV1Api.patchNamespacedDaemonSetStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified DaemonSet
|
ApiResponse<V1DaemonSet> |
AppsV1Api.patchNamespacedDaemonSetWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified DaemonSet
|
V1Deployment |
AppsV1Api.patchNamespacedDeployment(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Deployment
|
okhttp3.Call |
AppsV1Api.patchNamespacedDeploymentAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Deployment> _callback)
(asynchronously) partially update the specified Deployment
|
okhttp3.Call |
AppsV1Api.patchNamespacedDeploymentCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedDeployment
|
V1Scale |
AppsV1Api.patchNamespacedDeploymentScale(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update scale of the specified Deployment
|
okhttp3.Call |
AppsV1Api.patchNamespacedDeploymentScaleAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Scale> _callback)
(asynchronously) partially update scale of the specified Deployment
|
okhttp3.Call |
AppsV1Api.patchNamespacedDeploymentScaleCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedDeploymentScale
|
ApiResponse<V1Scale> |
AppsV1Api.patchNamespacedDeploymentScaleWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update scale of the specified Deployment
|
V1Deployment |
AppsV1Api.patchNamespacedDeploymentStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified Deployment
|
okhttp3.Call |
AppsV1Api.patchNamespacedDeploymentStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Deployment> _callback)
(asynchronously) partially update status of the specified Deployment
|
okhttp3.Call |
AppsV1Api.patchNamespacedDeploymentStatusCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedDeploymentStatus
|
ApiResponse<V1Deployment> |
AppsV1Api.patchNamespacedDeploymentStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified Deployment
|
ApiResponse<V1Deployment> |
AppsV1Api.patchNamespacedDeploymentWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Deployment
|
V1Endpoints |
CoreV1Api.patchNamespacedEndpoints(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Endpoints
|
okhttp3.Call |
CoreV1Api.patchNamespacedEndpointsAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Endpoints> _callback)
(asynchronously) partially update the specified Endpoints
|
okhttp3.Call |
CoreV1Api.patchNamespacedEndpointsCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedEndpoints
|
V1beta1EndpointSlice |
DiscoveryV1beta1Api.patchNamespacedEndpointSlice(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified EndpointSlice
|
okhttp3.Call |
DiscoveryV1beta1Api.patchNamespacedEndpointSliceAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1EndpointSlice> _callback)
(asynchronously) partially update the specified EndpointSlice
|
okhttp3.Call |
DiscoveryV1beta1Api.patchNamespacedEndpointSliceCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedEndpointSlice
|
ApiResponse<V1beta1EndpointSlice> |
DiscoveryV1beta1Api.patchNamespacedEndpointSliceWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified EndpointSlice
|
ApiResponse<V1Endpoints> |
CoreV1Api.patchNamespacedEndpointsWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Endpoints
|
V1Event |
CoreV1Api.patchNamespacedEvent(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Event
|
V1beta1Event |
EventsV1beta1Api.patchNamespacedEvent(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Event
|
okhttp3.Call |
EventsV1beta1Api.patchNamespacedEventAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1Event> _callback)
(asynchronously) partially update the specified Event
|
okhttp3.Call |
CoreV1Api.patchNamespacedEventAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Event> _callback)
(asynchronously) partially update the specified Event
|
okhttp3.Call |
CoreV1Api.patchNamespacedEventCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedEvent
|
okhttp3.Call |
EventsV1beta1Api.patchNamespacedEventCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedEvent
|
ApiResponse<V1Event> |
CoreV1Api.patchNamespacedEventWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Event
|
ApiResponse<V1beta1Event> |
EventsV1beta1Api.patchNamespacedEventWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Event
|
V1HorizontalPodAutoscaler |
AutoscalingV1Api.patchNamespacedHorizontalPodAutoscaler(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified HorizontalPodAutoscaler
|
V2beta2HorizontalPodAutoscaler |
AutoscalingV2beta2Api.patchNamespacedHorizontalPodAutoscaler(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified HorizontalPodAutoscaler
|
V2beta1HorizontalPodAutoscaler |
AutoscalingV2beta1Api.patchNamespacedHorizontalPodAutoscaler(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV1Api.patchNamespacedHorizontalPodAutoscalerAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1HorizontalPodAutoscaler> _callback)
(asynchronously) partially update the specified HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV2beta1Api.patchNamespacedHorizontalPodAutoscalerAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V2beta1HorizontalPodAutoscaler> _callback)
(asynchronously) partially update the specified HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV2beta2Api.patchNamespacedHorizontalPodAutoscalerAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V2beta2HorizontalPodAutoscaler> _callback)
(asynchronously) partially update the specified HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV1Api.patchNamespacedHorizontalPodAutoscalerCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedHorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV2beta2Api.patchNamespacedHorizontalPodAutoscalerCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedHorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV2beta1Api.patchNamespacedHorizontalPodAutoscalerCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedHorizontalPodAutoscaler
|
V1HorizontalPodAutoscaler |
AutoscalingV1Api.patchNamespacedHorizontalPodAutoscalerStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified HorizontalPodAutoscaler
|
V2beta2HorizontalPodAutoscaler |
AutoscalingV2beta2Api.patchNamespacedHorizontalPodAutoscalerStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified HorizontalPodAutoscaler
|
V2beta1HorizontalPodAutoscaler |
AutoscalingV2beta1Api.patchNamespacedHorizontalPodAutoscalerStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV1Api.patchNamespacedHorizontalPodAutoscalerStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1HorizontalPodAutoscaler> _callback)
(asynchronously) partially update status of the specified HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV2beta1Api.patchNamespacedHorizontalPodAutoscalerStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V2beta1HorizontalPodAutoscaler> _callback)
(asynchronously) partially update status of the specified HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV2beta2Api.patchNamespacedHorizontalPodAutoscalerStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V2beta2HorizontalPodAutoscaler> _callback)
(asynchronously) partially update status of the specified HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV1Api.patchNamespacedHorizontalPodAutoscalerStatusCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedHorizontalPodAutoscalerStatus
|
okhttp3.Call |
AutoscalingV2beta2Api.patchNamespacedHorizontalPodAutoscalerStatusCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedHorizontalPodAutoscalerStatus
|
okhttp3.Call |
AutoscalingV2beta1Api.patchNamespacedHorizontalPodAutoscalerStatusCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedHorizontalPodAutoscalerStatus
|
ApiResponse<V1HorizontalPodAutoscaler> |
AutoscalingV1Api.patchNamespacedHorizontalPodAutoscalerStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified HorizontalPodAutoscaler
|
ApiResponse<V2beta2HorizontalPodAutoscaler> |
AutoscalingV2beta2Api.patchNamespacedHorizontalPodAutoscalerStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified HorizontalPodAutoscaler
|
ApiResponse<V2beta1HorizontalPodAutoscaler> |
AutoscalingV2beta1Api.patchNamespacedHorizontalPodAutoscalerStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified HorizontalPodAutoscaler
|
ApiResponse<V1HorizontalPodAutoscaler> |
AutoscalingV1Api.patchNamespacedHorizontalPodAutoscalerWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified HorizontalPodAutoscaler
|
ApiResponse<V2beta2HorizontalPodAutoscaler> |
AutoscalingV2beta2Api.patchNamespacedHorizontalPodAutoscalerWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified HorizontalPodAutoscaler
|
ApiResponse<V2beta1HorizontalPodAutoscaler> |
AutoscalingV2beta1Api.patchNamespacedHorizontalPodAutoscalerWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified HorizontalPodAutoscaler
|
ExtensionsV1beta1Ingress |
ExtensionsV1beta1Api.patchNamespacedIngress(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Ingress
|
NetworkingV1beta1Ingress |
NetworkingV1beta1Api.patchNamespacedIngress(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Ingress
|
okhttp3.Call |
ExtensionsV1beta1Api.patchNamespacedIngressAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<ExtensionsV1beta1Ingress> _callback)
(asynchronously) partially update the specified Ingress
|
okhttp3.Call |
NetworkingV1beta1Api.patchNamespacedIngressAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<NetworkingV1beta1Ingress> _callback)
(asynchronously) partially update the specified Ingress
|
okhttp3.Call |
ExtensionsV1beta1Api.patchNamespacedIngressCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedIngress
|
okhttp3.Call |
NetworkingV1beta1Api.patchNamespacedIngressCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedIngress
|
ExtensionsV1beta1Ingress |
ExtensionsV1beta1Api.patchNamespacedIngressStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified Ingress
|
NetworkingV1beta1Ingress |
NetworkingV1beta1Api.patchNamespacedIngressStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified Ingress
|
okhttp3.Call |
ExtensionsV1beta1Api.patchNamespacedIngressStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<ExtensionsV1beta1Ingress> _callback)
(asynchronously) partially update status of the specified Ingress
|
okhttp3.Call |
NetworkingV1beta1Api.patchNamespacedIngressStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<NetworkingV1beta1Ingress> _callback)
(asynchronously) partially update status of the specified Ingress
|
okhttp3.Call |
ExtensionsV1beta1Api.patchNamespacedIngressStatusCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedIngressStatus
|
okhttp3.Call |
NetworkingV1beta1Api.patchNamespacedIngressStatusCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedIngressStatus
|
ApiResponse<ExtensionsV1beta1Ingress> |
ExtensionsV1beta1Api.patchNamespacedIngressStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified Ingress
|
ApiResponse<NetworkingV1beta1Ingress> |
NetworkingV1beta1Api.patchNamespacedIngressStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified Ingress
|
ApiResponse<ExtensionsV1beta1Ingress> |
ExtensionsV1beta1Api.patchNamespacedIngressWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Ingress
|
ApiResponse<NetworkingV1beta1Ingress> |
NetworkingV1beta1Api.patchNamespacedIngressWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Ingress
|
V1Job |
BatchV1Api.patchNamespacedJob(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Job
|
okhttp3.Call |
BatchV1Api.patchNamespacedJobAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Job> _callback)
(asynchronously) partially update the specified Job
|
okhttp3.Call |
BatchV1Api.patchNamespacedJobCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedJob
|
V1Job |
BatchV1Api.patchNamespacedJobStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified Job
|
okhttp3.Call |
BatchV1Api.patchNamespacedJobStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Job> _callback)
(asynchronously) partially update status of the specified Job
|
okhttp3.Call |
BatchV1Api.patchNamespacedJobStatusCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedJobStatus
|
ApiResponse<V1Job> |
BatchV1Api.patchNamespacedJobStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified Job
|
ApiResponse<V1Job> |
BatchV1Api.patchNamespacedJobWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Job
|
V1beta1Lease |
CoordinationV1beta1Api.patchNamespacedLease(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Lease
|
V1Lease |
CoordinationV1Api.patchNamespacedLease(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Lease
|
okhttp3.Call |
CoordinationV1beta1Api.patchNamespacedLeaseAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1Lease> _callback)
(asynchronously) partially update the specified Lease
|
okhttp3.Call |
CoordinationV1Api.patchNamespacedLeaseAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Lease> _callback)
(asynchronously) partially update the specified Lease
|
okhttp3.Call |
CoordinationV1beta1Api.patchNamespacedLeaseCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedLease
|
okhttp3.Call |
CoordinationV1Api.patchNamespacedLeaseCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedLease
|
ApiResponse<V1beta1Lease> |
CoordinationV1beta1Api.patchNamespacedLeaseWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Lease
|
ApiResponse<V1Lease> |
CoordinationV1Api.patchNamespacedLeaseWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Lease
|
V1LimitRange |
CoreV1Api.patchNamespacedLimitRange(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified LimitRange
|
okhttp3.Call |
CoreV1Api.patchNamespacedLimitRangeAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1LimitRange> _callback)
(asynchronously) partially update the specified LimitRange
|
okhttp3.Call |
CoreV1Api.patchNamespacedLimitRangeCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedLimitRange
|
ApiResponse<V1LimitRange> |
CoreV1Api.patchNamespacedLimitRangeWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified LimitRange
|
V1NetworkPolicy |
NetworkingV1Api.patchNamespacedNetworkPolicy(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified NetworkPolicy
|
okhttp3.Call |
NetworkingV1Api.patchNamespacedNetworkPolicyAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1NetworkPolicy> _callback)
(asynchronously) partially update the specified NetworkPolicy
|
okhttp3.Call |
NetworkingV1Api.patchNamespacedNetworkPolicyCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedNetworkPolicy
|
ApiResponse<V1NetworkPolicy> |
NetworkingV1Api.patchNamespacedNetworkPolicyWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified NetworkPolicy
|
V1PersistentVolumeClaim |
CoreV1Api.patchNamespacedPersistentVolumeClaim(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified PersistentVolumeClaim
|
okhttp3.Call |
CoreV1Api.patchNamespacedPersistentVolumeClaimAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1PersistentVolumeClaim> _callback)
(asynchronously) partially update the specified PersistentVolumeClaim
|
okhttp3.Call |
CoreV1Api.patchNamespacedPersistentVolumeClaimCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedPersistentVolumeClaim
|
V1PersistentVolumeClaim |
CoreV1Api.patchNamespacedPersistentVolumeClaimStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified PersistentVolumeClaim
|
okhttp3.Call |
CoreV1Api.patchNamespacedPersistentVolumeClaimStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1PersistentVolumeClaim> _callback)
(asynchronously) partially update status of the specified PersistentVolumeClaim
|
okhttp3.Call |
CoreV1Api.patchNamespacedPersistentVolumeClaimStatusCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedPersistentVolumeClaimStatus
|
ApiResponse<V1PersistentVolumeClaim> |
CoreV1Api.patchNamespacedPersistentVolumeClaimStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified PersistentVolumeClaim
|
ApiResponse<V1PersistentVolumeClaim> |
CoreV1Api.patchNamespacedPersistentVolumeClaimWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified PersistentVolumeClaim
|
V1Pod |
CoreV1Api.patchNamespacedPod(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Pod
|
okhttp3.Call |
CoreV1Api.patchNamespacedPodAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Pod> _callback)
(asynchronously) partially update the specified Pod
|
okhttp3.Call |
CoreV1Api.patchNamespacedPodCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedPod
|
V1beta1PodDisruptionBudget |
PolicyV1beta1Api.patchNamespacedPodDisruptionBudget(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified PodDisruptionBudget
|
okhttp3.Call |
PolicyV1beta1Api.patchNamespacedPodDisruptionBudgetAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1PodDisruptionBudget> _callback)
(asynchronously) partially update the specified PodDisruptionBudget
|
okhttp3.Call |
PolicyV1beta1Api.patchNamespacedPodDisruptionBudgetCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedPodDisruptionBudget
|
V1beta1PodDisruptionBudget |
PolicyV1beta1Api.patchNamespacedPodDisruptionBudgetStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified PodDisruptionBudget
|
okhttp3.Call |
PolicyV1beta1Api.patchNamespacedPodDisruptionBudgetStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1PodDisruptionBudget> _callback)
(asynchronously) partially update status of the specified PodDisruptionBudget
|
okhttp3.Call |
PolicyV1beta1Api.patchNamespacedPodDisruptionBudgetStatusCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedPodDisruptionBudgetStatus
|
ApiResponse<V1beta1PodDisruptionBudget> |
PolicyV1beta1Api.patchNamespacedPodDisruptionBudgetStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified PodDisruptionBudget
|
ApiResponse<V1beta1PodDisruptionBudget> |
PolicyV1beta1Api.patchNamespacedPodDisruptionBudgetWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified PodDisruptionBudget
|
V1alpha1PodPreset |
SettingsV1alpha1Api.patchNamespacedPodPreset(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified PodPreset
|
okhttp3.Call |
SettingsV1alpha1Api.patchNamespacedPodPresetAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1alpha1PodPreset> _callback)
(asynchronously) partially update the specified PodPreset
|
okhttp3.Call |
SettingsV1alpha1Api.patchNamespacedPodPresetCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedPodPreset
|
ApiResponse<V1alpha1PodPreset> |
SettingsV1alpha1Api.patchNamespacedPodPresetWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified PodPreset
|
V1Pod |
CoreV1Api.patchNamespacedPodStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified Pod
|
okhttp3.Call |
CoreV1Api.patchNamespacedPodStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Pod> _callback)
(asynchronously) partially update status of the specified Pod
|
okhttp3.Call |
CoreV1Api.patchNamespacedPodStatusCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedPodStatus
|
ApiResponse<V1Pod> |
CoreV1Api.patchNamespacedPodStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified Pod
|
V1PodTemplate |
CoreV1Api.patchNamespacedPodTemplate(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified PodTemplate
|
okhttp3.Call |
CoreV1Api.patchNamespacedPodTemplateAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1PodTemplate> _callback)
(asynchronously) partially update the specified PodTemplate
|
okhttp3.Call |
CoreV1Api.patchNamespacedPodTemplateCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedPodTemplate
|
ApiResponse<V1PodTemplate> |
CoreV1Api.patchNamespacedPodTemplateWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified PodTemplate
|
ApiResponse<V1Pod> |
CoreV1Api.patchNamespacedPodWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Pod
|
V1ReplicaSet |
AppsV1Api.patchNamespacedReplicaSet(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ReplicaSet
|
okhttp3.Call |
AppsV1Api.patchNamespacedReplicaSetAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1ReplicaSet> _callback)
(asynchronously) partially update the specified ReplicaSet
|
okhttp3.Call |
AppsV1Api.patchNamespacedReplicaSetCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedReplicaSet
|
V1Scale |
AppsV1Api.patchNamespacedReplicaSetScale(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update scale of the specified ReplicaSet
|
okhttp3.Call |
AppsV1Api.patchNamespacedReplicaSetScaleAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Scale> _callback)
(asynchronously) partially update scale of the specified ReplicaSet
|
okhttp3.Call |
AppsV1Api.patchNamespacedReplicaSetScaleCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedReplicaSetScale
|
ApiResponse<V1Scale> |
AppsV1Api.patchNamespacedReplicaSetScaleWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update scale of the specified ReplicaSet
|
V1ReplicaSet |
AppsV1Api.patchNamespacedReplicaSetStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified ReplicaSet
|
okhttp3.Call |
AppsV1Api.patchNamespacedReplicaSetStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1ReplicaSet> _callback)
(asynchronously) partially update status of the specified ReplicaSet
|
okhttp3.Call |
AppsV1Api.patchNamespacedReplicaSetStatusCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedReplicaSetStatus
|
ApiResponse<V1ReplicaSet> |
AppsV1Api.patchNamespacedReplicaSetStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified ReplicaSet
|
ApiResponse<V1ReplicaSet> |
AppsV1Api.patchNamespacedReplicaSetWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ReplicaSet
|
V1ReplicationController |
CoreV1Api.patchNamespacedReplicationController(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ReplicationController
|
okhttp3.Call |
CoreV1Api.patchNamespacedReplicationControllerAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1ReplicationController> _callback)
(asynchronously) partially update the specified ReplicationController
|
okhttp3.Call |
CoreV1Api.patchNamespacedReplicationControllerCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedReplicationController
|
V1Scale |
CoreV1Api.patchNamespacedReplicationControllerScale(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update scale of the specified ReplicationController
|
okhttp3.Call |
CoreV1Api.patchNamespacedReplicationControllerScaleAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Scale> _callback)
(asynchronously) partially update scale of the specified ReplicationController
|
okhttp3.Call |
CoreV1Api.patchNamespacedReplicationControllerScaleCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedReplicationControllerScale
|
ApiResponse<V1Scale> |
CoreV1Api.patchNamespacedReplicationControllerScaleWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update scale of the specified ReplicationController
|
V1ReplicationController |
CoreV1Api.patchNamespacedReplicationControllerStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified ReplicationController
|
okhttp3.Call |
CoreV1Api.patchNamespacedReplicationControllerStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1ReplicationController> _callback)
(asynchronously) partially update status of the specified ReplicationController
|
okhttp3.Call |
CoreV1Api.patchNamespacedReplicationControllerStatusCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedReplicationControllerStatus
|
ApiResponse<V1ReplicationController> |
CoreV1Api.patchNamespacedReplicationControllerStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified ReplicationController
|
ApiResponse<V1ReplicationController> |
CoreV1Api.patchNamespacedReplicationControllerWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ReplicationController
|
V1ResourceQuota |
CoreV1Api.patchNamespacedResourceQuota(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ResourceQuota
|
okhttp3.Call |
CoreV1Api.patchNamespacedResourceQuotaAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1ResourceQuota> _callback)
(asynchronously) partially update the specified ResourceQuota
|
okhttp3.Call |
CoreV1Api.patchNamespacedResourceQuotaCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedResourceQuota
|
V1ResourceQuota |
CoreV1Api.patchNamespacedResourceQuotaStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified ResourceQuota
|
okhttp3.Call |
CoreV1Api.patchNamespacedResourceQuotaStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1ResourceQuota> _callback)
(asynchronously) partially update status of the specified ResourceQuota
|
okhttp3.Call |
CoreV1Api.patchNamespacedResourceQuotaStatusCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedResourceQuotaStatus
|
ApiResponse<V1ResourceQuota> |
CoreV1Api.patchNamespacedResourceQuotaStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified ResourceQuota
|
ApiResponse<V1ResourceQuota> |
CoreV1Api.patchNamespacedResourceQuotaWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ResourceQuota
|
V1alpha1Role |
RbacAuthorizationV1alpha1Api.patchNamespacedRole(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Role
|
V1beta1Role |
RbacAuthorizationV1beta1Api.patchNamespacedRole(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Role
|
V1Role |
RbacAuthorizationV1Api.patchNamespacedRole(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Role
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.patchNamespacedRoleAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1alpha1Role> _callback)
(asynchronously) partially update the specified Role
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.patchNamespacedRoleAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1Role> _callback)
(asynchronously) partially update the specified Role
|
okhttp3.Call |
RbacAuthorizationV1Api.patchNamespacedRoleAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Role> _callback)
(asynchronously) partially update the specified Role
|
V1alpha1RoleBinding |
RbacAuthorizationV1alpha1Api.patchNamespacedRoleBinding(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified RoleBinding
|
V1beta1RoleBinding |
RbacAuthorizationV1beta1Api.patchNamespacedRoleBinding(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified RoleBinding
|
V1RoleBinding |
RbacAuthorizationV1Api.patchNamespacedRoleBinding(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.patchNamespacedRoleBindingAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1alpha1RoleBinding> _callback)
(asynchronously) partially update the specified RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.patchNamespacedRoleBindingAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1RoleBinding> _callback)
(asynchronously) partially update the specified RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1Api.patchNamespacedRoleBindingAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1RoleBinding> _callback)
(asynchronously) partially update the specified RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.patchNamespacedRoleBindingCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.patchNamespacedRoleBindingCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1Api.patchNamespacedRoleBindingCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedRoleBinding
|
ApiResponse<V1alpha1RoleBinding> |
RbacAuthorizationV1alpha1Api.patchNamespacedRoleBindingWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified RoleBinding
|
ApiResponse<V1beta1RoleBinding> |
RbacAuthorizationV1beta1Api.patchNamespacedRoleBindingWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified RoleBinding
|
ApiResponse<V1RoleBinding> |
RbacAuthorizationV1Api.patchNamespacedRoleBindingWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.patchNamespacedRoleCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedRole
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.patchNamespacedRoleCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedRole
|
okhttp3.Call |
RbacAuthorizationV1Api.patchNamespacedRoleCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedRole
|
ApiResponse<V1alpha1Role> |
RbacAuthorizationV1alpha1Api.patchNamespacedRoleWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Role
|
ApiResponse<V1beta1Role> |
RbacAuthorizationV1beta1Api.patchNamespacedRoleWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Role
|
ApiResponse<V1Role> |
RbacAuthorizationV1Api.patchNamespacedRoleWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Role
|
V1Secret |
CoreV1Api.patchNamespacedSecret(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Secret
|
okhttp3.Call |
CoreV1Api.patchNamespacedSecretAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Secret> _callback)
(asynchronously) partially update the specified Secret
|
okhttp3.Call |
CoreV1Api.patchNamespacedSecretCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedSecret
|
ApiResponse<V1Secret> |
CoreV1Api.patchNamespacedSecretWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Secret
|
V1Service |
CoreV1Api.patchNamespacedService(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Service
|
V1ServiceAccount |
CoreV1Api.patchNamespacedServiceAccount(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ServiceAccount
|
okhttp3.Call |
CoreV1Api.patchNamespacedServiceAccountAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1ServiceAccount> _callback)
(asynchronously) partially update the specified ServiceAccount
|
okhttp3.Call |
CoreV1Api.patchNamespacedServiceAccountCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedServiceAccount
|
ApiResponse<V1ServiceAccount> |
CoreV1Api.patchNamespacedServiceAccountWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ServiceAccount
|
okhttp3.Call |
CoreV1Api.patchNamespacedServiceAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Service> _callback)
(asynchronously) partially update the specified Service
|
okhttp3.Call |
CoreV1Api.patchNamespacedServiceCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedService
|
V1Service |
CoreV1Api.patchNamespacedServiceStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified Service
|
okhttp3.Call |
CoreV1Api.patchNamespacedServiceStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Service> _callback)
(asynchronously) partially update status of the specified Service
|
okhttp3.Call |
CoreV1Api.patchNamespacedServiceStatusCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedServiceStatus
|
ApiResponse<V1Service> |
CoreV1Api.patchNamespacedServiceStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified Service
|
ApiResponse<V1Service> |
CoreV1Api.patchNamespacedServiceWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Service
|
V1StatefulSet |
AppsV1Api.patchNamespacedStatefulSet(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified StatefulSet
|
okhttp3.Call |
AppsV1Api.patchNamespacedStatefulSetAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1StatefulSet> _callback)
(asynchronously) partially update the specified StatefulSet
|
okhttp3.Call |
AppsV1Api.patchNamespacedStatefulSetCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedStatefulSet
|
V1Scale |
AppsV1Api.patchNamespacedStatefulSetScale(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update scale of the specified StatefulSet
|
okhttp3.Call |
AppsV1Api.patchNamespacedStatefulSetScaleAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Scale> _callback)
(asynchronously) partially update scale of the specified StatefulSet
|
okhttp3.Call |
AppsV1Api.patchNamespacedStatefulSetScaleCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedStatefulSetScale
|
ApiResponse<V1Scale> |
AppsV1Api.patchNamespacedStatefulSetScaleWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update scale of the specified StatefulSet
|
V1StatefulSet |
AppsV1Api.patchNamespacedStatefulSetStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified StatefulSet
|
okhttp3.Call |
AppsV1Api.patchNamespacedStatefulSetStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1StatefulSet> _callback)
(asynchronously) partially update status of the specified StatefulSet
|
okhttp3.Call |
AppsV1Api.patchNamespacedStatefulSetStatusCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedStatefulSetStatus
|
ApiResponse<V1StatefulSet> |
AppsV1Api.patchNamespacedStatefulSetStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified StatefulSet
|
ApiResponse<V1StatefulSet> |
AppsV1Api.patchNamespacedStatefulSetWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified StatefulSet
|
V1Namespace |
CoreV1Api.patchNamespaceStatus(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified Namespace
|
okhttp3.Call |
CoreV1Api.patchNamespaceStatusAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Namespace> _callback)
(asynchronously) partially update status of the specified Namespace
|
okhttp3.Call |
CoreV1Api.patchNamespaceStatusCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespaceStatus
|
ApiResponse<V1Namespace> |
CoreV1Api.patchNamespaceStatusWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified Namespace
|
ApiResponse<V1Namespace> |
CoreV1Api.patchNamespaceWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Namespace
|
V1Node |
CoreV1Api.patchNode(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Node
|
okhttp3.Call |
CoreV1Api.patchNodeAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Node> _callback)
(asynchronously) partially update the specified Node
|
okhttp3.Call |
CoreV1Api.patchNodeCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNode
|
V1Node |
CoreV1Api.patchNodeStatus(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified Node
|
okhttp3.Call |
CoreV1Api.patchNodeStatusAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Node> _callback)
(asynchronously) partially update status of the specified Node
|
okhttp3.Call |
CoreV1Api.patchNodeStatusCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNodeStatus
|
ApiResponse<V1Node> |
CoreV1Api.patchNodeStatusWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified Node
|
ApiResponse<V1Node> |
CoreV1Api.patchNodeWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Node
|
V1PersistentVolume |
CoreV1Api.patchPersistentVolume(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified PersistentVolume
|
okhttp3.Call |
CoreV1Api.patchPersistentVolumeAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1PersistentVolume> _callback)
(asynchronously) partially update the specified PersistentVolume
|
okhttp3.Call |
CoreV1Api.patchPersistentVolumeCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchPersistentVolume
|
V1PersistentVolume |
CoreV1Api.patchPersistentVolumeStatus(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified PersistentVolume
|
okhttp3.Call |
CoreV1Api.patchPersistentVolumeStatusAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1PersistentVolume> _callback)
(asynchronously) partially update status of the specified PersistentVolume
|
okhttp3.Call |
CoreV1Api.patchPersistentVolumeStatusCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchPersistentVolumeStatus
|
ApiResponse<V1PersistentVolume> |
CoreV1Api.patchPersistentVolumeStatusWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified PersistentVolume
|
ApiResponse<V1PersistentVolume> |
CoreV1Api.patchPersistentVolumeWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified PersistentVolume
|
V1beta1PodSecurityPolicy |
PolicyV1beta1Api.patchPodSecurityPolicy(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified PodSecurityPolicy
|
okhttp3.Call |
PolicyV1beta1Api.patchPodSecurityPolicyAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1PodSecurityPolicy> _callback)
(asynchronously) partially update the specified PodSecurityPolicy
|
okhttp3.Call |
PolicyV1beta1Api.patchPodSecurityPolicyCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchPodSecurityPolicy
|
ApiResponse<V1beta1PodSecurityPolicy> |
PolicyV1beta1Api.patchPodSecurityPolicyWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified PodSecurityPolicy
|
V1beta1PriorityClass |
SchedulingV1beta1Api.patchPriorityClass(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified PriorityClass
|
V1PriorityClass |
SchedulingV1Api.patchPriorityClass(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified PriorityClass
|
V1alpha1PriorityClass |
SchedulingV1alpha1Api.patchPriorityClass(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified PriorityClass
|
okhttp3.Call |
SchedulingV1alpha1Api.patchPriorityClassAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1alpha1PriorityClass> _callback)
(asynchronously) partially update the specified PriorityClass
|
okhttp3.Call |
SchedulingV1beta1Api.patchPriorityClassAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1PriorityClass> _callback)
(asynchronously) partially update the specified PriorityClass
|
okhttp3.Call |
SchedulingV1Api.patchPriorityClassAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1PriorityClass> _callback)
(asynchronously) partially update the specified PriorityClass
|
okhttp3.Call |
SchedulingV1beta1Api.patchPriorityClassCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchPriorityClass
|
okhttp3.Call |
SchedulingV1Api.patchPriorityClassCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchPriorityClass
|
okhttp3.Call |
SchedulingV1alpha1Api.patchPriorityClassCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchPriorityClass
|
ApiResponse<V1beta1PriorityClass> |
SchedulingV1beta1Api.patchPriorityClassWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified PriorityClass
|
ApiResponse<V1PriorityClass> |
SchedulingV1Api.patchPriorityClassWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified PriorityClass
|
ApiResponse<V1alpha1PriorityClass> |
SchedulingV1alpha1Api.patchPriorityClassWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified PriorityClass
|
V1alpha1PriorityLevelConfiguration |
FlowcontrolApiserverV1alpha1Api.patchPriorityLevelConfiguration(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified PriorityLevelConfiguration
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.patchPriorityLevelConfigurationAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1alpha1PriorityLevelConfiguration> _callback)
(asynchronously) partially update the specified PriorityLevelConfiguration
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.patchPriorityLevelConfigurationCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchPriorityLevelConfiguration
|
V1alpha1PriorityLevelConfiguration |
FlowcontrolApiserverV1alpha1Api.patchPriorityLevelConfigurationStatus(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified PriorityLevelConfiguration
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.patchPriorityLevelConfigurationStatusAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1alpha1PriorityLevelConfiguration> _callback)
(asynchronously) partially update status of the specified PriorityLevelConfiguration
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.patchPriorityLevelConfigurationStatusCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchPriorityLevelConfigurationStatus
|
ApiResponse<V1alpha1PriorityLevelConfiguration> |
FlowcontrolApiserverV1alpha1Api.patchPriorityLevelConfigurationStatusWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified PriorityLevelConfiguration
|
ApiResponse<V1alpha1PriorityLevelConfiguration> |
FlowcontrolApiserverV1alpha1Api.patchPriorityLevelConfigurationWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified PriorityLevelConfiguration
|
V1alpha1RuntimeClass |
NodeV1alpha1Api.patchRuntimeClass(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified RuntimeClass
|
V1beta1RuntimeClass |
NodeV1beta1Api.patchRuntimeClass(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified RuntimeClass
|
okhttp3.Call |
NodeV1alpha1Api.patchRuntimeClassAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1alpha1RuntimeClass> _callback)
(asynchronously) partially update the specified RuntimeClass
|
okhttp3.Call |
NodeV1beta1Api.patchRuntimeClassAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1RuntimeClass> _callback)
(asynchronously) partially update the specified RuntimeClass
|
okhttp3.Call |
NodeV1alpha1Api.patchRuntimeClassCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchRuntimeClass
|
okhttp3.Call |
NodeV1beta1Api.patchRuntimeClassCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchRuntimeClass
|
ApiResponse<V1alpha1RuntimeClass> |
NodeV1alpha1Api.patchRuntimeClassWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified RuntimeClass
|
ApiResponse<V1beta1RuntimeClass> |
NodeV1beta1Api.patchRuntimeClassWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified RuntimeClass
|
V1StorageClass |
StorageV1Api.patchStorageClass(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified StorageClass
|
V1beta1StorageClass |
StorageV1beta1Api.patchStorageClass(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified StorageClass
|
okhttp3.Call |
StorageV1beta1Api.patchStorageClassAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1StorageClass> _callback)
(asynchronously) partially update the specified StorageClass
|
okhttp3.Call |
StorageV1Api.patchStorageClassAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1StorageClass> _callback)
(asynchronously) partially update the specified StorageClass
|
okhttp3.Call |
StorageV1Api.patchStorageClassCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchStorageClass
|
okhttp3.Call |
StorageV1beta1Api.patchStorageClassCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchStorageClass
|
ApiResponse<V1StorageClass> |
StorageV1Api.patchStorageClassWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified StorageClass
|
ApiResponse<V1beta1StorageClass> |
StorageV1beta1Api.patchStorageClassWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified StorageClass
|
V1beta1ValidatingWebhookConfiguration |
AdmissionregistrationV1beta1Api.patchValidatingWebhookConfiguration(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ValidatingWebhookConfiguration
|
V1ValidatingWebhookConfiguration |
AdmissionregistrationV1Api.patchValidatingWebhookConfiguration(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ValidatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1beta1Api.patchValidatingWebhookConfigurationAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1ValidatingWebhookConfiguration> _callback)
(asynchronously) partially update the specified ValidatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1Api.patchValidatingWebhookConfigurationAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1ValidatingWebhookConfiguration> _callback)
(asynchronously) partially update the specified ValidatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1beta1Api.patchValidatingWebhookConfigurationCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchValidatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1Api.patchValidatingWebhookConfigurationCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchValidatingWebhookConfiguration
|
ApiResponse<V1beta1ValidatingWebhookConfiguration> |
AdmissionregistrationV1beta1Api.patchValidatingWebhookConfigurationWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ValidatingWebhookConfiguration
|
ApiResponse<V1ValidatingWebhookConfiguration> |
AdmissionregistrationV1Api.patchValidatingWebhookConfigurationWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ValidatingWebhookConfiguration
|
V1alpha1VolumeAttachment |
StorageV1alpha1Api.patchVolumeAttachment(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified VolumeAttachment
|
V1VolumeAttachment |
StorageV1Api.patchVolumeAttachment(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified VolumeAttachment
|
V1beta1VolumeAttachment |
StorageV1beta1Api.patchVolumeAttachment(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified VolumeAttachment
|
okhttp3.Call |
StorageV1alpha1Api.patchVolumeAttachmentAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1alpha1VolumeAttachment> _callback)
(asynchronously) partially update the specified VolumeAttachment
|
okhttp3.Call |
StorageV1beta1Api.patchVolumeAttachmentAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1VolumeAttachment> _callback)
(asynchronously) partially update the specified VolumeAttachment
|
okhttp3.Call |
StorageV1Api.patchVolumeAttachmentAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1VolumeAttachment> _callback)
(asynchronously) partially update the specified VolumeAttachment
|
okhttp3.Call |
StorageV1alpha1Api.patchVolumeAttachmentCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchVolumeAttachment
|
okhttp3.Call |
StorageV1Api.patchVolumeAttachmentCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchVolumeAttachment
|
okhttp3.Call |
StorageV1beta1Api.patchVolumeAttachmentCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchVolumeAttachment
|
V1VolumeAttachment |
StorageV1Api.patchVolumeAttachmentStatus(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified VolumeAttachment
|
okhttp3.Call |
StorageV1Api.patchVolumeAttachmentStatusAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1VolumeAttachment> _callback)
(asynchronously) partially update status of the specified VolumeAttachment
|
okhttp3.Call |
StorageV1Api.patchVolumeAttachmentStatusCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchVolumeAttachmentStatus
|
ApiResponse<V1VolumeAttachment> |
StorageV1Api.patchVolumeAttachmentStatusWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified VolumeAttachment
|
ApiResponse<V1alpha1VolumeAttachment> |
StorageV1alpha1Api.patchVolumeAttachmentWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified VolumeAttachment
|
ApiResponse<V1VolumeAttachment> |
StorageV1Api.patchVolumeAttachmentWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified VolumeAttachment
|
ApiResponse<V1beta1VolumeAttachment> |
StorageV1beta1Api.patchVolumeAttachmentWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified VolumeAttachment
|
Copyright © 2020. All rights reserved.