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

me.snowdrop.istio.mixer.template.checknothing.CheckNothingSpecFluent Maven / Gradle / Ivy

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

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


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



}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy