@hashgraph/solo
    Preparing search index...

    Represents a Kubernetes Lease

    interface Lease {
        acquireTime?: Date;
        durationSeconds: number;
        holderIdentity: string;
        leaseName: string;
        namespace: NamespaceName;
        renewTime?: Date;
        resourceVersion?: string;
    }

    Implemented by

    Index

    Properties

    acquireTime?: Date

    The time the lease was acquired

    durationSeconds: number

    The duration of the lease in seconds

    holderIdentity: string

    The identity of the lease-holder

    leaseName: string

    The name of the lease

    namespace: NamespaceName

    The namespace of the lease

    renewTime?: Date

    The time the lease was renewed

    resourceVersion?: string

    The resource version of the lease