io.fabric8.autoscaling.api.model.v1beta2.VerticalPodAutoscalerCheckpointListBuilder Maven / Gradle / Ivy
package io.fabric8.autoscaling.api.model.v1beta2;
import io.fabric8.kubernetes.api.builder.VisitableBuilder;
public class VerticalPodAutoscalerCheckpointListBuilder extends VerticalPodAutoscalerCheckpointListFluent implements VisitableBuilder{
public VerticalPodAutoscalerCheckpointListBuilder() {
this(new VerticalPodAutoscalerCheckpointList());
}
public VerticalPodAutoscalerCheckpointListBuilder(VerticalPodAutoscalerCheckpointListFluent> fluent) {
this(fluent, new VerticalPodAutoscalerCheckpointList());
}
public VerticalPodAutoscalerCheckpointListBuilder(VerticalPodAutoscalerCheckpointListFluent> fluent,VerticalPodAutoscalerCheckpointList instance) {
this.fluent = fluent;
fluent.copyInstance(instance);
}
public VerticalPodAutoscalerCheckpointListBuilder(VerticalPodAutoscalerCheckpointList instance) {
this.fluent = this;
this.copyInstance(instance);
}
VerticalPodAutoscalerCheckpointListFluent> fluent;
public VerticalPodAutoscalerCheckpointList build() {
VerticalPodAutoscalerCheckpointList buildable = new VerticalPodAutoscalerCheckpointList(fluent.getApiVersion(),fluent.buildItems(),fluent.getKind(),fluent.getMetadata());
buildable.setAdditionalProperties(fluent.getAdditionalProperties());
return buildable;
}
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy