Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.LocalParametersReference
-
Packages that use LocalParametersReference Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 -
-
Uses of LocalParametersReference in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return LocalParametersReference Modifier and Type Method Description LocalParametersReferenceLocalParametersReferenceBuilder. build()LocalParametersReferenceGatewayInfrastructureFluent. buildParametersRef()LocalParametersReferenceGatewayInfrastructure. getParametersRef()GatewayInfrastructure defines infrastructure level attributes about a Gateway instance.Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type LocalParametersReference Modifier and Type Method Description protected voidLocalParametersReferenceFluent. copyInstance(LocalParametersReference instance)GatewayInfrastructureFluent.ParametersRefNested<A>GatewayInfrastructureFluent. editOrNewParametersRefLike(LocalParametersReference item)voidGatewayInfrastructure. setParametersRef(LocalParametersReference parametersRef)GatewayInfrastructure defines infrastructure level attributes about a Gateway instance.GatewayInfrastructureFluent.ParametersRefNested<A>GatewayInfrastructureFluent. withNewParametersRefLike(LocalParametersReference item)AGatewayInfrastructureFluent. withParametersRef(LocalParametersReference parametersRef)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type LocalParametersReference Constructor Description GatewayInfrastructure(Map<String,String> annotations, Map<String,String> labels, LocalParametersReference parametersRef)LocalParametersReferenceBuilder(LocalParametersReference instance)LocalParametersReferenceBuilder(LocalParametersReferenceFluent<?> fluent, LocalParametersReference instance)LocalParametersReferenceFluent(LocalParametersReference instance)
-