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

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

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

import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.util.ArrayList;
import java.lang.String;
import java.util.function.Predicate;
import java.lang.Integer;
import java.lang.Deprecated;
import java.util.Collection;
import java.util.List;
import java.lang.Boolean;

 /**
  * Generated
  */
public interface V1CSINodeDriverFluent> extends Fluent{
  
  /**
   * This method has been deprecated, please use method buildAllocatable instead.
   * @return The buildable object.
   */
  @Deprecated
  public V1VolumeNodeResources getAllocatable();
  public V1VolumeNodeResources buildAllocatable();
  public A withAllocatable(V1VolumeNodeResources allocatable);
  public Boolean hasAllocatable();
  public V1CSINodeDriverFluent.AllocatableNested withNewAllocatable();
  public V1CSINodeDriverFluent.AllocatableNested withNewAllocatableLike(V1VolumeNodeResources item);
  public V1CSINodeDriverFluent.AllocatableNested editAllocatable();
  public V1CSINodeDriverFluent.AllocatableNested editOrNewAllocatable();
  public V1CSINodeDriverFluent.AllocatableNested editOrNewAllocatableLike(V1VolumeNodeResources 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 interface AllocatableNested extends Nested,V1VolumeNodeResourcesFluent>{
    public N and();
    public N endAllocatable();
    
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy