v1

package
v1.12.0-rc.3 Latest Latest
Warning

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

Go to latest
Published: Mar 30, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

This package has the automatically generated typed clients.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClusterEphemeralReportExpansion

type ClusterEphemeralReportExpansion interface{}

type ClusterEphemeralReportInterface

type ClusterEphemeralReportInterface interface {
	Create(ctx context.Context, clusterEphemeralReport *v1.ClusterEphemeralReport, opts metav1.CreateOptions) (*v1.ClusterEphemeralReport, error)
	Update(ctx context.Context, clusterEphemeralReport *v1.ClusterEphemeralReport, opts metav1.UpdateOptions) (*v1.ClusterEphemeralReport, error)
	Delete(ctx context.Context, name string, opts metav1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts metav1.DeleteOptions, listOpts metav1.ListOptions) error
	Get(ctx context.Context, name string, opts metav1.GetOptions) (*v1.ClusterEphemeralReport, error)
	List(ctx context.Context, opts metav1.ListOptions) (*v1.ClusterEphemeralReportList, error)
	Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts metav1.PatchOptions, subresources ...string) (result *v1.ClusterEphemeralReport, err error)
	ClusterEphemeralReportExpansion
}

ClusterEphemeralReportInterface has methods to work with ClusterEphemeralReport resources.

type ClusterEphemeralReportsGetter

type ClusterEphemeralReportsGetter interface {
	ClusterEphemeralReports() ClusterEphemeralReportInterface
}

ClusterEphemeralReportsGetter has a method to return a ClusterEphemeralReportInterface. A group's client should implement this interface.

type EphemeralReportExpansion

type EphemeralReportExpansion interface{}

type EphemeralReportInterface

type EphemeralReportInterface interface {
	Create(ctx context.Context, ephemeralReport *v1.EphemeralReport, opts metav1.CreateOptions) (*v1.EphemeralReport, error)
	Update(ctx context.Context, ephemeralReport *v1.EphemeralReport, opts metav1.UpdateOptions) (*v1.EphemeralReport, error)
	Delete(ctx context.Context, name string, opts metav1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts metav1.DeleteOptions, listOpts metav1.ListOptions) error
	Get(ctx context.Context, name string, opts metav1.GetOptions) (*v1.EphemeralReport, error)
	List(ctx context.Context, opts metav1.ListOptions) (*v1.EphemeralReportList, error)
	Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts metav1.PatchOptions, subresources ...string) (result *v1.EphemeralReport, err error)
	EphemeralReportExpansion
}

EphemeralReportInterface has methods to work with EphemeralReport resources.

type EphemeralReportsGetter

type EphemeralReportsGetter interface {
	EphemeralReports(namespace string) EphemeralReportInterface
}

EphemeralReportsGetter has a method to return a EphemeralReportInterface. A group's client should implement this interface.

type ReportsV1Client

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

ReportsV1Client is used to interact with features provided by the reports.kyverno.io group.

func New

New creates a new ReportsV1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new ReportsV1Client for the given config. NewForConfig is equivalent to NewForConfigAndClient(c, httpClient), where httpClient was generated with rest.HTTPClientFor(c).

func NewForConfigAndClient

func NewForConfigAndClient(c *rest.Config, h *http.Client) (*ReportsV1Client, error)

NewForConfigAndClient creates a new ReportsV1Client for the given config and http client. Note the http client provided takes precedence over the configured transport values.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *ReportsV1Client

NewForConfigOrDie creates a new ReportsV1Client for the given config and panics if there is an error in the config.

func (*ReportsV1Client) ClusterEphemeralReports

func (c *ReportsV1Client) ClusterEphemeralReports() ClusterEphemeralReportInterface

func (*ReportsV1Client) EphemeralReports

func (c *ReportsV1Client) EphemeralReports(namespace string) EphemeralReportInterface

func (*ReportsV1Client) RESTClient

func (c *ReportsV1Client) RESTClient() rest.Interface

RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.

type ReportsV1Interface

type ReportsV1Interface interface {
	RESTClient() rest.Interface
	ClusterEphemeralReportsGetter
	EphemeralReportsGetter
}

Directories

Path Synopsis
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.

Jump to

Keyboard shortcuts

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