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

me.snowdrop.istio.mixer.template.reportnothing.ReportNothingSpecFluent Maven / Gradle / Ivy

package me.snowdrop.istio.mixer.template.reportnothing;

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 ReportNothingSpecFluent> extends Fluent{


    public String getName();
    public A withName(String name);
    public Boolean hasName();



}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy