io.kubernetes.client.openapi.models.V1CinderPersistentVolumeSourceFluent 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 V1CinderPersistentVolumeSourceFluent> 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 V1SecretReference getSecretRef();
public V1SecretReference buildSecretRef();
public A withSecretRef(V1SecretReference secretRef);
public Boolean hasSecretRef();
public V1CinderPersistentVolumeSourceFluent.SecretRefNested withNewSecretRef();
public V1CinderPersistentVolumeSourceFluent.SecretRefNested withNewSecretRefLike(V1SecretReference item);
public V1CinderPersistentVolumeSourceFluent.SecretRefNested editSecretRef();
public V1CinderPersistentVolumeSourceFluent.SecretRefNested editOrNewSecretRef();
public V1CinderPersistentVolumeSourceFluent.SecretRefNested editOrNewSecretRefLike(V1SecretReference item);
public String getVolumeID();
public A withVolumeID(String volumeID);
public Boolean hasVolumeID();
public A withReadOnly();
public interface SecretRefNested extends Nested,V1SecretReferenceFluent>{
public N and();
public N endSecretRef();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy