Registry / cloud / go-osconfig

go-osconfig

JSON →
library1.21.0gogounverified

Client library for the Google Cloud OS Config API, used to manage OS configurations on VM instances.

go get cloud.google.com/go/osconfig
INSTALL
IMPORT
SIG · GO-OSCONFIG
G
go-osconfig
cloudgov1.21.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.

osconfig
cloud.google.com/go/osconfig

Create a new OS Config client

package main import ( "context" "fmt" "cloud.google.com/go/osconfig/apiv1" ) func main() { ctx := context.Background() client, err := osconfig.NewClient(ctx) if err != nil { panic(err) } defer client.Close() fmt.Println("OS Config client created") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
go-osconfig — go get go-osconfig · libregistry