package
0.0.0-20180911130330-d3ccc4fb1d66
Repository: https://github.com/rglyons/kube-arangodb.git
Documentation: pkg.go.dev

# Functions

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.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
TODO: move SchemeBuilder with zz_generated.deepcopy.go to k8s.io/api.
SchemeGroupVersion is group version used to register these objects.

# Structs

StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned.
StorageClassList is a collection of storage classes.
VolumeAttachment 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.
VolumeAttachmentSpec is the specification of a VolumeAttachment request.
VolumeAttachmentStatus is the status of a VolumeAttachment request.
VolumeError captures an error encountered during a volume operation.

# Type aliases

VolumeBindingMode indicates how PersistentVolumeClaims should be bound.