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.