runnerclient

package
v0.0.0-...-01a409d Latest Latest
Warning

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

Go to latest
Published: Oct 2, 2023 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeRunnersV1Alpha1Client

type FakeRunnersV1Alpha1Client struct {
	Runners *[]runnerv1alpha1.ScaledActionRunner
	Watch   *watch.Interface
}

func (*FakeRunnersV1Alpha1Client) ScaledActionRunners

func (c *FakeRunnersV1Alpha1Client) ScaledActionRunners(namespace string) IScaledActionRunnerClient

type IRunnersV1Alpha1Client

type IRunnersV1Alpha1Client interface {
	ScaledActionRunners(namespace string) IScaledActionRunnerClient
}

type IScaledActionRunnerClient

type IScaledActionRunnerClient interface {
	List(ctx context.Context, opts metav1.ListOptions) (*runnerv1alpha1.ScaledActionRunnerList, error)
	Get(ctx context.Context, name string, options metav1.GetOptions) (*runnerv1alpha1.ScaledActionRunner, error)
	Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
	GetNs() string
}

type RunnersV1Alpha1Client

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

func NewForConfig

func NewForConfig(config *rest.Config) (*RunnersV1Alpha1Client, error)

func (*RunnersV1Alpha1Client) ScaledActionRunners

func (c *RunnersV1Alpha1Client) ScaledActionRunners(namespace string) IScaledActionRunnerClient

Jump to

Keyboard shortcuts

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