fix

package
v0.14.2 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ByAddingPodAnnotation

type ByAddingPodAnnotation struct {
	Key   string
	Value string
}

FixByAddingPodAnnotation implements PendingFix

func (*ByAddingPodAnnotation) Apply

func (pending *ByAddingPodAnnotation) Apply(resource k8stypes.Resource) []k8stypes.Resource

Apply adds the pod annotation

func (*ByAddingPodAnnotation) Plan

func (pending *ByAddingPodAnnotation) Plan() string

Plan is a description of what apply will do

type ByRemovingPodAnnotation

type ByRemovingPodAnnotation struct {
	Key string
}

func (*ByRemovingPodAnnotation) Apply

func (pending *ByRemovingPodAnnotation) Apply(resource k8stypes.Resource) []k8stypes.Resource

Apply removes the pod annotation

func (*ByRemovingPodAnnotation) Plan

func (pending *ByRemovingPodAnnotation) Plan() string

Plan is a description of what apply will do

type BySettingPodAnnotation

type BySettingPodAnnotation struct {
	Key   string
	Value string
}

FixBySettingPodAnnotation implements PendingFix

func (*BySettingPodAnnotation) Apply

func (pending *BySettingPodAnnotation) Apply(resource k8stypes.Resource) []k8stypes.Resource

Apply sets the pod annotation to the specified value

func (*BySettingPodAnnotation) Plan

func (pending *BySettingPodAnnotation) Plan() string

Plan is a description of what apply will do

Jump to

Keyboard shortcuts

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