Type Definition k8s_gateway_api::GatewayController
source · pub type GatewayController = String;
Expand description
GatewayController is the name of a Gateway API controller. It must be a domain prefixed path.
Valid values include:
- “example.com/bar”
Invalid values include:
- “example.com” - must include path
- “foo.example.com” - must include path