Registry / other / cosi-project-runtime

cosi-project-runtime

JSON →
library1.16.0gogounverified

Provides runtime components for the COSI (Container OS Service Interface) project, including controller and resource management.

go get github.com/cosi-project/runtime
INSTALL
IMPORT
SIG · COSI-PROJECT-RUNTI
C
cosi-project-runtime
othergov1.16.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.

runtime
github.com/cosi-project/runtime

Creates a basic COSI controller using the runtime package.

package main import ( "context" "github.com/cosi-project/runtime/pkg/controller" "github.com/cosi-project/runtime/pkg/resource" ) func main() { ctrl := controller.NewController( controller.WithName("example"), controller.WithInputs(controller.Input{Namespace: "default", Type: resource.Type{}}), ) _ = ctrl }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Meta
1
Resources
cosi-project-runtime — go get cosi-project-runtime · libregistry