We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b4abba + a5238cc commit bc5af87Copy full SHA for bc5af87
1 file changed
bindata/network/ovn-kubernetes/common/001-crd.yaml
@@ -5271,7 +5271,14 @@ spec:
5271
singular: vtep
5272
scope: Cluster
5273
versions:
5274
- - name: v1
+ - 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
5281
+ name: v1
5282
schema:
5283
openAPIV3Schema:
5284
description: VTEP defines VTEP (VXLAN Tunnel Endpoint) IP configuration for
0 commit comments