Registry / utility / sample-controller

sample-controller

JSON →
library0.36.2gogounverified

Provides a sample Kubernetes controller implementation using client-go.

go get k8s.io/sample-controller
INSTALL
IMPORT
SIG · SAMPLE-CONTROLLER
S
sample-controller
utilitygov0.36.2
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.

samplecontroller
k8s.io/sample-controller

Sets up signal handling for a controller.

package main import ( "fmt" "k8s.io/sample-controller/pkg/signals" ) func main() { stopCh := signals.SetupSignalHandler() fmt.Println(stopCh) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
Bingbot
23
node
14
Resources
sample-controller — go get sample-controller · libregistry