Skip to content

Commit bc5af87

Browse files
Merge pull request #2957 from kyrtapz/evpn_api_update
CORENET-6543: Align VTEP CRD additionalPrinterColumns with upstream
2 parents 0b4abba + a5238cc commit bc5af87

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

bindata/network/ovn-kubernetes/common/001-crd.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5271,7 +5271,14 @@ spec:
52715271
singular: vtep
52725272
scope: Cluster
52735273
versions:
5274-
- name: v1
5274+
- additionalPrinterColumns:
5275+
- jsonPath: .status.conditions[?(@.type=="Accepted")].status
5276+
name: Accepted
5277+
type: string
5278+
- jsonPath: .status.conditions[?(@.type=="Accepted")].reason
5279+
name: Reason
5280+
type: string
5281+
name: v1
52755282
schema:
52765283
openAPIV3Schema:
52775284
description: VTEP defines VTEP (VXLAN Tunnel Endpoint) IP configuration for

0 commit comments

Comments
 (0)