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.
Click to show internal directories.
Click to hide internal directories.