clientV1alpha1

package
v0.0.0-...-61fc4d5 Latest Latest
Warning

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

Go to latest
Published: May 22, 2021 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

package v1alpha1

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApplicationInterface

type ApplicationInterface interface {
	List(opts metav1.ListOptions) (*v1alpha1.ApplicationList, error)
	Get(name string, options metav1.GetOptions) (*v1alpha1.Application, error)
	Create(*v1alpha1.Application) (*v1alpha1.Application, error)
	Watch(opts metav1.ListOptions) (watch.Interface, error)
	Update(application *v1alpha1.Application, opts metav1.UpdateOptions) (result *v1alpha1.Application, err error)
}

ApplicationInterface is

type ExampleV1Alpha1Client

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

ExampleV1Alpha1Client is

func NewForConfig

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

NewForConfig is

func (*ExampleV1Alpha1Client) Applications

func (c *ExampleV1Alpha1Client) Applications(namespace string) ApplicationInterface

Applications is

type ExampleV1Alpha1Interface

type ExampleV1Alpha1Interface interface {
	Applications(namespace string) ApplicationInterface
}

ExampleV1Alpha1Interface is

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL