Documentation ¶
Index ¶
Constants ¶
View Source
const (
ResourcePlural = "scannedimages"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client interface { GetSecret(namespace, secretName string) (*v1.Secret, error) GetResource(gvr schema.GroupVersionResource, namespace, name string) (*unstructured.Unstructured, error) }
type KubernetesClient ¶
func GetClient ¶
func GetClient() *KubernetesClient
func (KubernetesClient) GetResource ¶
func (c KubernetesClient) GetResource(gvr schema.GroupVersionResource, namespace, name string) (*unstructured.Unstructured, error)
Click to show internal directories.
Click to hide internal directories.