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 arg0)
Deprecated.
|
Copyright © 2015–2021 Red Hat. All rights reserved.