Documentation
¶
Index ¶
- type PatchK8sObjects
- func (pko *PatchK8sObjects) AllowConcurrency() bool
- func (pko *PatchK8sObjects) Init(c types.Common, properties map[string]interface{}) error
- func (pko *PatchK8sObjects) New() types.Action
- func (pko *PatchK8sObjects) Run(ctx context.Context, sourceType string, event interface{}, data interface{}, ...) error
- func (pko *PatchK8sObjects) Type() string
- func (pko *PatchK8sObjects) Validate(properties map[string]interface{}) error
- type PatchTarget
- type Properties
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PatchK8sObjects ¶
type PatchK8sObjects struct {
// contains filtered or unexported fields
}
PatchK8sObjects patches k8s objects.
func (*PatchK8sObjects) AllowConcurrency ¶
func (pko *PatchK8sObjects) AllowConcurrency() bool
func (*PatchK8sObjects) Init ¶
func (pko *PatchK8sObjects) Init(c types.Common, properties map[string]interface{}) error
func (*PatchK8sObjects) New ¶
func (pko *PatchK8sObjects) New() types.Action
func (*PatchK8sObjects) Type ¶
func (pko *PatchK8sObjects) Type() string
func (*PatchK8sObjects) Validate ¶
func (pko *PatchK8sObjects) Validate(properties map[string]interface{}) error
type PatchTarget ¶
type Properties ¶
type Properties struct {
PatchTarget PatchTarget `json:"patchTarget"`
Patch string `json:"patch"`
AllowConcurrency bool `json:"allowConcurrency"`
}
Click to show internal directories.
Click to hide internal directories.