Uses of Class
io.fabric8.kubernetes.api.model.ServerAddressByClientCIDR
-
Packages that use ServerAddressByClientCIDR Package Description io.fabric8.kubernetes.api.model -
-
Uses of ServerAddressByClientCIDR in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return ServerAddressByClientCIDR Modifier and Type Method Description ServerAddressByClientCIDR
ServerAddressByClientCIDRBuilder. build()
ServerAddressByClientCIDR
APIGroupFluent. buildFirstServerAddressByClientCIDR()
ServerAddressByClientCIDR
APIVersionsFluent. buildFirstServerAddressByClientCIDR()
ServerAddressByClientCIDR
APIGroupFluent. buildLastServerAddressByClientCIDR()
ServerAddressByClientCIDR
APIVersionsFluent. buildLastServerAddressByClientCIDR()
ServerAddressByClientCIDR
APIGroupFluent. buildMatchingServerAddressByClientCIDR(Predicate<ServerAddressByClientCIDRBuilder> predicate)
ServerAddressByClientCIDR
APIVersionsFluent. buildMatchingServerAddressByClientCIDR(Predicate<ServerAddressByClientCIDRBuilder> predicate)
ServerAddressByClientCIDR
APIGroupFluent. buildServerAddressByClientCIDR(int index)
ServerAddressByClientCIDR
APIVersionsFluent. buildServerAddressByClientCIDR(int index)
Methods in io.fabric8.kubernetes.api.model that return types with arguments of type ServerAddressByClientCIDR Modifier and Type Method Description List<ServerAddressByClientCIDR>
APIGroupFluent. buildServerAddressByClientCIDRs()
List<ServerAddressByClientCIDR>
APIVersionsFluent. buildServerAddressByClientCIDRs()
List<ServerAddressByClientCIDR>
APIGroup. getServerAddressByClientCIDRs()
List<ServerAddressByClientCIDR>
APIVersions. getServerAddressByClientCIDRs()
Method parameters in io.fabric8.kubernetes.api.model with type arguments of type ServerAddressByClientCIDR Modifier and Type Method Description A
APIGroupFluent. addAllToServerAddressByClientCIDRs(Collection<ServerAddressByClientCIDR> items)
A
APIVersionsFluent. addAllToServerAddressByClientCIDRs(Collection<ServerAddressByClientCIDR> items)
A
APIGroupFluent. removeAllFromServerAddressByClientCIDRs(Collection<ServerAddressByClientCIDR> items)
A
APIVersionsFluent. removeAllFromServerAddressByClientCIDRs(Collection<ServerAddressByClientCIDR> items)
void
APIGroup. setServerAddressByClientCIDRs(List<ServerAddressByClientCIDR> serverAddressByClientCIDRs)
void
APIVersions. setServerAddressByClientCIDRs(List<ServerAddressByClientCIDR> serverAddressByClientCIDRs)
A
APIGroupFluent. withServerAddressByClientCIDRs(List<ServerAddressByClientCIDR> serverAddressByClientCIDRs)
A
APIVersionsFluent. withServerAddressByClientCIDRs(List<ServerAddressByClientCIDR> serverAddressByClientCIDRs)
Constructors in io.fabric8.kubernetes.api.model with parameters of type ServerAddressByClientCIDR Constructor Description ServerAddressByClientCIDRBuilder(ServerAddressByClientCIDR instance)
ServerAddressByClientCIDRBuilder(ServerAddressByClientCIDRFluent<?> fluent, ServerAddressByClientCIDR instance)
ServerAddressByClientCIDRFluent(ServerAddressByClientCIDR instance)
Constructor parameters in io.fabric8.kubernetes.api.model with type arguments of type ServerAddressByClientCIDR Constructor Description APIGroup(String apiVersion, String kind, String name, GroupVersionForDiscovery preferredVersion, List<ServerAddressByClientCIDR> serverAddressByClientCIDRs, List<GroupVersionForDiscovery> versions)
APIVersions(String apiVersion, String kind, List<ServerAddressByClientCIDR> serverAddressByClientCIDRs, List<String> versions)
-