Uses of Class
io.kubernetes.client.openapi.models.V1alpha1StorageVersion
Packages that use V1alpha1StorageVersion
-
Uses of V1alpha1StorageVersion in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1alpha1StorageVersionModifier and TypeMethodDescriptionInternalApiserverV1alpha1Api.APIcreateStorageVersionRequest.execute()
Execute createStorageVersion requestInternalApiserverV1alpha1Api.APIpatchStorageVersionRequest.execute()
Execute patchStorageVersion requestInternalApiserverV1alpha1Api.APIpatchStorageVersionStatusRequest.execute()
Execute patchStorageVersionStatus requestInternalApiserverV1alpha1Api.APIreadStorageVersionRequest.execute()
Execute readStorageVersion requestInternalApiserverV1alpha1Api.APIreadStorageVersionStatusRequest.execute()
Execute readStorageVersionStatus requestInternalApiserverV1alpha1Api.APIreplaceStorageVersionRequest.execute()
Execute replaceStorageVersion requestInternalApiserverV1alpha1Api.APIreplaceStorageVersionStatusRequest.execute()
Execute replaceStorageVersionStatus requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1alpha1StorageVersionModifier and TypeMethodDescriptionInternalApiserverV1alpha1Api.APIcreateStorageVersionRequest.executeWithHttpInfo()
Execute createStorageVersion request with HTTP info returnedInternalApiserverV1alpha1Api.APIpatchStorageVersionRequest.executeWithHttpInfo()
Execute patchStorageVersion request with HTTP info returnedInternalApiserverV1alpha1Api.APIpatchStorageVersionStatusRequest.executeWithHttpInfo()
Execute patchStorageVersionStatus request with HTTP info returnedInternalApiserverV1alpha1Api.APIreadStorageVersionRequest.executeWithHttpInfo()
Execute readStorageVersion request with HTTP info returnedInternalApiserverV1alpha1Api.APIreadStorageVersionStatusRequest.executeWithHttpInfo()
Execute readStorageVersionStatus request with HTTP info returnedInternalApiserverV1alpha1Api.APIreplaceStorageVersionRequest.executeWithHttpInfo()
Execute replaceStorageVersion request with HTTP info returnedInternalApiserverV1alpha1Api.APIreplaceStorageVersionStatusRequest.executeWithHttpInfo()
Execute replaceStorageVersionStatus request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1alpha1StorageVersionModifier and TypeMethodDescriptionInternalApiserverV1alpha1Api.createStorageVersion
(V1alpha1StorageVersion body) create a StorageVersionInternalApiserverV1alpha1Api.replaceStorageVersion
(String name, V1alpha1StorageVersion body) replace the specified StorageVersionInternalApiserverV1alpha1Api.replaceStorageVersionStatus
(String name, V1alpha1StorageVersion body) replace status of the specified StorageVersionMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1alpha1StorageVersionModifier and TypeMethodDescriptionokhttp3.Call
InternalApiserverV1alpha1Api.APIcreateStorageVersionRequest.executeAsync
(ApiCallback<V1alpha1StorageVersion> _callback) Execute createStorageVersion request (asynchronously)okhttp3.Call
InternalApiserverV1alpha1Api.APIpatchStorageVersionRequest.executeAsync
(ApiCallback<V1alpha1StorageVersion> _callback) Execute patchStorageVersion request (asynchronously)okhttp3.Call
InternalApiserverV1alpha1Api.APIpatchStorageVersionStatusRequest.executeAsync
(ApiCallback<V1alpha1StorageVersion> _callback) Execute patchStorageVersionStatus request (asynchronously)okhttp3.Call
InternalApiserverV1alpha1Api.APIreadStorageVersionRequest.executeAsync
(ApiCallback<V1alpha1StorageVersion> _callback) Execute readStorageVersion request (asynchronously)okhttp3.Call
InternalApiserverV1alpha1Api.APIreadStorageVersionStatusRequest.executeAsync
(ApiCallback<V1alpha1StorageVersion> _callback) Execute readStorageVersionStatus request (asynchronously)okhttp3.Call
InternalApiserverV1alpha1Api.APIreplaceStorageVersionRequest.executeAsync
(ApiCallback<V1alpha1StorageVersion> _callback) Execute replaceStorageVersion request (asynchronously)okhttp3.Call
InternalApiserverV1alpha1Api.APIreplaceStorageVersionStatusRequest.executeAsync
(ApiCallback<V1alpha1StorageVersion> _callback) Execute replaceStorageVersionStatus request (asynchronously) -
Uses of V1alpha1StorageVersion in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha1StorageVersionModifier and TypeMethodDescriptionV1alpha1StorageVersion.apiVersion
(String apiVersion) static V1alpha1StorageVersion
Create an instance of V1alpha1StorageVersion given an JSON stringV1alpha1StorageVersion.metadata
(V1ObjectMeta metadata) V1alpha1StorageVersion.status
(V1alpha1StorageVersionStatus status) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1alpha1StorageVersionModifier and TypeMethodDescriptionV1alpha1StorageVersionList.getItems()
Items holds a list of StorageVersionMethods in io.kubernetes.client.openapi.models with parameters of type V1alpha1StorageVersionModifier and TypeMethodDescriptionV1alpha1StorageVersionList.addItemsItem
(V1alpha1StorageVersion itemsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1alpha1StorageVersionModifier and TypeMethodDescriptionV1alpha1StorageVersionList.items
(List<V1alpha1StorageVersion> items) void
V1alpha1StorageVersionList.setItems
(List<V1alpha1StorageVersion> items)