Class LeaderElectionConfigBuilder
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.client.extended.leaderelection.LeaderElectionConfigFluentImpl<LeaderElectionConfigBuilder>
io.fabric8.kubernetes.client.extended.leaderelection.LeaderElectionConfigBuilder
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<LeaderElectionConfig>,io.fabric8.kubernetes.api.builder.Fluent<LeaderElectionConfigBuilder>,io.fabric8.kubernetes.api.builder.Visitable<LeaderElectionConfigBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<LeaderElectionConfig,LeaderElectionConfigBuilder>,LeaderElectionConfigFluent<LeaderElectionConfigBuilder>
public class LeaderElectionConfigBuilder extends LeaderElectionConfigFluentImpl<LeaderElectionConfigBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<LeaderElectionConfig,LeaderElectionConfigBuilder>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description LeaderElectionConfigBuilder()LeaderElectionConfigBuilder(LeaderElectionConfig instance)LeaderElectionConfigBuilder(LeaderElectionConfigFluent<?> fluent)LeaderElectionConfigBuilder(LeaderElectionConfigFluent<?> fluent, LeaderElectionConfig instance)LeaderElectionConfigBuilder(LeaderElectionConfigFluent<?> fluent, LeaderElectionConfig instance, Boolean validationEnabled)LeaderElectionConfigBuilder(LeaderElectionConfigFluent<?> fluent, Boolean validationEnabled)LeaderElectionConfigBuilder(LeaderElectionConfig instance, Boolean validationEnabled)LeaderElectionConfigBuilder(Boolean validationEnabled) -
Method Summary
Modifier and Type Method Description LeaderElectionConfigbuild()booleanequals(Object o)Methods inherited from class io.fabric8.kubernetes.client.extended.leaderelection.LeaderElectionConfigFluentImpl
getLeaderCallbacks, getLeaseDuration, getLock, getName, getRenewDeadline, getRetryPeriod, hasLeaderCallbacks, hasLeaseDuration, hasLock, hasName, hasReleaseOnCancel, hasRenewDeadline, hasRetryPeriod, isReleaseOnCancel, withLeaderCallbacks, withLeaseDuration, withLock, withName, withNewName, withNewName, withNewName, withReleaseOnCancel, withRenewDeadline, withRetryPeriodMethods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
LeaderElectionConfigBuilder
public LeaderElectionConfigBuilder() -
LeaderElectionConfigBuilder
-
LeaderElectionConfigBuilder
-
LeaderElectionConfigBuilder
public LeaderElectionConfigBuilder(LeaderElectionConfigFluent<?> fluent, Boolean validationEnabled) -
LeaderElectionConfigBuilder
public LeaderElectionConfigBuilder(LeaderElectionConfigFluent<?> fluent, LeaderElectionConfig instance) -
LeaderElectionConfigBuilder
public LeaderElectionConfigBuilder(LeaderElectionConfigFluent<?> fluent, LeaderElectionConfig instance, Boolean validationEnabled) -
LeaderElectionConfigBuilder
-
LeaderElectionConfigBuilder
-
-
Method Details
-
build
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<LeaderElectionConfig>
-
equals
- Overrides:
equalsin classLeaderElectionConfigFluentImpl<LeaderElectionConfigBuilder>
-