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