Package kubevirt.io
Class KubevirtApi
- java.lang.Object
-
- kubevirt.io.KubevirtApi
-
public class KubevirtApi extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description KubevirtApi()
KubevirtApi(io.kubernetes.client.ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkHealth()
Health endpointcom.squareup.okhttp.Call
checkHealthAsync(io.kubernetes.client.ApiCallback<java.lang.Void> callback)
Health endpoint (asynchronously)com.squareup.okhttp.Call
checkHealthCall(io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for checkHealthio.kubernetes.client.ApiResponse<java.lang.Void>
checkHealthWithHttpInfo()
Health endpointvoid
console(java.lang.String namespace, java.lang.String name)
Open a websocket connection to a serial console on the specified VirtualMachineInstance.com.squareup.okhttp.Call
consoleAsync(java.lang.String namespace, java.lang.String name, io.kubernetes.client.ApiCallback<java.lang.Void> callback)
Open a websocket connection to a serial console on the specified VirtualMachineInstance.com.squareup.okhttp.Call
consoleCall(java.lang.String namespace, java.lang.String name, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for consoleio.kubernetes.client.ApiResponse<java.lang.Void>
consoleWithHttpInfo(java.lang.String namespace, java.lang.String name)
Open a websocket connection to a serial console on the specified VirtualMachineInstance.V1VirtualMachine
createNamespacedVirtualMachine(V1VirtualMachine body, java.lang.String namespace)
Create a VirtualMachine object.com.squareup.okhttp.Call
createNamespacedVirtualMachineAsync(V1VirtualMachine body, java.lang.String namespace, io.kubernetes.client.ApiCallback<V1VirtualMachine> callback)
Create a VirtualMachine object.com.squareup.okhttp.Call
createNamespacedVirtualMachineCall(V1VirtualMachine body, java.lang.String namespace, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedVirtualMachineV1VirtualMachineInstance
createNamespacedVirtualMachineInstance(V1VirtualMachineInstance body, java.lang.String namespace)
Create a VirtualMachineInstance object.com.squareup.okhttp.Call
createNamespacedVirtualMachineInstanceAsync(V1VirtualMachineInstance body, java.lang.String namespace, io.kubernetes.client.ApiCallback<V1VirtualMachineInstance> callback)
Create a VirtualMachineInstance object.com.squareup.okhttp.Call
createNamespacedVirtualMachineInstanceCall(V1VirtualMachineInstance body, java.lang.String namespace, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedVirtualMachineInstanceV1VirtualMachineInstanceMigration
createNamespacedVirtualMachineInstanceMigration(V1VirtualMachineInstanceMigration body, java.lang.String namespace)
Create a VirtualMachineInstanceMigration object.com.squareup.okhttp.Call
createNamespacedVirtualMachineInstanceMigrationAsync(V1VirtualMachineInstanceMigration body, java.lang.String namespace, io.kubernetes.client.ApiCallback<V1VirtualMachineInstanceMigration> callback)
Create a VirtualMachineInstanceMigration object.com.squareup.okhttp.Call
createNamespacedVirtualMachineInstanceMigrationCall(V1VirtualMachineInstanceMigration body, java.lang.String namespace, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedVirtualMachineInstanceMigrationio.kubernetes.client.ApiResponse<V1VirtualMachineInstanceMigration>
createNamespacedVirtualMachineInstanceMigrationWithHttpInfo(V1VirtualMachineInstanceMigration body, java.lang.String namespace)
Create a VirtualMachineInstanceMigration object.V1VirtualMachineInstancePreset
createNamespacedVirtualMachineInstancePreset(V1VirtualMachineInstancePreset body, java.lang.String namespace)
Create a VirtualMachineInstancePreset object.com.squareup.okhttp.Call
createNamespacedVirtualMachineInstancePresetAsync(V1VirtualMachineInstancePreset body, java.lang.String namespace, io.kubernetes.client.ApiCallback<V1VirtualMachineInstancePreset> callback)
Create a VirtualMachineInstancePreset object.com.squareup.okhttp.Call
createNamespacedVirtualMachineInstancePresetCall(V1VirtualMachineInstancePreset body, java.lang.String namespace, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedVirtualMachineInstancePresetio.kubernetes.client.ApiResponse<V1VirtualMachineInstancePreset>
createNamespacedVirtualMachineInstancePresetWithHttpInfo(V1VirtualMachineInstancePreset body, java.lang.String namespace)
Create a VirtualMachineInstancePreset object.V1VirtualMachineInstanceReplicaSet
createNamespacedVirtualMachineInstanceReplicaSet(V1VirtualMachineInstanceReplicaSet body, java.lang.String namespace)
Create a VirtualMachineInstanceReplicaSet object.com.squareup.okhttp.Call
createNamespacedVirtualMachineInstanceReplicaSetAsync(V1VirtualMachineInstanceReplicaSet body, java.lang.String namespace, io.kubernetes.client.ApiCallback<V1VirtualMachineInstanceReplicaSet> callback)
Create a VirtualMachineInstanceReplicaSet object.com.squareup.okhttp.Call
createNamespacedVirtualMachineInstanceReplicaSetCall(V1VirtualMachineInstanceReplicaSet body, java.lang.String namespace, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedVirtualMachineInstanceReplicaSetio.kubernetes.client.ApiResponse<V1VirtualMachineInstanceReplicaSet>
createNamespacedVirtualMachineInstanceReplicaSetWithHttpInfo(V1VirtualMachineInstanceReplicaSet body, java.lang.String namespace)
Create a VirtualMachineInstanceReplicaSet object.io.kubernetes.client.ApiResponse<V1VirtualMachineInstance>
createNamespacedVirtualMachineInstanceWithHttpInfo(V1VirtualMachineInstance body, java.lang.String namespace)
Create a VirtualMachineInstance object.io.kubernetes.client.ApiResponse<V1VirtualMachine>
createNamespacedVirtualMachineWithHttpInfo(V1VirtualMachine body, java.lang.String namespace)
Create a VirtualMachine object.V1Status
deleteCollectionNamespacedVirtualMachine(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Delete a collection of VirtualMachine objects.com.squareup.okhttp.Call
deleteCollectionNamespacedVirtualMachineAsync(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1Status> callback)
Delete a collection of VirtualMachine objects.com.squareup.okhttp.Call
deleteCollectionNamespacedVirtualMachineCall(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNamespacedVirtualMachineV1Status
deleteCollectionNamespacedVirtualMachineInstance(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Delete a collection of VirtualMachineInstance objects.com.squareup.okhttp.Call
deleteCollectionNamespacedVirtualMachineInstanceAsync(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1Status> callback)
Delete a collection of VirtualMachineInstance objects.com.squareup.okhttp.Call
deleteCollectionNamespacedVirtualMachineInstanceCall(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNamespacedVirtualMachineInstanceV1Status
deleteCollectionNamespacedVirtualMachineInstanceMigration(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Delete a collection of VirtualMachineInstanceMigration objects.com.squareup.okhttp.Call
deleteCollectionNamespacedVirtualMachineInstanceMigrationAsync(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1Status> callback)
Delete a collection of VirtualMachineInstanceMigration objects.com.squareup.okhttp.Call
deleteCollectionNamespacedVirtualMachineInstanceMigrationCall(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNamespacedVirtualMachineInstanceMigrationio.kubernetes.client.ApiResponse<V1Status>
deleteCollectionNamespacedVirtualMachineInstanceMigrationWithHttpInfo(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Delete a collection of VirtualMachineInstanceMigration objects.V1Status
deleteCollectionNamespacedVirtualMachineInstancePreset(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Delete a collection of VirtualMachineInstancePreset objects.com.squareup.okhttp.Call
deleteCollectionNamespacedVirtualMachineInstancePresetAsync(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1Status> callback)
Delete a collection of VirtualMachineInstancePreset objects.com.squareup.okhttp.Call
deleteCollectionNamespacedVirtualMachineInstancePresetCall(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNamespacedVirtualMachineInstancePresetio.kubernetes.client.ApiResponse<V1Status>
deleteCollectionNamespacedVirtualMachineInstancePresetWithHttpInfo(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Delete a collection of VirtualMachineInstancePreset objects.V1Status
deleteCollectionNamespacedVirtualMachineInstanceReplicaSet(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Delete a collection of VirtualMachineInstanceReplicaSet objects.com.squareup.okhttp.Call
deleteCollectionNamespacedVirtualMachineInstanceReplicaSetAsync(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1Status> callback)
Delete a collection of VirtualMachineInstanceReplicaSet objects.com.squareup.okhttp.Call
deleteCollectionNamespacedVirtualMachineInstanceReplicaSetCall(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNamespacedVirtualMachineInstanceReplicaSetio.kubernetes.client.ApiResponse<V1Status>
deleteCollectionNamespacedVirtualMachineInstanceReplicaSetWithHttpInfo(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Delete a collection of VirtualMachineInstanceReplicaSet objects.io.kubernetes.client.ApiResponse<V1Status>
deleteCollectionNamespacedVirtualMachineInstanceWithHttpInfo(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Delete a collection of VirtualMachineInstance objects.io.kubernetes.client.ApiResponse<V1Status>
deleteCollectionNamespacedVirtualMachineWithHttpInfo(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Delete a collection of VirtualMachine objects.V1Status
deleteNamespacedVirtualMachine(V1DeleteOptions body, java.lang.String namespace, java.lang.String name, java.lang.Integer gracePeriodSeconds, java.lang.Boolean orphanDependents, java.lang.String propagationPolicy)
Delete a VirtualMachine object.com.squareup.okhttp.Call
deleteNamespacedVirtualMachineAsync(V1DeleteOptions body, java.lang.String namespace, java.lang.String name, java.lang.Integer gracePeriodSeconds, java.lang.Boolean orphanDependents, java.lang.String propagationPolicy, io.kubernetes.client.ApiCallback<V1Status> callback)
Delete a VirtualMachine object.com.squareup.okhttp.Call
deleteNamespacedVirtualMachineCall(V1DeleteOptions body, java.lang.String namespace, java.lang.String name, java.lang.Integer gracePeriodSeconds, java.lang.Boolean orphanDependents, java.lang.String propagationPolicy, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedVirtualMachineV1Status
deleteNamespacedVirtualMachineInstance(V1DeleteOptions body, java.lang.String namespace, java.lang.String name, java.lang.Integer gracePeriodSeconds, java.lang.Boolean orphanDependents, java.lang.String propagationPolicy)
Delete a VirtualMachineInstance object.com.squareup.okhttp.Call
deleteNamespacedVirtualMachineInstanceAsync(V1DeleteOptions body, java.lang.String namespace, java.lang.String name, java.lang.Integer gracePeriodSeconds, java.lang.Boolean orphanDependents, java.lang.String propagationPolicy, io.kubernetes.client.ApiCallback<V1Status> callback)
Delete a VirtualMachineInstance object.com.squareup.okhttp.Call
deleteNamespacedVirtualMachineInstanceCall(V1DeleteOptions body, java.lang.String namespace, java.lang.String name, java.lang.Integer gracePeriodSeconds, java.lang.Boolean orphanDependents, java.lang.String propagationPolicy, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedVirtualMachineInstanceV1Status
deleteNamespacedVirtualMachineInstanceMigration(V1DeleteOptions body, java.lang.String namespace, java.lang.String name, java.lang.Integer gracePeriodSeconds, java.lang.Boolean orphanDependents, java.lang.String propagationPolicy)
Delete a VirtualMachineInstanceMigration object.com.squareup.okhttp.Call
deleteNamespacedVirtualMachineInstanceMigrationAsync(V1DeleteOptions body, java.lang.String namespace, java.lang.String name, java.lang.Integer gracePeriodSeconds, java.lang.Boolean orphanDependents, java.lang.String propagationPolicy, io.kubernetes.client.ApiCallback<V1Status> callback)
Delete a VirtualMachineInstanceMigration object.com.squareup.okhttp.Call
deleteNamespacedVirtualMachineInstanceMigrationCall(V1DeleteOptions body, java.lang.String namespace, java.lang.String name, java.lang.Integer gracePeriodSeconds, java.lang.Boolean orphanDependents, java.lang.String propagationPolicy, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedVirtualMachineInstanceMigrationio.kubernetes.client.ApiResponse<V1Status>
deleteNamespacedVirtualMachineInstanceMigrationWithHttpInfo(V1DeleteOptions body, java.lang.String namespace, java.lang.String name, java.lang.Integer gracePeriodSeconds, java.lang.Boolean orphanDependents, java.lang.String propagationPolicy)
Delete a VirtualMachineInstanceMigration object.V1Status
deleteNamespacedVirtualMachineInstancePreset(V1DeleteOptions body, java.lang.String namespace, java.lang.String name, java.lang.Integer gracePeriodSeconds, java.lang.Boolean orphanDependents, java.lang.String propagationPolicy)
Delete a VirtualMachineInstancePreset object.com.squareup.okhttp.Call
deleteNamespacedVirtualMachineInstancePresetAsync(V1DeleteOptions body, java.lang.String namespace, java.lang.String name, java.lang.Integer gracePeriodSeconds, java.lang.Boolean orphanDependents, java.lang.String propagationPolicy, io.kubernetes.client.ApiCallback<V1Status> callback)
Delete a VirtualMachineInstancePreset object.com.squareup.okhttp.Call
deleteNamespacedVirtualMachineInstancePresetCall(V1DeleteOptions body, java.lang.String namespace, java.lang.String name, java.lang.Integer gracePeriodSeconds, java.lang.Boolean orphanDependents, java.lang.String propagationPolicy, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedVirtualMachineInstancePresetio.kubernetes.client.ApiResponse<V1Status>
deleteNamespacedVirtualMachineInstancePresetWithHttpInfo(V1DeleteOptions body, java.lang.String namespace, java.lang.String name, java.lang.Integer gracePeriodSeconds, java.lang.Boolean orphanDependents, java.lang.String propagationPolicy)
Delete a VirtualMachineInstancePreset object.V1Status
deleteNamespacedVirtualMachineInstanceReplicaSet(V1DeleteOptions body, java.lang.String namespace, java.lang.String name, java.lang.Integer gracePeriodSeconds, java.lang.Boolean orphanDependents, java.lang.String propagationPolicy)
Delete a VirtualMachineInstanceReplicaSet object.com.squareup.okhttp.Call
deleteNamespacedVirtualMachineInstanceReplicaSetAsync(V1DeleteOptions body, java.lang.String namespace, java.lang.String name, java.lang.Integer gracePeriodSeconds, java.lang.Boolean orphanDependents, java.lang.String propagationPolicy, io.kubernetes.client.ApiCallback<V1Status> callback)
Delete a VirtualMachineInstanceReplicaSet object.com.squareup.okhttp.Call
deleteNamespacedVirtualMachineInstanceReplicaSetCall(V1DeleteOptions body, java.lang.String namespace, java.lang.String name, java.lang.Integer gracePeriodSeconds, java.lang.Boolean orphanDependents, java.lang.String propagationPolicy, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedVirtualMachineInstanceReplicaSetio.kubernetes.client.ApiResponse<V1Status>
deleteNamespacedVirtualMachineInstanceReplicaSetWithHttpInfo(V1DeleteOptions body, java.lang.String namespace, java.lang.String name, java.lang.Integer gracePeriodSeconds, java.lang.Boolean orphanDependents, java.lang.String propagationPolicy)
Delete a VirtualMachineInstanceReplicaSet object.io.kubernetes.client.ApiResponse<V1Status>
deleteNamespacedVirtualMachineInstanceWithHttpInfo(V1DeleteOptions body, java.lang.String namespace, java.lang.String name, java.lang.Integer gracePeriodSeconds, java.lang.Boolean orphanDependents, java.lang.String propagationPolicy)
Delete a VirtualMachineInstance object.io.kubernetes.client.ApiResponse<V1Status>
deleteNamespacedVirtualMachineWithHttpInfo(V1DeleteOptions body, java.lang.String namespace, java.lang.String name, java.lang.Integer gracePeriodSeconds, java.lang.Boolean orphanDependents, java.lang.String propagationPolicy)
Delete a VirtualMachine object.void
func7()
com.squareup.okhttp.Call
func7Async(io.kubernetes.client.ApiCallback<java.lang.Void> callback)
(asynchronously)com.squareup.okhttp.Call
func7Call(io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for func7io.kubernetes.client.ApiResponse<java.lang.Void>
func7WithHttpInfo()
io.kubernetes.client.ApiClient
getApiClient()
V1APIGroup
getAPIGroup()
Get a KubeVirt API groupV1APIGroup
getAPIGroup_0()
Get a KubeVirt API Groupcom.squareup.okhttp.Call
getAPIGroup_0Async(io.kubernetes.client.ApiCallback<V1APIGroup> callback)
Get a KubeVirt API Group (asynchronously)com.squareup.okhttp.Call
getAPIGroup_0Call(io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIGroup_0io.kubernetes.client.ApiResponse<V1APIGroup>
getAPIGroup_0WithHttpInfo()
Get a KubeVirt API Groupcom.squareup.okhttp.Call
getAPIGroupAsync(io.kubernetes.client.ApiCallback<V1APIGroup> callback)
Get a KubeVirt API group (asynchronously)com.squareup.okhttp.Call
getAPIGroupCall(io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIGroupV1APIGroupList
getAPIGroupList()
Get a KubeVirt API GroupListcom.squareup.okhttp.Call
getAPIGroupListAsync(io.kubernetes.client.ApiCallback<V1APIGroupList> callback)
Get a KubeVirt API GroupList (asynchronously)com.squareup.okhttp.Call
getAPIGroupListCall(io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIGroupListio.kubernetes.client.ApiResponse<V1APIGroupList>
getAPIGroupListWithHttpInfo()
Get a KubeVirt API GroupListio.kubernetes.client.ApiResponse<V1APIGroup>
getAPIGroupWithHttpInfo()
Get a KubeVirt API groupV1APIResourceList
getAPIResources()
Get KubeVirt API ResourcesV1APIResourceList
getAPIResources_0()
Get a KubeVirt API resourcescom.squareup.okhttp.Call
getAPIResources_0Async(io.kubernetes.client.ApiCallback<V1APIResourceList> callback)
Get a KubeVirt API resources (asynchronously)com.squareup.okhttp.Call
getAPIResources_0Call(io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIResources_0io.kubernetes.client.ApiResponse<V1APIResourceList>
getAPIResources_0WithHttpInfo()
Get a KubeVirt API resourcescom.squareup.okhttp.Call
getAPIResourcesAsync(io.kubernetes.client.ApiCallback<V1APIResourceList> callback)
Get KubeVirt API Resources (asynchronously)com.squareup.okhttp.Call
getAPIResourcesCall(io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIResourcesio.kubernetes.client.ApiResponse<V1APIResourceList>
getAPIResourcesWithHttpInfo()
Get KubeVirt API ResourcesV1VirtualMachineList
listNamespacedVirtualMachine(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Get a list of VirtualMachine objects.com.squareup.okhttp.Call
listNamespacedVirtualMachineAsync(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1VirtualMachineList> callback)
Get a list of VirtualMachine objects.com.squareup.okhttp.Call
listNamespacedVirtualMachineCall(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedVirtualMachineV1VirtualMachineInstanceList
listNamespacedVirtualMachineInstance(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Get a list of VirtualMachineInstance objects.com.squareup.okhttp.Call
listNamespacedVirtualMachineInstanceAsync(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1VirtualMachineInstanceList> callback)
Get a list of VirtualMachineInstance objects.com.squareup.okhttp.Call
listNamespacedVirtualMachineInstanceCall(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedVirtualMachineInstanceV1VirtualMachineInstanceMigrationList
listNamespacedVirtualMachineInstanceMigration(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Get a list of VirtualMachineInstanceMigration objects.com.squareup.okhttp.Call
listNamespacedVirtualMachineInstanceMigrationAsync(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1VirtualMachineInstanceMigrationList> callback)
Get a list of VirtualMachineInstanceMigration objects.com.squareup.okhttp.Call
listNamespacedVirtualMachineInstanceMigrationCall(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedVirtualMachineInstanceMigrationio.kubernetes.client.ApiResponse<V1VirtualMachineInstanceMigrationList>
listNamespacedVirtualMachineInstanceMigrationWithHttpInfo(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Get a list of VirtualMachineInstanceMigration objects.V1VirtualMachineInstancePresetList
listNamespacedVirtualMachineInstancePreset(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Get a list of VirtualMachineInstancePreset objects.com.squareup.okhttp.Call
listNamespacedVirtualMachineInstancePresetAsync(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1VirtualMachineInstancePresetList> callback)
Get a list of VirtualMachineInstancePreset objects.com.squareup.okhttp.Call
listNamespacedVirtualMachineInstancePresetCall(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedVirtualMachineInstancePresetio.kubernetes.client.ApiResponse<V1VirtualMachineInstancePresetList>
listNamespacedVirtualMachineInstancePresetWithHttpInfo(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Get a list of VirtualMachineInstancePreset objects.V1VirtualMachineInstanceReplicaSetList
listNamespacedVirtualMachineInstanceReplicaSet(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Get a list of VirtualMachineInstanceReplicaSet objects.com.squareup.okhttp.Call
listNamespacedVirtualMachineInstanceReplicaSetAsync(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1VirtualMachineInstanceReplicaSetList> callback)
Get a list of VirtualMachineInstanceReplicaSet objects.com.squareup.okhttp.Call
listNamespacedVirtualMachineInstanceReplicaSetCall(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedVirtualMachineInstanceReplicaSetio.kubernetes.client.ApiResponse<V1VirtualMachineInstanceReplicaSetList>
listNamespacedVirtualMachineInstanceReplicaSetWithHttpInfo(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Get a list of VirtualMachineInstanceReplicaSet objects.io.kubernetes.client.ApiResponse<V1VirtualMachineInstanceList>
listNamespacedVirtualMachineInstanceWithHttpInfo(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Get a list of VirtualMachineInstance objects.io.kubernetes.client.ApiResponse<V1VirtualMachineList>
listNamespacedVirtualMachineWithHttpInfo(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Get a list of VirtualMachine objects.V1VirtualMachineList
listVirtualMachineForAllNamespaces(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Get a list of all VirtualMachine objects.com.squareup.okhttp.Call
listVirtualMachineForAllNamespacesAsync(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1VirtualMachineList> callback)
Get a list of all VirtualMachine objects.com.squareup.okhttp.Call
listVirtualMachineForAllNamespacesCall(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listVirtualMachineForAllNamespacesio.kubernetes.client.ApiResponse<V1VirtualMachineList>
listVirtualMachineForAllNamespacesWithHttpInfo(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Get a list of all VirtualMachine objects.V1VirtualMachineInstanceList
listVirtualMachineInstanceForAllNamespaces(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Get a list of all VirtualMachineInstance objects.com.squareup.okhttp.Call
listVirtualMachineInstanceForAllNamespacesAsync(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1VirtualMachineInstanceList> callback)
Get a list of all VirtualMachineInstance objects.com.squareup.okhttp.Call
listVirtualMachineInstanceForAllNamespacesCall(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listVirtualMachineInstanceForAllNamespacesio.kubernetes.client.ApiResponse<V1VirtualMachineInstanceList>
listVirtualMachineInstanceForAllNamespacesWithHttpInfo(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Get a list of all VirtualMachineInstance objects.V1VirtualMachineInstanceMigrationList
listVirtualMachineInstanceMigrationForAllNamespaces(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Get a list of all VirtualMachineInstanceMigration objects.com.squareup.okhttp.Call
listVirtualMachineInstanceMigrationForAllNamespacesAsync(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1VirtualMachineInstanceMigrationList> callback)
Get a list of all VirtualMachineInstanceMigration objects.com.squareup.okhttp.Call
listVirtualMachineInstanceMigrationForAllNamespacesCall(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listVirtualMachineInstanceMigrationForAllNamespacesio.kubernetes.client.ApiResponse<V1VirtualMachineInstanceMigrationList>
listVirtualMachineInstanceMigrationForAllNamespacesWithHttpInfo(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Get a list of all VirtualMachineInstanceMigration objects.V1VirtualMachineInstancePresetList
listVirtualMachineInstancePresetForAllNamespaces(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Get a list of all VirtualMachineInstancePreset objects.com.squareup.okhttp.Call
listVirtualMachineInstancePresetForAllNamespacesAsync(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1VirtualMachineInstancePresetList> callback)
Get a list of all VirtualMachineInstancePreset objects.com.squareup.okhttp.Call
listVirtualMachineInstancePresetForAllNamespacesCall(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listVirtualMachineInstancePresetForAllNamespacesio.kubernetes.client.ApiResponse<V1VirtualMachineInstancePresetList>
listVirtualMachineInstancePresetForAllNamespacesWithHttpInfo(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Get a list of all VirtualMachineInstancePreset objects.V1VirtualMachineInstanceReplicaSetList
listVirtualMachineInstanceReplicaSetForAllNamespaces(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Get a list of all VirtualMachineInstanceReplicaSet objects.com.squareup.okhttp.Call
listVirtualMachineInstanceReplicaSetForAllNamespacesAsync(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1VirtualMachineInstanceReplicaSetList> callback)
Get a list of all VirtualMachineInstanceReplicaSet objects.com.squareup.okhttp.Call
listVirtualMachineInstanceReplicaSetForAllNamespacesCall(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listVirtualMachineInstanceReplicaSetForAllNamespacesio.kubernetes.client.ApiResponse<V1VirtualMachineInstanceReplicaSetList>
listVirtualMachineInstanceReplicaSetForAllNamespacesWithHttpInfo(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Get a list of all VirtualMachineInstanceReplicaSet objects.void
migrate(java.lang.String namespace, java.lang.String name)
Migrate a running VirtualMachine to another node.com.squareup.okhttp.Call
migrateAsync(java.lang.String namespace, java.lang.String name, io.kubernetes.client.ApiCallback<java.lang.Void> callback)
Migrate a running VirtualMachine to another node.com.squareup.okhttp.Call
migrateCall(java.lang.String namespace, java.lang.String name, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for migrateio.kubernetes.client.ApiResponse<java.lang.Void>
migrateWithHttpInfo(java.lang.String namespace, java.lang.String name)
Migrate a running VirtualMachine to another node.V1VirtualMachine
patchNamespacedVirtualMachine(V1Patch body, java.lang.String namespace, java.lang.String name)
Patch a VirtualMachine object.com.squareup.okhttp.Call
patchNamespacedVirtualMachineAsync(V1Patch body, java.lang.String namespace, java.lang.String name, io.kubernetes.client.ApiCallback<V1VirtualMachine> callback)
Patch a VirtualMachine object.com.squareup.okhttp.Call
patchNamespacedVirtualMachineCall(V1Patch body, java.lang.String namespace, java.lang.String name, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedVirtualMachineV1VirtualMachineInstance
patchNamespacedVirtualMachineInstance(V1Patch body, java.lang.String namespace, java.lang.String name)
Patch a VirtualMachineInstance object.com.squareup.okhttp.Call
patchNamespacedVirtualMachineInstanceAsync(V1Patch body, java.lang.String namespace, java.lang.String name, io.kubernetes.client.ApiCallback<V1VirtualMachineInstance> callback)
Patch a VirtualMachineInstance object.com.squareup.okhttp.Call
patchNamespacedVirtualMachineInstanceCall(V1Patch body, java.lang.String namespace, java.lang.String name, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedVirtualMachineInstanceV1VirtualMachineInstanceMigration
patchNamespacedVirtualMachineInstanceMigration(V1Patch body, java.lang.String namespace, java.lang.String name)
Patch a VirtualMachineInstanceMigration object.com.squareup.okhttp.Call
patchNamespacedVirtualMachineInstanceMigrationAsync(V1Patch body, java.lang.String namespace, java.lang.String name, io.kubernetes.client.ApiCallback<V1VirtualMachineInstanceMigration> callback)
Patch a VirtualMachineInstanceMigration object.com.squareup.okhttp.Call
patchNamespacedVirtualMachineInstanceMigrationCall(V1Patch body, java.lang.String namespace, java.lang.String name, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedVirtualMachineInstanceMigrationio.kubernetes.client.ApiResponse<V1VirtualMachineInstanceMigration>
patchNamespacedVirtualMachineInstanceMigrationWithHttpInfo(V1Patch body, java.lang.String namespace, java.lang.String name)
Patch a VirtualMachineInstanceMigration object.V1VirtualMachineInstancePreset
patchNamespacedVirtualMachineInstancePreset(V1Patch body, java.lang.String namespace, java.lang.String name)
Patch a VirtualMachineInstancePreset object.com.squareup.okhttp.Call
patchNamespacedVirtualMachineInstancePresetAsync(V1Patch body, java.lang.String namespace, java.lang.String name, io.kubernetes.client.ApiCallback<V1VirtualMachineInstancePreset> callback)
Patch a VirtualMachineInstancePreset object.com.squareup.okhttp.Call
patchNamespacedVirtualMachineInstancePresetCall(V1Patch body, java.lang.String namespace, java.lang.String name, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedVirtualMachineInstancePresetio.kubernetes.client.ApiResponse<V1VirtualMachineInstancePreset>
patchNamespacedVirtualMachineInstancePresetWithHttpInfo(V1Patch body, java.lang.String namespace, java.lang.String name)
Patch a VirtualMachineInstancePreset object.V1VirtualMachineInstanceReplicaSet
patchNamespacedVirtualMachineInstanceReplicaSet(V1Patch body, java.lang.String namespace, java.lang.String name)
Patch a VirtualMachineInstanceReplicaSet object.com.squareup.okhttp.Call
patchNamespacedVirtualMachineInstanceReplicaSetAsync(V1Patch body, java.lang.String namespace, java.lang.String name, io.kubernetes.client.ApiCallback<V1VirtualMachineInstanceReplicaSet> callback)
Patch a VirtualMachineInstanceReplicaSet object.com.squareup.okhttp.Call
patchNamespacedVirtualMachineInstanceReplicaSetCall(V1Patch body, java.lang.String namespace, java.lang.String name, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedVirtualMachineInstanceReplicaSetio.kubernetes.client.ApiResponse<V1VirtualMachineInstanceReplicaSet>
patchNamespacedVirtualMachineInstanceReplicaSetWithHttpInfo(V1Patch body, java.lang.String namespace, java.lang.String name)
Patch a VirtualMachineInstanceReplicaSet object.io.kubernetes.client.ApiResponse<V1VirtualMachineInstance>
patchNamespacedVirtualMachineInstanceWithHttpInfo(V1Patch body, java.lang.String namespace, java.lang.String name)
Patch a VirtualMachineInstance object.io.kubernetes.client.ApiResponse<V1VirtualMachine>
patchNamespacedVirtualMachineWithHttpInfo(V1Patch body, java.lang.String namespace, java.lang.String name)
Patch a VirtualMachine object.V1VirtualMachine
readNamespacedVirtualMachine(java.lang.String name, java.lang.String namespace, java.lang.Boolean exact, java.lang.Boolean export)
Get a VirtualMachine object.com.squareup.okhttp.Call
readNamespacedVirtualMachineAsync(java.lang.String name, java.lang.String namespace, java.lang.Boolean exact, java.lang.Boolean export, io.kubernetes.client.ApiCallback<V1VirtualMachine> callback)
Get a VirtualMachine object.com.squareup.okhttp.Call
readNamespacedVirtualMachineCall(java.lang.String name, java.lang.String namespace, java.lang.Boolean exact, java.lang.Boolean export, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedVirtualMachineV1VirtualMachineInstance
readNamespacedVirtualMachineInstance(java.lang.String name, java.lang.String namespace, java.lang.Boolean exact, java.lang.Boolean export)
Get a VirtualMachineInstance object.com.squareup.okhttp.Call
readNamespacedVirtualMachineInstanceAsync(java.lang.String name, java.lang.String namespace, java.lang.Boolean exact, java.lang.Boolean export, io.kubernetes.client.ApiCallback<V1VirtualMachineInstance> callback)
Get a VirtualMachineInstance object.com.squareup.okhttp.Call
readNamespacedVirtualMachineInstanceCall(java.lang.String name, java.lang.String namespace, java.lang.Boolean exact, java.lang.Boolean export, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedVirtualMachineInstanceV1VirtualMachineInstanceMigration
readNamespacedVirtualMachineInstanceMigration(java.lang.String name, java.lang.String namespace, java.lang.Boolean exact, java.lang.Boolean export)
Get a VirtualMachineInstanceMigration object.com.squareup.okhttp.Call
readNamespacedVirtualMachineInstanceMigrationAsync(java.lang.String name, java.lang.String namespace, java.lang.Boolean exact, java.lang.Boolean export, io.kubernetes.client.ApiCallback<V1VirtualMachineInstanceMigration> callback)
Get a VirtualMachineInstanceMigration object.com.squareup.okhttp.Call
readNamespacedVirtualMachineInstanceMigrationCall(java.lang.String name, java.lang.String namespace, java.lang.Boolean exact, java.lang.Boolean export, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedVirtualMachineInstanceMigrationio.kubernetes.client.ApiResponse<V1VirtualMachineInstanceMigration>
readNamespacedVirtualMachineInstanceMigrationWithHttpInfo(java.lang.String name, java.lang.String namespace, java.lang.Boolean exact, java.lang.Boolean export)
Get a VirtualMachineInstanceMigration object.V1VirtualMachineInstancePreset
readNamespacedVirtualMachineInstancePreset(java.lang.String name, java.lang.String namespace, java.lang.Boolean exact, java.lang.Boolean export)
Get a VirtualMachineInstancePreset object.com.squareup.okhttp.Call
readNamespacedVirtualMachineInstancePresetAsync(java.lang.String name, java.lang.String namespace, java.lang.Boolean exact, java.lang.Boolean export, io.kubernetes.client.ApiCallback<V1VirtualMachineInstancePreset> callback)
Get a VirtualMachineInstancePreset object.com.squareup.okhttp.Call
readNamespacedVirtualMachineInstancePresetCall(java.lang.String name, java.lang.String namespace, java.lang.Boolean exact, java.lang.Boolean export, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedVirtualMachineInstancePresetio.kubernetes.client.ApiResponse<V1VirtualMachineInstancePreset>
readNamespacedVirtualMachineInstancePresetWithHttpInfo(java.lang.String name, java.lang.String namespace, java.lang.Boolean exact, java.lang.Boolean export)
Get a VirtualMachineInstancePreset object.V1VirtualMachineInstanceReplicaSet
readNamespacedVirtualMachineInstanceReplicaSet(java.lang.String name, java.lang.String namespace, java.lang.Boolean exact, java.lang.Boolean export)
Get a VirtualMachineInstanceReplicaSet object.com.squareup.okhttp.Call
readNamespacedVirtualMachineInstanceReplicaSetAsync(java.lang.String name, java.lang.String namespace, java.lang.Boolean exact, java.lang.Boolean export, io.kubernetes.client.ApiCallback<V1VirtualMachineInstanceReplicaSet> callback)
Get a VirtualMachineInstanceReplicaSet object.com.squareup.okhttp.Call
readNamespacedVirtualMachineInstanceReplicaSetCall(java.lang.String name, java.lang.String namespace, java.lang.Boolean exact, java.lang.Boolean export, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedVirtualMachineInstanceReplicaSetio.kubernetes.client.ApiResponse<V1VirtualMachineInstanceReplicaSet>
readNamespacedVirtualMachineInstanceReplicaSetWithHttpInfo(java.lang.String name, java.lang.String namespace, java.lang.Boolean exact, java.lang.Boolean export)
Get a VirtualMachineInstanceReplicaSet object.io.kubernetes.client.ApiResponse<V1VirtualMachineInstance>
readNamespacedVirtualMachineInstanceWithHttpInfo(java.lang.String name, java.lang.String namespace, java.lang.Boolean exact, java.lang.Boolean export)
Get a VirtualMachineInstance object.io.kubernetes.client.ApiResponse<V1VirtualMachine>
readNamespacedVirtualMachineWithHttpInfo(java.lang.String name, java.lang.String namespace, java.lang.Boolean exact, java.lang.Boolean export)
Get a VirtualMachine object.V1VirtualMachine
replaceNamespacedVirtualMachine(V1VirtualMachine body, java.lang.String namespace, java.lang.String name)
Update a VirtualMachine object.com.squareup.okhttp.Call
replaceNamespacedVirtualMachineAsync(V1VirtualMachine body, java.lang.String namespace, java.lang.String name, io.kubernetes.client.ApiCallback<V1VirtualMachine> callback)
Update a VirtualMachine object.com.squareup.okhttp.Call
replaceNamespacedVirtualMachineCall(V1VirtualMachine body, java.lang.String namespace, java.lang.String name, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedVirtualMachineV1VirtualMachineInstance
replaceNamespacedVirtualMachineInstance(V1VirtualMachineInstance body, java.lang.String namespace, java.lang.String name)
Update a VirtualMachineInstance object.com.squareup.okhttp.Call
replaceNamespacedVirtualMachineInstanceAsync(V1VirtualMachineInstance body, java.lang.String namespace, java.lang.String name, io.kubernetes.client.ApiCallback<V1VirtualMachineInstance> callback)
Update a VirtualMachineInstance object.com.squareup.okhttp.Call
replaceNamespacedVirtualMachineInstanceCall(V1VirtualMachineInstance body, java.lang.String namespace, java.lang.String name, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedVirtualMachineInstanceV1VirtualMachineInstanceMigration
replaceNamespacedVirtualMachineInstanceMigration(V1VirtualMachineInstanceMigration body, java.lang.String namespace, java.lang.String name)
Update a VirtualMachineInstanceMigration object.com.squareup.okhttp.Call
replaceNamespacedVirtualMachineInstanceMigrationAsync(V1VirtualMachineInstanceMigration body, java.lang.String namespace, java.lang.String name, io.kubernetes.client.ApiCallback<V1VirtualMachineInstanceMigration> callback)
Update a VirtualMachineInstanceMigration object.com.squareup.okhttp.Call
replaceNamespacedVirtualMachineInstanceMigrationCall(V1VirtualMachineInstanceMigration body, java.lang.String namespace, java.lang.String name, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedVirtualMachineInstanceMigrationio.kubernetes.client.ApiResponse<V1VirtualMachineInstanceMigration>
replaceNamespacedVirtualMachineInstanceMigrationWithHttpInfo(V1VirtualMachineInstanceMigration body, java.lang.String namespace, java.lang.String name)
Update a VirtualMachineInstanceMigration object.V1VirtualMachineInstancePreset
replaceNamespacedVirtualMachineInstancePreset(V1VirtualMachineInstancePreset body, java.lang.String namespace, java.lang.String name)
Update a VirtualMachineInstancePreset object.com.squareup.okhttp.Call
replaceNamespacedVirtualMachineInstancePresetAsync(V1VirtualMachineInstancePreset body, java.lang.String namespace, java.lang.String name, io.kubernetes.client.ApiCallback<V1VirtualMachineInstancePreset> callback)
Update a VirtualMachineInstancePreset object.com.squareup.okhttp.Call
replaceNamespacedVirtualMachineInstancePresetCall(V1VirtualMachineInstancePreset body, java.lang.String namespace, java.lang.String name, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedVirtualMachineInstancePresetio.kubernetes.client.ApiResponse<V1VirtualMachineInstancePreset>
replaceNamespacedVirtualMachineInstancePresetWithHttpInfo(V1VirtualMachineInstancePreset body, java.lang.String namespace, java.lang.String name)
Update a VirtualMachineInstancePreset object.V1VirtualMachineInstanceReplicaSet
replaceNamespacedVirtualMachineInstanceReplicaSet(V1VirtualMachineInstanceReplicaSet body, java.lang.String namespace, java.lang.String name)
Update a VirtualMachineInstanceReplicaSet object.com.squareup.okhttp.Call
replaceNamespacedVirtualMachineInstanceReplicaSetAsync(V1VirtualMachineInstanceReplicaSet body, java.lang.String namespace, java.lang.String name, io.kubernetes.client.ApiCallback<V1VirtualMachineInstanceReplicaSet> callback)
Update a VirtualMachineInstanceReplicaSet object.com.squareup.okhttp.Call
replaceNamespacedVirtualMachineInstanceReplicaSetCall(V1VirtualMachineInstanceReplicaSet body, java.lang.String namespace, java.lang.String name, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedVirtualMachineInstanceReplicaSetio.kubernetes.client.ApiResponse<V1VirtualMachineInstanceReplicaSet>
replaceNamespacedVirtualMachineInstanceReplicaSetWithHttpInfo(V1VirtualMachineInstanceReplicaSet body, java.lang.String namespace, java.lang.String name)
Update a VirtualMachineInstanceReplicaSet object.io.kubernetes.client.ApiResponse<V1VirtualMachineInstance>
replaceNamespacedVirtualMachineInstanceWithHttpInfo(V1VirtualMachineInstance body, java.lang.String namespace, java.lang.String name)
Update a VirtualMachineInstance object.io.kubernetes.client.ApiResponse<V1VirtualMachine>
replaceNamespacedVirtualMachineWithHttpInfo(V1VirtualMachine body, java.lang.String namespace, java.lang.String name)
Update a VirtualMachine object.void
restart(java.lang.String namespace, java.lang.String name)
Restart a VirtualMachine object.com.squareup.okhttp.Call
restartAsync(java.lang.String namespace, java.lang.String name, io.kubernetes.client.ApiCallback<java.lang.Void> callback)
Restart a VirtualMachine object.com.squareup.okhttp.Call
restartCall(java.lang.String namespace, java.lang.String name, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for restartio.kubernetes.client.ApiResponse<java.lang.Void>
restartWithHttpInfo(java.lang.String namespace, java.lang.String name)
Restart a VirtualMachine object.void
setApiClient(io.kubernetes.client.ApiClient apiClient)
void
start(java.lang.String namespace, java.lang.String name)
Start a VirtualMachine object.com.squareup.okhttp.Call
startAsync(java.lang.String namespace, java.lang.String name, io.kubernetes.client.ApiCallback<java.lang.Void> callback)
Start a VirtualMachine object.com.squareup.okhttp.Call
startCall(java.lang.String namespace, java.lang.String name, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for startio.kubernetes.client.ApiResponse<java.lang.Void>
startWithHttpInfo(java.lang.String namespace, java.lang.String name)
Start a VirtualMachine object.void
stop(java.lang.String namespace, java.lang.String name)
Stop a VirtualMachine object.com.squareup.okhttp.Call
stopAsync(java.lang.String namespace, java.lang.String name, io.kubernetes.client.ApiCallback<java.lang.Void> callback)
Stop a VirtualMachine object.com.squareup.okhttp.Call
stopCall(java.lang.String namespace, java.lang.String name, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for stopio.kubernetes.client.ApiResponse<java.lang.Void>
stopWithHttpInfo(java.lang.String namespace, java.lang.String name)
Stop a VirtualMachine object.void
test(java.lang.String namespace, java.lang.String name)
Test endpoint verifying apiserver connectivity.com.squareup.okhttp.Call
testAsync(java.lang.String namespace, java.lang.String name, io.kubernetes.client.ApiCallback<java.lang.Void> callback)
Test endpoint verifying apiserver connectivity.com.squareup.okhttp.Call
testCall(java.lang.String namespace, java.lang.String name, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for testio.kubernetes.client.ApiResponse<java.lang.Void>
testWithHttpInfo(java.lang.String namespace, java.lang.String name)
Test endpoint verifying apiserver connectivity.void
version()
com.squareup.okhttp.Call
versionAsync(io.kubernetes.client.ApiCallback<java.lang.Void> callback)
(asynchronously)com.squareup.okhttp.Call
versionCall(io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for versionio.kubernetes.client.ApiResponse<java.lang.Void>
versionWithHttpInfo()
void
vnc(java.lang.String namespace, java.lang.String name)
Open a websocket connection to connect to VNC on the specified VirtualMachineInstance.com.squareup.okhttp.Call
vncAsync(java.lang.String namespace, java.lang.String name, io.kubernetes.client.ApiCallback<java.lang.Void> callback)
Open a websocket connection to connect to VNC on the specified VirtualMachineInstance.com.squareup.okhttp.Call
vncCall(java.lang.String namespace, java.lang.String name, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for vncio.kubernetes.client.ApiResponse<java.lang.Void>
vncWithHttpInfo(java.lang.String namespace, java.lang.String name)
Open a websocket connection to connect to VNC on the specified VirtualMachineInstance.V1WatchEvent
watchNamespacedVirtualMachine(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Watch a VirtualMachine object.com.squareup.okhttp.Call
watchNamespacedVirtualMachineAsync(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1WatchEvent> callback)
Watch a VirtualMachine object.com.squareup.okhttp.Call
watchNamespacedVirtualMachineCall(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchNamespacedVirtualMachineV1WatchEvent
watchNamespacedVirtualMachineInstance(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Watch a VirtualMachineInstance object.com.squareup.okhttp.Call
watchNamespacedVirtualMachineInstanceAsync(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1WatchEvent> callback)
Watch a VirtualMachineInstance object.com.squareup.okhttp.Call
watchNamespacedVirtualMachineInstanceCall(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchNamespacedVirtualMachineInstanceV1WatchEvent
watchNamespacedVirtualMachineInstanceMigration(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Watch a VirtualMachineInstanceMigration object.com.squareup.okhttp.Call
watchNamespacedVirtualMachineInstanceMigrationAsync(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1WatchEvent> callback)
Watch a VirtualMachineInstanceMigration object.com.squareup.okhttp.Call
watchNamespacedVirtualMachineInstanceMigrationCall(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchNamespacedVirtualMachineInstanceMigrationio.kubernetes.client.ApiResponse<V1WatchEvent>
watchNamespacedVirtualMachineInstanceMigrationWithHttpInfo(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Watch a VirtualMachineInstanceMigration object.V1WatchEvent
watchNamespacedVirtualMachineInstancePreset(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Watch a VirtualMachineInstancePreset object.com.squareup.okhttp.Call
watchNamespacedVirtualMachineInstancePresetAsync(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1WatchEvent> callback)
Watch a VirtualMachineInstancePreset object.com.squareup.okhttp.Call
watchNamespacedVirtualMachineInstancePresetCall(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchNamespacedVirtualMachineInstancePresetio.kubernetes.client.ApiResponse<V1WatchEvent>
watchNamespacedVirtualMachineInstancePresetWithHttpInfo(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Watch a VirtualMachineInstancePreset object.V1WatchEvent
watchNamespacedVirtualMachineInstanceReplicaSet(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Watch a VirtualMachineInstanceReplicaSet object.com.squareup.okhttp.Call
watchNamespacedVirtualMachineInstanceReplicaSetAsync(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1WatchEvent> callback)
Watch a VirtualMachineInstanceReplicaSet object.com.squareup.okhttp.Call
watchNamespacedVirtualMachineInstanceReplicaSetCall(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchNamespacedVirtualMachineInstanceReplicaSetio.kubernetes.client.ApiResponse<V1WatchEvent>
watchNamespacedVirtualMachineInstanceReplicaSetWithHttpInfo(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Watch a VirtualMachineInstanceReplicaSet object.io.kubernetes.client.ApiResponse<V1WatchEvent>
watchNamespacedVirtualMachineInstanceWithHttpInfo(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Watch a VirtualMachineInstance object.io.kubernetes.client.ApiResponse<V1WatchEvent>
watchNamespacedVirtualMachineWithHttpInfo(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Watch a VirtualMachine object.V1WatchEvent
watchVirtualMachineInstanceListForAllNamespaces(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Watch a VirtualMachineInstanceList object.com.squareup.okhttp.Call
watchVirtualMachineInstanceListForAllNamespacesAsync(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1WatchEvent> callback)
Watch a VirtualMachineInstanceList object.com.squareup.okhttp.Call
watchVirtualMachineInstanceListForAllNamespacesCall(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchVirtualMachineInstanceListForAllNamespacesio.kubernetes.client.ApiResponse<V1WatchEvent>
watchVirtualMachineInstanceListForAllNamespacesWithHttpInfo(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Watch a VirtualMachineInstanceList object.V1WatchEvent
watchVirtualMachineInstanceMigrationListForAllNamespaces(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Watch a VirtualMachineInstanceMigrationList object.com.squareup.okhttp.Call
watchVirtualMachineInstanceMigrationListForAllNamespacesAsync(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1WatchEvent> callback)
Watch a VirtualMachineInstanceMigrationList object.com.squareup.okhttp.Call
watchVirtualMachineInstanceMigrationListForAllNamespacesCall(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchVirtualMachineInstanceMigrationListForAllNamespacesio.kubernetes.client.ApiResponse<V1WatchEvent>
watchVirtualMachineInstanceMigrationListForAllNamespacesWithHttpInfo(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Watch a VirtualMachineInstanceMigrationList object.V1WatchEvent
watchVirtualMachineInstancePresetListForAllNamespaces(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Watch a VirtualMachineInstancePresetList object.com.squareup.okhttp.Call
watchVirtualMachineInstancePresetListForAllNamespacesAsync(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1WatchEvent> callback)
Watch a VirtualMachineInstancePresetList object.com.squareup.okhttp.Call
watchVirtualMachineInstancePresetListForAllNamespacesCall(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchVirtualMachineInstancePresetListForAllNamespacesio.kubernetes.client.ApiResponse<V1WatchEvent>
watchVirtualMachineInstancePresetListForAllNamespacesWithHttpInfo(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Watch a VirtualMachineInstancePresetList object.V1WatchEvent
watchVirtualMachineInstanceReplicaSetListForAllNamespaces(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Watch a VirtualMachineInstanceReplicaSetList object.com.squareup.okhttp.Call
watchVirtualMachineInstanceReplicaSetListForAllNamespacesAsync(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1WatchEvent> callback)
Watch a VirtualMachineInstanceReplicaSetList object.com.squareup.okhttp.Call
watchVirtualMachineInstanceReplicaSetListForAllNamespacesCall(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchVirtualMachineInstanceReplicaSetListForAllNamespacesio.kubernetes.client.ApiResponse<V1WatchEvent>
watchVirtualMachineInstanceReplicaSetListForAllNamespacesWithHttpInfo(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Watch a VirtualMachineInstanceReplicaSetList object.V1WatchEvent
watchVirtualMachineListForAllNamespaces(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Watch a VirtualMachineList object.com.squareup.okhttp.Call
watchVirtualMachineListForAllNamespacesAsync(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1WatchEvent> callback)
Watch a VirtualMachineList object.com.squareup.okhttp.Call
watchVirtualMachineListForAllNamespacesCall(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchVirtualMachineListForAllNamespacesio.kubernetes.client.ApiResponse<V1WatchEvent>
watchVirtualMachineListForAllNamespacesWithHttpInfo(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch)
Watch a VirtualMachineList object.
-
-
-
Method Detail
-
getApiClient
public io.kubernetes.client.ApiClient getApiClient()
-
setApiClient
public void setApiClient(io.kubernetes.client.ApiClient apiClient)
-
checkHealthCall
public com.squareup.okhttp.Call checkHealthCall(io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for checkHealth- Parameters:
progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
checkHealth
public void checkHealth() throws io.kubernetes.client.ApiException
Health endpoint- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
checkHealthWithHttpInfo
public io.kubernetes.client.ApiResponse<java.lang.Void> checkHealthWithHttpInfo() throws io.kubernetes.client.ApiException
Health endpoint- Returns:
- ApiResponse<Void>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
checkHealthAsync
public com.squareup.okhttp.Call checkHealthAsync(io.kubernetes.client.ApiCallback<java.lang.Void> callback) throws io.kubernetes.client.ApiException
Health endpoint (asynchronously)- Parameters:
callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
consoleCall
public com.squareup.okhttp.Call consoleCall(java.lang.String namespace, java.lang.String name, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for console- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
console
public void console(java.lang.String namespace, java.lang.String name) throws io.kubernetes.client.ApiException
Open a websocket connection to a serial console on the specified VirtualMachineInstance.- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
consoleWithHttpInfo
public io.kubernetes.client.ApiResponse<java.lang.Void> consoleWithHttpInfo(java.lang.String namespace, java.lang.String name) throws io.kubernetes.client.ApiException
Open a websocket connection to a serial console on the specified VirtualMachineInstance.- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)- Returns:
- ApiResponse<Void>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
consoleAsync
public com.squareup.okhttp.Call consoleAsync(java.lang.String namespace, java.lang.String name, io.kubernetes.client.ApiCallback<java.lang.Void> callback) throws io.kubernetes.client.ApiException
Open a websocket connection to a serial console on the specified VirtualMachineInstance. (asynchronously)- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
createNamespacedVirtualMachineCall
public com.squareup.okhttp.Call createNamespacedVirtualMachineCall(V1VirtualMachine body, java.lang.String namespace, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for createNamespacedVirtualMachine- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
createNamespacedVirtualMachine
public V1VirtualMachine createNamespacedVirtualMachine(V1VirtualMachine body, java.lang.String namespace) throws io.kubernetes.client.ApiException
Create a VirtualMachine object.- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)- Returns:
- V1VirtualMachine
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
createNamespacedVirtualMachineWithHttpInfo
public io.kubernetes.client.ApiResponse<V1VirtualMachine> createNamespacedVirtualMachineWithHttpInfo(V1VirtualMachine body, java.lang.String namespace) throws io.kubernetes.client.ApiException
Create a VirtualMachine object.- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)- Returns:
- ApiResponse<V1VirtualMachine>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
createNamespacedVirtualMachineAsync
public com.squareup.okhttp.Call createNamespacedVirtualMachineAsync(V1VirtualMachine body, java.lang.String namespace, io.kubernetes.client.ApiCallback<V1VirtualMachine> callback) throws io.kubernetes.client.ApiException
Create a VirtualMachine object. (asynchronously)- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
createNamespacedVirtualMachineInstanceCall
public com.squareup.okhttp.Call createNamespacedVirtualMachineInstanceCall(V1VirtualMachineInstance body, java.lang.String namespace, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for createNamespacedVirtualMachineInstance- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
createNamespacedVirtualMachineInstance
public V1VirtualMachineInstance createNamespacedVirtualMachineInstance(V1VirtualMachineInstance body, java.lang.String namespace) throws io.kubernetes.client.ApiException
Create a VirtualMachineInstance object.- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)- Returns:
- V1VirtualMachineInstance
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
createNamespacedVirtualMachineInstanceWithHttpInfo
public io.kubernetes.client.ApiResponse<V1VirtualMachineInstance> createNamespacedVirtualMachineInstanceWithHttpInfo(V1VirtualMachineInstance body, java.lang.String namespace) throws io.kubernetes.client.ApiException
Create a VirtualMachineInstance object.- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)- Returns:
- ApiResponse<V1VirtualMachineInstance>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
createNamespacedVirtualMachineInstanceAsync
public com.squareup.okhttp.Call createNamespacedVirtualMachineInstanceAsync(V1VirtualMachineInstance body, java.lang.String namespace, io.kubernetes.client.ApiCallback<V1VirtualMachineInstance> callback) throws io.kubernetes.client.ApiException
Create a VirtualMachineInstance object. (asynchronously)- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
createNamespacedVirtualMachineInstanceMigrationCall
public com.squareup.okhttp.Call createNamespacedVirtualMachineInstanceMigrationCall(V1VirtualMachineInstanceMigration body, java.lang.String namespace, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for createNamespacedVirtualMachineInstanceMigration- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
createNamespacedVirtualMachineInstanceMigration
public V1VirtualMachineInstanceMigration createNamespacedVirtualMachineInstanceMigration(V1VirtualMachineInstanceMigration body, java.lang.String namespace) throws io.kubernetes.client.ApiException
Create a VirtualMachineInstanceMigration object.- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)- Returns:
- V1VirtualMachineInstanceMigration
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
createNamespacedVirtualMachineInstanceMigrationWithHttpInfo
public io.kubernetes.client.ApiResponse<V1VirtualMachineInstanceMigration> createNamespacedVirtualMachineInstanceMigrationWithHttpInfo(V1VirtualMachineInstanceMigration body, java.lang.String namespace) throws io.kubernetes.client.ApiException
Create a VirtualMachineInstanceMigration object.- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)- Returns:
- ApiResponse<V1VirtualMachineInstanceMigration>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
createNamespacedVirtualMachineInstanceMigrationAsync
public com.squareup.okhttp.Call createNamespacedVirtualMachineInstanceMigrationAsync(V1VirtualMachineInstanceMigration body, java.lang.String namespace, io.kubernetes.client.ApiCallback<V1VirtualMachineInstanceMigration> callback) throws io.kubernetes.client.ApiException
Create a VirtualMachineInstanceMigration object. (asynchronously)- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
createNamespacedVirtualMachineInstancePresetCall
public com.squareup.okhttp.Call createNamespacedVirtualMachineInstancePresetCall(V1VirtualMachineInstancePreset body, java.lang.String namespace, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for createNamespacedVirtualMachineInstancePreset- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
createNamespacedVirtualMachineInstancePreset
public V1VirtualMachineInstancePreset createNamespacedVirtualMachineInstancePreset(V1VirtualMachineInstancePreset body, java.lang.String namespace) throws io.kubernetes.client.ApiException
Create a VirtualMachineInstancePreset object.- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)- Returns:
- V1VirtualMachineInstancePreset
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
createNamespacedVirtualMachineInstancePresetWithHttpInfo
public io.kubernetes.client.ApiResponse<V1VirtualMachineInstancePreset> createNamespacedVirtualMachineInstancePresetWithHttpInfo(V1VirtualMachineInstancePreset body, java.lang.String namespace) throws io.kubernetes.client.ApiException
Create a VirtualMachineInstancePreset object.- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)- Returns:
- ApiResponse<V1VirtualMachineInstancePreset>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
createNamespacedVirtualMachineInstancePresetAsync
public com.squareup.okhttp.Call createNamespacedVirtualMachineInstancePresetAsync(V1VirtualMachineInstancePreset body, java.lang.String namespace, io.kubernetes.client.ApiCallback<V1VirtualMachineInstancePreset> callback) throws io.kubernetes.client.ApiException
Create a VirtualMachineInstancePreset object. (asynchronously)- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
createNamespacedVirtualMachineInstanceReplicaSetCall
public com.squareup.okhttp.Call createNamespacedVirtualMachineInstanceReplicaSetCall(V1VirtualMachineInstanceReplicaSet body, java.lang.String namespace, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for createNamespacedVirtualMachineInstanceReplicaSet- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
createNamespacedVirtualMachineInstanceReplicaSet
public V1VirtualMachineInstanceReplicaSet createNamespacedVirtualMachineInstanceReplicaSet(V1VirtualMachineInstanceReplicaSet body, java.lang.String namespace) throws io.kubernetes.client.ApiException
Create a VirtualMachineInstanceReplicaSet object.- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)- Returns:
- V1VirtualMachineInstanceReplicaSet
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
createNamespacedVirtualMachineInstanceReplicaSetWithHttpInfo
public io.kubernetes.client.ApiResponse<V1VirtualMachineInstanceReplicaSet> createNamespacedVirtualMachineInstanceReplicaSetWithHttpInfo(V1VirtualMachineInstanceReplicaSet body, java.lang.String namespace) throws io.kubernetes.client.ApiException
Create a VirtualMachineInstanceReplicaSet object.- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)- Returns:
- ApiResponse<V1VirtualMachineInstanceReplicaSet>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
createNamespacedVirtualMachineInstanceReplicaSetAsync
public com.squareup.okhttp.Call createNamespacedVirtualMachineInstanceReplicaSetAsync(V1VirtualMachineInstanceReplicaSet body, java.lang.String namespace, io.kubernetes.client.ApiCallback<V1VirtualMachineInstanceReplicaSet> callback) throws io.kubernetes.client.ApiException
Create a VirtualMachineInstanceReplicaSet object. (asynchronously)- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
deleteCollectionNamespacedVirtualMachineCall
public com.squareup.okhttp.Call deleteCollectionNamespacedVirtualMachineCall(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for deleteCollectionNamespacedVirtualMachine- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
deleteCollectionNamespacedVirtualMachine
public V1Status deleteCollectionNamespacedVirtualMachine(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Delete a collection of VirtualMachine objects.- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- V1Status
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deleteCollectionNamespacedVirtualMachineWithHttpInfo
public io.kubernetes.client.ApiResponse<V1Status> deleteCollectionNamespacedVirtualMachineWithHttpInfo(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Delete a collection of VirtualMachine objects.- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- ApiResponse<V1Status>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deleteCollectionNamespacedVirtualMachineAsync
public com.squareup.okhttp.Call deleteCollectionNamespacedVirtualMachineAsync(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1Status> callback) throws io.kubernetes.client.ApiException
Delete a collection of VirtualMachine objects. (asynchronously)- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
deleteCollectionNamespacedVirtualMachineInstanceCall
public com.squareup.okhttp.Call deleteCollectionNamespacedVirtualMachineInstanceCall(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for deleteCollectionNamespacedVirtualMachineInstance- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
deleteCollectionNamespacedVirtualMachineInstance
public V1Status deleteCollectionNamespacedVirtualMachineInstance(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Delete a collection of VirtualMachineInstance objects.- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- V1Status
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deleteCollectionNamespacedVirtualMachineInstanceWithHttpInfo
public io.kubernetes.client.ApiResponse<V1Status> deleteCollectionNamespacedVirtualMachineInstanceWithHttpInfo(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Delete a collection of VirtualMachineInstance objects.- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- ApiResponse<V1Status>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deleteCollectionNamespacedVirtualMachineInstanceAsync
public com.squareup.okhttp.Call deleteCollectionNamespacedVirtualMachineInstanceAsync(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1Status> callback) throws io.kubernetes.client.ApiException
Delete a collection of VirtualMachineInstance objects. (asynchronously)- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
deleteCollectionNamespacedVirtualMachineInstanceMigrationCall
public com.squareup.okhttp.Call deleteCollectionNamespacedVirtualMachineInstanceMigrationCall(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for deleteCollectionNamespacedVirtualMachineInstanceMigration- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
deleteCollectionNamespacedVirtualMachineInstanceMigration
public V1Status deleteCollectionNamespacedVirtualMachineInstanceMigration(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Delete a collection of VirtualMachineInstanceMigration objects.- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- V1Status
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deleteCollectionNamespacedVirtualMachineInstanceMigrationWithHttpInfo
public io.kubernetes.client.ApiResponse<V1Status> deleteCollectionNamespacedVirtualMachineInstanceMigrationWithHttpInfo(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Delete a collection of VirtualMachineInstanceMigration objects.- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- ApiResponse<V1Status>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deleteCollectionNamespacedVirtualMachineInstanceMigrationAsync
public com.squareup.okhttp.Call deleteCollectionNamespacedVirtualMachineInstanceMigrationAsync(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1Status> callback) throws io.kubernetes.client.ApiException
Delete a collection of VirtualMachineInstanceMigration objects. (asynchronously)- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
deleteCollectionNamespacedVirtualMachineInstancePresetCall
public com.squareup.okhttp.Call deleteCollectionNamespacedVirtualMachineInstancePresetCall(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for deleteCollectionNamespacedVirtualMachineInstancePreset- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
deleteCollectionNamespacedVirtualMachineInstancePreset
public V1Status deleteCollectionNamespacedVirtualMachineInstancePreset(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Delete a collection of VirtualMachineInstancePreset objects.- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- V1Status
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deleteCollectionNamespacedVirtualMachineInstancePresetWithHttpInfo
public io.kubernetes.client.ApiResponse<V1Status> deleteCollectionNamespacedVirtualMachineInstancePresetWithHttpInfo(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Delete a collection of VirtualMachineInstancePreset objects.- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- ApiResponse<V1Status>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deleteCollectionNamespacedVirtualMachineInstancePresetAsync
public com.squareup.okhttp.Call deleteCollectionNamespacedVirtualMachineInstancePresetAsync(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1Status> callback) throws io.kubernetes.client.ApiException
Delete a collection of VirtualMachineInstancePreset objects. (asynchronously)- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
deleteCollectionNamespacedVirtualMachineInstanceReplicaSetCall
public com.squareup.okhttp.Call deleteCollectionNamespacedVirtualMachineInstanceReplicaSetCall(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for deleteCollectionNamespacedVirtualMachineInstanceReplicaSet- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
deleteCollectionNamespacedVirtualMachineInstanceReplicaSet
public V1Status deleteCollectionNamespacedVirtualMachineInstanceReplicaSet(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Delete a collection of VirtualMachineInstanceReplicaSet objects.- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- V1Status
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deleteCollectionNamespacedVirtualMachineInstanceReplicaSetWithHttpInfo
public io.kubernetes.client.ApiResponse<V1Status> deleteCollectionNamespacedVirtualMachineInstanceReplicaSetWithHttpInfo(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Delete a collection of VirtualMachineInstanceReplicaSet objects.- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- ApiResponse<V1Status>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deleteCollectionNamespacedVirtualMachineInstanceReplicaSetAsync
public com.squareup.okhttp.Call deleteCollectionNamespacedVirtualMachineInstanceReplicaSetAsync(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1Status> callback) throws io.kubernetes.client.ApiException
Delete a collection of VirtualMachineInstanceReplicaSet objects. (asynchronously)- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
deleteNamespacedVirtualMachineCall
public com.squareup.okhttp.Call deleteNamespacedVirtualMachineCall(V1DeleteOptions body, java.lang.String namespace, java.lang.String name, java.lang.Integer gracePeriodSeconds, java.lang.Boolean orphanDependents, java.lang.String propagationPolicy, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for deleteNamespacedVirtualMachine- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)gracePeriodSeconds
- The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. (optional)orphanDependents
- Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. (optional)propagationPolicy
- Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
deleteNamespacedVirtualMachine
public V1Status deleteNamespacedVirtualMachine(V1DeleteOptions body, java.lang.String namespace, java.lang.String name, java.lang.Integer gracePeriodSeconds, java.lang.Boolean orphanDependents, java.lang.String propagationPolicy) throws io.kubernetes.client.ApiException
Delete a VirtualMachine object.- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)gracePeriodSeconds
- The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. (optional)orphanDependents
- Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. (optional)propagationPolicy
- Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. (optional)- Returns:
- V1Status
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deleteNamespacedVirtualMachineWithHttpInfo
public io.kubernetes.client.ApiResponse<V1Status> deleteNamespacedVirtualMachineWithHttpInfo(V1DeleteOptions body, java.lang.String namespace, java.lang.String name, java.lang.Integer gracePeriodSeconds, java.lang.Boolean orphanDependents, java.lang.String propagationPolicy) throws io.kubernetes.client.ApiException
Delete a VirtualMachine object.- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)gracePeriodSeconds
- The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. (optional)orphanDependents
- Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. (optional)propagationPolicy
- Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. (optional)- Returns:
- ApiResponse<V1Status>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deleteNamespacedVirtualMachineAsync
public com.squareup.okhttp.Call deleteNamespacedVirtualMachineAsync(V1DeleteOptions body, java.lang.String namespace, java.lang.String name, java.lang.Integer gracePeriodSeconds, java.lang.Boolean orphanDependents, java.lang.String propagationPolicy, io.kubernetes.client.ApiCallback<V1Status> callback) throws io.kubernetes.client.ApiException
Delete a VirtualMachine object. (asynchronously)- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)gracePeriodSeconds
- The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. (optional)orphanDependents
- Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. (optional)propagationPolicy
- Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. (optional)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
deleteNamespacedVirtualMachineInstanceCall
public com.squareup.okhttp.Call deleteNamespacedVirtualMachineInstanceCall(V1DeleteOptions body, java.lang.String namespace, java.lang.String name, java.lang.Integer gracePeriodSeconds, java.lang.Boolean orphanDependents, java.lang.String propagationPolicy, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for deleteNamespacedVirtualMachineInstance- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)gracePeriodSeconds
- The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. (optional)orphanDependents
- Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. (optional)propagationPolicy
- Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
deleteNamespacedVirtualMachineInstance
public V1Status deleteNamespacedVirtualMachineInstance(V1DeleteOptions body, java.lang.String namespace, java.lang.String name, java.lang.Integer gracePeriodSeconds, java.lang.Boolean orphanDependents, java.lang.String propagationPolicy) throws io.kubernetes.client.ApiException
Delete a VirtualMachineInstance object.- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)gracePeriodSeconds
- The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. (optional)orphanDependents
- Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. (optional)propagationPolicy
- Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. (optional)- Returns:
- V1Status
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deleteNamespacedVirtualMachineInstanceWithHttpInfo
public io.kubernetes.client.ApiResponse<V1Status> deleteNamespacedVirtualMachineInstanceWithHttpInfo(V1DeleteOptions body, java.lang.String namespace, java.lang.String name, java.lang.Integer gracePeriodSeconds, java.lang.Boolean orphanDependents, java.lang.String propagationPolicy) throws io.kubernetes.client.ApiException
Delete a VirtualMachineInstance object.- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)gracePeriodSeconds
- The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. (optional)orphanDependents
- Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. (optional)propagationPolicy
- Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. (optional)- Returns:
- ApiResponse<V1Status>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deleteNamespacedVirtualMachineInstanceAsync
public com.squareup.okhttp.Call deleteNamespacedVirtualMachineInstanceAsync(V1DeleteOptions body, java.lang.String namespace, java.lang.String name, java.lang.Integer gracePeriodSeconds, java.lang.Boolean orphanDependents, java.lang.String propagationPolicy, io.kubernetes.client.ApiCallback<V1Status> callback) throws io.kubernetes.client.ApiException
Delete a VirtualMachineInstance object. (asynchronously)- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)gracePeriodSeconds
- The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. (optional)orphanDependents
- Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. (optional)propagationPolicy
- Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. (optional)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
deleteNamespacedVirtualMachineInstanceMigrationCall
public com.squareup.okhttp.Call deleteNamespacedVirtualMachineInstanceMigrationCall(V1DeleteOptions body, java.lang.String namespace, java.lang.String name, java.lang.Integer gracePeriodSeconds, java.lang.Boolean orphanDependents, java.lang.String propagationPolicy, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for deleteNamespacedVirtualMachineInstanceMigration- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)gracePeriodSeconds
- The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. (optional)orphanDependents
- Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. (optional)propagationPolicy
- Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
deleteNamespacedVirtualMachineInstanceMigration
public V1Status deleteNamespacedVirtualMachineInstanceMigration(V1DeleteOptions body, java.lang.String namespace, java.lang.String name, java.lang.Integer gracePeriodSeconds, java.lang.Boolean orphanDependents, java.lang.String propagationPolicy) throws io.kubernetes.client.ApiException
Delete a VirtualMachineInstanceMigration object.- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)gracePeriodSeconds
- The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. (optional)orphanDependents
- Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. (optional)propagationPolicy
- Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. (optional)- Returns:
- V1Status
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deleteNamespacedVirtualMachineInstanceMigrationWithHttpInfo
public io.kubernetes.client.ApiResponse<V1Status> deleteNamespacedVirtualMachineInstanceMigrationWithHttpInfo(V1DeleteOptions body, java.lang.String namespace, java.lang.String name, java.lang.Integer gracePeriodSeconds, java.lang.Boolean orphanDependents, java.lang.String propagationPolicy) throws io.kubernetes.client.ApiException
Delete a VirtualMachineInstanceMigration object.- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)gracePeriodSeconds
- The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. (optional)orphanDependents
- Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. (optional)propagationPolicy
- Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. (optional)- Returns:
- ApiResponse<V1Status>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deleteNamespacedVirtualMachineInstanceMigrationAsync
public com.squareup.okhttp.Call deleteNamespacedVirtualMachineInstanceMigrationAsync(V1DeleteOptions body, java.lang.String namespace, java.lang.String name, java.lang.Integer gracePeriodSeconds, java.lang.Boolean orphanDependents, java.lang.String propagationPolicy, io.kubernetes.client.ApiCallback<V1Status> callback) throws io.kubernetes.client.ApiException
Delete a VirtualMachineInstanceMigration object. (asynchronously)- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)gracePeriodSeconds
- The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. (optional)orphanDependents
- Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. (optional)propagationPolicy
- Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. (optional)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
deleteNamespacedVirtualMachineInstancePresetCall
public com.squareup.okhttp.Call deleteNamespacedVirtualMachineInstancePresetCall(V1DeleteOptions body, java.lang.String namespace, java.lang.String name, java.lang.Integer gracePeriodSeconds, java.lang.Boolean orphanDependents, java.lang.String propagationPolicy, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for deleteNamespacedVirtualMachineInstancePreset- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)gracePeriodSeconds
- The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. (optional)orphanDependents
- Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. (optional)propagationPolicy
- Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
deleteNamespacedVirtualMachineInstancePreset
public V1Status deleteNamespacedVirtualMachineInstancePreset(V1DeleteOptions body, java.lang.String namespace, java.lang.String name, java.lang.Integer gracePeriodSeconds, java.lang.Boolean orphanDependents, java.lang.String propagationPolicy) throws io.kubernetes.client.ApiException
Delete a VirtualMachineInstancePreset object.- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)gracePeriodSeconds
- The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. (optional)orphanDependents
- Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. (optional)propagationPolicy
- Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. (optional)- Returns:
- V1Status
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deleteNamespacedVirtualMachineInstancePresetWithHttpInfo
public io.kubernetes.client.ApiResponse<V1Status> deleteNamespacedVirtualMachineInstancePresetWithHttpInfo(V1DeleteOptions body, java.lang.String namespace, java.lang.String name, java.lang.Integer gracePeriodSeconds, java.lang.Boolean orphanDependents, java.lang.String propagationPolicy) throws io.kubernetes.client.ApiException
Delete a VirtualMachineInstancePreset object.- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)gracePeriodSeconds
- The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. (optional)orphanDependents
- Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. (optional)propagationPolicy
- Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. (optional)- Returns:
- ApiResponse<V1Status>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deleteNamespacedVirtualMachineInstancePresetAsync
public com.squareup.okhttp.Call deleteNamespacedVirtualMachineInstancePresetAsync(V1DeleteOptions body, java.lang.String namespace, java.lang.String name, java.lang.Integer gracePeriodSeconds, java.lang.Boolean orphanDependents, java.lang.String propagationPolicy, io.kubernetes.client.ApiCallback<V1Status> callback) throws io.kubernetes.client.ApiException
Delete a VirtualMachineInstancePreset object. (asynchronously)- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)gracePeriodSeconds
- The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. (optional)orphanDependents
- Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. (optional)propagationPolicy
- Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. (optional)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
deleteNamespacedVirtualMachineInstanceReplicaSetCall
public com.squareup.okhttp.Call deleteNamespacedVirtualMachineInstanceReplicaSetCall(V1DeleteOptions body, java.lang.String namespace, java.lang.String name, java.lang.Integer gracePeriodSeconds, java.lang.Boolean orphanDependents, java.lang.String propagationPolicy, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for deleteNamespacedVirtualMachineInstanceReplicaSet- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)gracePeriodSeconds
- The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. (optional)orphanDependents
- Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. (optional)propagationPolicy
- Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
deleteNamespacedVirtualMachineInstanceReplicaSet
public V1Status deleteNamespacedVirtualMachineInstanceReplicaSet(V1DeleteOptions body, java.lang.String namespace, java.lang.String name, java.lang.Integer gracePeriodSeconds, java.lang.Boolean orphanDependents, java.lang.String propagationPolicy) throws io.kubernetes.client.ApiException
Delete a VirtualMachineInstanceReplicaSet object.- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)gracePeriodSeconds
- The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. (optional)orphanDependents
- Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. (optional)propagationPolicy
- Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. (optional)- Returns:
- V1Status
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deleteNamespacedVirtualMachineInstanceReplicaSetWithHttpInfo
public io.kubernetes.client.ApiResponse<V1Status> deleteNamespacedVirtualMachineInstanceReplicaSetWithHttpInfo(V1DeleteOptions body, java.lang.String namespace, java.lang.String name, java.lang.Integer gracePeriodSeconds, java.lang.Boolean orphanDependents, java.lang.String propagationPolicy) throws io.kubernetes.client.ApiException
Delete a VirtualMachineInstanceReplicaSet object.- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)gracePeriodSeconds
- The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. (optional)orphanDependents
- Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. (optional)propagationPolicy
- Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. (optional)- Returns:
- ApiResponse<V1Status>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deleteNamespacedVirtualMachineInstanceReplicaSetAsync
public com.squareup.okhttp.Call deleteNamespacedVirtualMachineInstanceReplicaSetAsync(V1DeleteOptions body, java.lang.String namespace, java.lang.String name, java.lang.Integer gracePeriodSeconds, java.lang.Boolean orphanDependents, java.lang.String propagationPolicy, io.kubernetes.client.ApiCallback<V1Status> callback) throws io.kubernetes.client.ApiException
Delete a VirtualMachineInstanceReplicaSet object. (asynchronously)- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)gracePeriodSeconds
- The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. (optional)orphanDependents
- Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. (optional)propagationPolicy
- Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. (optional)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
func7Call
public com.squareup.okhttp.Call func7Call(io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for func7- Parameters:
progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
func7
public void func7() throws io.kubernetes.client.ApiException
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
func7WithHttpInfo
public io.kubernetes.client.ApiResponse<java.lang.Void> func7WithHttpInfo() throws io.kubernetes.client.ApiException
- Returns:
- ApiResponse<Void>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
func7Async
public com.squareup.okhttp.Call func7Async(io.kubernetes.client.ApiCallback<java.lang.Void> callback) throws io.kubernetes.client.ApiException
(asynchronously)- Parameters:
callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
getAPIGroupCall
public com.squareup.okhttp.Call getAPIGroupCall(io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for getAPIGroup- Parameters:
progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
getAPIGroup
public V1APIGroup getAPIGroup() throws io.kubernetes.client.ApiException
Get a KubeVirt API group- Returns:
- V1APIGroup
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getAPIGroupWithHttpInfo
public io.kubernetes.client.ApiResponse<V1APIGroup> getAPIGroupWithHttpInfo() throws io.kubernetes.client.ApiException
Get a KubeVirt API group- Returns:
- ApiResponse<V1APIGroup>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getAPIGroupAsync
public com.squareup.okhttp.Call getAPIGroupAsync(io.kubernetes.client.ApiCallback<V1APIGroup> callback) throws io.kubernetes.client.ApiException
Get a KubeVirt API group (asynchronously)- Parameters:
callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
getAPIGroupListCall
public com.squareup.okhttp.Call getAPIGroupListCall(io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for getAPIGroupList- Parameters:
progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
getAPIGroupList
public V1APIGroupList getAPIGroupList() throws io.kubernetes.client.ApiException
Get a KubeVirt API GroupList- Returns:
- V1APIGroupList
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getAPIGroupListWithHttpInfo
public io.kubernetes.client.ApiResponse<V1APIGroupList> getAPIGroupListWithHttpInfo() throws io.kubernetes.client.ApiException
Get a KubeVirt API GroupList- Returns:
- ApiResponse<V1APIGroupList>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getAPIGroupListAsync
public com.squareup.okhttp.Call getAPIGroupListAsync(io.kubernetes.client.ApiCallback<V1APIGroupList> callback) throws io.kubernetes.client.ApiException
Get a KubeVirt API GroupList (asynchronously)- Parameters:
callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
getAPIGroup_0Call
public com.squareup.okhttp.Call getAPIGroup_0Call(io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for getAPIGroup_0- Parameters:
progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
getAPIGroup_0
public V1APIGroup getAPIGroup_0() throws io.kubernetes.client.ApiException
Get a KubeVirt API Group- Returns:
- V1APIGroup
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getAPIGroup_0WithHttpInfo
public io.kubernetes.client.ApiResponse<V1APIGroup> getAPIGroup_0WithHttpInfo() throws io.kubernetes.client.ApiException
Get a KubeVirt API Group- Returns:
- ApiResponse<V1APIGroup>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getAPIGroup_0Async
public com.squareup.okhttp.Call getAPIGroup_0Async(io.kubernetes.client.ApiCallback<V1APIGroup> callback) throws io.kubernetes.client.ApiException
Get a KubeVirt API Group (asynchronously)- Parameters:
callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
getAPIResourcesCall
public com.squareup.okhttp.Call getAPIResourcesCall(io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for getAPIResources- Parameters:
progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
getAPIResources
public V1APIResourceList getAPIResources() throws io.kubernetes.client.ApiException
Get KubeVirt API Resources- Returns:
- V1APIResourceList
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getAPIResourcesWithHttpInfo
public io.kubernetes.client.ApiResponse<V1APIResourceList> getAPIResourcesWithHttpInfo() throws io.kubernetes.client.ApiException
Get KubeVirt API Resources- Returns:
- ApiResponse<V1APIResourceList>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getAPIResourcesAsync
public com.squareup.okhttp.Call getAPIResourcesAsync(io.kubernetes.client.ApiCallback<V1APIResourceList> callback) throws io.kubernetes.client.ApiException
Get KubeVirt API Resources (asynchronously)- Parameters:
callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
getAPIResources_0Call
public com.squareup.okhttp.Call getAPIResources_0Call(io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for getAPIResources_0- Parameters:
progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
getAPIResources_0
public V1APIResourceList getAPIResources_0() throws io.kubernetes.client.ApiException
Get a KubeVirt API resources- Returns:
- V1APIResourceList
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getAPIResources_0WithHttpInfo
public io.kubernetes.client.ApiResponse<V1APIResourceList> getAPIResources_0WithHttpInfo() throws io.kubernetes.client.ApiException
Get a KubeVirt API resources- Returns:
- ApiResponse<V1APIResourceList>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getAPIResources_0Async
public com.squareup.okhttp.Call getAPIResources_0Async(io.kubernetes.client.ApiCallback<V1APIResourceList> callback) throws io.kubernetes.client.ApiException
Get a KubeVirt API resources (asynchronously)- Parameters:
callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
listNamespacedVirtualMachineCall
public com.squareup.okhttp.Call listNamespacedVirtualMachineCall(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for listNamespacedVirtualMachine- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
listNamespacedVirtualMachine
public V1VirtualMachineList listNamespacedVirtualMachine(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Get a list of VirtualMachine objects.- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- V1VirtualMachineList
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listNamespacedVirtualMachineWithHttpInfo
public io.kubernetes.client.ApiResponse<V1VirtualMachineList> listNamespacedVirtualMachineWithHttpInfo(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Get a list of VirtualMachine objects.- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- ApiResponse<V1VirtualMachineList>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listNamespacedVirtualMachineAsync
public com.squareup.okhttp.Call listNamespacedVirtualMachineAsync(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1VirtualMachineList> callback) throws io.kubernetes.client.ApiException
Get a list of VirtualMachine objects. (asynchronously)- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
listNamespacedVirtualMachineInstanceCall
public com.squareup.okhttp.Call listNamespacedVirtualMachineInstanceCall(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for listNamespacedVirtualMachineInstance- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
listNamespacedVirtualMachineInstance
public V1VirtualMachineInstanceList listNamespacedVirtualMachineInstance(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Get a list of VirtualMachineInstance objects.- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- V1VirtualMachineInstanceList
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listNamespacedVirtualMachineInstanceWithHttpInfo
public io.kubernetes.client.ApiResponse<V1VirtualMachineInstanceList> listNamespacedVirtualMachineInstanceWithHttpInfo(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Get a list of VirtualMachineInstance objects.- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- ApiResponse<V1VirtualMachineInstanceList>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listNamespacedVirtualMachineInstanceAsync
public com.squareup.okhttp.Call listNamespacedVirtualMachineInstanceAsync(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1VirtualMachineInstanceList> callback) throws io.kubernetes.client.ApiException
Get a list of VirtualMachineInstance objects. (asynchronously)- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
listNamespacedVirtualMachineInstanceMigrationCall
public com.squareup.okhttp.Call listNamespacedVirtualMachineInstanceMigrationCall(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for listNamespacedVirtualMachineInstanceMigration- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
listNamespacedVirtualMachineInstanceMigration
public V1VirtualMachineInstanceMigrationList listNamespacedVirtualMachineInstanceMigration(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Get a list of VirtualMachineInstanceMigration objects.- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- V1VirtualMachineInstanceMigrationList
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listNamespacedVirtualMachineInstanceMigrationWithHttpInfo
public io.kubernetes.client.ApiResponse<V1VirtualMachineInstanceMigrationList> listNamespacedVirtualMachineInstanceMigrationWithHttpInfo(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Get a list of VirtualMachineInstanceMigration objects.- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- ApiResponse<V1VirtualMachineInstanceMigrationList>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listNamespacedVirtualMachineInstanceMigrationAsync
public com.squareup.okhttp.Call listNamespacedVirtualMachineInstanceMigrationAsync(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1VirtualMachineInstanceMigrationList> callback) throws io.kubernetes.client.ApiException
Get a list of VirtualMachineInstanceMigration objects. (asynchronously)- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
listNamespacedVirtualMachineInstancePresetCall
public com.squareup.okhttp.Call listNamespacedVirtualMachineInstancePresetCall(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for listNamespacedVirtualMachineInstancePreset- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
listNamespacedVirtualMachineInstancePreset
public V1VirtualMachineInstancePresetList listNamespacedVirtualMachineInstancePreset(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Get a list of VirtualMachineInstancePreset objects.- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- V1VirtualMachineInstancePresetList
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listNamespacedVirtualMachineInstancePresetWithHttpInfo
public io.kubernetes.client.ApiResponse<V1VirtualMachineInstancePresetList> listNamespacedVirtualMachineInstancePresetWithHttpInfo(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Get a list of VirtualMachineInstancePreset objects.- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- ApiResponse<V1VirtualMachineInstancePresetList>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listNamespacedVirtualMachineInstancePresetAsync
public com.squareup.okhttp.Call listNamespacedVirtualMachineInstancePresetAsync(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1VirtualMachineInstancePresetList> callback) throws io.kubernetes.client.ApiException
Get a list of VirtualMachineInstancePreset objects. (asynchronously)- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
listNamespacedVirtualMachineInstanceReplicaSetCall
public com.squareup.okhttp.Call listNamespacedVirtualMachineInstanceReplicaSetCall(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for listNamespacedVirtualMachineInstanceReplicaSet- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
listNamespacedVirtualMachineInstanceReplicaSet
public V1VirtualMachineInstanceReplicaSetList listNamespacedVirtualMachineInstanceReplicaSet(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Get a list of VirtualMachineInstanceReplicaSet objects.- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- V1VirtualMachineInstanceReplicaSetList
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listNamespacedVirtualMachineInstanceReplicaSetWithHttpInfo
public io.kubernetes.client.ApiResponse<V1VirtualMachineInstanceReplicaSetList> listNamespacedVirtualMachineInstanceReplicaSetWithHttpInfo(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Get a list of VirtualMachineInstanceReplicaSet objects.- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- ApiResponse<V1VirtualMachineInstanceReplicaSetList>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listNamespacedVirtualMachineInstanceReplicaSetAsync
public com.squareup.okhttp.Call listNamespacedVirtualMachineInstanceReplicaSetAsync(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1VirtualMachineInstanceReplicaSetList> callback) throws io.kubernetes.client.ApiException
Get a list of VirtualMachineInstanceReplicaSet objects. (asynchronously)- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
listVirtualMachineForAllNamespacesCall
public com.squareup.okhttp.Call listVirtualMachineForAllNamespacesCall(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for listVirtualMachineForAllNamespaces- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
listVirtualMachineForAllNamespaces
public V1VirtualMachineList listVirtualMachineForAllNamespaces(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Get a list of all VirtualMachine objects.- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- V1VirtualMachineList
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listVirtualMachineForAllNamespacesWithHttpInfo
public io.kubernetes.client.ApiResponse<V1VirtualMachineList> listVirtualMachineForAllNamespacesWithHttpInfo(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Get a list of all VirtualMachine objects.- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- ApiResponse<V1VirtualMachineList>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listVirtualMachineForAllNamespacesAsync
public com.squareup.okhttp.Call listVirtualMachineForAllNamespacesAsync(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1VirtualMachineList> callback) throws io.kubernetes.client.ApiException
Get a list of all VirtualMachine objects. (asynchronously)- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
listVirtualMachineInstanceForAllNamespacesCall
public com.squareup.okhttp.Call listVirtualMachineInstanceForAllNamespacesCall(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for listVirtualMachineInstanceForAllNamespaces- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
listVirtualMachineInstanceForAllNamespaces
public V1VirtualMachineInstanceList listVirtualMachineInstanceForAllNamespaces(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Get a list of all VirtualMachineInstance objects.- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- V1VirtualMachineInstanceList
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listVirtualMachineInstanceForAllNamespacesWithHttpInfo
public io.kubernetes.client.ApiResponse<V1VirtualMachineInstanceList> listVirtualMachineInstanceForAllNamespacesWithHttpInfo(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Get a list of all VirtualMachineInstance objects.- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- ApiResponse<V1VirtualMachineInstanceList>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listVirtualMachineInstanceForAllNamespacesAsync
public com.squareup.okhttp.Call listVirtualMachineInstanceForAllNamespacesAsync(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1VirtualMachineInstanceList> callback) throws io.kubernetes.client.ApiException
Get a list of all VirtualMachineInstance objects. (asynchronously)- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
listVirtualMachineInstanceMigrationForAllNamespacesCall
public com.squareup.okhttp.Call listVirtualMachineInstanceMigrationForAllNamespacesCall(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for listVirtualMachineInstanceMigrationForAllNamespaces- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
listVirtualMachineInstanceMigrationForAllNamespaces
public V1VirtualMachineInstanceMigrationList listVirtualMachineInstanceMigrationForAllNamespaces(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Get a list of all VirtualMachineInstanceMigration objects.- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- V1VirtualMachineInstanceMigrationList
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listVirtualMachineInstanceMigrationForAllNamespacesWithHttpInfo
public io.kubernetes.client.ApiResponse<V1VirtualMachineInstanceMigrationList> listVirtualMachineInstanceMigrationForAllNamespacesWithHttpInfo(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Get a list of all VirtualMachineInstanceMigration objects.- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- ApiResponse<V1VirtualMachineInstanceMigrationList>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listVirtualMachineInstanceMigrationForAllNamespacesAsync
public com.squareup.okhttp.Call listVirtualMachineInstanceMigrationForAllNamespacesAsync(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1VirtualMachineInstanceMigrationList> callback) throws io.kubernetes.client.ApiException
Get a list of all VirtualMachineInstanceMigration objects. (asynchronously)- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
listVirtualMachineInstancePresetForAllNamespacesCall
public com.squareup.okhttp.Call listVirtualMachineInstancePresetForAllNamespacesCall(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for listVirtualMachineInstancePresetForAllNamespaces- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
listVirtualMachineInstancePresetForAllNamespaces
public V1VirtualMachineInstancePresetList listVirtualMachineInstancePresetForAllNamespaces(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Get a list of all VirtualMachineInstancePreset objects.- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- V1VirtualMachineInstancePresetList
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listVirtualMachineInstancePresetForAllNamespacesWithHttpInfo
public io.kubernetes.client.ApiResponse<V1VirtualMachineInstancePresetList> listVirtualMachineInstancePresetForAllNamespacesWithHttpInfo(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Get a list of all VirtualMachineInstancePreset objects.- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- ApiResponse<V1VirtualMachineInstancePresetList>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listVirtualMachineInstancePresetForAllNamespacesAsync
public com.squareup.okhttp.Call listVirtualMachineInstancePresetForAllNamespacesAsync(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1VirtualMachineInstancePresetList> callback) throws io.kubernetes.client.ApiException
Get a list of all VirtualMachineInstancePreset objects. (asynchronously)- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
listVirtualMachineInstanceReplicaSetForAllNamespacesCall
public com.squareup.okhttp.Call listVirtualMachineInstanceReplicaSetForAllNamespacesCall(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for listVirtualMachineInstanceReplicaSetForAllNamespaces- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
listVirtualMachineInstanceReplicaSetForAllNamespaces
public V1VirtualMachineInstanceReplicaSetList listVirtualMachineInstanceReplicaSetForAllNamespaces(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Get a list of all VirtualMachineInstanceReplicaSet objects.- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- V1VirtualMachineInstanceReplicaSetList
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listVirtualMachineInstanceReplicaSetForAllNamespacesWithHttpInfo
public io.kubernetes.client.ApiResponse<V1VirtualMachineInstanceReplicaSetList> listVirtualMachineInstanceReplicaSetForAllNamespacesWithHttpInfo(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Get a list of all VirtualMachineInstanceReplicaSet objects.- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- ApiResponse<V1VirtualMachineInstanceReplicaSetList>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listVirtualMachineInstanceReplicaSetForAllNamespacesAsync
public com.squareup.okhttp.Call listVirtualMachineInstanceReplicaSetForAllNamespacesAsync(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1VirtualMachineInstanceReplicaSetList> callback) throws io.kubernetes.client.ApiException
Get a list of all VirtualMachineInstanceReplicaSet objects. (asynchronously)- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
migrateCall
public com.squareup.okhttp.Call migrateCall(java.lang.String namespace, java.lang.String name, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for migrate- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
migrate
public void migrate(java.lang.String namespace, java.lang.String name) throws io.kubernetes.client.ApiException
Migrate a running VirtualMachine to another node.- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
migrateWithHttpInfo
public io.kubernetes.client.ApiResponse<java.lang.Void> migrateWithHttpInfo(java.lang.String namespace, java.lang.String name) throws io.kubernetes.client.ApiException
Migrate a running VirtualMachine to another node.- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)- Returns:
- ApiResponse<Void>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
migrateAsync
public com.squareup.okhttp.Call migrateAsync(java.lang.String namespace, java.lang.String name, io.kubernetes.client.ApiCallback<java.lang.Void> callback) throws io.kubernetes.client.ApiException
Migrate a running VirtualMachine to another node. (asynchronously)- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
patchNamespacedVirtualMachineCall
public com.squareup.okhttp.Call patchNamespacedVirtualMachineCall(V1Patch body, java.lang.String namespace, java.lang.String name, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for patchNamespacedVirtualMachine- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
patchNamespacedVirtualMachine
public V1VirtualMachine patchNamespacedVirtualMachine(V1Patch body, java.lang.String namespace, java.lang.String name) throws io.kubernetes.client.ApiException
Patch a VirtualMachine object.- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)- Returns:
- V1VirtualMachine
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
patchNamespacedVirtualMachineWithHttpInfo
public io.kubernetes.client.ApiResponse<V1VirtualMachine> patchNamespacedVirtualMachineWithHttpInfo(V1Patch body, java.lang.String namespace, java.lang.String name) throws io.kubernetes.client.ApiException
Patch a VirtualMachine object.- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)- Returns:
- ApiResponse<V1VirtualMachine>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
patchNamespacedVirtualMachineAsync
public com.squareup.okhttp.Call patchNamespacedVirtualMachineAsync(V1Patch body, java.lang.String namespace, java.lang.String name, io.kubernetes.client.ApiCallback<V1VirtualMachine> callback) throws io.kubernetes.client.ApiException
Patch a VirtualMachine object. (asynchronously)- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
patchNamespacedVirtualMachineInstanceCall
public com.squareup.okhttp.Call patchNamespacedVirtualMachineInstanceCall(V1Patch body, java.lang.String namespace, java.lang.String name, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for patchNamespacedVirtualMachineInstance- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
patchNamespacedVirtualMachineInstance
public V1VirtualMachineInstance patchNamespacedVirtualMachineInstance(V1Patch body, java.lang.String namespace, java.lang.String name) throws io.kubernetes.client.ApiException
Patch a VirtualMachineInstance object.- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)- Returns:
- V1VirtualMachineInstance
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
patchNamespacedVirtualMachineInstanceWithHttpInfo
public io.kubernetes.client.ApiResponse<V1VirtualMachineInstance> patchNamespacedVirtualMachineInstanceWithHttpInfo(V1Patch body, java.lang.String namespace, java.lang.String name) throws io.kubernetes.client.ApiException
Patch a VirtualMachineInstance object.- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)- Returns:
- ApiResponse<V1VirtualMachineInstance>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
patchNamespacedVirtualMachineInstanceAsync
public com.squareup.okhttp.Call patchNamespacedVirtualMachineInstanceAsync(V1Patch body, java.lang.String namespace, java.lang.String name, io.kubernetes.client.ApiCallback<V1VirtualMachineInstance> callback) throws io.kubernetes.client.ApiException
Patch a VirtualMachineInstance object. (asynchronously)- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
patchNamespacedVirtualMachineInstanceMigrationCall
public com.squareup.okhttp.Call patchNamespacedVirtualMachineInstanceMigrationCall(V1Patch body, java.lang.String namespace, java.lang.String name, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for patchNamespacedVirtualMachineInstanceMigration- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
patchNamespacedVirtualMachineInstanceMigration
public V1VirtualMachineInstanceMigration patchNamespacedVirtualMachineInstanceMigration(V1Patch body, java.lang.String namespace, java.lang.String name) throws io.kubernetes.client.ApiException
Patch a VirtualMachineInstanceMigration object.- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)- Returns:
- V1VirtualMachineInstanceMigration
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
patchNamespacedVirtualMachineInstanceMigrationWithHttpInfo
public io.kubernetes.client.ApiResponse<V1VirtualMachineInstanceMigration> patchNamespacedVirtualMachineInstanceMigrationWithHttpInfo(V1Patch body, java.lang.String namespace, java.lang.String name) throws io.kubernetes.client.ApiException
Patch a VirtualMachineInstanceMigration object.- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)- Returns:
- ApiResponse<V1VirtualMachineInstanceMigration>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
patchNamespacedVirtualMachineInstanceMigrationAsync
public com.squareup.okhttp.Call patchNamespacedVirtualMachineInstanceMigrationAsync(V1Patch body, java.lang.String namespace, java.lang.String name, io.kubernetes.client.ApiCallback<V1VirtualMachineInstanceMigration> callback) throws io.kubernetes.client.ApiException
Patch a VirtualMachineInstanceMigration object. (asynchronously)- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
patchNamespacedVirtualMachineInstancePresetCall
public com.squareup.okhttp.Call patchNamespacedVirtualMachineInstancePresetCall(V1Patch body, java.lang.String namespace, java.lang.String name, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for patchNamespacedVirtualMachineInstancePreset- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
patchNamespacedVirtualMachineInstancePreset
public V1VirtualMachineInstancePreset patchNamespacedVirtualMachineInstancePreset(V1Patch body, java.lang.String namespace, java.lang.String name) throws io.kubernetes.client.ApiException
Patch a VirtualMachineInstancePreset object.- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)- Returns:
- V1VirtualMachineInstancePreset
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
patchNamespacedVirtualMachineInstancePresetWithHttpInfo
public io.kubernetes.client.ApiResponse<V1VirtualMachineInstancePreset> patchNamespacedVirtualMachineInstancePresetWithHttpInfo(V1Patch body, java.lang.String namespace, java.lang.String name) throws io.kubernetes.client.ApiException
Patch a VirtualMachineInstancePreset object.- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)- Returns:
- ApiResponse<V1VirtualMachineInstancePreset>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
patchNamespacedVirtualMachineInstancePresetAsync
public com.squareup.okhttp.Call patchNamespacedVirtualMachineInstancePresetAsync(V1Patch body, java.lang.String namespace, java.lang.String name, io.kubernetes.client.ApiCallback<V1VirtualMachineInstancePreset> callback) throws io.kubernetes.client.ApiException
Patch a VirtualMachineInstancePreset object. (asynchronously)- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
patchNamespacedVirtualMachineInstanceReplicaSetCall
public com.squareup.okhttp.Call patchNamespacedVirtualMachineInstanceReplicaSetCall(V1Patch body, java.lang.String namespace, java.lang.String name, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for patchNamespacedVirtualMachineInstanceReplicaSet- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
patchNamespacedVirtualMachineInstanceReplicaSet
public V1VirtualMachineInstanceReplicaSet patchNamespacedVirtualMachineInstanceReplicaSet(V1Patch body, java.lang.String namespace, java.lang.String name) throws io.kubernetes.client.ApiException
Patch a VirtualMachineInstanceReplicaSet object.- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)- Returns:
- V1VirtualMachineInstanceReplicaSet
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
patchNamespacedVirtualMachineInstanceReplicaSetWithHttpInfo
public io.kubernetes.client.ApiResponse<V1VirtualMachineInstanceReplicaSet> patchNamespacedVirtualMachineInstanceReplicaSetWithHttpInfo(V1Patch body, java.lang.String namespace, java.lang.String name) throws io.kubernetes.client.ApiException
Patch a VirtualMachineInstanceReplicaSet object.- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)- Returns:
- ApiResponse<V1VirtualMachineInstanceReplicaSet>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
patchNamespacedVirtualMachineInstanceReplicaSetAsync
public com.squareup.okhttp.Call patchNamespacedVirtualMachineInstanceReplicaSetAsync(V1Patch body, java.lang.String namespace, java.lang.String name, io.kubernetes.client.ApiCallback<V1VirtualMachineInstanceReplicaSet> callback) throws io.kubernetes.client.ApiException
Patch a VirtualMachineInstanceReplicaSet object. (asynchronously)- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
readNamespacedVirtualMachineCall
public com.squareup.okhttp.Call readNamespacedVirtualMachineCall(java.lang.String name, java.lang.String namespace, java.lang.Boolean exact, java.lang.Boolean export, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for readNamespacedVirtualMachine- Parameters:
name
- Name of the resource (required)namespace
- Object name and auth scope, such as for teams and projects (required)exact
- Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. (optional)export
- Should this value be exported. Export strips fields that a user can not specify. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
readNamespacedVirtualMachine
public V1VirtualMachine readNamespacedVirtualMachine(java.lang.String name, java.lang.String namespace, java.lang.Boolean exact, java.lang.Boolean export) throws io.kubernetes.client.ApiException
Get a VirtualMachine object.- Parameters:
name
- Name of the resource (required)namespace
- Object name and auth scope, such as for teams and projects (required)exact
- Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. (optional)export
- Should this value be exported. Export strips fields that a user can not specify. (optional)- Returns:
- V1VirtualMachine
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
readNamespacedVirtualMachineWithHttpInfo
public io.kubernetes.client.ApiResponse<V1VirtualMachine> readNamespacedVirtualMachineWithHttpInfo(java.lang.String name, java.lang.String namespace, java.lang.Boolean exact, java.lang.Boolean export) throws io.kubernetes.client.ApiException
Get a VirtualMachine object.- Parameters:
name
- Name of the resource (required)namespace
- Object name and auth scope, such as for teams and projects (required)exact
- Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. (optional)export
- Should this value be exported. Export strips fields that a user can not specify. (optional)- Returns:
- ApiResponse<V1VirtualMachine>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
readNamespacedVirtualMachineAsync
public com.squareup.okhttp.Call readNamespacedVirtualMachineAsync(java.lang.String name, java.lang.String namespace, java.lang.Boolean exact, java.lang.Boolean export, io.kubernetes.client.ApiCallback<V1VirtualMachine> callback) throws io.kubernetes.client.ApiException
Get a VirtualMachine object. (asynchronously)- Parameters:
name
- Name of the resource (required)namespace
- Object name and auth scope, such as for teams and projects (required)exact
- Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. (optional)export
- Should this value be exported. Export strips fields that a user can not specify. (optional)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
readNamespacedVirtualMachineInstanceCall
public com.squareup.okhttp.Call readNamespacedVirtualMachineInstanceCall(java.lang.String name, java.lang.String namespace, java.lang.Boolean exact, java.lang.Boolean export, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for readNamespacedVirtualMachineInstance- Parameters:
name
- Name of the resource (required)namespace
- Object name and auth scope, such as for teams and projects (required)exact
- Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. (optional)export
- Should this value be exported. Export strips fields that a user can not specify. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
readNamespacedVirtualMachineInstance
public V1VirtualMachineInstance readNamespacedVirtualMachineInstance(java.lang.String name, java.lang.String namespace, java.lang.Boolean exact, java.lang.Boolean export) throws io.kubernetes.client.ApiException
Get a VirtualMachineInstance object.- Parameters:
name
- Name of the resource (required)namespace
- Object name and auth scope, such as for teams and projects (required)exact
- Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. (optional)export
- Should this value be exported. Export strips fields that a user can not specify. (optional)- Returns:
- V1VirtualMachineInstance
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
readNamespacedVirtualMachineInstanceWithHttpInfo
public io.kubernetes.client.ApiResponse<V1VirtualMachineInstance> readNamespacedVirtualMachineInstanceWithHttpInfo(java.lang.String name, java.lang.String namespace, java.lang.Boolean exact, java.lang.Boolean export) throws io.kubernetes.client.ApiException
Get a VirtualMachineInstance object.- Parameters:
name
- Name of the resource (required)namespace
- Object name and auth scope, such as for teams and projects (required)exact
- Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. (optional)export
- Should this value be exported. Export strips fields that a user can not specify. (optional)- Returns:
- ApiResponse<V1VirtualMachineInstance>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
readNamespacedVirtualMachineInstanceAsync
public com.squareup.okhttp.Call readNamespacedVirtualMachineInstanceAsync(java.lang.String name, java.lang.String namespace, java.lang.Boolean exact, java.lang.Boolean export, io.kubernetes.client.ApiCallback<V1VirtualMachineInstance> callback) throws io.kubernetes.client.ApiException
Get a VirtualMachineInstance object. (asynchronously)- Parameters:
name
- Name of the resource (required)namespace
- Object name and auth scope, such as for teams and projects (required)exact
- Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. (optional)export
- Should this value be exported. Export strips fields that a user can not specify. (optional)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
readNamespacedVirtualMachineInstanceMigrationCall
public com.squareup.okhttp.Call readNamespacedVirtualMachineInstanceMigrationCall(java.lang.String name, java.lang.String namespace, java.lang.Boolean exact, java.lang.Boolean export, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for readNamespacedVirtualMachineInstanceMigration- Parameters:
name
- Name of the resource (required)namespace
- Object name and auth scope, such as for teams and projects (required)exact
- Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. (optional)export
- Should this value be exported. Export strips fields that a user can not specify. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
readNamespacedVirtualMachineInstanceMigration
public V1VirtualMachineInstanceMigration readNamespacedVirtualMachineInstanceMigration(java.lang.String name, java.lang.String namespace, java.lang.Boolean exact, java.lang.Boolean export) throws io.kubernetes.client.ApiException
Get a VirtualMachineInstanceMigration object.- Parameters:
name
- Name of the resource (required)namespace
- Object name and auth scope, such as for teams and projects (required)exact
- Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. (optional)export
- Should this value be exported. Export strips fields that a user can not specify. (optional)- Returns:
- V1VirtualMachineInstanceMigration
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
readNamespacedVirtualMachineInstanceMigrationWithHttpInfo
public io.kubernetes.client.ApiResponse<V1VirtualMachineInstanceMigration> readNamespacedVirtualMachineInstanceMigrationWithHttpInfo(java.lang.String name, java.lang.String namespace, java.lang.Boolean exact, java.lang.Boolean export) throws io.kubernetes.client.ApiException
Get a VirtualMachineInstanceMigration object.- Parameters:
name
- Name of the resource (required)namespace
- Object name and auth scope, such as for teams and projects (required)exact
- Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. (optional)export
- Should this value be exported. Export strips fields that a user can not specify. (optional)- Returns:
- ApiResponse<V1VirtualMachineInstanceMigration>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
readNamespacedVirtualMachineInstanceMigrationAsync
public com.squareup.okhttp.Call readNamespacedVirtualMachineInstanceMigrationAsync(java.lang.String name, java.lang.String namespace, java.lang.Boolean exact, java.lang.Boolean export, io.kubernetes.client.ApiCallback<V1VirtualMachineInstanceMigration> callback) throws io.kubernetes.client.ApiException
Get a VirtualMachineInstanceMigration object. (asynchronously)- Parameters:
name
- Name of the resource (required)namespace
- Object name and auth scope, such as for teams and projects (required)exact
- Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. (optional)export
- Should this value be exported. Export strips fields that a user can not specify. (optional)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
readNamespacedVirtualMachineInstancePresetCall
public com.squareup.okhttp.Call readNamespacedVirtualMachineInstancePresetCall(java.lang.String name, java.lang.String namespace, java.lang.Boolean exact, java.lang.Boolean export, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for readNamespacedVirtualMachineInstancePreset- Parameters:
name
- Name of the resource (required)namespace
- Object name and auth scope, such as for teams and projects (required)exact
- Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. (optional)export
- Should this value be exported. Export strips fields that a user can not specify. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
readNamespacedVirtualMachineInstancePreset
public V1VirtualMachineInstancePreset readNamespacedVirtualMachineInstancePreset(java.lang.String name, java.lang.String namespace, java.lang.Boolean exact, java.lang.Boolean export) throws io.kubernetes.client.ApiException
Get a VirtualMachineInstancePreset object.- Parameters:
name
- Name of the resource (required)namespace
- Object name and auth scope, such as for teams and projects (required)exact
- Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. (optional)export
- Should this value be exported. Export strips fields that a user can not specify. (optional)- Returns:
- V1VirtualMachineInstancePreset
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
readNamespacedVirtualMachineInstancePresetWithHttpInfo
public io.kubernetes.client.ApiResponse<V1VirtualMachineInstancePreset> readNamespacedVirtualMachineInstancePresetWithHttpInfo(java.lang.String name, java.lang.String namespace, java.lang.Boolean exact, java.lang.Boolean export) throws io.kubernetes.client.ApiException
Get a VirtualMachineInstancePreset object.- Parameters:
name
- Name of the resource (required)namespace
- Object name and auth scope, such as for teams and projects (required)exact
- Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. (optional)export
- Should this value be exported. Export strips fields that a user can not specify. (optional)- Returns:
- ApiResponse<V1VirtualMachineInstancePreset>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
readNamespacedVirtualMachineInstancePresetAsync
public com.squareup.okhttp.Call readNamespacedVirtualMachineInstancePresetAsync(java.lang.String name, java.lang.String namespace, java.lang.Boolean exact, java.lang.Boolean export, io.kubernetes.client.ApiCallback<V1VirtualMachineInstancePreset> callback) throws io.kubernetes.client.ApiException
Get a VirtualMachineInstancePreset object. (asynchronously)- Parameters:
name
- Name of the resource (required)namespace
- Object name and auth scope, such as for teams and projects (required)exact
- Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. (optional)export
- Should this value be exported. Export strips fields that a user can not specify. (optional)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
readNamespacedVirtualMachineInstanceReplicaSetCall
public com.squareup.okhttp.Call readNamespacedVirtualMachineInstanceReplicaSetCall(java.lang.String name, java.lang.String namespace, java.lang.Boolean exact, java.lang.Boolean export, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for readNamespacedVirtualMachineInstanceReplicaSet- Parameters:
name
- Name of the resource (required)namespace
- Object name and auth scope, such as for teams and projects (required)exact
- Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. (optional)export
- Should this value be exported. Export strips fields that a user can not specify. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
readNamespacedVirtualMachineInstanceReplicaSet
public V1VirtualMachineInstanceReplicaSet readNamespacedVirtualMachineInstanceReplicaSet(java.lang.String name, java.lang.String namespace, java.lang.Boolean exact, java.lang.Boolean export) throws io.kubernetes.client.ApiException
Get a VirtualMachineInstanceReplicaSet object.- Parameters:
name
- Name of the resource (required)namespace
- Object name and auth scope, such as for teams and projects (required)exact
- Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. (optional)export
- Should this value be exported. Export strips fields that a user can not specify. (optional)- Returns:
- V1VirtualMachineInstanceReplicaSet
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
readNamespacedVirtualMachineInstanceReplicaSetWithHttpInfo
public io.kubernetes.client.ApiResponse<V1VirtualMachineInstanceReplicaSet> readNamespacedVirtualMachineInstanceReplicaSetWithHttpInfo(java.lang.String name, java.lang.String namespace, java.lang.Boolean exact, java.lang.Boolean export) throws io.kubernetes.client.ApiException
Get a VirtualMachineInstanceReplicaSet object.- Parameters:
name
- Name of the resource (required)namespace
- Object name and auth scope, such as for teams and projects (required)exact
- Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. (optional)export
- Should this value be exported. Export strips fields that a user can not specify. (optional)- Returns:
- ApiResponse<V1VirtualMachineInstanceReplicaSet>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
readNamespacedVirtualMachineInstanceReplicaSetAsync
public com.squareup.okhttp.Call readNamespacedVirtualMachineInstanceReplicaSetAsync(java.lang.String name, java.lang.String namespace, java.lang.Boolean exact, java.lang.Boolean export, io.kubernetes.client.ApiCallback<V1VirtualMachineInstanceReplicaSet> callback) throws io.kubernetes.client.ApiException
Get a VirtualMachineInstanceReplicaSet object. (asynchronously)- Parameters:
name
- Name of the resource (required)namespace
- Object name and auth scope, such as for teams and projects (required)exact
- Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. (optional)export
- Should this value be exported. Export strips fields that a user can not specify. (optional)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
replaceNamespacedVirtualMachineCall
public com.squareup.okhttp.Call replaceNamespacedVirtualMachineCall(V1VirtualMachine body, java.lang.String namespace, java.lang.String name, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for replaceNamespacedVirtualMachine- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
replaceNamespacedVirtualMachine
public V1VirtualMachine replaceNamespacedVirtualMachine(V1VirtualMachine body, java.lang.String namespace, java.lang.String name) throws io.kubernetes.client.ApiException
Update a VirtualMachine object.- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)- Returns:
- V1VirtualMachine
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
replaceNamespacedVirtualMachineWithHttpInfo
public io.kubernetes.client.ApiResponse<V1VirtualMachine> replaceNamespacedVirtualMachineWithHttpInfo(V1VirtualMachine body, java.lang.String namespace, java.lang.String name) throws io.kubernetes.client.ApiException
Update a VirtualMachine object.- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)- Returns:
- ApiResponse<V1VirtualMachine>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
replaceNamespacedVirtualMachineAsync
public com.squareup.okhttp.Call replaceNamespacedVirtualMachineAsync(V1VirtualMachine body, java.lang.String namespace, java.lang.String name, io.kubernetes.client.ApiCallback<V1VirtualMachine> callback) throws io.kubernetes.client.ApiException
Update a VirtualMachine object. (asynchronously)- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
replaceNamespacedVirtualMachineInstanceCall
public com.squareup.okhttp.Call replaceNamespacedVirtualMachineInstanceCall(V1VirtualMachineInstance body, java.lang.String namespace, java.lang.String name, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for replaceNamespacedVirtualMachineInstance- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
replaceNamespacedVirtualMachineInstance
public V1VirtualMachineInstance replaceNamespacedVirtualMachineInstance(V1VirtualMachineInstance body, java.lang.String namespace, java.lang.String name) throws io.kubernetes.client.ApiException
Update a VirtualMachineInstance object.- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)- Returns:
- V1VirtualMachineInstance
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
replaceNamespacedVirtualMachineInstanceWithHttpInfo
public io.kubernetes.client.ApiResponse<V1VirtualMachineInstance> replaceNamespacedVirtualMachineInstanceWithHttpInfo(V1VirtualMachineInstance body, java.lang.String namespace, java.lang.String name) throws io.kubernetes.client.ApiException
Update a VirtualMachineInstance object.- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)- Returns:
- ApiResponse<V1VirtualMachineInstance>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
replaceNamespacedVirtualMachineInstanceAsync
public com.squareup.okhttp.Call replaceNamespacedVirtualMachineInstanceAsync(V1VirtualMachineInstance body, java.lang.String namespace, java.lang.String name, io.kubernetes.client.ApiCallback<V1VirtualMachineInstance> callback) throws io.kubernetes.client.ApiException
Update a VirtualMachineInstance object. (asynchronously)- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
replaceNamespacedVirtualMachineInstanceMigrationCall
public com.squareup.okhttp.Call replaceNamespacedVirtualMachineInstanceMigrationCall(V1VirtualMachineInstanceMigration body, java.lang.String namespace, java.lang.String name, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for replaceNamespacedVirtualMachineInstanceMigration- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
replaceNamespacedVirtualMachineInstanceMigration
public V1VirtualMachineInstanceMigration replaceNamespacedVirtualMachineInstanceMigration(V1VirtualMachineInstanceMigration body, java.lang.String namespace, java.lang.String name) throws io.kubernetes.client.ApiException
Update a VirtualMachineInstanceMigration object.- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)- Returns:
- V1VirtualMachineInstanceMigration
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
replaceNamespacedVirtualMachineInstanceMigrationWithHttpInfo
public io.kubernetes.client.ApiResponse<V1VirtualMachineInstanceMigration> replaceNamespacedVirtualMachineInstanceMigrationWithHttpInfo(V1VirtualMachineInstanceMigration body, java.lang.String namespace, java.lang.String name) throws io.kubernetes.client.ApiException
Update a VirtualMachineInstanceMigration object.- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)- Returns:
- ApiResponse<V1VirtualMachineInstanceMigration>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
replaceNamespacedVirtualMachineInstanceMigrationAsync
public com.squareup.okhttp.Call replaceNamespacedVirtualMachineInstanceMigrationAsync(V1VirtualMachineInstanceMigration body, java.lang.String namespace, java.lang.String name, io.kubernetes.client.ApiCallback<V1VirtualMachineInstanceMigration> callback) throws io.kubernetes.client.ApiException
Update a VirtualMachineInstanceMigration object. (asynchronously)- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
replaceNamespacedVirtualMachineInstancePresetCall
public com.squareup.okhttp.Call replaceNamespacedVirtualMachineInstancePresetCall(V1VirtualMachineInstancePreset body, java.lang.String namespace, java.lang.String name, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for replaceNamespacedVirtualMachineInstancePreset- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
replaceNamespacedVirtualMachineInstancePreset
public V1VirtualMachineInstancePreset replaceNamespacedVirtualMachineInstancePreset(V1VirtualMachineInstancePreset body, java.lang.String namespace, java.lang.String name) throws io.kubernetes.client.ApiException
Update a VirtualMachineInstancePreset object.- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)- Returns:
- V1VirtualMachineInstancePreset
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
replaceNamespacedVirtualMachineInstancePresetWithHttpInfo
public io.kubernetes.client.ApiResponse<V1VirtualMachineInstancePreset> replaceNamespacedVirtualMachineInstancePresetWithHttpInfo(V1VirtualMachineInstancePreset body, java.lang.String namespace, java.lang.String name) throws io.kubernetes.client.ApiException
Update a VirtualMachineInstancePreset object.- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)- Returns:
- ApiResponse<V1VirtualMachineInstancePreset>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
replaceNamespacedVirtualMachineInstancePresetAsync
public com.squareup.okhttp.Call replaceNamespacedVirtualMachineInstancePresetAsync(V1VirtualMachineInstancePreset body, java.lang.String namespace, java.lang.String name, io.kubernetes.client.ApiCallback<V1VirtualMachineInstancePreset> callback) throws io.kubernetes.client.ApiException
Update a VirtualMachineInstancePreset object. (asynchronously)- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
replaceNamespacedVirtualMachineInstanceReplicaSetCall
public com.squareup.okhttp.Call replaceNamespacedVirtualMachineInstanceReplicaSetCall(V1VirtualMachineInstanceReplicaSet body, java.lang.String namespace, java.lang.String name, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for replaceNamespacedVirtualMachineInstanceReplicaSet- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
replaceNamespacedVirtualMachineInstanceReplicaSet
public V1VirtualMachineInstanceReplicaSet replaceNamespacedVirtualMachineInstanceReplicaSet(V1VirtualMachineInstanceReplicaSet body, java.lang.String namespace, java.lang.String name) throws io.kubernetes.client.ApiException
Update a VirtualMachineInstanceReplicaSet object.- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)- Returns:
- V1VirtualMachineInstanceReplicaSet
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
replaceNamespacedVirtualMachineInstanceReplicaSetWithHttpInfo
public io.kubernetes.client.ApiResponse<V1VirtualMachineInstanceReplicaSet> replaceNamespacedVirtualMachineInstanceReplicaSetWithHttpInfo(V1VirtualMachineInstanceReplicaSet body, java.lang.String namespace, java.lang.String name) throws io.kubernetes.client.ApiException
Update a VirtualMachineInstanceReplicaSet object.- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)- Returns:
- ApiResponse<V1VirtualMachineInstanceReplicaSet>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
replaceNamespacedVirtualMachineInstanceReplicaSetAsync
public com.squareup.okhttp.Call replaceNamespacedVirtualMachineInstanceReplicaSetAsync(V1VirtualMachineInstanceReplicaSet body, java.lang.String namespace, java.lang.String name, io.kubernetes.client.ApiCallback<V1VirtualMachineInstanceReplicaSet> callback) throws io.kubernetes.client.ApiException
Update a VirtualMachineInstanceReplicaSet object. (asynchronously)- Parameters:
body
- (required)namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
restartCall
public com.squareup.okhttp.Call restartCall(java.lang.String namespace, java.lang.String name, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for restart- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
restart
public void restart(java.lang.String namespace, java.lang.String name) throws io.kubernetes.client.ApiException
Restart a VirtualMachine object.- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
restartWithHttpInfo
public io.kubernetes.client.ApiResponse<java.lang.Void> restartWithHttpInfo(java.lang.String namespace, java.lang.String name) throws io.kubernetes.client.ApiException
Restart a VirtualMachine object.- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)- Returns:
- ApiResponse<Void>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
restartAsync
public com.squareup.okhttp.Call restartAsync(java.lang.String namespace, java.lang.String name, io.kubernetes.client.ApiCallback<java.lang.Void> callback) throws io.kubernetes.client.ApiException
Restart a VirtualMachine object. (asynchronously)- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
startCall
public com.squareup.okhttp.Call startCall(java.lang.String namespace, java.lang.String name, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for start- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
start
public void start(java.lang.String namespace, java.lang.String name) throws io.kubernetes.client.ApiException
Start a VirtualMachine object.- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
startWithHttpInfo
public io.kubernetes.client.ApiResponse<java.lang.Void> startWithHttpInfo(java.lang.String namespace, java.lang.String name) throws io.kubernetes.client.ApiException
Start a VirtualMachine object.- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)- Returns:
- ApiResponse<Void>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
startAsync
public com.squareup.okhttp.Call startAsync(java.lang.String namespace, java.lang.String name, io.kubernetes.client.ApiCallback<java.lang.Void> callback) throws io.kubernetes.client.ApiException
Start a VirtualMachine object. (asynchronously)- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
stopCall
public com.squareup.okhttp.Call stopCall(java.lang.String namespace, java.lang.String name, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for stop- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
stop
public void stop(java.lang.String namespace, java.lang.String name) throws io.kubernetes.client.ApiException
Stop a VirtualMachine object.- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
stopWithHttpInfo
public io.kubernetes.client.ApiResponse<java.lang.Void> stopWithHttpInfo(java.lang.String namespace, java.lang.String name) throws io.kubernetes.client.ApiException
Stop a VirtualMachine object.- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)- Returns:
- ApiResponse<Void>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
stopAsync
public com.squareup.okhttp.Call stopAsync(java.lang.String namespace, java.lang.String name, io.kubernetes.client.ApiCallback<java.lang.Void> callback) throws io.kubernetes.client.ApiException
Stop a VirtualMachine object. (asynchronously)- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
testCall
public com.squareup.okhttp.Call testCall(java.lang.String namespace, java.lang.String name, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for test- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
test
public void test(java.lang.String namespace, java.lang.String name) throws io.kubernetes.client.ApiException
Test endpoint verifying apiserver connectivity.- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
testWithHttpInfo
public io.kubernetes.client.ApiResponse<java.lang.Void> testWithHttpInfo(java.lang.String namespace, java.lang.String name) throws io.kubernetes.client.ApiException
Test endpoint verifying apiserver connectivity.- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)- Returns:
- ApiResponse<Void>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
testAsync
public com.squareup.okhttp.Call testAsync(java.lang.String namespace, java.lang.String name, io.kubernetes.client.ApiCallback<java.lang.Void> callback) throws io.kubernetes.client.ApiException
Test endpoint verifying apiserver connectivity. (asynchronously)- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
versionCall
public com.squareup.okhttp.Call versionCall(io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for version- Parameters:
progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
version
public void version() throws io.kubernetes.client.ApiException
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
versionWithHttpInfo
public io.kubernetes.client.ApiResponse<java.lang.Void> versionWithHttpInfo() throws io.kubernetes.client.ApiException
- Returns:
- ApiResponse<Void>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
versionAsync
public com.squareup.okhttp.Call versionAsync(io.kubernetes.client.ApiCallback<java.lang.Void> callback) throws io.kubernetes.client.ApiException
(asynchronously)- Parameters:
callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
vncCall
public com.squareup.okhttp.Call vncCall(java.lang.String namespace, java.lang.String name, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for vnc- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
vnc
public void vnc(java.lang.String namespace, java.lang.String name) throws io.kubernetes.client.ApiException
Open a websocket connection to connect to VNC on the specified VirtualMachineInstance.- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
vncWithHttpInfo
public io.kubernetes.client.ApiResponse<java.lang.Void> vncWithHttpInfo(java.lang.String namespace, java.lang.String name) throws io.kubernetes.client.ApiException
Open a websocket connection to connect to VNC on the specified VirtualMachineInstance.- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)- Returns:
- ApiResponse<Void>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
vncAsync
public com.squareup.okhttp.Call vncAsync(java.lang.String namespace, java.lang.String name, io.kubernetes.client.ApiCallback<java.lang.Void> callback) throws io.kubernetes.client.ApiException
Open a websocket connection to connect to VNC on the specified VirtualMachineInstance. (asynchronously)- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)name
- Name of the resource (required)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
watchNamespacedVirtualMachineCall
public com.squareup.okhttp.Call watchNamespacedVirtualMachineCall(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for watchNamespacedVirtualMachine- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
watchNamespacedVirtualMachine
public V1WatchEvent watchNamespacedVirtualMachine(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Watch a VirtualMachine object.- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- V1WatchEvent
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
watchNamespacedVirtualMachineWithHttpInfo
public io.kubernetes.client.ApiResponse<V1WatchEvent> watchNamespacedVirtualMachineWithHttpInfo(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Watch a VirtualMachine object.- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- ApiResponse<V1WatchEvent>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
watchNamespacedVirtualMachineAsync
public com.squareup.okhttp.Call watchNamespacedVirtualMachineAsync(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1WatchEvent> callback) throws io.kubernetes.client.ApiException
Watch a VirtualMachine object. (asynchronously)- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
watchNamespacedVirtualMachineInstanceCall
public com.squareup.okhttp.Call watchNamespacedVirtualMachineInstanceCall(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for watchNamespacedVirtualMachineInstance- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
watchNamespacedVirtualMachineInstance
public V1WatchEvent watchNamespacedVirtualMachineInstance(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Watch a VirtualMachineInstance object.- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- V1WatchEvent
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
watchNamespacedVirtualMachineInstanceWithHttpInfo
public io.kubernetes.client.ApiResponse<V1WatchEvent> watchNamespacedVirtualMachineInstanceWithHttpInfo(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Watch a VirtualMachineInstance object.- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- ApiResponse<V1WatchEvent>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
watchNamespacedVirtualMachineInstanceAsync
public com.squareup.okhttp.Call watchNamespacedVirtualMachineInstanceAsync(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1WatchEvent> callback) throws io.kubernetes.client.ApiException
Watch a VirtualMachineInstance object. (asynchronously)- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
watchNamespacedVirtualMachineInstanceMigrationCall
public com.squareup.okhttp.Call watchNamespacedVirtualMachineInstanceMigrationCall(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for watchNamespacedVirtualMachineInstanceMigration- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
watchNamespacedVirtualMachineInstanceMigration
public V1WatchEvent watchNamespacedVirtualMachineInstanceMigration(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Watch a VirtualMachineInstanceMigration object.- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- V1WatchEvent
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
watchNamespacedVirtualMachineInstanceMigrationWithHttpInfo
public io.kubernetes.client.ApiResponse<V1WatchEvent> watchNamespacedVirtualMachineInstanceMigrationWithHttpInfo(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Watch a VirtualMachineInstanceMigration object.- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- ApiResponse<V1WatchEvent>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
watchNamespacedVirtualMachineInstanceMigrationAsync
public com.squareup.okhttp.Call watchNamespacedVirtualMachineInstanceMigrationAsync(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1WatchEvent> callback) throws io.kubernetes.client.ApiException
Watch a VirtualMachineInstanceMigration object. (asynchronously)- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
watchNamespacedVirtualMachineInstancePresetCall
public com.squareup.okhttp.Call watchNamespacedVirtualMachineInstancePresetCall(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for watchNamespacedVirtualMachineInstancePreset- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
watchNamespacedVirtualMachineInstancePreset
public V1WatchEvent watchNamespacedVirtualMachineInstancePreset(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Watch a VirtualMachineInstancePreset object.- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- V1WatchEvent
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
watchNamespacedVirtualMachineInstancePresetWithHttpInfo
public io.kubernetes.client.ApiResponse<V1WatchEvent> watchNamespacedVirtualMachineInstancePresetWithHttpInfo(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Watch a VirtualMachineInstancePreset object.- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- ApiResponse<V1WatchEvent>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
watchNamespacedVirtualMachineInstancePresetAsync
public com.squareup.okhttp.Call watchNamespacedVirtualMachineInstancePresetAsync(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1WatchEvent> callback) throws io.kubernetes.client.ApiException
Watch a VirtualMachineInstancePreset object. (asynchronously)- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
watchNamespacedVirtualMachineInstanceReplicaSetCall
public com.squareup.okhttp.Call watchNamespacedVirtualMachineInstanceReplicaSetCall(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for watchNamespacedVirtualMachineInstanceReplicaSet- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
watchNamespacedVirtualMachineInstanceReplicaSet
public V1WatchEvent watchNamespacedVirtualMachineInstanceReplicaSet(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Watch a VirtualMachineInstanceReplicaSet object.- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- V1WatchEvent
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
watchNamespacedVirtualMachineInstanceReplicaSetWithHttpInfo
public io.kubernetes.client.ApiResponse<V1WatchEvent> watchNamespacedVirtualMachineInstanceReplicaSetWithHttpInfo(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Watch a VirtualMachineInstanceReplicaSet object.- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- ApiResponse<V1WatchEvent>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
watchNamespacedVirtualMachineInstanceReplicaSetAsync
public com.squareup.okhttp.Call watchNamespacedVirtualMachineInstanceReplicaSetAsync(java.lang.String namespace, java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1WatchEvent> callback) throws io.kubernetes.client.ApiException
Watch a VirtualMachineInstanceReplicaSet object. (asynchronously)- Parameters:
namespace
- Object name and auth scope, such as for teams and projects (required)_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
watchVirtualMachineInstanceListForAllNamespacesCall
public com.squareup.okhttp.Call watchVirtualMachineInstanceListForAllNamespacesCall(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for watchVirtualMachineInstanceListForAllNamespaces- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
watchVirtualMachineInstanceListForAllNamespaces
public V1WatchEvent watchVirtualMachineInstanceListForAllNamespaces(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Watch a VirtualMachineInstanceList object.- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- V1WatchEvent
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
watchVirtualMachineInstanceListForAllNamespacesWithHttpInfo
public io.kubernetes.client.ApiResponse<V1WatchEvent> watchVirtualMachineInstanceListForAllNamespacesWithHttpInfo(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Watch a VirtualMachineInstanceList object.- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- ApiResponse<V1WatchEvent>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
watchVirtualMachineInstanceListForAllNamespacesAsync
public com.squareup.okhttp.Call watchVirtualMachineInstanceListForAllNamespacesAsync(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1WatchEvent> callback) throws io.kubernetes.client.ApiException
Watch a VirtualMachineInstanceList object. (asynchronously)- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
watchVirtualMachineInstanceMigrationListForAllNamespacesCall
public com.squareup.okhttp.Call watchVirtualMachineInstanceMigrationListForAllNamespacesCall(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for watchVirtualMachineInstanceMigrationListForAllNamespaces- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
watchVirtualMachineInstanceMigrationListForAllNamespaces
public V1WatchEvent watchVirtualMachineInstanceMigrationListForAllNamespaces(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Watch a VirtualMachineInstanceMigrationList object.- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- V1WatchEvent
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
watchVirtualMachineInstanceMigrationListForAllNamespacesWithHttpInfo
public io.kubernetes.client.ApiResponse<V1WatchEvent> watchVirtualMachineInstanceMigrationListForAllNamespacesWithHttpInfo(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Watch a VirtualMachineInstanceMigrationList object.- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- ApiResponse<V1WatchEvent>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
watchVirtualMachineInstanceMigrationListForAllNamespacesAsync
public com.squareup.okhttp.Call watchVirtualMachineInstanceMigrationListForAllNamespacesAsync(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1WatchEvent> callback) throws io.kubernetes.client.ApiException
Watch a VirtualMachineInstanceMigrationList object. (asynchronously)- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
watchVirtualMachineInstancePresetListForAllNamespacesCall
public com.squareup.okhttp.Call watchVirtualMachineInstancePresetListForAllNamespacesCall(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for watchVirtualMachineInstancePresetListForAllNamespaces- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
watchVirtualMachineInstancePresetListForAllNamespaces
public V1WatchEvent watchVirtualMachineInstancePresetListForAllNamespaces(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Watch a VirtualMachineInstancePresetList object.- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- V1WatchEvent
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
watchVirtualMachineInstancePresetListForAllNamespacesWithHttpInfo
public io.kubernetes.client.ApiResponse<V1WatchEvent> watchVirtualMachineInstancePresetListForAllNamespacesWithHttpInfo(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Watch a VirtualMachineInstancePresetList object.- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- ApiResponse<V1WatchEvent>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
watchVirtualMachineInstancePresetListForAllNamespacesAsync
public com.squareup.okhttp.Call watchVirtualMachineInstancePresetListForAllNamespacesAsync(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1WatchEvent> callback) throws io.kubernetes.client.ApiException
Watch a VirtualMachineInstancePresetList object. (asynchronously)- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
watchVirtualMachineInstanceReplicaSetListForAllNamespacesCall
public com.squareup.okhttp.Call watchVirtualMachineInstanceReplicaSetListForAllNamespacesCall(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for watchVirtualMachineInstanceReplicaSetListForAllNamespaces- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
watchVirtualMachineInstanceReplicaSetListForAllNamespaces
public V1WatchEvent watchVirtualMachineInstanceReplicaSetListForAllNamespaces(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Watch a VirtualMachineInstanceReplicaSetList object.- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- V1WatchEvent
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
watchVirtualMachineInstanceReplicaSetListForAllNamespacesWithHttpInfo
public io.kubernetes.client.ApiResponse<V1WatchEvent> watchVirtualMachineInstanceReplicaSetListForAllNamespacesWithHttpInfo(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Watch a VirtualMachineInstanceReplicaSetList object.- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- ApiResponse<V1WatchEvent>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
watchVirtualMachineInstanceReplicaSetListForAllNamespacesAsync
public com.squareup.okhttp.Call watchVirtualMachineInstanceReplicaSetListForAllNamespacesAsync(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1WatchEvent> callback) throws io.kubernetes.client.ApiException
Watch a VirtualMachineInstanceReplicaSetList object. (asynchronously)- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
watchVirtualMachineListForAllNamespacesCall
public com.squareup.okhttp.Call watchVirtualMachineListForAllNamespacesCall(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener, io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws io.kubernetes.client.ApiException
Build call for watchVirtualMachineListForAllNamespaces- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
io.kubernetes.client.ApiException
- If fail to serialize the request body object
-
watchVirtualMachineListForAllNamespaces
public V1WatchEvent watchVirtualMachineListForAllNamespaces(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Watch a VirtualMachineList object.- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- V1WatchEvent
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
watchVirtualMachineListForAllNamespacesWithHttpInfo
public io.kubernetes.client.ApiResponse<V1WatchEvent> watchVirtualMachineListForAllNamespacesWithHttpInfo(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch) throws io.kubernetes.client.ApiException
Watch a VirtualMachineList object.- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)- Returns:
- ApiResponse<V1WatchEvent>
- Throws:
io.kubernetes.client.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
watchVirtualMachineListForAllNamespacesAsync
public com.squareup.okhttp.Call watchVirtualMachineListForAllNamespacesAsync(java.lang.String _continue, java.lang.String fieldSelector, java.lang.Boolean includeUninitialized, java.lang.String labelSelector, java.lang.Integer limit, java.lang.String resourceVersion, java.lang.Integer timeoutSeconds, java.lang.Boolean watch, io.kubernetes.client.ApiCallback<V1WatchEvent> callback) throws io.kubernetes.client.ApiException
Watch a VirtualMachineList object. (asynchronously)- Parameters:
_continue
- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional)fieldSelector
- A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional)includeUninitialized
- If true, partially initialized resources are included in the response. (optional)labelSelector
- A selector to restrict the list of returned objects by their labels. Defaults to everything (optional)limit
- limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional)resourceVersion
- When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. (optional)timeoutSeconds
- TimeoutSeconds for the list/watch call. (optional)watch
- Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
io.kubernetes.client.ApiException
- If fail to process the API call, e.g. serializing the request body object
-
-