Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeResourceListerImpl ¶
type FakeResourceListerImpl struct {
// contains filtered or unexported fields
}
func NewFakeDynamicResourceLister ¶
func NewFakeDynamicResourceLister(done <-chan struct{}, objects ...runtime.Object) (*FakeResourceListerImpl, error)
func (*FakeResourceListerImpl) GVKToResourceLister ¶
func (d *FakeResourceListerImpl) GVKToResourceLister(gvk schema.GroupVersionKind) (cache.GenericLister, error)
func (*FakeResourceListerImpl) RegisterNewResource ¶
func (d *FakeResourceListerImpl) RegisterNewResource(waitForSync bool, gvkList ...schema.GroupVersionKind) error
Click to show internal directories.
Click to hide internal directories.