figwasp

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 28, 2022 License: GPL-3.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewDeploymentPodLister

func NewDeploymentPodLister(config *rest.Config, namespace string) (
	l *deploymentPodLister, e error,
)

func NewDeploymentRolloutRestarter

func NewDeploymentRolloutRestarter(config *rest.Config, namespace string) (
	r *deploymentRolloutRestarter, e error,
)

func NewImageDigestRetriever

func NewImageDigestRetriever(options ...imageDigestRetrieverOption) (
	r *imageDigestRetriever, e error,
)

func NewImageReferenceListerFromPods

func NewImageReferenceListerFromPods(pods []v1.Pod) (
	l *imageReferenceLister, e error,
)

func NewRepositoryCredentialsGetterFromKubernetesSecrets

func NewRepositoryCredentialsGetterFromKubernetesSecrets(secrets []v1.Secret) (
	g *repositoryCredentialsGetter, e error,
)

func NewSecretLister

func NewSecretLister(config *rest.Config, namespace string) (
	l *secretLister, e error,
)

func WithBasicAuthentication

func WithBasicAuthentication(username, password string) (
	option imageDigestRetrieverOption,
)

func WithSelfSignedTLSCertificate

func WithSelfSignedTLSCertificate(pathToCACert string) (
	option imageDigestRetrieverOption,
)

Types

type ImageReference

type ImageReference struct {
	RepositoryAddress string
	NamedAndTagged    string
	ImageDigest       string
}

func NewImageReferenceFromCanonicalString

func NewImageReferenceFromCanonicalString(s string) (
	r ImageReference, e error,
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL