io.fabric8.knative.flows.v1.ParallelStatusBuilder Maven / Gradle / Ivy
The newest version!
package io.fabric8.knative.flows.v1;
import io.fabric8.kubernetes.api.builder.VisitableBuilder;
public class ParallelStatusBuilder extends ParallelStatusFluent implements VisitableBuilder{
public ParallelStatusBuilder() {
this(new ParallelStatus());
}
public ParallelStatusBuilder(ParallelStatusFluent> fluent) {
this(fluent, new ParallelStatus());
}
public ParallelStatusBuilder(ParallelStatusFluent> fluent,ParallelStatus instance) {
this.fluent = fluent;
fluent.copyInstance(instance);
}
public ParallelStatusBuilder(ParallelStatus instance) {
this.fluent = this;
this.copyInstance(instance);
}
ParallelStatusFluent> fluent;
public ParallelStatus build() {
ParallelStatus buildable = new ParallelStatus(fluent.buildAddress(),fluent.buildAddresses(),fluent.getAnnotations(),fluent.buildAuth(),fluent.buildBranchStatuses(),fluent.buildConditions(),fluent.buildIngressChannelStatus(),fluent.getObservedGeneration(),fluent.buildPolicies());
buildable.setAdditionalProperties(fluent.getAdditionalProperties());
return buildable;
}
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy