We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c06c08e + 6e5542a commit 338824dCopy full SHA for 338824d
cluster/addons/calico-policy-controller/bgpconfigurations-crd.yaml
@@ -0,0 +1,15 @@
1
+apiVersion: apiextensions.k8s.io/v1beta1
2
+kind: CustomResourceDefinition
3
+metadata:
4
+ name: bgpconfigurations.crd.projectcalico.org
5
+ labels:
6
+ kubernetes.io/cluster-service: "true"
7
+ addonmanager.kubernetes.io/mode: Reconcile
8
+spec:
9
+ scope: Cluster
10
+ group: crd.projectcalico.org
11
+ version: v1
12
+ names:
13
+ kind: BGPConfiguration
14
+ plural: bgpconfigurations
15
+ singular: bgpconfiguration
0 commit comments