Versions in this module Expand all Collapse all v4 v4.0.0 Jan 10, 2023 Changes in this version + type CreateServiceInput struct + Name string + Namespace string + Ports map[string]int32 + ServiceLabels map[string]string + TargetLabels map[string]string + Type string + type Services interface + Create func(ctx context.Context, input CreateServiceInput) (resource.Resource, error) + Get func(ctx context.Context, name string, namespace string) (resource.Resource, error) + List func(ctx context.Context, namespace string, selector resource.Selector) ([]resource.Resource, error) + Remove func(ctx context.Context, resource resource.Resource) error