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

io.kubernetes.client.models.V1beta1CronJobStatusFluent Maven / Gradle / Ivy

package io.kubernetes.client.models;

import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.util.ArrayList;
import org.joda.time.DateTime;
import io.kubernetes.client.fluent.Predicate;
import java.lang.Deprecated;
import java.util.Collection;
import java.lang.Object;
import java.util.List;
import java.lang.Boolean;

public interface V1beta1CronJobStatusFluent> extends Fluent{


    public A addToActive(int index,V1ObjectReference item);
    public A setToActive(int index,V1ObjectReference item);
    public A addToActive(V1ObjectReference... items);
    public A addAllToActive(Collection items);
    public A removeFromActive(V1ObjectReference... items);
    public A removeAllFromActive(Collection items);
    
/**
 * This method has been deprecated, please use method buildActive instead.
 */
@Deprecated public List getActive();
    public List buildActive();
    public V1ObjectReference buildActive(int index);
    public V1ObjectReference buildFirstActive();
    public V1ObjectReference buildLastActive();
    public V1ObjectReference buildMatchingActive(io.kubernetes.client.fluent.Predicate predicate);
    public A withActive(List active);
    public A withActive(V1ObjectReference... active);
    public Boolean hasActive();
    public V1beta1CronJobStatusFluent.ActiveNested addNewActive();
    public V1beta1CronJobStatusFluent.ActiveNested addNewActiveLike(V1ObjectReference item);
    public V1beta1CronJobStatusFluent.ActiveNested setNewActiveLike(int index,V1ObjectReference item);
    public V1beta1CronJobStatusFluent.ActiveNested editActive(int index);
    public V1beta1CronJobStatusFluent.ActiveNested editFirstActive();
    public V1beta1CronJobStatusFluent.ActiveNested editLastActive();
    public V1beta1CronJobStatusFluent.ActiveNested editMatchingActive(io.kubernetes.client.fluent.Predicate predicate);
    public DateTime getLastScheduleTime();
    public A withLastScheduleTime(DateTime lastScheduleTime);
    public Boolean hasLastScheduleTime();
    public A withNewLastScheduleTime(int arg0,int arg1,int arg2,int arg3,int arg4);
    public A withNewLastScheduleTime(long arg0);
    public A withNewLastScheduleTime(Object arg0);

    public interface ActiveNested extends io.kubernetes.client.fluent.Nested,V1ObjectReferenceFluent>{

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


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy