@pulumiverse/grafana 2.12.0 → 2.13.0-alpha.1761293874
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/k6/getSchedule.d.ts +12 -0
- package/k6/getSchedule.js +2 -0
- package/k6/getSchedule.js.map +1 -1
- package/k6/schedule.d.ts +15 -3
- package/k6/schedule.js +2 -0
- package/k6/schedule.js.map +1 -1
- package/oncall/outgoingWebhook.d.ts +3 -3
- package/oss/playlist.d.ts +24 -0
- package/oss/playlist.js +24 -0
- package/oss/playlist.js.map +1 -1
- package/package.json +2 -2
- package/types/input.d.ts +30 -0
- package/types/output.d.ts +25 -0
package/k6/getSchedule.d.ts
CHANGED
|
@@ -9,6 +9,10 @@ export declare function getSchedule(args: GetScheduleArgs, opts?: pulumi.InvokeO
|
|
|
9
9
|
* A collection of arguments for invoking getSchedule.
|
|
10
10
|
*/
|
|
11
11
|
export interface GetScheduleArgs {
|
|
12
|
+
/**
|
|
13
|
+
* The cron schedule to trigger the test periodically. If null, the test will run only once on the 'starts' date.
|
|
14
|
+
*/
|
|
15
|
+
cron?: inputs.k6.GetScheduleCron;
|
|
12
16
|
/**
|
|
13
17
|
* The identifier of the load test to retrieve the schedule for.
|
|
14
18
|
*/
|
|
@@ -26,6 +30,10 @@ export interface GetScheduleResult {
|
|
|
26
30
|
* The email of the user who created the schedule.
|
|
27
31
|
*/
|
|
28
32
|
readonly createdBy: string;
|
|
33
|
+
/**
|
|
34
|
+
* The cron schedule to trigger the test periodically. If null, the test will run only once on the 'starts' date.
|
|
35
|
+
*/
|
|
36
|
+
readonly cron?: outputs.k6.GetScheduleCron;
|
|
29
37
|
/**
|
|
30
38
|
* Whether the schedule is deactivated.
|
|
31
39
|
*/
|
|
@@ -59,6 +67,10 @@ export declare function getScheduleOutput(args: GetScheduleOutputArgs, opts?: pu
|
|
|
59
67
|
* A collection of arguments for invoking getSchedule.
|
|
60
68
|
*/
|
|
61
69
|
export interface GetScheduleOutputArgs {
|
|
70
|
+
/**
|
|
71
|
+
* The cron schedule to trigger the test periodically. If null, the test will run only once on the 'starts' date.
|
|
72
|
+
*/
|
|
73
|
+
cron?: pulumi.Input<inputs.k6.GetScheduleCronArgs>;
|
|
62
74
|
/**
|
|
63
75
|
* The identifier of the load test to retrieve the schedule for.
|
|
64
76
|
*/
|
package/k6/getSchedule.js
CHANGED
|
@@ -11,6 +11,7 @@ const utilities = require("../utilities");
|
|
|
11
11
|
function getSchedule(args, opts) {
|
|
12
12
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
13
|
return pulumi.runtime.invoke("grafana:k6/getSchedule:getSchedule", {
|
|
14
|
+
"cron": args.cron,
|
|
14
15
|
"loadTestId": args.loadTestId,
|
|
15
16
|
"recurrenceRule": args.recurrenceRule,
|
|
16
17
|
}, opts);
|
|
@@ -22,6 +23,7 @@ exports.getSchedule = getSchedule;
|
|
|
22
23
|
function getScheduleOutput(args, opts) {
|
|
23
24
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
25
|
return pulumi.runtime.invokeOutput("grafana:k6/getSchedule:getSchedule", {
|
|
26
|
+
"cron": args.cron,
|
|
25
27
|
"loadTestId": args.loadTestId,
|
|
26
28
|
"recurrenceRule": args.recurrenceRule,
|
|
27
29
|
}, opts);
|
package/k6/getSchedule.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSchedule.js","sourceRoot":"","sources":["../../k6/getSchedule.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oCAAoC,EAAE;QAC/D,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;
|
|
1
|
+
{"version":3,"file":"getSchedule.js","sourceRoot":"","sources":["../../k6/getSchedule.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oCAAoC,EAAE;QAC/D,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kCAOC;AAyDD;;GAEG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAAiC;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oCAAoC,EAAE;QACrE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8CAOC"}
|
package/k6/schedule.d.ts
CHANGED
|
@@ -30,6 +30,10 @@ export declare class Schedule extends pulumi.CustomResource {
|
|
|
30
30
|
* The email of the user who created the schedule.
|
|
31
31
|
*/
|
|
32
32
|
readonly createdBy: pulumi.Output<string>;
|
|
33
|
+
/**
|
|
34
|
+
* The cron schedule to trigger the test periodically. If not specified, the test will run only once on the 'starts' date. Only one of `recurrenceRule` and `cron` can be set.
|
|
35
|
+
*/
|
|
36
|
+
readonly cron: pulumi.Output<outputs.k6.ScheduleCron | undefined>;
|
|
33
37
|
/**
|
|
34
38
|
* Whether the schedule is deactivated.
|
|
35
39
|
*/
|
|
@@ -43,7 +47,7 @@ export declare class Schedule extends pulumi.CustomResource {
|
|
|
43
47
|
*/
|
|
44
48
|
readonly nextRun: pulumi.Output<string>;
|
|
45
49
|
/**
|
|
46
|
-
* The schedule recurrence settings. If not specified, the test will run only once on the 'starts' date.
|
|
50
|
+
* The schedule recurrence settings. If not specified, the test will run only once on the 'starts' date. Only one of `recurrenceRule` and `cron` can be set.
|
|
47
51
|
*/
|
|
48
52
|
readonly recurrenceRule: pulumi.Output<outputs.k6.ScheduleRecurrenceRule | undefined>;
|
|
49
53
|
/**
|
|
@@ -67,6 +71,10 @@ export interface ScheduleState {
|
|
|
67
71
|
* The email of the user who created the schedule.
|
|
68
72
|
*/
|
|
69
73
|
createdBy?: pulumi.Input<string>;
|
|
74
|
+
/**
|
|
75
|
+
* The cron schedule to trigger the test periodically. If not specified, the test will run only once on the 'starts' date. Only one of `recurrenceRule` and `cron` can be set.
|
|
76
|
+
*/
|
|
77
|
+
cron?: pulumi.Input<inputs.k6.ScheduleCron>;
|
|
70
78
|
/**
|
|
71
79
|
* Whether the schedule is deactivated.
|
|
72
80
|
*/
|
|
@@ -80,7 +88,7 @@ export interface ScheduleState {
|
|
|
80
88
|
*/
|
|
81
89
|
nextRun?: pulumi.Input<string>;
|
|
82
90
|
/**
|
|
83
|
-
* The schedule recurrence settings. If not specified, the test will run only once on the 'starts' date.
|
|
91
|
+
* The schedule recurrence settings. If not specified, the test will run only once on the 'starts' date. Only one of `recurrenceRule` and `cron` can be set.
|
|
84
92
|
*/
|
|
85
93
|
recurrenceRule?: pulumi.Input<inputs.k6.ScheduleRecurrenceRule>;
|
|
86
94
|
/**
|
|
@@ -92,12 +100,16 @@ export interface ScheduleState {
|
|
|
92
100
|
* The set of arguments for constructing a Schedule resource.
|
|
93
101
|
*/
|
|
94
102
|
export interface ScheduleArgs {
|
|
103
|
+
/**
|
|
104
|
+
* The cron schedule to trigger the test periodically. If not specified, the test will run only once on the 'starts' date. Only one of `recurrenceRule` and `cron` can be set.
|
|
105
|
+
*/
|
|
106
|
+
cron?: pulumi.Input<inputs.k6.ScheduleCron>;
|
|
95
107
|
/**
|
|
96
108
|
* The identifier of the load test to schedule.
|
|
97
109
|
*/
|
|
98
110
|
loadTestId: pulumi.Input<string>;
|
|
99
111
|
/**
|
|
100
|
-
* The schedule recurrence settings. If not specified, the test will run only once on the 'starts' date.
|
|
112
|
+
* The schedule recurrence settings. If not specified, the test will run only once on the 'starts' date. Only one of `recurrenceRule` and `cron` can be set.
|
|
101
113
|
*/
|
|
102
114
|
recurrenceRule?: pulumi.Input<inputs.k6.ScheduleRecurrenceRule>;
|
|
103
115
|
/**
|
package/k6/schedule.js
CHANGED
|
@@ -43,6 +43,7 @@ class Schedule extends pulumi.CustomResource {
|
|
|
43
43
|
if (opts.id) {
|
|
44
44
|
const state = argsOrState;
|
|
45
45
|
resourceInputs["createdBy"] = state?.createdBy;
|
|
46
|
+
resourceInputs["cron"] = state?.cron;
|
|
46
47
|
resourceInputs["deactivated"] = state?.deactivated;
|
|
47
48
|
resourceInputs["loadTestId"] = state?.loadTestId;
|
|
48
49
|
resourceInputs["nextRun"] = state?.nextRun;
|
|
@@ -57,6 +58,7 @@ class Schedule extends pulumi.CustomResource {
|
|
|
57
58
|
if (args?.starts === undefined && !opts.urn) {
|
|
58
59
|
throw new Error("Missing required property 'starts'");
|
|
59
60
|
}
|
|
61
|
+
resourceInputs["cron"] = args?.cron;
|
|
60
62
|
resourceInputs["loadTestId"] = args?.loadTestId;
|
|
61
63
|
resourceInputs["recurrenceRule"] = args?.recurrenceRule;
|
|
62
64
|
resourceInputs["starts"] = args?.starts;
|
package/k6/schedule.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schedule.js","sourceRoot":"","sources":["../../k6/schedule.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;GAQG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,cAAc;IAC/C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAqB,EAAE,IAAmC;QACnH,OAAO,IAAI,QAAQ,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC/D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,QAAQ,CAAC,YAAY,CAAC;IACzD,CAAC;
|
|
1
|
+
{"version":3,"file":"schedule.js","sourceRoot":"","sources":["../../k6/schedule.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;GAQG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,cAAc;IAC/C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAqB,EAAE,IAAmC;QACnH,OAAO,IAAI,QAAQ,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC/D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,QAAQ,CAAC,YAAY,CAAC;IACzD,CAAC;IAuCD,YAAY,IAAY,EAAE,WAA0C,EAAE,IAAmC;QACrG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAwC,CAAC;YACvD,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,EAAE,cAAc,CAAC;YACzD,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;SAC5C;aAAM;YACH,MAAM,IAAI,GAAG,WAAuC,CAAC;YACrD,IAAI,IAAI,EAAE,UAAU,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC7C,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,IAAI,IAAI,EAAE,MAAM,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACzC,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;YAChD,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,EAAE,cAAc,CAAC;YACxD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACjD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC7D,CAAC;;AA/FL,4BAgGC;AAlFG,gBAAgB;AACO,qBAAY,GAAG,8BAA8B,CAAC"}
|
|
@@ -87,7 +87,7 @@ export declare class OutgoingWebhook extends pulumi.CustomResource {
|
|
|
87
87
|
*/
|
|
88
88
|
readonly password: pulumi.Output<string | undefined>;
|
|
89
89
|
/**
|
|
90
|
-
* The preset of the outgoing webhook. Possible values are: `simpleWebhook`, `advancedWebhook`, `grafanaSift`, `incidentWebhook`. If no preset is set, the default preset is `advancedWebhook`.
|
|
90
|
+
* The preset of the outgoing webhook. Possible values are: `simpleWebhook`, `advancedWebhook`, `grafanaSift`, `grafanaAssistant`, `incidentWebhook`. If no preset is set, the default preset is `advancedWebhook`.
|
|
91
91
|
*/
|
|
92
92
|
readonly preset: pulumi.Output<string | undefined>;
|
|
93
93
|
/**
|
|
@@ -160,7 +160,7 @@ export interface OutgoingWebhookState {
|
|
|
160
160
|
*/
|
|
161
161
|
password?: pulumi.Input<string>;
|
|
162
162
|
/**
|
|
163
|
-
* The preset of the outgoing webhook. Possible values are: `simpleWebhook`, `advancedWebhook`, `grafanaSift`, `incidentWebhook`. If no preset is set, the default preset is `advancedWebhook`.
|
|
163
|
+
* The preset of the outgoing webhook. Possible values are: `simpleWebhook`, `advancedWebhook`, `grafanaSift`, `grafanaAssistant`, `incidentWebhook`. If no preset is set, the default preset is `advancedWebhook`.
|
|
164
164
|
*/
|
|
165
165
|
preset?: pulumi.Input<string>;
|
|
166
166
|
/**
|
|
@@ -225,7 +225,7 @@ export interface OutgoingWebhookArgs {
|
|
|
225
225
|
*/
|
|
226
226
|
password?: pulumi.Input<string>;
|
|
227
227
|
/**
|
|
228
|
-
* The preset of the outgoing webhook. Possible values are: `simpleWebhook`, `advancedWebhook`, `grafanaSift`, `incidentWebhook`. If no preset is set, the default preset is `advancedWebhook`.
|
|
228
|
+
* The preset of the outgoing webhook. Possible values are: `simpleWebhook`, `advancedWebhook`, `grafanaSift`, `grafanaAssistant`, `incidentWebhook`. If no preset is set, the default preset is `advancedWebhook`.
|
|
229
229
|
*/
|
|
230
230
|
preset?: pulumi.Input<string>;
|
|
231
231
|
/**
|
package/oss/playlist.d.ts
CHANGED
|
@@ -5,6 +5,30 @@ import * as outputs from "../types/output";
|
|
|
5
5
|
* * [Official documentation](https://grafana.com/docs/grafana/latest/dashboards/create-manage-playlists/)
|
|
6
6
|
* * [HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/playlist/)
|
|
7
7
|
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as grafana from "@pulumiverse/grafana";
|
|
13
|
+
*
|
|
14
|
+
* const test = new grafana.oss.Playlist("test", {
|
|
15
|
+
* name: "My Playlist!",
|
|
16
|
+
* interval: "5m",
|
|
17
|
+
* items: [
|
|
18
|
+
* {
|
|
19
|
+
* order: 2,
|
|
20
|
+
* type: "dashboard_by_tag",
|
|
21
|
+
* value: "terraform",
|
|
22
|
+
* },
|
|
23
|
+
* {
|
|
24
|
+
* order: 1,
|
|
25
|
+
* type: "dashboard_by_uid",
|
|
26
|
+
* value: "cIBgcSjkk",
|
|
27
|
+
* },
|
|
28
|
+
* ],
|
|
29
|
+
* });
|
|
30
|
+
* ```
|
|
31
|
+
*
|
|
8
32
|
* ## Import
|
|
9
33
|
*
|
|
10
34
|
* ```sh
|
package/oss/playlist.js
CHANGED
|
@@ -9,6 +9,30 @@ const utilities = require("../utilities");
|
|
|
9
9
|
* * [Official documentation](https://grafana.com/docs/grafana/latest/dashboards/create-manage-playlists/)
|
|
10
10
|
* * [HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/playlist/)
|
|
11
11
|
*
|
|
12
|
+
* ## Example Usage
|
|
13
|
+
*
|
|
14
|
+
* ```typescript
|
|
15
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
16
|
+
* import * as grafana from "@pulumiverse/grafana";
|
|
17
|
+
*
|
|
18
|
+
* const test = new grafana.oss.Playlist("test", {
|
|
19
|
+
* name: "My Playlist!",
|
|
20
|
+
* interval: "5m",
|
|
21
|
+
* items: [
|
|
22
|
+
* {
|
|
23
|
+
* order: 2,
|
|
24
|
+
* type: "dashboard_by_tag",
|
|
25
|
+
* value: "terraform",
|
|
26
|
+
* },
|
|
27
|
+
* {
|
|
28
|
+
* order: 1,
|
|
29
|
+
* type: "dashboard_by_uid",
|
|
30
|
+
* value: "cIBgcSjkk",
|
|
31
|
+
* },
|
|
32
|
+
* ],
|
|
33
|
+
* });
|
|
34
|
+
* ```
|
|
35
|
+
*
|
|
12
36
|
* ## Import
|
|
13
37
|
*
|
|
14
38
|
* ```sh
|
package/oss/playlist.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"playlist.js","sourceRoot":"","sources":["../../oss/playlist.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"playlist.js","sourceRoot":"","sources":["../../oss/playlist.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,cAAc;IAC/C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAqB,EAAE,IAAmC;QACnH,OAAO,IAAI,QAAQ,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC/D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,QAAQ,CAAC,YAAY,CAAC;IACzD,CAAC;IAqBD,YAAY,IAAY,EAAE,WAA0C,EAAE,IAAmC;QACrG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAwC,CAAC;YACvD,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;SAC1C;aAAM;YACH,MAAM,IAAI,GAAG,WAAuC,CAAC;YACrD,IAAI,IAAI,EAAE,QAAQ,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC3C,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,IAAI,IAAI,EAAE,KAAK,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxC,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;SACzC;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,SAAS,GAAG,EAAE,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,iCAAiC,EAAE,CAAC,EAAE,CAAC;QAC7E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC;QAC5C,KAAK,CAAC,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC7D,CAAC;;AAzEL,4BA0EC;AA5DG,gBAAgB;AACO,qBAAY,GAAG,+BAA+B,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumiverse/grafana",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.13.0-alpha.1761293874",
|
|
4
4
|
"description": "A Pulumi package for creating and managing grafana.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"pulumi": {
|
|
25
25
|
"resource": true,
|
|
26
26
|
"name": "grafana",
|
|
27
|
-
"version": "2.
|
|
27
|
+
"version": "2.13.0-alpha.1761293874",
|
|
28
28
|
"server": "github://api.github.com/pulumiverse"
|
|
29
29
|
}
|
|
30
30
|
}
|
package/types/input.d.ts
CHANGED
|
@@ -2851,6 +2851,26 @@ export declare namespace experimental {
|
|
|
2851
2851
|
export declare namespace fleetManagement {
|
|
2852
2852
|
}
|
|
2853
2853
|
export declare namespace k6 {
|
|
2854
|
+
interface GetScheduleCron {
|
|
2855
|
+
/**
|
|
2856
|
+
* A cron expression with exactly 5 entries, or an alias. The allowed aliases are: @yearly, @annually, @monthly, @weekly, @daily, @hourly.
|
|
2857
|
+
*/
|
|
2858
|
+
schedule?: string;
|
|
2859
|
+
/**
|
|
2860
|
+
* The timezone of the cron expression. For example, 'UTC' or 'Europe/London'.
|
|
2861
|
+
*/
|
|
2862
|
+
timezone?: string;
|
|
2863
|
+
}
|
|
2864
|
+
interface GetScheduleCronArgs {
|
|
2865
|
+
/**
|
|
2866
|
+
* A cron expression with exactly 5 entries, or an alias. The allowed aliases are: @yearly, @annually, @monthly, @weekly, @daily, @hourly.
|
|
2867
|
+
*/
|
|
2868
|
+
schedule?: pulumi.Input<string>;
|
|
2869
|
+
/**
|
|
2870
|
+
* The timezone of the cron expression. For example, 'UTC' or 'Europe/London'.
|
|
2871
|
+
*/
|
|
2872
|
+
timezone?: pulumi.Input<string>;
|
|
2873
|
+
}
|
|
2854
2874
|
interface GetScheduleRecurrenceRule {
|
|
2855
2875
|
/**
|
|
2856
2876
|
* The weekdays when the 'WEEKLY' recurrence will be applied (e.g., ['MO', 'WE', 'FR']). Cannot be set for other frequencies.
|
|
@@ -2895,6 +2915,16 @@ export declare namespace k6 {
|
|
|
2895
2915
|
*/
|
|
2896
2916
|
until?: pulumi.Input<string>;
|
|
2897
2917
|
}
|
|
2918
|
+
interface ScheduleCron {
|
|
2919
|
+
/**
|
|
2920
|
+
* A cron expression with exactly 5 entries, or an alias. The allowed aliases are: @yearly, @annually, @monthly, @weekly, @daily, @hourly.
|
|
2921
|
+
*/
|
|
2922
|
+
schedule?: pulumi.Input<string>;
|
|
2923
|
+
/**
|
|
2924
|
+
* The timezone of the cron expression. For example, 'UTC' or 'Europe/London'.
|
|
2925
|
+
*/
|
|
2926
|
+
timezone?: pulumi.Input<string>;
|
|
2927
|
+
}
|
|
2898
2928
|
interface ScheduleRecurrenceRule {
|
|
2899
2929
|
/**
|
|
2900
2930
|
* The weekdays when the 'WEEKLY' recurrence will be applied (e.g., ['MO', 'WE', 'FR']). Cannot be set for other frequencies.
|
package/types/output.d.ts
CHANGED
|
@@ -2693,6 +2693,16 @@ export declare namespace k6 {
|
|
|
2693
2693
|
name: string;
|
|
2694
2694
|
updated: string;
|
|
2695
2695
|
}
|
|
2696
|
+
interface GetScheduleCron {
|
|
2697
|
+
/**
|
|
2698
|
+
* A cron expression with exactly 5 entries, or an alias. The allowed aliases are: @yearly, @annually, @monthly, @weekly, @daily, @hourly.
|
|
2699
|
+
*/
|
|
2700
|
+
schedule: string;
|
|
2701
|
+
/**
|
|
2702
|
+
* The timezone of the cron expression. For example, 'UTC' or 'Europe/London'.
|
|
2703
|
+
*/
|
|
2704
|
+
timezone: string;
|
|
2705
|
+
}
|
|
2696
2706
|
interface GetScheduleRecurrenceRule {
|
|
2697
2707
|
/**
|
|
2698
2708
|
* The weekdays when the 'WEEKLY' recurrence will be applied (e.g., ['MO', 'WE', 'FR']). Cannot be set for other frequencies.
|
|
@@ -2717,6 +2727,7 @@ export declare namespace k6 {
|
|
|
2717
2727
|
}
|
|
2718
2728
|
interface GetSchedulesSchedule {
|
|
2719
2729
|
createdBy: string;
|
|
2730
|
+
cron: outputs.k6.GetSchedulesScheduleCron;
|
|
2720
2731
|
deactivated: boolean;
|
|
2721
2732
|
id: string;
|
|
2722
2733
|
loadTestId: string;
|
|
@@ -2724,6 +2735,10 @@ export declare namespace k6 {
|
|
|
2724
2735
|
recurrenceRule: outputs.k6.GetSchedulesScheduleRecurrenceRule;
|
|
2725
2736
|
starts: string;
|
|
2726
2737
|
}
|
|
2738
|
+
interface GetSchedulesScheduleCron {
|
|
2739
|
+
schedule: string;
|
|
2740
|
+
timezone: string;
|
|
2741
|
+
}
|
|
2727
2742
|
interface GetSchedulesScheduleRecurrenceRule {
|
|
2728
2743
|
bydays: string[];
|
|
2729
2744
|
count: number;
|
|
@@ -2731,6 +2746,16 @@ export declare namespace k6 {
|
|
|
2731
2746
|
interval: number;
|
|
2732
2747
|
until: string;
|
|
2733
2748
|
}
|
|
2749
|
+
interface ScheduleCron {
|
|
2750
|
+
/**
|
|
2751
|
+
* A cron expression with exactly 5 entries, or an alias. The allowed aliases are: @yearly, @annually, @monthly, @weekly, @daily, @hourly.
|
|
2752
|
+
*/
|
|
2753
|
+
schedule?: string;
|
|
2754
|
+
/**
|
|
2755
|
+
* The timezone of the cron expression. For example, 'UTC' or 'Europe/London'.
|
|
2756
|
+
*/
|
|
2757
|
+
timezone?: string;
|
|
2758
|
+
}
|
|
2734
2759
|
interface ScheduleRecurrenceRule {
|
|
2735
2760
|
/**
|
|
2736
2761
|
* The weekdays when the 'WEEKLY' recurrence will be applied (e.g., ['MO', 'WE', 'FR']). Cannot be set for other frequencies.
|