tapps

package
v0.0.0-...-6526340 Latest Latest
Warning

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

Go to latest
Published: Jul 15, 2020 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 8 more Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Manager

type Manager interface {
	// Start starts the manager.
	Start(stopCh <-chan struct{}) error
	// Support returns true if the cluster installed TApp crd.
	Support() bool
	// Get returns the tapp object.
	Get(namespace, name string) (*tappv1.TApp, error)
}

Manager manages the TApp objects in cluster.

func New

func New(config *rest.Config, resyncPeriod time.Duration) (Manager, error)

New creates a manager.

Jump to

Keyboard shortcuts

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