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

io.fabric8.kubernetes.api.model.FlexPersistentVolumeSourceFluent 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 FlexPersistentVolumeSourceFluent> 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 SecretReference getSecretRef();
    public SecretReference buildSecretRef();
    public A withSecretRef(SecretReference secretRef);
    public Boolean hasSecretRef();
    public A withNewSecretRef(String name,String namespace);
    public FlexPersistentVolumeSourceFluent.SecretRefNested withNewSecretRef();
    public FlexPersistentVolumeSourceFluent.SecretRefNested withNewSecretRefLike(SecretReference item);
    public FlexPersistentVolumeSourceFluent.SecretRefNested editSecretRef();
    public FlexPersistentVolumeSourceFluent.SecretRefNested editOrNewSecretRef();
    public FlexPersistentVolumeSourceFluent.SecretRefNested editOrNewSecretRefLike(SecretReference item);

    public interface SecretRefNested extends io.fabric8.kubernetes.api.builder.Nested,SecretReferenceFluent>{

        
    public N and();    public N endSecretRef();
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy