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

annotations.io.fabric8.kubernetes.api.model.DoneableHostPathVolumeSource Maven / Gradle / Ivy

package io.fabric8.kubernetes.api.model;

import io.fabric8.kubernetes.api.builder.Visitable;
import io.fabric8.kubernetes.api.builder.Builder;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Visitable;
import io.fabric8.kubernetes.api.builder.BaseFluent;
import io.fabric8.kubernetes.api.builder.VisitableBuilder;
import io.fabric8.kubernetes.api.builder.Function;

public class DoneableHostPathVolumeSource extends HostPathVolumeSourceFluentImpl implements Doneable, HostPathVolumeSourceFluent{


    private final HostPathVolumeSourceBuilder builder;    private final Function function;
    public DoneableHostPathVolumeSource ( Function function){
    this.builder=new HostPathVolumeSourceBuilder(this);this.function=function;
}
    public DoneableHostPathVolumeSource ( HostPathVolumeSource item,  Function function){
    this.builder=new HostPathVolumeSourceBuilder(this, item);this.function=function;
}
    public DoneableHostPathVolumeSource ( HostPathVolumeSource item){
    this.builder=new HostPathVolumeSourceBuilder(this, item);this.function=new Function() {
    public HostPathVolumeSource apply(HostPathVolumeSource item) {
        return item;
    }
}
;
}

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


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy