Interface LeaseSpecFluent<A extends LeaseSpecFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
LeaseFluent.SpecNested<N>
- All Known Implementing Classes:
LeaseFluentImpl.SpecNestedImpl,LeaseSpecBuilder,LeaseSpecFluentImpl
public interface LeaseSpecFluent<A extends LeaseSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
-
-
-
Method Detail
-
getAcquireTime
ZonedDateTime getAcquireTime()
-
withAcquireTime
A withAcquireTime(ZonedDateTime acquireTime)
-
hasAcquireTime
Boolean hasAcquireTime()
-
getHolderIdentity
String getHolderIdentity()
-
hasHolderIdentity
Boolean hasHolderIdentity()
-
withNewHolderIdentity
A withNewHolderIdentity(StringBuilder arg1)
-
withNewHolderIdentity
A withNewHolderIdentity(StringBuffer arg1)
-
getLeaseDurationSeconds
Integer getLeaseDurationSeconds()
-
hasLeaseDurationSeconds
Boolean hasLeaseDurationSeconds()
-
getLeaseTransitions
Integer getLeaseTransitions()
-
hasLeaseTransitions
Boolean hasLeaseTransitions()
-
getRenewTime
ZonedDateTime getRenewTime()
-
withRenewTime
A withRenewTime(ZonedDateTime renewTime)
-
hasRenewTime
Boolean hasRenewTime()
-
hasAdditionalProperties
Boolean hasAdditionalProperties()
-
-