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()
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)
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)
-