@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/alpineRepository.d.ts
CHANGED
|
@@ -99,7 +99,7 @@ export declare class AlpineRepository extends pulumi.CustomResource {
|
|
|
99
99
|
/**
|
|
100
100
|
* Repository layout key for the local repository
|
|
101
101
|
*/
|
|
102
|
-
readonly repoLayoutRef: pulumi.Output<string>;
|
|
102
|
+
readonly repoLayoutRef: pulumi.Output<string | undefined>;
|
|
103
103
|
/**
|
|
104
104
|
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
|
|
105
105
|
* Xray settings.
|
package/debianRepository.d.ts
CHANGED
|
@@ -119,7 +119,7 @@ export declare class DebianRepository extends pulumi.CustomResource {
|
|
|
119
119
|
/**
|
|
120
120
|
* Repository layout key for the local repository
|
|
121
121
|
*/
|
|
122
|
-
readonly repoLayoutRef: pulumi.Output<string>;
|
|
122
|
+
readonly repoLayoutRef: pulumi.Output<string | undefined>;
|
|
123
123
|
/**
|
|
124
124
|
* - Not really clear what this does
|
|
125
125
|
*/
|
package/dockerV1Repository.d.ts
CHANGED
|
@@ -31,9 +31,6 @@ export declare class DockerV1Repository extends pulumi.CustomResource {
|
|
|
31
31
|
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
32
32
|
*/
|
|
33
33
|
static isInstance(obj: any): obj is DockerV1Repository;
|
|
34
|
-
/**
|
|
35
|
-
* The Docker API version to use. This cannot be set
|
|
36
|
-
*/
|
|
37
34
|
readonly apiVersion: pulumi.Output<string>;
|
|
38
35
|
/**
|
|
39
36
|
* When set, you may view content such as HTML or Javadoc files directly from Artifactory. This may not be safe and
|
|
@@ -45,9 +42,6 @@ export declare class DockerV1Repository extends pulumi.CustomResource {
|
|
|
45
42
|
* When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
|
|
46
43
|
*/
|
|
47
44
|
readonly blackedOut: pulumi.Output<boolean | undefined>;
|
|
48
|
-
/**
|
|
49
|
-
* When set, Artifactory will block the pushing of Docker images with manifest v2 schema 1 to this repository.
|
|
50
|
-
*/
|
|
51
45
|
readonly blockPushingSchema1: pulumi.Output<boolean>;
|
|
52
46
|
readonly description: pulumi.Output<string | undefined>;
|
|
53
47
|
/**
|
|
@@ -69,11 +63,6 @@ export declare class DockerV1Repository extends pulumi.CustomResource {
|
|
|
69
63
|
* - the identity key of the repo
|
|
70
64
|
*/
|
|
71
65
|
readonly key: pulumi.Output<string>;
|
|
72
|
-
/**
|
|
73
|
-
* The maximum number of unique tags of a single Docker image to store in this repository. Once the number tags for an
|
|
74
|
-
* image exceeds this setting, older tags are removed. A value of 0 (default) indicates there is no limit. This only
|
|
75
|
-
* applies to manifest v2
|
|
76
|
-
*/
|
|
77
66
|
readonly maxUniqueTags: pulumi.Output<number>;
|
|
78
67
|
readonly notes: pulumi.Output<string | undefined>;
|
|
79
68
|
readonly packageType: pulumi.Output<string>;
|
|
@@ -97,11 +86,7 @@ export declare class DockerV1Repository extends pulumi.CustomResource {
|
|
|
97
86
|
/**
|
|
98
87
|
* Repository layout key for the local repository
|
|
99
88
|
*/
|
|
100
|
-
readonly repoLayoutRef: pulumi.Output<string>;
|
|
101
|
-
/**
|
|
102
|
-
* If greater than 1, overwritten tags will be saved by their digest, up to the set up number. This only applies to
|
|
103
|
-
* manifest V2
|
|
104
|
-
*/
|
|
89
|
+
readonly repoLayoutRef: pulumi.Output<string | undefined>;
|
|
105
90
|
readonly tagRetention: pulumi.Output<number>;
|
|
106
91
|
/**
|
|
107
92
|
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
|
|
@@ -121,9 +106,6 @@ export declare class DockerV1Repository extends pulumi.CustomResource {
|
|
|
121
106
|
* Input properties used for looking up and filtering DockerV1Repository resources.
|
|
122
107
|
*/
|
|
123
108
|
export interface DockerV1RepositoryState {
|
|
124
|
-
/**
|
|
125
|
-
* The Docker API version to use. This cannot be set
|
|
126
|
-
*/
|
|
127
109
|
apiVersion?: pulumi.Input<string>;
|
|
128
110
|
/**
|
|
129
111
|
* When set, you may view content such as HTML or Javadoc files directly from Artifactory. This may not be safe and
|
|
@@ -135,9 +117,6 @@ export interface DockerV1RepositoryState {
|
|
|
135
117
|
* When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
|
|
136
118
|
*/
|
|
137
119
|
blackedOut?: pulumi.Input<boolean>;
|
|
138
|
-
/**
|
|
139
|
-
* When set, Artifactory will block the pushing of Docker images with manifest v2 schema 1 to this repository.
|
|
140
|
-
*/
|
|
141
120
|
blockPushingSchema1?: pulumi.Input<boolean>;
|
|
142
121
|
description?: pulumi.Input<string>;
|
|
143
122
|
/**
|
|
@@ -159,11 +138,6 @@ export interface DockerV1RepositoryState {
|
|
|
159
138
|
* - the identity key of the repo
|
|
160
139
|
*/
|
|
161
140
|
key?: pulumi.Input<string>;
|
|
162
|
-
/**
|
|
163
|
-
* The maximum number of unique tags of a single Docker image to store in this repository. Once the number tags for an
|
|
164
|
-
* image exceeds this setting, older tags are removed. A value of 0 (default) indicates there is no limit. This only
|
|
165
|
-
* applies to manifest v2
|
|
166
|
-
*/
|
|
167
141
|
maxUniqueTags?: pulumi.Input<number>;
|
|
168
142
|
notes?: pulumi.Input<string>;
|
|
169
143
|
packageType?: pulumi.Input<string>;
|
|
@@ -188,10 +162,6 @@ export interface DockerV1RepositoryState {
|
|
|
188
162
|
* Repository layout key for the local repository
|
|
189
163
|
*/
|
|
190
164
|
repoLayoutRef?: pulumi.Input<string>;
|
|
191
|
-
/**
|
|
192
|
-
* If greater than 1, overwritten tags will be saved by their digest, up to the set up number. This only applies to
|
|
193
|
-
* manifest V2
|
|
194
|
-
*/
|
|
195
165
|
tagRetention?: pulumi.Input<number>;
|
|
196
166
|
/**
|
|
197
167
|
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
|
|
@@ -233,11 +203,6 @@ export interface DockerV1RepositoryArgs {
|
|
|
233
203
|
* - the identity key of the repo
|
|
234
204
|
*/
|
|
235
205
|
key: pulumi.Input<string>;
|
|
236
|
-
/**
|
|
237
|
-
* The maximum number of unique tags of a single Docker image to store in this repository. Once the number tags for an
|
|
238
|
-
* image exceeds this setting, older tags are removed. A value of 0 (default) indicates there is no limit. This only
|
|
239
|
-
* applies to manifest v2
|
|
240
|
-
*/
|
|
241
206
|
maxUniqueTags?: pulumi.Input<number>;
|
|
242
207
|
notes?: pulumi.Input<string>;
|
|
243
208
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dockerV1Repository.js","sourceRoot":"","sources":["../dockerV1Repository.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"dockerV1Repository.js","sourceRoot":"","sources":["../dockerV1Repository.ts"],"names":[],"mappings":"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"}
|
package/dockerV2Repository.d.ts
CHANGED
|
@@ -97,7 +97,7 @@ export declare class DockerV2Repository extends pulumi.CustomResource {
|
|
|
97
97
|
/**
|
|
98
98
|
* Repository layout key for the local repository
|
|
99
99
|
*/
|
|
100
|
-
readonly repoLayoutRef: pulumi.Output<string>;
|
|
100
|
+
readonly repoLayoutRef: pulumi.Output<string | undefined>;
|
|
101
101
|
/**
|
|
102
102
|
* - If greater than 1, overwritten tags will be saved by their digest, up to the set up number. This only applies to manifest V2
|
|
103
103
|
*/
|
|
@@ -48,25 +48,10 @@ export declare class FederatedAlpineRepository extends pulumi.CustomResource {
|
|
|
48
48
|
* security (e.g., cross-site scripting attacks).
|
|
49
49
|
*/
|
|
50
50
|
readonly archiveBrowsingEnabled: pulumi.Output<boolean | undefined>;
|
|
51
|
-
/**
|
|
52
|
-
* When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
|
|
53
|
-
*/
|
|
54
51
|
readonly blackedOut: pulumi.Output<boolean | undefined>;
|
|
55
52
|
readonly description: pulumi.Output<string | undefined>;
|
|
56
|
-
/**
|
|
57
|
-
* When set, download requests to this repository will redirect the client to download the artifact directly from the cloud
|
|
58
|
-
* storage provider. Available in Enterprise+ and Edge licenses only.
|
|
59
|
-
*/
|
|
60
53
|
readonly downloadDirect: pulumi.Output<boolean | undefined>;
|
|
61
|
-
/**
|
|
62
|
-
* List of artifact patterns to exclude when evaluating artifact requests, in the form of x/y/**/z/*. By default no
|
|
63
|
-
* artifacts are excluded.
|
|
64
|
-
*/
|
|
65
54
|
readonly excludesPattern: pulumi.Output<string>;
|
|
66
|
-
/**
|
|
67
|
-
* List of artifact patterns to include when evaluating artifact requests in the form of x/y/**/z/*. When used, only
|
|
68
|
-
* artifacts matching one of the include patterns are served. By default, all artifacts are included (**/*).
|
|
69
|
-
*/
|
|
70
55
|
readonly includesPattern: pulumi.Output<string>;
|
|
71
56
|
/**
|
|
72
57
|
* - the identity key of the repo
|
|
@@ -91,19 +76,12 @@ export declare class FederatedAlpineRepository extends pulumi.CustomResource {
|
|
|
91
76
|
* with project key, separated by a dash.
|
|
92
77
|
*/
|
|
93
78
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
94
|
-
/**
|
|
95
|
-
* List of property set name
|
|
96
|
-
*/
|
|
97
79
|
readonly propertySets: pulumi.Output<string[] | undefined>;
|
|
98
80
|
/**
|
|
99
81
|
* Repository layout key for the local repository
|
|
100
82
|
*/
|
|
101
|
-
readonly repoLayoutRef: pulumi.Output<string>;
|
|
102
|
-
|
|
103
|
-
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
|
|
104
|
-
* Xray settings.
|
|
105
|
-
*/
|
|
106
|
-
readonly xrayIndex: pulumi.Output<boolean | undefined>;
|
|
83
|
+
readonly repoLayoutRef: pulumi.Output<string | undefined>;
|
|
84
|
+
readonly xrayIndex: pulumi.Output<boolean>;
|
|
107
85
|
/**
|
|
108
86
|
* Create a FederatedAlpineRepository resource with the given unique name, arguments, and options.
|
|
109
87
|
*
|
|
@@ -123,25 +101,10 @@ export interface FederatedAlpineRepositoryState {
|
|
|
123
101
|
* security (e.g., cross-site scripting attacks).
|
|
124
102
|
*/
|
|
125
103
|
archiveBrowsingEnabled?: pulumi.Input<boolean>;
|
|
126
|
-
/**
|
|
127
|
-
* When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
|
|
128
|
-
*/
|
|
129
104
|
blackedOut?: pulumi.Input<boolean>;
|
|
130
105
|
description?: pulumi.Input<string>;
|
|
131
|
-
/**
|
|
132
|
-
* When set, download requests to this repository will redirect the client to download the artifact directly from the cloud
|
|
133
|
-
* storage provider. Available in Enterprise+ and Edge licenses only.
|
|
134
|
-
*/
|
|
135
106
|
downloadDirect?: pulumi.Input<boolean>;
|
|
136
|
-
/**
|
|
137
|
-
* List of artifact patterns to exclude when evaluating artifact requests, in the form of x/y/**/z/*. By default no
|
|
138
|
-
* artifacts are excluded.
|
|
139
|
-
*/
|
|
140
107
|
excludesPattern?: pulumi.Input<string>;
|
|
141
|
-
/**
|
|
142
|
-
* List of artifact patterns to include when evaluating artifact requests in the form of x/y/**/z/*. When used, only
|
|
143
|
-
* artifacts matching one of the include patterns are served. By default, all artifacts are included (**/*).
|
|
144
|
-
*/
|
|
145
108
|
includesPattern?: pulumi.Input<string>;
|
|
146
109
|
/**
|
|
147
110
|
* - the identity key of the repo
|
|
@@ -166,18 +129,11 @@ export interface FederatedAlpineRepositoryState {
|
|
|
166
129
|
* with project key, separated by a dash.
|
|
167
130
|
*/
|
|
168
131
|
projectKey?: pulumi.Input<string>;
|
|
169
|
-
/**
|
|
170
|
-
* List of property set name
|
|
171
|
-
*/
|
|
172
132
|
propertySets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
173
133
|
/**
|
|
174
134
|
* Repository layout key for the local repository
|
|
175
135
|
*/
|
|
176
136
|
repoLayoutRef?: pulumi.Input<string>;
|
|
177
|
-
/**
|
|
178
|
-
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
|
|
179
|
-
* Xray settings.
|
|
180
|
-
*/
|
|
181
137
|
xrayIndex?: pulumi.Input<boolean>;
|
|
182
138
|
}
|
|
183
139
|
/**
|
|
@@ -190,25 +146,10 @@ export interface FederatedAlpineRepositoryArgs {
|
|
|
190
146
|
* security (e.g., cross-site scripting attacks).
|
|
191
147
|
*/
|
|
192
148
|
archiveBrowsingEnabled?: pulumi.Input<boolean>;
|
|
193
|
-
/**
|
|
194
|
-
* When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
|
|
195
|
-
*/
|
|
196
149
|
blackedOut?: pulumi.Input<boolean>;
|
|
197
150
|
description?: pulumi.Input<string>;
|
|
198
|
-
/**
|
|
199
|
-
* When set, download requests to this repository will redirect the client to download the artifact directly from the cloud
|
|
200
|
-
* storage provider. Available in Enterprise+ and Edge licenses only.
|
|
201
|
-
*/
|
|
202
151
|
downloadDirect?: pulumi.Input<boolean>;
|
|
203
|
-
/**
|
|
204
|
-
* List of artifact patterns to exclude when evaluating artifact requests, in the form of x/y/**/z/*. By default no
|
|
205
|
-
* artifacts are excluded.
|
|
206
|
-
*/
|
|
207
152
|
excludesPattern?: pulumi.Input<string>;
|
|
208
|
-
/**
|
|
209
|
-
* List of artifact patterns to include when evaluating artifact requests in the form of x/y/**/z/*. When used, only
|
|
210
|
-
* artifacts matching one of the include patterns are served. By default, all artifacts are included (**/*).
|
|
211
|
-
*/
|
|
212
153
|
includesPattern?: pulumi.Input<string>;
|
|
213
154
|
/**
|
|
214
155
|
* - the identity key of the repo
|
|
@@ -232,17 +173,10 @@ export interface FederatedAlpineRepositoryArgs {
|
|
|
232
173
|
* with project key, separated by a dash.
|
|
233
174
|
*/
|
|
234
175
|
projectKey?: pulumi.Input<string>;
|
|
235
|
-
/**
|
|
236
|
-
* List of property set name
|
|
237
|
-
*/
|
|
238
176
|
propertySets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
239
177
|
/**
|
|
240
178
|
* Repository layout key for the local repository
|
|
241
179
|
*/
|
|
242
180
|
repoLayoutRef?: pulumi.Input<string>;
|
|
243
|
-
/**
|
|
244
|
-
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
|
|
245
|
-
* Xray settings.
|
|
246
|
-
*/
|
|
247
181
|
xrayIndex?: pulumi.Input<boolean>;
|
|
248
182
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"federatedAlpineRepository.js","sourceRoot":"","sources":["../federatedAlpineRepository.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,MAAa,yBAA0B,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"federatedAlpineRepository.js","sourceRoot":"","sources":["../federatedAlpineRepository.ts"],"names":[],"mappings":"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"}
|
|
@@ -48,25 +48,10 @@ export declare class FederatedBowerRepository extends pulumi.CustomResource {
|
|
|
48
48
|
* security (e.g., cross-site scripting attacks).
|
|
49
49
|
*/
|
|
50
50
|
readonly archiveBrowsingEnabled: pulumi.Output<boolean | undefined>;
|
|
51
|
-
/**
|
|
52
|
-
* When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
|
|
53
|
-
*/
|
|
54
51
|
readonly blackedOut: pulumi.Output<boolean | undefined>;
|
|
55
52
|
readonly description: pulumi.Output<string | undefined>;
|
|
56
|
-
/**
|
|
57
|
-
* When set, download requests to this repository will redirect the client to download the artifact directly from the cloud
|
|
58
|
-
* storage provider. Available in Enterprise+ and Edge licenses only.
|
|
59
|
-
*/
|
|
60
53
|
readonly downloadDirect: pulumi.Output<boolean | undefined>;
|
|
61
|
-
/**
|
|
62
|
-
* List of artifact patterns to exclude when evaluating artifact requests, in the form of x/y/**/z/*. By default no
|
|
63
|
-
* artifacts are excluded.
|
|
64
|
-
*/
|
|
65
54
|
readonly excludesPattern: pulumi.Output<string>;
|
|
66
|
-
/**
|
|
67
|
-
* List of artifact patterns to include when evaluating artifact requests in the form of x/y/**/z/*. When used, only
|
|
68
|
-
* artifacts matching one of the include patterns are served. By default, all artifacts are included (**/*).
|
|
69
|
-
*/
|
|
70
55
|
readonly includesPattern: pulumi.Output<string>;
|
|
71
56
|
/**
|
|
72
57
|
* - the identity key of the repo
|
|
@@ -91,19 +76,12 @@ export declare class FederatedBowerRepository extends pulumi.CustomResource {
|
|
|
91
76
|
* with project key, separated by a dash.
|
|
92
77
|
*/
|
|
93
78
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
94
|
-
/**
|
|
95
|
-
* List of property set name
|
|
96
|
-
*/
|
|
97
79
|
readonly propertySets: pulumi.Output<string[] | undefined>;
|
|
98
80
|
/**
|
|
99
81
|
* Repository layout key for the local repository
|
|
100
82
|
*/
|
|
101
|
-
readonly repoLayoutRef: pulumi.Output<string>;
|
|
102
|
-
|
|
103
|
-
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
|
|
104
|
-
* Xray settings.
|
|
105
|
-
*/
|
|
106
|
-
readonly xrayIndex: pulumi.Output<boolean | undefined>;
|
|
83
|
+
readonly repoLayoutRef: pulumi.Output<string | undefined>;
|
|
84
|
+
readonly xrayIndex: pulumi.Output<boolean>;
|
|
107
85
|
/**
|
|
108
86
|
* Create a FederatedBowerRepository resource with the given unique name, arguments, and options.
|
|
109
87
|
*
|
|
@@ -123,25 +101,10 @@ export interface FederatedBowerRepositoryState {
|
|
|
123
101
|
* security (e.g., cross-site scripting attacks).
|
|
124
102
|
*/
|
|
125
103
|
archiveBrowsingEnabled?: pulumi.Input<boolean>;
|
|
126
|
-
/**
|
|
127
|
-
* When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
|
|
128
|
-
*/
|
|
129
104
|
blackedOut?: pulumi.Input<boolean>;
|
|
130
105
|
description?: pulumi.Input<string>;
|
|
131
|
-
/**
|
|
132
|
-
* When set, download requests to this repository will redirect the client to download the artifact directly from the cloud
|
|
133
|
-
* storage provider. Available in Enterprise+ and Edge licenses only.
|
|
134
|
-
*/
|
|
135
106
|
downloadDirect?: pulumi.Input<boolean>;
|
|
136
|
-
/**
|
|
137
|
-
* List of artifact patterns to exclude when evaluating artifact requests, in the form of x/y/**/z/*. By default no
|
|
138
|
-
* artifacts are excluded.
|
|
139
|
-
*/
|
|
140
107
|
excludesPattern?: pulumi.Input<string>;
|
|
141
|
-
/**
|
|
142
|
-
* List of artifact patterns to include when evaluating artifact requests in the form of x/y/**/z/*. When used, only
|
|
143
|
-
* artifacts matching one of the include patterns are served. By default, all artifacts are included (**/*).
|
|
144
|
-
*/
|
|
145
108
|
includesPattern?: pulumi.Input<string>;
|
|
146
109
|
/**
|
|
147
110
|
* - the identity key of the repo
|
|
@@ -166,18 +129,11 @@ export interface FederatedBowerRepositoryState {
|
|
|
166
129
|
* with project key, separated by a dash.
|
|
167
130
|
*/
|
|
168
131
|
projectKey?: pulumi.Input<string>;
|
|
169
|
-
/**
|
|
170
|
-
* List of property set name
|
|
171
|
-
*/
|
|
172
132
|
propertySets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
173
133
|
/**
|
|
174
134
|
* Repository layout key for the local repository
|
|
175
135
|
*/
|
|
176
136
|
repoLayoutRef?: pulumi.Input<string>;
|
|
177
|
-
/**
|
|
178
|
-
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
|
|
179
|
-
* Xray settings.
|
|
180
|
-
*/
|
|
181
137
|
xrayIndex?: pulumi.Input<boolean>;
|
|
182
138
|
}
|
|
183
139
|
/**
|
|
@@ -190,25 +146,10 @@ export interface FederatedBowerRepositoryArgs {
|
|
|
190
146
|
* security (e.g., cross-site scripting attacks).
|
|
191
147
|
*/
|
|
192
148
|
archiveBrowsingEnabled?: pulumi.Input<boolean>;
|
|
193
|
-
/**
|
|
194
|
-
* When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
|
|
195
|
-
*/
|
|
196
149
|
blackedOut?: pulumi.Input<boolean>;
|
|
197
150
|
description?: pulumi.Input<string>;
|
|
198
|
-
/**
|
|
199
|
-
* When set, download requests to this repository will redirect the client to download the artifact directly from the cloud
|
|
200
|
-
* storage provider. Available in Enterprise+ and Edge licenses only.
|
|
201
|
-
*/
|
|
202
151
|
downloadDirect?: pulumi.Input<boolean>;
|
|
203
|
-
/**
|
|
204
|
-
* List of artifact patterns to exclude when evaluating artifact requests, in the form of x/y/**/z/*. By default no
|
|
205
|
-
* artifacts are excluded.
|
|
206
|
-
*/
|
|
207
152
|
excludesPattern?: pulumi.Input<string>;
|
|
208
|
-
/**
|
|
209
|
-
* List of artifact patterns to include when evaluating artifact requests in the form of x/y/**/z/*. When used, only
|
|
210
|
-
* artifacts matching one of the include patterns are served. By default, all artifacts are included (**/*).
|
|
211
|
-
*/
|
|
212
153
|
includesPattern?: pulumi.Input<string>;
|
|
213
154
|
/**
|
|
214
155
|
* - the identity key of the repo
|
|
@@ -232,17 +173,10 @@ export interface FederatedBowerRepositoryArgs {
|
|
|
232
173
|
* with project key, separated by a dash.
|
|
233
174
|
*/
|
|
234
175
|
projectKey?: pulumi.Input<string>;
|
|
235
|
-
/**
|
|
236
|
-
* List of property set name
|
|
237
|
-
*/
|
|
238
176
|
propertySets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
239
177
|
/**
|
|
240
178
|
* Repository layout key for the local repository
|
|
241
179
|
*/
|
|
242
180
|
repoLayoutRef?: pulumi.Input<string>;
|
|
243
|
-
/**
|
|
244
|
-
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
|
|
245
|
-
* Xray settings.
|
|
246
|
-
*/
|
|
247
181
|
xrayIndex?: pulumi.Input<boolean>;
|
|
248
182
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"federatedBowerRepository.js","sourceRoot":"","sources":["../federatedBowerRepository.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,MAAa,wBAAyB,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"federatedBowerRepository.js","sourceRoot":"","sources":["../federatedBowerRepository.ts"],"names":[],"mappings":"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"}
|
|
@@ -48,25 +48,10 @@ export declare class FederatedCargoRepository extends pulumi.CustomResource {
|
|
|
48
48
|
* security (e.g., cross-site scripting attacks).
|
|
49
49
|
*/
|
|
50
50
|
readonly archiveBrowsingEnabled: pulumi.Output<boolean | undefined>;
|
|
51
|
-
/**
|
|
52
|
-
* When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
|
|
53
|
-
*/
|
|
54
51
|
readonly blackedOut: pulumi.Output<boolean | undefined>;
|
|
55
52
|
readonly description: pulumi.Output<string | undefined>;
|
|
56
|
-
/**
|
|
57
|
-
* When set, download requests to this repository will redirect the client to download the artifact directly from the cloud
|
|
58
|
-
* storage provider. Available in Enterprise+ and Edge licenses only.
|
|
59
|
-
*/
|
|
60
53
|
readonly downloadDirect: pulumi.Output<boolean | undefined>;
|
|
61
|
-
/**
|
|
62
|
-
* List of artifact patterns to exclude when evaluating artifact requests, in the form of x/y/**/z/*. By default no
|
|
63
|
-
* artifacts are excluded.
|
|
64
|
-
*/
|
|
65
54
|
readonly excludesPattern: pulumi.Output<string>;
|
|
66
|
-
/**
|
|
67
|
-
* List of artifact patterns to include when evaluating artifact requests in the form of x/y/**/z/*. When used, only
|
|
68
|
-
* artifacts matching one of the include patterns are served. By default, all artifacts are included (**/*).
|
|
69
|
-
*/
|
|
70
55
|
readonly includesPattern: pulumi.Output<string>;
|
|
71
56
|
/**
|
|
72
57
|
* - the identity key of the repo
|
|
@@ -91,19 +76,12 @@ export declare class FederatedCargoRepository extends pulumi.CustomResource {
|
|
|
91
76
|
* with project key, separated by a dash.
|
|
92
77
|
*/
|
|
93
78
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
94
|
-
/**
|
|
95
|
-
* List of property set name
|
|
96
|
-
*/
|
|
97
79
|
readonly propertySets: pulumi.Output<string[] | undefined>;
|
|
98
80
|
/**
|
|
99
81
|
* Repository layout key for the local repository
|
|
100
82
|
*/
|
|
101
|
-
readonly repoLayoutRef: pulumi.Output<string>;
|
|
102
|
-
|
|
103
|
-
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
|
|
104
|
-
* Xray settings.
|
|
105
|
-
*/
|
|
106
|
-
readonly xrayIndex: pulumi.Output<boolean | undefined>;
|
|
83
|
+
readonly repoLayoutRef: pulumi.Output<string | undefined>;
|
|
84
|
+
readonly xrayIndex: pulumi.Output<boolean>;
|
|
107
85
|
/**
|
|
108
86
|
* Create a FederatedCargoRepository resource with the given unique name, arguments, and options.
|
|
109
87
|
*
|
|
@@ -123,25 +101,10 @@ export interface FederatedCargoRepositoryState {
|
|
|
123
101
|
* security (e.g., cross-site scripting attacks).
|
|
124
102
|
*/
|
|
125
103
|
archiveBrowsingEnabled?: pulumi.Input<boolean>;
|
|
126
|
-
/**
|
|
127
|
-
* When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
|
|
128
|
-
*/
|
|
129
104
|
blackedOut?: pulumi.Input<boolean>;
|
|
130
105
|
description?: pulumi.Input<string>;
|
|
131
|
-
/**
|
|
132
|
-
* When set, download requests to this repository will redirect the client to download the artifact directly from the cloud
|
|
133
|
-
* storage provider. Available in Enterprise+ and Edge licenses only.
|
|
134
|
-
*/
|
|
135
106
|
downloadDirect?: pulumi.Input<boolean>;
|
|
136
|
-
/**
|
|
137
|
-
* List of artifact patterns to exclude when evaluating artifact requests, in the form of x/y/**/z/*. By default no
|
|
138
|
-
* artifacts are excluded.
|
|
139
|
-
*/
|
|
140
107
|
excludesPattern?: pulumi.Input<string>;
|
|
141
|
-
/**
|
|
142
|
-
* List of artifact patterns to include when evaluating artifact requests in the form of x/y/**/z/*. When used, only
|
|
143
|
-
* artifacts matching one of the include patterns are served. By default, all artifacts are included (**/*).
|
|
144
|
-
*/
|
|
145
108
|
includesPattern?: pulumi.Input<string>;
|
|
146
109
|
/**
|
|
147
110
|
* - the identity key of the repo
|
|
@@ -166,18 +129,11 @@ export interface FederatedCargoRepositoryState {
|
|
|
166
129
|
* with project key, separated by a dash.
|
|
167
130
|
*/
|
|
168
131
|
projectKey?: pulumi.Input<string>;
|
|
169
|
-
/**
|
|
170
|
-
* List of property set name
|
|
171
|
-
*/
|
|
172
132
|
propertySets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
173
133
|
/**
|
|
174
134
|
* Repository layout key for the local repository
|
|
175
135
|
*/
|
|
176
136
|
repoLayoutRef?: pulumi.Input<string>;
|
|
177
|
-
/**
|
|
178
|
-
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
|
|
179
|
-
* Xray settings.
|
|
180
|
-
*/
|
|
181
137
|
xrayIndex?: pulumi.Input<boolean>;
|
|
182
138
|
}
|
|
183
139
|
/**
|
|
@@ -190,25 +146,10 @@ export interface FederatedCargoRepositoryArgs {
|
|
|
190
146
|
* security (e.g., cross-site scripting attacks).
|
|
191
147
|
*/
|
|
192
148
|
archiveBrowsingEnabled?: pulumi.Input<boolean>;
|
|
193
|
-
/**
|
|
194
|
-
* When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
|
|
195
|
-
*/
|
|
196
149
|
blackedOut?: pulumi.Input<boolean>;
|
|
197
150
|
description?: pulumi.Input<string>;
|
|
198
|
-
/**
|
|
199
|
-
* When set, download requests to this repository will redirect the client to download the artifact directly from the cloud
|
|
200
|
-
* storage provider. Available in Enterprise+ and Edge licenses only.
|
|
201
|
-
*/
|
|
202
151
|
downloadDirect?: pulumi.Input<boolean>;
|
|
203
|
-
/**
|
|
204
|
-
* List of artifact patterns to exclude when evaluating artifact requests, in the form of x/y/**/z/*. By default no
|
|
205
|
-
* artifacts are excluded.
|
|
206
|
-
*/
|
|
207
152
|
excludesPattern?: pulumi.Input<string>;
|
|
208
|
-
/**
|
|
209
|
-
* List of artifact patterns to include when evaluating artifact requests in the form of x/y/**/z/*. When used, only
|
|
210
|
-
* artifacts matching one of the include patterns are served. By default, all artifacts are included (**/*).
|
|
211
|
-
*/
|
|
212
153
|
includesPattern?: pulumi.Input<string>;
|
|
213
154
|
/**
|
|
214
155
|
* - the identity key of the repo
|
|
@@ -232,17 +173,10 @@ export interface FederatedCargoRepositoryArgs {
|
|
|
232
173
|
* with project key, separated by a dash.
|
|
233
174
|
*/
|
|
234
175
|
projectKey?: pulumi.Input<string>;
|
|
235
|
-
/**
|
|
236
|
-
* List of property set name
|
|
237
|
-
*/
|
|
238
176
|
propertySets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
239
177
|
/**
|
|
240
178
|
* Repository layout key for the local repository
|
|
241
179
|
*/
|
|
242
180
|
repoLayoutRef?: pulumi.Input<string>;
|
|
243
|
-
/**
|
|
244
|
-
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
|
|
245
|
-
* Xray settings.
|
|
246
|
-
*/
|
|
247
181
|
xrayIndex?: pulumi.Input<boolean>;
|
|
248
182
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"federatedCargoRepository.js","sourceRoot":"","sources":["../federatedCargoRepository.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,MAAa,wBAAyB,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"federatedCargoRepository.js","sourceRoot":"","sources":["../federatedCargoRepository.ts"],"names":[],"mappings":"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"}
|