Class V1CronJobStatusFluentImpl<A extends V1CronJobStatusFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1CronJobStatusFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1CronJobStatusFluent<A>
- Direct Known Subclasses:
V1CronJobStatusBuilder
public class V1CronJobStatusFluentImpl<A extends V1CronJobStatusFluent<A>>
extends BaseFluent<A>
implements V1CronJobStatusFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1CronJobStatusFluent
V1CronJobStatusFluent.ActiveNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1CronJobStatusFluentImpl
(io.kubernetes.client.openapi.models.V1CronJobStatus instance) -
Method Summary
Modifier and TypeMethodDescriptionaddAllToActive
(Collection<io.kubernetes.client.openapi.models.V1ObjectReference> items) addNewActiveLike
(io.kubernetes.client.openapi.models.V1ObjectReference item) addToActive
(io.kubernetes.client.openapi.models.V1ObjectReference... items) addToActive
(Integer index, io.kubernetes.client.openapi.models.V1ObjectReference item) List<io.kubernetes.client.openapi.models.V1ObjectReference>
io.kubernetes.client.openapi.models.V1ObjectReference
buildActive
(Integer index) io.kubernetes.client.openapi.models.V1ObjectReference
io.kubernetes.client.openapi.models.V1ObjectReference
io.kubernetes.client.openapi.models.V1ObjectReference
buildMatchingActive
(Predicate<V1ObjectReferenceBuilder> predicate) editActive
(Integer index) editMatchingActive
(Predicate<V1ObjectReferenceBuilder> predicate) boolean
List<io.kubernetes.client.openapi.models.V1ObjectReference>
Deprecated.int
hashCode()
hasMatchingActive
(Predicate<V1ObjectReferenceBuilder> predicate) removeAllFromActive
(Collection<io.kubernetes.client.openapi.models.V1ObjectReference> items) removeFromActive
(io.kubernetes.client.openapi.models.V1ObjectReference... items) setNewActiveLike
(Integer index, io.kubernetes.client.openapi.models.V1ObjectReference item) setToActive
(Integer index, io.kubernetes.client.openapi.models.V1ObjectReference item) toString()
withActive
(io.kubernetes.client.openapi.models.V1ObjectReference... active) withActive
(List<io.kubernetes.client.openapi.models.V1ObjectReference> active) withLastScheduleTime
(OffsetDateTime lastScheduleTime) withLastSuccessfulTime
(OffsetDateTime lastSuccessfulTime) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1CronJobStatusFluentImpl
public V1CronJobStatusFluentImpl() -
V1CronJobStatusFluentImpl
public V1CronJobStatusFluentImpl(io.kubernetes.client.openapi.models.V1CronJobStatus instance)
-
-
Method Details
-
addToActive
- Specified by:
addToActive
in interfaceV1CronJobStatusFluent<A extends V1CronJobStatusFluent<A>>
-
setToActive
- Specified by:
setToActive
in interfaceV1CronJobStatusFluent<A extends V1CronJobStatusFluent<A>>
-
addToActive
- Specified by:
addToActive
in interfaceV1CronJobStatusFluent<A extends V1CronJobStatusFluent<A>>
-
addAllToActive
- Specified by:
addAllToActive
in interfaceV1CronJobStatusFluent<A extends V1CronJobStatusFluent<A>>
-
removeFromActive
- Specified by:
removeFromActive
in interfaceV1CronJobStatusFluent<A extends V1CronJobStatusFluent<A>>
-
removeAllFromActive
public A removeAllFromActive(Collection<io.kubernetes.client.openapi.models.V1ObjectReference> items) - Specified by:
removeAllFromActive
in interfaceV1CronJobStatusFluent<A extends V1CronJobStatusFluent<A>>
-
removeMatchingFromActive
- Specified by:
removeMatchingFromActive
in interfaceV1CronJobStatusFluent<A extends V1CronJobStatusFluent<A>>
-
getActive
Deprecated.This method has been deprecated, please use method buildActive instead.- Specified by:
getActive
in interfaceV1CronJobStatusFluent<A extends V1CronJobStatusFluent<A>>
- Returns:
- The buildable object.
-
buildActive
- Specified by:
buildActive
in interfaceV1CronJobStatusFluent<A extends V1CronJobStatusFluent<A>>
-
buildActive
- Specified by:
buildActive
in interfaceV1CronJobStatusFluent<A extends V1CronJobStatusFluent<A>>
-
buildFirstActive
public io.kubernetes.client.openapi.models.V1ObjectReference buildFirstActive()- Specified by:
buildFirstActive
in interfaceV1CronJobStatusFluent<A extends V1CronJobStatusFluent<A>>
-
buildLastActive
public io.kubernetes.client.openapi.models.V1ObjectReference buildLastActive()- Specified by:
buildLastActive
in interfaceV1CronJobStatusFluent<A extends V1CronJobStatusFluent<A>>
-
buildMatchingActive
public io.kubernetes.client.openapi.models.V1ObjectReference buildMatchingActive(Predicate<V1ObjectReferenceBuilder> predicate) - Specified by:
buildMatchingActive
in interfaceV1CronJobStatusFluent<A extends V1CronJobStatusFluent<A>>
-
hasMatchingActive
- Specified by:
hasMatchingActive
in interfaceV1CronJobStatusFluent<A extends V1CronJobStatusFluent<A>>
-
withActive
- Specified by:
withActive
in interfaceV1CronJobStatusFluent<A extends V1CronJobStatusFluent<A>>
-
withActive
- Specified by:
withActive
in interfaceV1CronJobStatusFluent<A extends V1CronJobStatusFluent<A>>
-
hasActive
- Specified by:
hasActive
in interfaceV1CronJobStatusFluent<A extends V1CronJobStatusFluent<A>>
-
addNewActive
- Specified by:
addNewActive
in interfaceV1CronJobStatusFluent<A extends V1CronJobStatusFluent<A>>
-
addNewActiveLike
public V1CronJobStatusFluent.ActiveNested<A> addNewActiveLike(io.kubernetes.client.openapi.models.V1ObjectReference item) - Specified by:
addNewActiveLike
in interfaceV1CronJobStatusFluent<A extends V1CronJobStatusFluent<A>>
-
setNewActiveLike
public V1CronJobStatusFluent.ActiveNested<A> setNewActiveLike(Integer index, io.kubernetes.client.openapi.models.V1ObjectReference item) - Specified by:
setNewActiveLike
in interfaceV1CronJobStatusFluent<A extends V1CronJobStatusFluent<A>>
-
editActive
- Specified by:
editActive
in interfaceV1CronJobStatusFluent<A extends V1CronJobStatusFluent<A>>
-
editFirstActive
- Specified by:
editFirstActive
in interfaceV1CronJobStatusFluent<A extends V1CronJobStatusFluent<A>>
-
editLastActive
- Specified by:
editLastActive
in interfaceV1CronJobStatusFluent<A extends V1CronJobStatusFluent<A>>
-
editMatchingActive
public V1CronJobStatusFluent.ActiveNested<A> editMatchingActive(Predicate<V1ObjectReferenceBuilder> predicate) - Specified by:
editMatchingActive
in interfaceV1CronJobStatusFluent<A extends V1CronJobStatusFluent<A>>
-
getLastScheduleTime
- Specified by:
getLastScheduleTime
in interfaceV1CronJobStatusFluent<A extends V1CronJobStatusFluent<A>>
-
withLastScheduleTime
- Specified by:
withLastScheduleTime
in interfaceV1CronJobStatusFluent<A extends V1CronJobStatusFluent<A>>
-
hasLastScheduleTime
- Specified by:
hasLastScheduleTime
in interfaceV1CronJobStatusFluent<A extends V1CronJobStatusFluent<A>>
-
getLastSuccessfulTime
- Specified by:
getLastSuccessfulTime
in interfaceV1CronJobStatusFluent<A extends V1CronJobStatusFluent<A>>
-
withLastSuccessfulTime
- Specified by:
withLastSuccessfulTime
in interfaceV1CronJobStatusFluent<A extends V1CronJobStatusFluent<A>>
-
hasLastSuccessfulTime
- Specified by:
hasLastSuccessfulTime
in interfaceV1CronJobStatusFluent<A extends V1CronJobStatusFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1CronJobStatusFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1CronJobStatusFluent<A>>
-
toString
-