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

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

There is a newer version: 1.1.1
Show newest version
package io.fabric8.kubernetes.api.model;

import io.fabric8.kubernetes.api.builder.Fluent;
import java.lang.String;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.util.Map;
import javax.validation.Valid;
import java.lang.Boolean;
import java.lang.Object;
import com.fasterxml.jackson.annotation.JsonIgnore;
import io.fabric8.kubernetes.api.builder.Nested;

public interface FlexVolumeSourceFluent> extends Fluent{


    public String getDriver();
    public A withDriver(String driver);
    public String getFsType();
    public A withFsType(String fsType);
    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 isReadOnly();
    public A withReadOnly(Boolean readOnly);
    public LocalObjectReference getSecretRef();
    public A withSecretRef(LocalObjectReference secretRef);
    public FlexVolumeSourceFluent.SecretRefNested withNewSecretRef();
    public FlexVolumeSourceFluent.SecretRefNested withNewSecretRefLike(LocalObjectReference item);
    public FlexVolumeSourceFluent.SecretRefNested editSecretRef();
    public A withNewSecretRef(String name);

    public interface SecretRefNested extends Nested,LocalObjectReferenceFluent>{

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


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy