public class NetworkSpecFluentImpl<A extends NetworkSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements NetworkSpecFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
NetworkSpecFluentImpl.ClusterNetworkNestedImpl<N> |
class |
NetworkSpecFluentImpl.ExternalIPNestedImpl<N> |
NetworkSpecFluent.ClusterNetworkNested<N>, NetworkSpecFluent.ExternalIPNested<N>| Constructor and Description |
|---|
NetworkSpecFluentImpl() |
NetworkSpecFluentImpl(NetworkSpec instance) |
public NetworkSpecFluentImpl()
public NetworkSpecFluentImpl(NetworkSpec instance)
public A addToClusterNetwork(int index, ClusterNetworkEntry item)
addToClusterNetwork in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public A setToClusterNetwork(int index, ClusterNetworkEntry item)
setToClusterNetwork in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public A addToClusterNetwork(ClusterNetworkEntry... items)
addToClusterNetwork in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public A addAllToClusterNetwork(Collection<ClusterNetworkEntry> items)
addAllToClusterNetwork in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public A removeFromClusterNetwork(ClusterNetworkEntry... items)
removeFromClusterNetwork in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public A removeAllFromClusterNetwork(Collection<ClusterNetworkEntry> items)
removeAllFromClusterNetwork in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public A removeMatchingFromClusterNetwork(Predicate<ClusterNetworkEntryBuilder> predicate)
removeMatchingFromClusterNetwork in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>@Deprecated public List<ClusterNetworkEntry> getClusterNetwork()
getClusterNetwork in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public List<ClusterNetworkEntry> buildClusterNetwork()
buildClusterNetwork in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public ClusterNetworkEntry buildClusterNetwork(int index)
buildClusterNetwork in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public ClusterNetworkEntry buildFirstClusterNetwork()
buildFirstClusterNetwork in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public ClusterNetworkEntry buildLastClusterNetwork()
buildLastClusterNetwork in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public ClusterNetworkEntry buildMatchingClusterNetwork(Predicate<ClusterNetworkEntryBuilder> predicate)
buildMatchingClusterNetwork in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public Boolean hasMatchingClusterNetwork(Predicate<ClusterNetworkEntryBuilder> predicate)
hasMatchingClusterNetwork in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public A withClusterNetwork(List<ClusterNetworkEntry> clusterNetwork)
withClusterNetwork in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public A withClusterNetwork(ClusterNetworkEntry... clusterNetwork)
withClusterNetwork in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public Boolean hasClusterNetwork()
hasClusterNetwork in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public A addNewClusterNetwork(String cidr, Integer hostSubnetLength)
addNewClusterNetwork in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public NetworkSpecFluent.ClusterNetworkNested<A> addNewClusterNetwork()
addNewClusterNetwork in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public NetworkSpecFluent.ClusterNetworkNested<A> addNewClusterNetworkLike(ClusterNetworkEntry item)
addNewClusterNetworkLike in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public NetworkSpecFluent.ClusterNetworkNested<A> setNewClusterNetworkLike(int index, ClusterNetworkEntry item)
setNewClusterNetworkLike in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public NetworkSpecFluent.ClusterNetworkNested<A> editClusterNetwork(int index)
editClusterNetwork in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public NetworkSpecFluent.ClusterNetworkNested<A> editFirstClusterNetwork()
editFirstClusterNetwork in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public NetworkSpecFluent.ClusterNetworkNested<A> editLastClusterNetwork()
editLastClusterNetwork in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public NetworkSpecFluent.ClusterNetworkNested<A> editMatchingClusterNetwork(Predicate<ClusterNetworkEntryBuilder> predicate)
editMatchingClusterNetwork in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>@Deprecated public ExternalIPConfig getExternalIP()
getExternalIP in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public ExternalIPConfig buildExternalIP()
buildExternalIP in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public A withExternalIP(ExternalIPConfig externalIP)
withExternalIP in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public Boolean hasExternalIP()
hasExternalIP in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public NetworkSpecFluent.ExternalIPNested<A> withNewExternalIP()
withNewExternalIP in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public NetworkSpecFluent.ExternalIPNested<A> withNewExternalIPLike(ExternalIPConfig item)
withNewExternalIPLike in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public NetworkSpecFluent.ExternalIPNested<A> editExternalIP()
editExternalIP in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public NetworkSpecFluent.ExternalIPNested<A> editOrNewExternalIP()
editOrNewExternalIP in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public NetworkSpecFluent.ExternalIPNested<A> editOrNewExternalIPLike(ExternalIPConfig item)
editOrNewExternalIPLike in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public String getNetworkType()
getNetworkType in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public A withNetworkType(String networkType)
withNetworkType in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public Boolean hasNetworkType()
hasNetworkType in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>@Deprecated public A withNewNetworkType(String arg0)
withNewNetworkType in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public A addToServiceNetwork(int index, String item)
addToServiceNetwork in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public A setToServiceNetwork(int index, String item)
setToServiceNetwork in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public A addToServiceNetwork(String... items)
addToServiceNetwork in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public A addAllToServiceNetwork(Collection<String> items)
addAllToServiceNetwork in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public A removeFromServiceNetwork(String... items)
removeFromServiceNetwork in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public A removeAllFromServiceNetwork(Collection<String> items)
removeAllFromServiceNetwork in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public List<String> getServiceNetwork()
getServiceNetwork in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public String getServiceNetwork(int index)
getServiceNetwork in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public String getFirstServiceNetwork()
getFirstServiceNetwork in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public String getLastServiceNetwork()
getLastServiceNetwork in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public String getMatchingServiceNetwork(Predicate<String> predicate)
getMatchingServiceNetwork in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public Boolean hasMatchingServiceNetwork(Predicate<String> predicate)
hasMatchingServiceNetwork in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public A withServiceNetwork(List<String> serviceNetwork)
withServiceNetwork in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public A withServiceNetwork(String... serviceNetwork)
withServiceNetwork in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public Boolean hasServiceNetwork()
hasServiceNetwork in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public A addNewServiceNetwork(String arg0)
addNewServiceNetwork in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public String getServiceNodePortRange()
getServiceNodePortRange in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public A withServiceNodePortRange(String serviceNodePortRange)
withServiceNodePortRange in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>public Boolean hasServiceNodePortRange()
hasServiceNodePortRange in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>@Deprecated public A withNewServiceNodePortRange(String arg0)
withNewServiceNodePortRange in interface NetworkSpecFluent<A extends NetworkSpecFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.