Skip to content

Commit

Permalink
feat: codegen
Browse files Browse the repository at this point in the history
Signed-off-by: Vishal Choudhary <[email protected]>
  • Loading branch information
vishal-chdhry committed Mar 29, 2024
1 parent adb499f commit 2ca0893
Show file tree
Hide file tree
Showing 8 changed files with 3,192 additions and 2 deletions.
792 changes: 792 additions & 0 deletions charts/kyverno/charts/crds/templates/crds.yaml

Large diffs are not rendered by default.

396 changes: 396 additions & 0 deletions cmd/cli/kubectl-kyverno/data/crds/kyverno.io_clusterpolicies.yaml

Large diffs are not rendered by default.

396 changes: 396 additions & 0 deletions cmd/cli/kubectl-kyverno/data/crds/kyverno.io_policies.yaml

Large diffs are not rendered by default.

396 changes: 396 additions & 0 deletions config/crds/kyverno.io_clusterpolicies.yaml

Large diffs are not rendered by default.

396 changes: 396 additions & 0 deletions config/crds/kyverno.io_policies.yaml

Large diffs are not rendered by default.

792 changes: 792 additions & 0 deletions config/install-latest-testing.yaml

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions docs/user/crd/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1124,6 +1124,19 @@ <h3 id="kyverno.io/v1.CTLog">CTLog
<p>PubKey, if set, is used to validate SCTs against a custom source.</p>
</td>
</tr>
<tr>
<td>
<code>tsaCertChain</code><br/>
<em>
string
</em>
</td>
<td>
<p>TSACertChain, if set, is the PEM-encoded certificate chain file for the RFC3161 timestamp authority. Must
contain the root CA certificate. Optionally may contain intermediate CA certificates, and
may contain the leaf TSA certificate if not present in the timestamurce.</p>
</td>
</tr>
</tbody>
</table>
<hr />
Expand Down
13 changes: 11 additions & 2 deletions pkg/client/applyconfigurations/kyverno/v1/ctlog.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2ca0893

Please sign in to comment.