fuzzer

package
v0.0.0-...-b9c3673 Latest Latest
Warning

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

Go to latest
Published: Sep 15, 2018 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 *etcd.EtcdStorageSpec, c fuzz.Continue) {
			c.FuzzNoCustom(s)
			if len(s.EtcdStorageReference) != 0 {
				s.ReferenceType = etcd.EtcdStorageReferenceType
			} else {
				s.ReferenceType = ""
			}
		},
	}
}

Funcs returns the fuzzer functions for the apps 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