Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCommand = &cobra.Command{
Use: "secrets",
Short: "Manage secrets",
Long: `Manage secrets`,
}
View Source
var SecretEntityDescriptor = entity.NewEntityDescriptor[SecretEntity]( "secret", "secrets", func(e *SecretEntity) string { return e.GetName() }, func(e *SecretEntity) string { return e.GetCid() }, )
Functions ¶
func NewListCmd ¶
Types ¶
type SecretEntity ¶ added in v0.0.20
type SecretEntity = tensorleapapi.SecretManager
Click to show internal directories.
Click to hide internal directories.