Apply applies the profile to the given container in the pod.
(pod *corev1.Pod, containerName string, target runtime.Object)
| 63 | type ProfileApplier interface { |
| 64 | // Apply applies the profile to the given container in the pod. |
| 65 | Apply(pod *corev1.Pod, containerName string, target runtime.Object) error |
| 66 | } |
| 67 | |
| 68 | // NewProfileApplier returns a new Options for the given profile name. |
no outgoing calls
no test coverage detected