@pulumi/artifactory 0.6.0 → 0.7.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.
Files changed (148) hide show
  1. package/alpineRepository.d.ts +64 -1
  2. package/alpineRepository.js +1 -1
  3. package/alpineRepository.js.map +1 -1
  4. package/backup.d.ts +168 -0
  5. package/backup.js +105 -0
  6. package/backup.js.map +1 -0
  7. package/debianRepository.d.ts +63 -0
  8. package/debianRepository.js.map +1 -1
  9. package/dockerV1Repository.d.ts +63 -0
  10. package/dockerV1Repository.js.map +1 -1
  11. package/dockerV2Repository.d.ts +66 -9
  12. package/dockerV2Repository.js.map +1 -1
  13. package/federatedAlpineRepository.d.ts +63 -0
  14. package/federatedAlpineRepository.js.map +1 -1
  15. package/federatedBowerRepository.d.ts +63 -0
  16. package/federatedBowerRepository.js.map +1 -1
  17. package/federatedCargoRepository.d.ts +63 -0
  18. package/federatedCargoRepository.js.map +1 -1
  19. package/federatedChefRepository.d.ts +63 -0
  20. package/federatedChefRepository.js.map +1 -1
  21. package/federatedCocoapodsRepository.d.ts +63 -0
  22. package/federatedCocoapodsRepository.js.map +1 -1
  23. package/federatedComposerRepository.d.ts +63 -0
  24. package/federatedComposerRepository.js.map +1 -1
  25. package/federatedConanRepository.d.ts +63 -0
  26. package/federatedConanRepository.js.map +1 -1
  27. package/federatedCondaRepository.d.ts +63 -0
  28. package/federatedCondaRepository.js.map +1 -1
  29. package/federatedCranRepository.d.ts +63 -0
  30. package/federatedCranRepository.js.map +1 -1
  31. package/federatedDebianRepository.d.ts +63 -0
  32. package/federatedDebianRepository.js.map +1 -1
  33. package/federatedDockerRepository.d.ts +63 -0
  34. package/federatedDockerRepository.js.map +1 -1
  35. package/federatedGemsRepository.d.ts +63 -0
  36. package/federatedGemsRepository.js.map +1 -1
  37. package/federatedGenericRepository.d.ts +63 -0
  38. package/federatedGenericRepository.js.map +1 -1
  39. package/federatedGitltfsRepository.d.ts +63 -0
  40. package/federatedGitltfsRepository.js.map +1 -1
  41. package/federatedGoRepository.d.ts +63 -0
  42. package/federatedGoRepository.js.map +1 -1
  43. package/federatedGradleRepository.d.ts +63 -0
  44. package/federatedGradleRepository.js.map +1 -1
  45. package/federatedHelmRepository.d.ts +63 -0
  46. package/federatedHelmRepository.js.map +1 -1
  47. package/federatedIvyRepository.d.ts +63 -0
  48. package/federatedIvyRepository.js.map +1 -1
  49. package/federatedMavenRepository.d.ts +63 -0
  50. package/federatedMavenRepository.js.map +1 -1
  51. package/federatedNpmRepository.d.ts +63 -0
  52. package/federatedNpmRepository.js.map +1 -1
  53. package/federatedNugetRepository.d.ts +63 -0
  54. package/federatedNugetRepository.js.map +1 -1
  55. package/federatedOpkgRepository.d.ts +63 -0
  56. package/federatedOpkgRepository.js.map +1 -1
  57. package/federatedPuppetRepository.d.ts +63 -0
  58. package/federatedPuppetRepository.js.map +1 -1
  59. package/federatedPypiRepository.d.ts +63 -0
  60. package/federatedPypiRepository.js.map +1 -1
  61. package/federatedRpmRepository.d.ts +63 -0
  62. package/federatedRpmRepository.js.map +1 -1
  63. package/federatedSbtRepository.d.ts +63 -0
  64. package/federatedSbtRepository.js.map +1 -1
  65. package/federatedVagrantRepository.d.ts +63 -0
  66. package/federatedVagrantRepository.js.map +1 -1
  67. package/goRepository.d.ts +6 -6
  68. package/index.d.ts +3 -0
  69. package/index.js +15 -0
  70. package/index.js.map +1 -1
  71. package/localBowerRepository.d.ts +63 -0
  72. package/localBowerRepository.js.map +1 -1
  73. package/localChefRepository.d.ts +63 -0
  74. package/localChefRepository.js.map +1 -1
  75. package/localCocoapodsRepository.d.ts +63 -0
  76. package/localCocoapodsRepository.js.map +1 -1
  77. package/localComposerRepository.d.ts +63 -0
  78. package/localComposerRepository.js.map +1 -1
  79. package/localConanRepository.d.ts +63 -0
  80. package/localConanRepository.js.map +1 -1
  81. package/localCranRepository.d.ts +63 -0
  82. package/localCranRepository.js.map +1 -1
  83. package/localGemsRepository.d.ts +63 -0
  84. package/localGemsRepository.js.map +1 -1
  85. package/localGenericRepository.d.ts +60 -12
  86. package/localGenericRepository.js.map +1 -1
  87. package/localGitltfsRepository.d.ts +63 -0
  88. package/localGitltfsRepository.js.map +1 -1
  89. package/localGoRepository.d.ts +63 -0
  90. package/localGoRepository.js.map +1 -1
  91. package/localGradleRepository.d.ts +64 -1
  92. package/localGradleRepository.js +1 -1
  93. package/localGradleRepository.js.map +1 -1
  94. package/localHelmRepository.d.ts +63 -0
  95. package/localHelmRepository.js.map +1 -1
  96. package/localIvyRepository.d.ts +63 -0
  97. package/localIvyRepository.js.map +1 -1
  98. package/localMavenRepository.d.ts +65 -2
  99. package/localMavenRepository.js +2 -2
  100. package/localMavenRepository.js.map +1 -1
  101. package/localNpmRepository.d.ts +63 -0
  102. package/localNpmRepository.js.map +1 -1
  103. package/localNugetRepository.d.ts +64 -1
  104. package/localNugetRepository.js +1 -1
  105. package/localNugetRepository.js.map +1 -1
  106. package/localOpkgRepository.d.ts +63 -0
  107. package/localOpkgRepository.js.map +1 -1
  108. package/localPuppetRepository.d.ts +63 -0
  109. package/localPuppetRepository.js.map +1 -1
  110. package/localPypiRepository.d.ts +63 -0
  111. package/localPypiRepository.js.map +1 -1
  112. package/localRpmRepository.d.ts +63 -0
  113. package/localRpmRepository.js.map +1 -1
  114. package/localSbtRepository.d.ts +63 -0
  115. package/localSbtRepository.js.map +1 -1
  116. package/localVagrantRepository.d.ts +63 -0
  117. package/localVagrantRepository.js.map +1 -1
  118. package/mavenRepository.d.ts +3 -3
  119. package/package.json +2 -2
  120. package/package.json.dev +2 -2
  121. package/remoteCargoRepository.d.ts +136 -54
  122. package/remoteCargoRepository.js +2 -0
  123. package/remoteCargoRepository.js.map +1 -1
  124. package/remoteDockerRepository.d.ts +127 -54
  125. package/remoteDockerRepository.js +2 -0
  126. package/remoteDockerRepository.js.map +1 -1
  127. package/remoteGradleRepository.d.ts +530 -0
  128. package/remoteGradleRepository.js +168 -0
  129. package/remoteGradleRepository.js.map +1 -0
  130. package/remoteHelmRepository.d.ts +136 -54
  131. package/remoteHelmRepository.js +2 -0
  132. package/remoteHelmRepository.js.map +1 -1
  133. package/remoteMavenRepository.d.ts +530 -0
  134. package/remoteMavenRepository.js +168 -0
  135. package/remoteMavenRepository.js.map +1 -0
  136. package/remoteNpmRepository.d.ts +127 -57
  137. package/remoteNpmRepository.js.map +1 -1
  138. package/remotePypiRepository.d.ts +136 -54
  139. package/remotePypiRepository.js +2 -0
  140. package/remotePypiRepository.js.map +1 -1
  141. package/types/input.d.ts +36 -0
  142. package/types/output.d.ts +36 -0
  143. package/virtualConanRepository.d.ts +6 -3
  144. package/virtualConanRepository.js.map +1 -1
  145. package/virtualGenericRepository.d.ts +15 -30
  146. package/virtualGenericRepository.js.map +1 -1
  147. package/virtualHelmRepository.d.ts +3 -3
  148. package/virtualRpmRepository.d.ts +6 -6
