--- apiVersion: apiextensions.k8s.io/v1beta1 kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: (devel) creationTimestamp: null name: storageclasscapabilities.storage.kubesphere.io spec: group: storage.kubesphere.io names: kind: StorageClassCapability listKind: StorageClassCapabilityList plural: storageclasscapabilities singular: storageclasscapability scope: Namespaced validation: openAPIV3Schema: description: StorageClassCapability is the Schema for the storage class capability API properties: apiVersion: description: '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' type: string kind: description: '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' type: string metadata: type: object spec: description: StorageClassCapabilitySpec defines the desired state of StorageClassCapability properties: features: description: CapabilityFeatures describe storage features properties: snapshot: description: SnapshotFeature describe snapshot features properties: create: type: boolean list: type: boolean required: - create - list type: object topology: type: boolean volume: description: VolumeFeature describe volume features properties: attach: type: boolean clone: type: boolean create: type: boolean expandMode: type: string list: type: boolean stats: type: boolean required: - attach - clone - create - expandMode - list - stats type: object required: - snapshot - topology - volume type: object provisioner: type: string required: - features - provisioner type: object required: - spec type: object version: v1alpha1 versions: - name: v1alpha1 served: true storage: true status: acceptedNames: kind: "" plural: "" conditions: [] storedVersions: []