fuzzer

package
v0.33.1 Latest Latest
Warning

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

Go to latest
Published: Apr 7, 2023 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.ElasticsearchAutoscaler, c fuzz.Continue) {
			c.FuzzNoCustom(s)
		},
		func(s *v1alpha1.EtcdAutoscaler, c fuzz.Continue) {
			c.FuzzNoCustom(s)
		},
		func(s *v1alpha1.MariaDBAutoscaler, c fuzz.Continue) {
			c.FuzzNoCustom(s)
		},
		func(s *v1alpha1.MemcachedAutoscaler, c fuzz.Continue) {
			c.FuzzNoCustom(s)
		},
		func(s *v1alpha1.MongoDBAutoscaler, c fuzz.Continue) {
			c.FuzzNoCustom(s)
		},
		func(s *v1alpha1.MySQLAutoscaler, c fuzz.Continue) {
			c.FuzzNoCustom(s)
		},
		func(s *v1alpha1.PerconaXtraDBAutoscaler, c fuzz.Continue) {
			c.FuzzNoCustom(s)
		},
		func(s *v1alpha1.PostgresAutoscaler, c fuzz.Continue) {
			c.FuzzNoCustom(s)
		},
		func(s *v1alpha1.ProxySQLAutoscaler, c fuzz.Continue) {
			c.FuzzNoCustom(s)
		},
		func(s *v1alpha1.RedisAutoscaler, 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