io.kubernetes.client.openapi.models.V1ForNodeBuilder Maven / Gradle / Ivy
The newest version!
package io.kubernetes.client.openapi.models;
import io.kubernetes.client.fluent.VisitableBuilder;
public class V1ForNodeBuilder extends V1ForNodeFluent implements VisitableBuilder{
public V1ForNodeBuilder() {
this(new V1ForNode());
}
public V1ForNodeBuilder(V1ForNodeFluent> fluent) {
this(fluent, new V1ForNode());
}
public V1ForNodeBuilder(V1ForNodeFluent> fluent,V1ForNode instance) {
this.fluent = fluent;
fluent.copyInstance(instance);
}
public V1ForNodeBuilder(V1ForNode instance) {
this.fluent = this;
this.copyInstance(instance);
}
V1ForNodeFluent> fluent;
public V1ForNode build() {
V1ForNode buildable = new V1ForNode();
buildable.setName(fluent.getName());
return buildable;
}
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy