gcpclient

package
v1.91.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 4, 2022 License: Apache-2.0 Imports: 11 Imported by: 0

README

GCPClient

This package provides a client for using KCC YAML on top of GCP. See quick_test.go for an example on usage.

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	NotFoundError = fmt.Errorf("resource not found")
)

Functions

This section is empty.

Types

type Client

type Client interface {
	Get(u *unstructured.Unstructured) (*unstructured.Unstructured, error)
	Apply(u *unstructured.Unstructured) (*unstructured.Unstructured, error)
	Delete(u *unstructured.Unstructured) error
	IsSupported(kind string) bool
}

func New

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL