public class NetworkStatusFluentImpl<A extends NetworkStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements NetworkStatusFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
NetworkStatusFluentImpl.ClusterNetworkNestedImpl<N> |
NetworkStatusFluent.ClusterNetworkNested<N>| Constructor and Description |
|---|
NetworkStatusFluentImpl() |
NetworkStatusFluentImpl(NetworkStatus instance) |
public NetworkStatusFluentImpl()
public NetworkStatusFluentImpl(NetworkStatus instance)
public A addToClusterNetwork(int index, ClusterNetworkEntry item)
addToClusterNetwork in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>public A setToClusterNetwork(int index, ClusterNetworkEntry item)
setToClusterNetwork in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>public A addToClusterNetwork(ClusterNetworkEntry... items)
addToClusterNetwork in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>public A addAllToClusterNetwork(Collection<ClusterNetworkEntry> items)
addAllToClusterNetwork in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>public A removeFromClusterNetwork(ClusterNetworkEntry... items)
removeFromClusterNetwork in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>public A removeAllFromClusterNetwork(Collection<ClusterNetworkEntry> items)
removeAllFromClusterNetwork in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>public A removeMatchingFromClusterNetwork(Predicate<ClusterNetworkEntryBuilder> predicate)
removeMatchingFromClusterNetwork in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>@Deprecated public List<ClusterNetworkEntry> getClusterNetwork()
getClusterNetwork in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>public List<ClusterNetworkEntry> buildClusterNetwork()
buildClusterNetwork in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>public ClusterNetworkEntry buildClusterNetwork(int index)
buildClusterNetwork in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>public ClusterNetworkEntry buildFirstClusterNetwork()
buildFirstClusterNetwork in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>public ClusterNetworkEntry buildLastClusterNetwork()
buildLastClusterNetwork in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>public ClusterNetworkEntry buildMatchingClusterNetwork(Predicate<ClusterNetworkEntryBuilder> predicate)
buildMatchingClusterNetwork in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>public Boolean hasMatchingClusterNetwork(Predicate<ClusterNetworkEntryBuilder> predicate)
hasMatchingClusterNetwork in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>public A withClusterNetwork(List<ClusterNetworkEntry> clusterNetwork)
withClusterNetwork in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>public A withClusterNetwork(ClusterNetworkEntry... clusterNetwork)
withClusterNetwork in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>public Boolean hasClusterNetwork()
hasClusterNetwork in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>public A addNewClusterNetwork(String cidr, Integer hostSubnetLength)
addNewClusterNetwork in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>public NetworkStatusFluent.ClusterNetworkNested<A> addNewClusterNetwork()
addNewClusterNetwork in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>public NetworkStatusFluent.ClusterNetworkNested<A> addNewClusterNetworkLike(ClusterNetworkEntry item)
addNewClusterNetworkLike in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>public NetworkStatusFluent.ClusterNetworkNested<A> setNewClusterNetworkLike(int index, ClusterNetworkEntry item)
setNewClusterNetworkLike in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>public NetworkStatusFluent.ClusterNetworkNested<A> editClusterNetwork(int index)
editClusterNetwork in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>public NetworkStatusFluent.ClusterNetworkNested<A> editFirstClusterNetwork()
editFirstClusterNetwork in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>public NetworkStatusFluent.ClusterNetworkNested<A> editLastClusterNetwork()
editLastClusterNetwork in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>public NetworkStatusFluent.ClusterNetworkNested<A> editMatchingClusterNetwork(Predicate<ClusterNetworkEntryBuilder> predicate)
editMatchingClusterNetwork in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>public Integer getClusterNetworkMTU()
getClusterNetworkMTU in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>public A withClusterNetworkMTU(Integer clusterNetworkMTU)
withClusterNetworkMTU in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>public Boolean hasClusterNetworkMTU()
hasClusterNetworkMTU in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>public String getNetworkType()
getNetworkType in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>public A withNetworkType(String networkType)
withNetworkType in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>public Boolean hasNetworkType()
hasNetworkType in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>@Deprecated public A withNewNetworkType(String arg0)
withNewNetworkType in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>public A addToServiceNetwork(int index, String item)
addToServiceNetwork in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>public A setToServiceNetwork(int index, String item)
setToServiceNetwork in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>public A addToServiceNetwork(String... items)
addToServiceNetwork in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>public A addAllToServiceNetwork(Collection<String> items)
addAllToServiceNetwork in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>public A removeFromServiceNetwork(String... items)
removeFromServiceNetwork in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>public A removeAllFromServiceNetwork(Collection<String> items)
removeAllFromServiceNetwork in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>public List<String> getServiceNetwork()
getServiceNetwork in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>public String getServiceNetwork(int index)
getServiceNetwork in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>public String getFirstServiceNetwork()
getFirstServiceNetwork in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>public String getLastServiceNetwork()
getLastServiceNetwork in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>public String getMatchingServiceNetwork(Predicate<String> predicate)
getMatchingServiceNetwork in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>public Boolean hasMatchingServiceNetwork(Predicate<String> predicate)
hasMatchingServiceNetwork in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>public A withServiceNetwork(List<String> serviceNetwork)
withServiceNetwork in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>public A withServiceNetwork(String... serviceNetwork)
withServiceNetwork in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>public Boolean hasServiceNetwork()
hasServiceNetwork in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>public A addNewServiceNetwork(String arg0)
addNewServiceNetwork in interface NetworkStatusFluent<A extends NetworkStatusFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.