Skip to content

oncall.v1alpha1.escalation

"Escalation is the Schema for the Escalations API. Official documentation https://grafana.com/docs/oncall/latest/configure/escalation-chains-and-routes/HTTP API https://grafana.com/docs/oncall/latest/oncall-api-reference/escalation_policies/"

Index

Fields

fn new

new(name)

new returns an instance of Escalation

obj metadata

"ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create."

fn metadata.withAnnotations

withAnnotations(annotations)

"Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations"

fn metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations"

Note: This function appends passed data to existing values

fn metadata.withClusterName

withClusterName(clusterName)

"The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request."

fn metadata.withCreationTimestamp

withCreationTimestamp(creationTimestamp)

"Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers."

fn metadata.withDeletionGracePeriodSeconds

withDeletionGracePeriodSeconds(deletionGracePeriodSeconds)

"Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only."

fn metadata.withDeletionTimestamp

withDeletionTimestamp(deletionTimestamp)

"Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers."

fn metadata.withFinalizers

withFinalizers(finalizers)

"Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list."

fn metadata.withFinalizersMixin

withFinalizersMixin(finalizers)

"Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list."

Note: This function appends passed data to existing values

fn metadata.withGenerateName

withGenerateName(generateName)

"GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).\n\nApplied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency"

fn metadata.withGeneration

withGeneration(generation)

"A sequence number representing a specific generation of the desired state. Populated by the system. Read-only."

fn metadata.withLabels

withLabels(labels)

"Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels"

fn metadata.withLabelsMixin

withLabelsMixin(labels)

"Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels"

Note: This function appends passed data to existing values

fn metadata.withName

withName(name)

"Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names"

fn metadata.withNamespace

withNamespace(namespace)

"Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces"

fn metadata.withOwnerReferences

withOwnerReferences(ownerReferences)

"List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller."

fn metadata.withOwnerReferencesMixin

withOwnerReferencesMixin(ownerReferences)

"List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller."

Note: This function appends passed data to existing values

fn metadata.withResourceVersion

withResourceVersion(resourceVersion)

"An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency"

withSelfLink(selfLink)

"SelfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release."

fn metadata.withUid

withUid(uid)

"UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids"

obj spec

"EscalationSpec defines the desired state of Escalation"

fn spec.withManagementPolicies

withManagementPolicies(managementPolicies)

"THIS IS A BETA FIELD. It is on by default but can be opted out\nthrough a Crossplane feature flag.\nManagementPolicies specify the array of actions Crossplane is allowed to\ntake on the managed and external resources.\nSee the design doc for more information: https://github.com/crossplane/crossplane/blob/499895a25d1a1a0ba1604944ef98ac7a1a71f197/design/design-doc-observe-only-resources.md?plain=1#L223\nand this one: https://github.com/crossplane/crossplane/blob/444267e84783136daa93568b364a5f01228cacbe/design/one-pager-ignore-changes.md"

fn spec.withManagementPoliciesMixin

withManagementPoliciesMixin(managementPolicies)

"THIS IS A BETA FIELD. It is on by default but can be opted out\nthrough a Crossplane feature flag.\nManagementPolicies specify the array of actions Crossplane is allowed to\ntake on the managed and external resources.\nSee the design doc for more information: https://github.com/crossplane/crossplane/blob/499895a25d1a1a0ba1604944ef98ac7a1a71f197/design/design-doc-observe-only-resources.md?plain=1#L223\nand this one: https://github.com/crossplane/crossplane/blob/444267e84783136daa93568b364a5f01228cacbe/design/one-pager-ignore-changes.md"

Note: This function appends passed data to existing values

obj spec.forProvider

fn spec.forProvider.withActionToTrigger

withActionToTrigger(actionToTrigger)

"(String) The ID of an Action for trigger_webhook type step.\nThe ID of an Action for trigger_webhook type step."

fn spec.forProvider.withDuration

withDuration(duration)

"86400) seconds\nThe duration of delay for wait type step. (60-86400) seconds"

fn spec.forProvider.withEscalationChainId

withEscalationChainId(escalationChainId)

"(String) The ID of the escalation chain.\nThe ID of the escalation chain."

fn spec.forProvider.withGroupToNotify

withGroupToNotify(groupToNotify)

"(String) The ID of a User Group for notify_user_group type step.\nThe ID of a User Group for notify_user_group type step."

