From 8ac63b5c3eeffe62f46253c980b836496d9bba9f Mon Sep 17 00:00:00 2001 From: Shane Bryzak Date: Wed, 27 Mar 2019 19:20:07 +1000 Subject: [PATCH] Added gitpush crd Signed-off-by: Shane Bryzak --- .../crds/devconsole_v1alpha1_gitpush_crd.yaml | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 deploy/crds/devconsole_v1alpha1_gitpush_crd.yaml 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