Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { Get(ctx context.Context, key client.ObjectKey) (apis.TypedApplication, error) List(ctx context.Context, opts client.ListOption) ([]apis.TypedApplication, error) Create(ctx context.Context, app apis.TypedApplication) error Delete(ctx context.Context, app apis.TypedApplication) error Update(ctx context.Context, app apis.TypedApplication) error Patch(ctx context.Context, app apis.TypedApplication, patch client.Patch) error }
func NewDefault ¶
func NewDefaultOrDie ¶
func NewDefaultOrDie() Client
func NewFromClient ¶
Click to show internal directories.
Click to hide internal directories.