Options
All
  • Public
  • Public/Protected
  • All
Menu

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

export
interface

V1GenerationStatus

Hierarchy

  • V1GenerationStatus

Index

Properties

group: string

group is the group of the thing you're tracking

memberof

V1GenerationStatus

hash?: string

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

memberof

V1GenerationStatus

lastGeneration: number

lastGeneration is the last generation of the workload controller involved

memberof

V1GenerationStatus

name: string

name is the name of the thing you're tracking

memberof

V1GenerationStatus

namespace?: string

namespace is where the thing you're tracking is

memberof

V1GenerationStatus

resource: string

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

memberof

V1GenerationStatus

Generated using TypeDoc