Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResourcePatcher ¶
type ResourcePatcher interface {
UpdateResources(kind, namespace, name string, update *corev1.PodSpec, dryRun bool) error
}
func NewKubernetesPatcher ¶
func NewKubernetesPatcher(client kubernetes.Interface) (ResourcePatcher, error)
Click to show internal directories.
Click to hide internal directories.