NAME
IO::K8s::GatewayAPI::V1::GatewayStatus - Status defines the current state of Gateway.
VERSION
version 1.108
addresses
Addresses lists the network addresses that have been bound to the Gateway.
This list may differ from the addresses provided in the spec under some conditions:
* no addresses are specified, all addresses are dynamically assigned
* a combination of specified and dynamic addresses are assigned
* a specified address was unusable (e.g. already in use)
attachedListenerSets
AttachedListenerSets represents the total number of ListenerSets that have been successfully attached to this Gateway.
A ListenerSet is successfully attached to a Gateway when all the following conditions are met: - The ListenerSet is selected by the Gateway's AllowedListeners field - The ListenerSet has a valid ParentRef selecting the Gateway - The ListenerSet's status has the condition "Accepted: true"
Uses for this field include troubleshooting AttachedListenerSets attachment and measuring blast radius/impact of changes to a Gateway.
conditions
Conditions describe the current conditions of the Gateway.
Implementations should prefer to express Gateway conditions using the `GatewayConditionType` and `GatewayConditionReason` constants so that operators and tools can converge on a common vocabulary to describe Gateway state.
Known condition types are:
* "Accepted" * "Programmed" * "Ready"
listeners
Listeners provide status for each unique listener port defined in the Spec.
SUPPORT
Issues
Please report bugs and feature requests on GitHub at https://github.com/pplu/io-k8s-p5/issues.
CONTRIBUTING
Contributions are welcome! Please fork the repository and submit a pull request.
AUTHORS
Torsten Raudssus <getty@cpan.org>
Jose Luis Martinez Torres <jlmartin@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2018-2026 by Jose Luis Martinez Torres <jlmartin@cpan.org>.
This is free software, licensed under:
The Apache License, Version 2.0, January 2004