fn spec.forProvider.withImportant

withImportant(important)

"(Boolean) Will activate \"important\" personal notification rules. Actual for steps: notify_persons, notify_person_next_each_time, notify_on_call_from_schedule, notify_user_group and notify_team_members\nWill activate \"important\" personal notification rules. Actual for steps: notify_persons, notify_person_next_each_time, notify_on_call_from_schedule, notify_user_group and notify_team_members"

fn spec.forProvider.withNotifyIfTimeFrom

withNotifyIfTimeFrom(notifyIfTimeFrom)

"(String) The beginning of the time interval for notify_if_time_from_to type step in UTC (for example 08:00:00Z).\nThe beginning of the time interval for notify_if_time_from_to type step in UTC (for example 08:00:00Z)."

fn spec.forProvider.withNotifyIfTimeTo

withNotifyIfTimeTo(notifyIfTimeTo)

"(String) The end of the time interval for notify_if_time_from_to type step in UTC (for example 18:00:00Z).\nThe end of the time interval for notify_if_time_from_to type step in UTC (for example 18:00:00Z)."

fn spec.forProvider.withNotifyOnCallFromSchedule

withNotifyOnCallFromSchedule(notifyOnCallFromSchedule)

"(String) ID of a Schedule for notify_on_call_from_schedule type step.\nID of a Schedule for notify_on_call_from_schedule type step."

fn spec.forProvider.withNotifyToTeamMembers

withNotifyToTeamMembers(notifyToTeamMembers)

"(String) The ID of a Team for a notify_team_members type step.\nThe ID of a Team for a notify_team_members type step."

fn spec.forProvider.withNumAlertsInWindow

withNumAlertsInWindow(numAlertsInWindow)

"(Number) Number of alerts that must occur within the time window to continue escalation for notify_if_num_alerts_in_window type step.\nNumber of alerts that must occur within the time window to continue escalation for notify_if_num_alerts_in_window type step."

fn spec.forProvider.withNumMinutesInWindow

withNumMinutesInWindow(numMinutesInWindow)

"(Number) Time window in minutes to count alerts for notify_if_num_alerts_in_window type step.\nTime window in minutes to count alerts for notify_if_num_alerts_in_window type step."

fn spec.forProvider.withPersonsToNotify

withPersonsToNotify(personsToNotify)

"(Set of String) The list of ID's of users for notify_persons type step.\nThe list of ID's of users for notify_persons type step."

fn spec.forProvider.withPersonsToNotifyMixin

withPersonsToNotifyMixin(personsToNotify)

"(Set of String) The list of ID's of users for notify_persons type step.\nThe list of ID's of users for notify_persons type step."

Note: This function appends passed data to existing values

fn spec.forProvider.withPersonsToNotifyNextEachTime

withPersonsToNotifyNextEachTime(personsToNotifyNextEachTime)

"(Set of String) The list of ID's of users for notify_person_next_each_time type step.\nThe list of ID's of users for notify_person_next_each_time type step."

fn spec.forProvider.withPersonsToNotifyNextEachTimeMixin

withPersonsToNotifyNextEachTimeMixin(personsToNotifyNextEachTime)

"(Set of String) The list of ID's of users for notify_person_next_each_time type step.\nThe list of ID's of users for notify_person_next_each_time type step."

Note: This function appends passed data to existing values

fn spec.forProvider.withPosition

withPosition(position)

"(Number) The position of the escalation step (starts from 0).\nThe position of the escalation step (starts from 0)."

fn spec.forProvider.withSeverity

withSeverity(severity)

"(String) The severity of the incident for declare_incident type step.\nThe severity of the incident for declare_incident type step."

fn spec.forProvider.withType

withType(type)

"(String) The type of escalation policy. Can be wait, notify_persons, notify_person_next_each_time, notify_on_call_from_schedule, trigger_webhook, notify_user_group, resolve, notify_whole_channel, notify_if_time_from_to, notify_if_num_alerts_in_window, repeat_escalation, notify_team_members, declare_incident\nThe type of escalation policy. Can be wait, notify_persons, notify_person_next_each_time, notify_on_call_from_schedule, trigger_webhook, notify_user_group, resolve, notify_whole_channel, notify_if_time_from_to, notify_if_num_alerts_in_window, repeat_escalation, notify_team_members, declare_incident"

