Versions in this module Expand all Collapse all v0 v0.2.1 Dec 8, 2022 Changes in this version + const AnnotationPrefix + const FuzzMeAnno + const IgnoreMeAnno + const OpenApiDocAnno + const SecretAnno + const UsernameAnno + func CreateClientset(l logger.Logger, insideCluster bool) (clientset kubernetes.Interface) + func NewController(l logger.Logger, client kubernetes.Interface, storage *persistence.Storage, ...) *controller + func StartController(l logger.Logger, storage *persistence.Storage, config *config3.CnFuzzConfig, ...) (err error) + func StartFuzzJob(l logger.Logger, client kubernetes.Interface, cnfConfig *config.CnFuzzConfig, ...) error + func StartFuzzJobWithName(l logger.Logger, client kubernetes.Interface, cnfConfig *config.CnFuzzConfig, ...) + type Annotations struct + FuzzMe bool + IgnoreMe bool + OpenApiDocLocation string + Secret string + Username string + func GetAnnotations(objectMeta *metav1.ObjectMeta) Annotations