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

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

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

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

 /**
  * Generated
  */
public interface V1QuobyteVolumeSourceFluent> extends Fluent{
  public String getGroup();
  public A withGroup(String group);
  public Boolean hasGroup();
  public Boolean getReadOnly();
  public A withReadOnly(Boolean readOnly);
  public Boolean hasReadOnly();
  public String getRegistry();
  public A withRegistry(String registry);
  public Boolean hasRegistry();
  public String getTenant();
  public A withTenant(String tenant);
  public Boolean hasTenant();
  public String getUser();
  public A withUser(String user);
  public Boolean hasUser();
  public String getVolume();
  public A withVolume(String volume);
  public Boolean hasVolume();
  public A withReadOnly();
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy