Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNotFound = fmt.Errorf("resource not found")
)
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
Get(ctx context.Context, u *unstructured.Unstructured) (*unstructured.Unstructured, error)
Apply(u *unstructured.Unstructured) (*unstructured.Unstructured, error)
Delete(u *unstructured.Unstructured) error
IsSupported(kind string) bool
}
func New ¶
func New(provider *schema.Provider, smLoader *servicemappingloader.ServiceMappingLoader) Client
Click to show internal directories.
Click to hide internal directories.