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

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

package io.kubernetes.client.openapi.models;

import java.lang.Integer;
import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import java.lang.String;
import java.lang.Boolean;

 /**
  * Generated
  */
public interface V1AWSElasticBlockStoreVolumeSourceFluent> extends Fluent{
  public String getFsType();
  public A withFsType(String fsType);
  public Boolean hasFsType();
  public Integer getPartition();
  public A withPartition(Integer partition);
  public Boolean hasPartition();
  public Boolean getReadOnly();
  public A withReadOnly(Boolean readOnly);
  public Boolean hasReadOnly();
  public String getVolumeID();
  public A withVolumeID(String volumeID);
  public Boolean hasVolumeID();
  public A withReadOnly();
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy