Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecretPlugin ¶
type SecretPlugin interface {
// Base commands are implemented by the below interface
SecretPluginBase
}
func NewSecretPlugin ¶
type SecretPluginBase ¶
type SecretPluginBase interface {
AddRegistrySecret(o *packagedatamodel.RegistrySecretOptions) SecretPluginResult
UpdateRegistrySecret(o *packagedatamodel.RegistrySecretOptions) SecretPluginResult
DeleteRegistrySecret(o *packagedatamodel.RegistrySecretOptions) SecretPluginResult
ListRegistrySecret(o *packagedatamodel.RegistrySecretOptions) SecretPluginResult
}
Click to show internal directories.
Click to hide internal directories.