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.createVolumeAttributesClass(V1alpha1VolumeAttributesClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a VolumeAttributesClassStorageV1alpha1Api.deleteVolumeAttributesClass(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean ignoreStoreReadErrorWithClusterBreakingPotential, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a VolumeAttributesClassStorageV1alpha1Api.patchVolumeAttributesClass(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified VolumeAttributesClassStorageV1alpha1Api.readVolumeAttributesClass(String name, String pretty) read the specified VolumeAttributesClassStorageV1alpha1Api.replaceVolumeAttributesClass(String name, V1alpha1VolumeAttributesClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified VolumeAttributesClassMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1alpha1VolumeAttributesClassModifier and TypeMethodDescriptionStorageV1alpha1Api.createVolumeAttributesClassWithHttpInfo(V1alpha1VolumeAttributesClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a VolumeAttributesClassStorageV1alpha1Api.deleteVolumeAttributesClassWithHttpInfo(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean ignoreStoreReadErrorWithClusterBreakingPotential, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a VolumeAttributesClassStorageV1alpha1Api.patchVolumeAttributesClassWithHttpInfo(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified VolumeAttributesClassStorageV1alpha1Api.readVolumeAttributesClassWithHttpInfo(String name, String pretty) read the specified VolumeAttributesClassStorageV1alpha1Api.replaceVolumeAttributesClassWithHttpInfo(String name, V1alpha1VolumeAttributesClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified VolumeAttributesClassMethods in io.kubernetes.client.openapi.apis with parameters of type V1alpha1VolumeAttributesClassModifier and TypeMethodDescriptionStorageV1alpha1Api.createVolumeAttributesClass(V1alpha1VolumeAttributesClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a VolumeAttributesClassokhttp3.CallStorageV1alpha1Api.createVolumeAttributesClassAsync(V1alpha1VolumeAttributesClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1alpha1VolumeAttributesClass> _callback) (asynchronously) create a VolumeAttributesClassokhttp3.CallStorageV1alpha1Api.createVolumeAttributesClassCall(V1alpha1VolumeAttributesClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createVolumeAttributesClassStorageV1alpha1Api.createVolumeAttributesClassWithHttpInfo(V1alpha1VolumeAttributesClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a VolumeAttributesClassStorageV1alpha1Api.replaceVolumeAttributesClass(String name, V1alpha1VolumeAttributesClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified VolumeAttributesClassokhttp3.CallStorageV1alpha1Api.replaceVolumeAttributesClassAsync(String name, V1alpha1VolumeAttributesClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1alpha1VolumeAttributesClass> _callback) (asynchronously) replace the specified VolumeAttributesClassokhttp3.CallStorageV1alpha1Api.replaceVolumeAttributesClassCall(String name, V1alpha1VolumeAttributesClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceVolumeAttributesClassStorageV1alpha1Api.replaceVolumeAttributesClassWithHttpInfo(String name, V1alpha1VolumeAttributesClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified VolumeAttributesClassMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1alpha1VolumeAttributesClassModifier and TypeMethodDescriptionokhttp3.CallStorageV1alpha1Api.createVolumeAttributesClassAsync(V1alpha1VolumeAttributesClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1alpha1VolumeAttributesClass> _callback) (asynchronously) create a VolumeAttributesClassokhttp3.CallStorageV1alpha1Api.deleteVolumeAttributesClassAsync(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean ignoreStoreReadErrorWithClusterBreakingPotential, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1alpha1VolumeAttributesClass> _callback) (asynchronously) delete a VolumeAttributesClassokhttp3.CallStorageV1alpha1Api.patchVolumeAttributesClassAsync(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1alpha1VolumeAttributesClass> _callback) (asynchronously) partially update the specified VolumeAttributesClassokhttp3.CallStorageV1alpha1Api.readVolumeAttributesClassAsync(String name, String pretty, ApiCallback<V1alpha1VolumeAttributesClass> _callback) (asynchronously) read the specified VolumeAttributesClassokhttp3.CallStorageV1alpha1Api.replaceVolumeAttributesClassAsync(String name, V1alpha1VolumeAttributesClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1alpha1VolumeAttributesClass> _callback) (asynchronously) replace the specified VolumeAttributesClass -
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) V1alpha1VolumeAttributesClass.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)