@azure/arm-kubernetesconfiguration 6.1.1-alpha.20250718.1 → 6.1.1-alpha.20250730.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.
Files changed (82) hide show
  1. package/dist/browser/lroImpl.js +7 -3
  2. package/dist/browser/lroImpl.js.map +1 -1
  3. package/dist/browser/models/mappers.js +116 -56
  4. package/dist/browser/models/mappers.js.map +1 -1
  5. package/dist/browser/operations/extensions.js +56 -58
  6. package/dist/browser/operations/extensions.js.map +1 -1
  7. package/dist/browser/operations/fluxConfigOperationStatus.js +1 -0
  8. package/dist/browser/operations/fluxConfigOperationStatus.js.map +1 -1
  9. package/dist/browser/operations/fluxConfigurations.js +56 -58
  10. package/dist/browser/operations/fluxConfigurations.js.map +1 -1
  11. package/dist/browser/operations/operationStatus.js +23 -40
  12. package/dist/browser/operations/operationStatus.js.map +1 -1
  13. package/dist/browser/operations/operations.js +23 -40
  14. package/dist/browser/operations/operations.js.map +1 -1
  15. package/dist/browser/operations/sourceControlConfigurations.js +34 -46
  16. package/dist/browser/operations/sourceControlConfigurations.js.map +1 -1
  17. package/dist/browser/pagingHelper.js +2 -4
  18. package/dist/browser/pagingHelper.js.map +1 -1
  19. package/dist/browser/sourceControlConfigurationClient.js +19 -5
  20. package/dist/browser/sourceControlConfigurationClient.js.map +1 -1
  21. package/dist/commonjs/lroImpl.js +7 -3
  22. package/dist/commonjs/lroImpl.js.map +1 -1
  23. package/dist/commonjs/models/mappers.js +116 -56
  24. package/dist/commonjs/models/mappers.js.map +1 -1
  25. package/dist/commonjs/operations/extensions.js +56 -57
  26. package/dist/commonjs/operations/extensions.js.map +1 -1
  27. package/dist/commonjs/operations/fluxConfigOperationStatus.js +1 -0
  28. package/dist/commonjs/operations/fluxConfigOperationStatus.js.map +1 -1
  29. package/dist/commonjs/operations/fluxConfigurations.js +56 -57
  30. package/dist/commonjs/operations/fluxConfigurations.js.map +1 -1
  31. package/dist/commonjs/operations/operationStatus.js +23 -39
  32. package/dist/commonjs/operations/operationStatus.js.map +1 -1
  33. package/dist/commonjs/operations/operations.js +23 -39
  34. package/dist/commonjs/operations/operations.js.map +1 -1
  35. package/dist/commonjs/operations/sourceControlConfigurations.js +34 -45
  36. package/dist/commonjs/operations/sourceControlConfigurations.js.map +1 -1
  37. package/dist/commonjs/pagingHelper.js +2 -4
  38. package/dist/commonjs/pagingHelper.js.map +1 -1
  39. package/dist/commonjs/sourceControlConfigurationClient.js +19 -5
  40. package/dist/commonjs/sourceControlConfigurationClient.js.map +1 -1
  41. package/dist/commonjs/tsdoc-metadata.json +1 -1
  42. package/dist/esm/lroImpl.js +7 -3
  43. package/dist/esm/lroImpl.js.map +1 -1
  44. package/dist/esm/models/mappers.js +116 -56
  45. package/dist/esm/models/mappers.js.map +1 -1
  46. package/dist/esm/operations/extensions.js +56 -58
  47. package/dist/esm/operations/extensions.js.map +1 -1
  48. package/dist/esm/operations/fluxConfigOperationStatus.js +1 -0
  49. package/dist/esm/operations/fluxConfigOperationStatus.js.map +1 -1
  50. package/dist/esm/operations/fluxConfigurations.js +56 -58
  51. package/dist/esm/operations/fluxConfigurations.js.map +1 -1
  52. package/dist/esm/operations/operationStatus.js +23 -40
  53. package/dist/esm/operations/operationStatus.js.map +1 -1
  54. package/dist/esm/operations/operations.js +23 -40
  55. package/dist/esm/operations/operations.js.map +1 -1
  56. package/dist/esm/operations/sourceControlConfigurations.js +34 -46
  57. package/dist/esm/operations/sourceControlConfigurations.js.map +1 -1
  58. package/dist/esm/pagingHelper.js +2 -4
  59. package/dist/esm/pagingHelper.js.map +1 -1
  60. package/dist/esm/sourceControlConfigurationClient.js +19 -5
  61. package/dist/esm/sourceControlConfigurationClient.js.map +1 -1
  62. package/dist/react-native/lroImpl.js +7 -3
  63. package/dist/react-native/lroImpl.js.map +1 -1
  64. package/dist/react-native/models/mappers.js +116 -56
  65. package/dist/react-native/models/mappers.js.map +1 -1
  66. package/dist/react-native/operations/extensions.js +56 -58
  67. package/dist/react-native/operations/extensions.js.map +1 -1
  68. package/dist/react-native/operations/fluxConfigOperationStatus.js +1 -0
  69. package/dist/react-native/operations/fluxConfigOperationStatus.js.map +1 -1
  70. package/dist/react-native/operations/fluxConfigurations.js +56 -58
  71. package/dist/react-native/operations/fluxConfigurations.js.map +1 -1
  72. package/dist/react-native/operations/operationStatus.js +23 -40
  73. package/dist/react-native/operations/operationStatus.js.map +1 -1
  74. package/dist/react-native/operations/operations.js +23 -40
  75. package/dist/react-native/operations/operations.js.map +1 -1
  76. package/dist/react-native/operations/sourceControlConfigurations.js +34 -46
  77. package/dist/react-native/operations/sourceControlConfigurations.js.map +1 -1
  78. package/dist/react-native/pagingHelper.js +2 -4
  79. package/dist/react-native/pagingHelper.js.map +1 -1
  80. package/dist/react-native/sourceControlConfigurationClient.js +19 -5
  81. package/dist/react-native/sourceControlConfigurationClient.js.map +1 -1
  82. package/package.json +2 -2
