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

me.snowdrop.istio.mixer.adapter.stackdriver.ServiceAccountPathCredsFluent Maven / Gradle / Ivy

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

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


    public String getServiceAccountPath();
    public A withServiceAccountPath(String serviceAccountPath);
    public Boolean hasServiceAccountPath();



}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy