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

annotations.io.fabric8.kubernetes.api.model.FlexVolumeSourceFluent Maven / Gradle / Ivy

package io.fabric8.kubernetes.api.model;

import java.util.HashMap;
import java.io.Serializable;
import java.util.Map;
import java.util.Map;
import java.util.Map;
import java.util.AbstractMap;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;

public interface FlexVolumeSourceFluent> extends Fluent{


    public String getDriver();    public T withDriver( String driver);    public String getFsType();    public T withFsType( String fsType);    public T addToOptions( String key,  String value);    public T addToOptions( Map map);    public T removeFromOptions( String key);    public T removeFromOptions( Map map);    public Map getOptions();    public T withOptions( Map options);    public Boolean isReadOnly();    public T withReadOnly( Boolean readOnly);    public LocalObjectReference getSecretRef();    public T withSecretRef( LocalObjectReference secretRef);    public SecretRefNested withNewSecretRef();    public SecretRefNested withNewSecretRefLike( LocalObjectReference item);    public SecretRefNested editSecretRef();    public T withNewSecretRef( String name);    public T addToAdditionalProperties( String key,  Object value);    public T addToAdditionalProperties( Map map);    public T removeFromAdditionalProperties( String key);    public T removeFromAdditionalProperties( Map map);    public Map getAdditionalProperties();    public T withAdditionalProperties( Map additionalProperties);
    public interface SecretRefNested extends Nested, LocalObjectReferenceFluent>{
            public N endSecretRef();            public N and();        
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy