Documentation ¶
Index ¶
- Variables
- func AddInsecureRegistriesFlag(fs *pflag.FlagSet)
- func AddKubeChainOptionsFlags(fs *pflag.FlagSet)
- func CreateInClusterKeyChain(ctx context.Context, k8sOpts *k8schain.Options) (authn.Keychain, error)
- func CreateKeyChain(ctx context.Context, client kubernetes.Interface, k8sOpts *k8schain.Options) (authn.Keychain, error)
- func ImageWithDigest(kc kubernetes.Interface, image string, k8sOpts *k8schain.Options) (string, error)
- func ImageWithoutDigest(image string) (string, error)
- func WithTLSSkipVerify(s string) crane.Option
Constants ¶
This section is empty.
Variables ¶
View Source
var (
SkipImageDigest string
)
Functions ¶
func AddInsecureRegistriesFlag ¶ added in v0.0.5
AddIsecureRegsitryFlag is for explicitly initializing the flags
func AddKubeChainOptionsFlags ¶ added in v0.0.6
func CreateInClusterKeyChain ¶ added in v0.0.9
func CreateInClusterKeyChain(ctx context.Context, k8sOpts *k8schain.Options) (authn.Keychain, error)
CreateInClusterKeyChain a multi keychain based using in cluster client
func CreateKeyChain ¶
func CreateKeyChain(ctx context.Context, client kubernetes.Interface, k8sOpts *k8schain.Options) (authn.Keychain, error)
CreateKeyChain a multi keychain based in input arguments
func ImageWithDigest ¶
func ImageWithoutDigest ¶
ImageWithoutDigest takes image as input, return image without the digest value
func WithTLSSkipVerify ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.