Registry / cloud / openshift-custom-resource-status

openshift-custom-resource-status

JSON →
library1.1.2gogounverified

Provides types and helpers for managing custom resource status conditions in Kubernetes operators.

go get github.com/openshift/custom-resource-status
INSTALL
IMPORT
SIG · OPENSHIFT-CUSTOM-R
O
openshift-custom-resource-status
cloudgov1.1.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.

customresourcestatus
✓ github.com/openshift/custom-resource-status

Creates and prints a custom resource status condition.

package main import ( "fmt" "github.com/openshift/custom-resource-status" ) func main() { condition := customresourcestatus.Condition{ Type: "Available", Status: "True", } fmt.Println(condition.Type) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources
openshift-custom-resource-status — go get openshift-custom-resource-status · libregistry