Documentation ¶
Index ¶
- type AppClient
- type Client
- type Kube
- type Status
- type Test
- func (c *Test) Create(ctx context.Context, obj client.Object, opts ...client.CreateOption) error
- func (c *Test) Delete(ctx context.Context, obj client.Object, opts ...client.DeleteOption) error
- func (c *Test) DeleteAllOf(ctx context.Context, obj client.Object, opts ...client.DeleteAllOfOption) error
- func (c *Test) Get(ctx context.Context, key types.NamespacedName, obj client.Object) error
- func (c Test) List(ctx context.Context, list client.ObjectList, opts ...client.ListOption) error
- func (c *Test) Patch(ctx context.Context, obj client.Object, patch client.Patch, ...) error
- func (c *Test) RESTMapper() meta.RESTMapper
- func (c *Test) Scheme() *runtime.Scheme
- func (c *Test) Status() client.StatusWriter
- func (c *Test) Update(ctx context.Context, obj client.Object, opts ...client.UpdateOption) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Kube ¶
Kube client to address Kube resources
type Test ¶
type Test struct { }
Test client to address tests needs.
func (*Test) DeleteAllOf ¶
func (Test) List ¶
func (c Test) List(ctx context.Context, list client.ObjectList, opts ...client.ListOption) error
func (*Test) RESTMapper ¶
func (c *Test) RESTMapper() meta.RESTMapper
Click to show internal directories.
Click to hide internal directories.