From 480872eb16cfa32e2417049743a530c3cb251518 Mon Sep 17 00:00:00 2001 From: Melanie Rush Date: Fri, 5 Jun 2020 11:15:32 -0600 Subject: [PATCH] adding eventhubns shortname miss --- api/v1alpha1/eventhubnamespace_types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/api/v1alpha1/eventhubnamespace_types.go b/api/v1alpha1/eventhubnamespace_types.go index f4caffd63c0..dc219ea9ead 100644 --- a/api/v1alpha1/eventhubnamespace_types.go +++ b/api/v1alpha1/eventhubnamespace_types.go @@ -28,6 +28,7 @@ type EventhubNamespaceSpec struct { // +kubebuilder:object:root=true // +kubebuilder:subresource:status // EventhubNamespace is the Schema for the eventhubnamespaces API +// +kubebuilder:resource:shortName=ehns // +kubebuilder:printcolumn:name="Provisioned",type="string",JSONPath=".status.provisioned" // +kubebuilder:printcolumn:name="Message",type="string",JSONPath=".status.message" type EventhubNamespace struct {