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 ServerAddressByClientCIDRServerAddressByClientCIDRBuilder. build()ServerAddressByClientCIDRAPIGroupFluent. buildFirstServerAddressByClientCIDR()ServerAddressByClientCIDRAPIVersionsFluent. buildFirstServerAddressByClientCIDR()ServerAddressByClientCIDRAPIGroupFluent. buildLastServerAddressByClientCIDR()ServerAddressByClientCIDRAPIVersionsFluent. buildLastServerAddressByClientCIDR()ServerAddressByClientCIDRAPIGroupFluent. buildMatchingServerAddressByClientCIDR(Predicate<ServerAddressByClientCIDRBuilder> predicate)ServerAddressByClientCIDRAPIVersionsFluent. buildMatchingServerAddressByClientCIDR(Predicate<ServerAddressByClientCIDRBuilder> predicate)ServerAddressByClientCIDRAPIGroupFluent. buildServerAddressByClientCIDR(int index)ServerAddressByClientCIDRAPIVersionsFluent. 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 AAPIGroupFluent. addAllToServerAddressByClientCIDRs(Collection<ServerAddressByClientCIDR> items)AAPIVersionsFluent. addAllToServerAddressByClientCIDRs(Collection<ServerAddressByClientCIDR> items)AAPIGroupFluent. removeAllFromServerAddressByClientCIDRs(Collection<ServerAddressByClientCIDR> items)AAPIVersionsFluent. removeAllFromServerAddressByClientCIDRs(Collection<ServerAddressByClientCIDR> items)voidAPIGroup. setServerAddressByClientCIDRs(List<ServerAddressByClientCIDR> serverAddressByClientCIDRs)voidAPIVersions. setServerAddressByClientCIDRs(List<ServerAddressByClientCIDR> serverAddressByClientCIDRs)AAPIGroupFluent. withServerAddressByClientCIDRs(List<ServerAddressByClientCIDR> serverAddressByClientCIDRs)AAPIVersionsFluent. 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)
-