me.snowdrop.istio.api.authentication.v1alpha1.StringMatchFluent Maven / Gradle / Ivy
package me.snowdrop.istio.api.authentication.v1alpha1;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.fabric8.kubernetes.api.builder.Fluent;
import com.fasterxml.jackson.annotation.JsonUnwrapped;
import java.lang.Boolean;
public interface StringMatchFluent> extends Fluent{
public me.snowdrop.istio.api.authentication.v1alpha1.StringMatch.MatchType getMatchType();
public A withMatchType(me.snowdrop.istio.api.authentication.v1alpha1.StringMatch.MatchType matchType);
public Boolean hasMatchType();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy