Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.ParametersReference
-
Packages that use ParametersReference Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 -
-
Uses of ParametersReference in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return ParametersReference Modifier and Type Method Description ParametersReference
ParametersReferenceBuilder. build()
ParametersReference
GatewayClassSpecFluent. buildParametersRef()
ParametersReference
GatewayClassSpec. getParametersRef()
GatewayClassSpec reflects the configuration of a class of Gateways.Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type ParametersReference Modifier and Type Method Description protected void
ParametersReferenceFluent. copyInstance(ParametersReference instance)
GatewayClassSpecFluent.ParametersRefNested<A>
GatewayClassSpecFluent. editOrNewParametersRefLike(ParametersReference item)
void
GatewayClassSpec. setParametersRef(ParametersReference parametersRef)
GatewayClassSpec reflects the configuration of a class of Gateways.GatewayClassSpecFluent.ParametersRefNested<A>
GatewayClassSpecFluent. withNewParametersRefLike(ParametersReference item)
A
GatewayClassSpecFluent. withParametersRef(ParametersReference parametersRef)
Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type ParametersReference Constructor Description GatewayClassSpec(String controllerName, String description, ParametersReference parametersRef)
ParametersReferenceBuilder(ParametersReference instance)
ParametersReferenceBuilder(ParametersReferenceFluent<?> fluent, ParametersReference instance)
ParametersReferenceFluent(ParametersReference instance)
-