Skip to content

Commit a43c8f9

Browse files
committed
Update generated code
Signed-off-by: Nick Young <[email protected]>
1 parent 3f7c78e commit a43c8f9

10 files changed

+22
-22
lines changed

apis/v1alpha2/gateway_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ const (
484484
// Listener is syntactically or semantically invalid.
485485
ListenerReasonInvalid ListenerConditionReason = "Invalid"
486486

487-
// This reason is used with the "Accpeted" and "Ready" conditions when the
487+
// This reason is used with the "Accepted" and "Ready" conditions when the
488488
// Listener is either not yet reconciled or not yet not online and ready to
489489
// accept client traffic.
490490
ListenerReasonPending ListenerConditionReason = "Pending"

apis/v1beta1/gateway_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ const (
828828
// Listener is syntactically or semantically invalid.
829829
ListenerReasonInvalid ListenerConditionReason = "Invalid"
830830

831-
// This reason is used with the "Accpeted" and "Ready" conditions when the
831+
// This reason is used with the "Accepted" and "Ready" conditions when the
832832
// Listener is either not yet reconciled or not yet not online and ready to
833833
// accept client traffic.
834834
ListenerReasonPending ListenerConditionReason = "Pending"

config/crd/experimental/gateway.networking.k8s.io_gatewayclasses.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/experimental/gateway.networking.k8s.io_gateways.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/experimental/gateway.networking.k8s.io_grpcroutes.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/experimental/gateway.networking.k8s.io_httproutes.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/experimental/gateway.networking.k8s.io_tlsroutes.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/standard/gateway.networking.k8s.io_gatewayclasses.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/standard/gateway.networking.k8s.io_gateways.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/standard/gateway.networking.k8s.io_httproutes.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)