File tree Expand file tree Collapse file tree 4 files changed +0
-68
lines changed Expand file tree Collapse file tree 4 files changed +0
-68
lines changed Original file line number Diff line number Diff line change @@ -69,11 +69,6 @@ type OCIRepositorySpec struct {
69
69
// +optional
70
70
CertSecretRef * meta.LocalObjectReference `json:"certSecretRef,omitempty"`
71
71
72
- // Verification specifies the configuration to verify the autheticity
73
- // of an OCI Artifact.
74
- // +optional
75
- Verification * OCIRepositoryVerification `json:"verify,omitempty"`
76
-
77
72
// The interval at which to check for image updates.
78
73
// +required
79
74
Interval metav1.Duration `json:"interval"`
Original file line number Diff line number Diff line change @@ -122,30 +122,6 @@ spec:
122
122
on a remote container registry.
123
123
pattern : ^oci://
124
124
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
149
125
required :
150
126
- interval
151
127
- url
Original file line number Diff line number Diff line change @@ -1022,21 +1022,6 @@ you are using a self-signed server certificate.</p>
1022
1022
</tr >
1023
1023
<tr >
1024
1024
<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 >
1040
1025
<code >interval</code ><br >
1041
1026
<em >
1042
1027
<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>
2678
2663
</tr >
2679
2664
<tr >
2680
2665
<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 >
2696
2666
<code >interval</code ><br >
2697
2667
<em >
2698
2668
<a href =" https://godoc.org/k8s.io/apimachinery/pkg/apis/meta/v1#Duration " >
@@ -2838,10 +2808,6 @@ github.com/fluxcd/pkg/apis/meta.ReconcileRequestStatus
2838
2808
</div >
2839
2809
<h3 id =" source.toolkit.fluxcd.io/v1beta2.OCIRepositoryVerification " >OCIRepositoryVerification
2840
2810
</h3 >
2841
- <p >
2842
- (<em >Appears on:</em >
2843
- <a href =" #source.toolkit.fluxcd.io/v1beta2.OCIRepositorySpec " >OCIRepositorySpec</a >)
2844
- </p >
2845
2811
<p >OCIRepositoryVerification verifies the authenticity of an OCI Artifact</p >
2846
2812
<div class =" md-typeset__scrollwrap " >
2847
2813
<div class =" md-typeset__table " >
You can’t perform that action at this time.
0 commit comments