Uses of Class
io.fabric8.openclustermanagement.api.model.apps.v1.ChannelGate
-
Packages that use ChannelGate Package Description io.fabric8.openclustermanagement.api.model.apps.v1 -
-
Uses of ChannelGate in io.fabric8.openclustermanagement.api.model.apps.v1
Methods in io.fabric8.openclustermanagement.api.model.apps.v1 that return ChannelGate Modifier and Type Method Description ChannelGateChannelGateBuilder. build()ChannelGateChannelSpecFluent. buildGates()ChannelGateChannelSpec. getGates()Methods in io.fabric8.openclustermanagement.api.model.apps.v1 with parameters of type ChannelGate Modifier and Type Method Description protected voidChannelGateFluent. copyInstance(ChannelGate instance)ChannelSpecFluent.GatesNested<A>ChannelSpecFluent. editOrNewGatesLike(ChannelGate item)voidChannelSpec. setGates(ChannelGate gates)AChannelSpecFluent. withGates(ChannelGate gates)ChannelSpecFluent.GatesNested<A>ChannelSpecFluent. withNewGatesLike(ChannelGate item)Constructors in io.fabric8.openclustermanagement.api.model.apps.v1 with parameters of type ChannelGate Constructor Description ChannelGateBuilder(ChannelGate instance)ChannelGateBuilder(ChannelGateFluent<?> fluent, ChannelGate instance)ChannelGateFluent(ChannelGate instance)ChannelSpec(io.fabric8.kubernetes.api.model.ObjectReference configMapRef, ChannelGate gates, Boolean insecureSkipVerify, String pathname, io.fabric8.kubernetes.api.model.ObjectReference secretRef, List<String> sourceNamespaces, String type)
-