package
1.11.0-alpha.1
Repository: https://github.com/ceshihao/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
+k8s:conversion-gen=k8s.io/kubernetes/pkg/apis/storage +k8s:conversion-gen-external-types=k8s.io/api/storage/v1 +groupName=storage.k8s.io +k8s:defaulter-gen=TypeMeta +k8s:defaulter-gen-input=../../../../vendor/k8s.io/api/storage/v1.
+k8s:conversion-gen=k8s.io/kubernetes/pkg/apis/storage +k8s:conversion-gen-external-types=k8s.io/api/storage/v1alpha1 +groupName=storage.k8s.io +k8s:defaulter-gen=TypeMeta +k8s:defaulter-gen-input=../../../../vendor/k8s.io/api/storage/v1alpha1.
+k8s:conversion-gen=k8s.io/kubernetes/pkg/apis/storage +k8s:conversion-gen-external-types=k8s.io/api/storage/v1beta1 +groupName=storage.k8s.io +k8s:defaulter-gen=TypeMeta +k8s:defaulter-gen-input=../../../../vendor/k8s.io/api/storage/v1beta1.
No description provided by the author
# 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
SchemeGroupVersion is group version used to register these objects.
# Structs
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.
# Type aliases
VolumeBindingMode indicates how PersistentVolumeClaims should be bound.