obj spec.forProvider.actionToTriggerRef

"Reference to a OutgoingWebhook in oncall to populate actionToTrigger."

fn spec.forProvider.actionToTriggerRef.withName

withName(name)

"Name of the referenced object."

fn spec.forProvider.actionToTriggerRef.withNamespace

withNamespace(namespace)

"Namespace of the referenced object"

obj spec.forProvider.actionToTriggerRef.policy

"Policies for referencing."

fn spec.forProvider.actionToTriggerRef.policy.withResolution

withResolution(resolution)

"Resolution specifies whether resolution of this reference is required.\nThe default is 'Required', which means the reconcile will fail if the\nreference cannot be resolved. 'Optional' means this reference will be\na no-op if it cannot be resolved."

fn spec.forProvider.actionToTriggerRef.policy.withResolve

withResolve(resolve)

"Resolve specifies when this reference should be resolved. The default\nis 'IfNotPresent', which will attempt to resolve the reference only when\nthe corresponding field is not present. Use 'Always' to resolve the\nreference on every reconcile."

obj spec.forProvider.actionToTriggerSelector

"Selector for a OutgoingWebhook in oncall to populate actionToTrigger."

fn spec.forProvider.actionToTriggerSelector.withMatchControllerRef

withMatchControllerRef(matchControllerRef)

"MatchControllerRef ensures an object with the same controller reference\nas the selecting object is selected."

fn spec.forProvider.actionToTriggerSelector.withMatchLabels

withMatchLabels(matchLabels)

"MatchLabels ensures an object with matching labels is selected."

fn spec.forProvider.actionToTriggerSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

"MatchLabels ensures an object with matching labels is selected."

Note: This function appends passed data to existing values

fn spec.forProvider.actionToTriggerSelector.withNamespace

withNamespace(namespace)

"Namespace for the selector"

obj spec.forProvider.actionToTriggerSelector.policy

"Policies for selection."

fn spec.forProvider.actionToTriggerSelector.policy.withResolution

withResolution(resolution)

"Resolution specifies whether resolution of this reference is required.\nThe default is 'Required', which means the reconcile will fail if the\nreference cannot be resolved. 'Optional' means this reference will be\na no-op if it cannot be resolved."

fn spec.forProvider.actionToTriggerSelector.policy.withResolve

withResolve(resolve)

"Resolve specifies when this reference should be resolved. The default\nis 'IfNotPresent', which will attempt to resolve the reference only when\nthe corresponding field is not present. Use 'Always' to resolve the\nreference on every reconcile."

obj spec.forProvider.escalationChainRef

"Reference to a EscalationChain in oncall to populate escalationChainId."

fn spec.forProvider.escalationChainRef.withName

withName(name)

"Name of the referenced object."

fn spec.forProvider.escalationChainRef.withNamespace

withNamespace(namespace)

"Namespace of the referenced object"

obj spec.forProvider.escalationChainRef.policy

"Policies for referencing."

fn spec.forProvider.escalationChainRef.policy.withResolution

withResolution(resolution)

"Resolution specifies whether resolution of this reference is required.\nThe default is 'Required', which means the reconcile will fail if the\nreference cannot be resolved. 'Optional' means this reference will be\na no-op if it cannot be resolved."

fn spec.forProvider.escalationChainRef.policy.withResolve

withResolve(resolve)

"Resolve specifies when this reference should be resolved. The default\nis 'IfNotPresent', which will attempt to resolve the reference only when\nthe corresponding field is not present. Use 'Always' to resolve the\nreference on every reconcile."

obj spec.forProvider.escalationChainSelector

"Selector for a EscalationChain in oncall to populate escalationChainId."

fn spec.forProvider.escalationChainSelector.withMatchControllerRef

withMatchControllerRef(matchControllerRef)

"MatchControllerRef ensures an object with the same controller reference\nas the selecting object is selected."

fn spec.forProvider.escalationChainSelector.withMatchLabels

withMatchLabels(matchLabels)

"MatchLabels ensures an object with matching labels is selected."

fn spec.forProvider.escalationChainSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

"MatchLabels ensures an object with matching labels is selected."

Note: This function appends passed data to existing values

fn spec.forProvider.escalationChainSelector.withNamespace

withNamespace(namespace)

"Namespace for the selector"

obj spec.forProvider.escalationChainSelector.policy

