v1alpha1

package
v0.0.0-...-7c36f52 Latest Latest
Warning

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

Go to latest
Published: Sep 13, 2023 License: Apache-2.0 Imports: 12 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 AquasecurityV1alpha1Client

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

AquasecurityV1alpha1Client is used to interact with features provided by the aquasecurity.github.io group.

func New

New creates a new AquasecurityV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new AquasecurityV1alpha1Client 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) (*AquasecurityV1alpha1Client, error)

NewForConfigAndClient creates a new AquasecurityV1alpha1Client 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) *AquasecurityV1alpha1Client

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

func (*AquasecurityV1alpha1Client) CISKubeBenchReports

func (*AquasecurityV1alpha1Client) ClusterConfigAuditReports

func (c *AquasecurityV1alpha1Client) ClusterConfigAuditReports() ClusterConfigAuditReportInterface

func (*AquasecurityV1alpha1Client) ClusterVulnerabilityReports

func (c *AquasecurityV1alpha1Client) ClusterVulnerabilityReports() ClusterVulnerabilityReportInterface

func (*AquasecurityV1alpha1Client) ConfigAuditReports

func (c *AquasecurityV1alpha1Client) ConfigAuditReports(namespace string) ConfigAuditReportInterface

func (*AquasecurityV1alpha1Client) RESTClient

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

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

func (*AquasecurityV1alpha1Client) VulnerabilityReports

func (c *AquasecurityV1alpha1Client) VulnerabilityReports(namespace string) VulnerabilityReportInterface

type CISKubeBenchReportExpansion

type CISKubeBenchReportExpansion interface{}

type CISKubeBenchReportInterface

type CISKubeBenchReportInterface interface {
	Create(ctx context.Context, cISKubeBenchReport *v1alpha1.CISKubeBenchReport, opts v1.CreateOptions) (*v1alpha1.CISKubeBenchReport, error)
	Update(ctx context.Context, cISKubeBenchReport *v1alpha1.CISKubeBenchReport, opts v1.UpdateOptions) (*v1alpha1.CISKubeBenchReport, 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) (*v1alpha1.CISKubeBenchReport, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.CISKubeBenchReportList, 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 *v1alpha1.CISKubeBenchReport, err error)
	Apply(ctx context.Context, cISKubeBenchReport *aquasecurityv1alpha1.CISKubeBenchReportApplyConfiguration, opts v1.ApplyOptions) (result *v1alpha1.CISKubeBenchReport, err error)
	CISKubeBenchReportExpansion
}

CISKubeBenchReportInterface has methods to work with CISKubeBenchReport resources.

type CISKubeBenchReportsGetter

type CISKubeBenchReportsGetter interface {
	CISKubeBenchReports() CISKubeBenchReportInterface
}

CISKubeBenchReportsGetter has a method to return a CISKubeBenchReportInterface. A group's client should implement this interface.

type ClusterConfigAuditReportExpansion

type ClusterConfigAuditReportExpansion interface{}

type ClusterConfigAuditReportInterface

ClusterConfigAuditReportInterface has methods to work with ClusterConfigAuditReport resources.

type ClusterConfigAuditReportsGetter

type ClusterConfigAuditReportsGetter interface {
	ClusterConfigAuditReports() ClusterConfigAuditReportInterface
}

ClusterConfigAuditReportsGetter has a method to return a ClusterConfigAuditReportInterface. A group's client should implement this interface.

type ClusterVulnerabilityReportExpansion

type ClusterVulnerabilityReportExpansion interface{}

type ClusterVulnerabilityReportInterface

ClusterVulnerabilityReportInterface has methods to work with ClusterVulnerabilityReport resources.

type ClusterVulnerabilityReportsGetter

type ClusterVulnerabilityReportsGetter interface {
	ClusterVulnerabilityReports() ClusterVulnerabilityReportInterface
}

ClusterVulnerabilityReportsGetter has a method to return a ClusterVulnerabilityReportInterface. A group's client should implement this interface.

type ConfigAuditReportExpansion

type ConfigAuditReportExpansion interface{}

type ConfigAuditReportInterface

type ConfigAuditReportInterface interface {
	Create(ctx context.Context, configAuditReport *v1alpha1.ConfigAuditReport, opts v1.CreateOptions) (*v1alpha1.ConfigAuditReport, error)
	Update(ctx context.Context, configAuditReport *v1alpha1.ConfigAuditReport, opts v1.UpdateOptions) (*v1alpha1.ConfigAuditReport, 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) (*v1alpha1.ConfigAuditReport, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ConfigAuditReportList, 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 *v1alpha1.ConfigAuditReport, err error)
	Apply(ctx context.Context, configAuditReport *aquasecurityv1alpha1.ConfigAuditReportApplyConfiguration, opts v1.ApplyOptions) (result *v1alpha1.ConfigAuditReport, err error)
	ConfigAuditReportExpansion
}

ConfigAuditReportInterface has methods to work with ConfigAuditReport resources.

type ConfigAuditReportsGetter

type ConfigAuditReportsGetter interface {
	ConfigAuditReports(namespace string) ConfigAuditReportInterface
}

ConfigAuditReportsGetter has a method to return a ConfigAuditReportInterface. A group's client should implement this interface.

type VulnerabilityReportExpansion

type VulnerabilityReportExpansion interface{}

type VulnerabilityReportInterface

type VulnerabilityReportInterface interface {
	Create(ctx context.Context, vulnerabilityReport *v1alpha1.VulnerabilityReport, opts v1.CreateOptions) (*v1alpha1.VulnerabilityReport, error)
	Update(ctx context.Context, vulnerabilityReport *v1alpha1.VulnerabilityReport, opts v1.UpdateOptions) (*v1alpha1.VulnerabilityReport, 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) (*v1alpha1.VulnerabilityReport, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.VulnerabilityReportList, 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 *v1alpha1.VulnerabilityReport, err error)
	Apply(ctx context.Context, vulnerabilityReport *aquasecurityv1alpha1.VulnerabilityReportApplyConfiguration, opts v1.ApplyOptions) (result *v1alpha1.VulnerabilityReport, err error)
	VulnerabilityReportExpansion
}

VulnerabilityReportInterface has methods to work with VulnerabilityReport resources.

type VulnerabilityReportsGetter

type VulnerabilityReportsGetter interface {
	VulnerabilityReports(namespace string) VulnerabilityReportInterface
}

VulnerabilityReportsGetter has a method to return a VulnerabilityReportInterface. 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