--- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: name: portworxxcopyvolumepopulators.portworx.io spec: group: portworx.io names: kind: PortworxXcopyVolumePopulator listKind: PortworxXcopyVolumePopulatorList plural: portworxxcopyvolumepopulators shortNames: - pxvp - pxvps singular: portworxxcopyvolumepopulator scope: Namespaced versions: - name: v1beta1 schema: openAPIV3Schema: 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: properties: secretName: description: SecretName is the secret containing FlashArray credentials type: string sourceNamespace: description: SourceNamespace is the namespace of the source FADA PVC type: string sourcePvc: description: SourcePvc is the name of the source FADA PVC type: string required: - secretName - sourceNamespace - sourcePvc type: object status: properties: message: type: string phase: type: string progress: type: string type: object required: - spec type: object served: true storage: true