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

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

package io.kubernetes.client.openapi.models;

import java.lang.Deprecated;
import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.lang.String;
import java.lang.Boolean;

 /**
  * Generated
  */
public interface V1StorageOSVolumeSourceFluent> extends Fluent{
  public String getFsType();
  public A withFsType(String fsType);
  public Boolean hasFsType();
  public Boolean getReadOnly();
  public A withReadOnly(Boolean readOnly);
  public Boolean hasReadOnly();
  
  /**
   * This method has been deprecated, please use method buildSecretRef instead.
   * @return The buildable object.
   */
  @Deprecated
  public V1LocalObjectReference getSecretRef();
  public V1LocalObjectReference buildSecretRef();
  public A withSecretRef(V1LocalObjectReference secretRef);
  public Boolean hasSecretRef();
  public V1StorageOSVolumeSourceFluent.SecretRefNested withNewSecretRef();
  public V1StorageOSVolumeSourceFluent.SecretRefNested withNewSecretRefLike(V1LocalObjectReference item);
  public V1StorageOSVolumeSourceFluent.SecretRefNested editSecretRef();
  public V1StorageOSVolumeSourceFluent.SecretRefNested editOrNewSecretRef();
  public V1StorageOSVolumeSourceFluent.SecretRefNested editOrNewSecretRefLike(V1LocalObjectReference item);
  public String getVolumeName();
  public A withVolumeName(String volumeName);
  public Boolean hasVolumeName();
  public String getVolumeNamespace();
  public A withVolumeNamespace(String volumeNamespace);
  public Boolean hasVolumeNamespace();
  public A withReadOnly();
  public interface SecretRefNested extends Nested,V1LocalObjectReferenceFluent>{
    public N and();
    public N endSecretRef();
    
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy