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.
1 parent f0bae6e commit 6e5542aCopy full SHA for 6e5542a
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