
io.fabric8.openclustermanagement.api.model.OpenClusterManagementAppsSchemaBuilder Maven / Gradle / Ivy
package io.fabric8.openclustermanagement.api.model;
import io.fabric8.kubernetes.api.builder.VisitableBuilder;
public class OpenClusterManagementAppsSchemaBuilder extends OpenClusterManagementAppsSchemaFluent implements VisitableBuilder{
public OpenClusterManagementAppsSchemaBuilder() {
this(new OpenClusterManagementAppsSchema());
}
public OpenClusterManagementAppsSchemaBuilder(OpenClusterManagementAppsSchemaFluent> fluent) {
this(fluent, new OpenClusterManagementAppsSchema());
}
public OpenClusterManagementAppsSchemaBuilder(OpenClusterManagementAppsSchemaFluent> fluent,OpenClusterManagementAppsSchema instance) {
this.fluent = fluent;
fluent.copyInstance(instance);
}
public OpenClusterManagementAppsSchemaBuilder(OpenClusterManagementAppsSchema instance) {
this.fluent = this;
this.copyInstance(instance);
}
OpenClusterManagementAppsSchemaFluent> fluent;
public OpenClusterManagementAppsSchema build() {
OpenClusterManagementAppsSchema buildable = new OpenClusterManagementAppsSchema(fluent.buildOpenClusterManagementIoMulticloudOperatorsChannelPkgApisAppsV1Channel(),fluent.buildOpenClusterManagementIoMulticloudOperatorsChannelPkgApisAppsV1ChannelGate(),fluent.buildOpenClusterManagementIoMulticloudOperatorsChannelPkgApisAppsV1ChannelList(),fluent.buildOpenClusterManagementIoMulticloudOperatorsChannelPkgApisAppsV1ChannelSpec(),fluent.buildOpenClusterManagementIoMulticloudOperatorsChannelPkgApisAppsV1ChannelStatus(),fluent.buildOpenClusterManagementIoMulticloudOperatorsSubscriptionPkgApisAppsHelmreleaseV1AltSource(),fluent.buildOpenClusterManagementIoMulticloudOperatorsSubscriptionPkgApisAppsHelmreleaseV1Git(),fluent.buildOpenClusterManagementIoMulticloudOperatorsSubscriptionPkgApisAppsHelmreleaseV1GitHub(),fluent.buildOpenClusterManagementIoMulticloudOperatorsSubscriptionPkgApisAppsHelmreleaseV1HelmAppCondition(),fluent.buildOpenClusterManagementIoMulticloudOperatorsSubscriptionPkgApisAppsHelmreleaseV1HelmAppRelease(),fluent.buildOpenClusterManagementIoMulticloudOperatorsSubscriptionPkgApisAppsHelmreleaseV1HelmAppStatus(),fluent.buildOpenClusterManagementIoMulticloudOperatorsSubscriptionPkgApisAppsHelmreleaseV1HelmRelease(),fluent.buildOpenClusterManagementIoMulticloudOperatorsSubscriptionPkgApisAppsHelmreleaseV1HelmReleaseList(),fluent.buildOpenClusterManagementIoMulticloudOperatorsSubscriptionPkgApisAppsHelmreleaseV1HelmReleaseRepo(),fluent.buildOpenClusterManagementIoMulticloudOperatorsSubscriptionPkgApisAppsHelmreleaseV1HelmRepo(),fluent.buildOpenClusterManagementIoMulticloudOperatorsSubscriptionPkgApisAppsHelmreleaseV1Source(),fluent.buildOpenClusterManagementIoMulticloudOperatorsSubscriptionPkgApisAppsPlacementruleV1GenericClusterReference(),fluent.buildOpenClusterManagementIoMulticloudOperatorsSubscriptionPkgApisAppsPlacementruleV1Placement(),fluent.buildOpenClusterManagementIoMulticloudOperatorsSubscriptionPkgApisAppsV1AllowDenyItem(),fluent.buildOpenClusterManagementIoMulticloudOperatorsSubscriptionPkgApisAppsV1AnsibleJobsStatus(),fluent.buildOpenClusterManagementIoMulticloudOperatorsSubscriptionPkgApisAppsV1ClusterOverride(),fluent.buildOpenClusterManagementIoMulticloudOperatorsSubscriptionPkgApisAppsV1ClusterOverrides(),fluent.buildOpenClusterManagementIoMulticloudOperatorsSubscriptionPkgApisAppsV1HourRange(),fluent.buildOpenClusterManagementIoMulticloudOperatorsSubscriptionPkgApisAppsV1Overrides(),fluent.buildOpenClusterManagementIoMulticloudOperatorsSubscriptionPkgApisAppsV1PackageFilter(),fluent.buildOpenClusterManagementIoMulticloudOperatorsSubscriptionPkgApisAppsV1Subscription(),fluent.buildOpenClusterManagementIoMulticloudOperatorsSubscriptionPkgApisAppsV1SubscriptionList(),fluent.buildOpenClusterManagementIoMulticloudOperatorsSubscriptionPkgApisAppsV1SubscriptionPerClusterStatus(),fluent.buildOpenClusterManagementIoMulticloudOperatorsSubscriptionPkgApisAppsV1SubscriptionSpec(),fluent.buildOpenClusterManagementIoMulticloudOperatorsSubscriptionPkgApisAppsV1SubscriptionStatus(),fluent.buildOpenClusterManagementIoMulticloudOperatorsSubscriptionPkgApisAppsV1SubscriptionUnitStatus(),fluent.buildOpenClusterManagementIoMulticloudOperatorsSubscriptionPkgApisAppsV1TimeWindow(),fluent.buildSigsK8sIoApplicationApiV1beta1Application(),fluent.buildSigsK8sIoApplicationApiV1beta1ApplicationList(),fluent.buildSigsK8sIoApplicationApiV1beta1ApplicationSpec(),fluent.buildSigsK8sIoApplicationApiV1beta1ApplicationStatus(),fluent.buildSigsK8sIoApplicationApiV1beta1Condition(),fluent.buildSigsK8sIoApplicationApiV1beta1ConfigMapKeySelector(),fluent.buildSigsK8sIoApplicationApiV1beta1ContactData(),fluent.buildSigsK8sIoApplicationApiV1beta1Descriptor(),fluent.buildSigsK8sIoApplicationApiV1beta1ImageSpec(),fluent.buildSigsK8sIoApplicationApiV1beta1InfoItem(),fluent.buildSigsK8sIoApplicationApiV1beta1InfoItemSource(),fluent.buildSigsK8sIoApplicationApiV1beta1IngressSelector(),fluent.buildSigsK8sIoApplicationApiV1beta1Link(),fluent.buildSigsK8sIoApplicationApiV1beta1ObjectStatus(),fluent.buildSigsK8sIoApplicationApiV1beta1SecretKeySelector(),fluent.buildSigsK8sIoApplicationApiV1beta1ServiceSelector());
return buildable;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy