v1

package
v1.3.1 Latest Latest
Warning

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

Go to latest
Published: Nov 19, 2019 License: MIT Imports: 7 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 RadixApplicationExpansion

type RadixApplicationExpansion interface{}

type RadixApplicationInterface

type RadixApplicationInterface interface {
	Create(*v1.RadixApplication) (*v1.RadixApplication, error)
	Update(*v1.RadixApplication) (*v1.RadixApplication, error)
	Delete(name string, options *metav1.DeleteOptions) error
	DeleteCollection(options *metav1.DeleteOptions, listOptions metav1.ListOptions) error
	Get(name string, options metav1.GetOptions) (*v1.RadixApplication, error)
	List(opts metav1.ListOptions) (*v1.RadixApplicationList, error)
	Watch(opts metav1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, 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(*v1.RadixDeployment) (*v1.RadixDeployment, error)
	Update(*v1.RadixDeployment) (*v1.RadixDeployment, error)
	UpdateStatus(*v1.RadixDeployment) (*v1.RadixDeployment, error)
	Delete(name string, options *metav1.DeleteOptions) error
	DeleteCollection(options *metav1.DeleteOptions, listOptions metav1.ListOptions) error
	Get(name string, options metav1.GetOptions) (*v1.RadixDeployment, error)
	List(opts metav1.ListOptions) (*v1.RadixDeploymentList, error)
	Watch(opts metav1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, 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 RadixJobExpansion

type RadixJobExpansion interface{}

type RadixJobInterface

type RadixJobInterface interface {
	Create(*v1.RadixJob) (*v1.RadixJob, error)
	Update(*v1.RadixJob) (*v1.RadixJob, error)
	UpdateStatus(*v1.RadixJob) (*v1.RadixJob, error)
	Delete(name string, options *metav1.DeleteOptions) error
	DeleteCollection(options *metav1.DeleteOptions, listOptions metav1.ListOptions) error
	Get(name string, options metav1.GetOptions) (*v1.RadixJob, error)
	List(opts metav1.ListOptions) (*v1.RadixJobList, error)
	Watch(opts metav1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, 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(*v1.RadixRegistration) (*v1.RadixRegistration, error)
	Update(*v1.RadixRegistration) (*v1.RadixRegistration, error)
	Delete(name string, options *metav1.DeleteOptions) error
	DeleteCollection(options *metav1.DeleteOptions, listOptions metav1.ListOptions) error
	Get(name string, options metav1.GetOptions) (*v1.RadixRegistration, error)
	List(opts metav1.ListOptions) (*v1.RadixRegistrationList, error)
	Watch(opts metav1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, 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) RadixApplications

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

func (*RadixV1Client) RadixDeployments

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

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