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

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

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

import io.fabric8.kubernetes.api.builder.Editable;
import java.lang.String;

 /**
  * Generated
  */
public class EditableHelmExpression extends HelmExpression implements Editable{
  public EditableHelmExpression() {
    super();
  }
  public EditableHelmExpression(String path,String expression) {
    super(path, expression);
  }
  public HelmExpressionBuilder edit() {
    return new HelmExpressionBuilder(this);
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy