...

Package annotation

import "github.com/chaos-mesh/chaos-mesh/pkg/annotation"
Overview
Index

Overview ▾

Constants

const (
    // AnnotationPrefix defines the prefix of annotation key for chaos-mesh.
    AnnotationPrefix = "chaos-mesh"
)

func GenKeyForImage

func GenKeyForImage(pc *v1alpha1.PodChaos, containerName string, isInit bool) string

func GenKeyForWebhook

func GenKeyForWebhook(prefix string, podName string) string