config/crds/bundle_v1alpha1_requirements.yaml (53 lines of code) (raw):

apiVersion: apiextensions.k8s.io/v1beta1 kind: CustomResourceDefinition metadata: creationTimestamp: null labels: controller-tools.k8s.io: "1.0" name: requirements.bundle.gke.io spec: group: bundle.gke.io names: kind: Requirements plural: requirements scope: Namespaced validation: 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/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/api-conventions.md#types-kinds' type: string metadata: type: object require: description: Require specifies components that must be packaged with this component. items: properties: componentName: description: ComponentName (required) specifies the name of a component. type: string version: description: Version specifies the minimum required version present in another components Requirements object. In otherwords, the Version given by ComponentName in a Bundle or Set must be >= to this version, fixing the major version. If version is not included, then any component with the specified ComponentName will be considered a valid match. type: string type: object type: array version: v1alpha1 status: acceptedNames: kind: "" plural: "" conditions: [] storedVersions: []