Skip to content

Commit 03b53dd

Browse files
committed
Document ignore checksum status of Bucket and GitRepo
Signed-off-by: Tiago Angelo <[email protected]>
1 parent 1210ceb commit 03b53dd

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

docs/api/source.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1208,6 +1208,19 @@ Artifact
12081208
</tr>
12091209
<tr>
12101210
<td>
1211+
<code>ignoreChecksum</code><br>
1212+
<em>
1213+
string
1214+
</em>
1215+
</td>
1216+
<td>
1217+
<em>(Optional)</em>
1218+
<p>IgnoreChecksum is a SHA256 checksum of the excluded patterns applied
1219+
in the last reconciliation.</p>
1220+
</td>
1221+
</tr>
1222+
<tr>
1223+
<td>
12111224
<code>ReconcileRequestStatus</code><br>
12121225
<em>
12131226
<a href="https://godoc.org/github.com/fluxcd/pkg/apis/meta#ReconcileRequestStatus">
@@ -1643,6 +1656,19 @@ Artifacts as instructed by GitRepositorySpec.Include.</p>
16431656
</tr>
16441657
<tr>
16451658
<td>
1659+
<code>ignoreChecksum</code><br>
1660+
<em>
1661+
string
1662+
</em>
1663+
</td>
1664+
<td>
1665+
<em>(Optional)</em>
1666+
<p>IgnoreChecksum is a SHA256 checksum of the excluded patterns applied
1667+
in the last reconciliation.</p>
1668+
</td>
1669+
</tr>
1670+
<tr>
1671+
<td>
16461672
<code>ReconcileRequestStatus</code><br>
16471673
<em>
16481674
<a href="https://godoc.org/github.com/fluxcd/pkg/apis/meta#ReconcileRequestStatus">

0 commit comments

Comments
 (0)