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 TypeMethodDescriptionbooleaninthashCode()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:
getAcquireTimein interfaceV1LeaseSpecFluent<A extends V1LeaseSpecFluent<A>>
-
withAcquireTime
- Specified by:
withAcquireTimein interfaceV1LeaseSpecFluent<A extends V1LeaseSpecFluent<A>>
-
hasAcquireTime
- Specified by:
hasAcquireTimein interfaceV1LeaseSpecFluent<A extends V1LeaseSpecFluent<A>>
-
getHolderIdentity
- Specified by:
getHolderIdentityin interfaceV1LeaseSpecFluent<A extends V1LeaseSpecFluent<A>>
-
withHolderIdentity
- Specified by:
withHolderIdentityin interfaceV1LeaseSpecFluent<A extends V1LeaseSpecFluent<A>>
-
hasHolderIdentity
- Specified by:
hasHolderIdentityin interfaceV1LeaseSpecFluent<A extends V1LeaseSpecFluent<A>>
-
getLeaseDurationSeconds
- Specified by:
getLeaseDurationSecondsin interfaceV1LeaseSpecFluent<A extends V1LeaseSpecFluent<A>>
-
withLeaseDurationSeconds
- Specified by:
withLeaseDurationSecondsin interfaceV1LeaseSpecFluent<A extends V1LeaseSpecFluent<A>>
-
hasLeaseDurationSeconds
- Specified by:
hasLeaseDurationSecondsin interfaceV1LeaseSpecFluent<A extends V1LeaseSpecFluent<A>>
-
getLeaseTransitions
- Specified by:
getLeaseTransitionsin interfaceV1LeaseSpecFluent<A extends V1LeaseSpecFluent<A>>
-
withLeaseTransitions
- Specified by:
withLeaseTransitionsin interfaceV1LeaseSpecFluent<A extends V1LeaseSpecFluent<A>>
-
hasLeaseTransitions
- Specified by:
hasLeaseTransitionsin interfaceV1LeaseSpecFluent<A extends V1LeaseSpecFluent<A>>
-
getRenewTime
- Specified by:
getRenewTimein interfaceV1LeaseSpecFluent<A extends V1LeaseSpecFluent<A>>
-
withRenewTime
- Specified by:
withRenewTimein interfaceV1LeaseSpecFluent<A extends V1LeaseSpecFluent<A>>
-
hasRenewTime
- Specified by:
hasRenewTimein interfaceV1LeaseSpecFluent<A extends V1LeaseSpecFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1LeaseSpecFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1LeaseSpecFluent<A>>
-
toString
-