Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ByAddingPodAnnotation ¶
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 ¶
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
Click to show internal directories.
Click to hide internal directories.