io.kubernetes.client.openapi.models.V1RBDPersistentVolumeSourceFluent Maven / Gradle / Ivy
package io.kubernetes.client.openapi.models;
import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.util.ArrayList;
import java.lang.String;
import java.util.function.Predicate;
import java.lang.Integer;
import java.lang.Deprecated;
import java.util.Collection;
import java.util.List;
import java.lang.Boolean;
/**
* Generated
*/
public interface V1RBDPersistentVolumeSourceFluent> extends Fluent{
public String getFsType();
public A withFsType(String fsType);
public Boolean hasFsType();
public String getImage();
public A withImage(String image);
public Boolean hasImage();
public String getKeyring();
public A withKeyring(String keyring);
public Boolean hasKeyring();
public A addToMonitors(Integer index,String item);
public A setToMonitors(Integer index,String item);
public A addToMonitors(java.lang.String... items);
public A addAllToMonitors(Collection items);
public A removeFromMonitors(java.lang.String... items);
public A removeAllFromMonitors(Collection items);
public List getMonitors();
public String getMonitor(Integer index);
public String getFirstMonitor();
public String getLastMonitor();
public String getMatchingMonitor(Predicate predicate);
public Boolean hasMatchingMonitor(Predicate predicate);
public A withMonitors(List monitors);
public A withMonitors(java.lang.String... monitors);
public Boolean hasMonitors();
public String getPool();
public A withPool(String pool);
public Boolean hasPool();
public Boolean getReadOnly();
public A withReadOnly(Boolean readOnly);
public Boolean hasReadOnly();
/**
* This method has been deprecated, please use method buildSecretRef instead.
* @return The buildable object.
*/
@Deprecated
public V1SecretReference getSecretRef();
public V1SecretReference buildSecretRef();
public A withSecretRef(V1SecretReference secretRef);
public Boolean hasSecretRef();
public V1RBDPersistentVolumeSourceFluent.SecretRefNested withNewSecretRef();
public V1RBDPersistentVolumeSourceFluent.SecretRefNested withNewSecretRefLike(V1SecretReference item);
public V1RBDPersistentVolumeSourceFluent.SecretRefNested editSecretRef();
public V1RBDPersistentVolumeSourceFluent.SecretRefNested editOrNewSecretRef();
public V1RBDPersistentVolumeSourceFluent.SecretRefNested editOrNewSecretRefLike(V1SecretReference item);
public String getUser();
public A withUser(String user);
public Boolean hasUser();
public A withReadOnly();
public interface SecretRefNested extends Nested,V1SecretReferenceFluent>{
public N and();
public N endSecretRef();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy