Skip to content

Commit

Permalink
subnet print vlan as vpc (#3983)
Browse files Browse the repository at this point in the history
Signed-off-by: bobz965 <[email protected]>
  • Loading branch information
zbb88888 authored May 8, 2024
1 parent 5f64838 commit b64f9fe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/kube-ovn/templates/kube-ovn-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1901,6 +1901,9 @@ spec:
- name: Vpc
type: string
jsonPath: .spec.vpc
- name: Vlan
type: string
jsonPath: .spec.vlan
- name: Protocol
type: string
jsonPath: .spec.protocol
Expand Down
3 changes: 3 additions & 0 deletions dist/images/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2129,6 +2129,9 @@ spec:
- name: Vpc
type: string
jsonPath: .spec.vpc
- name: Vlan
type: string
jsonPath: .spec.vlan
- name: Protocol
type: string
jsonPath: .spec.protocol
Expand Down
3 changes: 3 additions & 0 deletions yamls/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1901,6 +1901,9 @@ spec:
- name: Vpc
type: string
jsonPath: .spec.vpc
- name: Vlan
type: string
jsonPath: .spec.vlan
- name: Protocol
type: string
jsonPath: .spec.protocol
Expand Down

0 comments on commit b64f9fe

Please sign in to comment.