@@ -1,4 +1,3 @@
1
- import { __rest } from "tslib";
2
1
  export function createLroSpec(inputs) {
3
2
  const { args, spec, sendOperationFn } = inputs;
4
3
  return {
@@ -6,8 +5,13 @@ export function createLroSpec(inputs) {
6
5
  requestPath: spec.path,
7
6
  sendInitialRequest: () => sendOperationFn(args, spec),
8
7
  sendPollRequest: (path, options) => {
9
- const { requestBody } = spec, restSpec = __rest(spec, ["requestBody"]);
10
- return sendOperationFn(args, Object.assign(Object.assign({}, restSpec), { httpMethod: "GET", path, abortSignal: options === null || options === void 0 ? void 0 : options.abortSignal }));
8
+ const { requestBody, ...restSpec } = spec;
9
+ return sendOperationFn(args, {
10
+ ...restSpec,
11
+ httpMethod: "GET",
12
+ path,
13
+ abortSignal: options?.abortSignal
14
+ });
11
15
  }
12
16
  };
13
17
  }
@@ -1 +1 @@
1
- {"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":";AAUA,MAAM,UAAU,aAAa,CAAI,MAQhC;IACC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,eAAe,EAAE,GAAG,MAAM,CAAC;IAC/C,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,UAAU;QAC9B,WAAW,EAAE,IAAI,CAAC,IAAK;QACvB,kBAAkB,EAAE,GAAG,EAAE,CAAC,eAAe,CAAC,IAAI,EAAE,IAAI,CAAC;QACrD,eAAe,EAAE,CACf,IAAY,EACZ,OAA2C,EAC3C,EAAE;YACF,MAAM,EAAE,WAAW,KAAkB,IAAI,EAAjB,QAAQ,UAAK,IAAI,EAAnC,eAA4B,CAAO,CAAC;YAC1C,OAAO,eAAe,CAAC,IAAI,kCACtB,QAAQ,KACX,UAAU,EAAE,KAAK,EACjB,IAAI,EACJ,WAAW,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,WAAW,IACjC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\nimport { AbortSignalLike } from \"@azure/abort-controller\";\nimport { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport function createLroSpec<T>(inputs: {\n sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;\n args: Record<string, unknown>;\n spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>;\n}): LongRunningOperation<T> {\n const { args, spec, sendOperationFn } = inputs;\n return {\n requestMethod: spec.httpMethod,\n requestPath: spec.path!,\n sendInitialRequest: () => sendOperationFn(args, spec),\n sendPollRequest: (\n path: string,\n options?: { abortSignal?: AbortSignalLike }\n ) => {\n const { requestBody, ...restSpec } = spec;\n return sendOperationFn(args, {\n ...restSpec,\n httpMethod: \"GET\",\n path,\n abortSignal: options?.abortSignal\n });\n }\n };\n}\n"]}
1
+ {"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAUA,MAAM,UAAU,aAAa,CAAI,MAQhC;IACC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,eAAe,EAAE,GAAG,MAAM,CAAC;IAC/C,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,UAAU;QAC9B,WAAW,EAAE,IAAI,CAAC,IAAK;QACvB,kBAAkB,EAAE,GAAG,EAAE,CAAC,eAAe,CAAC,IAAI,EAAE,IAAI,CAAC;QACrD,eAAe,EAAE,CACf,IAAY,EACZ,OAA2C,EAC3C,EAAE;YACF,MAAM,EAAE,WAAW,EAAE,GAAG,QAAQ,EAAE,GAAG,IAAI,CAAC;YAC1C,OAAO,eAAe,CAAC,IAAI,EAAE;gBAC3B,GAAG,QAAQ;gBACX,UAAU,EAAE,KAAK;gBACjB,IAAI;gBACJ,WAAW,EAAE,OAAO,EAAE,WAAW;aAClC,CAAC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\nimport { AbortSignalLike } from \"@azure/abort-controller\";\nimport { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport function createLroSpec<T>(inputs: {\n sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;\n args: Record<string, unknown>;\n spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>;\n}): LongRunningOperation<T> {\n const { args, spec, sendOperationFn } = inputs;\n return {\n requestMethod: spec.httpMethod,\n requestPath: spec.path!,\n sendInitialRequest: () => sendOperationFn(args, spec),\n sendPollRequest: (\n path: string,\n options?: { abortSignal?: AbortSignalLike }\n ) => {\n const { requestBody, ...restSpec } = spec;\n return sendOperationFn(args, {\n ...restSpec,\n httpMethod: \"GET\",\n path,\n abortSignal: options?.abortSignal\n });\n }\n };\n}\n"]}
@@ -1705,88 +1705,104 @@ export const ProxyResource = {
1705
1705
  type: {
1706
1706
  name: "Composite",
1707
1707
  className: "ProxyResource",
1708
- modelProperties: Object.assign({}, Resource.type.modelProperties)
1708
+ modelProperties: {
1709
+ ...Resource.type.modelProperties
1710
+ }
1709
1711
  }
1710
1712
  };
