v1beta1

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Mar 14, 2023 License: Apache-2.0 Imports: 9 Imported by: 3

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 SBOMSPDXv2p3Expansion

type SBOMSPDXv2p3Expansion interface{}

type SBOMSPDXv2p3FilteredExpansion

type SBOMSPDXv2p3FilteredExpansion interface{}

type SBOMSPDXv2p3FilteredInterface

type SBOMSPDXv2p3FilteredInterface interface {
	Create(ctx context.Context, sBOMSPDXv2p3Filtered *v1beta1.SBOMSPDXv2p3Filtered, opts v1.CreateOptions) (*v1beta1.SBOMSPDXv2p3Filtered, error)
	Update(ctx context.Context, sBOMSPDXv2p3Filtered *v1beta1.SBOMSPDXv2p3Filtered, opts v1.UpdateOptions) (*v1beta1.SBOMSPDXv2p3Filtered, error)
	UpdateStatus(ctx context.Context, sBOMSPDXv2p3Filtered *v1beta1.SBOMSPDXv2p3Filtered, opts v1.UpdateOptions) (*v1beta1.SBOMSPDXv2p3Filtered, 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) (*v1beta1.SBOMSPDXv2p3Filtered, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1beta1.SBOMSPDXv2p3FilteredList, 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 *v1beta1.SBOMSPDXv2p3Filtered, err error)
	SBOMSPDXv2p3FilteredExpansion
}

SBOMSPDXv2p3FilteredInterface has methods to work with SBOMSPDXv2p3Filtered resources.

type SBOMSPDXv2p3FilteredsGetter

type SBOMSPDXv2p3FilteredsGetter interface {
	SBOMSPDXv2p3Filtereds(namespace string) SBOMSPDXv2p3FilteredInterface
}

SBOMSPDXv2p3FilteredsGetter has a method to return a SBOMSPDXv2p3FilteredInterface. A group's client should implement this interface.

type SBOMSPDXv2p3Interface

type SBOMSPDXv2p3Interface interface {
	Create(ctx context.Context, sBOMSPDXv2p3 *v1beta1.SBOMSPDXv2p3, opts v1.CreateOptions) (*v1beta1.SBOMSPDXv2p3, error)
	Update(ctx context.Context, sBOMSPDXv2p3 *v1beta1.SBOMSPDXv2p3, opts v1.UpdateOptions) (*v1beta1.SBOMSPDXv2p3, error)
	UpdateStatus(ctx context.Context, sBOMSPDXv2p3 *v1beta1.SBOMSPDXv2p3, opts v1.UpdateOptions) (*v1beta1.SBOMSPDXv2p3, 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) (*v1beta1.SBOMSPDXv2p3, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1beta1.SBOMSPDXv2p3List, 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 *v1beta1.SBOMSPDXv2p3, err error)
	SBOMSPDXv2p3Expansion
}

SBOMSPDXv2p3Interface has methods to work with SBOMSPDXv2p3 resources.

type SBOMSPDXv2p3sGetter

type SBOMSPDXv2p3sGetter interface {
	SBOMSPDXv2p3s(namespace string) SBOMSPDXv2p3Interface
}

SBOMSPDXv2p3sGetter has a method to return a SBOMSPDXv2p3Interface. A group's client should implement this interface.

type SpdxV1beta1Client

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

SpdxV1beta1Client is used to interact with features provided by the spdx.softwarecomposition.kubescape.io group.

func New

New creates a new SpdxV1beta1Client for the given RESTClient.

func NewForConfig

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

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

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

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

func (*SpdxV1beta1Client) RESTClient

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

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

func (*SpdxV1beta1Client) SBOMSPDXv2p3Filtereds

func (c *SpdxV1beta1Client) SBOMSPDXv2p3Filtereds(namespace string) SBOMSPDXv2p3FilteredInterface

func (*SpdxV1beta1Client) SBOMSPDXv2p3s

func (c *SpdxV1beta1Client) SBOMSPDXv2p3s(namespace string) SBOMSPDXv2p3Interface

func (*SpdxV1beta1Client) VulnerabilityManifests

func (c *SpdxV1beta1Client) VulnerabilityManifests(namespace string) VulnerabilityManifestInterface

type VulnerabilityManifestExpansion

type VulnerabilityManifestExpansion interface{}

type VulnerabilityManifestInterface

type VulnerabilityManifestInterface interface {
	Create(ctx context.Context, vulnerabilityManifest *v1beta1.VulnerabilityManifest, opts v1.CreateOptions) (*v1beta1.VulnerabilityManifest, error)
	Update(ctx context.Context, vulnerabilityManifest *v1beta1.VulnerabilityManifest, opts v1.UpdateOptions) (*v1beta1.VulnerabilityManifest, error)
	UpdateStatus(ctx context.Context, vulnerabilityManifest *v1beta1.VulnerabilityManifest, opts v1.UpdateOptions) (*v1beta1.VulnerabilityManifest, 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) (*v1beta1.VulnerabilityManifest, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1beta1.VulnerabilityManifestList, 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 *v1beta1.VulnerabilityManifest, err error)
	VulnerabilityManifestExpansion
}

VulnerabilityManifestInterface has methods to work with VulnerabilityManifest resources.

type VulnerabilityManifestsGetter

type VulnerabilityManifestsGetter interface {
	VulnerabilityManifests(namespace string) VulnerabilityManifestInterface
}

VulnerabilityManifestsGetter has a method to return a VulnerabilityManifestInterface. 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