io.fabric8.kubernetes.api.model.RBDVolumeSourceFluent 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 RBDVolumeSourceFluent> extends Fluent{
public String getFsType(); public T withFsType( String fsType); public String getImage(); public T withImage( String image); public String getKeyring(); public T withKeyring( String keyring); 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 getPool(); public T withPool( String pool); 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 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