public class InsertPositionFluentImpl<A extends InsertPositionFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements InsertPositionFluent<A>
| Constructor and Description |
|---|
InsertPositionFluentImpl() |
InsertPositionFluentImpl(InsertPosition instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Index |
getIndex() |
String |
getRelativeTo() |
Boolean |
hasIndex() |
Boolean |
hasRelativeTo() |
A |
withIndex(Index index) |
A |
withRelativeTo(String relativeTo) |
public InsertPositionFluentImpl()
public InsertPositionFluentImpl(InsertPosition instance)
public Index getIndex()
getIndex in interface InsertPositionFluent<A extends InsertPositionFluent<A>>public A withIndex(Index index)
withIndex in interface InsertPositionFluent<A extends InsertPositionFluent<A>>public Boolean hasIndex()
hasIndex in interface InsertPositionFluent<A extends InsertPositionFluent<A>>public String getRelativeTo()
getRelativeTo in interface InsertPositionFluent<A extends InsertPositionFluent<A>>public A withRelativeTo(String relativeTo)
withRelativeTo in interface InsertPositionFluent<A extends InsertPositionFluent<A>>public Boolean hasRelativeTo()
hasRelativeTo in interface InsertPositionFluent<A extends InsertPositionFluent<A>>Copyright © 2017–2018 Red Hat. All rights reserved.