Versions in this module Expand all Collapse all v0 v0.6.0 Aug 31, 2023 Changes in this version + func NewNginxGatewayInvalid(msg string) conditions.Condition + func NewNginxGatewayValid() conditions.Condition v0.5.0 Jul 17, 2023 Changes in this version + const GatewayMessageFailedNginxReload + const GatewayMessageGatewayConflict + const GatewayReasonGatewayConflict + const GatewayReasonUnsupportedValue + const ListenerMessageFailedNginxReload + const ListenerReasonUnsupportedValue + const RouteMessageFailedNginxReload + const RouteReasonBackendRefUnsupportedValue + const RouteReasonGatewayNotProgrammed + const RouteReasonInvalidGateway + const RouteReasonInvalidListener + func DeduplicateConditions(conds []conditions.Condition) []conditions.Condition + func NewDefaultGatewayConditions() []conditions.Condition + func NewDefaultListenerConditions() []conditions.Condition + func NewDefaultRouteConditions() []conditions.Condition + func NewGatewayAccepted() conditions.Condition + func NewGatewayAcceptedListenersNotValid() conditions.Condition + func NewGatewayClassInvalidParameters(msg string) conditions.Condition + func NewGatewayConflict() []conditions.Condition + func NewGatewayConflictNotProgrammed() conditions.Condition + func NewGatewayInvalid(msg string) []conditions.Condition + func NewGatewayNotAcceptedListenersNotValid() []conditions.Condition + func NewGatewayNotProgrammedInvalid(msg string) conditions.Condition + func NewGatewayProgrammed() conditions.Condition + func NewGatewayUnsupportedValue(msg string) []conditions.Condition + func NewListenerAccepted() conditions.Condition + func NewListenerInvalidCertificateRef(msg string) []conditions.Condition + func NewListenerInvalidRouteKinds(msg string) []conditions.Condition + func NewListenerNoConflicts() conditions.Condition + func NewListenerNotProgrammedInvalid(msg string) conditions.Condition + func NewListenerProgrammed() conditions.Condition + func NewListenerProtocolConflict(msg string) []conditions.Condition + func NewListenerRefNotPermitted(msg string) []conditions.Condition + func NewListenerResolvedRefs() conditions.Condition + func NewListenerUnsupportedProtocol(msg string) []conditions.Condition + func NewListenerUnsupportedValue(msg string) []conditions.Condition + func NewRouteAccepted() conditions.Condition + func NewRouteBackendRefInvalidKind(msg string) conditions.Condition + func NewRouteBackendRefRefBackendNotFound(msg string) conditions.Condition + func NewRouteBackendRefRefNotPermitted(msg string) conditions.Condition + func NewRouteBackendRefUnsupportedValue(msg string) conditions.Condition + func NewRouteGatewayNotProgrammed(msg string) conditions.Condition + func NewRouteInvalidGateway() conditions.Condition + func NewRouteInvalidListener() conditions.Condition + func NewRouteNoMatchingListenerHostname() conditions.Condition + func NewRouteNoMatchingParent() conditions.Condition + func NewRouteNotAllowedByListeners() conditions.Condition + func NewRouteResolvedRefs() conditions.Condition + func NewRouteUnsupportedValue(msg string) conditions.Condition + func NewTODO(msg string) conditions.Condition