- description:Current state of the TransportServer. If the resource has a valid status, it means it has been validated and accepted by the Ingress Controller.
jsonPath:.status.state
name:State
type:string
- jsonPath:.status.reason
name:Reason
type:string
- jsonPath:.metadata.creationTimestamp
name:Age
type:date
name:v1alpha1
schema:
openAPIV3Schema:
description:TransportServer defines the TransportServer resource.
type:object
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info:https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type:string
kind:
description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info:https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type:string
metadata:
type:object
spec:
description:TransportServerSpec is the spec of the TransportServer resource.
type:object
properties:
action:
description:Action defines an action.
type:object
properties:
pass:
type:string
host:
type:string
ingressClassName:
type:string
listener:
description:TransportServerListener defines a listener for a TransportServer.