Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConsumerProjection ¶
type ConsumerProjection struct {
ArtifactProof ConsumerProjectionArtifactProof
Channel string
HasRegistryAuthority bool
Package ConsumerProjectionPackage
RegistryAuthority ConsumerProjectionRegistryAuthority
Rollback ConsumerProjectionRollback
RolloutClaim bool
SchemaVersion int
}
type ConsumerProjectionAdmission ¶
type ConsumerProjectionAdmission struct {
Err error
InputJSON map[string]any
OutputSHA256 string
Projection ConsumerProjection
Record report.Record
}
func AdmitConsumerProjection ¶
func AdmitConsumerProjection(raw any) ConsumerProjectionAdmission
type ConsumerProjectionRegistryAuthority ¶
type ConsumerProjectionRegistryAuthority struct {
RegistryURL string
}
type ConsumerProjectionRollback ¶
type ConsumerProjectionRollback struct {
VersionPin string
}
Click to show internal directories.
Click to hide internal directories.