1711
1713
  export const Extension = {
1712
1714
  type: {
1713
1715
  name: "Composite",
1714
1716
  className: "Extension",
1715
- modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { identity: {
1717
+ modelProperties: {
1718
+ ...ProxyResource.type.modelProperties,
1719
+ identity: {
1716
1720
  serializedName: "identity",
1717
1721
  type: {
1718
1722
  name: "Composite",
1719
1723
  className: "Identity"
1720
1724
  }
1721
- }, systemData: {
1725
+ },
1726
+ systemData: {
1722
1727
  serializedName: "systemData",
1723
1728
  type: {
1724
1729
  name: "Composite",
1725
1730
  className: "SystemData"
1726
1731
  }
1727
- }, plan: {
1732
+ },
1733
+ plan: {
1728
1734
  serializedName: "plan",
1729
1735
  type: {
1730
1736
  name: "Composite",
1731
1737
  className: "Plan"
1732
1738
  }
1733
- }, extensionType: {
1739
+ },
1740
+ extensionType: {
1734
1741
  serializedName: "properties.extensionType",
1735
1742
  type: {
1736
1743
  name: "String"
1737
1744
  }
1738
- }, autoUpgradeMinorVersion: {
1745
+ },
1746
+ autoUpgradeMinorVersion: {
1739
1747
  defaultValue: true,
1740
1748
  serializedName: "properties.autoUpgradeMinorVersion",
1741
1749
  type: {
1742
1750
  name: "Boolean"
1743
1751
  }
1744
- }, releaseTrain: {
1752
+ },
1753
+ releaseTrain: {
1745
1754
  defaultValue: "Stable",
1746
1755
  serializedName: "properties.releaseTrain",
1747
1756
  type: {
1748
1757
  name: "String"
1749
1758
  }
1750
- }, version: {
1759
+ },
1760
+ version: {
1751
1761
  serializedName: "properties.version",
1752
1762
  nullable: true,
1753
1763
  type: {
1754
1764
  name: "String"
1755
1765
  }
1756
- }, scope: {
1766
+ },
1767
+ scope: {
1757
1768
  serializedName: "properties.scope",
1758
1769
  type: {
1759
1770
  name: "Composite",
1760
1771
  className: "Scope"
1761
1772
  }
1762
- }, configurationSettings: {
1773
+ },
1774
+ configurationSettings: {
1763
1775
  serializedName: "properties.configurationSettings",
1764
1776
  nullable: true,
1765
1777
  type: {
1766
1778
  name: "Dictionary",
1767
1779
  value: { type: { name: "String" } }
1768
1780
  }
1769
- }, configurationProtectedSettings: {
1781
+ },
1782
+ configurationProtectedSettings: {
1770
1783
  serializedName: "properties.configurationProtectedSettings",
1771
1784
  nullable: true,
1772
1785
  type: {
1773
1786
  name: "Dictionary",
1774
1787
  value: { type: { name: "String" } }
1775
1788
  }
1776
- }, currentVersion: {
1789
+ },
1790
+ currentVersion: {
1777
1791
  serializedName: "properties.currentVersion",
1778
1792
  readOnly: true,
1779
1793
  nullable: true,
1780
1794
  type: {
1781
1795
  name: "String"
1782
1796
  }
1783
- }, provisioningState: {
1797
+ },
1798
+ provisioningState: {
1784
1799
  serializedName: "properties.provisioningState",
1785
1800
  readOnly: true,
1786
1801
  type: {
1787
1802
  name: "String"
1788
1803
  }
1789
- }, statuses: {
1804
+ },
1805
+ statuses: {
1790
1806
  serializedName: "properties.statuses",
1791
1807
  nullable: true,
1792
1808
  type: {
@@ -1798,13 +1814,15 @@ export const Extension = {
1798
1814
  }
1799
1815
  }
1800
1816
  }
1801
- }, errorInfo: {
1817
+ },
1818
+ errorInfo: {
1802
1819
  serializedName: "properties.errorInfo",
1803
1820
  type: {
1804
1821
  name: "Composite",
1805
1822
  className: "ErrorDetail"
1806
1823
  }
1807
- }, customLocationSettings: {
1824
+ },
1825
+ customLocationSettings: {
1808
1826
  serializedName: "properties.customLocationSettings",
1809
1827
  readOnly: true,
1810
1828
  nullable: true,
@@ -1812,81 +1830,95 @@ export const Extension = {
1812
1830
  name: "Dictionary",
1813
1831
  value: { type: { name: "String" } }
1814
1832
  }
1815
- }, packageUri: {
1833
+ },
1834
+ packageUri: {
1816
1835
  serializedName: "properties.packageUri",
1817
1836
  readOnly: true,
1818
1837
  nullable: true,
1819
1838
  type: {
1820
1839
  name: "String"
1821
1840
  }
1822
- }, aksAssignedIdentity: {
1841
+ },
1842
+ aksAssignedIdentity: {
1823
1843
  serializedName: "properties.aksAssignedIdentity",
1824
1844
  type: {
1825
1845
  name: "Composite",
1826
1846
  className: "ExtensionPropertiesAksAssignedIdentity"
1827
1847
  }
1828
- }, isSystemExtension: {
1848
+ },
1849
+ isSystemExtension: {
1829
1850
  defaultValue: false,
1830
1851
  serializedName: "properties.isSystemExtension",
1831
1852
  readOnly: true,
1832
1853
  type: {
1833
1854
  name: "Boolean"
1834
1855
  }
1835
- } })
1856
+ }
1857
+ }
1836
1858
  }
