fuzzer

package
v0.13.0-rc.4 Latest Latest
Warning

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

Go to latest
Published: Feb 16, 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.ElasticsearchModificationRequest, c fuzz.Continue) {
			c.FuzzNoCustom(s)
		},
		func(s *v1alpha1.EtcdModificationRequest, c fuzz.Continue) {
			c.FuzzNoCustom(s)
		},
		func(s *v1alpha1.MemcachedModificationRequest, c fuzz.Continue) {
			c.FuzzNoCustom(s)
		},
		func(s *v1alpha1.MongoDBModificationRequest, c fuzz.Continue) {
			c.FuzzNoCustom(s)
		},
		func(s *v1alpha1.MySQLModificationRequest, c fuzz.Continue) {
			c.FuzzNoCustom(s)
		},
		func(s *v1alpha1.PerconaXtraDBModificationRequest, c fuzz.Continue) {
			c.FuzzNoCustom(s)
		},
		func(s *v1alpha1.PostgresModificationRequest, c fuzz.Continue) {
			c.FuzzNoCustom(s)
		},
		func(s *v1alpha1.ProxySQLModificationRequest, c fuzz.Continue) {
			c.FuzzNoCustom(s)
		},
		func(s *v1alpha1.RedisModificationRequest, 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