Discover Packages
github.com/radius-project/radius
pkg
ucp
secret
etcd
package
Version:
v0.35.0
Opens a new window with list of versions in this module.
Published: Jun 21, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation Source Files Index Constants Variables Functions Types type Client (c) Delete(ctx, name) (c) Get(ctx, name) (c) Save(ctx, name, value)
Documentation
¶
Client represents radius secret client to manage radius secret.
Delete deletes a secret from the etcd store and returns an error if the secret is not found.
Get retrieves a secret from etcd given a name and returns it as a byte slice, or returns an error if the secret is
not found or an invalid argument is provided.
Save checks if the name and value of the secret are valid and saves the value in etcd, returning an error if unsuccessful.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.