Documentation
¶
Index ¶
- Constants
- Variables
- type AllowedRoutes
- type AnnotationKey
- type AnnotationValue
- type BackendObjectReference
- type BackendRef
- type BackendTLSPolicy
- type BackendTLSPolicySpec
- type BackendTLSPolicyValidation
- type CommonRouteSpec
- type Duration
- type GRPCBackendRef
- type GRPCHeaderMatch
- type GRPCHeaderName
- type GRPCMethodMatch
- type GRPCRoute
- type GRPCRouteMatch
- type GRPCRouteRule
- type GRPCRouteSpec
- type Gateway
- type GatewayClass
- type GatewayClassSpec
- type GatewayController
- type GatewayList
- type GatewaySpec
- type GatewayStatus
- type GatewayStatusAddress
- type GatewayTLSConfig
- type Group
- type HTTPBackendRef
- type HTTPHeaderMatch
- type HTTPPathMatch
- type HTTPQueryParamMatch
- type HTTPRoute
- type HTTPRouteFilter
- type HTTPRouteMatch
- type HTTPRouteRule
- type HTTPRouteSpec
- type HTTPRouteStatus
- type Hostname
- type Kind
- type Listener
- type ListenerConditionReason
- type ListenerConditionType
- type ListenerStatus
- type LocalObjectReference
- type LocalPolicyTargetReference
- type LocalPolicyTargetReferenceWithSectionName
- type Namespace
- type ObjectName
- type ParentReference
- type PolicyAncestorStatus
- type PortNumber
- type ProtocolType
- type ReferenceGrant
- type ReferenceGrantFrom
- type ReferenceGrantSpec
- type ReferenceGrantTo
- type RouteConditionReason
- type RouteGroupKind
- type RouteNamespaces
- type RouteParentStatus
- type RouteStatus
- type SecretObjectReference
- type SectionName
- type TCPRoute
- type TCPRouteRule
- type TCPRouteSpec
- type TLSRoute
- type TLSRouteRule
- type TLSRouteSpec
- type UDPRoute
- type UDPRouteRule
- type UDPRouteSpec
Constants ¶
View Source
const ( GatewayConditionAccepted = internal.GatewayConditionAccepted GatewayConditionProgrammed = internal.GatewayConditionProgrammed GatewayReasonProgrammed = internal.GatewayReasonProgrammed HTTPProtocolType = internal.HTTPProtocolType HTTPSProtocolType = internal.HTTPSProtocolType IPAddressType = internal.IPAddressType ListenerConditionConflicted = internal.ListenerConditionConflicted ListenerReasonProtocolConflict = internal.ListenerReasonProtocolConflict NamespacesFromAll = internal.NamespacesFromAll PathMatchExact = internal.PathMatchExact PathMatchPathPrefix = internal.PathMatchPathPrefix RouteConditionAccepted = internal.RouteConditionAccepted RouteReasonAccepted = internal.RouteReasonAccepted RouteReasonNoMatchingParent = internal.RouteReasonNoMatchingParent V1Group = internal.V1Group ListenerConditionResolvedRefs = internal.ListenerConditionResolvedRefs ListenerReasonRefNotPermitted = internal.ListenerReasonRefNotPermitted ListenerConditionProgrammed = internal.ListenerConditionProgrammed ListenerReasonProgrammed = internal.ListenerReasonProgrammed TCPProtocolType = internal.TCPProtocolType UDPProtocolType = internal.UDPProtocolType TLSProtocolType = internal.TLSProtocolType HTTPRouteFilterRequestRedirect = internal.HTTPRouteFilterRequestRedirect FullPathHTTPPathModifier = internal.FullPathHTTPPathModifier PrefixMatchHTTPPathModifier = internal.PrefixMatchHTTPPathModifier PathMatchRegularExpression = internal.PathMatchRegularExpression HeaderMatchRegularExpression = internal.HeaderMatchRegularExpression QueryParamMatchExact = internal.QueryParamMatchExact TLSModePassthrough = internal.TLSModePassthrough TLSModeTerminate = internal.TLSModeTerminate TLSVerifyDepthKey = internal.TLSVerifyDepthKey )
Variables ¶
View Source
var V1GroupVersion = internal.V1GroupVersion
Functions ¶
This section is empty.
Types ¶
type AllowedRoutes ¶
type AllowedRoutes = internal.AllowedRoutes
type AnnotationKey ¶ added in v2.2.0
type AnnotationKey = internal.AnnotationKey
type AnnotationValue ¶ added in v2.2.0
type AnnotationValue = internal.AnnotationValue
type BackendObjectReference ¶
type BackendObjectReference = internal.BackendObjectReference
type BackendRef ¶
type BackendRef = internal.BackendRef
type BackendTLSPolicy ¶ added in v2.2.0
type BackendTLSPolicy = internal.BackendTLSPolicy
type BackendTLSPolicySpec ¶ added in v2.2.0
type BackendTLSPolicySpec = internal.BackendTLSPolicySpec
type BackendTLSPolicyValidation ¶ added in v2.2.0
type BackendTLSPolicyValidation = internal.BackendTLSPolicyValidation
type CommonRouteSpec ¶
type CommonRouteSpec = internal.CommonRouteSpec
type GRPCBackendRef ¶ added in v2.2.0
type GRPCBackendRef = internal.GRPCBackendRef
type GRPCHeaderMatch ¶ added in v2.2.0
type GRPCHeaderMatch = internal.GRPCHeaderMatch
type GRPCHeaderName ¶ added in v2.2.0
type GRPCHeaderName = internal.GRPCHeaderName
type GRPCMethodMatch ¶ added in v2.2.0
type GRPCMethodMatch = internal.GRPCMethodMatch
type GRPCRouteMatch ¶ added in v2.2.0
type GRPCRouteMatch = internal.GRPCRouteMatch
type GRPCRouteRule ¶ added in v2.2.0
type GRPCRouteRule = internal.GRPCRouteRule
type GRPCRouteSpec ¶
type GRPCRouteSpec = internal.GRPCRouteSpec
type GatewayClass ¶
type GatewayClass = internal.GatewayClass
type GatewayClassSpec ¶
type GatewayClassSpec = internal.GatewayClassSpec
type GatewayController ¶
type GatewayController = internal.GatewayController
type GatewayList ¶
type GatewayList = internal.GatewayList
type GatewaySpec ¶
type GatewaySpec = internal.GatewaySpec
type GatewayStatus ¶
type GatewayStatus = internal.GatewayStatus
type GatewayStatusAddress ¶
type GatewayStatusAddress = internal.GatewayStatusAddress
type GatewayTLSConfig ¶ added in v2.2.0
type GatewayTLSConfig = internal.GatewayTLSConfig
type HTTPBackendRef ¶
type HTTPBackendRef = internal.HTTPBackendRef
type HTTPHeaderMatch ¶ added in v2.2.0
type HTTPHeaderMatch = internal.HTTPHeaderMatch
type HTTPPathMatch ¶
type HTTPPathMatch = internal.HTTPPathMatch
type HTTPQueryParamMatch ¶ added in v2.2.0
type HTTPQueryParamMatch = internal.HTTPQueryParamMatch
type HTTPRouteFilter ¶ added in v2.2.0
type HTTPRouteFilter = internal.HTTPRouteFilter
type HTTPRouteMatch ¶
type HTTPRouteMatch = internal.HTTPRouteMatch
type HTTPRouteRule ¶
type HTTPRouteRule = internal.HTTPRouteRule
type HTTPRouteSpec ¶
type HTTPRouteSpec = internal.HTTPRouteSpec
type HTTPRouteStatus ¶
type HTTPRouteStatus = internal.HTTPRouteStatus
type ListenerConditionReason ¶ added in v2.2.0
type ListenerConditionReason = internal.ListenerConditionReason
type ListenerConditionType ¶ added in v2.2.0
type ListenerConditionType = internal.ListenerConditionType
type ListenerStatus ¶
type ListenerStatus = internal.ListenerStatus
type LocalObjectReference ¶ added in v2.2.0
type LocalObjectReference = internal.LocalObjectReference
type LocalPolicyTargetReference ¶ added in v2.2.0
type LocalPolicyTargetReference = internal.LocalPolicyTargetReference
type LocalPolicyTargetReferenceWithSectionName ¶ added in v2.2.0
type LocalPolicyTargetReferenceWithSectionName = internal.LocalPolicyTargetReferenceWithSectionName
type ObjectName ¶
type ObjectName = internal.ObjectName
type ParentReference ¶
type ParentReference = internal.ParentReference
type PolicyAncestorStatus ¶
type PolicyAncestorStatus = internal.PolicyAncestorStatus
type PortNumber ¶
type PortNumber = internal.PortNumber
type ProtocolType ¶ added in v2.2.0
type ProtocolType = internal.ProtocolType
type ReferenceGrant ¶
type ReferenceGrant = internal.ReferenceGrant
type ReferenceGrantFrom ¶
type ReferenceGrantFrom = internal.ReferenceGrantFrom
type ReferenceGrantSpec ¶
type ReferenceGrantSpec = internal.ReferenceGrantSpec
type ReferenceGrantTo ¶
type ReferenceGrantTo = internal.ReferenceGrantTo
type RouteConditionReason ¶ added in v2.2.0
type RouteConditionReason = internal.RouteConditionReason
type RouteGroupKind ¶
type RouteGroupKind = internal.RouteGroupKind
type RouteNamespaces ¶
type RouteNamespaces = internal.RouteNamespaces
type RouteParentStatus ¶
type RouteParentStatus = internal.RouteParentStatus
type RouteStatus ¶
type RouteStatus = internal.RouteStatus
type SecretObjectReference ¶ added in v2.2.0
type SecretObjectReference = internal.SecretObjectReference
type SectionName ¶
type SectionName = internal.SectionName
type TCPRouteRule ¶
type TCPRouteRule = internal.TCPRouteRule
type TCPRouteSpec ¶
type TCPRouteSpec = internal.TCPRouteSpec
type TLSRouteRule ¶
type TLSRouteRule = internal.TLSRouteRule
type TLSRouteSpec ¶
type TLSRouteSpec = internal.TLSRouteSpec
type UDPRouteRule ¶
type UDPRouteRule = internal.UDPRouteRule
type UDPRouteSpec ¶
type UDPRouteSpec = internal.UDPRouteSpec
Click to show internal directories.
Click to hide internal directories.