Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2024 Changes in this version + type Actions struct + Copy bool + type ComponentYamlFileEditor struct + Operations map[string]interface{} + Props Props + State State + func (f *ComponentYamlFileEditor) GenComponentState(component *cptype.Component) error + func (f *ComponentYamlFileEditor) Init(ctx servicehub.Context) error + func (f *ComponentYamlFileEditor) InitComponent(ctx context.Context) + func (f *ComponentYamlFileEditor) Render(ctx context.Context, component *cptype.Component, _ cptype.Scenario, ...) error + func (f *ComponentYamlFileEditor) RenderFile() error + func (f *ComponentYamlFileEditor) SetComponentValue() + func (f *ComponentYamlFileEditor) Transfer(component *cptype.Component) + func (f *ComponentYamlFileEditor) UpdateWorkload() error + type Operation struct + Key string + Reload bool + SuccessMsg string + type Props struct + Actions Actions + Bordered bool + FileValidate []string + MinLines int + type State struct + ClusterName string + Value string + WorkloadID string