Versions in this module Expand all Collapse all v0 v0.1.0 Feb 9, 2024 Changes in this version + type AuthsType struct + Auths map[string]coreReg.RegistryRecordType + type PullSecret struct + Data *AuthsType + Debug bool + FilePath string + Inspect bool + func NewPullSecret(filePath string, inspect, debug bool) *PullSecret + func (ps *PullSecret) Encode(regName string) (string, error) + func (ps *PullSecret) GetPullSecretData() + type PullSecretInterface interface + Encode func(regName string) (string, error) + GetPullSecretData func()