package
0.0.0-20191024030528-a481964b876e
Repository: https://github.com/divinerapier/learn-kubernetes.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

Kind takes an unqualified kind and returns a Group qualified GroupKind.
Resource takes an unqualified resource and returns a Group qualified GroupResource.

# Constants

GroupName is the group name use in this package.
VolumeBindingImmediate indicates that PersistentVolumeClaims should be immediately provisioned and bound.
VolumeBindingWaitForFirstConsumer indicates that PersistentVolumeClaims should not be provisioned and bound until the first Pod is created that references the PeristentVolumeClaim.
VolumeLifecycleEphemeral indicates that the driver can be used for ephemeral inline volumes.
VolumeLifecyclePersistent explicitly confirms that the driver implements the full CSI spec.

# Variables

No description provided by the author
No description provided by the author
SchemeGroupVersion is group version used to register these objects.

# Structs

CSIDriver captures information about a Container Storage Interface (CSI) volume driver deployed on the cluster.
CSIDriverList is a collection of CSIDriver objects.
CSIDriverSpec is the specification of a CSIDriver.
CSINode holds information about all CSI drivers installed on a node.
CSINodeDriver holds information about the specification of one CSI driver installed on a node.
CSINodeList is a collection of CSINode objects.
CSINodeSpec holds information about the specification of all CSI drivers installed on a node.
StorageClass describes a named "class" of storage offered in a cluster.
StorageClassList is a collection of storage classes.
Captures the intent to attach or detach the specified volume to/from the specified node.
VolumeAttachmentList is a collection of VolumeAttachment objects.
VolumeAttachmentSource represents a volume that should be attached.
The specification of a VolumeAttachment request.
The status of a VolumeAttachment request.
Captures an error encountered during a volume operation.
VolumeNodeResources is a set of resource limits for scheduling of volumes.

# Type aliases

VolumeBindingMode indicates how PersistentVolumeClaims should be bound.
VolumeLifecycleMode specifies how a CSI volume is used in Kubernetes.