Package io.fabric8.kubernetes.api.model
Class PodTemplateListFluentImpl<A extends PodTemplateListFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.PodTemplateListFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,PodTemplateListFluent<A>
- Direct Known Subclasses:
KubeSchemaFluentImpl.PodTemplateListNestedImpl,PodTemplateListBuilder,WatchEventFluentImpl.PodTemplateListObjectNestedImpl
public class PodTemplateListFluentImpl<A extends PodTemplateListFluent<A>> extends BaseFluent<A> implements PodTemplateListFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classPodTemplateListFluentImpl.ItemsNestedImpl<N>classPodTemplateListFluentImpl.MetadataNestedImpl<N>-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.PodTemplateListFluent
PodTemplateListFluent.ItemsNested<N>, PodTemplateListFluent.MetadataNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description PodTemplateListFluentImpl()PodTemplateListFluentImpl(PodTemplateList instance)
-
Method Summary
-
-
-
Constructor Detail
-
PodTemplateListFluentImpl
public PodTemplateListFluentImpl()
-
PodTemplateListFluentImpl
public PodTemplateListFluentImpl(PodTemplateList instance)
-
-
Method Detail
-
getApiVersion
public String getApiVersion()
- Specified by:
getApiVersionin interfacePodTemplateListFluent<A extends PodTemplateListFluent<A>>
-
withApiVersion
public A withApiVersion(String apiVersion)
- Specified by:
withApiVersionin interfacePodTemplateListFluent<A extends PodTemplateListFluent<A>>
-
hasApiVersion
public Boolean hasApiVersion()
- Specified by:
hasApiVersionin interfacePodTemplateListFluent<A extends PodTemplateListFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(String arg1)
- Specified by:
withNewApiVersionin interfacePodTemplateListFluent<A extends PodTemplateListFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuilder arg1)
- Specified by:
withNewApiVersionin interfacePodTemplateListFluent<A extends PodTemplateListFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuffer arg1)
- Specified by:
withNewApiVersionin interfacePodTemplateListFluent<A extends PodTemplateListFluent<A>>
-
addToItems
public A addToItems(int index, PodTemplate item)
- Specified by:
addToItemsin interfacePodTemplateListFluent<A extends PodTemplateListFluent<A>>
-
setToItems
public A setToItems(int index, PodTemplate item)
- Specified by:
setToItemsin interfacePodTemplateListFluent<A extends PodTemplateListFluent<A>>
-
addToItems
public A addToItems(PodTemplate... items)
- Specified by:
addToItemsin interfacePodTemplateListFluent<A extends PodTemplateListFluent<A>>
-
addAllToItems
public A addAllToItems(Collection<PodTemplate> items)
- Specified by:
addAllToItemsin interfacePodTemplateListFluent<A extends PodTemplateListFluent<A>>
-
removeFromItems
public A removeFromItems(PodTemplate... items)
- Specified by:
removeFromItemsin interfacePodTemplateListFluent<A extends PodTemplateListFluent<A>>
-
removeAllFromItems
public A removeAllFromItems(Collection<PodTemplate> items)
- Specified by:
removeAllFromItemsin interfacePodTemplateListFluent<A extends PodTemplateListFluent<A>>
-
removeMatchingFromItems
public A removeMatchingFromItems(Predicate<PodTemplateBuilder> predicate)
- Specified by:
removeMatchingFromItemsin interfacePodTemplateListFluent<A extends PodTemplateListFluent<A>>
-
getItems
@Deprecated public List<PodTemplate> getItems()
Deprecated.This method has been deprecated, please use method buildItems instead.- Specified by:
getItemsin interfacePodTemplateListFluent<A extends PodTemplateListFluent<A>>- Returns:
- The buildable object.
-
buildItems
public List<PodTemplate> buildItems()
- Specified by:
buildItemsin interfacePodTemplateListFluent<A extends PodTemplateListFluent<A>>
-
buildItem
public PodTemplate buildItem(int index)
- Specified by:
buildItemin interfacePodTemplateListFluent<A extends PodTemplateListFluent<A>>
-
buildFirstItem
public PodTemplate buildFirstItem()
- Specified by:
buildFirstItemin interfacePodTemplateListFluent<A extends PodTemplateListFluent<A>>
-
buildLastItem
public PodTemplate buildLastItem()
- Specified by:
buildLastItemin interfacePodTemplateListFluent<A extends PodTemplateListFluent<A>>
-
buildMatchingItem
public PodTemplate buildMatchingItem(Predicate<PodTemplateBuilder> predicate)
- Specified by:
buildMatchingItemin interfacePodTemplateListFluent<A extends PodTemplateListFluent<A>>
-
hasMatchingItem
public Boolean hasMatchingItem(Predicate<PodTemplateBuilder> predicate)
- Specified by:
hasMatchingItemin interfacePodTemplateListFluent<A extends PodTemplateListFluent<A>>
-
withItems
public A withItems(List<PodTemplate> items)
- Specified by:
withItemsin interfacePodTemplateListFluent<A extends PodTemplateListFluent<A>>
-
withItems
public A withItems(PodTemplate... items)
- Specified by:
withItemsin interfacePodTemplateListFluent<A extends PodTemplateListFluent<A>>
-
hasItems
public Boolean hasItems()
- Specified by:
hasItemsin interfacePodTemplateListFluent<A extends PodTemplateListFluent<A>>
-
addNewItem
public PodTemplateListFluent.ItemsNested<A> addNewItem()
- Specified by:
addNewItemin interfacePodTemplateListFluent<A extends PodTemplateListFluent<A>>
-
addNewItemLike
public PodTemplateListFluent.ItemsNested<A> addNewItemLike(PodTemplate item)
- Specified by:
addNewItemLikein interfacePodTemplateListFluent<A extends PodTemplateListFluent<A>>
-
setNewItemLike
public PodTemplateListFluent.ItemsNested<A> setNewItemLike(int index, PodTemplate item)
- Specified by:
setNewItemLikein interfacePodTemplateListFluent<A extends PodTemplateListFluent<A>>
-
editItem
public PodTemplateListFluent.ItemsNested<A> editItem(int index)
- Specified by:
editItemin interfacePodTemplateListFluent<A extends PodTemplateListFluent<A>>
-
editFirstItem
public PodTemplateListFluent.ItemsNested<A> editFirstItem()
- Specified by:
editFirstItemin interfacePodTemplateListFluent<A extends PodTemplateListFluent<A>>
-
editLastItem
public PodTemplateListFluent.ItemsNested<A> editLastItem()
- Specified by:
editLastItemin interfacePodTemplateListFluent<A extends PodTemplateListFluent<A>>
-
editMatchingItem
public PodTemplateListFluent.ItemsNested<A> editMatchingItem(Predicate<PodTemplateBuilder> predicate)
- Specified by:
editMatchingItemin interfacePodTemplateListFluent<A extends PodTemplateListFluent<A>>
-
getKind
public String getKind()
- Specified by:
getKindin interfacePodTemplateListFluent<A extends PodTemplateListFluent<A>>
-
withKind
public A withKind(String kind)
- Specified by:
withKindin interfacePodTemplateListFluent<A extends PodTemplateListFluent<A>>
-
hasKind
public Boolean hasKind()
- Specified by:
hasKindin interfacePodTemplateListFluent<A extends PodTemplateListFluent<A>>
-
withNewKind
public A withNewKind(String arg1)
- Specified by:
withNewKindin interfacePodTemplateListFluent<A extends PodTemplateListFluent<A>>
-
withNewKind
public A withNewKind(StringBuilder arg1)
- Specified by:
withNewKindin interfacePodTemplateListFluent<A extends PodTemplateListFluent<A>>
-
withNewKind
public A withNewKind(StringBuffer arg1)
- Specified by:
withNewKindin interfacePodTemplateListFluent<A extends PodTemplateListFluent<A>>
-
getMetadata
@Deprecated public ListMeta getMetadata()
Deprecated.This method has been deprecated, please use method buildMetadata instead.- Specified by:
getMetadatain interfacePodTemplateListFluent<A extends PodTemplateListFluent<A>>- Returns:
- The buildable object.
-
buildMetadata
public ListMeta buildMetadata()
- Specified by:
buildMetadatain interfacePodTemplateListFluent<A extends PodTemplateListFluent<A>>
-
withMetadata
public A withMetadata(ListMeta metadata)
- Specified by:
withMetadatain interfacePodTemplateListFluent<A extends PodTemplateListFluent<A>>
-
hasMetadata
public Boolean hasMetadata()
- Specified by:
hasMetadatain interfacePodTemplateListFluent<A extends PodTemplateListFluent<A>>
-
withNewMetadata
public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
- Specified by:
withNewMetadatain interfacePodTemplateListFluent<A extends PodTemplateListFluent<A>>
-
withNewMetadata
public PodTemplateListFluent.MetadataNested<A> withNewMetadata()
- Specified by:
withNewMetadatain interfacePodTemplateListFluent<A extends PodTemplateListFluent<A>>
-
withNewMetadataLike
public PodTemplateListFluent.MetadataNested<A> withNewMetadataLike(ListMeta item)
- Specified by:
withNewMetadataLikein interfacePodTemplateListFluent<A extends PodTemplateListFluent<A>>
-
editMetadata
public PodTemplateListFluent.MetadataNested<A> editMetadata()
- Specified by:
editMetadatain interfacePodTemplateListFluent<A extends PodTemplateListFluent<A>>
-
editOrNewMetadata
public PodTemplateListFluent.MetadataNested<A> editOrNewMetadata()
- Specified by:
editOrNewMetadatain interfacePodTemplateListFluent<A extends PodTemplateListFluent<A>>
-
editOrNewMetadataLike
public PodTemplateListFluent.MetadataNested<A> editOrNewMetadataLike(ListMeta item)
- Specified by:
editOrNewMetadataLikein interfacePodTemplateListFluent<A extends PodTemplateListFluent<A>>
-
-