diff options
Diffstat (limited to 'internal/funcs/gcp.go')
| -rw-r--r-- | internal/funcs/gcp.go | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/internal/funcs/gcp.go b/internal/funcs/gcp.go index 040a451b..b87bd54b 100644 --- a/internal/funcs/gcp.go +++ b/internal/funcs/gcp.go @@ -7,22 +7,6 @@ import ( "github.com/hairyhenderson/gomplate/v4/gcp" ) -// GCPNS - the gcp namespace -// -// Deprecated: don't use -func GCPNS() *GcpFuncs { - return &GcpFuncs{gcpopts: gcp.GetClientOptions()} -} - -// AddGCPFuncs - -// -// Deprecated: use [CreateGCPFuncs] instead -func AddGCPFuncs(f map[string]interface{}) { - for k, v := range CreateGCPFuncs(context.Background()) { - f[k] = v - } -} - // CreateGCPFuncs - func CreateGCPFuncs(ctx context.Context) map[string]interface{} { ns := &GcpFuncs{ |
