Documentation ¶
Index ¶
- Constants
- func Sign(o metav1.Object, keyfile, kmsKey, targetFile string) error
- func UnmarshalCRD(buf []byte, kind string) (metav1.Object, []byte, error)
- func Verify(o metav1.Object, keyfile, kmsKey string) error
- func VerifyInterface(obj interface{}, verifier signature.Verifier, signature []byte) error
Constants ¶
View Source
const (
// SignatureAnnotation is the key of signature in annotation map
SignatureAnnotation = "tekton.dev/signature"
)
Variables ¶
This section is empty.
Functions ¶
func UnmarshalCRD ¶
UnmarshalCRD will get the task/pipeline from buffer and extract the signature.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.