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

io.fabric8.kubernetes.api.model.discovery.v1beta1.ForZoneBuilder Maven / Gradle / Ivy

package io.fabric8.kubernetes.api.model.discovery.v1beta1;

import io.fabric8.kubernetes.api.builder.VisitableBuilder;
public class ForZoneBuilder extends ForZoneFluent implements VisitableBuilder{
  public ForZoneBuilder() {
    this(new ForZone());
  }
  
  public ForZoneBuilder(ForZoneFluent fluent) {
    this(fluent, new ForZone());
  }
  
  public ForZoneBuilder(ForZoneFluent fluent,ForZone instance) {
    this.fluent = fluent;
    fluent.copyInstance(instance);
  }
  
  public ForZoneBuilder(ForZone instance) {
    this.fluent = this;
    this.copyInstance(instance);
  }
  ForZoneFluent fluent;
  
  public ForZone build() {
    ForZone buildable = new ForZone(fluent.getName());
    buildable.setAdditionalProperties(fluent.getAdditionalProperties());
    return buildable;
  }
  

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy