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

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

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

import io.fabric8.kubernetes.api.builder.Function;
import io.fabric8.kubernetes.api.model.Doneable;

public class DoneableServiceAccountPathCreds extends ServiceAccountPathCredsFluentImpl implements Doneable{

    private final ServiceAccountPathCredsBuilder builder;
    private final io.fabric8.kubernetes.api.builder.Function function;

    public DoneableServiceAccountPathCreds(io.fabric8.kubernetes.api.builder.Function function){
            super();this.builder=new ServiceAccountPathCredsBuilder(this);this.function=function;
    }
    public DoneableServiceAccountPathCreds(ServiceAccountPathCreds item,io.fabric8.kubernetes.api.builder.Function function){
            super(item);this.builder=new ServiceAccountPathCredsBuilder(this, item);this.function=function;
    }
    public DoneableServiceAccountPathCreds(ServiceAccountPathCreds item){
            super(item);this.builder=new ServiceAccountPathCredsBuilder(this, item);this.function=new Function() {
    public ServiceAccountPathCreds apply(ServiceAccountPathCreds item) {
        return item;
    }
}
;
    }

    public ServiceAccountPathCreds done(){
             return function.apply(builder.build());
    }




}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy