const (
// AnnotationPrefix defines the prefix of annotation key for chaos-mesh.
AnnotationPrefix = "chaos-mesh"
)
func GenKeyForImage(pc *v1alpha1.PodChaos, containerName string, isInit bool) string
func GenKeyForWebhook(prefix string, podName string) string