Skip to content

Commit dfe12a7

Browse files
authored
Merge pull request #2053 from k8s-infra-cherrypick-robot/cherry-pick-2050-to-release-0.7
[release-0.7] docs: `AttachedRoutes` docs update
2 parents 6696019 + 5bc76ab commit dfe12a7

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

apis/v1beta1/gateway_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ type ListenerStatus struct {
674674
// +kubebuilder:validation:MaxItems=8
675675
SupportedKinds []RouteGroupKind `json:"supportedKinds"`
676676

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

config/crd/experimental/gateway.networking.k8s.io_gateways.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/standard/gateway.networking.k8s.io_gateways.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)