v1alpha1

package
v1.17.2 Latest Latest
Warning

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

Go to latest
Published: May 3, 2024 License: Apache-2.0 Imports: 8 Imported by: 2

Documentation

Overview

This package has the automatically generated typed clients.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LighthouseBreakpointExpansion added in v1.1.44

type LighthouseBreakpointExpansion interface{}

type LighthouseBreakpointInterface added in v1.1.44

type LighthouseBreakpointInterface interface {
	Create(ctx context.Context, lighthouseBreakpoint *v1alpha1.LighthouseBreakpoint, opts v1.CreateOptions) (*v1alpha1.LighthouseBreakpoint, error)
	Update(ctx context.Context, lighthouseBreakpoint *v1alpha1.LighthouseBreakpoint, opts v1.UpdateOptions) (*v1alpha1.LighthouseBreakpoint, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.LighthouseBreakpoint, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.LighthouseBreakpointList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.LighthouseBreakpoint, err error)
	LighthouseBreakpointExpansion
}

LighthouseBreakpointInterface has methods to work with LighthouseBreakpoint resources.

type LighthouseBreakpointsGetter added in v1.1.44

type LighthouseBreakpointsGetter interface {
	LighthouseBreakpoints(namespace string) LighthouseBreakpointInterface
}

LighthouseBreakpointsGetter has a method to return a LighthouseBreakpointInterface. A group's client should implement this interface.

type LighthouseJobExpansion

type LighthouseJobExpansion interface{}

type LighthouseJobInterface

type LighthouseJobInterface interface {
	Create(ctx context.Context, lighthouseJob *v1alpha1.LighthouseJob, opts v1.CreateOptions) (*v1alpha1.LighthouseJob, error)
	Update(ctx context.Context, lighthouseJob *v1alpha1.LighthouseJob, opts v1.UpdateOptions) (*v1alpha1.LighthouseJob, error)
	UpdateStatus(ctx context.Context, lighthouseJob *v1alpha1.LighthouseJob, opts v1.UpdateOptions) (*v1alpha1.LighthouseJob, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.LighthouseJob, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.LighthouseJobList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.LighthouseJob, err error)
	LighthouseJobExpansion
}

LighthouseJobInterface has methods to work with LighthouseJob resources.

type LighthouseJobsGetter

type LighthouseJobsGetter interface {
	LighthouseJobs(namespace string) LighthouseJobInterface
}

LighthouseJobsGetter has a method to return a LighthouseJobInterface. A group's client should implement this interface.

type LighthouseV1alpha1Client

type LighthouseV1alpha1Client struct {
	// contains filtered or unexported fields
}

LighthouseV1alpha1Client is used to interact with features provided by the lighthouse.jenkins.io group.

func New

New creates a new LighthouseV1alpha1Client for the given RESTClient.

func NewForConfig

func NewForConfig(c *rest.Config) (*LighthouseV1alpha1Client, error)

NewForConfig creates a new LighthouseV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *LighthouseV1alpha1Client

NewForConfigOrDie creates a new LighthouseV1alpha1Client for the given config and panics if there is an error in the config.

func (*LighthouseV1alpha1Client) LighthouseBreakpoints added in v1.1.44

func (c *LighthouseV1alpha1Client) LighthouseBreakpoints(namespace string) LighthouseBreakpointInterface

func (*LighthouseV1alpha1Client) LighthouseJobs

func (c *LighthouseV1alpha1Client) LighthouseJobs(namespace string) LighthouseJobInterface

func (*LighthouseV1alpha1Client) RESTClient

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

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

type LighthouseV1alpha1Interface

type LighthouseV1alpha1Interface interface {
	RESTClient() rest.Interface
	LighthouseBreakpointsGetter
	LighthouseJobsGetter
}

Directories

Path Synopsis
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.

Jump to

Keyboard shortcuts

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