v1alpha1

package
v0.14.1 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2022 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 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.

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 added in v0.11.0

func (c *AquasecurityV1alpha1Client) ClusterConfigAuditReports() ClusterConfigAuditReportInterface

func (*AquasecurityV1alpha1Client) ClusterVulnerabilityReports added in v0.13.0

func (c *AquasecurityV1alpha1Client) ClusterVulnerabilityReports() ClusterVulnerabilityReportInterface

func (*AquasecurityV1alpha1Client) ConfigAuditReports

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

func (*AquasecurityV1alpha1Client) KubeHunterReports

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 added in v0.4.0

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)
	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 added in v0.11.0

type ClusterConfigAuditReportExpansion interface{}

type ClusterConfigAuditReportInterface added in v0.11.0

type ClusterConfigAuditReportInterface interface {
	Create(ctx context.Context, clusterConfigAuditReport *v1alpha1.ClusterConfigAuditReport, opts v1.CreateOptions) (*v1alpha1.ClusterConfigAuditReport, error)
	Update(ctx context.Context, clusterConfigAuditReport *v1alpha1.ClusterConfigAuditReport, opts v1.UpdateOptions) (*v1alpha1.ClusterConfigAuditReport, 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.ClusterConfigAuditReport, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ClusterConfigAuditReportList, 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.ClusterConfigAuditReport, err error)
	ClusterConfigAuditReportExpansion
}

ClusterConfigAuditReportInterface has methods to work with ClusterConfigAuditReport resources.

type ClusterConfigAuditReportsGetter added in v0.11.0

type ClusterConfigAuditReportsGetter interface {
	ClusterConfigAuditReports() ClusterConfigAuditReportInterface
}

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

type ClusterVulnerabilityReportExpansion added in v0.13.0

type ClusterVulnerabilityReportExpansion interface{}

type ClusterVulnerabilityReportInterface added in v0.13.0

type ClusterVulnerabilityReportInterface interface {
	Create(ctx context.Context, clusterVulnerabilityReport *v1alpha1.ClusterVulnerabilityReport, opts v1.CreateOptions) (*v1alpha1.ClusterVulnerabilityReport, error)
	Update(ctx context.Context, clusterVulnerabilityReport *v1alpha1.ClusterVulnerabilityReport, opts v1.UpdateOptions) (*v1alpha1.ClusterVulnerabilityReport, 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.ClusterVulnerabilityReport, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ClusterVulnerabilityReportList, 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.ClusterVulnerabilityReport, err error)
	ClusterVulnerabilityReportExpansion
}

ClusterVulnerabilityReportInterface has methods to work with ClusterVulnerabilityReport resources.

type ClusterVulnerabilityReportsGetter added in v0.13.0

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)
	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 KubeHunterReportExpansion

type KubeHunterReportExpansion interface{}

type KubeHunterReportInterface

type KubeHunterReportInterface interface {
	Create(ctx context.Context, kubeHunterReport *v1alpha1.KubeHunterReport, opts v1.CreateOptions) (*v1alpha1.KubeHunterReport, error)
	Update(ctx context.Context, kubeHunterReport *v1alpha1.KubeHunterReport, opts v1.UpdateOptions) (*v1alpha1.KubeHunterReport, 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.KubeHunterReport, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.KubeHunterReportList, 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.KubeHunterReport, err error)
	KubeHunterReportExpansion
}

KubeHunterReportInterface has methods to work with KubeHunterReport resources.

type KubeHunterReportsGetter

type KubeHunterReportsGetter interface {
	KubeHunterReports() KubeHunterReportInterface
}

KubeHunterReportsGetter has a method to return a KubeHunterReportInterface. A group's client should implement this interface.

type VulnerabilityReportExpansion added in v0.4.0

type VulnerabilityReportExpansion interface{}

type VulnerabilityReportInterface added in v0.4.0

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)
	VulnerabilityReportExpansion
}

VulnerabilityReportInterface has methods to work with VulnerabilityReport resources.

type VulnerabilityReportsGetter added in v0.4.0

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