Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Yongxuanzhang committed Dec 16, 2022
1 parent 08bc762 commit 7e7d271
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/apis/pipeline/v1alpha1/verificationpolicy_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ import (
// +genreconciler:krshapedlogic=false
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

// VerificationPolicy defines the rules to verify Tekon resources.
// Tekton resources.
// VerificationPolicy defines the rules to verify Tekton resources.
// VerificationPolicy can config the mapping from resources to a list of public
// keys, so when verifying the resources we can use the corresponding public keys.
// +k8s:openapi-gen=true
type VerificationPolicy struct {
metav1.TypeMeta `json:",inline"`
Expand Down

0 comments on commit 7e7d271

Please sign in to comment.