1837
1859
  };
1838
1860
  export const FluxConfiguration = {
1839
1861
  type: {
1840
1862
  name: "Composite",
1841
1863
  className: "FluxConfiguration",
1842
- modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { systemData: {
1864
+ modelProperties: {
1865
+ ...ProxyResource.type.modelProperties,
1866
+ systemData: {
1843
1867
  serializedName: "systemData",
1844
1868
  type: {
1845
1869
  name: "Composite",
1846
1870
  className: "SystemData"
1847
1871
  }
1848
- }, scope: {
1872
+ },
1873
+ scope: {
1849
1874
  defaultValue: "cluster",
1850
1875
  serializedName: "properties.scope",
1851
1876
  type: {
1852
1877
  name: "String"
1853
1878
  }
1854
- }, namespace: {
1879
+ },
1880
+ namespace: {
1855
1881
  defaultValue: "default",
1856
1882
  serializedName: "properties.namespace",
1857
1883
  type: {
1858
1884
  name: "String"
1859
1885
  }
1860
- }, sourceKind: {
1886
+ },
1887
+ sourceKind: {
1861
1888
  serializedName: "properties.sourceKind",
1862
1889
  type: {
1863
1890
  name: "String"
1864
1891
  }
1865
- }, suspend: {
1892
+ },
1893
+ suspend: {
1866
1894
  defaultValue: false,
1867
1895
  serializedName: "properties.suspend",
1868
1896
  type: {
1869
1897
  name: "Boolean"
1870
1898
  }
1871
- }, gitRepository: {
1899
+ },
1900
+ gitRepository: {
1872
1901
  serializedName: "properties.gitRepository",
1873
1902
  type: {
1874
1903
  name: "Composite",
1875
1904
  className: "GitRepositoryDefinition"
1876
1905
  }
1877
- }, bucket: {
1906
+ },
1907
+ bucket: {
1878
1908
  serializedName: "properties.bucket",
1879
1909
  type: {
1880
1910
  name: "Composite",
1881
1911
  className: "BucketDefinition"
1882
1912
  }
1883
- }, azureBlob: {
1913
+ },
1914
+ azureBlob: {
1884
1915
  serializedName: "properties.azureBlob",
1885
1916
  type: {
1886
1917
  name: "Composite",
1887
1918
  className: "AzureBlobDefinition"
1888
1919
  }
1889
- }, kustomizations: {
1920
+ },
1921
+ kustomizations: {
1890
1922
  serializedName: "properties.kustomizations",
1891
1923
  nullable: true,
1892
1924
  type: {
@@ -1895,14 +1927,16 @@ export const FluxConfiguration = {
1895
1927
  type: { name: "Composite", className: "KustomizationDefinition" }
1896
1928
  }
1897
1929
  }
1898
- }, configurationProtectedSettings: {
1930
+ },
1931
+ configurationProtectedSettings: {
1899
1932
  serializedName: "properties.configurationProtectedSettings",
1900
1933
  nullable: true,
1901
1934
  type: {
1902
1935
  name: "Dictionary",
1903
1936
  value: { type: { name: "String" } }
1904
1937
  }
1905
- }, statuses: {
1938
+ },
1939
+ statuses: {
1906
1940
  serializedName: "properties.statuses",
1907
1941
  readOnly: true,
1908
1942
  nullable: true,
@@ -1915,152 +1949,178 @@ export const FluxConfiguration = {
1915
1949
  }
1916
1950
  }
1917
1951
  }
1918
- }, repositoryPublicKey: {
1952
+ },
1953
+ repositoryPublicKey: {
1919
1954
  serializedName: "properties.repositoryPublicKey",
1920
1955
  readOnly: true,
1921
1956
  nullable: true,
1922
1957
  type: {
1923
1958
  name: "String"
1924
1959
  }
1925
- }, sourceSyncedCommitId: {
1960
+ },
1961
+ sourceSyncedCommitId: {
1926
1962
  serializedName: "properties.sourceSyncedCommitId",
1927
1963
  readOnly: true,
1928
1964
  nullable: true,
1929
1965
  type: {
1930
1966
  name: "String"
1931
1967
  }
1932
- }, sourceUpdatedAt: {
1968
+ },
1969
+ sourceUpdatedAt: {
1933
1970
  serializedName: "properties.sourceUpdatedAt",
1934
1971
  readOnly: true,
1935
1972
  nullable: true,
1936
1973
  type: {
1937
1974
  name: "DateTime"
1938
1975
  }
1939
- }, statusUpdatedAt: {
1976
+ },
1977
+ statusUpdatedAt: {
1940
1978
  serializedName: "properties.statusUpdatedAt",
1941
1979
  readOnly: true,
1942
1980
  nullable: true,
1943
1981
  type: {
1944
1982
  name: "DateTime"
1945
1983
  }
1946
- }, waitForReconciliation: {
1984
+ },
1985
+ waitForReconciliation: {
1947
1986
  serializedName: "properties.waitForReconciliation",
1948
1987
  nullable: true,
1949
1988
  type: {
1950
1989
  name: "Boolean"
1951
1990
  }
1952
- }, reconciliationWaitDuration: {
1991
+ },
1992
+ reconciliationWaitDuration: {
1953
1993
  serializedName: "properties.reconciliationWaitDuration",
1954
1994
  nullable: true,
1955
1995
  type: {
1956
1996
  name: "String"
1957
1997
  }
1958
- }, complianceState: {
1998
+ },
1999
+ complianceState: {
1959
2000
  defaultValue: "Unknown",
1960
2001
  serializedName: "properties.complianceState",
1961
2002
  readOnly: true,
1962
2003
  type: {
1963
2004
  name: "String"
1964
2005
  }
1965
- }, provisioningState: {
2006
+ },
2007
+ provisioningState: {
1966
2008
  serializedName: "properties.provisioningState",
1967
2009
  readOnly: true,
1968
2010
  type: {
1969
2011
  name: "String"
1970
2012
  }
1971
- }, errorMessage: {
2013
+ },
2014
+ errorMessage: {
1972
2015
  serializedName: "properties.errorMessage",
1973
2016
  readOnly: true,
1974
2017
  nullable: true,
1975
2018
  type: {
1976
2019
  name: "String"
1977
2020
  }
1978
- } })
2021
+ }
2022
+ }
1979
2023
  }
