Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompImpl ¶
type CompImpl struct {
// contains filtered or unexported fields
}
func NewCompImpl ¶
func (*CompImpl) ComponentLogs ¶ added in v0.15.0
func (c *CompImpl) ComponentLogs(params api.ComponentLogsParams) error
ComponentLogs fetches and displays logs for a component
func (*CompImpl) DeployComponent ¶
func (d *CompImpl) DeployComponent(params api.DeployComponentParams) error
DeployComponent deploys or promotes a component
func (*CompImpl) ListComponents ¶
func (l *CompImpl) ListComponents(params api.ListComponentsParams) error
ListComponents lists all components in a project
func (*CompImpl) ScaffoldComponent ¶
func (i *CompImpl) ScaffoldComponent(params api.ScaffoldComponentParams) error
ScaffoldComponent generates a scaffold YAML for a component based on its ComponentType and optional Traits and Workflow
Click to show internal directories.
Click to hide internal directories.