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

io.dekorate.jaeger.config.CollectorFluent Maven / Gradle / Ivy

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

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

 /**
  * Generated
  */
public interface CollectorFluent> extends Fluent{
  public String getHost();
  public A withHost(String host);
  public Boolean hasHost();
  public String getName();
  public A withName(String name);
  public Boolean hasName();
  public String getNamespace();
  public A withNamespace(String namespace);
  public Boolean hasNamespace();
  public Integer getPort();
  public A withPort(Integer port);
  public Boolean hasPort();
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy