Versions in this module Expand all Collapse all v2 v2.3.1 May 25, 2026 Changes in this version + func TeardownLocalDevControlPlane(ctx context.Context, name string, registryDir string) error + type DevControlPlane interface + Client func() client.Client + Info func() string + Kubeconfig func() clientcmd.ClientConfig + Sideload func(ctx context.Context, imgMap project.ImageTagMap, tag name.Tag) error + Teardown func(ctx context.Context) error + func EnsureLocalDevControlPlane(ctx context.Context, opts ...Option) (DevControlPlane, error) + type Option func(*config) + func WithClusterAdmin(enabled bool) Option + func WithCrossplaneVersion(v string) Option + func WithLogger(l logging.Logger) Option + func WithName(n string) Option + func WithRegistryDir(d string) Option v2.3.0 May 21, 2026