@kubevirt-ui/kubevirt-api
    Preparing search index...

    Interface V1GenerationStatus

    GenerationStatus keeps track of the generation for a given resource so that decisions about forced updates can be made.

    interface V1GenerationStatus {
        group: string;
        hash?: string;
        lastGeneration: number;
        name: string;
        namespace?: string;
        resource: string;
    }
    Index

    Properties

    group: string

    group is the group of the thing you're tracking

    ""
    
    hash?: string

    hash is an optional field set for resources without generation that are content sensitive like secrets and configmaps

    lastGeneration: number

    lastGeneration is the last generation of the workload controller involved

    int64

    0
    
    name: string

    name is the name of the thing you're tracking

    ""
    
    namespace?: string

    namespace is where the thing you're tracking is

    resource: string

    resource is the resource type of the thing you're tracking

    ""