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

io.dekorate.helm.config.EditableAddIfStatement 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;
import java.lang.Boolean;

 /**
  * Generated
  */
public class EditableAddIfStatement extends AddIfStatement implements Editable{
  public EditableAddIfStatement() {
    super();
  }
  public EditableAddIfStatement(String property,String onResourceKind,String onResourceName,Boolean withDefaultValue) {
    super(property, onResourceKind, onResourceName, withDefaultValue);
  }
  public AddIfStatementBuilder edit() {
    return new AddIfStatementBuilder(this);
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy