fuzzer

package
v0.19.0 Latest Latest
Warning

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

Go to latest
Published: Jun 23, 2021 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.ElasticsearchVersion, c fuzz.Continue) {
			c.FuzzNoCustom(s)
		},
		func(s *v1alpha1.EtcdVersion, c fuzz.Continue) {
			c.FuzzNoCustom(s)
		},
		func(s *v1alpha1.MariaDBVersion, c fuzz.Continue) {
			c.FuzzNoCustom(s)
		},
		func(s *v1alpha1.MemcachedVersion, c fuzz.Continue) {
			c.FuzzNoCustom(s)
		},
		func(s *v1alpha1.MongoDBVersion, c fuzz.Continue) {
			c.FuzzNoCustom(s)
		},
		func(s *v1alpha1.MySQLVersion, c fuzz.Continue) {
			c.FuzzNoCustom(s)
		},
		func(s *v1alpha1.PerconaXtraDBVersion, c fuzz.Continue) {
			c.FuzzNoCustom(s)
		},
		func(s *v1alpha1.PostgresVersion, c fuzz.Continue) {
			c.FuzzNoCustom(s)
		},
		func(s *v1alpha1.ProxySQLVersion, c fuzz.Continue) {
			c.FuzzNoCustom(s)
		},
		func(s *v1alpha1.RedisVersion, 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