You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SecretRef holds the name to a secret that contains a 'git.asc' key corresponding to the ASCII Armored file containing the GPG signing keypair as the value. It must be in the same namespace as the ImageUpdateAutomation.
@@ -172,7 +172,7 @@ ImageUpdateAutomationStatus defines the observed state of ImageUpdateAutomation
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 }
175
+
Condition contains details for one aspect of the current state of this API Resource.
176
176
177
177
#### Attributes
178
178
@@ -254,6 +254,7 @@ Commit specifies how to commit to the git repository.
|**messageTemplate**|str|MessageTemplate provides a template for the commit message,<br />into which will be interpolated the details of the change made.||
257
+
|**messageTemplateValues**|{str:str}|MessageTemplateValues provides additional values to be available to the<br />templating rendering.||
SecretRef holds the name to a secret that contains a 'git.asc' key corresponding to the ASCII Armored file containing the GPG signing keypair as the value. It must be in the same namespace as the ImageUpdateAutomation.
@@ -355,7 +356,7 @@ ImageUpdateAutomationStatus defines the observed state of ImageUpdateAutomation
355
356
|**observedSourceRevision**|str|ObservedPolicies []ObservedPolicy `json:"observedPolicies,omitempty"`<br />ObservedSourceRevision is the last observed source revision. This can be<br />used to determine if the source has been updated since last observation.||
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 }
359
+
Condition contains details for one aspect of the current state of this API Resource.
0 commit comments