APIVersion defines the versioned schema of this representation of an object.
Servers should convert recognized schemas to the latest internal value, and
may reject unrecognized values.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
kindstring
Kind is a string value representing the REST resource this object represents.
Servers may infer this from the endpoint the client submits requests to.
Cannot be updated.
In CamelCase.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
metadataobject
specobject
GeneratorStateSpec defines the desired state of a generator state resource.
garbageCollectionDeadlinestring
GarbageCollectionDeadline is the time after which the generator state
will be deleted.
It is set by the controller which creates the generator state and
can be set configured by the user.
If the garbage collection deadline is not set the generator state will not be deleted.
format: date-time
resourceobjectrequired
Resource is the generator manifest that produced the state.
It is a snapshot of the generator manifest at the time the state was produced.
This manifest will be used to delete the resource. Any configuration that is referenced
in the manifest should be available at the time of garbage collection. If that is not the case deletion will
be blocked by a finalizer.
stateobjectrequired
State is the state that was produced by the generator implementation.
statusobject
GeneratorStateStatus defines the observed state of a generator state resource.
conditions[]object
lastTransitionTimestring
format: date-time
messagestring
reasonstring
statusstringrequired
typestringrequired
GeneratorStateConditionType represents the type of condition for a generator state.