v1alpha2

package
v1.4.3 Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2021 License: Apache-2.0 Imports: 8 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 ClusterReportChangeRequestExpansion

type ClusterReportChangeRequestExpansion interface{}

type ClusterReportChangeRequestInterface

type ClusterReportChangeRequestInterface interface {
	Create(ctx context.Context, clusterReportChangeRequest *v1alpha2.ClusterReportChangeRequest, opts v1.CreateOptions) (*v1alpha2.ClusterReportChangeRequest, error)
	Update(ctx context.Context, clusterReportChangeRequest *v1alpha2.ClusterReportChangeRequest, opts v1.UpdateOptions) (*v1alpha2.ClusterReportChangeRequest, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha2.ClusterReportChangeRequest, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha2.ClusterReportChangeRequestList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha2.ClusterReportChangeRequest, err error)
	ClusterReportChangeRequestExpansion
}

ClusterReportChangeRequestInterface has methods to work with ClusterReportChangeRequest resources.

type ClusterReportChangeRequestsGetter

type ClusterReportChangeRequestsGetter interface {
	ClusterReportChangeRequests() ClusterReportChangeRequestInterface
}

ClusterReportChangeRequestsGetter has a method to return a ClusterReportChangeRequestInterface. A group's client should implement this interface.

type KyvernoV1alpha2Client

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

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

func New

New creates a new KyvernoV1alpha2Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new KyvernoV1alpha2Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *KyvernoV1alpha2Client

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

func (*KyvernoV1alpha2Client) ClusterReportChangeRequests

func (c *KyvernoV1alpha2Client) ClusterReportChangeRequests() ClusterReportChangeRequestInterface

func (*KyvernoV1alpha2Client) RESTClient

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

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

func (*KyvernoV1alpha2Client) ReportChangeRequests

func (c *KyvernoV1alpha2Client) ReportChangeRequests(namespace string) ReportChangeRequestInterface

type KyvernoV1alpha2Interface

type KyvernoV1alpha2Interface interface {
	RESTClient() rest.Interface
	ClusterReportChangeRequestsGetter
	ReportChangeRequestsGetter
}

type ReportChangeRequestExpansion

type ReportChangeRequestExpansion interface{}

type ReportChangeRequestInterface

type ReportChangeRequestInterface interface {
	Create(ctx context.Context, reportChangeRequest *v1alpha2.ReportChangeRequest, opts v1.CreateOptions) (*v1alpha2.ReportChangeRequest, error)
	Update(ctx context.Context, reportChangeRequest *v1alpha2.ReportChangeRequest, opts v1.UpdateOptions) (*v1alpha2.ReportChangeRequest, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha2.ReportChangeRequest, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha2.ReportChangeRequestList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha2.ReportChangeRequest, err error)
	ReportChangeRequestExpansion
}

ReportChangeRequestInterface has methods to work with ReportChangeRequest resources.

type ReportChangeRequestsGetter

type ReportChangeRequestsGetter interface {
	ReportChangeRequests(namespace string) ReportChangeRequestInterface
}

ReportChangeRequestsGetter has a method to return a ReportChangeRequestInterface. A group's client should implement this interface.

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