Versions in this module Expand all Collapse all v0 v0.1.8 Aug 12, 2024 Changes in this version + type Controller struct + Timeout time.Duration + func NewController(opts ...Option) (*Controller, error) + func (c *Controller) CreateResource(ctx context.Context, namespace string, resource *unstructured.Unstructured, ...) (*unstructured.Unstructured, error) + func (c *Controller) GetResource(ctx context.Context, namespace, name string, resource schema.GroupVersionKind, ...) (*unstructured.Unstructured, error) + func (c *Controller) UpdateResource(ctx context.Context, namespace string, resource *unstructured.Unstructured, ...) (*unstructured.Unstructured, error) + type Option = func(*Controller) + func WithTimeout(timeout time.Duration) Option