fuzzer

package
v0.14.0-beta.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 18, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Funcs = func(codecs runtimeserializer.CodecFactory) []interface{} {
	return []interface{}{
		func(s *v1alpha1.Elasticsearch, c fuzz.Continue) {
			c.FuzzNoCustom(s)
		},
		func(s *v1alpha1.Etcd, c fuzz.Continue) {
			c.FuzzNoCustom(s)
		},
		func(s *v1alpha1.MariaDB, c fuzz.Continue) {
			c.FuzzNoCustom(s)
		},
		func(s *v1alpha1.Memcached, c fuzz.Continue) {
			c.FuzzNoCustom(s)
		},
		func(s *v1alpha1.MongoDB, c fuzz.Continue) {
			c.FuzzNoCustom(s)
		},
		func(s *v1alpha1.MySQL, c fuzz.Continue) {
			c.FuzzNoCustom(s)
		},
		func(s *v1alpha1.PerconaXtraDB, c fuzz.Continue) {
			c.FuzzNoCustom(s)
		},
		func(s *v1alpha1.PgBouncer, c fuzz.Continue) {
			c.FuzzNoCustom(s)
		},
		func(s *v1alpha1.Postgres, c fuzz.Continue) {
			c.FuzzNoCustom(s)
		},
		func(s *v1alpha1.ProxySQL, c fuzz.Continue) {
			c.FuzzNoCustom(s)
		},
		func(s *v1alpha1.Redis, c fuzz.Continue) {
			c.FuzzNoCustom(s)
		},
	}
}

Funcs returns the fuzzer functions for this api group.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL