Uses of Class
io.kubernetes.client.openapi.models.V1alpha1VolumeAttributesClass
Packages that use V1alpha1VolumeAttributesClass
-
Uses of V1alpha1VolumeAttributesClass in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1alpha1VolumeAttributesClassModifier and TypeMethodDescriptionStorageV1alpha1Api.APIcreateVolumeAttributesClassRequest.execute()Execute createVolumeAttributesClass requestStorageV1alpha1Api.APIdeleteVolumeAttributesClassRequest.execute()Execute deleteVolumeAttributesClass requestStorageV1alpha1Api.APIpatchVolumeAttributesClassRequest.execute()Execute patchVolumeAttributesClass requestStorageV1alpha1Api.APIreadVolumeAttributesClassRequest.execute()Execute readVolumeAttributesClass requestStorageV1alpha1Api.APIreplaceVolumeAttributesClassRequest.execute()Execute replaceVolumeAttributesClass requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1alpha1VolumeAttributesClassModifier and TypeMethodDescriptionStorageV1alpha1Api.APIcreateVolumeAttributesClassRequest.executeWithHttpInfo()Execute createVolumeAttributesClass request with HTTP info returnedStorageV1alpha1Api.APIdeleteVolumeAttributesClassRequest.executeWithHttpInfo()Execute deleteVolumeAttributesClass request with HTTP info returnedStorageV1alpha1Api.APIpatchVolumeAttributesClassRequest.executeWithHttpInfo()Execute patchVolumeAttributesClass request with HTTP info returnedStorageV1alpha1Api.APIreadVolumeAttributesClassRequest.executeWithHttpInfo()Execute readVolumeAttributesClass request with HTTP info returnedStorageV1alpha1Api.APIreplaceVolumeAttributesClassRequest.executeWithHttpInfo()Execute replaceVolumeAttributesClass request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1alpha1VolumeAttributesClassModifier and TypeMethodDescriptionStorageV1alpha1Api.createVolumeAttributesClass(V1alpha1VolumeAttributesClass body) create a VolumeAttributesClassStorageV1alpha1Api.replaceVolumeAttributesClass(String name, V1alpha1VolumeAttributesClass body) replace the specified VolumeAttributesClassMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1alpha1VolumeAttributesClassModifier and TypeMethodDescriptionokhttp3.CallStorageV1alpha1Api.APIcreateVolumeAttributesClassRequest.executeAsync(ApiCallback<V1alpha1VolumeAttributesClass> _callback) Execute createVolumeAttributesClass request (asynchronously)okhttp3.CallStorageV1alpha1Api.APIdeleteVolumeAttributesClassRequest.executeAsync(ApiCallback<V1alpha1VolumeAttributesClass> _callback) Execute deleteVolumeAttributesClass request (asynchronously)okhttp3.CallStorageV1alpha1Api.APIpatchVolumeAttributesClassRequest.executeAsync(ApiCallback<V1alpha1VolumeAttributesClass> _callback) Execute patchVolumeAttributesClass request (asynchronously)okhttp3.CallStorageV1alpha1Api.APIreadVolumeAttributesClassRequest.executeAsync(ApiCallback<V1alpha1VolumeAttributesClass> _callback) Execute readVolumeAttributesClass request (asynchronously)okhttp3.CallStorageV1alpha1Api.APIreplaceVolumeAttributesClassRequest.executeAsync(ApiCallback<V1alpha1VolumeAttributesClass> _callback) Execute replaceVolumeAttributesClass request (asynchronously) -
Uses of V1alpha1VolumeAttributesClass in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha1VolumeAttributesClassModifier and TypeMethodDescriptionV1alpha1VolumeAttributesClass.apiVersion(String apiVersion) V1alpha1VolumeAttributesClass.driverName(String driverName) Create an instance of V1alpha1VolumeAttributesClass given an JSON stringV1alpha1VolumeAttributesClass.metadata(V1ObjectMeta metadata) V1alpha1VolumeAttributesClass.parameters(Map<String, String> parameters) V1alpha1VolumeAttributesClass.putParametersItem(String key, String parametersItem) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1alpha1VolumeAttributesClassModifier and TypeMethodDescriptionV1alpha1VolumeAttributesClassList.getItems()items is the list of VolumeAttributesClass objects.Methods in io.kubernetes.client.openapi.models with parameters of type V1alpha1VolumeAttributesClassModifier and TypeMethodDescriptionV1alpha1VolumeAttributesClassList.addItemsItem(V1alpha1VolumeAttributesClass itemsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1alpha1VolumeAttributesClassModifier and TypeMethodDescriptionV1alpha1VolumeAttributesClassList.items(List<V1alpha1VolumeAttributesClass> items) voidV1alpha1VolumeAttributesClassList.setItems(List<V1alpha1VolumeAttributesClass> items)