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

io.kubernetes.client.openapi.models.V1alpha3DeviceTaintRuleListBuilder Maven / Gradle / Ivy

The newest version!
package io.kubernetes.client.openapi.models;

import io.kubernetes.client.fluent.VisitableBuilder;
public class V1alpha3DeviceTaintRuleListBuilder extends V1alpha3DeviceTaintRuleListFluent implements VisitableBuilder{
  public V1alpha3DeviceTaintRuleListBuilder() {
    this(new V1alpha3DeviceTaintRuleList());
  }
  
  public V1alpha3DeviceTaintRuleListBuilder(V1alpha3DeviceTaintRuleListFluent fluent) {
    this(fluent, new V1alpha3DeviceTaintRuleList());
  }
  
  public V1alpha3DeviceTaintRuleListBuilder(V1alpha3DeviceTaintRuleListFluent fluent,V1alpha3DeviceTaintRuleList instance) {
    this.fluent = fluent;
    fluent.copyInstance(instance);
  }
  
  public V1alpha3DeviceTaintRuleListBuilder(V1alpha3DeviceTaintRuleList instance) {
    this.fluent = this;
    this.copyInstance(instance);
  }
  V1alpha3DeviceTaintRuleListFluent fluent;
  
  public V1alpha3DeviceTaintRuleList build() {
    V1alpha3DeviceTaintRuleList buildable = new V1alpha3DeviceTaintRuleList();
    buildable.setApiVersion(fluent.getApiVersion());
    buildable.setItems(fluent.buildItems());
    buildable.setKind(fluent.getKind());
    buildable.setMetadata(fluent.buildMetadata());
    return buildable;
  }
  

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy