mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-22 19:00:35 +00:00
Add printer column to gateway CRD (#28)
This commit is contained in:
@@ -40,6 +40,11 @@ spec:
|
|||||||
kind: Gateway
|
kind: Gateway
|
||||||
plural: gateways
|
plural: gateways
|
||||||
scope: Namespaced
|
scope: Namespaced
|
||||||
|
additionalPrinterColumns:
|
||||||
|
- name: ha-status
|
||||||
|
type: string
|
||||||
|
description: High Availability Status of the Gateway
|
||||||
|
JSONPath: .status.haStatus
|
||||||
---
|
---
|
||||||
{{- if .Values.submariner.serviceDiscovery }}
|
{{- if .Values.submariner.serviceDiscovery }}
|
||||||
apiVersion: apiextensions.k8s.io/v1beta1
|
apiVersion: apiextensions.k8s.io/v1beta1
|
||||||
|
|||||||
Reference in New Issue
Block a user