MCPcopy
hub / github.com/modelcontextprotocol/registry / Provider

Struct Provider

deploy/pkg/providers/gcp/provider.go:23–23  ·  view source on GitHub ↗

Provider implements the ClusterProvider interface for Google Kubernetes Engine

Source from the content-addressed store, hash-verified

21
22// Provider implements the ClusterProvider interface for Google Kubernetes Engine
23type Provider struct{}
24
25// createGCPProvider creates a GCP provider with explicit credentials if configured
26func createGCPProvider(ctx *pulumi.Context, name string) (*gcp.Provider, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected