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

me.snowdrop.istio.api.model.v1.networking.DoneableOutlierDetection Maven / Gradle / Ivy

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

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

public class DoneableOutlierDetection extends OutlierDetectionFluentImpl implements Doneable{

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

    public DoneableOutlierDetection(io.fabric8.kubernetes.api.builder.Function function){
            super();this.builder=new OutlierDetectionBuilder(this);this.function=function;
    }
    public DoneableOutlierDetection(OutlierDetection item,io.fabric8.kubernetes.api.builder.Function function){
            super(item);this.builder=new OutlierDetectionBuilder(this, item);this.function=function;
    }
    public DoneableOutlierDetection(OutlierDetection item){
            super(item);this.builder=new OutlierDetectionBuilder(this, item);this.function=new Function() {
    public OutlierDetection apply(OutlierDetection item) {
        return item;
    }
}
;
    }

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




}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy