Skip to content

Commit 656a427

Browse files
committed
Update fluxcd-image-reflector-controller module to v0.34.0
Signed-off-by: Lukáš Kubín <[email protected]>
1 parent 5c7d399 commit 656a427

7 files changed

+90
-1115
lines changed

fluxcd-image-reflector-controller/README.md

+19-8
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
- [ImageToolkitFluxcdIoV1beta2ImageRepositorySpecAccessFrom](#imagetoolkitfluxcdiov1beta2imagerepositoryspecaccessfrom)
3939
- [ImageToolkitFluxcdIoV1beta2ImageRepositorySpecAccessFromNamespaceSelectorsItems0](#imagetoolkitfluxcdiov1beta2imagerepositoryspecaccessfromnamespaceselectorsitems0)
4040
- [ImageToolkitFluxcdIoV1beta2ImageRepositorySpecCertSecretRef](#imagetoolkitfluxcdiov1beta2imagerepositoryspeccertsecretref)
41+
- [ImageToolkitFluxcdIoV1beta2ImageRepositorySpecProxySecretRef](#imagetoolkitfluxcdiov1beta2imagerepositoryspecproxysecretref)
4142
- [ImageToolkitFluxcdIoV1beta2ImageRepositorySpecSecretRef](#imagetoolkitfluxcdiov1beta2imagerepositoryspecsecretref)
4243
- [ImageToolkitFluxcdIoV1beta2ImageRepositoryStatus](#imagetoolkitfluxcdiov1beta2imagerepositorystatus)
4344
- [ImageToolkitFluxcdIoV1beta2ImageRepositoryStatusConditionsItems0](#imagetoolkitfluxcdiov1beta2imagerepositorystatusconditionsitems0)
@@ -153,7 +154,7 @@ ImagePolicyStatus defines the observed state of ImagePolicy
153154
|**observedGeneration**|int|observed generation||
154155
### ImageToolkitFluxcdIoV1beta1ImagePolicyStatusConditionsItems0
155156

156-
Condition contains details for one aspect of the current state of this API Resource. --- This struct is intended for direct use as an array at the field path .status.conditions. For example, type FooStatus struct{ // Represents the observations of a foo's current state. // Known .status.conditions.type are: "Available", "Progressing", and "Degraded" // +patchMergeKey=type // +patchStrategy=merge // +listType=map // +listMapKey=type Conditions []metav1.Condition `json:"conditions,omitempty" patchStrategy:"merge" patchMergeKey:"type" protobuf:"bytes,1,rep,name=conditions"` // other fields }
157+
Condition contains details for one aspect of the current state of this API Resource.
157158

158159
#### Attributes
159160

@@ -176,8 +177,8 @@ ImageRepositorySpec defines the parameters for scanning an image repository, e.g
176177
|**accessFrom**|[ImageToolkitFluxcdIoV1beta1ImageRepositorySpecAccessFrom](#imagetoolkitfluxcdiov1beta1imagerepositoryspecaccessfrom)|access from||
177178
|**certSecretRef**|[ImageToolkitFluxcdIoV1beta1ImageRepositorySpecCertSecretRef](#imagetoolkitfluxcdiov1beta1imagerepositoryspeccertsecretref)|cert secret ref||
178179
|**exclusionList**|[str]|ExclusionList is a list of regex strings used to exclude certain tags<br />from being stored in the database.||
179-
|**image**|str|Image is the name of the image repository||
180-
|**interval**|str|Interval is the length of time to wait between<br />scans of the image repository.||
180+
|**image** `required`|str|Image is the name of the image repository||
181+
|**interval** `required`|str|Interval is the length of time to wait between<br />scans of the image repository.||
181182
|**secretRef**|[ImageToolkitFluxcdIoV1beta1ImageRepositorySpecSecretRef](#imagetoolkitfluxcdiov1beta1imagerepositoryspecsecretref)|secret ref||
182183
|**serviceAccountName**|str|ServiceAccountName is the name of the Kubernetes ServiceAccount used to authenticate<br />the image pull if the service account has attached pull secrets.||
183184
|**suspend**|bool|This flag tells the controller to suspend subsequent image scans.<br />It does not apply to already started scans. Defaults to false.||
@@ -233,7 +234,7 @@ ImageRepositoryStatus defines the observed state of ImageRepository
233234
|**observedGeneration**|int|ObservedGeneration is the last reconciled generation.||
234235
### ImageToolkitFluxcdIoV1beta1ImageRepositoryStatusConditionsItems0
235236

236-
Condition contains details for one aspect of the current state of this API Resource. --- This struct is intended for direct use as an array at the field path .status.conditions. For example, type FooStatus struct{ // Represents the observations of a foo's current state. // Known .status.conditions.type are: "Available", "Progressing", and "Degraded" // +patchMergeKey=type // +patchStrategy=merge // +listType=map // +listMapKey=type Conditions []metav1.Condition `json:"conditions,omitempty" patchStrategy:"merge" patchMergeKey:"type" protobuf:"bytes,1,rep,name=conditions"` // other fields }
237+
Condition contains details for one aspect of the current state of this API Resource.
237238

238239
#### Attributes
239240

@@ -364,7 +365,7 @@ ImagePolicyStatus defines the observed state of ImagePolicy
364365
|**observedPreviousImage**|str|ObservedPreviousImage is the observed previous LatestImage. It is used<br />to keep track of the previous and current images.||
365366
### ImageToolkitFluxcdIoV1beta2ImagePolicyStatusConditionsItems0
366367

367-
Condition contains details for one aspect of the current state of this API Resource. --- This struct is intended for direct use as an array at the field path .status.conditions. For example, type FooStatus struct{ // Represents the observations of a foo's current state. // Known .status.conditions.type are: "Available", "Progressing", and "Degraded" // +patchMergeKey=type // +patchStrategy=merge // +listType=map // +listMapKey=type Conditions []metav1.Condition `json:"conditions,omitempty" patchStrategy:"merge" patchMergeKey:"type" protobuf:"bytes,1,rep,name=conditions"` // other fields }
368+
Condition contains details for one aspect of the current state of this API Resource.
368369

369370
#### Attributes
370371

@@ -387,10 +388,11 @@ ImageRepositorySpec defines the parameters for scanning an image repository, e.g
387388
|**accessFrom**|[ImageToolkitFluxcdIoV1beta2ImageRepositorySpecAccessFrom](#imagetoolkitfluxcdiov1beta2imagerepositoryspecaccessfrom)|access from||
388389
|**certSecretRef**|[ImageToolkitFluxcdIoV1beta2ImageRepositorySpecCertSecretRef](#imagetoolkitfluxcdiov1beta2imagerepositoryspeccertsecretref)|cert secret ref||
389390
|**exclusionList**|[str]|ExclusionList is a list of regex strings used to exclude certain tags<br />from being stored in the database.|["^.*\.sig$"]|
390-
|**image**|str|Image is the name of the image repository||
391+
|**image** `required`|str|Image is the name of the image repository||
391392
|**insecure**|bool|Insecure allows connecting to a non-TLS HTTP container registry.||
392-
|**interval**|str|Interval is the length of time to wait between<br />scans of the image repository.||
393+
|**interval** `required`|str|Interval is the length of time to wait between<br />scans of the image repository.||
393394
|**provider**|"generic" | "aws" | "azure" | "gcp"|The provider used for authentication, can be 'aws', 'azure', 'gcp' or 'generic'.<br />When not specified, defaults to 'generic'.|"generic"|
395+
|**proxySecretRef**|[ImageToolkitFluxcdIoV1beta2ImageRepositorySpecProxySecretRef](#imagetoolkitfluxcdiov1beta2imagerepositoryspecproxysecretref)|proxy secret ref||
394396
|**secretRef**|[ImageToolkitFluxcdIoV1beta2ImageRepositorySpecSecretRef](#imagetoolkitfluxcdiov1beta2imagerepositoryspecsecretref)|secret ref||
395397
|**serviceAccountName**|str|ServiceAccountName is the name of the Kubernetes ServiceAccount used to authenticate<br />the image pull if the service account has attached pull secrets.||
396398
|**suspend**|bool|This flag tells the controller to suspend subsequent image scans.<br />It does not apply to already started scans. Defaults to false.||
@@ -419,6 +421,15 @@ CertSecretRef can be given the name of a Secret containing either or both of -
419421

420422
#### Attributes
421423

424+
| name | type | description | default value |
425+
| --- | --- | --- | --- |
426+
|**name** `required`|str|Name of the referent.||
427+
### ImageToolkitFluxcdIoV1beta2ImageRepositorySpecProxySecretRef
428+
429+
ProxySecretRef specifies the Secret containing the proxy configuration to use while communicating with the container registry.
430+
431+
#### Attributes
432+
422433
| name | type | description | default value |
423434
| --- | --- | --- | --- |
424435
|**name** `required`|str|Name of the referent.||
@@ -447,7 +458,7 @@ ImageRepositoryStatus defines the observed state of ImageRepository
447458
|**observedGeneration**|int|ObservedGeneration is the last reconciled generation.||
448459
### ImageToolkitFluxcdIoV1beta2ImageRepositoryStatusConditionsItems0
449460

450-
Condition contains details for one aspect of the current state of this API Resource. --- This struct is intended for direct use as an array at the field path .status.conditions. For example, type FooStatus struct{ // Represents the observations of a foo's current state. // Known .status.conditions.type are: "Available", "Progressing", and "Degraded" // +patchMergeKey=type // +patchStrategy=merge // +listType=map // +listMapKey=type Conditions []metav1.Condition `json:"conditions,omitempty" patchStrategy:"merge" patchMergeKey:"type" protobuf:"bytes,1,rep,name=conditions"` // other fields }
461+
Condition contains details for one aspect of the current state of this API Resource.
451462

452463
#### Attributes
453464

0 commit comments

Comments
 (0)