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

io.kubernetes.client.openapi.models.V1ComponentStatusFluent Maven / Gradle / Ivy

There is a newer version: 22.0.0
Show newest version
package io.kubernetes.client.openapi.models;

import io.kubernetes.client.fluent.VisitableBuilder;
import java.lang.StringBuilder;
import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.util.ArrayList;
import java.lang.String;
import io.kubernetes.client.fluent.Predicate;
import java.lang.StringBuffer;
import java.lang.Deprecated;
import java.util.Iterator;
import java.util.Collection;
import java.util.List;
import java.lang.Boolean;

public interface V1ComponentStatusFluent> extends Fluent {


    public String getApiVersion();
    public A withApiVersion(String apiVersion);
    public Boolean hasApiVersion();
    public A withNewApiVersion(String arg1);
    public A withNewApiVersion(StringBuilder arg1);
    public A withNewApiVersion(StringBuffer arg1);
    public A addToConditions(int index,V1ComponentCondition item);
    public A setToConditions(int index,V1ComponentCondition item);
    public A addToConditions(V1ComponentCondition... items);
    public A addAllToConditions(Collection items);
    public A removeFromConditions(V1ComponentCondition... items);
    public A removeAllFromConditions(Collection items);
    public A removeMatchingFromConditions(io.kubernetes.client.fluent.Predicate predicate);
    
/**
 * This method has been deprecated, please use method buildConditions instead.
 * @return The buildable object.
 */
@Deprecated public List getConditions();
    public List buildConditions();
    public V1ComponentCondition buildCondition(int index);
    public V1ComponentCondition buildFirstCondition();
    public V1ComponentCondition buildLastCondition();
    public V1ComponentCondition buildMatchingCondition(io.kubernetes.client.fluent.Predicate predicate);
    public Boolean hasMatchingCondition(io.kubernetes.client.fluent.Predicate predicate);
    public A withConditions(List conditions);
    public A withConditions(V1ComponentCondition... conditions);
    public Boolean hasConditions();
    public V1ComponentStatusFluent.ConditionsNested addNewCondition();
    public V1ComponentStatusFluent.ConditionsNested addNewConditionLike(V1ComponentCondition item);
    public V1ComponentStatusFluent.ConditionsNested setNewConditionLike(int index,V1ComponentCondition item);
    public V1ComponentStatusFluent.ConditionsNested editCondition(int index);
    public V1ComponentStatusFluent.ConditionsNested editFirstCondition();
    public V1ComponentStatusFluent.ConditionsNested editLastCondition();
    public V1ComponentStatusFluent.ConditionsNested editMatchingCondition(io.kubernetes.client.fluent.Predicate predicate);
    public String getKind();
    public A withKind(String kind);
    public Boolean hasKind();
    public A withNewKind(String arg1);
    public A withNewKind(StringBuilder arg1);
    public A withNewKind(StringBuffer arg1);
    
/**
 * This method has been deprecated, please use method buildMetadata instead.
 * @return The buildable object.
 */
@Deprecated public V1ObjectMeta getMetadata();
    public V1ObjectMeta buildMetadata();
    public A withMetadata(V1ObjectMeta metadata);
    public Boolean hasMetadata();
    public V1ComponentStatusFluent.MetadataNested withNewMetadata();
    public V1ComponentStatusFluent.MetadataNested withNewMetadataLike(V1ObjectMeta item);
    public V1ComponentStatusFluent.MetadataNested editMetadata();
    public V1ComponentStatusFluent.MetadataNested editOrNewMetadata();
    public V1ComponentStatusFluent.MetadataNested editOrNewMetadataLike(V1ObjectMeta item);
    public interface ConditionsNested extends io.kubernetes.client.fluent.Nested,V1ComponentConditionFluent> {

        public N and();
        public N endCondition();    }


    public interface MetadataNested extends io.kubernetes.client.fluent.Nested,V1ObjectMetaFluent> {

        public N and();
        public N endMetadata();    }


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy