Registry / cloud / operator-framework-operator-registry

operator-framework-operator-registry

JSON →
library1.72.0gogounverified

A Go library for managing operator bundles and catalogs in the Operator Framework ecosystem.

go get github.com/operator-framework/operator-registry
INSTALL
IMPORT
SIG · OPERATOR-FRAMEWORK
O
operator-framework-operator-registry
cloudgov1.72.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

operatorregistry
github.com/operator-framework/operator-registry

Load an operator bundle from a directory.

package main import ( "fmt" "github.com/operator-framework/operator-registry/pkg/lib/bundle" ) func main() { bundle, err := bundle.Load("path/to/bundle") if err != nil { panic(err) } fmt.Println(bundle.Name) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.72.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Amazon
1
OpenAI (training)
1
Resources
operator-framework-operator-registry — go get operator-framework-operator-registry · libregistry