api

package
v0.0.0-...-6079644 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2015 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClientMappings

type ClientMappings map[string]struct {
	Kind   string
	Client RESTClient
	Codec  runtime.Codec
}

ClientMappings stores mapping between kind and client and codec TODO: This struct is now obsoleted by kubectl

type RESTClient

type RESTClient interface {
	Verb(verb string) *client.Request
	Put() *client.Request
	Post() *client.Request
	Delete() *client.Request
	Get() *client.Request
}

RESTClient provides REST interface compatible with Kubernetes RESTClient

Jump to

Keyboard shortcuts

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