"Policies for selection."

fn spec.forProvider.escalationChainSelector.policy.withResolution

withResolution(resolution)

"Resolution specifies whether resolution of this reference is required.\nThe default is 'Required', which means the reconcile will fail if the\nreference cannot be resolved. 'Optional' means this reference will be\na no-op if it cannot be resolved."

fn spec.forProvider.escalationChainSelector.policy.withResolve

withResolve(resolve)

"Resolve specifies when this reference should be resolved. The default\nis 'IfNotPresent', which will attempt to resolve the reference only when\nthe corresponding field is not present. Use 'Always' to resolve the\nreference on every reconcile."

obj spec.forProvider.notifyOnCallFromScheduleRef

"Reference to a Schedule in oncall to populate notifyOnCallFromSchedule."

fn spec.forProvider.notifyOnCallFromScheduleRef.withName

withName(name)

"Name of the referenced object."

fn spec.forProvider.notifyOnCallFromScheduleRef.withNamespace

withNamespace(namespace)

"Namespace of the referenced object"

obj spec.forProvider.notifyOnCallFromScheduleRef.policy

"Policies for referencing."

fn spec.forProvider.notifyOnCallFromScheduleRef.policy.withResolution

withResolution(resolution)

"Resolution specifies whether resolution of this reference is required.\nThe default is 'Required', which means the reconcile will fail if the\nreference cannot be resolved. 'Optional' means this reference will be\na no-op if it cannot be resolved."

fn spec.forProvider.notifyOnCallFromScheduleRef.policy.withResolve

withResolve(resolve)

"Resolve specifies when this reference should be resolved. The default\nis 'IfNotPresent', which will attempt to resolve the reference only when\nthe corresponding field is not present. Use 'Always' to resolve the\nreference on every reconcile."

obj spec.forProvider.notifyOnCallFromScheduleSelector

"Selector for a Schedule in oncall to populate notifyOnCallFromSchedule."

fn spec.forProvider.notifyOnCallFromScheduleSelector.withMatchControllerRef

withMatchControllerRef(matchControllerRef)

"MatchControllerRef ensures an object with the same controller reference\nas the selecting object is selected."

fn spec.forProvider.notifyOnCallFromScheduleSelector.withMatchLabels

withMatchLabels(matchLabels)

"MatchLabels ensures an object with matching labels is selected."

fn spec.forProvider.notifyOnCallFromScheduleSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

"MatchLabels ensures an object with matching labels is selected."

Note: This function appends passed data to existing values

fn spec.forProvider.notifyOnCallFromScheduleSelector.withNamespace

withNamespace(namespace)

"Namespace for the selector"

obj spec.forProvider.notifyOnCallFromScheduleSelector.policy

"Policies for selection."

fn spec.forProvider.notifyOnCallFromScheduleSelector.policy.withResolution

withResolution(resolution)

"Resolution specifies whether resolution of this reference is required.\nThe default is 'Required', which means the reconcile will fail if the\nreference cannot be resolved. 'Optional' means this reference will be\na no-op if it cannot be resolved."

fn spec.forProvider.notifyOnCallFromScheduleSelector.policy.withResolve

withResolve(resolve)

"Resolve specifies when this reference should be resolved. The default\nis 'IfNotPresent', which will attempt to resolve the reference only when\nthe corresponding field is not present. Use 'Always' to resolve the\nreference on every reconcile."

obj spec.initProvider

"THIS IS A BETA FIELD. It will be honored\nunless the Management Policies feature flag is disabled.\nInitProvider holds the same fields as ForProvider, with the exception\nof Identifier and other resource reference fields. The fields that are\nin InitProvider are merged into ForProvider when the resource is created.\nThe same fields are also added to the terraform ignore_changes hook, to\navoid updating them after creation. This is useful for fields that are\nrequired on creation, but we do not desire to update them after creation,\nfor example because of an external controller is managing them, like an\nautoscaler."

fn spec.initProvider.withActionToTrigger

withActionToTrigger(actionToTrigger)

"(String) The ID of an Action for trigger_webhook type step.\nThe ID of an Action for trigger_webhook type step."

fn spec.initProvider.withDuration

withDuration(duration)

"86400) seconds\nThe duration of delay for wait type step. (60-86400) seconds"

fn spec.initProvider.withEscalationChainId

withEscalationChainId(escalationChainId)

