io.fabric8.kubernetes.api.model.FlexVolumeSourceFluent Maven / Gradle / Ivy
package io.fabric8.kubernetes.api.model;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.lang.StringBuilder;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
import java.lang.String;
import java.util.LinkedHashMap;
import java.lang.StringBuffer;
import java.lang.Deprecated;
import java.lang.Object;
import java.lang.Boolean;
import java.util.Map;
public interface FlexVolumeSourceFluent> extends Fluent{
public String getDriver();
public A withDriver(String driver);
public Boolean hasDriver();
public A withNewDriver(String arg1);
public A withNewDriver(StringBuilder arg1);
public A withNewDriver(StringBuffer arg1);
public String getFsType();
public A withFsType(String fsType);
public Boolean hasFsType();
public A withNewFsType(String arg1);
public A withNewFsType(StringBuilder arg1);
public A withNewFsType(StringBuffer arg1);
public A addToOptions(String key,String value);
public A addToOptions(Map map);
public A removeFromOptions(String key);
public A removeFromOptions(Map map);
public Map getOptions();
public A withOptions(Map options);
public Boolean hasOptions();
public Boolean isReadOnly();
public A withReadOnly(Boolean readOnly);
public Boolean hasReadOnly();
public A withNewReadOnly(String arg1);
public A withNewReadOnly(boolean arg1);
/**
* This method has been deprecated, please use method buildSecretRef instead.
* @return The buildable object.
*/
@Deprecated public LocalObjectReference getSecretRef();
public LocalObjectReference buildSecretRef();
public A withSecretRef(LocalObjectReference secretRef);
public Boolean hasSecretRef();
public A withNewSecretRef(String name);
public FlexVolumeSourceFluent.SecretRefNested withNewSecretRef();
public FlexVolumeSourceFluent.SecretRefNested withNewSecretRefLike(LocalObjectReference item);
public FlexVolumeSourceFluent.SecretRefNested editSecretRef();
public FlexVolumeSourceFluent.SecretRefNested editOrNewSecretRef();
public FlexVolumeSourceFluent.SecretRefNested editOrNewSecretRefLike(LocalObjectReference item);
public interface SecretRefNested extends io.fabric8.kubernetes.api.builder.Nested,LocalObjectReferenceFluent>{
public N and(); public N endSecretRef();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy