v1

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2024 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExampleClient

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

func NewForConfig

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

func (*ExampleClient) Polaris

func (c *ExampleClient) Polaris(namespace string) PolarisInterface

type PolarisGetter

type PolarisGetter interface {
	Polaris(namespace string) PolarisInterface
}

type PolarisInterface

type PolarisInterface interface {
	List(ctx context.Context, opts metav1.ListOptions) (*polarisv1.PolarisList, error)
	Get(ctx context.Context, name string, options metav1.GetOptions) (*polarisv1.Polaris, error)
	Create(ctx context.Context, polaris *polarisv1.Polaris, ppts metav1.CreateOptions) (*polarisv1.Polaris, error)
	Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
	Update(ctx context.Context, polaris *polarisv1.Polaris, opts metav1.UpdateOptions) (*polarisv1.Polaris, error)
	Delete(ctx context.Context, name string, options metav1.DeleteOptions) (*polarisv1.Polaris, error)
}

Jump to

Keyboard shortcuts

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