"(String) The ID of the escalation chain.\nThe ID of the escalation chain."

fn spec.initProvider.withGroupToNotify

withGroupToNotify(groupToNotify)

"(String) The ID of a User Group for notify_user_group type step.\nThe ID of a User Group for notify_user_group type step."

fn spec.initProvider.withImportant

withImportant(important)

"(Boolean) Will activate \"important\" personal notification rules. Actual for steps: notify_persons, notify_person_next_each_time, notify_on_call_from_schedule, notify_user_group and notify_team_members\nWill activate \"important\" personal notification rules. Actual for steps: notify_persons, notify_person_next_each_time, notify_on_call_from_schedule, notify_user_group and notify_team_members"

fn spec.initProvider.withNotifyIfTimeFrom

withNotifyIfTimeFrom(notifyIfTimeFrom)

"(String) The beginning of the time interval for notify_if_time_from_to type step in UTC (for example 08:00:00Z).\nThe beginning of the time interval for notify_if_time_from_to type step in UTC (for example 08:00:00Z)."

fn spec.initProvider.withNotifyIfTimeTo

withNotifyIfTimeTo(notifyIfTimeTo)

"(String) The end of the time interval for notify_if_time_from_to type step in UTC (for example 18:00:00Z).\nThe end of the time interval for notify_if_time_from_to type step in UTC (for example 18:00:00Z)."

fn spec.initProvider.withNotifyOnCallFromSchedule

withNotifyOnCallFromSchedule(notifyOnCallFromSchedule)

"(String) ID of a Schedule for notify_on_call_from_schedule type step.\nID of a Schedule for notify_on_call_from_schedule type step."

fn spec.initProvider.withNotifyToTeamMembers

withNotifyToTeamMembers(notifyToTeamMembers)

"(String) The ID of a Team for a notify_team_members type step.\nThe ID of a Team for a notify_team_members type step."

fn spec.initProvider.withNumAlertsInWindow

withNumAlertsInWindow(numAlertsInWindow)

"(Number) Number of alerts that must occur within the time window to continue escalation for notify_if_num_alerts_in_window type step.\nNumber of alerts that must occur within the time window to continue escalation for notify_if_num_alerts_in_window type step."

fn spec.initProvider.withNumMinutesInWindow

withNumMinutesInWindow(numMinutesInWindow)

"(Number) Time window in minutes to count alerts for notify_if_num_alerts_in_window type step.\nTime window in minutes to count alerts for notify_if_num_alerts_in_window type step."

fn spec.initProvider.withPersonsToNotify

withPersonsToNotify(personsToNotify)

"(Set of String) The list of ID's of users for notify_persons type step.\nThe list of ID's of users for notify_persons type step."

fn spec.initProvider.withPersonsToNotifyMixin

withPersonsToNotifyMixin(personsToNotify)

"(Set of String) The list of ID's of users for notify_persons type step.\nThe list of ID's of users for notify_persons type step."

Note: This function appends passed data to existing values

fn spec.initProvider.withPersonsToNotifyNextEachTime

withPersonsToNotifyNextEachTime(personsToNotifyNextEachTime)

"(Set of String) The list of ID's of users for notify_person_next_each_time type step.\nThe list of ID's of users for notify_person_next_each_time type step."

fn spec.initProvider.withPersonsToNotifyNextEachTimeMixin

withPersonsToNotifyNextEachTimeMixin(personsToNotifyNextEachTime)

"(Set of String) The list of ID's of users for notify_person_next_each_time type step.\nThe list of ID's of users for notify_person_next_each_time type step."

Note: This function appends passed data to existing values

fn spec.initProvider.withPosition

withPosition(position)

"(Number) The position of the escalation step (starts from 0).\nThe position of the escalation step (starts from 0)."

fn spec.initProvider.withSeverity

withSeverity(severity)

"(String) The severity of the incident for declare_incident type step.\nThe severity of the incident for declare_incident type step."

fn spec.initProvider.withType

withType(type)

"(String) The type of escalation policy. Can be wait, notify_persons, notify_person_next_each_time, notify_on_call_from_schedule, trigger_webhook, notify_user_group, resolve, notify_whole_channel, notify_if_time_from_to, notify_if_num_alerts_in_window, repeat_escalation, notify_team_members, declare_incident\nThe type of escalation policy. Can be wait, notify_persons, notify_person_next_each_time, notify_on_call_from_schedule, trigger_webhook, notify_user_group, resolve, notify_whole_channel, notify_if_time_from_to, notify_if_num_alerts_in_window, repeat_escalation, notify_team_members, declare_incident"

