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 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 ¶
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
Click to show internal directories.
Click to hide internal directories.