public interface V2alpha1CronJobStatusFluent<A extends V2alpha1CronJobStatusFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V2alpha1CronJobStatusFluent.ActiveNested<N> |
Modifier and Type | Method and Description |
---|---|
A |
addAllToActive(Collection<io.kubernetes.client.openapi.models.V1ObjectReference> items) |
V2alpha1CronJobStatusFluent.ActiveNested<A> |
addNewActive() |
V2alpha1CronJobStatusFluent.ActiveNested<A> |
addNewActiveLike(io.kubernetes.client.openapi.models.V1ObjectReference item) |
A |
addToActive(int index,
io.kubernetes.client.openapi.models.V1ObjectReference item) |
A |
addToActive(io.kubernetes.client.openapi.models.V1ObjectReference... items) |
List<io.kubernetes.client.openapi.models.V1ObjectReference> |
buildActive() |
io.kubernetes.client.openapi.models.V1ObjectReference |
buildActive(int index) |
io.kubernetes.client.openapi.models.V1ObjectReference |
buildFirstActive() |
io.kubernetes.client.openapi.models.V1ObjectReference |
buildLastActive() |
io.kubernetes.client.openapi.models.V1ObjectReference |
buildMatchingActive(Predicate<V1ObjectReferenceBuilder> predicate) |
V2alpha1CronJobStatusFluent.ActiveNested<A> |
editActive(int index) |
V2alpha1CronJobStatusFluent.ActiveNested<A> |
editFirstActive() |
V2alpha1CronJobStatusFluent.ActiveNested<A> |
editLastActive() |
V2alpha1CronJobStatusFluent.ActiveNested<A> |
editMatchingActive(Predicate<V1ObjectReferenceBuilder> predicate) |
List<io.kubernetes.client.openapi.models.V1ObjectReference> |
getActive()
Deprecated.
|
OffsetDateTime |
getLastScheduleTime() |
Boolean |
hasActive() |
Boolean |
hasLastScheduleTime() |
Boolean |
hasMatchingActive(Predicate<V1ObjectReferenceBuilder> predicate) |
A |
removeAllFromActive(Collection<io.kubernetes.client.openapi.models.V1ObjectReference> items) |
A |
removeFromActive(io.kubernetes.client.openapi.models.V1ObjectReference... items) |
A |
removeMatchingFromActive(Predicate<V1ObjectReferenceBuilder> predicate) |
V2alpha1CronJobStatusFluent.ActiveNested<A> |
setNewActiveLike(int index,
io.kubernetes.client.openapi.models.V1ObjectReference item) |
A |
setToActive(int index,
io.kubernetes.client.openapi.models.V1ObjectReference item) |
A |
withActive(List<io.kubernetes.client.openapi.models.V1ObjectReference> active) |
A |
withActive(io.kubernetes.client.openapi.models.V1ObjectReference... active) |
A |
withLastScheduleTime(OffsetDateTime lastScheduleTime) |
A addToActive(int index, io.kubernetes.client.openapi.models.V1ObjectReference item)
A setToActive(int index, io.kubernetes.client.openapi.models.V1ObjectReference item)
A addToActive(io.kubernetes.client.openapi.models.V1ObjectReference... items)
A addAllToActive(Collection<io.kubernetes.client.openapi.models.V1ObjectReference> items)
A removeFromActive(io.kubernetes.client.openapi.models.V1ObjectReference... items)
A removeAllFromActive(Collection<io.kubernetes.client.openapi.models.V1ObjectReference> items)
A removeMatchingFromActive(Predicate<V1ObjectReferenceBuilder> predicate)
@Deprecated List<io.kubernetes.client.openapi.models.V1ObjectReference> getActive()
List<io.kubernetes.client.openapi.models.V1ObjectReference> buildActive()
io.kubernetes.client.openapi.models.V1ObjectReference buildActive(int index)
io.kubernetes.client.openapi.models.V1ObjectReference buildFirstActive()
io.kubernetes.client.openapi.models.V1ObjectReference buildLastActive()
io.kubernetes.client.openapi.models.V1ObjectReference buildMatchingActive(Predicate<V1ObjectReferenceBuilder> predicate)
Boolean hasMatchingActive(Predicate<V1ObjectReferenceBuilder> predicate)
A withActive(io.kubernetes.client.openapi.models.V1ObjectReference... active)
Boolean hasActive()
V2alpha1CronJobStatusFluent.ActiveNested<A> addNewActive()
V2alpha1CronJobStatusFluent.ActiveNested<A> addNewActiveLike(io.kubernetes.client.openapi.models.V1ObjectReference item)
V2alpha1CronJobStatusFluent.ActiveNested<A> setNewActiveLike(int index, io.kubernetes.client.openapi.models.V1ObjectReference item)
V2alpha1CronJobStatusFluent.ActiveNested<A> editActive(int index)
V2alpha1CronJobStatusFluent.ActiveNested<A> editFirstActive()
V2alpha1CronJobStatusFluent.ActiveNested<A> editLastActive()
V2alpha1CronJobStatusFluent.ActiveNested<A> editMatchingActive(Predicate<V1ObjectReferenceBuilder> predicate)
OffsetDateTime getLastScheduleTime()
A withLastScheduleTime(OffsetDateTime lastScheduleTime)
Boolean hasLastScheduleTime()
Copyright © 2021. All rights reserved.