diff --git a/api/v1alpha1/limitador_types.go b/api/v1alpha1/limitador_types.go index a0b47a35..29f4268b 100644 --- a/api/v1alpha1/limitador_types.go +++ b/api/v1alpha1/limitador_types.go @@ -42,6 +42,8 @@ type LimitadorSpec struct { type LimitadorStatus struct { // INSERT ADDITIONAL STATUS FIELD - define observed state of cluster // Important: Run "make" to regenerate code after modifying this file + + ServiceURL string `json:"service-url,omitempty"` } //+kubebuilder:object:root=true