io.kubernetes.client.openapi.models.V1APIServiceStatusFluent 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.util.Iterator;
import java.util.Collection;
import java.util.List;
import java.lang.Boolean;
/**
* Generated
*/
public interface V1APIServiceStatusFluent> extends Fluent{
public A addToConditions(Integer index,V1APIServiceCondition item);
public A setToConditions(Integer index,V1APIServiceCondition item);
public A addToConditions(io.kubernetes.client.openapi.models.V1APIServiceCondition... items);
public A addAllToConditions(Collection items);
public A removeFromConditions(io.kubernetes.client.openapi.models.V1APIServiceCondition... items);
public A removeAllFromConditions(Collection items);
public A removeMatchingFromConditions(Predicate predicate);
/**
* This method has been deprecated, please use method buildConditions instead.
* @return The buildable object.
*/
@Deprecated
public List getConditions();
public List buildConditions();
public V1APIServiceCondition buildCondition(Integer index);
public V1APIServiceCondition buildFirstCondition();
public V1APIServiceCondition buildLastCondition();
public V1APIServiceCondition buildMatchingCondition(Predicate predicate);
public Boolean hasMatchingCondition(Predicate predicate);
public A withConditions(List conditions);
public A withConditions(io.kubernetes.client.openapi.models.V1APIServiceCondition... conditions);
public Boolean hasConditions();
public V1APIServiceStatusFluent.ConditionsNested addNewCondition();
public V1APIServiceStatusFluent.ConditionsNested addNewConditionLike(V1APIServiceCondition item);
public V1APIServiceStatusFluent.ConditionsNested setNewConditionLike(Integer index,V1APIServiceCondition item);
public V1APIServiceStatusFluent.ConditionsNested editCondition(Integer index);
public V1APIServiceStatusFluent.ConditionsNested editFirstCondition();
public V1APIServiceStatusFluent.ConditionsNested editLastCondition();
public V1APIServiceStatusFluent.ConditionsNested editMatchingCondition(Predicate predicate);
public interface ConditionsNested extends Nested,V1APIServiceConditionFluent>{
public N and();
public N endCondition();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy