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

io.dekorate.servicebinding.model.ApplicationFluent Maven / Gradle / Ivy

There is a newer version: 4.1.4
Show newest version
package io.dekorate.servicebinding.model;

import java.lang.Deprecated;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
import java.lang.String;
import java.lang.Boolean;

 /**
  * Generated
  */
public interface ApplicationFluent> extends Fluent{
  public String getResource();
  public A withResource(String resource);
  public Boolean hasResource();
  public String getKind();
  public A withKind(String kind);
  public Boolean hasKind();
  public String getGroup();
  public A withGroup(String group);
  public Boolean hasGroup();
  public String getVersion();
  public A withVersion(String version);
  public Boolean hasVersion();
  public String getName();
  public A withName(String name);
  public Boolean hasName();
  
  /**
   * This method has been deprecated, please use method buildBindingPath instead.
   * @return The buildable object.
   */
  @Deprecated
  public BindingPath getBindingPath();
  public BindingPath buildBindingPath();
  public A withBindingPath(BindingPath bindingPath);
  public Boolean hasBindingPath();
  public A withNewBindingPath(String containerPath,String secretPath);
  public ApplicationFluent.BindingPathNested withNewBindingPath();
  public ApplicationFluent.BindingPathNested withNewBindingPathLike(BindingPath item);
  public ApplicationFluent.BindingPathNested editBindingPath();
  public ApplicationFluent.BindingPathNested editOrNewBindingPath();
  public ApplicationFluent.BindingPathNested editOrNewBindingPathLike(BindingPath item);
  public interface BindingPathNested extends Nested,BindingPathFluent>{
    public N and();
    public N endBindingPath();
    
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy