diff --git a/deploy/crds/devconsole_v1alpha1_gitpush_crd.yaml b/deploy/crds/devconsole_v1alpha1_gitpush_crd.yaml new file mode 100644 index 0000000..1396101 --- /dev/null +++ b/deploy/crds/devconsole_v1alpha1_gitpush_crd.yaml @@ -0,0 +1,33 @@ +apiVersion: apiextensions.k8s.io/v1beta1 +kind: CustomResourceDefinition +metadata: + creationTimestamp: null + name: gitpushes.devconsole.openshift.io +spec: + group: devconsole.openshift.io + names: + kind: GitPush + listKind: GitPushList + plural: gitpushes + singular: gitpush + scope: Namespaced + subresources: + status: {} + validation: + openAPIV3Schema: + properties: + apiVersion: + type: string + kind: + type: string + metadata: + type: object + spec: + type: object + status: + type: object + version: v1alpha1 + versions: + - name: v1alpha1 + served: true + storage: true