testing

package
v3.7.0 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2017 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package testing contains types for tests.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeepCopy_testing_TestConfig

func DeepCopy_testing_TestConfig(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_testing_TestConfig is an autogenerated deepcopy function.

func DeepCopy_testing_TestConfigV1

func DeepCopy_testing_TestConfigV1(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_testing_TestConfigV1 is an autogenerated deepcopy function.

func GetGeneratedDeepCopyFuncs

func GetGeneratedDeepCopyFuncs() []conversion.GeneratedDeepCopyFunc

GetGeneratedDeepCopyFuncs returns the generated funcs, since we aren't registering them.

Types

type TestConfig

type TestConfig struct {
	metav1.TypeMeta `json:",inline"`
	Item1           string   `json:"item1"`
	Item2           []string `json:"item2"`
}

func (*TestConfig) GetObjectKind

func (obj *TestConfig) GetObjectKind() schema.ObjectKind

type TestConfigV1

type TestConfigV1 struct {
	metav1.TypeMeta `json:",inline"`
	Item1           string   `json:"item1"`
	Item2           []string `json:"item2"`
}

func (*TestConfigV1) GetObjectKind

func (obj *TestConfigV1) GetObjectKind() schema.ObjectKind

Jump to

Keyboard shortcuts

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