public class V2alpha1CronJobListFluentImpl<A extends V2alpha1CronJobListFluent<A>> extends BaseFluent<A> implements V2alpha1CronJobListFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
V2alpha1CronJobListFluentImpl.ItemsNestedImpl<N> |
class |
V2alpha1CronJobListFluentImpl.MetadataNestedImpl<N> |
V2alpha1CronJobListFluent.ItemsNested<N>, V2alpha1CronJobListFluent.MetadataNested<N>_visitables, VISIT| Constructor and Description |
|---|
V2alpha1CronJobListFluentImpl() |
V2alpha1CronJobListFluentImpl(io.kubernetes.client.openapi.models.V2alpha1CronJobList instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToItems(Collection<io.kubernetes.client.openapi.models.V2alpha1CronJob> items) |
V2alpha1CronJobListFluent.ItemsNested<A> |
addNewItem() |
V2alpha1CronJobListFluent.ItemsNested<A> |
addNewItemLike(io.kubernetes.client.openapi.models.V2alpha1CronJob item) |
A |
addToItems(int index,
io.kubernetes.client.openapi.models.V2alpha1CronJob item) |
A |
addToItems(io.kubernetes.client.openapi.models.V2alpha1CronJob... items) |
io.kubernetes.client.openapi.models.V2alpha1CronJob |
buildFirstItem() |
io.kubernetes.client.openapi.models.V2alpha1CronJob |
buildItem(int index) |
List<io.kubernetes.client.openapi.models.V2alpha1CronJob> |
buildItems() |
io.kubernetes.client.openapi.models.V2alpha1CronJob |
buildLastItem() |
io.kubernetes.client.openapi.models.V2alpha1CronJob |
buildMatchingItem(Predicate<V2alpha1CronJobBuilder> predicate) |
io.kubernetes.client.openapi.models.V1ListMeta |
buildMetadata() |
V2alpha1CronJobListFluent.ItemsNested<A> |
editFirstItem() |
V2alpha1CronJobListFluent.ItemsNested<A> |
editItem(int index) |
V2alpha1CronJobListFluent.ItemsNested<A> |
editLastItem() |
V2alpha1CronJobListFluent.ItemsNested<A> |
editMatchingItem(Predicate<V2alpha1CronJobBuilder> predicate) |
V2alpha1CronJobListFluent.MetadataNested<A> |
editMetadata() |
V2alpha1CronJobListFluent.MetadataNested<A> |
editOrNewMetadata() |
V2alpha1CronJobListFluent.MetadataNested<A> |
editOrNewMetadataLike(io.kubernetes.client.openapi.models.V1ListMeta item) |
boolean |
equals(Object o) |
String |
getApiVersion() |
List<io.kubernetes.client.openapi.models.V2alpha1CronJob> |
getItems()
Deprecated.
|
String |
getKind() |
io.kubernetes.client.openapi.models.V1ListMeta |
getMetadata()
Deprecated.
|
Boolean |
hasApiVersion() |
int |
hashCode() |
Boolean |
hasItems() |
Boolean |
hasKind() |
Boolean |
hasMatchingItem(Predicate<V2alpha1CronJobBuilder> predicate) |
Boolean |
hasMetadata() |
A |
removeAllFromItems(Collection<io.kubernetes.client.openapi.models.V2alpha1CronJob> items) |
A |
removeFromItems(io.kubernetes.client.openapi.models.V2alpha1CronJob... items) |
A |
removeMatchingFromItems(Predicate<V2alpha1CronJobBuilder> predicate) |
V2alpha1CronJobListFluent.ItemsNested<A> |
setNewItemLike(int index,
io.kubernetes.client.openapi.models.V2alpha1CronJob item) |
A |
setToItems(int index,
io.kubernetes.client.openapi.models.V2alpha1CronJob item) |
A |
withApiVersion(String apiVersion) |
A |
withItems(List<io.kubernetes.client.openapi.models.V2alpha1CronJob> items) |
A |
withItems(io.kubernetes.client.openapi.models.V2alpha1CronJob... items) |
A |
withKind(String kind) |
A |
withMetadata(io.kubernetes.client.openapi.models.V1ListMeta metadata) |
A |
withNewApiVersion(String original)
Deprecated.
|
A |
withNewKind(String original)
Deprecated.
|
V2alpha1CronJobListFluent.MetadataNested<A> |
withNewMetadata() |
V2alpha1CronJobListFluent.MetadataNested<A> |
withNewMetadataLike(io.kubernetes.client.openapi.models.V1ListMeta item) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic V2alpha1CronJobListFluentImpl()
public V2alpha1CronJobListFluentImpl(io.kubernetes.client.openapi.models.V2alpha1CronJobList instance)
public String getApiVersion()
getApiVersion in interface V2alpha1CronJobListFluent<A extends V2alpha1CronJobListFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface V2alpha1CronJobListFluent<A extends V2alpha1CronJobListFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface V2alpha1CronJobListFluent<A extends V2alpha1CronJobListFluent<A>>@Deprecated public A withNewApiVersion(String original)
withNewApiVersion in interface V2alpha1CronJobListFluent<A extends V2alpha1CronJobListFluent<A>>public A addToItems(int index, io.kubernetes.client.openapi.models.V2alpha1CronJob item)
addToItems in interface V2alpha1CronJobListFluent<A extends V2alpha1CronJobListFluent<A>>public A setToItems(int index, io.kubernetes.client.openapi.models.V2alpha1CronJob item)
setToItems in interface V2alpha1CronJobListFluent<A extends V2alpha1CronJobListFluent<A>>public A addToItems(io.kubernetes.client.openapi.models.V2alpha1CronJob... items)
addToItems in interface V2alpha1CronJobListFluent<A extends V2alpha1CronJobListFluent<A>>public A addAllToItems(Collection<io.kubernetes.client.openapi.models.V2alpha1CronJob> items)
addAllToItems in interface V2alpha1CronJobListFluent<A extends V2alpha1CronJobListFluent<A>>public A removeFromItems(io.kubernetes.client.openapi.models.V2alpha1CronJob... items)
removeFromItems in interface V2alpha1CronJobListFluent<A extends V2alpha1CronJobListFluent<A>>public A removeAllFromItems(Collection<io.kubernetes.client.openapi.models.V2alpha1CronJob> items)
removeAllFromItems in interface V2alpha1CronJobListFluent<A extends V2alpha1CronJobListFluent<A>>public A removeMatchingFromItems(Predicate<V2alpha1CronJobBuilder> predicate)
removeMatchingFromItems in interface V2alpha1CronJobListFluent<A extends V2alpha1CronJobListFluent<A>>@Deprecated public List<io.kubernetes.client.openapi.models.V2alpha1CronJob> getItems()
getItems in interface V2alpha1CronJobListFluent<A extends V2alpha1CronJobListFluent<A>>public List<io.kubernetes.client.openapi.models.V2alpha1CronJob> buildItems()
buildItems in interface V2alpha1CronJobListFluent<A extends V2alpha1CronJobListFluent<A>>public io.kubernetes.client.openapi.models.V2alpha1CronJob buildItem(int index)
buildItem in interface V2alpha1CronJobListFluent<A extends V2alpha1CronJobListFluent<A>>public io.kubernetes.client.openapi.models.V2alpha1CronJob buildFirstItem()
buildFirstItem in interface V2alpha1CronJobListFluent<A extends V2alpha1CronJobListFluent<A>>public io.kubernetes.client.openapi.models.V2alpha1CronJob buildLastItem()
buildLastItem in interface V2alpha1CronJobListFluent<A extends V2alpha1CronJobListFluent<A>>public io.kubernetes.client.openapi.models.V2alpha1CronJob buildMatchingItem(Predicate<V2alpha1CronJobBuilder> predicate)
buildMatchingItem in interface V2alpha1CronJobListFluent<A extends V2alpha1CronJobListFluent<A>>public Boolean hasMatchingItem(Predicate<V2alpha1CronJobBuilder> predicate)
hasMatchingItem in interface V2alpha1CronJobListFluent<A extends V2alpha1CronJobListFluent<A>>public A withItems(List<io.kubernetes.client.openapi.models.V2alpha1CronJob> items)
withItems in interface V2alpha1CronJobListFluent<A extends V2alpha1CronJobListFluent<A>>public A withItems(io.kubernetes.client.openapi.models.V2alpha1CronJob... items)
withItems in interface V2alpha1CronJobListFluent<A extends V2alpha1CronJobListFluent<A>>public Boolean hasItems()
hasItems in interface V2alpha1CronJobListFluent<A extends V2alpha1CronJobListFluent<A>>public V2alpha1CronJobListFluent.ItemsNested<A> addNewItem()
addNewItem in interface V2alpha1CronJobListFluent<A extends V2alpha1CronJobListFluent<A>>public V2alpha1CronJobListFluent.ItemsNested<A> addNewItemLike(io.kubernetes.client.openapi.models.V2alpha1CronJob item)
addNewItemLike in interface V2alpha1CronJobListFluent<A extends V2alpha1CronJobListFluent<A>>public V2alpha1CronJobListFluent.ItemsNested<A> setNewItemLike(int index, io.kubernetes.client.openapi.models.V2alpha1CronJob item)
setNewItemLike in interface V2alpha1CronJobListFluent<A extends V2alpha1CronJobListFluent<A>>public V2alpha1CronJobListFluent.ItemsNested<A> editItem(int index)
editItem in interface V2alpha1CronJobListFluent<A extends V2alpha1CronJobListFluent<A>>public V2alpha1CronJobListFluent.ItemsNested<A> editFirstItem()
editFirstItem in interface V2alpha1CronJobListFluent<A extends V2alpha1CronJobListFluent<A>>public V2alpha1CronJobListFluent.ItemsNested<A> editLastItem()
editLastItem in interface V2alpha1CronJobListFluent<A extends V2alpha1CronJobListFluent<A>>public V2alpha1CronJobListFluent.ItemsNested<A> editMatchingItem(Predicate<V2alpha1CronJobBuilder> predicate)
editMatchingItem in interface V2alpha1CronJobListFluent<A extends V2alpha1CronJobListFluent<A>>public String getKind()
getKind in interface V2alpha1CronJobListFluent<A extends V2alpha1CronJobListFluent<A>>public A withKind(String kind)
withKind in interface V2alpha1CronJobListFluent<A extends V2alpha1CronJobListFluent<A>>public Boolean hasKind()
hasKind in interface V2alpha1CronJobListFluent<A extends V2alpha1CronJobListFluent<A>>@Deprecated public A withNewKind(String original)
withNewKind in interface V2alpha1CronJobListFluent<A extends V2alpha1CronJobListFluent<A>>@Deprecated public io.kubernetes.client.openapi.models.V1ListMeta getMetadata()
getMetadata in interface V2alpha1CronJobListFluent<A extends V2alpha1CronJobListFluent<A>>public io.kubernetes.client.openapi.models.V1ListMeta buildMetadata()
buildMetadata in interface V2alpha1CronJobListFluent<A extends V2alpha1CronJobListFluent<A>>public A withMetadata(io.kubernetes.client.openapi.models.V1ListMeta metadata)
withMetadata in interface V2alpha1CronJobListFluent<A extends V2alpha1CronJobListFluent<A>>public Boolean hasMetadata()
hasMetadata in interface V2alpha1CronJobListFluent<A extends V2alpha1CronJobListFluent<A>>public V2alpha1CronJobListFluent.MetadataNested<A> withNewMetadata()
withNewMetadata in interface V2alpha1CronJobListFluent<A extends V2alpha1CronJobListFluent<A>>public V2alpha1CronJobListFluent.MetadataNested<A> withNewMetadataLike(io.kubernetes.client.openapi.models.V1ListMeta item)
withNewMetadataLike in interface V2alpha1CronJobListFluent<A extends V2alpha1CronJobListFluent<A>>public V2alpha1CronJobListFluent.MetadataNested<A> editMetadata()
editMetadata in interface V2alpha1CronJobListFluent<A extends V2alpha1CronJobListFluent<A>>public V2alpha1CronJobListFluent.MetadataNested<A> editOrNewMetadata()
editOrNewMetadata in interface V2alpha1CronJobListFluent<A extends V2alpha1CronJobListFluent<A>>public V2alpha1CronJobListFluent.MetadataNested<A> editOrNewMetadataLike(io.kubernetes.client.openapi.models.V1ListMeta item)
editOrNewMetadataLike in interface V2alpha1CronJobListFluent<A extends V2alpha1CronJobListFluent<A>>Copyright © 2022. All rights reserved.