Class V1beta1StorageAPIGroupClient

  • All Implemented Interfaces:
    io.fabric8.kubernetes.client.Client, io.fabric8.kubernetes.client.dsl.V1beta1StorageAPIGroupDSL, Closeable, AutoCloseable

    public class V1beta1StorageAPIGroupClient
    extends io.fabric8.kubernetes.client.extension.ClientAdapter<V1beta1StorageAPIGroupClient>
    implements io.fabric8.kubernetes.client.dsl.V1beta1StorageAPIGroupDSL
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.fabric8.kubernetes.client.dsl.NonNamespaceOperation<io.fabric8.kubernetes.api.model.storage.v1beta1.CSIDriver,​io.fabric8.kubernetes.api.model.storage.v1beta1.CSIDriverList,​io.fabric8.kubernetes.client.dsl.Resource<io.fabric8.kubernetes.api.model.storage.v1beta1.CSIDriver>> csiDrivers()  
      io.fabric8.kubernetes.client.dsl.NonNamespaceOperation<io.fabric8.kubernetes.api.model.storage.v1beta1.CSINode,​io.fabric8.kubernetes.api.model.storage.v1beta1.CSINodeList,​io.fabric8.kubernetes.client.dsl.Resource<io.fabric8.kubernetes.api.model.storage.v1beta1.CSINode>> csiNodes()  
      io.fabric8.kubernetes.client.dsl.MixedOperation<io.fabric8.kubernetes.api.model.storage.v1beta1.CSIStorageCapacity,​io.fabric8.kubernetes.api.model.storage.v1beta1.CSIStorageCapacityList,​io.fabric8.kubernetes.client.dsl.Resource<io.fabric8.kubernetes.api.model.storage.v1beta1.CSIStorageCapacity>> csiStorageCapacities()  
      V1beta1StorageAPIGroupClient newInstance()  
      • 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 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
    • Constructor Detail

      • V1beta1StorageAPIGroupClient

        public V1beta1StorageAPIGroupClient()
    • Method Detail

      • csiDrivers

        public io.fabric8.kubernetes.client.dsl.NonNamespaceOperation<io.fabric8.kubernetes.api.model.storage.v1beta1.CSIDriver,​io.fabric8.kubernetes.api.model.storage.v1beta1.CSIDriverList,​io.fabric8.kubernetes.client.dsl.Resource<io.fabric8.kubernetes.api.model.storage.v1beta1.CSIDriver>> csiDrivers()
        Specified by:
        csiDrivers in interface io.fabric8.kubernetes.client.dsl.V1beta1StorageAPIGroupDSL
      • csiNodes

        public io.fabric8.kubernetes.client.dsl.NonNamespaceOperation<io.fabric8.kubernetes.api.model.storage.v1beta1.CSINode,​io.fabric8.kubernetes.api.model.storage.v1beta1.CSINodeList,​io.fabric8.kubernetes.client.dsl.Resource<io.fabric8.kubernetes.api.model.storage.v1beta1.CSINode>> csiNodes()
        Specified by:
        csiNodes in interface io.fabric8.kubernetes.client.dsl.V1beta1StorageAPIGroupDSL
      • csiStorageCapacities

        public io.fabric8.kubernetes.client.dsl.MixedOperation<io.fabric8.kubernetes.api.model.storage.v1beta1.CSIStorageCapacity,​io.fabric8.kubernetes.api.model.storage.v1beta1.CSIStorageCapacityList,​io.fabric8.kubernetes.client.dsl.Resource<io.fabric8.kubernetes.api.model.storage.v1beta1.CSIStorageCapacity>> csiStorageCapacities()
        Specified by:
        csiStorageCapacities in interface io.fabric8.kubernetes.client.dsl.V1beta1StorageAPIGroupDSL