Interface LeaderElectionConfigFluent<A extends LeaderElectionConfigFluent<A>>

  • All Superinterfaces:
    io.fabric8.kubernetes.api.builder.Fluent<A>
    All Known Implementing Classes:
    LeaderElectionConfigBuilder, LeaderElectionConfigFluentImpl

    public interface LeaderElectionConfigFluent<A extends LeaderElectionConfigFluent<A>>
    extends io.fabric8.kubernetes.api.builder.Fluent<A>
    • Method Detail

      • getLock

        Lock getLock()
      • withLock

        A withLock​(Lock lock)
      • getLeaseDuration

        Duration getLeaseDuration()
      • withLeaseDuration

        A withLeaseDuration​(Duration leaseDuration)
      • hasLeaseDuration

        Boolean hasLeaseDuration()
      • getRenewDeadline

        Duration getRenewDeadline()
      • withRenewDeadline

        A withRenewDeadline​(Duration renewDeadline)
      • hasRenewDeadline

        Boolean hasRenewDeadline()
      • getRetryPeriod

        Duration getRetryPeriod()
      • withRetryPeriod

        A withRetryPeriod​(Duration retryPeriod)
      • hasRetryPeriod

        Boolean hasRetryPeriod()
      • withLeaderCallbacks

        A withLeaderCallbacks​(LeaderCallbacks leaderCallbacks)
      • hasLeaderCallbacks

        Boolean hasLeaderCallbacks()
      • isReleaseOnCancel

        boolean isReleaseOnCancel()
      • withReleaseOnCancel

        A withReleaseOnCancel​(boolean releaseOnCancel)
      • hasReleaseOnCancel

        Boolean hasReleaseOnCancel()
      • withName

        A withName​(String name)
      • withNewName

        A withNewName​(String arg1)