mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-22 15:30:34 +00:00
Add Gateway CRD
This will be used to store and report the cluster-local engine status. Signed-off-by: Stephen Kitt <skitt@redhat.com>
This commit is contained in:
@@ -26,4 +26,18 @@ spec:
|
||||
kind: Endpoint
|
||||
plural: endpoints
|
||||
scope: Namespaced
|
||||
---
|
||||
apiVersion: apiextensions.k8s.io/v1beta1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
name: gateways.submariner.io
|
||||
annotations:
|
||||
"helm.sh/hook": crd-install
|
||||
spec:
|
||||
group: submariner.io
|
||||
version: v1
|
||||
names:
|
||||
kind: Gateway
|
||||
plural: gateways
|
||||
scope: Namespaced
|
||||
{{- end -}}
|
||||
|
||||
Reference in New Issue
Block a user