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

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

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

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.Collection;
import java.util.List;
import java.lang.Boolean;

public interface V1beta1CSINodeDriverFluent> extends Fluent {


    
/**
 * This method has been deprecated, please use method buildAllocatable instead.
 * @return The buildable object.
 */
@Deprecated public V1beta1VolumeNodeResources getAllocatable();
    public V1beta1VolumeNodeResources buildAllocatable();
    public A withAllocatable(V1beta1VolumeNodeResources allocatable);
    public Boolean hasAllocatable();
    public V1beta1CSINodeDriverFluent.AllocatableNested withNewAllocatable();
    public V1beta1CSINodeDriverFluent.AllocatableNested withNewAllocatableLike(V1beta1VolumeNodeResources item);
    public V1beta1CSINodeDriverFluent.AllocatableNested editAllocatable();
    public V1beta1CSINodeDriverFluent.AllocatableNested editOrNewAllocatable();
    public V1beta1CSINodeDriverFluent.AllocatableNested editOrNewAllocatableLike(V1beta1VolumeNodeResources item);
    public String getName();
    public A withName(String name);
    public Boolean hasName();
    public A withNewName(String arg1);
    public A withNewName(StringBuilder arg1);
    public A withNewName(StringBuffer arg1);
    public String getNodeID();
    public A withNodeID(String nodeID);
    public Boolean hasNodeID();
    public A withNewNodeID(String arg1);
    public A withNewNodeID(StringBuilder arg1);
    public A withNewNodeID(StringBuffer arg1);
    public A addToTopologyKeys(int index,String item);
    public A setToTopologyKeys(int index,String item);
    public A addToTopologyKeys(String... items);
    public A addAllToTopologyKeys(Collection items);
    public A removeFromTopologyKeys(String... items);
    public A removeAllFromTopologyKeys(Collection items);
    public List getTopologyKeys();
    public String getTopologyKey(int index);
    public String getFirstTopologyKey();
    public String getLastTopologyKey();
    public String getMatchingTopologyKey(io.kubernetes.client.fluent.Predicate predicate);
    public Boolean hasMatchingTopologyKey(io.kubernetes.client.fluent.Predicate predicate);
    public A withTopologyKeys(List topologyKeys);
    public A withTopologyKeys(String... topologyKeys);
    public Boolean hasTopologyKeys();
    public A addNewTopologyKey(String arg1);
    public A addNewTopologyKey(StringBuilder arg1);
    public A addNewTopologyKey(StringBuffer arg1);
    public interface AllocatableNested extends io.kubernetes.client.fluent.Nested,V1beta1VolumeNodeResourcesFluent> {

        public N and();
        public N endAllocatable();    }


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy