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()ServerAddressByClientCIDRAPIGroupFluentImpl. buildFirstServerAddressByClientCIDR()ServerAddressByClientCIDRAPIGroupFluent. buildLastServerAddressByClientCIDR()ServerAddressByClientCIDRAPIGroupFluentImpl. buildLastServerAddressByClientCIDR()ServerAddressByClientCIDRAPIGroupFluent. buildMatchingServerAddressByClientCIDR(Predicate<ServerAddressByClientCIDRBuilder> predicate)ServerAddressByClientCIDRAPIGroupFluentImpl. buildMatchingServerAddressByClientCIDR(Predicate<ServerAddressByClientCIDRBuilder> predicate)ServerAddressByClientCIDRAPIGroupFluent. buildServerAddressByClientCIDR(int index)ServerAddressByClientCIDRAPIGroupFluentImpl. 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>APIGroupFluentImpl. buildServerAddressByClientCIDRs()List<ServerAddressByClientCIDR>APIGroup. getServerAddressByClientCIDRs()List<ServerAddressByClientCIDR>APIGroupFluent. getServerAddressByClientCIDRs()Deprecated.List<ServerAddressByClientCIDR>APIGroupFluentImpl. getServerAddressByClientCIDRs()Deprecated.Method parameters in io.fabric8.kubernetes.api.model with type arguments of type ServerAddressByClientCIDR Modifier and Type Method Description AAPIGroupFluent. addAllToServerAddressByClientCIDRs(Collection<ServerAddressByClientCIDR> items)AAPIGroupFluentImpl. addAllToServerAddressByClientCIDRs(Collection<ServerAddressByClientCIDR> items)AAPIGroupFluent. removeAllFromServerAddressByClientCIDRs(Collection<ServerAddressByClientCIDR> items)AAPIGroupFluentImpl. removeAllFromServerAddressByClientCIDRs(Collection<ServerAddressByClientCIDR> items)voidAPIGroup. setServerAddressByClientCIDRs(List<ServerAddressByClientCIDR> serverAddressByClientCIDRs)AAPIGroupFluent. withServerAddressByClientCIDRs(List<ServerAddressByClientCIDR> serverAddressByClientCIDRs)AAPIGroupFluentImpl. 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)ServerAddressByClientCIDRBuilder(ServerAddressByClientCIDRFluent<?> fluent, ServerAddressByClientCIDR instance, Boolean validationEnabled)ServerAddressByClientCIDRBuilder(ServerAddressByClientCIDR instance, Boolean validationEnabled)ServerAddressByClientCIDRFluentImpl(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)
-