fake

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 2022 License: Apache-2.0 Imports: 10 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 FakeAppautoscalingV1alpha1

type FakeAppautoscalingV1alpha1 struct {
	*testing.Fake
}

func (*FakeAppautoscalingV1alpha1) Policies

func (*FakeAppautoscalingV1alpha1) RESTClient

func (c *FakeAppautoscalingV1alpha1) RESTClient() rest.Interface

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

func (*FakeAppautoscalingV1alpha1) ScheduledActions

func (c *FakeAppautoscalingV1alpha1) ScheduledActions(namespace string) v1alpha1.ScheduledActionInterface

func (*FakeAppautoscalingV1alpha1) Targets

type FakePolicies

type FakePolicies struct {
	Fake *FakeAppautoscalingV1alpha1
	// contains filtered or unexported fields
}

FakePolicies implements PolicyInterface

func (*FakePolicies) Create

func (c *FakePolicies) Create(ctx context.Context, policy *v1alpha1.Policy, opts v1.CreateOptions) (result *v1alpha1.Policy, err error)

Create takes the representation of a policy and creates it. Returns the server's representation of the policy, and an error, if there is any.

func (*FakePolicies) Delete

func (c *FakePolicies) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the policy and deletes it. Returns an error if one occurs.

func (*FakePolicies) DeleteCollection

func (c *FakePolicies) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakePolicies) Get

func (c *FakePolicies) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.Policy, err error)

Get takes name of the policy, and returns the corresponding policy object, and an error if there is any.

func (*FakePolicies) List

func (c *FakePolicies) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.PolicyList, err error)

List takes label and field selectors, and returns the list of Policies that match those selectors.

func (*FakePolicies) Patch

func (c *FakePolicies) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.Policy, err error)

Patch applies the patch and returns the patched policy.

func (*FakePolicies) Update

func (c *FakePolicies) Update(ctx context.Context, policy *v1alpha1.Policy, opts v1.UpdateOptions) (result *v1alpha1.Policy, err error)

Update takes the representation of a policy and updates it. Returns the server's representation of the policy, and an error, if there is any.

func (*FakePolicies) UpdateStatus

func (c *FakePolicies) UpdateStatus(ctx context.Context, policy *v1alpha1.Policy, opts v1.UpdateOptions) (*v1alpha1.Policy, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakePolicies) Watch

func (c *FakePolicies) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)

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

type FakeScheduledActions

type FakeScheduledActions struct {
	Fake *FakeAppautoscalingV1alpha1
	// contains filtered or unexported fields
}

FakeScheduledActions implements ScheduledActionInterface

func (*FakeScheduledActions) Create

func (c *FakeScheduledActions) Create(ctx context.Context, scheduledAction *v1alpha1.ScheduledAction, opts v1.CreateOptions) (result *v1alpha1.ScheduledAction, err error)

Create takes the representation of a scheduledAction and creates it. Returns the server's representation of the scheduledAction, and an error, if there is any.

func (*FakeScheduledActions) Delete

func (c *FakeScheduledActions) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the scheduledAction and deletes it. Returns an error if one occurs.

func (*FakeScheduledActions) DeleteCollection

func (c *FakeScheduledActions) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeScheduledActions) Get

func (c *FakeScheduledActions) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.ScheduledAction, err error)

Get takes name of the scheduledAction, and returns the corresponding scheduledAction object, and an error if there is any.

func (*FakeScheduledActions) List

List takes label and field selectors, and returns the list of ScheduledActions that match those selectors.

func (*FakeScheduledActions) Patch

func (c *FakeScheduledActions) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ScheduledAction, err error)

Patch applies the patch and returns the patched scheduledAction.

func (*FakeScheduledActions) Update

func (c *FakeScheduledActions) Update(ctx context.Context, scheduledAction *v1alpha1.ScheduledAction, opts v1.UpdateOptions) (result *v1alpha1.ScheduledAction, err error)

Update takes the representation of a scheduledAction and updates it. Returns the server's representation of the scheduledAction, and an error, if there is any.

func (*FakeScheduledActions) UpdateStatus

func (c *FakeScheduledActions) UpdateStatus(ctx context.Context, scheduledAction *v1alpha1.ScheduledAction, opts v1.UpdateOptions) (*v1alpha1.ScheduledAction, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeScheduledActions) Watch

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

type FakeTargets

type FakeTargets struct {
	Fake *FakeAppautoscalingV1alpha1
	// contains filtered or unexported fields
}

FakeTargets implements TargetInterface

func (*FakeTargets) Create

func (c *FakeTargets) Create(ctx context.Context, target *v1alpha1.Target, opts v1.CreateOptions) (result *v1alpha1.Target, err error)

Create takes the representation of a target and creates it. Returns the server's representation of the target, and an error, if there is any.

func (*FakeTargets) Delete

func (c *FakeTargets) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the target and deletes it. Returns an error if one occurs.

func (*FakeTargets) DeleteCollection

func (c *FakeTargets) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeTargets) Get

func (c *FakeTargets) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.Target, err error)

Get takes name of the target, and returns the corresponding target object, and an error if there is any.

func (*FakeTargets) List

func (c *FakeTargets) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.TargetList, err error)

List takes label and field selectors, and returns the list of Targets that match those selectors.

func (*FakeTargets) Patch

func (c *FakeTargets) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.Target, err error)

Patch applies the patch and returns the patched target.

func (*FakeTargets) Update

func (c *FakeTargets) Update(ctx context.Context, target *v1alpha1.Target, opts v1.UpdateOptions) (result *v1alpha1.Target, err error)

Update takes the representation of a target and updates it. Returns the server's representation of the target, and an error, if there is any.

func (*FakeTargets) UpdateStatus

func (c *FakeTargets) UpdateStatus(ctx context.Context, target *v1alpha1.Target, opts v1.UpdateOptions) (*v1alpha1.Target, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeTargets) Watch

func (c *FakeTargets) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)

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

Jump to

Keyboard shortcuts

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