Documentation
¶
Index ¶
- func AddGhostRecord(namespace string, name string, socketFile string, uid types.UID) error
- func DeleteGhostRecord(namespace string, name string) error
- func InitializeGhostRecordCache(directoryPath string) error
- func LastKnownUIDFromGhostRecordCache(key string) types.UID
- func NewSharedInformer(virtShareDir string, watchdogTimeout int, recorder record.EventRecorder, ...) (cache.SharedInformer, error)
- type DomainWatcher
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddGhostRecord ¶ added in v0.29.0
func DeleteGhostRecord ¶ added in v0.29.0
func InitializeGhostRecordCache ¶ added in v0.29.0
func LastKnownUIDFromGhostRecordCache ¶ added in v0.29.0
func NewSharedInformer ¶
Types ¶
type DomainWatcher ¶
type DomainWatcher struct {
// contains filtered or unexported fields
}
func (*DomainWatcher) List ¶
func (d *DomainWatcher) List(options k8sv1.ListOptions) (runtime.Object, error)
func (*DomainWatcher) ResultChan ¶
func (d *DomainWatcher) ResultChan() <-chan watch.Event
func (*DomainWatcher) Stop ¶
func (d *DomainWatcher) Stop()
func (*DomainWatcher) Watch ¶
func (d *DomainWatcher) Watch(options k8sv1.ListOptions) (watch.Interface, error)
Click to show internal directories.
Click to hide internal directories.