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 arg1) |
A |
withNewDestination(StringBuffer arg1) |
A |
withNewDestination(StringBuilder arg1) |
A |
withNewGateway(String arg1) |
A |
withNewGateway(StringBuffer arg1) |
A |
withNewGateway(StringBuilder arg1) |
String getDestination()
Boolean hasDestination()
A withNewDestination(StringBuilder arg1)
A withNewDestination(StringBuffer arg1)
String getGateway()
Boolean hasGateway()
A withNewGateway(StringBuilder arg1)
A withNewGateway(StringBuffer arg1)
Copyright © 2015–2020 Red Hat. All rights reserved.