operationButton

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2021 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Command

type Command struct {
	Key    string       `json:"key,omitempty"`
	Target string       `json:"target,omitempty"`
	State  CommandState `json:"state,omitempty"`
}

type CommandState

type CommandState struct {
	Params map[string]string `json:"params,omitempty"`
}

type ComponentOperationButton

type ComponentOperationButton struct {
	base.DefaultProvider

	Type  string `json:"type"`
	State State  `json:"state"`
	Props Props  `json:"props"`
	// contains filtered or unexported fields
}

func (*ComponentOperationButton) DeleteWorkload

func (b *ComponentOperationButton) DeleteWorkload() error

func (*ComponentOperationButton) GenComponentState

func (b *ComponentOperationButton) GenComponentState(component *cptype.Component) error

func (*ComponentOperationButton) Init

func (*ComponentOperationButton) InitComponent

func (b *ComponentOperationButton) InitComponent(ctx context.Context)

func (*ComponentOperationButton) Render

func (*ComponentOperationButton) SetComponentValue

func (b *ComponentOperationButton) SetComponentValue()

func (*ComponentOperationButton) Transfer

func (b *ComponentOperationButton) Transfer(c *cptype.Component)
type Menu struct {
	Key        string                 `json:"key,omitempty"`
	Text       string                 `json:"text,omitempty"`
	Operations map[string]interface{} `json:"operations,omitempty"`
}

type Operation

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

type Props

type Props struct {
	Type string `json:"type"`
	Text string `json:"text"`
	Menu []Menu `json:"menu,omitempty"`
}

type State

type State struct {
	ClusterName string `json:"clusterName,omitempty"`
	WorkloadID  string `json:"workloadId,omitempty"`
}

Jump to

Keyboard shortcuts

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