public class LeaderElectionConfigBuilder extends LeaderElectionConfigFluentImpl<LeaderElectionConfigBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<LeaderElectionConfig,LeaderElectionConfigBuilder>
| Constructor and Description |
|---|
LeaderElectionConfigBuilder() |
LeaderElectionConfigBuilder(Boolean validationEnabled) |
LeaderElectionConfigBuilder(LeaderElectionConfig instance) |
LeaderElectionConfigBuilder(LeaderElectionConfig instance,
Boolean validationEnabled) |
LeaderElectionConfigBuilder(LeaderElectionConfigFluent<?> fluent) |
LeaderElectionConfigBuilder(LeaderElectionConfigFluent<?> fluent,
Boolean validationEnabled) |
LeaderElectionConfigBuilder(LeaderElectionConfigFluent<?> fluent,
LeaderElectionConfig instance) |
LeaderElectionConfigBuilder(LeaderElectionConfigFluent<?> fluent,
LeaderElectionConfig instance,
Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
LeaderElectionConfig |
build() |
equals, getLeaderCallbacks, getLeaseDuration, getLock, getName, getRenewDeadline, getRetryPeriod, hashCode, hasLeaderCallbacks, hasLeaseDuration, hasLock, hasName, hasReleaseOnCancel, hasRenewDeadline, hasRetryPeriod, isReleaseOnCancel, toString, withLeaderCallbacks, withLeaseDuration, withLock, withName, withReleaseOnCancel, withReleaseOnCancel, withRenewDeadline, withRetryPeriodaccept, accept, accept, aggregate, aggregate, build, build, builderOfpublic LeaderElectionConfigBuilder()
public LeaderElectionConfigBuilder(Boolean validationEnabled)
public LeaderElectionConfigBuilder(LeaderElectionConfigFluent<?> fluent)
public LeaderElectionConfigBuilder(LeaderElectionConfigFluent<?> fluent, Boolean validationEnabled)
public LeaderElectionConfigBuilder(LeaderElectionConfigFluent<?> fluent, LeaderElectionConfig instance)
public LeaderElectionConfigBuilder(LeaderElectionConfigFluent<?> fluent, LeaderElectionConfig instance, Boolean validationEnabled)
public LeaderElectionConfigBuilder(LeaderElectionConfig instance)
public LeaderElectionConfigBuilder(LeaderElectionConfig instance, Boolean validationEnabled)
public LeaderElectionConfig build()
build in interface io.fabric8.kubernetes.api.builder.Builder<LeaderElectionConfig>Copyright © 2015–2022 Red Hat. All rights reserved.