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