yamlFileEditor

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2022 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Actions

type Actions struct {
	Copy bool `json:"copy"`
}

type ComponentYamlFileEditor

type ComponentYamlFileEditor struct {
	base.DefaultProvider

	Props      Props                  `json:"props"`
	State      State                  `json:"state"`
	Operations map[string]interface{} `json:"operations,omitempty"`
	// contains filtered or unexported fields
}

func (*ComponentYamlFileEditor) GenComponentState

func (f *ComponentYamlFileEditor) GenComponentState(c *cptype.Component) error

func (*ComponentYamlFileEditor) Init

func (*ComponentYamlFileEditor) InitComponent

func (f *ComponentYamlFileEditor) InitComponent(ctx context.Context)

func (*ComponentYamlFileEditor) Render

func (*ComponentYamlFileEditor) RenderFile

func (f *ComponentYamlFileEditor) RenderFile() error

func (*ComponentYamlFileEditor) SetComponentValue

func (f *ComponentYamlFileEditor) SetComponentValue()

func (*ComponentYamlFileEditor) Transfer

func (f *ComponentYamlFileEditor) Transfer(c *cptype.Component)

func (*ComponentYamlFileEditor) UpdatePod

func (f *ComponentYamlFileEditor) UpdatePod() error

type Operation

type Operation struct {
	Key        string `json:"key,omitempty"`
	Reload     bool   `json:"reload"`
	SuccessMsg string `json:"successMsg,omitempty"`
}

type Props

type Props struct {
	Bordered     bool     `json:"bordered"`
	FileValidate []string `json:"fileValidate,omitempty"`
	MinLines     int      `json:"minLines"`
	Actions      Actions  `json:"actions"`
}

type State

type State struct {
	ClusterName string `json:"clusterName,omitempty"`
	PodID       string `json:"podId,omitempty"`
	Value       string `json:"value,omitempty"`
}

Jump to

Keyboard shortcuts

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