Versions in this module Expand all Collapse all v1 v1.4.0 Apr 21, 2026 Changes in this version + func FindPullSecretByName(ctx context.Context, c client.Client, name string) (*client.PullSecret, error) + func FormatRegistries(registries []string) string + func NewCreateCommand(set clientset.ClientSet) *cobra.Command + func NewDeleteCommand(set clientset.ClientSet) *cobra.Command + func NewGetCommand(set clientset.ClientSet) *cobra.Command + func NewListCommand(set clientset.ClientSet) *cobra.Command + type CreateOptions struct + Name string + Registries []RegistryEntry + type RegistryEntry struct + Address string + Password string + Username string