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 ParametersReferenceParametersReferenceBuilder. build()ParametersReferenceGatewayClassSpecFluent. buildParametersRef()ParametersReferenceGatewayClassSpec. 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 voidParametersReferenceFluent. copyInstance(ParametersReference instance)GatewayClassSpecFluent.ParametersRefNested<A>GatewayClassSpecFluent. editOrNewParametersRefLike(ParametersReference item)voidGatewayClassSpec. setParametersRef(ParametersReference parametersRef)GatewayClassSpec reflects the configuration of a class of Gateways.GatewayClassSpecFluent.ParametersRefNested<A>GatewayClassSpecFluent. withNewParametersRefLike(ParametersReference item)AGatewayClassSpecFluent. 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)
-