@azure/arm-containerservice 24.2.0-beta.1 → 25.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -10
- package/dist/browser/api/agentPools/index.d.ts +3 -0
- package/dist/browser/api/agentPools/index.js +4 -0
- package/dist/browser/api/agentPools/index.js.map +1 -0
- package/dist/browser/api/agentPools/operations.d.ts +48 -0
- package/dist/browser/api/agentPools/operations.js +305 -0
- package/dist/browser/api/agentPools/operations.js.map +1 -0
- package/dist/browser/api/agentPools/options.d.ts +47 -0
- package/dist/browser/api/agentPools/options.js +4 -0
- package/dist/browser/api/agentPools/options.js.map +1 -0
- package/dist/browser/api/containerServiceContext.d.ts +22 -0
- package/dist/browser/api/containerServiceContext.js +24 -0
- package/dist/browser/api/containerServiceContext.js.map +1 -0
- package/dist/browser/api/index.d.ts +3 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/machines/index.d.ts +3 -0
- package/dist/browser/api/machines/index.js +4 -0
- package/dist/browser/api/machines/index.js.map +1 -0
- package/dist/browser/api/machines/operations.d.ts +14 -0
- package/dist/browser/api/machines/operations.js +65 -0
- package/dist/browser/api/machines/operations.js.map +1 -0
- package/dist/browser/api/machines/options.d.ts +8 -0
- package/dist/browser/api/machines/options.js +4 -0
- package/dist/browser/api/machines/options.js.map +1 -0
- package/dist/browser/api/maintenanceConfigurations/index.d.ts +3 -0
- package/dist/browser/api/maintenanceConfigurations/index.js +4 -0
- package/dist/browser/api/maintenanceConfigurations/index.js.map +1 -0
- package/dist/browser/api/maintenanceConfigurations/operations.d.ts +27 -0
- package/dist/browser/api/maintenanceConfigurations/operations.js +125 -0
- package/dist/browser/api/maintenanceConfigurations/operations.js.map +1 -0
- package/dist/browser/api/maintenanceConfigurations/options.d.ts +14 -0
- package/dist/browser/api/maintenanceConfigurations/options.js +4 -0
- package/dist/browser/api/maintenanceConfigurations/options.js.map +1 -0
- package/dist/browser/api/managedClusters/index.d.ts +3 -0
- package/dist/browser/api/managedClusters/index.js +4 -0
- package/dist/browser/api/managedClusters/index.js.map +1 -0
- package/dist/browser/api/managedClusters/operations.d.ts +116 -0
- package/dist/browser/api/managedClusters/operations.js +806 -0
- package/dist/browser/api/managedClusters/operations.js.map +1 -0
- package/dist/browser/api/managedClusters/options.d.ts +119 -0
- package/dist/browser/api/managedClusters/options.js +4 -0
- package/dist/browser/api/managedClusters/options.js.map +1 -0
- package/dist/browser/api/managedNamespaces/index.d.ts +3 -0
- package/dist/browser/api/managedNamespaces/index.js +4 -0
- package/dist/browser/api/managedNamespaces/index.js.map +1 -0
- package/dist/browser/api/managedNamespaces/operations.d.ts +36 -0
- package/dist/browser/api/managedNamespaces/operations.js +196 -0
- package/dist/browser/api/managedNamespaces/operations.js.map +1 -0
- package/dist/browser/api/managedNamespaces/options.d.ts +24 -0
- package/dist/browser/api/managedNamespaces/options.js +4 -0
- package/dist/browser/api/managedNamespaces/options.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.js +31 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/browser/api/privateEndpointConnections/index.js +4 -0
- package/dist/browser/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/operations.d.ts +27 -0
- package/dist/browser/api/privateEndpointConnections/operations.js +131 -0
- package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/options.d.ts +16 -0
- package/dist/browser/api/privateEndpointConnections/options.js +4 -0
- package/dist/browser/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/browser/api/privateLinkResources/index.d.ts +3 -0
- package/dist/browser/api/privateLinkResources/index.js +4 -0
- package/dist/browser/api/privateLinkResources/index.js.map +1 -0
- package/dist/browser/api/privateLinkResources/operations.d.ts +9 -0
- package/dist/browser/api/privateLinkResources/operations.js +34 -0
- package/dist/browser/api/privateLinkResources/operations.js.map +1 -0
- package/dist/browser/api/privateLinkResources/options.d.ts +5 -0
- package/dist/browser/api/privateLinkResources/options.js +4 -0
- package/dist/browser/api/privateLinkResources/options.js.map +1 -0
- package/dist/browser/api/resolvePrivateLinkServiceId/index.d.ts +3 -0
- package/dist/browser/api/resolvePrivateLinkServiceId/index.js +4 -0
- package/dist/browser/api/resolvePrivateLinkServiceId/index.js.map +1 -0
- package/dist/browser/api/resolvePrivateLinkServiceId/operations.d.ts +9 -0
- package/dist/browser/api/resolvePrivateLinkServiceId/operations.js +36 -0
- package/dist/browser/api/resolvePrivateLinkServiceId/operations.js.map +1 -0
- package/dist/browser/api/resolvePrivateLinkServiceId/options.d.ts +5 -0
- package/dist/browser/api/resolvePrivateLinkServiceId/options.js +4 -0
- package/dist/browser/api/resolvePrivateLinkServiceId/options.js.map +1 -0
- package/dist/browser/api/snapshots/index.d.ts +3 -0
- package/dist/browser/api/snapshots/index.js +4 -0
- package/dist/browser/api/snapshots/index.js.map +1 -0
- package/dist/browser/api/snapshots/operations.d.ts +35 -0
- package/dist/browser/api/snapshots/operations.js +176 -0
- package/dist/browser/api/snapshots/operations.js.map +1 -0
- package/dist/browser/api/snapshots/options.d.ts +20 -0
- package/dist/browser/api/snapshots/options.js +4 -0
- package/dist/browser/api/snapshots/options.js.map +1 -0
- package/dist/browser/api/trustedAccessRoleBindings/index.d.ts +3 -0
- package/dist/browser/api/trustedAccessRoleBindings/index.js +4 -0
- package/dist/browser/api/trustedAccessRoleBindings/index.js.map +1 -0
- package/dist/browser/api/trustedAccessRoleBindings/operations.d.ts +28 -0
- package/dist/browser/api/trustedAccessRoleBindings/operations.js +136 -0
- package/dist/browser/api/trustedAccessRoleBindings/operations.js.map +1 -0
- package/dist/browser/api/trustedAccessRoleBindings/options.d.ts +18 -0
- package/dist/browser/api/trustedAccessRoleBindings/options.js +4 -0
- package/dist/browser/api/trustedAccessRoleBindings/options.js.map +1 -0
- package/dist/browser/api/trustedAccessRoles/index.d.ts +3 -0
- package/dist/browser/api/trustedAccessRoles/index.js +4 -0
- package/dist/browser/api/trustedAccessRoles/index.js.map +1 -0
- package/dist/browser/api/trustedAccessRoles/operations.d.ts +10 -0
- package/dist/browser/api/trustedAccessRoles/operations.js +33 -0
- package/dist/browser/api/trustedAccessRoles/operations.js.map +1 -0
- package/dist/browser/api/trustedAccessRoles/options.d.ts +5 -0
- package/dist/browser/api/trustedAccessRoles/options.js +4 -0
- package/dist/browser/api/trustedAccessRoles/options.js.map +1 -0
- package/dist/browser/classic/agentPools/index.d.ts +54 -0
- package/dist/browser/classic/agentPools/index.js +63 -0
- package/dist/browser/classic/agentPools/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +13 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/machines/index.d.ts +13 -0
- package/dist/browser/classic/machines/index.js +15 -0
- package/dist/browser/classic/machines/index.js.map +1 -0
- package/dist/browser/classic/maintenanceConfigurations/index.d.ts +22 -0
- package/dist/browser/classic/maintenanceConfigurations/index.js +17 -0
- package/dist/browser/classic/maintenanceConfigurations/index.js.map +1 -0
- package/dist/browser/classic/managedClusters/index.d.ts +112 -0
- package/dist/browser/classic/managedClusters/index.js +128 -0
- package/dist/browser/classic/managedClusters/index.js.map +1 -0
- package/dist/browser/classic/managedNamespaces/index.d.ts +36 -0
- package/dist/browser/classic/managedNamespaces/index.js +36 -0
- package/dist/browser/classic/managedNamespaces/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +14 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/privateEndpointConnections/index.d.ts +27 -0
- package/dist/browser/classic/privateEndpointConnections/index.js +26 -0
- package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/browser/classic/privateLinkResources/index.d.ts +10 -0
- package/dist/browser/classic/privateLinkResources/index.js +14 -0
- package/dist/browser/classic/privateLinkResources/index.js.map +1 -0
- package/dist/browser/classic/resolvePrivateLinkServiceId/index.d.ts +10 -0
- package/dist/browser/classic/resolvePrivateLinkServiceId/index.js +14 -0
- package/dist/browser/classic/resolvePrivateLinkServiceId/index.js.map +1 -0
- package/dist/browser/classic/snapshots/index.d.ts +26 -0
- package/dist/browser/classic/snapshots/index.js +19 -0
- package/dist/browser/classic/snapshots/index.js.map +1 -0
- package/dist/browser/classic/trustedAccessRoleBindings/index.d.ts +32 -0
- package/dist/browser/classic/trustedAccessRoleBindings/index.js +34 -0
- package/dist/browser/classic/trustedAccessRoleBindings/index.js.map +1 -0
- package/dist/browser/classic/trustedAccessRoles/index.d.ts +11 -0
- package/dist/browser/classic/trustedAccessRoles/index.js +14 -0
- package/dist/browser/classic/trustedAccessRoles/index.js.map +1 -0
- package/dist/browser/containerServiceClient.d.ts +46 -36
- package/dist/browser/containerServiceClient.js +66 -126
- package/dist/browser/containerServiceClient.js.map +1 -1
- package/dist/browser/index.d.ts +25 -3
- package/dist/browser/index.js +4 -6
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +2 -5544
- package/dist/browser/models/index.js +1 -852
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +3838 -0
- package/dist/browser/models/models.js +4784 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +142 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/browser/static-helpers/pagingHelpers.js +143 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/browser/static-helpers/pollingHelpers.js +95 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +200 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/agentPools/index.d.ts +3 -0
- package/dist/commonjs/api/agentPools/index.js +43 -0
- package/dist/commonjs/api/agentPools/index.js.map +7 -0
- package/dist/commonjs/api/agentPools/operations.d.ts +48 -0
- package/dist/commonjs/api/agentPools/operations.js +444 -0
- package/dist/commonjs/api/agentPools/operations.js.map +7 -0
- package/dist/commonjs/api/agentPools/options.d.ts +47 -0
- package/dist/commonjs/api/agentPools/options.js +15 -0
- package/dist/commonjs/api/agentPools/options.js.map +7 -0
- package/dist/commonjs/api/containerServiceContext.d.ts +22 -0
- package/dist/commonjs/api/containerServiceContext.js +44 -0
- package/dist/commonjs/api/containerServiceContext.js.map +7 -0
- package/dist/commonjs/api/index.d.ts +3 -0
- package/dist/commonjs/api/index.js +27 -0
- package/dist/commonjs/api/index.js.map +7 -0
- package/dist/commonjs/api/machines/index.d.ts +3 -0
- package/dist/commonjs/api/machines/index.js +29 -0
- package/dist/commonjs/api/machines/index.js.map +7 -0
- package/dist/commonjs/api/machines/operations.d.ts +14 -0
- package/dist/commonjs/api/machines/operations.js +117 -0
- package/dist/commonjs/api/machines/operations.js.map +7 -0
- package/dist/commonjs/api/machines/options.d.ts +8 -0
- package/dist/commonjs/api/machines/options.js +15 -0
- package/dist/commonjs/api/machines/options.js.map +7 -0
- package/dist/commonjs/api/maintenanceConfigurations/index.d.ts +3 -0
- package/dist/commonjs/api/maintenanceConfigurations/index.js +33 -0
- package/dist/commonjs/api/maintenanceConfigurations/index.js.map +7 -0
- package/dist/commonjs/api/maintenanceConfigurations/operations.d.ts +27 -0
- package/dist/commonjs/api/maintenanceConfigurations/operations.js +190 -0
- package/dist/commonjs/api/maintenanceConfigurations/operations.js.map +7 -0
- package/dist/commonjs/api/maintenanceConfigurations/options.d.ts +14 -0
- package/dist/commonjs/api/maintenanceConfigurations/options.js +15 -0
- package/dist/commonjs/api/maintenanceConfigurations/options.js.map +7 -0
- package/dist/commonjs/api/managedClusters/index.d.ts +3 -0
- package/dist/commonjs/api/managedClusters/index.js +77 -0
- package/dist/commonjs/api/managedClusters/index.js.map +7 -0
- package/dist/commonjs/api/managedClusters/operations.d.ts +116 -0
- package/dist/commonjs/api/managedClusters/operations.js +1150 -0
- package/dist/commonjs/api/managedClusters/operations.js.map +7 -0
- package/dist/commonjs/api/managedClusters/options.d.ts +119 -0
- package/dist/commonjs/api/managedClusters/options.js +15 -0
- package/dist/commonjs/api/managedClusters/options.js.map +7 -0
- package/dist/commonjs/api/managedNamespaces/index.d.ts +3 -0
- package/dist/commonjs/api/managedNamespaces/index.js +37 -0
- package/dist/commonjs/api/managedNamespaces/index.js.map +7 -0
- package/dist/commonjs/api/managedNamespaces/operations.d.ts +36 -0
- package/dist/commonjs/api/managedNamespaces/operations.js +298 -0
- package/dist/commonjs/api/managedNamespaces/operations.js.map +7 -0
- package/dist/commonjs/api/managedNamespaces/options.d.ts +24 -0
- package/dist/commonjs/api/managedNamespaces/options.js +15 -0
- package/dist/commonjs/api/managedNamespaces/options.js.map +7 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +27 -0
- package/dist/commonjs/api/operations/index.js.map +7 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +67 -0
- package/dist/commonjs/api/operations/operations.js.map +7 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +15 -0
- package/dist/commonjs/api/operations/options.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js +33 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.d.ts +27 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.js +202 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnections/options.d.ts +16 -0
- package/dist/commonjs/api/privateEndpointConnections/options.js +15 -0
- package/dist/commonjs/api/privateEndpointConnections/options.js.map +7 -0
- package/dist/commonjs/api/privateLinkResources/index.d.ts +3 -0
- package/dist/commonjs/api/privateLinkResources/index.js +27 -0
- package/dist/commonjs/api/privateLinkResources/index.js.map +7 -0
- package/dist/commonjs/api/privateLinkResources/operations.d.ts +9 -0
- package/dist/commonjs/api/privateLinkResources/operations.js +64 -0
- package/dist/commonjs/api/privateLinkResources/operations.js.map +7 -0
- package/dist/commonjs/api/privateLinkResources/options.d.ts +5 -0
- package/dist/commonjs/api/privateLinkResources/options.js +15 -0
- package/dist/commonjs/api/privateLinkResources/options.js.map +7 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/index.d.ts +3 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/index.js +27 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/index.js.map +7 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.d.ts +9 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.js +66 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.js.map +7 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/options.d.ts +5 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/options.js +15 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/options.js.map +7 -0
- package/dist/commonjs/api/snapshots/index.d.ts +3 -0
- package/dist/commonjs/api/snapshots/index.js +37 -0
- package/dist/commonjs/api/snapshots/index.js.map +7 -0
- package/dist/commonjs/api/snapshots/operations.d.ts +35 -0
- package/dist/commonjs/api/snapshots/operations.js +270 -0
- package/dist/commonjs/api/snapshots/operations.js.map +7 -0
- package/dist/commonjs/api/snapshots/options.d.ts +20 -0
- package/dist/commonjs/api/snapshots/options.js +15 -0
- package/dist/commonjs/api/snapshots/options.js.map +7 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/index.d.ts +3 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/index.js +33 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/index.js.map +7 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/operations.d.ts +28 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/operations.js +207 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/operations.js.map +7 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/options.d.ts +18 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/options.js +15 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/options.js.map +7 -0
- package/dist/commonjs/api/trustedAccessRoles/index.d.ts +3 -0
- package/dist/commonjs/api/trustedAccessRoles/index.js +27 -0
- package/dist/commonjs/api/trustedAccessRoles/index.js.map +7 -0
- package/dist/commonjs/api/trustedAccessRoles/operations.d.ts +10 -0
- package/dist/commonjs/api/trustedAccessRoles/operations.js +69 -0
- package/dist/commonjs/api/trustedAccessRoles/operations.js.map +7 -0
- package/dist/commonjs/api/trustedAccessRoles/options.d.ts +5 -0
- package/dist/commonjs/api/trustedAccessRoles/options.js +15 -0
- package/dist/commonjs/api/trustedAccessRoles/options.js.map +7 -0
- package/dist/commonjs/classic/agentPools/index.d.ts +54 -0
- package/dist/commonjs/classic/agentPools/index.js +138 -0
- package/dist/commonjs/classic/agentPools/index.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +13 -0
- package/dist/commonjs/classic/index.js +15 -0
- package/dist/commonjs/classic/index.js.map +7 -0
- package/dist/commonjs/classic/machines/index.d.ts +13 -0
- package/dist/commonjs/classic/machines/index.js +38 -0
- package/dist/commonjs/classic/machines/index.js.map +7 -0
- package/dist/commonjs/classic/maintenanceConfigurations/index.d.ts +22 -0
- package/dist/commonjs/classic/maintenanceConfigurations/index.js +40 -0
- package/dist/commonjs/classic/maintenanceConfigurations/index.js.map +7 -0
- package/dist/commonjs/classic/managedClusters/index.d.ts +112 -0
- package/dist/commonjs/classic/managedClusters/index.js +173 -0
- package/dist/commonjs/classic/managedClusters/index.js.map +7 -0
- package/dist/commonjs/classic/managedNamespaces/index.d.ts +36 -0
- package/dist/commonjs/classic/managedNamespaces/index.js +86 -0
- package/dist/commonjs/classic/managedNamespaces/index.js.map +7 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +37 -0
- package/dist/commonjs/classic/operations/index.js.map +7 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +27 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js +68 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js.map +7 -0
- package/dist/commonjs/classic/privateLinkResources/index.d.ts +10 -0
- package/dist/commonjs/classic/privateLinkResources/index.js +37 -0
- package/dist/commonjs/classic/privateLinkResources/index.js.map +7 -0
- package/dist/commonjs/classic/resolvePrivateLinkServiceId/index.d.ts +10 -0
- package/dist/commonjs/classic/resolvePrivateLinkServiceId/index.js +37 -0
- package/dist/commonjs/classic/resolvePrivateLinkServiceId/index.js.map +7 -0
- package/dist/commonjs/classic/snapshots/index.d.ts +26 -0
- package/dist/commonjs/classic/snapshots/index.js +42 -0
- package/dist/commonjs/classic/snapshots/index.js.map +7 -0
- package/dist/commonjs/classic/trustedAccessRoleBindings/index.d.ts +32 -0
- package/dist/commonjs/classic/trustedAccessRoleBindings/index.js +90 -0
- package/dist/commonjs/classic/trustedAccessRoleBindings/index.js.map +7 -0
- package/dist/commonjs/classic/trustedAccessRoles/index.d.ts +11 -0
- package/dist/commonjs/classic/trustedAccessRoles/index.js +37 -0
- package/dist/commonjs/classic/trustedAccessRoles/index.js.map +7 -0
- package/dist/commonjs/containerServiceClient.d.ts +46 -36
- package/dist/commonjs/containerServiceClient.js +95 -140
- package/dist/commonjs/containerServiceClient.js.map +7 -1
- package/dist/commonjs/index.d.ts +25 -3
- package/dist/commonjs/index.js +172 -16
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +28 -0
- package/dist/commonjs/logger.js.map +7 -0
- package/dist/commonjs/models/index.d.ts +2 -5544
- package/dist/commonjs/models/index.js +163 -859
- package/dist/commonjs/models/index.js.map +7 -1
- package/dist/commonjs/models/models.d.ts +3838 -0
- package/dist/commonjs/models/models.js +4634 -0
- package/dist/commonjs/models/models.js.map +7 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +154 -0
- package/dist/commonjs/restorePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +51 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +142 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +100 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +34 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js +66 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +196 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/agentPools/index.d.ts +3 -0
- package/dist/esm/api/agentPools/index.js +22 -0
- package/dist/esm/api/agentPools/index.js.map +7 -0
- package/dist/esm/api/agentPools/operations.d.ts +48 -0
- package/dist/esm/api/agentPools/operations.js +403 -0
- package/dist/esm/api/agentPools/operations.js.map +7 -0
- package/dist/esm/api/agentPools/options.d.ts +47 -0
- package/dist/esm/api/agentPools/options.js +0 -0
- package/dist/esm/api/agentPools/options.js.map +7 -0
- package/dist/esm/api/containerServiceContext.d.ts +22 -0
- package/dist/esm/api/containerServiceContext.js +21 -0
- package/dist/esm/api/containerServiceContext.js.map +7 -0
- package/dist/esm/api/index.d.ts +3 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +7 -0
- package/dist/esm/api/machines/index.d.ts +3 -0
- package/dist/esm/api/machines/index.js +5 -0
- package/dist/esm/api/machines/index.js.map +7 -0
- package/dist/esm/api/machines/operations.d.ts +14 -0
- package/dist/esm/api/machines/operations.js +93 -0
- package/dist/esm/api/machines/operations.js.map +7 -0
- package/dist/esm/api/machines/options.d.ts +8 -0
- package/dist/esm/api/machines/options.js +0 -0
- package/dist/esm/api/machines/options.js.map +7 -0
- package/dist/esm/api/maintenanceConfigurations/index.d.ts +3 -0
- package/dist/esm/api/maintenanceConfigurations/index.js +7 -0
- package/dist/esm/api/maintenanceConfigurations/index.js.map +7 -0
- package/dist/esm/api/maintenanceConfigurations/operations.d.ts +27 -0
- package/dist/esm/api/maintenanceConfigurations/operations.js +161 -0
- package/dist/esm/api/maintenanceConfigurations/operations.js.map +7 -0
- package/dist/esm/api/maintenanceConfigurations/options.d.ts +14 -0
- package/dist/esm/api/maintenanceConfigurations/options.js +0 -0
- package/dist/esm/api/maintenanceConfigurations/options.js.map +7 -0
- package/dist/esm/api/managedClusters/index.d.ts +3 -0
- package/dist/esm/api/managedClusters/index.js +56 -0
- package/dist/esm/api/managedClusters/index.js.map +7 -0
- package/dist/esm/api/managedClusters/operations.d.ts +116 -0
- package/dist/esm/api/managedClusters/operations.js +1069 -0
- package/dist/esm/api/managedClusters/operations.js.map +7 -0
- package/dist/esm/api/managedClusters/options.d.ts +119 -0
- package/dist/esm/api/managedClusters/options.js +0 -0
- package/dist/esm/api/managedClusters/options.js.map +7 -0
- package/dist/esm/api/managedNamespaces/index.d.ts +3 -0
- package/dist/esm/api/managedNamespaces/index.js +16 -0
- package/dist/esm/api/managedNamespaces/index.js.map +7 -0
- package/dist/esm/api/managedNamespaces/operations.d.ts +36 -0
- package/dist/esm/api/managedNamespaces/operations.js +265 -0
- package/dist/esm/api/managedNamespaces/operations.js.map +7 -0
- package/dist/esm/api/managedNamespaces/options.d.ts +24 -0
- package/dist/esm/api/managedNamespaces/options.js +0 -0
- package/dist/esm/api/managedNamespaces/options.js.map +7 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +7 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +45 -0
- package/dist/esm/api/operations/operations.js.map +7 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.js +0 -0
- package/dist/esm/api/operations/options.js.map +7 -0
- package/dist/esm/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/esm/api/privateEndpointConnections/index.js +7 -0
- package/dist/esm/api/privateEndpointConnections/index.js.map +7 -0
- package/dist/esm/api/privateEndpointConnections/operations.d.ts +27 -0
- package/dist/esm/api/privateEndpointConnections/operations.js +173 -0
- package/dist/esm/api/privateEndpointConnections/operations.js.map +7 -0
- package/dist/esm/api/privateEndpointConnections/options.d.ts +16 -0
- package/dist/esm/api/privateEndpointConnections/options.js +0 -0
- package/dist/esm/api/privateEndpointConnections/options.js.map +7 -0
- package/dist/esm/api/privateLinkResources/index.d.ts +3 -0
- package/dist/esm/api/privateLinkResources/index.js +4 -0
- package/dist/esm/api/privateLinkResources/index.js.map +7 -0
- package/dist/esm/api/privateLinkResources/operations.d.ts +9 -0
- package/dist/esm/api/privateLinkResources/operations.js +42 -0
- package/dist/esm/api/privateLinkResources/operations.js.map +7 -0
- package/dist/esm/api/privateLinkResources/options.d.ts +5 -0
- package/dist/esm/api/privateLinkResources/options.js +0 -0
- package/dist/esm/api/privateLinkResources/options.js.map +7 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/index.d.ts +3 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/index.js +4 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/index.js.map +7 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/operations.d.ts +9 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/operations.js +45 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/operations.js.map +7 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/options.d.ts +5 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/options.js +0 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/options.js.map +7 -0
- package/dist/esm/api/snapshots/index.d.ts +3 -0
- package/dist/esm/api/snapshots/index.js +16 -0
- package/dist/esm/api/snapshots/index.js.map +7 -0
- package/dist/esm/api/snapshots/operations.d.ts +35 -0
- package/dist/esm/api/snapshots/operations.js +236 -0
- package/dist/esm/api/snapshots/operations.js.map +7 -0
- package/dist/esm/api/snapshots/options.d.ts +20 -0
- package/dist/esm/api/snapshots/options.js +0 -0
- package/dist/esm/api/snapshots/options.js.map +7 -0
- package/dist/esm/api/trustedAccessRoleBindings/index.d.ts +3 -0
- package/dist/esm/api/trustedAccessRoleBindings/index.js +7 -0
- package/dist/esm/api/trustedAccessRoleBindings/index.js.map +7 -0
- package/dist/esm/api/trustedAccessRoleBindings/operations.d.ts +28 -0
- package/dist/esm/api/trustedAccessRoleBindings/operations.js +178 -0
- package/dist/esm/api/trustedAccessRoleBindings/operations.js.map +7 -0
- package/dist/esm/api/trustedAccessRoleBindings/options.d.ts +18 -0
- package/dist/esm/api/trustedAccessRoleBindings/options.js +0 -0
- package/dist/esm/api/trustedAccessRoleBindings/options.js.map +7 -0
- package/dist/esm/api/trustedAccessRoles/index.d.ts +3 -0
- package/dist/esm/api/trustedAccessRoles/index.js +4 -0
- package/dist/esm/api/trustedAccessRoles/index.js.map +7 -0
- package/dist/esm/api/trustedAccessRoles/operations.d.ts +10 -0
- package/dist/esm/api/trustedAccessRoles/operations.js +47 -0
- package/dist/esm/api/trustedAccessRoles/operations.js.map +7 -0
- package/dist/esm/api/trustedAccessRoles/options.d.ts +5 -0
- package/dist/esm/api/trustedAccessRoles/options.js +0 -0
- package/dist/esm/api/trustedAccessRoles/options.js.map +7 -0
- package/dist/esm/classic/agentPools/index.d.ts +54 -0
- package/dist/esm/classic/agentPools/index.js +125 -0
- package/dist/esm/classic/agentPools/index.js.map +7 -0
- package/dist/esm/classic/index.d.ts +13 -0
- package/dist/esm/classic/index.js +0 -0
- package/dist/esm/classic/index.js.map +7 -0
- package/dist/esm/classic/machines/index.d.ts +13 -0
- package/dist/esm/classic/machines/index.js +15 -0
- package/dist/esm/classic/machines/index.js.map +7 -0
- package/dist/esm/classic/maintenanceConfigurations/index.d.ts +22 -0
- package/dist/esm/classic/maintenanceConfigurations/index.js +22 -0
- package/dist/esm/classic/maintenanceConfigurations/index.js.map +7 -0
- package/dist/esm/classic/managedClusters/index.d.ts +112 -0
- package/dist/esm/classic/managedClusters/index.js +177 -0
- package/dist/esm/classic/managedClusters/index.js.map +7 -0
- package/dist/esm/classic/managedNamespaces/index.d.ts +36 -0
- package/dist/esm/classic/managedNamespaces/index.js +70 -0
- package/dist/esm/classic/managedNamespaces/index.js.map +7 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +14 -0
- package/dist/esm/classic/operations/index.js.map +7 -0
- package/dist/esm/classic/privateEndpointConnections/index.d.ts +27 -0
- package/dist/esm/classic/privateEndpointConnections/index.js +45 -0
- package/dist/esm/classic/privateEndpointConnections/index.js.map +7 -0
- package/dist/esm/classic/privateLinkResources/index.d.ts +10 -0
- package/dist/esm/classic/privateLinkResources/index.js +14 -0
- package/dist/esm/classic/privateLinkResources/index.js.map +7 -0
- package/dist/esm/classic/resolvePrivateLinkServiceId/index.d.ts +10 -0
- package/dist/esm/classic/resolvePrivateLinkServiceId/index.js +14 -0
- package/dist/esm/classic/resolvePrivateLinkServiceId/index.js.map +7 -0
- package/dist/esm/classic/snapshots/index.d.ts +26 -0
- package/dist/esm/classic/snapshots/index.js +26 -0
- package/dist/esm/classic/snapshots/index.js.map +7 -0
- package/dist/esm/classic/trustedAccessRoleBindings/index.d.ts +32 -0
- package/dist/esm/classic/trustedAccessRoleBindings/index.js +72 -0
- package/dist/esm/classic/trustedAccessRoleBindings/index.js.map +7 -0
- package/dist/esm/classic/trustedAccessRoles/index.d.ts +11 -0
- package/dist/esm/classic/trustedAccessRoles/index.js +14 -0
- package/dist/esm/classic/trustedAccessRoles/index.js.map +7 -0
- package/dist/esm/containerServiceClient.d.ts +46 -36
- package/dist/esm/containerServiceClient.js +72 -135
- package/dist/esm/containerServiceClient.js.map +7 -1
- package/dist/esm/index.d.ts +25 -3
- package/dist/esm/index.js +148 -10
- package/dist/esm/index.js.map +7 -1
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +7 -0
- package/dist/esm/models/index.d.ts +2 -5544
- package/dist/esm/models/index.js +142 -855
- package/dist/esm/models/index.js.map +7 -1
- package/dist/esm/models/models.d.ts +3838 -0
- package/dist/esm/models/models.js +4139 -0
- package/dist/esm/models/models.js.map +7 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +155 -0
- package/dist/esm/restorePollerHelpers.js.map +7 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +27 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/esm/static-helpers/pagingHelpers.js +119 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/esm/static-helpers/pollingHelpers.js +77 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +7 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js +11 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js +43 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +7 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +173 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +7 -0
- package/dist/react-native/api/agentPools/index.d.ts +3 -0
- package/dist/react-native/api/agentPools/index.js +4 -0
- package/dist/react-native/api/agentPools/index.js.map +1 -0
- package/dist/react-native/api/agentPools/operations.d.ts +48 -0
- package/dist/react-native/api/agentPools/operations.js +305 -0
- package/dist/react-native/api/agentPools/operations.js.map +1 -0
- package/dist/react-native/api/agentPools/options.d.ts +47 -0
- package/dist/react-native/api/agentPools/options.js +4 -0
- package/dist/react-native/api/agentPools/options.js.map +1 -0
- package/dist/react-native/api/containerServiceContext.d.ts +22 -0
- package/dist/react-native/api/containerServiceContext.js +24 -0
- package/dist/react-native/api/containerServiceContext.js.map +1 -0
- package/dist/react-native/api/index.d.ts +3 -0
- package/dist/react-native/api/index.js +4 -0
- package/dist/react-native/api/index.js.map +1 -0
- package/dist/react-native/api/machines/index.d.ts +3 -0
- package/dist/react-native/api/machines/index.js +4 -0
- package/dist/react-native/api/machines/index.js.map +1 -0
- package/dist/react-native/api/machines/operations.d.ts +14 -0
- package/dist/react-native/api/machines/operations.js +65 -0
- package/dist/react-native/api/machines/operations.js.map +1 -0
- package/dist/react-native/api/machines/options.d.ts +8 -0
- package/dist/react-native/api/machines/options.js +4 -0
- package/dist/react-native/api/machines/options.js.map +1 -0
- package/dist/react-native/api/maintenanceConfigurations/index.d.ts +3 -0
- package/dist/react-native/api/maintenanceConfigurations/index.js +4 -0
- package/dist/react-native/api/maintenanceConfigurations/index.js.map +1 -0
- package/dist/react-native/api/maintenanceConfigurations/operations.d.ts +27 -0
- package/dist/react-native/api/maintenanceConfigurations/operations.js +125 -0
- package/dist/react-native/api/maintenanceConfigurations/operations.js.map +1 -0
- package/dist/react-native/api/maintenanceConfigurations/options.d.ts +14 -0
- package/dist/react-native/api/maintenanceConfigurations/options.js +4 -0
- package/dist/react-native/api/maintenanceConfigurations/options.js.map +1 -0
- package/dist/react-native/api/managedClusters/index.d.ts +3 -0
- package/dist/react-native/api/managedClusters/index.js +4 -0
- package/dist/react-native/api/managedClusters/index.js.map +1 -0
- package/dist/react-native/api/managedClusters/operations.d.ts +116 -0
- package/dist/react-native/api/managedClusters/operations.js +806 -0
- package/dist/react-native/api/managedClusters/operations.js.map +1 -0
- package/dist/react-native/api/managedClusters/options.d.ts +119 -0
- package/dist/react-native/api/managedClusters/options.js +4 -0
- package/dist/react-native/api/managedClusters/options.js.map +1 -0
- package/dist/react-native/api/managedNamespaces/index.d.ts +3 -0
- package/dist/react-native/api/managedNamespaces/index.js +4 -0
- package/dist/react-native/api/managedNamespaces/index.js.map +1 -0
- package/dist/react-native/api/managedNamespaces/operations.d.ts +36 -0
- package/dist/react-native/api/managedNamespaces/operations.js +196 -0
- package/dist/react-native/api/managedNamespaces/operations.js.map +1 -0
- package/dist/react-native/api/managedNamespaces/options.d.ts +24 -0
- package/dist/react-native/api/managedNamespaces/options.js +4 -0
- package/dist/react-native/api/managedNamespaces/options.js.map +1 -0
- package/dist/react-native/api/operations/index.d.ts +3 -0
- package/dist/react-native/api/operations/index.js +4 -0
- package/dist/react-native/api/operations/index.js.map +1 -0
- package/dist/react-native/api/operations/operations.d.ts +10 -0
- package/dist/react-native/api/operations/operations.js +31 -0
- package/dist/react-native/api/operations/operations.js.map +1 -0
- package/dist/react-native/api/operations/options.d.ts +5 -0
- package/dist/react-native/api/operations/options.js +4 -0
- package/dist/react-native/api/operations/options.js.map +1 -0
- package/dist/react-native/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/react-native/api/privateEndpointConnections/index.js +4 -0
- package/dist/react-native/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/react-native/api/privateEndpointConnections/operations.d.ts +27 -0
- package/dist/react-native/api/privateEndpointConnections/operations.js +131 -0
- package/dist/react-native/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/react-native/api/privateEndpointConnections/options.d.ts +16 -0
- package/dist/react-native/api/privateEndpointConnections/options.js +4 -0
- package/dist/react-native/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/react-native/api/privateLinkResources/index.d.ts +3 -0
- package/dist/react-native/api/privateLinkResources/index.js +4 -0
- package/dist/react-native/api/privateLinkResources/index.js.map +1 -0
- package/dist/react-native/api/privateLinkResources/operations.d.ts +9 -0
- package/dist/react-native/api/privateLinkResources/operations.js +34 -0
- package/dist/react-native/api/privateLinkResources/operations.js.map +1 -0
- package/dist/react-native/api/privateLinkResources/options.d.ts +5 -0
- package/dist/react-native/api/privateLinkResources/options.js +4 -0
- package/dist/react-native/api/privateLinkResources/options.js.map +1 -0
- package/dist/react-native/api/resolvePrivateLinkServiceId/index.d.ts +3 -0
- package/dist/react-native/api/resolvePrivateLinkServiceId/index.js +4 -0
- package/dist/react-native/api/resolvePrivateLinkServiceId/index.js.map +1 -0
- package/dist/react-native/api/resolvePrivateLinkServiceId/operations.d.ts +9 -0
- package/dist/react-native/api/resolvePrivateLinkServiceId/operations.js +36 -0
- package/dist/react-native/api/resolvePrivateLinkServiceId/operations.js.map +1 -0
- package/dist/react-native/api/resolvePrivateLinkServiceId/options.d.ts +5 -0
- package/dist/react-native/api/resolvePrivateLinkServiceId/options.js +4 -0
- package/dist/react-native/api/resolvePrivateLinkServiceId/options.js.map +1 -0
- package/dist/react-native/api/snapshots/index.d.ts +3 -0
- package/dist/react-native/api/snapshots/index.js +4 -0
- package/dist/react-native/api/snapshots/index.js.map +1 -0
- package/dist/react-native/api/snapshots/operations.d.ts +35 -0
- package/dist/react-native/api/snapshots/operations.js +176 -0
- package/dist/react-native/api/snapshots/operations.js.map +1 -0
- package/dist/react-native/api/snapshots/options.d.ts +20 -0
- package/dist/react-native/api/snapshots/options.js +4 -0
- package/dist/react-native/api/snapshots/options.js.map +1 -0
- package/dist/react-native/api/trustedAccessRoleBindings/index.d.ts +3 -0
- package/dist/react-native/api/trustedAccessRoleBindings/index.js +4 -0
- package/dist/react-native/api/trustedAccessRoleBindings/index.js.map +1 -0
- package/dist/react-native/api/trustedAccessRoleBindings/operations.d.ts +28 -0
- package/dist/react-native/api/trustedAccessRoleBindings/operations.js +136 -0
- package/dist/react-native/api/trustedAccessRoleBindings/operations.js.map +1 -0
- package/dist/react-native/api/trustedAccessRoleBindings/options.d.ts +18 -0
- package/dist/react-native/api/trustedAccessRoleBindings/options.js +4 -0
- package/dist/react-native/api/trustedAccessRoleBindings/options.js.map +1 -0
- package/dist/react-native/api/trustedAccessRoles/index.d.ts +3 -0
- package/dist/react-native/api/trustedAccessRoles/index.js +4 -0
- package/dist/react-native/api/trustedAccessRoles/index.js.map +1 -0
- package/dist/react-native/api/trustedAccessRoles/operations.d.ts +10 -0
- package/dist/react-native/api/trustedAccessRoles/operations.js +33 -0
- package/dist/react-native/api/trustedAccessRoles/operations.js.map +1 -0
- package/dist/react-native/api/trustedAccessRoles/options.d.ts +5 -0
- package/dist/react-native/api/trustedAccessRoles/options.js +4 -0
- package/dist/react-native/api/trustedAccessRoles/options.js.map +1 -0
- package/dist/react-native/classic/agentPools/index.d.ts +54 -0
- package/dist/react-native/classic/agentPools/index.js +63 -0
- package/dist/react-native/classic/agentPools/index.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +13 -0
- package/dist/react-native/classic/index.js +4 -0
- package/dist/react-native/classic/index.js.map +1 -0
- package/dist/react-native/classic/machines/index.d.ts +13 -0
- package/dist/react-native/classic/machines/index.js +15 -0
- package/dist/react-native/classic/machines/index.js.map +1 -0
- package/dist/react-native/classic/maintenanceConfigurations/index.d.ts +22 -0
- package/dist/react-native/classic/maintenanceConfigurations/index.js +17 -0
- package/dist/react-native/classic/maintenanceConfigurations/index.js.map +1 -0
- package/dist/react-native/classic/managedClusters/index.d.ts +112 -0
- package/dist/react-native/classic/managedClusters/index.js +128 -0
- package/dist/react-native/classic/managedClusters/index.js.map +1 -0
- package/dist/react-native/classic/managedNamespaces/index.d.ts +36 -0
- package/dist/react-native/classic/managedNamespaces/index.js +36 -0
- package/dist/react-native/classic/managedNamespaces/index.js.map +1 -0
- package/dist/react-native/classic/operations/index.d.ts +11 -0
- package/dist/react-native/classic/operations/index.js +14 -0
- package/dist/react-native/classic/operations/index.js.map +1 -0
- package/dist/react-native/classic/privateEndpointConnections/index.d.ts +27 -0
- package/dist/react-native/classic/privateEndpointConnections/index.js +26 -0
- package/dist/react-native/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/react-native/classic/privateLinkResources/index.d.ts +10 -0
- package/dist/react-native/classic/privateLinkResources/index.js +14 -0
- package/dist/react-native/classic/privateLinkResources/index.js.map +1 -0
- package/dist/react-native/classic/resolvePrivateLinkServiceId/index.d.ts +10 -0
- package/dist/react-native/classic/resolvePrivateLinkServiceId/index.js +14 -0
- package/dist/react-native/classic/resolvePrivateLinkServiceId/index.js.map +1 -0
- package/dist/react-native/classic/snapshots/index.d.ts +26 -0
- package/dist/react-native/classic/snapshots/index.js +19 -0
- package/dist/react-native/classic/snapshots/index.js.map +1 -0
- package/dist/react-native/classic/trustedAccessRoleBindings/index.d.ts +32 -0
- package/dist/react-native/classic/trustedAccessRoleBindings/index.js +34 -0
- package/dist/react-native/classic/trustedAccessRoleBindings/index.js.map +1 -0
- package/dist/react-native/classic/trustedAccessRoles/index.d.ts +11 -0
- package/dist/react-native/classic/trustedAccessRoles/index.js +14 -0
- package/dist/react-native/classic/trustedAccessRoles/index.js.map +1 -0
- package/dist/react-native/containerServiceClient.d.ts +46 -36
- package/dist/react-native/containerServiceClient.js +66 -126
- package/dist/react-native/containerServiceClient.js.map +1 -1
- package/dist/react-native/index.d.ts +25 -3
- package/dist/react-native/index.js +4 -6
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2 -5544
- package/dist/react-native/models/index.js +1 -852
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/models.d.ts +3838 -0
- package/dist/react-native/models/models.js +4784 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.js +142 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +143 -0
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +95 -0
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/react-native/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/react-native/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/react-native/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/react-native/static-helpers/urlTemplate.js +200 -0
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +335 -95
- package/dist/browser/containerServiceClient.d.ts.map +0 -1
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/lroImpl.d.ts +0 -11
- package/dist/browser/lroImpl.d.ts.map +0 -1
- package/dist/browser/lroImpl.js +0 -20
- package/dist/browser/lroImpl.js.map +0 -1
- package/dist/browser/models/index.d.ts.map +0 -1
- package/dist/browser/models/mappers.d.ts +0 -281
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -9121
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -51
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -436
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/agentPools.d.ts +0 -172
- package/dist/browser/operations/agentPools.d.ts.map +0 -1
- package/dist/browser/operations/agentPools.js +0 -789
- package/dist/browser/operations/agentPools.js.map +0 -1
- package/dist/browser/operations/containerService.d.ts +0 -39
- package/dist/browser/operations/containerService.d.ts.map +0 -1
- package/dist/browser/operations/containerService.js +0 -123
- package/dist/browser/operations/containerService.js.map +0 -1
- package/dist/browser/operations/identityBindings.d.ts +0 -81
- package/dist/browser/operations/identityBindings.d.ts.map +0 -1
- package/dist/browser/operations/identityBindings.js +0 -358
- package/dist/browser/operations/identityBindings.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -20
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -24
- package/dist/browser/operations/index.js.map +0 -1
- package/dist/browser/operations/jWTAuthenticators.d.ts +0 -83
- package/dist/browser/operations/jWTAuthenticators.d.ts.map +0 -1
- package/dist/browser/operations/jWTAuthenticators.js +0 -360
- package/dist/browser/operations/jWTAuthenticators.js.map +0 -1
- package/dist/browser/operations/loadBalancers.d.ts +0 -72
- package/dist/browser/operations/loadBalancers.d.ts.map +0 -1
- package/dist/browser/operations/loadBalancers.js +0 -296
- package/dist/browser/operations/loadBalancers.js.map +0 -1
- package/dist/browser/operations/machines.d.ts +0 -71
- package/dist/browser/operations/machines.d.ts.map +0 -1
- package/dist/browser/operations/machines.js +0 -282
- package/dist/browser/operations/machines.js.map +0 -1
- package/dist/browser/operations/maintenanceConfigurations.d.ts +0 -66
- package/dist/browser/operations/maintenanceConfigurations.d.ts.map +0 -1
- package/dist/browser/operations/maintenanceConfigurations.js +0 -232
- package/dist/browser/operations/maintenanceConfigurations.js.map +0 -1
- package/dist/browser/operations/managedClusterSnapshots.d.ts +0 -83
- package/dist/browser/operations/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/browser/operations/managedClusterSnapshots.js +0 -337
- package/dist/browser/operations/managedClusterSnapshots.js.map +0 -1
- package/dist/browser/operations/managedClusters.d.ts +0 -468
- package/dist/browser/operations/managedClusters.d.ts.map +0 -1
- package/dist/browser/operations/managedClusters.js +0 -2173
- package/dist/browser/operations/managedClusters.js.map +0 -1
- package/dist/browser/operations/managedNamespaces.d.ts +0 -103
- package/dist/browser/operations/managedNamespaces.d.ts.map +0 -1
- package/dist/browser/operations/managedNamespaces.js +0 -434
- package/dist/browser/operations/managedNamespaces.js.map +0 -1
- package/dist/browser/operations/meshMemberships.d.ts +0 -81
- package/dist/browser/operations/meshMemberships.d.ts.map +0 -1
- package/dist/browser/operations/meshMemberships.js +0 -350
- package/dist/browser/operations/meshMemberships.js.map +0 -1
- package/dist/browser/operations/operationStatusResultOperations.d.ts +0 -55
- package/dist/browser/operations/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/browser/operations/operationStatusResultOperations.js +0 -194
- package/dist/browser/operations/operationStatusResultOperations.js.map +0 -1
- package/dist/browser/operations/operations.d.ts +0 -26
- package/dist/browser/operations/operations.d.ts.map +0 -1
- package/dist/browser/operations/operations.js +0 -74
- package/dist/browser/operations/operations.js.map +0 -1
- package/dist/browser/operations/privateEndpointConnections.d.ts +0 -54
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/browser/operations/privateEndpointConnections.js +0 -218
- package/dist/browser/operations/privateEndpointConnections.js.map +0 -1
- package/dist/browser/operations/privateLinkResources.d.ts +0 -20
- package/dist/browser/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/browser/operations/privateLinkResources.js +0 -49
- package/dist/browser/operations/privateLinkResources.js.map +0 -1
- package/dist/browser/operations/resolvePrivateLinkServiceId.d.ts +0 -21
- package/dist/browser/operations/resolvePrivateLinkServiceId.d.ts.map +0 -1
- package/dist/browser/operations/resolvePrivateLinkServiceId.js +0 -52
- package/dist/browser/operations/resolvePrivateLinkServiceId.js.map +0 -1
- package/dist/browser/operations/snapshots.d.ts +0 -83
- package/dist/browser/operations/snapshots.d.ts.map +0 -1
- package/dist/browser/operations/snapshots.js +0 -337
- package/dist/browser/operations/snapshots.js.map +0 -1
- package/dist/browser/operations/trustedAccessRoleBindings.d.ts +0 -81
- package/dist/browser/operations/trustedAccessRoleBindings.d.ts.map +0 -1
- package/dist/browser/operations/trustedAccessRoleBindings.js +0 -360
- package/dist/browser/operations/trustedAccessRoleBindings.js.map +0 -1
- package/dist/browser/operations/trustedAccessRoles.d.ts +0 -35
- package/dist/browser/operations/trustedAccessRoles.d.ts.map +0 -1
- package/dist/browser/operations/trustedAccessRoles.js +0 -119
- package/dist/browser/operations/trustedAccessRoles.js.map +0 -1
- package/dist/browser/operationsInterfaces/agentPools.d.ts +0 -147
- package/dist/browser/operationsInterfaces/agentPools.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/agentPools.js +0 -4
- package/dist/browser/operationsInterfaces/agentPools.js.map +0 -1
- package/dist/browser/operationsInterfaces/containerService.d.ts +0 -14
- package/dist/browser/operationsInterfaces/containerService.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/containerService.js +0 -4
- package/dist/browser/operationsInterfaces/containerService.js.map +0 -1
- package/dist/browser/operationsInterfaces/identityBindings.d.ts +0 -56
- package/dist/browser/operationsInterfaces/identityBindings.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/identityBindings.js +0 -4
- package/dist/browser/operationsInterfaces/identityBindings.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -20
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -24
- package/dist/browser/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/operationsInterfaces/jWTAuthenticators.d.ts +0 -58
- package/dist/browser/operationsInterfaces/jWTAuthenticators.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/jWTAuthenticators.js +0 -4
- package/dist/browser/operationsInterfaces/jWTAuthenticators.js.map +0 -1
- package/dist/browser/operationsInterfaces/loadBalancers.d.ts +0 -47
- package/dist/browser/operationsInterfaces/loadBalancers.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/loadBalancers.js +0 -4
- package/dist/browser/operationsInterfaces/loadBalancers.js.map +0 -1
- package/dist/browser/operationsInterfaces/machines.d.ts +0 -44
- package/dist/browser/operationsInterfaces/machines.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/machines.js +0 -4
- package/dist/browser/operationsInterfaces/machines.js.map +0 -1
- package/dist/browser/operationsInterfaces/maintenanceConfigurations.d.ts +0 -41
- package/dist/browser/operationsInterfaces/maintenanceConfigurations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/maintenanceConfigurations.js +0 -4
- package/dist/browser/operationsInterfaces/maintenanceConfigurations.js.map +0 -1
- package/dist/browser/operationsInterfaces/managedClusterSnapshots.d.ts +0 -47
- package/dist/browser/operationsInterfaces/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/managedClusterSnapshots.js +0 -4
- package/dist/browser/operationsInterfaces/managedClusterSnapshots.js.map +0 -1
- package/dist/browser/operationsInterfaces/managedClusters.d.ts +0 -348
- package/dist/browser/operationsInterfaces/managedClusters.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/managedClusters.js +0 -4
- package/dist/browser/operationsInterfaces/managedClusters.js.map +0 -1
- package/dist/browser/operationsInterfaces/managedNamespaces.d.ts +0 -78
- package/dist/browser/operationsInterfaces/managedNamespaces.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/managedNamespaces.js +0 -4
- package/dist/browser/operationsInterfaces/managedNamespaces.js.map +0 -1
- package/dist/browser/operationsInterfaces/meshMemberships.d.ts +0 -56
- package/dist/browser/operationsInterfaces/meshMemberships.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/meshMemberships.js +0 -4
- package/dist/browser/operationsInterfaces/meshMemberships.js.map +0 -1
- package/dist/browser/operationsInterfaces/operationStatusResultOperations.d.ts +0 -30
- package/dist/browser/operationsInterfaces/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operationStatusResultOperations.js +0 -4
- package/dist/browser/operationsInterfaces/operationStatusResultOperations.js.map +0 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
- package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operations.js +0 -4
- package/dist/browser/operationsInterfaces/operations.js.map +0 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +0 -46
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js +0 -4
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.js +0 -4
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/browser/operationsInterfaces/resolvePrivateLinkServiceId.d.ts +0 -13
- package/dist/browser/operationsInterfaces/resolvePrivateLinkServiceId.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/resolvePrivateLinkServiceId.js +0 -4
- package/dist/browser/operationsInterfaces/resolvePrivateLinkServiceId.js.map +0 -1
- package/dist/browser/operationsInterfaces/snapshots.d.ts +0 -47
- package/dist/browser/operationsInterfaces/snapshots.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/snapshots.js +0 -4
- package/dist/browser/operationsInterfaces/snapshots.js.map +0 -1
- package/dist/browser/operationsInterfaces/trustedAccessRoleBindings.d.ts +0 -56
- package/dist/browser/operationsInterfaces/trustedAccessRoleBindings.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/trustedAccessRoleBindings.js +0 -4
- package/dist/browser/operationsInterfaces/trustedAccessRoleBindings.js.map +0 -1
- package/dist/browser/operationsInterfaces/trustedAccessRoles.d.ts +0 -12
- package/dist/browser/operationsInterfaces/trustedAccessRoles.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/trustedAccessRoles.js +0 -4
- package/dist/browser/operationsInterfaces/trustedAccessRoles.js.map +0 -1
- package/dist/browser/pagingHelper.d.ts +0 -13
- package/dist/browser/pagingHelper.d.ts.map +0 -1
- package/dist/browser/pagingHelper.js +0 -25
- package/dist/browser/pagingHelper.js.map +0 -1
- package/dist/commonjs/containerServiceClient.d.ts.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.d.ts +0 -11
- package/dist/commonjs/lroImpl.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.js +0 -23
- package/dist/commonjs/lroImpl.js.map +0 -1
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -281
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -9129
- package/dist/commonjs/models/mappers.js.map +0 -1
- package/dist/commonjs/models/parameters.d.ts +0 -51
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -439
- package/dist/commonjs/models/parameters.js.map +0 -1
- package/dist/commonjs/operations/agentPools.d.ts +0 -172
- package/dist/commonjs/operations/agentPools.d.ts.map +0 -1
- package/dist/commonjs/operations/agentPools.js +0 -794
- package/dist/commonjs/operations/agentPools.js.map +0 -1
- package/dist/commonjs/operations/containerService.d.ts +0 -39
- package/dist/commonjs/operations/containerService.d.ts.map +0 -1
- package/dist/commonjs/operations/containerService.js +0 -128
- package/dist/commonjs/operations/containerService.js.map +0 -1
- package/dist/commonjs/operations/identityBindings.d.ts +0 -81
- package/dist/commonjs/operations/identityBindings.d.ts.map +0 -1
- package/dist/commonjs/operations/identityBindings.js +0 -363
- package/dist/commonjs/operations/identityBindings.js.map +0 -1
- package/dist/commonjs/operations/index.d.ts +0 -20
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js +0 -27
- package/dist/commonjs/operations/index.js.map +0 -1
- package/dist/commonjs/operations/jWTAuthenticators.d.ts +0 -83
- package/dist/commonjs/operations/jWTAuthenticators.d.ts.map +0 -1
- package/dist/commonjs/operations/jWTAuthenticators.js +0 -365
- package/dist/commonjs/operations/jWTAuthenticators.js.map +0 -1
- package/dist/commonjs/operations/loadBalancers.d.ts +0 -72
- package/dist/commonjs/operations/loadBalancers.d.ts.map +0 -1
- package/dist/commonjs/operations/loadBalancers.js +0 -301
- package/dist/commonjs/operations/loadBalancers.js.map +0 -1
- package/dist/commonjs/operations/machines.d.ts +0 -71
- package/dist/commonjs/operations/machines.d.ts.map +0 -1
- package/dist/commonjs/operations/machines.js +0 -287
- package/dist/commonjs/operations/machines.js.map +0 -1
- package/dist/commonjs/operations/maintenanceConfigurations.d.ts +0 -66
- package/dist/commonjs/operations/maintenanceConfigurations.d.ts.map +0 -1
- package/dist/commonjs/operations/maintenanceConfigurations.js +0 -237
- package/dist/commonjs/operations/maintenanceConfigurations.js.map +0 -1
- package/dist/commonjs/operations/managedClusterSnapshots.d.ts +0 -83
- package/dist/commonjs/operations/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/commonjs/operations/managedClusterSnapshots.js +0 -342
- package/dist/commonjs/operations/managedClusterSnapshots.js.map +0 -1
- package/dist/commonjs/operations/managedClusters.d.ts +0 -468
- package/dist/commonjs/operations/managedClusters.d.ts.map +0 -1
- package/dist/commonjs/operations/managedClusters.js +0 -2178
- package/dist/commonjs/operations/managedClusters.js.map +0 -1
- package/dist/commonjs/operations/managedNamespaces.d.ts +0 -103
- package/dist/commonjs/operations/managedNamespaces.d.ts.map +0 -1
- package/dist/commonjs/operations/managedNamespaces.js +0 -439
- package/dist/commonjs/operations/managedNamespaces.js.map +0 -1
- package/dist/commonjs/operations/meshMemberships.d.ts +0 -81
- package/dist/commonjs/operations/meshMemberships.d.ts.map +0 -1
- package/dist/commonjs/operations/meshMemberships.js +0 -355
- package/dist/commonjs/operations/meshMemberships.js.map +0 -1
- package/dist/commonjs/operations/operationStatusResultOperations.d.ts +0 -55
- package/dist/commonjs/operations/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/commonjs/operations/operationStatusResultOperations.js +0 -199
- package/dist/commonjs/operations/operationStatusResultOperations.js.map +0 -1
- package/dist/commonjs/operations/operations.d.ts +0 -26
- package/dist/commonjs/operations/operations.d.ts.map +0 -1
- package/dist/commonjs/operations/operations.js +0 -79
- package/dist/commonjs/operations/operations.js.map +0 -1
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +0 -54
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/commonjs/operations/privateEndpointConnections.js +0 -223
- package/dist/commonjs/operations/privateEndpointConnections.js.map +0 -1
- package/dist/commonjs/operations/privateLinkResources.d.ts +0 -20
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/commonjs/operations/privateLinkResources.js +0 -54
- package/dist/commonjs/operations/privateLinkResources.js.map +0 -1
- package/dist/commonjs/operations/resolvePrivateLinkServiceId.d.ts +0 -21
- package/dist/commonjs/operations/resolvePrivateLinkServiceId.d.ts.map +0 -1
- package/dist/commonjs/operations/resolvePrivateLinkServiceId.js +0 -57
- package/dist/commonjs/operations/resolvePrivateLinkServiceId.js.map +0 -1
- package/dist/commonjs/operations/snapshots.d.ts +0 -83
- package/dist/commonjs/operations/snapshots.d.ts.map +0 -1
- package/dist/commonjs/operations/snapshots.js +0 -342
- package/dist/commonjs/operations/snapshots.js.map +0 -1
- package/dist/commonjs/operations/trustedAccessRoleBindings.d.ts +0 -81
- package/dist/commonjs/operations/trustedAccessRoleBindings.d.ts.map +0 -1
- package/dist/commonjs/operations/trustedAccessRoleBindings.js +0 -365
- package/dist/commonjs/operations/trustedAccessRoleBindings.js.map +0 -1
- package/dist/commonjs/operations/trustedAccessRoles.d.ts +0 -35
- package/dist/commonjs/operations/trustedAccessRoles.d.ts.map +0 -1
- package/dist/commonjs/operations/trustedAccessRoles.js +0 -124
- package/dist/commonjs/operations/trustedAccessRoles.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/agentPools.d.ts +0 -147
- package/dist/commonjs/operationsInterfaces/agentPools.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/agentPools.js +0 -5
- package/dist/commonjs/operationsInterfaces/agentPools.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/containerService.d.ts +0 -14
- package/dist/commonjs/operationsInterfaces/containerService.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/containerService.js +0 -5
- package/dist/commonjs/operationsInterfaces/containerService.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/identityBindings.d.ts +0 -56
- package/dist/commonjs/operationsInterfaces/identityBindings.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/identityBindings.js +0 -5
- package/dist/commonjs/operationsInterfaces/identityBindings.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -20
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js +0 -27
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/jWTAuthenticators.d.ts +0 -58
- package/dist/commonjs/operationsInterfaces/jWTAuthenticators.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/jWTAuthenticators.js +0 -5
- package/dist/commonjs/operationsInterfaces/jWTAuthenticators.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/loadBalancers.d.ts +0 -47
- package/dist/commonjs/operationsInterfaces/loadBalancers.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/loadBalancers.js +0 -5
- package/dist/commonjs/operationsInterfaces/loadBalancers.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/machines.d.ts +0 -44
- package/dist/commonjs/operationsInterfaces/machines.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/machines.js +0 -5
- package/dist/commonjs/operationsInterfaces/machines.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.d.ts +0 -41
- package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.js +0 -5
- package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/managedClusterSnapshots.d.ts +0 -47
- package/dist/commonjs/operationsInterfaces/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/managedClusterSnapshots.js +0 -5
- package/dist/commonjs/operationsInterfaces/managedClusterSnapshots.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/managedClusters.d.ts +0 -348
- package/dist/commonjs/operationsInterfaces/managedClusters.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/managedClusters.js +0 -5
- package/dist/commonjs/operationsInterfaces/managedClusters.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/managedNamespaces.d.ts +0 -78
- package/dist/commonjs/operationsInterfaces/managedNamespaces.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/managedNamespaces.js +0 -5
- package/dist/commonjs/operationsInterfaces/managedNamespaces.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/meshMemberships.d.ts +0 -56
- package/dist/commonjs/operationsInterfaces/meshMemberships.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/meshMemberships.js +0 -5
- package/dist/commonjs/operationsInterfaces/meshMemberships.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/operationStatusResultOperations.d.ts +0 -30
- package/dist/commonjs/operationsInterfaces/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operationStatusResultOperations.js +0 -5
- package/dist/commonjs/operationsInterfaces/operationStatusResultOperations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.js +0 -5
- package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +0 -46
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +0 -5
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +0 -5
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/resolvePrivateLinkServiceId.d.ts +0 -13
- package/dist/commonjs/operationsInterfaces/resolvePrivateLinkServiceId.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/resolvePrivateLinkServiceId.js +0 -5
- package/dist/commonjs/operationsInterfaces/resolvePrivateLinkServiceId.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/snapshots.d.ts +0 -47
- package/dist/commonjs/operationsInterfaces/snapshots.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/snapshots.js +0 -5
- package/dist/commonjs/operationsInterfaces/snapshots.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/trustedAccessRoleBindings.d.ts +0 -56
- package/dist/commonjs/operationsInterfaces/trustedAccessRoleBindings.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/trustedAccessRoleBindings.js +0 -5
- package/dist/commonjs/operationsInterfaces/trustedAccessRoleBindings.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/trustedAccessRoles.d.ts +0 -12
- package/dist/commonjs/operationsInterfaces/trustedAccessRoles.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/trustedAccessRoles.js +0 -5
- package/dist/commonjs/operationsInterfaces/trustedAccessRoles.js.map +0 -1
- package/dist/commonjs/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js +0 -29
- package/dist/commonjs/pagingHelper.js.map +0 -1
- package/dist/esm/containerServiceClient.d.ts.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/lroImpl.d.ts +0 -11
- package/dist/esm/lroImpl.d.ts.map +0 -1
- package/dist/esm/lroImpl.js +0 -20
- package/dist/esm/lroImpl.js.map +0 -1
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -281
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -9121
- package/dist/esm/models/mappers.js.map +0 -1
- package/dist/esm/models/parameters.d.ts +0 -51
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -436
- package/dist/esm/models/parameters.js.map +0 -1
- package/dist/esm/operations/agentPools.d.ts +0 -172
- package/dist/esm/operations/agentPools.d.ts.map +0 -1
- package/dist/esm/operations/agentPools.js +0 -789
- package/dist/esm/operations/agentPools.js.map +0 -1
- package/dist/esm/operations/containerService.d.ts +0 -39
- package/dist/esm/operations/containerService.d.ts.map +0 -1
- package/dist/esm/operations/containerService.js +0 -123
- package/dist/esm/operations/containerService.js.map +0 -1
- package/dist/esm/operations/identityBindings.d.ts +0 -81
- package/dist/esm/operations/identityBindings.d.ts.map +0 -1
- package/dist/esm/operations/identityBindings.js +0 -358
- package/dist/esm/operations/identityBindings.js.map +0 -1
- package/dist/esm/operations/index.d.ts +0 -20
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -24
- package/dist/esm/operations/index.js.map +0 -1
- package/dist/esm/operations/jWTAuthenticators.d.ts +0 -83
- package/dist/esm/operations/jWTAuthenticators.d.ts.map +0 -1
- package/dist/esm/operations/jWTAuthenticators.js +0 -360
- package/dist/esm/operations/jWTAuthenticators.js.map +0 -1
- package/dist/esm/operations/loadBalancers.d.ts +0 -72
- package/dist/esm/operations/loadBalancers.d.ts.map +0 -1
- package/dist/esm/operations/loadBalancers.js +0 -296
- package/dist/esm/operations/loadBalancers.js.map +0 -1
- package/dist/esm/operations/machines.d.ts +0 -71
- package/dist/esm/operations/machines.d.ts.map +0 -1
- package/dist/esm/operations/machines.js +0 -282
- package/dist/esm/operations/machines.js.map +0 -1
- package/dist/esm/operations/maintenanceConfigurations.d.ts +0 -66
- package/dist/esm/operations/maintenanceConfigurations.d.ts.map +0 -1
- package/dist/esm/operations/maintenanceConfigurations.js +0 -232
- package/dist/esm/operations/maintenanceConfigurations.js.map +0 -1
- package/dist/esm/operations/managedClusterSnapshots.d.ts +0 -83
- package/dist/esm/operations/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/esm/operations/managedClusterSnapshots.js +0 -337
- package/dist/esm/operations/managedClusterSnapshots.js.map +0 -1
- package/dist/esm/operations/managedClusters.d.ts +0 -468
- package/dist/esm/operations/managedClusters.d.ts.map +0 -1
- package/dist/esm/operations/managedClusters.js +0 -2173
- package/dist/esm/operations/managedClusters.js.map +0 -1
- package/dist/esm/operations/managedNamespaces.d.ts +0 -103
- package/dist/esm/operations/managedNamespaces.d.ts.map +0 -1
- package/dist/esm/operations/managedNamespaces.js +0 -434
- package/dist/esm/operations/managedNamespaces.js.map +0 -1
- package/dist/esm/operations/meshMemberships.d.ts +0 -81
- package/dist/esm/operations/meshMemberships.d.ts.map +0 -1
- package/dist/esm/operations/meshMemberships.js +0 -350
- package/dist/esm/operations/meshMemberships.js.map +0 -1
- package/dist/esm/operations/operationStatusResultOperations.d.ts +0 -55
- package/dist/esm/operations/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/esm/operations/operationStatusResultOperations.js +0 -194
- package/dist/esm/operations/operationStatusResultOperations.js.map +0 -1
- package/dist/esm/operations/operations.d.ts +0 -26
- package/dist/esm/operations/operations.d.ts.map +0 -1
- package/dist/esm/operations/operations.js +0 -74
- package/dist/esm/operations/operations.js.map +0 -1
- package/dist/esm/operations/privateEndpointConnections.d.ts +0 -54
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/esm/operations/privateEndpointConnections.js +0 -218
- package/dist/esm/operations/privateEndpointConnections.js.map +0 -1
- package/dist/esm/operations/privateLinkResources.d.ts +0 -20
- package/dist/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/esm/operations/privateLinkResources.js +0 -49
- package/dist/esm/operations/privateLinkResources.js.map +0 -1
- package/dist/esm/operations/resolvePrivateLinkServiceId.d.ts +0 -21
- package/dist/esm/operations/resolvePrivateLinkServiceId.d.ts.map +0 -1
- package/dist/esm/operations/resolvePrivateLinkServiceId.js +0 -52
- package/dist/esm/operations/resolvePrivateLinkServiceId.js.map +0 -1
- package/dist/esm/operations/snapshots.d.ts +0 -83
- package/dist/esm/operations/snapshots.d.ts.map +0 -1
- package/dist/esm/operations/snapshots.js +0 -337
- package/dist/esm/operations/snapshots.js.map +0 -1
- package/dist/esm/operations/trustedAccessRoleBindings.d.ts +0 -81
- package/dist/esm/operations/trustedAccessRoleBindings.d.ts.map +0 -1
- package/dist/esm/operations/trustedAccessRoleBindings.js +0 -360
- package/dist/esm/operations/trustedAccessRoleBindings.js.map +0 -1
- package/dist/esm/operations/trustedAccessRoles.d.ts +0 -35
- package/dist/esm/operations/trustedAccessRoles.d.ts.map +0 -1
- package/dist/esm/operations/trustedAccessRoles.js +0 -119
- package/dist/esm/operations/trustedAccessRoles.js.map +0 -1
- package/dist/esm/operationsInterfaces/agentPools.d.ts +0 -147
- package/dist/esm/operationsInterfaces/agentPools.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/agentPools.js +0 -4
- package/dist/esm/operationsInterfaces/agentPools.js.map +0 -1
- package/dist/esm/operationsInterfaces/containerService.d.ts +0 -14
- package/dist/esm/operationsInterfaces/containerService.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/containerService.js +0 -4
- package/dist/esm/operationsInterfaces/containerService.js.map +0 -1
- package/dist/esm/operationsInterfaces/identityBindings.d.ts +0 -56
- package/dist/esm/operationsInterfaces/identityBindings.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/identityBindings.js +0 -4
- package/dist/esm/operationsInterfaces/identityBindings.js.map +0 -1
- package/dist/esm/operationsInterfaces/index.d.ts +0 -20
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -24
- package/dist/esm/operationsInterfaces/index.js.map +0 -1
- package/dist/esm/operationsInterfaces/jWTAuthenticators.d.ts +0 -58
- package/dist/esm/operationsInterfaces/jWTAuthenticators.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/jWTAuthenticators.js +0 -4
- package/dist/esm/operationsInterfaces/jWTAuthenticators.js.map +0 -1
- package/dist/esm/operationsInterfaces/loadBalancers.d.ts +0 -47
- package/dist/esm/operationsInterfaces/loadBalancers.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/loadBalancers.js +0 -4
- package/dist/esm/operationsInterfaces/loadBalancers.js.map +0 -1
- package/dist/esm/operationsInterfaces/machines.d.ts +0 -44
- package/dist/esm/operationsInterfaces/machines.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/machines.js +0 -4
- package/dist/esm/operationsInterfaces/machines.js.map +0 -1
- package/dist/esm/operationsInterfaces/maintenanceConfigurations.d.ts +0 -41
- package/dist/esm/operationsInterfaces/maintenanceConfigurations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/maintenanceConfigurations.js +0 -4
- package/dist/esm/operationsInterfaces/maintenanceConfigurations.js.map +0 -1
- package/dist/esm/operationsInterfaces/managedClusterSnapshots.d.ts +0 -47
- package/dist/esm/operationsInterfaces/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/managedClusterSnapshots.js +0 -4
- package/dist/esm/operationsInterfaces/managedClusterSnapshots.js.map +0 -1
- package/dist/esm/operationsInterfaces/managedClusters.d.ts +0 -348
- package/dist/esm/operationsInterfaces/managedClusters.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/managedClusters.js +0 -4
- package/dist/esm/operationsInterfaces/managedClusters.js.map +0 -1
- package/dist/esm/operationsInterfaces/managedNamespaces.d.ts +0 -78
- package/dist/esm/operationsInterfaces/managedNamespaces.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/managedNamespaces.js +0 -4
- package/dist/esm/operationsInterfaces/managedNamespaces.js.map +0 -1
- package/dist/esm/operationsInterfaces/meshMemberships.d.ts +0 -56
- package/dist/esm/operationsInterfaces/meshMemberships.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/meshMemberships.js +0 -4
- package/dist/esm/operationsInterfaces/meshMemberships.js.map +0 -1
- package/dist/esm/operationsInterfaces/operationStatusResultOperations.d.ts +0 -30
- package/dist/esm/operationsInterfaces/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operationStatusResultOperations.js +0 -4
- package/dist/esm/operationsInterfaces/operationStatusResultOperations.js.map +0 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
- package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operations.js +0 -4
- package/dist/esm/operationsInterfaces/operations.js.map +0 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +0 -46
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +0 -4
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.js +0 -4
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/esm/operationsInterfaces/resolvePrivateLinkServiceId.d.ts +0 -13
- package/dist/esm/operationsInterfaces/resolvePrivateLinkServiceId.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/resolvePrivateLinkServiceId.js +0 -4
- package/dist/esm/operationsInterfaces/resolvePrivateLinkServiceId.js.map +0 -1
- package/dist/esm/operationsInterfaces/snapshots.d.ts +0 -47
- package/dist/esm/operationsInterfaces/snapshots.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/snapshots.js +0 -4
- package/dist/esm/operationsInterfaces/snapshots.js.map +0 -1
- package/dist/esm/operationsInterfaces/trustedAccessRoleBindings.d.ts +0 -56
- package/dist/esm/operationsInterfaces/trustedAccessRoleBindings.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/trustedAccessRoleBindings.js +0 -4
- package/dist/esm/operationsInterfaces/trustedAccessRoleBindings.js.map +0 -1
- package/dist/esm/operationsInterfaces/trustedAccessRoles.d.ts +0 -12
- package/dist/esm/operationsInterfaces/trustedAccessRoles.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/trustedAccessRoles.js +0 -4
- package/dist/esm/operationsInterfaces/trustedAccessRoles.js.map +0 -1
- package/dist/esm/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -25
- package/dist/esm/pagingHelper.js.map +0 -1
- package/dist/react-native/containerServiceClient.d.ts.map +0 -1
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/lroImpl.d.ts +0 -11
- package/dist/react-native/lroImpl.d.ts.map +0 -1
- package/dist/react-native/lroImpl.js +0 -20
- package/dist/react-native/lroImpl.js.map +0 -1
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -281
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -9121
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -51
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -436
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/agentPools.d.ts +0 -172
- package/dist/react-native/operations/agentPools.d.ts.map +0 -1
- package/dist/react-native/operations/agentPools.js +0 -789
- package/dist/react-native/operations/agentPools.js.map +0 -1
- package/dist/react-native/operations/containerService.d.ts +0 -39
- package/dist/react-native/operations/containerService.d.ts.map +0 -1
- package/dist/react-native/operations/containerService.js +0 -123
- package/dist/react-native/operations/containerService.js.map +0 -1
- package/dist/react-native/operations/identityBindings.d.ts +0 -81
- package/dist/react-native/operations/identityBindings.d.ts.map +0 -1
- package/dist/react-native/operations/identityBindings.js +0 -358
- package/dist/react-native/operations/identityBindings.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -20
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -24
- package/dist/react-native/operations/index.js.map +0 -1
- package/dist/react-native/operations/jWTAuthenticators.d.ts +0 -83
- package/dist/react-native/operations/jWTAuthenticators.d.ts.map +0 -1
- package/dist/react-native/operations/jWTAuthenticators.js +0 -360
- package/dist/react-native/operations/jWTAuthenticators.js.map +0 -1
- package/dist/react-native/operations/loadBalancers.d.ts +0 -72
- package/dist/react-native/operations/loadBalancers.d.ts.map +0 -1
- package/dist/react-native/operations/loadBalancers.js +0 -296
- package/dist/react-native/operations/loadBalancers.js.map +0 -1
- package/dist/react-native/operations/machines.d.ts +0 -71
- package/dist/react-native/operations/machines.d.ts.map +0 -1
- package/dist/react-native/operations/machines.js +0 -282
- package/dist/react-native/operations/machines.js.map +0 -1
- package/dist/react-native/operations/maintenanceConfigurations.d.ts +0 -66
- package/dist/react-native/operations/maintenanceConfigurations.d.ts.map +0 -1
- package/dist/react-native/operations/maintenanceConfigurations.js +0 -232
- package/dist/react-native/operations/maintenanceConfigurations.js.map +0 -1
- package/dist/react-native/operations/managedClusterSnapshots.d.ts +0 -83
- package/dist/react-native/operations/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/react-native/operations/managedClusterSnapshots.js +0 -337
- package/dist/react-native/operations/managedClusterSnapshots.js.map +0 -1
- package/dist/react-native/operations/managedClusters.d.ts +0 -468
- package/dist/react-native/operations/managedClusters.d.ts.map +0 -1
- package/dist/react-native/operations/managedClusters.js +0 -2173
- package/dist/react-native/operations/managedClusters.js.map +0 -1
- package/dist/react-native/operations/managedNamespaces.d.ts +0 -103
- package/dist/react-native/operations/managedNamespaces.d.ts.map +0 -1
- package/dist/react-native/operations/managedNamespaces.js +0 -434
- package/dist/react-native/operations/managedNamespaces.js.map +0 -1
- package/dist/react-native/operations/meshMemberships.d.ts +0 -81
- package/dist/react-native/operations/meshMemberships.d.ts.map +0 -1
- package/dist/react-native/operations/meshMemberships.js +0 -350
- package/dist/react-native/operations/meshMemberships.js.map +0 -1
- package/dist/react-native/operations/operationStatusResultOperations.d.ts +0 -55
- package/dist/react-native/operations/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/react-native/operations/operationStatusResultOperations.js +0 -194
- package/dist/react-native/operations/operationStatusResultOperations.js.map +0 -1
- package/dist/react-native/operations/operations.d.ts +0 -26
- package/dist/react-native/operations/operations.d.ts.map +0 -1
- package/dist/react-native/operations/operations.js +0 -74
- package/dist/react-native/operations/operations.js.map +0 -1
- package/dist/react-native/operations/privateEndpointConnections.d.ts +0 -54
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/react-native/operations/privateEndpointConnections.js +0 -218
- package/dist/react-native/operations/privateEndpointConnections.js.map +0 -1
- package/dist/react-native/operations/privateLinkResources.d.ts +0 -20
- package/dist/react-native/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/react-native/operations/privateLinkResources.js +0 -49
- package/dist/react-native/operations/privateLinkResources.js.map +0 -1
- package/dist/react-native/operations/resolvePrivateLinkServiceId.d.ts +0 -21
- package/dist/react-native/operations/resolvePrivateLinkServiceId.d.ts.map +0 -1
- package/dist/react-native/operations/resolvePrivateLinkServiceId.js +0 -52
- package/dist/react-native/operations/resolvePrivateLinkServiceId.js.map +0 -1
- package/dist/react-native/operations/snapshots.d.ts +0 -83
- package/dist/react-native/operations/snapshots.d.ts.map +0 -1
- package/dist/react-native/operations/snapshots.js +0 -337
- package/dist/react-native/operations/snapshots.js.map +0 -1
- package/dist/react-native/operations/trustedAccessRoleBindings.d.ts +0 -81
- package/dist/react-native/operations/trustedAccessRoleBindings.d.ts.map +0 -1
- package/dist/react-native/operations/trustedAccessRoleBindings.js +0 -360
- package/dist/react-native/operations/trustedAccessRoleBindings.js.map +0 -1
- package/dist/react-native/operations/trustedAccessRoles.d.ts +0 -35
- package/dist/react-native/operations/trustedAccessRoles.d.ts.map +0 -1
- package/dist/react-native/operations/trustedAccessRoles.js +0 -119
- package/dist/react-native/operations/trustedAccessRoles.js.map +0 -1
- package/dist/react-native/operationsInterfaces/agentPools.d.ts +0 -147
- package/dist/react-native/operationsInterfaces/agentPools.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/agentPools.js +0 -4
- package/dist/react-native/operationsInterfaces/agentPools.js.map +0 -1
- package/dist/react-native/operationsInterfaces/containerService.d.ts +0 -14
- package/dist/react-native/operationsInterfaces/containerService.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/containerService.js +0 -4
- package/dist/react-native/operationsInterfaces/containerService.js.map +0 -1
- package/dist/react-native/operationsInterfaces/identityBindings.d.ts +0 -56
- package/dist/react-native/operationsInterfaces/identityBindings.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/identityBindings.js +0 -4
- package/dist/react-native/operationsInterfaces/identityBindings.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -20
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -24
- package/dist/react-native/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/operationsInterfaces/jWTAuthenticators.d.ts +0 -58
- package/dist/react-native/operationsInterfaces/jWTAuthenticators.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/jWTAuthenticators.js +0 -4
- package/dist/react-native/operationsInterfaces/jWTAuthenticators.js.map +0 -1
- package/dist/react-native/operationsInterfaces/loadBalancers.d.ts +0 -47
- package/dist/react-native/operationsInterfaces/loadBalancers.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/loadBalancers.js +0 -4
- package/dist/react-native/operationsInterfaces/loadBalancers.js.map +0 -1
- package/dist/react-native/operationsInterfaces/machines.d.ts +0 -44
- package/dist/react-native/operationsInterfaces/machines.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/machines.js +0 -4
- package/dist/react-native/operationsInterfaces/machines.js.map +0 -1
- package/dist/react-native/operationsInterfaces/maintenanceConfigurations.d.ts +0 -41
- package/dist/react-native/operationsInterfaces/maintenanceConfigurations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/maintenanceConfigurations.js +0 -4
- package/dist/react-native/operationsInterfaces/maintenanceConfigurations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/managedClusterSnapshots.d.ts +0 -47
- package/dist/react-native/operationsInterfaces/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/managedClusterSnapshots.js +0 -4
- package/dist/react-native/operationsInterfaces/managedClusterSnapshots.js.map +0 -1
- package/dist/react-native/operationsInterfaces/managedClusters.d.ts +0 -348
- package/dist/react-native/operationsInterfaces/managedClusters.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/managedClusters.js +0 -4
- package/dist/react-native/operationsInterfaces/managedClusters.js.map +0 -1
- package/dist/react-native/operationsInterfaces/managedNamespaces.d.ts +0 -78
- package/dist/react-native/operationsInterfaces/managedNamespaces.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/managedNamespaces.js +0 -4
- package/dist/react-native/operationsInterfaces/managedNamespaces.js.map +0 -1
- package/dist/react-native/operationsInterfaces/meshMemberships.d.ts +0 -56
- package/dist/react-native/operationsInterfaces/meshMemberships.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/meshMemberships.js +0 -4
- package/dist/react-native/operationsInterfaces/meshMemberships.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operationStatusResultOperations.d.ts +0 -30
- package/dist/react-native/operationsInterfaces/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operationStatusResultOperations.js +0 -4
- package/dist/react-native/operationsInterfaces/operationStatusResultOperations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.js +0 -4
- package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +0 -46
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +0 -4
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +0 -4
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/react-native/operationsInterfaces/resolvePrivateLinkServiceId.d.ts +0 -13
- package/dist/react-native/operationsInterfaces/resolvePrivateLinkServiceId.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/resolvePrivateLinkServiceId.js +0 -4
- package/dist/react-native/operationsInterfaces/resolvePrivateLinkServiceId.js.map +0 -1
- package/dist/react-native/operationsInterfaces/snapshots.d.ts +0 -47
- package/dist/react-native/operationsInterfaces/snapshots.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/snapshots.js +0 -4
- package/dist/react-native/operationsInterfaces/snapshots.js.map +0 -1
- package/dist/react-native/operationsInterfaces/trustedAccessRoleBindings.d.ts +0 -56
- package/dist/react-native/operationsInterfaces/trustedAccessRoleBindings.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/trustedAccessRoleBindings.js +0 -4
- package/dist/react-native/operationsInterfaces/trustedAccessRoleBindings.js.map +0 -1
- package/dist/react-native/operationsInterfaces/trustedAccessRoles.d.ts +0 -12
- package/dist/react-native/operationsInterfaces/trustedAccessRoles.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/trustedAccessRoles.js +0 -4
- package/dist/react-native/operationsInterfaces/trustedAccessRoles.js.map +0 -1
- package/dist/react-native/pagingHelper.d.ts +0 -13
- package/dist/react-native/pagingHelper.d.ts.map +0 -1
- package/dist/react-native/pagingHelper.js +0 -25
- package/dist/react-native/pagingHelper.js.map +0 -1
|
@@ -0,0 +1,4784 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
import { areAllPropsUndefined } from "../static-helpers/serialization/check-prop-undefined.js";
|
|
4
|
+
import { uint8ArrayToString, stringToUint8Array } from "@azure/core-util";
|
|
5
|
+
export function agentPoolSerializer(item) {
|
|
6
|
+
return {
|
|
7
|
+
properties: areAllPropsUndefined(item, [
|
|
8
|
+
"count",
|
|
9
|
+
"vmSize",
|
|
10
|
+
"osDiskSizeGB",
|
|
11
|
+
"osDiskType",
|
|
12
|
+
"kubeletDiskType",
|
|
13
|
+
"workloadRuntime",
|
|
14
|
+
"messageOfTheDay",
|
|
15
|
+
"vnetSubnetID",
|
|
16
|
+
"podSubnetID",
|
|
17
|
+
"podIPAllocationMode",
|
|
18
|
+
"maxPods",
|
|
19
|
+
"osType",
|
|
20
|
+
"osSKU",
|
|
21
|
+
"maxCount",
|
|
22
|
+
"minCount",
|
|
23
|
+
"enableAutoScaling",
|
|
24
|
+
"scaleDownMode",
|
|
25
|
+
"type",
|
|
26
|
+
"mode",
|
|
27
|
+
"orchestratorVersion",
|
|
28
|
+
"upgradeSettings",
|
|
29
|
+
"powerState",
|
|
30
|
+
"availabilityZones",
|
|
31
|
+
"enableNodePublicIP",
|
|
32
|
+
"nodePublicIPPrefixID",
|
|
33
|
+
"scaleSetPriority",
|
|
34
|
+
"scaleSetEvictionPolicy",
|
|
35
|
+
"spotMaxPrice",
|
|
36
|
+
"tags",
|
|
37
|
+
"nodeLabels",
|
|
38
|
+
"nodeTaints",
|
|
39
|
+
"proximityPlacementGroupID",
|
|
40
|
+
"kubeletConfig",
|
|
41
|
+
"linuxOSConfig",
|
|
42
|
+
"enableEncryptionAtHost",
|
|
43
|
+
"enableUltraSSD",
|
|
44
|
+
"enableFIPS",
|
|
45
|
+
"gpuInstanceProfile",
|
|
46
|
+
"creationData",
|
|
47
|
+
"capacityReservationGroupID",
|
|
48
|
+
"hostGroupID",
|
|
49
|
+
"networkProfile",
|
|
50
|
+
"windowsProfile",
|
|
51
|
+
"securityProfile",
|
|
52
|
+
"gpuProfile",
|
|
53
|
+
"gatewayProfile",
|
|
54
|
+
"virtualMachinesProfile",
|
|
55
|
+
"virtualMachineNodesStatus",
|
|
56
|
+
"status",
|
|
57
|
+
"localDNSProfile",
|
|
58
|
+
])
|
|
59
|
+
? undefined
|
|
60
|
+
: _agentPoolPropertiesSerializer(item),
|
|
61
|
+
};
|
|
62
|
+
}
|
|
63
|
+
export function agentPoolDeserializer(item) {
|
|
64
|
+
return {
|
|
65
|
+
id: item["id"],
|
|
66
|
+
name: item["name"],
|
|
67
|
+
type: item["type"],
|
|
68
|
+
systemData: !item["systemData"]
|
|
69
|
+
? item["systemData"]
|
|
70
|
+
: systemDataDeserializer(item["systemData"]),
|
|
71
|
+
...(!item["properties"]
|
|
72
|
+
? item["properties"]
|
|
73
|
+
: _agentPoolPropertiesDeserializer(item["properties"])),
|
|
74
|
+
};
|
|
75
|
+
}
|
|
76
|
+
export function managedClusterAgentPoolProfilePropertiesSerializer(item) {
|
|
77
|
+
return {
|
|
78
|
+
count: item["count"],
|
|
79
|
+
vmSize: item["vmSize"],
|
|
80
|
+
osDiskSizeGB: item["osDiskSizeGB"],
|
|
81
|
+
osDiskType: item["osDiskType"],
|
|
82
|
+
kubeletDiskType: item["kubeletDiskType"],
|
|
83
|
+
workloadRuntime: item["workloadRuntime"],
|
|
84
|
+
messageOfTheDay: item["messageOfTheDay"],
|
|
85
|
+
vnetSubnetID: item["vnetSubnetID"],
|
|
86
|
+
podSubnetID: item["podSubnetID"],
|
|
87
|
+
podIPAllocationMode: item["podIPAllocationMode"],
|
|
88
|
+
maxPods: item["maxPods"],
|
|
89
|
+
osType: item["osType"],
|
|
90
|
+
osSKU: item["osSKU"],
|
|
91
|
+
maxCount: item["maxCount"],
|
|
92
|
+
minCount: item["minCount"],
|
|
93
|
+
enableAutoScaling: item["enableAutoScaling"],
|
|
94
|
+
scaleDownMode: item["scaleDownMode"],
|
|
95
|
+
type: item["type"],
|
|
96
|
+
mode: item["mode"],
|
|
97
|
+
orchestratorVersion: item["orchestratorVersion"],
|
|
98
|
+
upgradeSettings: !item["upgradeSettings"]
|
|
99
|
+
? item["upgradeSettings"]
|
|
100
|
+
: agentPoolUpgradeSettingsSerializer(item["upgradeSettings"]),
|
|
101
|
+
powerState: !item["powerState"] ? item["powerState"] : powerStateSerializer(item["powerState"]),
|
|
102
|
+
availabilityZones: !item["availabilityZones"]
|
|
103
|
+
? item["availabilityZones"]
|
|
104
|
+
: item["availabilityZones"].map((p) => {
|
|
105
|
+
return p;
|
|
106
|
+
}),
|
|
107
|
+
enableNodePublicIP: item["enableNodePublicIP"],
|
|
108
|
+
nodePublicIPPrefixID: item["nodePublicIPPrefixID"],
|
|
109
|
+
scaleSetPriority: item["scaleSetPriority"],
|
|
110
|
+
scaleSetEvictionPolicy: item["scaleSetEvictionPolicy"],
|
|
111
|
+
spotMaxPrice: item["spotMaxPrice"],
|
|
112
|
+
tags: item["tags"],
|
|
113
|
+
nodeLabels: item["nodeLabels"],
|
|
114
|
+
nodeTaints: !item["nodeTaints"]
|
|
115
|
+
? item["nodeTaints"]
|
|
116
|
+
: item["nodeTaints"].map((p) => {
|
|
117
|
+
return p;
|
|
118
|
+
}),
|
|
119
|
+
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
120
|
+
kubeletConfig: !item["kubeletConfig"]
|
|
121
|
+
? item["kubeletConfig"]
|
|
122
|
+
: kubeletConfigSerializer(item["kubeletConfig"]),
|
|
123
|
+
linuxOSConfig: !item["linuxOSConfig"]
|
|
124
|
+
? item["linuxOSConfig"]
|
|
125
|
+
: linuxOSConfigSerializer(item["linuxOSConfig"]),
|
|
126
|
+
enableEncryptionAtHost: item["enableEncryptionAtHost"],
|
|
127
|
+
enableUltraSSD: item["enableUltraSSD"],
|
|
128
|
+
enableFIPS: item["enableFips"],
|
|
129
|
+
gpuInstanceProfile: item["gpuInstanceProfile"],
|
|
130
|
+
creationData: !item["creationData"]
|
|
131
|
+
? item["creationData"]
|
|
132
|
+
: creationDataSerializer(item["creationData"]),
|
|
133
|
+
capacityReservationGroupID: item["capacityReservationGroupID"],
|
|
134
|
+
hostGroupID: item["hostGroupID"],
|
|
135
|
+
networkProfile: !item["networkProfile"]
|
|
136
|
+
? item["networkProfile"]
|
|
137
|
+
: agentPoolNetworkProfileSerializer(item["networkProfile"]),
|
|
138
|
+
windowsProfile: !item["windowsProfile"]
|
|
139
|
+
? item["windowsProfile"]
|
|
140
|
+
: agentPoolWindowsProfileSerializer(item["windowsProfile"]),
|
|
141
|
+
securityProfile: !item["securityProfile"]
|
|
142
|
+
? item["securityProfile"]
|
|
143
|
+
: agentPoolSecurityProfileSerializer(item["securityProfile"]),
|
|
144
|
+
gpuProfile: !item["gpuProfile"] ? item["gpuProfile"] : gpuProfileSerializer(item["gpuProfile"]),
|
|
145
|
+
gatewayProfile: !item["gatewayProfile"]
|
|
146
|
+
? item["gatewayProfile"]
|
|
147
|
+
: agentPoolGatewayProfileSerializer(item["gatewayProfile"]),
|
|
148
|
+
virtualMachinesProfile: !item["virtualMachinesProfile"]
|
|
149
|
+
? item["virtualMachinesProfile"]
|
|
150
|
+
: virtualMachinesProfileSerializer(item["virtualMachinesProfile"]),
|
|
151
|
+
virtualMachineNodesStatus: !item["virtualMachineNodesStatus"]
|
|
152
|
+
? item["virtualMachineNodesStatus"]
|
|
153
|
+
: virtualMachineNodesArraySerializer(item["virtualMachineNodesStatus"]),
|
|
154
|
+
status: !item["status"] ? item["status"] : agentPoolStatusSerializer(item["status"]),
|
|
155
|
+
localDNSProfile: !item["localDNSProfile"]
|
|
156
|
+
? item["localDNSProfile"]
|
|
157
|
+
: localDNSProfileSerializer(item["localDNSProfile"]),
|
|
158
|
+
};
|
|
159
|
+
}
|
|
160
|
+
export function managedClusterAgentPoolProfilePropertiesDeserializer(item) {
|
|
161
|
+
return {
|
|
162
|
+
eTag: item["eTag"],
|
|
163
|
+
count: item["count"],
|
|
164
|
+
vmSize: item["vmSize"],
|
|
165
|
+
osDiskSizeGB: item["osDiskSizeGB"],
|
|
166
|
+
osDiskType: item["osDiskType"],
|
|
167
|
+
kubeletDiskType: item["kubeletDiskType"],
|
|
168
|
+
workloadRuntime: item["workloadRuntime"],
|
|
169
|
+
messageOfTheDay: item["messageOfTheDay"],
|
|
170
|
+
vnetSubnetID: item["vnetSubnetID"],
|
|
171
|
+
podSubnetID: item["podSubnetID"],
|
|
172
|
+
podIPAllocationMode: item["podIPAllocationMode"],
|
|
173
|
+
maxPods: item["maxPods"],
|
|
174
|
+
osType: item["osType"],
|
|
175
|
+
osSKU: item["osSKU"],
|
|
176
|
+
maxCount: item["maxCount"],
|
|
177
|
+
minCount: item["minCount"],
|
|
178
|
+
enableAutoScaling: item["enableAutoScaling"],
|
|
179
|
+
scaleDownMode: item["scaleDownMode"],
|
|
180
|
+
type: item["type"],
|
|
181
|
+
mode: item["mode"],
|
|
182
|
+
orchestratorVersion: item["orchestratorVersion"],
|
|
183
|
+
currentOrchestratorVersion: item["currentOrchestratorVersion"],
|
|
184
|
+
nodeImageVersion: item["nodeImageVersion"],
|
|
185
|
+
upgradeSettings: !item["upgradeSettings"]
|
|
186
|
+
? item["upgradeSettings"]
|
|
187
|
+
: agentPoolUpgradeSettingsDeserializer(item["upgradeSettings"]),
|
|
188
|
+
provisioningState: item["provisioningState"],
|
|
189
|
+
powerState: !item["powerState"]
|
|
190
|
+
? item["powerState"]
|
|
191
|
+
: powerStateDeserializer(item["powerState"]),
|
|
192
|
+
availabilityZones: !item["availabilityZones"]
|
|
193
|
+
? item["availabilityZones"]
|
|
194
|
+
: item["availabilityZones"].map((p) => {
|
|
195
|
+
return p;
|
|
196
|
+
}),
|
|
197
|
+
enableNodePublicIP: item["enableNodePublicIP"],
|
|
198
|
+
nodePublicIPPrefixID: item["nodePublicIPPrefixID"],
|
|
199
|
+
scaleSetPriority: item["scaleSetPriority"],
|
|
200
|
+
scaleSetEvictionPolicy: item["scaleSetEvictionPolicy"],
|
|
201
|
+
spotMaxPrice: item["spotMaxPrice"],
|
|
202
|
+
tags: !item["tags"]
|
|
203
|
+
? item["tags"]
|
|
204
|
+
: Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
205
|
+
nodeLabels: !item["nodeLabels"]
|
|
206
|
+
? item["nodeLabels"]
|
|
207
|
+
: Object.fromEntries(Object.entries(item["nodeLabels"]).map(([k, p]) => [k, p])),
|
|
208
|
+
nodeTaints: !item["nodeTaints"]
|
|
209
|
+
? item["nodeTaints"]
|
|
210
|
+
: item["nodeTaints"].map((p) => {
|
|
211
|
+
return p;
|
|
212
|
+
}),
|
|
213
|
+
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
214
|
+
kubeletConfig: !item["kubeletConfig"]
|
|
215
|
+
? item["kubeletConfig"]
|
|
216
|
+
: kubeletConfigDeserializer(item["kubeletConfig"]),
|
|
217
|
+
linuxOSConfig: !item["linuxOSConfig"]
|
|
218
|
+
? item["linuxOSConfig"]
|
|
219
|
+
: linuxOSConfigDeserializer(item["linuxOSConfig"]),
|
|
220
|
+
enableEncryptionAtHost: item["enableEncryptionAtHost"],
|
|
221
|
+
enableUltraSSD: item["enableUltraSSD"],
|
|
222
|
+
enableFips: item["enableFIPS"],
|
|
223
|
+
gpuInstanceProfile: item["gpuInstanceProfile"],
|
|
224
|
+
creationData: !item["creationData"]
|
|
225
|
+
? item["creationData"]
|
|
226
|
+
: creationDataDeserializer(item["creationData"]),
|
|
227
|
+
capacityReservationGroupID: item["capacityReservationGroupID"],
|
|
228
|
+
hostGroupID: item["hostGroupID"],
|
|
229
|
+
networkProfile: !item["networkProfile"]
|
|
230
|
+
? item["networkProfile"]
|
|
231
|
+
: agentPoolNetworkProfileDeserializer(item["networkProfile"]),
|
|
232
|
+
windowsProfile: !item["windowsProfile"]
|
|
233
|
+
? item["windowsProfile"]
|
|
234
|
+
: agentPoolWindowsProfileDeserializer(item["windowsProfile"]),
|
|
235
|
+
securityProfile: !item["securityProfile"]
|
|
236
|
+
? item["securityProfile"]
|
|
237
|
+
: agentPoolSecurityProfileDeserializer(item["securityProfile"]),
|
|
238
|
+
gpuProfile: !item["gpuProfile"]
|
|
239
|
+
? item["gpuProfile"]
|
|
240
|
+
: gpuProfileDeserializer(item["gpuProfile"]),
|
|
241
|
+
gatewayProfile: !item["gatewayProfile"]
|
|
242
|
+
? item["gatewayProfile"]
|
|
243
|
+
: agentPoolGatewayProfileDeserializer(item["gatewayProfile"]),
|
|
244
|
+
virtualMachinesProfile: !item["virtualMachinesProfile"]
|
|
245
|
+
? item["virtualMachinesProfile"]
|
|
246
|
+
: virtualMachinesProfileDeserializer(item["virtualMachinesProfile"]),
|
|
247
|
+
virtualMachineNodesStatus: !item["virtualMachineNodesStatus"]
|
|
248
|
+
? item["virtualMachineNodesStatus"]
|
|
249
|
+
: virtualMachineNodesArrayDeserializer(item["virtualMachineNodesStatus"]),
|
|
250
|
+
status: !item["status"] ? item["status"] : agentPoolStatusDeserializer(item["status"]),
|
|
251
|
+
localDNSProfile: !item["localDNSProfile"]
|
|
252
|
+
? item["localDNSProfile"]
|
|
253
|
+
: localDNSProfileDeserializer(item["localDNSProfile"]),
|
|
254
|
+
};
|
|
255
|
+
}
|
|
256
|
+
/** The OS disk type to be used for machines in the agent pool. The default is 'Ephemeral' if the VM supports it and has a cache disk larger than the requested OSDiskSizeGB. Otherwise, defaults to 'Managed'. May not be changed after creation. For more information see [Ephemeral OS](https://docs.microsoft.com/azure/aks/cluster-configuration#ephemeral-os). */
|
|
257
|
+
export var KnownOSDiskType;
|
|
258
|
+
(function (KnownOSDiskType) {
|
|
259
|
+
/** Azure replicates the operating system disk for a virtual machine to Azure storage to avoid data loss should the VM need to be relocated to another host. Since containers aren't designed to have local state persisted, this behavior offers limited value while providing some drawbacks, including slower node provisioning and higher read/write latency. */
|
|
260
|
+
KnownOSDiskType["Managed"] = "Managed";
|
|
261
|
+
/** Ephemeral OS disks are stored only on the host machine, just like a temporary disk. This provides lower read/write latency, along with faster node scaling and cluster upgrades. */
|
|
262
|
+
KnownOSDiskType["Ephemeral"] = "Ephemeral";
|
|
263
|
+
})(KnownOSDiskType || (KnownOSDiskType = {}));
|
|
264
|
+
/** Determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage. */
|
|
265
|
+
export var KnownKubeletDiskType;
|
|
266
|
+
(function (KnownKubeletDiskType) {
|
|
267
|
+
/** Kubelet will use the OS disk for its data. */
|
|
268
|
+
KnownKubeletDiskType["OS"] = "OS";
|
|
269
|
+
/** Kubelet will use the temporary disk for its data. */
|
|
270
|
+
KnownKubeletDiskType["Temporary"] = "Temporary";
|
|
271
|
+
})(KnownKubeletDiskType || (KnownKubeletDiskType = {}));
|
|
272
|
+
/** Determines the type of workload a node can run. */
|
|
273
|
+
export var KnownWorkloadRuntime;
|
|
274
|
+
(function (KnownWorkloadRuntime) {
|
|
275
|
+
/** Nodes will use Kubelet to run standard OCI container workloads. */
|
|
276
|
+
KnownWorkloadRuntime["OCIContainer"] = "OCIContainer";
|
|
277
|
+
/** Nodes will use Krustlet to run WASM workloads using the WASI provider (Preview). */
|
|
278
|
+
KnownWorkloadRuntime["WasmWasi"] = "WasmWasi";
|
|
279
|
+
/** Nodes can use (Kata + Cloud Hypervisor + Hyper-V) to enable Nested VM-based pods. Due to the use Hyper-V, AKS node OS itself is a nested VM (the root OS) of Hyper-V. Thus it can only be used with VM series that support Nested Virtualization such as Dv3 series. */
|
|
280
|
+
KnownWorkloadRuntime["KataVmIsolation"] = "KataVmIsolation";
|
|
281
|
+
})(KnownWorkloadRuntime || (KnownWorkloadRuntime = {}));
|
|
282
|
+
/** Pod IP Allocation Mode. The IP allocation mode for pods in the agent pool. Must be used with podSubnetId. The default is 'DynamicIndividual'. */
|
|
283
|
+
export var KnownPodIPAllocationMode;
|
|
284
|
+
(function (KnownPodIPAllocationMode) {
|
|
285
|
+
/** Each node gets allocated with a non-contiguous list of IP addresses assignable to pods. This is better for maximizing a small to medium subnet of size /16 or smaller. The Azure CNI cluster with dynamic IP allocation defaults to this mode if the customer does not explicitly specify a podIPAllocationMode */
|
|
286
|
+
KnownPodIPAllocationMode["DynamicIndividual"] = "DynamicIndividual";
|
|
287
|
+
/** Each node is statically allocated CIDR block(s) of size /28 = 16 IPs per block to satisfy the maxPods per node. Number of CIDR blocks >= (maxPods / 16). The block, rather than a single IP, counts against the Azure Vnet Private IP limit of 65K. Therefore block mode is suitable for running larger workloads with more than the current limit of 65K pods in a cluster. This mode is better suited to scale with larger subnets of /15 or bigger */
|
|
288
|
+
KnownPodIPAllocationMode["StaticBlock"] = "StaticBlock";
|
|
289
|
+
})(KnownPodIPAllocationMode || (KnownPodIPAllocationMode = {}));
|
|
290
|
+
/** The operating system type. The default is Linux. */
|
|
291
|
+
export var KnownOSType;
|
|
292
|
+
(function (KnownOSType) {
|
|
293
|
+
/** Use Linux. */
|
|
294
|
+
KnownOSType["Linux"] = "Linux";
|
|
295
|
+
/** Use Windows. */
|
|
296
|
+
KnownOSType["Windows"] = "Windows";
|
|
297
|
+
})(KnownOSType || (KnownOSType = {}));
|
|
298
|
+
/** Specifies the OS SKU used by the agent pool. The default is Ubuntu if OSType is Linux. The default is Windows2019 when Kubernetes <= 1.24 or Windows2022 when Kubernetes >= 1.25 if OSType is Windows. */
|
|
299
|
+
export var KnownOssku;
|
|
300
|
+
(function (KnownOssku) {
|
|
301
|
+
/** Use Ubuntu as the OS for node images. */
|
|
302
|
+
KnownOssku["Ubuntu"] = "Ubuntu";
|
|
303
|
+
/** Use AzureLinux as the OS for node images. Azure Linux is a container-optimized Linux distro built by Microsoft, visit https://aka.ms/azurelinux for more information. */
|
|
304
|
+
KnownOssku["AzureLinux"] = "AzureLinux";
|
|
305
|
+
/** Use AzureLinux3 as the OS for node images. Azure Linux is a container-optimized Linux distro built by Microsoft, visit https://aka.ms/azurelinux for more information. For limitations, visit https://aka.ms/aks/node-images. For OS migration guidance, see https://aka.ms/aks/upgrade-os-version. */
|
|
306
|
+
KnownOssku["AzureLinux3"] = "AzureLinux3";
|
|
307
|
+
/** Deprecated OSSKU. Microsoft recommends that new deployments choose 'AzureLinux' instead. */
|
|
308
|
+
KnownOssku["CBLMariner"] = "CBLMariner";
|
|
309
|
+
/** Use Windows2019 as the OS for node images. Unsupported for system node pools. Windows2019 only supports Windows2019 containers; it cannot run Windows2022 containers and vice versa. */
|
|
310
|
+
KnownOssku["Windows2019"] = "Windows2019";
|
|
311
|
+
/** Use Windows2022 as the OS for node images. Unsupported for system node pools. Windows2022 only supports Windows2022 containers; it cannot run Windows2019 containers and vice versa. */
|
|
312
|
+
KnownOssku["Windows2022"] = "Windows2022";
|
|
313
|
+
/** Use Ubuntu2204 as the OS for node images, however, Ubuntu 22.04 may not be supported for all nodepools. For limitations and supported kubernetes versions, see https://aka.ms/aks/supported-ubuntu-versions */
|
|
314
|
+
KnownOssku["Ubuntu2204"] = "Ubuntu2204";
|
|
315
|
+
/** Use Ubuntu2404 as the OS for node images, however, Ubuntu 24.04 may not be supported for all nodepools. For limitations and supported kubernetes versions, see see https://aka.ms/aks/supported-ubuntu-versions */
|
|
316
|
+
KnownOssku["Ubuntu2404"] = "Ubuntu2404";
|
|
317
|
+
})(KnownOssku || (KnownOssku = {}));
|
|
318
|
+
/** Describes how VMs are added to or removed from Agent Pools. See [billing states](https://docs.microsoft.com/azure/virtual-machines/states-billing). */
|
|
319
|
+
export var KnownScaleDownMode;
|
|
320
|
+
(function (KnownScaleDownMode) {
|
|
321
|
+
/** Create new instances during scale up and remove instances during scale down. */
|
|
322
|
+
KnownScaleDownMode["Delete"] = "Delete";
|
|
323
|
+
/** Attempt to start deallocated instances (if they exist) during scale up and deallocate instances during scale down. */
|
|
324
|
+
KnownScaleDownMode["Deallocate"] = "Deallocate";
|
|
325
|
+
})(KnownScaleDownMode || (KnownScaleDownMode = {}));
|
|
326
|
+
/** The type of Agent Pool. */
|
|
327
|
+
export var KnownAgentPoolType;
|
|
328
|
+
(function (KnownAgentPoolType) {
|
|
329
|
+
/** Create an Agent Pool backed by a Virtual Machine Scale Set. */
|
|
330
|
+
KnownAgentPoolType["VirtualMachineScaleSets"] = "VirtualMachineScaleSets";
|
|
331
|
+
/** Use of this is strongly discouraged. */
|
|
332
|
+
KnownAgentPoolType["AvailabilitySet"] = "AvailabilitySet";
|
|
333
|
+
/** Create an Agent Pool backed by a Single Instance VM orchestration mode. */
|
|
334
|
+
KnownAgentPoolType["VirtualMachines"] = "VirtualMachines";
|
|
335
|
+
})(KnownAgentPoolType || (KnownAgentPoolType = {}));
|
|
336
|
+
/** The mode of an agent pool. A cluster must have at least one 'System' Agent Pool at all times. For additional information on agent pool restrictions and best practices, see: https://docs.microsoft.com/azure/aks/use-system-pools */
|
|
337
|
+
export var KnownAgentPoolMode;
|
|
338
|
+
(function (KnownAgentPoolMode) {
|
|
339
|
+
/** System agent pools are primarily for hosting critical system pods such as CoreDNS and metrics-server. System agent pools osType must be Linux. System agent pools VM SKU must have at least 2vCPUs and 4GB of memory. */
|
|
340
|
+
KnownAgentPoolMode["System"] = "System";
|
|
341
|
+
/** User agent pools are primarily for hosting your application pods. */
|
|
342
|
+
KnownAgentPoolMode["User"] = "User";
|
|
343
|
+
/** Gateway agent pools are dedicated to providing static egress IPs to pods. For more details, see https://aka.ms/aks/static-egress-gateway. */
|
|
344
|
+
KnownAgentPoolMode["Gateway"] = "Gateway";
|
|
345
|
+
})(KnownAgentPoolMode || (KnownAgentPoolMode = {}));
|
|
346
|
+
export function agentPoolUpgradeSettingsSerializer(item) {
|
|
347
|
+
return {
|
|
348
|
+
maxSurge: item["maxSurge"],
|
|
349
|
+
maxUnavailable: item["maxUnavailable"],
|
|
350
|
+
drainTimeoutInMinutes: item["drainTimeoutInMinutes"],
|
|
351
|
+
nodeSoakDurationInMinutes: item["nodeSoakDurationInMinutes"],
|
|
352
|
+
undrainableNodeBehavior: item["undrainableNodeBehavior"],
|
|
353
|
+
};
|
|
354
|
+
}
|
|
355
|
+
export function agentPoolUpgradeSettingsDeserializer(item) {
|
|
356
|
+
return {
|
|
357
|
+
maxSurge: item["maxSurge"],
|
|
358
|
+
maxUnavailable: item["maxUnavailable"],
|
|
359
|
+
drainTimeoutInMinutes: item["drainTimeoutInMinutes"],
|
|
360
|
+
nodeSoakDurationInMinutes: item["nodeSoakDurationInMinutes"],
|
|
361
|
+
undrainableNodeBehavior: item["undrainableNodeBehavior"],
|
|
362
|
+
};
|
|
363
|
+
}
|
|
364
|
+
/** Defines the behavior for undrainable nodes during upgrade. The most common cause of undrainable nodes is Pod Disruption Budgets (PDBs), but other issues, such as pod termination grace period is exceeding the remaining per-node drain timeout or pod is still being in a running state, can also cause undrainable nodes. */
|
|
365
|
+
export var KnownUndrainableNodeBehavior;
|
|
366
|
+
(function (KnownUndrainableNodeBehavior) {
|
|
367
|
+
/** AKS will cordon the blocked nodes and replace them with surge nodes during upgrade. The blocked nodes will be cordoned and replaced by surge nodes. The blocked nodes will have label 'kubernetes.azure.com/upgrade-status:Quarantined'. A surge node will be retained for each blocked node. A best-effort attempt will be made to delete all other surge nodes. If there are enough surge nodes to replace blocked nodes, then the upgrade operation and the managed cluster will be in failed state. Otherwise, the upgrade operation and the managed cluster will be in canceled state. */
|
|
368
|
+
KnownUndrainableNodeBehavior["Cordon"] = "Cordon";
|
|
369
|
+
/** AKS will mark the blocked nodes schedulable, but the blocked nodes are not upgraded. A best-effort attempt will be made to delete all surge nodes. The upgrade operation and the managed cluster will be in failed state if there are any blocked nodes. */
|
|
370
|
+
KnownUndrainableNodeBehavior["Schedule"] = "Schedule";
|
|
371
|
+
})(KnownUndrainableNodeBehavior || (KnownUndrainableNodeBehavior = {}));
|
|
372
|
+
export function powerStateSerializer(item) {
|
|
373
|
+
return { code: item["code"] };
|
|
374
|
+
}
|
|
375
|
+
export function powerStateDeserializer(item) {
|
|
376
|
+
return {
|
|
377
|
+
code: item["code"],
|
|
378
|
+
};
|
|
379
|
+
}
|
|
380
|
+
/** Tells whether the cluster is Running or Stopped */
|
|
381
|
+
export var KnownCode;
|
|
382
|
+
(function (KnownCode) {
|
|
383
|
+
/** The cluster is running. */
|
|
384
|
+
KnownCode["Running"] = "Running";
|
|
385
|
+
/** The cluster is stopped. */
|
|
386
|
+
KnownCode["Stopped"] = "Stopped";
|
|
387
|
+
})(KnownCode || (KnownCode = {}));
|
|
388
|
+
/** The Virtual Machine Scale Set priority. */
|
|
389
|
+
export var KnownScaleSetPriority;
|
|
390
|
+
(function (KnownScaleSetPriority) {
|
|
391
|
+
/** Spot priority VMs will be used. There is no SLA for spot nodes. See [spot on AKS](https://docs.microsoft.com/azure/aks/spot-node-pool) for more information. */
|
|
392
|
+
KnownScaleSetPriority["Spot"] = "Spot";
|
|
393
|
+
/** Regular VMs will be used. */
|
|
394
|
+
KnownScaleSetPriority["Regular"] = "Regular";
|
|
395
|
+
})(KnownScaleSetPriority || (KnownScaleSetPriority = {}));
|
|
396
|
+
/** The Virtual Machine Scale Set eviction policy. The eviction policy specifies what to do with the VM when it is evicted. The default is Delete. For more information about eviction see [spot VMs](https://docs.microsoft.com/azure/virtual-machines/spot-vms) */
|
|
397
|
+
export var KnownScaleSetEvictionPolicy;
|
|
398
|
+
(function (KnownScaleSetEvictionPolicy) {
|
|
399
|
+
/** Nodes in the underlying Scale Set of the node pool are deleted when they're evicted. */
|
|
400
|
+
KnownScaleSetEvictionPolicy["Delete"] = "Delete";
|
|
401
|
+
/** Nodes in the underlying Scale Set of the node pool are set to the stopped-deallocated state upon eviction. Nodes in the stopped-deallocated state count against your compute quota and can cause issues with cluster scaling or upgrading. */
|
|
402
|
+
KnownScaleSetEvictionPolicy["Deallocate"] = "Deallocate";
|
|
403
|
+
})(KnownScaleSetEvictionPolicy || (KnownScaleSetEvictionPolicy = {}));
|
|
404
|
+
export function kubeletConfigSerializer(item) {
|
|
405
|
+
return {
|
|
406
|
+
cpuManagerPolicy: item["cpuManagerPolicy"],
|
|
407
|
+
cpuCfsQuota: item["cpuCfsQuota"],
|
|
408
|
+
cpuCfsQuotaPeriod: item["cpuCfsQuotaPeriod"],
|
|
409
|
+
imageGcHighThreshold: item["imageGcHighThreshold"],
|
|
410
|
+
imageGcLowThreshold: item["imageGcLowThreshold"],
|
|
411
|
+
topologyManagerPolicy: item["topologyManagerPolicy"],
|
|
412
|
+
allowedUnsafeSysctls: !item["allowedUnsafeSysctls"]
|
|
413
|
+
? item["allowedUnsafeSysctls"]
|
|
414
|
+
: item["allowedUnsafeSysctls"].map((p) => {
|
|
415
|
+
return p;
|
|
416
|
+
}),
|
|
417
|
+
failSwapOn: item["failSwapOn"],
|
|
418
|
+
containerLogMaxSizeMB: item["containerLogMaxSizeMB"],
|
|
419
|
+
containerLogMaxFiles: item["containerLogMaxFiles"],
|
|
420
|
+
podMaxPids: item["podMaxPids"],
|
|
421
|
+
};
|
|
422
|
+
}
|
|
423
|
+
export function kubeletConfigDeserializer(item) {
|
|
424
|
+
return {
|
|
425
|
+
cpuManagerPolicy: item["cpuManagerPolicy"],
|
|
426
|
+
cpuCfsQuota: item["cpuCfsQuota"],
|
|
427
|
+
cpuCfsQuotaPeriod: item["cpuCfsQuotaPeriod"],
|
|
428
|
+
imageGcHighThreshold: item["imageGcHighThreshold"],
|
|
429
|
+
imageGcLowThreshold: item["imageGcLowThreshold"],
|
|
430
|
+
topologyManagerPolicy: item["topologyManagerPolicy"],
|
|
431
|
+
allowedUnsafeSysctls: !item["allowedUnsafeSysctls"]
|
|
432
|
+
? item["allowedUnsafeSysctls"]
|
|
433
|
+
: item["allowedUnsafeSysctls"].map((p) => {
|
|
434
|
+
return p;
|
|
435
|
+
}),
|
|
436
|
+
failSwapOn: item["failSwapOn"],
|
|
437
|
+
containerLogMaxSizeMB: item["containerLogMaxSizeMB"],
|
|
438
|
+
containerLogMaxFiles: item["containerLogMaxFiles"],
|
|
439
|
+
podMaxPids: item["podMaxPids"],
|
|
440
|
+
};
|
|
441
|
+
}
|
|
442
|
+
export function linuxOSConfigSerializer(item) {
|
|
443
|
+
return {
|
|
444
|
+
sysctls: !item["sysctls"] ? item["sysctls"] : sysctlConfigSerializer(item["sysctls"]),
|
|
445
|
+
transparentHugePageEnabled: item["transparentHugePageEnabled"],
|
|
446
|
+
transparentHugePageDefrag: item["transparentHugePageDefrag"],
|
|
447
|
+
swapFileSizeMB: item["swapFileSizeMB"],
|
|
448
|
+
};
|
|
449
|
+
}
|
|
450
|
+
export function linuxOSConfigDeserializer(item) {
|
|
451
|
+
return {
|
|
452
|
+
sysctls: !item["sysctls"] ? item["sysctls"] : sysctlConfigDeserializer(item["sysctls"]),
|
|
453
|
+
transparentHugePageEnabled: item["transparentHugePageEnabled"],
|
|
454
|
+
transparentHugePageDefrag: item["transparentHugePageDefrag"],
|
|
455
|
+
swapFileSizeMB: item["swapFileSizeMB"],
|
|
456
|
+
};
|
|
457
|
+
}
|
|
458
|
+
export function sysctlConfigSerializer(item) {
|
|
459
|
+
return {
|
|
460
|
+
netCoreSomaxconn: item["netCoreSomaxconn"],
|
|
461
|
+
netCoreNetdevMaxBacklog: item["netCoreNetdevMaxBacklog"],
|
|
462
|
+
netCoreRmemDefault: item["netCoreRmemDefault"],
|
|
463
|
+
netCoreRmemMax: item["netCoreRmemMax"],
|
|
464
|
+
netCoreWmemDefault: item["netCoreWmemDefault"],
|
|
465
|
+
netCoreWmemMax: item["netCoreWmemMax"],
|
|
466
|
+
netCoreOptmemMax: item["netCoreOptmemMax"],
|
|
467
|
+
netIpv4TcpMaxSynBacklog: item["netIpv4TcpMaxSynBacklog"],
|
|
468
|
+
netIpv4TcpMaxTwBuckets: item["netIpv4TcpMaxTwBuckets"],
|
|
469
|
+
netIpv4TcpFinTimeout: item["netIpv4TcpFinTimeout"],
|
|
470
|
+
netIpv4TcpKeepaliveTime: item["netIpv4TcpKeepaliveTime"],
|
|
471
|
+
netIpv4TcpKeepaliveProbes: item["netIpv4TcpKeepaliveProbes"],
|
|
472
|
+
netIpv4TcpkeepaliveIntvl: item["netIpv4TcpkeepaliveIntvl"],
|
|
473
|
+
netIpv4TcpTwReuse: item["netIpv4TcpTwReuse"],
|
|
474
|
+
netIpv4IpLocalPortRange: item["netIpv4IpLocalPortRange"],
|
|
475
|
+
netIpv4NeighDefaultGcThresh1: item["netIpv4NeighDefaultGcThresh1"],
|
|
476
|
+
netIpv4NeighDefaultGcThresh2: item["netIpv4NeighDefaultGcThresh2"],
|
|
477
|
+
netIpv4NeighDefaultGcThresh3: item["netIpv4NeighDefaultGcThresh3"],
|
|
478
|
+
netNetfilterNfConntrackMax: item["netNetfilterNfConntrackMax"],
|
|
479
|
+
netNetfilterNfConntrackBuckets: item["netNetfilterNfConntrackBuckets"],
|
|
480
|
+
fsInotifyMaxUserWatches: item["fsInotifyMaxUserWatches"],
|
|
481
|
+
fsFileMax: item["fsFileMax"],
|
|
482
|
+
fsAioMaxNr: item["fsAioMaxNr"],
|
|
483
|
+
fsNrOpen: item["fsNrOpen"],
|
|
484
|
+
kernelThreadsMax: item["kernelThreadsMax"],
|
|
485
|
+
vmMaxMapCount: item["vmMaxMapCount"],
|
|
486
|
+
vmSwappiness: item["vmSwappiness"],
|
|
487
|
+
vmVfsCachePressure: item["vmVfsCachePressure"],
|
|
488
|
+
};
|
|
489
|
+
}
|
|
490
|
+
export function sysctlConfigDeserializer(item) {
|
|
491
|
+
return {
|
|
492
|
+
netCoreSomaxconn: item["netCoreSomaxconn"],
|
|
493
|
+
netCoreNetdevMaxBacklog: item["netCoreNetdevMaxBacklog"],
|
|
494
|
+
netCoreRmemDefault: item["netCoreRmemDefault"],
|
|
495
|
+
netCoreRmemMax: item["netCoreRmemMax"],
|
|
496
|
+
netCoreWmemDefault: item["netCoreWmemDefault"],
|
|
497
|
+
netCoreWmemMax: item["netCoreWmemMax"],
|
|
498
|
+
netCoreOptmemMax: item["netCoreOptmemMax"],
|
|
499
|
+
netIpv4TcpMaxSynBacklog: item["netIpv4TcpMaxSynBacklog"],
|
|
500
|
+
netIpv4TcpMaxTwBuckets: item["netIpv4TcpMaxTwBuckets"],
|
|
501
|
+
netIpv4TcpFinTimeout: item["netIpv4TcpFinTimeout"],
|
|
502
|
+
netIpv4TcpKeepaliveTime: item["netIpv4TcpKeepaliveTime"],
|
|
503
|
+
netIpv4TcpKeepaliveProbes: item["netIpv4TcpKeepaliveProbes"],
|
|
504
|
+
netIpv4TcpkeepaliveIntvl: item["netIpv4TcpkeepaliveIntvl"],
|
|
505
|
+
netIpv4TcpTwReuse: item["netIpv4TcpTwReuse"],
|
|
506
|
+
netIpv4IpLocalPortRange: item["netIpv4IpLocalPortRange"],
|
|
507
|
+
netIpv4NeighDefaultGcThresh1: item["netIpv4NeighDefaultGcThresh1"],
|
|
508
|
+
netIpv4NeighDefaultGcThresh2: item["netIpv4NeighDefaultGcThresh2"],
|
|
509
|
+
netIpv4NeighDefaultGcThresh3: item["netIpv4NeighDefaultGcThresh3"],
|
|
510
|
+
netNetfilterNfConntrackMax: item["netNetfilterNfConntrackMax"],
|
|
511
|
+
netNetfilterNfConntrackBuckets: item["netNetfilterNfConntrackBuckets"],
|
|
512
|
+
fsInotifyMaxUserWatches: item["fsInotifyMaxUserWatches"],
|
|
513
|
+
fsFileMax: item["fsFileMax"],
|
|
514
|
+
fsAioMaxNr: item["fsAioMaxNr"],
|
|
515
|
+
fsNrOpen: item["fsNrOpen"],
|
|
516
|
+
kernelThreadsMax: item["kernelThreadsMax"],
|
|
517
|
+
vmMaxMapCount: item["vmMaxMapCount"],
|
|
518
|
+
vmSwappiness: item["vmSwappiness"],
|
|
519
|
+
vmVfsCachePressure: item["vmVfsCachePressure"],
|
|
520
|
+
};
|
|
521
|
+
}
|
|
522
|
+
/** GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU. */
|
|
523
|
+
export var KnownGPUInstanceProfile;
|
|
524
|
+
(function (KnownGPUInstanceProfile) {
|
|
525
|
+
/** MIG 1g GPU instance profile. */
|
|
526
|
+
KnownGPUInstanceProfile["MIG1G"] = "MIG1g";
|
|
527
|
+
/** MIG 2g GPU instance profile. */
|
|
528
|
+
KnownGPUInstanceProfile["MIG2G"] = "MIG2g";
|
|
529
|
+
/** MIG 3g GPU instance profile. */
|
|
530
|
+
KnownGPUInstanceProfile["MIG3G"] = "MIG3g";
|
|
531
|
+
/** MIG 4g GPU instance profile. */
|
|
532
|
+
KnownGPUInstanceProfile["MIG4G"] = "MIG4g";
|
|
533
|
+
/** MIG 7g GPU instance profile. */
|
|
534
|
+
KnownGPUInstanceProfile["MIG7G"] = "MIG7g";
|
|
535
|
+
})(KnownGPUInstanceProfile || (KnownGPUInstanceProfile = {}));
|
|
536
|
+
export function creationDataSerializer(item) {
|
|
537
|
+
return { sourceResourceId: item["sourceResourceId"] };
|
|
538
|
+
}
|
|
539
|
+
export function creationDataDeserializer(item) {
|
|
540
|
+
return {
|
|
541
|
+
sourceResourceId: item["sourceResourceId"],
|
|
542
|
+
};
|
|
543
|
+
}
|
|
544
|
+
export function agentPoolNetworkProfileSerializer(item) {
|
|
545
|
+
return {
|
|
546
|
+
nodePublicIPTags: !item["nodePublicIPTags"]
|
|
547
|
+
? item["nodePublicIPTags"]
|
|
548
|
+
: ipTagArraySerializer(item["nodePublicIPTags"]),
|
|
549
|
+
allowedHostPorts: !item["allowedHostPorts"]
|
|
550
|
+
? item["allowedHostPorts"]
|
|
551
|
+
: portRangeArraySerializer(item["allowedHostPorts"]),
|
|
552
|
+
applicationSecurityGroups: !item["applicationSecurityGroups"]
|
|
553
|
+
? item["applicationSecurityGroups"]
|
|
554
|
+
: item["applicationSecurityGroups"].map((p) => {
|
|
555
|
+
return p;
|
|
556
|
+
}),
|
|
557
|
+
};
|
|
558
|
+
}
|
|
559
|
+
export function agentPoolNetworkProfileDeserializer(item) {
|
|
560
|
+
return {
|
|
561
|
+
nodePublicIPTags: !item["nodePublicIPTags"]
|
|
562
|
+
? item["nodePublicIPTags"]
|
|
563
|
+
: ipTagArrayDeserializer(item["nodePublicIPTags"]),
|
|
564
|
+
allowedHostPorts: !item["allowedHostPorts"]
|
|
565
|
+
? item["allowedHostPorts"]
|
|
566
|
+
: portRangeArrayDeserializer(item["allowedHostPorts"]),
|
|
567
|
+
applicationSecurityGroups: !item["applicationSecurityGroups"]
|
|
568
|
+
? item["applicationSecurityGroups"]
|
|
569
|
+
: item["applicationSecurityGroups"].map((p) => {
|
|
570
|
+
return p;
|
|
571
|
+
}),
|
|
572
|
+
};
|
|
573
|
+
}
|
|
574
|
+
export function ipTagArraySerializer(result) {
|
|
575
|
+
return result.map((item) => {
|
|
576
|
+
return ipTagSerializer(item);
|
|
577
|
+
});
|
|
578
|
+
}
|
|
579
|
+
export function ipTagArrayDeserializer(result) {
|
|
580
|
+
return result.map((item) => {
|
|
581
|
+
return ipTagDeserializer(item);
|
|
582
|
+
});
|
|
583
|
+
}
|
|
584
|
+
export function ipTagSerializer(item) {
|
|
585
|
+
return { ipTagType: item["ipTagType"], tag: item["tag"] };
|
|
586
|
+
}
|
|
587
|
+
export function ipTagDeserializer(item) {
|
|
588
|
+
return {
|
|
589
|
+
ipTagType: item["ipTagType"],
|
|
590
|
+
tag: item["tag"],
|
|
591
|
+
};
|
|
592
|
+
}
|
|
593
|
+
export function portRangeArraySerializer(result) {
|
|
594
|
+
return result.map((item) => {
|
|
595
|
+
return portRangeSerializer(item);
|
|
596
|
+
});
|
|
597
|
+
}
|
|
598
|
+
export function portRangeArrayDeserializer(result) {
|
|
599
|
+
return result.map((item) => {
|
|
600
|
+
return portRangeDeserializer(item);
|
|
601
|
+
});
|
|
602
|
+
}
|
|
603
|
+
export function portRangeSerializer(item) {
|
|
604
|
+
return { portStart: item["portStart"], portEnd: item["portEnd"], protocol: item["protocol"] };
|
|
605
|
+
}
|
|
606
|
+
export function portRangeDeserializer(item) {
|
|
607
|
+
return {
|
|
608
|
+
portStart: item["portStart"],
|
|
609
|
+
portEnd: item["portEnd"],
|
|
610
|
+
protocol: item["protocol"],
|
|
611
|
+
};
|
|
612
|
+
}
|
|
613
|
+
/** The network protocol of the port. */
|
|
614
|
+
export var KnownProtocol;
|
|
615
|
+
(function (KnownProtocol) {
|
|
616
|
+
/** TCP protocol. */
|
|
617
|
+
KnownProtocol["TCP"] = "TCP";
|
|
618
|
+
/** UDP protocol. */
|
|
619
|
+
KnownProtocol["UDP"] = "UDP";
|
|
620
|
+
})(KnownProtocol || (KnownProtocol = {}));
|
|
621
|
+
export function agentPoolWindowsProfileSerializer(item) {
|
|
622
|
+
return { disableOutboundNat: item["disableOutboundNat"] };
|
|
623
|
+
}
|
|
624
|
+
export function agentPoolWindowsProfileDeserializer(item) {
|
|
625
|
+
return {
|
|
626
|
+
disableOutboundNat: item["disableOutboundNat"],
|
|
627
|
+
};
|
|
628
|
+
}
|
|
629
|
+
export function agentPoolSecurityProfileSerializer(item) {
|
|
630
|
+
return {
|
|
631
|
+
enableVTPM: item["enableVtpm"],
|
|
632
|
+
enableSecureBoot: item["enableSecureBoot"],
|
|
633
|
+
sshAccess: item["sshAccess"],
|
|
634
|
+
};
|
|
635
|
+
}
|
|
636
|
+
export function agentPoolSecurityProfileDeserializer(item) {
|
|
637
|
+
return {
|
|
638
|
+
enableVtpm: item["enableVTPM"],
|
|
639
|
+
enableSecureBoot: item["enableSecureBoot"],
|
|
640
|
+
sshAccess: item["sshAccess"],
|
|
641
|
+
};
|
|
642
|
+
}
|
|
643
|
+
/** SSH access method of an agent pool. */
|
|
644
|
+
export var KnownAgentPoolSSHAccess;
|
|
645
|
+
(function (KnownAgentPoolSSHAccess) {
|
|
646
|
+
/** Can SSH onto the node as a local user using private key. */
|
|
647
|
+
KnownAgentPoolSSHAccess["LocalUser"] = "LocalUser";
|
|
648
|
+
/** SSH service will be turned off on the node. */
|
|
649
|
+
KnownAgentPoolSSHAccess["Disabled"] = "Disabled";
|
|
650
|
+
})(KnownAgentPoolSSHAccess || (KnownAgentPoolSSHAccess = {}));
|
|
651
|
+
export function gpuProfileSerializer(item) {
|
|
652
|
+
return { driver: item["driver"] };
|
|
653
|
+
}
|
|
654
|
+
export function gpuProfileDeserializer(item) {
|
|
655
|
+
return {
|
|
656
|
+
driver: item["driver"],
|
|
657
|
+
};
|
|
658
|
+
}
|
|
659
|
+
/** Whether to install GPU drivers. When it's not specified, default is Install. */
|
|
660
|
+
export var KnownGPUDriver;
|
|
661
|
+
(function (KnownGPUDriver) {
|
|
662
|
+
/** Install driver. */
|
|
663
|
+
KnownGPUDriver["Install"] = "Install";
|
|
664
|
+
/** Skip driver install. */
|
|
665
|
+
KnownGPUDriver["None"] = "None";
|
|
666
|
+
})(KnownGPUDriver || (KnownGPUDriver = {}));
|
|
667
|
+
export function agentPoolGatewayProfileSerializer(item) {
|
|
668
|
+
return { publicIPPrefixSize: item["publicIPPrefixSize"] };
|
|
669
|
+
}
|
|
670
|
+
export function agentPoolGatewayProfileDeserializer(item) {
|
|
671
|
+
return {
|
|
672
|
+
publicIPPrefixSize: item["publicIPPrefixSize"],
|
|
673
|
+
};
|
|
674
|
+
}
|
|
675
|
+
export function virtualMachinesProfileSerializer(item) {
|
|
676
|
+
return { scale: !item["scale"] ? item["scale"] : scaleProfileSerializer(item["scale"]) };
|
|
677
|
+
}
|
|
678
|
+
export function virtualMachinesProfileDeserializer(item) {
|
|
679
|
+
return {
|
|
680
|
+
scale: !item["scale"] ? item["scale"] : scaleProfileDeserializer(item["scale"]),
|
|
681
|
+
};
|
|
682
|
+
}
|
|
683
|
+
export function scaleProfileSerializer(item) {
|
|
684
|
+
return {
|
|
685
|
+
manual: !item["manual"] ? item["manual"] : manualScaleProfileArraySerializer(item["manual"]),
|
|
686
|
+
};
|
|
687
|
+
}
|
|
688
|
+
export function scaleProfileDeserializer(item) {
|
|
689
|
+
return {
|
|
690
|
+
manual: !item["manual"] ? item["manual"] : manualScaleProfileArrayDeserializer(item["manual"]),
|
|
691
|
+
};
|
|
692
|
+
}
|
|
693
|
+
export function manualScaleProfileArraySerializer(result) {
|
|
694
|
+
return result.map((item) => {
|
|
695
|
+
return manualScaleProfileSerializer(item);
|
|
696
|
+
});
|
|
697
|
+
}
|
|
698
|
+
export function manualScaleProfileArrayDeserializer(result) {
|
|
699
|
+
return result.map((item) => {
|
|
700
|
+
return manualScaleProfileDeserializer(item);
|
|
701
|
+
});
|
|
702
|
+
}
|
|
703
|
+
export function manualScaleProfileSerializer(item) {
|
|
704
|
+
return { size: item["size"], count: item["count"] };
|
|
705
|
+
}
|
|
706
|
+
export function manualScaleProfileDeserializer(item) {
|
|
707
|
+
return {
|
|
708
|
+
size: item["size"],
|
|
709
|
+
count: item["count"],
|
|
710
|
+
};
|
|
711
|
+
}
|
|
712
|
+
export function virtualMachineNodesArraySerializer(result) {
|
|
713
|
+
return result.map((item) => {
|
|
714
|
+
return virtualMachineNodesSerializer(item);
|
|
715
|
+
});
|
|
716
|
+
}
|
|
717
|
+
export function virtualMachineNodesArrayDeserializer(result) {
|
|
718
|
+
return result.map((item) => {
|
|
719
|
+
return virtualMachineNodesDeserializer(item);
|
|
720
|
+
});
|
|
721
|
+
}
|
|
722
|
+
export function virtualMachineNodesSerializer(item) {
|
|
723
|
+
return { size: item["size"], count: item["count"] };
|
|
724
|
+
}
|
|
725
|
+
export function virtualMachineNodesDeserializer(item) {
|
|
726
|
+
return {
|
|
727
|
+
size: item["size"],
|
|
728
|
+
count: item["count"],
|
|
729
|
+
};
|
|
730
|
+
}
|
|
731
|
+
export function agentPoolStatusSerializer(item) {
|
|
732
|
+
return item;
|
|
733
|
+
}
|
|
734
|
+
export function agentPoolStatusDeserializer(item) {
|
|
735
|
+
return {
|
|
736
|
+
provisioningError: !item["provisioningError"]
|
|
737
|
+
? item["provisioningError"]
|
|
738
|
+
: errorDetailDeserializer(item["provisioningError"]),
|
|
739
|
+
};
|
|
740
|
+
}
|
|
741
|
+
export function errorDetailDeserializer(item) {
|
|
742
|
+
return {
|
|
743
|
+
code: item["code"],
|
|
744
|
+
message: item["message"],
|
|
745
|
+
target: item["target"],
|
|
746
|
+
details: !item["details"] ? item["details"] : errorDetailArrayDeserializer(item["details"]),
|
|
747
|
+
additionalInfo: !item["additionalInfo"]
|
|
748
|
+
? item["additionalInfo"]
|
|
749
|
+
: errorAdditionalInfoArrayDeserializer(item["additionalInfo"]),
|
|
750
|
+
};
|
|
751
|
+
}
|
|
752
|
+
export function errorDetailArrayDeserializer(result) {
|
|
753
|
+
return result.map((item) => {
|
|
754
|
+
return errorDetailDeserializer(item);
|
|
755
|
+
});
|
|
756
|
+
}
|
|
757
|
+
export function errorAdditionalInfoArrayDeserializer(result) {
|
|
758
|
+
return result.map((item) => {
|
|
759
|
+
return errorAdditionalInfoDeserializer(item);
|
|
760
|
+
});
|
|
761
|
+
}
|
|
762
|
+
export function errorAdditionalInfoDeserializer(item) {
|
|
763
|
+
return {
|
|
764
|
+
type: item["type"],
|
|
765
|
+
info: item["info"],
|
|
766
|
+
};
|
|
767
|
+
}
|
|
768
|
+
export function localDNSProfileSerializer(item) {
|
|
769
|
+
return {
|
|
770
|
+
mode: item["mode"],
|
|
771
|
+
vnetDNSOverrides: !item["vnetDNSOverrides"]
|
|
772
|
+
? item["vnetDNSOverrides"]
|
|
773
|
+
: localDNSOverrideRecordSerializer(item["vnetDNSOverrides"]),
|
|
774
|
+
kubeDNSOverrides: !item["kubeDNSOverrides"]
|
|
775
|
+
? item["kubeDNSOverrides"]
|
|
776
|
+
: localDNSOverrideRecordSerializer(item["kubeDNSOverrides"]),
|
|
777
|
+
};
|
|
778
|
+
}
|
|
779
|
+
export function localDNSProfileDeserializer(item) {
|
|
780
|
+
return {
|
|
781
|
+
mode: item["mode"],
|
|
782
|
+
state: item["state"],
|
|
783
|
+
vnetDNSOverrides: !item["vnetDNSOverrides"]
|
|
784
|
+
? item["vnetDNSOverrides"]
|
|
785
|
+
: localDNSOverrideRecordDeserializer(item["vnetDNSOverrides"]),
|
|
786
|
+
kubeDNSOverrides: !item["kubeDNSOverrides"]
|
|
787
|
+
? item["kubeDNSOverrides"]
|
|
788
|
+
: localDNSOverrideRecordDeserializer(item["kubeDNSOverrides"]),
|
|
789
|
+
};
|
|
790
|
+
}
|
|
791
|
+
/** Mode of enablement for localDNS. */
|
|
792
|
+
export var KnownLocalDNSMode;
|
|
793
|
+
(function (KnownLocalDNSMode) {
|
|
794
|
+
/** If the current orchestrator version supports this feature, prefer enabling localDNS. */
|
|
795
|
+
KnownLocalDNSMode["Preferred"] = "Preferred";
|
|
796
|
+
/** Enable localDNS. */
|
|
797
|
+
KnownLocalDNSMode["Required"] = "Required";
|
|
798
|
+
/** Disable localDNS. */
|
|
799
|
+
KnownLocalDNSMode["Disabled"] = "Disabled";
|
|
800
|
+
})(KnownLocalDNSMode || (KnownLocalDNSMode = {}));
|
|
801
|
+
/** System-generated state of localDNS. */
|
|
802
|
+
export var KnownLocalDNSState;
|
|
803
|
+
(function (KnownLocalDNSState) {
|
|
804
|
+
/** localDNS is enabled. */
|
|
805
|
+
KnownLocalDNSState["Enabled"] = "Enabled";
|
|
806
|
+
/** localDNS is disabled. */
|
|
807
|
+
KnownLocalDNSState["Disabled"] = "Disabled";
|
|
808
|
+
})(KnownLocalDNSState || (KnownLocalDNSState = {}));
|
|
809
|
+
export function localDNSOverrideRecordSerializer(item) {
|
|
810
|
+
const result = {};
|
|
811
|
+
Object.keys(item).map((key) => {
|
|
812
|
+
result[key] = !item[key] ? item[key] : localDNSOverrideSerializer(item[key]);
|
|
813
|
+
});
|
|
814
|
+
return result;
|
|
815
|
+
}
|
|
816
|
+
export function localDNSOverrideRecordDeserializer(item) {
|
|
817
|
+
const result = {};
|
|
818
|
+
Object.keys(item).map((key) => {
|
|
819
|
+
result[key] = !item[key] ? item[key] : localDNSOverrideDeserializer(item[key]);
|
|
820
|
+
});
|
|
821
|
+
return result;
|
|
822
|
+
}
|
|
823
|
+
export function localDNSOverrideSerializer(item) {
|
|
824
|
+
return {
|
|
825
|
+
queryLogging: item["queryLogging"],
|
|
826
|
+
protocol: item["protocol"],
|
|
827
|
+
forwardDestination: item["forwardDestination"],
|
|
828
|
+
forwardPolicy: item["forwardPolicy"],
|
|
829
|
+
maxConcurrent: item["maxConcurrent"],
|
|
830
|
+
cacheDurationInSeconds: item["cacheDurationInSeconds"],
|
|
831
|
+
serveStaleDurationInSeconds: item["serveStaleDurationInSeconds"],
|
|
832
|
+
serveStale: item["serveStale"],
|
|
833
|
+
};
|
|
834
|
+
}
|
|
835
|
+
export function localDNSOverrideDeserializer(item) {
|
|
836
|
+
return {
|
|
837
|
+
queryLogging: item["queryLogging"],
|
|
838
|
+
protocol: item["protocol"],
|
|
839
|
+
forwardDestination: item["forwardDestination"],
|
|
840
|
+
forwardPolicy: item["forwardPolicy"],
|
|
841
|
+
maxConcurrent: item["maxConcurrent"],
|
|
842
|
+
cacheDurationInSeconds: item["cacheDurationInSeconds"],
|
|
843
|
+
serveStaleDurationInSeconds: item["serveStaleDurationInSeconds"],
|
|
844
|
+
serveStale: item["serveStale"],
|
|
845
|
+
};
|
|
846
|
+
}
|
|
847
|
+
/** Log level for DNS queries in localDNS. */
|
|
848
|
+
export var KnownLocalDNSQueryLogging;
|
|
849
|
+
(function (KnownLocalDNSQueryLogging) {
|
|
850
|
+
/** Enables error logging in localDNS. See [errors plugin](https://coredns.io/plugins/errors) for more information. */
|
|
851
|
+
KnownLocalDNSQueryLogging["Error"] = "Error";
|
|
852
|
+
/** Enables query logging in localDNS. See [log plugin](https://coredns.io/plugins/log) for more information. */
|
|
853
|
+
KnownLocalDNSQueryLogging["Log"] = "Log";
|
|
854
|
+
})(KnownLocalDNSQueryLogging || (KnownLocalDNSQueryLogging = {}));
|
|
855
|
+
/** Enforce TCP or prefer UDP protocol for connections from localDNS to upstream DNS server. */
|
|
856
|
+
export var KnownLocalDNSProtocol;
|
|
857
|
+
(function (KnownLocalDNSProtocol) {
|
|
858
|
+
/** Prefer UDP protocol for connections from localDNS to upstream DNS server. */
|
|
859
|
+
KnownLocalDNSProtocol["PreferUDP"] = "PreferUDP";
|
|
860
|
+
/** Enforce TCP protocol for connections from localDNS to upstream DNS server. */
|
|
861
|
+
KnownLocalDNSProtocol["ForceTCP"] = "ForceTCP";
|
|
862
|
+
})(KnownLocalDNSProtocol || (KnownLocalDNSProtocol = {}));
|
|
863
|
+
/** Destination server for DNS queries to be forwarded from localDNS. */
|
|
864
|
+
export var KnownLocalDNSForwardDestination;
|
|
865
|
+
(function (KnownLocalDNSForwardDestination) {
|
|
866
|
+
/** Forward DNS queries from localDNS to cluster CoreDNS. */
|
|
867
|
+
KnownLocalDNSForwardDestination["ClusterCoreDNS"] = "ClusterCoreDNS";
|
|
868
|
+
/** Forward DNS queries from localDNS to DNS server configured in the VNET. A VNET can have multiple DNS servers configured. */
|
|
869
|
+
KnownLocalDNSForwardDestination["VnetDNS"] = "VnetDNS";
|
|
870
|
+
})(KnownLocalDNSForwardDestination || (KnownLocalDNSForwardDestination = {}));
|
|
871
|
+
/** Forward policy for selecting upstream DNS server. See [forward plugin](https://coredns.io/plugins/forward) for more information. */
|
|
872
|
+
export var KnownLocalDNSForwardPolicy;
|
|
873
|
+
(function (KnownLocalDNSForwardPolicy) {
|
|
874
|
+
/** Implements sequential upstream DNS server selection. See [forward plugin](https://coredns.io/plugins/forward) for more information. */
|
|
875
|
+
KnownLocalDNSForwardPolicy["Sequential"] = "Sequential";
|
|
876
|
+
/** Implements round robin upstream DNS server selection. See [forward plugin](https://coredns.io/plugins/forward) for more information. */
|
|
877
|
+
KnownLocalDNSForwardPolicy["RoundRobin"] = "RoundRobin";
|
|
878
|
+
/** Implements random upstream DNS server selection. See [forward plugin](https://coredns.io/plugins/forward) for more information. */
|
|
879
|
+
KnownLocalDNSForwardPolicy["Random"] = "Random";
|
|
880
|
+
})(KnownLocalDNSForwardPolicy || (KnownLocalDNSForwardPolicy = {}));
|
|
881
|
+
/** Policy for serving stale data. See [cache plugin](https://coredns.io/plugins/cache) for more information. */
|
|
882
|
+
export var KnownLocalDNSServeStale;
|
|
883
|
+
(function (KnownLocalDNSServeStale) {
|
|
884
|
+
/** Serve stale data with verification. First verify that an entry is still unavailable from the source before sending the expired entry to the client. See [cache plugin](https://coredns.io/plugins/cache) for more information. */
|
|
885
|
+
KnownLocalDNSServeStale["Verify"] = "Verify";
|
|
886
|
+
/** Serve stale data immediately. Send the expired entry to the client before checking to see if the entry is available from the source. See [cache plugin](https://coredns.io/plugins/cache) for more information. */
|
|
887
|
+
KnownLocalDNSServeStale["Immediate"] = "Immediate";
|
|
888
|
+
/** Disable serving stale data. */
|
|
889
|
+
KnownLocalDNSServeStale["Disable"] = "Disable";
|
|
890
|
+
})(KnownLocalDNSServeStale || (KnownLocalDNSServeStale = {}));
|
|
891
|
+
export function proxyResourceSerializer(item) {
|
|
892
|
+
return item;
|
|
893
|
+
}
|
|
894
|
+
export function proxyResourceDeserializer(item) {
|
|
895
|
+
return {
|
|
896
|
+
id: item["id"],
|
|
897
|
+
name: item["name"],
|
|
898
|
+
type: item["type"],
|
|
899
|
+
systemData: !item["systemData"]
|
|
900
|
+
? item["systemData"]
|
|
901
|
+
: systemDataDeserializer(item["systemData"]),
|
|
902
|
+
};
|
|
903
|
+
}
|
|
904
|
+
export function resourceSerializer(item) {
|
|
905
|
+
return item;
|
|
906
|
+
}
|
|
907
|
+
export function resourceDeserializer(item) {
|
|
908
|
+
return {
|
|
909
|
+
id: item["id"],
|
|
910
|
+
name: item["name"],
|
|
911
|
+
type: item["type"],
|
|
912
|
+
systemData: !item["systemData"]
|
|
913
|
+
? item["systemData"]
|
|
914
|
+
: systemDataDeserializer(item["systemData"]),
|
|
915
|
+
};
|
|
916
|
+
}
|
|
917
|
+
export function systemDataDeserializer(item) {
|
|
918
|
+
return {
|
|
919
|
+
createdBy: item["createdBy"],
|
|
920
|
+
createdByType: item["createdByType"],
|
|
921
|
+
createdAt: !item["createdAt"] ? item["createdAt"] : new Date(item["createdAt"]),
|
|
922
|
+
lastModifiedBy: item["lastModifiedBy"],
|
|
923
|
+
lastModifiedByType: item["lastModifiedByType"],
|
|
924
|
+
lastModifiedAt: !item["lastModifiedAt"]
|
|
925
|
+
? item["lastModifiedAt"]
|
|
926
|
+
: new Date(item["lastModifiedAt"]),
|
|
927
|
+
};
|
|
928
|
+
}
|
|
929
|
+
/** The kind of entity that created the resource. */
|
|
930
|
+
export var KnownCreatedByType;
|
|
931
|
+
(function (KnownCreatedByType) {
|
|
932
|
+
/** The entity was created by a user. */
|
|
933
|
+
KnownCreatedByType["User"] = "User";
|
|
934
|
+
/** The entity was created by an application. */
|
|
935
|
+
KnownCreatedByType["Application"] = "Application";
|
|
936
|
+
/** The entity was created by a managed identity. */
|
|
937
|
+
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
|
938
|
+
/** The entity was created by a key. */
|
|
939
|
+
KnownCreatedByType["Key"] = "Key";
|
|
940
|
+
})(KnownCreatedByType || (KnownCreatedByType = {}));
|
|
941
|
+
export function errorResponseDeserializer(item) {
|
|
942
|
+
return {
|
|
943
|
+
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
944
|
+
};
|
|
945
|
+
}
|
|
946
|
+
export function _agentPoolListResultDeserializer(item) {
|
|
947
|
+
return {
|
|
948
|
+
value: agentPoolArrayDeserializer(item["value"]),
|
|
949
|
+
nextLink: item["nextLink"],
|
|
950
|
+
};
|
|
951
|
+
}
|
|
952
|
+
export function agentPoolArraySerializer(result) {
|
|
953
|
+
return result.map((item) => {
|
|
954
|
+
return agentPoolSerializer(item);
|
|
955
|
+
});
|
|
956
|
+
}
|
|
957
|
+
export function agentPoolArrayDeserializer(result) {
|
|
958
|
+
return result.map((item) => {
|
|
959
|
+
return agentPoolDeserializer(item);
|
|
960
|
+
});
|
|
961
|
+
}
|
|
962
|
+
export function agentPoolDeleteMachinesParameterSerializer(item) {
|
|
963
|
+
return {
|
|
964
|
+
machineNames: item["machineNames"].map((p) => {
|
|
965
|
+
return p;
|
|
966
|
+
}),
|
|
967
|
+
};
|
|
968
|
+
}
|
|
969
|
+
export function agentPoolAvailableVersionsDeserializer(item) {
|
|
970
|
+
return {
|
|
971
|
+
id: item["id"],
|
|
972
|
+
name: item["name"],
|
|
973
|
+
type: item["type"],
|
|
974
|
+
..._agentPoolAvailableVersionsPropertiesDeserializer(item["properties"]),
|
|
975
|
+
};
|
|
976
|
+
}
|
|
977
|
+
export function agentPoolAvailableVersionsPropertiesDeserializer(item) {
|
|
978
|
+
return {
|
|
979
|
+
agentPoolVersions: !item["agentPoolVersions"]
|
|
980
|
+
? item["agentPoolVersions"]
|
|
981
|
+
: agentPoolAvailableVersionsPropertiesAgentPoolVersionsItemArrayDeserializer(item["agentPoolVersions"]),
|
|
982
|
+
};
|
|
983
|
+
}
|
|
984
|
+
export function agentPoolAvailableVersionsPropertiesAgentPoolVersionsItemArrayDeserializer(result) {
|
|
985
|
+
return result.map((item) => {
|
|
986
|
+
return agentPoolAvailableVersionsPropertiesAgentPoolVersionsItemDeserializer(item);
|
|
987
|
+
});
|
|
988
|
+
}
|
|
989
|
+
export function agentPoolAvailableVersionsPropertiesAgentPoolVersionsItemDeserializer(item) {
|
|
990
|
+
return {
|
|
991
|
+
default: item["default"],
|
|
992
|
+
kubernetesVersion: item["kubernetesVersion"],
|
|
993
|
+
isPreview: item["isPreview"],
|
|
994
|
+
};
|
|
995
|
+
}
|
|
996
|
+
export function agentPoolUpgradeProfileDeserializer(item) {
|
|
997
|
+
return {
|
|
998
|
+
id: item["id"],
|
|
999
|
+
name: item["name"],
|
|
1000
|
+
type: item["type"],
|
|
1001
|
+
systemData: !item["systemData"]
|
|
1002
|
+
? item["systemData"]
|
|
1003
|
+
: systemDataDeserializer(item["systemData"]),
|
|
1004
|
+
..._agentPoolUpgradeProfilePropertiesDeserializer(item["properties"]),
|
|
1005
|
+
};
|
|
1006
|
+
}
|
|
1007
|
+
export function agentPoolUpgradeProfilePropertiesDeserializer(item) {
|
|
1008
|
+
return {
|
|
1009
|
+
kubernetesVersion: item["kubernetesVersion"],
|
|
1010
|
+
osType: item["osType"],
|
|
1011
|
+
upgrades: !item["upgrades"]
|
|
1012
|
+
? item["upgrades"]
|
|
1013
|
+
: agentPoolUpgradeProfilePropertiesUpgradesItemArrayDeserializer(item["upgrades"]),
|
|
1014
|
+
latestNodeImageVersion: item["latestNodeImageVersion"],
|
|
1015
|
+
};
|
|
1016
|
+
}
|
|
1017
|
+
export function agentPoolUpgradeProfilePropertiesUpgradesItemArrayDeserializer(result) {
|
|
1018
|
+
return result.map((item) => {
|
|
1019
|
+
return agentPoolUpgradeProfilePropertiesUpgradesItemDeserializer(item);
|
|
1020
|
+
});
|
|
1021
|
+
}
|
|
1022
|
+
export function agentPoolUpgradeProfilePropertiesUpgradesItemDeserializer(item) {
|
|
1023
|
+
return {
|
|
1024
|
+
kubernetesVersion: item["kubernetesVersion"],
|
|
1025
|
+
isPreview: item["isPreview"],
|
|
1026
|
+
};
|
|
1027
|
+
}
|
|
1028
|
+
export function managedClusterSerializer(item) {
|
|
1029
|
+
return {
|
|
1030
|
+
tags: item["tags"],
|
|
1031
|
+
location: item["location"],
|
|
1032
|
+
properties: areAllPropsUndefined(item, [
|
|
1033
|
+
"kubernetesVersion",
|
|
1034
|
+
"dnsPrefix",
|
|
1035
|
+
"fqdnSubdomain",
|
|
1036
|
+
"agentPoolProfiles",
|
|
1037
|
+
"linuxProfile",
|
|
1038
|
+
"windowsProfile",
|
|
1039
|
+
"servicePrincipalProfile",
|
|
1040
|
+
"addonProfiles",
|
|
1041
|
+
"podIdentityProfile",
|
|
1042
|
+
"oidcIssuerProfile",
|
|
1043
|
+
"nodeResourceGroup",
|
|
1044
|
+
"nodeResourceGroupProfile",
|
|
1045
|
+
"enableRBAC",
|
|
1046
|
+
"supportPlan",
|
|
1047
|
+
"networkProfile",
|
|
1048
|
+
"aadProfile",
|
|
1049
|
+
"autoUpgradeProfile",
|
|
1050
|
+
"upgradeSettings",
|
|
1051
|
+
"autoScalerProfile",
|
|
1052
|
+
"apiServerAccessProfile",
|
|
1053
|
+
"diskEncryptionSetID",
|
|
1054
|
+
"identityProfile",
|
|
1055
|
+
"privateLinkResources",
|
|
1056
|
+
"disableLocalAccounts",
|
|
1057
|
+
"httpProxyConfig",
|
|
1058
|
+
"securityProfile",
|
|
1059
|
+
"storageProfile",
|
|
1060
|
+
"ingressProfile",
|
|
1061
|
+
"publicNetworkAccess",
|
|
1062
|
+
"workloadAutoScalerProfile",
|
|
1063
|
+
"azureMonitorProfile",
|
|
1064
|
+
"serviceMeshProfile",
|
|
1065
|
+
"metricsProfile",
|
|
1066
|
+
"nodeProvisioningProfile",
|
|
1067
|
+
"bootstrapProfile",
|
|
1068
|
+
"aiToolchainOperatorProfile",
|
|
1069
|
+
"status",
|
|
1070
|
+
])
|
|
1071
|
+
? undefined
|
|
1072
|
+
: _managedClusterPropertiesSerializer(item),
|
|
1073
|
+
sku: !item["sku"] ? item["sku"] : managedClusterSKUSerializer(item["sku"]),
|
|
1074
|
+
extendedLocation: !item["extendedLocation"]
|
|
1075
|
+
? item["extendedLocation"]
|
|
1076
|
+
: extendedLocationSerializer(item["extendedLocation"]),
|
|
1077
|
+
identity: !item["identity"]
|
|
1078
|
+
? item["identity"]
|
|
1079
|
+
: managedClusterIdentitySerializer(item["identity"]),
|
|
1080
|
+
kind: item["kind"],
|
|
1081
|
+
};
|
|
1082
|
+
}
|
|
1083
|
+
export function managedClusterDeserializer(item) {
|
|
1084
|
+
return {
|
|
1085
|
+
tags: !item["tags"]
|
|
1086
|
+
? item["tags"]
|
|
1087
|
+
: Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
1088
|
+
location: item["location"],
|
|
1089
|
+
id: item["id"],
|
|
1090
|
+
name: item["name"],
|
|
1091
|
+
type: item["type"],
|
|
1092
|
+
systemData: !item["systemData"]
|
|
1093
|
+
? item["systemData"]
|
|
1094
|
+
: systemDataDeserializer(item["systemData"]),
|
|
1095
|
+
...(!item["properties"]
|
|
1096
|
+
? item["properties"]
|
|
1097
|
+
: _managedClusterPropertiesDeserializer(item["properties"])),
|
|
1098
|
+
eTag: item["eTag"],
|
|
1099
|
+
sku: !item["sku"] ? item["sku"] : managedClusterSKUDeserializer(item["sku"]),
|
|
1100
|
+
extendedLocation: !item["extendedLocation"]
|
|
1101
|
+
? item["extendedLocation"]
|
|
1102
|
+
: extendedLocationDeserializer(item["extendedLocation"]),
|
|
1103
|
+
identity: !item["identity"]
|
|
1104
|
+
? item["identity"]
|
|
1105
|
+
: managedClusterIdentityDeserializer(item["identity"]),
|
|
1106
|
+
kind: item["kind"],
|
|
1107
|
+
};
|
|
1108
|
+
}
|
|
1109
|
+
export function managedClusterPropertiesSerializer(item) {
|
|
1110
|
+
return {
|
|
1111
|
+
kubernetesVersion: item["kubernetesVersion"],
|
|
1112
|
+
dnsPrefix: item["dnsPrefix"],
|
|
1113
|
+
fqdnSubdomain: item["fqdnSubdomain"],
|
|
1114
|
+
agentPoolProfiles: !item["agentPoolProfiles"]
|
|
1115
|
+
? item["agentPoolProfiles"]
|
|
1116
|
+
: managedClusterAgentPoolProfileArraySerializer(item["agentPoolProfiles"]),
|
|
1117
|
+
linuxProfile: !item["linuxProfile"]
|
|
1118
|
+
? item["linuxProfile"]
|
|
1119
|
+
: containerServiceLinuxProfileSerializer(item["linuxProfile"]),
|
|
1120
|
+
windowsProfile: !item["windowsProfile"]
|
|
1121
|
+
? item["windowsProfile"]
|
|
1122
|
+
: managedClusterWindowsProfileSerializer(item["windowsProfile"]),
|
|
1123
|
+
servicePrincipalProfile: !item["servicePrincipalProfile"]
|
|
1124
|
+
? item["servicePrincipalProfile"]
|
|
1125
|
+
: managedClusterServicePrincipalProfileSerializer(item["servicePrincipalProfile"]),
|
|
1126
|
+
addonProfiles: !item["addonProfiles"]
|
|
1127
|
+
? item["addonProfiles"]
|
|
1128
|
+
: managedClusterAddonProfileRecordSerializer(item["addonProfiles"]),
|
|
1129
|
+
podIdentityProfile: !item["podIdentityProfile"]
|
|
1130
|
+
? item["podIdentityProfile"]
|
|
1131
|
+
: managedClusterPodIdentityProfileSerializer(item["podIdentityProfile"]),
|
|
1132
|
+
oidcIssuerProfile: !item["oidcIssuerProfile"]
|
|
1133
|
+
? item["oidcIssuerProfile"]
|
|
1134
|
+
: managedClusterOidcIssuerProfileSerializer(item["oidcIssuerProfile"]),
|
|
1135
|
+
nodeResourceGroup: item["nodeResourceGroup"],
|
|
1136
|
+
nodeResourceGroupProfile: !item["nodeResourceGroupProfile"]
|
|
1137
|
+
? item["nodeResourceGroupProfile"]
|
|
1138
|
+
: managedClusterNodeResourceGroupProfileSerializer(item["nodeResourceGroupProfile"]),
|
|
1139
|
+
enableRBAC: item["enableRbac"],
|
|
1140
|
+
supportPlan: item["supportPlan"],
|
|
1141
|
+
networkProfile: !item["networkProfile"]
|
|
1142
|
+
? item["networkProfile"]
|
|
1143
|
+
: containerServiceNetworkProfileSerializer(item["networkProfile"]),
|
|
1144
|
+
aadProfile: !item["aadProfile"]
|
|
1145
|
+
? item["aadProfile"]
|
|
1146
|
+
: managedClusterAADProfileSerializer(item["aadProfile"]),
|
|
1147
|
+
autoUpgradeProfile: !item["autoUpgradeProfile"]
|
|
1148
|
+
? item["autoUpgradeProfile"]
|
|
1149
|
+
: managedClusterAutoUpgradeProfileSerializer(item["autoUpgradeProfile"]),
|
|
1150
|
+
upgradeSettings: !item["upgradeSettings"]
|
|
1151
|
+
? item["upgradeSettings"]
|
|
1152
|
+
: clusterUpgradeSettingsSerializer(item["upgradeSettings"]),
|
|
1153
|
+
autoScalerProfile: !item["autoScalerProfile"]
|
|
1154
|
+
? item["autoScalerProfile"]
|
|
1155
|
+
: managedClusterPropertiesAutoScalerProfileSerializer(item["autoScalerProfile"]),
|
|
1156
|
+
apiServerAccessProfile: !item["apiServerAccessProfile"]
|
|
1157
|
+
? item["apiServerAccessProfile"]
|
|
1158
|
+
: managedClusterAPIServerAccessProfileSerializer(item["apiServerAccessProfile"]),
|
|
1159
|
+
diskEncryptionSetID: item["diskEncryptionSetID"],
|
|
1160
|
+
identityProfile: !item["identityProfile"]
|
|
1161
|
+
? item["identityProfile"]
|
|
1162
|
+
: userAssignedIdentityRecordSerializer(item["identityProfile"]),
|
|
1163
|
+
privateLinkResources: !item["privateLinkResources"]
|
|
1164
|
+
? item["privateLinkResources"]
|
|
1165
|
+
: privateLinkResourceArraySerializer(item["privateLinkResources"]),
|
|
1166
|
+
disableLocalAccounts: item["disableLocalAccounts"],
|
|
1167
|
+
httpProxyConfig: !item["httpProxyConfig"]
|
|
1168
|
+
? item["httpProxyConfig"]
|
|
1169
|
+
: managedClusterHttpProxyConfigSerializer(item["httpProxyConfig"]),
|
|
1170
|
+
securityProfile: !item["securityProfile"]
|
|
1171
|
+
? item["securityProfile"]
|
|
1172
|
+
: managedClusterSecurityProfileSerializer(item["securityProfile"]),
|
|
1173
|
+
storageProfile: !item["storageProfile"]
|
|
1174
|
+
? item["storageProfile"]
|
|
1175
|
+
: managedClusterStorageProfileSerializer(item["storageProfile"]),
|
|
1176
|
+
ingressProfile: !item["ingressProfile"]
|
|
1177
|
+
? item["ingressProfile"]
|
|
1178
|
+
: managedClusterIngressProfileSerializer(item["ingressProfile"]),
|
|
1179
|
+
publicNetworkAccess: item["publicNetworkAccess"],
|
|
1180
|
+
workloadAutoScalerProfile: !item["workloadAutoScalerProfile"]
|
|
1181
|
+
? item["workloadAutoScalerProfile"]
|
|
1182
|
+
: managedClusterWorkloadAutoScalerProfileSerializer(item["workloadAutoScalerProfile"]),
|
|
1183
|
+
azureMonitorProfile: !item["azureMonitorProfile"]
|
|
1184
|
+
? item["azureMonitorProfile"]
|
|
1185
|
+
: managedClusterAzureMonitorProfileSerializer(item["azureMonitorProfile"]),
|
|
1186
|
+
serviceMeshProfile: !item["serviceMeshProfile"]
|
|
1187
|
+
? item["serviceMeshProfile"]
|
|
1188
|
+
: serviceMeshProfileSerializer(item["serviceMeshProfile"]),
|
|
1189
|
+
metricsProfile: !item["metricsProfile"]
|
|
1190
|
+
? item["metricsProfile"]
|
|
1191
|
+
: managedClusterMetricsProfileSerializer(item["metricsProfile"]),
|
|
1192
|
+
nodeProvisioningProfile: !item["nodeProvisioningProfile"]
|
|
1193
|
+
? item["nodeProvisioningProfile"]
|
|
1194
|
+
: managedClusterNodeProvisioningProfileSerializer(item["nodeProvisioningProfile"]),
|
|
1195
|
+
bootstrapProfile: !item["bootstrapProfile"]
|
|
1196
|
+
? item["bootstrapProfile"]
|
|
1197
|
+
: managedClusterBootstrapProfileSerializer(item["bootstrapProfile"]),
|
|
1198
|
+
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"]
|
|
1199
|
+
? item["aiToolchainOperatorProfile"]
|
|
1200
|
+
: managedClusterAIToolchainOperatorProfileSerializer(item["aiToolchainOperatorProfile"]),
|
|
1201
|
+
status: !item["status"] ? item["status"] : managedClusterStatusSerializer(item["status"]),
|
|
1202
|
+
};
|
|
1203
|
+
}
|
|
1204
|
+
export function managedClusterPropertiesDeserializer(item) {
|
|
1205
|
+
return {
|
|
1206
|
+
provisioningState: item["provisioningState"],
|
|
1207
|
+
powerState: !item["powerState"]
|
|
1208
|
+
? item["powerState"]
|
|
1209
|
+
: powerStateDeserializer(item["powerState"]),
|
|
1210
|
+
maxAgentPools: item["maxAgentPools"],
|
|
1211
|
+
kubernetesVersion: item["kubernetesVersion"],
|
|
1212
|
+
currentKubernetesVersion: item["currentKubernetesVersion"],
|
|
1213
|
+
dnsPrefix: item["dnsPrefix"],
|
|
1214
|
+
fqdnSubdomain: item["fqdnSubdomain"],
|
|
1215
|
+
fqdn: item["fqdn"],
|
|
1216
|
+
privateFqdn: item["privateFQDN"],
|
|
1217
|
+
azurePortalFqdn: item["azurePortalFQDN"],
|
|
1218
|
+
agentPoolProfiles: !item["agentPoolProfiles"]
|
|
1219
|
+
? item["agentPoolProfiles"]
|
|
1220
|
+
: managedClusterAgentPoolProfileArrayDeserializer(item["agentPoolProfiles"]),
|
|
1221
|
+
linuxProfile: !item["linuxProfile"]
|
|
1222
|
+
? item["linuxProfile"]
|
|
1223
|
+
: containerServiceLinuxProfileDeserializer(item["linuxProfile"]),
|
|
1224
|
+
windowsProfile: !item["windowsProfile"]
|
|
1225
|
+
? item["windowsProfile"]
|
|
1226
|
+
: managedClusterWindowsProfileDeserializer(item["windowsProfile"]),
|
|
1227
|
+
servicePrincipalProfile: !item["servicePrincipalProfile"]
|
|
1228
|
+
? item["servicePrincipalProfile"]
|
|
1229
|
+
: managedClusterServicePrincipalProfileDeserializer(item["servicePrincipalProfile"]),
|
|
1230
|
+
addonProfiles: !item["addonProfiles"]
|
|
1231
|
+
? item["addonProfiles"]
|
|
1232
|
+
: managedClusterAddonProfileRecordDeserializer(item["addonProfiles"]),
|
|
1233
|
+
podIdentityProfile: !item["podIdentityProfile"]
|
|
1234
|
+
? item["podIdentityProfile"]
|
|
1235
|
+
: managedClusterPodIdentityProfileDeserializer(item["podIdentityProfile"]),
|
|
1236
|
+
oidcIssuerProfile: !item["oidcIssuerProfile"]
|
|
1237
|
+
? item["oidcIssuerProfile"]
|
|
1238
|
+
: managedClusterOidcIssuerProfileDeserializer(item["oidcIssuerProfile"]),
|
|
1239
|
+
nodeResourceGroup: item["nodeResourceGroup"],
|
|
1240
|
+
nodeResourceGroupProfile: !item["nodeResourceGroupProfile"]
|
|
1241
|
+
? item["nodeResourceGroupProfile"]
|
|
1242
|
+
: managedClusterNodeResourceGroupProfileDeserializer(item["nodeResourceGroupProfile"]),
|
|
1243
|
+
enableRbac: item["enableRBAC"],
|
|
1244
|
+
supportPlan: item["supportPlan"],
|
|
1245
|
+
networkProfile: !item["networkProfile"]
|
|
1246
|
+
? item["networkProfile"]
|
|
1247
|
+
: containerServiceNetworkProfileDeserializer(item["networkProfile"]),
|
|
1248
|
+
aadProfile: !item["aadProfile"]
|
|
1249
|
+
? item["aadProfile"]
|
|
1250
|
+
: managedClusterAADProfileDeserializer(item["aadProfile"]),
|
|
1251
|
+
autoUpgradeProfile: !item["autoUpgradeProfile"]
|
|
1252
|
+
? item["autoUpgradeProfile"]
|
|
1253
|
+
: managedClusterAutoUpgradeProfileDeserializer(item["autoUpgradeProfile"]),
|
|
1254
|
+
upgradeSettings: !item["upgradeSettings"]
|
|
1255
|
+
? item["upgradeSettings"]
|
|
1256
|
+
: clusterUpgradeSettingsDeserializer(item["upgradeSettings"]),
|
|
1257
|
+
autoScalerProfile: !item["autoScalerProfile"]
|
|
1258
|
+
? item["autoScalerProfile"]
|
|
1259
|
+
: managedClusterPropertiesAutoScalerProfileDeserializer(item["autoScalerProfile"]),
|
|
1260
|
+
apiServerAccessProfile: !item["apiServerAccessProfile"]
|
|
1261
|
+
? item["apiServerAccessProfile"]
|
|
1262
|
+
: managedClusterAPIServerAccessProfileDeserializer(item["apiServerAccessProfile"]),
|
|
1263
|
+
diskEncryptionSetID: item["diskEncryptionSetID"],
|
|
1264
|
+
identityProfile: !item["identityProfile"]
|
|
1265
|
+
? item["identityProfile"]
|
|
1266
|
+
: userAssignedIdentityRecordDeserializer(item["identityProfile"]),
|
|
1267
|
+
privateLinkResources: !item["privateLinkResources"]
|
|
1268
|
+
? item["privateLinkResources"]
|
|
1269
|
+
: privateLinkResourceArrayDeserializer(item["privateLinkResources"]),
|
|
1270
|
+
disableLocalAccounts: item["disableLocalAccounts"],
|
|
1271
|
+
httpProxyConfig: !item["httpProxyConfig"]
|
|
1272
|
+
? item["httpProxyConfig"]
|
|
1273
|
+
: managedClusterHttpProxyConfigDeserializer(item["httpProxyConfig"]),
|
|
1274
|
+
securityProfile: !item["securityProfile"]
|
|
1275
|
+
? item["securityProfile"]
|
|
1276
|
+
: managedClusterSecurityProfileDeserializer(item["securityProfile"]),
|
|
1277
|
+
storageProfile: !item["storageProfile"]
|
|
1278
|
+
? item["storageProfile"]
|
|
1279
|
+
: managedClusterStorageProfileDeserializer(item["storageProfile"]),
|
|
1280
|
+
ingressProfile: !item["ingressProfile"]
|
|
1281
|
+
? item["ingressProfile"]
|
|
1282
|
+
: managedClusterIngressProfileDeserializer(item["ingressProfile"]),
|
|
1283
|
+
publicNetworkAccess: item["publicNetworkAccess"],
|
|
1284
|
+
workloadAutoScalerProfile: !item["workloadAutoScalerProfile"]
|
|
1285
|
+
? item["workloadAutoScalerProfile"]
|
|
1286
|
+
: managedClusterWorkloadAutoScalerProfileDeserializer(item["workloadAutoScalerProfile"]),
|
|
1287
|
+
azureMonitorProfile: !item["azureMonitorProfile"]
|
|
1288
|
+
? item["azureMonitorProfile"]
|
|
1289
|
+
: managedClusterAzureMonitorProfileDeserializer(item["azureMonitorProfile"]),
|
|
1290
|
+
serviceMeshProfile: !item["serviceMeshProfile"]
|
|
1291
|
+
? item["serviceMeshProfile"]
|
|
1292
|
+
: serviceMeshProfileDeserializer(item["serviceMeshProfile"]),
|
|
1293
|
+
resourceUID: item["resourceUID"],
|
|
1294
|
+
metricsProfile: !item["metricsProfile"]
|
|
1295
|
+
? item["metricsProfile"]
|
|
1296
|
+
: managedClusterMetricsProfileDeserializer(item["metricsProfile"]),
|
|
1297
|
+
nodeProvisioningProfile: !item["nodeProvisioningProfile"]
|
|
1298
|
+
? item["nodeProvisioningProfile"]
|
|
1299
|
+
: managedClusterNodeProvisioningProfileDeserializer(item["nodeProvisioningProfile"]),
|
|
1300
|
+
bootstrapProfile: !item["bootstrapProfile"]
|
|
1301
|
+
? item["bootstrapProfile"]
|
|
1302
|
+
: managedClusterBootstrapProfileDeserializer(item["bootstrapProfile"]),
|
|
1303
|
+
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"]
|
|
1304
|
+
? item["aiToolchainOperatorProfile"]
|
|
1305
|
+
: managedClusterAIToolchainOperatorProfileDeserializer(item["aiToolchainOperatorProfile"]),
|
|
1306
|
+
status: !item["status"] ? item["status"] : managedClusterStatusDeserializer(item["status"]),
|
|
1307
|
+
};
|
|
1308
|
+
}
|
|
1309
|
+
export function managedClusterAgentPoolProfileArraySerializer(result) {
|
|
1310
|
+
return result.map((item) => {
|
|
1311
|
+
return managedClusterAgentPoolProfileSerializer(item);
|
|
1312
|
+
});
|
|
1313
|
+
}
|
|
1314
|
+
export function managedClusterAgentPoolProfileArrayDeserializer(result) {
|
|
1315
|
+
return result.map((item) => {
|
|
1316
|
+
return managedClusterAgentPoolProfileDeserializer(item);
|
|
1317
|
+
});
|
|
1318
|
+
}
|
|
1319
|
+
export function managedClusterAgentPoolProfileSerializer(item) {
|
|
1320
|
+
return {
|
|
1321
|
+
count: item["count"],
|
|
1322
|
+
vmSize: item["vmSize"],
|
|
1323
|
+
osDiskSizeGB: item["osDiskSizeGB"],
|
|
1324
|
+
osDiskType: item["osDiskType"],
|
|
1325
|
+
kubeletDiskType: item["kubeletDiskType"],
|
|
1326
|
+
workloadRuntime: item["workloadRuntime"],
|
|
1327
|
+
messageOfTheDay: item["messageOfTheDay"],
|
|
1328
|
+
vnetSubnetID: item["vnetSubnetID"],
|
|
1329
|
+
podSubnetID: item["podSubnetID"],
|
|
1330
|
+
podIPAllocationMode: item["podIPAllocationMode"],
|
|
1331
|
+
maxPods: item["maxPods"],
|
|
1332
|
+
osType: item["osType"],
|
|
1333
|
+
osSKU: item["osSKU"],
|
|
1334
|
+
maxCount: item["maxCount"],
|
|
1335
|
+
minCount: item["minCount"],
|
|
1336
|
+
enableAutoScaling: item["enableAutoScaling"],
|
|
1337
|
+
scaleDownMode: item["scaleDownMode"],
|
|
1338
|
+
type: item["type"],
|
|
1339
|
+
mode: item["mode"],
|
|
1340
|
+
orchestratorVersion: item["orchestratorVersion"],
|
|
1341
|
+
upgradeSettings: !item["upgradeSettings"]
|
|
1342
|
+
? item["upgradeSettings"]
|
|
1343
|
+
: agentPoolUpgradeSettingsSerializer(item["upgradeSettings"]),
|
|
1344
|
+
powerState: !item["powerState"] ? item["powerState"] : powerStateSerializer(item["powerState"]),
|
|
1345
|
+
availabilityZones: !item["availabilityZones"]
|
|
1346
|
+
? item["availabilityZones"]
|
|
1347
|
+
: item["availabilityZones"].map((p) => {
|
|
1348
|
+
return p;
|
|
1349
|
+
}),
|
|
1350
|
+
enableNodePublicIP: item["enableNodePublicIP"],
|
|
1351
|
+
nodePublicIPPrefixID: item["nodePublicIPPrefixID"],
|
|
1352
|
+
scaleSetPriority: item["scaleSetPriority"],
|
|
1353
|
+
scaleSetEvictionPolicy: item["scaleSetEvictionPolicy"],
|
|
1354
|
+
spotMaxPrice: item["spotMaxPrice"],
|
|
1355
|
+
tags: item["tags"],
|
|
1356
|
+
nodeLabels: item["nodeLabels"],
|
|
1357
|
+
nodeTaints: !item["nodeTaints"]
|
|
1358
|
+
? item["nodeTaints"]
|
|
1359
|
+
: item["nodeTaints"].map((p) => {
|
|
1360
|
+
return p;
|
|
1361
|
+
}),
|
|
1362
|
+
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
1363
|
+
kubeletConfig: !item["kubeletConfig"]
|
|
1364
|
+
? item["kubeletConfig"]
|
|
1365
|
+
: kubeletConfigSerializer(item["kubeletConfig"]),
|
|
1366
|
+
linuxOSConfig: !item["linuxOSConfig"]
|
|
1367
|
+
? item["linuxOSConfig"]
|
|
1368
|
+
: linuxOSConfigSerializer(item["linuxOSConfig"]),
|
|
1369
|
+
enableEncryptionAtHost: item["enableEncryptionAtHost"],
|
|
1370
|
+
enableUltraSSD: item["enableUltraSSD"],
|
|
1371
|
+
enableFIPS: item["enableFips"],
|
|
1372
|
+
gpuInstanceProfile: item["gpuInstanceProfile"],
|
|
1373
|
+
creationData: !item["creationData"]
|
|
1374
|
+
? item["creationData"]
|
|
1375
|
+
: creationDataSerializer(item["creationData"]),
|
|
1376
|
+
capacityReservationGroupID: item["capacityReservationGroupID"],
|
|
1377
|
+
hostGroupID: item["hostGroupID"],
|
|
1378
|
+
networkProfile: !item["networkProfile"]
|
|
1379
|
+
? item["networkProfile"]
|
|
1380
|
+
: agentPoolNetworkProfileSerializer(item["networkProfile"]),
|
|
1381
|
+
windowsProfile: !item["windowsProfile"]
|
|
1382
|
+
? item["windowsProfile"]
|
|
1383
|
+
: agentPoolWindowsProfileSerializer(item["windowsProfile"]),
|
|
1384
|
+
securityProfile: !item["securityProfile"]
|
|
1385
|
+
? item["securityProfile"]
|
|
1386
|
+
: agentPoolSecurityProfileSerializer(item["securityProfile"]),
|
|
1387
|
+
gpuProfile: !item["gpuProfile"] ? item["gpuProfile"] : gpuProfileSerializer(item["gpuProfile"]),
|
|
1388
|
+
gatewayProfile: !item["gatewayProfile"]
|
|
1389
|
+
? item["gatewayProfile"]
|
|
1390
|
+
: agentPoolGatewayProfileSerializer(item["gatewayProfile"]),
|
|
1391
|
+
virtualMachinesProfile: !item["virtualMachinesProfile"]
|
|
1392
|
+
? item["virtualMachinesProfile"]
|
|
1393
|
+
: virtualMachinesProfileSerializer(item["virtualMachinesProfile"]),
|
|
1394
|
+
virtualMachineNodesStatus: !item["virtualMachineNodesStatus"]
|
|
1395
|
+
? item["virtualMachineNodesStatus"]
|
|
1396
|
+
: virtualMachineNodesArraySerializer(item["virtualMachineNodesStatus"]),
|
|
1397
|
+
status: !item["status"] ? item["status"] : agentPoolStatusSerializer(item["status"]),
|
|
1398
|
+
localDNSProfile: !item["localDNSProfile"]
|
|
1399
|
+
? item["localDNSProfile"]
|
|
1400
|
+
: localDNSProfileSerializer(item["localDNSProfile"]),
|
|
1401
|
+
name: item["name"],
|
|
1402
|
+
};
|
|
1403
|
+
}
|
|
1404
|
+
export function managedClusterAgentPoolProfileDeserializer(item) {
|
|
1405
|
+
return {
|
|
1406
|
+
eTag: item["eTag"],
|
|
1407
|
+
count: item["count"],
|
|
1408
|
+
vmSize: item["vmSize"],
|
|
1409
|
+
osDiskSizeGB: item["osDiskSizeGB"],
|
|
1410
|
+
osDiskType: item["osDiskType"],
|
|
1411
|
+
kubeletDiskType: item["kubeletDiskType"],
|
|
1412
|
+
workloadRuntime: item["workloadRuntime"],
|
|
1413
|
+
messageOfTheDay: item["messageOfTheDay"],
|
|
1414
|
+
vnetSubnetID: item["vnetSubnetID"],
|
|
1415
|
+
podSubnetID: item["podSubnetID"],
|
|
1416
|
+
podIPAllocationMode: item["podIPAllocationMode"],
|
|
1417
|
+
maxPods: item["maxPods"],
|
|
1418
|
+
osType: item["osType"],
|
|
1419
|
+
osSKU: item["osSKU"],
|
|
1420
|
+
maxCount: item["maxCount"],
|
|
1421
|
+
minCount: item["minCount"],
|
|
1422
|
+
enableAutoScaling: item["enableAutoScaling"],
|
|
1423
|
+
scaleDownMode: item["scaleDownMode"],
|
|
1424
|
+
type: item["type"],
|
|
1425
|
+
mode: item["mode"],
|
|
1426
|
+
orchestratorVersion: item["orchestratorVersion"],
|
|
1427
|
+
currentOrchestratorVersion: item["currentOrchestratorVersion"],
|
|
1428
|
+
nodeImageVersion: item["nodeImageVersion"],
|
|
1429
|
+
upgradeSettings: !item["upgradeSettings"]
|
|
1430
|
+
? item["upgradeSettings"]
|
|
1431
|
+
: agentPoolUpgradeSettingsDeserializer(item["upgradeSettings"]),
|
|
1432
|
+
provisioningState: item["provisioningState"],
|
|
1433
|
+
powerState: !item["powerState"]
|
|
1434
|
+
? item["powerState"]
|
|
1435
|
+
: powerStateDeserializer(item["powerState"]),
|
|
1436
|
+
availabilityZones: !item["availabilityZones"]
|
|
1437
|
+
? item["availabilityZones"]
|
|
1438
|
+
: item["availabilityZones"].map((p) => {
|
|
1439
|
+
return p;
|
|
1440
|
+
}),
|
|
1441
|
+
enableNodePublicIP: item["enableNodePublicIP"],
|
|
1442
|
+
nodePublicIPPrefixID: item["nodePublicIPPrefixID"],
|
|
1443
|
+
scaleSetPriority: item["scaleSetPriority"],
|
|
1444
|
+
scaleSetEvictionPolicy: item["scaleSetEvictionPolicy"],
|
|
1445
|
+
spotMaxPrice: item["spotMaxPrice"],
|
|
1446
|
+
tags: !item["tags"]
|
|
1447
|
+
? item["tags"]
|
|
1448
|
+
: Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
1449
|
+
nodeLabels: !item["nodeLabels"]
|
|
1450
|
+
? item["nodeLabels"]
|
|
1451
|
+
: Object.fromEntries(Object.entries(item["nodeLabels"]).map(([k, p]) => [k, p])),
|
|
1452
|
+
nodeTaints: !item["nodeTaints"]
|
|
1453
|
+
? item["nodeTaints"]
|
|
1454
|
+
: item["nodeTaints"].map((p) => {
|
|
1455
|
+
return p;
|
|
1456
|
+
}),
|
|
1457
|
+
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
1458
|
+
kubeletConfig: !item["kubeletConfig"]
|
|
1459
|
+
? item["kubeletConfig"]
|
|
1460
|
+
: kubeletConfigDeserializer(item["kubeletConfig"]),
|
|
1461
|
+
linuxOSConfig: !item["linuxOSConfig"]
|
|
1462
|
+
? item["linuxOSConfig"]
|
|
1463
|
+
: linuxOSConfigDeserializer(item["linuxOSConfig"]),
|
|
1464
|
+
enableEncryptionAtHost: item["enableEncryptionAtHost"],
|
|
1465
|
+
enableUltraSSD: item["enableUltraSSD"],
|
|
1466
|
+
enableFips: item["enableFIPS"],
|
|
1467
|
+
gpuInstanceProfile: item["gpuInstanceProfile"],
|
|
1468
|
+
creationData: !item["creationData"]
|
|
1469
|
+
? item["creationData"]
|
|
1470
|
+
: creationDataDeserializer(item["creationData"]),
|
|
1471
|
+
capacityReservationGroupID: item["capacityReservationGroupID"],
|
|
1472
|
+
hostGroupID: item["hostGroupID"],
|
|
1473
|
+
networkProfile: !item["networkProfile"]
|
|
1474
|
+
? item["networkProfile"]
|
|
1475
|
+
: agentPoolNetworkProfileDeserializer(item["networkProfile"]),
|
|
1476
|
+
windowsProfile: !item["windowsProfile"]
|
|
1477
|
+
? item["windowsProfile"]
|
|
1478
|
+
: agentPoolWindowsProfileDeserializer(item["windowsProfile"]),
|
|
1479
|
+
securityProfile: !item["securityProfile"]
|
|
1480
|
+
? item["securityProfile"]
|
|
1481
|
+
: agentPoolSecurityProfileDeserializer(item["securityProfile"]),
|
|
1482
|
+
gpuProfile: !item["gpuProfile"]
|
|
1483
|
+
? item["gpuProfile"]
|
|
1484
|
+
: gpuProfileDeserializer(item["gpuProfile"]),
|
|
1485
|
+
gatewayProfile: !item["gatewayProfile"]
|
|
1486
|
+
? item["gatewayProfile"]
|
|
1487
|
+
: agentPoolGatewayProfileDeserializer(item["gatewayProfile"]),
|
|
1488
|
+
virtualMachinesProfile: !item["virtualMachinesProfile"]
|
|
1489
|
+
? item["virtualMachinesProfile"]
|
|
1490
|
+
: virtualMachinesProfileDeserializer(item["virtualMachinesProfile"]),
|
|
1491
|
+
virtualMachineNodesStatus: !item["virtualMachineNodesStatus"]
|
|
1492
|
+
? item["virtualMachineNodesStatus"]
|
|
1493
|
+
: virtualMachineNodesArrayDeserializer(item["virtualMachineNodesStatus"]),
|
|
1494
|
+
status: !item["status"] ? item["status"] : agentPoolStatusDeserializer(item["status"]),
|
|
1495
|
+
localDNSProfile: !item["localDNSProfile"]
|
|
1496
|
+
? item["localDNSProfile"]
|
|
1497
|
+
: localDNSProfileDeserializer(item["localDNSProfile"]),
|
|
1498
|
+
name: item["name"],
|
|
1499
|
+
};
|
|
1500
|
+
}
|
|
1501
|
+
export function containerServiceLinuxProfileSerializer(item) {
|
|
1502
|
+
return {
|
|
1503
|
+
adminUsername: item["adminUsername"],
|
|
1504
|
+
ssh: containerServiceSshConfigurationSerializer(item["ssh"]),
|
|
1505
|
+
};
|
|
1506
|
+
}
|
|
1507
|
+
export function containerServiceLinuxProfileDeserializer(item) {
|
|
1508
|
+
return {
|
|
1509
|
+
adminUsername: item["adminUsername"],
|
|
1510
|
+
ssh: containerServiceSshConfigurationDeserializer(item["ssh"]),
|
|
1511
|
+
};
|
|
1512
|
+
}
|
|
1513
|
+
export function containerServiceSshConfigurationSerializer(item) {
|
|
1514
|
+
return { publicKeys: containerServiceSshPublicKeyArraySerializer(item["publicKeys"]) };
|
|
1515
|
+
}
|
|
1516
|
+
export function containerServiceSshConfigurationDeserializer(item) {
|
|
1517
|
+
return {
|
|
1518
|
+
publicKeys: containerServiceSshPublicKeyArrayDeserializer(item["publicKeys"]),
|
|
1519
|
+
};
|
|
1520
|
+
}
|
|
1521
|
+
export function containerServiceSshPublicKeyArraySerializer(result) {
|
|
1522
|
+
return result.map((item) => {
|
|
1523
|
+
return containerServiceSshPublicKeySerializer(item);
|
|
1524
|
+
});
|
|
1525
|
+
}
|
|
1526
|
+
export function containerServiceSshPublicKeyArrayDeserializer(result) {
|
|
1527
|
+
return result.map((item) => {
|
|
1528
|
+
return containerServiceSshPublicKeyDeserializer(item);
|
|
1529
|
+
});
|
|
1530
|
+
}
|
|
1531
|
+
export function containerServiceSshPublicKeySerializer(item) {
|
|
1532
|
+
return { keyData: item["keyData"] };
|
|
1533
|
+
}
|
|
1534
|
+
export function containerServiceSshPublicKeyDeserializer(item) {
|
|
1535
|
+
return {
|
|
1536
|
+
keyData: item["keyData"],
|
|
1537
|
+
};
|
|
1538
|
+
}
|
|
1539
|
+
export function managedClusterWindowsProfileSerializer(item) {
|
|
1540
|
+
return {
|
|
1541
|
+
adminUsername: item["adminUsername"],
|
|
1542
|
+
adminPassword: item["adminPassword"],
|
|
1543
|
+
licenseType: item["licenseType"],
|
|
1544
|
+
enableCSIProxy: item["enableCSIProxy"],
|
|
1545
|
+
gmsaProfile: !item["gmsaProfile"]
|
|
1546
|
+
? item["gmsaProfile"]
|
|
1547
|
+
: windowsGmsaProfileSerializer(item["gmsaProfile"]),
|
|
1548
|
+
};
|
|
1549
|
+
}
|
|
1550
|
+
export function managedClusterWindowsProfileDeserializer(item) {
|
|
1551
|
+
return {
|
|
1552
|
+
adminUsername: item["adminUsername"],
|
|
1553
|
+
adminPassword: item["adminPassword"],
|
|
1554
|
+
licenseType: item["licenseType"],
|
|
1555
|
+
enableCSIProxy: item["enableCSIProxy"],
|
|
1556
|
+
gmsaProfile: !item["gmsaProfile"]
|
|
1557
|
+
? item["gmsaProfile"]
|
|
1558
|
+
: windowsGmsaProfileDeserializer(item["gmsaProfile"]),
|
|
1559
|
+
};
|
|
1560
|
+
}
|
|
1561
|
+
/** The license type to use for Windows VMs. See [Azure Hybrid User Benefits](https://azure.microsoft.com/pricing/hybrid-benefit/faq/) for more details. */
|
|
1562
|
+
export var KnownLicenseType;
|
|
1563
|
+
(function (KnownLicenseType) {
|
|
1564
|
+
/** No additional licensing is applied. */
|
|
1565
|
+
KnownLicenseType["None"] = "None";
|
|
1566
|
+
/** Enables Azure Hybrid User Benefits for Windows VMs. */
|
|
1567
|
+
KnownLicenseType["WindowsServer"] = "Windows_Server";
|
|
1568
|
+
})(KnownLicenseType || (KnownLicenseType = {}));
|
|
1569
|
+
export function windowsGmsaProfileSerializer(item) {
|
|
1570
|
+
return {
|
|
1571
|
+
enabled: item["enabled"],
|
|
1572
|
+
dnsServer: item["dnsServer"],
|
|
1573
|
+
rootDomainName: item["rootDomainName"],
|
|
1574
|
+
};
|
|
1575
|
+
}
|
|
1576
|
+
export function windowsGmsaProfileDeserializer(item) {
|
|
1577
|
+
return {
|
|
1578
|
+
enabled: item["enabled"],
|
|
1579
|
+
dnsServer: item["dnsServer"],
|
|
1580
|
+
rootDomainName: item["rootDomainName"],
|
|
1581
|
+
};
|
|
1582
|
+
}
|
|
1583
|
+
export function managedClusterServicePrincipalProfileSerializer(item) {
|
|
1584
|
+
return { clientId: item["clientId"], secret: item["secret"] };
|
|
1585
|
+
}
|
|
1586
|
+
export function managedClusterServicePrincipalProfileDeserializer(item) {
|
|
1587
|
+
return {
|
|
1588
|
+
clientId: item["clientId"],
|
|
1589
|
+
secret: item["secret"],
|
|
1590
|
+
};
|
|
1591
|
+
}
|
|
1592
|
+
export function managedClusterAddonProfileRecordSerializer(item) {
|
|
1593
|
+
const result = {};
|
|
1594
|
+
Object.keys(item).map((key) => {
|
|
1595
|
+
result[key] = !item[key] ? item[key] : managedClusterAddonProfileSerializer(item[key]);
|
|
1596
|
+
});
|
|
1597
|
+
return result;
|
|
1598
|
+
}
|
|
1599
|
+
export function managedClusterAddonProfileRecordDeserializer(item) {
|
|
1600
|
+
const result = {};
|
|
1601
|
+
Object.keys(item).map((key) => {
|
|
1602
|
+
result[key] = !item[key] ? item[key] : managedClusterAddonProfileDeserializer(item[key]);
|
|
1603
|
+
});
|
|
1604
|
+
return result;
|
|
1605
|
+
}
|
|
1606
|
+
export function managedClusterAddonProfileSerializer(item) {
|
|
1607
|
+
return { enabled: item["enabled"], config: item["config"] };
|
|
1608
|
+
}
|
|
1609
|
+
export function managedClusterAddonProfileDeserializer(item) {
|
|
1610
|
+
return {
|
|
1611
|
+
enabled: item["enabled"],
|
|
1612
|
+
config: !item["config"]
|
|
1613
|
+
? item["config"]
|
|
1614
|
+
: Object.fromEntries(Object.entries(item["config"]).map(([k, p]) => [k, p])),
|
|
1615
|
+
identity: !item["identity"]
|
|
1616
|
+
? item["identity"]
|
|
1617
|
+
: managedClusterAddonProfileIdentityDeserializer(item["identity"]),
|
|
1618
|
+
};
|
|
1619
|
+
}
|
|
1620
|
+
export function managedClusterAddonProfileIdentityDeserializer(item) {
|
|
1621
|
+
return {
|
|
1622
|
+
resourceId: item["resourceId"],
|
|
1623
|
+
clientId: item["clientId"],
|
|
1624
|
+
objectId: item["objectId"],
|
|
1625
|
+
};
|
|
1626
|
+
}
|
|
1627
|
+
export function managedClusterPodIdentityProfileSerializer(item) {
|
|
1628
|
+
return {
|
|
1629
|
+
enabled: item["enabled"],
|
|
1630
|
+
allowNetworkPluginKubenet: item["allowNetworkPluginKubenet"],
|
|
1631
|
+
userAssignedIdentities: !item["userAssignedIdentities"]
|
|
1632
|
+
? item["userAssignedIdentities"]
|
|
1633
|
+
: managedClusterPodIdentityArraySerializer(item["userAssignedIdentities"]),
|
|
1634
|
+
userAssignedIdentityExceptions: !item["userAssignedIdentityExceptions"]
|
|
1635
|
+
? item["userAssignedIdentityExceptions"]
|
|
1636
|
+
: managedClusterPodIdentityExceptionArraySerializer(item["userAssignedIdentityExceptions"]),
|
|
1637
|
+
};
|
|
1638
|
+
}
|
|
1639
|
+
export function managedClusterPodIdentityProfileDeserializer(item) {
|
|
1640
|
+
return {
|
|
1641
|
+
enabled: item["enabled"],
|
|
1642
|
+
allowNetworkPluginKubenet: item["allowNetworkPluginKubenet"],
|
|
1643
|
+
userAssignedIdentities: !item["userAssignedIdentities"]
|
|
1644
|
+
? item["userAssignedIdentities"]
|
|
1645
|
+
: managedClusterPodIdentityArrayDeserializer(item["userAssignedIdentities"]),
|
|
1646
|
+
userAssignedIdentityExceptions: !item["userAssignedIdentityExceptions"]
|
|
1647
|
+
? item["userAssignedIdentityExceptions"]
|
|
1648
|
+
: managedClusterPodIdentityExceptionArrayDeserializer(item["userAssignedIdentityExceptions"]),
|
|
1649
|
+
};
|
|
1650
|
+
}
|
|
1651
|
+
export function managedClusterPodIdentityArraySerializer(result) {
|
|
1652
|
+
return result.map((item) => {
|
|
1653
|
+
return managedClusterPodIdentitySerializer(item);
|
|
1654
|
+
});
|
|
1655
|
+
}
|
|
1656
|
+
export function managedClusterPodIdentityArrayDeserializer(result) {
|
|
1657
|
+
return result.map((item) => {
|
|
1658
|
+
return managedClusterPodIdentityDeserializer(item);
|
|
1659
|
+
});
|
|
1660
|
+
}
|
|
1661
|
+
export function managedClusterPodIdentitySerializer(item) {
|
|
1662
|
+
return {
|
|
1663
|
+
name: item["name"],
|
|
1664
|
+
namespace: item["namespace"],
|
|
1665
|
+
bindingSelector: item["bindingSelector"],
|
|
1666
|
+
identity: userAssignedIdentitySerializer(item["identity"]),
|
|
1667
|
+
};
|
|
1668
|
+
}
|
|
1669
|
+
export function managedClusterPodIdentityDeserializer(item) {
|
|
1670
|
+
return {
|
|
1671
|
+
name: item["name"],
|
|
1672
|
+
namespace: item["namespace"],
|
|
1673
|
+
bindingSelector: item["bindingSelector"],
|
|
1674
|
+
identity: userAssignedIdentityDeserializer(item["identity"]),
|
|
1675
|
+
provisioningState: item["provisioningState"],
|
|
1676
|
+
provisioningInfo: !item["provisioningInfo"]
|
|
1677
|
+
? item["provisioningInfo"]
|
|
1678
|
+
: managedClusterPodIdentityProvisioningInfoDeserializer(item["provisioningInfo"]),
|
|
1679
|
+
};
|
|
1680
|
+
}
|
|
1681
|
+
export function userAssignedIdentitySerializer(item) {
|
|
1682
|
+
return { resourceId: item["resourceId"], clientId: item["clientId"], objectId: item["objectId"] };
|
|
1683
|
+
}
|
|
1684
|
+
export function userAssignedIdentityDeserializer(item) {
|
|
1685
|
+
return {
|
|
1686
|
+
resourceId: item["resourceId"],
|
|
1687
|
+
clientId: item["clientId"],
|
|
1688
|
+
objectId: item["objectId"],
|
|
1689
|
+
};
|
|
1690
|
+
}
|
|
1691
|
+
/** The current provisioning state of the pod identity. */
|
|
1692
|
+
export var KnownManagedClusterPodIdentityProvisioningState;
|
|
1693
|
+
(function (KnownManagedClusterPodIdentityProvisioningState) {
|
|
1694
|
+
/** Pod identity is assigned. */
|
|
1695
|
+
KnownManagedClusterPodIdentityProvisioningState["Assigned"] = "Assigned";
|
|
1696
|
+
/** Pod identity assignment was canceled. */
|
|
1697
|
+
KnownManagedClusterPodIdentityProvisioningState["Canceled"] = "Canceled";
|
|
1698
|
+
/** Pod identity is being deleted. */
|
|
1699
|
+
KnownManagedClusterPodIdentityProvisioningState["Deleting"] = "Deleting";
|
|
1700
|
+
/** Pod identity assignment failed. */
|
|
1701
|
+
KnownManagedClusterPodIdentityProvisioningState["Failed"] = "Failed";
|
|
1702
|
+
/** Pod identity assignment succeeded. */
|
|
1703
|
+
KnownManagedClusterPodIdentityProvisioningState["Succeeded"] = "Succeeded";
|
|
1704
|
+
/** Pod identity is being updated. */
|
|
1705
|
+
KnownManagedClusterPodIdentityProvisioningState["Updating"] = "Updating";
|
|
1706
|
+
})(KnownManagedClusterPodIdentityProvisioningState || (KnownManagedClusterPodIdentityProvisioningState = {}));
|
|
1707
|
+
export function managedClusterPodIdentityProvisioningInfoDeserializer(item) {
|
|
1708
|
+
return {
|
|
1709
|
+
error: !item["error"]
|
|
1710
|
+
? item["error"]
|
|
1711
|
+
: managedClusterPodIdentityProvisioningErrorDeserializer(item["error"]),
|
|
1712
|
+
};
|
|
1713
|
+
}
|
|
1714
|
+
export function managedClusterPodIdentityProvisioningErrorDeserializer(item) {
|
|
1715
|
+
return {
|
|
1716
|
+
error: !item["error"]
|
|
1717
|
+
? item["error"]
|
|
1718
|
+
: managedClusterPodIdentityProvisioningErrorBodyDeserializer(item["error"]),
|
|
1719
|
+
};
|
|
1720
|
+
}
|
|
1721
|
+
export function managedClusterPodIdentityProvisioningErrorBodyDeserializer(item) {
|
|
1722
|
+
return {
|
|
1723
|
+
code: item["code"],
|
|
1724
|
+
message: item["message"],
|
|
1725
|
+
target: item["target"],
|
|
1726
|
+
details: !item["details"]
|
|
1727
|
+
? item["details"]
|
|
1728
|
+
: managedClusterPodIdentityProvisioningErrorBodyArrayDeserializer(item["details"]),
|
|
1729
|
+
};
|
|
1730
|
+
}
|
|
1731
|
+
export function managedClusterPodIdentityProvisioningErrorBodyArrayDeserializer(result) {
|
|
1732
|
+
return result.map((item) => {
|
|
1733
|
+
return managedClusterPodIdentityProvisioningErrorBodyDeserializer(item);
|
|
1734
|
+
});
|
|
1735
|
+
}
|
|
1736
|
+
export function managedClusterPodIdentityExceptionArraySerializer(result) {
|
|
1737
|
+
return result.map((item) => {
|
|
1738
|
+
return managedClusterPodIdentityExceptionSerializer(item);
|
|
1739
|
+
});
|
|
1740
|
+
}
|
|
1741
|
+
export function managedClusterPodIdentityExceptionArrayDeserializer(result) {
|
|
1742
|
+
return result.map((item) => {
|
|
1743
|
+
return managedClusterPodIdentityExceptionDeserializer(item);
|
|
1744
|
+
});
|
|
1745
|
+
}
|
|
1746
|
+
export function managedClusterPodIdentityExceptionSerializer(item) {
|
|
1747
|
+
return { name: item["name"], namespace: item["namespace"], podLabels: item["podLabels"] };
|
|
1748
|
+
}
|
|
1749
|
+
export function managedClusterPodIdentityExceptionDeserializer(item) {
|
|
1750
|
+
return {
|
|
1751
|
+
name: item["name"],
|
|
1752
|
+
namespace: item["namespace"],
|
|
1753
|
+
podLabels: Object.fromEntries(Object.entries(item["podLabels"]).map(([k, p]) => [k, p])),
|
|
1754
|
+
};
|
|
1755
|
+
}
|
|
1756
|
+
export function managedClusterOidcIssuerProfileSerializer(item) {
|
|
1757
|
+
return { enabled: item["enabled"] };
|
|
1758
|
+
}
|
|
1759
|
+
export function managedClusterOidcIssuerProfileDeserializer(item) {
|
|
1760
|
+
return {
|
|
1761
|
+
issuerURL: item["issuerURL"],
|
|
1762
|
+
enabled: item["enabled"],
|
|
1763
|
+
};
|
|
1764
|
+
}
|
|
1765
|
+
export function managedClusterNodeResourceGroupProfileSerializer(item) {
|
|
1766
|
+
return { restrictionLevel: item["restrictionLevel"] };
|
|
1767
|
+
}
|
|
1768
|
+
export function managedClusterNodeResourceGroupProfileDeserializer(item) {
|
|
1769
|
+
return {
|
|
1770
|
+
restrictionLevel: item["restrictionLevel"],
|
|
1771
|
+
};
|
|
1772
|
+
}
|
|
1773
|
+
/** The restriction level applied to the cluster's node resource group. If not specified, the default is 'Unrestricted' */
|
|
1774
|
+
export var KnownRestrictionLevel;
|
|
1775
|
+
(function (KnownRestrictionLevel) {
|
|
1776
|
+
/** All RBAC permissions are allowed on the managed node resource group */
|
|
1777
|
+
KnownRestrictionLevel["Unrestricted"] = "Unrestricted";
|
|
1778
|
+
/** Only \*\/read RBAC permissions allowed on the managed node resource group */
|
|
1779
|
+
KnownRestrictionLevel["ReadOnly"] = "ReadOnly";
|
|
1780
|
+
})(KnownRestrictionLevel || (KnownRestrictionLevel = {}));
|
|
1781
|
+
/** Different support tiers for AKS managed clusters */
|
|
1782
|
+
export var KnownKubernetesSupportPlan;
|
|
1783
|
+
(function (KnownKubernetesSupportPlan) {
|
|
1784
|
+
/** Support for the version is the same as for the open source Kubernetes offering. Official Kubernetes open source community support versions for 1 year after release. */
|
|
1785
|
+
KnownKubernetesSupportPlan["KubernetesOfficial"] = "KubernetesOfficial";
|
|
1786
|
+
/** Support for the version extended past the KubernetesOfficial support of 1 year. AKS continues to patch CVEs for another 1 year, for a total of 2 years of support. */
|
|
1787
|
+
KnownKubernetesSupportPlan["AKSLongTermSupport"] = "AKSLongTermSupport";
|
|
1788
|
+
})(KnownKubernetesSupportPlan || (KnownKubernetesSupportPlan = {}));
|
|
1789
|
+
export function containerServiceNetworkProfileSerializer(item) {
|
|
1790
|
+
return {
|
|
1791
|
+
networkPlugin: item["networkPlugin"],
|
|
1792
|
+
networkPluginMode: item["networkPluginMode"],
|
|
1793
|
+
networkPolicy: item["networkPolicy"],
|
|
1794
|
+
networkMode: item["networkMode"],
|
|
1795
|
+
networkDataplane: item["networkDataplane"],
|
|
1796
|
+
advancedNetworking: !item["advancedNetworking"]
|
|
1797
|
+
? item["advancedNetworking"]
|
|
1798
|
+
: advancedNetworkingSerializer(item["advancedNetworking"]),
|
|
1799
|
+
podCidr: item["podCidr"],
|
|
1800
|
+
serviceCidr: item["serviceCidr"],
|
|
1801
|
+
dnsServiceIP: item["dnsServiceIP"],
|
|
1802
|
+
outboundType: item["outboundType"],
|
|
1803
|
+
loadBalancerSku: item["loadBalancerSku"],
|
|
1804
|
+
loadBalancerProfile: !item["loadBalancerProfile"]
|
|
1805
|
+
? item["loadBalancerProfile"]
|
|
1806
|
+
: managedClusterLoadBalancerProfileSerializer(item["loadBalancerProfile"]),
|
|
1807
|
+
natGatewayProfile: !item["natGatewayProfile"]
|
|
1808
|
+
? item["natGatewayProfile"]
|
|
1809
|
+
: managedClusterNATGatewayProfileSerializer(item["natGatewayProfile"]),
|
|
1810
|
+
staticEgressGatewayProfile: !item["staticEgressGatewayProfile"]
|
|
1811
|
+
? item["staticEgressGatewayProfile"]
|
|
1812
|
+
: managedClusterStaticEgressGatewayProfileSerializer(item["staticEgressGatewayProfile"]),
|
|
1813
|
+
podCidrs: !item["podCidrs"]
|
|
1814
|
+
? item["podCidrs"]
|
|
1815
|
+
: item["podCidrs"].map((p) => {
|
|
1816
|
+
return p;
|
|
1817
|
+
}),
|
|
1818
|
+
serviceCidrs: !item["serviceCidrs"]
|
|
1819
|
+
? item["serviceCidrs"]
|
|
1820
|
+
: item["serviceCidrs"].map((p) => {
|
|
1821
|
+
return p;
|
|
1822
|
+
}),
|
|
1823
|
+
ipFamilies: !item["ipFamilies"]
|
|
1824
|
+
? item["ipFamilies"]
|
|
1825
|
+
: item["ipFamilies"].map((p) => {
|
|
1826
|
+
return p;
|
|
1827
|
+
}),
|
|
1828
|
+
};
|
|
1829
|
+
}
|
|
1830
|
+
export function containerServiceNetworkProfileDeserializer(item) {
|
|
1831
|
+
return {
|
|
1832
|
+
networkPlugin: item["networkPlugin"],
|
|
1833
|
+
networkPluginMode: item["networkPluginMode"],
|
|
1834
|
+
networkPolicy: item["networkPolicy"],
|
|
1835
|
+
networkMode: item["networkMode"],
|
|
1836
|
+
networkDataplane: item["networkDataplane"],
|
|
1837
|
+
advancedNetworking: !item["advancedNetworking"]
|
|
1838
|
+
? item["advancedNetworking"]
|
|
1839
|
+
: advancedNetworkingDeserializer(item["advancedNetworking"]),
|
|
1840
|
+
podCidr: item["podCidr"],
|
|
1841
|
+
serviceCidr: item["serviceCidr"],
|
|
1842
|
+
dnsServiceIP: item["dnsServiceIP"],
|
|
1843
|
+
outboundType: item["outboundType"],
|
|
1844
|
+
loadBalancerSku: item["loadBalancerSku"],
|
|
1845
|
+
loadBalancerProfile: !item["loadBalancerProfile"]
|
|
1846
|
+
? item["loadBalancerProfile"]
|
|
1847
|
+
: managedClusterLoadBalancerProfileDeserializer(item["loadBalancerProfile"]),
|
|
1848
|
+
natGatewayProfile: !item["natGatewayProfile"]
|
|
1849
|
+
? item["natGatewayProfile"]
|
|
1850
|
+
: managedClusterNATGatewayProfileDeserializer(item["natGatewayProfile"]),
|
|
1851
|
+
staticEgressGatewayProfile: !item["staticEgressGatewayProfile"]
|
|
1852
|
+
? item["staticEgressGatewayProfile"]
|
|
1853
|
+
: managedClusterStaticEgressGatewayProfileDeserializer(item["staticEgressGatewayProfile"]),
|
|
1854
|
+
podCidrs: !item["podCidrs"]
|
|
1855
|
+
? item["podCidrs"]
|
|
1856
|
+
: item["podCidrs"].map((p) => {
|
|
1857
|
+
return p;
|
|
1858
|
+
}),
|
|
1859
|
+
serviceCidrs: !item["serviceCidrs"]
|
|
1860
|
+
? item["serviceCidrs"]
|
|
1861
|
+
: item["serviceCidrs"].map((p) => {
|
|
1862
|
+
return p;
|
|
1863
|
+
}),
|
|
1864
|
+
ipFamilies: !item["ipFamilies"]
|
|
1865
|
+
? item["ipFamilies"]
|
|
1866
|
+
: item["ipFamilies"].map((p) => {
|
|
1867
|
+
return p;
|
|
1868
|
+
}),
|
|
1869
|
+
};
|
|
1870
|
+
}
|
|
1871
|
+
/** Network plugin used for building the Kubernetes network. */
|
|
1872
|
+
export var KnownNetworkPlugin;
|
|
1873
|
+
(function (KnownNetworkPlugin) {
|
|
1874
|
+
/** Use the Azure CNI network plugin. See [Azure CNI (advanced) networking](https://docs.microsoft.com/azure/aks/concepts-network#azure-cni-advanced-networking) for more information. */
|
|
1875
|
+
KnownNetworkPlugin["Azure"] = "azure";
|
|
1876
|
+
/** Use the Kubenet network plugin. See [Kubenet (basic) networking](https://docs.microsoft.com/azure/aks/concepts-network#kubenet-basic-networking) for more information. */
|
|
1877
|
+
KnownNetworkPlugin["Kubenet"] = "kubenet";
|
|
1878
|
+
/** No CNI plugin is pre-installed. See [BYO CNI](https://docs.microsoft.com/en-us/azure/aks/use-byo-cni) for more information. */
|
|
1879
|
+
KnownNetworkPlugin["None"] = "none";
|
|
1880
|
+
})(KnownNetworkPlugin || (KnownNetworkPlugin = {}));
|
|
1881
|
+
/** The mode the network plugin should use. */
|
|
1882
|
+
export var KnownNetworkPluginMode;
|
|
1883
|
+
(function (KnownNetworkPluginMode) {
|
|
1884
|
+
/** Used with networkPlugin=azure, pods are given IPs from the PodCIDR address space but use Azure Routing Domains rather than Kubenet's method of route tables. For more information visit https://aka.ms/aks/azure-cni-overlay. */
|
|
1885
|
+
KnownNetworkPluginMode["Overlay"] = "overlay";
|
|
1886
|
+
})(KnownNetworkPluginMode || (KnownNetworkPluginMode = {}));
|
|
1887
|
+
/** Network policy used for building the Kubernetes network. */
|
|
1888
|
+
export var KnownNetworkPolicy;
|
|
1889
|
+
(function (KnownNetworkPolicy) {
|
|
1890
|
+
/** Network policies will not be enforced. This is the default value when NetworkPolicy is not specified. */
|
|
1891
|
+
KnownNetworkPolicy["None"] = "none";
|
|
1892
|
+
/** Use Calico network policies. See [differences between Azure and Calico policies](https://docs.microsoft.com/azure/aks/use-network-policies#differences-between-azure-and-calico-policies-and-their-capabilities) for more information. */
|
|
1893
|
+
KnownNetworkPolicy["Calico"] = "calico";
|
|
1894
|
+
/** Use Azure network policies. See [differences between Azure and Calico policies](https://docs.microsoft.com/azure/aks/use-network-policies#differences-between-azure-and-calico-policies-and-their-capabilities) for more information. */
|
|
1895
|
+
KnownNetworkPolicy["Azure"] = "azure";
|
|
1896
|
+
/** Use Cilium to enforce network policies. This requires networkDataplane to be 'cilium'. */
|
|
1897
|
+
KnownNetworkPolicy["Cilium"] = "cilium";
|
|
1898
|
+
})(KnownNetworkPolicy || (KnownNetworkPolicy = {}));
|
|
1899
|
+
/** The network mode Azure CNI is configured with. This cannot be specified if networkPlugin is anything other than 'azure'. */
|
|
1900
|
+
export var KnownNetworkMode;
|
|
1901
|
+
(function (KnownNetworkMode) {
|
|
1902
|
+
/** No bridge is created. Intra-VM Pod to Pod communication is through IP routes created by Azure CNI. See [Transparent Mode](https://docs.microsoft.com/azure/aks/faq#transparent-mode) for more information. */
|
|
1903
|
+
KnownNetworkMode["Transparent"] = "transparent";
|
|
1904
|
+
/** This is no longer supported */
|
|
1905
|
+
KnownNetworkMode["Bridge"] = "bridge";
|
|
1906
|
+
})(KnownNetworkMode || (KnownNetworkMode = {}));
|
|
1907
|
+
/** Network dataplane used in the Kubernetes cluster. */
|
|
1908
|
+
export var KnownNetworkDataplane;
|
|
1909
|
+
(function (KnownNetworkDataplane) {
|
|
1910
|
+
/** Use Azure network dataplane. */
|
|
1911
|
+
KnownNetworkDataplane["Azure"] = "azure";
|
|
1912
|
+
/** Use Cilium network dataplane. See [Azure CNI Powered by Cilium](https://learn.microsoft.com/azure/aks/azure-cni-powered-by-cilium) for more information. */
|
|
1913
|
+
KnownNetworkDataplane["Cilium"] = "cilium";
|
|
1914
|
+
})(KnownNetworkDataplane || (KnownNetworkDataplane = {}));
|
|
1915
|
+
export function advancedNetworkingSerializer(item) {
|
|
1916
|
+
return {
|
|
1917
|
+
enabled: item["enabled"],
|
|
1918
|
+
observability: !item["observability"]
|
|
1919
|
+
? item["observability"]
|
|
1920
|
+
: advancedNetworkingObservabilitySerializer(item["observability"]),
|
|
1921
|
+
security: !item["security"]
|
|
1922
|
+
? item["security"]
|
|
1923
|
+
: advancedNetworkingSecuritySerializer(item["security"]),
|
|
1924
|
+
performance: !item["performance"]
|
|
1925
|
+
? item["performance"]
|
|
1926
|
+
: advancedNetworkingPerformanceSerializer(item["performance"]),
|
|
1927
|
+
};
|
|
1928
|
+
}
|
|
1929
|
+
export function advancedNetworkingDeserializer(item) {
|
|
1930
|
+
return {
|
|
1931
|
+
enabled: item["enabled"],
|
|
1932
|
+
observability: !item["observability"]
|
|
1933
|
+
? item["observability"]
|
|
1934
|
+
: advancedNetworkingObservabilityDeserializer(item["observability"]),
|
|
1935
|
+
security: !item["security"]
|
|
1936
|
+
? item["security"]
|
|
1937
|
+
: advancedNetworkingSecurityDeserializer(item["security"]),
|
|
1938
|
+
performance: !item["performance"]
|
|
1939
|
+
? item["performance"]
|
|
1940
|
+
: advancedNetworkingPerformanceDeserializer(item["performance"]),
|
|
1941
|
+
};
|
|
1942
|
+
}
|
|
1943
|
+
export function advancedNetworkingObservabilitySerializer(item) {
|
|
1944
|
+
return { enabled: item["enabled"] };
|
|
1945
|
+
}
|
|
1946
|
+
export function advancedNetworkingObservabilityDeserializer(item) {
|
|
1947
|
+
return {
|
|
1948
|
+
enabled: item["enabled"],
|
|
1949
|
+
};
|
|
1950
|
+
}
|
|
1951
|
+
export function advancedNetworkingSecuritySerializer(item) {
|
|
1952
|
+
return {
|
|
1953
|
+
enabled: item["enabled"],
|
|
1954
|
+
advancedNetworkPolicies: item["advancedNetworkPolicies"],
|
|
1955
|
+
transitEncryption: !item["transitEncryption"]
|
|
1956
|
+
? item["transitEncryption"]
|
|
1957
|
+
: advancedNetworkingSecurityTransitEncryptionSerializer(item["transitEncryption"]),
|
|
1958
|
+
};
|
|
1959
|
+
}
|
|
1960
|
+
export function advancedNetworkingSecurityDeserializer(item) {
|
|
1961
|
+
return {
|
|
1962
|
+
enabled: item["enabled"],
|
|
1963
|
+
advancedNetworkPolicies: item["advancedNetworkPolicies"],
|
|
1964
|
+
transitEncryption: !item["transitEncryption"]
|
|
1965
|
+
? item["transitEncryption"]
|
|
1966
|
+
: advancedNetworkingSecurityTransitEncryptionDeserializer(item["transitEncryption"]),
|
|
1967
|
+
};
|
|
1968
|
+
}
|
|
1969
|
+
/** Enable advanced network policies. This allows users to configure Layer 7 network policies (FQDN, HTTP, Kafka). Policies themselves must be configured via the Cilium Network Policy resources, see https://docs.cilium.io/en/latest/security/policy/index.html. This can be enabled only on cilium-based clusters. If not specified, the default value is FQDN if security.enabled is set to true. */
|
|
1970
|
+
export var KnownAdvancedNetworkPolicies;
|
|
1971
|
+
(function (KnownAdvancedNetworkPolicies) {
|
|
1972
|
+
/** Enable Layer7 network policies (FQDN, HTTP/S, Kafka). This option is a superset of the FQDN option. */
|
|
1973
|
+
KnownAdvancedNetworkPolicies["L7"] = "L7";
|
|
1974
|
+
/** Enable FQDN based network policies */
|
|
1975
|
+
KnownAdvancedNetworkPolicies["Fqdn"] = "FQDN";
|
|
1976
|
+
/** Disable Layer 7 network policies (FQDN, HTTP/S, Kafka) */
|
|
1977
|
+
KnownAdvancedNetworkPolicies["None"] = "None";
|
|
1978
|
+
})(KnownAdvancedNetworkPolicies || (KnownAdvancedNetworkPolicies = {}));
|
|
1979
|
+
export function advancedNetworkingSecurityTransitEncryptionSerializer(item) {
|
|
1980
|
+
return { type: item["type"] };
|
|
1981
|
+
}
|
|
1982
|
+
export function advancedNetworkingSecurityTransitEncryptionDeserializer(item) {
|
|
1983
|
+
return {
|
|
1984
|
+
type: item["type"],
|
|
1985
|
+
};
|
|
1986
|
+
}
|
|
1987
|
+
/** Configures pod-to-pod encryption. This can be enabled only on Cilium-based clusters. If not specified, the default value is None. */
|
|
1988
|
+
export var KnownTransitEncryptionType;
|
|
1989
|
+
(function (KnownTransitEncryptionType) {
|
|
1990
|
+
/** Enable WireGuard encryption. Refer to https://docs.cilium.io/en/latest/security/network/encryption-wireguard/ on use cases and implementation details */
|
|
1991
|
+
KnownTransitEncryptionType["WireGuard"] = "WireGuard";
|
|
1992
|
+
/** Disable Transit encryption */
|
|
1993
|
+
KnownTransitEncryptionType["None"] = "None";
|
|
1994
|
+
})(KnownTransitEncryptionType || (KnownTransitEncryptionType = {}));
|
|
1995
|
+
export function advancedNetworkingPerformanceSerializer(item) {
|
|
1996
|
+
return { accelerationMode: item["accelerationMode"] };
|
|
1997
|
+
}
|
|
1998
|
+
export function advancedNetworkingPerformanceDeserializer(item) {
|
|
1999
|
+
return {
|
|
2000
|
+
accelerationMode: item["accelerationMode"],
|
|
2001
|
+
};
|
|
2002
|
+
}
|
|
2003
|
+
/** Enable advanced network acceleration options. This allows users to configure acceleration using BPF host routing. This can be enabled only with Cilium dataplane. If not specified, the default value is None (no acceleration). The acceleration mode can be changed on a pre-existing cluster. See https://aka.ms/acnsperformance for a detailed explanation */
|
|
2004
|
+
export var KnownAccelerationMode;
|
|
2005
|
+
(function (KnownAccelerationMode) {
|
|
2006
|
+
/** Enable eBPF host routing with veth device mode. */
|
|
2007
|
+
KnownAccelerationMode["BpfVeth"] = "BpfVeth";
|
|
2008
|
+
/** Disable acceleration options. */
|
|
2009
|
+
KnownAccelerationMode["None"] = "None";
|
|
2010
|
+
})(KnownAccelerationMode || (KnownAccelerationMode = {}));
|
|
2011
|
+
/** The outbound (egress) routing method. This can only be set at cluster creation time and cannot be changed later. For more information see [egress outbound type](https://docs.microsoft.com/azure/aks/egress-outboundtype). */
|
|
2012
|
+
export var KnownOutboundType;
|
|
2013
|
+
(function (KnownOutboundType) {
|
|
2014
|
+
/** The load balancer is used for egress through an AKS assigned public IP. This supports Kubernetes services of type 'loadBalancer'. For more information see [outbound type loadbalancer](https://docs.microsoft.com/azure/aks/egress-outboundtype#outbound-type-of-loadbalancer). */
|
|
2015
|
+
KnownOutboundType["LoadBalancer"] = "loadBalancer";
|
|
2016
|
+
/** Egress paths must be defined by the user. This is an advanced scenario and requires proper network configuration. For more information see [outbound type userDefinedRouting](https://docs.microsoft.com/azure/aks/egress-outboundtype#outbound-type-of-userdefinedrouting). */
|
|
2017
|
+
KnownOutboundType["UserDefinedRouting"] = "userDefinedRouting";
|
|
2018
|
+
/** The AKS-managed NAT gateway is used for egress. */
|
|
2019
|
+
KnownOutboundType["ManagedNATGateway"] = "managedNATGateway";
|
|
2020
|
+
/** The user-assigned NAT gateway associated to the cluster subnet is used for egress. This is an advanced scenario and requires proper network configuration. */
|
|
2021
|
+
KnownOutboundType["UserAssignedNATGateway"] = "userAssignedNATGateway";
|
|
2022
|
+
/** The AKS cluster is not set with any outbound-type. All AKS nodes follows Azure VM default outbound behavior. Please refer to https://azure.microsoft.com/en-us/updates/default-outbound-access-for-vms-in-azure-will-be-retired-transition-to-a-new-method-of-internet-access/ */
|
|
2023
|
+
KnownOutboundType["None"] = "none";
|
|
2024
|
+
})(KnownOutboundType || (KnownOutboundType = {}));
|
|
2025
|
+
/** The load balancer sku for the managed cluster. The default is 'standard'. See [Azure Load Balancer SKUs](https://docs.microsoft.com/azure/load-balancer/skus) for more information about the differences between load balancer SKUs. */
|
|
2026
|
+
export var KnownLoadBalancerSku;
|
|
2027
|
+
(function (KnownLoadBalancerSku) {
|
|
2028
|
+
/** Use a a standard Load Balancer. This is the recommended Load Balancer SKU. For more information about on working with the load balancer in the managed cluster, see the [standard Load Balancer](https://docs.microsoft.com/azure/aks/load-balancer-standard) article. */
|
|
2029
|
+
KnownLoadBalancerSku["Standard"] = "standard";
|
|
2030
|
+
/** Use a basic Load Balancer with limited functionality. */
|
|
2031
|
+
KnownLoadBalancerSku["Basic"] = "basic";
|
|
2032
|
+
})(KnownLoadBalancerSku || (KnownLoadBalancerSku = {}));
|
|
2033
|
+
export function managedClusterLoadBalancerProfileSerializer(item) {
|
|
2034
|
+
return {
|
|
2035
|
+
managedOutboundIPs: !item["managedOutboundIPs"]
|
|
2036
|
+
? item["managedOutboundIPs"]
|
|
2037
|
+
: managedClusterLoadBalancerProfileManagedOutboundIPsSerializer(item["managedOutboundIPs"]),
|
|
2038
|
+
outboundIPPrefixes: !item["outboundIPPrefixes"]
|
|
2039
|
+
? item["outboundIPPrefixes"]
|
|
2040
|
+
: managedClusterLoadBalancerProfileOutboundIPPrefixesSerializer(item["outboundIPPrefixes"]),
|
|
2041
|
+
outboundIPs: !item["outboundIPs"]
|
|
2042
|
+
? item["outboundIPs"]
|
|
2043
|
+
: managedClusterLoadBalancerProfileOutboundIPsSerializer(item["outboundIPs"]),
|
|
2044
|
+
allocatedOutboundPorts: item["allocatedOutboundPorts"],
|
|
2045
|
+
idleTimeoutInMinutes: item["idleTimeoutInMinutes"],
|
|
2046
|
+
enableMultipleStandardLoadBalancers: item["enableMultipleStandardLoadBalancers"],
|
|
2047
|
+
backendPoolType: item["backendPoolType"],
|
|
2048
|
+
};
|
|
2049
|
+
}
|
|
2050
|
+
export function managedClusterLoadBalancerProfileDeserializer(item) {
|
|
2051
|
+
return {
|
|
2052
|
+
managedOutboundIPs: !item["managedOutboundIPs"]
|
|
2053
|
+
? item["managedOutboundIPs"]
|
|
2054
|
+
: managedClusterLoadBalancerProfileManagedOutboundIPsDeserializer(item["managedOutboundIPs"]),
|
|
2055
|
+
outboundIPPrefixes: !item["outboundIPPrefixes"]
|
|
2056
|
+
? item["outboundIPPrefixes"]
|
|
2057
|
+
: managedClusterLoadBalancerProfileOutboundIPPrefixesDeserializer(item["outboundIPPrefixes"]),
|
|
2058
|
+
outboundIPs: !item["outboundIPs"]
|
|
2059
|
+
? item["outboundIPs"]
|
|
2060
|
+
: managedClusterLoadBalancerProfileOutboundIPsDeserializer(item["outboundIPs"]),
|
|
2061
|
+
effectiveOutboundIPs: !item["effectiveOutboundIPs"]
|
|
2062
|
+
? item["effectiveOutboundIPs"]
|
|
2063
|
+
: resourceReferenceArrayDeserializer(item["effectiveOutboundIPs"]),
|
|
2064
|
+
allocatedOutboundPorts: item["allocatedOutboundPorts"],
|
|
2065
|
+
idleTimeoutInMinutes: item["idleTimeoutInMinutes"],
|
|
2066
|
+
enableMultipleStandardLoadBalancers: item["enableMultipleStandardLoadBalancers"],
|
|
2067
|
+
backendPoolType: item["backendPoolType"],
|
|
2068
|
+
};
|
|
2069
|
+
}
|
|
2070
|
+
export function managedClusterLoadBalancerProfileManagedOutboundIPsSerializer(item) {
|
|
2071
|
+
return { count: item["count"], countIPv6: item["countIPv6"] };
|
|
2072
|
+
}
|
|
2073
|
+
export function managedClusterLoadBalancerProfileManagedOutboundIPsDeserializer(item) {
|
|
2074
|
+
return {
|
|
2075
|
+
count: item["count"],
|
|
2076
|
+
countIPv6: item["countIPv6"],
|
|
2077
|
+
};
|
|
2078
|
+
}
|
|
2079
|
+
export function managedClusterLoadBalancerProfileOutboundIPPrefixesSerializer(item) {
|
|
2080
|
+
return {
|
|
2081
|
+
publicIPPrefixes: !item["publicIPPrefixes"]
|
|
2082
|
+
? item["publicIPPrefixes"]
|
|
2083
|
+
: resourceReferenceArraySerializer(item["publicIPPrefixes"]),
|
|
2084
|
+
};
|
|
2085
|
+
}
|
|
2086
|
+
export function managedClusterLoadBalancerProfileOutboundIPPrefixesDeserializer(item) {
|
|
2087
|
+
return {
|
|
2088
|
+
publicIPPrefixes: !item["publicIPPrefixes"]
|
|
2089
|
+
? item["publicIPPrefixes"]
|
|
2090
|
+
: resourceReferenceArrayDeserializer(item["publicIPPrefixes"]),
|
|
2091
|
+
};
|
|
2092
|
+
}
|
|
2093
|
+
export function resourceReferenceArraySerializer(result) {
|
|
2094
|
+
return result.map((item) => {
|
|
2095
|
+
return resourceReferenceSerializer(item);
|
|
2096
|
+
});
|
|
2097
|
+
}
|
|
2098
|
+
export function resourceReferenceArrayDeserializer(result) {
|
|
2099
|
+
return result.map((item) => {
|
|
2100
|
+
return resourceReferenceDeserializer(item);
|
|
2101
|
+
});
|
|
2102
|
+
}
|
|
2103
|
+
export function resourceReferenceSerializer(item) {
|
|
2104
|
+
return { id: item["id"] };
|
|
2105
|
+
}
|
|
2106
|
+
export function resourceReferenceDeserializer(item) {
|
|
2107
|
+
return {
|
|
2108
|
+
id: item["id"],
|
|
2109
|
+
};
|
|
2110
|
+
}
|
|
2111
|
+
export function managedClusterLoadBalancerProfileOutboundIPsSerializer(item) {
|
|
2112
|
+
return {
|
|
2113
|
+
publicIPs: !item["publicIPs"]
|
|
2114
|
+
? item["publicIPs"]
|
|
2115
|
+
: resourceReferenceArraySerializer(item["publicIPs"]),
|
|
2116
|
+
};
|
|
2117
|
+
}
|
|
2118
|
+
export function managedClusterLoadBalancerProfileOutboundIPsDeserializer(item) {
|
|
2119
|
+
return {
|
|
2120
|
+
publicIPs: !item["publicIPs"]
|
|
2121
|
+
? item["publicIPs"]
|
|
2122
|
+
: resourceReferenceArrayDeserializer(item["publicIPs"]),
|
|
2123
|
+
};
|
|
2124
|
+
}
|
|
2125
|
+
/** The type of the managed inbound Load Balancer BackendPool. */
|
|
2126
|
+
export var KnownBackendPoolType;
|
|
2127
|
+
(function (KnownBackendPoolType) {
|
|
2128
|
+
/** The type of the managed inbound Load Balancer BackendPool. https://cloud-provider-azure.sigs.k8s.io/topics/loadbalancer/#configure-load-balancer-backend. */
|
|
2129
|
+
KnownBackendPoolType["NodeIPConfiguration"] = "NodeIPConfiguration";
|
|
2130
|
+
/** The type of the managed inbound Load Balancer BackendPool. https://cloud-provider-azure.sigs.k8s.io/topics/loadbalancer/#configure-load-balancer-backend. */
|
|
2131
|
+
KnownBackendPoolType["NodeIP"] = "NodeIP";
|
|
2132
|
+
})(KnownBackendPoolType || (KnownBackendPoolType = {}));
|
|
2133
|
+
export function managedClusterNATGatewayProfileSerializer(item) {
|
|
2134
|
+
return {
|
|
2135
|
+
managedOutboundIPProfile: !item["managedOutboundIPProfile"]
|
|
2136
|
+
? item["managedOutboundIPProfile"]
|
|
2137
|
+
: managedClusterManagedOutboundIPProfileSerializer(item["managedOutboundIPProfile"]),
|
|
2138
|
+
idleTimeoutInMinutes: item["idleTimeoutInMinutes"],
|
|
2139
|
+
};
|
|
2140
|
+
}
|
|
2141
|
+
export function managedClusterNATGatewayProfileDeserializer(item) {
|
|
2142
|
+
return {
|
|
2143
|
+
managedOutboundIPProfile: !item["managedOutboundIPProfile"]
|
|
2144
|
+
? item["managedOutboundIPProfile"]
|
|
2145
|
+
: managedClusterManagedOutboundIPProfileDeserializer(item["managedOutboundIPProfile"]),
|
|
2146
|
+
effectiveOutboundIPs: !item["effectiveOutboundIPs"]
|
|
2147
|
+
? item["effectiveOutboundIPs"]
|
|
2148
|
+
: resourceReferenceArrayDeserializer(item["effectiveOutboundIPs"]),
|
|
2149
|
+
idleTimeoutInMinutes: item["idleTimeoutInMinutes"],
|
|
2150
|
+
};
|
|
2151
|
+
}
|
|
2152
|
+
export function managedClusterManagedOutboundIPProfileSerializer(item) {
|
|
2153
|
+
return { count: item["count"] };
|
|
2154
|
+
}
|
|
2155
|
+
export function managedClusterManagedOutboundIPProfileDeserializer(item) {
|
|
2156
|
+
return {
|
|
2157
|
+
count: item["count"],
|
|
2158
|
+
};
|
|
2159
|
+
}
|
|
2160
|
+
export function managedClusterStaticEgressGatewayProfileSerializer(item) {
|
|
2161
|
+
return { enabled: item["enabled"] };
|
|
2162
|
+
}
|
|
2163
|
+
export function managedClusterStaticEgressGatewayProfileDeserializer(item) {
|
|
2164
|
+
return {
|
|
2165
|
+
enabled: item["enabled"],
|
|
2166
|
+
};
|
|
2167
|
+
}
|
|
2168
|
+
/** To determine if address belongs IPv4 or IPv6 family */
|
|
2169
|
+
export var KnownIpFamily;
|
|
2170
|
+
(function (KnownIpFamily) {
|
|
2171
|
+
/** IPv4 family */
|
|
2172
|
+
KnownIpFamily["IPv4"] = "IPv4";
|
|
2173
|
+
/** IPv6 family */
|
|
2174
|
+
KnownIpFamily["IPv6"] = "IPv6";
|
|
2175
|
+
})(KnownIpFamily || (KnownIpFamily = {}));
|
|
2176
|
+
export function managedClusterAADProfileSerializer(item) {
|
|
2177
|
+
return {
|
|
2178
|
+
managed: item["managed"],
|
|
2179
|
+
enableAzureRBAC: item["enableAzureRbac"],
|
|
2180
|
+
adminGroupObjectIDs: !item["adminGroupObjectIDs"]
|
|
2181
|
+
? item["adminGroupObjectIDs"]
|
|
2182
|
+
: item["adminGroupObjectIDs"].map((p) => {
|
|
2183
|
+
return p;
|
|
2184
|
+
}),
|
|
2185
|
+
clientAppID: item["clientAppID"],
|
|
2186
|
+
serverAppID: item["serverAppID"],
|
|
2187
|
+
serverAppSecret: item["serverAppSecret"],
|
|
2188
|
+
tenantID: item["tenantID"],
|
|
2189
|
+
};
|
|
2190
|
+
}
|
|
2191
|
+
export function managedClusterAADProfileDeserializer(item) {
|
|
2192
|
+
return {
|
|
2193
|
+
managed: item["managed"],
|
|
2194
|
+
enableAzureRbac: item["enableAzureRBAC"],
|
|
2195
|
+
adminGroupObjectIDs: !item["adminGroupObjectIDs"]
|
|
2196
|
+
? item["adminGroupObjectIDs"]
|
|
2197
|
+
: item["adminGroupObjectIDs"].map((p) => {
|
|
2198
|
+
return p;
|
|
2199
|
+
}),
|
|
2200
|
+
clientAppID: item["clientAppID"],
|
|
2201
|
+
serverAppID: item["serverAppID"],
|
|
2202
|
+
serverAppSecret: item["serverAppSecret"],
|
|
2203
|
+
tenantID: item["tenantID"],
|
|
2204
|
+
};
|
|
2205
|
+
}
|
|
2206
|
+
export function managedClusterAutoUpgradeProfileSerializer(item) {
|
|
2207
|
+
return {
|
|
2208
|
+
upgradeChannel: item["upgradeChannel"],
|
|
2209
|
+
nodeOSUpgradeChannel: item["nodeOSUpgradeChannel"],
|
|
2210
|
+
};
|
|
2211
|
+
}
|
|
2212
|
+
export function managedClusterAutoUpgradeProfileDeserializer(item) {
|
|
2213
|
+
return {
|
|
2214
|
+
upgradeChannel: item["upgradeChannel"],
|
|
2215
|
+
nodeOSUpgradeChannel: item["nodeOSUpgradeChannel"],
|
|
2216
|
+
};
|
|
2217
|
+
}
|
|
2218
|
+
/** The upgrade channel for auto upgrade. The default is 'none'. For more information see [setting the AKS cluster auto-upgrade channel](https://docs.microsoft.com/azure/aks/upgrade-cluster#set-auto-upgrade-channel). */
|
|
2219
|
+
export var KnownUpgradeChannel;
|
|
2220
|
+
(function (KnownUpgradeChannel) {
|
|
2221
|
+
/** Automatically upgrade the cluster to the latest supported patch release on the latest supported minor version. In cases where the cluster is at a version of Kubernetes that is at an N-2 minor version where N is the latest supported minor version, the cluster first upgrades to the latest supported patch version on N-1 minor version. For example, if a cluster is running version 1.17.7 and versions 1.17.9, 1.18.4, 1.18.6, and 1.19.1 are available, your cluster first is upgraded to 1.18.6, then is upgraded to 1.19.1. */
|
|
2222
|
+
KnownUpgradeChannel["Rapid"] = "rapid";
|
|
2223
|
+
/** Automatically upgrade the cluster to the latest supported patch release on minor version N-1, where N is the latest supported minor version. For example, if a cluster is running version 1.17.7 and versions 1.17.9, 1.18.4, 1.18.6, and 1.19.1 are available, your cluster is upgraded to 1.18.6. */
|
|
2224
|
+
KnownUpgradeChannel["Stable"] = "stable";
|
|
2225
|
+
/** Automatically upgrade the cluster to the latest supported patch version when it becomes available while keeping the minor version the same. For example, if a cluster is running version 1.17.7 and versions 1.17.9, 1.18.4, 1.18.6, and 1.19.1 are available, your cluster is upgraded to 1.17.9. */
|
|
2226
|
+
KnownUpgradeChannel["Patch"] = "patch";
|
|
2227
|
+
/** Automatically upgrade the node image to the latest version available. Consider using nodeOSUpgradeChannel instead as that allows you to configure node OS patching separate from Kubernetes version patching */
|
|
2228
|
+
KnownUpgradeChannel["NodeImage"] = "node-image";
|
|
2229
|
+
/** Disables auto-upgrades and keeps the cluster at its current version of Kubernetes. */
|
|
2230
|
+
KnownUpgradeChannel["None"] = "none";
|
|
2231
|
+
})(KnownUpgradeChannel || (KnownUpgradeChannel = {}));
|
|
2232
|
+
/** Node OS Upgrade Channel. Manner in which the OS on your nodes is updated. The default is NodeImage. */
|
|
2233
|
+
export var KnownNodeOSUpgradeChannel;
|
|
2234
|
+
(function (KnownNodeOSUpgradeChannel) {
|
|
2235
|
+
/** No attempt to update your machines OS will be made either by OS or by rolling VHDs. This means you are responsible for your security updates */
|
|
2236
|
+
KnownNodeOSUpgradeChannel["None"] = "None";
|
|
2237
|
+
/** OS updates will be applied automatically through the OS built-in patching infrastructure. Newly scaled in machines will be unpatched initially and will be patched at some point by the OS's infrastructure. Behavior of this option depends on the OS in question. Ubuntu and Mariner apply security patches through unattended upgrade roughly once a day around 06:00 UTC. Windows does not apply security patches automatically and so for them this option is equivalent to None till further notice */
|
|
2238
|
+
KnownNodeOSUpgradeChannel["Unmanaged"] = "Unmanaged";
|
|
2239
|
+
/** AKS will update the nodes with a newly patched VHD containing security fixes and bugfixes on a weekly cadence. With the VHD update machines will be rolling reimaged to that VHD following maintenance windows and surge settings. No extra VHD cost is incurred when choosing this option as AKS hosts the images. */
|
|
2240
|
+
KnownNodeOSUpgradeChannel["NodeImage"] = "NodeImage";
|
|
2241
|
+
/** AKS downloads and updates the nodes with tested security updates. These updates honor the maintenance window settings and produce a new VHD that is used on new nodes. On some occasions it's not possible to apply the updates in place, in such cases the existing nodes will also be re-imaged to the newly produced VHD in order to apply the changes. This option incurs an extra cost of hosting the new Security Patch VHDs in your resource group for just in time consumption. */
|
|
2242
|
+
KnownNodeOSUpgradeChannel["SecurityPatch"] = "SecurityPatch";
|
|
2243
|
+
})(KnownNodeOSUpgradeChannel || (KnownNodeOSUpgradeChannel = {}));
|
|
2244
|
+
export function clusterUpgradeSettingsSerializer(item) {
|
|
2245
|
+
return {
|
|
2246
|
+
overrideSettings: !item["overrideSettings"]
|
|
2247
|
+
? item["overrideSettings"]
|
|
2248
|
+
: upgradeOverrideSettingsSerializer(item["overrideSettings"]),
|
|
2249
|
+
};
|
|
2250
|
+
}
|
|
2251
|
+
export function clusterUpgradeSettingsDeserializer(item) {
|
|
2252
|
+
return {
|
|
2253
|
+
overrideSettings: !item["overrideSettings"]
|
|
2254
|
+
? item["overrideSettings"]
|
|
2255
|
+
: upgradeOverrideSettingsDeserializer(item["overrideSettings"]),
|
|
2256
|
+
};
|
|
2257
|
+
}
|
|
2258
|
+
export function upgradeOverrideSettingsSerializer(item) {
|
|
2259
|
+
return {
|
|
2260
|
+
forceUpgrade: item["forceUpgrade"],
|
|
2261
|
+
until: !item["until"] ? item["until"] : item["until"].toISOString(),
|
|
2262
|
+
};
|
|
2263
|
+
}
|
|
2264
|
+
export function upgradeOverrideSettingsDeserializer(item) {
|
|
2265
|
+
return {
|
|
2266
|
+
forceUpgrade: item["forceUpgrade"],
|
|
2267
|
+
until: !item["until"] ? item["until"] : new Date(item["until"]),
|
|
2268
|
+
};
|
|
2269
|
+
}
|
|
2270
|
+
export function managedClusterPropertiesAutoScalerProfileSerializer(item) {
|
|
2271
|
+
return {
|
|
2272
|
+
"balance-similar-node-groups": item["balanceSimilarNodeGroups"],
|
|
2273
|
+
"daemonset-eviction-for-empty-nodes": item["daemonsetEvictionForEmptyNodes"],
|
|
2274
|
+
"daemonset-eviction-for-occupied-nodes": item["daemonsetEvictionForOccupiedNodes"],
|
|
2275
|
+
"ignore-daemonsets-utilization": item["ignoreDaemonsetsUtilization"],
|
|
2276
|
+
expander: item["expander"],
|
|
2277
|
+
"max-empty-bulk-delete": item["maxEmptyBulkDelete"],
|
|
2278
|
+
"max-graceful-termination-sec": item["maxGracefulTerminationSec"],
|
|
2279
|
+
"max-node-provision-time": item["maxNodeProvisionTime"],
|
|
2280
|
+
"max-total-unready-percentage": item["maxTotalUnreadyPercentage"],
|
|
2281
|
+
"new-pod-scale-up-delay": item["newPodScaleUpDelay"],
|
|
2282
|
+
"ok-total-unready-count": item["okTotalUnreadyCount"],
|
|
2283
|
+
"scan-interval": item["scanInterval"],
|
|
2284
|
+
"scale-down-delay-after-add": item["scaleDownDelayAfterAdd"],
|
|
2285
|
+
"scale-down-delay-after-delete": item["scaleDownDelayAfterDelete"],
|
|
2286
|
+
"scale-down-delay-after-failure": item["scaleDownDelayAfterFailure"],
|
|
2287
|
+
"scale-down-unneeded-time": item["scaleDownUnneededTime"],
|
|
2288
|
+
"scale-down-unready-time": item["scaleDownUnreadyTime"],
|
|
2289
|
+
"scale-down-utilization-threshold": item["scaleDownUtilizationThreshold"],
|
|
2290
|
+
"skip-nodes-with-local-storage": item["skipNodesWithLocalStorage"],
|
|
2291
|
+
"skip-nodes-with-system-pods": item["skipNodesWithSystemPods"],
|
|
2292
|
+
};
|
|
2293
|
+
}
|
|
2294
|
+
export function managedClusterPropertiesAutoScalerProfileDeserializer(item) {
|
|
2295
|
+
return {
|
|
2296
|
+
balanceSimilarNodeGroups: item["balance-similar-node-groups"],
|
|
2297
|
+
daemonsetEvictionForEmptyNodes: item["daemonset-eviction-for-empty-nodes"],
|
|
2298
|
+
daemonsetEvictionForOccupiedNodes: item["daemonset-eviction-for-occupied-nodes"],
|
|
2299
|
+
ignoreDaemonsetsUtilization: item["ignore-daemonsets-utilization"],
|
|
2300
|
+
expander: item["expander"],
|
|
2301
|
+
maxEmptyBulkDelete: item["max-empty-bulk-delete"],
|
|
2302
|
+
maxGracefulTerminationSec: item["max-graceful-termination-sec"],
|
|
2303
|
+
maxNodeProvisionTime: item["max-node-provision-time"],
|
|
2304
|
+
maxTotalUnreadyPercentage: item["max-total-unready-percentage"],
|
|
2305
|
+
newPodScaleUpDelay: item["new-pod-scale-up-delay"],
|
|
2306
|
+
okTotalUnreadyCount: item["ok-total-unready-count"],
|
|
2307
|
+
scanInterval: item["scan-interval"],
|
|
2308
|
+
scaleDownDelayAfterAdd: item["scale-down-delay-after-add"],
|
|
2309
|
+
scaleDownDelayAfterDelete: item["scale-down-delay-after-delete"],
|
|
2310
|
+
scaleDownDelayAfterFailure: item["scale-down-delay-after-failure"],
|
|
2311
|
+
scaleDownUnneededTime: item["scale-down-unneeded-time"],
|
|
2312
|
+
scaleDownUnreadyTime: item["scale-down-unready-time"],
|
|
2313
|
+
scaleDownUtilizationThreshold: item["scale-down-utilization-threshold"],
|
|
2314
|
+
skipNodesWithLocalStorage: item["skip-nodes-with-local-storage"],
|
|
2315
|
+
skipNodesWithSystemPods: item["skip-nodes-with-system-pods"],
|
|
2316
|
+
};
|
|
2317
|
+
}
|
|
2318
|
+
/** The expander to use when scaling up. If not specified, the default is 'random'. See [expanders](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md#what-are-expanders) for more information. */
|
|
2319
|
+
export var KnownExpander;
|
|
2320
|
+
(function (KnownExpander) {
|
|
2321
|
+
/** Selects the node group that will have the least idle CPU (if tied, unused memory) after scale-up. This is useful when you have different classes of nodes, for example, high CPU or high memory nodes, and only want to expand those when there are pending pods that need a lot of those resources. */
|
|
2322
|
+
KnownExpander["LeastWaste"] = "least-waste";
|
|
2323
|
+
/** Selects the node group that would be able to schedule the most pods when scaling up. This is useful when you are using nodeSelector to make sure certain pods land on certain nodes. Note that this won't cause the autoscaler to select bigger nodes vs. smaller, as it can add multiple smaller nodes at once. */
|
|
2324
|
+
KnownExpander["MostPods"] = "most-pods";
|
|
2325
|
+
/** Selects the node group that has the highest priority assigned by the user. It's configuration is described in more details [here](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/expander/priority/readme.md). */
|
|
2326
|
+
KnownExpander["Priority"] = "priority";
|
|
2327
|
+
/** Used when you don't have a particular need for the node groups to scale differently. */
|
|
2328
|
+
KnownExpander["Random"] = "random";
|
|
2329
|
+
})(KnownExpander || (KnownExpander = {}));
|
|
2330
|
+
export function managedClusterAPIServerAccessProfileSerializer(item) {
|
|
2331
|
+
return {
|
|
2332
|
+
authorizedIPRanges: !item["authorizedIPRanges"]
|
|
2333
|
+
? item["authorizedIPRanges"]
|
|
2334
|
+
: item["authorizedIPRanges"].map((p) => {
|
|
2335
|
+
return p;
|
|
2336
|
+
}),
|
|
2337
|
+
enablePrivateCluster: item["enablePrivateCluster"],
|
|
2338
|
+
privateDNSZone: item["privateDNSZone"],
|
|
2339
|
+
enablePrivateClusterPublicFQDN: item["enablePrivateClusterPublicFqdn"],
|
|
2340
|
+
disableRunCommand: item["disableRunCommand"],
|
|
2341
|
+
enableVnetIntegration: item["enableVnetIntegration"],
|
|
2342
|
+
subnetId: item["subnetId"],
|
|
2343
|
+
};
|
|
2344
|
+
}
|
|
2345
|
+
export function managedClusterAPIServerAccessProfileDeserializer(item) {
|
|
2346
|
+
return {
|
|
2347
|
+
authorizedIPRanges: !item["authorizedIPRanges"]
|
|
2348
|
+
? item["authorizedIPRanges"]
|
|
2349
|
+
: item["authorizedIPRanges"].map((p) => {
|
|
2350
|
+
return p;
|
|
2351
|
+
}),
|
|
2352
|
+
enablePrivateCluster: item["enablePrivateCluster"],
|
|
2353
|
+
privateDNSZone: item["privateDNSZone"],
|
|
2354
|
+
enablePrivateClusterPublicFqdn: item["enablePrivateClusterPublicFQDN"],
|
|
2355
|
+
disableRunCommand: item["disableRunCommand"],
|
|
2356
|
+
enableVnetIntegration: item["enableVnetIntegration"],
|
|
2357
|
+
subnetId: item["subnetId"],
|
|
2358
|
+
};
|
|
2359
|
+
}
|
|
2360
|
+
export function userAssignedIdentityRecordSerializer(item) {
|
|
2361
|
+
const result = {};
|
|
2362
|
+
Object.keys(item).map((key) => {
|
|
2363
|
+
result[key] = !item[key] ? item[key] : userAssignedIdentitySerializer(item[key]);
|
|
2364
|
+
});
|
|
2365
|
+
return result;
|
|
2366
|
+
}
|
|
2367
|
+
export function userAssignedIdentityRecordDeserializer(item) {
|
|
2368
|
+
const result = {};
|
|
2369
|
+
Object.keys(item).map((key) => {
|
|
2370
|
+
result[key] = !item[key] ? item[key] : userAssignedIdentityDeserializer(item[key]);
|
|
2371
|
+
});
|
|
2372
|
+
return result;
|
|
2373
|
+
}
|
|
2374
|
+
export function privateLinkResourceArraySerializer(result) {
|
|
2375
|
+
return result.map((item) => {
|
|
2376
|
+
return privateLinkResourceSerializer(item);
|
|
2377
|
+
});
|
|
2378
|
+
}
|
|
2379
|
+
export function privateLinkResourceArrayDeserializer(result) {
|
|
2380
|
+
return result.map((item) => {
|
|
2381
|
+
return privateLinkResourceDeserializer(item);
|
|
2382
|
+
});
|
|
2383
|
+
}
|
|
2384
|
+
export function privateLinkResourceSerializer(item) {
|
|
2385
|
+
return {
|
|
2386
|
+
id: item["id"],
|
|
2387
|
+
name: item["name"],
|
|
2388
|
+
type: item["type"],
|
|
2389
|
+
groupId: item["groupId"],
|
|
2390
|
+
requiredMembers: !item["requiredMembers"]
|
|
2391
|
+
? item["requiredMembers"]
|
|
2392
|
+
: item["requiredMembers"].map((p) => {
|
|
2393
|
+
return p;
|
|
2394
|
+
}),
|
|
2395
|
+
};
|
|
2396
|
+
}
|
|
2397
|
+
export function privateLinkResourceDeserializer(item) {
|
|
2398
|
+
return {
|
|
2399
|
+
id: item["id"],
|
|
2400
|
+
name: item["name"],
|
|
2401
|
+
type: item["type"],
|
|
2402
|
+
groupId: item["groupId"],
|
|
2403
|
+
requiredMembers: !item["requiredMembers"]
|
|
2404
|
+
? item["requiredMembers"]
|
|
2405
|
+
: item["requiredMembers"].map((p) => {
|
|
2406
|
+
return p;
|
|
2407
|
+
}),
|
|
2408
|
+
privateLinkServiceID: item["privateLinkServiceID"],
|
|
2409
|
+
};
|
|
2410
|
+
}
|
|
2411
|
+
export function managedClusterHttpProxyConfigSerializer(item) {
|
|
2412
|
+
return {
|
|
2413
|
+
httpProxy: item["httpProxy"],
|
|
2414
|
+
httpsProxy: item["httpsProxy"],
|
|
2415
|
+
noProxy: !item["noProxy"]
|
|
2416
|
+
? item["noProxy"]
|
|
2417
|
+
: item["noProxy"].map((p) => {
|
|
2418
|
+
return p;
|
|
2419
|
+
}),
|
|
2420
|
+
trustedCa: item["trustedCa"],
|
|
2421
|
+
enabled: item["enabled"],
|
|
2422
|
+
};
|
|
2423
|
+
}
|
|
2424
|
+
export function managedClusterHttpProxyConfigDeserializer(item) {
|
|
2425
|
+
return {
|
|
2426
|
+
httpProxy: item["httpProxy"],
|
|
2427
|
+
httpsProxy: item["httpsProxy"],
|
|
2428
|
+
noProxy: !item["noProxy"]
|
|
2429
|
+
? item["noProxy"]
|
|
2430
|
+
: item["noProxy"].map((p) => {
|
|
2431
|
+
return p;
|
|
2432
|
+
}),
|
|
2433
|
+
trustedCa: item["trustedCa"],
|
|
2434
|
+
enabled: item["enabled"],
|
|
2435
|
+
};
|
|
2436
|
+
}
|
|
2437
|
+
export function managedClusterSecurityProfileSerializer(item) {
|
|
2438
|
+
return {
|
|
2439
|
+
defender: !item["defender"]
|
|
2440
|
+
? item["defender"]
|
|
2441
|
+
: managedClusterSecurityProfileDefenderSerializer(item["defender"]),
|
|
2442
|
+
azureKeyVaultKms: !item["azureKeyVaultKms"]
|
|
2443
|
+
? item["azureKeyVaultKms"]
|
|
2444
|
+
: azureKeyVaultKmsSerializer(item["azureKeyVaultKms"]),
|
|
2445
|
+
workloadIdentity: !item["workloadIdentity"]
|
|
2446
|
+
? item["workloadIdentity"]
|
|
2447
|
+
: managedClusterSecurityProfileWorkloadIdentitySerializer(item["workloadIdentity"]),
|
|
2448
|
+
imageCleaner: !item["imageCleaner"]
|
|
2449
|
+
? item["imageCleaner"]
|
|
2450
|
+
: managedClusterSecurityProfileImageCleanerSerializer(item["imageCleaner"]),
|
|
2451
|
+
customCATrustCertificates: !item["customCATrustCertificates"]
|
|
2452
|
+
? item["customCATrustCertificates"]
|
|
2453
|
+
: item["customCATrustCertificates"].map((p) => {
|
|
2454
|
+
return uint8ArrayToString(p, "base64");
|
|
2455
|
+
}),
|
|
2456
|
+
};
|
|
2457
|
+
}
|
|
2458
|
+
export function managedClusterSecurityProfileDeserializer(item) {
|
|
2459
|
+
return {
|
|
2460
|
+
defender: !item["defender"]
|
|
2461
|
+
? item["defender"]
|
|
2462
|
+
: managedClusterSecurityProfileDefenderDeserializer(item["defender"]),
|
|
2463
|
+
azureKeyVaultKms: !item["azureKeyVaultKms"]
|
|
2464
|
+
? item["azureKeyVaultKms"]
|
|
2465
|
+
: azureKeyVaultKmsDeserializer(item["azureKeyVaultKms"]),
|
|
2466
|
+
workloadIdentity: !item["workloadIdentity"]
|
|
2467
|
+
? item["workloadIdentity"]
|
|
2468
|
+
: managedClusterSecurityProfileWorkloadIdentityDeserializer(item["workloadIdentity"]),
|
|
2469
|
+
imageCleaner: !item["imageCleaner"]
|
|
2470
|
+
? item["imageCleaner"]
|
|
2471
|
+
: managedClusterSecurityProfileImageCleanerDeserializer(item["imageCleaner"]),
|
|
2472
|
+
customCATrustCertificates: !item["customCATrustCertificates"]
|
|
2473
|
+
? item["customCATrustCertificates"]
|
|
2474
|
+
: item["customCATrustCertificates"].map((p) => {
|
|
2475
|
+
return typeof p === "string" ? stringToUint8Array(p, "base64") : p;
|
|
2476
|
+
}),
|
|
2477
|
+
};
|
|
2478
|
+
}
|
|
2479
|
+
export function managedClusterSecurityProfileDefenderSerializer(item) {
|
|
2480
|
+
return {
|
|
2481
|
+
logAnalyticsWorkspaceResourceId: item["logAnalyticsWorkspaceResourceId"],
|
|
2482
|
+
securityMonitoring: !item["securityMonitoring"]
|
|
2483
|
+
? item["securityMonitoring"]
|
|
2484
|
+
: managedClusterSecurityProfileDefenderSecurityMonitoringSerializer(item["securityMonitoring"]),
|
|
2485
|
+
};
|
|
2486
|
+
}
|
|
2487
|
+
export function managedClusterSecurityProfileDefenderDeserializer(item) {
|
|
2488
|
+
return {
|
|
2489
|
+
logAnalyticsWorkspaceResourceId: item["logAnalyticsWorkspaceResourceId"],
|
|
2490
|
+
securityMonitoring: !item["securityMonitoring"]
|
|
2491
|
+
? item["securityMonitoring"]
|
|
2492
|
+
: managedClusterSecurityProfileDefenderSecurityMonitoringDeserializer(item["securityMonitoring"]),
|
|
2493
|
+
};
|
|
2494
|
+
}
|
|
2495
|
+
export function managedClusterSecurityProfileDefenderSecurityMonitoringSerializer(item) {
|
|
2496
|
+
return { enabled: item["enabled"] };
|
|
2497
|
+
}
|
|
2498
|
+
export function managedClusterSecurityProfileDefenderSecurityMonitoringDeserializer(item) {
|
|
2499
|
+
return {
|
|
2500
|
+
enabled: item["enabled"],
|
|
2501
|
+
};
|
|
2502
|
+
}
|
|
2503
|
+
export function azureKeyVaultKmsSerializer(item) {
|
|
2504
|
+
return {
|
|
2505
|
+
enabled: item["enabled"],
|
|
2506
|
+
keyId: item["keyId"],
|
|
2507
|
+
keyVaultNetworkAccess: item["keyVaultNetworkAccess"],
|
|
2508
|
+
keyVaultResourceId: item["keyVaultResourceId"],
|
|
2509
|
+
};
|
|
2510
|
+
}
|
|
2511
|
+
export function azureKeyVaultKmsDeserializer(item) {
|
|
2512
|
+
return {
|
|
2513
|
+
enabled: item["enabled"],
|
|
2514
|
+
keyId: item["keyId"],
|
|
2515
|
+
keyVaultNetworkAccess: item["keyVaultNetworkAccess"],
|
|
2516
|
+
keyVaultResourceId: item["keyVaultResourceId"],
|
|
2517
|
+
};
|
|
2518
|
+
}
|
|
2519
|
+
/** Network access of the key vault. Network access of key vault. The possible values are `Public` and `Private`. `Public` means the key vault allows public access from all networks. `Private` means the key vault disables public access and enables private link. The default value is `Public`. */
|
|
2520
|
+
export var KnownKeyVaultNetworkAccessTypes;
|
|
2521
|
+
(function (KnownKeyVaultNetworkAccessTypes) {
|
|
2522
|
+
/** Key vault allows public access from all networks. */
|
|
2523
|
+
KnownKeyVaultNetworkAccessTypes["Public"] = "Public";
|
|
2524
|
+
/** Key vault disables public access and enables private link. */
|
|
2525
|
+
KnownKeyVaultNetworkAccessTypes["Private"] = "Private";
|
|
2526
|
+
})(KnownKeyVaultNetworkAccessTypes || (KnownKeyVaultNetworkAccessTypes = {}));
|
|
2527
|
+
export function managedClusterSecurityProfileWorkloadIdentitySerializer(item) {
|
|
2528
|
+
return { enabled: item["enabled"] };
|
|
2529
|
+
}
|
|
2530
|
+
export function managedClusterSecurityProfileWorkloadIdentityDeserializer(item) {
|
|
2531
|
+
return {
|
|
2532
|
+
enabled: item["enabled"],
|
|
2533
|
+
};
|
|
2534
|
+
}
|
|
2535
|
+
export function managedClusterSecurityProfileImageCleanerSerializer(item) {
|
|
2536
|
+
return { enabled: item["enabled"], intervalHours: item["intervalHours"] };
|
|
2537
|
+
}
|
|
2538
|
+
export function managedClusterSecurityProfileImageCleanerDeserializer(item) {
|
|
2539
|
+
return {
|
|
2540
|
+
enabled: item["enabled"],
|
|
2541
|
+
intervalHours: item["intervalHours"],
|
|
2542
|
+
};
|
|
2543
|
+
}
|
|
2544
|
+
export function managedClusterStorageProfileSerializer(item) {
|
|
2545
|
+
return {
|
|
2546
|
+
diskCSIDriver: !item["diskCSIDriver"]
|
|
2547
|
+
? item["diskCSIDriver"]
|
|
2548
|
+
: managedClusterStorageProfileDiskCSIDriverSerializer(item["diskCSIDriver"]),
|
|
2549
|
+
fileCSIDriver: !item["fileCSIDriver"]
|
|
2550
|
+
? item["fileCSIDriver"]
|
|
2551
|
+
: managedClusterStorageProfileFileCSIDriverSerializer(item["fileCSIDriver"]),
|
|
2552
|
+
snapshotController: !item["snapshotController"]
|
|
2553
|
+
? item["snapshotController"]
|
|
2554
|
+
: managedClusterStorageProfileSnapshotControllerSerializer(item["snapshotController"]),
|
|
2555
|
+
blobCSIDriver: !item["blobCSIDriver"]
|
|
2556
|
+
? item["blobCSIDriver"]
|
|
2557
|
+
: managedClusterStorageProfileBlobCSIDriverSerializer(item["blobCSIDriver"]),
|
|
2558
|
+
};
|
|
2559
|
+
}
|
|
2560
|
+
export function managedClusterStorageProfileDeserializer(item) {
|
|
2561
|
+
return {
|
|
2562
|
+
diskCSIDriver: !item["diskCSIDriver"]
|
|
2563
|
+
? item["diskCSIDriver"]
|
|
2564
|
+
: managedClusterStorageProfileDiskCSIDriverDeserializer(item["diskCSIDriver"]),
|
|
2565
|
+
fileCSIDriver: !item["fileCSIDriver"]
|
|
2566
|
+
? item["fileCSIDriver"]
|
|
2567
|
+
: managedClusterStorageProfileFileCSIDriverDeserializer(item["fileCSIDriver"]),
|
|
2568
|
+
snapshotController: !item["snapshotController"]
|
|
2569
|
+
? item["snapshotController"]
|
|
2570
|
+
: managedClusterStorageProfileSnapshotControllerDeserializer(item["snapshotController"]),
|
|
2571
|
+
blobCSIDriver: !item["blobCSIDriver"]
|
|
2572
|
+
? item["blobCSIDriver"]
|
|
2573
|
+
: managedClusterStorageProfileBlobCSIDriverDeserializer(item["blobCSIDriver"]),
|
|
2574
|
+
};
|
|
2575
|
+
}
|
|
2576
|
+
export function managedClusterStorageProfileDiskCSIDriverSerializer(item) {
|
|
2577
|
+
return { enabled: item["enabled"] };
|
|
2578
|
+
}
|
|
2579
|
+
export function managedClusterStorageProfileDiskCSIDriverDeserializer(item) {
|
|
2580
|
+
return {
|
|
2581
|
+
enabled: item["enabled"],
|
|
2582
|
+
};
|
|
2583
|
+
}
|
|
2584
|
+
export function managedClusterStorageProfileFileCSIDriverSerializer(item) {
|
|
2585
|
+
return { enabled: item["enabled"] };
|
|
2586
|
+
}
|
|
2587
|
+
export function managedClusterStorageProfileFileCSIDriverDeserializer(item) {
|
|
2588
|
+
return {
|
|
2589
|
+
enabled: item["enabled"],
|
|
2590
|
+
};
|
|
2591
|
+
}
|
|
2592
|
+
export function managedClusterStorageProfileSnapshotControllerSerializer(item) {
|
|
2593
|
+
return { enabled: item["enabled"] };
|
|
2594
|
+
}
|
|
2595
|
+
export function managedClusterStorageProfileSnapshotControllerDeserializer(item) {
|
|
2596
|
+
return {
|
|
2597
|
+
enabled: item["enabled"],
|
|
2598
|
+
};
|
|
2599
|
+
}
|
|
2600
|
+
export function managedClusterStorageProfileBlobCSIDriverSerializer(item) {
|
|
2601
|
+
return { enabled: item["enabled"] };
|
|
2602
|
+
}
|
|
2603
|
+
export function managedClusterStorageProfileBlobCSIDriverDeserializer(item) {
|
|
2604
|
+
return {
|
|
2605
|
+
enabled: item["enabled"],
|
|
2606
|
+
};
|
|
2607
|
+
}
|
|
2608
|
+
export function managedClusterIngressProfileSerializer(item) {
|
|
2609
|
+
return {
|
|
2610
|
+
webAppRouting: !item["webAppRouting"]
|
|
2611
|
+
? item["webAppRouting"]
|
|
2612
|
+
: managedClusterIngressProfileWebAppRoutingSerializer(item["webAppRouting"]),
|
|
2613
|
+
};
|
|
2614
|
+
}
|
|
2615
|
+
export function managedClusterIngressProfileDeserializer(item) {
|
|
2616
|
+
return {
|
|
2617
|
+
webAppRouting: !item["webAppRouting"]
|
|
2618
|
+
? item["webAppRouting"]
|
|
2619
|
+
: managedClusterIngressProfileWebAppRoutingDeserializer(item["webAppRouting"]),
|
|
2620
|
+
};
|
|
2621
|
+
}
|
|
2622
|
+
export function managedClusterIngressProfileWebAppRoutingSerializer(item) {
|
|
2623
|
+
return {
|
|
2624
|
+
enabled: item["enabled"],
|
|
2625
|
+
dnsZoneResourceIds: !item["dnsZoneResourceIds"]
|
|
2626
|
+
? item["dnsZoneResourceIds"]
|
|
2627
|
+
: item["dnsZoneResourceIds"].map((p) => {
|
|
2628
|
+
return p;
|
|
2629
|
+
}),
|
|
2630
|
+
nginx: !item["nginx"]
|
|
2631
|
+
? item["nginx"]
|
|
2632
|
+
: managedClusterIngressProfileNginxSerializer(item["nginx"]),
|
|
2633
|
+
};
|
|
2634
|
+
}
|
|
2635
|
+
export function managedClusterIngressProfileWebAppRoutingDeserializer(item) {
|
|
2636
|
+
return {
|
|
2637
|
+
enabled: item["enabled"],
|
|
2638
|
+
dnsZoneResourceIds: !item["dnsZoneResourceIds"]
|
|
2639
|
+
? item["dnsZoneResourceIds"]
|
|
2640
|
+
: item["dnsZoneResourceIds"].map((p) => {
|
|
2641
|
+
return p;
|
|
2642
|
+
}),
|
|
2643
|
+
nginx: !item["nginx"]
|
|
2644
|
+
? item["nginx"]
|
|
2645
|
+
: managedClusterIngressProfileNginxDeserializer(item["nginx"]),
|
|
2646
|
+
identity: !item["identity"]
|
|
2647
|
+
? item["identity"]
|
|
2648
|
+
: userAssignedIdentityDeserializer(item["identity"]),
|
|
2649
|
+
};
|
|
2650
|
+
}
|
|
2651
|
+
export function managedClusterIngressProfileNginxSerializer(item) {
|
|
2652
|
+
return { defaultIngressControllerType: item["defaultIngressControllerType"] };
|
|
2653
|
+
}
|
|
2654
|
+
export function managedClusterIngressProfileNginxDeserializer(item) {
|
|
2655
|
+
return {
|
|
2656
|
+
defaultIngressControllerType: item["defaultIngressControllerType"],
|
|
2657
|
+
};
|
|
2658
|
+
}
|
|
2659
|
+
/** Ingress type for the default NginxIngressController custom resource */
|
|
2660
|
+
export var KnownNginxIngressControllerType;
|
|
2661
|
+
(function (KnownNginxIngressControllerType) {
|
|
2662
|
+
/** The default NginxIngressController will be created. Users can edit the default NginxIngressController Custom Resource to configure load balancer annotations. */
|
|
2663
|
+
KnownNginxIngressControllerType["AnnotationControlled"] = "AnnotationControlled";
|
|
2664
|
+
/** The default NginxIngressController will be created and the operator will provision an external loadbalancer with it. Any annotation to make the default loadbalancer internal will be overwritten. */
|
|
2665
|
+
KnownNginxIngressControllerType["External"] = "External";
|
|
2666
|
+
/** The default NginxIngressController will be created and the operator will provision an internal loadbalancer with it. Any annotation to make the default loadbalancer external will be overwritten. */
|
|
2667
|
+
KnownNginxIngressControllerType["Internal"] = "Internal";
|
|
2668
|
+
/** The default Ingress Controller will not be created. It will not be deleted by the system if it exists. Users should delete the default NginxIngressController Custom Resource manually if desired. */
|
|
2669
|
+
KnownNginxIngressControllerType["None"] = "None";
|
|
2670
|
+
})(KnownNginxIngressControllerType || (KnownNginxIngressControllerType = {}));
|
|
2671
|
+
/** PublicNetworkAccess of the managedCluster. Allow or deny public network access for AKS */
|
|
2672
|
+
export var KnownPublicNetworkAccess;
|
|
2673
|
+
(function (KnownPublicNetworkAccess) {
|
|
2674
|
+
/** Inbound/Outbound to the managedCluster is allowed. */
|
|
2675
|
+
KnownPublicNetworkAccess["Enabled"] = "Enabled";
|
|
2676
|
+
/** Inbound traffic to managedCluster is disabled, traffic from managedCluster is allowed. */
|
|
2677
|
+
KnownPublicNetworkAccess["Disabled"] = "Disabled";
|
|
2678
|
+
})(KnownPublicNetworkAccess || (KnownPublicNetworkAccess = {}));
|
|
2679
|
+
export function managedClusterWorkloadAutoScalerProfileSerializer(item) {
|
|
2680
|
+
return {
|
|
2681
|
+
keda: !item["keda"]
|
|
2682
|
+
? item["keda"]
|
|
2683
|
+
: managedClusterWorkloadAutoScalerProfileKedaSerializer(item["keda"]),
|
|
2684
|
+
verticalPodAutoscaler: !item["verticalPodAutoscaler"]
|
|
2685
|
+
? item["verticalPodAutoscaler"]
|
|
2686
|
+
: managedClusterWorkloadAutoScalerProfileVerticalPodAutoscalerSerializer(item["verticalPodAutoscaler"]),
|
|
2687
|
+
};
|
|
2688
|
+
}
|
|
2689
|
+
export function managedClusterWorkloadAutoScalerProfileDeserializer(item) {
|
|
2690
|
+
return {
|
|
2691
|
+
keda: !item["keda"]
|
|
2692
|
+
? item["keda"]
|
|
2693
|
+
: managedClusterWorkloadAutoScalerProfileKedaDeserializer(item["keda"]),
|
|
2694
|
+
verticalPodAutoscaler: !item["verticalPodAutoscaler"]
|
|
2695
|
+
? item["verticalPodAutoscaler"]
|
|
2696
|
+
: managedClusterWorkloadAutoScalerProfileVerticalPodAutoscalerDeserializer(item["verticalPodAutoscaler"]),
|
|
2697
|
+
};
|
|
2698
|
+
}
|
|
2699
|
+
export function managedClusterWorkloadAutoScalerProfileKedaSerializer(item) {
|
|
2700
|
+
return { enabled: item["enabled"] };
|
|
2701
|
+
}
|
|
2702
|
+
export function managedClusterWorkloadAutoScalerProfileKedaDeserializer(item) {
|
|
2703
|
+
return {
|
|
2704
|
+
enabled: item["enabled"],
|
|
2705
|
+
};
|
|
2706
|
+
}
|
|
2707
|
+
export function managedClusterWorkloadAutoScalerProfileVerticalPodAutoscalerSerializer(item) {
|
|
2708
|
+
return { enabled: item["enabled"] };
|
|
2709
|
+
}
|
|
2710
|
+
export function managedClusterWorkloadAutoScalerProfileVerticalPodAutoscalerDeserializer(item) {
|
|
2711
|
+
return {
|
|
2712
|
+
enabled: item["enabled"],
|
|
2713
|
+
};
|
|
2714
|
+
}
|
|
2715
|
+
export function managedClusterAzureMonitorProfileSerializer(item) {
|
|
2716
|
+
return {
|
|
2717
|
+
metrics: !item["metrics"]
|
|
2718
|
+
? item["metrics"]
|
|
2719
|
+
: managedClusterAzureMonitorProfileMetricsSerializer(item["metrics"]),
|
|
2720
|
+
};
|
|
2721
|
+
}
|
|
2722
|
+
export function managedClusterAzureMonitorProfileDeserializer(item) {
|
|
2723
|
+
return {
|
|
2724
|
+
metrics: !item["metrics"]
|
|
2725
|
+
? item["metrics"]
|
|
2726
|
+
: managedClusterAzureMonitorProfileMetricsDeserializer(item["metrics"]),
|
|
2727
|
+
};
|
|
2728
|
+
}
|
|
2729
|
+
export function managedClusterAzureMonitorProfileMetricsSerializer(item) {
|
|
2730
|
+
return {
|
|
2731
|
+
enabled: item["enabled"],
|
|
2732
|
+
kubeStateMetrics: !item["kubeStateMetrics"]
|
|
2733
|
+
? item["kubeStateMetrics"]
|
|
2734
|
+
: managedClusterAzureMonitorProfileKubeStateMetricsSerializer(item["kubeStateMetrics"]),
|
|
2735
|
+
};
|
|
2736
|
+
}
|
|
2737
|
+
export function managedClusterAzureMonitorProfileMetricsDeserializer(item) {
|
|
2738
|
+
return {
|
|
2739
|
+
enabled: item["enabled"],
|
|
2740
|
+
kubeStateMetrics: !item["kubeStateMetrics"]
|
|
2741
|
+
? item["kubeStateMetrics"]
|
|
2742
|
+
: managedClusterAzureMonitorProfileKubeStateMetricsDeserializer(item["kubeStateMetrics"]),
|
|
2743
|
+
};
|
|
2744
|
+
}
|
|
2745
|
+
export function managedClusterAzureMonitorProfileKubeStateMetricsSerializer(item) {
|
|
2746
|
+
return {
|
|
2747
|
+
metricLabelsAllowlist: item["metricLabelsAllowlist"],
|
|
2748
|
+
metricAnnotationsAllowList: item["metricAnnotationsAllowList"],
|
|
2749
|
+
};
|
|
2750
|
+
}
|
|
2751
|
+
export function managedClusterAzureMonitorProfileKubeStateMetricsDeserializer(item) {
|
|
2752
|
+
return {
|
|
2753
|
+
metricLabelsAllowlist: item["metricLabelsAllowlist"],
|
|
2754
|
+
metricAnnotationsAllowList: item["metricAnnotationsAllowList"],
|
|
2755
|
+
};
|
|
2756
|
+
}
|
|
2757
|
+
export function serviceMeshProfileSerializer(item) {
|
|
2758
|
+
return {
|
|
2759
|
+
mode: item["mode"],
|
|
2760
|
+
istio: !item["istio"] ? item["istio"] : istioServiceMeshSerializer(item["istio"]),
|
|
2761
|
+
};
|
|
2762
|
+
}
|
|
2763
|
+
export function serviceMeshProfileDeserializer(item) {
|
|
2764
|
+
return {
|
|
2765
|
+
mode: item["mode"],
|
|
2766
|
+
istio: !item["istio"] ? item["istio"] : istioServiceMeshDeserializer(item["istio"]),
|
|
2767
|
+
};
|
|
2768
|
+
}
|
|
2769
|
+
/** Mode of the service mesh. */
|
|
2770
|
+
export var KnownServiceMeshMode;
|
|
2771
|
+
(function (KnownServiceMeshMode) {
|
|
2772
|
+
/** Istio deployed as an AKS addon. */
|
|
2773
|
+
KnownServiceMeshMode["Istio"] = "Istio";
|
|
2774
|
+
/** Mesh is disabled. */
|
|
2775
|
+
KnownServiceMeshMode["Disabled"] = "Disabled";
|
|
2776
|
+
})(KnownServiceMeshMode || (KnownServiceMeshMode = {}));
|
|
2777
|
+
export function istioServiceMeshSerializer(item) {
|
|
2778
|
+
return {
|
|
2779
|
+
components: !item["components"]
|
|
2780
|
+
? item["components"]
|
|
2781
|
+
: istioComponentsSerializer(item["components"]),
|
|
2782
|
+
certificateAuthority: !item["certificateAuthority"]
|
|
2783
|
+
? item["certificateAuthority"]
|
|
2784
|
+
: istioCertificateAuthoritySerializer(item["certificateAuthority"]),
|
|
2785
|
+
revisions: !item["revisions"]
|
|
2786
|
+
? item["revisions"]
|
|
2787
|
+
: item["revisions"].map((p) => {
|
|
2788
|
+
return p;
|
|
2789
|
+
}),
|
|
2790
|
+
};
|
|
2791
|
+
}
|
|
2792
|
+
export function istioServiceMeshDeserializer(item) {
|
|
2793
|
+
return {
|
|
2794
|
+
components: !item["components"]
|
|
2795
|
+
? item["components"]
|
|
2796
|
+
: istioComponentsDeserializer(item["components"]),
|
|
2797
|
+
certificateAuthority: !item["certificateAuthority"]
|
|
2798
|
+
? item["certificateAuthority"]
|
|
2799
|
+
: istioCertificateAuthorityDeserializer(item["certificateAuthority"]),
|
|
2800
|
+
revisions: !item["revisions"]
|
|
2801
|
+
? item["revisions"]
|
|
2802
|
+
: item["revisions"].map((p) => {
|
|
2803
|
+
return p;
|
|
2804
|
+
}),
|
|
2805
|
+
};
|
|
2806
|
+
}
|
|
2807
|
+
export function istioComponentsSerializer(item) {
|
|
2808
|
+
return {
|
|
2809
|
+
ingressGateways: !item["ingressGateways"]
|
|
2810
|
+
? item["ingressGateways"]
|
|
2811
|
+
: istioIngressGatewayArraySerializer(item["ingressGateways"]),
|
|
2812
|
+
egressGateways: !item["egressGateways"]
|
|
2813
|
+
? item["egressGateways"]
|
|
2814
|
+
: istioEgressGatewayArraySerializer(item["egressGateways"]),
|
|
2815
|
+
proxyRedirectionMechanism: item["proxyRedirectionMechanism"],
|
|
2816
|
+
};
|
|
2817
|
+
}
|
|
2818
|
+
export function istioComponentsDeserializer(item) {
|
|
2819
|
+
return {
|
|
2820
|
+
ingressGateways: !item["ingressGateways"]
|
|
2821
|
+
? item["ingressGateways"]
|
|
2822
|
+
: istioIngressGatewayArrayDeserializer(item["ingressGateways"]),
|
|
2823
|
+
egressGateways: !item["egressGateways"]
|
|
2824
|
+
? item["egressGateways"]
|
|
2825
|
+
: istioEgressGatewayArrayDeserializer(item["egressGateways"]),
|
|
2826
|
+
proxyRedirectionMechanism: item["proxyRedirectionMechanism"],
|
|
2827
|
+
};
|
|
2828
|
+
}
|
|
2829
|
+
export function istioIngressGatewayArraySerializer(result) {
|
|
2830
|
+
return result.map((item) => {
|
|
2831
|
+
return istioIngressGatewaySerializer(item);
|
|
2832
|
+
});
|
|
2833
|
+
}
|
|
2834
|
+
export function istioIngressGatewayArrayDeserializer(result) {
|
|
2835
|
+
return result.map((item) => {
|
|
2836
|
+
return istioIngressGatewayDeserializer(item);
|
|
2837
|
+
});
|
|
2838
|
+
}
|
|
2839
|
+
export function istioIngressGatewaySerializer(item) {
|
|
2840
|
+
return { mode: item["mode"], enabled: item["enabled"] };
|
|
2841
|
+
}
|
|
2842
|
+
export function istioIngressGatewayDeserializer(item) {
|
|
2843
|
+
return {
|
|
2844
|
+
mode: item["mode"],
|
|
2845
|
+
enabled: item["enabled"],
|
|
2846
|
+
};
|
|
2847
|
+
}
|
|
2848
|
+
/** Mode of an ingress gateway. */
|
|
2849
|
+
export var KnownIstioIngressGatewayMode;
|
|
2850
|
+
(function (KnownIstioIngressGatewayMode) {
|
|
2851
|
+
/** The ingress gateway is assigned a public IP address and is publicly accessible. */
|
|
2852
|
+
KnownIstioIngressGatewayMode["External"] = "External";
|
|
2853
|
+
/** The ingress gateway is assigned an internal IP address and cannot is accessed publicly. */
|
|
2854
|
+
KnownIstioIngressGatewayMode["Internal"] = "Internal";
|
|
2855
|
+
})(KnownIstioIngressGatewayMode || (KnownIstioIngressGatewayMode = {}));
|
|
2856
|
+
export function istioEgressGatewayArraySerializer(result) {
|
|
2857
|
+
return result.map((item) => {
|
|
2858
|
+
return istioEgressGatewaySerializer(item);
|
|
2859
|
+
});
|
|
2860
|
+
}
|
|
2861
|
+
export function istioEgressGatewayArrayDeserializer(result) {
|
|
2862
|
+
return result.map((item) => {
|
|
2863
|
+
return istioEgressGatewayDeserializer(item);
|
|
2864
|
+
});
|
|
2865
|
+
}
|
|
2866
|
+
export function istioEgressGatewaySerializer(item) {
|
|
2867
|
+
return {
|
|
2868
|
+
enabled: item["enabled"],
|
|
2869
|
+
name: item["name"],
|
|
2870
|
+
namespace: item["namespace"],
|
|
2871
|
+
gatewayConfigurationName: item["gatewayConfigurationName"],
|
|
2872
|
+
};
|
|
2873
|
+
}
|
|
2874
|
+
export function istioEgressGatewayDeserializer(item) {
|
|
2875
|
+
return {
|
|
2876
|
+
enabled: item["enabled"],
|
|
2877
|
+
name: item["name"],
|
|
2878
|
+
namespace: item["namespace"],
|
|
2879
|
+
gatewayConfigurationName: item["gatewayConfigurationName"],
|
|
2880
|
+
};
|
|
2881
|
+
}
|
|
2882
|
+
/** Mode of traffic redirection. */
|
|
2883
|
+
export var KnownProxyRedirectionMechanism;
|
|
2884
|
+
(function (KnownProxyRedirectionMechanism) {
|
|
2885
|
+
/** Istio will inject an init container into each pod to redirect traffic (requires NET_ADMIN and NET_RAW). */
|
|
2886
|
+
KnownProxyRedirectionMechanism["InitContainers"] = "InitContainers";
|
|
2887
|
+
/** Istio will install a chained CNI plugin to redirect traffic (recommended). */
|
|
2888
|
+
KnownProxyRedirectionMechanism["CNIChaining"] = "CNIChaining";
|
|
2889
|
+
})(KnownProxyRedirectionMechanism || (KnownProxyRedirectionMechanism = {}));
|
|
2890
|
+
export function istioCertificateAuthoritySerializer(item) {
|
|
2891
|
+
return {
|
|
2892
|
+
plugin: !item["plugin"]
|
|
2893
|
+
? item["plugin"]
|
|
2894
|
+
: istioPluginCertificateAuthoritySerializer(item["plugin"]),
|
|
2895
|
+
};
|
|
2896
|
+
}
|
|
2897
|
+
export function istioCertificateAuthorityDeserializer(item) {
|
|
2898
|
+
return {
|
|
2899
|
+
plugin: !item["plugin"]
|
|
2900
|
+
? item["plugin"]
|
|
2901
|
+
: istioPluginCertificateAuthorityDeserializer(item["plugin"]),
|
|
2902
|
+
};
|
|
2903
|
+
}
|
|
2904
|
+
export function istioPluginCertificateAuthoritySerializer(item) {
|
|
2905
|
+
return {
|
|
2906
|
+
keyVaultId: item["keyVaultId"],
|
|
2907
|
+
certObjectName: item["certObjectName"],
|
|
2908
|
+
keyObjectName: item["keyObjectName"],
|
|
2909
|
+
rootCertObjectName: item["rootCertObjectName"],
|
|
2910
|
+
certChainObjectName: item["certChainObjectName"],
|
|
2911
|
+
};
|
|
2912
|
+
}
|
|
2913
|
+
export function istioPluginCertificateAuthorityDeserializer(item) {
|
|
2914
|
+
return {
|
|
2915
|
+
keyVaultId: item["keyVaultId"],
|
|
2916
|
+
certObjectName: item["certObjectName"],
|
|
2917
|
+
keyObjectName: item["keyObjectName"],
|
|
2918
|
+
rootCertObjectName: item["rootCertObjectName"],
|
|
2919
|
+
certChainObjectName: item["certChainObjectName"],
|
|
2920
|
+
};
|
|
2921
|
+
}
|
|
2922
|
+
export function managedClusterMetricsProfileSerializer(item) {
|
|
2923
|
+
return {
|
|
2924
|
+
costAnalysis: !item["costAnalysis"]
|
|
2925
|
+
? item["costAnalysis"]
|
|
2926
|
+
: managedClusterCostAnalysisSerializer(item["costAnalysis"]),
|
|
2927
|
+
};
|
|
2928
|
+
}
|
|
2929
|
+
export function managedClusterMetricsProfileDeserializer(item) {
|
|
2930
|
+
return {
|
|
2931
|
+
costAnalysis: !item["costAnalysis"]
|
|
2932
|
+
? item["costAnalysis"]
|
|
2933
|
+
: managedClusterCostAnalysisDeserializer(item["costAnalysis"]),
|
|
2934
|
+
};
|
|
2935
|
+
}
|
|
2936
|
+
export function managedClusterCostAnalysisSerializer(item) {
|
|
2937
|
+
return { enabled: item["enabled"] };
|
|
2938
|
+
}
|
|
2939
|
+
export function managedClusterCostAnalysisDeserializer(item) {
|
|
2940
|
+
return {
|
|
2941
|
+
enabled: item["enabled"],
|
|
2942
|
+
};
|
|
2943
|
+
}
|
|
2944
|
+
export function managedClusterNodeProvisioningProfileSerializer(item) {
|
|
2945
|
+
return { mode: item["mode"], defaultNodePools: item["defaultNodePools"] };
|
|
2946
|
+
}
|
|
2947
|
+
export function managedClusterNodeProvisioningProfileDeserializer(item) {
|
|
2948
|
+
return {
|
|
2949
|
+
mode: item["mode"],
|
|
2950
|
+
defaultNodePools: item["defaultNodePools"],
|
|
2951
|
+
};
|
|
2952
|
+
}
|
|
2953
|
+
/** The node provisioning mode. If not specified, the default is Manual. */
|
|
2954
|
+
export var KnownNodeProvisioningMode;
|
|
2955
|
+
(function (KnownNodeProvisioningMode) {
|
|
2956
|
+
/** Nodes are provisioned manually by the user */
|
|
2957
|
+
KnownNodeProvisioningMode["Manual"] = "Manual";
|
|
2958
|
+
/** Nodes are provisioned automatically by AKS using Karpenter (See aka.ms/aks/nap for more details). Fixed size Node Pools can still be created, but autoscaling Node Pools cannot be. (See aka.ms/aks/nap for more details). */
|
|
2959
|
+
KnownNodeProvisioningMode["Auto"] = "Auto";
|
|
2960
|
+
})(KnownNodeProvisioningMode || (KnownNodeProvisioningMode = {}));
|
|
2961
|
+
/** The set of default Karpenter NodePools (CRDs) configured for node provisioning. This field has no effect unless mode is 'Auto'. Warning: Changing this from Auto to None on an existing cluster will cause the default Karpenter NodePools to be deleted, which will drain and delete the nodes associated with those pools. It is strongly recommended to not do this unless there are idle nodes ready to take the pods evicted by that action. If not specified, the default is Auto. For more information see aka.ms/aks/nap#node-pools. */
|
|
2962
|
+
export var KnownNodeProvisioningDefaultNodePools;
|
|
2963
|
+
(function (KnownNodeProvisioningDefaultNodePools) {
|
|
2964
|
+
/** No Karpenter NodePools are provisioned automatically. Automatic scaling will not happen unless the user creates one or more NodePool CRD instances. */
|
|
2965
|
+
KnownNodeProvisioningDefaultNodePools["None"] = "None";
|
|
2966
|
+
/** A standard set of Karpenter NodePools are provisioned */
|
|
2967
|
+
KnownNodeProvisioningDefaultNodePools["Auto"] = "Auto";
|
|
2968
|
+
})(KnownNodeProvisioningDefaultNodePools || (KnownNodeProvisioningDefaultNodePools = {}));
|
|
2969
|
+
export function managedClusterBootstrapProfileSerializer(item) {
|
|
2970
|
+
return {
|
|
2971
|
+
artifactSource: item["artifactSource"],
|
|
2972
|
+
containerRegistryId: item["containerRegistryId"],
|
|
2973
|
+
};
|
|
2974
|
+
}
|
|
2975
|
+
export function managedClusterBootstrapProfileDeserializer(item) {
|
|
2976
|
+
return {
|
|
2977
|
+
artifactSource: item["artifactSource"],
|
|
2978
|
+
containerRegistryId: item["containerRegistryId"],
|
|
2979
|
+
};
|
|
2980
|
+
}
|
|
2981
|
+
/** The artifact source. The source where the artifacts are downloaded from. */
|
|
2982
|
+
export var KnownArtifactSource;
|
|
2983
|
+
(function (KnownArtifactSource) {
|
|
2984
|
+
/** pull images from Azure Container Registry with cache */
|
|
2985
|
+
KnownArtifactSource["Cache"] = "Cache";
|
|
2986
|
+
/** pull images from Microsoft Artifact Registry */
|
|
2987
|
+
KnownArtifactSource["Direct"] = "Direct";
|
|
2988
|
+
})(KnownArtifactSource || (KnownArtifactSource = {}));
|
|
2989
|
+
export function managedClusterAIToolchainOperatorProfileSerializer(item) {
|
|
2990
|
+
return { enabled: item["enabled"] };
|
|
2991
|
+
}
|
|
2992
|
+
export function managedClusterAIToolchainOperatorProfileDeserializer(item) {
|
|
2993
|
+
return {
|
|
2994
|
+
enabled: item["enabled"],
|
|
2995
|
+
};
|
|
2996
|
+
}
|
|
2997
|
+
export function managedClusterStatusSerializer(item) {
|
|
2998
|
+
return item;
|
|
2999
|
+
}
|
|
3000
|
+
export function managedClusterStatusDeserializer(item) {
|
|
3001
|
+
return {
|
|
3002
|
+
provisioningError: !item["provisioningError"]
|
|
3003
|
+
? item["provisioningError"]
|
|
3004
|
+
: errorDetailDeserializer(item["provisioningError"]),
|
|
3005
|
+
};
|
|
3006
|
+
}
|
|
3007
|
+
export function managedClusterSKUSerializer(item) {
|
|
3008
|
+
return { name: item["name"], tier: item["tier"] };
|
|
3009
|
+
}
|
|
3010
|
+
export function managedClusterSKUDeserializer(item) {
|
|
3011
|
+
return {
|
|
3012
|
+
name: item["name"],
|
|
3013
|
+
tier: item["tier"],
|
|
3014
|
+
};
|
|
3015
|
+
}
|
|
3016
|
+
/** The name of a managed cluster SKU. */
|
|
3017
|
+
export var KnownManagedClusterSKUName;
|
|
3018
|
+
(function (KnownManagedClusterSKUName) {
|
|
3019
|
+
/** Base option for the AKS control plane. */
|
|
3020
|
+
KnownManagedClusterSKUName["Base"] = "Base";
|
|
3021
|
+
/** Automatic clusters are optimized to run most production workloads with configuration that follows AKS best practices and recommendations for cluster and workload setup, scalability, and security. For more details about Automatic clusters see aka.ms/aks/automatic. */
|
|
3022
|
+
KnownManagedClusterSKUName["Automatic"] = "Automatic";
|
|
3023
|
+
})(KnownManagedClusterSKUName || (KnownManagedClusterSKUName = {}));
|
|
3024
|
+
/** The tier of a managed cluster SKU. If not specified, the default is 'Free'. See [AKS Pricing Tier](https://learn.microsoft.com/azure/aks/free-standard-pricing-tiers) for more details. */
|
|
3025
|
+
export var KnownManagedClusterSKUTier;
|
|
3026
|
+
(function (KnownManagedClusterSKUTier) {
|
|
3027
|
+
/** Cluster has premium capabilities in addition to all of the capabilities included in 'Standard'. Premium enables selection of LongTermSupport (aka.ms/aks/lts) for certain Kubernetes versions. */
|
|
3028
|
+
KnownManagedClusterSKUTier["Premium"] = "Premium";
|
|
3029
|
+
/** Recommended for mission-critical and production workloads. Includes Kubernetes control plane autoscaling, workload-intensive testing, and up to 5,000 nodes per cluster. Guarantees 99.95% availability of the Kubernetes API server endpoint for clusters that use Availability Zones and 99.9% of availability for clusters that don't use Availability Zones. */
|
|
3030
|
+
KnownManagedClusterSKUTier["Standard"] = "Standard";
|
|
3031
|
+
/** The cluster management is free, but charged for VM, storage, and networking usage. Best for experimenting, learning, simple testing, or workloads with fewer than 10 nodes. Not recommended for production use cases. */
|
|
3032
|
+
KnownManagedClusterSKUTier["Free"] = "Free";
|
|
3033
|
+
})(KnownManagedClusterSKUTier || (KnownManagedClusterSKUTier = {}));
|
|
3034
|
+
export function extendedLocationSerializer(item) {
|
|
3035
|
+
return { name: item["name"], type: item["type"] };
|
|
3036
|
+
}
|
|
3037
|
+
export function extendedLocationDeserializer(item) {
|
|
3038
|
+
return {
|
|
3039
|
+
name: item["name"],
|
|
3040
|
+
type: item["type"],
|
|
3041
|
+
};
|
|
3042
|
+
}
|
|
3043
|
+
/** The type of extendedLocation. */
|
|
3044
|
+
export var KnownExtendedLocationTypes;
|
|
3045
|
+
(function (KnownExtendedLocationTypes) {
|
|
3046
|
+
/** Azure Edge Zone extended location type. */
|
|
3047
|
+
KnownExtendedLocationTypes["EdgeZone"] = "EdgeZone";
|
|
3048
|
+
})(KnownExtendedLocationTypes || (KnownExtendedLocationTypes = {}));
|
|
3049
|
+
export function managedClusterIdentitySerializer(item) {
|
|
3050
|
+
return {
|
|
3051
|
+
type: item["type"],
|
|
3052
|
+
delegatedResources: !item["delegatedResources"]
|
|
3053
|
+
? item["delegatedResources"]
|
|
3054
|
+
: delegatedResourceRecordSerializer(item["delegatedResources"]),
|
|
3055
|
+
userAssignedIdentities: !item["userAssignedIdentities"]
|
|
3056
|
+
? item["userAssignedIdentities"]
|
|
3057
|
+
: managedServiceIdentityUserAssignedIdentitiesValueRecordSerializer(item["userAssignedIdentities"]),
|
|
3058
|
+
};
|
|
3059
|
+
}
|
|
3060
|
+
export function managedClusterIdentityDeserializer(item) {
|
|
3061
|
+
return {
|
|
3062
|
+
principalId: item["principalId"],
|
|
3063
|
+
tenantId: item["tenantId"],
|
|
3064
|
+
type: item["type"],
|
|
3065
|
+
delegatedResources: !item["delegatedResources"]
|
|
3066
|
+
? item["delegatedResources"]
|
|
3067
|
+
: delegatedResourceRecordDeserializer(item["delegatedResources"]),
|
|
3068
|
+
userAssignedIdentities: !item["userAssignedIdentities"]
|
|
3069
|
+
? item["userAssignedIdentities"]
|
|
3070
|
+
: managedServiceIdentityUserAssignedIdentitiesValueRecordDeserializer(item["userAssignedIdentities"]),
|
|
3071
|
+
};
|
|
3072
|
+
}
|
|
3073
|
+
/** The type of identity used for the managed cluster. For more information see [use managed identities in AKS](https://docs.microsoft.com/azure/aks/use-managed-identity). */
|
|
3074
|
+
export var KnownResourceIdentityType;
|
|
3075
|
+
(function (KnownResourceIdentityType) {
|
|
3076
|
+
/** Use an implicitly created system assigned managed identity to manage cluster resources. Master components in the control plane such as kube-controller-manager will use the system assigned managed identity to manipulate Azure resources. */
|
|
3077
|
+
KnownResourceIdentityType["SystemAssigned"] = "SystemAssigned";
|
|
3078
|
+
/** Use a user-specified identity to manage cluster resources. Master components in the control plane such as kube-controller-manager will use the specified user assigned managed identity to manipulate Azure resources. */
|
|
3079
|
+
KnownResourceIdentityType["UserAssigned"] = "UserAssigned";
|
|
3080
|
+
/** Do not use a managed identity for the Managed Cluster, service principal will be used instead. */
|
|
3081
|
+
KnownResourceIdentityType["None"] = "None";
|
|
3082
|
+
})(KnownResourceIdentityType || (KnownResourceIdentityType = {}));
|
|
3083
|
+
export function delegatedResourceRecordSerializer(item) {
|
|
3084
|
+
const result = {};
|
|
3085
|
+
Object.keys(item).map((key) => {
|
|
3086
|
+
result[key] = !item[key] ? item[key] : delegatedResourceSerializer(item[key]);
|
|
3087
|
+
});
|
|
3088
|
+
return result;
|
|
3089
|
+
}
|
|
3090
|
+
export function delegatedResourceRecordDeserializer(item) {
|
|
3091
|
+
const result = {};
|
|
3092
|
+
Object.keys(item).map((key) => {
|
|
3093
|
+
result[key] = !item[key] ? item[key] : delegatedResourceDeserializer(item[key]);
|
|
3094
|
+
});
|
|
3095
|
+
return result;
|
|
3096
|
+
}
|
|
3097
|
+
export function delegatedResourceSerializer(item) {
|
|
3098
|
+
return {
|
|
3099
|
+
resourceId: item["resourceId"],
|
|
3100
|
+
tenantId: item["tenantId"],
|
|
3101
|
+
referralResource: item["referralResource"],
|
|
3102
|
+
location: item["location"],
|
|
3103
|
+
};
|
|
3104
|
+
}
|
|
3105
|
+
export function delegatedResourceDeserializer(item) {
|
|
3106
|
+
return {
|
|
3107
|
+
resourceId: item["resourceId"],
|
|
3108
|
+
tenantId: item["tenantId"],
|
|
3109
|
+
referralResource: item["referralResource"],
|
|
3110
|
+
location: item["location"],
|
|
3111
|
+
};
|
|
3112
|
+
}
|
|
3113
|
+
export function managedServiceIdentityUserAssignedIdentitiesValueRecordSerializer(item) {
|
|
3114
|
+
const result = {};
|
|
3115
|
+
Object.keys(item).map((key) => {
|
|
3116
|
+
result[key] = !item[key]
|
|
3117
|
+
? item[key]
|
|
3118
|
+
: managedServiceIdentityUserAssignedIdentitiesValueSerializer(item[key]);
|
|
3119
|
+
});
|
|
3120
|
+
return result;
|
|
3121
|
+
}
|
|
3122
|
+
export function managedServiceIdentityUserAssignedIdentitiesValueRecordDeserializer(item) {
|
|
3123
|
+
const result = {};
|
|
3124
|
+
Object.keys(item).map((key) => {
|
|
3125
|
+
result[key] = !item[key]
|
|
3126
|
+
? item[key]
|
|
3127
|
+
: managedServiceIdentityUserAssignedIdentitiesValueDeserializer(item[key]);
|
|
3128
|
+
});
|
|
3129
|
+
return result;
|
|
3130
|
+
}
|
|
3131
|
+
export function managedServiceIdentityUserAssignedIdentitiesValueSerializer(item) {
|
|
3132
|
+
return item;
|
|
3133
|
+
}
|
|
3134
|
+
export function managedServiceIdentityUserAssignedIdentitiesValueDeserializer(item) {
|
|
3135
|
+
return {
|
|
3136
|
+
principalId: item["principalId"],
|
|
3137
|
+
clientId: item["clientId"],
|
|
3138
|
+
};
|
|
3139
|
+
}
|
|
3140
|
+
export function trackedResourceSerializer(item) {
|
|
3141
|
+
return { tags: item["tags"], location: item["location"] };
|
|
3142
|
+
}
|
|
3143
|
+
export function trackedResourceDeserializer(item) {
|
|
3144
|
+
return {
|
|
3145
|
+
id: item["id"],
|
|
3146
|
+
name: item["name"],
|
|
3147
|
+
type: item["type"],
|
|
3148
|
+
systemData: !item["systemData"]
|
|
3149
|
+
? item["systemData"]
|
|
3150
|
+
: systemDataDeserializer(item["systemData"]),
|
|
3151
|
+
tags: !item["tags"]
|
|
3152
|
+
? item["tags"]
|
|
3153
|
+
: Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
3154
|
+
location: item["location"],
|
|
3155
|
+
};
|
|
3156
|
+
}
|
|
3157
|
+
export function tagsObjectSerializer(item) {
|
|
3158
|
+
return { tags: item["tags"] };
|
|
3159
|
+
}
|
|
3160
|
+
export function _managedClusterListResultDeserializer(item) {
|
|
3161
|
+
return {
|
|
3162
|
+
value: managedClusterArrayDeserializer(item["value"]),
|
|
3163
|
+
nextLink: item["nextLink"],
|
|
3164
|
+
};
|
|
3165
|
+
}
|
|
3166
|
+
export function managedClusterArraySerializer(result) {
|
|
3167
|
+
return result.map((item) => {
|
|
3168
|
+
return managedClusterSerializer(item);
|
|
3169
|
+
});
|
|
3170
|
+
}
|
|
3171
|
+
export function managedClusterArrayDeserializer(result) {
|
|
3172
|
+
return result.map((item) => {
|
|
3173
|
+
return managedClusterDeserializer(item);
|
|
3174
|
+
});
|
|
3175
|
+
}
|
|
3176
|
+
export function managedClusterAccessProfileDeserializer(item) {
|
|
3177
|
+
return {
|
|
3178
|
+
tags: !item["tags"]
|
|
3179
|
+
? item["tags"]
|
|
3180
|
+
: Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
3181
|
+
location: item["location"],
|
|
3182
|
+
id: item["id"],
|
|
3183
|
+
name: item["name"],
|
|
3184
|
+
type: item["type"],
|
|
3185
|
+
systemData: !item["systemData"]
|
|
3186
|
+
? item["systemData"]
|
|
3187
|
+
: systemDataDeserializer(item["systemData"]),
|
|
3188
|
+
...(!item["properties"]
|
|
3189
|
+
? item["properties"]
|
|
3190
|
+
: _managedClusterAccessProfilePropertiesDeserializer(item["properties"])),
|
|
3191
|
+
};
|
|
3192
|
+
}
|
|
3193
|
+
export function accessProfileDeserializer(item) {
|
|
3194
|
+
return {
|
|
3195
|
+
kubeConfig: !item["kubeConfig"]
|
|
3196
|
+
? item["kubeConfig"]
|
|
3197
|
+
: typeof item["kubeConfig"] === "string"
|
|
3198
|
+
? stringToUint8Array(item["kubeConfig"], "base64")
|
|
3199
|
+
: item["kubeConfig"],
|
|
3200
|
+
};
|
|
3201
|
+
}
|
|
3202
|
+
export function credentialResultsDeserializer(item) {
|
|
3203
|
+
return {
|
|
3204
|
+
kubeconfigs: !item["kubeconfigs"]
|
|
3205
|
+
? item["kubeconfigs"]
|
|
3206
|
+
: credentialResultArrayDeserializer(item["kubeconfigs"]),
|
|
3207
|
+
};
|
|
3208
|
+
}
|
|
3209
|
+
export function credentialResultArrayDeserializer(result) {
|
|
3210
|
+
return result.map((item) => {
|
|
3211
|
+
return credentialResultDeserializer(item);
|
|
3212
|
+
});
|
|
3213
|
+
}
|
|
3214
|
+
export function credentialResultDeserializer(item) {
|
|
3215
|
+
return {
|
|
3216
|
+
name: item["name"],
|
|
3217
|
+
value: !item["value"]
|
|
3218
|
+
? item["value"]
|
|
3219
|
+
: typeof item["value"] === "string"
|
|
3220
|
+
? stringToUint8Array(item["value"], "base64")
|
|
3221
|
+
: item["value"],
|
|
3222
|
+
};
|
|
3223
|
+
}
|
|
3224
|
+
export function runCommandRequestSerializer(item) {
|
|
3225
|
+
return { command: item["command"], context: item["context"], clusterToken: item["clusterToken"] };
|
|
3226
|
+
}
|
|
3227
|
+
export function runCommandResultDeserializer(item) {
|
|
3228
|
+
return {
|
|
3229
|
+
id: item["id"],
|
|
3230
|
+
...(!item["properties"]
|
|
3231
|
+
? item["properties"]
|
|
3232
|
+
: _runCommandResultPropertiesDeserializer(item["properties"])),
|
|
3233
|
+
};
|
|
3234
|
+
}
|
|
3235
|
+
export function commandResultPropertiesDeserializer(item) {
|
|
3236
|
+
return {
|
|
3237
|
+
provisioningState: item["provisioningState"],
|
|
3238
|
+
exitCode: item["exitCode"],
|
|
3239
|
+
startedAt: !item["startedAt"] ? item["startedAt"] : new Date(item["startedAt"]),
|
|
3240
|
+
finishedAt: !item["finishedAt"] ? item["finishedAt"] : new Date(item["finishedAt"]),
|
|
3241
|
+
logs: item["logs"],
|
|
3242
|
+
reason: item["reason"],
|
|
3243
|
+
};
|
|
3244
|
+
}
|
|
3245
|
+
export function _outboundEnvironmentEndpointCollectionDeserializer(item) {
|
|
3246
|
+
return {
|
|
3247
|
+
value: outboundEnvironmentEndpointArrayDeserializer(item["value"]),
|
|
3248
|
+
nextLink: item["nextLink"],
|
|
3249
|
+
};
|
|
3250
|
+
}
|
|
3251
|
+
export function outboundEnvironmentEndpointArrayDeserializer(result) {
|
|
3252
|
+
return result.map((item) => {
|
|
3253
|
+
return outboundEnvironmentEndpointDeserializer(item);
|
|
3254
|
+
});
|
|
3255
|
+
}
|
|
3256
|
+
export function outboundEnvironmentEndpointDeserializer(item) {
|
|
3257
|
+
return {
|
|
3258
|
+
category: item["category"],
|
|
3259
|
+
endpoints: !item["endpoints"]
|
|
3260
|
+
? item["endpoints"]
|
|
3261
|
+
: endpointDependencyArrayDeserializer(item["endpoints"]),
|
|
3262
|
+
};
|
|
3263
|
+
}
|
|
3264
|
+
export function endpointDependencyArrayDeserializer(result) {
|
|
3265
|
+
return result.map((item) => {
|
|
3266
|
+
return endpointDependencyDeserializer(item);
|
|
3267
|
+
});
|
|
3268
|
+
}
|
|
3269
|
+
export function endpointDependencyDeserializer(item) {
|
|
3270
|
+
return {
|
|
3271
|
+
domainName: item["domainName"],
|
|
3272
|
+
endpointDetails: !item["endpointDetails"]
|
|
3273
|
+
? item["endpointDetails"]
|
|
3274
|
+
: endpointDetailArrayDeserializer(item["endpointDetails"]),
|
|
3275
|
+
};
|
|
3276
|
+
}
|
|
3277
|
+
export function endpointDetailArrayDeserializer(result) {
|
|
3278
|
+
return result.map((item) => {
|
|
3279
|
+
return endpointDetailDeserializer(item);
|
|
3280
|
+
});
|
|
3281
|
+
}
|
|
3282
|
+
export function endpointDetailDeserializer(item) {
|
|
3283
|
+
return {
|
|
3284
|
+
ipAddress: item["ipAddress"],
|
|
3285
|
+
port: item["port"],
|
|
3286
|
+
protocol: item["protocol"],
|
|
3287
|
+
description: item["description"],
|
|
3288
|
+
};
|
|
3289
|
+
}
|
|
3290
|
+
export function managedClusterUpgradeProfileDeserializer(item) {
|
|
3291
|
+
return {
|
|
3292
|
+
id: item["id"],
|
|
3293
|
+
name: item["name"],
|
|
3294
|
+
type: item["type"],
|
|
3295
|
+
systemData: !item["systemData"]
|
|
3296
|
+
? item["systemData"]
|
|
3297
|
+
: systemDataDeserializer(item["systemData"]),
|
|
3298
|
+
..._managedClusterUpgradeProfilePropertiesDeserializer(item["properties"]),
|
|
3299
|
+
};
|
|
3300
|
+
}
|
|
3301
|
+
export function managedClusterUpgradeProfilePropertiesDeserializer(item) {
|
|
3302
|
+
return {
|
|
3303
|
+
controlPlaneProfile: managedClusterPoolUpgradeProfileDeserializer(item["controlPlaneProfile"]),
|
|
3304
|
+
agentPoolProfiles: managedClusterPoolUpgradeProfileArrayDeserializer(item["agentPoolProfiles"]),
|
|
3305
|
+
};
|
|
3306
|
+
}
|
|
3307
|
+
export function managedClusterPoolUpgradeProfileDeserializer(item) {
|
|
3308
|
+
return {
|
|
3309
|
+
kubernetesVersion: item["kubernetesVersion"],
|
|
3310
|
+
name: item["name"],
|
|
3311
|
+
osType: item["osType"],
|
|
3312
|
+
upgrades: !item["upgrades"]
|
|
3313
|
+
? item["upgrades"]
|
|
3314
|
+
: managedClusterPoolUpgradeProfileUpgradesItemArrayDeserializer(item["upgrades"]),
|
|
3315
|
+
};
|
|
3316
|
+
}
|
|
3317
|
+
export function managedClusterPoolUpgradeProfileUpgradesItemArrayDeserializer(result) {
|
|
3318
|
+
return result.map((item) => {
|
|
3319
|
+
return managedClusterPoolUpgradeProfileUpgradesItemDeserializer(item);
|
|
3320
|
+
});
|
|
3321
|
+
}
|
|
3322
|
+
export function managedClusterPoolUpgradeProfileUpgradesItemDeserializer(item) {
|
|
3323
|
+
return {
|
|
3324
|
+
kubernetesVersion: item["kubernetesVersion"],
|
|
3325
|
+
isPreview: item["isPreview"],
|
|
3326
|
+
};
|
|
3327
|
+
}
|
|
3328
|
+
export function managedClusterPoolUpgradeProfileArrayDeserializer(result) {
|
|
3329
|
+
return result.map((item) => {
|
|
3330
|
+
return managedClusterPoolUpgradeProfileDeserializer(item);
|
|
3331
|
+
});
|
|
3332
|
+
}
|
|
3333
|
+
export function meshRevisionProfileDeserializer(item) {
|
|
3334
|
+
return {
|
|
3335
|
+
id: item["id"],
|
|
3336
|
+
name: item["name"],
|
|
3337
|
+
type: item["type"],
|
|
3338
|
+
systemData: !item["systemData"]
|
|
3339
|
+
? item["systemData"]
|
|
3340
|
+
: systemDataDeserializer(item["systemData"]),
|
|
3341
|
+
properties: !item["properties"]
|
|
3342
|
+
? item["properties"]
|
|
3343
|
+
: meshRevisionProfilePropertiesDeserializer(item["properties"]),
|
|
3344
|
+
};
|
|
3345
|
+
}
|
|
3346
|
+
export function meshRevisionProfilePropertiesDeserializer(item) {
|
|
3347
|
+
return {
|
|
3348
|
+
meshRevisions: !item["meshRevisions"]
|
|
3349
|
+
? item["meshRevisions"]
|
|
3350
|
+
: meshRevisionArrayDeserializer(item["meshRevisions"]),
|
|
3351
|
+
};
|
|
3352
|
+
}
|
|
3353
|
+
export function meshRevisionArrayDeserializer(result) {
|
|
3354
|
+
return result.map((item) => {
|
|
3355
|
+
return meshRevisionDeserializer(item);
|
|
3356
|
+
});
|
|
3357
|
+
}
|
|
3358
|
+
export function meshRevisionDeserializer(item) {
|
|
3359
|
+
return {
|
|
3360
|
+
revision: item["revision"],
|
|
3361
|
+
upgrades: !item["upgrades"]
|
|
3362
|
+
? item["upgrades"]
|
|
3363
|
+
: item["upgrades"].map((p) => {
|
|
3364
|
+
return p;
|
|
3365
|
+
}),
|
|
3366
|
+
compatibleWith: !item["compatibleWith"]
|
|
3367
|
+
? item["compatibleWith"]
|
|
3368
|
+
: compatibleVersionsArrayDeserializer(item["compatibleWith"]),
|
|
3369
|
+
};
|
|
3370
|
+
}
|
|
3371
|
+
export function compatibleVersionsArrayDeserializer(result) {
|
|
3372
|
+
return result.map((item) => {
|
|
3373
|
+
return compatibleVersionsDeserializer(item);
|
|
3374
|
+
});
|
|
3375
|
+
}
|
|
3376
|
+
export function compatibleVersionsDeserializer(item) {
|
|
3377
|
+
return {
|
|
3378
|
+
name: item["name"],
|
|
3379
|
+
versions: !item["versions"]
|
|
3380
|
+
? item["versions"]
|
|
3381
|
+
: item["versions"].map((p) => {
|
|
3382
|
+
return p;
|
|
3383
|
+
}),
|
|
3384
|
+
};
|
|
3385
|
+
}
|
|
3386
|
+
export function _meshRevisionProfileListDeserializer(item) {
|
|
3387
|
+
return {
|
|
3388
|
+
value: meshRevisionProfileArrayDeserializer(item["value"]),
|
|
3389
|
+
nextLink: item["nextLink"],
|
|
3390
|
+
};
|
|
3391
|
+
}
|
|
3392
|
+
export function meshRevisionProfileArrayDeserializer(result) {
|
|
3393
|
+
return result.map((item) => {
|
|
3394
|
+
return meshRevisionProfileDeserializer(item);
|
|
3395
|
+
});
|
|
3396
|
+
}
|
|
3397
|
+
export function meshUpgradeProfileDeserializer(item) {
|
|
3398
|
+
return {
|
|
3399
|
+
id: item["id"],
|
|
3400
|
+
name: item["name"],
|
|
3401
|
+
type: item["type"],
|
|
3402
|
+
systemData: !item["systemData"]
|
|
3403
|
+
? item["systemData"]
|
|
3404
|
+
: systemDataDeserializer(item["systemData"]),
|
|
3405
|
+
properties: !item["properties"]
|
|
3406
|
+
? item["properties"]
|
|
3407
|
+
: meshUpgradeProfilePropertiesDeserializer(item["properties"]),
|
|
3408
|
+
};
|
|
3409
|
+
}
|
|
3410
|
+
export function meshUpgradeProfilePropertiesDeserializer(item) {
|
|
3411
|
+
return {
|
|
3412
|
+
revision: item["revision"],
|
|
3413
|
+
upgrades: !item["upgrades"]
|
|
3414
|
+
? item["upgrades"]
|
|
3415
|
+
: item["upgrades"].map((p) => {
|
|
3416
|
+
return p;
|
|
3417
|
+
}),
|
|
3418
|
+
compatibleWith: !item["compatibleWith"]
|
|
3419
|
+
? item["compatibleWith"]
|
|
3420
|
+
: compatibleVersionsArrayDeserializer(item["compatibleWith"]),
|
|
3421
|
+
};
|
|
3422
|
+
}
|
|
3423
|
+
export function _meshUpgradeProfileListDeserializer(item) {
|
|
3424
|
+
return {
|
|
3425
|
+
value: meshUpgradeProfileArrayDeserializer(item["value"]),
|
|
3426
|
+
nextLink: item["nextLink"],
|
|
3427
|
+
};
|
|
3428
|
+
}
|
|
3429
|
+
export function meshUpgradeProfileArrayDeserializer(result) {
|
|
3430
|
+
return result.map((item) => {
|
|
3431
|
+
return meshUpgradeProfileDeserializer(item);
|
|
3432
|
+
});
|
|
3433
|
+
}
|
|
3434
|
+
export function kubernetesVersionListResultDeserializer(item) {
|
|
3435
|
+
return {
|
|
3436
|
+
values: !item["values"] ? item["values"] : kubernetesVersionArrayDeserializer(item["values"]),
|
|
3437
|
+
};
|
|
3438
|
+
}
|
|
3439
|
+
export function kubernetesVersionArrayDeserializer(result) {
|
|
3440
|
+
return result.map((item) => {
|
|
3441
|
+
return kubernetesVersionDeserializer(item);
|
|
3442
|
+
});
|
|
3443
|
+
}
|
|
3444
|
+
export function kubernetesVersionDeserializer(item) {
|
|
3445
|
+
return {
|
|
3446
|
+
version: item["version"],
|
|
3447
|
+
capabilities: !item["capabilities"]
|
|
3448
|
+
? item["capabilities"]
|
|
3449
|
+
: kubernetesVersionCapabilitiesDeserializer(item["capabilities"]),
|
|
3450
|
+
isDefault: item["isDefault"],
|
|
3451
|
+
isPreview: item["isPreview"],
|
|
3452
|
+
patchVersions: !item["patchVersions"]
|
|
3453
|
+
? item["patchVersions"]
|
|
3454
|
+
: kubernetesPatchVersionRecordDeserializer(item["patchVersions"]),
|
|
3455
|
+
};
|
|
3456
|
+
}
|
|
3457
|
+
export function kubernetesVersionCapabilitiesDeserializer(item) {
|
|
3458
|
+
return {
|
|
3459
|
+
supportPlan: !item["supportPlan"]
|
|
3460
|
+
? item["supportPlan"]
|
|
3461
|
+
: item["supportPlan"].map((p) => {
|
|
3462
|
+
return p;
|
|
3463
|
+
}),
|
|
3464
|
+
};
|
|
3465
|
+
}
|
|
3466
|
+
export function kubernetesPatchVersionRecordDeserializer(item) {
|
|
3467
|
+
const result = {};
|
|
3468
|
+
Object.keys(item).map((key) => {
|
|
3469
|
+
result[key] = !item[key] ? item[key] : kubernetesPatchVersionDeserializer(item[key]);
|
|
3470
|
+
});
|
|
3471
|
+
return result;
|
|
3472
|
+
}
|
|
3473
|
+
export function kubernetesPatchVersionDeserializer(item) {
|
|
3474
|
+
return {
|
|
3475
|
+
upgrades: !item["upgrades"]
|
|
3476
|
+
? item["upgrades"]
|
|
3477
|
+
: item["upgrades"].map((p) => {
|
|
3478
|
+
return p;
|
|
3479
|
+
}),
|
|
3480
|
+
};
|
|
3481
|
+
}
|
|
3482
|
+
export function maintenanceConfigurationSerializer(item) {
|
|
3483
|
+
return {
|
|
3484
|
+
properties: areAllPropsUndefined(item, ["timeInWeek", "notAllowedTime", "maintenanceWindow"])
|
|
3485
|
+
? undefined
|
|
3486
|
+
: _maintenanceConfigurationPropertiesSerializer(item),
|
|
3487
|
+
};
|
|
3488
|
+
}
|
|
3489
|
+
export function maintenanceConfigurationDeserializer(item) {
|
|
3490
|
+
return {
|
|
3491
|
+
id: item["id"],
|
|
3492
|
+
name: item["name"],
|
|
3493
|
+
type: item["type"],
|
|
3494
|
+
systemData: !item["systemData"]
|
|
3495
|
+
? item["systemData"]
|
|
3496
|
+
: systemDataDeserializer(item["systemData"]),
|
|
3497
|
+
...(!item["properties"]
|
|
3498
|
+
? item["properties"]
|
|
3499
|
+
: _maintenanceConfigurationPropertiesDeserializer(item["properties"])),
|
|
3500
|
+
};
|
|
3501
|
+
}
|
|
3502
|
+
export function maintenanceConfigurationPropertiesSerializer(item) {
|
|
3503
|
+
return {
|
|
3504
|
+
timeInWeek: !item["timeInWeek"]
|
|
3505
|
+
? item["timeInWeek"]
|
|
3506
|
+
: timeInWeekArraySerializer(item["timeInWeek"]),
|
|
3507
|
+
notAllowedTime: !item["notAllowedTime"]
|
|
3508
|
+
? item["notAllowedTime"]
|
|
3509
|
+
: timeSpanArraySerializer(item["notAllowedTime"]),
|
|
3510
|
+
maintenanceWindow: !item["maintenanceWindow"]
|
|
3511
|
+
? item["maintenanceWindow"]
|
|
3512
|
+
: maintenanceWindowSerializer(item["maintenanceWindow"]),
|
|
3513
|
+
};
|
|
3514
|
+
}
|
|
3515
|
+
export function maintenanceConfigurationPropertiesDeserializer(item) {
|
|
3516
|
+
return {
|
|
3517
|
+
timeInWeek: !item["timeInWeek"]
|
|
3518
|
+
? item["timeInWeek"]
|
|
3519
|
+
: timeInWeekArrayDeserializer(item["timeInWeek"]),
|
|
3520
|
+
notAllowedTime: !item["notAllowedTime"]
|
|
3521
|
+
? item["notAllowedTime"]
|
|
3522
|
+
: timeSpanArrayDeserializer(item["notAllowedTime"]),
|
|
3523
|
+
maintenanceWindow: !item["maintenanceWindow"]
|
|
3524
|
+
? item["maintenanceWindow"]
|
|
3525
|
+
: maintenanceWindowDeserializer(item["maintenanceWindow"]),
|
|
3526
|
+
};
|
|
3527
|
+
}
|
|
3528
|
+
export function timeInWeekArraySerializer(result) {
|
|
3529
|
+
return result.map((item) => {
|
|
3530
|
+
return timeInWeekSerializer(item);
|
|
3531
|
+
});
|
|
3532
|
+
}
|
|
3533
|
+
export function timeInWeekArrayDeserializer(result) {
|
|
3534
|
+
return result.map((item) => {
|
|
3535
|
+
return timeInWeekDeserializer(item);
|
|
3536
|
+
});
|
|
3537
|
+
}
|
|
3538
|
+
export function timeInWeekSerializer(item) {
|
|
3539
|
+
return {
|
|
3540
|
+
day: item["day"],
|
|
3541
|
+
hourSlots: !item["hourSlots"]
|
|
3542
|
+
? item["hourSlots"]
|
|
3543
|
+
: item["hourSlots"].map((p) => {
|
|
3544
|
+
return p;
|
|
3545
|
+
}),
|
|
3546
|
+
};
|
|
3547
|
+
}
|
|
3548
|
+
export function timeInWeekDeserializer(item) {
|
|
3549
|
+
return {
|
|
3550
|
+
day: item["day"],
|
|
3551
|
+
hourSlots: !item["hourSlots"]
|
|
3552
|
+
? item["hourSlots"]
|
|
3553
|
+
: item["hourSlots"].map((p) => {
|
|
3554
|
+
return p;
|
|
3555
|
+
}),
|
|
3556
|
+
};
|
|
3557
|
+
}
|
|
3558
|
+
/** The weekday enum. */
|
|
3559
|
+
export var KnownWeekDay;
|
|
3560
|
+
(function (KnownWeekDay) {
|
|
3561
|
+
/** Represents Sunday. */
|
|
3562
|
+
KnownWeekDay["Sunday"] = "Sunday";
|
|
3563
|
+
/** Represents Monday. */
|
|
3564
|
+
KnownWeekDay["Monday"] = "Monday";
|
|
3565
|
+
/** Represents Tuesday. */
|
|
3566
|
+
KnownWeekDay["Tuesday"] = "Tuesday";
|
|
3567
|
+
/** Represents Wednesday. */
|
|
3568
|
+
KnownWeekDay["Wednesday"] = "Wednesday";
|
|
3569
|
+
/** Represents Thursday. */
|
|
3570
|
+
KnownWeekDay["Thursday"] = "Thursday";
|
|
3571
|
+
/** Represents Friday. */
|
|
3572
|
+
KnownWeekDay["Friday"] = "Friday";
|
|
3573
|
+
/** Represents Saturday. */
|
|
3574
|
+
KnownWeekDay["Saturday"] = "Saturday";
|
|
3575
|
+
})(KnownWeekDay || (KnownWeekDay = {}));
|
|
3576
|
+
export function timeSpanArraySerializer(result) {
|
|
3577
|
+
return result.map((item) => {
|
|
3578
|
+
return timeSpanSerializer(item);
|
|
3579
|
+
});
|
|
3580
|
+
}
|
|
3581
|
+
export function timeSpanArrayDeserializer(result) {
|
|
3582
|
+
return result.map((item) => {
|
|
3583
|
+
return timeSpanDeserializer(item);
|
|
3584
|
+
});
|
|
3585
|
+
}
|
|
3586
|
+
export function timeSpanSerializer(item) {
|
|
3587
|
+
return {
|
|
3588
|
+
start: !item["start"] ? item["start"] : item["start"].toISOString(),
|
|
3589
|
+
end: !item["end"] ? item["end"] : item["end"].toISOString(),
|
|
3590
|
+
};
|
|
3591
|
+
}
|
|
3592
|
+
export function timeSpanDeserializer(item) {
|
|
3593
|
+
return {
|
|
3594
|
+
start: !item["start"] ? item["start"] : new Date(item["start"]),
|
|
3595
|
+
end: !item["end"] ? item["end"] : new Date(item["end"]),
|
|
3596
|
+
};
|
|
3597
|
+
}
|
|
3598
|
+
export function maintenanceWindowSerializer(item) {
|
|
3599
|
+
return {
|
|
3600
|
+
schedule: scheduleSerializer(item["schedule"]),
|
|
3601
|
+
durationHours: item["durationHours"],
|
|
3602
|
+
utcOffset: item["utcOffset"],
|
|
3603
|
+
startDate: !item["startDate"]
|
|
3604
|
+
? item["startDate"]
|
|
3605
|
+
: item["startDate"].toISOString().split("T")[0],
|
|
3606
|
+
startTime: item["startTime"],
|
|
3607
|
+
notAllowedDates: !item["notAllowedDates"]
|
|
3608
|
+
? item["notAllowedDates"]
|
|
3609
|
+
: dateSpanArraySerializer(item["notAllowedDates"]),
|
|
3610
|
+
};
|
|
3611
|
+
}
|
|
3612
|
+
export function maintenanceWindowDeserializer(item) {
|
|
3613
|
+
return {
|
|
3614
|
+
schedule: scheduleDeserializer(item["schedule"]),
|
|
3615
|
+
durationHours: item["durationHours"],
|
|
3616
|
+
utcOffset: item["utcOffset"],
|
|
3617
|
+
startDate: !item["startDate"] ? item["startDate"] : new Date(item["startDate"]),
|
|
3618
|
+
startTime: item["startTime"],
|
|
3619
|
+
notAllowedDates: !item["notAllowedDates"]
|
|
3620
|
+
? item["notAllowedDates"]
|
|
3621
|
+
: dateSpanArrayDeserializer(item["notAllowedDates"]),
|
|
3622
|
+
};
|
|
3623
|
+
}
|
|
3624
|
+
export function scheduleSerializer(item) {
|
|
3625
|
+
return {
|
|
3626
|
+
daily: !item["daily"] ? item["daily"] : dailyScheduleSerializer(item["daily"]),
|
|
3627
|
+
weekly: !item["weekly"] ? item["weekly"] : weeklyScheduleSerializer(item["weekly"]),
|
|
3628
|
+
absoluteMonthly: !item["absoluteMonthly"]
|
|
3629
|
+
? item["absoluteMonthly"]
|
|
3630
|
+
: absoluteMonthlyScheduleSerializer(item["absoluteMonthly"]),
|
|
3631
|
+
relativeMonthly: !item["relativeMonthly"]
|
|
3632
|
+
? item["relativeMonthly"]
|
|
3633
|
+
: relativeMonthlyScheduleSerializer(item["relativeMonthly"]),
|
|
3634
|
+
};
|
|
3635
|
+
}
|
|
3636
|
+
export function scheduleDeserializer(item) {
|
|
3637
|
+
return {
|
|
3638
|
+
daily: !item["daily"] ? item["daily"] : dailyScheduleDeserializer(item["daily"]),
|
|
3639
|
+
weekly: !item["weekly"] ? item["weekly"] : weeklyScheduleDeserializer(item["weekly"]),
|
|
3640
|
+
absoluteMonthly: !item["absoluteMonthly"]
|
|
3641
|
+
? item["absoluteMonthly"]
|
|
3642
|
+
: absoluteMonthlyScheduleDeserializer(item["absoluteMonthly"]),
|
|
3643
|
+
relativeMonthly: !item["relativeMonthly"]
|
|
3644
|
+
? item["relativeMonthly"]
|
|
3645
|
+
: relativeMonthlyScheduleDeserializer(item["relativeMonthly"]),
|
|
3646
|
+
};
|
|
3647
|
+
}
|
|
3648
|
+
export function dailyScheduleSerializer(item) {
|
|
3649
|
+
return { intervalDays: item["intervalDays"] };
|
|
3650
|
+
}
|
|
3651
|
+
export function dailyScheduleDeserializer(item) {
|
|
3652
|
+
return {
|
|
3653
|
+
intervalDays: item["intervalDays"],
|
|
3654
|
+
};
|
|
3655
|
+
}
|
|
3656
|
+
export function weeklyScheduleSerializer(item) {
|
|
3657
|
+
return { intervalWeeks: item["intervalWeeks"], dayOfWeek: item["dayOfWeek"] };
|
|
3658
|
+
}
|
|
3659
|
+
export function weeklyScheduleDeserializer(item) {
|
|
3660
|
+
return {
|
|
3661
|
+
intervalWeeks: item["intervalWeeks"],
|
|
3662
|
+
dayOfWeek: item["dayOfWeek"],
|
|
3663
|
+
};
|
|
3664
|
+
}
|
|
3665
|
+
export function absoluteMonthlyScheduleSerializer(item) {
|
|
3666
|
+
return { intervalMonths: item["intervalMonths"], dayOfMonth: item["dayOfMonth"] };
|
|
3667
|
+
}
|
|
3668
|
+
export function absoluteMonthlyScheduleDeserializer(item) {
|
|
3669
|
+
return {
|
|
3670
|
+
intervalMonths: item["intervalMonths"],
|
|
3671
|
+
dayOfMonth: item["dayOfMonth"],
|
|
3672
|
+
};
|
|
3673
|
+
}
|
|
3674
|
+
export function relativeMonthlyScheduleSerializer(item) {
|
|
3675
|
+
return {
|
|
3676
|
+
intervalMonths: item["intervalMonths"],
|
|
3677
|
+
weekIndex: item["weekIndex"],
|
|
3678
|
+
dayOfWeek: item["dayOfWeek"],
|
|
3679
|
+
};
|
|
3680
|
+
}
|
|
3681
|
+
export function relativeMonthlyScheduleDeserializer(item) {
|
|
3682
|
+
return {
|
|
3683
|
+
intervalMonths: item["intervalMonths"],
|
|
3684
|
+
weekIndex: item["weekIndex"],
|
|
3685
|
+
dayOfWeek: item["dayOfWeek"],
|
|
3686
|
+
};
|
|
3687
|
+
}
|
|
3688
|
+
/** The week index. Specifies on which week of the month the dayOfWeek applies. */
|
|
3689
|
+
export var KnownType;
|
|
3690
|
+
(function (KnownType) {
|
|
3691
|
+
/** First week of the month. */
|
|
3692
|
+
KnownType["First"] = "First";
|
|
3693
|
+
/** Second week of the month. */
|
|
3694
|
+
KnownType["Second"] = "Second";
|
|
3695
|
+
/** Third week of the month. */
|
|
3696
|
+
KnownType["Third"] = "Third";
|
|
3697
|
+
/** Fourth week of the month. */
|
|
3698
|
+
KnownType["Fourth"] = "Fourth";
|
|
3699
|
+
/** Last week of the month. */
|
|
3700
|
+
KnownType["Last"] = "Last";
|
|
3701
|
+
})(KnownType || (KnownType = {}));
|
|
3702
|
+
export function dateSpanArraySerializer(result) {
|
|
3703
|
+
return result.map((item) => {
|
|
3704
|
+
return dateSpanSerializer(item);
|
|
3705
|
+
});
|
|
3706
|
+
}
|
|
3707
|
+
export function dateSpanArrayDeserializer(result) {
|
|
3708
|
+
return result.map((item) => {
|
|
3709
|
+
return dateSpanDeserializer(item);
|
|
3710
|
+
});
|
|
3711
|
+
}
|
|
3712
|
+
export function dateSpanSerializer(item) {
|
|
3713
|
+
return {
|
|
3714
|
+
start: item["start"].toISOString().split("T")[0],
|
|
3715
|
+
end: item["end"].toISOString().split("T")[0],
|
|
3716
|
+
};
|
|
3717
|
+
}
|
|
3718
|
+
export function dateSpanDeserializer(item) {
|
|
3719
|
+
return {
|
|
3720
|
+
start: new Date(item["start"]),
|
|
3721
|
+
end: new Date(item["end"]),
|
|
3722
|
+
};
|
|
3723
|
+
}
|
|
3724
|
+
export function _maintenanceConfigurationListResultDeserializer(item) {
|
|
3725
|
+
return {
|
|
3726
|
+
value: maintenanceConfigurationArrayDeserializer(item["value"]),
|
|
3727
|
+
nextLink: item["nextLink"],
|
|
3728
|
+
};
|
|
3729
|
+
}
|
|
3730
|
+
export function maintenanceConfigurationArraySerializer(result) {
|
|
3731
|
+
return result.map((item) => {
|
|
3732
|
+
return maintenanceConfigurationSerializer(item);
|
|
3733
|
+
});
|
|
3734
|
+
}
|
|
3735
|
+
export function maintenanceConfigurationArrayDeserializer(result) {
|
|
3736
|
+
return result.map((item) => {
|
|
3737
|
+
return maintenanceConfigurationDeserializer(item);
|
|
3738
|
+
});
|
|
3739
|
+
}
|
|
3740
|
+
export function managedNamespaceSerializer(item) {
|
|
3741
|
+
return {
|
|
3742
|
+
tags: item["tags"],
|
|
3743
|
+
location: item["location"],
|
|
3744
|
+
properties: !item["properties"]
|
|
3745
|
+
? item["properties"]
|
|
3746
|
+
: namespacePropertiesSerializer(item["properties"]),
|
|
3747
|
+
};
|
|
3748
|
+
}
|
|
3749
|
+
export function managedNamespaceDeserializer(item) {
|
|
3750
|
+
return {
|
|
3751
|
+
tags: !item["tags"]
|
|
3752
|
+
? item["tags"]
|
|
3753
|
+
: Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
3754
|
+
location: item["location"],
|
|
3755
|
+
id: item["id"],
|
|
3756
|
+
name: item["name"],
|
|
3757
|
+
type: item["type"],
|
|
3758
|
+
systemData: !item["systemData"]
|
|
3759
|
+
? item["systemData"]
|
|
3760
|
+
: systemDataDeserializer(item["systemData"]),
|
|
3761
|
+
properties: !item["properties"]
|
|
3762
|
+
? item["properties"]
|
|
3763
|
+
: namespacePropertiesDeserializer(item["properties"]),
|
|
3764
|
+
eTag: item["eTag"],
|
|
3765
|
+
};
|
|
3766
|
+
}
|
|
3767
|
+
export function namespacePropertiesSerializer(item) {
|
|
3768
|
+
return {
|
|
3769
|
+
labels: item["labels"],
|
|
3770
|
+
annotations: item["annotations"],
|
|
3771
|
+
defaultResourceQuota: !item["defaultResourceQuota"]
|
|
3772
|
+
? item["defaultResourceQuota"]
|
|
3773
|
+
: resourceQuotaSerializer(item["defaultResourceQuota"]),
|
|
3774
|
+
defaultNetworkPolicy: !item["defaultNetworkPolicy"]
|
|
3775
|
+
? item["defaultNetworkPolicy"]
|
|
3776
|
+
: networkPoliciesSerializer(item["defaultNetworkPolicy"]),
|
|
3777
|
+
adoptionPolicy: item["adoptionPolicy"],
|
|
3778
|
+
deletePolicy: item["deletePolicy"],
|
|
3779
|
+
};
|
|
3780
|
+
}
|
|
3781
|
+
export function namespacePropertiesDeserializer(item) {
|
|
3782
|
+
return {
|
|
3783
|
+
provisioningState: item["provisioningState"],
|
|
3784
|
+
labels: !item["labels"]
|
|
3785
|
+
? item["labels"]
|
|
3786
|
+
: Object.fromEntries(Object.entries(item["labels"]).map(([k, p]) => [k, p])),
|
|
3787
|
+
annotations: !item["annotations"]
|
|
3788
|
+
? item["annotations"]
|
|
3789
|
+
: Object.fromEntries(Object.entries(item["annotations"]).map(([k, p]) => [k, p])),
|
|
3790
|
+
portalFqdn: item["portalFqdn"],
|
|
3791
|
+
defaultResourceQuota: !item["defaultResourceQuota"]
|
|
3792
|
+
? item["defaultResourceQuota"]
|
|
3793
|
+
: resourceQuotaDeserializer(item["defaultResourceQuota"]),
|
|
3794
|
+
defaultNetworkPolicy: !item["defaultNetworkPolicy"]
|
|
3795
|
+
? item["defaultNetworkPolicy"]
|
|
3796
|
+
: networkPoliciesDeserializer(item["defaultNetworkPolicy"]),
|
|
3797
|
+
adoptionPolicy: item["adoptionPolicy"],
|
|
3798
|
+
deletePolicy: item["deletePolicy"],
|
|
3799
|
+
};
|
|
3800
|
+
}
|
|
3801
|
+
/** The current provisioning state of the namespace. */
|
|
3802
|
+
export var KnownNamespaceProvisioningState;
|
|
3803
|
+
(function (KnownNamespaceProvisioningState) {
|
|
3804
|
+
/** The namespace is being updated. */
|
|
3805
|
+
KnownNamespaceProvisioningState["Updating"] = "Updating";
|
|
3806
|
+
/** The namespace is being deleted. */
|
|
3807
|
+
KnownNamespaceProvisioningState["Deleting"] = "Deleting";
|
|
3808
|
+
/** The namespace is being created. */
|
|
3809
|
+
KnownNamespaceProvisioningState["Creating"] = "Creating";
|
|
3810
|
+
/** The namespace provisioning succeeded. */
|
|
3811
|
+
KnownNamespaceProvisioningState["Succeeded"] = "Succeeded";
|
|
3812
|
+
/** The namespace provisioning failed. */
|
|
3813
|
+
KnownNamespaceProvisioningState["Failed"] = "Failed";
|
|
3814
|
+
/** The namespace provisioning was canceled. */
|
|
3815
|
+
KnownNamespaceProvisioningState["Canceled"] = "Canceled";
|
|
3816
|
+
})(KnownNamespaceProvisioningState || (KnownNamespaceProvisioningState = {}));
|
|
3817
|
+
export function resourceQuotaSerializer(item) {
|
|
3818
|
+
return {
|
|
3819
|
+
cpuRequest: item["cpuRequest"],
|
|
3820
|
+
cpuLimit: item["cpuLimit"],
|
|
3821
|
+
memoryRequest: item["memoryRequest"],
|
|
3822
|
+
memoryLimit: item["memoryLimit"],
|
|
3823
|
+
};
|
|
3824
|
+
}
|
|
3825
|
+
export function resourceQuotaDeserializer(item) {
|
|
3826
|
+
return {
|
|
3827
|
+
cpuRequest: item["cpuRequest"],
|
|
3828
|
+
cpuLimit: item["cpuLimit"],
|
|
3829
|
+
memoryRequest: item["memoryRequest"],
|
|
3830
|
+
memoryLimit: item["memoryLimit"],
|
|
3831
|
+
};
|
|
3832
|
+
}
|
|
3833
|
+
export function networkPoliciesSerializer(item) {
|
|
3834
|
+
return { ingress: item["ingress"], egress: item["egress"] };
|
|
3835
|
+
}
|
|
3836
|
+
export function networkPoliciesDeserializer(item) {
|
|
3837
|
+
return {
|
|
3838
|
+
ingress: item["ingress"],
|
|
3839
|
+
egress: item["egress"],
|
|
3840
|
+
};
|
|
3841
|
+
}
|
|
3842
|
+
/** Enum representing different network policy rules. */
|
|
3843
|
+
export var KnownPolicyRule;
|
|
3844
|
+
(function (KnownPolicyRule) {
|
|
3845
|
+
/** Deny all network traffic. */
|
|
3846
|
+
KnownPolicyRule["DenyAll"] = "DenyAll";
|
|
3847
|
+
/** Allow all network traffic. */
|
|
3848
|
+
KnownPolicyRule["AllowAll"] = "AllowAll";
|
|
3849
|
+
/** Allow traffic within the same namespace. */
|
|
3850
|
+
KnownPolicyRule["AllowSameNamespace"] = "AllowSameNamespace";
|
|
3851
|
+
})(KnownPolicyRule || (KnownPolicyRule = {}));
|
|
3852
|
+
/** Action if Kubernetes namespace with same name already exists. */
|
|
3853
|
+
export var KnownAdoptionPolicy;
|
|
3854
|
+
(function (KnownAdoptionPolicy) {
|
|
3855
|
+
/** If the namespace already exists in Kubernetes, attempts to create that same namespace in ARM will fail. */
|
|
3856
|
+
KnownAdoptionPolicy["Never"] = "Never";
|
|
3857
|
+
/** Take over the existing namespace to be managed by ARM, if there is no difference. */
|
|
3858
|
+
KnownAdoptionPolicy["IfIdentical"] = "IfIdentical";
|
|
3859
|
+
/** Always take over the existing namespace to be managed by ARM, some fields might be overwritten. */
|
|
3860
|
+
KnownAdoptionPolicy["Always"] = "Always";
|
|
3861
|
+
})(KnownAdoptionPolicy || (KnownAdoptionPolicy = {}));
|
|
3862
|
+
/** Delete options of a namespace. */
|
|
3863
|
+
export var KnownDeletePolicy;
|
|
3864
|
+
(function (KnownDeletePolicy) {
|
|
3865
|
+
/** Only delete the ARM resource, keep the Kubernetes namespace. Also delete the ManagedByARM label. */
|
|
3866
|
+
KnownDeletePolicy["Keep"] = "Keep";
|
|
3867
|
+
/** Delete both the ARM resource and the Kubernetes namespace together. */
|
|
3868
|
+
KnownDeletePolicy["Delete"] = "Delete";
|
|
3869
|
+
})(KnownDeletePolicy || (KnownDeletePolicy = {}));
|
|
3870
|
+
export function _managedNamespaceListResultDeserializer(item) {
|
|
3871
|
+
return {
|
|
3872
|
+
value: managedNamespaceArrayDeserializer(item["value"]),
|
|
3873
|
+
nextLink: item["nextLink"],
|
|
3874
|
+
};
|
|
3875
|
+
}
|
|
3876
|
+
export function managedNamespaceArraySerializer(result) {
|
|
3877
|
+
return result.map((item) => {
|
|
3878
|
+
return managedNamespaceSerializer(item);
|
|
3879
|
+
});
|
|
3880
|
+
}
|
|
3881
|
+
export function managedNamespaceArrayDeserializer(result) {
|
|
3882
|
+
return result.map((item) => {
|
|
3883
|
+
return managedNamespaceDeserializer(item);
|
|
3884
|
+
});
|
|
3885
|
+
}
|
|
3886
|
+
export function machineDeserializer(item) {
|
|
3887
|
+
return {
|
|
3888
|
+
id: item["id"],
|
|
3889
|
+
name: item["name"],
|
|
3890
|
+
type: item["type"],
|
|
3891
|
+
systemData: !item["systemData"]
|
|
3892
|
+
? item["systemData"]
|
|
3893
|
+
: systemDataDeserializer(item["systemData"]),
|
|
3894
|
+
properties: !item["properties"]
|
|
3895
|
+
? item["properties"]
|
|
3896
|
+
: machinePropertiesDeserializer(item["properties"]),
|
|
3897
|
+
zones: !item["zones"]
|
|
3898
|
+
? item["zones"]
|
|
3899
|
+
: item["zones"].map((p) => {
|
|
3900
|
+
return p;
|
|
3901
|
+
}),
|
|
3902
|
+
};
|
|
3903
|
+
}
|
|
3904
|
+
export function machinePropertiesDeserializer(item) {
|
|
3905
|
+
return {
|
|
3906
|
+
network: !item["network"]
|
|
3907
|
+
? item["network"]
|
|
3908
|
+
: machineNetworkPropertiesDeserializer(item["network"]),
|
|
3909
|
+
resourceId: item["resourceId"],
|
|
3910
|
+
};
|
|
3911
|
+
}
|
|
3912
|
+
export function machineNetworkPropertiesDeserializer(item) {
|
|
3913
|
+
return {
|
|
3914
|
+
ipAddresses: !item["ipAddresses"]
|
|
3915
|
+
? item["ipAddresses"]
|
|
3916
|
+
: machineIpAddressArrayDeserializer(item["ipAddresses"]),
|
|
3917
|
+
};
|
|
3918
|
+
}
|
|
3919
|
+
export function machineIpAddressArrayDeserializer(result) {
|
|
3920
|
+
return result.map((item) => {
|
|
3921
|
+
return machineIpAddressDeserializer(item);
|
|
3922
|
+
});
|
|
3923
|
+
}
|
|
3924
|
+
export function machineIpAddressDeserializer(item) {
|
|
3925
|
+
return {
|
|
3926
|
+
family: item["family"],
|
|
3927
|
+
ip: item["ip"],
|
|
3928
|
+
};
|
|
3929
|
+
}
|
|
3930
|
+
export function _machineListResultDeserializer(item) {
|
|
3931
|
+
return {
|
|
3932
|
+
value: machineArrayDeserializer(item["value"]),
|
|
3933
|
+
nextLink: item["nextLink"],
|
|
3934
|
+
};
|
|
3935
|
+
}
|
|
3936
|
+
export function machineArrayDeserializer(result) {
|
|
3937
|
+
return result.map((item) => {
|
|
3938
|
+
return machineDeserializer(item);
|
|
3939
|
+
});
|
|
3940
|
+
}
|
|
3941
|
+
export function privateEndpointConnectionSerializer(item) {
|
|
3942
|
+
return {
|
|
3943
|
+
properties: areAllPropsUndefined(item, ["privateEndpoint", "privateLinkServiceConnectionState"])
|
|
3944
|
+
? undefined
|
|
3945
|
+
: _privateEndpointConnectionPropertiesSerializer(item),
|
|
3946
|
+
};
|
|
3947
|
+
}
|
|
3948
|
+
export function privateEndpointConnectionDeserializer(item) {
|
|
3949
|
+
return {
|
|
3950
|
+
id: item["id"],
|
|
3951
|
+
name: item["name"],
|
|
3952
|
+
type: item["type"],
|
|
3953
|
+
systemData: !item["systemData"]
|
|
3954
|
+
? item["systemData"]
|
|
3955
|
+
: systemDataDeserializer(item["systemData"]),
|
|
3956
|
+
...(!item["properties"]
|
|
3957
|
+
? item["properties"]
|
|
3958
|
+
: _privateEndpointConnectionPropertiesDeserializer(item["properties"])),
|
|
3959
|
+
};
|
|
3960
|
+
}
|
|
3961
|
+
export function privateEndpointConnectionPropertiesSerializer(item) {
|
|
3962
|
+
return {
|
|
3963
|
+
privateEndpoint: !item["privateEndpoint"]
|
|
3964
|
+
? item["privateEndpoint"]
|
|
3965
|
+
: privateEndpointSerializer(item["privateEndpoint"]),
|
|
3966
|
+
privateLinkServiceConnectionState: privateLinkServiceConnectionStateSerializer(item["privateLinkServiceConnectionState"]),
|
|
3967
|
+
};
|
|
3968
|
+
}
|
|
3969
|
+
export function privateEndpointConnectionPropertiesDeserializer(item) {
|
|
3970
|
+
return {
|
|
3971
|
+
provisioningState: item["provisioningState"],
|
|
3972
|
+
privateEndpoint: !item["privateEndpoint"]
|
|
3973
|
+
? item["privateEndpoint"]
|
|
3974
|
+
: privateEndpointDeserializer(item["privateEndpoint"]),
|
|
3975
|
+
privateLinkServiceConnectionState: privateLinkServiceConnectionStateDeserializer(item["privateLinkServiceConnectionState"]),
|
|
3976
|
+
};
|
|
3977
|
+
}
|
|
3978
|
+
/** The current provisioning state. */
|
|
3979
|
+
export var KnownPrivateEndpointConnectionProvisioningState;
|
|
3980
|
+
(function (KnownPrivateEndpointConnectionProvisioningState) {
|
|
3981
|
+
/** Private endpoint connection provisioning was canceled. */
|
|
3982
|
+
KnownPrivateEndpointConnectionProvisioningState["Canceled"] = "Canceled";
|
|
3983
|
+
/** Private endpoint connection is being created. */
|
|
3984
|
+
KnownPrivateEndpointConnectionProvisioningState["Creating"] = "Creating";
|
|
3985
|
+
/** Private endpoint connection is being deleted. */
|
|
3986
|
+
KnownPrivateEndpointConnectionProvisioningState["Deleting"] = "Deleting";
|
|
3987
|
+
/** Private endpoint connection provisioning failed. */
|
|
3988
|
+
KnownPrivateEndpointConnectionProvisioningState["Failed"] = "Failed";
|
|
3989
|
+
/** Private endpoint connection provisioning succeeded. */
|
|
3990
|
+
KnownPrivateEndpointConnectionProvisioningState["Succeeded"] = "Succeeded";
|
|
3991
|
+
})(KnownPrivateEndpointConnectionProvisioningState || (KnownPrivateEndpointConnectionProvisioningState = {}));
|
|
3992
|
+
export function privateEndpointSerializer(item) {
|
|
3993
|
+
return { id: item["id"] };
|
|
3994
|
+
}
|
|
3995
|
+
export function privateEndpointDeserializer(item) {
|
|
3996
|
+
return {
|
|
3997
|
+
id: item["id"],
|
|
3998
|
+
};
|
|
3999
|
+
}
|
|
4000
|
+
export function privateLinkServiceConnectionStateSerializer(item) {
|
|
4001
|
+
return { status: item["status"], description: item["description"] };
|
|
4002
|
+
}
|
|
4003
|
+
export function privateLinkServiceConnectionStateDeserializer(item) {
|
|
4004
|
+
return {
|
|
4005
|
+
status: item["status"],
|
|
4006
|
+
description: item["description"],
|
|
4007
|
+
};
|
|
4008
|
+
}
|
|
4009
|
+
/** The private link service connection status. */
|
|
4010
|
+
export var KnownConnectionStatus;
|
|
4011
|
+
(function (KnownConnectionStatus) {
|
|
4012
|
+
/** Connection is pending approval. */
|
|
4013
|
+
KnownConnectionStatus["Pending"] = "Pending";
|
|
4014
|
+
/** Connection is approved. */
|
|
4015
|
+
KnownConnectionStatus["Approved"] = "Approved";
|
|
4016
|
+
/** Connection is rejected. */
|
|
4017
|
+
KnownConnectionStatus["Rejected"] = "Rejected";
|
|
4018
|
+
/** Connection is disconnected. */
|
|
4019
|
+
KnownConnectionStatus["Disconnected"] = "Disconnected";
|
|
4020
|
+
})(KnownConnectionStatus || (KnownConnectionStatus = {}));
|
|
4021
|
+
export function privateEndpointConnectionListResultDeserializer(item) {
|
|
4022
|
+
return {
|
|
4023
|
+
value: !item["value"]
|
|
4024
|
+
? item["value"]
|
|
4025
|
+
: privateEndpointConnectionArrayDeserializer(item["value"]),
|
|
4026
|
+
};
|
|
4027
|
+
}
|
|
4028
|
+
export function privateEndpointConnectionArraySerializer(result) {
|
|
4029
|
+
return result.map((item) => {
|
|
4030
|
+
return privateEndpointConnectionSerializer(item);
|
|
4031
|
+
});
|
|
4032
|
+
}
|
|
4033
|
+
export function privateEndpointConnectionArrayDeserializer(result) {
|
|
4034
|
+
return result.map((item) => {
|
|
4035
|
+
return privateEndpointConnectionDeserializer(item);
|
|
4036
|
+
});
|
|
4037
|
+
}
|
|
4038
|
+
export function snapshotSerializer(item) {
|
|
4039
|
+
return {
|
|
4040
|
+
tags: item["tags"],
|
|
4041
|
+
location: item["location"],
|
|
4042
|
+
properties: areAllPropsUndefined(item, ["creationData", "snapshotType"])
|
|
4043
|
+
? undefined
|
|
4044
|
+
: _snapshotPropertiesSerializer(item),
|
|
4045
|
+
};
|
|
4046
|
+
}
|
|
4047
|
+
export function snapshotDeserializer(item) {
|
|
4048
|
+
return {
|
|
4049
|
+
tags: !item["tags"]
|
|
4050
|
+
? item["tags"]
|
|
4051
|
+
: Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
4052
|
+
location: item["location"],
|
|
4053
|
+
id: item["id"],
|
|
4054
|
+
name: item["name"],
|
|
4055
|
+
type: item["type"],
|
|
4056
|
+
systemData: !item["systemData"]
|
|
4057
|
+
? item["systemData"]
|
|
4058
|
+
: systemDataDeserializer(item["systemData"]),
|
|
4059
|
+
...(!item["properties"]
|
|
4060
|
+
? item["properties"]
|
|
4061
|
+
: _snapshotPropertiesDeserializer(item["properties"])),
|
|
4062
|
+
};
|
|
4063
|
+
}
|
|
4064
|
+
export function snapshotPropertiesSerializer(item) {
|
|
4065
|
+
return {
|
|
4066
|
+
creationData: !item["creationData"]
|
|
4067
|
+
? item["creationData"]
|
|
4068
|
+
: creationDataSerializer(item["creationData"]),
|
|
4069
|
+
snapshotType: item["snapshotType"],
|
|
4070
|
+
};
|
|
4071
|
+
}
|
|
4072
|
+
export function snapshotPropertiesDeserializer(item) {
|
|
4073
|
+
return {
|
|
4074
|
+
creationData: !item["creationData"]
|
|
4075
|
+
? item["creationData"]
|
|
4076
|
+
: creationDataDeserializer(item["creationData"]),
|
|
4077
|
+
snapshotType: item["snapshotType"],
|
|
4078
|
+
kubernetesVersion: item["kubernetesVersion"],
|
|
4079
|
+
nodeImageVersion: item["nodeImageVersion"],
|
|
4080
|
+
osType: item["osType"],
|
|
4081
|
+
osSku: item["osSku"],
|
|
4082
|
+
vmSize: item["vmSize"],
|
|
4083
|
+
enableFips: item["enableFIPS"],
|
|
4084
|
+
};
|
|
4085
|
+
}
|
|
4086
|
+
/** The type of a snapshot. The default is NodePool. */
|
|
4087
|
+
export var KnownSnapshotType;
|
|
4088
|
+
(function (KnownSnapshotType) {
|
|
4089
|
+
/** The snapshot is a snapshot of a node pool. */
|
|
4090
|
+
KnownSnapshotType["NodePool"] = "NodePool";
|
|
4091
|
+
})(KnownSnapshotType || (KnownSnapshotType = {}));
|
|
4092
|
+
export function _snapshotListResultDeserializer(item) {
|
|
4093
|
+
return {
|
|
4094
|
+
value: snapshotArrayDeserializer(item["value"]),
|
|
4095
|
+
nextLink: item["nextLink"],
|
|
4096
|
+
};
|
|
4097
|
+
}
|
|
4098
|
+
export function snapshotArraySerializer(result) {
|
|
4099
|
+
return result.map((item) => {
|
|
4100
|
+
return snapshotSerializer(item);
|
|
4101
|
+
});
|
|
4102
|
+
}
|
|
4103
|
+
export function snapshotArrayDeserializer(result) {
|
|
4104
|
+
return result.map((item) => {
|
|
4105
|
+
return snapshotDeserializer(item);
|
|
4106
|
+
});
|
|
4107
|
+
}
|
|
4108
|
+
export function trustedAccessRoleBindingSerializer(item) {
|
|
4109
|
+
return { properties: _trustedAccessRoleBindingPropertiesSerializer(item) };
|
|
4110
|
+
}
|
|
4111
|
+
export function trustedAccessRoleBindingDeserializer(item) {
|
|
4112
|
+
return {
|
|
4113
|
+
id: item["id"],
|
|
4114
|
+
name: item["name"],
|
|
4115
|
+
type: item["type"],
|
|
4116
|
+
systemData: !item["systemData"]
|
|
4117
|
+
? item["systemData"]
|
|
4118
|
+
: systemDataDeserializer(item["systemData"]),
|
|
4119
|
+
..._trustedAccessRoleBindingPropertiesDeserializer(item["properties"]),
|
|
4120
|
+
};
|
|
4121
|
+
}
|
|
4122
|
+
export function trustedAccessRoleBindingPropertiesSerializer(item) {
|
|
4123
|
+
return {
|
|
4124
|
+
sourceResourceId: item["sourceResourceId"],
|
|
4125
|
+
roles: item["roles"].map((p) => {
|
|
4126
|
+
return p;
|
|
4127
|
+
}),
|
|
4128
|
+
};
|
|
4129
|
+
}
|
|
4130
|
+
export function trustedAccessRoleBindingPropertiesDeserializer(item) {
|
|
4131
|
+
return {
|
|
4132
|
+
provisioningState: item["provisioningState"],
|
|
4133
|
+
sourceResourceId: item["sourceResourceId"],
|
|
4134
|
+
roles: item["roles"].map((p) => {
|
|
4135
|
+
return p;
|
|
4136
|
+
}),
|
|
4137
|
+
};
|
|
4138
|
+
}
|
|
4139
|
+
/** The current provisioning state of trusted access role binding. */
|
|
4140
|
+
export var KnownTrustedAccessRoleBindingProvisioningState;
|
|
4141
|
+
(function (KnownTrustedAccessRoleBindingProvisioningState) {
|
|
4142
|
+
/** Trusted access role binding provisioning was canceled. */
|
|
4143
|
+
KnownTrustedAccessRoleBindingProvisioningState["Canceled"] = "Canceled";
|
|
4144
|
+
/** Trusted access role binding is being deleted. */
|
|
4145
|
+
KnownTrustedAccessRoleBindingProvisioningState["Deleting"] = "Deleting";
|
|
4146
|
+
/** Trusted access role binding provisioning failed. */
|
|
4147
|
+
KnownTrustedAccessRoleBindingProvisioningState["Failed"] = "Failed";
|
|
4148
|
+
/** Trusted access role binding provisioning succeeded. */
|
|
4149
|
+
KnownTrustedAccessRoleBindingProvisioningState["Succeeded"] = "Succeeded";
|
|
4150
|
+
/** Trusted access role binding is being updated. */
|
|
4151
|
+
KnownTrustedAccessRoleBindingProvisioningState["Updating"] = "Updating";
|
|
4152
|
+
})(KnownTrustedAccessRoleBindingProvisioningState || (KnownTrustedAccessRoleBindingProvisioningState = {}));
|
|
4153
|
+
export function _trustedAccessRoleBindingListResultDeserializer(item) {
|
|
4154
|
+
return {
|
|
4155
|
+
value: trustedAccessRoleBindingArrayDeserializer(item["value"]),
|
|
4156
|
+
nextLink: item["nextLink"],
|
|
4157
|
+
};
|
|
4158
|
+
}
|
|
4159
|
+
export function trustedAccessRoleBindingArraySerializer(result) {
|
|
4160
|
+
return result.map((item) => {
|
|
4161
|
+
return trustedAccessRoleBindingSerializer(item);
|
|
4162
|
+
});
|
|
4163
|
+
}
|
|
4164
|
+
export function trustedAccessRoleBindingArrayDeserializer(result) {
|
|
4165
|
+
return result.map((item) => {
|
|
4166
|
+
return trustedAccessRoleBindingDeserializer(item);
|
|
4167
|
+
});
|
|
4168
|
+
}
|
|
4169
|
+
export function _operationListResultDeserializer(item) {
|
|
4170
|
+
return {
|
|
4171
|
+
value: operationValueArrayDeserializer(item["value"]),
|
|
4172
|
+
nextLink: item["nextLink"],
|
|
4173
|
+
};
|
|
4174
|
+
}
|
|
4175
|
+
export function operationValueArrayDeserializer(result) {
|
|
4176
|
+
return result.map((item) => {
|
|
4177
|
+
return operationValueDeserializer(item);
|
|
4178
|
+
});
|
|
4179
|
+
}
|
|
4180
|
+
export function operationValueDeserializer(item) {
|
|
4181
|
+
return {
|
|
4182
|
+
origin: item["origin"],
|
|
4183
|
+
name: item["name"],
|
|
4184
|
+
...(!item["display"] ? item["display"] : _operationValueDisplayDeserializer(item["display"])),
|
|
4185
|
+
};
|
|
4186
|
+
}
|
|
4187
|
+
export function operationValueDisplayDeserializer(item) {
|
|
4188
|
+
return {
|
|
4189
|
+
operation: item["operation"],
|
|
4190
|
+
resource: item["resource"],
|
|
4191
|
+
description: item["description"],
|
|
4192
|
+
provider: item["provider"],
|
|
4193
|
+
};
|
|
4194
|
+
}
|
|
4195
|
+
export function privateLinkResourcesListResultDeserializer(item) {
|
|
4196
|
+
return {
|
|
4197
|
+
value: !item["value"] ? item["value"] : privateLinkResourceArrayDeserializer(item["value"]),
|
|
4198
|
+
};
|
|
4199
|
+
}
|
|
4200
|
+
export function _trustedAccessRoleListResultDeserializer(item) {
|
|
4201
|
+
return {
|
|
4202
|
+
value: trustedAccessRoleArrayDeserializer(item["value"]),
|
|
4203
|
+
nextLink: item["nextLink"],
|
|
4204
|
+
};
|
|
4205
|
+
}
|
|
4206
|
+
export function trustedAccessRoleArrayDeserializer(result) {
|
|
4207
|
+
return result.map((item) => {
|
|
4208
|
+
return trustedAccessRoleDeserializer(item);
|
|
4209
|
+
});
|
|
4210
|
+
}
|
|
4211
|
+
export function trustedAccessRoleDeserializer(item) {
|
|
4212
|
+
return {
|
|
4213
|
+
sourceResourceType: item["sourceResourceType"],
|
|
4214
|
+
name: item["name"],
|
|
4215
|
+
rules: !item["rules"] ? item["rules"] : trustedAccessRoleRuleArrayDeserializer(item["rules"]),
|
|
4216
|
+
};
|
|
4217
|
+
}
|
|
4218
|
+
export function trustedAccessRoleRuleArrayDeserializer(result) {
|
|
4219
|
+
return result.map((item) => {
|
|
4220
|
+
return trustedAccessRoleRuleDeserializer(item);
|
|
4221
|
+
});
|
|
4222
|
+
}
|
|
4223
|
+
export function trustedAccessRoleRuleDeserializer(item) {
|
|
4224
|
+
return {
|
|
4225
|
+
verbs: !item["verbs"]
|
|
4226
|
+
? item["verbs"]
|
|
4227
|
+
: item["verbs"].map((p) => {
|
|
4228
|
+
return p;
|
|
4229
|
+
}),
|
|
4230
|
+
apiGroups: !item["apiGroups"]
|
|
4231
|
+
? item["apiGroups"]
|
|
4232
|
+
: item["apiGroups"].map((p) => {
|
|
4233
|
+
return p;
|
|
4234
|
+
}),
|
|
4235
|
+
resources: !item["resources"]
|
|
4236
|
+
? item["resources"]
|
|
4237
|
+
: item["resources"].map((p) => {
|
|
4238
|
+
return p;
|
|
4239
|
+
}),
|
|
4240
|
+
resourceNames: !item["resourceNames"]
|
|
4241
|
+
? item["resourceNames"]
|
|
4242
|
+
: item["resourceNames"].map((p) => {
|
|
4243
|
+
return p;
|
|
4244
|
+
}),
|
|
4245
|
+
nonResourceURLs: !item["nonResourceURLs"]
|
|
4246
|
+
? item["nonResourceURLs"]
|
|
4247
|
+
: item["nonResourceURLs"].map((p) => {
|
|
4248
|
+
return p;
|
|
4249
|
+
}),
|
|
4250
|
+
};
|
|
4251
|
+
}
|
|
4252
|
+
/** The format of the kubeconfig credential. */
|
|
4253
|
+
export var KnownFormat;
|
|
4254
|
+
(function (KnownFormat) {
|
|
4255
|
+
/** Return azure auth-provider kubeconfig. This format is deprecated in v1.22 and will be fully removed in v1.26. See: https://aka.ms/k8s/changes-1-26. */
|
|
4256
|
+
KnownFormat["Azure"] = "azure";
|
|
4257
|
+
/** Return exec format kubeconfig. This format requires kubelogin binary in the path. */
|
|
4258
|
+
KnownFormat["Exec"] = "exec";
|
|
4259
|
+
})(KnownFormat || (KnownFormat = {}));
|
|
4260
|
+
/** The available API versions. */
|
|
4261
|
+
export var KnownVersions;
|
|
4262
|
+
(function (KnownVersions) {
|
|
4263
|
+
/** The 2025-10-01 API version. */
|
|
4264
|
+
KnownVersions["V20251001"] = "2025-10-01";
|
|
4265
|
+
/** The 2026-01-01 API version. */
|
|
4266
|
+
KnownVersions["V20260101"] = "2026-01-01";
|
|
4267
|
+
})(KnownVersions || (KnownVersions = {}));
|
|
4268
|
+
export function _agentPoolPropertiesSerializer(item) {
|
|
4269
|
+
return {
|
|
4270
|
+
count: item["count"],
|
|
4271
|
+
vmSize: item["vmSize"],
|
|
4272
|
+
osDiskSizeGB: item["osDiskSizeGB"],
|
|
4273
|
+
osDiskType: item["osDiskType"],
|
|
4274
|
+
kubeletDiskType: item["kubeletDiskType"],
|
|
4275
|
+
workloadRuntime: item["workloadRuntime"],
|
|
4276
|
+
messageOfTheDay: item["messageOfTheDay"],
|
|
4277
|
+
vnetSubnetID: item["vnetSubnetID"],
|
|
4278
|
+
podSubnetID: item["podSubnetID"],
|
|
4279
|
+
podIPAllocationMode: item["podIPAllocationMode"],
|
|
4280
|
+
maxPods: item["maxPods"],
|
|
4281
|
+
osType: item["osType"],
|
|
4282
|
+
osSKU: item["osSKU"],
|
|
4283
|
+
maxCount: item["maxCount"],
|
|
4284
|
+
minCount: item["minCount"],
|
|
4285
|
+
enableAutoScaling: item["enableAutoScaling"],
|
|
4286
|
+
scaleDownMode: item["scaleDownMode"],
|
|
4287
|
+
type: item["typePropertiesType"],
|
|
4288
|
+
mode: item["mode"],
|
|
4289
|
+
orchestratorVersion: item["orchestratorVersion"],
|
|
4290
|
+
upgradeSettings: !item["upgradeSettings"]
|
|
4291
|
+
? item["upgradeSettings"]
|
|
4292
|
+
: agentPoolUpgradeSettingsSerializer(item["upgradeSettings"]),
|
|
4293
|
+
powerState: !item["powerState"] ? item["powerState"] : powerStateSerializer(item["powerState"]),
|
|
4294
|
+
availabilityZones: !item["availabilityZones"]
|
|
4295
|
+
? item["availabilityZones"]
|
|
4296
|
+
: item["availabilityZones"].map((p) => {
|
|
4297
|
+
return p;
|
|
4298
|
+
}),
|
|
4299
|
+
enableNodePublicIP: item["enableNodePublicIP"],
|
|
4300
|
+
nodePublicIPPrefixID: item["nodePublicIPPrefixID"],
|
|
4301
|
+
scaleSetPriority: item["scaleSetPriority"],
|
|
4302
|
+
scaleSetEvictionPolicy: item["scaleSetEvictionPolicy"],
|
|
4303
|
+
spotMaxPrice: item["spotMaxPrice"],
|
|
4304
|
+
tags: item["tags"],
|
|
4305
|
+
nodeLabels: item["nodeLabels"],
|
|
4306
|
+
nodeTaints: !item["nodeTaints"]
|
|
4307
|
+
? item["nodeTaints"]
|
|
4308
|
+
: item["nodeTaints"].map((p) => {
|
|
4309
|
+
return p;
|
|
4310
|
+
}),
|
|
4311
|
+
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
4312
|
+
kubeletConfig: !item["kubeletConfig"]
|
|
4313
|
+
? item["kubeletConfig"]
|
|
4314
|
+
: kubeletConfigSerializer(item["kubeletConfig"]),
|
|
4315
|
+
linuxOSConfig: !item["linuxOSConfig"]
|
|
4316
|
+
? item["linuxOSConfig"]
|
|
4317
|
+
: linuxOSConfigSerializer(item["linuxOSConfig"]),
|
|
4318
|
+
enableEncryptionAtHost: item["enableEncryptionAtHost"],
|
|
4319
|
+
enableUltraSSD: item["enableUltraSSD"],
|
|
4320
|
+
enableFIPS: item["enableFips"],
|
|
4321
|
+
gpuInstanceProfile: item["gpuInstanceProfile"],
|
|
4322
|
+
creationData: !item["creationData"]
|
|
4323
|
+
? item["creationData"]
|
|
4324
|
+
: creationDataSerializer(item["creationData"]),
|
|
4325
|
+
capacityReservationGroupID: item["capacityReservationGroupID"],
|
|
4326
|
+
hostGroupID: item["hostGroupID"],
|
|
4327
|
+
networkProfile: !item["networkProfile"]
|
|
4328
|
+
? item["networkProfile"]
|
|
4329
|
+
: agentPoolNetworkProfileSerializer(item["networkProfile"]),
|
|
4330
|
+
windowsProfile: !item["windowsProfile"]
|
|
4331
|
+
? item["windowsProfile"]
|
|
4332
|
+
: agentPoolWindowsProfileSerializer(item["windowsProfile"]),
|
|
4333
|
+
securityProfile: !item["securityProfile"]
|
|
4334
|
+
? item["securityProfile"]
|
|
4335
|
+
: agentPoolSecurityProfileSerializer(item["securityProfile"]),
|
|
4336
|
+
gpuProfile: !item["gpuProfile"] ? item["gpuProfile"] : gpuProfileSerializer(item["gpuProfile"]),
|
|
4337
|
+
gatewayProfile: !item["gatewayProfile"]
|
|
4338
|
+
? item["gatewayProfile"]
|
|
4339
|
+
: agentPoolGatewayProfileSerializer(item["gatewayProfile"]),
|
|
4340
|
+
virtualMachinesProfile: !item["virtualMachinesProfile"]
|
|
4341
|
+
? item["virtualMachinesProfile"]
|
|
4342
|
+
: virtualMachinesProfileSerializer(item["virtualMachinesProfile"]),
|
|
4343
|
+
virtualMachineNodesStatus: !item["virtualMachineNodesStatus"]
|
|
4344
|
+
? item["virtualMachineNodesStatus"]
|
|
4345
|
+
: virtualMachineNodesArraySerializer(item["virtualMachineNodesStatus"]),
|
|
4346
|
+
status: !item["status"] ? item["status"] : agentPoolStatusSerializer(item["status"]),
|
|
4347
|
+
localDNSProfile: !item["localDNSProfile"]
|
|
4348
|
+
? item["localDNSProfile"]
|
|
4349
|
+
: localDNSProfileSerializer(item["localDNSProfile"]),
|
|
4350
|
+
};
|
|
4351
|
+
}
|
|
4352
|
+
export function _agentPoolPropertiesDeserializer(item) {
|
|
4353
|
+
return {
|
|
4354
|
+
eTag: item["eTag"],
|
|
4355
|
+
count: item["count"],
|
|
4356
|
+
vmSize: item["vmSize"],
|
|
4357
|
+
osDiskSizeGB: item["osDiskSizeGB"],
|
|
4358
|
+
osDiskType: item["osDiskType"],
|
|
4359
|
+
kubeletDiskType: item["kubeletDiskType"],
|
|
4360
|
+
workloadRuntime: item["workloadRuntime"],
|
|
4361
|
+
messageOfTheDay: item["messageOfTheDay"],
|
|
4362
|
+
vnetSubnetID: item["vnetSubnetID"],
|
|
4363
|
+
podSubnetID: item["podSubnetID"],
|
|
4364
|
+
podIPAllocationMode: item["podIPAllocationMode"],
|
|
4365
|
+
maxPods: item["maxPods"],
|
|
4366
|
+
osType: item["osType"],
|
|
4367
|
+
osSKU: item["osSKU"],
|
|
4368
|
+
maxCount: item["maxCount"],
|
|
4369
|
+
minCount: item["minCount"],
|
|
4370
|
+
enableAutoScaling: item["enableAutoScaling"],
|
|
4371
|
+
scaleDownMode: item["scaleDownMode"],
|
|
4372
|
+
typePropertiesType: item["type"],
|
|
4373
|
+
mode: item["mode"],
|
|
4374
|
+
orchestratorVersion: item["orchestratorVersion"],
|
|
4375
|
+
currentOrchestratorVersion: item["currentOrchestratorVersion"],
|
|
4376
|
+
nodeImageVersion: item["nodeImageVersion"],
|
|
4377
|
+
upgradeSettings: !item["upgradeSettings"]
|
|
4378
|
+
? item["upgradeSettings"]
|
|
4379
|
+
: agentPoolUpgradeSettingsDeserializer(item["upgradeSettings"]),
|
|
4380
|
+
provisioningState: item["provisioningState"],
|
|
4381
|
+
powerState: !item["powerState"]
|
|
4382
|
+
? item["powerState"]
|
|
4383
|
+
: powerStateDeserializer(item["powerState"]),
|
|
4384
|
+
availabilityZones: !item["availabilityZones"]
|
|
4385
|
+
? item["availabilityZones"]
|
|
4386
|
+
: item["availabilityZones"].map((p) => {
|
|
4387
|
+
return p;
|
|
4388
|
+
}),
|
|
4389
|
+
enableNodePublicIP: item["enableNodePublicIP"],
|
|
4390
|
+
nodePublicIPPrefixID: item["nodePublicIPPrefixID"],
|
|
4391
|
+
scaleSetPriority: item["scaleSetPriority"],
|
|
4392
|
+
scaleSetEvictionPolicy: item["scaleSetEvictionPolicy"],
|
|
4393
|
+
spotMaxPrice: item["spotMaxPrice"],
|
|
4394
|
+
tags: !item["tags"]
|
|
4395
|
+
? item["tags"]
|
|
4396
|
+
: Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
4397
|
+
nodeLabels: !item["nodeLabels"]
|
|
4398
|
+
? item["nodeLabels"]
|
|
4399
|
+
: Object.fromEntries(Object.entries(item["nodeLabels"]).map(([k, p]) => [k, p])),
|
|
4400
|
+
nodeTaints: !item["nodeTaints"]
|
|
4401
|
+
? item["nodeTaints"]
|
|
4402
|
+
: item["nodeTaints"].map((p) => {
|
|
4403
|
+
return p;
|
|
4404
|
+
}),
|
|
4405
|
+
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
4406
|
+
kubeletConfig: !item["kubeletConfig"]
|
|
4407
|
+
? item["kubeletConfig"]
|
|
4408
|
+
: kubeletConfigDeserializer(item["kubeletConfig"]),
|
|
4409
|
+
linuxOSConfig: !item["linuxOSConfig"]
|
|
4410
|
+
? item["linuxOSConfig"]
|
|
4411
|
+
: linuxOSConfigDeserializer(item["linuxOSConfig"]),
|
|
4412
|
+
enableEncryptionAtHost: item["enableEncryptionAtHost"],
|
|
4413
|
+
enableUltraSSD: item["enableUltraSSD"],
|
|
4414
|
+
enableFips: item["enableFIPS"],
|
|
4415
|
+
gpuInstanceProfile: item["gpuInstanceProfile"],
|
|
4416
|
+
creationData: !item["creationData"]
|
|
4417
|
+
? item["creationData"]
|
|
4418
|
+
: creationDataDeserializer(item["creationData"]),
|
|
4419
|
+
capacityReservationGroupID: item["capacityReservationGroupID"],
|
|
4420
|
+
hostGroupID: item["hostGroupID"],
|
|
4421
|
+
networkProfile: !item["networkProfile"]
|
|
4422
|
+
? item["networkProfile"]
|
|
4423
|
+
: agentPoolNetworkProfileDeserializer(item["networkProfile"]),
|
|
4424
|
+
windowsProfile: !item["windowsProfile"]
|
|
4425
|
+
? item["windowsProfile"]
|
|
4426
|
+
: agentPoolWindowsProfileDeserializer(item["windowsProfile"]),
|
|
4427
|
+
securityProfile: !item["securityProfile"]
|
|
4428
|
+
? item["securityProfile"]
|
|
4429
|
+
: agentPoolSecurityProfileDeserializer(item["securityProfile"]),
|
|
4430
|
+
gpuProfile: !item["gpuProfile"]
|
|
4431
|
+
? item["gpuProfile"]
|
|
4432
|
+
: gpuProfileDeserializer(item["gpuProfile"]),
|
|
4433
|
+
gatewayProfile: !item["gatewayProfile"]
|
|
4434
|
+
? item["gatewayProfile"]
|
|
4435
|
+
: agentPoolGatewayProfileDeserializer(item["gatewayProfile"]),
|
|
4436
|
+
virtualMachinesProfile: !item["virtualMachinesProfile"]
|
|
4437
|
+
? item["virtualMachinesProfile"]
|
|
4438
|
+
: virtualMachinesProfileDeserializer(item["virtualMachinesProfile"]),
|
|
4439
|
+
virtualMachineNodesStatus: !item["virtualMachineNodesStatus"]
|
|
4440
|
+
? item["virtualMachineNodesStatus"]
|
|
4441
|
+
: virtualMachineNodesArrayDeserializer(item["virtualMachineNodesStatus"]),
|
|
4442
|
+
status: !item["status"] ? item["status"] : agentPoolStatusDeserializer(item["status"]),
|
|
4443
|
+
localDNSProfile: !item["localDNSProfile"]
|
|
4444
|
+
? item["localDNSProfile"]
|
|
4445
|
+
: localDNSProfileDeserializer(item["localDNSProfile"]),
|
|
4446
|
+
};
|
|
4447
|
+
}
|
|
4448
|
+
export function _agentPoolAvailableVersionsPropertiesDeserializer(item) {
|
|
4449
|
+
return {
|
|
4450
|
+
agentPoolVersions: !item["agentPoolVersions"]
|
|
4451
|
+
? item["agentPoolVersions"]
|
|
4452
|
+
: agentPoolAvailableVersionsPropertiesAgentPoolVersionsItemArrayDeserializer(item["agentPoolVersions"]),
|
|
4453
|
+
};
|
|
4454
|
+
}
|
|
4455
|
+
export function _agentPoolUpgradeProfilePropertiesDeserializer(item) {
|
|
4456
|
+
return {
|
|
4457
|
+
kubernetesVersion: item["kubernetesVersion"],
|
|
4458
|
+
osType: item["osType"],
|
|
4459
|
+
upgrades: !item["upgrades"]
|
|
4460
|
+
? item["upgrades"]
|
|
4461
|
+
: agentPoolUpgradeProfilePropertiesUpgradesItemArrayDeserializer(item["upgrades"]),
|
|
4462
|
+
latestNodeImageVersion: item["latestNodeImageVersion"],
|
|
4463
|
+
};
|
|
4464
|
+
}
|
|
4465
|
+
export function _managedClusterPropertiesSerializer(item) {
|
|
4466
|
+
return {
|
|
4467
|
+
kubernetesVersion: item["kubernetesVersion"],
|
|
4468
|
+
dnsPrefix: item["dnsPrefix"],
|
|
4469
|
+
fqdnSubdomain: item["fqdnSubdomain"],
|
|
4470
|
+
agentPoolProfiles: !item["agentPoolProfiles"]
|
|
4471
|
+
? item["agentPoolProfiles"]
|
|
4472
|
+
: managedClusterAgentPoolProfileArraySerializer(item["agentPoolProfiles"]),
|
|
4473
|
+
linuxProfile: !item["linuxProfile"]
|
|
4474
|
+
? item["linuxProfile"]
|
|
4475
|
+
: containerServiceLinuxProfileSerializer(item["linuxProfile"]),
|
|
4476
|
+
windowsProfile: !item["windowsProfile"]
|
|
4477
|
+
? item["windowsProfile"]
|
|
4478
|
+
: managedClusterWindowsProfileSerializer(item["windowsProfile"]),
|
|
4479
|
+
servicePrincipalProfile: !item["servicePrincipalProfile"]
|
|
4480
|
+
? item["servicePrincipalProfile"]
|
|
4481
|
+
: managedClusterServicePrincipalProfileSerializer(item["servicePrincipalProfile"]),
|
|
4482
|
+
addonProfiles: !item["addonProfiles"]
|
|
4483
|
+
? item["addonProfiles"]
|
|
4484
|
+
: managedClusterAddonProfileRecordSerializer(item["addonProfiles"]),
|
|
4485
|
+
podIdentityProfile: !item["podIdentityProfile"]
|
|
4486
|
+
? item["podIdentityProfile"]
|
|
4487
|
+
: managedClusterPodIdentityProfileSerializer(item["podIdentityProfile"]),
|
|
4488
|
+
oidcIssuerProfile: !item["oidcIssuerProfile"]
|
|
4489
|
+
? item["oidcIssuerProfile"]
|
|
4490
|
+
: managedClusterOidcIssuerProfileSerializer(item["oidcIssuerProfile"]),
|
|
4491
|
+
nodeResourceGroup: item["nodeResourceGroup"],
|
|
4492
|
+
nodeResourceGroupProfile: !item["nodeResourceGroupProfile"]
|
|
4493
|
+
? item["nodeResourceGroupProfile"]
|
|
4494
|
+
: managedClusterNodeResourceGroupProfileSerializer(item["nodeResourceGroupProfile"]),
|
|
4495
|
+
enableRBAC: item["enableRbac"],
|
|
4496
|
+
supportPlan: item["supportPlan"],
|
|
4497
|
+
networkProfile: !item["networkProfile"]
|
|
4498
|
+
? item["networkProfile"]
|
|
4499
|
+
: containerServiceNetworkProfileSerializer(item["networkProfile"]),
|
|
4500
|
+
aadProfile: !item["aadProfile"]
|
|
4501
|
+
? item["aadProfile"]
|
|
4502
|
+
: managedClusterAADProfileSerializer(item["aadProfile"]),
|
|
4503
|
+
autoUpgradeProfile: !item["autoUpgradeProfile"]
|
|
4504
|
+
? item["autoUpgradeProfile"]
|
|
4505
|
+
: managedClusterAutoUpgradeProfileSerializer(item["autoUpgradeProfile"]),
|
|
4506
|
+
upgradeSettings: !item["upgradeSettings"]
|
|
4507
|
+
? item["upgradeSettings"]
|
|
4508
|
+
: clusterUpgradeSettingsSerializer(item["upgradeSettings"]),
|
|
4509
|
+
autoScalerProfile: !item["autoScalerProfile"]
|
|
4510
|
+
? item["autoScalerProfile"]
|
|
4511
|
+
: managedClusterPropertiesAutoScalerProfileSerializer(item["autoScalerProfile"]),
|
|
4512
|
+
apiServerAccessProfile: !item["apiServerAccessProfile"]
|
|
4513
|
+
? item["apiServerAccessProfile"]
|
|
4514
|
+
: managedClusterAPIServerAccessProfileSerializer(item["apiServerAccessProfile"]),
|
|
4515
|
+
diskEncryptionSetID: item["diskEncryptionSetID"],
|
|
4516
|
+
identityProfile: !item["identityProfile"]
|
|
4517
|
+
? item["identityProfile"]
|
|
4518
|
+
: userAssignedIdentityRecordSerializer(item["identityProfile"]),
|
|
4519
|
+
privateLinkResources: !item["privateLinkResources"]
|
|
4520
|
+
? item["privateLinkResources"]
|
|
4521
|
+
: privateLinkResourceArraySerializer(item["privateLinkResources"]),
|
|
4522
|
+
disableLocalAccounts: item["disableLocalAccounts"],
|
|
4523
|
+
httpProxyConfig: !item["httpProxyConfig"]
|
|
4524
|
+
? item["httpProxyConfig"]
|
|
4525
|
+
: managedClusterHttpProxyConfigSerializer(item["httpProxyConfig"]),
|
|
4526
|
+
securityProfile: !item["securityProfile"]
|
|
4527
|
+
? item["securityProfile"]
|
|
4528
|
+
: managedClusterSecurityProfileSerializer(item["securityProfile"]),
|
|
4529
|
+
storageProfile: !item["storageProfile"]
|
|
4530
|
+
? item["storageProfile"]
|
|
4531
|
+
: managedClusterStorageProfileSerializer(item["storageProfile"]),
|
|
4532
|
+
ingressProfile: !item["ingressProfile"]
|
|
4533
|
+
? item["ingressProfile"]
|
|
4534
|
+
: managedClusterIngressProfileSerializer(item["ingressProfile"]),
|
|
4535
|
+
publicNetworkAccess: item["publicNetworkAccess"],
|
|
4536
|
+
workloadAutoScalerProfile: !item["workloadAutoScalerProfile"]
|
|
4537
|
+
? item["workloadAutoScalerProfile"]
|
|
4538
|
+
: managedClusterWorkloadAutoScalerProfileSerializer(item["workloadAutoScalerProfile"]),
|
|
4539
|
+
azureMonitorProfile: !item["azureMonitorProfile"]
|
|
4540
|
+
? item["azureMonitorProfile"]
|
|
4541
|
+
: managedClusterAzureMonitorProfileSerializer(item["azureMonitorProfile"]),
|
|
4542
|
+
serviceMeshProfile: !item["serviceMeshProfile"]
|
|
4543
|
+
? item["serviceMeshProfile"]
|
|
4544
|
+
: serviceMeshProfileSerializer(item["serviceMeshProfile"]),
|
|
4545
|
+
metricsProfile: !item["metricsProfile"]
|
|
4546
|
+
? item["metricsProfile"]
|
|
4547
|
+
: managedClusterMetricsProfileSerializer(item["metricsProfile"]),
|
|
4548
|
+
nodeProvisioningProfile: !item["nodeProvisioningProfile"]
|
|
4549
|
+
? item["nodeProvisioningProfile"]
|
|
4550
|
+
: managedClusterNodeProvisioningProfileSerializer(item["nodeProvisioningProfile"]),
|
|
4551
|
+
bootstrapProfile: !item["bootstrapProfile"]
|
|
4552
|
+
? item["bootstrapProfile"]
|
|
4553
|
+
: managedClusterBootstrapProfileSerializer(item["bootstrapProfile"]),
|
|
4554
|
+
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"]
|
|
4555
|
+
? item["aiToolchainOperatorProfile"]
|
|
4556
|
+
: managedClusterAIToolchainOperatorProfileSerializer(item["aiToolchainOperatorProfile"]),
|
|
4557
|
+
status: !item["status"] ? item["status"] : managedClusterStatusSerializer(item["status"]),
|
|
4558
|
+
};
|
|
4559
|
+
}
|
|
4560
|
+
export function _managedClusterPropertiesDeserializer(item) {
|
|
4561
|
+
return {
|
|
4562
|
+
provisioningState: item["provisioningState"],
|
|
4563
|
+
powerState: !item["powerState"]
|
|
4564
|
+
? item["powerState"]
|
|
4565
|
+
: powerStateDeserializer(item["powerState"]),
|
|
4566
|
+
maxAgentPools: item["maxAgentPools"],
|
|
4567
|
+
kubernetesVersion: item["kubernetesVersion"],
|
|
4568
|
+
currentKubernetesVersion: item["currentKubernetesVersion"],
|
|
4569
|
+
dnsPrefix: item["dnsPrefix"],
|
|
4570
|
+
fqdnSubdomain: item["fqdnSubdomain"],
|
|
4571
|
+
fqdn: item["fqdn"],
|
|
4572
|
+
privateFqdn: item["privateFQDN"],
|
|
4573
|
+
azurePortalFqdn: item["azurePortalFQDN"],
|
|
4574
|
+
agentPoolProfiles: !item["agentPoolProfiles"]
|
|
4575
|
+
? item["agentPoolProfiles"]
|
|
4576
|
+
: managedClusterAgentPoolProfileArrayDeserializer(item["agentPoolProfiles"]),
|
|
4577
|
+
linuxProfile: !item["linuxProfile"]
|
|
4578
|
+
? item["linuxProfile"]
|
|
4579
|
+
: containerServiceLinuxProfileDeserializer(item["linuxProfile"]),
|
|
4580
|
+
windowsProfile: !item["windowsProfile"]
|
|
4581
|
+
? item["windowsProfile"]
|
|
4582
|
+
: managedClusterWindowsProfileDeserializer(item["windowsProfile"]),
|
|
4583
|
+
servicePrincipalProfile: !item["servicePrincipalProfile"]
|
|
4584
|
+
? item["servicePrincipalProfile"]
|
|
4585
|
+
: managedClusterServicePrincipalProfileDeserializer(item["servicePrincipalProfile"]),
|
|
4586
|
+
addonProfiles: !item["addonProfiles"]
|
|
4587
|
+
? item["addonProfiles"]
|
|
4588
|
+
: managedClusterAddonProfileRecordDeserializer(item["addonProfiles"]),
|
|
4589
|
+
podIdentityProfile: !item["podIdentityProfile"]
|
|
4590
|
+
? item["podIdentityProfile"]
|
|
4591
|
+
: managedClusterPodIdentityProfileDeserializer(item["podIdentityProfile"]),
|
|
4592
|
+
oidcIssuerProfile: !item["oidcIssuerProfile"]
|
|
4593
|
+
? item["oidcIssuerProfile"]
|
|
4594
|
+
: managedClusterOidcIssuerProfileDeserializer(item["oidcIssuerProfile"]),
|
|
4595
|
+
nodeResourceGroup: item["nodeResourceGroup"],
|
|
4596
|
+
nodeResourceGroupProfile: !item["nodeResourceGroupProfile"]
|
|
4597
|
+
? item["nodeResourceGroupProfile"]
|
|
4598
|
+
: managedClusterNodeResourceGroupProfileDeserializer(item["nodeResourceGroupProfile"]),
|
|
4599
|
+
enableRbac: item["enableRBAC"],
|
|
4600
|
+
supportPlan: item["supportPlan"],
|
|
4601
|
+
networkProfile: !item["networkProfile"]
|
|
4602
|
+
? item["networkProfile"]
|
|
4603
|
+
: containerServiceNetworkProfileDeserializer(item["networkProfile"]),
|
|
4604
|
+
aadProfile: !item["aadProfile"]
|
|
4605
|
+
? item["aadProfile"]
|
|
4606
|
+
: managedClusterAADProfileDeserializer(item["aadProfile"]),
|
|
4607
|
+
autoUpgradeProfile: !item["autoUpgradeProfile"]
|
|
4608
|
+
? item["autoUpgradeProfile"]
|
|
4609
|
+
: managedClusterAutoUpgradeProfileDeserializer(item["autoUpgradeProfile"]),
|
|
4610
|
+
upgradeSettings: !item["upgradeSettings"]
|
|
4611
|
+
? item["upgradeSettings"]
|
|
4612
|
+
: clusterUpgradeSettingsDeserializer(item["upgradeSettings"]),
|
|
4613
|
+
autoScalerProfile: !item["autoScalerProfile"]
|
|
4614
|
+
? item["autoScalerProfile"]
|
|
4615
|
+
: managedClusterPropertiesAutoScalerProfileDeserializer(item["autoScalerProfile"]),
|
|
4616
|
+
apiServerAccessProfile: !item["apiServerAccessProfile"]
|
|
4617
|
+
? item["apiServerAccessProfile"]
|
|
4618
|
+
: managedClusterAPIServerAccessProfileDeserializer(item["apiServerAccessProfile"]),
|
|
4619
|
+
diskEncryptionSetID: item["diskEncryptionSetID"],
|
|
4620
|
+
identityProfile: !item["identityProfile"]
|
|
4621
|
+
? item["identityProfile"]
|
|
4622
|
+
: userAssignedIdentityRecordDeserializer(item["identityProfile"]),
|
|
4623
|
+
privateLinkResources: !item["privateLinkResources"]
|
|
4624
|
+
? item["privateLinkResources"]
|
|
4625
|
+
: privateLinkResourceArrayDeserializer(item["privateLinkResources"]),
|
|
4626
|
+
disableLocalAccounts: item["disableLocalAccounts"],
|
|
4627
|
+
httpProxyConfig: !item["httpProxyConfig"]
|
|
4628
|
+
? item["httpProxyConfig"]
|
|
4629
|
+
: managedClusterHttpProxyConfigDeserializer(item["httpProxyConfig"]),
|
|
4630
|
+
securityProfile: !item["securityProfile"]
|
|
4631
|
+
? item["securityProfile"]
|
|
4632
|
+
: managedClusterSecurityProfileDeserializer(item["securityProfile"]),
|
|
4633
|
+
storageProfile: !item["storageProfile"]
|
|
4634
|
+
? item["storageProfile"]
|
|
4635
|
+
: managedClusterStorageProfileDeserializer(item["storageProfile"]),
|
|
4636
|
+
ingressProfile: !item["ingressProfile"]
|
|
4637
|
+
? item["ingressProfile"]
|
|
4638
|
+
: managedClusterIngressProfileDeserializer(item["ingressProfile"]),
|
|
4639
|
+
publicNetworkAccess: item["publicNetworkAccess"],
|
|
4640
|
+
workloadAutoScalerProfile: !item["workloadAutoScalerProfile"]
|
|
4641
|
+
? item["workloadAutoScalerProfile"]
|
|
4642
|
+
: managedClusterWorkloadAutoScalerProfileDeserializer(item["workloadAutoScalerProfile"]),
|
|
4643
|
+
azureMonitorProfile: !item["azureMonitorProfile"]
|
|
4644
|
+
? item["azureMonitorProfile"]
|
|
4645
|
+
: managedClusterAzureMonitorProfileDeserializer(item["azureMonitorProfile"]),
|
|
4646
|
+
serviceMeshProfile: !item["serviceMeshProfile"]
|
|
4647
|
+
? item["serviceMeshProfile"]
|
|
4648
|
+
: serviceMeshProfileDeserializer(item["serviceMeshProfile"]),
|
|
4649
|
+
resourceUID: item["resourceUID"],
|
|
4650
|
+
metricsProfile: !item["metricsProfile"]
|
|
4651
|
+
? item["metricsProfile"]
|
|
4652
|
+
: managedClusterMetricsProfileDeserializer(item["metricsProfile"]),
|
|
4653
|
+
nodeProvisioningProfile: !item["nodeProvisioningProfile"]
|
|
4654
|
+
? item["nodeProvisioningProfile"]
|
|
4655
|
+
: managedClusterNodeProvisioningProfileDeserializer(item["nodeProvisioningProfile"]),
|
|
4656
|
+
bootstrapProfile: !item["bootstrapProfile"]
|
|
4657
|
+
? item["bootstrapProfile"]
|
|
4658
|
+
: managedClusterBootstrapProfileDeserializer(item["bootstrapProfile"]),
|
|
4659
|
+
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"]
|
|
4660
|
+
? item["aiToolchainOperatorProfile"]
|
|
4661
|
+
: managedClusterAIToolchainOperatorProfileDeserializer(item["aiToolchainOperatorProfile"]),
|
|
4662
|
+
status: !item["status"] ? item["status"] : managedClusterStatusDeserializer(item["status"]),
|
|
4663
|
+
};
|
|
4664
|
+
}
|
|
4665
|
+
export function _managedClusterAccessProfilePropertiesDeserializer(item) {
|
|
4666
|
+
return {
|
|
4667
|
+
kubeConfig: !item["kubeConfig"]
|
|
4668
|
+
? item["kubeConfig"]
|
|
4669
|
+
: typeof item["kubeConfig"] === "string"
|
|
4670
|
+
? stringToUint8Array(item["kubeConfig"], "base64")
|
|
4671
|
+
: item["kubeConfig"],
|
|
4672
|
+
};
|
|
4673
|
+
}
|
|
4674
|
+
export function _runCommandResultPropertiesDeserializer(item) {
|
|
4675
|
+
return {
|
|
4676
|
+
provisioningState: item["provisioningState"],
|
|
4677
|
+
exitCode: item["exitCode"],
|
|
4678
|
+
startedAt: !item["startedAt"] ? item["startedAt"] : new Date(item["startedAt"]),
|
|
4679
|
+
finishedAt: !item["finishedAt"] ? item["finishedAt"] : new Date(item["finishedAt"]),
|
|
4680
|
+
logs: item["logs"],
|
|
4681
|
+
reason: item["reason"],
|
|
4682
|
+
};
|
|
4683
|
+
}
|
|
4684
|
+
export function _managedClusterUpgradeProfilePropertiesDeserializer(item) {
|
|
4685
|
+
return {
|
|
4686
|
+
controlPlaneProfile: managedClusterPoolUpgradeProfileDeserializer(item["controlPlaneProfile"]),
|
|
4687
|
+
agentPoolProfiles: managedClusterPoolUpgradeProfileArrayDeserializer(item["agentPoolProfiles"]),
|
|
4688
|
+
};
|
|
4689
|
+
}
|
|
4690
|
+
export function _maintenanceConfigurationPropertiesSerializer(item) {
|
|
4691
|
+
return {
|
|
4692
|
+
timeInWeek: !item["timeInWeek"]
|
|
4693
|
+
? item["timeInWeek"]
|
|
4694
|
+
: timeInWeekArraySerializer(item["timeInWeek"]),
|
|
4695
|
+
notAllowedTime: !item["notAllowedTime"]
|
|
4696
|
+
? item["notAllowedTime"]
|
|
4697
|
+
: timeSpanArraySerializer(item["notAllowedTime"]),
|
|
4698
|
+
maintenanceWindow: !item["maintenanceWindow"]
|
|
4699
|
+
? item["maintenanceWindow"]
|
|
4700
|
+
: maintenanceWindowSerializer(item["maintenanceWindow"]),
|
|
4701
|
+
};
|
|
4702
|
+
}
|
|
4703
|
+
export function _maintenanceConfigurationPropertiesDeserializer(item) {
|
|
4704
|
+
return {
|
|
4705
|
+
timeInWeek: !item["timeInWeek"]
|
|
4706
|
+
? item["timeInWeek"]
|
|
4707
|
+
: timeInWeekArrayDeserializer(item["timeInWeek"]),
|
|
4708
|
+
notAllowedTime: !item["notAllowedTime"]
|
|
4709
|
+
? item["notAllowedTime"]
|
|
4710
|
+
: timeSpanArrayDeserializer(item["notAllowedTime"]),
|
|
4711
|
+
maintenanceWindow: !item["maintenanceWindow"]
|
|
4712
|
+
? item["maintenanceWindow"]
|
|
4713
|
+
: maintenanceWindowDeserializer(item["maintenanceWindow"]),
|
|
4714
|
+
};
|
|
4715
|
+
}
|
|
4716
|
+
export function _privateEndpointConnectionPropertiesSerializer(item) {
|
|
4717
|
+
return {
|
|
4718
|
+
privateEndpoint: !item["privateEndpoint"]
|
|
4719
|
+
? item["privateEndpoint"]
|
|
4720
|
+
: privateEndpointSerializer(item["privateEndpoint"]),
|
|
4721
|
+
privateLinkServiceConnectionState: !item["privateLinkServiceConnectionState"]
|
|
4722
|
+
? item["privateLinkServiceConnectionState"]
|
|
4723
|
+
: privateLinkServiceConnectionStateSerializer(item["privateLinkServiceConnectionState"]),
|
|
4724
|
+
};
|
|
4725
|
+
}
|
|
4726
|
+
export function _privateEndpointConnectionPropertiesDeserializer(item) {
|
|
4727
|
+
return {
|
|
4728
|
+
provisioningState: item["provisioningState"],
|
|
4729
|
+
privateEndpoint: !item["privateEndpoint"]
|
|
4730
|
+
? item["privateEndpoint"]
|
|
4731
|
+
: privateEndpointDeserializer(item["privateEndpoint"]),
|
|
4732
|
+
privateLinkServiceConnectionState: !item["privateLinkServiceConnectionState"]
|
|
4733
|
+
? item["privateLinkServiceConnectionState"]
|
|
4734
|
+
: privateLinkServiceConnectionStateDeserializer(item["privateLinkServiceConnectionState"]),
|
|
4735
|
+
};
|
|
4736
|
+
}
|
|
4737
|
+
export function _snapshotPropertiesSerializer(item) {
|
|
4738
|
+
return {
|
|
4739
|
+
creationData: !item["creationData"]
|
|
4740
|
+
? item["creationData"]
|
|
4741
|
+
: creationDataSerializer(item["creationData"]),
|
|
4742
|
+
snapshotType: item["snapshotType"],
|
|
4743
|
+
};
|
|
4744
|
+
}
|
|
4745
|
+
export function _snapshotPropertiesDeserializer(item) {
|
|
4746
|
+
return {
|
|
4747
|
+
creationData: !item["creationData"]
|
|
4748
|
+
? item["creationData"]
|
|
4749
|
+
: creationDataDeserializer(item["creationData"]),
|
|
4750
|
+
snapshotType: item["snapshotType"],
|
|
4751
|
+
kubernetesVersion: item["kubernetesVersion"],
|
|
4752
|
+
nodeImageVersion: item["nodeImageVersion"],
|
|
4753
|
+
osType: item["osType"],
|
|
4754
|
+
osSku: item["osSku"],
|
|
4755
|
+
vmSize: item["vmSize"],
|
|
4756
|
+
enableFips: item["enableFIPS"],
|
|
4757
|
+
};
|
|
4758
|
+
}
|
|
4759
|
+
export function _trustedAccessRoleBindingPropertiesSerializer(item) {
|
|
4760
|
+
return {
|
|
4761
|
+
sourceResourceId: item["sourceResourceId"],
|
|
4762
|
+
roles: item["roles"].map((p) => {
|
|
4763
|
+
return p;
|
|
4764
|
+
}),
|
|
4765
|
+
};
|
|
4766
|
+
}
|
|
4767
|
+
export function _trustedAccessRoleBindingPropertiesDeserializer(item) {
|
|
4768
|
+
return {
|
|
4769
|
+
provisioningState: item["provisioningState"],
|
|
4770
|
+
sourceResourceId: item["sourceResourceId"],
|
|
4771
|
+
roles: item["roles"].map((p) => {
|
|
4772
|
+
return p;
|
|
4773
|
+
}),
|
|
4774
|
+
};
|
|
4775
|
+
}
|
|
4776
|
+
export function _operationValueDisplayDeserializer(item) {
|
|
4777
|
+
return {
|
|
4778
|
+
operation: item["operation"],
|
|
4779
|
+
resource: item["resource"],
|
|
4780
|
+
description: item["description"],
|
|
4781
|
+
provider: item["provider"],
|
|
4782
|
+
};
|
|
4783
|
+
}
|
|
4784
|
+
//# sourceMappingURL=models.js.map
|