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

io.dekorate.helm.config.ValueReferenceFluent Maven / Gradle / Ivy

There is a newer version: 4.1.4
Show newest version
package io.dekorate.helm.config;

import java.lang.Integer;
import io.fabric8.kubernetes.api.builder.Fluent;
import java.util.ArrayList;
import java.util.Collection;
import java.lang.String;
import java.lang.Boolean;

 /**
  * Generated
  */
public interface ValueReferenceFluent> extends Fluent{
  public String getProperty();
  public A withProperty(String property);
  public Boolean hasProperty();
  public A withPaths(java.lang.String... paths);
  public String[] getPaths();
  public A addToPaths(Integer index,String item);
  public A setToPaths(Integer index,String item);
  public A addToPaths(java.lang.String... items);
  public A addAllToPaths(Collection items);
  public A removeFromPaths(java.lang.String... items);
  public A removeAllFromPaths(Collection items);
  public Boolean hasPaths();
  public String getProfile();
  public A withProfile(String profile);
  public Boolean hasProfile();
  public String getValue();
  public A withValue(String value);
  public Boolean hasValue();
  public String getExpression();
  public A withExpression(String expression);
  public Boolean hasExpression();
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy