me.snowdrop.istio.api.model.v1.routing.DoneableL4MatchAttributes 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 DoneableL4MatchAttributes extends me.snowdrop.istio.api.model.v1.routing.L4MatchAttributesFluentImpl implements Doneable{
private final me.snowdrop.istio.api.model.v1.routing.L4MatchAttributesBuilder builder;
private final io.fabric8.kubernetes.api.builder.Function function;
public DoneableL4MatchAttributes(io.fabric8.kubernetes.api.builder.Function function){
super();this.builder=new L4MatchAttributesBuilder(this);this.function=function;
}
public DoneableL4MatchAttributes(me.snowdrop.istio.api.model.v1.routing.L4MatchAttributes item,io.fabric8.kubernetes.api.builder.Function function){
super(item);this.builder=new L4MatchAttributesBuilder(this, item);this.function=function;
}
public DoneableL4MatchAttributes(me.snowdrop.istio.api.model.v1.routing.L4MatchAttributes item){
super(item);this.builder=new L4MatchAttributesBuilder(this, item);this.function=new Function() {
public me.snowdrop.istio.api.model.v1.routing.L4MatchAttributes apply(me.snowdrop.istio.api.model.v1.routing.L4MatchAttributes item) {
return item;
}
}
;
}
public me.snowdrop.istio.api.model.v1.routing.L4MatchAttributes done(){
return function.apply(builder.build());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy