Uses of Class
io.fabric8.kubernetes.api.model.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 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 DoneableServerAddressByClientCIDR(ServerAddressByClientCIDR item)DoneableServerAddressByClientCIDR(ServerAddressByClientCIDR item, Function<ServerAddressByClientCIDR,ServerAddressByClientCIDR> function)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)DoneableServerAddressByClientCIDR(Function<ServerAddressByClientCIDR,ServerAddressByClientCIDR> function)DoneableServerAddressByClientCIDR(Function<ServerAddressByClientCIDR,ServerAddressByClientCIDR> function)DoneableServerAddressByClientCIDR(ServerAddressByClientCIDR item, Function<ServerAddressByClientCIDR,ServerAddressByClientCIDR> function)DoneableServerAddressByClientCIDR(ServerAddressByClientCIDR item, Function<ServerAddressByClientCIDR,ServerAddressByClientCIDR> function)