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

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

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

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

public interface CephFSVolumeSourceFluent> extends Fluent{


    public A addToMonitors(String... items);
    public A removeFromMonitors(String... items);
    public List getMonitors();
    public A withMonitors(List monitors);
    public A withMonitors(String... monitors);
    public String getPath();
    public A withPath(String path);
    public Boolean isReadOnly();
    public A withReadOnly(Boolean readOnly);
    public String getSecretFile();
    public A withSecretFile(String secretFile);
    public LocalObjectReference getSecretRef();
    public A withSecretRef(LocalObjectReference secretRef);
    public CephFSVolumeSourceFluent.SecretRefNested withNewSecretRef();
    public CephFSVolumeSourceFluent.SecretRefNested withNewSecretRefLike(LocalObjectReference item);
    public CephFSVolumeSourceFluent.SecretRefNested editSecretRef();
    public A withNewSecretRef(String name);
    public String getUser();
    public A withUser(String user);

    public interface SecretRefNested extends Nested,LocalObjectReferenceFluent>{

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


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy