pub fn provider_started(
claims: Option<&Claims<CapabilityProvider>>,
annotations: &BTreeMap<String, String>,
host_id: impl AsRef<str>,
image_ref: impl AsRef<str>,
provider_id: impl AsRef<str>,
) -> ValueExpand description
Generates an event payload for when a provider starts
§Arguments
claims- Optional capability provider claimsannotations- Key-value pairs of metadata annotationshost_id- ID of the host where provider startedimage_ref- Reference to the provider imageprovider_id- Unique identifier for the provider
§Returns
JSON object containing provider startup details and metadata