From a0d6776c0da47a0242d8245da18212797bbbb9bf Mon Sep 17 00:00:00 2001 From: Maciej Szulik Date: Thu, 14 Mar 2019 17:01:41 +0100 Subject: [PATCH] Remove networks.config.openshift.io which is already instantiated by cluster-config-operator --- ...000_07_cluster-network-operator_01_crd.yaml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/manifests/0000_07_cluster-network-operator_01_crd.yaml b/manifests/0000_07_cluster-network-operator_01_crd.yaml index 2ba7f8dc3e..5c3bd4fb66 100644 --- a/manifests/0000_07_cluster-network-operator_01_crd.yaml +++ b/manifests/0000_07_cluster-network-operator_01_crd.yaml @@ -95,21 +95,3 @@ spec: status: type: object ---- - -apiVersion: apiextensions.k8s.io/v1beta1 -kind: CustomResourceDefinition -metadata: - name: networks.config.openshift.io -spec: - group: config.openshift.io - names: - kind: Network - listKind: NetworkList - plural: networks - singular: network - scope: Cluster - versions: - - name: v1 - served: true - storage: true