Registry / cloud / go-container

go-container

JSON →
library1.53.0gogounverified

Package container provides a client for the Google Kubernetes Engine API.

go get cloud.google.com/go/container
INSTALL
IMPORT
SIG · GO-CONTAINER
G
go-container
cloudgov1.53.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.

container
cloud.google.com/go/container

Create a Google Cloud Container client

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

No known issues recorded.

Upgrade
Version history
1.53.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-container — go get go-container · libregistry