package
4.0.1+incompatible
Repository: https://github.com/kubernetes-csi/external-provisioner.git
Documentation: pkg.go.dev

# Packages

Package topology contains an abstract interface for discovering topology segments for a storage backend and a specific implementation which does that based on the CSINodeDriver.TopologyKeys and the corresponding labels for the nodes.

# Functions

NewController creates a new controller for CSIStorageCapacity objects.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author

# Structs

Controller creates and updates CSIStorageCapacity objects.

# Interfaces

CSICapacityClient is the relevant subset of csi.ControllerClient.
CSIStorageCapacityInterface is a subset of the client-go interface for v1.CSIStorageCapacity.

# Type aliases

CSIStorageCapacityFactory corresponds to StorageV1().CSIStorageCapacities but returns just what we need.