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 -
-
Uses of ParentReference in io.fabric8.kubernetes.api.model.gatewayapi.v1
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)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) -
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)UDPRouteSpec(List<ParentReference> parentRefs, List<UDPRouteRule> rules)
-