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