Documentation
¶
Index ¶
- func NewCoreCommand(ctx context.Context, c *cli.Config) *cobra.Command
- func NewDeployerCommand(ctx context.Context, c *cli.Config) *cobra.Command
- func NewDeployerCreateCommand(ctx context.Context, c *cli.Config) *cobra.Command
- func NewDeployerDeleteCommand(ctx context.Context, c *cli.Config) *cobra.Command
- func NewDeployerListCommand(ctx context.Context, c *cli.Config) *cobra.Command
- func NewDeployerStatusCommand(ctx context.Context, c *cli.Config) *cobra.Command
- func NewDeployerTailCommand(ctx context.Context, c *cli.Config) *cobra.Command
- type DeployerCreateOptions
- type DeployerDeleteOptions
- type DeployerListOptions
- type DeployerStatusOptions
- type DeployerTailOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDeployerCommand ¶
func NewDeployerListCommand ¶
Types ¶
type DeployerCreateOptions ¶
type DeployerCreateOptions struct { options.ResourceOptions Image string ApplicationRef string ContainerRef string FunctionRef string IngressPolicy string TargetPort int32 Env []string EnvFrom []string LimitCPU string LimitMemory string Tail bool WaitTimeout string DryRun bool }
func (*DeployerCreateOptions) IsDryRun ¶
func (opts *DeployerCreateOptions) IsDryRun() bool
func (*DeployerCreateOptions) Validate ¶
func (opts *DeployerCreateOptions) Validate(ctx context.Context) cli.FieldErrors
type DeployerDeleteOptions ¶
type DeployerDeleteOptions struct {
options.DeleteOptions
}
func (*DeployerDeleteOptions) Validate ¶
func (opts *DeployerDeleteOptions) Validate(ctx context.Context) cli.FieldErrors
type DeployerListOptions ¶
type DeployerListOptions struct {
options.ListOptions
}
func (*DeployerListOptions) Validate ¶
func (opts *DeployerListOptions) Validate(ctx context.Context) cli.FieldErrors
type DeployerStatusOptions ¶
type DeployerStatusOptions struct {
options.ResourceOptions
}
func (*DeployerStatusOptions) Validate ¶
func (opts *DeployerStatusOptions) Validate(ctx context.Context) cli.FieldErrors
type DeployerTailOptions ¶
type DeployerTailOptions struct { options.ResourceOptions Since string }
func (*DeployerTailOptions) Validate ¶
func (opts *DeployerTailOptions) Validate(ctx context.Context) cli.FieldErrors
Click to show internal directories.
Click to hide internal directories.