Class StorageAPIGroupClient
- java.lang.Object
-
- io.fabric8.kubernetes.client.extension.ClientAdapter<StorageAPIGroupClient>
-
- io.fabric8.kubernetes.client.impl.StorageAPIGroupClient
-
- All Implemented Interfaces:
Client,StorageAPIGroupDSL,Closeable,AutoCloseable
public class StorageAPIGroupClient extends ClientAdapter<StorageAPIGroupClient> implements StorageAPIGroupDSL
-
-
Constructor Summary
Constructors Constructor Description StorageAPIGroupClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NonNamespaceOperation<io.fabric8.kubernetes.api.model.storage.CSIDriver,io.fabric8.kubernetes.api.model.storage.CSIDriverList,Resource<io.fabric8.kubernetes.api.model.storage.CSIDriver>>csiDrivers()NonNamespaceOperation<io.fabric8.kubernetes.api.model.storage.CSINode,io.fabric8.kubernetes.api.model.storage.CSINodeList,Resource<io.fabric8.kubernetes.api.model.storage.CSINode>>csiNodes()MixedOperation<io.fabric8.kubernetes.api.model.storage.v1beta1.CSIStorageCapacity,io.fabric8.kubernetes.api.model.storage.v1beta1.CSIStorageCapacityList,Resource<io.fabric8.kubernetes.api.model.storage.v1beta1.CSIStorageCapacity>>csiStorageCapacities()StorageAPIGroupClientnewInstance()MixedOperation<io.fabric8.kubernetes.api.model.storage.StorageClass,io.fabric8.kubernetes.api.model.storage.StorageClassList,Resource<io.fabric8.kubernetes.api.model.storage.StorageClass>>storageClasses()V1StorageAPIGroupDSLv1()V1beta1StorageAPIGroupDSLv1beta1()NonNamespaceOperation<io.fabric8.kubernetes.api.model.storage.VolumeAttachment,io.fabric8.kubernetes.api.model.storage.VolumeAttachmentList,Resource<io.fabric8.kubernetes.api.model.storage.VolumeAttachment>>volumeAttachments()-
Methods inherited from class io.fabric8.kubernetes.client.extension.ClientAdapter
adapt, close, getApiGroup, getApiGroups, getApiResources, getApiVersion, getAPIVersions, getClient, getConfiguration, getHttpClient, getMasterUrl, getNamespace, hasApiGroup, inAnyNamespace, init, inNamespace, newClient, raw, resources, rootPaths, supports, supports, supportsApiPath
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.fabric8.kubernetes.client.Client
adapt, close, getApiGroup, getApiGroups, getApiResources, getApiVersion, getAPIVersions, getConfiguration, getHttpClient, getMasterUrl, getNamespace, hasApiGroup, newClient, raw, raw, resources, resources, rootPaths, supports, supports, supportsApiPath
-
-
-
-
Method Detail
-
storageClasses
public MixedOperation<io.fabric8.kubernetes.api.model.storage.StorageClass,io.fabric8.kubernetes.api.model.storage.StorageClassList,Resource<io.fabric8.kubernetes.api.model.storage.StorageClass>> storageClasses()
- Specified by:
storageClassesin interfaceStorageAPIGroupDSL
-
csiDrivers
public NonNamespaceOperation<io.fabric8.kubernetes.api.model.storage.CSIDriver,io.fabric8.kubernetes.api.model.storage.CSIDriverList,Resource<io.fabric8.kubernetes.api.model.storage.CSIDriver>> csiDrivers()
- Specified by:
csiDriversin interfaceStorageAPIGroupDSL
-
csiNodes
public NonNamespaceOperation<io.fabric8.kubernetes.api.model.storage.CSINode,io.fabric8.kubernetes.api.model.storage.CSINodeList,Resource<io.fabric8.kubernetes.api.model.storage.CSINode>> csiNodes()
- Specified by:
csiNodesin interfaceStorageAPIGroupDSL
-
csiStorageCapacities
public MixedOperation<io.fabric8.kubernetes.api.model.storage.v1beta1.CSIStorageCapacity,io.fabric8.kubernetes.api.model.storage.v1beta1.CSIStorageCapacityList,Resource<io.fabric8.kubernetes.api.model.storage.v1beta1.CSIStorageCapacity>> csiStorageCapacities()
- Specified by:
csiStorageCapacitiesin interfaceStorageAPIGroupDSL
-
volumeAttachments
public NonNamespaceOperation<io.fabric8.kubernetes.api.model.storage.VolumeAttachment,io.fabric8.kubernetes.api.model.storage.VolumeAttachmentList,Resource<io.fabric8.kubernetes.api.model.storage.VolumeAttachment>> volumeAttachments()
- Specified by:
volumeAttachmentsin interfaceStorageAPIGroupDSL
-
v1
public V1StorageAPIGroupDSL v1()
- Specified by:
v1in interfaceStorageAPIGroupDSL
-
v1beta1
public V1beta1StorageAPIGroupDSL v1beta1()
- Specified by:
v1beta1in interfaceStorageAPIGroupDSL
-
newInstance
public StorageAPIGroupClient newInstance()
- Specified by:
newInstancein classClientAdapter<StorageAPIGroupClient>
-
-