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

me.snowdrop.istio.adapter.fluentd.FluentdSpecFluent Maven / Gradle / Ivy

package me.snowdrop.istio.adapter.fluentd;

import com.fasterxml.jackson.annotation.JsonPropertyDescription;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.fabric8.kubernetes.api.builder.Fluent;
import java.lang.String;
import java.lang.Boolean;

public interface FluentdSpecFluent> extends Fluent{


    public String getAddress();
    public A withAddress(String address);
    public Boolean hasAddress();
    public Boolean isIntegerDuration();
    public A withIntegerDuration(Boolean integerDuration);
    public Boolean hasIntegerDuration();
    public A withNewIntegerDuration(String arg1);
    public A withNewIntegerDuration(boolean arg1);



}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy