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

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

package io.fabric8.kubernetes.api.model;

import java.util.ArrayList;
import java.util.RandomAccess;
import java.util.Map;
import java.util.Map;
import java.util.List;
import java.util.List;
import java.util.AbstractCollection;
import java.util.AbstractList;
import java.util.HashMap;
import java.io.Serializable;
import java.util.Collection;
import java.util.AbstractMap;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;

public interface CephFSVolumeSourceFluent> extends Fluent{


    public T addToMonitors( String ...items);    public T removeFromMonitors( String ...items);    public List getMonitors();    public T withMonitors( List monitors);    public T withMonitors( String ...monitors);    public String getPath();    public T withPath( String path);    public Boolean isReadOnly();    public T withReadOnly( Boolean readOnly);    public String getSecretFile();    public T withSecretFile( String secretFile);    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 String getUser();    public T withUser( String user);    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