Skip to content

Commit

Permalink
[api] Adding ServiceUrl in Limitador.Status
Browse files Browse the repository at this point in the history
  • Loading branch information
didierofrivia committed Jun 16, 2022
1 parent e73765c commit 82d8086
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/v1alpha1/limitador_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 82d8086

Please sign in to comment.