testapi

package
v0.20.0-alpha5 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2016 License: Apache-2.0, Apache-2.0 Imports: 12 Imported by: 0

Documentation

Overview

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

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetCodecForObject added in v0.18.4

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

Get codec based on runtime.Object

Types

type TestGroup added in v0.18.4

type TestGroup struct {
	// contains filtered or unexported fields
}
var (
	Groups     = make(map[string]TestGroup)
	Default    TestGroup
	Extensions TestGroup
)

func NewTestGroup

func NewTestGroup(external, internal unversioned.GroupVersion) TestGroup

func (TestGroup) Codec added in v0.18.4

func (g TestGroup) Codec() runtime.Codec

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

func (TestGroup) ContentConfig

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

func (TestGroup) Converter added in v0.18.4

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) GroupVersion

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

func (TestGroup) InternalGroupVersion

func (g TestGroup) InternalGroupVersion() unversioned.GroupVersion

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

func (TestGroup) MetadataAccessor added in v0.18.4

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) RESTMapper added in v0.18.4

func (g TestGroup) RESTMapper() meta.RESTMapper

func (TestGroup) ResourcePath added in v0.18.4

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

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 added in v0.18.4

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

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.

Jump to

Keyboard shortcuts

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