testing

package
v3.8.0-alpha.0+incompa... Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2017 License: Apache-2.0 Imports: 5 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_OtherTestConfig2

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

DeepCopy_testing_OtherTestConfig2 is an autogenerated deepcopy function.

func DeepCopy_testing_OtherTestConfig2V2

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

DeepCopy_testing_OtherTestConfig2V2 is an autogenerated deepcopy function.

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 OtherTestConfig2

type OtherTestConfig2 struct {
	metav1.TypeMeta
	Thing string `json:"thing"`
}

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object +k8s:deepcopy-gen=true

func (*OtherTestConfig2) GetObjectKind

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

type OtherTestConfig2V2

type OtherTestConfig2V2 struct {
	metav1.TypeMeta
	Thing string `json:"thing"`
}

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object +k8s:deepcopy-gen=true

func (*OtherTestConfig2V2) GetObjectKind

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

type TestConfig

type TestConfig struct {
	metav1.TypeMeta

	Item1 string   `json:"item1"`
	Item2 []string `json:"item2"`
}

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object +k8s:deepcopy-gen=true

func (*TestConfig) GetObjectKind

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

type TestConfigV1

type TestConfigV1 struct {
	metav1.TypeMeta

	Item1 string   `json:"item1"`
	Item2 []string `json:"item2"`
}

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object +k8s:deepcopy-gen=true

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