Skip to content

Commit

Permalink
remove external egress gateway from additionalPrinterColumns
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzujian committed Aug 12, 2021
1 parent b874cc5 commit 386d616
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 36 deletions.
9 changes: 0 additions & 9 deletions dist/images/install-pre-1.16.sh
Original file line number Diff line number Diff line change
Expand Up @@ -411,15 +411,6 @@ spec:
- name: NAT
type: boolean
JSONPath: .spec.natOutgoing
- name: ExternalEgressGateway
type: string
JSONPath: .spec.externalEgressGateway
- name: PolicyRoutingPriority
type: integer
JSONPath: .spec.policyRoutingPriority
- name: PolicyRoutingTableID
type: integer
JSONPath: .spec.policyRoutingTableID
- name: Default
type: boolean
JSONPath: .spec.default
Expand Down
9 changes: 0 additions & 9 deletions dist/images/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -427,15 +427,6 @@ spec:
- name: NAT
type: boolean
jsonPath: .spec.natOutgoing
- name: ExternalEgressGateway
type: string
jsonPath: .spec.externalEgressGateway
- name: PolicyRoutingPriority
type: integer
jsonPath: .spec.policyRoutingPriority
- name: PolicyRoutingTableID
type: integer
jsonPath: .spec.policyRoutingTableID
- name: Default
type: boolean
jsonPath: .spec.default
Expand Down
9 changes: 0 additions & 9 deletions yamls/crd-pre-1.16.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,6 @@ spec:
- name: NAT
type: boolean
JSONPath: .spec.natOutgoing
- name: ExternalEgressGateway
type: string
JSONPath: .spec.externalEgressGateway
- name: PolicyRoutingPriority
type: integer
JSONPath: .spec.policyRoutingPriority
- name: PolicyRoutingTableID
type: integer
JSONPath: .spec.policyRoutingTableID
- name: Default
type: boolean
JSONPath: .spec.default
Expand Down
9 changes: 0 additions & 9 deletions yamls/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,6 @@ spec:
- name: NAT
type: boolean
jsonPath: .spec.natOutgoing
- name: ExternalEgressGateway
type: string
jsonPath: .spec.externalEgressGateway
- name: PolicyRoutingPriority
type: integer
jsonPath: .spec.policyRoutingPriority
- name: PolicyRoutingTableID
type: integer
jsonPath: .spec.policyRoutingTableID
- name: Default
type: boolean
jsonPath: .spec.default
Expand Down

0 comments on commit 386d616

Please sign in to comment.