client

package
v3.5.0 Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2026 License: Apache-2.0 Imports: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExtendedInterface added in v3.2.3

type ExtendedInterface interface {
	Interface
	ResourceWithOptions(resource schema.GroupVersionResource, opts *Options) NamespaceableResourceInterface
}

func NewForExtendedDynamicClient added in v3.2.3

func NewForExtendedDynamicClient(client dynamic.Interface) ExtendedInterface

type Interface

type Interface interface {
	Resource(resource schema.GroupVersionResource) NamespaceableResourceInterface
}

func NewForDynamicClient

func NewForDynamicClient(client dynamic.Interface) Interface

type NamespaceableResourceInterface

type NamespaceableResourceInterface interface {
	Namespace(string) ResourceInterface
	ResourceInterface
}

type Options added in v3.2.3

type Options struct {
	Schema *schemas.Schema
}

type ResourceInterface

type ResourceInterface interface {
	List(ctx context.Context, opts metav1.ListOptions) (*summary.SummarizedObjectList, error)
	Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
}

Jump to

Keyboard shortcuts

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