imagestore

package
v0.0.0-...-f5227cc Latest Latest
Warning

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

Go to latest
Published: Dec 3, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Store

type Store interface {
	List() []fnrunv1alpha1.Image
	Exists(image fnrunv1alpha1.Image) bool
	Create(image fnrunv1alpha1.Image)
	Delete(image fnrunv1alpha1.Image)
	//SetConfigMap(image fnrunv1alpha1.Image, cm *corev1.ConfigMap) error
	//GetConfigMap(image fnrunv1alpha1.Image) *corev1.ConfigMap
	SetClient(image fnrunv1alpha1.Image, podName, IPaddress string) error
	DeleteClient(image fnrunv1alpha1.Image)
	GetFnClient(image fnrunv1alpha1.Image) execclient.Client
	GetSvcClient(image fnrunv1alpha1.Image) svcclient.Client
}

func New

func New() Store

Jump to

Keyboard shortcuts

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