Documentation
¶
Index ¶
- Constants
- type Item
- type OnePassword
- func (o *OnePassword) CreateItem(vault *token.Vault, value string) (*Item, error)
- func (o *OnePassword) DeleteItem(vault *token.Vault) error
- func (o *OnePassword) GetItem(vault *token.Vault) (*Item, error)
- func (o *OnePassword) UpdateItem(vault *token.Vault, value string) error
- func (o *OnePassword) WithDryRun(dryRun bool)
Constants ¶
View Source
const ( Type1Password = "1password" IntegrationName = "token-operator" IntegrationVersion = "v0.1.0" )
View Source
const ( ErrItemNotFound = errors.Error("item not found") ErrVaultNotFound = errors.Error("vault not found") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OnePassword ¶
type OnePassword struct {
// contains filtered or unexported fields
}
func NewOnePasswordVault ¶
func (*OnePassword) CreateItem ¶
func (*OnePassword) DeleteItem ¶
func (o *OnePassword) DeleteItem(vault *token.Vault) error
func (*OnePassword) UpdateItem ¶
func (o *OnePassword) UpdateItem(vault *token.Vault, value string) error
func (*OnePassword) WithDryRun ¶
func (o *OnePassword) WithDryRun(dryRun bool)
Click to show internal directories.
Click to hide internal directories.