All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToItems(Collection<VerticalPodAutoscalerCheckpoint> items) |
VerticalPodAutoscalerCheckpointListFluent.ItemsNested<A> |
addNewItem() |
VerticalPodAutoscalerCheckpointListFluent.ItemsNested<A> |
addNewItemLike(VerticalPodAutoscalerCheckpoint item) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToItems(int index,
VerticalPodAutoscalerCheckpoint item) |
A |
addToItems(VerticalPodAutoscalerCheckpoint... items) |
VerticalPodAutoscalerCheckpoint |
buildFirstItem() |
VerticalPodAutoscalerCheckpoint |
buildItem(int index) |
List<VerticalPodAutoscalerCheckpoint> |
buildItems() |
VerticalPodAutoscalerCheckpoint |
buildLastItem() |
VerticalPodAutoscalerCheckpoint |
buildMatchingItem(Predicate<VerticalPodAutoscalerCheckpointBuilder> predicate) |
protected void |
copyInstance(VerticalPodAutoscalerCheckpointList instance) |
VerticalPodAutoscalerCheckpointListFluent.ItemsNested<A> |
editFirstItem() |
VerticalPodAutoscalerCheckpointListFluent.ItemsNested<A> |
editItem(int index) |
VerticalPodAutoscalerCheckpointListFluent.ItemsNested<A> |
editLastItem() |
VerticalPodAutoscalerCheckpointListFluent.ItemsNested<A> |
editMatchingItem(Predicate<VerticalPodAutoscalerCheckpointBuilder> predicate) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getApiVersion() |
String |
getKind() |
io.fabric8.kubernetes.api.model.ListMeta |
getMetadata() |
boolean |
hasAdditionalProperties() |
boolean |
hasApiVersion() |
int |
hashCode() |
boolean |
hasItems() |
boolean |
hasKind() |
boolean |
hasMatchingItem(Predicate<VerticalPodAutoscalerCheckpointBuilder> predicate) |
boolean |
hasMetadata() |
A |
removeAllFromItems(Collection<VerticalPodAutoscalerCheckpoint> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromItems(VerticalPodAutoscalerCheckpoint... items) |
A |
removeMatchingFromItems(Predicate<VerticalPodAutoscalerCheckpointBuilder> predicate) |
VerticalPodAutoscalerCheckpointListFluent.ItemsNested<A> |
setNewItemLike(int index,
VerticalPodAutoscalerCheckpoint item) |
A |
setToItems(int index,
VerticalPodAutoscalerCheckpoint item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withApiVersion(String apiVersion) |
A |
withItems(List<VerticalPodAutoscalerCheckpoint> items) |
A |
withItems(VerticalPodAutoscalerCheckpoint... items) |
A |
withKind(String kind) |
A |
withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata) |
A |
withNewMetadata(String _continue,
Long remainingItemCount,
String resourceVersion,
String selfLink) |