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