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

io.kubernetes.client.openapi.models.V1CephFSVolumeSourceFluent Maven / Gradle / Ivy

There is a newer version: 23.0.0-legacy
Show newest version
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 V1CephFSVolumeSourceFluent> extends Fluent{
  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 getPath();
  public A withPath(String path);
  public Boolean hasPath();
  public Boolean getReadOnly();
  public A withReadOnly(Boolean readOnly);
  public Boolean hasReadOnly();
  public String getSecretFile();
  public A withSecretFile(String secretFile);
  public Boolean hasSecretFile();
  
  /**
   * This method has been deprecated, please use method buildSecretRef instead.
   * @return The buildable object.
   */
  @Deprecated
  public V1LocalObjectReference getSecretRef();
  public V1LocalObjectReference buildSecretRef();
  public A withSecretRef(V1LocalObjectReference secretRef);
  public Boolean hasSecretRef();
  public V1CephFSVolumeSourceFluent.SecretRefNested withNewSecretRef();
  public V1CephFSVolumeSourceFluent.SecretRefNested withNewSecretRefLike(V1LocalObjectReference item);
  public V1CephFSVolumeSourceFluent.SecretRefNested editSecretRef();
  public V1CephFSVolumeSourceFluent.SecretRefNested editOrNewSecretRef();
  public V1CephFSVolumeSourceFluent.SecretRefNested editOrNewSecretRefLike(V1LocalObjectReference item);
  public String getUser();
  public A withUser(String user);
  public Boolean hasUser();
  public A withReadOnly();
  public interface SecretRefNested extends Nested,V1LocalObjectReferenceFluent>{
    public N and();
    public N endSecretRef();
    
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy