public class PodListFluentImpl<T extends PodListFluent<T>> extends BaseFluent<T> implements PodListFluent<T>
| Modifier and Type | Class and Description |
|---|---|
class |
PodListFluentImpl.ItemsNestedImpl<N> |
class |
PodListFluentImpl.MetadataNestedImpl<N> |
PodListFluent.ItemsNested<N>, PodListFluent.MetadataNested<N>_visitables| Constructor and Description |
|---|
PodListFluentImpl() |
PodListFluentImpl(PodList instance) |
public PodListFluentImpl()
public PodListFluentImpl(PodList instance)
public PodList.ApiVersion getApiVersion()
getApiVersion in interface PodListFluent<T extends PodListFluent<T>>public T withApiVersion(PodList.ApiVersion apiVersion)
withApiVersion in interface PodListFluent<T extends PodListFluent<T>>public T addToItems(Pod... items)
addToItems in interface PodListFluent<T extends PodListFluent<T>>public T removeFromItems(Pod... items)
removeFromItems in interface PodListFluent<T extends PodListFluent<T>>public List<Pod> getItems()
getItems in interface PodListFluent<T extends PodListFluent<T>>public T withItems(List<Pod> items)
withItems in interface PodListFluent<T extends PodListFluent<T>>public T withItems(Pod... items)
withItems in interface PodListFluent<T extends PodListFluent<T>>public PodListFluent.ItemsNested<T> addNewItem()
addNewItem in interface PodListFluent<T extends PodListFluent<T>>public PodListFluent.ItemsNested<T> addNewItemLike(Pod item)
addNewItemLike in interface PodListFluent<T extends PodListFluent<T>>public String getKind()
getKind in interface PodListFluent<T extends PodListFluent<T>>public T withKind(String kind)
withKind in interface PodListFluent<T extends PodListFluent<T>>public ListMeta getMetadata()
getMetadata in interface PodListFluent<T extends PodListFluent<T>>public T withMetadata(ListMeta metadata)
withMetadata in interface PodListFluent<T extends PodListFluent<T>>public PodListFluent.MetadataNested<T> withNewMetadata()
withNewMetadata in interface PodListFluent<T extends PodListFluent<T>>public PodListFluent.MetadataNested<T> withNewMetadataLike(ListMeta item)
withNewMetadataLike in interface PodListFluent<T extends PodListFluent<T>>public PodListFluent.MetadataNested<T> editMetadata()
editMetadata in interface PodListFluent<T extends PodListFluent<T>>public T withNewMetadata(String resourceVersion, String selfLink)
withNewMetadata in interface PodListFluent<T extends PodListFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface PodListFluent<T extends PodListFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface PodListFluent<T extends PodListFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface PodListFluent<T extends PodListFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface PodListFluent<T extends PodListFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface PodListFluent<T extends PodListFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface PodListFluent<T extends PodListFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.