@@ -47,8 +47,7 @@ export declare class VirtualGenericRepository extends pulumi.CustomResource {
47
47
  */
48
48
  static isInstance(obj: any): obj is VirtualGenericRepository;
49
49
  /**
50
- * Whether the virtual repository should search through remote repositories when trying to resolve an artifact requested by
51
- * another Artifactory instance.
50
+ * Whether the virtual repository should search through remote repositories when trying to resolve an artifact requested by another Artifactory instance.
52
51
  */
53
52
  readonly artifactoryRequestsCanRetrieveRemoteArtifacts: pulumi.Output<boolean | undefined>;
54
53
  /**
@@ -61,13 +60,11 @@ export declare class VirtualGenericRepository extends pulumi.CustomResource {
61
60
  */
62
61
  readonly description: pulumi.Output<string | undefined>;
63
62
  /**
64
- * List of artifact patterns to exclude when evaluating artifact requests, in the form of x/y/**&#47;z/*.By default no
65
- * artifacts are excluded.
63
+ * List of artifact patterns to exclude when evaluating artifact requests, in the form of x/y/**&#47;z/*. By default no artifacts are excluded.
66
64
  */
67
65
  readonly excludesPattern: pulumi.Output<string | undefined>;
68
66
  /**
69
- * List of artifact patterns to include when evaluating artifact requests in the form of x/y/**&#47;z/*. When used, only
70
- * artifacts matching one of the include patterns are served. By default, all artifacts are included (**&#47;*).
67
+ * List of artifact patterns to include when evaluating artifact requests in the form of x/y/**&#47;z/*. When used, only artifacts matching one of the include patterns are served. By default, all artifacts are included (**&#47;*).
71
68
  */
72
69
  readonly includesPattern: pulumi.Output<string | undefined>;
73
70
  /**
@@ -93,8 +90,7 @@ export declare class VirtualGenericRepository extends pulumi.CustomResource {
93
90
  */
94
91
  readonly projectKey: pulumi.Output<string | undefined>;
95
92
  /**
96
- * Sets the layout that the repository should use for storing and identifying modules. A recommended layout that
97
- * corresponds to the package type defined is suggested, and index packages uploaded and calculate metadata accordingly.
93
+ * Repository layout key for the virtual repository
98
94
  */
99
95
  readonly repoLayoutRef: pulumi.Output<string>;
100
96
  /**
@@ -102,8 +98,7 @@ export declare class VirtualGenericRepository extends pulumi.CustomResource {
102
98
  */
103
99
  readonly repositories: pulumi.Output<string[] | undefined>;
104
100
  /**
105
- * This value refers to the number of seconds to cache metadata files before checking for newer versions on aggregated
106
- * repositories. A value of 0 indicates no caching.
101
+ * - This value refers to the number of seconds to cache metadata files before checking for newer versions on aggregated repositories. A value of 0 indicates no caching. Default: 7200 seconds.
107
102
  */
108
103
  readonly retrievalCachePeriodSeconds: pulumi.Output<number | undefined>;
109
104
  /**
@@ -120,8 +115,7 @@ export declare class VirtualGenericRepository extends pulumi.CustomResource {
120
115
  */
121
116
  export interface VirtualGenericRepositoryState {
122
117
  /**
123
- * Whether the virtual repository should search through remote repositories when trying to resolve an artifact requested by
124
- * another Artifactory instance.
118
+ * Whether the virtual repository should search through remote repositories when trying to resolve an artifact requested by another Artifactory instance.
125
119
  */
126
120
  artifactoryRequestsCanRetrieveRemoteArtifacts?: pulumi.Input<boolean>;
127
121
  /**
@@ -134,13 +128,11 @@ export interface VirtualGenericRepositoryState {
134
128
  */
135
129
  description?: pulumi.Input<string>;
136
130
  /**
137
- * List of artifact patterns to exclude when evaluating artifact requests, in the form of x/y/**&#47;z/*.By default no
138
- * artifacts are excluded.
131
+ * List of artifact patterns to exclude when evaluating artifact requests, in the form of x/y/**&#47;z/*. By default no artifacts are excluded.
139
132
  */
140
133
  excludesPattern?: pulumi.Input<string>;
141
134
  /**
142
- * List of artifact patterns to include when evaluating artifact requests in the form of x/y/**&#47;z/*. When used, only
143
- * artifacts matching one of the include patterns are served. By default, all artifacts are included (**&#47;*).
135
+ * List of artifact patterns to include when evaluating artifact requests in the form of x/y/**&#47;z/*. When used, only artifacts matching one of the include patterns are served. By default, all artifacts are included (**&#47;*).
144
136
  */
145
137
  includesPattern?: pulumi.Input<string>;
146
138
  /**
@@ -166,8 +158,7 @@ export interface VirtualGenericRepositoryState {
166
158
  */
167
159
  projectKey?: pulumi.Input<string>;
168
160
  /**
169
- * Sets the layout that the repository should use for storing and identifying modules. A recommended layout that
170
- * corresponds to the package type defined is suggested, and index packages uploaded and calculate metadata accordingly.
161
+ * Repository layout key for the virtual repository
171
162
  */
172
163
  repoLayoutRef?: pulumi.Input<string>;
173
164
  /**
@@ -175,8 +166,7 @@ export interface VirtualGenericRepositoryState {
175
166
  */
176
167
  repositories?: pulumi.Input<pulumi.Input<string>[]>;
177
168
  /**
178
- * This value refers to the number of seconds to cache metadata files before checking for newer versions on aggregated
179
- * repositories. A value of 0 indicates no caching.
169
+ * - This value refers to the number of seconds to cache metadata files before checking for newer versions on aggregated repositories. A value of 0 indicates no caching. Default: 7200 seconds.
180
170
  */
181
171
  retrievalCachePeriodSeconds?: pulumi.Input<number>;
182
172
  }
@@ -185,8 +175,7 @@ export interface VirtualGenericRepositoryState {
185
175
  */
186
176
  export interface VirtualGenericRepositoryArgs {
187
177
  /**
188
- * Whether the virtual repository should search through remote repositories when trying to resolve an artifact requested by
189
- * another Artifactory instance.
178
+ * Whether the virtual repository should search through remote repositories when trying to resolve an artifact requested by another Artifactory instance.
190
179
  */
191
180
  artifactoryRequestsCanRetrieveRemoteArtifacts?: pulumi.Input<boolean>;
192
181
  /**
@@ -199,13 +188,11 @@ export interface VirtualGenericRepositoryArgs {
199
188
  */
200
189
  description?: pulumi.Input<string>;
201
190
  /**
202
- * List of artifact patterns to exclude when evaluating artifact requests, in the form of x/y/**&#47;z/*.By default no
203
- * artifacts are excluded.
191
+ * List of artifact patterns to exclude when evaluating artifact requests, in the form of x/y/**&#47;z/*. By default no artifacts are excluded.
204
192
  */
205
193
  excludesPattern?: pulumi.Input<string>;
206
194
  /**
207
- * List of artifact patterns to include when evaluating artifact requests in the form of x/y/**&#47;z/*. When used, only
208
- * artifacts matching one of the include patterns are served. By default, all artifacts are included (**&#47;*).
195
+ * List of artifact patterns to include when evaluating artifact requests in the form of x/y/**&#47;z/*. When used, only artifacts matching one of the include patterns are served. By default, all artifacts are included (**&#47;*).
209
196
  */
210
197
  includesPattern?: pulumi.Input<string>;
211
198
  /**
@@ -227,8 +214,7 @@ export interface VirtualGenericRepositoryArgs {
227
214
  */
228
215
  projectKey?: pulumi.Input<string>;
229
216
  /**
230
- * Sets the layout that the repository should use for storing and identifying modules. A recommended layout that
231
- * corresponds to the package type defined is suggested, and index packages uploaded and calculate metadata accordingly.
217
+ * Repository layout key for the virtual repository
232
218
  */
233
219
  repoLayoutRef?: pulumi.Input<string>;
234
220
  /**
@@ -236,8 +222,7 @@ export interface VirtualGenericRepositoryArgs {
236
222
  */
237
223
  repositories?: pulumi.Input<pulumi.Input<string>[]>;
238
224
  /**
239
- * This value refers to the number of seconds to cache metadata files before checking for newer versions on aggregated
240
- * repositories. A value of 0 indicates no caching.
225
+ * - This value refers to the number of seconds to cache metadata files before checking for newer versions on aggregated repositories. A value of 0 indicates no caching. Default: 7200 seconds.
241
226
  */
242
227
  retrievalCachePeriodSeconds?: pulumi.Input<number>;
243
228
  }
@@ -1 +1 @@
1
- {"version":3,"file":"virtualGenericRepository.js","sourceRoot":"","sources":["../virtualGenericRepository.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"virtualGenericRepository.js","sourceRoot":"","sources":["../virtualGenericRepository.ts"],"names":[],"mappings":"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"}
@@ -102,7 +102,7 @@ export declare class VirtualHelmRepository extends pulumi.CustomResource {
102
102
  */
103
103
  readonly retrievalCachePeriodSeconds: pulumi.Output<number | undefined>;
104
104
  /**
105
- * - From Artifactory 7.24.1 (SaaS Version), you can explicitly state a specific aggregated local or remote repository to fetch from a virtual by assigning namespaces to local and remote repositories. See https://www.jfrog.com/confluence/display/JFROG/Kubernetes+Helm+Chart+Repositories#KubernetesHelmChartRepositories-NamespaceSupportforHelmVirtualRepositories. Default to 'false'.
105
+ * From Artifactory 7.24.1 (SaaS Version), you can explicitly state a specific aggregated local or remote repository to fetch from a virtual by assigning namespaces to local and remote repositories. See https://www.jfrog.com/confluence/display/JFROG/Kubernetes+Helm+Chart+Repositories#KubernetesHelmChartRepositories-NamespaceSupportforHelmVirtualRepositories. Default to 'false'.
106
106
  */
107
107
  readonly useNamespaces: pulumi.Output<boolean | undefined>;
108
108
  /**
@@ -180,7 +180,7 @@ export interface VirtualHelmRepositoryState {
180
180
  */
181
181
  retrievalCachePeriodSeconds?: pulumi.Input<number>;
182
182
  /**
183
- * - From Artifactory 7.24.1 (SaaS Version), you can explicitly state a specific aggregated local or remote repository to fetch from a virtual by assigning namespaces to local and remote repositories. See https://www.jfrog.com/confluence/display/JFROG/Kubernetes+Helm+Chart+Repositories#KubernetesHelmChartRepositories-NamespaceSupportforHelmVirtualRepositories. Default to 'false'.
183
+ * From Artifactory 7.24.1 (SaaS Version), you can explicitly state a specific aggregated local or remote repository to fetch from a virtual by assigning namespaces to local and remote repositories. See https://www.jfrog.com/confluence/display/JFROG/Kubernetes+Helm+Chart+Repositories#KubernetesHelmChartRepositories-NamespaceSupportforHelmVirtualRepositories. Default to 'false'.
184
184
  */
185
185
  useNamespaces?: pulumi.Input<boolean>;
186
186
  }
@@ -246,7 +246,7 @@ export interface VirtualHelmRepositoryArgs {
246
246
  */
247
247
  retrievalCachePeriodSeconds?: pulumi.Input<number>;
248
248
  /**
249
- * - From Artifactory 7.24.1 (SaaS Version), you can explicitly state a specific aggregated local or remote repository to fetch from a virtual by assigning namespaces to local and remote repositories. See https://www.jfrog.com/confluence/display/JFROG/Kubernetes+Helm+Chart+Repositories#KubernetesHelmChartRepositories-NamespaceSupportforHelmVirtualRepositories. Default to 'false'.
249
+ * From Artifactory 7.24.1 (SaaS Version), you can explicitly state a specific aggregated local or remote repository to fetch from a virtual by assigning namespaces to local and remote repositories. See https://www.jfrog.com/confluence/display/JFROG/Kubernetes+Helm+Chart+Repositories#KubernetesHelmChartRepositories-NamespaceSupportforHelmVirtualRepositories. Default to 'false'.
250
250
  */
251
251
  useNamespaces?: pulumi.Input<boolean>;
252
252
  }
@@ -100,7 +100,7 @@ export declare class VirtualRpmRepository extends pulumi.CustomResource {
100
100
  */
101
101
  readonly packageType: pulumi.Output<string>;
102
102
  /**
103
- * - The primary GPG key to be used to sign packages
103
+ * The primary GPG key to be used to sign packages
104
104
  */
105
105
  readonly primaryKeypairRef: pulumi.Output<string | undefined>;
106
106
  /**
@@ -127,7 +127,7 @@ export declare class VirtualRpmRepository extends pulumi.CustomResource {
127
127
  */
128
128
  readonly retrievalCachePeriodSeconds: pulumi.Output<number | undefined>;
129
129
  /**
130
- * - The secondary GPG key to be used to sign packages
130
+ * The secondary GPG key to be used to sign packages
131
131
  */
132
132
  readonly secondaryKeypairRef: pulumi.Output<string | undefined>;
133
133
  /**
@@ -182,7 +182,7 @@ export interface VirtualRpmRepositoryState {
182
182
  */
183
183
  packageType?: pulumi.Input<string>;
184
184
  /**
185
- * - The primary GPG key to be used to sign packages
185
+ * The primary GPG key to be used to sign packages
186
186
  */
187
187
  primaryKeypairRef?: pulumi.Input<string>;
188
188
  /**
@@ -209,7 +209,7 @@ export interface VirtualRpmRepositoryState {
209
209
  */
210
210
  retrievalCachePeriodSeconds?: pulumi.Input<number>;
211
211
  /**
212
- * - The secondary GPG key to be used to sign packages
212
+ * The secondary GPG key to be used to sign packages
213
213
  */
214
214
  secondaryKeypairRef?: pulumi.Input<string>;
215
215
  }
@@ -252,7 +252,7 @@ export interface VirtualRpmRepositoryArgs {
252
252
  */
253
253
  notes?: pulumi.Input<string>;
254
254
  /**
255
- * - The primary GPG key to be used to sign packages
255
+ * The primary GPG key to be used to sign packages
256
256
  */
257
257
  primaryKeypairRef?: pulumi.Input<string>;
258
258
  /**
@@ -279,7 +279,7 @@ export interface VirtualRpmRepositoryArgs {
279
279
  */
280
280
  retrievalCachePeriodSeconds?: pulumi.Input<number>;
281
281
  /**
282
- * - The secondary GPG key to be used to sign packages
282
+ * The secondary GPG key to be used to sign packages
283
283
  */
284
284
  secondaryKeypairRef?: pulumi.Input<string>;
285
285
  }