apiVersion: apiextensions.k8s.io/v1beta1 kind: CustomResourceDefinition metadata: name: clusterscanprofiles.cis.cattle.io spec: additionalPrinterColumns: - JSONPath: .spec.benchmarkVersion name: BenchmarkVersion type: string group: cis.cattle.io names: kind: ClusterScanProfile plural: clusterscanprofiles scope: Cluster subresources: status: {} validation: openAPIV3Schema: properties: spec: properties: benchmarkVersion: nullable: true type: string skipTests: items: nullable: true type: string nullable: true type: array type: object type: object version: v1 versions: - name: v1 served: true storage: true