fake

package
v1.5.0-alpha.2 Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2016 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package fake has the automatically generated clients.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeConfigMaps

type FakeConfigMaps struct {
	Fake *FakeCore
	// contains filtered or unexported fields
}

FakeConfigMaps implements ConfigMapInterface

func (*FakeConfigMaps) Create

func (c *FakeConfigMaps) Create(configMap *api.ConfigMap) (result *api.ConfigMap, err error)

func (*FakeConfigMaps) Delete

func (c *FakeConfigMaps) Delete(name string, options *api.DeleteOptions) error

func (*FakeConfigMaps) DeleteCollection

func (c *FakeConfigMaps) DeleteCollection(options *api.DeleteOptions, listOptions api.ListOptions) error

func (*FakeConfigMaps) Get

func (c *FakeConfigMaps) Get(name string) (result *api.ConfigMap, err error)

func (*FakeConfigMaps) List

func (c *FakeConfigMaps) List(opts api.ListOptions) (result *api.ConfigMapList, err error)

func (*FakeConfigMaps) Patch

func (c *FakeConfigMaps) Patch(name string, pt api.PatchType, data []byte, subresources ...string) (result *api.ConfigMap, err error)

Patch applies the patch and returns the patched configMap.

func (*FakeConfigMaps) Update

func (c *FakeConfigMaps) Update(configMap *api.ConfigMap) (result *api.ConfigMap, err error)

func (*FakeConfigMaps) Watch

func (c *FakeConfigMaps) Watch(opts api.ListOptions) (watch.Interface, error)

Watch returns a watch.Interface that watches the requested configMaps.

type FakeCore

type FakeCore struct {
	*core.Fake
}

func (*FakeCore) ConfigMaps

func (c *FakeCore) ConfigMaps(namespace string) unversioned.ConfigMapInterface

func (*FakeCore) Events added in v1.4.0

func (c *FakeCore) Events(namespace string) unversioned.EventInterface

func (*FakeCore) Namespaces added in v1.4.0

func (c *FakeCore) Namespaces() unversioned.NamespaceInterface

func (*FakeCore) RESTClient

func (c *FakeCore) RESTClient() restclient.Interface

RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.

func (*FakeCore) Secrets added in v1.4.0

func (c *FakeCore) Secrets(namespace string) unversioned.SecretInterface

func (*FakeCore) Services

func (c *FakeCore) Services(namespace string) unversioned.ServiceInterface

type FakeEvents added in v1.4.0

type FakeEvents struct {
	Fake *FakeCore
	// contains filtered or unexported fields
}

FakeEvents implements EventInterface

func (*FakeEvents) Create added in v1.4.0

func (c *FakeEvents) Create(event *api.Event) (result *api.Event, err error)

func (*FakeEvents) Delete added in v1.4.0

func (c *FakeEvents) Delete(name string, options *api.DeleteOptions) error

func (*FakeEvents) DeleteCollection added in v1.4.0

func (c *FakeEvents) DeleteCollection(options *api.DeleteOptions, listOptions api.ListOptions) error

func (*FakeEvents) Get added in v1.4.0

func (c *FakeEvents) Get(name string) (result *api.Event, err error)

func (*FakeEvents) List added in v1.4.0

func (c *FakeEvents) List(opts api.ListOptions) (result *api.EventList, err error)

func (*FakeEvents) Patch added in v1.4.0

func (c *FakeEvents) Patch(name string, pt api.PatchType, data []byte, subresources ...string) (result *api.Event, err error)

Patch applies the patch and returns the patched event.

func (*FakeEvents) Update added in v1.4.0

func (c *FakeEvents) Update(event *api.Event) (result *api.Event, err error)

func (*FakeEvents) Watch added in v1.4.0

func (c *FakeEvents) Watch(opts api.ListOptions) (watch.Interface, error)

Watch returns a watch.Interface that watches the requested events.

type FakeNamespaces added in v1.4.0

type FakeNamespaces struct {
	Fake *FakeCore
}

FakeNamespaces implements NamespaceInterface

func (*FakeNamespaces) Create added in v1.4.0

func (c *FakeNamespaces) Create(namespace *api.Namespace) (result *api.Namespace, err error)

func (*FakeNamespaces) Delete added in v1.4.0

func (c *FakeNamespaces) Delete(name string, options *api.DeleteOptions) error

func (*FakeNamespaces) DeleteCollection added in v1.4.0

