Documentation ¶
Index ¶
Constants ¶
View Source
const (
PayloadTypeSimpleSigning = formats.PayloadTypeSimpleSigning
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SimpleContainerImage ¶ added in v0.6.0
type SimpleContainerImage payload.SimpleContainerImage
func NewSimpleStruct ¶
func NewSimpleStruct(img name.Digest) SimpleContainerImage
func (SimpleContainerImage) ImageName ¶ added in v0.6.0
func (i SimpleContainerImage) ImageName() string
type SimpleSigning ¶
type SimpleSigning struct{}
SimpleSigning is a formatter that uses the RedHat simple signing format https://www.redhat.com/en/blog/container-image-signing
func (*SimpleSigning) CreatePayload ¶
func (i *SimpleSigning) CreatePayload(ctx context.Context, obj interface{}) (interface{}, error)
CreatePayload implements the Payloader interface.
func (*SimpleSigning) Type ¶
func (i *SimpleSigning) Type() config.PayloadType
func (*SimpleSigning) Wrap ¶ added in v0.3.0
func (i *SimpleSigning) Wrap() bool
Click to show internal directories.
Click to hide internal directories.