obj spec.initProvider.actionToTriggerRef

"Reference to a OutgoingWebhook in oncall to populate actionToTrigger."

fn spec.initProvider.actionToTriggerRef.withName

withName(name)

"Name of the referenced object."

fn spec.initProvider.actionToTriggerRef.withNamespace

withNamespace(namespace)

"Namespace of the referenced object"

obj spec.initProvider.actionToTriggerRef.policy

"Policies for referencing."

fn spec.initProvider.actionToTriggerRef.policy.withResolution

withResolution(resolution)

"Resolution specifies whether resolution of this reference is required.\nThe default is 'Required', which means the reconcile will fail if the\nreference cannot be resolved. 'Optional' means this reference will be\na no-op if it cannot be resolved."

fn spec.initProvider.actionToTriggerRef.policy.withResolve

withResolve(resolve)

"Resolve specifies when this reference should be resolved. The default\nis 'IfNotPresent', which will attempt to resolve the reference only when\nthe corresponding field is not present. Use 'Always' to resolve the\nreference on every reconcile."

obj spec.initProvider.actionToTriggerSelector

"Selector for a OutgoingWebhook in oncall to populate actionToTrigger."

fn spec.initProvider.actionToTriggerSelector.withMatchControllerRef

withMatchControllerRef(matchControllerRef)

"MatchControllerRef ensures an object with the same controller reference\nas the selecting object is selected."

fn spec.initProvider.actionToTriggerSelector.withMatchLabels

withMatchLabels(matchLabels)

"MatchLabels ensures an object with matching labels is selected."

fn spec.initProvider.actionToTriggerSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

"MatchLabels ensures an object with matching labels is selected."

Note: This function appends passed data to existing values

fn spec.initProvider.actionToTriggerSelector.withNamespace

withNamespace(namespace)

"Namespace for the selector"

obj spec.initProvider.actionToTriggerSelector.policy

"Policies for selection."

fn spec.initProvider.actionToTriggerSelector.policy.withResolution

withResolution(resolution)

"Resolution specifies whether resolution of this reference is required.\nThe default is 'Required', which means the reconcile will fail if the\nreference cannot be resolved. 'Optional' means this reference will be\na no-op if it cannot be resolved."

fn spec.initProvider.actionToTriggerSelector.policy.withResolve

withResolve(resolve)

"Resolve specifies when this reference should be resolved. The default\nis 'IfNotPresent', which will attempt to resolve the reference only when\nthe corresponding field is not present. Use 'Always' to resolve the\nreference on every reconcile."

obj spec.initProvider.escalationChainRef

"Reference to a EscalationChain in oncall to populate escalationChainId."

fn spec.initProvider.escalationChainRef.withName

withName(name)

"Name of the referenced object."

fn spec.initProvider.escalationChainRef.withNamespace

withNamespace(namespace)

"Namespace of the referenced object"

obj spec.initProvider.escalationChainRef.policy

"Policies for referencing."

fn spec.initProvider.escalationChainRef.policy.withResolution

withResolution(resolution)

"Resolution specifies whether resolution of this reference is required.\nThe default is 'Required', which means the reconcile will fail if the\nreference cannot be resolved. 'Optional' means this reference will be\na no-op if it cannot be resolved."

fn spec.initProvider.escalationChainRef.policy.withResolve

withResolve(resolve)

"Resolve specifies when this reference should be resolved. The default\nis 'IfNotPresent', which will attempt to resolve the reference only when\nthe corresponding field is not present. Use 'Always' to resolve the\nreference on every reconcile."

obj spec.initProvider.escalationChainSelector

"Selector for a EscalationChain in oncall to populate escalationChainId."

fn spec.initProvider.escalationChainSelector.withMatchControllerRef

withMatchControllerRef(matchControllerRef)

"MatchControllerRef ensures an object with the same controller reference\nas the selecting object is selected."

fn spec.initProvider.escalationChainSelector.withMatchLabels

withMatchLabels(matchLabels)

"MatchLabels ensures an object with matching labels is selected."

fn spec.initProvider.escalationChainSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

