Class LeaderElectionConfigFluentImpl<A extends LeaderElectionConfigFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.client.extended.leaderelection.LeaderElectionConfigFluentImpl<A>
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,LeaderElectionConfigFluent<A>
- Direct Known Subclasses:
LeaderElectionConfigBuilder
public class LeaderElectionConfigFluentImpl<A extends LeaderElectionConfigFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements LeaderElectionConfigFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description LeaderElectionConfigFluentImpl()LeaderElectionConfigFluentImpl(LeaderElectionConfig instance) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)LeaderCallbacksgetLeaderCallbacks()DurationgetLeaseDuration()LockgetLock()StringgetName()DurationgetRenewDeadline()DurationgetRetryPeriod()BooleanhasLeaderCallbacks()BooleanhasLeaseDuration()BooleanhasLock()BooleanhasName()BooleanhasReleaseOnCancel()BooleanhasRenewDeadline()BooleanhasRetryPeriod()booleanisReleaseOnCancel()AwithLeaderCallbacks(LeaderCallbacks leaderCallbacks)AwithLeaseDuration(Duration leaseDuration)AwithLock(Lock lock)AwithName(String name)AwithNewName(String arg1)AwithNewName(StringBuffer arg1)AwithNewName(StringBuilder arg1)AwithReleaseOnCancel(boolean releaseOnCancel)AwithRenewDeadline(Duration renewDeadline)AwithRetryPeriod(Duration retryPeriod)
-
Constructor Details
-
LeaderElectionConfigFluentImpl
public LeaderElectionConfigFluentImpl() -
LeaderElectionConfigFluentImpl
-
-
Method Details
-
getLock
- Specified by:
getLockin interfaceLeaderElectionConfigFluent<A extends LeaderElectionConfigFluent<A>>
-
withLock
- Specified by:
withLockin interfaceLeaderElectionConfigFluent<A extends LeaderElectionConfigFluent<A>>
-
hasLock
- Specified by:
hasLockin interfaceLeaderElectionConfigFluent<A extends LeaderElectionConfigFluent<A>>
-
getLeaseDuration
- Specified by:
getLeaseDurationin interfaceLeaderElectionConfigFluent<A extends LeaderElectionConfigFluent<A>>
-
withLeaseDuration
- Specified by:
withLeaseDurationin interfaceLeaderElectionConfigFluent<A extends LeaderElectionConfigFluent<A>>
-
hasLeaseDuration
- Specified by:
hasLeaseDurationin interfaceLeaderElectionConfigFluent<A extends LeaderElectionConfigFluent<A>>
-
getRenewDeadline
- Specified by:
getRenewDeadlinein interfaceLeaderElectionConfigFluent<A extends LeaderElectionConfigFluent<A>>
-
withRenewDeadline
- Specified by:
withRenewDeadlinein interfaceLeaderElectionConfigFluent<A extends LeaderElectionConfigFluent<A>>
-
hasRenewDeadline
- Specified by:
hasRenewDeadlinein interfaceLeaderElectionConfigFluent<A extends LeaderElectionConfigFluent<A>>
-
getRetryPeriod
- Specified by:
getRetryPeriodin interfaceLeaderElectionConfigFluent<A extends LeaderElectionConfigFluent<A>>
-
withRetryPeriod
- Specified by:
withRetryPeriodin interfaceLeaderElectionConfigFluent<A extends LeaderElectionConfigFluent<A>>
-
hasRetryPeriod
- Specified by:
hasRetryPeriodin interfaceLeaderElectionConfigFluent<A extends LeaderElectionConfigFluent<A>>
-
getLeaderCallbacks
- Specified by:
getLeaderCallbacksin interfaceLeaderElectionConfigFluent<A extends LeaderElectionConfigFluent<A>>
-
withLeaderCallbacks
- Specified by:
withLeaderCallbacksin interfaceLeaderElectionConfigFluent<A extends LeaderElectionConfigFluent<A>>
-
hasLeaderCallbacks
- Specified by:
hasLeaderCallbacksin interfaceLeaderElectionConfigFluent<A extends LeaderElectionConfigFluent<A>>
-
isReleaseOnCancel
public boolean isReleaseOnCancel()- Specified by:
isReleaseOnCancelin interfaceLeaderElectionConfigFluent<A extends LeaderElectionConfigFluent<A>>
-
withReleaseOnCancel
- Specified by:
withReleaseOnCancelin interfaceLeaderElectionConfigFluent<A extends LeaderElectionConfigFluent<A>>
-
hasReleaseOnCancel
- Specified by:
hasReleaseOnCancelin interfaceLeaderElectionConfigFluent<A extends LeaderElectionConfigFluent<A>>
-
getName
- Specified by:
getNamein interfaceLeaderElectionConfigFluent<A extends LeaderElectionConfigFluent<A>>
-
withName
- Specified by:
withNamein interfaceLeaderElectionConfigFluent<A extends LeaderElectionConfigFluent<A>>
-
hasName
- Specified by:
hasNamein interfaceLeaderElectionConfigFluent<A extends LeaderElectionConfigFluent<A>>
-
withNewName
- Specified by:
withNewNamein interfaceLeaderElectionConfigFluent<A extends LeaderElectionConfigFluent<A>>
-
withNewName
- Specified by:
withNewNamein interfaceLeaderElectionConfigFluent<A extends LeaderElectionConfigFluent<A>>
-
withNewName
- Specified by:
withNewNamein interfaceLeaderElectionConfigFluent<A extends LeaderElectionConfigFluent<A>>
-
equals
-