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

annotations.me.snowdrop.istio.api.networking.v1alpha3.DoneableTLSMatchAttributes Maven / Gradle / Ivy

package me.snowdrop.istio.api.networking.v1alpha3;

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

public class DoneableTLSMatchAttributes extends TLSMatchAttributesFluentImpl implements Doneable{

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

    public DoneableTLSMatchAttributes(io.fabric8.kubernetes.api.builder.Function function){
            super();this.builder=new TLSMatchAttributesBuilder(this);this.function=function;
    }
    public DoneableTLSMatchAttributes(TLSMatchAttributes item,io.fabric8.kubernetes.api.builder.Function function){
            super(item);this.builder=new TLSMatchAttributesBuilder(this, item);this.function=function;
    }
    public DoneableTLSMatchAttributes(TLSMatchAttributes item){
            super(item);this.builder=new TLSMatchAttributesBuilder(this, item);this.function=new Function() {
    public TLSMatchAttributes apply(TLSMatchAttributes item) {
        return item;
    }
}
;
    }

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




}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy