
io.kubernetes.client.openapi.models.V1CronJobStatusFluent Maven / Gradle / Ivy
package io.kubernetes.client.openapi.models;
import io.kubernetes.client.fluent.VisitableBuilder;
import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.util.ArrayList;
import java.util.function.Predicate;
import java.lang.Integer;
import java.lang.Deprecated;
import java.time.OffsetDateTime;
import java.util.Iterator;
import java.util.Collection;
import java.util.List;
import java.lang.Boolean;
/**
* Generated
*/
public interface V1CronJobStatusFluent> extends Fluent{
public A addToActive(Integer index,V1ObjectReference item);
public A setToActive(Integer index,V1ObjectReference item);
public A addToActive(io.kubernetes.client.openapi.models.V1ObjectReference... items);
public A addAllToActive(Collection items);
public A removeFromActive(io.kubernetes.client.openapi.models.V1ObjectReference... items);
public A removeAllFromActive(Collection items);
public A removeMatchingFromActive(Predicate predicate);
/**
* This method has been deprecated, please use method buildActive instead.
* @return The buildable object.
*/
@Deprecated
public List getActive();
public List buildActive();
public V1ObjectReference buildActive(Integer index);
public V1ObjectReference buildFirstActive();
public V1ObjectReference buildLastActive();
public V1ObjectReference buildMatchingActive(Predicate predicate);
public Boolean hasMatchingActive(Predicate predicate);
public A withActive(List active);
public A withActive(io.kubernetes.client.openapi.models.V1ObjectReference... active);
public Boolean hasActive();
public V1CronJobStatusFluent.ActiveNested addNewActive();
public V1CronJobStatusFluent.ActiveNested addNewActiveLike(V1ObjectReference item);
public V1CronJobStatusFluent.ActiveNested setNewActiveLike(Integer index,V1ObjectReference item);
public V1CronJobStatusFluent.ActiveNested editActive(Integer index);
public V1CronJobStatusFluent.ActiveNested editFirstActive();
public V1CronJobStatusFluent.ActiveNested editLastActive();
public V1CronJobStatusFluent.ActiveNested editMatchingActive(Predicate predicate);
public OffsetDateTime getLastScheduleTime();
public A withLastScheduleTime(OffsetDateTime lastScheduleTime);
public Boolean hasLastScheduleTime();
public OffsetDateTime getLastSuccessfulTime();
public A withLastSuccessfulTime(OffsetDateTime lastSuccessfulTime);
public Boolean hasLastSuccessfulTime();
public interface ActiveNested extends Nested,V1ObjectReferenceFluent>{
public N and();
public N endActive();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy