We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7da26b commit 6557460Copy full SHA for 6557460
apis/v1alpha2/gatewayclass_types.go
@@ -27,6 +27,7 @@ import (
27
// +kubebuilder:subresource:status
28
// +kubebuilder:storageversion
29
// +kubebuilder:printcolumn:name="Controller",type=string,JSONPath=`.spec.controllerName`
30
+// +kubebuilder:printcolumn:name="Accepted",type=string,JSONPath=`.status.conditions[?(@.type=="Accepted")].status`
31
// +kubebuilder:printcolumn:name="Age",type=date,JSONPath=`.metadata.creationTimestamp`
32
// +kubebuilder:printcolumn:name="Description",type=string,JSONPath=`.spec.description`,priority=1
33
0 commit comments