Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager interface {
Get(name string, options metav1.GetOptions) (*v1.Secret, error)
}
type Repository ¶
type Repository interface {
Get(name string) (crt []byte, key []byte, appError apperrors.AppError)
}
func NewRepository ¶
func NewRepository(secretsManager Manager) Repository
Click to show internal directories.
Click to hide internal directories.