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