create

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2024 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ComponentSubscriptionCmd

type ComponentSubscriptionCmd struct {
	config.ComponentSubscriptionConfig
	// contains filtered or unexported fields
}

ComponentSubscriptionCmd defines the command for creating a component subscription.

func NewComponentSubscriptionCmd

func NewComponentSubscriptionCmd(name string, c config.ComponentSubscriptionConfig) *ComponentSubscriptionCmd

NewComponentSubscriptionCmd returns a new command for creating a component subscription.

func (*ComponentSubscriptionCmd) Execute

Execute executes the command and returns an error if one occurred.

type ProductDeploymentGeneratorCmd

type ProductDeploymentGeneratorCmd struct {
	config.ProductDeploymentGeneratorConfig
	// contains filtered or unexported fields
}

ProductDeploymentGeneratorCmd defines the command for creating a product deployment generator.

func NewProductDeploymentGeneratorCmd

func NewProductDeploymentGeneratorCmd(name string, p config.ProductDeploymentGeneratorConfig) *ProductDeploymentGeneratorCmd

NewPProductDeploymentGeneratorCmd returns a new command for creating a product deployment generator.

func (*ProductDeploymentGeneratorCmd) Execute

Execute executes the command and returns an error if one occurred.

type ProjectCmd

type ProjectCmd struct {
	config.ProjectConfig
	// contains filtered or unexported fields
}

ProjectCmd defines the command for creating a project.

func NewProjectCmd

func NewProjectCmd(name string, p config.ProjectConfig) *ProjectCmd

NewProjectCmd returns a new command for creating a project.

func (*ProjectCmd) Execute

func (p *ProjectCmd) Execute(ctx context.Context, cfg *config.MpasConfig) error

Execute executes the command and returns an error if one occurred.

Jump to

Keyboard shortcuts

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