Documentation ¶
Index ¶
Constants ¶
View Source
const GroupName = "csi-driver-lvm.metal.extensions.gardener.cloud"
GroupName is the group name use in this package
Variables ¶
View Source
var ( // SchemeBuilder used to register the Shoot resource. SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) // AddToScheme is a pointer to SchemeBuilder.AddToScheme. AddToScheme = SchemeBuilder.AddToScheme )
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: runtime.APIVersionInternal}
SchemeGroupVersion is group version used to register these objects
Functions ¶
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource takes an unqualified resource and returns a Group qualified GroupResource
Types ¶
type CsiDriverLvmConfig ¶
type CsiDriverLvmConfig struct { metav1.TypeMeta // DevicePattern can be used to configure the glob pattern for the devices used by the LVM driver DevicePattern *string // HostWritePath can be used to configure the host write path - used on read-only filesystems (Talos OS "/var/etc/lvm") HostWritePath *string }
CsiDriverLvmConfig configuration resource
func (*CsiDriverLvmConfig) DeepCopy ¶
func (in *CsiDriverLvmConfig) DeepCopy() *CsiDriverLvmConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CsiDriverLvmConfig.
func (*CsiDriverLvmConfig) DeepCopyInto ¶
func (in *CsiDriverLvmConfig) DeepCopyInto(out *CsiDriverLvmConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*CsiDriverLvmConfig) DeepCopyObject ¶
func (in *CsiDriverLvmConfig) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
Click to show internal directories.
Click to hide internal directories.