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>
-
-
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LeaderElectionConfigbuild()booleanequals(Object o)inthashCode()-
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, withRetryPeriod
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
LeaderElectionConfigBuilder
public LeaderElectionConfigBuilder()
-
LeaderElectionConfigBuilder
public LeaderElectionConfigBuilder(Boolean validationEnabled)
-
LeaderElectionConfigBuilder
public LeaderElectionConfigBuilder(LeaderElectionConfigFluent<?> fluent)
-
LeaderElectionConfigBuilder
public LeaderElectionConfigBuilder(LeaderElectionConfigFluent<?> fluent, Boolean validationEnabled)
-
LeaderElectionConfigBuilder
public LeaderElectionConfigBuilder(LeaderElectionConfigFluent<?> fluent, LeaderElectionConfig instance)
-
LeaderElectionConfigBuilder
public LeaderElectionConfigBuilder(LeaderElectionConfigFluent<?> fluent, LeaderElectionConfig instance, Boolean validationEnabled)
-
LeaderElectionConfigBuilder
public LeaderElectionConfigBuilder(LeaderElectionConfig instance)
-
LeaderElectionConfigBuilder
public LeaderElectionConfigBuilder(LeaderElectionConfig instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public LeaderElectionConfig build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<LeaderElectionConfig>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classLeaderElectionConfigFluentImpl<LeaderElectionConfigBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classLeaderElectionConfigFluentImpl<LeaderElectionConfigBuilder>
-
-