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

me.snowdrop.istio.mixer.adapter.rbac.RbacSpecFluent Maven / Gradle / Ivy

package me.snowdrop.istio.mixer.adapter.rbac;

import java.lang.Integer;
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 RbacSpecFluent> extends Fluent{


    public Integer getCacheDuration();
    public A withCacheDuration(Integer cacheDuration);
    public Boolean hasCacheDuration();
    public A withNewCacheDuration(String arg1);
    public A withNewCacheDuration(int arg1);
    public String getConfigStoreUrl();
    public A withConfigStoreUrl(String configStoreUrl);
    public Boolean hasConfigStoreUrl();



}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy