Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.ParentReference
-
Packages that use ParentReference Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 io.fabric8.kubernetes.api.model.gatewayapi.v1alpha3 -
-
Uses of ParentReference in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return ParentReference Modifier and Type Method Description ParentReferenceParentReferenceBuilder. build()ParentReferencePolicyAncestorStatusFluent. buildAncestorRef()ParentReferenceCommonRouteSpecFluent. buildFirstParentRef()ParentReferenceGRPCRouteSpecFluent. buildFirstParentRef()ParentReferenceHTTPRouteSpecFluent. buildFirstParentRef()ParentReferenceCommonRouteSpecFluent. buildLastParentRef()ParentReferenceGRPCRouteSpecFluent. buildLastParentRef()ParentReferenceHTTPRouteSpecFluent. buildLastParentRef()ParentReferenceCommonRouteSpecFluent. buildMatchingParentRef(Predicate<ParentReferenceBuilder> predicate)ParentReferenceGRPCRouteSpecFluent. buildMatchingParentRef(Predicate<ParentReferenceBuilder> predicate)ParentReferenceHTTPRouteSpecFluent. buildMatchingParentRef(Predicate<ParentReferenceBuilder> predicate)ParentReferenceCommonRouteSpecFluent. buildParentRef(int index)ParentReferenceGRPCRouteSpecFluent. buildParentRef(int index)ParentReferenceHTTPRouteSpecFluent. buildParentRef(int index)ParentReferenceRouteParentStatusFluent. buildParentRef()ParentReferencePolicyAncestorStatus. getAncestorRef()PolicyAncestorStatus describes the status of a route with respect to an associated Ancestor.ParentReferenceRouteParentStatus. getParentRef()RouteParentStatus describes the status of a route with respect to an associated Parent.Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return types with arguments of type ParentReference Modifier and Type Method Description List<ParentReference>CommonRouteSpecFluent. buildParentRefs()List<ParentReference>GRPCRouteSpecFluent. buildParentRefs()List<ParentReference>HTTPRouteSpecFluent. buildParentRefs()List<ParentReference>CommonRouteSpec. getParentRefs()ParentRefs references the resources (usually Gateways) that a Route wants to be attached to.List<ParentReference>GRPCRouteSpec. getParentRefs()ParentRefs references the resources (usually Gateways) that a Route wants to be attached to.List<ParentReference>HTTPRouteSpec. getParentRefs()ParentRefs references the resources (usually Gateways) that a Route wants to be attached to.Method parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1 with type arguments of type ParentReference Modifier and Type Method Description ACommonRouteSpecFluent. addAllToParentRefs(Collection<ParentReference> items)AGRPCRouteSpecFluent. addAllToParentRefs(Collection<ParentReference> items)AHTTPRouteSpecFluent. addAllToParentRefs(Collection<ParentReference> items)ACommonRouteSpecFluent. removeAllFromParentRefs(Collection<ParentReference> items)AGRPCRouteSpecFluent. removeAllFromParentRefs(Collection<ParentReference> items)AHTTPRouteSpecFluent. removeAllFromParentRefs(Collection<ParentReference> items)voidCommonRouteSpec. setParentRefs(List<ParentReference> parentRefs)ParentRefs references the resources (usually Gateways) that a Route wants to be attached to.voidGRPCRouteSpec. setParentRefs(List<ParentReference> parentRefs)ParentRefs references the resources (usually Gateways) that a Route wants to be attached to.voidHTTPRouteSpec. setParentRefs(List<ParentReference> parentRefs)ParentRefs references the resources (usually Gateways) that a Route wants to be attached to.ACommonRouteSpecFluent. withParentRefs(List<ParentReference> parentRefs)AGRPCRouteSpecFluent. withParentRefs(List<ParentReference> parentRefs)AHTTPRouteSpecFluent. withParentRefs(List<ParentReference> parentRefs)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type ParentReference Constructor Description ParentReferenceBuilder(ParentReference instance)ParentReferenceBuilder(ParentReferenceFluent<?> fluent, ParentReference instance)ParentReferenceFluent(ParentReference instance)PolicyAncestorStatus(ParentReference ancestorRef, List<io.fabric8.kubernetes.api.model.Condition> conditions, String controllerName)RouteParentStatus(List<io.fabric8.kubernetes.api.model.Condition> conditions, String controllerName, ParentReference parentRef)Constructor parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1 with type arguments of type ParentReference Constructor Description CommonRouteSpec(List<ParentReference> parentRefs, String useDefaultGateways) -
Uses of ParentReference in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 that return types with arguments of type ParentReference Modifier and Type Method Description List<ParentReference>TCPRouteSpecFluent. buildParentRefs()List<ParentReference>TLSRouteSpecFluent. buildParentRefs()List<ParentReference>UDPRouteSpecFluent. buildParentRefs()List<ParentReference>TCPRouteSpec. getParentRefs()ParentRefs references the resources (usually Gateways) that a Route wants to be attached to.List<ParentReference>TLSRouteSpec. getParentRefs()ParentRefs references the resources (usually Gateways) that a Route wants to be attached to.List<ParentReference>UDPRouteSpec. getParentRefs()ParentRefs references the resources (usually Gateways) that a Route wants to be attached to.Method parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 with type arguments of type ParentReference Modifier and Type Method Description ATCPRouteSpecFluent. addAllToParentRefs(Collection<ParentReference> items)ATLSRouteSpecFluent. addAllToParentRefs(Collection<ParentReference> items)AUDPRouteSpecFluent. addAllToParentRefs(Collection<ParentReference> items)ATCPRouteSpecFluent. removeAllFromParentRefs(Collection<ParentReference> items)ATLSRouteSpecFluent. removeAllFromParentRefs(Collection<ParentReference> items)AUDPRouteSpecFluent. removeAllFromParentRefs(Collection<ParentReference> items)voidTCPRouteSpec. setParentRefs(List<ParentReference> parentRefs)ParentRefs references the resources (usually Gateways) that a Route wants to be attached to.voidTLSRouteSpec. setParentRefs(List<ParentReference> parentRefs)ParentRefs references the resources (usually Gateways) that a Route wants to be attached to.voidUDPRouteSpec. setParentRefs(List<ParentReference> parentRefs)ParentRefs references the resources (usually Gateways) that a Route wants to be attached to.ATCPRouteSpecFluent. withParentRefs(List<ParentReference> parentRefs)ATLSRouteSpecFluent. withParentRefs(List<ParentReference> parentRefs)AUDPRouteSpecFluent. withParentRefs(List<ParentReference> parentRefs)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 with parameters of type ParentReference Constructor Description PolicyAncestorStatus(ParentReference ancestorRef, List<io.fabric8.kubernetes.api.model.Condition> conditions, String controllerName)Constructor parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 with type arguments of type ParentReference Constructor Description TCPRouteSpec(List<ParentReference> parentRefs, List<TCPRouteRule> rules, String useDefaultGateways)UDPRouteSpec(List<ParentReference> parentRefs, List<UDPRouteRule> rules, String useDefaultGateways) -
Uses of ParentReference in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha3
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha3 that return ParentReference Modifier and Type Method Description ParentReferenceTLSRouteSpecFluent. buildFirstParentRef()ParentReferenceTLSRouteSpecFluent. buildLastParentRef()ParentReferenceTLSRouteSpecFluent. buildMatchingParentRef(Predicate<ParentReferenceBuilder> predicate)ParentReferenceTLSRouteSpecFluent. buildParentRef(int index)Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha3 that return types with arguments of type ParentReference Modifier and Type Method Description List<ParentReference>TLSRouteSpecFluent. buildParentRefs()List<ParentReference>TLSRouteSpec. getParentRefs()ParentRefs references the resources (usually Gateways) that a Route wants to be attached to.Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha3 with parameters of type ParentReference Modifier and Type Method Description TLSRouteSpecFluent.ParentRefsNested<A>TLSRouteSpecFluent. addNewParentRefLike(ParentReference item)ATLSRouteSpecFluent. addToParentRefs(int index, ParentReference item)ATLSRouteSpecFluent. addToParentRefs(ParentReference... items)ATLSRouteSpecFluent. removeFromParentRefs(ParentReference... items)TLSRouteSpecFluent.ParentRefsNested<A>TLSRouteSpecFluent. setNewParentRefLike(int index, ParentReference item)ATLSRouteSpecFluent. setToParentRefs(int index, ParentReference item)ATLSRouteSpecFluent. withParentRefs(ParentReference... parentRefs)Method parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha3 with type arguments of type ParentReference Modifier and Type Method Description ATLSRouteSpecFluent. addAllToParentRefs(Collection<ParentReference> items)ATLSRouteSpecFluent. removeAllFromParentRefs(Collection<ParentReference> items)voidTLSRouteSpec. setParentRefs(List<ParentReference> parentRefs)ParentRefs references the resources (usually Gateways) that a Route wants to be attached to.ATLSRouteSpecFluent. withParentRefs(List<ParentReference> parentRefs)
-