public interface  io.fabric.openshift.api.model.v.FeatureGateListFluent extends java.lang.Object implements io.fabric.kubernetes.api.builder.v.Fluent
{
public abstract java.lang.String getApiVersion();
public abstract io.fabric.openshift.api.model.v.FeatureGateListFluent withApiVersion(java.lang.String);
public abstract java.lang.Boolean hasApiVersion();
public abstract io.fabric.openshift.api.model.v.FeatureGateListFluent withNewApiVersion(java.lang.String);
public abstract io.fabric.openshift.api.model.v.FeatureGateListFluent withNewApiVersion(java.lang.StringBuilder);
public abstract io.fabric.openshift.api.model.v.FeatureGateListFluent withNewApiVersion(java.lang.StringBuffer);
public abstract io.fabric.openshift.api.model.v.FeatureGateListFluent addToItems(int, io.fabric.openshift.api.model.v.FeatureGate);
public abstract io.fabric.openshift.api.model.v.FeatureGateListFluent setToItems(int, io.fabric.openshift.api.model.v.FeatureGate);
public abstract transient io.fabric.openshift.api.model.v.FeatureGateListFluent addToItems(io.fabric.openshift.api.model.v.FeatureGate[]);
public abstract io.fabric.openshift.api.model.v.FeatureGateListFluent addAllToItems(java.util.Collection);
public abstract transient io.fabric.openshift.api.model.v.FeatureGateListFluent removeFromItems(io.fabric.openshift.api.model.v.FeatureGate[]);
public abstract io.fabric.openshift.api.model.v.FeatureGateListFluent removeAllFromItems(java.util.Collection);
public abstract io.fabric.openshift.api.model.v.FeatureGateListFluent removeMatchingFromItems(java.util.function.Predicate);
public abstract java.util.List getItems();
public abstract java.util.List buildItems();
public abstract io.fabric.openshift.api.model.v.FeatureGate buildItem(int);
public abstract io.fabric.openshift.api.model.v.FeatureGate buildFirstItem();
public abstract io.fabric.openshift.api.model.v.FeatureGate buildLastItem();
public abstract io.fabric.openshift.api.model.v.FeatureGate buildMatchingItem(java.util.function.Predicate);
public abstract java.lang.Boolean hasMatchingItem(java.util.function.Predicate);
public abstract io.fabric.openshift.api.model.v.FeatureGateListFluent withItems(java.util.List);
public abstract transient io.fabric.openshift.api.model.v.FeatureGateListFluent withItems(io.fabric.openshift.api.model.v.FeatureGate[]);
public abstract java.lang.Boolean hasItems();
public abstract io.fabric.openshift.api.model.v.FeatureGateListFluent$ItemsNested addNewItem();
public abstract io.fabric.openshift.api.model.v.FeatureGateListFluent$ItemsNested addNewItemLike(io.fabric.openshift.api.model.v.FeatureGate);
public abstract io.fabric.openshift.api.model.v.FeatureGateListFluent$ItemsNested setNewItemLike(int, io.fabric.openshift.api.model.v.FeatureGate);
public abstract io.fabric.openshift.api.model.v.FeatureGateListFluent$ItemsNested editItem(int);
public abstract io.fabric.openshift.api.model.v.FeatureGateListFluent$ItemsNested editFirstItem();
public abstract io.fabric.openshift.api.model.v.FeatureGateListFluent$ItemsNested editLastItem();
public abstract io.fabric.openshift.api.model.v.FeatureGateListFluent$ItemsNested editMatchingItem(java.util.function.Predicate);
public abstract java.lang.String getKind();
public abstract io.fabric.openshift.api.model.v.FeatureGateListFluent withKind(java.lang.String);
public abstract java.lang.Boolean hasKind();
public abstract io.fabric.openshift.api.model.v.FeatureGateListFluent withNewKind(java.lang.String);
public abstract io.fabric.openshift.api.model.v.FeatureGateListFluent withNewKind(java.lang.StringBuilder);
public abstract io.fabric.openshift.api.model.v.FeatureGateListFluent withNewKind(java.lang.StringBuffer);
public abstract io.fabric.kubernetes.api.model.v.ListMeta getMetadata();
public abstract io.fabric.openshift.api.model.v.FeatureGateListFluent withMetadata(io.fabric.kubernetes.api.model.v.ListMeta);
public abstract java.lang.Boolean hasMetadata();
public abstract io.fabric.openshift.api.model.v.FeatureGateListFluent withNewMetadata(java.lang.String, java.lang.Long, java.lang.String, java.lang.String);
}