@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
@@ -0,0 +1,168 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.RemoteGradleRepository = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * ## # Artifactory Remote Gradle Repository Resource
10
+ *
11
+ * Provides an Artifactory remote `gradle` repository resource.
12
+ * Official documentation can be found [here](https://www.jfrog.com/confluence/display/JFROG/Remote+Repositories).
13
+ *
14
+ * ## Example Usage
15
+ *
16
+ * Includes only new and relevant fields, for anything else, see: generic repo.
17
+ * ```typescript
18
+ * import * as pulumi from "@pulumi/pulumi";
19
+ * import * as artifactory from "@pulumi/artifactory";
20
+ *
21
+ * const gradle_remote = new artifactory.RemoteGradleRepository("gradle-remote", {
22
+ * fetchJarsEagerly: true,
23
+ * fetchSourcesEagerly: false,
24
+ * key: "gradle-remote-foo",
25
+ * rejectInvalidJars: true,
26
+ * suppressPomConsistencyChecks: true,
27
+ * url: "https://repo1.maven.org/maven2/",
28
+ * });
29
+ * ```
30
+ */
31
+ class RemoteGradleRepository extends pulumi.CustomResource {
32
+ constructor(name, argsOrState, opts) {
33
+ let resourceInputs = {};
34
+ opts = opts || {};
35
+ if (opts.id) {
36
+ const state = argsOrState;
37
+ resourceInputs["allowAnyHostAuth"] = state ? state.allowAnyHostAuth : undefined;
38
+ resourceInputs["assumedOfflinePeriodSecs"] = state ? state.assumedOfflinePeriodSecs : undefined;
39
+ resourceInputs["blackedOut"] = state ? state.blackedOut : undefined;
40
+ resourceInputs["blockMismatchingMimeTypes"] = state ? state.blockMismatchingMimeTypes : undefined;
41
+ resourceInputs["bypassHeadRequests"] = state ? state.bypassHeadRequests : undefined;
42
+ resourceInputs["clientTlsCertificate"] = state ? state.clientTlsCertificate : undefined;
43
+ resourceInputs["contentSynchronisation"] = state ? state.contentSynchronisation : undefined;
44
+ resourceInputs["description"] = state ? state.description : undefined;
45
+ resourceInputs["enableCookieManagement"] = state ? state.enableCookieManagement : undefined;
46
+ resourceInputs["excludesPattern"] = state ? state.excludesPattern : undefined;
47
+ resourceInputs["failedRetrievalCachePeriodSecs"] = state ? state.failedRetrievalCachePeriodSecs : undefined;
48
+ resourceInputs["fetchJarsEagerly"] = state ? state.fetchJarsEagerly : undefined;
49
+ resourceInputs["fetchSourcesEagerly"] = state ? state.fetchSourcesEagerly : undefined;
50
+ resourceInputs["handleReleases"] = state ? state.handleReleases : undefined;
51
+ resourceInputs["handleSnapshots"] = state ? state.handleSnapshots : undefined;
52
+ resourceInputs["hardFail"] = state ? state.hardFail : undefined;
53
+ resourceInputs["includesPattern"] = state ? state.includesPattern : undefined;
54
+ resourceInputs["key"] = state ? state.key : undefined;
55
+ resourceInputs["listRemoteFolderItems"] = state ? state.listRemoteFolderItems : undefined;
56
+ resourceInputs["localAddress"] = state ? state.localAddress : undefined;
57
+ resourceInputs["missedCachePeriodSeconds"] = state ? state.missedCachePeriodSeconds : undefined;
58
+ resourceInputs["notes"] = state ? state.notes : undefined;
59
+ resourceInputs["offline"] = state ? state.offline : undefined;
60
+ resourceInputs["packageType"] = state ? state.packageType : undefined;
61
+ resourceInputs["password"] = state ? state.password : undefined;
62
+ resourceInputs["priorityResolution"] = state ? state.priorityResolution : undefined;
63
+ resourceInputs["projectEnvironments"] = state ? state.projectEnvironments : undefined;
64
+ resourceInputs["projectKey"] = state ? state.projectKey : undefined;
65
+ resourceInputs["propagateQueryParams"] = state ? state.propagateQueryParams : undefined;
66
+ resourceInputs["propertySets"] = state ? state.propertySets : undefined;
67
+ resourceInputs["proxy"] = state ? state.proxy : undefined;
68
+ resourceInputs["rejectInvalidJars"] = state ? state.rejectInvalidJars : undefined;
69
+ resourceInputs["remoteRepoChecksumPolicyType"] = state ? state.remoteRepoChecksumPolicyType : undefined;
70
+ resourceInputs["remoteRepoLayoutRef"] = state ? state.remoteRepoLayoutRef : undefined;
71
+ resourceInputs["repoLayoutRef"] = state ? state.repoLayoutRef : undefined;
72
+ resourceInputs["retrievalCachePeriodSeconds"] = state ? state.retrievalCachePeriodSeconds : undefined;
73
+ resourceInputs["shareConfiguration"] = state ? state.shareConfiguration : undefined;
74
+ resourceInputs["socketTimeoutMillis"] = state ? state.socketTimeoutMillis : undefined;
75
+ resourceInputs["storeArtifactsLocally"] = state ? state.storeArtifactsLocally : undefined;
76
+ resourceInputs["suppressPomConsistencyChecks"] = state ? state.suppressPomConsistencyChecks : undefined;
77
+ resourceInputs["synchronizeProperties"] = state ? state.synchronizeProperties : undefined;
78
+ resourceInputs["unusedArtifactsCleanupPeriodEnabled"] = state ? state.unusedArtifactsCleanupPeriodEnabled : undefined;
79
+ resourceInputs["unusedArtifactsCleanupPeriodHours"] = state ? state.unusedArtifactsCleanupPeriodHours : undefined;
80
+ resourceInputs["url"] = state ? state.url : undefined;
81
+ resourceInputs["username"] = state ? state.username : undefined;
82
+ resourceInputs["xrayIndex"] = state ? state.xrayIndex : undefined;
83
+ }
84
+ else {
85
+ const args = argsOrState;
86
+ if ((!args || args.key === undefined) && !opts.urn) {
87
+ throw new Error("Missing required property 'key'");
88
+ }
89
+ if ((!args || args.url === undefined) && !opts.urn) {
90
+ throw new Error("Missing required property 'url'");
91
+ }
92
+ resourceInputs["allowAnyHostAuth"] = args ? args.allowAnyHostAuth : undefined;
93
+ resourceInputs["assumedOfflinePeriodSecs"] = args ? args.assumedOfflinePeriodSecs : undefined;
94
+ resourceInputs["blackedOut"] = args ? args.blackedOut : undefined;
95
+ resourceInputs["blockMismatchingMimeTypes"] = args ? args.blockMismatchingMimeTypes : undefined;
96
+ resourceInputs["bypassHeadRequests"] = args ? args.bypassHeadRequests : undefined;
97
+ resourceInputs["clientTlsCertificate"] = args ? args.clientTlsCertificate : undefined;
98
+ resourceInputs["contentSynchronisation"] = args ? args.contentSynchronisation : undefined;
99
+ resourceInputs["description"] = args ? args.description : undefined;
100
+ resourceInputs["enableCookieManagement"] = args ? args.enableCookieManagement : undefined;
101
+ resourceInputs["excludesPattern"] = args ? args.excludesPattern : undefined;
102
+ resourceInputs["fetchJarsEagerly"] = args ? args.fetchJarsEagerly : undefined;
103
+ resourceInputs["fetchSourcesEagerly"] = args ? args.fetchSourcesEagerly : undefined;
104
+ resourceInputs["handleReleases"] = args ? args.handleReleases : undefined;
105
+ resourceInputs["handleSnapshots"] = args ? args.handleSnapshots : undefined;
106
+ resourceInputs["hardFail"] = args ? args.hardFail : undefined;
107
+ resourceInputs["includesPattern"] = args ? args.includesPattern : undefined;
108
+ resourceInputs["key"] = args ? args.key : undefined;
109
+ resourceInputs["listRemoteFolderItems"] = args ? args.listRemoteFolderItems : undefined;
110
+ resourceInputs["localAddress"] = args ? args.localAddress : undefined;
111
+ resourceInputs["missedCachePeriodSeconds"] = args ? args.missedCachePeriodSeconds : undefined;
112
+ resourceInputs["notes"] = args ? args.notes : undefined;
113
+ resourceInputs["offline"] = args ? args.offline : undefined;
114
+ resourceInputs["password"] = args ? args.password : undefined;
115
+ resourceInputs["priorityResolution"] = args ? args.priorityResolution : undefined;
116
+ resourceInputs["projectEnvironments"] = args ? args.projectEnvironments : undefined;
117
+ resourceInputs["projectKey"] = args ? args.projectKey : undefined;
118
+ resourceInputs["propagateQueryParams"] = args ? args.propagateQueryParams : undefined;
119
+ resourceInputs["propertySets"] = args ? args.propertySets : undefined;
120
+ resourceInputs["proxy"] = args ? args.proxy : undefined;
121
+ resourceInputs["rejectInvalidJars"] = args ? args.rejectInvalidJars : undefined;
122
+ resourceInputs["remoteRepoChecksumPolicyType"] = args ? args.remoteRepoChecksumPolicyType : undefined;
123
+ resourceInputs["remoteRepoLayoutRef"] = args ? args.remoteRepoLayoutRef : undefined;
124
+ resourceInputs["repoLayoutRef"] = args ? args.repoLayoutRef : undefined;
125
+ resourceInputs["retrievalCachePeriodSeconds"] = args ? args.retrievalCachePeriodSeconds : undefined;
126
+ resourceInputs["shareConfiguration"] = args ? args.shareConfiguration : undefined;
127
+ resourceInputs["socketTimeoutMillis"] = args ? args.socketTimeoutMillis : undefined;
128
+ resourceInputs["storeArtifactsLocally"] = args ? args.storeArtifactsLocally : undefined;
129
+ resourceInputs["suppressPomConsistencyChecks"] = args ? args.suppressPomConsistencyChecks : undefined;
130
+ resourceInputs["synchronizeProperties"] = args ? args.synchronizeProperties : undefined;
131
+ resourceInputs["unusedArtifactsCleanupPeriodEnabled"] = args ? args.unusedArtifactsCleanupPeriodEnabled : undefined;
132
+ resourceInputs["unusedArtifactsCleanupPeriodHours"] = args ? args.unusedArtifactsCleanupPeriodHours : undefined;
133
+ resourceInputs["url"] = args ? args.url : undefined;
134
+ resourceInputs["username"] = args ? args.username : undefined;
135
+ resourceInputs["xrayIndex"] = args ? args.xrayIndex : undefined;
136
+ resourceInputs["failedRetrievalCachePeriodSecs"] = undefined /*out*/;
137
+ resourceInputs["packageType"] = undefined /*out*/;
138
+ }
139
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
140
+ super(RemoteGradleRepository.__pulumiType, name, resourceInputs, opts);
141
+ }
142
+ /**
143
+ * Get an existing RemoteGradleRepository resource's state with the given name, ID, and optional extra
144
+ * properties used to qualify the lookup.
145
+ *
146
+ * @param name The _unique_ name of the resulting resource.
147
+ * @param id The _unique_ provider ID of the resource to lookup.
148
+ * @param state Any extra arguments used during the lookup.
149
+ * @param opts Optional settings to control the behavior of the CustomResource.
150
+ */
151
+ static get(name, id, state, opts) {
152
+ return new RemoteGradleRepository(name, state, Object.assign(Object.assign({}, opts), { id: id }));
153
+ }
154
+ /**
155
+ * Returns true if the given object is an instance of RemoteGradleRepository. This is designed to work even
156
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
157
+ */
158
+ static isInstance(obj) {
159
+ if (obj === undefined || obj === null) {
160
+ return false;
161
+ }
162
+ return obj['__pulumiType'] === RemoteGradleRepository.__pulumiType;
163
+ }
164
+ }
165
+ exports.RemoteGradleRepository = RemoteGradleRepository;
166
+ /** @internal */
167
+ RemoteGradleRepository.__pulumiType = 'artifactory:index/remoteGradleRepository:RemoteGradleRepository';
168
+ //# sourceMappingURL=remoteGradleRepository.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remoteGradleRepository.js","sourceRoot":"","sources":["../remoteGradleRepository.ts"],"names":[],"mappings":"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"}
@@ -40,31 +40,23 @@ export declare class RemoteHelmRepository extends pulumi.CustomResource {
40
40
  */
41
41
  static isInstance(obj: any): obj is RemoteHelmRepository;
42
42
  /**
43
- * Also known as 'Lenient Host Authentication', Allow credentials of this repository to be used on requests redirected to
44
- * any other host.
43
+ * Also known as 'Lenient Host Authentication', Allow credentials of this repository to be used on requests redirected to any other host.
45
44
  */
46
45
  readonly allowAnyHostAuth: pulumi.Output<boolean>;
47
46
  /**
48
- * The number of seconds the repository stays in assumed offline state after a connection error. At the end of this time,
49
- * an online check is attempted in order to reset the offline status. A value of 0 means the repository is never assumed
50
- * offline. Default to 300.
47
+ * The number of seconds the repository stays in assumed offline state after a connection error. At the end of this time, an online check is attempted in order to reset the offline status. A value of 0 means the repository is never assumed offline. Default to 300.
51
48
  */
52
49
  readonly assumedOfflinePeriodSecs: pulumi.Output<number | undefined>;
53
50
  /**
54
- * (A.K.A 'Ignore Repository' on the UI) When set, the repository or its local cache do not participate in artifact
55
- * resolution.
51
+ * (A.K.A 'Ignore Repository' on the UI) When set, the repository or its local cache do not participate in artifact resolution.
56
52
  */
57
53
  readonly blackedOut: pulumi.Output<boolean>;
58
54
  /**
59
- * Before caching an artifact, Artifactory first sends a HEAD request to the remote resource. In some remote resources,
60
- * HEAD requests are disallowed and therefore rejected, even though downloading the artifact is allowed. When checked,
61
- * Artifactory will bypass the HEAD request and cache the artifact directly using a GET request.
55
+ * Before caching an artifact, Artifactory first sends a HEAD request to the remote resource. In some remote resources, HEAD requests are disallowed and therefore rejected, even though downloading the artifact is allowed. When checked, Artifactory will bypass the HEAD request and cache the artifact directly using a GET request.
62
56
  */
63
57
  readonly blockMismatchingMimeTypes: pulumi.Output<boolean>;
64
58
  /**
65
- * Before caching an artifact, Artifactory first sends a HEAD request to the remote resource. In some remote resources,
66
- * HEAD requests are disallowed and therefore rejected, even though downloading the artifact is allowed. When checked,
67
- * Artifactory will bypass the HEAD request and cache the artifact directly using a GET request.
59
+ * Before caching an artifact, Artifactory first sends a HEAD request to the remote resource. In some remote resources, HEAD requests are disallowed and therefore rejected, even though downloading the artifact is allowed. When checked, Artifactory will bypass the HEAD request and cache the artifact directly using a GET request.
68
60
  */
69
61
  readonly bypassHeadRequests: pulumi.Output<boolean>;
70
62
  readonly clientTlsCertificate: pulumi.Output<string>;
@@ -77,6 +69,9 @@ export declare class RemoteHelmRepository extends pulumi.CustomResource {
77
69
  * Enables cookie management if the remote repository uses cookies to manage client state.
78
70
  */
79
71
  readonly enableCookieManagement: pulumi.Output<boolean>;
72
+ /**
73
+ * List of artifact patterns to exclude when evaluating artifact requests, in the form of x/y/**&#47;z/*. By default no artifacts are excluded.
74
+ */
80
75
  readonly excludesPattern: pulumi.Output<string>;
81
76
  /**
82
77
  * When set, external dependencies are rewritten.
@@ -90,22 +85,37 @@ export declare class RemoteHelmRepository extends pulumi.CustomResource {
90
85
  */
91
86
  readonly externalDependenciesPatterns: pulumi.Output<string[] | undefined>;
92
87
  /**
88
+ * This field is not returned in a get payload but is offered on the UI. It's inserted here for inclusive and informational reasons. It does not function
89
+ *
93
90
  * @deprecated This field is not returned in a get payload but is offered on the UI. It's inserted here for inclusive and informational reasons. It does not function
94
91
  */
95
92
  readonly failedRetrievalCachePeriodSecs: pulumi.Output<number>;
93
+ /**
94
+ * When set, Artifactory will return an error to the client that causes the build to fail if there is a failure to communicate with this repository.
95
+ */
96
96
  readonly hardFail: pulumi.Output<boolean>;
97
97
  /**
98
98
  * - No documentation is available. Hopefully you know what this means
99
99
  */
100
100
  readonly helmChartsBaseUrl: pulumi.Output<string | undefined>;
101
+ /**
102
+ * 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;*).
103
+ */
101
104
  readonly includesPattern: pulumi.Output<string>;
102
105
  /**
103
106
  * The repository identifier. Must be unique system-wide
104
107
  */
105
108
  readonly key: pulumi.Output<string>;
109
+ /**
110
+ * - Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of the 'Retrieval Cache Period'. This field exists in the API but not in the UI.
111
+ */
112
+ readonly listRemoteFolderItems: pulumi.Output<boolean | undefined>;
113
+ /**
114
+ * The local address to be used when creating connections. Useful for specifying the interface to use on systems with multiple network interfaces.
115
+ */
106
116
  readonly localAddress: pulumi.Output<string | undefined>;
107
117
  /**
108
- * This is actually the missedRetrievalCachePeriodSecs in the API
118
+ * The number of seconds to cache artifact retrieval misses (artifact not found). A value of 0 indicates no caching.
109
119
  */
110
120
  readonly missedCachePeriodSeconds: pulumi.Output<number>;
111
121
  readonly notes: pulumi.Output<string | undefined>;
@@ -127,22 +137,34 @@ export declare class RemoteHelmRepository extends pulumi.CustomResource {
127
137
  * Project key for assigning this repository to. When assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
128
138
  */
129
139
  readonly projectKey: pulumi.Output<string | undefined>;
140
+ /**
141
+ * When set, if query params are included in the request to Artifactory, they will be passed on to the remote repository.
142
+ */
130
143
  readonly propagateQueryParams: pulumi.Output<boolean | undefined>;
144
+ /**
145
+ * List of property set name
146
+ */
131
147
  readonly propertySets: pulumi.Output<string[] | undefined>;
132
148
  readonly proxy: pulumi.Output<string>;
149
+ /**
150
+ * Repository layout key for the remote layout mapping
151
+ */
133
152
  readonly remoteRepoLayoutRef: pulumi.Output<string>;
153
+ /**
154
+ * Repository layout key for the remote repository
155
+ */
134
156
  readonly repoLayoutRef: pulumi.Output<string>;
135
157
  /**
136
158
  * The metadataRetrievalTimeoutSecs field not allowed to be bigger then retrievalCachePeriodSecs field.
137
159
  */
138
160
  readonly retrievalCachePeriodSeconds: pulumi.Output<number>;
139
161
  readonly shareConfiguration: pulumi.Output<boolean>;
162
+ /**
163
+ * Network timeout (in ms) to use when establishing a connection and for unanswered requests. Timing out on a network operation is considered a retrieval failure.
164
+ */
140
165
  readonly socketTimeoutMillis: pulumi.Output<number>;
141
166
  /**
142
- * When set, the repository should store cached artifacts locally. When not set, artifacts are not stored locally, and
143
- * direct repository-to-client streaming is used. This can be useful for multi-server setups over a high-speed LAN, with
144
- * one Artifactory caching certain data on central storage, and streaming it directly to satellite pass-though Artifactory
145
- * servers.
167
+ * When set, the repository should store cached artifacts locally. When not set, artifacts are not stored locally, and direct repository-to-client streaming is used. This can be useful for multi-server setups over a high-speed LAN, with one Artifactory caching certain data on central storage, and streaming it directly to satellite pass-though Artifactory servers.
146
168
  */
147
169
  readonly storeArtifactsLocally: pulumi.Output<boolean>;
148
170
  /**
@@ -150,7 +172,13 @@ export declare class RemoteHelmRepository extends pulumi.CustomResource {
150
172
  */
151
173
  readonly synchronizeProperties: pulumi.Output<boolean>;
152
174
  readonly unusedArtifactsCleanupPeriodEnabled: pulumi.Output<boolean>;
175
+ /**
176
+ * The number of hours to wait before an artifact is deemed "unused" and eligible for cleanup from the repository. A value of 0 means automatic cleanup of cached artifacts is disabled.
177
+ */
153
178
  readonly unusedArtifactsCleanupPeriodHours: pulumi.Output<number>;
179
+ /**
180
+ * - the remote repo URL. You kinda don't have a remote repo without it
181
+ */
154
182
  readonly url: pulumi.Output<string>;
155
183
  readonly username: pulumi.Output<string | undefined>;
156
184
  /**
@@ -171,31 +199,23 @@ export declare class RemoteHelmRepository extends pulumi.CustomResource {
171
199
  */
172
200
  export interface RemoteHelmRepositoryState {
173
201
  /**
174
- * Also known as 'Lenient Host Authentication', Allow credentials of this repository to be used on requests redirected to
175
- * any other host.
202
+ * Also known as 'Lenient Host Authentication', Allow credentials of this repository to be used on requests redirected to any other host.
176
203
  */
177
204
  allowAnyHostAuth?: pulumi.Input<boolean>;
178
205
  /**
179
- * The number of seconds the repository stays in assumed offline state after a connection error. At the end of this time,
180
- * an online check is attempted in order to reset the offline status. A value of 0 means the repository is never assumed
181
- * offline. Default to 300.
206
+ * The number of seconds the repository stays in assumed offline state after a connection error. At the end of this time, an online check is attempted in order to reset the offline status. A value of 0 means the repository is never assumed offline. Default to 300.
182
207
  */
183
208
  assumedOfflinePeriodSecs?: pulumi.Input<number>;
184
209
  /**
185
- * (A.K.A 'Ignore Repository' on the UI) When set, the repository or its local cache do not participate in artifact
186
- * resolution.
210
+ * (A.K.A 'Ignore Repository' on the UI) When set, the repository or its local cache do not participate in artifact resolution.
187
211
  */
188
212
  blackedOut?: pulumi.Input<boolean>;
189
213
  /**
190
- * Before caching an artifact, Artifactory first sends a HEAD request to the remote resource. In some remote resources,
191
- * HEAD requests are disallowed and therefore rejected, even though downloading the artifact is allowed. When checked,
192
- * Artifactory will bypass the HEAD request and cache the artifact directly using a GET request.
214
+ * Before caching an artifact, Artifactory first sends a HEAD request to the remote resource. In some remote resources, HEAD requests are disallowed and therefore rejected, even though downloading the artifact is allowed. When checked, Artifactory will bypass the HEAD request and cache the artifact directly using a GET request.
193
215
  */
194
216
  blockMismatchingMimeTypes?: pulumi.Input<boolean>;
195
217
  /**
196
- * Before caching an artifact, Artifactory first sends a HEAD request to the remote resource. In some remote resources,
197
- * HEAD requests are disallowed and therefore rejected, even though downloading the artifact is allowed. When checked,
198
- * Artifactory will bypass the HEAD request and cache the artifact directly using a GET request.
218
+ * Before caching an artifact, Artifactory first sends a HEAD request to the remote resource. In some remote resources, HEAD requests are disallowed and therefore rejected, even though downloading the artifact is allowed. When checked, Artifactory will bypass the HEAD request and cache the artifact directly using a GET request.
199
219
  */
200
220
  bypassHeadRequests?: pulumi.Input<boolean>;
201
221
  clientTlsCertificate?: pulumi.Input<string>;
@@ -208,6 +228,9 @@ export interface RemoteHelmRepositoryState {
208
228
  * Enables cookie management if the remote repository uses cookies to manage client state.
209
229
  */
210
230
  enableCookieManagement?: pulumi.Input<boolean>;
231
+ /**
232
+ * List of artifact patterns to exclude when evaluating artifact requests, in the form of x/y/**&#47;z/*. By default no artifacts are excluded.
233
+ */
211
234
  excludesPattern?: pulumi.Input<string>;
212
235
  /**
213
236
  * When set, external dependencies are rewritten.
@@ -221,22 +244,37 @@ export interface RemoteHelmRepositoryState {
221
244
  */
222
245
  externalDependenciesPatterns?: pulumi.Input<pulumi.Input<string>[]>;
223
246
  /**
247
+ * This field is not returned in a get payload but is offered on the UI. It's inserted here for inclusive and informational reasons. It does not function
248
+ *
224
249
  * @deprecated This field is not returned in a get payload but is offered on the UI. It's inserted here for inclusive and informational reasons. It does not function
225
250
  */
226
251
  failedRetrievalCachePeriodSecs?: pulumi.Input<number>;
252
+ /**
253
+ * When set, Artifactory will return an error to the client that causes the build to fail if there is a failure to communicate with this repository.
254
+ */
227
255
  hardFail?: pulumi.Input<boolean>;
228
256
  /**
229
257
  * - No documentation is available. Hopefully you know what this means
230
258
  */
231
259
  helmChartsBaseUrl?: pulumi.Input<string>;
260
+ /**
261
+ * 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;*).
262
+ */
232
263
  includesPattern?: pulumi.Input<string>;
233
264
  /**
234
265
  * The repository identifier. Must be unique system-wide
235
266
  */
236
267
  key?: pulumi.Input<string>;
268
+ /**
269
+ * - Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of the 'Retrieval Cache Period'. This field exists in the API but not in the UI.
270
+ */
271
+ listRemoteFolderItems?: pulumi.Input<boolean>;
272
+ /**
273
+ * The local address to be used when creating connections. Useful for specifying the interface to use on systems with multiple network interfaces.
274
+ */
237
275
  localAddress?: pulumi.Input<string>;
238
276
  /**
239
- * This is actually the missedRetrievalCachePeriodSecs in the API
277
+ * The number of seconds to cache artifact retrieval misses (artifact not found). A value of 0 indicates no caching.
240
278
  */
241
279
  missedCachePeriodSeconds?: pulumi.Input<number>;
242
280
  notes?: pulumi.Input<string>;
@@ -258,22 +296,34 @@ export interface RemoteHelmRepositoryState {
258
296
  * Project key for assigning this repository to. When assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
259
297
  */
260
298
  projectKey?: pulumi.Input<string>;
299
+ /**
300
+ * When set, if query params are included in the request to Artifactory, they will be passed on to the remote repository.
301
+ */
261
302
  propagateQueryParams?: pulumi.Input<boolean>;
303
+ /**
304
+ * List of property set name
305
+ */
262
306
  propertySets?: pulumi.Input<pulumi.Input<string>[]>;
263
307
  proxy?: pulumi.Input<string>;
308
+ /**
309
+ * Repository layout key for the remote layout mapping
310
+ */
264
311
  remoteRepoLayoutRef?: pulumi.Input<string>;
312
+ /**
313
+ * Repository layout key for the remote repository
314
+ */
265
315
  repoLayoutRef?: pulumi.Input<string>;
266
316
  /**
267
317
  * The metadataRetrievalTimeoutSecs field not allowed to be bigger then retrievalCachePeriodSecs field.
268
318
  */
269
319
  retrievalCachePeriodSeconds?: pulumi.Input<number>;
270
320
  shareConfiguration?: pulumi.Input<boolean>;
321
+ /**
322
+ * Network timeout (in ms) to use when establishing a connection and for unanswered requests. Timing out on a network operation is considered a retrieval failure.
323
+ */
271
324
  socketTimeoutMillis?: pulumi.Input<number>;
272
325
  /**
273
- * When set, the repository should store cached artifacts locally. When not set, artifacts are not stored locally, and
274
- * direct repository-to-client streaming is used. This can be useful for multi-server setups over a high-speed LAN, with
275
- * one Artifactory caching certain data on central storage, and streaming it directly to satellite pass-though Artifactory
276
- * servers.
326
+ * When set, the repository should store cached artifacts locally. When not set, artifacts are not stored locally, and direct repository-to-client streaming is used. This can be useful for multi-server setups over a high-speed LAN, with one Artifactory caching certain data on central storage, and streaming it directly to satellite pass-though Artifactory servers.
277
327
  */
278
328
  storeArtifactsLocally?: pulumi.Input<boolean>;
279
329
  /**
@@ -281,7 +331,13 @@ export interface RemoteHelmRepositoryState {
281
331
  */
282
332
  synchronizeProperties?: pulumi.Input<boolean>;
283
333
  unusedArtifactsCleanupPeriodEnabled?: pulumi.Input<boolean>;
334
+ /**
335
+ * The number of hours to wait before an artifact is deemed "unused" and eligible for cleanup from the repository. A value of 0 means automatic cleanup of cached artifacts is disabled.
336
+ */
284
337
  unusedArtifactsCleanupPeriodHours?: pulumi.Input<number>;
338
+ /**
339
+ * - the remote repo URL. You kinda don't have a remote repo without it
340
+ */
285
341
  url?: pulumi.Input<string>;
286
342
  username?: pulumi.Input<string>;
287
343
  /**
@@ -294,31 +350,23 @@ export interface RemoteHelmRepositoryState {
294
350
  */
295
351
  export interface RemoteHelmRepositoryArgs {
296
352
  /**
297
- * Also known as 'Lenient Host Authentication', Allow credentials of this repository to be used on requests redirected to
298
- * any other host.
353
+ * Also known as 'Lenient Host Authentication', Allow credentials of this repository to be used on requests redirected to any other host.
299
354
  */
300
355
  allowAnyHostAuth?: pulumi.Input<boolean>;
301
356
  /**
302
- * The number of seconds the repository stays in assumed offline state after a connection error. At the end of this time,
303
- * an online check is attempted in order to reset the offline status. A value of 0 means the repository is never assumed
304
- * offline. Default to 300.
357
+ * The number of seconds the repository stays in assumed offline state after a connection error. At the end of this time, an online check is attempted in order to reset the offline status. A value of 0 means the repository is never assumed offline. Default to 300.
305
358
  */
306
359
  assumedOfflinePeriodSecs?: pulumi.Input<number>;
307
360
  /**
308
- * (A.K.A 'Ignore Repository' on the UI) When set, the repository or its local cache do not participate in artifact
309
- * resolution.
361
+ * (A.K.A 'Ignore Repository' on the UI) When set, the repository or its local cache do not participate in artifact resolution.
310
362
  */
311
363
  blackedOut?: pulumi.Input<boolean>;
312
364
  /**
313
- * Before caching an artifact, Artifactory first sends a HEAD request to the remote resource. In some remote resources,
314
- * HEAD requests are disallowed and therefore rejected, even though downloading the artifact is allowed. When checked,
315
- * Artifactory will bypass the HEAD request and cache the artifact directly using a GET request.
365
+ * Before caching an artifact, Artifactory first sends a HEAD request to the remote resource. In some remote resources, HEAD requests are disallowed and therefore rejected, even though downloading the artifact is allowed. When checked, Artifactory will bypass the HEAD request and cache the artifact directly using a GET request.
316
366
  */
317
367
  blockMismatchingMimeTypes?: pulumi.Input<boolean>;
318
368
  /**
319
- * Before caching an artifact, Artifactory first sends a HEAD request to the remote resource. In some remote resources,
320
- * HEAD requests are disallowed and therefore rejected, even though downloading the artifact is allowed. When checked,
321
- * Artifactory will bypass the HEAD request and cache the artifact directly using a GET request.
369
+ * Before caching an artifact, Artifactory first sends a HEAD request to the remote resource. In some remote resources, HEAD requests are disallowed and therefore rejected, even though downloading the artifact is allowed. When checked, Artifactory will bypass the HEAD request and cache the artifact directly using a GET request.
322
370
  */
323
371
  bypassHeadRequests?: pulumi.Input<boolean>;
324
372
  clientTlsCertificate?: pulumi.Input<string>;
@@ -331,6 +379,9 @@ export interface RemoteHelmRepositoryArgs {
331
379
  * Enables cookie management if the remote repository uses cookies to manage client state.
332
380
  */
333
381
  enableCookieManagement?: pulumi.Input<boolean>;
382
+ /**
383
+ * List of artifact patterns to exclude when evaluating artifact requests, in the form of x/y/**&#47;z/*. By default no artifacts are excluded.
384
+ */
334
385
  excludesPattern?: pulumi.Input<string>;
335
386
  /**
336
387
  * When set, external dependencies are rewritten.
@@ -343,19 +394,32 @@ export interface RemoteHelmRepositoryArgs {
343
394
  * repositories in the UI, but incorrect for the API.
344
395
  */
345
396
  externalDependenciesPatterns?: pulumi.Input<pulumi.Input<string>[]>;
397
+ /**
398
+ * When set, Artifactory will return an error to the client that causes the build to fail if there is a failure to communicate with this repository.
399
+ */
346
400
  hardFail?: pulumi.Input<boolean>;
347
401
  /**
348
402
  * - No documentation is available. Hopefully you know what this means
349
403
  */
350
404
  helmChartsBaseUrl?: pulumi.Input<string>;
405
+ /**
406
+ * 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;*).
407
+ */
351
408
  includesPattern?: pulumi.Input<string>;
352
409
  /**
353
410
  * The repository identifier. Must be unique system-wide
354
411
  */
355
412
  key: pulumi.Input<string>;
413
+ /**
414
+ * - Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of the 'Retrieval Cache Period'. This field exists in the API but not in the UI.
415
+ */
416
+ listRemoteFolderItems?: pulumi.Input<boolean>;
417
+ /**
418
+ * The local address to be used when creating connections. Useful for specifying the interface to use on systems with multiple network interfaces.
419
+ */
356
420
  localAddress?: pulumi.Input<string>;
357
421
  /**
358
- * This is actually the missedRetrievalCachePeriodSecs in the API
422
+ * The number of seconds to cache artifact retrieval misses (artifact not found). A value of 0 indicates no caching.
359
423
  */
360
424
  missedCachePeriodSeconds?: pulumi.Input<number>;
361
425
  notes?: pulumi.Input<string>;
@@ -376,22 +440,34 @@ export interface RemoteHelmRepositoryArgs {
376
440
  * Project key for assigning this repository to. When assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
377
441
  */
378
442
  projectKey?: pulumi.Input<string>;
443
+ /**
444
+ * When set, if query params are included in the request to Artifactory, they will be passed on to the remote repository.
445
+ */
379
446
  propagateQueryParams?: pulumi.Input<boolean>;
447
+ /**
448
+ * List of property set name
449
+ */
380
450
  propertySets?: pulumi.Input<pulumi.Input<string>[]>;
381
451
  proxy?: pulumi.Input<string>;
452
+ /**
453
+ * Repository layout key for the remote layout mapping
454
+ */
382
455
  remoteRepoLayoutRef?: pulumi.Input<string>;
456
+ /**
457
+ * Repository layout key for the remote repository
458
+ */
383
459
  repoLayoutRef?: pulumi.Input<string>;
384
460
  /**
385
461
  * The metadataRetrievalTimeoutSecs field not allowed to be bigger then retrievalCachePeriodSecs field.
386
462
  */
387
463
  retrievalCachePeriodSeconds?: pulumi.Input<number>;
388
464
  shareConfiguration?: pulumi.Input<boolean>;
465
+ /**
466
+ * Network timeout (in ms) to use when establishing a connection and for unanswered requests. Timing out on a network operation is considered a retrieval failure.
467
+ */
389
468
  socketTimeoutMillis?: pulumi.Input<number>;
390
469
  /**
391
- * When set, the repository should store cached artifacts locally. When not set, artifacts are not stored locally, and
392
- * direct repository-to-client streaming is used. This can be useful for multi-server setups over a high-speed LAN, with
393
- * one Artifactory caching certain data on central storage, and streaming it directly to satellite pass-though Artifactory
394
- * servers.
470
+ * When set, the repository should store cached artifacts locally. When not set, artifacts are not stored locally, and direct repository-to-client streaming is used. This can be useful for multi-server setups over a high-speed LAN, with one Artifactory caching certain data on central storage, and streaming it directly to satellite pass-though Artifactory servers.
395
471
  */
396
472
  storeArtifactsLocally?: pulumi.Input<boolean>;
397
473
  /**
@@ -399,7 +475,13 @@ export interface RemoteHelmRepositoryArgs {
399
475
  */
400
476
  synchronizeProperties?: pulumi.Input<boolean>;
401
477
  unusedArtifactsCleanupPeriodEnabled?: pulumi.Input<boolean>;
478
+ /**
479
+ * The number of hours to wait before an artifact is deemed "unused" and eligible for cleanup from the repository. A value of 0 means automatic cleanup of cached artifacts is disabled.
480
+ */
402
481
  unusedArtifactsCleanupPeriodHours?: pulumi.Input<number>;
482
+ /**
483
+ * - the remote repo URL. You kinda don't have a remote repo without it
484
+ */
403
485
  url: pulumi.Input<string>;
404
486
  username?: pulumi.Input<string>;
405
487
  /**
@@ -51,6 +51,7 @@ class RemoteHelmRepository extends pulumi.CustomResource {
51
51
  resourceInputs["helmChartsBaseUrl"] = state ? state.helmChartsBaseUrl : undefined;
52
52
  resourceInputs["includesPattern"] = state ? state.includesPattern : undefined;
53
53
  resourceInputs["key"] = state ? state.key : undefined;
54
+ resourceInputs["listRemoteFolderItems"] = state ? state.listRemoteFolderItems : undefined;
54
55
  resourceInputs["localAddress"] = state ? state.localAddress : undefined;
55
56
  resourceInputs["missedCachePeriodSeconds"] = state ? state.missedCachePeriodSeconds : undefined;
56
57
  resourceInputs["notes"] = state ? state.notes : undefined;
@@ -100,6 +101,7 @@ class RemoteHelmRepository extends pulumi.CustomResource {
100
101
  resourceInputs["helmChartsBaseUrl"] = args ? args.helmChartsBaseUrl : undefined;
101
102
  resourceInputs["includesPattern"] = args ? args.includesPattern : undefined;
102
103
  resourceInputs["key"] = args ? args.key : undefined;
104
+ resourceInputs["listRemoteFolderItems"] = args ? args.listRemoteFolderItems : undefined;
103
105
  resourceInputs["localAddress"] = args ? args.localAddress : undefined;
104
106
  resourceInputs["missedCachePeriodSeconds"] = args ? args.missedCachePeriodSeconds : undefined;
105
107
  resourceInputs["notes"] = args ? args.notes : undefined;