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

io.dekorate.openshift.config.RouteFluent Maven / Gradle / Ivy

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

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

 /**
  * Generated
  */
public interface RouteFluent> extends Fluent{
  public Boolean getExpose();
  public A withExpose(Boolean expose);
  public Boolean hasExpose();
  public String getHost();
  public A withHost(String host);
  public Boolean hasHost();
  public String getTargetPort();
  public A withTargetPort(String targetPort);
  public Boolean hasTargetPort();
  public A withExpose();
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy