APIVersion defines the versioned schema of this representation of an object.
Servers should convert recognized schemas to the latest internal value, and
may reject unrecognized values.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
kindstring
Kind is a string value representing the REST resource this object represents.
Servers may infer this from the endpoint the client submits requests to.
Cannot be updated.
In CamelCase.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
metadataobjectrequired
specobjectrequired
Spec represents the specification of a Ceph Filesystem SubVolumeGroup
clusterIDstring
ClusterID to be used for this subvolume group in the CSI configuration.
It must be unique among all Ceph clusters managed by Rook.
If not specified, the clusterID will be generated and can be found in the CR status.
pattern: ^[a-zA-Z0-9_-]+$
minLength: 1
maxLength: 36
dataPoolNamestring
The data pool name for the Ceph Filesystem subvolume group layout, if the default CephFS pool is not desired.
filesystemNamestringrequired
FilesystemName is the name of Ceph Filesystem SubVolumeGroup volume name. Typically it's the name of
the CephFilesystem CR. If not coming from the CephFilesystem CR, it can be retrieved from the
list of Ceph Filesystem volumes with `ceph fs volume ls`. To learn more about Ceph Filesystem
abstractions see https://docs.ceph.com/en/latest/cephfs/fs-volumes/#fs-volumes-and-subvolumes
namestring
The name of the subvolume group. If not set, the default is the name of the subvolumeGroup CR.
pinningobject
Pinning configuration of CephFilesystemSubVolumeGroup,
reference https://docs.ceph.com/en/latest/cephfs/fs-volumes/#pinning-subvolumes-and-subvolume-groups
only one out of (export, distributed, random) can be set at a time
distributedinteger
minimum: 0
maximum: 1
exportinteger
minimum: -1
maximum: 256
randomnumber
minimum: 0
maximum: 1
quotaobject
Quota size of the Ceph Filesystem subvolume group.