testapi

package
v3.7.1+incompatible Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2018 License: Apache-2.0, Apache-2.0 Imports: 11 Imported by: 0

Documentation

Overview

Package testapi provides a helper for retrieving the KUBE_TEST_API environment variable.

TODO(lavalamp): this package is a huge disaster at the moment. I intend to refactor. All code currently using this package should change: 1. Declare your own api.Registry.APIGroupRegistrationManager in your own test code. 2. Import the relevant install packages. 3. Register the types you need, from the announced.APIGroupAnnouncementManager.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExternalGroupVersions

func ExternalGroupVersions() schema.GroupVersions

ExternalGroupVersions returns all external group versions allowed for the server.

func GetCodecForObject

func GetCodecForObject(obj runtime.Object) (runtime.Codec, error)

GetCodecForObject gets codec based on runtime.Object

func StorageMediaType

func StorageMediaType() string

StorageMediaType returns the value of the storage type environment variable

Types

type TestGroup

type TestGroup struct {
	// contains filtered or unexported fields
}

TestGroup exported on purpose

var (
	// Groups exported on purpose
	Groups = make(map[string]TestGroup)
	// ServiceCatalog exported on purpose
	ServiceCatalog TestGroup
)

func NewTestGroup

func NewTestGroup(external, internal schema.GroupVersion, internalTypes map[string]reflect.Type, externalTypes map[string]reflect.Type) TestGroup

NewTestGroup returns test group

func (TestGroup) Codec

func (g TestGroup) Codec() runtime.Codec

Codec returns the codec for the API version to test against, as set by the KUBE_TEST_API_TYPE env var.

func (TestGroup) ContentConfig

func (g TestGroup) ContentConfig() (string, *schema.GroupVersion, runtime.Codec)

ContentConfig returns group, version, and codec

func (TestGroup) Converter

func (g TestGroup) Converter() runtime.ObjectConvertor

Converter returns the api.Scheme for the API version to test against, as set by the KUBE_TEST_API env var.

func (TestGroup) ExternalTypes

func (g TestGroup) ExternalTypes() map[string]reflect.Type

ExternalTypes returns a map of external API types' kind names to their Go types.

func (TestGroup) GroupVersion

func (g TestGroup) GroupVersion() *schema.GroupVersion

GroupVersion returns the group,version

func (TestGroup) InternalGroupVersion

func (g TestGroup) InternalGroupVersion() schema.GroupVersion

InternalGroupVersion returns the group,version used to identify the internal types for this API

func (TestGroup) InternalTypes

func (g TestGroup) InternalTypes() map[string]reflect.Type

InternalTypes returns a map of internal API types' kind names to their Go types.

func (TestGroup) MetadataAccessor

func (g TestGroup) MetadataAccessor() meta.MetadataAccessor

MetadataAccessor returns the MetadataAccessor for the API version to test against, as set by the KUBE_TEST_API env var.

func (TestGroup) NegotiatedSerializer

func (g TestGroup) NegotiatedSerializer() runtime.NegotiatedSerializer

NegotiatedSerializer returns the negotiated serializer for the server.

func (TestGroup) RESTMapper

func (g TestGroup) RESTMapper() meta.RESTMapper

RESTMapper returns the rest mapper interface

func (TestGroup) ResourcePath

func (g TestGroup) ResourcePath(resource, namespace, name string) string

ResourcePath returns the appropriate path for the given resource, namespace and name. For example, this is of the form: /api/v1/namespaces/foo/pods/pod0 for v1.

func (TestGroup) ResourcePathWithPrefix

func (g TestGroup) ResourcePathWithPrefix(prefix, resource, namespace, name string) string

ResourcePathWithPrefix returns the appropriate path for the given prefix (watch, proxy, redirect, etc), resource, namespace and name. For ex, this is of the form: /api/v1/watch/namespaces/foo/pods/pod0 for v1.

func (g TestGroup) SelfLink(resource, name string) string

SelfLink returns a self link that will appear to be for the version Version(). 'resource' should be the resource path, e.g. "pods" for the Pod type. 'name' should be empty for lists.

func (TestGroup) StorageCodec

func (g TestGroup) StorageCodec() runtime.Codec

StorageCodec returns the codec for the API version to store in etcd, as set by the KUBE_TEST_API_STORAGE_TYPE env var.

Jump to

Keyboard shortcuts

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