Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateResolutionRequestFailureStatus ¶ added in v0.60.0
func CreateResolutionRequestFailureStatus() *v1beta1.ResolutionRequestStatus
CreateResolutionRequestFailureStatus returns a ResolutionRequestStatus with failure.
func CreateResolutionRequestStatusWithData ¶ added in v0.60.0
func CreateResolutionRequestStatusWithData(content []byte) *v1beta1.ResolutionRequestStatus
CreateResolutionRequestStatusWithData returns a ResolutionRequestStatus with the resolved content.
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.