dynamic

package
v0.24.0 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2024 License: Apache-2.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 DeleterWithResults added in v0.10.0

type DeleterWithResults interface {
	DeleteWithResult(ctx context.Context, name string, options metav1.DeleteOptions, subresources ...string) (*unstructured.Unstructured, int, error)
	DeleteCollectionWithResult(ctx context.Context, options metav1.DeleteOptions, listOptions metav1.ListOptions) (*unstructured.UnstructuredList, error)
}

func NewDeleterWithResults added in v0.10.0

func NewDeleterWithResults(delegate dynamic.ResourceInterface) (DeleterWithResults, error)

type DynamicRawDeleter added in v0.10.0

type DynamicRawDeleter interface {
	dynamic.ResourceInterface
	RawDeleter
}

type RawDeleter added in v0.10.0

type RawDeleter interface {
	RawDelete(ctx context.Context, name string, opts metav1.DeleteOptions, subresources ...string) ([]byte, int, error)
	RawDeleteCollection(ctx context.Context, opts metav1.DeleteOptions, listOptions metav1.ListOptions) ([]byte, int, error)
}

Jump to

Keyboard shortcuts

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