resolution.tekton.dev
group
ResolutionRequest is an object for requesting the content of a Tekton resource like a pipeline.yaml.
v1alpha1
versionobject
Spec holds the information for the request part of the resource request.
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.
object
Status communicates the state of the request and, ultimately, the content of the resolved resource.
object
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.
[]object
Condition defines a readiness condition for a Knative resource. See: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#typical-status-properties
string
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).
string
A human readable message indicating details about the transition.
string
The reason for the condition's last transition.
string
Severity with which to treat failures of this type of condition. When this is not specified, it defaults to Error.
string
requiredStatus of the condition, one of True, False, Unknown.
string
requiredType of condition.
string
requiredData is a string representation of the resolved content of the requested resource in-lined into the ResolutionRequest object.
integer
ObservedGeneration is the 'Generation' of the Service that was last processed by the controller.
object
requiredRefSource is the source reference of the remote data that records where the remote file came from including the url, digest and the entrypoint.
object
Digest is a collection of cryptographic digests for the contents of the artifact specified by URI. Example: {"sha1": "f99d13e554ffcb696dee719fa85b695cb5b0f428"}
string
EntryPoint identifies the entry point into the build. This is often a path to a build definition file and/or a target label within that file. Example: "task/git-clone/0.8/git-clone.yaml"
string
URI indicates the identity of the source of the build definition. Example: "https://github.com/tektoncd/catalog"
ResolutionRequest is an object for requesting the content of a Tekton resource like a pipeline.yaml.
v1beta1
versionobject
Spec holds the information for the request part of the resource request.
[]object
Param declares an ParamValues to use for the parameter called name.
string
requiredobject
requiredParamValue is a type that can hold a single string, string array, or string map. Used in JSON unmarshalling so that a single JSON field can accept either an individual string or an array of strings.
[]string
object
string
string
ParamType indicates the type of an input parameter; Used to distinguish between a single string and an array of strings.
string
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.
object
Status communicates the state of the request and, ultimately, the content of the resolved resource.
object
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.
[]object
Condition defines a readiness condition for a Knative resource. See: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#typical-status-properties
string
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).
string
A human readable message indicating details about the transition.
string
The reason for the condition's last transition.
string
Severity with which to treat failures of this type of condition. When this is not specified, it defaults to Error.
string
requiredStatus of the condition, one of True, False, Unknown.
string
requiredType of condition.
string
requiredData is a string representation of the resolved content of the requested resource in-lined into the ResolutionRequest object.
integer
ObservedGeneration is the 'Generation' of the Service that was last processed by the controller.
object
requiredRefSource is the source reference of the remote data that records the url, digest and the entrypoint.
object
Digest is a collection of cryptographic digests for the contents of the artifact specified by URI. Example: {"sha1": "f99d13e554ffcb696dee719fa85b695cb5b0f428"}
string
EntryPoint identifies the entry point into the build. This is often a path to a build definition file and/or a target label within that file. Example: "task/git-clone/0.8/git-clone.yaml"
string
URI indicates the identity of the source of the build definition. Example: "https://github.com/tektoncd/catalog"
object
requiredDeprecated: Use RefSource instead
object
Digest is a collection of cryptographic digests for the contents of the artifact specified by URI. Example: {"sha1": "f99d13e554ffcb696dee719fa85b695cb5b0f428"}
string
EntryPoint identifies the entry point into the build. This is often a path to a build definition file and/or a target label within that file. Example: "task/git-clone/0.8/git-clone.yaml"
string
URI indicates the identity of the source of the build definition. Example: "https://github.com/tektoncd/catalog"