Add api-docs and manifests to make verify
Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
This commit is contained in:
parent
a53cae97ac
commit
b63780505e
2
Makefile
2
Makefile
|
@ -229,7 +229,7 @@ update-attributions:
|
||||||
e2e:
|
e2e:
|
||||||
./hack/ci/e2e.sh
|
./hack/ci/e2e.sh
|
||||||
|
|
||||||
verify: update-attributions fmt vet
|
verify: update-attributions fmt vet manifests api-docs
|
||||||
ifneq (, $(shell git status --porcelain --untracked-files=no))
|
ifneq (, $(shell git status --porcelain --untracked-files=no))
|
||||||
@{ \
|
@{ \
|
||||||
echo "working directory is dirty:"; \
|
echo "working directory is dirty:"; \
|
||||||
|
|
|
@ -1569,8 +1569,8 @@ Artifact
|
||||||
<td>
|
<td>
|
||||||
<code>includedArtifacts</code><br>
|
<code>includedArtifacts</code><br>
|
||||||
<em>
|
<em>
|
||||||
<a href="#source.toolkit.fluxcd.io/v1beta1.*./api/v1beta1.Artifact">
|
<a href="#source.toolkit.fluxcd.io/v1beta1.*github.com/fluxcd/source-controller/api/v1beta1.Artifact">
|
||||||
[]*./api/v1beta1.Artifact
|
[]*github.com/fluxcd/source-controller/api/v1beta1.Artifact
|
||||||
</a>
|
</a>
|
||||||
</em>
|
</em>
|
||||||
</td>
|
</td>
|
||||||
|
|
Loading…
Reference in New Issue