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

io.kubernetes.client.models.V1FlexVolumeSourceFluent Maven / Gradle / Ivy

package io.kubernetes.client.models;

import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.lang.String;
import java.util.LinkedHashMap;
import java.lang.Deprecated;
import java.lang.Boolean;
import java.util.Map;

public interface V1FlexVolumeSourceFluent> extends Fluent{


    public String getDriver();
    public A withDriver(String driver);
    public Boolean hasDriver();
    public String getFsType();
    public A withFsType(String fsType);
    public Boolean hasFsType();
    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(boolean arg1);
    public A withNewReadOnly(String arg1);
    
/**
 * This method has been deprecated, please use method buildSecretRef instead.
 */
@Deprecated public V1LocalObjectReference getSecretRef();
    public V1LocalObjectReference buildSecretRef();
    public A withSecretRef(V1LocalObjectReference secretRef);
    public Boolean hasSecretRef();
    public V1FlexVolumeSourceFluent.SecretRefNested withNewSecretRef();
    public V1FlexVolumeSourceFluent.SecretRefNested withNewSecretRefLike(V1LocalObjectReference item);
    public V1FlexVolumeSourceFluent.SecretRefNested editSecretRef();
    public V1FlexVolumeSourceFluent.SecretRefNested editOrNewSecretRef();
    public V1FlexVolumeSourceFluent.SecretRefNested editOrNewSecretRefLike(V1LocalObjectReference item);

    public interface SecretRefNested extends io.kubernetes.client.fluent.Nested,V1LocalObjectReferenceFluent>{

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


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy