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

io.fabric8.autoscaling.api.model.v1.VerticalPodAutoscalerListBuilder Maven / Gradle / Ivy

package io.fabric8.autoscaling.api.model.v1;

import io.fabric8.kubernetes.api.builder.VisitableBuilder;
public class VerticalPodAutoscalerListBuilder extends VerticalPodAutoscalerListFluent implements VisitableBuilder{
  public VerticalPodAutoscalerListBuilder() {
    this(new VerticalPodAutoscalerList());
  }
  
  public VerticalPodAutoscalerListBuilder(VerticalPodAutoscalerListFluent fluent) {
    this(fluent, new VerticalPodAutoscalerList());
  }
  
  public VerticalPodAutoscalerListBuilder(VerticalPodAutoscalerListFluent fluent,VerticalPodAutoscalerList instance) {
    this.fluent = fluent;
    fluent.copyInstance(instance);
  }
  
  public VerticalPodAutoscalerListBuilder(VerticalPodAutoscalerList instance) {
    this.fluent = this;
    this.copyInstance(instance);
  }
  VerticalPodAutoscalerListFluent fluent;
  
  public VerticalPodAutoscalerList build() {
    VerticalPodAutoscalerList buildable = new VerticalPodAutoscalerList(fluent.getApiVersion(),fluent.buildItems(),fluent.getKind(),fluent.getMetadata());
    buildable.setAdditionalProperties(fluent.getAdditionalProperties());
    return buildable;
  }
  

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy