Commit d41c5e9b authored by hzma's avatar hzma
Browse files

add print columns for subnet/vpc/vpc-nat-gw crd

parent 0c252cd3
master acl acl-doc add_unknown_to_lsp allow-subnet base/enable-dbg centralized-policy-route chore/show-gw-error chore/size ci/base-update ci/retry ci/trivy ci/update-kind cni crd-print db-monitor debug delete-qos delete-qos-queue doc/optimization doc/vip docs/corigine docs/optimize-cilium ecmp env-check fdb feat/log feat/mcast feat/multicast feat/vpc-lb fix-base fix-dnat fix-resubmit-limit fix/avx512 fix/ecmp-hash fix/gw-del fix/iptables fix/ipv6-svc fix/metrics-name fix/np-log fix/pod-del fix/src-priority fix/subnet-without-protocol fix/uninstall fix_make_kind_reload gc-vm-lsp ip join klog/v2 log/rotate ls-dnat-mod-dl-dst lsp-address lsp-ipam mahz-master monitor/metrics multus multus-cni-update namespace nat-gw nbctl networkpolicy nodeport np_master ns-subnet ovn-controller ovn-db-recover ovs-nonstop ovs-win64-ci perf/4.18 perf/libovsdb perf/optimization perf/route-port-address perf/stt poc policy-route policy-route-1.8 port-group push-img qos qos-e2e qos-query refactor/other_config reflactor_note release-1.10 release-1.8 release-1.8-kubevirt release-1.8-lint release-1.8-monitor release-1.9 release-1.9-monitor release/prepare-1.9 remove_no_need_parms_svcAsName restore revert-1094-vpc-lb revert-1264-yd-master revert-1309-fixcni security/ubuntu-update security/update-ubuntu sg-acl stspod subnet svc sync-ovn-db test/fix-flaky testing update-ovs update/1.7-1.8 update/1.8.2 upgrade-ovs vm-migrate vm-static-ip vpc-nat-gw webhook v1.10.7 v1.10.6 v1.10.5 v1.10.4 v1.10.3 v1.10.2 v1.10.1 v1.10.0 v1.9.14 v1.9.13 v1.9.12 v1.9.10 v1.9.9 v1.9.8 v1.9.7 v1.9.6 v1.9.5 v1.9.4 v1.9.3 v1.9.2 v1.9.1 v1.9.0 v1.8.14 v1.8.12 v1.8.11 v1.8.9 v1.8.8 v1.8.7 v1.8.6 v1.8.5 v1.8.4 v1.8.3 v1.8.2 v1.8.1 v1.8.0
No related merge requests found
Showing with 68 additions and 4 deletions
+68 -4
......@@ -163,7 +163,17 @@ spec:
listKind: VpcNatGatewayList
scope: Cluster
versions:
- name: v1
- additionalPrinterColumns:
- JSONPath: .spec.vpc
name: Vpc
type: string
- JSONPath: .spec.subnet
name: Subnet
type: string
- JSONPath: .spec.lanIp
name: LanIP
type: string
name: v1
served: true
storage: true
schema:
......@@ -250,6 +260,9 @@ spec:
- JSONPath: .status.subnets
name: Subnets
type: string
- JSONPath: .spec.namespaces
name: Namespaces
type: string
validation:
openAPIV3Schema:
properties:
......@@ -423,6 +436,9 @@ spec:
- name: Available
type: number
JSONPath: .status.availableIPs
- name: ExcludeIPs
type: string
JSONPath: .spec.excludeIps
validation:
openAPIV3Schema:
properties:
......
......@@ -172,7 +172,17 @@ spec:
listKind: VpcNatGatewayList
scope: Cluster
versions:
- name: v1
- additionalPrinterColumns:
- jsonPath: .spec.vpc
name: Vpc
type: string
- jsonPath: .spec.subnet
name: Subnet
type: string
- jsonPath: .spec.lanIp
name: LanIP
type: string
name: v1
served: true
storage: true
schema:
......@@ -249,6 +259,9 @@ spec:
- jsonPath: .status.subnets
name: Subnets
type: string
- jsonPath: .spec.namespaces
name: Namespaces
type: string
name: v1
schema:
openAPIV3Schema:
......@@ -445,6 +458,9 @@ spec:
- name: V6Available
type: number
jsonPath: .status.v6availableIPs
- name: ExcludeIPs
type: string
jsonPath: .spec.excludeIps
schema:
openAPIV3Schema:
type: object
......
......@@ -105,6 +105,9 @@ spec:
- name: Available
type: number
JSONPath: .status.availableIPs
- name: ExcludeIPs
type: string
JSONPath: .spec.excludeIps
validation:
openAPIV3Schema:
properties:
......@@ -343,6 +346,9 @@ spec:
- JSONPath: .status.subnets
name: Subnets
type: string
- JSONPath: .spec.namespaces
name: Namespaces
type: string
validation:
openAPIV3Schema:
properties:
......@@ -421,7 +427,17 @@ spec:
listKind: VpcNatGatewayList
scope: Cluster
versions:
- name: v1
- additionalPrinterColumns:
- JSONPath: .spec.vpc
name: Vpc
type: string
- JSONPath: .spec.subnet
name: Subnet
type: string
- JSONPath: .spec.lanIp
name: LanIP
type: string
name: v1
served: true
storage: true
schema:
......
......@@ -118,6 +118,9 @@ spec:
- name: V6Available
type: number
jsonPath: .status.v6availableIPs
- name: ExcludeIPs
type: string
jsonPath: .spec.excludeIps
schema:
openAPIV3Schema:
type: object
......@@ -366,6 +369,9 @@ spec:
- jsonPath: .status.subnets
name: Subnets
type: string
- jsonPath: .spec.namespaces
name: Namespaces
type: string
name: v1
schema:
openAPIV3Schema:
......@@ -457,7 +463,17 @@ spec:
listKind: VpcNatGatewayList
scope: Cluster
versions:
- name: v1
- additionalPrinterColumns:
- jsonPath: .spec.vpc
name: Vpc
type: string
- jsonPath: .spec.subnet
name: Subnet
type: string
- jsonPath: .spec.lanIp
name: LanIP
type: string
name: v1
served: true
storage: true
schema:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment