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

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

 /**
  * Generated
  */
public interface AddIfStatementFluent> extends Fluent{
  public String getProperty();
  public A withProperty(String property);
  public Boolean hasProperty();
  public String getOnResourceKind();
  public A withOnResourceKind(String onResourceKind);
  public Boolean hasOnResourceKind();
  public String getOnResourceName();
  public A withOnResourceName(String onResourceName);
  public Boolean hasOnResourceName();
  public Boolean getWithDefaultValue();
  public A withWithDefaultValue(Boolean withDefaultValue);
  public Boolean hasWithDefaultValue();
  public A withWithDefaultValue();
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy