Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResourceStatusHash ¶
type ResourceStatusHashList ¶
type ResourceStatusHashList struct {
Hashes []ResourceStatusHash `json:"statusHashes"`
}
ResourceStatusHashList represents the status hash of the resources maintained by the source. The item of this list includes the resource ID and resource status hash.
func DecodeStatusResyncRequest ¶
func DecodeStatusResyncRequest(evt cloudevents.Event) (*ResourceStatusHashList, error)
type ResourceVersion ¶
type ResourceVersionList ¶
type ResourceVersionList struct {
Versions []ResourceVersion `json:"resourceVersions"`
}
ResourceVersionList represents the resource versions of the resources maintained by the agent. The item of this list includes the resource ID and resource version.
func DecodeSpecResyncRequest ¶
func DecodeSpecResyncRequest(evt cloudevents.Event) (*ResourceVersionList, error)
Click to show internal directories.
Click to hide internal directories.