Versions in this module Expand all Collapse all v1 v1.12.14 Apr 29, 2024 Changes in this version + func CertManagerManifests(ctx context.Context, key GCPKMSKey, path string, releaseVersion string) error + func HelmChart(ctx context.Context, key GCPKMSKey, chartPath string) ([]byte, error) + type GCPKMSKey struct + func NewGCPKMSKey(raw string) (GCPKMSKey, error) + func (g GCPKMSKey) CosignFormat() string + func (g GCPKMSKey) GCPFormat() string + func (g GCPKMSKey) String() string + type PGPArmoredBlock string + func BootstrapPGPFromGCP(ctx context.Context, key GCPKMSKey) (PGPArmoredBlock, error)