k8s.networking.gateway.v1.Gateway1.0.0
module k8s.networking.gateway.v1.Gateway extends k8s.K8sResource
- Module URI:
- package://pkg.pkl-lang.org/pkl-pantry/k8s.networking.gateway@1.0.0#/v1/Gateway.pklcontent_copy
- Source code:
- Gateway.pkl
Properties()
Methods()
Classes()
-
-
-
-
-
linkclass
ParametersRef is a reference to a resource that contains the configuration parameters corresponding to the Gateway. This is optional if the controller does not require any additional configuration.
-
-
linkclass
AllowedRoutes defines the types of routes that MAY be attached to a Listener and the trusted namespaces where those Route resources MAY be present.
-
-
linkclass
Namespaces indicates namespaces from which Routes may be attached to this Listener. This is restricted to the namespace of this Gateway by default.
-
-
linkclass
A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.
-
-
linkclass
SecretObjectReference identifies an API object including its namespace, defaulting to Secret.
-
-
-
-
Gateway represents an instance of a service-traffic handling infrastructure by binding Listeners to a set of IP addresses.