Versions in this module Expand all Collapse all v0 v0.2.0 Mar 5, 2025 v0.1.0 Dec 12, 2024 Changes in this version + func Install(ctx context.Context, cl client.Client, opts ...InstallOption) error + type InstallCloudNativePGOptions struct + IgnoreExistResources bool + ImageName string + ImageTag string + KustomizationRef string + KustomizationResourceURL string + KustomizationTimeout string + type InstallOption func(*InstallCloudNativePGOptions) + func WithIgnoreExistingResources(ignore bool) InstallOption + func WithImageName(ref string) InstallOption + func WithImageTag(tag string) InstallOption + func WithKustomizationRef(ref string) InstallOption + func WithKustomizationResourceURL(url string) InstallOption + func WithKustomizationTimeout(timeout string) InstallOption