All Downloads are FREE. Search and download functionalities are using the official Maven repository.

annotations.io.alauda.kubernetes.api.model.CronJobStatusFluent Maven / Gradle / Ivy

There is a newer version: 0.2.12
Show newest version
package io.alauda.kubernetes.api.model;

import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.alauda.kubernetes.api.builder.Fluent;
import com.fasterxml.jackson.annotation.JsonInclude;
import io.alauda.kubernetes.api.builder.Nested;
import java.lang.String;
import io.alauda.kubernetes.api.builder.Predicate;
import java.lang.Deprecated;
import javax.validation.Valid;
import java.util.Collection;
import java.lang.Object;
import java.util.List;
import java.lang.Boolean;
import java.util.Map;

public interface CronJobStatusFluent> extends Fluent{


    public A addToActive(int index,ObjectReference item);
    public A setToActive(int index,ObjectReference item);
    public A addToActive(ObjectReference... items);
    public A addAllToActive(Collection items);
    public A removeFromActive(ObjectReference... items);
    public A removeAllFromActive(Collection items);
    
/**
 * This method has been deprecated, please use method buildActive instead.
 */
@Deprecated public List getActive();
    public List buildActive();
    public ObjectReference buildActive(int index);
    public ObjectReference buildFirstActive();
    public ObjectReference buildLastActive();
    public ObjectReference buildMatchingActive(io.alauda.kubernetes.api.builder.Predicate predicate);
    public A withActive(List active);
    public A withActive(ObjectReference... active);
    public Boolean hasActive();
    public CronJobStatusFluent.ActiveNested addNewActive();
    public CronJobStatusFluent.ActiveNested addNewActiveLike(ObjectReference item);
    public CronJobStatusFluent.ActiveNested setNewActiveLike(int index,ObjectReference item);
    public CronJobStatusFluent.ActiveNested editActive(int index);
    public CronJobStatusFluent.ActiveNested editFirstActive();
    public CronJobStatusFluent.ActiveNested editLastActive();
    public CronJobStatusFluent.ActiveNested editMatchingActive(io.alauda.kubernetes.api.builder.Predicate predicate);
    public String getLastScheduleTime();
    public A withLastScheduleTime(String lastScheduleTime);
    public Boolean hasLastScheduleTime();

    public interface ActiveNested extends io.alauda.kubernetes.api.builder.Nested,ObjectReferenceFluent>{

        
    public N and();    public N endActive();
}


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy