package
0.0.0-20250305162415-7d76adf7febb
Repository: https://github.com/openshift/local-storage-operator.git
Documentation: pkg.go.dev

# Constants

No description provided by the author
No description provided by the author
PersistentVolumeBlock means the volume will not be formatted with a filesystem and will remain a raw block device.
PersistentVolumeFilesystem means the volume will be or is formatted with a filesystem.

# Variables

AddToScheme adds the types in this group-version to the given scheme.
GroupVersion is group version used to register these objects.
SchemeBuilder is used to add go types to the GroupVersionKind scheme.

# Structs

+kubebuilder:object:root=true +kubebuilder:subresource:status +kubebuilder:resource:path=localvolumes,scope=Namespaced LocalVolume is the Schema for the localvolumes API.
LocalVolumeList contains a list of LocalVolume.
LocalVolumeSpec defines the desired state of LocalVolume.
LocalVolumeStatus defines the observed state of LocalVolume.
StorageClassDevice returns device configuration.

# Type aliases

PersistentVolumeMode describes how a volume is intended to be consumed, either Block or Filesystem.