Registry / networking / gateway-api

gateway-api

JSON →
library1.5.1gogounverified

Kubernetes Gateway API provides a set of resources for configuring service networking in Kubernetes.

go get sigs.k8s.io/gateway-api
INSTALL
IMPORT
SIG · GATEWAY-API
G
gateway-api
networkinggov1.5.1
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.

v1
✓ sigs.k8s.io/gateway-api/apis/v1

Import and use the Gateway API v1 types.

package main import ( "fmt" v1 "sigs.k8s.io/gateway-api/apis/v1" ) func main() { gw := v1.Gateway{} fmt.Println(gw) }
Debug
Known issues
breakingThe Gateway API is a beta Kubernetes feature; API versions may change.
fix
Pin to a specific version and follow the Kubernetes deprecation policy.
affects: >=1.0.0
Upgrade
Version history
1.5.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Amazon
1
OpenAI (training)
1
Resources
gateway-api — go get gateway-api · libregistry