gcp

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 21, 2023 License: Apache-2.0 Imports: 26 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// CreateAllOpts captures the options that affect creation/updating
	// of the generated objects.
	CreateAllOpts = options{
		TargetDir: "",
	}
)
View Source
var (
	// CreateServiceAccountsOpts captures the options that affect creation/updating
	// of the service accounts.
	CreateServiceAccountsOpts = options{
		TargetDir: "",
	}
)
View Source
var (
	// CreateWorkloadIdentityPoolOpts captures the options that affect creation of the workload identity pool
	CreateWorkloadIdentityPoolOpts = options{
		Name:      "",
		Project:   "",
		TargetDir: "",
	}
)
View Source
var (
	// CreateWorkloadIdentityProviderOpts captures the options that affect creation of the workload identity provider
	CreateWorkloadIdentityProviderOpts = options{
		Name:                 "",
		Region:               "",
		Project:              "",
		PublicKeyPath:        "",
		WorkloadIdentityPool: "",
	}
)
View Source
var (
	// DeleteOpts captures the options that affect deletion
	// of the generated objects.
	DeleteOpts = options{}
)

Functions

func NewCreateAllCmd

func NewCreateAllCmd() *cobra.Command

NewCreateAllCmd provides the "create-all" subcommand

func NewCreateServiceAccountsCmd

func NewCreateServiceAccountsCmd() *cobra.Command

NewCreateServiceAccountsCmd provides the "create-service-accounts" subcommand

func NewCreateWorkloadIdentityPool

func NewCreateWorkloadIdentityPool() *cobra.Command

NewCreateWorkloadIdentityPool provides the "create-workload-identity-pool" subcommand

func NewCreateWorkloadIdentityProviderCmd

func NewCreateWorkloadIdentityProviderCmd() *cobra.Command

NewCreateWorkloadIdentityProviderCmd provides the "create-workload-identity-provider" subcommand

func NewDeleteCmd

func NewDeleteCmd() *cobra.Command

NewDeleteCmd implements the "delete" command for the credentials provisioning

func NewGCPCmd

func NewGCPCmd() *cobra.Command

NewGCPCmd implements the "gcp" subcommand for the credentials provisioning

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL