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 LocalParametersReference
LocalParametersReferenceBuilder. build()
LocalParametersReference
GatewayInfrastructureFluent. buildParametersRef()
LocalParametersReference
GatewayInfrastructure. 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 void
LocalParametersReferenceFluent. copyInstance(LocalParametersReference instance)
GatewayInfrastructureFluent.ParametersRefNested<A>
GatewayInfrastructureFluent. editOrNewParametersRefLike(LocalParametersReference item)
void
GatewayInfrastructure. setParametersRef(LocalParametersReference parametersRef)
GatewayInfrastructure defines infrastructure level attributes about a Gateway instance.GatewayInfrastructureFluent.ParametersRefNested<A>
GatewayInfrastructureFluent. withNewParametersRefLike(LocalParametersReference item)
A
GatewayInfrastructureFluent. 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)
-