v1

package
v1.99.999 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2022 License: MIT 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 RadixAlertExpansion added in v1.16.0

type RadixAlertExpansion interface{}

type RadixAlertInterface added in v1.16.0

type RadixAlertInterface interface {
	Create(ctx context.Context, radixAlert *v1.RadixAlert, opts metav1.CreateOptions) (*v1.RadixAlert, error)
	Update(ctx context.Context, radixAlert *v1.RadixAlert, opts metav1.UpdateOptions) (*v1.RadixAlert, error)
	UpdateStatus(ctx context.Context, radixAlert *v1.RadixAlert, opts metav1.UpdateOptions) (*v1.RadixAlert, 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.RadixAlert, error)
	List(ctx context.Context, opts metav1.ListOptions) (*v1.RadixAlertList, 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.RadixAlert, err error)
	RadixAlertExpansion
}

RadixAlertInterface has methods to work with RadixAlert resources.

type RadixAlertsGetter added in v1.16.0

type RadixAlertsGetter interface {
	RadixAlerts(namespace string) RadixAlertInterface
}

RadixAlertsGetter has a method to return a RadixAlertInterface. A group's client should implement this interface.

type RadixApplicationExpansion

type RadixApplicationExpansion interface{}

type RadixApplicationInterface

type RadixApplicationInterface interface {
	Create(ctx context.Context, radixApplication *v1.RadixApplication, opts metav1.CreateOptions) (*v1.RadixApplication, error)
	Update(ctx context.Context, radixApplication *v1.RadixApplication, opts metav1.UpdateOptions) (*v1.RadixApplication, 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.RadixApplication, error)
	List(ctx context.Context, opts metav1.ListOptions) (*v1.RadixApplicationList, 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.RadixApplication, err error)
	RadixApplicationExpansion
}

RadixApplicationInterface has methods to work with RadixApplication resources.

type RadixApplicationsGetter

type RadixApplicationsGetter interface {
	RadixApplications(namespace string) RadixApplicationInterface
}

RadixApplicationsGetter has a method to return a RadixApplicationInterface. A group's client should implement this interface.

type RadixDeploymentExpansion

type RadixDeploymentExpansion interface{}

type RadixDeploymentInterface

type RadixDeploymentInterface interface {
	Create(ctx context.Context, radixDeployment *v1.RadixDeployment, opts metav1.CreateOptions) (*v1.RadixDeployment, error)
	Update(ctx context.Context, radixDeployment *v1.RadixDeployment, opts metav1.UpdateOptions) (*v1.RadixDeployment, error)
	UpdateStatus(ctx context.Context, radixDeployment *v1.RadixDeployment, opts metav1.UpdateOptions) (*v1.RadixDeployment, 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.RadixDeployment, error)
	List(ctx context.Context, opts metav1.ListOptions) (*v1.RadixDeploymentList, 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.RadixDeployment, err error)
	RadixDeploymentExpansion
}

RadixDeploymentInterface has methods to work with RadixDeployment resources.

type RadixDeploymentsGetter

type RadixDeploymentsGetter interface {
	RadixDeployments(namespace string) RadixDeploymentInterface
}

RadixDeploymentsGetter has a method to return a RadixDeploymentInterface. A group's client should implement this interface.

type RadixEnvironmentExpansion added in v1.5.1

type RadixEnvironmentExpansion interface{}

type RadixEnvironmentInterface added in v1.5.1

type RadixEnvironmentInterface interface {
	Create(ctx context.Context, radixEnvironment *v1.RadixEnvironment, opts metav1.CreateOptions) (*v1.RadixEnvironment, error)
	Update(ctx context.Context, radixEnvironment *v1.RadixEnvironment, opts metav1.UpdateOptions) (*v1.RadixEnvironment, error)
	UpdateStatus(ctx context.Context, radixEnvironment *v1.RadixEnvironment, opts metav1.UpdateOptions) (*v1.RadixEnvironment, 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.RadixEnvironment, error)
	List(ctx context.Context, opts metav1.ListOptions) (*v1.RadixEnvironmentList, 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.RadixEnvironment, err error)
	RadixEnvironmentExpansion
}

RadixEnvironmentInterface has methods to work with RadixEnvironment resources.

type RadixEnvironmentsGetter added in v1.5.1

type RadixEnvironmentsGetter interface {
	RadixEnvironments() RadixEnvironmentInterface
}

RadixEnvironmentsGetter has a method to return a RadixEnvironmentInterface. A group's client should implement this interface.

type RadixJobExpansion

type RadixJobExpansion interface{}

type RadixJobInterface

type RadixJobInterface interface {
	Create(ctx context.Context, radixJob *v1.RadixJob, opts metav1.CreateOptions) (*v1.RadixJob, error)
	Update(ctx context.Context, radixJob *v1.RadixJob, opts metav1.UpdateOptions) (*v1.RadixJob, error)
	UpdateStatus(ctx context.Context, radixJob *v1.RadixJob, opts metav1.UpdateOptions) (*v1.RadixJob, 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.RadixJob, error)
	List(ctx context.Context, opts metav1.ListOptions) (*v1.RadixJobList, 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.RadixJob, err error)
	RadixJobExpansion
}

RadixJobInterface has methods to work with RadixJob resources.

type RadixJobsGetter

type RadixJobsGetter interface {
	RadixJobs(namespace string) RadixJobInterface
}

RadixJobsGetter has a method to return a RadixJobInterface. A group's client should implement this interface.

type RadixRegistrationExpansion

type RadixRegistrationExpansion interface{}

type RadixRegistrationInterface

type RadixRegistrationInterface interface {
	Create(ctx context.Context, radixRegistration *v1.RadixRegistration, opts metav1.CreateOptions) (*v1.RadixRegistration, error)
	Update(ctx context.Context, radixRegistration *v1.RadixRegistration, opts metav1.UpdateOptions) (*v1.RadixRegistration, error)
	UpdateStatus(ctx context.Context, radixRegistration *v1.RadixRegistration, opts metav1.UpdateOptions) (*v1.RadixRegistration, 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.RadixRegistration, error)
	List(ctx context.Context, opts metav1.ListOptions) (*v1.RadixRegistrationList, 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.RadixRegistration, err error)
	RadixRegistrationExpansion
}

RadixRegistrationInterface has methods to work with RadixRegistration resources.

type RadixRegistrationsGetter

type RadixRegistrationsGetter interface {
	RadixRegistrations() RadixRegistrationInterface
}

RadixRegistrationsGetter has a method to return a RadixRegistrationInterface. A group's client should implement this interface.

type RadixV1Client

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

RadixV1Client is used to interact with features provided by the radix.equinor.com group.

func New

New creates a new RadixV1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new RadixV1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *RadixV1Client

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

func (*RadixV1Client) RESTClient

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

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

func (*RadixV1Client) RadixAlerts added in v1.16.0

func (c *RadixV1Client) RadixAlerts(namespace string) RadixAlertInterface

func (*RadixV1Client) RadixApplications

func (c *RadixV1Client) RadixApplications(namespace string) RadixApplicationInterface

func (*RadixV1Client) RadixDeployments

func (c *RadixV1Client) RadixDeployments(namespace string) RadixDeploymentInterface

func (*RadixV1Client) RadixEnvironments added in v1.5.1

func (c *RadixV1Client) RadixEnvironments() RadixEnvironmentInterface

func (*RadixV1Client) RadixJobs

func (c *RadixV1Client) RadixJobs(namespace string) RadixJobInterface

func (*RadixV1Client) RadixRegistrations

func (c *RadixV1Client) RadixRegistrations() RadixRegistrationInterface

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