Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResolvedObjectMeta ¶
type ResolvedObjectMeta struct {
*metav1.ObjectMeta `json:",omitempty"`
// RefSource identifies where the spec came from.
RefSource *v1.RefSource `json:",omitempty"`
// VerificationResult contains the result of trusted resources verification
VerificationResult *trustedresources.VerificationResult `json:",omitempty"`
}
ResolvedObjectMeta contains both ObjectMeta and the metadata that identifies the source where the resource came from.
Click to show internal directories.
Click to hide internal directories.