
io.kubernetes.client.models.V1StorageOSPersistentVolumeSourceFluent Maven / Gradle / Ivy
package io.kubernetes.client.models;
import java.lang.Deprecated;
import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.lang.String;
import java.lang.Boolean;
public interface V1StorageOSPersistentVolumeSourceFluent> extends Fluent{
public String getFsType();
public A withFsType(String fsType);
public Boolean hasFsType();
public Boolean isReadOnly();
public A withReadOnly(Boolean readOnly);
public Boolean hasReadOnly();
public A withNewReadOnly(boolean arg1);
public A withNewReadOnly(String arg1);
/**
* This method has been deprecated, please use method buildSecretRef instead.
*/
@Deprecated public V1ObjectReference getSecretRef();
public V1ObjectReference buildSecretRef();
public A withSecretRef(V1ObjectReference secretRef);
public Boolean hasSecretRef();
public V1StorageOSPersistentVolumeSourceFluent.SecretRefNested withNewSecretRef();
public V1StorageOSPersistentVolumeSourceFluent.SecretRefNested withNewSecretRefLike(V1ObjectReference item);
public V1StorageOSPersistentVolumeSourceFluent.SecretRefNested editSecretRef();
public V1StorageOSPersistentVolumeSourceFluent.SecretRefNested editOrNewSecretRef();
public V1StorageOSPersistentVolumeSourceFluent.SecretRefNested editOrNewSecretRefLike(V1ObjectReference item);
public String getVolumeName();
public A withVolumeName(String volumeName);
public Boolean hasVolumeName();
public String getVolumeNamespace();
public A withVolumeNamespace(String volumeNamespace);
public Boolean hasVolumeNamespace();
public interface SecretRefNested extends io.kubernetes.client.fluent.Nested,V1ObjectReferenceFluent>{
public N and(); public N endSecretRef();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy