From 3857c6b9a593d778d068d62f7a24124f9072ad42 Mon Sep 17 00:00:00 2001 From: shivdudhani Date: Wed, 22 May 2019 12:01:33 -0700 Subject: [PATCH] remove enum conditions in crd for kinds --- definitions/install.yaml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/definitions/install.yaml b/definitions/install.yaml index f7ca441a23..a598c8f110 100644 --- a/definitions/install.yaml +++ b/definitions/install.yaml @@ -41,25 +41,6 @@ spec: type: array items: type: string - enum: - - ConfigMap - - CronJob - - DaemonSet - - Deployment - - Endpoints - - HorizontalPodAutoscaler - - Ingress - - Job - - LimitRange - - Namespace - - NetworkPolicy - - PersistentVolumeClaim - - PodDisruptionBudget - - PodTemplate - - ResourceQuota - - Secret - - Service - - StatefulSet name: type: string selector: