public interface StaticIPAMRoutesFluent<A extends StaticIPAMRoutesFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getDestination() |
String |
getGateway() |
Boolean |
hasDestination() |
Boolean |
hasGateway() |
A |
withDestination(String destination) |
A |
withGateway(String gateway) |
A |
withNewDestination(String arg0)
Deprecated.
|
A |
withNewGateway(String arg0)
Deprecated.
|
String getDestination()
Boolean hasDestination()
@Deprecated A withNewDestination(String arg0)
String getGateway()
Boolean hasGateway()
@Deprecated A withNewGateway(String arg0)
Copyright © 2015–2020 Red Hat. All rights reserved.