@pulumi/gitlab 9.12.0-alpha.1782457766 → 10.0.0
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/README.md +2 -2
- package/applicationSettings.d.ts +48 -18
- package/applicationSettings.d.ts.map +1 -1
- package/applicationSettings.js +8 -2
- package/applicationSettings.js.map +1 -1
- package/branchProtection.d.ts +48 -52
- package/branchProtection.d.ts.map +1 -1
- package/branchProtection.js +30 -24
- package/branchProtection.js.map +1 -1
- package/getGroup.d.ts +114 -2
- package/getGroup.d.ts.map +1 -1
- package/getGroup.js.map +1 -1
- package/getGroupHook.d.ts +40 -6
- package/getGroupHook.d.ts.map +1 -1
- package/getGroupHook.js.map +1 -1
- package/getGroupLabel.d.ts +125 -0
- package/getGroupLabel.d.ts.map +1 -0
- package/getGroupLabel.js +93 -0
- package/getGroupLabel.js.map +1 -0
- package/getGroupLabels.d.ts +74 -0
- package/getGroupLabels.d.ts.map +1 -0
- package/getGroupLabels.js +79 -0
- package/getGroupLabels.js.map +1 -0
- package/getGroupProtectedBranch.d.ts +82 -0
- package/getGroupProtectedBranch.d.ts.map +1 -0
- package/getGroupProtectedBranch.js +61 -0
- package/getGroupProtectedBranch.js.map +1 -0
- package/getGroupProtectedBranches.d.ts +54 -0
- package/getGroupProtectedBranches.d.ts.map +1 -0
- package/getGroupProtectedBranches.js +59 -0
- package/getGroupProtectedBranches.js.map +1 -0
- package/getProject.d.ts +355 -57
- package/getProject.d.ts.map +1 -1
- package/getProject.js +0 -6
- package/getProject.js.map +1 -1
- package/getProjectHook.d.ts +36 -6
- package/getProjectHook.d.ts.map +1 -1
- package/getProjectHook.js.map +1 -1
- package/getProjectMembership.d.ts +4 -40
- package/getProjectMembership.d.ts.map +1 -1
- package/getProjectMembership.js +0 -6
- package/getProjectMembership.js.map +1 -1
- package/getProjectProtectedBranch.d.ts +8 -21
- package/getProjectProtectedBranch.d.ts.map +1 -1
- package/getProjectProtectedBranch.js +0 -4
- package/getProjectProtectedBranch.js.map +1 -1
- package/getProjectProtectedBranches.d.ts +1 -10
- package/getProjectProtectedBranches.d.ts.map +1 -1
- package/getProjectProtectedBranches.js +0 -2
- package/getProjectProtectedBranches.js.map +1 -1
- package/getProjectServiceAccount.d.ts +97 -0
- package/getProjectServiceAccount.d.ts.map +1 -0
- package/getProjectServiceAccount.js +89 -0
- package/getProjectServiceAccount.js.map +1 -0
- package/getProjects.d.ts +22 -10
- package/getProjects.d.ts.map +1 -1
- package/getProjects.js +2 -0
- package/getProjects.js.map +1 -1
- package/getSystemHook.d.ts +111 -0
- package/getSystemHook.d.ts.map +1 -0
- package/getSystemHook.js +81 -0
- package/getSystemHook.js.map +1 -0
- package/getSystemHooks.d.ts +50 -0
- package/getSystemHooks.d.ts.map +1 -0
- package/getSystemHooks.js +73 -0
- package/getSystemHooks.js.map +1 -0
- package/group.d.ts +12 -0
- package/group.d.ts.map +1 -1
- package/group.js +2 -0
- package/group.js.map +1 -1
- package/groupAccessToken.d.ts +3 -3
- package/groupBranchProtection.d.ts +185 -0
- package/groupBranchProtection.d.ts.map +1 -0
- package/groupBranchProtection.js +146 -0
- package/groupBranchProtection.js.map +1 -0
- package/groupCluster.d.ts +1 -1
- package/groupCluster.js +1 -1
- package/groupDeployToken.d.ts +3 -3
- package/groupHook.d.ts +75 -3
- package/groupHook.d.ts.map +1 -1
- package/groupHook.js +15 -1
- package/groupHook.js.map +1 -1
- package/{integrationHarbor.d.ts → groupIntegrationHarbor.d.ts} +39 -43
- package/groupIntegrationHarbor.d.ts.map +1 -0
- package/{integrationHarbor.js → groupIntegrationHarbor.js} +30 -34
- package/groupIntegrationHarbor.js.map +1 -0
- package/groupSamlLink.d.ts +3 -3
- package/groupSavedReply.d.ts +78 -0
- package/groupSavedReply.d.ts.map +1 -0
- package/{deployToken.js → groupSavedReply.js} +19 -45
- package/groupSavedReply.js.map +1 -0
- package/groupServiceAccount.d.ts +12 -0
- package/groupServiceAccount.d.ts.map +1 -1
- package/groupServiceAccount.js +2 -0
- package/groupServiceAccount.js.map +1 -1
- package/groupServiceAccountAccessToken.d.ts +3 -3
- package/index.d.ts +45 -48
- package/index.d.ts.map +1 -1
- package/index.js +67 -86
- package/index.js.map +1 -1
- package/instanceCluster.d.ts +1 -1
- package/instanceCluster.js +1 -1
- package/integrationSlack.d.ts +0 -18
- package/integrationSlack.d.ts.map +1 -1
- package/integrationSlack.js +0 -2
- package/integrationSlack.js.map +1 -1
- package/memberRole.d.ts +3 -3
- package/package.json +2 -2
- package/personalAccessToken.d.ts +3 -3
- package/project.d.ts +36 -234
- package/project.d.ts.map +1 -1
- package/project.js +6 -26
- package/project.js.map +1 -1
- package/projectAccessToken.d.ts +3 -3
- package/projectCluster.d.ts +1 -1
- package/projectCluster.js +1 -1
- package/projectDeployToken.d.ts +3 -3
- package/projectHook.d.ts +103 -0
- package/projectHook.d.ts.map +1 -1
- package/projectHook.js +30 -1
- package/projectHook.js.map +1 -1
- package/projectIntegrationDatadog.d.ts +200 -0
- package/projectIntegrationDatadog.d.ts.map +1 -0
- package/{integrationGithub.js → projectIntegrationDatadog.js} +44 -45
- package/projectIntegrationDatadog.js.map +1 -0
- package/{integrationMicrosoftTeams.d.ts → projectIntegrationGoogleChat.d.ts} +35 -95
- package/projectIntegrationGoogleChat.d.ts.map +1 -0
- package/{integrationMicrosoftTeams.js → projectIntegrationGoogleChat.js} +12 -50
- package/projectIntegrationGoogleChat.js.map +1 -0
- package/projectIntegrationJira.d.ts +12 -12
- package/projectJobTokenScopes.d.ts +5 -21
- package/projectJobTokenScopes.d.ts.map +1 -1
- package/projectJobTokenScopes.js +6 -3
- package/projectJobTokenScopes.js.map +1 -1
- package/projectLabel.d.ts +12 -0
- package/projectLabel.d.ts.map +1 -1
- package/projectLabel.js +2 -0
- package/projectLabel.js.map +1 -1
- package/projectLevelMrApprovals.d.ts +21 -3
- package/projectLevelMrApprovals.d.ts.map +1 -1
- package/projectLevelMrApprovals.js +2 -0
- package/projectLevelMrApprovals.js.map +1 -1
- package/projectMergeRequestNote.d.ts +3 -3
- package/projectProtectedEnvironment.d.ts +4 -22
- package/projectProtectedEnvironment.d.ts.map +1 -1
- package/projectProtectedEnvironment.js +1 -3
- package/projectProtectedEnvironment.js.map +1 -1
- package/projectPushMirror.d.ts +12 -0
- package/projectPushMirror.d.ts.map +1 -1
- package/projectPushMirror.js +2 -0
- package/projectPushMirror.js.map +1 -1
- package/projectSavedReply.d.ts +78 -0
- package/projectSavedReply.d.ts.map +1 -0
- package/{label.js → projectSavedReply.js} +16 -24
- package/projectSavedReply.js.map +1 -0
- package/projectServiceAccount.d.ts +152 -0
- package/projectServiceAccount.d.ts.map +1 -0
- package/{integrationPipelinesEmail.js → projectServiceAccount.js} +42 -35
- package/projectServiceAccount.js.map +1 -0
- package/projectShareGroup.d.ts +2 -20
- package/projectShareGroup.d.ts.map +1 -1
- package/projectShareGroup.js +3 -2
- package/projectShareGroup.js.map +1 -1
- package/projectTargetBranchRule.d.ts +1 -1
- package/projectTargetBranchRule.js +1 -1
- package/systemHook.d.ts +50 -6
- package/systemHook.d.ts.map +1 -1
- package/systemHook.js +9 -1
- package/systemHook.js.map +1 -1
- package/types/input.d.ts +95 -249
- package/types/input.d.ts.map +1 -1
- package/types/output.d.ts +1168 -168
- package/types/output.d.ts.map +1 -1
- package/userImpersonationToken.d.ts +3 -3
- package/userSavedReply.d.ts +66 -0
- package/userSavedReply.d.ts.map +1 -0
- package/userSavedReply.js +82 -0
- package/userSavedReply.js.map +1 -0
- package/deployToken.d.ts +0 -147
- package/deployToken.d.ts.map +0 -1
- package/deployToken.js.map +0 -1
- package/integrationCustomIssueTracker.d.ts +0 -142
- package/integrationCustomIssueTracker.d.ts.map +0 -1
- package/integrationCustomIssueTracker.js +0 -130
- package/integrationCustomIssueTracker.js.map +0 -1
- package/integrationEmailsOnPush.d.ts +0 -198
- package/integrationEmailsOnPush.d.ts.map +0 -1
- package/integrationEmailsOnPush.js +0 -137
- package/integrationEmailsOnPush.js.map +0 -1
- package/integrationExternalWiki.d.ts +0 -137
- package/integrationExternalWiki.d.ts.map +0 -1
- package/integrationExternalWiki.js +0 -126
- package/integrationExternalWiki.js.map +0 -1
- package/integrationGithub.d.ts +0 -156
- package/integrationGithub.d.ts.map +0 -1
- package/integrationGithub.js.map +0 -1
- package/integrationHarbor.d.ts.map +0 -1
- package/integrationHarbor.js.map +0 -1
- package/integrationJenkins.d.ts +0 -190
- package/integrationJenkins.d.ts.map +0 -1
- package/integrationJenkins.js +0 -138
- package/integrationJenkins.js.map +0 -1
- package/integrationJira.d.ts +0 -299
- package/integrationJira.d.ts.map +0 -1
- package/integrationJira.js +0 -159
- package/integrationJira.js.map +0 -1
- package/integrationMattermost.d.ts +0 -352
- package/integrationMattermost.d.ts.map +0 -1
- package/integrationMattermost.js +0 -163
- package/integrationMattermost.js.map +0 -1
- package/integrationMicrosoftTeams.d.ts.map +0 -1
- package/integrationMicrosoftTeams.js.map +0 -1
- package/integrationPipelinesEmail.d.ts +0 -123
- package/integrationPipelinesEmail.d.ts.map +0 -1
- package/integrationPipelinesEmail.js.map +0 -1
- package/integrationRedmine.d.ts +0 -136
- package/integrationRedmine.d.ts.map +0 -1
- package/integrationRedmine.js +0 -131
- package/integrationRedmine.js.map +0 -1
- package/integrationTelegram.d.ts +0 -253
- package/integrationTelegram.d.ts.map +0 -1
- package/integrationTelegram.js +0 -184
- package/integrationTelegram.js.map +0 -1
- package/label.d.ts +0 -108
- package/label.d.ts.map +0 -1
- package/label.js.map +0 -1
- package/projectMirror.d.ts +0 -166
- package/projectMirror.d.ts.map +0 -1
- package/projectMirror.js +0 -131
- package/projectMirror.js.map +0 -1
- package/runner.d.ts +0 -188
- package/runner.d.ts.map +0 -1
- package/runner.js +0 -122
- package/runner.js.map +0 -1
package/groupHook.d.ts
CHANGED
|
@@ -38,6 +38,10 @@ export declare class GroupHook extends pulumi.CustomResource {
|
|
|
38
38
|
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
39
39
|
*/
|
|
40
40
|
static isInstance(obj: any): obj is GroupHook;
|
|
41
|
+
/**
|
|
42
|
+
* Lifecycle status of the webhook. Values include `executable` and `disabled`.
|
|
43
|
+
*/
|
|
44
|
+
readonly alertStatus: pulumi.Output<string>;
|
|
41
45
|
/**
|
|
42
46
|
* Filter push events by branch. Valid values are: `wildcard`, `regex`, `allBranches`.
|
|
43
47
|
*/
|
|
@@ -51,7 +55,7 @@ export declare class GroupHook extends pulumi.CustomResource {
|
|
|
51
55
|
*/
|
|
52
56
|
readonly confidentialNoteEvents: pulumi.Output<boolean>;
|
|
53
57
|
/**
|
|
54
|
-
* Custom headers for the
|
|
58
|
+
* Custom headers for the group webhook.
|
|
55
59
|
*/
|
|
56
60
|
readonly customHeaders: pulumi.Output<outputs.GroupHookCustomHeader[] | undefined>;
|
|
57
61
|
/**
|
|
@@ -66,6 +70,10 @@ export declare class GroupHook extends pulumi.CustomResource {
|
|
|
66
70
|
* Description of the group webhook.
|
|
67
71
|
*/
|
|
68
72
|
readonly description: pulumi.Output<string>;
|
|
73
|
+
/**
|
|
74
|
+
* Time until the webhook is re-enabled after being automatically disabled due to failures, in ISO8601 format. Null when the webhook is enabled.
|
|
75
|
+
*/
|
|
76
|
+
readonly disabledUntil: pulumi.Output<string>;
|
|
69
77
|
/**
|
|
70
78
|
* Invoke the hook for emoji events. Defaults to `false`.
|
|
71
79
|
*/
|
|
@@ -106,6 +114,10 @@ export declare class GroupHook extends pulumi.CustomResource {
|
|
|
106
114
|
* Invoke the hook for merge requests events. Defaults to `false`.
|
|
107
115
|
*/
|
|
108
116
|
readonly mergeRequestsEvents: pulumi.Output<boolean>;
|
|
117
|
+
/**
|
|
118
|
+
* Invoke the hook for milestone events. Defaults to `false`.
|
|
119
|
+
*/
|
|
120
|
+
readonly milestoneEvents: pulumi.Output<boolean>;
|
|
109
121
|
/**
|
|
110
122
|
* Name of the group webhook.
|
|
111
123
|
*/
|
|
@@ -134,6 +146,18 @@ export declare class GroupHook extends pulumi.CustomResource {
|
|
|
134
146
|
* Invoke the hook for release events. Defaults to `false`.
|
|
135
147
|
*/
|
|
136
148
|
readonly releasesEvents: pulumi.Output<boolean>;
|
|
149
|
+
/**
|
|
150
|
+
* Invoke the hook for resource access token expiry events. Defaults to `false`.
|
|
151
|
+
*/
|
|
152
|
+
readonly resourceAccessTokenEvents: pulumi.Output<boolean>;
|
|
153
|
+
/**
|
|
154
|
+
* Secret used to sign webhook payloads (HMAC-SHA256, sent as the `X-Gitlab-Signature` header). Requires GitLab 19.0 or later (feature flag `webhookSigningToken`, on by default). Write-only — the value is never returned by the API and is not available for imported resources.
|
|
155
|
+
*/
|
|
156
|
+
readonly signingToken: pulumi.Output<string | undefined>;
|
|
157
|
+
/**
|
|
158
|
+
* Whether a `signingToken` is configured server-side. Reflects the value returned by the GitLab API.
|
|
159
|
+
*/
|
|
160
|
+
readonly signingTokenPresent: pulumi.Output<boolean>;
|
|
137
161
|
/**
|
|
138
162
|
* Invoke the hook for subgroup events. Defaults to `false`.
|
|
139
163
|
*/
|
|
@@ -150,6 +174,10 @@ export declare class GroupHook extends pulumi.CustomResource {
|
|
|
150
174
|
* The url of the hook to invoke. Forces re-creation to preserve `token`.
|
|
151
175
|
*/
|
|
152
176
|
readonly url: pulumi.Output<string>;
|
|
177
|
+
/**
|
|
178
|
+
* Array of sensitive portions of the webhook URL to mask.
|
|
179
|
+
*/
|
|
180
|
+
readonly urlVariables: pulumi.Output<outputs.GroupHookUrlVariable[] | undefined>;
|
|
153
181
|
/**
|
|
154
182
|
* Invoke the hook for vulnerability events. Defaults to `false`.
|
|
155
183
|
*/
|
|
@@ -171,6 +199,10 @@ export declare class GroupHook extends pulumi.CustomResource {
|
|
|
171
199
|
* Input properties used for looking up and filtering GroupHook resources.
|
|
172
200
|
*/
|
|
173
201
|
export interface GroupHookState {
|
|
202
|
+
/**
|
|
203
|
+
* Lifecycle status of the webhook. Values include `executable` and `disabled`.
|
|
204
|
+
*/
|
|
205
|
+
alertStatus?: pulumi.Input<string | undefined>;
|
|
174
206
|
/**
|
|
175
207
|
* Filter push events by branch. Valid values are: `wildcard`, `regex`, `allBranches`.
|
|
176
208
|
*/
|
|
@@ -184,7 +216,7 @@ export interface GroupHookState {
|
|
|
184
216
|
*/
|
|
185
217
|
confidentialNoteEvents?: pulumi.Input<boolean | undefined>;
|
|
186
218
|
/**
|
|
187
|
-
* Custom headers for the
|
|
219
|
+
* Custom headers for the group webhook.
|
|
188
220
|
*/
|
|
189
221
|
customHeaders?: pulumi.Input<pulumi.Input<inputs.GroupHookCustomHeader>[] | undefined>;
|
|
190
222
|
/**
|
|
@@ -199,6 +231,10 @@ export interface GroupHookState {
|
|
|
199
231
|
* Description of the group webhook.
|
|
200
232
|
*/
|
|
201
233
|
description?: pulumi.Input<string | undefined>;
|
|
234
|
+
/**
|
|
235
|
+
* Time until the webhook is re-enabled after being automatically disabled due to failures, in ISO8601 format. Null when the webhook is enabled.
|
|
236
|
+
*/
|
|
237
|
+
disabledUntil?: pulumi.Input<string | undefined>;
|
|
202
238
|
/**
|
|
203
239
|
* Invoke the hook for emoji events. Defaults to `false`.
|
|
204
240
|
*/
|
|
@@ -239,6 +275,10 @@ export interface GroupHookState {
|
|
|
239
275
|
* Invoke the hook for merge requests events. Defaults to `false`.
|
|
240
276
|
*/
|
|
241
277
|
mergeRequestsEvents?: pulumi.Input<boolean | undefined>;
|
|
278
|
+
/**
|
|
279
|
+
* Invoke the hook for milestone events. Defaults to `false`.
|
|
280
|
+
*/
|
|
281
|
+
milestoneEvents?: pulumi.Input<boolean | undefined>;
|
|
242
282
|
/**
|
|
243
283
|
* Name of the group webhook.
|
|
244
284
|
*/
|
|
@@ -267,6 +307,18 @@ export interface GroupHookState {
|
|
|
267
307
|
* Invoke the hook for release events. Defaults to `false`.
|
|
268
308
|
*/
|
|
269
309
|
releasesEvents?: pulumi.Input<boolean | undefined>;
|
|
310
|
+
/**
|
|
311
|
+
* Invoke the hook for resource access token expiry events. Defaults to `false`.
|
|
312
|
+
*/
|
|
313
|
+
resourceAccessTokenEvents?: pulumi.Input<boolean | undefined>;
|
|
314
|
+
/**
|
|
315
|
+
* Secret used to sign webhook payloads (HMAC-SHA256, sent as the `X-Gitlab-Signature` header). Requires GitLab 19.0 or later (feature flag `webhookSigningToken`, on by default). Write-only — the value is never returned by the API and is not available for imported resources.
|
|
316
|
+
*/
|
|
317
|
+
signingToken?: pulumi.Input<string | undefined>;
|
|
318
|
+
/**
|
|
319
|
+
* Whether a `signingToken` is configured server-side. Reflects the value returned by the GitLab API.
|
|
320
|
+
*/
|
|
321
|
+
signingTokenPresent?: pulumi.Input<boolean | undefined>;
|
|
270
322
|
/**
|
|
271
323
|
* Invoke the hook for subgroup events. Defaults to `false`.
|
|
272
324
|
*/
|
|
@@ -283,6 +335,10 @@ export interface GroupHookState {
|
|
|
283
335
|
* The url of the hook to invoke. Forces re-creation to preserve `token`.
|
|
284
336
|
*/
|
|
285
337
|
url?: pulumi.Input<string | undefined>;
|
|
338
|
+
/**
|
|
339
|
+
* Array of sensitive portions of the webhook URL to mask.
|
|
340
|
+
*/
|
|
341
|
+
urlVariables?: pulumi.Input<pulumi.Input<inputs.GroupHookUrlVariable>[] | undefined>;
|
|
286
342
|
/**
|
|
287
343
|
* Invoke the hook for vulnerability events. Defaults to `false`.
|
|
288
344
|
*/
|
|
@@ -309,7 +365,7 @@ export interface GroupHookArgs {
|
|
|
309
365
|
*/
|
|
310
366
|
confidentialNoteEvents?: pulumi.Input<boolean | undefined>;
|
|
311
367
|
/**
|
|
312
|
-
* Custom headers for the
|
|
368
|
+
* Custom headers for the group webhook.
|
|
313
369
|
*/
|
|
314
370
|
customHeaders?: pulumi.Input<pulumi.Input<inputs.GroupHookCustomHeader>[] | undefined>;
|
|
315
371
|
/**
|
|
@@ -356,6 +412,10 @@ export interface GroupHookArgs {
|
|
|
356
412
|
* Invoke the hook for merge requests events. Defaults to `false`.
|
|
357
413
|
*/
|
|
358
414
|
mergeRequestsEvents?: pulumi.Input<boolean | undefined>;
|
|
415
|
+
/**
|
|
416
|
+
* Invoke the hook for milestone events. Defaults to `false`.
|
|
417
|
+
*/
|
|
418
|
+
milestoneEvents?: pulumi.Input<boolean | undefined>;
|
|
359
419
|
/**
|
|
360
420
|
* Name of the group webhook.
|
|
361
421
|
*/
|
|
@@ -384,6 +444,14 @@ export interface GroupHookArgs {
|
|
|
384
444
|
* Invoke the hook for release events. Defaults to `false`.
|
|
385
445
|
*/
|
|
386
446
|
releasesEvents?: pulumi.Input<boolean | undefined>;
|
|
447
|
+
/**
|
|
448
|
+
* Invoke the hook for resource access token expiry events. Defaults to `false`.
|
|
449
|
+
*/
|
|
450
|
+
resourceAccessTokenEvents?: pulumi.Input<boolean | undefined>;
|
|
451
|
+
/**
|
|
452
|
+
* Secret used to sign webhook payloads (HMAC-SHA256, sent as the `X-Gitlab-Signature` header). Requires GitLab 19.0 or later (feature flag `webhookSigningToken`, on by default). Write-only — the value is never returned by the API and is not available for imported resources.
|
|
453
|
+
*/
|
|
454
|
+
signingToken?: pulumi.Input<string | undefined>;
|
|
387
455
|
/**
|
|
388
456
|
* Invoke the hook for subgroup events. Defaults to `false`.
|
|
389
457
|
*/
|
|
@@ -400,6 +468,10 @@ export interface GroupHookArgs {
|
|
|
400
468
|
* The url of the hook to invoke. Forces re-creation to preserve `token`.
|
|
401
469
|
*/
|
|
402
470
|
url: pulumi.Input<string>;
|
|
471
|
+
/**
|
|
472
|
+
* Array of sensitive portions of the webhook URL to mask.
|
|
473
|
+
*/
|
|
474
|
+
urlVariables?: pulumi.Input<pulumi.Input<inputs.GroupHookUrlVariable>[] | undefined>;
|
|
403
475
|
/**
|
|
404
476
|
* Invoke the hook for vulnerability events. Defaults to `false`.
|
|
405
477
|
*/
|
package/groupHook.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"groupHook.d.ts","sourceRoot":"","sources":["../groupHook.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"groupHook.d.ts","sourceRoot":"","sources":["../groupHook.ts"],"names":[],"mappings":"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"}
|
package/groupHook.js
CHANGED
|
@@ -79,6 +79,7 @@ class GroupHook extends pulumi.CustomResource {
|
|
|
79
79
|
opts = opts || {};
|
|
80
80
|
if (opts.id) {
|
|
81
81
|
const state = argsOrState;
|
|
82
|
+
resourceInputs["alertStatus"] = state?.alertStatus;
|
|
82
83
|
resourceInputs["branchFilterStrategy"] = state?.branchFilterStrategy;
|
|
83
84
|
resourceInputs["confidentialIssuesEvents"] = state?.confidentialIssuesEvents;
|
|
84
85
|
resourceInputs["confidentialNoteEvents"] = state?.confidentialNoteEvents;
|
|
@@ -86,6 +87,7 @@ class GroupHook extends pulumi.CustomResource {
|
|
|
86
87
|
resourceInputs["customWebhookTemplate"] = state?.customWebhookTemplate;
|
|
87
88
|
resourceInputs["deploymentEvents"] = state?.deploymentEvents;
|
|
88
89
|
resourceInputs["description"] = state?.description;
|
|
90
|
+
resourceInputs["disabledUntil"] = state?.disabledUntil;
|
|
89
91
|
resourceInputs["emojiEvents"] = state?.emojiEvents;
|
|
90
92
|
resourceInputs["enableSslVerification"] = state?.enableSslVerification;
|
|
91
93
|
resourceInputs["featureFlagEvents"] = state?.featureFlagEvents;
|
|
@@ -96,6 +98,7 @@ class GroupHook extends pulumi.CustomResource {
|
|
|
96
98
|
resourceInputs["jobEvents"] = state?.jobEvents;
|
|
97
99
|
resourceInputs["memberEvents"] = state?.memberEvents;
|
|
98
100
|
resourceInputs["mergeRequestsEvents"] = state?.mergeRequestsEvents;
|
|
101
|
+
resourceInputs["milestoneEvents"] = state?.milestoneEvents;
|
|
99
102
|
resourceInputs["name"] = state?.name;
|
|
100
103
|
resourceInputs["noteEvents"] = state?.noteEvents;
|
|
101
104
|
resourceInputs["pipelineEvents"] = state?.pipelineEvents;
|
|
@@ -103,10 +106,14 @@ class GroupHook extends pulumi.CustomResource {
|
|
|
103
106
|
resourceInputs["pushEvents"] = state?.pushEvents;
|
|
104
107
|
resourceInputs["pushEventsBranchFilter"] = state?.pushEventsBranchFilter;
|
|
105
108
|
resourceInputs["releasesEvents"] = state?.releasesEvents;
|
|
109
|
+
resourceInputs["resourceAccessTokenEvents"] = state?.resourceAccessTokenEvents;
|
|
110
|
+
resourceInputs["signingToken"] = state?.signingToken;
|
|
111
|
+
resourceInputs["signingTokenPresent"] = state?.signingTokenPresent;
|
|
106
112
|
resourceInputs["subgroupEvents"] = state?.subgroupEvents;
|
|
107
113
|
resourceInputs["tagPushEvents"] = state?.tagPushEvents;
|
|
108
114
|
resourceInputs["token"] = state?.token;
|
|
109
115
|
resourceInputs["url"] = state?.url;
|
|
116
|
+
resourceInputs["urlVariables"] = state?.urlVariables;
|
|
110
117
|
resourceInputs["vulnerabilityEvents"] = state?.vulnerabilityEvents;
|
|
111
118
|
resourceInputs["wikiPageEvents"] = state?.wikiPageEvents;
|
|
112
119
|
}
|
|
@@ -133,6 +140,7 @@ class GroupHook extends pulumi.CustomResource {
|
|
|
133
140
|
resourceInputs["jobEvents"] = args?.jobEvents;
|
|
134
141
|
resourceInputs["memberEvents"] = args?.memberEvents;
|
|
135
142
|
resourceInputs["mergeRequestsEvents"] = args?.mergeRequestsEvents;
|
|
143
|
+
resourceInputs["milestoneEvents"] = args?.milestoneEvents;
|
|
136
144
|
resourceInputs["name"] = args?.name;
|
|
137
145
|
resourceInputs["noteEvents"] = args?.noteEvents;
|
|
138
146
|
resourceInputs["pipelineEvents"] = args?.pipelineEvents;
|
|
@@ -140,17 +148,23 @@ class GroupHook extends pulumi.CustomResource {
|
|
|
140
148
|
resourceInputs["pushEvents"] = args?.pushEvents;
|
|
141
149
|
resourceInputs["pushEventsBranchFilter"] = args?.pushEventsBranchFilter;
|
|
142
150
|
resourceInputs["releasesEvents"] = args?.releasesEvents;
|
|
151
|
+
resourceInputs["resourceAccessTokenEvents"] = args?.resourceAccessTokenEvents;
|
|
152
|
+
resourceInputs["signingToken"] = args?.signingToken ? pulumi.secret(args.signingToken) : undefined;
|
|
143
153
|
resourceInputs["subgroupEvents"] = args?.subgroupEvents;
|
|
144
154
|
resourceInputs["tagPushEvents"] = args?.tagPushEvents;
|
|
145
155
|
resourceInputs["token"] = args?.token ? pulumi.secret(args.token) : undefined;
|
|
146
156
|
resourceInputs["url"] = args?.url;
|
|
157
|
+
resourceInputs["urlVariables"] = args?.urlVariables;
|
|
147
158
|
resourceInputs["vulnerabilityEvents"] = args?.vulnerabilityEvents;
|
|
148
159
|
resourceInputs["wikiPageEvents"] = args?.wikiPageEvents;
|
|
160
|
+
resourceInputs["alertStatus"] = undefined /*out*/;
|
|
161
|
+
resourceInputs["disabledUntil"] = undefined /*out*/;
|
|
149
162
|
resourceInputs["groupId"] = undefined /*out*/;
|
|
150
163
|
resourceInputs["hookId"] = undefined /*out*/;
|
|
164
|
+
resourceInputs["signingTokenPresent"] = undefined /*out*/;
|
|
151
165
|
}
|
|
152
166
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
153
|
-
const secretOpts = { additionalSecretOutputs: ["token"] };
|
|
167
|
+
const secretOpts = { additionalSecretOutputs: ["signingToken", "token"] };
|
|
154
168
|
opts = pulumi.mergeOptions(opts, secretOpts);
|
|
155
169
|
super(GroupHook.__pulumiType, name, resourceInputs, opts);
|
|
156
170
|
}
|
package/groupHook.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"groupHook.js","sourceRoot":"","sources":["../groupHook.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AAGzC,uDAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,MAAa,SAAU,SAAQ,MAAM,CAAC,cAAc;IAChD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAsB,EAAE,IAAmC;QACpH,OAAO,IAAI,SAAS,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAChE,CAAC;IAED,gBAAgB;IACT,MAAM,CAAU,YAAY,GAAG,kCAAkC,CAAC;IAEzE;;;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,SAAS,CAAC,YAAY,CAAC;IAC1D,CAAC;
|
|
1
|
+
{"version":3,"file":"groupHook.js","sourceRoot":"","sources":["../groupHook.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* The `gitlab.
|
|
3
|
+
* The `gitlab.GroupIntegrationHarbor` resource manages the lifecycle of a group integration with Harbor.
|
|
4
4
|
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* **Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/api/project_integrations/#harbor)
|
|
5
|
+
* **Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/api/group_integrations/#harbor)
|
|
8
6
|
*
|
|
9
7
|
* ## Example Usage
|
|
10
8
|
*
|
|
@@ -12,38 +10,36 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
12
10
|
* import * as pulumi from "@pulumi/pulumi";
|
|
13
11
|
* import * as gitlab from "@pulumi/gitlab";
|
|
14
12
|
*
|
|
15
|
-
* const
|
|
16
|
-
*
|
|
17
|
-
* description: "My awesome project.",
|
|
18
|
-
* visibilityLevel: "public",
|
|
19
|
-
* });
|
|
20
|
-
* const config = new pulumi.Config();
|
|
21
|
-
* // Harbor password
|
|
22
|
-
* const password = config.require("password");
|
|
23
|
-
* const harbor = new gitlab.IntegrationHarbor("harbor", {
|
|
24
|
-
* project: awesomeProject.id,
|
|
13
|
+
* const example = new gitlab.GroupIntegrationHarbor("example", {
|
|
14
|
+
* group: "my-group",
|
|
25
15
|
* url: "http://harbor.example.com",
|
|
26
16
|
* projectName: "my_project_name",
|
|
27
|
-
* username: "
|
|
28
|
-
* password:
|
|
17
|
+
* username: "my_username",
|
|
18
|
+
* password: "my_password",
|
|
29
19
|
* });
|
|
30
20
|
* ```
|
|
31
21
|
*
|
|
32
22
|
* ## Import
|
|
33
23
|
*
|
|
34
|
-
* Starting in Terraform v1.5.0, you can use an import block to import `gitlab.
|
|
24
|
+
* Starting in Terraform v1.5.0, you can use an import block to import `gitlab.GroupIntegrationHarbor`. For example:
|
|
35
25
|
*
|
|
36
26
|
* Importing using the CLI is supported with the following syntax:
|
|
37
27
|
*
|
|
38
|
-
*
|
|
28
|
+
* GitLab group Harbor integrations can be imported using the group ID or full path, e.g.
|
|
39
29
|
*
|
|
40
30
|
* ```sh
|
|
41
|
-
* $ pulumi import gitlab:index/
|
|
31
|
+
* $ pulumi import gitlab:index/groupIntegrationHarbor:GroupIntegrationHarbor example 123
|
|
32
|
+
* ```
|
|
33
|
+
*
|
|
34
|
+
* or by full path
|
|
35
|
+
*
|
|
36
|
+
* ```sh
|
|
37
|
+
* $ pulumi import gitlab:index/groupIntegrationHarbor:GroupIntegrationHarbor example "my-group"
|
|
42
38
|
* ```
|
|
43
39
|
*/
|
|
44
|
-
export declare class
|
|
40
|
+
export declare class GroupIntegrationHarbor extends pulumi.CustomResource {
|
|
45
41
|
/**
|
|
46
|
-
* Get an existing
|
|
42
|
+
* Get an existing GroupIntegrationHarbor resource's state with the given name, ID, and optional extra
|
|
47
43
|
* properties used to qualify the lookup.
|
|
48
44
|
*
|
|
49
45
|
* @param name The _unique_ name of the resulting resource.
|
|
@@ -51,24 +47,24 @@ export declare class IntegrationHarbor extends pulumi.CustomResource {
|
|
|
51
47
|
* @param state Any extra arguments used during the lookup.
|
|
52
48
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
53
49
|
*/
|
|
54
|
-
static get(name: string, id: pulumi.Input<pulumi.ID>, state?:
|
|
50
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: GroupIntegrationHarborState, opts?: pulumi.CustomResourceOptions): GroupIntegrationHarbor;
|
|
55
51
|
/**
|
|
56
|
-
* Returns true if the given object is an instance of
|
|
52
|
+
* Returns true if the given object is an instance of GroupIntegrationHarbor. This is designed to work even
|
|
57
53
|
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
58
54
|
*/
|
|
59
|
-
static isInstance(obj: any): obj is
|
|
55
|
+
static isInstance(obj: any): obj is GroupIntegrationHarbor;
|
|
60
56
|
/**
|
|
61
57
|
* Whether the integration is active.
|
|
62
58
|
*/
|
|
63
59
|
readonly active: pulumi.Output<boolean>;
|
|
64
60
|
/**
|
|
65
|
-
*
|
|
61
|
+
* The ID or full path of the group to integrate with Harbor.
|
|
66
62
|
*/
|
|
67
|
-
readonly
|
|
63
|
+
readonly group: pulumi.Output<string>;
|
|
68
64
|
/**
|
|
69
|
-
*
|
|
65
|
+
* Password for authentication with the Harbor server, if authentication is required by the server.
|
|
70
66
|
*/
|
|
71
|
-
readonly
|
|
67
|
+
readonly password: pulumi.Output<string>;
|
|
72
68
|
/**
|
|
73
69
|
* The URL-friendly Harbor project name. This project needs to already exist in Harbor. Example: `myProjectName`.
|
|
74
70
|
*/
|
|
@@ -86,30 +82,30 @@ export declare class IntegrationHarbor extends pulumi.CustomResource {
|
|
|
86
82
|
*/
|
|
87
83
|
readonly username: pulumi.Output<string>;
|
|
88
84
|
/**
|
|
89
|
-
* Create a
|
|
85
|
+
* Create a GroupIntegrationHarbor resource with the given unique name, arguments, and options.
|
|
90
86
|
*
|
|
91
87
|
* @param name The _unique_ name of the resource.
|
|
92
88
|
* @param args The arguments to use to populate this resource's properties.
|
|
93
89
|
* @param opts A bag of options that control this resource's behavior.
|
|
94
90
|
*/
|
|
95
|
-
constructor(name: string, args:
|
|
91
|
+
constructor(name: string, args: GroupIntegrationHarborArgs, opts?: pulumi.CustomResourceOptions);
|
|
96
92
|
}
|
|
97
93
|
/**
|
|
98
|
-
* Input properties used for looking up and filtering
|
|
94
|
+
* Input properties used for looking up and filtering GroupIntegrationHarbor resources.
|
|
99
95
|
*/
|
|
100
|
-
export interface
|
|
96
|
+
export interface GroupIntegrationHarborState {
|
|
101
97
|
/**
|
|
102
98
|
* Whether the integration is active.
|
|
103
99
|
*/
|
|
104
100
|
active?: pulumi.Input<boolean | undefined>;
|
|
105
101
|
/**
|
|
106
|
-
*
|
|
102
|
+
* The ID or full path of the group to integrate with Harbor.
|
|
107
103
|
*/
|
|
108
|
-
|
|
104
|
+
group?: pulumi.Input<string | undefined>;
|
|
109
105
|
/**
|
|
110
|
-
*
|
|
106
|
+
* Password for authentication with the Harbor server, if authentication is required by the server.
|
|
111
107
|
*/
|
|
112
|
-
|
|
108
|
+
password?: pulumi.Input<string | undefined>;
|
|
113
109
|
/**
|
|
114
110
|
* The URL-friendly Harbor project name. This project needs to already exist in Harbor. Example: `myProjectName`.
|
|
115
111
|
*/
|
|
@@ -128,17 +124,17 @@ export interface IntegrationHarborState {
|
|
|
128
124
|
username?: pulumi.Input<string | undefined>;
|
|
129
125
|
}
|
|
130
126
|
/**
|
|
131
|
-
* The set of arguments for constructing a
|
|
127
|
+
* The set of arguments for constructing a GroupIntegrationHarbor resource.
|
|
132
128
|
*/
|
|
133
|
-
export interface
|
|
129
|
+
export interface GroupIntegrationHarborArgs {
|
|
134
130
|
/**
|
|
135
|
-
*
|
|
131
|
+
* The ID or full path of the group to integrate with Harbor.
|
|
136
132
|
*/
|
|
137
|
-
|
|
133
|
+
group: pulumi.Input<string>;
|
|
138
134
|
/**
|
|
139
|
-
*
|
|
135
|
+
* Password for authentication with the Harbor server, if authentication is required by the server.
|
|
140
136
|
*/
|
|
141
|
-
|
|
137
|
+
password: pulumi.Input<string>;
|
|
142
138
|
/**
|
|
143
139
|
* The URL-friendly Harbor project name. This project needs to already exist in Harbor. Example: `myProjectName`.
|
|
144
140
|
*/
|
|
@@ -156,4 +152,4 @@ export interface IntegrationHarborArgs {
|
|
|
156
152
|
*/
|
|
157
153
|
username: pulumi.Input<string>;
|
|
158
154
|
}
|
|
159
|
-
//# sourceMappingURL=
|
|
155
|
+
//# sourceMappingURL=groupIntegrationHarbor.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"groupIntegrationHarbor.d.ts","sourceRoot":"","sources":["../groupIntegrationHarbor.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAGzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,qBAAa,sBAAuB,SAAQ,MAAM,CAAC,cAAc;IAC7D;;;;;;;;OAQG;WACW,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,EAAE,2BAA2B,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB,GAAG,sBAAsB;IAO9J;;;OAGG;WACW,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,sBAAsB;IAOjE;;OAEG;IACH,SAAgC,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;IAC/D;;OAEG;IACH,SAAwB,KAAK,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACrD;;OAEG;IACH,SAAwB,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACxD;;OAEG;IACH,SAAwB,WAAW,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC3D;;OAEG;IACH,SAAwB,GAAG,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACnD;;OAEG;IACH,SAAwB,oBAAoB,EAAE,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;IACrE;;OAEG;IACH,SAAwB,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAExD;;;;;;OAMG;gBACS,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,0BAA0B,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB;CA2ClG;AAED;;GAEG;AACH,MAAM,WAAW,2BAA2B;IACxC;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC;IAC3C;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACzC;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC5C;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC/C;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACvC;;OAEG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC;IACzD;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;CAC/C;AAED;;GAEG;AACH,MAAM,WAAW,0BAA0B;IACvC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC5B;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC/B;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAClC;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC1B;;OAEG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC;IACzD;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CAClC"}
|
|
@@ -25,15 +25,13 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
return result;
|
|
26
26
|
};
|
|
27
27
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28
|
-
exports.
|
|
28
|
+
exports.GroupIntegrationHarbor = void 0;
|
|
29
29
|
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
30
30
|
const utilities = __importStar(require("./utilities"));
|
|
31
31
|
/**
|
|
32
|
-
* The `gitlab.
|
|
32
|
+
* The `gitlab.GroupIntegrationHarbor` resource manages the lifecycle of a group integration with Harbor.
|
|
33
33
|
*
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
* **Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/api/project_integrations/#harbor)
|
|
34
|
+
* **Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/api/group_integrations/#harbor)
|
|
37
35
|
*
|
|
38
36
|
* ## Example Usage
|
|
39
37
|
*
|
|
@@ -41,38 +39,36 @@ const utilities = __importStar(require("./utilities"));
|
|
|
41
39
|
* import * as pulumi from "@pulumi/pulumi";
|
|
42
40
|
* import * as gitlab from "@pulumi/gitlab";
|
|
43
41
|
*
|
|
44
|
-
* const
|
|
45
|
-
*
|
|
46
|
-
* description: "My awesome project.",
|
|
47
|
-
* visibilityLevel: "public",
|
|
48
|
-
* });
|
|
49
|
-
* const config = new pulumi.Config();
|
|
50
|
-
* // Harbor password
|
|
51
|
-
* const password = config.require("password");
|
|
52
|
-
* const harbor = new gitlab.IntegrationHarbor("harbor", {
|
|
53
|
-
* project: awesomeProject.id,
|
|
42
|
+
* const example = new gitlab.GroupIntegrationHarbor("example", {
|
|
43
|
+
* group: "my-group",
|
|
54
44
|
* url: "http://harbor.example.com",
|
|
55
45
|
* projectName: "my_project_name",
|
|
56
|
-
* username: "
|
|
57
|
-
* password:
|
|
46
|
+
* username: "my_username",
|
|
47
|
+
* password: "my_password",
|
|
58
48
|
* });
|
|
59
49
|
* ```
|
|
60
50
|
*
|
|
61
51
|
* ## Import
|
|
62
52
|
*
|
|
63
|
-
* Starting in Terraform v1.5.0, you can use an import block to import `gitlab.
|
|
53
|
+
* Starting in Terraform v1.5.0, you can use an import block to import `gitlab.GroupIntegrationHarbor`. For example:
|
|
64
54
|
*
|
|
65
55
|
* Importing using the CLI is supported with the following syntax:
|
|
66
56
|
*
|
|
67
|
-
*
|
|
57
|
+
* GitLab group Harbor integrations can be imported using the group ID or full path, e.g.
|
|
58
|
+
*
|
|
59
|
+
* ```sh
|
|
60
|
+
* $ pulumi import gitlab:index/groupIntegrationHarbor:GroupIntegrationHarbor example 123
|
|
61
|
+
* ```
|
|
62
|
+
*
|
|
63
|
+
* or by full path
|
|
68
64
|
*
|
|
69
65
|
* ```sh
|
|
70
|
-
* $ pulumi import gitlab:index/
|
|
66
|
+
* $ pulumi import gitlab:index/groupIntegrationHarbor:GroupIntegrationHarbor example "my-group"
|
|
71
67
|
* ```
|
|
72
68
|
*/
|
|
73
|
-
class
|
|
69
|
+
class GroupIntegrationHarbor extends pulumi.CustomResource {
|
|
74
70
|
/**
|
|
75
|
-
* Get an existing
|
|
71
|
+
* Get an existing GroupIntegrationHarbor resource's state with the given name, ID, and optional extra
|
|
76
72
|
* properties used to qualify the lookup.
|
|
77
73
|
*
|
|
78
74
|
* @param name The _unique_ name of the resulting resource.
|
|
@@ -81,19 +77,19 @@ class IntegrationHarbor extends pulumi.CustomResource {
|
|
|
81
77
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
82
78
|
*/
|
|
83
79
|
static get(name, id, state, opts) {
|
|
84
|
-
return new
|
|
80
|
+
return new GroupIntegrationHarbor(name, state, { ...opts, id: id });
|
|
85
81
|
}
|
|
86
82
|
/** @internal */
|
|
87
|
-
static __pulumiType = 'gitlab:index/
|
|
83
|
+
static __pulumiType = 'gitlab:index/groupIntegrationHarbor:GroupIntegrationHarbor';
|
|
88
84
|
/**
|
|
89
|
-
* Returns true if the given object is an instance of
|
|
85
|
+
* Returns true if the given object is an instance of GroupIntegrationHarbor. This is designed to work even
|
|
90
86
|
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
91
87
|
*/
|
|
92
88
|
static isInstance(obj) {
|
|
93
89
|
if (obj === undefined || obj === null) {
|
|
94
90
|
return false;
|
|
95
91
|
}
|
|
96
|
-
return obj['__pulumiType'] ===
|
|
92
|
+
return obj['__pulumiType'] === GroupIntegrationHarbor.__pulumiType;
|
|
97
93
|
}
|
|
98
94
|
constructor(name, argsOrState, opts) {
|
|
99
95
|
let resourceInputs = {};
|
|
@@ -101,8 +97,8 @@ class IntegrationHarbor extends pulumi.CustomResource {
|
|
|
101
97
|
if (opts.id) {
|
|
102
98
|
const state = argsOrState;
|
|
103
99
|
resourceInputs["active"] = state?.active;
|
|
100
|
+
resourceInputs["group"] = state?.group;
|
|
104
101
|
resourceInputs["password"] = state?.password;
|
|
105
|
-
resourceInputs["project"] = state?.project;
|
|
106
102
|
resourceInputs["projectName"] = state?.projectName;
|
|
107
103
|
resourceInputs["url"] = state?.url;
|
|
108
104
|
resourceInputs["useInheritedSettings"] = state?.useInheritedSettings;
|
|
@@ -110,12 +106,12 @@ class IntegrationHarbor extends pulumi.CustomResource {
|
|
|
110
106
|
}
|
|
111
107
|
else {
|
|
112
108
|
const args = argsOrState;
|
|
109
|
+
if (args?.group === undefined && !opts.urn) {
|
|
110
|
+
throw new Error("Missing required property 'group'");
|
|
111
|
+
}
|
|
113
112
|
if (args?.password === undefined && !opts.urn) {
|
|
114
113
|
throw new Error("Missing required property 'password'");
|
|
115
114
|
}
|
|
116
|
-
if (args?.project === undefined && !opts.urn) {
|
|
117
|
-
throw new Error("Missing required property 'project'");
|
|
118
|
-
}
|
|
119
115
|
if (args?.projectName === undefined && !opts.urn) {
|
|
120
116
|
throw new Error("Missing required property 'projectName'");
|
|
121
117
|
}
|
|
@@ -125,8 +121,8 @@ class IntegrationHarbor extends pulumi.CustomResource {
|
|
|
125
121
|
if (args?.username === undefined && !opts.urn) {
|
|
126
122
|
throw new Error("Missing required property 'username'");
|
|
127
123
|
}
|
|
124
|
+
resourceInputs["group"] = args?.group;
|
|
128
125
|
resourceInputs["password"] = args?.password ? pulumi.secret(args.password) : undefined;
|
|
129
|
-
resourceInputs["project"] = args?.project;
|
|
130
126
|
resourceInputs["projectName"] = args?.projectName;
|
|
131
127
|
resourceInputs["url"] = args?.url;
|
|
132
128
|
resourceInputs["useInheritedSettings"] = args?.useInheritedSettings;
|
|
@@ -136,8 +132,8 @@ class IntegrationHarbor extends pulumi.CustomResource {
|
|
|
136
132
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
137
133
|
const secretOpts = { additionalSecretOutputs: ["password"] };
|
|
138
134
|
opts = pulumi.mergeOptions(opts, secretOpts);
|
|
139
|
-
super(
|
|
135
|
+
super(GroupIntegrationHarbor.__pulumiType, name, resourceInputs, opts);
|
|
140
136
|
}
|
|
141
137
|
}
|
|
142
|
-
exports.
|
|
143
|
-
//# sourceMappingURL=
|
|
138
|
+
exports.GroupIntegrationHarbor = GroupIntegrationHarbor;
|
|
139
|
+
//# sourceMappingURL=groupIntegrationHarbor.js.map
|