apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: creationTimestamp: null name: hpevolumeinfos.storage.hpe.com spec: group: storage.hpe.com names: kind: HPEVolumeInfo plural: hpevolumeinfos scope: Cluster # list of versions supported by this CustomResourceDefinition versions: - name: v1 # Each version can be enabled/disabled by Served flag. served: true # One and only one version must be marked as the storage version. storage: false schema: openAPIV3Schema: type: object #x-kubernetes-preserve-unknown-fields: true properties: hpeVolumes: description: List of HPE volumes configured for 3PAR/Primera arrays. type: object items: type: object properties: uuid: description: The UUID of the node. type: string record: description: Metadata for the volume type: object - name: v2 # Each version can be enabled/disabled by Served flag. served: true # One and only one version must be marked as the storage version. storage: true schema: openAPIV3Schema: type: object x-kubernetes-preserve-unknown-fields: true properties: hpeVolumes: description: List of HPE volumes configured for 3PAR/Primera arrays. type: object items: type: object properties: uuid: description: The UUID of the node. type: string record: description: Metadata for the volume type: object status: acceptedNames: kind: "" plural: "" conditions: [] storedVersions: []