@azure/arm-kubernetesconfiguration-fluxconfigurations 1.0.0-beta.1
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/CHANGELOG.md +7 -0
- package/LICENSE +21 -0
- package/README.md +115 -0
- package/dist/browser/fluxConfigurationClient.d.ts +21 -0
- package/dist/browser/fluxConfigurationClient.d.ts.map +1 -0
- package/dist/browser/fluxConfigurationClient.js +97 -0
- package/dist/browser/fluxConfigurationClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.d.ts +11 -0
- package/dist/browser/lroImpl.d.ts.map +1 -0
- package/dist/browser/lroImpl.js +21 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.d.ts +875 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +98 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.d.ts +45 -0
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/dist/browser/models/mappers.js +1914 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.d.ts +17 -0
- package/dist/browser/models/parameters.d.ts.map +1 -0
- package/dist/browser/models/parameters.js +164 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/fluxConfigOperationStatus.d.ts +26 -0
- package/dist/browser/operations/fluxConfigOperationStatus.d.ts.map +1 -0
- package/dist/browser/operations/fluxConfigOperationStatus.js +71 -0
- package/dist/browser/operations/fluxConfigOperationStatus.js.map +1 -0
- package/dist/browser/operations/fluxConfigurations.d.ts +141 -0
- package/dist/browser/operations/fluxConfigurations.d.ts.map +1 -0
- package/dist/browser/operations/fluxConfigurations.js +536 -0
- package/dist/browser/operations/fluxConfigurations.js.map +1 -0
- package/dist/browser/operations/index.d.ts +3 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +10 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/fluxConfigOperationStatus.d.ts +18 -0
- package/dist/browser/operationsInterfaces/fluxConfigOperationStatus.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/fluxConfigOperationStatus.js +9 -0
- package/dist/browser/operationsInterfaces/fluxConfigOperationStatus.js.map +1 -0
- package/dist/browser/operationsInterfaces/fluxConfigurations.d.ts +108 -0
- package/dist/browser/operationsInterfaces/fluxConfigurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/fluxConfigurations.js +9 -0
- package/dist/browser/operationsInterfaces/fluxConfigurations.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +3 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +10 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.d.ts +13 -0
- package/dist/browser/pagingHelper.d.ts.map +1 -0
- package/dist/browser/pagingHelper.js +32 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/fluxConfigurationClient.d.ts +21 -0
- package/dist/commonjs/fluxConfigurationClient.d.ts.map +1 -0
- package/dist/commonjs/fluxConfigurationClient.js +102 -0
- package/dist/commonjs/fluxConfigurationClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +24 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +875 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +101 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +45 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +1917 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +17 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +167 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/fluxConfigOperationStatus.d.ts +26 -0
- package/dist/commonjs/operations/fluxConfigOperationStatus.d.ts.map +1 -0
- package/dist/commonjs/operations/fluxConfigOperationStatus.js +76 -0
- package/dist/commonjs/operations/fluxConfigOperationStatus.js.map +1 -0
- package/dist/commonjs/operations/fluxConfigurations.d.ts +141 -0
- package/dist/commonjs/operations/fluxConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operations/fluxConfigurations.js +540 -0
- package/dist/commonjs/operations/fluxConfigurations.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +3 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +13 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/fluxConfigOperationStatus.d.ts +18 -0
- package/dist/commonjs/operationsInterfaces/fluxConfigOperationStatus.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/fluxConfigOperationStatus.js +10 -0
- package/dist/commonjs/operationsInterfaces/fluxConfigOperationStatus.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/fluxConfigurations.d.ts +108 -0
- package/dist/commonjs/operationsInterfaces/fluxConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/fluxConfigurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/fluxConfigurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +3 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +13 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/fluxConfigurationClient.d.ts +21 -0
- package/dist/esm/fluxConfigurationClient.d.ts.map +1 -0
- package/dist/esm/fluxConfigurationClient.js +97 -0
- package/dist/esm/fluxConfigurationClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +21 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +875 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +98 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +45 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +1914 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +17 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +164 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/fluxConfigOperationStatus.d.ts +26 -0
- package/dist/esm/operations/fluxConfigOperationStatus.d.ts.map +1 -0
- package/dist/esm/operations/fluxConfigOperationStatus.js +71 -0
- package/dist/esm/operations/fluxConfigOperationStatus.js.map +1 -0
- package/dist/esm/operations/fluxConfigurations.d.ts +141 -0
- package/dist/esm/operations/fluxConfigurations.d.ts.map +1 -0
- package/dist/esm/operations/fluxConfigurations.js +536 -0
- package/dist/esm/operations/fluxConfigurations.js.map +1 -0
- package/dist/esm/operations/index.d.ts +3 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +10 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/fluxConfigOperationStatus.d.ts +18 -0
- package/dist/esm/operationsInterfaces/fluxConfigOperationStatus.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/fluxConfigOperationStatus.js +9 -0
- package/dist/esm/operationsInterfaces/fluxConfigOperationStatus.js.map +1 -0
- package/dist/esm/operationsInterfaces/fluxConfigurations.d.ts +108 -0
- package/dist/esm/operationsInterfaces/fluxConfigurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/fluxConfigurations.js +9 -0
- package/dist/esm/operationsInterfaces/fluxConfigurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +3 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +10 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/fluxConfigurationClient.d.ts +21 -0
- package/dist/react-native/fluxConfigurationClient.d.ts.map +1 -0
- package/dist/react-native/fluxConfigurationClient.js +97 -0
- package/dist/react-native/fluxConfigurationClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +21 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +875 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +98 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +45 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +1914 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +17 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +164 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/fluxConfigOperationStatus.d.ts +26 -0
- package/dist/react-native/operations/fluxConfigOperationStatus.d.ts.map +1 -0
- package/dist/react-native/operations/fluxConfigOperationStatus.js +71 -0
- package/dist/react-native/operations/fluxConfigOperationStatus.js.map +1 -0
- package/dist/react-native/operations/fluxConfigurations.d.ts +141 -0
- package/dist/react-native/operations/fluxConfigurations.d.ts.map +1 -0
- package/dist/react-native/operations/fluxConfigurations.js +536 -0
- package/dist/react-native/operations/fluxConfigurations.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +3 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +10 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/fluxConfigOperationStatus.d.ts +18 -0
- package/dist/react-native/operationsInterfaces/fluxConfigOperationStatus.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/fluxConfigOperationStatus.js +9 -0
- package/dist/react-native/operationsInterfaces/fluxConfigOperationStatus.js.map +1 -0
- package/dist/react-native/operationsInterfaces/fluxConfigurations.d.ts +108 -0
- package/dist/react-native/operationsInterfaces/fluxConfigurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/fluxConfigurations.js +9 -0
- package/dist/react-native/operationsInterfaces/fluxConfigurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +3 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +10 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +133 -0
- package/review/arm-kubernetesconfiguration-fluxconfigurations.api.md +602 -0
|
@@ -0,0 +1,602 @@
|
|
|
1
|
+
## API Report File for "@azure/arm-kubernetesconfiguration-fluxconfigurations"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import * as coreAuth from '@azure/core-auth';
|
|
8
|
+
import * as coreClient from '@azure/core-client';
|
|
9
|
+
import { OperationState } from '@azure/core-lro';
|
|
10
|
+
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
11
|
+
import { SimplePollerLike } from '@azure/core-lro';
|
|
12
|
+
|
|
13
|
+
// @public
|
|
14
|
+
export interface AzureBlobDefinition {
|
|
15
|
+
accountKey?: string;
|
|
16
|
+
containerName?: string;
|
|
17
|
+
localAuthRef?: string;
|
|
18
|
+
managedIdentity?: ManagedIdentityDefinition;
|
|
19
|
+
sasToken?: string;
|
|
20
|
+
servicePrincipal?: ServicePrincipalDefinition;
|
|
21
|
+
syncIntervalInSeconds?: number;
|
|
22
|
+
timeoutInSeconds?: number;
|
|
23
|
+
url?: string;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
// @public
|
|
27
|
+
export interface AzureBlobPatchDefinition {
|
|
28
|
+
accountKey?: string;
|
|
29
|
+
containerName?: string;
|
|
30
|
+
localAuthRef?: string;
|
|
31
|
+
managedIdentity?: ManagedIdentityPatchDefinition;
|
|
32
|
+
sasToken?: string;
|
|
33
|
+
servicePrincipal?: ServicePrincipalPatchDefinition;
|
|
34
|
+
syncIntervalInSeconds?: number;
|
|
35
|
+
timeoutInSeconds?: number;
|
|
36
|
+
url?: string;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
// @public
|
|
40
|
+
export interface BucketDefinition {
|
|
41
|
+
accessKey?: string;
|
|
42
|
+
bucketName?: string;
|
|
43
|
+
insecure?: boolean;
|
|
44
|
+
localAuthRef?: string;
|
|
45
|
+
syncIntervalInSeconds?: number;
|
|
46
|
+
timeoutInSeconds?: number;
|
|
47
|
+
url?: string;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
// @public
|
|
51
|
+
export interface BucketPatchDefinition {
|
|
52
|
+
accessKey?: string;
|
|
53
|
+
bucketName?: string;
|
|
54
|
+
insecure?: boolean;
|
|
55
|
+
localAuthRef?: string;
|
|
56
|
+
syncIntervalInSeconds?: number;
|
|
57
|
+
timeoutInSeconds?: number;
|
|
58
|
+
url?: string;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
// @public
|
|
62
|
+
export type CreatedByType = string;
|
|
63
|
+
|
|
64
|
+
// @public
|
|
65
|
+
export interface ErrorAdditionalInfo {
|
|
66
|
+
readonly info?: Record<string, unknown>;
|
|
67
|
+
readonly type?: string;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
// @public
|
|
71
|
+
export interface ErrorDetail {
|
|
72
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
73
|
+
readonly code?: string;
|
|
74
|
+
readonly details?: ErrorDetail[];
|
|
75
|
+
readonly message?: string;
|
|
76
|
+
readonly target?: string;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
// @public
|
|
80
|
+
export interface ErrorResponse {
|
|
81
|
+
error?: ErrorDetail;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
// @public
|
|
85
|
+
export type FluxComplianceState = string;
|
|
86
|
+
|
|
87
|
+
// @public
|
|
88
|
+
export interface FluxConfigOperationStatus {
|
|
89
|
+
get(resourceGroupName: string, clusterRp: string, clusterResourceName: string, clusterName: string, fluxConfigurationName: string, operationId: string, options?: FluxConfigOperationStatusGetOptionalParams): Promise<FluxConfigOperationStatusGetResponse>;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
// @public
|
|
93
|
+
export interface FluxConfigOperationStatusGetOptionalParams extends coreClient.OperationOptions {
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
// @public
|
|
97
|
+
export type FluxConfigOperationStatusGetResponse = OperationStatusResult;
|
|
98
|
+
|
|
99
|
+
// @public
|
|
100
|
+
export interface FluxConfiguration extends ProxyResource {
|
|
101
|
+
azureBlob?: AzureBlobDefinition;
|
|
102
|
+
bucket?: BucketDefinition;
|
|
103
|
+
readonly complianceState?: FluxComplianceState;
|
|
104
|
+
configurationProtectedSettings?: {
|
|
105
|
+
[propertyName: string]: string;
|
|
106
|
+
};
|
|
107
|
+
readonly errorMessage?: string;
|
|
108
|
+
gitRepository?: GitRepositoryDefinition;
|
|
109
|
+
kustomizations?: {
|
|
110
|
+
[propertyName: string]: KustomizationDefinition | null;
|
|
111
|
+
};
|
|
112
|
+
namespace?: string;
|
|
113
|
+
ociRepository?: OCIRepositoryDefinition;
|
|
114
|
+
readonly provisioningState?: ProvisioningState;
|
|
115
|
+
reconciliationWaitDuration?: string;
|
|
116
|
+
readonly repositoryPublicKey?: string;
|
|
117
|
+
scope?: ScopeType;
|
|
118
|
+
sourceKind?: SourceKindType;
|
|
119
|
+
readonly sourceSyncedCommitId?: string;
|
|
120
|
+
readonly sourceUpdatedAt?: Date;
|
|
121
|
+
readonly statuses?: (ObjectStatusDefinition | null)[];
|
|
122
|
+
readonly statusUpdatedAt?: Date;
|
|
123
|
+
suspend?: boolean;
|
|
124
|
+
readonly systemData?: SystemData;
|
|
125
|
+
waitForReconciliation?: boolean;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
// @public (undocumented)
|
|
129
|
+
export class FluxConfigurationClient extends coreClient.ServiceClient {
|
|
130
|
+
// (undocumented)
|
|
131
|
+
$host: string;
|
|
132
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: FluxConfigurationClientOptionalParams);
|
|
133
|
+
// (undocumented)
|
|
134
|
+
apiVersion: string;
|
|
135
|
+
// (undocumented)
|
|
136
|
+
fluxConfigOperationStatus: FluxConfigOperationStatus;
|
|
137
|
+
// (undocumented)
|
|
138
|
+
fluxConfigurations: FluxConfigurations;
|
|
139
|
+
// (undocumented)
|
|
140
|
+
subscriptionId: string;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
// @public
|
|
144
|
+
export interface FluxConfigurationClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
145
|
+
$host?: string;
|
|
146
|
+
apiVersion?: string;
|
|
147
|
+
endpoint?: string;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
// @public
|
|
151
|
+
export interface FluxConfigurationPatch {
|
|
152
|
+
azureBlob?: AzureBlobPatchDefinition;
|
|
153
|
+
bucket?: BucketPatchDefinition;
|
|
154
|
+
configurationProtectedSettings?: {
|
|
155
|
+
[propertyName: string]: string;
|
|
156
|
+
};
|
|
157
|
+
gitRepository?: GitRepositoryPatchDefinition;
|
|
158
|
+
kustomizations?: {
|
|
159
|
+
[propertyName: string]: KustomizationPatchDefinition | null;
|
|
160
|
+
};
|
|
161
|
+
ociRepository?: OCIRepositoryPatchDefinition;
|
|
162
|
+
sourceKind?: SourceKindType;
|
|
163
|
+
suspend?: boolean;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
// @public
|
|
167
|
+
export interface FluxConfigurations {
|
|
168
|
+
beginCreateOrUpdate(resourceGroupName: string, clusterRp: string, clusterResourceName: string, clusterName: string, fluxConfigurationName: string, fluxConfiguration: FluxConfiguration, options?: FluxConfigurationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FluxConfigurationsCreateOrUpdateResponse>, FluxConfigurationsCreateOrUpdateResponse>>;
|
|
169
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterRp: string, clusterResourceName: string, clusterName: string, fluxConfigurationName: string, fluxConfiguration: FluxConfiguration, options?: FluxConfigurationsCreateOrUpdateOptionalParams): Promise<FluxConfigurationsCreateOrUpdateResponse>;
|
|
170
|
+
beginDelete(resourceGroupName: string, clusterRp: string, clusterResourceName: string, clusterName: string, fluxConfigurationName: string, options?: FluxConfigurationsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
171
|
+
beginDeleteAndWait(resourceGroupName: string, clusterRp: string, clusterResourceName: string, clusterName: string, fluxConfigurationName: string, options?: FluxConfigurationsDeleteOptionalParams): Promise<void>;
|
|
172
|
+
beginUpdate(resourceGroupName: string, clusterRp: string, clusterResourceName: string, clusterName: string, fluxConfigurationName: string, fluxConfigurationPatch: FluxConfigurationPatch, options?: FluxConfigurationsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FluxConfigurationsUpdateResponse>, FluxConfigurationsUpdateResponse>>;
|
|
173
|
+
beginUpdateAndWait(resourceGroupName: string, clusterRp: string, clusterResourceName: string, clusterName: string, fluxConfigurationName: string, fluxConfigurationPatch: FluxConfigurationPatch, options?: FluxConfigurationsUpdateOptionalParams): Promise<FluxConfigurationsUpdateResponse>;
|
|
174
|
+
get(resourceGroupName: string, clusterRp: string, clusterResourceName: string, clusterName: string, fluxConfigurationName: string, options?: FluxConfigurationsGetOptionalParams): Promise<FluxConfigurationsGetResponse>;
|
|
175
|
+
list(resourceGroupName: string, clusterRp: string, clusterResourceName: string, clusterName: string, options?: FluxConfigurationsListOptionalParams): PagedAsyncIterableIterator<FluxConfiguration>;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
// @public
|
|
179
|
+
export interface FluxConfigurationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
180
|
+
resumeFrom?: string;
|
|
181
|
+
updateIntervalInMs?: number;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
// @public
|
|
185
|
+
export type FluxConfigurationsCreateOrUpdateResponse = FluxConfiguration;
|
|
186
|
+
|
|
187
|
+
// @public
|
|
188
|
+
export interface FluxConfigurationsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
189
|
+
forceDelete?: boolean;
|
|
190
|
+
resumeFrom?: string;
|
|
191
|
+
updateIntervalInMs?: number;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
// @public
|
|
195
|
+
export interface FluxConfigurationsGetOptionalParams extends coreClient.OperationOptions {
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
// @public
|
|
199
|
+
export type FluxConfigurationsGetResponse = FluxConfiguration;
|
|
200
|
+
|
|
201
|
+
// @public
|
|
202
|
+
export interface FluxConfigurationsList {
|
|
203
|
+
readonly nextLink?: string;
|
|
204
|
+
readonly value?: FluxConfiguration[];
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
// @public
|
|
208
|
+
export interface FluxConfigurationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
// @public
|
|
212
|
+
export type FluxConfigurationsListNextResponse = FluxConfigurationsList;
|
|
213
|
+
|
|
214
|
+
// @public
|
|
215
|
+
export interface FluxConfigurationsListOptionalParams extends coreClient.OperationOptions {
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
// @public
|
|
219
|
+
export type FluxConfigurationsListResponse = FluxConfigurationsList;
|
|
220
|
+
|
|
221
|
+
// @public
|
|
222
|
+
export interface FluxConfigurationsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
223
|
+
resumeFrom?: string;
|
|
224
|
+
updateIntervalInMs?: number;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
// @public
|
|
228
|
+
export type FluxConfigurationsUpdateResponse = FluxConfiguration;
|
|
229
|
+
|
|
230
|
+
// @public
|
|
231
|
+
export function getContinuationToken(page: unknown): string | undefined;
|
|
232
|
+
|
|
233
|
+
// @public
|
|
234
|
+
export interface GitRepositoryDefinition {
|
|
235
|
+
httpsCACert?: string;
|
|
236
|
+
httpsUser?: string;
|
|
237
|
+
localAuthRef?: string;
|
|
238
|
+
provider?: ProviderType;
|
|
239
|
+
repositoryRef?: RepositoryRefDefinition;
|
|
240
|
+
sshKnownHosts?: string;
|
|
241
|
+
syncIntervalInSeconds?: number;
|
|
242
|
+
timeoutInSeconds?: number;
|
|
243
|
+
url?: string;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
// @public
|
|
247
|
+
export interface GitRepositoryPatchDefinition {
|
|
248
|
+
httpsCACert?: string;
|
|
249
|
+
httpsUser?: string;
|
|
250
|
+
localAuthRef?: string;
|
|
251
|
+
provider?: ProviderType;
|
|
252
|
+
repositoryRef?: RepositoryRefDefinition;
|
|
253
|
+
sshKnownHosts?: string;
|
|
254
|
+
syncIntervalInSeconds?: number;
|
|
255
|
+
timeoutInSeconds?: number;
|
|
256
|
+
url?: string;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
// @public
|
|
260
|
+
export interface HelmReleasePropertiesDefinition {
|
|
261
|
+
failureCount?: number;
|
|
262
|
+
helmChartRef?: ObjectReferenceDefinition;
|
|
263
|
+
installFailureCount?: number;
|
|
264
|
+
lastRevisionApplied?: number;
|
|
265
|
+
upgradeFailureCount?: number;
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
// @public
|
|
269
|
+
export enum KnownCreatedByType {
|
|
270
|
+
Application = "Application",
|
|
271
|
+
Key = "Key",
|
|
272
|
+
ManagedIdentity = "ManagedIdentity",
|
|
273
|
+
User = "User"
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
// @public
|
|
277
|
+
export enum KnownFluxComplianceState {
|
|
278
|
+
Compliant = "Compliant",
|
|
279
|
+
NonCompliant = "Non-Compliant",
|
|
280
|
+
Pending = "Pending",
|
|
281
|
+
Suspended = "Suspended",
|
|
282
|
+
Unknown = "Unknown"
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
// @public
|
|
286
|
+
export enum KnownKustomizationValidationType {
|
|
287
|
+
Client = "client",
|
|
288
|
+
None = "none",
|
|
289
|
+
Server = "server"
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
// @public
|
|
293
|
+
export enum KnownOperationType {
|
|
294
|
+
Copy = "copy",
|
|
295
|
+
Extract = "extract"
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
// @public
|
|
299
|
+
export enum KnownProviderType {
|
|
300
|
+
Azure = "Azure",
|
|
301
|
+
Generic = "Generic",
|
|
302
|
+
GitHub = "GitHub"
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
// @public
|
|
306
|
+
export enum KnownProvisioningState {
|
|
307
|
+
Canceled = "Canceled",
|
|
308
|
+
Creating = "Creating",
|
|
309
|
+
Deleting = "Deleting",
|
|
310
|
+
Failed = "Failed",
|
|
311
|
+
Succeeded = "Succeeded",
|
|
312
|
+
Updating = "Updating"
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
// @public
|
|
316
|
+
export enum KnownScopeType {
|
|
317
|
+
Cluster = "cluster",
|
|
318
|
+
Namespace = "namespace"
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
// @public
|
|
322
|
+
export enum KnownSourceKindType {
|
|
323
|
+
AzureBlob = "AzureBlob",
|
|
324
|
+
Bucket = "Bucket",
|
|
325
|
+
GitRepository = "GitRepository",
|
|
326
|
+
OCIRepository = "OCIRepository"
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
// @public
|
|
330
|
+
export interface KustomizationDefinition {
|
|
331
|
+
dependsOn?: string[];
|
|
332
|
+
force?: boolean;
|
|
333
|
+
readonly name?: string;
|
|
334
|
+
path?: string;
|
|
335
|
+
postBuild?: PostBuildDefinition;
|
|
336
|
+
prune?: boolean;
|
|
337
|
+
retryIntervalInSeconds?: number;
|
|
338
|
+
syncIntervalInSeconds?: number;
|
|
339
|
+
timeoutInSeconds?: number;
|
|
340
|
+
wait?: boolean;
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
// @public
|
|
344
|
+
export interface KustomizationPatchDefinition {
|
|
345
|
+
dependsOn?: string[];
|
|
346
|
+
force?: boolean;
|
|
347
|
+
path?: string;
|
|
348
|
+
postBuild?: PostBuildPatchDefinition;
|
|
349
|
+
prune?: boolean;
|
|
350
|
+
retryIntervalInSeconds?: number;
|
|
351
|
+
syncIntervalInSeconds?: number;
|
|
352
|
+
timeoutInSeconds?: number;
|
|
353
|
+
wait?: boolean;
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
// @public
|
|
357
|
+
export type KustomizationValidationType = string;
|
|
358
|
+
|
|
359
|
+
// @public
|
|
360
|
+
export interface LayerSelectorDefinition {
|
|
361
|
+
mediaType?: string;
|
|
362
|
+
operation?: OperationType;
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
// @public
|
|
366
|
+
export interface LayerSelectorPatchDefinition {
|
|
367
|
+
mediaType?: string;
|
|
368
|
+
operation?: OperationType;
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
// @public
|
|
372
|
+
export interface ManagedIdentityDefinition {
|
|
373
|
+
clientId?: string;
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
// @public
|
|
377
|
+
export interface ManagedIdentityPatchDefinition {
|
|
378
|
+
clientId?: string;
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
// @public
|
|
382
|
+
export interface MatchOidcIdentityDefinition {
|
|
383
|
+
issuer?: string;
|
|
384
|
+
subject?: string;
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
// @public
|
|
388
|
+
export interface MatchOidcIdentityPatchDefinition {
|
|
389
|
+
issuer?: string;
|
|
390
|
+
subject?: string;
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
// @public
|
|
394
|
+
export interface ObjectReferenceDefinition {
|
|
395
|
+
name?: string;
|
|
396
|
+
namespace?: string;
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
// @public
|
|
400
|
+
export interface ObjectStatusConditionDefinition {
|
|
401
|
+
lastTransitionTime?: Date;
|
|
402
|
+
message?: string;
|
|
403
|
+
reason?: string;
|
|
404
|
+
status?: string;
|
|
405
|
+
type?: string;
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
// @public
|
|
409
|
+
export interface ObjectStatusDefinition {
|
|
410
|
+
appliedBy?: ObjectReferenceDefinition;
|
|
411
|
+
complianceState?: FluxComplianceState;
|
|
412
|
+
helmReleaseProperties?: HelmReleasePropertiesDefinition;
|
|
413
|
+
kind?: string;
|
|
414
|
+
name?: string;
|
|
415
|
+
namespace?: string;
|
|
416
|
+
statusConditions?: ObjectStatusConditionDefinition[];
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
// @public
|
|
420
|
+
export interface OCIRepositoryDefinition {
|
|
421
|
+
insecure?: boolean;
|
|
422
|
+
layerSelector?: LayerSelectorDefinition;
|
|
423
|
+
localAuthRef?: string;
|
|
424
|
+
repositoryRef?: OCIRepositoryRefDefinition;
|
|
425
|
+
serviceAccountName?: string;
|
|
426
|
+
syncIntervalInSeconds?: number;
|
|
427
|
+
timeoutInSeconds?: number;
|
|
428
|
+
tlsConfig?: TlsConfigDefinition;
|
|
429
|
+
url?: string;
|
|
430
|
+
useWorkloadIdentity?: boolean;
|
|
431
|
+
verify?: VerifyDefinition;
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
// @public
|
|
435
|
+
export interface OCIRepositoryPatchDefinition {
|
|
436
|
+
insecure?: boolean;
|
|
437
|
+
layerSelector?: LayerSelectorPatchDefinition;
|
|
438
|
+
localAuthRef?: string;
|
|
439
|
+
repositoryRef?: OCIRepositoryRefPatchDefinition;
|
|
440
|
+
serviceAccountName?: string;
|
|
441
|
+
syncIntervalInSeconds?: number;
|
|
442
|
+
timeoutInSeconds?: number;
|
|
443
|
+
tlsConfig?: TlsConfigPatchDefinition;
|
|
444
|
+
url?: string;
|
|
445
|
+
useWorkloadIdentity?: boolean;
|
|
446
|
+
verify?: VerifyPatchDefinition;
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
// @public
|
|
450
|
+
export interface OCIRepositoryRefDefinition {
|
|
451
|
+
digest?: string;
|
|
452
|
+
semver?: string;
|
|
453
|
+
tag?: string;
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
// @public
|
|
457
|
+
export interface OCIRepositoryRefPatchDefinition {
|
|
458
|
+
digest?: string;
|
|
459
|
+
semver?: string;
|
|
460
|
+
tag?: string;
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
// @public
|
|
464
|
+
export interface OperationStatusResult {
|
|
465
|
+
readonly error?: ErrorDetail;
|
|
466
|
+
id?: string;
|
|
467
|
+
name?: string;
|
|
468
|
+
properties?: {
|
|
469
|
+
[propertyName: string]: string;
|
|
470
|
+
};
|
|
471
|
+
status: string;
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
// @public
|
|
475
|
+
export type OperationType = string;
|
|
476
|
+
|
|
477
|
+
// @public
|
|
478
|
+
export interface PostBuildDefinition {
|
|
479
|
+
substitute?: {
|
|
480
|
+
[propertyName: string]: string;
|
|
481
|
+
};
|
|
482
|
+
substituteFrom?: (SubstituteFromDefinition | null)[];
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
// @public
|
|
486
|
+
export interface PostBuildPatchDefinition {
|
|
487
|
+
substitute?: {
|
|
488
|
+
[propertyName: string]: string;
|
|
489
|
+
};
|
|
490
|
+
substituteFrom?: (SubstituteFromPatchDefinition | null)[];
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
// @public
|
|
494
|
+
export type ProviderType = string;
|
|
495
|
+
|
|
496
|
+
// @public
|
|
497
|
+
export type ProvisioningState = string;
|
|
498
|
+
|
|
499
|
+
// @public
|
|
500
|
+
export interface ProxyResource extends Resource {
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
// @public
|
|
504
|
+
export interface RepositoryRefDefinition {
|
|
505
|
+
branch?: string;
|
|
506
|
+
commit?: string;
|
|
507
|
+
semver?: string;
|
|
508
|
+
tag?: string;
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
// @public
|
|
512
|
+
export interface Resource {
|
|
513
|
+
readonly id?: string;
|
|
514
|
+
readonly name?: string;
|
|
515
|
+
readonly type?: string;
|
|
516
|
+
}
|
|
517
|
+
|
|
518
|
+
// @public
|
|
519
|
+
export type ScopeType = string;
|
|
520
|
+
|
|
521
|
+
// @public
|
|
522
|
+
export interface ServicePrincipalDefinition {
|
|
523
|
+
clientCertificate?: string;
|
|
524
|
+
clientCertificatePassword?: string;
|
|
525
|
+
clientCertificateSendChain?: boolean;
|
|
526
|
+
clientId?: string;
|
|
527
|
+
clientSecret?: string;
|
|
528
|
+
tenantId?: string;
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
// @public
|
|
532
|
+
export interface ServicePrincipalPatchDefinition {
|
|
533
|
+
clientCertificate?: string;
|
|
534
|
+
clientCertificatePassword?: string;
|
|
535
|
+
clientCertificateSendChain?: boolean;
|
|
536
|
+
clientId?: string;
|
|
537
|
+
clientSecret?: string;
|
|
538
|
+
tenantId?: string;
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
// @public
|
|
542
|
+
export type SourceKindType = string;
|
|
543
|
+
|
|
544
|
+
// @public
|
|
545
|
+
export interface SubstituteFromDefinition {
|
|
546
|
+
kind?: string;
|
|
547
|
+
name?: string;
|
|
548
|
+
optional?: boolean;
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
// @public
|
|
552
|
+
export interface SubstituteFromPatchDefinition {
|
|
553
|
+
kind?: string;
|
|
554
|
+
name?: string;
|
|
555
|
+
optional?: boolean;
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
// @public
|
|
559
|
+
export interface SystemData {
|
|
560
|
+
createdAt?: Date;
|
|
561
|
+
createdBy?: string;
|
|
562
|
+
createdByType?: CreatedByType;
|
|
563
|
+
lastModifiedAt?: Date;
|
|
564
|
+
lastModifiedBy?: string;
|
|
565
|
+
lastModifiedByType?: CreatedByType;
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
// @public
|
|
569
|
+
export interface TlsConfigDefinition {
|
|
570
|
+
caCertificate?: string;
|
|
571
|
+
clientCertificate?: string;
|
|
572
|
+
privateKey?: string;
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
// @public
|
|
576
|
+
export interface TlsConfigPatchDefinition {
|
|
577
|
+
caCertificate?: string;
|
|
578
|
+
clientCertificate?: string;
|
|
579
|
+
privateKey?: string;
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
// @public
|
|
583
|
+
export interface VerifyDefinition {
|
|
584
|
+
matchOidcIdentity?: (MatchOidcIdentityDefinition | null)[];
|
|
585
|
+
provider?: string;
|
|
586
|
+
verificationConfig?: {
|
|
587
|
+
[propertyName: string]: string;
|
|
588
|
+
};
|
|
589
|
+
}
|
|
590
|
+
|
|
591
|
+
// @public
|
|
592
|
+
export interface VerifyPatchDefinition {
|
|
593
|
+
matchOidcIdentity?: (MatchOidcIdentityPatchDefinition | null)[];
|
|
594
|
+
provider?: string;
|
|
595
|
+
verificationConfig?: {
|
|
596
|
+
[propertyName: string]: string;
|
|
597
|
+
};
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
// (No @packageDocumentation comment for this package)
|
|
601
|
+
|
|
602
|
+
```
|