Documentation ¶
Index ¶
Constants ¶
View Source
const ( // currently only support configmap type of resource config ConfigmapRefType string = "configmap" Skip VolumeActionType = "skip" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action struct { // Type defined specific type of action, currently only support 'skip' Type VolumeActionType `yaml:"type"` // Parameters defined map of parameters when executing a specific action Parameters map[string]interface{} `yaml:"parameters,omitempty"` }
Action defined as one action for a specific way of backup
type Policies ¶
type Policies struct {
// contains filtered or unexported fields
}
func (*Policies) GetMatchAction ¶
type VolumeActionType ¶
type VolumeActionType string
Click to show internal directories.
Click to hide internal directories.