MCPcopy Index your code
hub / github.com/modelcontextprotocol/registry / CreateCluster

Method CreateCluster

deploy/pkg/providers/types.go:25–25  ·  view source on GitHub ↗

CreateCluster creates a Kubernetes cluster and returns provider info

(ctx *pulumi.Context, environment string)

Source from the content-addressed store, hash-verified

23type ClusterProvider interface {
24 // CreateCluster creates a Kubernetes cluster and returns provider info
25 CreateCluster(ctx *pulumi.Context, environment string) (*ProviderInfo, error)
26
27 // CreateBackupStorage creates backup storage infrastructure
28 CreateBackupStorage(ctx *pulumi.Context, cluster *ProviderInfo, environment string) (*BackupStorageInfo, error)

Callers 1

mainFunction · 0.65

Implementers 2

Providerdeploy/pkg/providers/gcp/provider.go
Providerdeploy/pkg/providers/local/provider.go

Calls

no outgoing calls

Tested by

no test coverage detected