...

Package fake

import "k8s.io/client-go/kubernetes/typed/scheduling/v1/fake"
Overview
Index

Overview ▾

Package fake has the automatically generated clients.

Index ▾

type FakePriorityClasses
    func (c *FakePriorityClasses) Apply(ctx context.Context, priorityClass *schedulingv1.PriorityClassApplyConfiguration, opts metav1.ApplyOptions) (result *v1.PriorityClass, err error)
    func (c *FakePriorityClasses) Create(ctx context.Context, priorityClass *v1.PriorityClass, opts metav1.CreateOptions) (result *v1.PriorityClass, err error)
    func (c *FakePriorityClasses) Delete(ctx context.Context, name string, opts metav1.DeleteOptions) error
    func (c *FakePriorityClasses) DeleteCollection(ctx context.Context, opts metav1.DeleteOptions, listOpts metav1.ListOptions) error
    func (c *FakePriorityClasses) Get(ctx context.Context, name string, options metav1.GetOptions) (result *v1.PriorityClass, err error)
    func (c *FakePriorityClasses) List(ctx context.Context, opts metav1.ListOptions) (result *v1.PriorityClassList, err error)
    func (c *FakePriorityClasses) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts metav1.PatchOptions, subresources ...string) (result *v1.PriorityClass, err error)
    func (c *FakePriorityClasses) Update(ctx context.Context, priorityClass *v1.PriorityClass, opts metav1.UpdateOptions) (result *v1.PriorityClass, err error)
    func (c *FakePriorityClasses) Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
type FakeSchedulingV1
    func (c *FakeSchedulingV1) PriorityClasses() v1.PriorityClassInterface
    func (c *FakeSchedulingV1) RESTClient() rest.Interface

Package files

doc.go fake_priorityclass.go fake_scheduling_client.go

type FakePriorityClasses

FakePriorityClasses implements PriorityClassInterface

type FakePriorityClasses struct {
    Fake *FakeSchedulingV1
}

func (*FakePriorityClasses) Apply

func (c *FakePriorityClasses) Apply(ctx context.Context, priorityClass *schedulingv1.PriorityClassApplyConfiguration, opts metav1.ApplyOptions) (result *v1.PriorityClass, err error)

Apply takes the given apply declarative configuration, applies it and returns the applied priorityClass.

func (*FakePriorityClasses) Create

func (c *FakePriorityClasses) Create(ctx context.Context, priorityClass *v1.PriorityClass, opts metav1.CreateOptions) (result *v1.PriorityClass, err error)

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

func (*FakePriorityClasses) Delete

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

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

func (*FakePriorityClasses) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakePriorityClasses) Get

func (c *FakePriorityClasses) Get(ctx context.Context, name string, options metav1.GetOptions) (result *v1.PriorityClass, err error)

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

func (*FakePriorityClasses) List

func (c *FakePriorityClasses) List(ctx context.Context, opts metav1.ListOptions) (result *v1.PriorityClassList, err error)

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

func (*FakePriorityClasses) Patch

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

Patch applies the patch and returns the patched priorityClass.

func (*FakePriorityClasses) Update

func (c *FakePriorityClasses) Update(ctx context.Context, priorityClass *v1.PriorityClass, opts metav1.UpdateOptions) (result *v1.PriorityClass, err error)

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

func (*FakePriorityClasses) Watch

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

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

type FakeSchedulingV1

type FakeSchedulingV1 struct {
    *testing.Fake
}

func (*FakeSchedulingV1) PriorityClasses

func (c *FakeSchedulingV1) PriorityClasses() v1.PriorityClassInterface

func (*FakeSchedulingV1) RESTClient

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

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