v1beta1

package
v0.0.0-...-ad8e913 Latest Latest
Warning

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

Go to latest
Published: Sep 4, 2023 License: Apache-2.0 Imports: 8 Imported by: 1

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 AppV1beta1Client

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

AppV1beta1Client is used to interact with features provided by the app.kiegroup.org group.

func New

New creates a new AppV1beta1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new AppV1beta1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *AppV1beta1Client

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

func (*AppV1beta1Client) KogitoBuilds

func (c *AppV1beta1Client) KogitoBuilds(namespace string) KogitoBuildInterface

func (*AppV1beta1Client) KogitoInfras

func (c *AppV1beta1Client) KogitoInfras(namespace string) KogitoInfraInterface

func (*AppV1beta1Client) KogitoRuntimes

func (c *AppV1beta1Client) KogitoRuntimes(namespace string) KogitoRuntimeInterface

func (*AppV1beta1Client) KogitoSupportingServices

func (c *AppV1beta1Client) KogitoSupportingServices(namespace string) KogitoSupportingServiceInterface

func (*AppV1beta1Client) RESTClient

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

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

type KogitoBuildExpansion

type KogitoBuildExpansion interface{}

type KogitoBuildInterface

type KogitoBuildInterface interface {
	Create(ctx context.Context, kogitoBuild *v1beta1.KogitoBuild, opts v1.CreateOptions) (*v1beta1.KogitoBuild, error)
	Update(ctx context.Context, kogitoBuild *v1beta1.KogitoBuild, opts v1.UpdateOptions) (*v1beta1.KogitoBuild, error)
	UpdateStatus(ctx context.Context, kogitoBuild *v1beta1.KogitoBuild, opts v1.UpdateOptions) (*v1beta1.KogitoBuild, 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.KogitoBuild, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1beta1.KogitoBuildList, 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.KogitoBuild, err error)
	KogitoBuildExpansion
}

KogitoBuildInterface has methods to work with KogitoBuild resources.

type KogitoBuildsGetter

type KogitoBuildsGetter interface {
	KogitoBuilds(namespace string) KogitoBuildInterface
}

KogitoBuildsGetter has a method to return a KogitoBuildInterface. A group's client should implement this interface.

type KogitoInfraExpansion

type KogitoInfraExpansion interface{}

type KogitoInfraInterface

type KogitoInfraInterface interface {
	Create(ctx context.Context, kogitoInfra *v1beta1.KogitoInfra, opts v1.CreateOptions) (*v1beta1.KogitoInfra, error)
	Update(ctx context.Context, kogitoInfra *v1beta1.KogitoInfra, opts v1.UpdateOptions) (*v1beta1.KogitoInfra, error)
	UpdateStatus(ctx context.Context, kogitoInfra *v1beta1.KogitoInfra, opts v1.UpdateOptions) (*v1beta1.KogitoInfra, 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.KogitoInfra, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1beta1.KogitoInfraList, 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.KogitoInfra, err error)
	KogitoInfraExpansion
}

KogitoInfraInterface has methods to work with KogitoInfra resources.

type KogitoInfrasGetter

type KogitoInfrasGetter interface {
	KogitoInfras(namespace string) KogitoInfraInterface
}

KogitoInfrasGetter has a method to return a KogitoInfraInterface. A group's client should implement this interface.

type KogitoRuntimeExpansion

type KogitoRuntimeExpansion interface{}

type KogitoRuntimeInterface

type KogitoRuntimeInterface interface {
	Create(ctx context.Context, kogitoRuntime *v1beta1.KogitoRuntime, opts v1.CreateOptions) (*v1beta1.KogitoRuntime, error)
	Update(ctx context.Context, kogitoRuntime *v1beta1.KogitoRuntime, opts v1.UpdateOptions) (*v1beta1.KogitoRuntime, error)
	UpdateStatus(ctx context.Context, kogitoRuntime *v1beta1.KogitoRuntime, opts v1.UpdateOptions) (*v1beta1.KogitoRuntime, 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.KogitoRuntime, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1beta1.KogitoRuntimeList, 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.KogitoRuntime, err error)
	KogitoRuntimeExpansion
}

KogitoRuntimeInterface has methods to work with KogitoRuntime resources.

type KogitoRuntimesGetter

type KogitoRuntimesGetter interface {
	KogitoRuntimes(namespace string) KogitoRuntimeInterface
}

KogitoRuntimesGetter has a method to return a KogitoRuntimeInterface. A group's client should implement this interface.

type KogitoSupportingServiceExpansion

type KogitoSupportingServiceExpansion interface{}

type KogitoSupportingServiceInterface

type KogitoSupportingServiceInterface interface {
	Create(ctx context.Context, kogitoSupportingService *v1beta1.KogitoSupportingService, opts v1.CreateOptions) (*v1beta1.KogitoSupportingService, error)
	Update(ctx context.Context, kogitoSupportingService *v1beta1.KogitoSupportingService, opts v1.UpdateOptions) (*v1beta1.KogitoSupportingService, error)
	UpdateStatus(ctx context.Context, kogitoSupportingService *v1beta1.KogitoSupportingService, opts v1.UpdateOptions) (*v1beta1.KogitoSupportingService, 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.KogitoSupportingService, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1beta1.KogitoSupportingServiceList, 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.KogitoSupportingService, err error)
	KogitoSupportingServiceExpansion
}

KogitoSupportingServiceInterface has methods to work with KogitoSupportingService resources.

type KogitoSupportingServicesGetter

type KogitoSupportingServicesGetter interface {
	KogitoSupportingServices(namespace string) KogitoSupportingServiceInterface
}

KogitoSupportingServicesGetter has a method to return a KogitoSupportingServiceInterface. 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