Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionType ¶
type ActionType int64
ActionType represents the kind of operation performed by a plan. It evaluates to its string label.
const ( Undefined ActionType = iota // invalidate value UnChange // nothing to do. Create // creating a new resource. Update // updating an existing resource. Delete // deleting an existing resource. )
ActionType values
func (ActionType) Ing ¶
func (t ActionType) Ing() string
func (ActionType) PrettyString ¶
func (t ActionType) PrettyString() string
func (ActionType) String ¶
func (t ActionType) String() string
type OperationType ¶
type OperationType int64
const ( UndefinedOperation OperationType = iota // invalidate value Apply ApplyPreview Destroy DestroyPreview )
Operation type
Click to show internal directories.
Click to hide internal directories.