Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNotFound = errors.New("not Found")
)
Functions ¶
This section is empty.
Types ¶
type StatusInformer ¶
StatusInformer 状态同步通知器,当Pod状态处于Running时,通知对端
func NewManager ¶
func NewManager() *StatusInformer
func (*StatusInformer) Add ¶
func (m *StatusInformer) Add(name string) <-chan struct{}
func (*StatusInformer) Delete ¶
func (m *StatusInformer) Delete(name string)
func (*StatusInformer) Sync ¶
func (m *StatusInformer) Sync(name string) error
Click to show internal directories.
Click to hide internal directories.