application

package
v0.9.3 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2024 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AddToScheme = localSchemeBuilder.AddToScheme

AddToScheme adds all types of this clientset into the given scheme. This allows composition of clientsets, like in:

import (
  "k8s.io/client-go/kubernetes"
  clientsetscheme "k8s.io/client-go/kubernetes/scheme"
  aggregatorclientsetscheme "k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset/scheme"
)

kclientset, _ := kubernetes.NewForConfig(c)
_ = aggregatorclientsetscheme.AddToScheme(clientsetscheme.Scheme)

After this, RawExtensions in Kubernetes types will serialize kube-aggregator types correctly.

View Source
var Scheme = runtime.NewScheme()

Functions

func Flush

func Flush()

func ListAll

func ListAll(kubeConf *rest.Config) ([]v1beta1.Application, error)

func Print

func Print(client *kubernetes.Clientset, app *v1beta1.Application) (err error)

func Ready

func Ready(app *v1beta1.Application) bool

func SilentWait

func SilentWait(kubeConf *rest.Config, repo string) error

func Wait

func Wait(kubeConf *rest.Config, repo string) error

func Waiter

func Waiter(kubeConf *rest.Config, repo string, appFunc func(app *v1beta1.Application) (bool, error), timeout func() error) error

func WatchNamespace

func WatchNamespace(ctx context.Context, client ApplicationInterface) (watch.Interface, error)

Types

type ApplicationInterface

type ApplicationInterface interface {
	List(ctx context.Context, opts metav1.ListOptions) (*v1beta1.ApplicationList, error)
	Get(ctx context.Context, name string, options metav1.GetOptions) (*v1beta1.Application, error)
	Create(ctx context.Context, app *v1beta1.Application) (*v1beta1.Application, error)
	Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
}

type ApplicationV1Beta1Client

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

func NewForConfig

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

func (*ApplicationV1Beta1Client) Applications

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

type ApplicationV1Beta1Interface

type ApplicationV1Beta1Interface interface {
	Applications(namespace string) ApplicationInterface
}

Jump to

Keyboard shortcuts

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