Documentation ¶
Index ¶
- type Client
- func (c *Client) Create(ctx context.Context, obj client.Object) gomega.AsyncAssertion
- func (c *Client) Get(ctx context.Context, key types.NamespacedName, obj client.Object) gomega.AsyncAssertion
- func (c *Client) GetWhen(ctx context.Context, key types.NamespacedName, obj client.Object, ...) gomega.AsyncAssertion
- func (c *Client) Update(ctx context.Context, obj client.Object) gomega.AsyncAssertion
- type Eventually
- type PredicateFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) Get ¶
func (c *Client) Get(ctx context.Context, key types.NamespacedName, obj client.Object) gomega.AsyncAssertion
func (*Client) GetWhen ¶
func (c *Client) GetWhen(ctx context.Context, key types.NamespacedName, obj client.Object, predicate PredicateFunc) gomega.AsyncAssertion
type Eventually ¶
type Eventually interface { Create(ctx context.Context, obj client.Object) gomega.AsyncAssertion Update(ctx context.Context, obj client.Object) gomega.AsyncAssertion Get(ctx context.Context, key types.NamespacedName, obj client.Object) gomega.AsyncAssertion GetWhen(ctx context.Context, key types.NamespacedName, obj client.Object, predicateFunc PredicateFunc) gomega.AsyncAssertion }
type PredicateFunc ¶
Click to show internal directories.
Click to hide internal directories.