Class V1LeaseSpecFluentImpl<A extends V1LeaseSpecFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1LeaseSpecFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1LeaseSpecFluent<A>
- Direct Known Subclasses:
V1LeaseSpecBuilder
public class V1LeaseSpecFluentImpl<A extends V1LeaseSpecFluent<A>>
extends BaseFluent<A>
implements V1LeaseSpecFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1LeaseSpecFluentImpl
(io.kubernetes.client.openapi.models.V1LeaseSpec instance) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
toString()
withAcquireTime
(OffsetDateTime acquireTime) withHolderIdentity
(String holderIdentity) withLeaseDurationSeconds
(Integer leaseDurationSeconds) withLeaseTransitions
(Integer leaseTransitions) withRenewTime
(OffsetDateTime renewTime) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1LeaseSpecFluentImpl
public V1LeaseSpecFluentImpl() -
V1LeaseSpecFluentImpl
public V1LeaseSpecFluentImpl(io.kubernetes.client.openapi.models.V1LeaseSpec instance)
-
-
Method Details
-
getAcquireTime
- Specified by:
getAcquireTime
in interfaceV1LeaseSpecFluent<A extends V1LeaseSpecFluent<A>>
-
withAcquireTime
- Specified by:
withAcquireTime
in interfaceV1LeaseSpecFluent<A extends V1LeaseSpecFluent<A>>
-
hasAcquireTime
- Specified by:
hasAcquireTime
in interfaceV1LeaseSpecFluent<A extends V1LeaseSpecFluent<A>>
-
getHolderIdentity
- Specified by:
getHolderIdentity
in interfaceV1LeaseSpecFluent<A extends V1LeaseSpecFluent<A>>
-
withHolderIdentity
- Specified by:
withHolderIdentity
in interfaceV1LeaseSpecFluent<A extends V1LeaseSpecFluent<A>>
-
hasHolderIdentity
- Specified by:
hasHolderIdentity
in interfaceV1LeaseSpecFluent<A extends V1LeaseSpecFluent<A>>
-
getLeaseDurationSeconds
- Specified by:
getLeaseDurationSeconds
in interfaceV1LeaseSpecFluent<A extends V1LeaseSpecFluent<A>>
-
withLeaseDurationSeconds
- Specified by:
withLeaseDurationSeconds
in interfaceV1LeaseSpecFluent<A extends V1LeaseSpecFluent<A>>
-
hasLeaseDurationSeconds
- Specified by:
hasLeaseDurationSeconds
in interfaceV1LeaseSpecFluent<A extends V1LeaseSpecFluent<A>>
-
getLeaseTransitions
- Specified by:
getLeaseTransitions
in interfaceV1LeaseSpecFluent<A extends V1LeaseSpecFluent<A>>
-
withLeaseTransitions
- Specified by:
withLeaseTransitions
in interfaceV1LeaseSpecFluent<A extends V1LeaseSpecFluent<A>>
-
hasLeaseTransitions
- Specified by:
hasLeaseTransitions
in interfaceV1LeaseSpecFluent<A extends V1LeaseSpecFluent<A>>
-
getRenewTime
- Specified by:
getRenewTime
in interfaceV1LeaseSpecFluent<A extends V1LeaseSpecFluent<A>>
-
withRenewTime
- Specified by:
withRenewTime
in interfaceV1LeaseSpecFluent<A extends V1LeaseSpecFluent<A>>
-
hasRenewTime
- Specified by:
hasRenewTime
in interfaceV1LeaseSpecFluent<A extends V1LeaseSpecFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1LeaseSpecFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1LeaseSpecFluent<A>>
-
toString
-