Skip to content

Commit ada42ee

Browse files
committed
Remove spec.verify from the API
Signed-off-by: Stefan Prodan <[email protected]>
1 parent 4b07292 commit ada42ee

File tree

4 files changed

+0
-68
lines changed

4 files changed

+0
-68
lines changed

api/v1beta2/ocirepository_types.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,6 @@ type OCIRepositorySpec struct {
6969
// +optional
7070
CertSecretRef *meta.LocalObjectReference `json:"certSecretRef,omitempty"`
7171

72-
// Verification specifies the configuration to verify the autheticity
73-
// of an OCI Artifact.
74-
// +optional
75-
Verification *OCIRepositoryVerification `json:"verify,omitempty"`
76-
7772
// The interval at which to check for image updates.
7873
// +required
7974
Interval metav1.Duration `json:"interval"`

api/v1beta2/zz_generated.deepcopy.go

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/bases/source.toolkit.fluxcd.io_ocirepositories.yaml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -122,30 +122,6 @@ spec:
122122
on a remote container registry.
123123
pattern: ^oci://
124124
type: string
125-
verify:
126-
description: Verification specifies the configuration to verify the
127-
autheticity of an OCI Artifact.
128-
properties:
129-
provider:
130-
description: Provider specifies the technology used to sign the
131-
OCI Artifact.
132-
enum:
133-
- cosign
134-
type: string
135-
secretRef:
136-
description: SecretRef specifies the Kubernetes Secret containing
137-
the trusted public keys.
138-
properties:
139-
name:
140-
description: Name of the referent.
141-
type: string
142-
required:
143-
- name
144-
type: object
145-
required:
146-
- provider
147-
- secretRef
148-
type: object
149125
required:
150126
- interval
151127
- url

docs/api/source.md

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,21 +1022,6 @@ you are using a self-signed server certificate.</p>
10221022
</tr>
10231023
<tr>
10241024
<td>
1025-
<code>verify</code><br>
1026-
<em>
1027-
<a href="#source.toolkit.fluxcd.io/v1beta2.OCIRepositoryVerification">
1028-
OCIRepositoryVerification
1029-
</a>
1030-
</em>
1031-
</td>
1032-
<td>
1033-
<em>(Optional)</em>
1034-
<p>Verification specifies the configuration to verify the autheticity
1035-
of an OCI Artifact.</p>
1036-
</td>
1037-
</tr>
1038-
<tr>
1039-
<td>
10401025
<code>interval</code><br>
10411026
<em>
10421027
<a href="https://godoc.org/k8s.io/apimachinery/pkg/apis/meta/v1#Duration">
@@ -2678,21 +2663,6 @@ you are using a self-signed server certificate.</p>
26782663
</tr>
26792664
<tr>
26802665
<td>
2681-
<code>verify</code><br>
2682-
<em>
2683-
<a href="#source.toolkit.fluxcd.io/v1beta2.OCIRepositoryVerification">
2684-
OCIRepositoryVerification
2685-
</a>
2686-
</em>
2687-
</td>
2688-
<td>
2689-
<em>(Optional)</em>
2690-
<p>Verification specifies the configuration to verify the autheticity
2691-
of an OCI Artifact.</p>
2692-
</td>
2693-
</tr>
2694-
<tr>
2695-
<td>
26962666
<code>interval</code><br>
26972667
<em>
26982668
<a href="https://godoc.org/k8s.io/apimachinery/pkg/apis/meta/v1#Duration">
@@ -2838,10 +2808,6 @@ github.com/fluxcd/pkg/apis/meta.ReconcileRequestStatus
28382808
</div>
28392809
<h3 id="source.toolkit.fluxcd.io/v1beta2.OCIRepositoryVerification">OCIRepositoryVerification
28402810
</h3>
2841-
<p>
2842-
(<em>Appears on:</em>
2843-
<a href="#source.toolkit.fluxcd.io/v1beta2.OCIRepositorySpec">OCIRepositorySpec</a>)
2844-
</p>
28452811
<p>OCIRepositoryVerification verifies the authenticity of an OCI Artifact</p>
28462812
<div class="md-typeset__scrollwrap">
28472813
<div class="md-typeset__table">

0 commit comments

Comments
 (0)