Documentation ¶
Index ¶
Constants ¶
View Source
const ( // KindAnnotation is an OCI annotation for the bundle kind KindAnnotation = "dev.tekton.image.kind" // APIVersionAnnotation is an OCI annotation for the bundle version APIVersionAnnotation = "dev.tekton.image.apiVersion" // TitleAnnotation is an OCI annotation for the bundle title TitleAnnotation = "dev.tekton.image.name" // MaximumBundleObjects defines the maximum number of objects in a bundle MaximumBundleObjects = 20 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Resolver ¶
type Resolver struct {
// contains filtered or unexported fields
}
Resolver implements the Resolver interface using OCI images.
Click to show internal directories.
Click to hide internal directories.