@pulumi/artifactory 0.7.0 → 0.8.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/alpineRepository.d.ts +1 -1
- package/debianRepository.d.ts +1 -1
- package/dockerV1Repository.d.ts +1 -36
- package/dockerV1Repository.js.map +1 -1
- package/dockerV2Repository.d.ts +1 -1
- package/federatedAlpineRepository.d.ts +2 -68
- package/federatedAlpineRepository.js.map +1 -1
- package/federatedBowerRepository.d.ts +2 -68
- package/federatedBowerRepository.js.map +1 -1
- package/federatedCargoRepository.d.ts +2 -68
- package/federatedCargoRepository.js.map +1 -1
- package/federatedChefRepository.d.ts +2 -68
- package/federatedChefRepository.js.map +1 -1
- package/federatedCocoapodsRepository.d.ts +2 -68
- package/federatedCocoapodsRepository.js.map +1 -1
- package/federatedComposerRepository.d.ts +2 -68
- package/federatedComposerRepository.js.map +1 -1
- package/federatedConanRepository.d.ts +2 -68
- package/federatedConanRepository.js.map +1 -1
- package/federatedCondaRepository.d.ts +2 -68
- package/federatedCondaRepository.js.map +1 -1
- package/federatedCranRepository.d.ts +2 -68
- package/federatedCranRepository.js.map +1 -1
- package/federatedDebianRepository.d.ts +2 -68
- package/federatedDebianRepository.js.map +1 -1
- package/federatedDockerRepository.d.ts +2 -68
- package/federatedDockerRepository.js.map +1 -1
- package/federatedGemsRepository.d.ts +2 -68
- package/federatedGemsRepository.js.map +1 -1
- package/federatedGenericRepository.d.ts +2 -56
- package/federatedGenericRepository.js.map +1 -1
- package/federatedGitltfsRepository.d.ts +2 -68
- package/federatedGitltfsRepository.js.map +1 -1
- package/federatedGoRepository.d.ts +2 -68
- package/federatedGoRepository.js.map +1 -1
- package/federatedGradleRepository.d.ts +2 -68
- package/federatedGradleRepository.js.map +1 -1
- package/federatedHelmRepository.d.ts +2 -68
- package/federatedHelmRepository.js.map +1 -1
- package/federatedIvyRepository.d.ts +2 -68
- package/federatedIvyRepository.js.map +1 -1
- package/federatedMavenRepository.d.ts +2 -68
- package/federatedMavenRepository.js.map +1 -1
- package/federatedNpmRepository.d.ts +2 -68
- package/federatedNpmRepository.js.map +1 -1
- package/federatedNugetRepository.d.ts +2 -68
- package/federatedNugetRepository.js.map +1 -1
- package/federatedOpkgRepository.d.ts +2 -68
- package/federatedOpkgRepository.js.map +1 -1
- package/federatedPuppetRepository.d.ts +2 -68
- package/federatedPuppetRepository.js.map +1 -1
- package/federatedPypiRepository.d.ts +2 -68
- package/federatedPypiRepository.js.map +1 -1
- package/federatedRpmRepository.d.ts +2 -68
- package/federatedRpmRepository.js.map +1 -1
- package/federatedSbtRepository.d.ts +2 -68
- package/federatedSbtRepository.js.map +1 -1
- package/federatedVagrantRepository.d.ts +2 -68
- package/federatedVagrantRepository.js.map +1 -1
- package/goRepository.d.ts +4 -7
- package/goRepository.js.map +1 -1
- package/index.d.ts +2 -0
- package/index.js +10 -0
- package/index.js.map +1 -1
- package/ldapSetting.d.ts +14 -8
- package/ldapSetting.js +0 -3
- package/ldapSetting.js.map +1 -1
- package/localBowerRepository.d.ts +1 -1
- package/localChefRepository.d.ts +1 -1
- package/localCocoapodsRepository.d.ts +1 -1
- package/localComposerRepository.d.ts +1 -1
- package/localConanRepository.d.ts +1 -1
- package/localCranRepository.d.ts +1 -1
- package/localGemsRepository.d.ts +1 -1
- package/localGenericRepository.d.ts +1 -1
- package/localGitltfsRepository.d.ts +1 -1
- package/localGoRepository.d.ts +1 -1
- package/localGradleRepository.d.ts +1 -1
- package/localHelmRepository.d.ts +1 -1
- package/localIvyRepository.d.ts +97 -1
- package/localIvyRepository.js +12 -0
- package/localIvyRepository.js.map +1 -1
- package/localMavenRepository.d.ts +1 -1
- package/localNpmRepository.d.ts +1 -1
- package/localNugetRepository.d.ts +1 -1
- package/localOpkgRepository.d.ts +1 -1
- package/localPuppetRepository.d.ts +1 -1
- package/localPypiRepository.d.ts +1 -1
- package/localRpmRepository.d.ts +1 -1
- package/localSbtRepository.d.ts +97 -1
- package/localSbtRepository.js +12 -0
- package/localSbtRepository.js.map +1 -1
- package/localVagrantRepository.d.ts +1 -1
- package/mavenRepository.d.ts +4 -7
- package/mavenRepository.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/pullReplication.d.ts +12 -0
- package/pullReplication.js +2 -0
- package/pullReplication.js.map +1 -1
- package/remoteCargoRepository.d.ts +1 -1
- package/remoteDockerRepository.d.ts +1 -1
- package/remoteGradleRepository.d.ts +1 -1
- package/remoteHelmRepository.d.ts +1 -1
- package/remoteIvyRepository.d.ts +530 -0
- package/remoteIvyRepository.js +168 -0
- package/remoteIvyRepository.js.map +1 -0
- package/remoteMavenRepository.d.ts +1 -1
- package/remoteNpmRepository.d.ts +1 -1
- package/remotePypiRepository.d.ts +1 -1
- package/remoteSbtRepository.d.ts +530 -0
- package/remoteSbtRepository.js +168 -0
- package/remoteSbtRepository.js.map +1 -0
- package/singleReplicationConfig.d.ts +12 -0
- package/singleReplicationConfig.js +2 -0
- package/singleReplicationConfig.js.map +1 -1
- package/types/input.d.ts +44 -0
- package/types/output.d.ts +44 -0
- package/virtualConanRepository.d.ts +4 -7
- package/virtualConanRepository.js.map +1 -1
- package/virtualGenericRepository.d.ts +1 -1
- package/virtualHelmRepository.d.ts +4 -7
- package/virtualHelmRepository.js.map +1 -1
- package/virtualRpmRepository.d.ts +4 -7
- package/virtualRpmRepository.js.map +1 -1
package/localIvyRepository.js
CHANGED
|
@@ -29,11 +29,15 @@ class LocalIvyRepository extends pulumi.CustomResource {
|
|
|
29
29
|
const state = argsOrState;
|
|
30
30
|
resourceInputs["archiveBrowsingEnabled"] = state ? state.archiveBrowsingEnabled : undefined;
|
|
31
31
|
resourceInputs["blackedOut"] = state ? state.blackedOut : undefined;
|
|
32
|
+
resourceInputs["checksumPolicyType"] = state ? state.checksumPolicyType : undefined;
|
|
32
33
|
resourceInputs["description"] = state ? state.description : undefined;
|
|
33
34
|
resourceInputs["downloadDirect"] = state ? state.downloadDirect : undefined;
|
|
34
35
|
resourceInputs["excludesPattern"] = state ? state.excludesPattern : undefined;
|
|
36
|
+
resourceInputs["handleReleases"] = state ? state.handleReleases : undefined;
|
|
37
|
+
resourceInputs["handleSnapshots"] = state ? state.handleSnapshots : undefined;
|
|
35
38
|
resourceInputs["includesPattern"] = state ? state.includesPattern : undefined;
|
|
36
39
|
resourceInputs["key"] = state ? state.key : undefined;
|
|
40
|
+
resourceInputs["maxUniqueSnapshots"] = state ? state.maxUniqueSnapshots : undefined;
|
|
37
41
|
resourceInputs["notes"] = state ? state.notes : undefined;
|
|
38
42
|
resourceInputs["packageType"] = state ? state.packageType : undefined;
|
|
39
43
|
resourceInputs["priorityResolution"] = state ? state.priorityResolution : undefined;
|
|
@@ -41,6 +45,8 @@ class LocalIvyRepository extends pulumi.CustomResource {
|
|
|
41
45
|
resourceInputs["projectKey"] = state ? state.projectKey : undefined;
|
|
42
46
|
resourceInputs["propertySets"] = state ? state.propertySets : undefined;
|
|
43
47
|
resourceInputs["repoLayoutRef"] = state ? state.repoLayoutRef : undefined;
|
|
48
|
+
resourceInputs["snapshotVersionBehavior"] = state ? state.snapshotVersionBehavior : undefined;
|
|
49
|
+
resourceInputs["suppressPomConsistencyChecks"] = state ? state.suppressPomConsistencyChecks : undefined;
|
|
44
50
|
resourceInputs["xrayIndex"] = state ? state.xrayIndex : undefined;
|
|
45
51
|
}
|
|
46
52
|
else {
|
|
@@ -50,17 +56,23 @@ class LocalIvyRepository extends pulumi.CustomResource {
|
|
|
50
56
|
}
|
|
51
57
|
resourceInputs["archiveBrowsingEnabled"] = args ? args.archiveBrowsingEnabled : undefined;
|
|
52
58
|
resourceInputs["blackedOut"] = args ? args.blackedOut : undefined;
|
|
59
|
+
resourceInputs["checksumPolicyType"] = args ? args.checksumPolicyType : undefined;
|
|
53
60
|
resourceInputs["description"] = args ? args.description : undefined;
|
|
54
61
|
resourceInputs["downloadDirect"] = args ? args.downloadDirect : undefined;
|
|
55
62
|
resourceInputs["excludesPattern"] = args ? args.excludesPattern : undefined;
|
|
63
|
+
resourceInputs["handleReleases"] = args ? args.handleReleases : undefined;
|
|
64
|
+
resourceInputs["handleSnapshots"] = args ? args.handleSnapshots : undefined;
|
|
56
65
|
resourceInputs["includesPattern"] = args ? args.includesPattern : undefined;
|
|
57
66
|
resourceInputs["key"] = args ? args.key : undefined;
|
|
67
|
+
resourceInputs["maxUniqueSnapshots"] = args ? args.maxUniqueSnapshots : undefined;
|
|
58
68
|
resourceInputs["notes"] = args ? args.notes : undefined;
|
|
59
69
|
resourceInputs["priorityResolution"] = args ? args.priorityResolution : undefined;
|
|
60
70
|
resourceInputs["projectEnvironments"] = args ? args.projectEnvironments : undefined;
|
|
61
71
|
resourceInputs["projectKey"] = args ? args.projectKey : undefined;
|
|
62
72
|
resourceInputs["propertySets"] = args ? args.propertySets : undefined;
|
|
63
73
|
resourceInputs["repoLayoutRef"] = args ? args.repoLayoutRef : undefined;
|
|
74
|
+
resourceInputs["snapshotVersionBehavior"] = args ? args.snapshotVersionBehavior : undefined;
|
|
75
|
+
resourceInputs["suppressPomConsistencyChecks"] = args ? args.suppressPomConsistencyChecks : undefined;
|
|
64
76
|
resourceInputs["xrayIndex"] = args ? args.xrayIndex : undefined;
|
|
65
77
|
resourceInputs["packageType"] = undefined /*out*/;
|
|
66
78
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"localIvyRepository.js","sourceRoot":"","sources":["../localIvyRepository.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;IA+
|
|
1
|
+
{"version":3,"file":"localIvyRepository.js","sourceRoot":"","sources":["../localIvyRepository.ts"],"names":[],"mappings":"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"}
|
|
@@ -109,7 +109,7 @@ export declare class LocalMavenRepository extends pulumi.CustomResource {
|
|
|
109
109
|
/**
|
|
110
110
|
* Repository layout key for the local repository
|
|
111
111
|
*/
|
|
112
|
-
readonly repoLayoutRef: pulumi.Output<string>;
|
|
112
|
+
readonly repoLayoutRef: pulumi.Output<string | undefined>;
|
|
113
113
|
/**
|
|
114
114
|
* Specifies the naming convention for Maven SNAPSHOT versions.
|
|
115
115
|
* The options are -
|
package/localNpmRepository.d.ts
CHANGED
|
@@ -83,7 +83,7 @@ export declare class LocalNpmRepository extends pulumi.CustomResource {
|
|
|
83
83
|
/**
|
|
84
84
|
* Repository layout key for the local repository
|
|
85
85
|
*/
|
|
86
|
-
readonly repoLayoutRef: pulumi.Output<string>;
|
|
86
|
+
readonly repoLayoutRef: pulumi.Output<string | undefined>;
|
|
87
87
|
/**
|
|
88
88
|
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
|
|
89
89
|
* Xray settings.
|
|
@@ -95,7 +95,7 @@ export declare class LocalNugetRepository extends pulumi.CustomResource {
|
|
|
95
95
|
/**
|
|
96
96
|
* Repository layout key for the local repository
|
|
97
97
|
*/
|
|
98
|
-
readonly repoLayoutRef: pulumi.Output<string>;
|
|
98
|
+
readonly repoLayoutRef: pulumi.Output<string | undefined>;
|
|
99
99
|
/**
|
|
100
100
|
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
|
|
101
101
|
* Xray settings.
|
package/localOpkgRepository.d.ts
CHANGED
|
@@ -83,7 +83,7 @@ export declare class LocalOpkgRepository extends pulumi.CustomResource {
|
|
|
83
83
|
/**
|
|
84
84
|
* Repository layout key for the local repository
|
|
85
85
|
*/
|
|
86
|
-
readonly repoLayoutRef: pulumi.Output<string>;
|
|
86
|
+
readonly repoLayoutRef: pulumi.Output<string | undefined>;
|
|
87
87
|
/**
|
|
88
88
|
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
|
|
89
89
|
* Xray settings.
|
|
@@ -83,7 +83,7 @@ export declare class LocalPuppetRepository extends pulumi.CustomResource {
|
|
|
83
83
|
/**
|
|
84
84
|
* Repository layout key for the local repository
|
|
85
85
|
*/
|
|
86
|
-
readonly repoLayoutRef: pulumi.Output<string>;
|
|
86
|
+
readonly repoLayoutRef: pulumi.Output<string | undefined>;
|
|
87
87
|
/**
|
|
88
88
|
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
|
|
89
89
|
* Xray settings.
|
package/localPypiRepository.d.ts
CHANGED
|
@@ -83,7 +83,7 @@ export declare class LocalPypiRepository extends pulumi.CustomResource {
|
|
|
83
83
|
/**
|
|
84
84
|
* Repository layout key for the local repository
|
|
85
85
|
*/
|
|
86
|
-
readonly repoLayoutRef: pulumi.Output<string>;
|
|
86
|
+
readonly repoLayoutRef: pulumi.Output<string | undefined>;
|
|
87
87
|
/**
|
|
88
88
|
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
|
|
89
89
|
* Xray settings.
|
package/localRpmRepository.d.ts
CHANGED
|
@@ -89,7 +89,7 @@ export declare class LocalRpmRepository extends pulumi.CustomResource {
|
|
|
89
89
|
/**
|
|
90
90
|
* Repository layout key for the local repository
|
|
91
91
|
*/
|
|
92
|
-
readonly repoLayoutRef: pulumi.Output<string>;
|
|
92
|
+
readonly repoLayoutRef: pulumi.Output<string | undefined>;
|
|
93
93
|
/**
|
|
94
94
|
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
|
|
95
95
|
* Xray settings.
|
package/localSbtRepository.d.ts
CHANGED
|
@@ -41,6 +41,12 @@ export declare class LocalSbtRepository extends pulumi.CustomResource {
|
|
|
41
41
|
* When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
|
|
42
42
|
*/
|
|
43
43
|
readonly blackedOut: pulumi.Output<boolean | undefined>;
|
|
44
|
+
/**
|
|
45
|
+
* Checksum policy determines how Artifactory behaves when a client checksum for a deployed resource is missing or
|
|
46
|
+
* conflicts with the locally calculated checksum (bad checksum). For more details, please refer to Checksum Policy -
|
|
47
|
+
* https://www.jfrog.com/confluence/display/JFROG/Local+Repositories#LocalRepositories-ChecksumPolicy
|
|
48
|
+
*/
|
|
49
|
+
readonly checksumPolicyType: pulumi.Output<string | undefined>;
|
|
44
50
|
readonly description: pulumi.Output<string | undefined>;
|
|
45
51
|
/**
|
|
46
52
|
* When set, download requests to this repository will redirect the client to download the artifact directly from the cloud
|
|
@@ -52,6 +58,14 @@ export declare class LocalSbtRepository extends pulumi.CustomResource {
|
|
|
52
58
|
* artifacts are excluded.
|
|
53
59
|
*/
|
|
54
60
|
readonly excludesPattern: pulumi.Output<string>;
|
|
61
|
+
/**
|
|
62
|
+
* If set, Artifactory allows you to deploy release artifacts into this repository.
|
|
63
|
+
*/
|
|
64
|
+
readonly handleReleases: pulumi.Output<boolean | undefined>;
|
|
65
|
+
/**
|
|
66
|
+
* If set, Artifactory allows you to deploy snapshot artifacts into this repository.
|
|
67
|
+
*/
|
|
68
|
+
readonly handleSnapshots: pulumi.Output<boolean | undefined>;
|
|
55
69
|
/**
|
|
56
70
|
* List of artifact patterns to include when evaluating artifact requests in the form of x/y/**/z/*. When used, only
|
|
57
71
|
* artifacts matching one of the include patterns are served. By default, all artifacts are included (**/*).
|
|
@@ -61,6 +75,11 @@ export declare class LocalSbtRepository extends pulumi.CustomResource {
|
|
|
61
75
|
* - the identity key of the repo
|
|
62
76
|
*/
|
|
63
77
|
readonly key: pulumi.Output<string>;
|
|
78
|
+
/**
|
|
79
|
+
* The maximum number of unique snapshots of a single artifact to store. Once the number of snapshots exceeds this setting,
|
|
80
|
+
* older versions are removed. A value of 0 (default) indicates there is no limit, and unique snapshots are not cleaned up.
|
|
81
|
+
*/
|
|
82
|
+
readonly maxUniqueSnapshots: pulumi.Output<number | undefined>;
|
|
64
83
|
readonly notes: pulumi.Output<string | undefined>;
|
|
65
84
|
readonly packageType: pulumi.Output<string>;
|
|
66
85
|
/**
|
|
@@ -83,7 +102,20 @@ export declare class LocalSbtRepository extends pulumi.CustomResource {
|
|
|
83
102
|
/**
|
|
84
103
|
* Repository layout key for the local repository
|
|
85
104
|
*/
|
|
86
|
-
readonly repoLayoutRef: pulumi.Output<string>;
|
|
105
|
+
readonly repoLayoutRef: pulumi.Output<string | undefined>;
|
|
106
|
+
/**
|
|
107
|
+
* Specifies the naming convention for Maven SNAPSHOT versions. The options are - Unique: Version number is based on a
|
|
108
|
+
* time-stamp (default) Non-unique: Version number uses a self-overriding naming pattern of
|
|
109
|
+
* artifactId-version-SNAPSHOT.type Deployer: Respects the settings in the Maven client that is deploying the artifact.
|
|
110
|
+
*/
|
|
111
|
+
readonly snapshotVersionBehavior: pulumi.Output<string | undefined>;
|
|
112
|
+
/**
|
|
113
|
+
* By default, Artifactory keeps your repositories healthy by refusing POMs with incorrect coordinates (path). If the
|
|
114
|
+
* groupId:artifactId:version information inside the POM does not match the deployed path, Artifactory rejects the
|
|
115
|
+
* deployment with a "409 Conflict" error. You can disable this behavior by setting the Suppress POM Consistency Checks
|
|
116
|
+
* checkbox.
|
|
117
|
+
*/
|
|
118
|
+
readonly suppressPomConsistencyChecks: pulumi.Output<boolean | undefined>;
|
|
87
119
|
/**
|
|
88
120
|
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
|
|
89
121
|
* Xray settings.
|
|
@@ -112,6 +144,12 @@ export interface LocalSbtRepositoryState {
|
|
|
112
144
|
* When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
|
|
113
145
|
*/
|
|
114
146
|
blackedOut?: pulumi.Input<boolean>;
|
|
147
|
+
/**
|
|
148
|
+
* Checksum policy determines how Artifactory behaves when a client checksum for a deployed resource is missing or
|
|
149
|
+
* conflicts with the locally calculated checksum (bad checksum). For more details, please refer to Checksum Policy -
|
|
150
|
+
* https://www.jfrog.com/confluence/display/JFROG/Local+Repositories#LocalRepositories-ChecksumPolicy
|
|
151
|
+
*/
|
|
152
|
+
checksumPolicyType?: pulumi.Input<string>;
|
|
115
153
|
description?: pulumi.Input<string>;
|
|
116
154
|
/**
|
|
117
155
|
* When set, download requests to this repository will redirect the client to download the artifact directly from the cloud
|
|
@@ -123,6 +161,14 @@ export interface LocalSbtRepositoryState {
|
|
|
123
161
|
* artifacts are excluded.
|
|
124
162
|
*/
|
|
125
163
|
excludesPattern?: pulumi.Input<string>;
|
|
164
|
+
/**
|
|
165
|
+
* If set, Artifactory allows you to deploy release artifacts into this repository.
|
|
166
|
+
*/
|
|
167
|
+
handleReleases?: pulumi.Input<boolean>;
|
|
168
|
+
/**
|
|
169
|
+
* If set, Artifactory allows you to deploy snapshot artifacts into this repository.
|
|
170
|
+
*/
|
|
171
|
+
handleSnapshots?: pulumi.Input<boolean>;
|
|
126
172
|
/**
|
|
127
173
|
* List of artifact patterns to include when evaluating artifact requests in the form of x/y/**/z/*. When used, only
|
|
128
174
|
* artifacts matching one of the include patterns are served. By default, all artifacts are included (**/*).
|
|
@@ -132,6 +178,11 @@ export interface LocalSbtRepositoryState {
|
|
|
132
178
|
* - the identity key of the repo
|
|
133
179
|
*/
|
|
134
180
|
key?: pulumi.Input<string>;
|
|
181
|
+
/**
|
|
182
|
+
* The maximum number of unique snapshots of a single artifact to store. Once the number of snapshots exceeds this setting,
|
|
183
|
+
* older versions are removed. A value of 0 (default) indicates there is no limit, and unique snapshots are not cleaned up.
|
|
184
|
+
*/
|
|
185
|
+
maxUniqueSnapshots?: pulumi.Input<number>;
|
|
135
186
|
notes?: pulumi.Input<string>;
|
|
136
187
|
packageType?: pulumi.Input<string>;
|
|
137
188
|
/**
|
|
@@ -155,6 +206,19 @@ export interface LocalSbtRepositoryState {
|
|
|
155
206
|
* Repository layout key for the local repository
|
|
156
207
|
*/
|
|
157
208
|
repoLayoutRef?: pulumi.Input<string>;
|
|
209
|
+
/**
|
|
210
|
+
* Specifies the naming convention for Maven SNAPSHOT versions. The options are - Unique: Version number is based on a
|
|
211
|
+
* time-stamp (default) Non-unique: Version number uses a self-overriding naming pattern of
|
|
212
|
+
* artifactId-version-SNAPSHOT.type Deployer: Respects the settings in the Maven client that is deploying the artifact.
|
|
213
|
+
*/
|
|
214
|
+
snapshotVersionBehavior?: pulumi.Input<string>;
|
|
215
|
+
/**
|
|
216
|
+
* By default, Artifactory keeps your repositories healthy by refusing POMs with incorrect coordinates (path). If the
|
|
217
|
+
* groupId:artifactId:version information inside the POM does not match the deployed path, Artifactory rejects the
|
|
218
|
+
* deployment with a "409 Conflict" error. You can disable this behavior by setting the Suppress POM Consistency Checks
|
|
219
|
+
* checkbox.
|
|
220
|
+
*/
|
|
221
|
+
suppressPomConsistencyChecks?: pulumi.Input<boolean>;
|
|
158
222
|
/**
|
|
159
223
|
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
|
|
160
224
|
* Xray settings.
|
|
@@ -175,6 +239,12 @@ export interface LocalSbtRepositoryArgs {
|
|
|
175
239
|
* When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
|
|
176
240
|
*/
|
|
177
241
|
blackedOut?: pulumi.Input<boolean>;
|
|
242
|
+
/**
|
|
243
|
+
* Checksum policy determines how Artifactory behaves when a client checksum for a deployed resource is missing or
|
|
244
|
+
* conflicts with the locally calculated checksum (bad checksum). For more details, please refer to Checksum Policy -
|
|
245
|
+
* https://www.jfrog.com/confluence/display/JFROG/Local+Repositories#LocalRepositories-ChecksumPolicy
|
|
246
|
+
*/
|
|
247
|
+
checksumPolicyType?: pulumi.Input<string>;
|
|
178
248
|
description?: pulumi.Input<string>;
|
|
179
249
|
/**
|
|
180
250
|
* When set, download requests to this repository will redirect the client to download the artifact directly from the cloud
|
|
@@ -186,6 +256,14 @@ export interface LocalSbtRepositoryArgs {
|
|
|
186
256
|
* artifacts are excluded.
|
|
187
257
|
*/
|
|
188
258
|
excludesPattern?: pulumi.Input<string>;
|
|
259
|
+
/**
|
|
260
|
+
* If set, Artifactory allows you to deploy release artifacts into this repository.
|
|
261
|
+
*/
|
|
262
|
+
handleReleases?: pulumi.Input<boolean>;
|
|
263
|
+
/**
|
|
264
|
+
* If set, Artifactory allows you to deploy snapshot artifacts into this repository.
|
|
265
|
+
*/
|
|
266
|
+
handleSnapshots?: pulumi.Input<boolean>;
|
|
189
267
|
/**
|
|
190
268
|
* List of artifact patterns to include when evaluating artifact requests in the form of x/y/**/z/*. When used, only
|
|
191
269
|
* artifacts matching one of the include patterns are served. By default, all artifacts are included (**/*).
|
|
@@ -195,6 +273,11 @@ export interface LocalSbtRepositoryArgs {
|
|
|
195
273
|
* - the identity key of the repo
|
|
196
274
|
*/
|
|
197
275
|
key: pulumi.Input<string>;
|
|
276
|
+
/**
|
|
277
|
+
* The maximum number of unique snapshots of a single artifact to store. Once the number of snapshots exceeds this setting,
|
|
278
|
+
* older versions are removed. A value of 0 (default) indicates there is no limit, and unique snapshots are not cleaned up.
|
|
279
|
+
*/
|
|
280
|
+
maxUniqueSnapshots?: pulumi.Input<number>;
|
|
198
281
|
notes?: pulumi.Input<string>;
|
|
199
282
|
/**
|
|
200
283
|
* Setting repositories with priority will cause metadata to be merged only from repositories set with this field
|
|
@@ -217,6 +300,19 @@ export interface LocalSbtRepositoryArgs {
|
|
|
217
300
|
* Repository layout key for the local repository
|
|
218
301
|
*/
|
|
219
302
|
repoLayoutRef?: pulumi.Input<string>;
|
|
303
|
+
/**
|
|
304
|
+
* Specifies the naming convention for Maven SNAPSHOT versions. The options are - Unique: Version number is based on a
|
|
305
|
+
* time-stamp (default) Non-unique: Version number uses a self-overriding naming pattern of
|
|
306
|
+
* artifactId-version-SNAPSHOT.type Deployer: Respects the settings in the Maven client that is deploying the artifact.
|
|
307
|
+
*/
|
|
308
|
+
snapshotVersionBehavior?: pulumi.Input<string>;
|
|
309
|
+
/**
|
|
310
|
+
* By default, Artifactory keeps your repositories healthy by refusing POMs with incorrect coordinates (path). If the
|
|
311
|
+
* groupId:artifactId:version information inside the POM does not match the deployed path, Artifactory rejects the
|
|
312
|
+
* deployment with a "409 Conflict" error. You can disable this behavior by setting the Suppress POM Consistency Checks
|
|
313
|
+
* checkbox.
|
|
314
|
+
*/
|
|
315
|
+
suppressPomConsistencyChecks?: pulumi.Input<boolean>;
|
|
220
316
|
/**
|
|
221
317
|
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
|
|
222
318
|
* Xray settings.
|
package/localSbtRepository.js
CHANGED
|
@@ -29,11 +29,15 @@ class LocalSbtRepository extends pulumi.CustomResource {
|
|
|
29
29
|
const state = argsOrState;
|
|
30
30
|
resourceInputs["archiveBrowsingEnabled"] = state ? state.archiveBrowsingEnabled : undefined;
|
|
31
31
|
resourceInputs["blackedOut"] = state ? state.blackedOut : undefined;
|
|
32
|
+
resourceInputs["checksumPolicyType"] = state ? state.checksumPolicyType : undefined;
|
|
32
33
|
resourceInputs["description"] = state ? state.description : undefined;
|
|
33
34
|
resourceInputs["downloadDirect"] = state ? state.downloadDirect : undefined;
|
|
34
35
|
resourceInputs["excludesPattern"] = state ? state.excludesPattern : undefined;
|
|
36
|
+
resourceInputs["handleReleases"] = state ? state.handleReleases : undefined;
|
|
37
|
+
resourceInputs["handleSnapshots"] = state ? state.handleSnapshots : undefined;
|
|
35
38
|
resourceInputs["includesPattern"] = state ? state.includesPattern : undefined;
|
|
36
39
|
resourceInputs["key"] = state ? state.key : undefined;
|
|
40
|
+
resourceInputs["maxUniqueSnapshots"] = state ? state.maxUniqueSnapshots : undefined;
|
|
37
41
|
resourceInputs["notes"] = state ? state.notes : undefined;
|
|
38
42
|
resourceInputs["packageType"] = state ? state.packageType : undefined;
|
|
39
43
|
resourceInputs["priorityResolution"] = state ? state.priorityResolution : undefined;
|
|
@@ -41,6 +45,8 @@ class LocalSbtRepository extends pulumi.CustomResource {
|
|
|
41
45
|
resourceInputs["projectKey"] = state ? state.projectKey : undefined;
|
|
42
46
|
resourceInputs["propertySets"] = state ? state.propertySets : undefined;
|
|
43
47
|
resourceInputs["repoLayoutRef"] = state ? state.repoLayoutRef : undefined;
|
|
48
|
+
resourceInputs["snapshotVersionBehavior"] = state ? state.snapshotVersionBehavior : undefined;
|
|
49
|
+
resourceInputs["suppressPomConsistencyChecks"] = state ? state.suppressPomConsistencyChecks : undefined;
|
|
44
50
|
resourceInputs["xrayIndex"] = state ? state.xrayIndex : undefined;
|
|
45
51
|
}
|
|
46
52
|
else {
|
|
@@ -50,17 +56,23 @@ class LocalSbtRepository extends pulumi.CustomResource {
|
|
|
50
56
|
}
|
|
51
57
|
resourceInputs["archiveBrowsingEnabled"] = args ? args.archiveBrowsingEnabled : undefined;
|
|
52
58
|
resourceInputs["blackedOut"] = args ? args.blackedOut : undefined;
|
|
59
|
+
resourceInputs["checksumPolicyType"] = args ? args.checksumPolicyType : undefined;
|
|
53
60
|
resourceInputs["description"] = args ? args.description : undefined;
|
|
54
61
|
resourceInputs["downloadDirect"] = args ? args.downloadDirect : undefined;
|
|
55
62
|
resourceInputs["excludesPattern"] = args ? args.excludesPattern : undefined;
|
|
63
|
+
resourceInputs["handleReleases"] = args ? args.handleReleases : undefined;
|
|
64
|
+
resourceInputs["handleSnapshots"] = args ? args.handleSnapshots : undefined;
|
|
56
65
|
resourceInputs["includesPattern"] = args ? args.includesPattern : undefined;
|
|
57
66
|
resourceInputs["key"] = args ? args.key : undefined;
|
|
67
|
+
resourceInputs["maxUniqueSnapshots"] = args ? args.maxUniqueSnapshots : undefined;
|
|
58
68
|
resourceInputs["notes"] = args ? args.notes : undefined;
|
|
59
69
|
resourceInputs["priorityResolution"] = args ? args.priorityResolution : undefined;
|
|
60
70
|
resourceInputs["projectEnvironments"] = args ? args.projectEnvironments : undefined;
|
|
61
71
|
resourceInputs["projectKey"] = args ? args.projectKey : undefined;
|
|
62
72
|
resourceInputs["propertySets"] = args ? args.propertySets : undefined;
|
|
63
73
|
resourceInputs["repoLayoutRef"] = args ? args.repoLayoutRef : undefined;
|
|
74
|
+
resourceInputs["snapshotVersionBehavior"] = args ? args.snapshotVersionBehavior : undefined;
|
|
75
|
+
resourceInputs["suppressPomConsistencyChecks"] = args ? args.suppressPomConsistencyChecks : undefined;
|
|
64
76
|
resourceInputs["xrayIndex"] = args ? args.xrayIndex : undefined;
|
|
65
77
|
resourceInputs["packageType"] = undefined /*out*/;
|
|
66
78
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"localSbtRepository.js","sourceRoot":"","sources":["../localSbtRepository.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;IA+
|
|
1
|
+
{"version":3,"file":"localSbtRepository.js","sourceRoot":"","sources":["../localSbtRepository.ts"],"names":[],"mappings":"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"}
|
|
@@ -83,7 +83,7 @@ export declare class LocalVagrantRepository extends pulumi.CustomResource {
|
|
|
83
83
|
/**
|
|
84
84
|
* Repository layout key for the local repository
|
|
85
85
|
*/
|
|
86
|
-
readonly repoLayoutRef: pulumi.Output<string>;
|
|
86
|
+
readonly repoLayoutRef: pulumi.Output<string | undefined>;
|
|
87
87
|
/**
|
|
88
88
|
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
|
|
89
89
|
* Xray settings.
|
package/mavenRepository.d.ts
CHANGED
|
@@ -122,10 +122,9 @@ export declare class MavenRepository extends pulumi.CustomResource {
|
|
|
122
122
|
*/
|
|
123
123
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
124
124
|
/**
|
|
125
|
-
*
|
|
126
|
-
* corresponds to the package type defined is suggested, and index packages uploaded and calculate metadata accordingly.
|
|
125
|
+
* Repository layout key for the local repository
|
|
127
126
|
*/
|
|
128
|
-
readonly repoLayoutRef: pulumi.Output<string>;
|
|
127
|
+
readonly repoLayoutRef: pulumi.Output<string | undefined>;
|
|
129
128
|
/**
|
|
130
129
|
* The effective list of actual repositories included in this virtual repository.
|
|
131
130
|
*/
|
|
@@ -208,8 +207,7 @@ export interface MavenRepositoryState {
|
|
|
208
207
|
*/
|
|
209
208
|
projectKey?: pulumi.Input<string>;
|
|
210
209
|
/**
|
|
211
|
-
*
|
|
212
|
-
* corresponds to the package type defined is suggested, and index packages uploaded and calculate metadata accordingly.
|
|
210
|
+
* Repository layout key for the local repository
|
|
213
211
|
*/
|
|
214
212
|
repoLayoutRef?: pulumi.Input<string>;
|
|
215
213
|
/**
|
|
@@ -282,8 +280,7 @@ export interface MavenRepositoryArgs {
|
|
|
282
280
|
*/
|
|
283
281
|
projectKey?: pulumi.Input<string>;
|
|
284
282
|
/**
|
|
285
|
-
*
|
|
286
|
-
* corresponds to the package type defined is suggested, and index packages uploaded and calculate metadata accordingly.
|
|
283
|
+
* Repository layout key for the local repository
|
|
287
284
|
*/
|
|
288
285
|
repoLayoutRef?: pulumi.Input<string>;
|
|
289
286
|
/**
|
package/mavenRepository.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mavenRepository.js","sourceRoot":"","sources":["../mavenRepository.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;AACH,MAAa,eAAgB,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"mavenRepository.js","sourceRoot":"","sources":["../mavenRepository.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/artifactory",
|
|
3
|
-
"version": "v0.
|
|
3
|
+
"version": "v0.8.0",
|
|
4
4
|
"description": "A Pulumi package for creating and managing artifactory cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "tsc",
|
|
14
|
-
"install": "node scripts/install-pulumi-plugin.js resource artifactory v0.
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource artifactory v0.8.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@pulumi/pulumi": "^3.0.0"
|
package/package.json.dev
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/artifactory",
|
|
3
|
-
"version": "v0.
|
|
3
|
+
"version": "v0.8.0",
|
|
4
4
|
"description": "A Pulumi package for creating and managing artifactory cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "tsc",
|
|
14
|
-
"install": "node scripts/install-pulumi-plugin.js resource artifactory v0.
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource artifactory v0.8.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@pulumi/pulumi": "^3.0.0"
|
package/pullReplication.d.ts
CHANGED
|
@@ -63,6 +63,10 @@ export declare class PullReplication extends pulumi.CustomResource {
|
|
|
63
63
|
*/
|
|
64
64
|
readonly password: pulumi.Output<string>;
|
|
65
65
|
readonly pathPrefix: pulumi.Output<string | undefined>;
|
|
66
|
+
/**
|
|
67
|
+
* Proxy key from Artifactory Proxies setting
|
|
68
|
+
*/
|
|
69
|
+
readonly proxy: pulumi.Output<string | undefined>;
|
|
66
70
|
readonly repoKey: pulumi.Output<string>;
|
|
67
71
|
readonly socketTimeoutMillis: pulumi.Output<number>;
|
|
68
72
|
readonly syncDeletes: pulumi.Output<boolean>;
|
|
@@ -92,6 +96,10 @@ export interface PullReplicationState {
|
|
|
92
96
|
*/
|
|
93
97
|
password?: pulumi.Input<string>;
|
|
94
98
|
pathPrefix?: pulumi.Input<string>;
|
|
99
|
+
/**
|
|
100
|
+
* Proxy key from Artifactory Proxies setting
|
|
101
|
+
*/
|
|
102
|
+
proxy?: pulumi.Input<string>;
|
|
95
103
|
repoKey?: pulumi.Input<string>;
|
|
96
104
|
socketTimeoutMillis?: pulumi.Input<number>;
|
|
97
105
|
syncDeletes?: pulumi.Input<boolean>;
|
|
@@ -108,6 +116,10 @@ export interface PullReplicationArgs {
|
|
|
108
116
|
enableEventReplication?: pulumi.Input<boolean>;
|
|
109
117
|
enabled?: pulumi.Input<boolean>;
|
|
110
118
|
pathPrefix?: pulumi.Input<string>;
|
|
119
|
+
/**
|
|
120
|
+
* Proxy key from Artifactory Proxies setting
|
|
121
|
+
*/
|
|
122
|
+
proxy?: pulumi.Input<string>;
|
|
111
123
|
repoKey: pulumi.Input<string>;
|
|
112
124
|
socketTimeoutMillis?: pulumi.Input<number>;
|
|
113
125
|
syncDeletes?: pulumi.Input<boolean>;
|
package/pullReplication.js
CHANGED
|
@@ -55,6 +55,7 @@ class PullReplication extends pulumi.CustomResource {
|
|
|
55
55
|
resourceInputs["enabled"] = state ? state.enabled : undefined;
|
|
56
56
|
resourceInputs["password"] = state ? state.password : undefined;
|
|
57
57
|
resourceInputs["pathPrefix"] = state ? state.pathPrefix : undefined;
|
|
58
|
+
resourceInputs["proxy"] = state ? state.proxy : undefined;
|
|
58
59
|
resourceInputs["repoKey"] = state ? state.repoKey : undefined;
|
|
59
60
|
resourceInputs["socketTimeoutMillis"] = state ? state.socketTimeoutMillis : undefined;
|
|
60
61
|
resourceInputs["syncDeletes"] = state ? state.syncDeletes : undefined;
|
|
@@ -75,6 +76,7 @@ class PullReplication extends pulumi.CustomResource {
|
|
|
75
76
|
resourceInputs["enableEventReplication"] = args ? args.enableEventReplication : undefined;
|
|
76
77
|
resourceInputs["enabled"] = args ? args.enabled : undefined;
|
|
77
78
|
resourceInputs["pathPrefix"] = args ? args.pathPrefix : undefined;
|
|
79
|
+
resourceInputs["proxy"] = args ? args.proxy : undefined;
|
|
78
80
|
resourceInputs["repoKey"] = args ? args.repoKey : undefined;
|
|
79
81
|
resourceInputs["socketTimeoutMillis"] = args ? args.socketTimeoutMillis : undefined;
|
|
80
82
|
resourceInputs["syncDeletes"] = args ? args.syncDeletes : undefined;
|
package/pullReplication.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pullReplication.js","sourceRoot":"","sources":["../pullReplication.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,MAAa,eAAgB,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"pullReplication.js","sourceRoot":"","sources":["../pullReplication.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,MAAa,eAAgB,SAAQ,MAAM,CAAC,cAAc;IAyDtD,YAAY,IAAY,EAAE,WAAwD,EAAE,IAAmC;QACnH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA+C,CAAC;YAC9D,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,wBAAwB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5F,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,qBAAqB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC,CAAC,SAAS,CAAC;YACtF,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SACnE;aAAM;YACH,MAAM,IAAI,GAAG,WAA8C,CAAC;YAC5D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,wBAAwB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1F,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,qBAAqB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,CAAC,SAAS,CAAC;YACpF,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;YACpD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAClD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,eAAe,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACpE,CAAC;IAlGD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA4B,EAAE,IAAmC;QAC1H,OAAO,IAAI,eAAe,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACtE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,eAAe,CAAC,YAAY,CAAC;IAChE,CAAC;;AA1BL,0CAoGC;AAtFG,gBAAgB;AACO,4BAAY,GAAG,mDAAmD,CAAC"}
|
|
@@ -149,7 +149,7 @@ export declare class RemoteCargoRepository extends pulumi.CustomResource {
|
|
|
149
149
|
/**
|
|
150
150
|
* Repository layout key for the remote repository
|
|
151
151
|
*/
|
|
152
|
-
readonly repoLayoutRef: pulumi.Output<string>;
|
|
152
|
+
readonly repoLayoutRef: pulumi.Output<string | undefined>;
|
|
153
153
|
/**
|
|
154
154
|
* The metadataRetrievalTimeoutSecs field not allowed to be bigger then retrievalCachePeriodSecs field.
|
|
155
155
|
*/
|
|
@@ -160,7 +160,7 @@ export declare class RemoteDockerRepository extends pulumi.CustomResource {
|
|
|
160
160
|
/**
|
|
161
161
|
* Repository layout key for the remote repository
|
|
162
162
|
*/
|
|
163
|
-
readonly repoLayoutRef: pulumi.Output<string>;
|
|
163
|
+
readonly repoLayoutRef: pulumi.Output<string | undefined>;
|
|
164
164
|
/**
|
|
165
165
|
* The metadataRetrievalTimeoutSecs field not allowed to be bigger then retrievalCachePeriodSecs field.
|
|
166
166
|
*/
|
|
@@ -162,7 +162,7 @@ export declare class RemoteGradleRepository extends pulumi.CustomResource {
|
|
|
162
162
|
/**
|
|
163
163
|
* Repository layout key for the remote repository
|
|
164
164
|
*/
|
|
165
|
-
readonly repoLayoutRef: pulumi.Output<string>;
|
|
165
|
+
readonly repoLayoutRef: pulumi.Output<string | undefined>;
|
|
166
166
|
/**
|
|
167
167
|
* The metadataRetrievalTimeoutSecs field not allowed to be bigger then retrievalCachePeriodSecs field.
|
|
168
168
|
*/
|
|
@@ -153,7 +153,7 @@ export declare class RemoteHelmRepository extends pulumi.CustomResource {
|
|
|
153
153
|
/**
|
|
154
154
|
* Repository layout key for the remote repository
|
|
155
155
|
*/
|
|
156
|
-
readonly repoLayoutRef: pulumi.Output<string>;
|
|
156
|
+
readonly repoLayoutRef: pulumi.Output<string | undefined>;
|
|
157
157
|
/**
|
|
158
158
|
* The metadataRetrievalTimeoutSecs field not allowed to be bigger then retrievalCachePeriodSecs field.
|
|
159
159
|
*/
|