Add mandatory Gateway API label to the policy CRDs #502
Annotations
2 errors and 1 warning
api/v1beta2/ratelimitpolicy_types.go#L1
Please run gofmt -s.
diff --git a/api/v1beta2/ratelimitpolicy_types.go b/api/v1beta2/ratelimitpolicy_types.go
index 2c399e9..512c015 100644
--- a/api/v1beta2/ratelimitpolicy_types.go
+++ b/api/v1beta2/ratelimitpolicy_types.go
@@ -159,8 +159,8 @@ func (s *RateLimitPolicyStatus) Equals(other *RateLimitPolicyStatus, logger logr
}
// RateLimitPolicy is the Schema for the ratelimitpolicies API
-//+kubebuilder:object:root=true
-//+kubebuilder:subresource:status
+// +kubebuilder:object:root=true
+// +kubebuilder:subresource:status
// +kubebuilder:metadata:labels="gateway.networking.k8s.io/policy=inherited"
type RateLimitPolicy struct {
metav1.TypeMeta `json:",inline"`
|
|
|
The logs for this run have expired and are no longer available.
Loading