dynamic

package
v0.8.2 Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cluster

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

func NewClusterForConfig

func NewClusterForConfig(c *rest.Config) (*Cluster, error)

func (*Cluster) Cluster

func (c *Cluster) Cluster(name logicalcluster.Name) dynamic.Interface

type ResourceDeleterInterface

type ResourceDeleterInterface 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)
}

type ResourceInterface

type ResourceInterface interface {
	dynamic.ResourceInterface
	ResourceDeleterInterface
}

Jump to

Keyboard shortcuts

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