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() |
boolean |
equals(Object o) |
int |
hashCode() |
getLeaderCallbacks, getLeaseDuration, getLock, getName, getRenewDeadline, getRetryPeriod, hasLeaderCallbacks, hasLeaseDuration, hasLock, hasName, hasReleaseOnCancel, hasRenewDeadline, hasRetryPeriod, isReleaseOnCancel, withLeaderCallbacks, withLeaseDuration, withLock, withName, withNewName, withReleaseOnCancel, withRenewDeadline, withRetryPeriod
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public 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>
public boolean equals(Object o)
equals
in class LeaderElectionConfigFluentImpl<LeaderElectionConfigBuilder>
public int hashCode()
hashCode
in class LeaderElectionConfigFluentImpl<LeaderElectionConfigBuilder>
Copyright © 2015–2020 Red Hat. All rights reserved.