Class LeaseSpecFluent<A extends LeaseSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.coordination.v1.LeaseSpecFluent<A>
-
- Direct Known Subclasses:
LeaseFluent.SpecNested,LeaseSpecBuilder
public class LeaseSpecFluent<A extends LeaseSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description LeaseSpecFluent()LeaseSpecFluent(LeaseSpec instance)
-
Method Summary
-
-
-
Constructor Detail
-
LeaseSpecFluent
public LeaseSpecFluent()
-
LeaseSpecFluent
public LeaseSpecFluent(LeaseSpec instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(LeaseSpec instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends LeaseSpecFluent<A>>
-
getAcquireTime
public ZonedDateTime getAcquireTime()
-
getHolderIdentity
public String getHolderIdentity()
-
getLeaseDurationSeconds
public Integer getLeaseDurationSeconds()
-
getLeaseTransitions
public Integer getLeaseTransitions()
-
getPreferredHolder
public String getPreferredHolder()
-
getRenewTime
public ZonedDateTime getRenewTime()
-
getStrategy
public String getStrategy()
-
hasAcquireTime
public boolean hasAcquireTime()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasHolderIdentity
public boolean hasHolderIdentity()
-
hasLeaseDurationSeconds
public boolean hasLeaseDurationSeconds()
-
hasLeaseTransitions
public boolean hasLeaseTransitions()
-
hasPreferredHolder
public boolean hasPreferredHolder()
-
hasRenewTime
public boolean hasRenewTime()
-
hasStrategy
public boolean hasStrategy()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends LeaseSpecFluent<A>>
-
withAcquireTime
public A withAcquireTime(ZonedDateTime acquireTime)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withRenewTime
public A withRenewTime(ZonedDateTime renewTime)
-
-