func (c *FakeNamespaces) DeleteCollection(options *api.DeleteOptions, listOptions api.ListOptions) error

func (*FakeNamespaces) Finalize added in v1.4.0

func (c *FakeNamespaces) Finalize(namespace *api.Namespace) (*api.Namespace, error)

func (*FakeNamespaces) Get added in v1.4.0

func (c *FakeNamespaces) Get(name string) (result *api.Namespace, err error)

func (*FakeNamespaces) List added in v1.4.0

func (c *FakeNamespaces) List(opts api.ListOptions) (result *api.NamespaceList, err error)

func (*FakeNamespaces) Patch added in v1.4.0

func (c *FakeNamespaces) Patch(name string, pt api.PatchType, data []byte, subresources ...string) (result *api.Namespace, err error)

Patch applies the patch and returns the patched namespace.

func (*FakeNamespaces) Update added in v1.4.0

func (c *FakeNamespaces) Update(namespace *api.Namespace) (result *api.Namespace, err error)

func (*FakeNamespaces) UpdateStatus added in v1.4.0

func (c *FakeNamespaces) UpdateStatus(namespace *api.Namespace) (*api.Namespace, error)

func (*FakeNamespaces) Watch added in v1.4.0

func (c *FakeNamespaces) Watch(opts api.ListOptions) (watch.Interface, error)

Watch returns a watch.Interface that watches the requested namespaces.

type FakeSecrets added in v1.4.0

type FakeSecrets struct {
	Fake *FakeCore
	// contains filtered or unexported fields
}

FakeSecrets implements SecretInterface

func (*FakeSecrets) Create added in v1.4.0

func (c *FakeSecrets) Create(secret *api.Secret) (result *api.Secret, err error)

func (*FakeSecrets) Delete added in v1.4.0

func (c *FakeSecrets) Delete(name string, options *api.DeleteOptions) error

func (*FakeSecrets) DeleteCollection added in v1.4.0

func (c *FakeSecrets) DeleteCollection(options *api.DeleteOptions, listOptions api.ListOptions) error

func (*FakeSecrets) Get added in v1.4.0

func (c *FakeSecrets) Get(name string) (result *api.Secret, err error)

func (*FakeSecrets) List added in v1.4.0

func (c *FakeSecrets) List(opts api.ListOptions) (result *api.SecretList, err error)

func (*FakeSecrets) Patch added in v1.4.0

func (c *FakeSecrets) Patch(name string, pt api.PatchType, data []byte, subresources ...string) (result *api.Secret, err error)

Patch applies the patch and returns the patched secret.

func (*FakeSecrets) Update added in v1.4.0

func (c *FakeSecrets) Update(secret *api.Secret) (result *api.Secret, err error)

func (*FakeSecrets) Watch added in v1.4.0

func (c *FakeSecrets) Watch(opts api.ListOptions) (watch.Interface, error)

Watch returns a watch.Interface that watches the requested secrets.

type FakeServices

type FakeServices struct {
	Fake *FakeCore
	// contains filtered or unexported fields
}

FakeServices implements ServiceInterface

func (*FakeServices) Create

func (c *FakeServices) Create(service *api.Service) (result *api.Service, err error)

func (*FakeServices) Delete

func (c *FakeServices) Delete(name string, options *api.DeleteOptions) error

func (*FakeServices) DeleteCollection

func (c *FakeServices) DeleteCollection(options *api.DeleteOptions, listOptions api.ListOptions) error

func (*FakeServices) Get

func (c *FakeServices) Get(name string) (result *api.Service, err error)

func (*FakeServices) List

func (c *FakeServices) List(opts api.ListOptions) (result *api.ServiceList, err error)

func (*FakeServices) Patch added in v1.4.0

func (c *FakeServices) Patch(name string, pt api.PatchType, data []byte, subresources ...string) (result *api.Service, err error)

Patch applies the patch and returns the patched service.

func (*FakeServices) Update

func (c *FakeServices) Update(service *api.Service) (result *api.Service, err error)

func (*FakeServices) UpdateStatus

func (c *FakeServices) UpdateStatus(service *api.Service) (*api.Service, error)

func (*FakeServices) Watch

func (c *FakeServices) Watch(opts api.ListOptions) (watch.Interface, error)

Watch returns a watch.Interface that watches the requested services.

Jump to

Keyboard shortcuts

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