Documentation ¶
Index ¶
- type Cluster
- func (c *Cluster) Contains(id manifest.Id) bool
- func (c *Cluster) ReactDelete(action testing.Action) (handled bool, ret runtime.Object, err error)
- func (c *Cluster) ReactGet(action testing.Action) (handled bool, ret runtime.Object, err error)
- func (c *Cluster) ReactPatch(action testing.Action) (handled bool, ret runtime.Object, err error)
- type NamedAction
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cluster ¶
type Cluster struct { Resources sync.Map GVRtoGVK map[schema.GroupVersionResource]schema.GroupVersionKind }
func NewCluster ¶
func NewCluster(client *fake.FakeDynamicClient, resourcelist ...*metav1.APIResourceList) *Cluster
func (*Cluster) ReactDelete ¶
type NamedAction ¶
Click to show internal directories.
Click to hide internal directories.