fix

package
v0.22.1 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2023 License: MIT Imports: 2 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 k8s.Resource) []k8s.Resource

Apply adds the pod annotation

func (*ByAddingPodAnnotation) Plan

func (pending *ByAddingPodAnnotation) Plan() string

Plan is a description of what apply will do

type ByRemovingPodAnnotations added in v0.21.0

type ByRemovingPodAnnotations struct {
	Keys []string
}

func (*ByRemovingPodAnnotations) Apply added in v0.21.0

func (pending *ByRemovingPodAnnotations) Apply(resource k8s.Resource) []k8s.Resource

Apply removes the pod annotation

func (*ByRemovingPodAnnotations) Plan added in v0.21.0

func (pending *ByRemovingPodAnnotations) 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 k8s.Resource) []k8s.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