OBJECT
KubernetesKindHTTPRoute
HTTPRoute provides a way to route HTTP requests. This includes the capability to match requests by hostname, path, header, or query param. Filters can be used to specify additional processing steps. Backends specify where matching requests should be routed.
link GraphQL Schema definition
- type KubernetesKindHTTPRoute implements KubernetesResourceInterface, Node {
- # Kubernetes resource API version
- String! :
- # Resource context
- KubernetesResourceContext! :
- # Node-compatible globally unique opaque ID field
- ID! :
- # Raw JSON response as produced by KRM API
- JSON! :
- # Kubernetes resource kind coming from resourceKind.kind
- String! :
- # Standard object's metadata. More info:
- # https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
- KubernetesResourceMetadata! :
- # name field, taken from metadata.name
- String! :
- # Relationships to other nodes
- KubernetesKindHTTPRouteRelationships! :
- # Kubernetes resource kind metadata
- KubernetesResourceKind! :
- # Spec defines the desired state of HTTPRoute.
- KubernetesKindHTTPRouteSpec :
- # Status defines the current state of HTTPRoute.
- KubernetesKindHTTPRouteStatus :
- # Raw YAML response as produced by KRM API
- String! :
- }