Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adapter ¶
type Adapter struct { // csp Client. CspProvider cspauth.Provider // Governor Client ApiClient *governor_client.APIClient // Kubernetes Interface KubeInterface kubernetes.Interface // csp secret name CspSecretName string // csp secret namespace CspSecretNamespace string }
Adapter for handling data from Harbor.
func (*Adapter) GetVacProductInfo ¶
func (a *Adapter) GetVacProductInfo(imageId string) (*governor_client.Product, error)
Click to show internal directories.
Click to hide internal directories.