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
Spec holds the information for the request part of the resource request.
params[]object
Parameters are the runtime attributes passed to
the resolver to help it figure out how to resolve the
resource being requested. For example: repo URL, commit SHA,
path to file, the kind of authentication to leverage, etc.
namestringrequired
valueobjectrequired
urlstring
URL is the runtime url passed to the resolver
to help it figure out how to resolver the resource being
requested.
This is currently at an ALPHA stability level and subject to
alpha API compatibility policies.
statusobject
Status communicates the state of the request and, ultimately,
the content of the resolved resource.
annotationsobject
Annotations is additional Status fields for the Resource to save some
additional State as well as convey more information to the user. This is
roughly akin to Annotations on any k8s resource, just the reconciler conveying
richer information outwards.
conditions[]object
Conditions the latest available observations of a resource's current state.
lastTransitionTimestring
LastTransitionTime is the last time the condition transitioned from one status to another.
We use VolatileTime in place of metav1.Time to exclude this from creating equality.Semantic
differences (all other things held constant).
messagestring
A human readable message indicating details about the transition.
reasonstring
The reason for the condition's last transition.
severitystring
Severity with which to treat failures of this type of condition.
When this is not specified, it defaults to Error.
statusstringrequired
Status of the condition, one of True, False, Unknown.
typestringrequired
Type of condition.
datastringrequired
Data is a string representation of the resolved content
of the requested resource in-lined into the ResolutionRequest
object.
observedGenerationinteger
ObservedGeneration is the 'Generation' of the Service that
was last processed by the controller.
format: int64
refSourceobjectrequired
RefSource is the source reference of the remote data that records the url, digest
and the entrypoint.