public interface ClusterNetworkEntryFluent<A extends ClusterNetworkEntryFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getCidr() |
Integer |
getHostPrefix() |
Boolean |
hasCidr() |
Boolean |
hasHostPrefix() |
A |
withCidr(String cidr) |
A |
withHostPrefix(Integer hostPrefix) |
A |
withNewCidr(String arg0)
Deprecated.
|
Copyright © 2015–2020 Red Hat. All rights reserved.