@pulumi/gitlab 6.10.0-alpha.1710995264 → 6.10.0-alpha.1711027378

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.
@@ -472,19 +472,19 @@ export declare class ApplicationSettings extends pulumi.CustomResource {
472
472
  /**
473
473
  * Number of Git pushes after which an incremental git repack is run.
474
474
  *
475
- * @deprecated housekeeping_full_repack_period is deprecated. Use housekeeping_optimize_repository_period instead.
475
+ * @deprecated housekeeping_full_repack_period is deprecated. Use housekeepingOptimizeRepositoryPeriod instead.
476
476
  */
477
477
  readonly housekeepingFullRepackPeriod: pulumi.Output<number>;
478
478
  /**
479
479
  * Number of Git pushes after which git gc is run.
480
480
  *
481
- * @deprecated housekeeping_gc_period is deprecated. Use housekeeping_optimize_repository_period instead.
481
+ * @deprecated housekeeping_gc_period is deprecated. Use housekeepingOptimizeRepositoryPeriod instead.
482
482
  */
483
483
  readonly housekeepingGcPeriod: pulumi.Output<number>;
484
484
  /**
485
485
  * Number of Git pushes after which an incremental git repack is run.
486
486
  *
487
- * @deprecated housekeeping_incremental_repack_period is deprecated. Use housekeeping_optimize_repository_period instead.
487
+ * @deprecated housekeeping_incremental_repack_period is deprecated. Use housekeepingOptimizeRepositoryPeriod instead.
488
488
  */
489
489
  readonly housekeepingIncrementalRepackPeriod: pulumi.Output<number>;
490
490
  /**
@@ -1459,19 +1459,19 @@ export interface ApplicationSettingsState {
1459
1459
  /**
1460
1460
  * Number of Git pushes after which an incremental git repack is run.
1461
1461
  *
1462
- * @deprecated housekeeping_full_repack_period is deprecated. Use housekeeping_optimize_repository_period instead.
1462
+ * @deprecated housekeeping_full_repack_period is deprecated. Use housekeepingOptimizeRepositoryPeriod instead.
1463
1463
  */
1464
1464
  housekeepingFullRepackPeriod?: pulumi.Input<number>;
1465
1465
  /**
1466
1466
  * Number of Git pushes after which git gc is run.
1467
1467
  *
1468
- * @deprecated housekeeping_gc_period is deprecated. Use housekeeping_optimize_repository_period instead.
1468
+ * @deprecated housekeeping_gc_period is deprecated. Use housekeepingOptimizeRepositoryPeriod instead.
1469
1469
  */
1470
1470
  housekeepingGcPeriod?: pulumi.Input<number>;
1471
1471
  /**
1472
1472
  * Number of Git pushes after which an incremental git repack is run.
1473
1473
  *
1474
- * @deprecated housekeeping_incremental_repack_period is deprecated. Use housekeeping_optimize_repository_period instead.
1474
+ * @deprecated housekeeping_incremental_repack_period is deprecated. Use housekeepingOptimizeRepositoryPeriod instead.
1475
1475
  */
1476
1476
  housekeepingIncrementalRepackPeriod?: pulumi.Input<number>;
1477
1477
  /**
@@ -2438,19 +2438,19 @@ export interface ApplicationSettingsArgs {
2438
2438
  /**
2439
2439
  * Number of Git pushes after which an incremental git repack is run.
2440
2440
  *
2441
- * @deprecated housekeeping_full_repack_period is deprecated. Use housekeeping_optimize_repository_period instead.
2441
+ * @deprecated housekeeping_full_repack_period is deprecated. Use housekeepingOptimizeRepositoryPeriod instead.
2442
2442
  */
2443
2443
  housekeepingFullRepackPeriod?: pulumi.Input<number>;
2444
2444
  /**
2445
2445
  * Number of Git pushes after which git gc is run.
2446
2446
  *
2447
- * @deprecated housekeeping_gc_period is deprecated. Use housekeeping_optimize_repository_period instead.
2447
+ * @deprecated housekeeping_gc_period is deprecated. Use housekeepingOptimizeRepositoryPeriod instead.
2448
2448
  */
2449
2449
  housekeepingGcPeriod?: pulumi.Input<number>;
2450
2450
  /**
2451
2451
  * Number of Git pushes after which an incremental git repack is run.
2452
2452
  *
2453
- * @deprecated housekeeping_incremental_repack_period is deprecated. Use housekeeping_optimize_repository_period instead.
2453
+ * @deprecated housekeeping_incremental_repack_period is deprecated. Use housekeepingOptimizeRepositoryPeriod instead.
2454
2454
  */
2455
2455
  housekeepingIncrementalRepackPeriod?: pulumi.Input<number>;
2456
2456
  /**
@@ -39,7 +39,7 @@ export declare class GroupLdapLink extends pulumi.CustomResource {
39
39
  /**
40
40
  * Minimum access level for members of the LDAP group. Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`, `master`
41
41
  *
42
- * @deprecated Use `group_access` instead of the `access_level` attribute.
42
+ * @deprecated Use `groupAccess` instead of the `accessLevel` attribute.
43
43
  */
44
44
  readonly accessLevel: pulumi.Output<string | undefined>;
45
45
  /**
@@ -82,7 +82,7 @@ export interface GroupLdapLinkState {
82
82
  /**
83
83
  * Minimum access level for members of the LDAP group. Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`, `master`
84
84
  *
85
- * @deprecated Use `group_access` instead of the `access_level` attribute.
85
+ * @deprecated Use `groupAccess` instead of the `accessLevel` attribute.
86
86
  */
87
87
  accessLevel?: pulumi.Input<string>;
88
88
  /**
@@ -117,7 +117,7 @@ export interface GroupLdapLinkArgs {
117
117
  /**
118
118
  * Minimum access level for members of the LDAP group. Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`, `master`
119
119
  *
120
- * @deprecated Use `group_access` instead of the `access_level` attribute.
120
+ * @deprecated Use `groupAccess` instead of the `accessLevel` attribute.
121
121
  */
122
122
  accessLevel?: pulumi.Input<string>;
123
123
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/gitlab",
3
- "version": "v6.10.0-alpha.1710995264+221a23a1",
3
+ "version": "v6.10.0-alpha.1711027378+eb868863",
4
4
  "description": "A Pulumi package for creating and managing GitLab resources.",
5
5
  "keywords": [
6
6
  "pulumi",
package/project.d.ts CHANGED
@@ -198,7 +198,7 @@ export declare class Project extends pulumi.CustomResource {
198
198
  /**
199
199
  * Enable container registry for the project.
200
200
  *
201
- * @deprecated Use `container_registry_access_level` instead.
201
+ * @deprecated Use `containerRegistryAccessLevel` instead.
202
202
  */
203
203
  readonly containerRegistryEnabled: pulumi.Output<boolean>;
204
204
  /**
@@ -376,7 +376,7 @@ export declare class Project extends pulumi.CustomResource {
376
376
  /**
377
377
  * Enable pipelines for the project. The `pipelinesEnabled` field is being sent as `jobsEnabled` in the GitLab API calls.
378
378
  *
379
- * @deprecated Deprecated in favor of `builds_access_level`
379
+ * @deprecated Deprecated in favor of `buildsAccessLevel`
380
380
  */
381
381
  readonly pipelinesEnabled: pulumi.Output<boolean>;
382
382
  /**
@@ -386,7 +386,7 @@ export declare class Project extends pulumi.CustomResource {
386
386
  /**
387
387
  * If true, jobs can be viewed by non-project members.
388
388
  *
389
- * @deprecated The `public_builds` attribute has been deprecated in favor of `public_jobs` and will be removed in the next major version of the provider.
389
+ * @deprecated The `publicBuilds` attribute has been deprecated in favor of `publicJobs` and will be removed in the next major version of the provider.
390
390
  */
391
391
  readonly publicBuilds: pulumi.Output<boolean>;
392
392
  /**
@@ -622,7 +622,7 @@ export interface ProjectState {
622
622
  /**
623
623
  * Enable container registry for the project.
624
624
  *
625
- * @deprecated Use `container_registry_access_level` instead.
625
+ * @deprecated Use `containerRegistryAccessLevel` instead.
626
626
  */
627
627
  containerRegistryEnabled?: pulumi.Input<boolean>;
628
628
  /**
@@ -800,7 +800,7 @@ export interface ProjectState {
800
800
  /**
801
801
  * Enable pipelines for the project. The `pipelinesEnabled` field is being sent as `jobsEnabled` in the GitLab API calls.
802
802
  *
803
- * @deprecated Deprecated in favor of `builds_access_level`
803
+ * @deprecated Deprecated in favor of `buildsAccessLevel`
804
804
  */
805
805
  pipelinesEnabled?: pulumi.Input<boolean>;
806
806
  /**
@@ -810,7 +810,7 @@ export interface ProjectState {
810
810
  /**
811
811
  * If true, jobs can be viewed by non-project members.
812
812
  *
813
- * @deprecated The `public_builds` attribute has been deprecated in favor of `public_jobs` and will be removed in the next major version of the provider.
813
+ * @deprecated The `publicBuilds` attribute has been deprecated in favor of `publicJobs` and will be removed in the next major version of the provider.
814
814
  */
815
815
  publicBuilds?: pulumi.Input<boolean>;
816
816
  /**
@@ -1034,7 +1034,7 @@ export interface ProjectArgs {
1034
1034
  /**
1035
1035
  * Enable container registry for the project.
1036
1036
  *
1037
- * @deprecated Use `container_registry_access_level` instead.
1037
+ * @deprecated Use `containerRegistryAccessLevel` instead.
1038
1038
  */
1039
1039
  containerRegistryEnabled?: pulumi.Input<boolean>;
1040
1040
  /**
@@ -1200,7 +1200,7 @@ export interface ProjectArgs {
1200
1200
  /**
1201
1201
  * Enable pipelines for the project. The `pipelinesEnabled` field is being sent as `jobsEnabled` in the GitLab API calls.
1202
1202
  *
1203
- * @deprecated Deprecated in favor of `builds_access_level`
1203
+ * @deprecated Deprecated in favor of `buildsAccessLevel`
1204
1204
  */
1205
1205
  pipelinesEnabled?: pulumi.Input<boolean>;
1206
1206
  /**
@@ -1210,7 +1210,7 @@ export interface ProjectArgs {
1210
1210
  /**
1211
1211
  * If true, jobs can be viewed by non-project members.
1212
1212
  *
1213
- * @deprecated The `public_builds` attribute has been deprecated in favor of `public_jobs` and will be removed in the next major version of the provider.
1213
+ * @deprecated The `publicBuilds` attribute has been deprecated in favor of `publicJobs` and will be removed in the next major version of the provider.
1214
1214
  */
1215
1215
  publicBuilds?: pulumi.Input<boolean>;
1216
1216
  /**
@@ -46,7 +46,7 @@ export declare class ProjectShareGroup extends pulumi.CustomResource {
46
46
  /**
47
47
  * The access level to grant the group for the project. Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`, `master`
48
48
  *
49
- * @deprecated Use `group_access` instead of the `access_level` attribute.
49
+ * @deprecated Use `groupAccess` instead of the `accessLevel` attribute.
50
50
  */
51
51
  readonly accessLevel: pulumi.Output<string | undefined>;
52
52
  /**
@@ -77,7 +77,7 @@ export interface ProjectShareGroupState {
77
77
  /**
78
78
  * The access level to grant the group for the project. Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`, `master`
79
79
  *
80
- * @deprecated Use `group_access` instead of the `access_level` attribute.
80
+ * @deprecated Use `groupAccess` instead of the `accessLevel` attribute.
81
81
  */
82
82
  accessLevel?: pulumi.Input<string>;
83
83
  /**
@@ -100,7 +100,7 @@ export interface ProjectShareGroupArgs {
100
100
  /**
101
101
  * The access level to grant the group for the project. Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`, `master`
102
102
  *
103
- * @deprecated Use `group_access` instead of the `access_level` attribute.
103
+ * @deprecated Use `groupAccess` instead of the `accessLevel` attribute.
104
104
  */
105
105
  accessLevel?: pulumi.Input<string>;
106
106
  /**
package/types/input.d.ts CHANGED
@@ -434,7 +434,7 @@ export interface ProjectContainerExpirationPolicy {
434
434
  /**
435
435
  * The regular expression to match image names to delete.
436
436
  *
437
- * @deprecated `name_regex` has been deprecated. Use `name_regex_delete` instead.
437
+ * @deprecated `nameRegex` has been deprecated. Use `nameRegexDelete` instead.
438
438
  */
439
439
  nameRegex?: pulumi.Input<string>;
440
440
  /**
package/types/output.d.ts CHANGED
@@ -636,7 +636,7 @@ export interface GetProjectContainerExpirationPolicy {
636
636
  /**
637
637
  * The regular expression to match image names to delete.
638
638
  *
639
- * @deprecated `name_regex` has been deprecated. Use `name_regex_delete` instead.
639
+ * @deprecated `nameRegex` has been deprecated. Use `nameRegexDelete` instead.
640
640
  */
641
641
  nameRegex: string;
642
642
  /**
@@ -1751,7 +1751,7 @@ export interface GetProjectsProjectContainerExpirationPolicy {
1751
1751
  /**
1752
1752
  * The regular expression to match image names to delete.
1753
1753
  *
1754
- * @deprecated `name_regex` has been deprecated. Use `name_regex_delete` instead.
1754
+ * @deprecated `nameRegex` has been deprecated. Use `nameRegexDelete` instead.
1755
1755
  */
1756
1756
  nameRegex: string;
1757
1757
  /**
@@ -2215,7 +2215,7 @@ export interface ProjectContainerExpirationPolicy {
2215
2215
  /**
2216
2216
  * The regular expression to match image names to delete.
2217
2217
  *
2218
- * @deprecated `name_regex` has been deprecated. Use `name_regex_delete` instead.
2218
+ * @deprecated `nameRegex` has been deprecated. Use `nameRegexDelete` instead.
2219
2219
  */
2220
2220
  nameRegex: string;
2221
2221
  /**