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

io.fabric8.kubernetes.api.model.storage.CSINodeDriverFluent Maven / Gradle / Ivy

package io.fabric8.kubernetes.api.model.storage;

import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
import java.util.ArrayList;
import java.lang.String;
import java.util.LinkedHashMap;
import java.util.function.Predicate;
import java.lang.Integer;
import java.lang.Deprecated;
import java.util.Collection;
import java.lang.Object;
import java.util.List;
import java.lang.Boolean;
import java.util.Map;

 /**
  * Generated
  */
public interface CSINodeDriverFluent> extends Fluent{
  
  /**
   * This method has been deprecated, please use method buildAllocatable instead.
   * @return The buildable object.
   */
  @Deprecated
  public VolumeNodeResources getAllocatable();
  public VolumeNodeResources buildAllocatable();
  public A withAllocatable(VolumeNodeResources allocatable);
  public Boolean hasAllocatable();
  public A withNewAllocatable(Integer count);
  public CSINodeDriverFluent.AllocatableNested withNewAllocatable();
  public CSINodeDriverFluent.AllocatableNested withNewAllocatableLike(VolumeNodeResources item);
  public CSINodeDriverFluent.AllocatableNested editAllocatable();
  public CSINodeDriverFluent.AllocatableNested editOrNewAllocatable();
  public CSINodeDriverFluent.AllocatableNested editOrNewAllocatableLike(VolumeNodeResources item);
  public String getName();
  public A withName(String name);
  public Boolean hasName();
  public String getNodeID();
  public A withNodeID(String nodeID);
  public Boolean hasNodeID();
  public A addToTopologyKeys(Integer index,String item);
  public A setToTopologyKeys(Integer index,String item);
  public A addToTopologyKeys(java.lang.String... items);
  public A addAllToTopologyKeys(Collection items);
  public A removeFromTopologyKeys(java.lang.String... items);
  public A removeAllFromTopologyKeys(Collection items);
  public List getTopologyKeys();
  public String getTopologyKey(Integer index);
  public String getFirstTopologyKey();
  public String getLastTopologyKey();
  public String getMatchingTopologyKey(Predicate predicate);
  public Boolean hasMatchingTopologyKey(Predicate predicate);
  public A withTopologyKeys(List topologyKeys);
  public A withTopologyKeys(java.lang.String... topologyKeys);
  public Boolean hasTopologyKeys();
  public A addToAdditionalProperties(String key,Object value);
  public A addToAdditionalProperties(Map map);
  public A removeFromAdditionalProperties(String key);
  public A removeFromAdditionalProperties(Map map);
  public Map getAdditionalProperties();
  public A withAdditionalProperties(Map additionalProperties);
  public Boolean hasAdditionalProperties();
  public interface AllocatableNested extends Nested,VolumeNodeResourcesFluent>{
    public N and();
    public N endAllocatable();
    
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy