public interface ClusterNetworkEntryFluent<A extends ClusterNetworkEntryFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getCIDR() |
Integer |
getHostSubnetLength() |
Boolean |
hasCIDR() |
Boolean |
hasHostSubnetLength() |
A |
withCIDR(String cIDR) |
A |
withHostSubnetLength(Integer hostSubnetLength) |
A |
withNewCIDR(String arg1) |
A |
withNewCIDR(StringBuffer arg1) |
A |
withNewCIDR(StringBuilder arg1) |
String getCIDR()
Boolean hasCIDR()
A withNewCIDR(StringBuilder arg1)
A withNewCIDR(StringBuffer arg1)
Integer getHostSubnetLength()
Boolean hasHostSubnetLength()
Copyright © 2015–2021 Red Hat. All rights reserved.