config

package
v0.5.3 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateObject

func CreateObject(client *client.RESTClient, mapping *meta.RESTMapping, obj runtime.Object) *errs.ValidationError

CreateObject creates the obj using the provided clients and the resource URI mapping. It reports ValidationError when the object is missing the Metadata or the Name and it will report any error occured during create REST call

func CreateObjects

func CreateObjects(typer runtime.ObjectTyper, mapper meta.RESTMapper, clientFor ClientFunc, objects []runtime.Object) errs.ValidationErrorList

CreateObjects creates bulk of resources provided by items list. Each item must be valid API type. It requires ObjectTyper to parse the Version and Kind and RESTMapper to get the resource URI and REST client that knows how to create given type

Types

type ClientFunc

type ClientFunc func(mapping *meta.RESTMapping) (*client.RESTClient, error)

ClientFunc returns the RESTClient defined for given resource

Jump to

Keyboard shortcuts

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