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

annotations.me.snowdrop.istio.api.model.v1.routing.DoneableStringMatch Maven / Gradle / Ivy

package me.snowdrop.istio.api.model.v1.routing;

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

public class DoneableStringMatch extends me.snowdrop.istio.api.model.v1.routing.StringMatchFluentImpl implements Doneable{

    private final me.snowdrop.istio.api.model.v1.routing.StringMatchBuilder builder;
    private final io.fabric8.kubernetes.api.builder.Function function;

    public DoneableStringMatch(io.fabric8.kubernetes.api.builder.Function function){
            super();this.builder=new StringMatchBuilder(this);this.function=function;
    }
    public DoneableStringMatch(me.snowdrop.istio.api.model.v1.routing.StringMatch item,io.fabric8.kubernetes.api.builder.Function function){
            super(item);this.builder=new StringMatchBuilder(this, item);this.function=function;
    }
    public DoneableStringMatch(me.snowdrop.istio.api.model.v1.routing.StringMatch item){
            super(item);this.builder=new StringMatchBuilder(this, item);this.function=new Function() {
    public me.snowdrop.istio.api.model.v1.routing.StringMatch apply(me.snowdrop.istio.api.model.v1.routing.StringMatch item) {
        return item;
    }
}
;
    }

    public me.snowdrop.istio.api.model.v1.routing.StringMatch done(){
             return function.apply(builder.build());
    }




}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy