Class LeaderElectionConfigBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.client.extended.leaderelection.LeaderElectionConfigFluent<LeaderElectionConfigBuilder>
-
- io.fabric8.kubernetes.client.extended.leaderelection.LeaderElectionConfigBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<LeaderElectionConfig>,io.fabric8.kubernetes.api.builder.Visitable<LeaderElectionConfigBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<LeaderElectionConfig,LeaderElectionConfigBuilder>
public class LeaderElectionConfigBuilder extends LeaderElectionConfigFluent<LeaderElectionConfigBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<LeaderElectionConfig,LeaderElectionConfigBuilder>
-
-
Constructor Summary
Constructors Constructor Description LeaderElectionConfigBuilder()LeaderElectionConfigBuilder(LeaderElectionConfig instance)LeaderElectionConfigBuilder(LeaderElectionConfigFluent<?> fluent)LeaderElectionConfigBuilder(LeaderElectionConfigFluent<?> fluent, LeaderElectionConfig instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LeaderElectionConfigbuild()-
Methods inherited from class io.fabric8.kubernetes.client.extended.leaderelection.LeaderElectionConfigFluent
copyInstance, equals, getLeaderCallbacks, getLeaseDuration, getLock, getName, getRenewDeadline, getRetryPeriod, hashCode, hasLeaderCallbacks, hasLeaseDuration, hasLock, hasName, hasReleaseOnCancel, hasRenewDeadline, hasRetryPeriod, isReleaseOnCancel, toString, withLeaderCallbacks, withLeaseDuration, withLock, withName, withReleaseOnCancel, withReleaseOnCancel, withRenewDeadline, withRetryPeriod
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
LeaderElectionConfigBuilder
public LeaderElectionConfigBuilder()
-
LeaderElectionConfigBuilder
public LeaderElectionConfigBuilder(LeaderElectionConfigFluent<?> fluent)
-
LeaderElectionConfigBuilder
public LeaderElectionConfigBuilder(LeaderElectionConfigFluent<?> fluent, LeaderElectionConfig instance)
-
LeaderElectionConfigBuilder
public LeaderElectionConfigBuilder(LeaderElectionConfig instance)
-
-
Method Detail
-
build
public LeaderElectionConfig build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<LeaderElectionConfig>
-
-