@pulumi/artifactory 3.1.0 → 3.2.0-alpha.1679928539
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/getFederatedAlpineRepository.d.ts +131 -0
- package/getFederatedAlpineRepository.js +64 -0
- package/getFederatedAlpineRepository.js.map +1 -0
- package/getFederatedBowerRepository.d.ts +125 -0
- package/getFederatedBowerRepository.js +62 -0
- package/getFederatedBowerRepository.js.map +1 -0
- package/getFederatedCargoRepository.d.ts +130 -0
- package/getFederatedCargoRepository.js +61 -0
- package/getFederatedCargoRepository.js.map +1 -0
- package/getFederatedChefRepository.d.ts +128 -0
- package/getFederatedChefRepository.js +62 -0
- package/getFederatedChefRepository.js.map +1 -0
- package/getFederatedCocoapodsRepository.d.ts +125 -0
- package/getFederatedCocoapodsRepository.js +62 -0
- package/getFederatedCocoapodsRepository.js.map +1 -0
- package/getFederatedComposerRepository.d.ts +125 -0
- package/getFederatedComposerRepository.js +62 -0
- package/getFederatedComposerRepository.js.map +1 -0
- package/getFederatedConanRepository.d.ts +125 -0
- package/getFederatedConanRepository.js +62 -0
- package/getFederatedConanRepository.js.map +1 -0
- package/getFederatedCondaRepository.d.ts +125 -0
- package/getFederatedCondaRepository.js +62 -0
- package/getFederatedCondaRepository.js.map +1 -0
- package/getFederatedCranRepository.d.ts +125 -0
- package/getFederatedCranRepository.js +62 -0
- package/getFederatedCranRepository.js.map +1 -0
- package/getFederatedDebianRepository.d.ts +146 -0
- package/getFederatedDebianRepository.js +66 -0
- package/getFederatedDebianRepository.js.map +1 -0
- package/getFederatedDockerRepository.d.ts +83 -0
- package/getFederatedDockerRepository.js +37 -0
- package/getFederatedDockerRepository.js.map +1 -0
- package/getFederatedDockerV1Repository.d.ts +131 -0
- package/getFederatedDockerV1Repository.js +63 -0
- package/getFederatedDockerV1Repository.js.map +1 -0
- package/getFederatedDockerV2Repository.d.ts +135 -0
- package/getFederatedDockerV2Repository.js +65 -0
- package/getFederatedDockerV2Repository.js.map +1 -0
- package/getFederatedGemsRepository.d.ts +125 -0
- package/getFederatedGemsRepository.js +62 -0
- package/getFederatedGemsRepository.js.map +1 -0
- package/getFederatedGenericRepository.d.ts +125 -0
- package/getFederatedGenericRepository.js +62 -0
- package/getFederatedGenericRepository.js.map +1 -0
- package/getFederatedGitlfsRepository.d.ts +125 -0
- package/getFederatedGitlfsRepository.js +62 -0
- package/getFederatedGitlfsRepository.js.map +1 -0
- package/getFederatedGoRepository.d.ts +125 -0
- package/getFederatedGoRepository.js +62 -0
- package/getFederatedGoRepository.js.map +1 -0
- package/getFederatedGradleRepository.d.ts +143 -0
- package/getFederatedGradleRepository.js +68 -0
- package/getFederatedGradleRepository.js.map +1 -0
- package/getFederatedHelmRepository.d.ts +125 -0
- package/getFederatedHelmRepository.js +62 -0
- package/getFederatedHelmRepository.js.map +1 -0
- package/getFederatedIvyRepository.d.ts +143 -0
- package/getFederatedIvyRepository.js +68 -0
- package/getFederatedIvyRepository.js.map +1 -0
- package/getFederatedMavenRepository.d.ts +143 -0
- package/getFederatedMavenRepository.js +68 -0
- package/getFederatedMavenRepository.js.map +1 -0
- package/getFederatedNpmRepository.d.ts +125 -0
- package/getFederatedNpmRepository.js +62 -0
- package/getFederatedNpmRepository.js.map +1 -0
- package/getFederatedNugetRepository.d.ts +131 -0
- package/getFederatedNugetRepository.js +64 -0
- package/getFederatedNugetRepository.js.map +1 -0
- package/getFederatedOpkgRepository.d.ts +125 -0
- package/getFederatedOpkgRepository.js +62 -0
- package/getFederatedOpkgRepository.js.map +1 -0
- package/getFederatedPuppetRepository.d.ts +125 -0
- package/getFederatedPuppetRepository.js +62 -0
- package/getFederatedPuppetRepository.js.map +1 -0
- package/getFederatedPypiRepository.d.ts +125 -0
- package/getFederatedPypiRepository.js +62 -0
- package/getFederatedPypiRepository.js.map +1 -0
- package/getFederatedRpmRepository.d.ts +143 -0
- package/getFederatedRpmRepository.js +68 -0
- package/getFederatedRpmRepository.js.map +1 -0
- package/getFederatedSbtRepository.d.ts +143 -0
- package/getFederatedSbtRepository.js +68 -0
- package/getFederatedSbtRepository.js.map +1 -0
- package/getFederatedSwiftRepository.d.ts +125 -0
- package/getFederatedSwiftRepository.js +62 -0
- package/getFederatedSwiftRepository.js.map +1 -0
- package/getFederatedTerraformModuleRepository.d.ts +121 -0
- package/getFederatedTerraformModuleRepository.js +58 -0
- package/getFederatedTerraformModuleRepository.js.map +1 -0
- package/getFederatedTerraformProviderRepository.d.ts +121 -0
- package/getFederatedTerraformProviderRepository.js +58 -0
- package/getFederatedTerraformProviderRepository.js.map +1 -0
- package/getFederatedVagrantRepository.d.ts +125 -0
- package/getFederatedVagrantRepository.js +62 -0
- package/getFederatedVagrantRepository.js.map +1 -0
- package/index.d.ts +96 -0
- package/index.js +104 -6
- package/index.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/types/input.d.ts +690 -0
- package/types/output.d.ts +345 -0
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Retrieves a federated Debian repository.
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as artifactory from "@pulumi/artifactory";
|
|
12
|
+
*
|
|
13
|
+
* const federated-test-debian-repo = artifactory.getFederatedDebianRepository({
|
|
14
|
+
* key: "federated-test-debian-repo",
|
|
15
|
+
* });
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
export declare function getFederatedDebianRepository(args: GetFederatedDebianRepositoryArgs, opts?: pulumi.InvokeOptions): Promise<GetFederatedDebianRepositoryResult>;
|
|
19
|
+
/**
|
|
20
|
+
* A collection of arguments for invoking getFederatedDebianRepository.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetFederatedDebianRepositoryArgs {
|
|
23
|
+
archiveBrowsingEnabled?: boolean;
|
|
24
|
+
blackedOut?: boolean;
|
|
25
|
+
cdnRedirect?: boolean;
|
|
26
|
+
description?: string;
|
|
27
|
+
downloadDirect?: boolean;
|
|
28
|
+
excludesPattern?: string;
|
|
29
|
+
includesPattern?: string;
|
|
30
|
+
indexCompressionFormats?: string[];
|
|
31
|
+
/**
|
|
32
|
+
* the identity key of the repo.
|
|
33
|
+
*/
|
|
34
|
+
key: string;
|
|
35
|
+
/**
|
|
36
|
+
* The list of Federated members and must contain this repository URL (configured base URL
|
|
37
|
+
* `/artifactory/` + repo `key`). Note that each of the federated members will need to have a base URL set.
|
|
38
|
+
* Please follow the [instruction](https://www.jfrog.com/confluence/display/JFROG/Working+with+Federated+Repositories#WorkingwithFederatedRepositories-SettingUpaFederatedRepository)
|
|
39
|
+
* to set up Federated repositories correctly.
|
|
40
|
+
*/
|
|
41
|
+
members?: inputs.GetFederatedDebianRepositoryMember[];
|
|
42
|
+
notes?: string;
|
|
43
|
+
primaryKeypairRef?: string;
|
|
44
|
+
priorityResolution?: boolean;
|
|
45
|
+
projectEnvironments?: string[];
|
|
46
|
+
projectKey?: string;
|
|
47
|
+
propertySets?: string[];
|
|
48
|
+
repoLayoutRef?: string;
|
|
49
|
+
secondaryKeypairRef?: string;
|
|
50
|
+
/**
|
|
51
|
+
* @deprecated You shouldn't be using this
|
|
52
|
+
*/
|
|
53
|
+
trivialLayout?: boolean;
|
|
54
|
+
xrayIndex?: boolean;
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* A collection of values returned by getFederatedDebianRepository.
|
|
58
|
+
*/
|
|
59
|
+
export interface GetFederatedDebianRepositoryResult {
|
|
60
|
+
readonly archiveBrowsingEnabled?: boolean;
|
|
61
|
+
readonly blackedOut?: boolean;
|
|
62
|
+
readonly cdnRedirect?: boolean;
|
|
63
|
+
readonly description?: string;
|
|
64
|
+
readonly downloadDirect?: boolean;
|
|
65
|
+
readonly excludesPattern: string;
|
|
66
|
+
/**
|
|
67
|
+
* The provider-assigned unique ID for this managed resource.
|
|
68
|
+
*/
|
|
69
|
+
readonly id: string;
|
|
70
|
+
readonly includesPattern: string;
|
|
71
|
+
readonly indexCompressionFormats?: string[];
|
|
72
|
+
readonly key: string;
|
|
73
|
+
/**
|
|
74
|
+
* The list of Federated members and must contain this repository URL (configured base URL
|
|
75
|
+
* `/artifactory/` + repo `key`). Note that each of the federated members will need to have a base URL set.
|
|
76
|
+
* Please follow the [instruction](https://www.jfrog.com/confluence/display/JFROG/Working+with+Federated+Repositories#WorkingwithFederatedRepositories-SettingUpaFederatedRepository)
|
|
77
|
+
* to set up Federated repositories correctly.
|
|
78
|
+
*/
|
|
79
|
+
readonly members?: outputs.GetFederatedDebianRepositoryMember[];
|
|
80
|
+
readonly notes?: string;
|
|
81
|
+
readonly packageType: string;
|
|
82
|
+
readonly primaryKeypairRef?: string;
|
|
83
|
+
readonly priorityResolution?: boolean;
|
|
84
|
+
readonly projectEnvironments: string[];
|
|
85
|
+
readonly projectKey?: string;
|
|
86
|
+
readonly propertySets?: string[];
|
|
87
|
+
readonly repoLayoutRef?: string;
|
|
88
|
+
readonly secondaryKeypairRef?: string;
|
|
89
|
+
/**
|
|
90
|
+
* @deprecated You shouldn't be using this
|
|
91
|
+
*/
|
|
92
|
+
readonly trivialLayout?: boolean;
|
|
93
|
+
readonly xrayIndex?: boolean;
|
|
94
|
+
}
|
|
95
|
+
/**
|
|
96
|
+
* Retrieves a federated Debian repository.
|
|
97
|
+
*
|
|
98
|
+
* ## Example Usage
|
|
99
|
+
*
|
|
100
|
+
* ```typescript
|
|
101
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
102
|
+
* import * as artifactory from "@pulumi/artifactory";
|
|
103
|
+
*
|
|
104
|
+
* const federated-test-debian-repo = artifactory.getFederatedDebianRepository({
|
|
105
|
+
* key: "federated-test-debian-repo",
|
|
106
|
+
* });
|
|
107
|
+
* ```
|
|
108
|
+
*/
|
|
109
|
+
export declare function getFederatedDebianRepositoryOutput(args: GetFederatedDebianRepositoryOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetFederatedDebianRepositoryResult>;
|
|
110
|
+
/**
|
|
111
|
+
* A collection of arguments for invoking getFederatedDebianRepository.
|
|
112
|
+
*/
|
|
113
|
+
export interface GetFederatedDebianRepositoryOutputArgs {
|
|
114
|
+
archiveBrowsingEnabled?: pulumi.Input<boolean>;
|
|
115
|
+
blackedOut?: pulumi.Input<boolean>;
|
|
116
|
+
cdnRedirect?: pulumi.Input<boolean>;
|
|
117
|
+
description?: pulumi.Input<string>;
|
|
118
|
+
downloadDirect?: pulumi.Input<boolean>;
|
|
119
|
+
excludesPattern?: pulumi.Input<string>;
|
|
120
|
+
includesPattern?: pulumi.Input<string>;
|
|
121
|
+
indexCompressionFormats?: pulumi.Input<pulumi.Input<string>[]>;
|
|
122
|
+
/**
|
|
123
|
+
* the identity key of the repo.
|
|
124
|
+
*/
|
|
125
|
+
key: pulumi.Input<string>;
|
|
126
|
+
/**
|
|
127
|
+
* The list of Federated members and must contain this repository URL (configured base URL
|
|
128
|
+
* `/artifactory/` + repo `key`). Note that each of the federated members will need to have a base URL set.
|
|
129
|
+
* Please follow the [instruction](https://www.jfrog.com/confluence/display/JFROG/Working+with+Federated+Repositories#WorkingwithFederatedRepositories-SettingUpaFederatedRepository)
|
|
130
|
+
* to set up Federated repositories correctly.
|
|
131
|
+
*/
|
|
132
|
+
members?: pulumi.Input<pulumi.Input<inputs.GetFederatedDebianRepositoryMemberArgs>[]>;
|
|
133
|
+
notes?: pulumi.Input<string>;
|
|
134
|
+
primaryKeypairRef?: pulumi.Input<string>;
|
|
135
|
+
priorityResolution?: pulumi.Input<boolean>;
|
|
136
|
+
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
137
|
+
projectKey?: pulumi.Input<string>;
|
|
138
|
+
propertySets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
139
|
+
repoLayoutRef?: pulumi.Input<string>;
|
|
140
|
+
secondaryKeypairRef?: pulumi.Input<string>;
|
|
141
|
+
/**
|
|
142
|
+
* @deprecated You shouldn't be using this
|
|
143
|
+
*/
|
|
144
|
+
trivialLayout?: pulumi.Input<boolean>;
|
|
145
|
+
xrayIndex?: pulumi.Input<boolean>;
|
|
146
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
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.getFederatedDebianRepositoryOutput = exports.getFederatedDebianRepository = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Retrieves a federated Debian repository.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as artifactory from "@pulumi/artifactory";
|
|
16
|
+
*
|
|
17
|
+
* const federated-test-debian-repo = artifactory.getFederatedDebianRepository({
|
|
18
|
+
* key: "federated-test-debian-repo",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
function getFederatedDebianRepository(args, opts) {
|
|
23
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
|
+
return pulumi.runtime.invoke("artifactory:index/getFederatedDebianRepository:getFederatedDebianRepository", {
|
|
25
|
+
"archiveBrowsingEnabled": args.archiveBrowsingEnabled,
|
|
26
|
+
"blackedOut": args.blackedOut,
|
|
27
|
+
"cdnRedirect": args.cdnRedirect,
|
|
28
|
+
"description": args.description,
|
|
29
|
+
"downloadDirect": args.downloadDirect,
|
|
30
|
+
"excludesPattern": args.excludesPattern,
|
|
31
|
+
"includesPattern": args.includesPattern,
|
|
32
|
+
"indexCompressionFormats": args.indexCompressionFormats,
|
|
33
|
+
"key": args.key,
|
|
34
|
+
"members": args.members,
|
|
35
|
+
"notes": args.notes,
|
|
36
|
+
"primaryKeypairRef": args.primaryKeypairRef,
|
|
37
|
+
"priorityResolution": args.priorityResolution,
|
|
38
|
+
"projectEnvironments": args.projectEnvironments,
|
|
39
|
+
"projectKey": args.projectKey,
|
|
40
|
+
"propertySets": args.propertySets,
|
|
41
|
+
"repoLayoutRef": args.repoLayoutRef,
|
|
42
|
+
"secondaryKeypairRef": args.secondaryKeypairRef,
|
|
43
|
+
"trivialLayout": args.trivialLayout,
|
|
44
|
+
"xrayIndex": args.xrayIndex,
|
|
45
|
+
}, opts);
|
|
46
|
+
}
|
|
47
|
+
exports.getFederatedDebianRepository = getFederatedDebianRepository;
|
|
48
|
+
/**
|
|
49
|
+
* Retrieves a federated Debian repository.
|
|
50
|
+
*
|
|
51
|
+
* ## Example Usage
|
|
52
|
+
*
|
|
53
|
+
* ```typescript
|
|
54
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
55
|
+
* import * as artifactory from "@pulumi/artifactory";
|
|
56
|
+
*
|
|
57
|
+
* const federated-test-debian-repo = artifactory.getFederatedDebianRepository({
|
|
58
|
+
* key: "federated-test-debian-repo",
|
|
59
|
+
* });
|
|
60
|
+
* ```
|
|
61
|
+
*/
|
|
62
|
+
function getFederatedDebianRepositoryOutput(args, opts) {
|
|
63
|
+
return pulumi.output(args).apply((a) => getFederatedDebianRepository(a, opts));
|
|
64
|
+
}
|
|
65
|
+
exports.getFederatedDebianRepositoryOutput = getFederatedDebianRepositoryOutput;
|
|
66
|
+
//# sourceMappingURL=getFederatedDebianRepository.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getFederatedDebianRepository.js","sourceRoot":"","sources":["../getFederatedDebianRepository.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAA2B;IAE5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6EAA6E,EAAE;QACxG,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;QACrD,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,yBAAyB,EAAE,IAAI,CAAC,uBAAuB;QACvD,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAzBD,oEAyBC;AA+ED;;;;;;;;;;;;;GAaG;AACH,SAAgB,kCAAkC,CAAC,IAA4C,EAAE,IAA2B;IACxH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,4BAA4B,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACvF,CAAC;AAFD,gFAEC"}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
4
|
+
export declare function getFederatedDockerRepository(args: GetFederatedDockerRepositoryArgs, opts?: pulumi.InvokeOptions): Promise<GetFederatedDockerRepositoryResult>;
|
|
5
|
+
/**
|
|
6
|
+
* A collection of arguments for invoking getFederatedDockerRepository.
|
|
7
|
+
*/
|
|
8
|
+
export interface GetFederatedDockerRepositoryArgs {
|
|
9
|
+
archiveBrowsingEnabled?: boolean;
|
|
10
|
+
blackedOut?: boolean;
|
|
11
|
+
blockPushingSchema1?: boolean;
|
|
12
|
+
cdnRedirect?: boolean;
|
|
13
|
+
description?: string;
|
|
14
|
+
downloadDirect?: boolean;
|
|
15
|
+
excludesPattern?: string;
|
|
16
|
+
includesPattern?: string;
|
|
17
|
+
key: string;
|
|
18
|
+
maxUniqueTags?: number;
|
|
19
|
+
members?: inputs.GetFederatedDockerRepositoryMember[];
|
|
20
|
+
notes?: string;
|
|
21
|
+
priorityResolution?: boolean;
|
|
22
|
+
projectEnvironments?: string[];
|
|
23
|
+
projectKey?: string;
|
|
24
|
+
propertySets?: string[];
|
|
25
|
+
repoLayoutRef?: string;
|
|
26
|
+
tagRetention?: number;
|
|
27
|
+
xrayIndex?: boolean;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* A collection of values returned by getFederatedDockerRepository.
|
|
31
|
+
*/
|
|
32
|
+
export interface GetFederatedDockerRepositoryResult {
|
|
33
|
+
readonly apiVersion: string;
|
|
34
|
+
readonly archiveBrowsingEnabled?: boolean;
|
|
35
|
+
readonly blackedOut?: boolean;
|
|
36
|
+
readonly blockPushingSchema1: boolean;
|
|
37
|
+
readonly cdnRedirect?: boolean;
|
|
38
|
+
readonly description?: string;
|
|
39
|
+
readonly downloadDirect?: boolean;
|
|
40
|
+
readonly excludesPattern: string;
|
|
41
|
+
/**
|
|
42
|
+
* The provider-assigned unique ID for this managed resource.
|
|
43
|
+
*/
|
|
44
|
+
readonly id: string;
|
|
45
|
+
readonly includesPattern: string;
|
|
46
|
+
readonly key: string;
|
|
47
|
+
readonly maxUniqueTags?: number;
|
|
48
|
+
readonly members?: outputs.GetFederatedDockerRepositoryMember[];
|
|
49
|
+
readonly notes?: string;
|
|
50
|
+
readonly packageType: string;
|
|
51
|
+
readonly priorityResolution?: boolean;
|
|
52
|
+
readonly projectEnvironments: string[];
|
|
53
|
+
readonly projectKey?: string;
|
|
54
|
+
readonly propertySets?: string[];
|
|
55
|
+
readonly repoLayoutRef?: string;
|
|
56
|
+
readonly tagRetention?: number;
|
|
57
|
+
readonly xrayIndex?: boolean;
|
|
58
|
+
}
|
|
59
|
+
export declare function getFederatedDockerRepositoryOutput(args: GetFederatedDockerRepositoryOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetFederatedDockerRepositoryResult>;
|
|
60
|
+
/**
|
|
61
|
+
* A collection of arguments for invoking getFederatedDockerRepository.
|
|
62
|
+
*/
|
|
63
|
+
export interface GetFederatedDockerRepositoryOutputArgs {
|
|
64
|
+
archiveBrowsingEnabled?: pulumi.Input<boolean>;
|
|
65
|
+
blackedOut?: pulumi.Input<boolean>;
|
|
66
|
+
blockPushingSchema1?: pulumi.Input<boolean>;
|
|
67
|
+
cdnRedirect?: pulumi.Input<boolean>;
|
|
68
|
+
description?: pulumi.Input<string>;
|
|
69
|
+
downloadDirect?: pulumi.Input<boolean>;
|
|
70
|
+
excludesPattern?: pulumi.Input<string>;
|
|
71
|
+
includesPattern?: pulumi.Input<string>;
|
|
72
|
+
key: pulumi.Input<string>;
|
|
73
|
+
maxUniqueTags?: pulumi.Input<number>;
|
|
74
|
+
members?: pulumi.Input<pulumi.Input<inputs.GetFederatedDockerRepositoryMemberArgs>[]>;
|
|
75
|
+
notes?: pulumi.Input<string>;
|
|
76
|
+
priorityResolution?: pulumi.Input<boolean>;
|
|
77
|
+
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
78
|
+
projectKey?: pulumi.Input<string>;
|
|
79
|
+
propertySets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
80
|
+
repoLayoutRef?: pulumi.Input<string>;
|
|
81
|
+
tagRetention?: pulumi.Input<number>;
|
|
82
|
+
xrayIndex?: pulumi.Input<boolean>;
|
|
83
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
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.getFederatedDockerRepositoryOutput = exports.getFederatedDockerRepository = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
function getFederatedDockerRepository(args, opts) {
|
|
9
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
10
|
+
return pulumi.runtime.invoke("artifactory:index/getFederatedDockerRepository:getFederatedDockerRepository", {
|
|
11
|
+
"archiveBrowsingEnabled": args.archiveBrowsingEnabled,
|
|
12
|
+
"blackedOut": args.blackedOut,
|
|
13
|
+
"blockPushingSchema1": args.blockPushingSchema1,
|
|
14
|
+
"cdnRedirect": args.cdnRedirect,
|
|
15
|
+
"description": args.description,
|
|
16
|
+
"downloadDirect": args.downloadDirect,
|
|
17
|
+
"excludesPattern": args.excludesPattern,
|
|
18
|
+
"includesPattern": args.includesPattern,
|
|
19
|
+
"key": args.key,
|
|
20
|
+
"maxUniqueTags": args.maxUniqueTags,
|
|
21
|
+
"members": args.members,
|
|
22
|
+
"notes": args.notes,
|
|
23
|
+
"priorityResolution": args.priorityResolution,
|
|
24
|
+
"projectEnvironments": args.projectEnvironments,
|
|
25
|
+
"projectKey": args.projectKey,
|
|
26
|
+
"propertySets": args.propertySets,
|
|
27
|
+
"repoLayoutRef": args.repoLayoutRef,
|
|
28
|
+
"tagRetention": args.tagRetention,
|
|
29
|
+
"xrayIndex": args.xrayIndex,
|
|
30
|
+
}, opts);
|
|
31
|
+
}
|
|
32
|
+
exports.getFederatedDockerRepository = getFederatedDockerRepository;
|
|
33
|
+
function getFederatedDockerRepositoryOutput(args, opts) {
|
|
34
|
+
return pulumi.output(args).apply((a) => getFederatedDockerRepository(a, opts));
|
|
35
|
+
}
|
|
36
|
+
exports.getFederatedDockerRepositoryOutput = getFederatedDockerRepositoryOutput;
|
|
37
|
+
//# sourceMappingURL=getFederatedDockerRepository.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getFederatedDockerRepository.js","sourceRoot":"","sources":["../getFederatedDockerRepository.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAA2B;IAE5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6EAA6E,EAAE;QACxG,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;QACrD,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAxBD,oEAwBC;AAyDD,SAAgB,kCAAkC,CAAC,IAA4C,EAAE,IAA2B;IACxH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,4BAA4B,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACvF,CAAC;AAFD,gFAEC"}
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Retrieves a federated Docker repository.
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as artifactory from "@pulumi/artifactory";
|
|
12
|
+
*
|
|
13
|
+
* const federated-test-docker-repo = artifactory.getFederatedDockerV1Repository({
|
|
14
|
+
* key: "federated-test-docker-repo",
|
|
15
|
+
* });
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
export declare function getFederatedDockerV1Repository(args: GetFederatedDockerV1RepositoryArgs, opts?: pulumi.InvokeOptions): Promise<GetFederatedDockerV1RepositoryResult>;
|
|
19
|
+
/**
|
|
20
|
+
* A collection of arguments for invoking getFederatedDockerV1Repository.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetFederatedDockerV1RepositoryArgs {
|
|
23
|
+
archiveBrowsingEnabled?: boolean;
|
|
24
|
+
blackedOut?: boolean;
|
|
25
|
+
cdnRedirect?: boolean;
|
|
26
|
+
description?: string;
|
|
27
|
+
downloadDirect?: boolean;
|
|
28
|
+
excludesPattern?: string;
|
|
29
|
+
includesPattern?: string;
|
|
30
|
+
/**
|
|
31
|
+
* the identity key of the repo.
|
|
32
|
+
*/
|
|
33
|
+
key: string;
|
|
34
|
+
maxUniqueTags?: number;
|
|
35
|
+
/**
|
|
36
|
+
* The list of Federated members and must contain this repository URL (configured base URL
|
|
37
|
+
* `/artifactory/` + repo `key`). Note that each of the federated members will need to have a base URL set.
|
|
38
|
+
* Please follow the [instruction](https://www.jfrog.com/confluence/display/JFROG/Working+with+Federated+Repositories#WorkingwithFederatedRepositories-SettingUpaFederatedRepository)
|
|
39
|
+
* to set up Federated repositories correctly.
|
|
40
|
+
*/
|
|
41
|
+
members?: inputs.GetFederatedDockerV1RepositoryMember[];
|
|
42
|
+
notes?: string;
|
|
43
|
+
priorityResolution?: boolean;
|
|
44
|
+
projectEnvironments?: string[];
|
|
45
|
+
projectKey?: string;
|
|
46
|
+
propertySets?: string[];
|
|
47
|
+
repoLayoutRef?: string;
|
|
48
|
+
xrayIndex?: boolean;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* A collection of values returned by getFederatedDockerV1Repository.
|
|
52
|
+
*/
|
|
53
|
+
export interface GetFederatedDockerV1RepositoryResult {
|
|
54
|
+
readonly apiVersion: string;
|
|
55
|
+
readonly archiveBrowsingEnabled?: boolean;
|
|
56
|
+
readonly blackedOut?: boolean;
|
|
57
|
+
readonly blockPushingSchema1: boolean;
|
|
58
|
+
readonly cdnRedirect?: boolean;
|
|
59
|
+
readonly description?: string;
|
|
60
|
+
readonly downloadDirect?: boolean;
|
|
61
|
+
readonly excludesPattern: string;
|
|
62
|
+
/**
|
|
63
|
+
* The provider-assigned unique ID for this managed resource.
|
|
64
|
+
*/
|
|
65
|
+
readonly id: string;
|
|
66
|
+
readonly includesPattern: string;
|
|
67
|
+
readonly key: string;
|
|
68
|
+
readonly maxUniqueTags: number;
|
|
69
|
+
/**
|
|
70
|
+
* The list of Federated members and must contain this repository URL (configured base URL
|
|
71
|
+
* `/artifactory/` + repo `key`). Note that each of the federated members will need to have a base URL set.
|
|
72
|
+
* Please follow the [instruction](https://www.jfrog.com/confluence/display/JFROG/Working+with+Federated+Repositories#WorkingwithFederatedRepositories-SettingUpaFederatedRepository)
|
|
73
|
+
* to set up Federated repositories correctly.
|
|
74
|
+
*/
|
|
75
|
+
readonly members?: outputs.GetFederatedDockerV1RepositoryMember[];
|
|
76
|
+
readonly notes?: string;
|
|
77
|
+
readonly packageType: string;
|
|
78
|
+
readonly priorityResolution?: boolean;
|
|
79
|
+
readonly projectEnvironments: string[];
|
|
80
|
+
readonly projectKey?: string;
|
|
81
|
+
readonly propertySets?: string[];
|
|
82
|
+
readonly repoLayoutRef?: string;
|
|
83
|
+
readonly tagRetention: number;
|
|
84
|
+
readonly xrayIndex?: boolean;
|
|
85
|
+
}
|
|
86
|
+
/**
|
|
87
|
+
* Retrieves a federated Docker repository.
|
|
88
|
+
*
|
|
89
|
+
* ## Example Usage
|
|
90
|
+
*
|
|
91
|
+
* ```typescript
|
|
92
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
93
|
+
* import * as artifactory from "@pulumi/artifactory";
|
|
94
|
+
*
|
|
95
|
+
* const federated-test-docker-repo = artifactory.getFederatedDockerV1Repository({
|
|
96
|
+
* key: "federated-test-docker-repo",
|
|
97
|
+
* });
|
|
98
|
+
* ```
|
|
99
|
+
*/
|
|
100
|
+
export declare function getFederatedDockerV1RepositoryOutput(args: GetFederatedDockerV1RepositoryOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetFederatedDockerV1RepositoryResult>;
|
|
101
|
+
/**
|
|
102
|
+
* A collection of arguments for invoking getFederatedDockerV1Repository.
|
|
103
|
+
*/
|
|
104
|
+
export interface GetFederatedDockerV1RepositoryOutputArgs {
|
|
105
|
+
archiveBrowsingEnabled?: pulumi.Input<boolean>;
|
|
106
|
+
blackedOut?: pulumi.Input<boolean>;
|
|
107
|
+
cdnRedirect?: pulumi.Input<boolean>;
|
|
108
|
+
description?: pulumi.Input<string>;
|
|
109
|
+
downloadDirect?: pulumi.Input<boolean>;
|
|
110
|
+
excludesPattern?: pulumi.Input<string>;
|
|
111
|
+
includesPattern?: pulumi.Input<string>;
|
|
112
|
+
/**
|
|
113
|
+
* the identity key of the repo.
|
|
114
|
+
*/
|
|
115
|
+
key: pulumi.Input<string>;
|
|
116
|
+
maxUniqueTags?: pulumi.Input<number>;
|
|
117
|
+
/**
|
|
118
|
+
* The list of Federated members and must contain this repository URL (configured base URL
|
|
119
|
+
* `/artifactory/` + repo `key`). Note that each of the federated members will need to have a base URL set.
|
|
120
|
+
* Please follow the [instruction](https://www.jfrog.com/confluence/display/JFROG/Working+with+Federated+Repositories#WorkingwithFederatedRepositories-SettingUpaFederatedRepository)
|
|
121
|
+
* to set up Federated repositories correctly.
|
|
122
|
+
*/
|
|
123
|
+
members?: pulumi.Input<pulumi.Input<inputs.GetFederatedDockerV1RepositoryMemberArgs>[]>;
|
|
124
|
+
notes?: pulumi.Input<string>;
|
|
125
|
+
priorityResolution?: pulumi.Input<boolean>;
|
|
126
|
+
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
127
|
+
projectKey?: pulumi.Input<string>;
|
|
128
|
+
propertySets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
129
|
+
repoLayoutRef?: pulumi.Input<string>;
|
|
130
|
+
xrayIndex?: pulumi.Input<boolean>;
|
|
131
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
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.getFederatedDockerV1RepositoryOutput = exports.getFederatedDockerV1Repository = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Retrieves a federated Docker repository.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as artifactory from "@pulumi/artifactory";
|
|
16
|
+
*
|
|
17
|
+
* const federated-test-docker-repo = artifactory.getFederatedDockerV1Repository({
|
|
18
|
+
* key: "federated-test-docker-repo",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
function getFederatedDockerV1Repository(args, opts) {
|
|
23
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
|
+
return pulumi.runtime.invoke("artifactory:index/getFederatedDockerV1Repository:getFederatedDockerV1Repository", {
|
|
25
|
+
"archiveBrowsingEnabled": args.archiveBrowsingEnabled,
|
|
26
|
+
"blackedOut": args.blackedOut,
|
|
27
|
+
"cdnRedirect": args.cdnRedirect,
|
|
28
|
+
"description": args.description,
|
|
29
|
+
"downloadDirect": args.downloadDirect,
|
|
30
|
+
"excludesPattern": args.excludesPattern,
|
|
31
|
+
"includesPattern": args.includesPattern,
|
|
32
|
+
"key": args.key,
|
|
33
|
+
"maxUniqueTags": args.maxUniqueTags,
|
|
34
|
+
"members": args.members,
|
|
35
|
+
"notes": args.notes,
|
|
36
|
+
"priorityResolution": args.priorityResolution,
|
|
37
|
+
"projectEnvironments": args.projectEnvironments,
|
|
38
|
+
"projectKey": args.projectKey,
|
|
39
|
+
"propertySets": args.propertySets,
|
|
40
|
+
"repoLayoutRef": args.repoLayoutRef,
|
|
41
|
+
"xrayIndex": args.xrayIndex,
|
|
42
|
+
}, opts);
|
|
43
|
+
}
|
|
44
|
+
exports.getFederatedDockerV1Repository = getFederatedDockerV1Repository;
|
|
45
|
+
/**
|
|
46
|
+
* Retrieves a federated Docker repository.
|
|
47
|
+
*
|
|
48
|
+
* ## Example Usage
|
|
49
|
+
*
|
|
50
|
+
* ```typescript
|
|
51
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
52
|
+
* import * as artifactory from "@pulumi/artifactory";
|
|
53
|
+
*
|
|
54
|
+
* const federated-test-docker-repo = artifactory.getFederatedDockerV1Repository({
|
|
55
|
+
* key: "federated-test-docker-repo",
|
|
56
|
+
* });
|
|
57
|
+
* ```
|
|
58
|
+
*/
|
|
59
|
+
function getFederatedDockerV1RepositoryOutput(args, opts) {
|
|
60
|
+
return pulumi.output(args).apply((a) => getFederatedDockerV1Repository(a, opts));
|
|
61
|
+
}
|
|
62
|
+
exports.getFederatedDockerV1RepositoryOutput = getFederatedDockerV1RepositoryOutput;
|
|
63
|
+
//# sourceMappingURL=getFederatedDockerV1Repository.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getFederatedDockerV1Repository.js","sourceRoot":"","sources":["../getFederatedDockerV1Repository.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,8BAA8B,CAAC,IAAwC,EAAE,IAA2B;IAEhH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iFAAiF,EAAE;QAC5G,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;QACrD,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAtBD,wEAsBC;AAsED;;;;;;;;;;;;;GAaG;AACH,SAAgB,oCAAoC,CAAC,IAA8C,EAAE,IAA2B;IAC5H,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,8BAA8B,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACzF,CAAC;AAFD,oFAEC"}
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Retrieves a federated Docker repository.
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as artifactory from "@pulumi/artifactory";
|
|
12
|
+
*
|
|
13
|
+
* const federated-test-docker-repo = artifactory.getFederatedDockerV2Repository({
|
|
14
|
+
* key: "federated-test-docker-repo",
|
|
15
|
+
* });
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
export declare function getFederatedDockerV2Repository(args: GetFederatedDockerV2RepositoryArgs, opts?: pulumi.InvokeOptions): Promise<GetFederatedDockerV2RepositoryResult>;
|
|
19
|
+
/**
|
|
20
|
+
* A collection of arguments for invoking getFederatedDockerV2Repository.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetFederatedDockerV2RepositoryArgs {
|
|
23
|
+
archiveBrowsingEnabled?: boolean;
|
|
24
|
+
blackedOut?: boolean;
|
|
25
|
+
blockPushingSchema1?: boolean;
|
|
26
|
+
cdnRedirect?: boolean;
|
|
27
|
+
description?: string;
|
|
28
|
+
downloadDirect?: boolean;
|
|
29
|
+
excludesPattern?: string;
|
|
30
|
+
includesPattern?: string;
|
|
31
|
+
/**
|
|
32
|
+
* the identity key of the repo.
|
|
33
|
+
*/
|
|
34
|
+
key: string;
|
|
35
|
+
maxUniqueTags?: number;
|
|
36
|
+
/**
|
|
37
|
+
* The list of Federated members and must contain this repository URL (configured base URL
|
|
38
|
+
* `/artifactory/` + repo `key`). Note that each of the federated members will need to have a base URL set.
|
|
39
|
+
* Please follow the [instruction](https://www.jfrog.com/confluence/display/JFROG/Working+with+Federated+Repositories#WorkingwithFederatedRepositories-SettingUpaFederatedRepository)
|
|
40
|
+
* to set up Federated repositories correctly.
|
|
41
|
+
*/
|
|
42
|
+
members?: inputs.GetFederatedDockerV2RepositoryMember[];
|
|
43
|
+
notes?: string;
|
|
44
|
+
priorityResolution?: boolean;
|
|
45
|
+
projectEnvironments?: string[];
|
|
46
|
+
projectKey?: string;
|
|
47
|
+
propertySets?: string[];
|
|
48
|
+
repoLayoutRef?: string;
|
|
49
|
+
tagRetention?: number;
|
|
50
|
+
xrayIndex?: boolean;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* A collection of values returned by getFederatedDockerV2Repository.
|
|
54
|
+
*/
|
|
55
|
+
export interface GetFederatedDockerV2RepositoryResult {
|
|
56
|
+
readonly apiVersion: string;
|
|
57
|
+
readonly archiveBrowsingEnabled?: boolean;
|
|
58
|
+
readonly blackedOut?: boolean;
|
|
59
|
+
readonly blockPushingSchema1: boolean;
|
|
60
|
+
readonly cdnRedirect?: boolean;
|
|
61
|
+
readonly description?: string;
|
|
62
|
+
readonly downloadDirect?: boolean;
|
|
63
|
+
readonly excludesPattern: string;
|
|
64
|
+
/**
|
|
65
|
+
* The provider-assigned unique ID for this managed resource.
|
|
66
|
+
*/
|
|
67
|
+
readonly id: string;
|
|
68
|
+
readonly includesPattern: string;
|
|
69
|
+
readonly key: string;
|
|
70
|
+
readonly maxUniqueTags?: number;
|
|
71
|
+
/**
|
|
72
|
+
* The list of Federated members and must contain this repository URL (configured base URL
|
|
73
|
+
* `/artifactory/` + repo `key`). Note that each of the federated members will need to have a base URL set.
|
|
74
|
+
* Please follow the [instruction](https://www.jfrog.com/confluence/display/JFROG/Working+with+Federated+Repositories#WorkingwithFederatedRepositories-SettingUpaFederatedRepository)
|
|
75
|
+
* to set up Federated repositories correctly.
|
|
76
|
+
*/
|
|
77
|
+
readonly members?: outputs.GetFederatedDockerV2RepositoryMember[];
|
|
78
|
+
readonly notes?: string;
|
|
79
|
+
readonly packageType: string;
|
|
80
|
+
readonly priorityResolution?: boolean;
|
|
81
|
+
readonly projectEnvironments: string[];
|
|
82
|
+
readonly projectKey?: string;
|
|
83
|
+
readonly propertySets?: string[];
|
|
84
|
+
readonly repoLayoutRef?: string;
|
|
85
|
+
readonly tagRetention?: number;
|
|
86
|
+
readonly xrayIndex?: boolean;
|
|
87
|
+
}
|
|
88
|
+
/**
|
|
89
|
+
* Retrieves a federated Docker repository.
|
|
90
|
+
*
|
|
91
|
+
* ## Example Usage
|
|
92
|
+
*
|
|
93
|
+
* ```typescript
|
|
94
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
95
|
+
* import * as artifactory from "@pulumi/artifactory";
|
|
96
|
+
*
|
|
97
|
+
* const federated-test-docker-repo = artifactory.getFederatedDockerV2Repository({
|
|
98
|
+
* key: "federated-test-docker-repo",
|
|
99
|
+
* });
|
|
100
|
+
* ```
|
|
101
|
+
*/
|
|
102
|
+
export declare function getFederatedDockerV2RepositoryOutput(args: GetFederatedDockerV2RepositoryOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetFederatedDockerV2RepositoryResult>;
|
|
103
|
+
/**
|
|
104
|
+
* A collection of arguments for invoking getFederatedDockerV2Repository.
|
|
105
|
+
*/
|
|
106
|
+
export interface GetFederatedDockerV2RepositoryOutputArgs {
|
|
107
|
+
archiveBrowsingEnabled?: pulumi.Input<boolean>;
|
|
108
|
+
blackedOut?: pulumi.Input<boolean>;
|
|
109
|
+
blockPushingSchema1?: pulumi.Input<boolean>;
|
|
110
|
+
cdnRedirect?: pulumi.Input<boolean>;
|
|
111
|
+
description?: pulumi.Input<string>;
|
|
112
|
+
downloadDirect?: pulumi.Input<boolean>;
|
|
113
|
+
excludesPattern?: pulumi.Input<string>;
|
|
114
|
+
includesPattern?: pulumi.Input<string>;
|
|
115
|
+
/**
|
|
116
|
+
* the identity key of the repo.
|
|
117
|
+
*/
|
|
118
|
+
key: pulumi.Input<string>;
|
|
119
|
+
maxUniqueTags?: pulumi.Input<number>;
|
|
120
|
+
/**
|
|
121
|
+
* The list of Federated members and must contain this repository URL (configured base URL
|
|
122
|
+
* `/artifactory/` + repo `key`). Note that each of the federated members will need to have a base URL set.
|
|
123
|
+
* Please follow the [instruction](https://www.jfrog.com/confluence/display/JFROG/Working+with+Federated+Repositories#WorkingwithFederatedRepositories-SettingUpaFederatedRepository)
|
|
124
|
+
* to set up Federated repositories correctly.
|
|
125
|
+
*/
|
|
126
|
+
members?: pulumi.Input<pulumi.Input<inputs.GetFederatedDockerV2RepositoryMemberArgs>[]>;
|
|
127
|
+
notes?: pulumi.Input<string>;
|
|
128
|
+
priorityResolution?: pulumi.Input<boolean>;
|
|
129
|
+
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
130
|
+
projectKey?: pulumi.Input<string>;
|
|
131
|
+
propertySets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
132
|
+
repoLayoutRef?: pulumi.Input<string>;
|
|
133
|
+
tagRetention?: pulumi.Input<number>;
|
|
134
|
+
xrayIndex?: pulumi.Input<boolean>;
|
|
135
|
+
}
|