public class NodeSpecFluentImpl<A extends NodeSpecFluent<A>> extends BaseFluent<A> implements NodeSpecFluent<A>
_visitables| Constructor and Description |
|---|
NodeSpecFluentImpl() |
NodeSpecFluentImpl(NodeSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getExternalID() |
String |
getPodCIDR() |
String |
getProviderID() |
Boolean |
isUnschedulable() |
A |
withExternalID(String externalID) |
A |
withPodCIDR(String podCIDR) |
A |
withProviderID(String providerID) |
A |
withUnschedulable(Boolean unschedulable) |
public NodeSpecFluentImpl()
public NodeSpecFluentImpl(NodeSpec instance)
public String getExternalID()
getExternalID in interface NodeSpecFluent<A extends NodeSpecFluent<A>>public A withExternalID(String externalID)
withExternalID in interface NodeSpecFluent<A extends NodeSpecFluent<A>>public String getPodCIDR()
getPodCIDR in interface NodeSpecFluent<A extends NodeSpecFluent<A>>public A withPodCIDR(String podCIDR)
withPodCIDR in interface NodeSpecFluent<A extends NodeSpecFluent<A>>public String getProviderID()
getProviderID in interface NodeSpecFluent<A extends NodeSpecFluent<A>>public A withProviderID(String providerID)
withProviderID in interface NodeSpecFluent<A extends NodeSpecFluent<A>>public Boolean isUnschedulable()
isUnschedulable in interface NodeSpecFluent<A extends NodeSpecFluent<A>>public A withUnschedulable(Boolean unschedulable)
withUnschedulable in interface NodeSpecFluent<A extends NodeSpecFluent<A>>Copyright © 2011–2016 Red Hat. All rights reserved.