1980
2024
  };
1981
2025
  export const SourceControlConfiguration = {
1982
2026
  type: {
1983
2027
  name: "Composite",
1984
2028
  className: "SourceControlConfiguration",
1985
- modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { systemData: {
2029
+ modelProperties: {
2030
+ ...ProxyResource.type.modelProperties,
2031
+ systemData: {
1986
2032
  serializedName: "systemData",
1987
2033
  type: {
1988
2034
  name: "Composite",
1989
2035
  className: "SystemData"
1990
2036
  }
1991
- }, repositoryUrl: {
2037
+ },
2038
+ repositoryUrl: {
1992
2039
  serializedName: "properties.repositoryUrl",
1993
2040
  type: {
1994
2041
  name: "String"
1995
2042
  }
1996
- }, operatorNamespace: {
2043
+ },
2044
+ operatorNamespace: {
1997
2045
  defaultValue: "default",
1998
2046
  serializedName: "properties.operatorNamespace",
1999
2047
  type: {
2000
2048
  name: "String"
2001
2049
  }
2002
- }, operatorInstanceName: {
2050
+ },
2051
+ operatorInstanceName: {
2003
2052
  serializedName: "properties.operatorInstanceName",
2004
2053
  type: {
2005
2054
  name: "String"
2006
2055
  }
2007
- }, operatorType: {
2056
+ },
2057
+ operatorType: {
2008
2058
  serializedName: "properties.operatorType",
2009
2059
  type: {
2010
2060
  name: "String"
2011
2061
  }
2012
- }, operatorParams: {
2062
+ },
2063
+ operatorParams: {
2013
2064
  serializedName: "properties.operatorParams",
2014
2065
  type: {
2015
2066
  name: "String"
2016
2067
  }
2017
- }, configurationProtectedSettings: {
2068
+ },
2069
+ configurationProtectedSettings: {
2018
2070
  serializedName: "properties.configurationProtectedSettings",
2019
2071
  type: {
2020
2072
  name: "Dictionary",
2021
2073
  value: { type: { name: "String" } }
2022
2074
  }
2023
- }, operatorScope: {
2075
+ },
2076
+ operatorScope: {
2024
2077
  defaultValue: "cluster",
2025
2078
  serializedName: "properties.operatorScope",
2026
2079
  type: {
2027
2080
  name: "String"
2028
2081
  }
2029
- }, repositoryPublicKey: {
2082
+ },
2083
+ repositoryPublicKey: {
2030
2084
  serializedName: "properties.repositoryPublicKey",
2031
2085
  readOnly: true,
2032
2086
  type: {
2033
2087
  name: "String"
2034
2088
  }
2035
- }, sshKnownHostsContents: {
2089
+ },
2090
+ sshKnownHostsContents: {
2036
2091
  serializedName: "properties.sshKnownHostsContents",
2037
2092
  type: {
2038
2093
  name: "String"
2039
2094
  }
2040
- }, enableHelmOperator: {
2095
+ },
2096
+ enableHelmOperator: {
2041
2097
  serializedName: "properties.enableHelmOperator",
2042
2098
  type: {
2043
2099
  name: "Boolean"
2044
2100
  }
2045
- }, helmOperatorProperties: {
2101
+ },
2102
+ helmOperatorProperties: {
2046
2103
  serializedName: "properties.helmOperatorProperties",
2047
2104
  type: {
2048
2105
  name: "Composite",
2049
2106
  className: "HelmOperatorProperties"
2050
2107
  }
2051
- }, provisioningState: {
2108
+ },
2109
+ provisioningState: {
2052
2110
  serializedName: "properties.provisioningState",
2053
2111
  readOnly: true,
2054
2112
  type: {
2055
2113
  name: "String"
2056
2114
  }
2057
- }, complianceStatus: {
2115
+ },
2116
+ complianceStatus: {
2058
2117
  serializedName: "properties.complianceStatus",
2059
2118
  type: {
2060
2119
  name: "Composite",
2061
2120
  className: "ComplianceStatus"
2062
2121
  }
2063
- } })
2122
+ }
2123
+ }
2064
2124
  }
2065
2125
  };
2066
2126
  //# sourceMappingURL=mappers.js.map