Skip to content

Commit

Permalink
Merge pull request #2053 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…2050-to-release-0.7

[release-0.7] docs: `AttachedRoutes` docs update
  • Loading branch information
k8s-ci-robot authored May 22, 2023
2 parents 6696019 + 5bc76ab commit dfe12a7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion apis/v1beta1/gateway_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ type ListenerStatus struct {
// +kubebuilder:validation:MaxItems=8
SupportedKinds []RouteGroupKind `json:"supportedKinds"`

// AttachedRoutes represents the total number of Routes that have been
// AttachedRoutes represents the total number of accepted Routes that have been
// successfully attached to this Listener.
AttachedRoutes int32 `json:"attachedRoutes"`

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions config/crd/standard/gateway.networking.k8s.io_gateways.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dfe12a7

Please sign in to comment.