Skip to content

Commit

Permalink
fix: typos in the policy CRDs
Browse files Browse the repository at this point in the history
Signed-off-by: Guilherme Cassolato <[email protected]>
  • Loading branch information
guicassolato committed Oct 23, 2024
1 parent bc688df commit d3482e6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api/v1beta3/authpolicy_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ type AuthPolicySpec struct {
// +optional
Defaults *MergeableAuthPolicySpec `json:"defaults,omitempty"`

// Rules to apply as overrides. Override all policy rules lower in the hierarchy. Can be overriden by less specific policy overrides.
// Rules to apply as overrides. Override all policy rules lower in the hierarchy. Can be overridden by less specific policy overrides.
// Use one of: defaults, overrides, or bare set of policy rules (implicit defaults).
// +optional
Overrides *MergeableAuthPolicySpec `json:"overrides,omitempty"`
Expand Down
2 changes: 1 addition & 1 deletion api/v1beta3/ratelimitpolicy_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ type Limit struct {
// +optional
Rates []Rate `json:"rates,omitempty"`

// Source stores the locator of the policy where the limit is orignally defined (internal use)
// Source stores the locator of the policy where the limit is orignaly defined (internal use)
Source string `json:"-"`
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ metadata:
capabilities: Basic Install
categories: Integration & Delivery
containerImage: quay.io/kuadrant/kuadrant-operator:latest
createdAt: "2024-10-22T13:09:49Z"
createdAt: "2024-10-23T14:18:15Z"
description: A Kubernetes Operator to manage the lifecycle of the Kuadrant system
operators.operatorframework.io/builder: operator-sdk-v1.32.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
Expand Down
2 changes: 1 addition & 1 deletion bundle/manifests/kuadrant.io_authpolicies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2280,7 +2280,7 @@ spec:
type: object
overrides:
description: |-
Rules to apply as overrides. Override all policy rules lower in the hierarchy. Can be overriden by less specific policy overrides.
Rules to apply as overrides. Override all policy rules lower in the hierarchy. Can be overridden by less specific policy overrides.
Use one of: defaults, overrides, or bare set of policy rules (implicit defaults).
properties:
patterns:
Expand Down
2 changes: 1 addition & 1 deletion charts/kuadrant-operator/templates/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2280,7 +2280,7 @@ spec:
type: object
overrides:
description: |-
Rules to apply as overrides. Override all policy rules lower in the hierarchy. Can be overriden by less specific policy overrides.
Rules to apply as overrides. Override all policy rules lower in the hierarchy. Can be overridden by less specific policy overrides.
Use one of: defaults, overrides, or bare set of policy rules (implicit defaults).
properties:
patterns:
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/kuadrant.io_authpolicies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2279,7 +2279,7 @@ spec:
type: object
overrides:
description: |-
Rules to apply as overrides. Override all policy rules lower in the hierarchy. Can be overriden by less specific policy overrides.
Rules to apply as overrides. Override all policy rules lower in the hierarchy. Can be overridden by less specific policy overrides.
Use one of: defaults, overrides, or bare set of policy rules (implicit defaults).
properties:
patterns:
Expand Down

0 comments on commit d3482e6

Please sign in to comment.