"MatchLabels ensures an object with matching labels is selected."

Note: This function appends passed data to existing values

fn spec.initProvider.escalationChainSelector.withNamespace

withNamespace(namespace)

"Namespace for the selector"

obj spec.initProvider.escalationChainSelector.policy

"Policies for selection."

fn spec.initProvider.escalationChainSelector.policy.withResolution

withResolution(resolution)

"Resolution specifies whether resolution of this reference is required.\nThe default is 'Required', which means the reconcile will fail if the\nreference cannot be resolved. 'Optional' means this reference will be\na no-op if it cannot be resolved."

fn spec.initProvider.escalationChainSelector.policy.withResolve

withResolve(resolve)

"Resolve specifies when this reference should be resolved. The default\nis 'IfNotPresent', which will attempt to resolve the reference only when\nthe corresponding field is not present. Use 'Always' to resolve the\nreference on every reconcile."

obj spec.initProvider.notifyOnCallFromScheduleRef

"Reference to a Schedule in oncall to populate notifyOnCallFromSchedule."

fn spec.initProvider.notifyOnCallFromScheduleRef.withName

withName(name)

"Name of the referenced object."

fn spec.initProvider.notifyOnCallFromScheduleRef.withNamespace

withNamespace(namespace)

"Namespace of the referenced object"

obj spec.initProvider.notifyOnCallFromScheduleRef.policy

"Policies for referencing."

fn spec.initProvider.notifyOnCallFromScheduleRef.policy.withResolution

withResolution(resolution)

"Resolution specifies whether resolution of this reference is required.\nThe default is 'Required', which means the reconcile will fail if the\nreference cannot be resolved. 'Optional' means this reference will be\na no-op if it cannot be resolved."

fn spec.initProvider.notifyOnCallFromScheduleRef.policy.withResolve

withResolve(resolve)

"Resolve specifies when this reference should be resolved. The default\nis 'IfNotPresent', which will attempt to resolve the reference only when\nthe corresponding field is not present. Use 'Always' to resolve the\nreference on every reconcile."

obj spec.initProvider.notifyOnCallFromScheduleSelector

"Selector for a Schedule in oncall to populate notifyOnCallFromSchedule."

fn spec.initProvider.notifyOnCallFromScheduleSelector.withMatchControllerRef

withMatchControllerRef(matchControllerRef)

"MatchControllerRef ensures an object with the same controller reference\nas the selecting object is selected."

fn spec.initProvider.notifyOnCallFromScheduleSelector.withMatchLabels

withMatchLabels(matchLabels)

"MatchLabels ensures an object with matching labels is selected."

fn spec.initProvider.notifyOnCallFromScheduleSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

"MatchLabels ensures an object with matching labels is selected."

Note: This function appends passed data to existing values

fn spec.initProvider.notifyOnCallFromScheduleSelector.withNamespace

withNamespace(namespace)

"Namespace for the selector"

obj spec.initProvider.notifyOnCallFromScheduleSelector.policy

"Policies for selection."

fn spec.initProvider.notifyOnCallFromScheduleSelector.policy.withResolution

withResolution(resolution)

"Resolution specifies whether resolution of this reference is required.\nThe default is 'Required', which means the reconcile will fail if the\nreference cannot be resolved. 'Optional' means this reference will be\na no-op if it cannot be resolved."

fn spec.initProvider.notifyOnCallFromScheduleSelector.policy.withResolve

withResolve(resolve)

"Resolve specifies when this reference should be resolved. The default\nis 'IfNotPresent', which will attempt to resolve the reference only when\nthe corresponding field is not present. Use 'Always' to resolve the\nreference on every reconcile."

obj spec.providerConfigRef

"ProviderConfigReference specifies how the provider that will be used to\ncreate, observe, update, and delete this managed resource should be\nconfigured."

fn spec.providerConfigRef.withKind

withKind(kind)

"Kind of the referenced object."

fn spec.providerConfigRef.withName

withName(name)

"Name of the referenced object."

obj spec.writeConnectionSecretToRef

"WriteConnectionSecretToReference specifies the namespace and name of a\nSecret to which any connection details for this managed resource should\nbe written. Connection details frequently include the endpoint, username,\nand password required to connect to the managed resource."

fn spec.writeConnectionSecretToRef.withName

withName(name)

"Name of the secret."