flux v0.31.2

ImageRepository.spec

ImageRepositorySpec defines the parameters for scanning an image repository, e.g., `fluxcd/flux`.

6 fields
ImageRepository.spec fields and descriptions
Field / TypeDescription
object

CertSecretRef can be given the name of a secret containing either or both of - a PEM-encoded client certificate (`certFile`) and private key (`keyFile`); - a PEM-encoded CA certificate (`caFile`) and whichever are supplied, will be used for connecting to the registry. The client cert and key are useful if you are authenticating with a certificate; the CA cert is useful if you are using a self-signed server certificate.

image
string

Image is the name of the image repository

interval
string

Interval is the length of time to wait between scans of the image repository.

object

SecretRef can be given the name of a secret containing credentials to use for the image registry. The secret should be created with `kubectl create secret docker-registry`, or the equivalent.

suspend
boolean

This flag tells the controller to suspend subsequent image scans. It does not apply to already started scans. Defaults to false.

timeout
string

Timeout for image scanning. Defaults to 'Interval' duration.