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

me.snowdrop.istio.api.authentication.v1alpha1.DoneablePolicyList Maven / Gradle / Ivy

package me.snowdrop.istio.api.authentication.v1alpha1;

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

public class DoneablePolicyList extends PolicyListFluentImpl implements Doneable{

    private final PolicyListBuilder builder;
    private final Function function;

    public DoneablePolicyList(Function function){
            super();this.builder=new PolicyListBuilder(this);this.function=function;
    }
    public DoneablePolicyList(PolicyList item,Function function){
            super(item);this.builder=new PolicyListBuilder(this, item);this.function=function;
    }
    public DoneablePolicyList(PolicyList item){
            super(item);this.builder=new PolicyListBuilder(this, item);this.function=new Function() {
    public PolicyList apply(PolicyList item) {
        return item;
    }
}
;
    }

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




}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy