@azure/arm-containerservice 25.3.0-beta.1 → 25.3.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 +1 -1
- package/dist/browser/api/agentPools/index.d.ts +2 -2
- package/dist/browser/api/agentPools/index.js +1 -1
- package/dist/browser/api/agentPools/index.js.map +1 -1
- package/dist/browser/api/agentPools/operations.d.ts +1 -5
- package/dist/browser/api/agentPools/operations.js +42 -59
- package/dist/browser/api/agentPools/operations.js.map +1 -1
- package/dist/browser/api/agentPools/options.d.ts +0 -5
- package/dist/browser/api/agentPools/options.js.map +1 -1
- package/dist/browser/api/containerServiceContext.js +4 -2
- package/dist/browser/api/containerServiceContext.js.map +1 -1
- package/dist/browser/api/identityBindings/operations.js +19 -15
- package/dist/browser/api/identityBindings/operations.js.map +1 -1
- package/dist/browser/api/machines/index.d.ts +2 -2
- package/dist/browser/api/machines/index.js +1 -1
- package/dist/browser/api/machines/index.js.map +1 -1
- package/dist/browser/api/machines/operations.d.ts +1 -6
- package/dist/browser/api/machines/operations.js +10 -53
- package/dist/browser/api/machines/operations.js.map +1 -1
- package/dist/browser/api/machines/options.d.ts +0 -9
- package/dist/browser/api/machines/options.js.map +1 -1
- package/dist/browser/api/maintenanceConfigurations/operations.js +17 -13
- package/dist/browser/api/maintenanceConfigurations/operations.js.map +1 -1
- package/dist/browser/api/managedClusters/index.d.ts +2 -2
- package/dist/browser/api/managedClusters/index.js +1 -1
- package/dist/browser/api/managedClusters/index.js.map +1 -1
- package/dist/browser/api/managedClusters/operations.d.ts +4 -24
- package/dist/browser/api/managedClusters/operations.js +125 -244
- package/dist/browser/api/managedClusters/operations.js.map +1 -1
- package/dist/browser/api/managedClusters/options.d.ts +0 -19
- package/dist/browser/api/managedClusters/options.js.map +1 -1
- package/dist/browser/api/managedNamespaces/operations.js +27 -19
- package/dist/browser/api/managedNamespaces/operations.js.map +1 -1
- package/dist/browser/api/operations/operations.js +5 -7
- package/dist/browser/api/operations/operations.js.map +1 -1
- package/dist/browser/api/privateEndpointConnections/operations.js +17 -9
- package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -1
- package/dist/browser/api/privateLinkResources/operations.js +4 -2
- package/dist/browser/api/privateLinkResources/operations.js.map +1 -1
- package/dist/browser/api/resolvePrivateLinkServiceId/operations.js +4 -2
- package/dist/browser/api/resolvePrivateLinkServiceId/operations.js.map +1 -1
- package/dist/browser/api/snapshots/operations.js +26 -22
- package/dist/browser/api/snapshots/operations.js.map +1 -1
- package/dist/browser/api/trustedAccessRoleBindings/operations.js +19 -15
- package/dist/browser/api/trustedAccessRoleBindings/operations.js.map +1 -1
- package/dist/browser/api/trustedAccessRoles/operations.js +5 -7
- package/dist/browser/api/trustedAccessRoles/operations.js.map +1 -1
- package/dist/browser/classic/agentPools/index.d.ts +1 -7
- package/dist/browser/classic/agentPools/index.js +1 -10
- package/dist/browser/classic/agentPools/index.js.map +1 -1
- package/dist/browser/classic/index.d.ts +0 -7
- package/dist/browser/classic/index.js.map +1 -1
- package/dist/browser/classic/machines/index.d.ts +1 -9
- package/dist/browser/classic/machines/index.js +1 -11
- package/dist/browser/classic/machines/index.js.map +1 -1
- package/dist/browser/classic/managedClusters/index.d.ts +3 -17
- package/dist/browser/classic/managedClusters/index.js +1 -14
- package/dist/browser/classic/managedClusters/index.js.map +1 -1
- package/dist/browser/containerServiceClient.d.ts +0 -21
- package/dist/browser/containerServiceClient.js +0 -28
- package/dist/browser/containerServiceClient.js.map +1 -1
- package/dist/browser/index.d.ts +7 -13
- package/dist/browser/index.js +2 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/models/index.d.ts +2 -2
- package/dist/browser/models/index.js +1 -1
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +20 -1555
- package/dist/browser/models/models.js +21 -1950
- package/dist/browser/models/models.js.map +1 -1
- package/dist/browser/restorePollerHelpers.js +6 -27
- package/dist/browser/restorePollerHelpers.js.map +1 -1
- package/dist/browser/static-helpers/pagingHelpers.js +1 -1
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/browser/static-helpers/pollingHelpers.js +1 -1
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -1
- package/dist/commonjs/api/agentPools/index.d.ts +2 -2
- package/dist/commonjs/api/agentPools/index.js +0 -2
- package/dist/commonjs/api/agentPools/index.js.map +2 -2
- package/dist/commonjs/api/agentPools/operations.d.ts +1 -5
- package/dist/commonjs/api/agentPools/operations.js +42 -68
- package/dist/commonjs/api/agentPools/operations.js.map +2 -2
- package/dist/commonjs/api/agentPools/options.d.ts +0 -5
- package/dist/commonjs/api/agentPools/options.js.map +1 -1
- package/dist/commonjs/api/containerServiceContext.js +4 -2
- package/dist/commonjs/api/containerServiceContext.js.map +2 -2
- package/dist/commonjs/api/identityBindings/operations.js +19 -15
- package/dist/commonjs/api/identityBindings/operations.js.map +2 -2
- package/dist/commonjs/api/machines/index.d.ts +2 -2
- package/dist/commonjs/api/machines/index.js +0 -2
- package/dist/commonjs/api/machines/index.js.map +2 -2
- package/dist/commonjs/api/machines/operations.d.ts +1 -6
- package/dist/commonjs/api/machines/operations.js +9 -69
- package/dist/commonjs/api/machines/operations.js.map +2 -2
- package/dist/commonjs/api/machines/options.d.ts +0 -9
- package/dist/commonjs/api/machines/options.js.map +1 -1
- package/dist/commonjs/api/maintenanceConfigurations/operations.js +17 -13
- package/dist/commonjs/api/maintenanceConfigurations/operations.js.map +2 -2
- package/dist/commonjs/api/managedClusters/index.d.ts +2 -2
- package/dist/commonjs/api/managedClusters/index.js +0 -10
- package/dist/commonjs/api/managedClusters/index.js.map +2 -2
- package/dist/commonjs/api/managedClusters/operations.d.ts +4 -24
- package/dist/commonjs/api/managedClusters/operations.js +124 -305
- package/dist/commonjs/api/managedClusters/operations.js.map +2 -2
- package/dist/commonjs/api/managedClusters/options.d.ts +0 -19
- package/dist/commonjs/api/managedClusters/options.js.map +1 -1
- package/dist/commonjs/api/managedNamespaces/operations.js +27 -19
- package/dist/commonjs/api/managedNamespaces/operations.js.map +2 -2
- package/dist/commonjs/api/operations/operations.js +5 -7
- package/dist/commonjs/api/operations/operations.js.map +2 -2
- package/dist/commonjs/api/privateEndpointConnections/operations.js +17 -9
- package/dist/commonjs/api/privateEndpointConnections/operations.js.map +2 -2
- package/dist/commonjs/api/privateLinkResources/operations.js +4 -2
- package/dist/commonjs/api/privateLinkResources/operations.js.map +2 -2
- package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.js +4 -2
- package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.js.map +2 -2
- package/dist/commonjs/api/snapshots/operations.js +26 -22
- package/dist/commonjs/api/snapshots/operations.js.map +2 -2
- package/dist/commonjs/api/trustedAccessRoleBindings/operations.js +19 -15
- package/dist/commonjs/api/trustedAccessRoleBindings/operations.js.map +2 -2
- package/dist/commonjs/api/trustedAccessRoles/operations.js +5 -7
- package/dist/commonjs/api/trustedAccessRoles/operations.js.map +2 -2
- package/dist/commonjs/classic/agentPools/index.d.ts +1 -7
- package/dist/commonjs/classic/agentPools/index.js +0 -21
- package/dist/commonjs/classic/agentPools/index.js.map +2 -2
- package/dist/commonjs/classic/index.d.ts +0 -7
- package/dist/commonjs/classic/index.js.map +1 -1
- package/dist/commonjs/classic/machines/index.d.ts +1 -9
- package/dist/commonjs/classic/machines/index.js +0 -34
- package/dist/commonjs/classic/machines/index.js.map +2 -2
- package/dist/commonjs/classic/managedClusters/index.d.ts +3 -17
- package/dist/commonjs/classic/managedClusters/index.js +0 -25
- package/dist/commonjs/classic/managedClusters/index.js.map +2 -2
- package/dist/commonjs/containerServiceClient.d.ts +0 -21
- package/dist/commonjs/containerServiceClient.js +0 -28
- package/dist/commonjs/containerServiceClient.js.map +2 -2
- package/dist/commonjs/index.d.ts +7 -13
- package/dist/commonjs/index.js +5 -52
- package/dist/commonjs/index.js.map +2 -2
- package/dist/commonjs/models/index.d.ts +2 -2
- package/dist/commonjs/models/index.js +0 -52
- package/dist/commonjs/models/index.js.map +2 -2
- package/dist/commonjs/models/models.d.ts +20 -1555
- package/dist/commonjs/models/models.js +37 -1884
- package/dist/commonjs/models/models.js.map +3 -3
- package/dist/commonjs/restorePollerHelpers.js +29 -50
- package/dist/commonjs/restorePollerHelpers.js.map +3 -3
- package/dist/commonjs/static-helpers/pagingHelpers.js +1 -1
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +2 -2
- package/dist/commonjs/static-helpers/pollingHelpers.js +1 -1
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +2 -2
- package/dist/esm/api/agentPools/index.d.ts +2 -2
- package/dist/esm/api/agentPools/index.js +1 -1
- package/dist/esm/api/agentPools/index.js.map +1 -1
- package/dist/esm/api/agentPools/operations.d.ts +1 -5
- package/dist/esm/api/agentPools/operations.js +42 -59
- package/dist/esm/api/agentPools/operations.js.map +1 -1
- package/dist/esm/api/agentPools/options.d.ts +0 -5
- package/dist/esm/api/agentPools/options.js.map +1 -1
- package/dist/esm/api/containerServiceContext.js +4 -2
- package/dist/esm/api/containerServiceContext.js.map +1 -1
- package/dist/esm/api/identityBindings/operations.js +19 -15
- package/dist/esm/api/identityBindings/operations.js.map +1 -1
- package/dist/esm/api/machines/index.d.ts +2 -2
- package/dist/esm/api/machines/index.js +1 -1
- package/dist/esm/api/machines/index.js.map +1 -1
- package/dist/esm/api/machines/operations.d.ts +1 -6
- package/dist/esm/api/machines/operations.js +10 -53
- package/dist/esm/api/machines/operations.js.map +1 -1
- package/dist/esm/api/machines/options.d.ts +0 -9
- package/dist/esm/api/machines/options.js.map +1 -1
- package/dist/esm/api/maintenanceConfigurations/operations.js +17 -13
- package/dist/esm/api/maintenanceConfigurations/operations.js.map +1 -1
- package/dist/esm/api/managedClusters/index.d.ts +2 -2
- package/dist/esm/api/managedClusters/index.js +1 -1
- package/dist/esm/api/managedClusters/index.js.map +1 -1
- package/dist/esm/api/managedClusters/operations.d.ts +4 -24
- package/dist/esm/api/managedClusters/operations.js +125 -244
- package/dist/esm/api/managedClusters/operations.js.map +1 -1
- package/dist/esm/api/managedClusters/options.d.ts +0 -19
- package/dist/esm/api/managedClusters/options.js.map +1 -1
- package/dist/esm/api/managedNamespaces/operations.js +27 -19
- package/dist/esm/api/managedNamespaces/operations.js.map +1 -1
- package/dist/esm/api/operations/operations.js +5 -7
- package/dist/esm/api/operations/operations.js.map +1 -1
- package/dist/esm/api/privateEndpointConnections/operations.js +17 -9
- package/dist/esm/api/privateEndpointConnections/operations.js.map +1 -1
- package/dist/esm/api/privateLinkResources/operations.js +4 -2
- package/dist/esm/api/privateLinkResources/operations.js.map +1 -1
- package/dist/esm/api/resolvePrivateLinkServiceId/operations.js +4 -2
- package/dist/esm/api/resolvePrivateLinkServiceId/operations.js.map +1 -1
- package/dist/esm/api/snapshots/operations.js +26 -22
- package/dist/esm/api/snapshots/operations.js.map +1 -1
- package/dist/esm/api/trustedAccessRoleBindings/operations.js +19 -15
- package/dist/esm/api/trustedAccessRoleBindings/operations.js.map +1 -1
- package/dist/esm/api/trustedAccessRoles/operations.js +5 -7
- package/dist/esm/api/trustedAccessRoles/operations.js.map +1 -1
- package/dist/esm/classic/agentPools/index.d.ts +1 -7
- package/dist/esm/classic/agentPools/index.js +1 -10
- package/dist/esm/classic/agentPools/index.js.map +1 -1
- package/dist/esm/classic/index.d.ts +0 -7
- package/dist/esm/classic/index.js.map +1 -1
- package/dist/esm/classic/machines/index.d.ts +1 -9
- package/dist/esm/classic/machines/index.js +1 -11
- package/dist/esm/classic/machines/index.js.map +1 -1
- package/dist/esm/classic/managedClusters/index.d.ts +3 -17
- package/dist/esm/classic/managedClusters/index.js +1 -14
- package/dist/esm/classic/managedClusters/index.js.map +1 -1
- package/dist/esm/containerServiceClient.d.ts +0 -21
- package/dist/esm/containerServiceClient.js +0 -28
- package/dist/esm/containerServiceClient.js.map +1 -1
- package/dist/esm/index.d.ts +7 -13
- package/dist/esm/index.js +2 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/models/index.d.ts +2 -2
- package/dist/esm/models/index.js +1 -1
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +20 -1555
- package/dist/esm/models/models.js +21 -1950
- package/dist/esm/models/models.js.map +1 -1
- package/dist/esm/restorePollerHelpers.js +6 -27
- package/dist/esm/restorePollerHelpers.js.map +1 -1
- package/dist/esm/static-helpers/pagingHelpers.js +1 -1
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/esm/static-helpers/pollingHelpers.js +1 -1
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -1
- package/package.json +5 -102
- package/dist/browser/api/containerService/index.d.ts +0 -3
- package/dist/browser/api/containerService/index.js +0 -4
- package/dist/browser/api/containerService/index.js.map +0 -1
- package/dist/browser/api/containerService/operations.d.ts +0 -10
- package/dist/browser/api/containerService/operations.js +0 -37
- package/dist/browser/api/containerService/operations.js.map +0 -1
- package/dist/browser/api/containerService/options.d.ts +0 -5
- package/dist/browser/api/containerService/options.js +0 -4
- package/dist/browser/api/containerService/options.js.map +0 -1
- package/dist/browser/api/jwtAuthenticators/index.d.ts +0 -3
- package/dist/browser/api/jwtAuthenticators/index.js +0 -4
- package/dist/browser/api/jwtAuthenticators/index.js.map +0 -1
- package/dist/browser/api/jwtAuthenticators/operations.d.ts +0 -23
- package/dist/browser/api/jwtAuthenticators/operations.js +0 -135
- package/dist/browser/api/jwtAuthenticators/operations.js.map +0 -1
- package/dist/browser/api/jwtAuthenticators/options.d.ts +0 -18
- package/dist/browser/api/jwtAuthenticators/options.js +0 -4
- package/dist/browser/api/jwtAuthenticators/options.js.map +0 -1
- package/dist/browser/api/loadBalancers/index.d.ts +0 -3
- package/dist/browser/api/loadBalancers/index.js +0 -4
- package/dist/browser/api/loadBalancers/index.js.map +0 -1
- package/dist/browser/api/loadBalancers/operations.d.ts +0 -23
- package/dist/browser/api/loadBalancers/operations.js +0 -130
- package/dist/browser/api/loadBalancers/operations.js.map +0 -1
- package/dist/browser/api/loadBalancers/options.d.ts +0 -16
- package/dist/browser/api/loadBalancers/options.js +0 -4
- package/dist/browser/api/loadBalancers/options.js.map +0 -1
- package/dist/browser/api/managedClusterSnapshots/index.d.ts +0 -3
- package/dist/browser/api/managedClusterSnapshots/index.js +0 -4
- package/dist/browser/api/managedClusterSnapshots/index.js.map +0 -1
- package/dist/browser/api/managedClusterSnapshots/operations.d.ts +0 -30
- package/dist/browser/api/managedClusterSnapshots/operations.js +0 -179
- package/dist/browser/api/managedClusterSnapshots/operations.js.map +0 -1
- package/dist/browser/api/managedClusterSnapshots/options.d.ts +0 -20
- package/dist/browser/api/managedClusterSnapshots/options.js +0 -4
- package/dist/browser/api/managedClusterSnapshots/options.js.map +0 -1
- package/dist/browser/api/meshMemberships/index.d.ts +0 -3
- package/dist/browser/api/meshMemberships/index.js +0 -4
- package/dist/browser/api/meshMemberships/index.js.map +0 -1
- package/dist/browser/api/meshMemberships/operations.d.ts +0 -23
- package/dist/browser/api/meshMemberships/operations.js +0 -135
- package/dist/browser/api/meshMemberships/operations.js.map +0 -1
- package/dist/browser/api/meshMemberships/options.d.ts +0 -18
- package/dist/browser/api/meshMemberships/options.js +0 -4
- package/dist/browser/api/meshMemberships/options.js.map +0 -1
- package/dist/browser/api/operationStatusResult/index.d.ts +0 -3
- package/dist/browser/api/operationStatusResult/index.js +0 -4
- package/dist/browser/api/operationStatusResult/index.js.map +0 -1
- package/dist/browser/api/operationStatusResult/operations.d.ts +0 -18
- package/dist/browser/api/operationStatusResult/operations.js +0 -97
- package/dist/browser/api/operationStatusResult/operations.js.map +0 -1
- package/dist/browser/api/operationStatusResult/options.d.ts +0 -11
- package/dist/browser/api/operationStatusResult/options.js +0 -4
- package/dist/browser/api/operationStatusResult/options.js.map +0 -1
- package/dist/browser/api/vmSkus/index.d.ts +0 -3
- package/dist/browser/api/vmSkus/index.js +0 -4
- package/dist/browser/api/vmSkus/index.js.map +0 -1
- package/dist/browser/api/vmSkus/operations.d.ts +0 -10
- package/dist/browser/api/vmSkus/operations.js +0 -38
- package/dist/browser/api/vmSkus/operations.js.map +0 -1
- package/dist/browser/api/vmSkus/options.d.ts +0 -7
- package/dist/browser/api/vmSkus/options.js +0 -4
- package/dist/browser/api/vmSkus/options.js.map +0 -1
- package/dist/browser/classic/containerService/index.d.ts +0 -11
- package/dist/browser/classic/containerService/index.js +0 -14
- package/dist/browser/classic/containerService/index.js.map +0 -1
- package/dist/browser/classic/jwtAuthenticators/index.d.ts +0 -27
- package/dist/browser/classic/jwtAuthenticators/index.js +0 -34
- package/dist/browser/classic/jwtAuthenticators/index.js.map +0 -1
- package/dist/browser/classic/loadBalancers/index.d.ts +0 -23
- package/dist/browser/classic/loadBalancers/index.js +0 -26
- package/dist/browser/classic/loadBalancers/index.js.map +0 -1
- package/dist/browser/classic/managedClusterSnapshots/index.d.ts +0 -21
- package/dist/browser/classic/managedClusterSnapshots/index.js +0 -19
- package/dist/browser/classic/managedClusterSnapshots/index.js.map +0 -1
- package/dist/browser/classic/meshMemberships/index.d.ts +0 -27
- package/dist/browser/classic/meshMemberships/index.js +0 -34
- package/dist/browser/classic/meshMemberships/index.js.map +0 -1
- package/dist/browser/classic/operationStatusResult/index.d.ts +0 -15
- package/dist/browser/classic/operationStatusResult/index.js +0 -16
- package/dist/browser/classic/operationStatusResult/index.js.map +0 -1
- package/dist/browser/classic/vmSkus/index.d.ts +0 -11
- package/dist/browser/classic/vmSkus/index.js +0 -14
- package/dist/browser/classic/vmSkus/index.js.map +0 -1
- package/dist/commonjs/api/containerService/index.d.ts +0 -3
- package/dist/commonjs/api/containerService/index.js +0 -28
- package/dist/commonjs/api/containerService/index.js.map +0 -7
- package/dist/commonjs/api/containerService/operations.d.ts +0 -10
- package/dist/commonjs/api/containerService/operations.js +0 -74
- package/dist/commonjs/api/containerService/operations.js.map +0 -7
- package/dist/commonjs/api/containerService/options.d.ts +0 -5
- package/dist/commonjs/api/containerService/options.js +0 -16
- package/dist/commonjs/api/containerService/options.js.map +0 -7
- package/dist/commonjs/api/jwtAuthenticators/index.d.ts +0 -3
- package/dist/commonjs/api/jwtAuthenticators/index.js +0 -34
- package/dist/commonjs/api/jwtAuthenticators/index.js.map +0 -7
- package/dist/commonjs/api/jwtAuthenticators/operations.d.ts +0 -23
- package/dist/commonjs/api/jwtAuthenticators/operations.js +0 -212
- package/dist/commonjs/api/jwtAuthenticators/operations.js.map +0 -7
- package/dist/commonjs/api/jwtAuthenticators/options.d.ts +0 -18
- package/dist/commonjs/api/jwtAuthenticators/options.js +0 -16
- package/dist/commonjs/api/jwtAuthenticators/options.js.map +0 -7
- package/dist/commonjs/api/loadBalancers/index.d.ts +0 -3
- package/dist/commonjs/api/loadBalancers/index.js +0 -34
- package/dist/commonjs/api/loadBalancers/index.js.map +0 -7
- package/dist/commonjs/api/loadBalancers/operations.d.ts +0 -23
- package/dist/commonjs/api/loadBalancers/operations.js +0 -207
- package/dist/commonjs/api/loadBalancers/operations.js.map +0 -7
- package/dist/commonjs/api/loadBalancers/options.d.ts +0 -16
- package/dist/commonjs/api/loadBalancers/options.js +0 -16
- package/dist/commonjs/api/loadBalancers/options.js.map +0 -7
- package/dist/commonjs/api/managedClusterSnapshots/index.d.ts +0 -3
- package/dist/commonjs/api/managedClusterSnapshots/index.js +0 -38
- package/dist/commonjs/api/managedClusterSnapshots/index.js.map +0 -7
- package/dist/commonjs/api/managedClusterSnapshots/operations.d.ts +0 -30
- package/dist/commonjs/api/managedClusterSnapshots/operations.js +0 -279
- package/dist/commonjs/api/managedClusterSnapshots/operations.js.map +0 -7
- package/dist/commonjs/api/managedClusterSnapshots/options.d.ts +0 -20
- package/dist/commonjs/api/managedClusterSnapshots/options.js +0 -16
- package/dist/commonjs/api/managedClusterSnapshots/options.js.map +0 -7
- package/dist/commonjs/api/meshMemberships/index.d.ts +0 -3
- package/dist/commonjs/api/meshMemberships/index.js +0 -34
- package/dist/commonjs/api/meshMemberships/index.js.map +0 -7
- package/dist/commonjs/api/meshMemberships/operations.d.ts +0 -23
- package/dist/commonjs/api/meshMemberships/operations.js +0 -212
- package/dist/commonjs/api/meshMemberships/operations.js.map +0 -7
- package/dist/commonjs/api/meshMemberships/options.d.ts +0 -18
- package/dist/commonjs/api/meshMemberships/options.js +0 -16
- package/dist/commonjs/api/meshMemberships/options.js.map +0 -7
- package/dist/commonjs/api/operationStatusResult/index.d.ts +0 -3
- package/dist/commonjs/api/operationStatusResult/index.js +0 -32
- package/dist/commonjs/api/operationStatusResult/index.js.map +0 -7
- package/dist/commonjs/api/operationStatusResult/operations.d.ts +0 -18
- package/dist/commonjs/api/operationStatusResult/operations.js +0 -159
- package/dist/commonjs/api/operationStatusResult/operations.js.map +0 -7
- package/dist/commonjs/api/operationStatusResult/options.d.ts +0 -11
- package/dist/commonjs/api/operationStatusResult/options.js +0 -16
- package/dist/commonjs/api/operationStatusResult/options.js.map +0 -7
- package/dist/commonjs/api/vmSkus/index.d.ts +0 -3
- package/dist/commonjs/api/vmSkus/index.js +0 -28
- package/dist/commonjs/api/vmSkus/index.js.map +0 -7
- package/dist/commonjs/api/vmSkus/operations.d.ts +0 -10
- package/dist/commonjs/api/vmSkus/operations.js +0 -75
- package/dist/commonjs/api/vmSkus/operations.js.map +0 -7
- package/dist/commonjs/api/vmSkus/options.d.ts +0 -7
- package/dist/commonjs/api/vmSkus/options.js +0 -16
- package/dist/commonjs/api/vmSkus/options.js.map +0 -7
- package/dist/commonjs/classic/containerService/index.d.ts +0 -11
- package/dist/commonjs/classic/containerService/index.js +0 -38
- package/dist/commonjs/classic/containerService/index.js.map +0 -7
- package/dist/commonjs/classic/jwtAuthenticators/index.d.ts +0 -27
- package/dist/commonjs/classic/jwtAuthenticators/index.js +0 -85
- package/dist/commonjs/classic/jwtAuthenticators/index.js.map +0 -7
- package/dist/commonjs/classic/loadBalancers/index.d.ts +0 -23
- package/dist/commonjs/classic/loadBalancers/index.js +0 -57
- package/dist/commonjs/classic/loadBalancers/index.js.map +0 -7
- package/dist/commonjs/classic/managedClusterSnapshots/index.d.ts +0 -21
- package/dist/commonjs/classic/managedClusterSnapshots/index.js +0 -43
- package/dist/commonjs/classic/managedClusterSnapshots/index.js.map +0 -7
- package/dist/commonjs/classic/meshMemberships/index.d.ts +0 -27
- package/dist/commonjs/classic/meshMemberships/index.js +0 -79
- package/dist/commonjs/classic/meshMemberships/index.js.map +0 -7
- package/dist/commonjs/classic/operationStatusResult/index.d.ts +0 -15
- package/dist/commonjs/classic/operationStatusResult/index.js +0 -40
- package/dist/commonjs/classic/operationStatusResult/index.js.map +0 -7
- package/dist/commonjs/classic/vmSkus/index.d.ts +0 -11
- package/dist/commonjs/classic/vmSkus/index.js +0 -38
- package/dist/commonjs/classic/vmSkus/index.js.map +0 -7
- package/dist/esm/api/containerService/index.d.ts +0 -3
- package/dist/esm/api/containerService/index.js +0 -4
- package/dist/esm/api/containerService/index.js.map +0 -1
- package/dist/esm/api/containerService/operations.d.ts +0 -10
- package/dist/esm/api/containerService/operations.js +0 -37
- package/dist/esm/api/containerService/operations.js.map +0 -1
- package/dist/esm/api/containerService/options.d.ts +0 -5
- package/dist/esm/api/containerService/options.js +0 -4
- package/dist/esm/api/containerService/options.js.map +0 -1
- package/dist/esm/api/jwtAuthenticators/index.d.ts +0 -3
- package/dist/esm/api/jwtAuthenticators/index.js +0 -4
- package/dist/esm/api/jwtAuthenticators/index.js.map +0 -1
- package/dist/esm/api/jwtAuthenticators/operations.d.ts +0 -23
- package/dist/esm/api/jwtAuthenticators/operations.js +0 -135
- package/dist/esm/api/jwtAuthenticators/operations.js.map +0 -1
- package/dist/esm/api/jwtAuthenticators/options.d.ts +0 -18
- package/dist/esm/api/jwtAuthenticators/options.js +0 -4
- package/dist/esm/api/jwtAuthenticators/options.js.map +0 -1
- package/dist/esm/api/loadBalancers/index.d.ts +0 -3
- package/dist/esm/api/loadBalancers/index.js +0 -4
- package/dist/esm/api/loadBalancers/index.js.map +0 -1
- package/dist/esm/api/loadBalancers/operations.d.ts +0 -23
- package/dist/esm/api/loadBalancers/operations.js +0 -130
- package/dist/esm/api/loadBalancers/operations.js.map +0 -1
- package/dist/esm/api/loadBalancers/options.d.ts +0 -16
- package/dist/esm/api/loadBalancers/options.js +0 -4
- package/dist/esm/api/loadBalancers/options.js.map +0 -1
- package/dist/esm/api/managedClusterSnapshots/index.d.ts +0 -3
- package/dist/esm/api/managedClusterSnapshots/index.js +0 -4
- package/dist/esm/api/managedClusterSnapshots/index.js.map +0 -1
- package/dist/esm/api/managedClusterSnapshots/operations.d.ts +0 -30
- package/dist/esm/api/managedClusterSnapshots/operations.js +0 -179
- package/dist/esm/api/managedClusterSnapshots/operations.js.map +0 -1
- package/dist/esm/api/managedClusterSnapshots/options.d.ts +0 -20
- package/dist/esm/api/managedClusterSnapshots/options.js +0 -4
- package/dist/esm/api/managedClusterSnapshots/options.js.map +0 -1
- package/dist/esm/api/meshMemberships/index.d.ts +0 -3
- package/dist/esm/api/meshMemberships/index.js +0 -4
- package/dist/esm/api/meshMemberships/index.js.map +0 -1
- package/dist/esm/api/meshMemberships/operations.d.ts +0 -23
- package/dist/esm/api/meshMemberships/operations.js +0 -135
- package/dist/esm/api/meshMemberships/operations.js.map +0 -1
- package/dist/esm/api/meshMemberships/options.d.ts +0 -18
- package/dist/esm/api/meshMemberships/options.js +0 -4
- package/dist/esm/api/meshMemberships/options.js.map +0 -1
- package/dist/esm/api/operationStatusResult/index.d.ts +0 -3
- package/dist/esm/api/operationStatusResult/index.js +0 -4
- package/dist/esm/api/operationStatusResult/index.js.map +0 -1
- package/dist/esm/api/operationStatusResult/operations.d.ts +0 -18
- package/dist/esm/api/operationStatusResult/operations.js +0 -97
- package/dist/esm/api/operationStatusResult/operations.js.map +0 -1
- package/dist/esm/api/operationStatusResult/options.d.ts +0 -11
- package/dist/esm/api/operationStatusResult/options.js +0 -4
- package/dist/esm/api/operationStatusResult/options.js.map +0 -1
- package/dist/esm/api/vmSkus/index.d.ts +0 -3
- package/dist/esm/api/vmSkus/index.js +0 -4
- package/dist/esm/api/vmSkus/index.js.map +0 -1
- package/dist/esm/api/vmSkus/operations.d.ts +0 -10
- package/dist/esm/api/vmSkus/operations.js +0 -38
- package/dist/esm/api/vmSkus/operations.js.map +0 -1
- package/dist/esm/api/vmSkus/options.d.ts +0 -7
- package/dist/esm/api/vmSkus/options.js +0 -4
- package/dist/esm/api/vmSkus/options.js.map +0 -1
- package/dist/esm/classic/containerService/index.d.ts +0 -11
- package/dist/esm/classic/containerService/index.js +0 -14
- package/dist/esm/classic/containerService/index.js.map +0 -1
- package/dist/esm/classic/jwtAuthenticators/index.d.ts +0 -27
- package/dist/esm/classic/jwtAuthenticators/index.js +0 -34
- package/dist/esm/classic/jwtAuthenticators/index.js.map +0 -1
- package/dist/esm/classic/loadBalancers/index.d.ts +0 -23
- package/dist/esm/classic/loadBalancers/index.js +0 -26
- package/dist/esm/classic/loadBalancers/index.js.map +0 -1
- package/dist/esm/classic/managedClusterSnapshots/index.d.ts +0 -21
- package/dist/esm/classic/managedClusterSnapshots/index.js +0 -19
- package/dist/esm/classic/managedClusterSnapshots/index.js.map +0 -1
- package/dist/esm/classic/meshMemberships/index.d.ts +0 -27
- package/dist/esm/classic/meshMemberships/index.js +0 -34
- package/dist/esm/classic/meshMemberships/index.js.map +0 -1
- package/dist/esm/classic/operationStatusResult/index.d.ts +0 -15
- package/dist/esm/classic/operationStatusResult/index.js +0 -16
- package/dist/esm/classic/operationStatusResult/index.js.map +0 -1
- package/dist/esm/classic/vmSkus/index.d.ts +0 -11
- package/dist/esm/classic/vmSkus/index.js +0 -14
- package/dist/esm/classic/vmSkus/index.js.map +0 -1
|
@@ -26,10 +26,7 @@ export function agentPoolSerializer(item) {
|
|
|
26
26
|
"mode",
|
|
27
27
|
"orchestratorVersion",
|
|
28
28
|
"nodeImageVersion",
|
|
29
|
-
"upgradeStrategy",
|
|
30
|
-
"enableOSDiskFullCaching",
|
|
31
29
|
"upgradeSettings",
|
|
32
|
-
"upgradeSettingsBlueGreen",
|
|
33
30
|
"powerState",
|
|
34
31
|
"availabilityZones",
|
|
35
32
|
"enableNodePublicIP",
|
|
@@ -40,7 +37,6 @@ export function agentPoolSerializer(item) {
|
|
|
40
37
|
"tags",
|
|
41
38
|
"nodeLabels",
|
|
42
39
|
"nodeTaints",
|
|
43
|
-
"nodeInitializationTaints",
|
|
44
40
|
"proximityPlacementGroupID",
|
|
45
41
|
"kubeletConfig",
|
|
46
42
|
"linuxOSConfig",
|
|
@@ -61,7 +57,6 @@ export function agentPoolSerializer(item) {
|
|
|
61
57
|
"virtualMachineNodesStatus",
|
|
62
58
|
"status",
|
|
63
59
|
"localDNSProfile",
|
|
64
|
-
"preparedImageSpecificationProfile",
|
|
65
60
|
])
|
|
66
61
|
? undefined
|
|
67
62
|
: _agentPoolPropertiesSerializer(item),
|
|
@@ -103,14 +98,9 @@ export function managedClusterAgentPoolProfilePropertiesSerializer(item) {
|
|
|
103
98
|
mode: item["mode"],
|
|
104
99
|
orchestratorVersion: item["orchestratorVersion"],
|
|
105
100
|
nodeImageVersion: item["nodeImageVersion"],
|
|
106
|
-
upgradeStrategy: item["upgradeStrategy"],
|
|
107
|
-
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
108
101
|
upgradeSettings: !item["upgradeSettings"]
|
|
109
102
|
? item["upgradeSettings"]
|
|
110
103
|
: agentPoolUpgradeSettingsSerializer(item["upgradeSettings"]),
|
|
111
|
-
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"]
|
|
112
|
-
? item["upgradeSettingsBlueGreen"]
|
|
113
|
-
: agentPoolBlueGreenUpgradeSettingsSerializer(item["upgradeSettingsBlueGreen"]),
|
|
114
104
|
powerState: !item["powerState"] ? item["powerState"] : powerStateSerializer(item["powerState"]),
|
|
115
105
|
availabilityZones: !item["availabilityZones"]
|
|
116
106
|
? item["availabilityZones"]
|
|
@@ -129,11 +119,6 @@ export function managedClusterAgentPoolProfilePropertiesSerializer(item) {
|
|
|
129
119
|
: item["nodeTaints"].map((p) => {
|
|
130
120
|
return p;
|
|
131
121
|
}),
|
|
132
|
-
nodeInitializationTaints: !item["nodeInitializationTaints"]
|
|
133
|
-
? item["nodeInitializationTaints"]
|
|
134
|
-
: item["nodeInitializationTaints"].map((p) => {
|
|
135
|
-
return p;
|
|
136
|
-
}),
|
|
137
122
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
138
123
|
kubeletConfig: !item["kubeletConfig"]
|
|
139
124
|
? item["kubeletConfig"]
|
|
@@ -176,9 +161,6 @@ export function managedClusterAgentPoolProfilePropertiesSerializer(item) {
|
|
|
176
161
|
localDNSProfile: !item["localDNSProfile"]
|
|
177
162
|
? item["localDNSProfile"]
|
|
178
163
|
: localDNSProfileSerializer(item["localDNSProfile"]),
|
|
179
|
-
preparedImageSpecificationProfile: !item["preparedImageSpecificationProfile"]
|
|
180
|
-
? item["preparedImageSpecificationProfile"]
|
|
181
|
-
: preparedImageSpecificationProfileSerializer(item["preparedImageSpecificationProfile"]),
|
|
182
164
|
};
|
|
183
165
|
}
|
|
184
166
|
export function managedClusterAgentPoolProfilePropertiesDeserializer(item) {
|
|
@@ -206,14 +188,9 @@ export function managedClusterAgentPoolProfilePropertiesDeserializer(item) {
|
|
|
206
188
|
orchestratorVersion: item["orchestratorVersion"],
|
|
207
189
|
currentOrchestratorVersion: item["currentOrchestratorVersion"],
|
|
208
190
|
nodeImageVersion: item["nodeImageVersion"],
|
|
209
|
-
upgradeStrategy: item["upgradeStrategy"],
|
|
210
|
-
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
211
191
|
upgradeSettings: !item["upgradeSettings"]
|
|
212
192
|
? item["upgradeSettings"]
|
|
213
193
|
: agentPoolUpgradeSettingsDeserializer(item["upgradeSettings"]),
|
|
214
|
-
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"]
|
|
215
|
-
? item["upgradeSettingsBlueGreen"]
|
|
216
|
-
: agentPoolBlueGreenUpgradeSettingsDeserializer(item["upgradeSettingsBlueGreen"]),
|
|
217
194
|
provisioningState: item["provisioningState"],
|
|
218
195
|
powerState: !item["powerState"]
|
|
219
196
|
? item["powerState"]
|
|
@@ -239,11 +216,6 @@ export function managedClusterAgentPoolProfilePropertiesDeserializer(item) {
|
|
|
239
216
|
: item["nodeTaints"].map((p) => {
|
|
240
217
|
return p;
|
|
241
218
|
}),
|
|
242
|
-
nodeInitializationTaints: !item["nodeInitializationTaints"]
|
|
243
|
-
? item["nodeInitializationTaints"]
|
|
244
|
-
: item["nodeInitializationTaints"].map((p) => {
|
|
245
|
-
return p;
|
|
246
|
-
}),
|
|
247
219
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
248
220
|
kubeletConfig: !item["kubeletConfig"]
|
|
249
221
|
? item["kubeletConfig"]
|
|
@@ -288,9 +260,6 @@ export function managedClusterAgentPoolProfilePropertiesDeserializer(item) {
|
|
|
288
260
|
localDNSProfile: !item["localDNSProfile"]
|
|
289
261
|
? item["localDNSProfile"]
|
|
290
262
|
: localDNSProfileDeserializer(item["localDNSProfile"]),
|
|
291
|
-
preparedImageSpecificationProfile: !item["preparedImageSpecificationProfile"]
|
|
292
|
-
? item["preparedImageSpecificationProfile"]
|
|
293
|
-
: preparedImageSpecificationProfileDeserializer(item["preparedImageSpecificationProfile"]),
|
|
294
263
|
};
|
|
295
264
|
}
|
|
296
265
|
/** 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). */
|
|
@@ -316,8 +285,6 @@ export var KnownWorkloadRuntime;
|
|
|
316
285
|
KnownWorkloadRuntime["OCIContainer"] = "OCIContainer";
|
|
317
286
|
/** Nodes will use Krustlet to run WASM workloads using the WASI provider (Preview). */
|
|
318
287
|
KnownWorkloadRuntime["WasmWasi"] = "WasmWasi";
|
|
319
|
-
/** Nodes can use (Kata + Cloud Hypervisor + Hyper-V) to enable Nested VM-based pods (Preview). 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. This naming convention will be deprecated in future releases in favor of KataVmIsolation. */
|
|
320
|
-
KnownWorkloadRuntime["KataMshvVmIsolation"] = "KataMshvVmIsolation";
|
|
321
288
|
/** 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. */
|
|
322
289
|
KnownWorkloadRuntime["KataVmIsolation"] = "KataVmIsolation";
|
|
323
290
|
})(KnownWorkloadRuntime || (KnownWorkloadRuntime = {}));
|
|
@@ -347,10 +314,6 @@ export var KnownOssku;
|
|
|
347
314
|
/** 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. */
|
|
348
315
|
KnownOssku["AzureLinux3"] = "AzureLinux3";
|
|
349
316
|
/** Deprecated OSSKU. Microsoft recommends that new deployments choose 'AzureLinux' instead. */
|
|
350
|
-
KnownOssku["Mariner"] = "Mariner";
|
|
351
|
-
/** Use Flatcar Container Linux as the OS for node images. Flatcar is a container-optimized, security-focused Linux OS, with an immutable filesystem and part of the Cloud Native Computing Foundation (CNCF). For more information about Flatcar Container Linux for AKS, see aka.ms/aks/flatcar-container-linux-for-aks */
|
|
352
|
-
KnownOssku["Flatcar"] = "Flatcar";
|
|
353
|
-
/** Deprecated OSSKU. Microsoft recommends that new deployments choose 'AzureLinux' instead. */
|
|
354
317
|
KnownOssku["CBLMariner"] = "CBLMariner";
|
|
355
318
|
/** 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. */
|
|
356
319
|
KnownOssku["Windows2019"] = "Windows2019";
|
|
@@ -360,8 +323,6 @@ export var KnownOssku;
|
|
|
360
323
|
KnownOssku["Ubuntu2204"] = "Ubuntu2204";
|
|
361
324
|
/** Use Windows2025 as the OS for node images. Unsupported for system node pools. Windows2025 supports Windows2022 and Windows 2025 containers; it cannot run Windows2019 containers and vice versa. */
|
|
362
325
|
KnownOssku["Windows2025"] = "Windows2025";
|
|
363
|
-
/** Use Windows Annual Channel version as the OS for node images. Unsupported for system node pools. Details about supported container images and kubernetes versions under different AKS Annual Channel versions could be seen in https://aka.ms/aks/windows-annual-channel-details. */
|
|
364
|
-
KnownOssku["WindowsAnnual"] = "WindowsAnnual";
|
|
365
326
|
/** 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 */
|
|
366
327
|
KnownOssku["Ubuntu2404"] = "Ubuntu2404";
|
|
367
328
|
/** Use Azure Container Linux as the OS for node images. Azure Container Linux is a container-optimized, security-focused Linux OS built on Azure Linux, with an immutable filesystem. ACL is derived from the Flatcar Container Linux project, building on Flatcar's proven container-first, immutable design, while adding Azure Linux packages, servicing, and deep integration with the Azure and AKS lifecycle. For more information, see https://aka.ms/azurecontainerlinux */
|
|
@@ -394,24 +355,11 @@ export var KnownAgentPoolMode;
|
|
|
394
355
|
KnownAgentPoolMode["User"] = "User";
|
|
395
356
|
/** Gateway agent pools are dedicated to providing static egress IPs to pods. For more details, see https://aka.ms/aks/static-egress-gateway. */
|
|
396
357
|
KnownAgentPoolMode["Gateway"] = "Gateway";
|
|
397
|
-
/** ManagedSystem is a system pool managed by AKS. The pool scales dynamically according to cluster usage, and has additional automated monitoring and healing capabilities. There can only be one ManagedSystem pool, and it is recommended to delete all other system pools for the best experience. */
|
|
398
|
-
KnownAgentPoolMode["ManagedSystem"] = "ManagedSystem";
|
|
399
|
-
/** Machines agent pools are dedicated to hosting machines. Only limited operations, such as creation and deletion, are allowed at the pool level. Please use the machine APIs to manage the full machine lifecycle. */
|
|
400
|
-
KnownAgentPoolMode["Machines"] = "Machines";
|
|
401
358
|
})(KnownAgentPoolMode || (KnownAgentPoolMode = {}));
|
|
402
|
-
/** Defines the upgrade strategy for the agent pool. The default is Rolling. */
|
|
403
|
-
export var KnownUpgradeStrategy;
|
|
404
|
-
(function (KnownUpgradeStrategy) {
|
|
405
|
-
/** Specifies that the agent pool will conduct rolling upgrade. This is the default upgrade strategy. */
|
|
406
|
-
KnownUpgradeStrategy["Rolling"] = "Rolling";
|
|
407
|
-
/** Specifies that the agent pool will conduct blue-green upgrade. */
|
|
408
|
-
KnownUpgradeStrategy["BlueGreen"] = "BlueGreen";
|
|
409
|
-
})(KnownUpgradeStrategy || (KnownUpgradeStrategy = {}));
|
|
410
359
|
export function agentPoolUpgradeSettingsSerializer(item) {
|
|
411
360
|
return {
|
|
412
361
|
maxSurge: item["maxSurge"],
|
|
413
362
|
maxUnavailable: item["maxUnavailable"],
|
|
414
|
-
maxBlockedNodes: item["maxBlockedNodes"],
|
|
415
363
|
drainTimeoutInMinutes: item["drainTimeoutInMinutes"],
|
|
416
364
|
nodeSoakDurationInMinutes: item["nodeSoakDurationInMinutes"],
|
|
417
365
|
undrainableNodeBehavior: item["undrainableNodeBehavior"],
|
|
@@ -421,7 +369,6 @@ export function agentPoolUpgradeSettingsDeserializer(item) {
|
|
|
421
369
|
return {
|
|
422
370
|
maxSurge: item["maxSurge"],
|
|
423
371
|
maxUnavailable: item["maxUnavailable"],
|
|
424
|
-
maxBlockedNodes: item["maxBlockedNodes"],
|
|
425
372
|
drainTimeoutInMinutes: item["drainTimeoutInMinutes"],
|
|
426
373
|
nodeSoakDurationInMinutes: item["nodeSoakDurationInMinutes"],
|
|
427
374
|
undrainableNodeBehavior: item["undrainableNodeBehavior"],
|
|
@@ -435,22 +382,6 @@ export var KnownUndrainableNodeBehavior;
|
|
|
435
382
|
/** 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. */
|
|
436
383
|
KnownUndrainableNodeBehavior["Schedule"] = "Schedule";
|
|
437
384
|
})(KnownUndrainableNodeBehavior || (KnownUndrainableNodeBehavior = {}));
|
|
438
|
-
export function agentPoolBlueGreenUpgradeSettingsSerializer(item) {
|
|
439
|
-
return {
|
|
440
|
-
drainBatchSize: item["drainBatchSize"],
|
|
441
|
-
drainTimeoutInMinutes: item["drainTimeoutInMinutes"],
|
|
442
|
-
batchSoakDurationInMinutes: item["batchSoakDurationInMinutes"],
|
|
443
|
-
finalSoakDurationInMinutes: item["finalSoakDurationInMinutes"],
|
|
444
|
-
};
|
|
445
|
-
}
|
|
446
|
-
export function agentPoolBlueGreenUpgradeSettingsDeserializer(item) {
|
|
447
|
-
return {
|
|
448
|
-
drainBatchSize: item["drainBatchSize"],
|
|
449
|
-
drainTimeoutInMinutes: item["drainTimeoutInMinutes"],
|
|
450
|
-
batchSoakDurationInMinutes: item["batchSoakDurationInMinutes"],
|
|
451
|
-
finalSoakDurationInMinutes: item["finalSoakDurationInMinutes"],
|
|
452
|
-
};
|
|
453
|
-
}
|
|
454
385
|
export function powerStateSerializer(item) {
|
|
455
386
|
return { code: item["code"] };
|
|
456
387
|
}
|
|
@@ -500,13 +431,6 @@ export function kubeletConfigSerializer(item) {
|
|
|
500
431
|
containerLogMaxSizeMB: item["containerLogMaxSizeMB"],
|
|
501
432
|
containerLogMaxFiles: item["containerLogMaxFiles"],
|
|
502
433
|
podMaxPids: item["podMaxPids"],
|
|
503
|
-
seccompDefault: item["seccompDefault"],
|
|
504
|
-
kubeReserved: !item["kubeReserved"]
|
|
505
|
-
? item["kubeReserved"]
|
|
506
|
-
: kubeReservedSerializer(item["kubeReserved"]),
|
|
507
|
-
hardEvictionThreshold: !item["hardEvictionThreshold"]
|
|
508
|
-
? item["hardEvictionThreshold"]
|
|
509
|
-
: hardEvictionThresholdSerializer(item["hardEvictionThreshold"]),
|
|
510
434
|
};
|
|
511
435
|
}
|
|
512
436
|
export function kubeletConfigDeserializer(item) {
|
|
@@ -526,44 +450,6 @@ export function kubeletConfigDeserializer(item) {
|
|
|
526
450
|
containerLogMaxSizeMB: item["containerLogMaxSizeMB"],
|
|
527
451
|
containerLogMaxFiles: item["containerLogMaxFiles"],
|
|
528
452
|
podMaxPids: item["podMaxPids"],
|
|
529
|
-
seccompDefault: item["seccompDefault"],
|
|
530
|
-
kubeReserved: !item["kubeReserved"]
|
|
531
|
-
? item["kubeReserved"]
|
|
532
|
-
: kubeReservedDeserializer(item["kubeReserved"]),
|
|
533
|
-
hardEvictionThreshold: !item["hardEvictionThreshold"]
|
|
534
|
-
? item["hardEvictionThreshold"]
|
|
535
|
-
: hardEvictionThresholdDeserializer(item["hardEvictionThreshold"]),
|
|
536
|
-
};
|
|
537
|
-
}
|
|
538
|
-
/** Specifies the default seccomp profile applied to all workloads. If not specified, 'Unconfined' will be used by default. */
|
|
539
|
-
export var KnownSeccompDefault;
|
|
540
|
-
(function (KnownSeccompDefault) {
|
|
541
|
-
/** No seccomp profile is applied, allowing all system calls. */
|
|
542
|
-
KnownSeccompDefault["Unconfined"] = "Unconfined";
|
|
543
|
-
/** The default seccomp profile for container runtime is applied, which restricts certain system calls for enhanced security. */
|
|
544
|
-
KnownSeccompDefault["RuntimeDefault"] = "RuntimeDefault";
|
|
545
|
-
})(KnownSeccompDefault || (KnownSeccompDefault = {}));
|
|
546
|
-
export function kubeReservedSerializer(item) {
|
|
547
|
-
return { cpuMillicores: item["cpuMillicores"], memoryMB: item["memoryMB"] };
|
|
548
|
-
}
|
|
549
|
-
export function kubeReservedDeserializer(item) {
|
|
550
|
-
return {
|
|
551
|
-
cpuMillicores: item["cpuMillicores"],
|
|
552
|
-
memoryMB: item["memoryMB"],
|
|
553
|
-
};
|
|
554
|
-
}
|
|
555
|
-
export function hardEvictionThresholdSerializer(item) {
|
|
556
|
-
return {
|
|
557
|
-
memoryAvailable: item["memoryAvailable"],
|
|
558
|
-
nodeFsAvailable: item["nodeFsAvailable"],
|
|
559
|
-
nodeFsInodesFree: item["nodeFsInodesFree"],
|
|
560
|
-
};
|
|
561
|
-
}
|
|
562
|
-
export function hardEvictionThresholdDeserializer(item) {
|
|
563
|
-
return {
|
|
564
|
-
memoryAvailable: item["memoryAvailable"],
|
|
565
|
-
nodeFsAvailable: item["nodeFsAvailable"],
|
|
566
|
-
nodeFsInodesFree: item["nodeFsInodesFree"],
|
|
567
453
|
};
|
|
568
454
|
}
|
|
569
455
|
export function linuxOSConfigSerializer(item) {
|
|
@@ -673,11 +559,6 @@ export function agentPoolNetworkProfileSerializer(item) {
|
|
|
673
559
|
nodePublicIPTags: !item["nodePublicIPTags"]
|
|
674
560
|
? item["nodePublicIPTags"]
|
|
675
561
|
: ipTagArraySerializer(item["nodePublicIPTags"]),
|
|
676
|
-
nodePublicIPPrefixIDs: !item["nodePublicIPPrefixIDs"]
|
|
677
|
-
? item["nodePublicIPPrefixIDs"]
|
|
678
|
-
: item["nodePublicIPPrefixIDs"].map((p) => {
|
|
679
|
-
return p;
|
|
680
|
-
}),
|
|
681
562
|
allowedHostPorts: !item["allowedHostPorts"]
|
|
682
563
|
? item["allowedHostPorts"]
|
|
683
564
|
: portRangeArraySerializer(item["allowedHostPorts"]),
|
|
@@ -686,9 +567,6 @@ export function agentPoolNetworkProfileSerializer(item) {
|
|
|
686
567
|
: item["applicationSecurityGroups"].map((p) => {
|
|
687
568
|
return p;
|
|
688
569
|
}),
|
|
689
|
-
secondaryNetworkInterfaces: !item["secondaryNetworkInterfaces"]
|
|
690
|
-
? item["secondaryNetworkInterfaces"]
|
|
691
|
-
: agentPoolNetworkInterfaceArraySerializer(item["secondaryNetworkInterfaces"]),
|
|
692
570
|
};
|
|
693
571
|
}
|
|
694
572
|
export function agentPoolNetworkProfileDeserializer(item) {
|
|
@@ -696,11 +574,6 @@ export function agentPoolNetworkProfileDeserializer(item) {
|
|
|
696
574
|
nodePublicIPTags: !item["nodePublicIPTags"]
|
|
697
575
|
? item["nodePublicIPTags"]
|
|
698
576
|
: ipTagArrayDeserializer(item["nodePublicIPTags"]),
|
|
699
|
-
nodePublicIPPrefixIDs: !item["nodePublicIPPrefixIDs"]
|
|
700
|
-
? item["nodePublicIPPrefixIDs"]
|
|
701
|
-
: item["nodePublicIPPrefixIDs"].map((p) => {
|
|
702
|
-
return p;
|
|
703
|
-
}),
|
|
704
577
|
allowedHostPorts: !item["allowedHostPorts"]
|
|
705
578
|
? item["allowedHostPorts"]
|
|
706
579
|
: portRangeArrayDeserializer(item["allowedHostPorts"]),
|
|
@@ -709,9 +582,6 @@ export function agentPoolNetworkProfileDeserializer(item) {
|
|
|
709
582
|
: item["applicationSecurityGroups"].map((p) => {
|
|
710
583
|
return p;
|
|
711
584
|
}),
|
|
712
|
-
secondaryNetworkInterfaces: !item["secondaryNetworkInterfaces"]
|
|
713
|
-
? item["secondaryNetworkInterfaces"]
|
|
714
|
-
: agentPoolNetworkInterfaceArrayDeserializer(item["secondaryNetworkInterfaces"]),
|
|
715
585
|
};
|
|
716
586
|
}
|
|
717
587
|
export function ipTagArraySerializer(result) {
|
|
@@ -761,38 +631,6 @@ export var KnownProtocol;
|
|
|
761
631
|
/** UDP protocol. */
|
|
762
632
|
KnownProtocol["UDP"] = "UDP";
|
|
763
633
|
})(KnownProtocol || (KnownProtocol = {}));
|
|
764
|
-
export function agentPoolNetworkInterfaceArraySerializer(result) {
|
|
765
|
-
return result.map((item) => {
|
|
766
|
-
return agentPoolNetworkInterfaceSerializer(item);
|
|
767
|
-
});
|
|
768
|
-
}
|
|
769
|
-
export function agentPoolNetworkInterfaceArrayDeserializer(result) {
|
|
770
|
-
return result.map((item) => {
|
|
771
|
-
return agentPoolNetworkInterfaceDeserializer(item);
|
|
772
|
-
});
|
|
773
|
-
}
|
|
774
|
-
export function agentPoolNetworkInterfaceSerializer(item) {
|
|
775
|
-
return {
|
|
776
|
-
type: item["type"],
|
|
777
|
-
vnetSubnetId: item["vnetSubnetId"],
|
|
778
|
-
enableAcceleratedNetworking: item["enableAcceleratedNetworking"],
|
|
779
|
-
};
|
|
780
|
-
}
|
|
781
|
-
export function agentPoolNetworkInterfaceDeserializer(item) {
|
|
782
|
-
return {
|
|
783
|
-
type: item["type"],
|
|
784
|
-
vnetSubnetId: item["vnetSubnetId"],
|
|
785
|
-
enableAcceleratedNetworking: item["enableAcceleratedNetworking"],
|
|
786
|
-
};
|
|
787
|
-
}
|
|
788
|
-
/** Type of network interface to be provisioned on each virtual machine instance. For more information, see https://aka.ms/aks/multi-nic */
|
|
789
|
-
export var KnownAgentPoolNetworkInterfaceType;
|
|
790
|
-
(function (KnownAgentPoolNetworkInterfaceType) {
|
|
791
|
-
/** A standard network interface programmed with an IP from a specified VNet subnet. Must be used with `vnetSubnetId` set in the AgentPoolNetworkInterface. IP address family (IPv4/IPv6/Dual-stack) is determined by the subnet. */
|
|
792
|
-
KnownAgentPoolNetworkInterfaceType["Standard"] = "Standard";
|
|
793
|
-
/** A secondary network interface created without IP configuration or subnet attachment. The interface is provisioned in an uninitialized state and the subnet is attached during workload creation. `vnetSubnetId` must be set to an empty string (`""`) or omitted. */
|
|
794
|
-
KnownAgentPoolNetworkInterfaceType["Dynamic"] = "Dynamic";
|
|
795
|
-
})(KnownAgentPoolNetworkInterfaceType || (KnownAgentPoolNetworkInterfaceType = {}));
|
|
796
634
|
export function agentPoolWindowsProfileSerializer(item) {
|
|
797
635
|
return { disableOutboundNat: item["disableOutboundNat"] };
|
|
798
636
|
}
|
|
@@ -822,21 +660,13 @@ export var KnownAgentPoolSSHAccess;
|
|
|
822
660
|
KnownAgentPoolSSHAccess["LocalUser"] = "LocalUser";
|
|
823
661
|
/** SSH service will be turned off on the node. */
|
|
824
662
|
KnownAgentPoolSSHAccess["Disabled"] = "Disabled";
|
|
825
|
-
/** SSH to node with EntraId integration. More information can be found under https://aka.ms/aks/ssh/aad */
|
|
826
|
-
KnownAgentPoolSSHAccess["EntraId"] = "EntraId";
|
|
827
663
|
})(KnownAgentPoolSSHAccess || (KnownAgentPoolSSHAccess = {}));
|
|
828
664
|
export function gpuProfileSerializer(item) {
|
|
829
|
-
return {
|
|
830
|
-
driver: item["driver"],
|
|
831
|
-
driverType: item["driverType"],
|
|
832
|
-
nvidia: !item["nvidia"] ? item["nvidia"] : nvidiaGPUProfileSerializer(item["nvidia"]),
|
|
833
|
-
};
|
|
665
|
+
return { driver: item["driver"] };
|
|
834
666
|
}
|
|
835
667
|
export function gpuProfileDeserializer(item) {
|
|
836
668
|
return {
|
|
837
669
|
driver: item["driver"],
|
|
838
|
-
driverType: item["driverType"],
|
|
839
|
-
nvidia: !item["nvidia"] ? item["nvidia"] : nvidiaGPUProfileDeserializer(item["nvidia"]),
|
|
840
670
|
};
|
|
841
671
|
}
|
|
842
672
|
/** Whether to install GPU drivers. When it's not specified, default is Install. */
|
|
@@ -847,41 +677,6 @@ export var KnownGPUDriver;
|
|
|
847
677
|
/** Skip driver install. */
|
|
848
678
|
KnownGPUDriver["None"] = "None";
|
|
849
679
|
})(KnownGPUDriver || (KnownGPUDriver = {}));
|
|
850
|
-
/** Specify the type of GPU driver to install when creating Windows agent pools. If not provided, AKS selects the driver based on system compatibility. This cannot be changed once the AgentPool has been created. This cannot be set on Linux AgentPools. For Linux AgentPools, the driver is selected based on system compatibility. */
|
|
851
|
-
export var KnownDriverType;
|
|
852
|
-
(function (KnownDriverType) {
|
|
853
|
-
/** Install the GRID driver for the GPU, suitable for applications requiring virtualization support. */
|
|
854
|
-
KnownDriverType["Grid"] = "GRID";
|
|
855
|
-
/** Install the CUDA driver for the GPU, optimized for computational tasks in scientific computing and data-intensive applications. */
|
|
856
|
-
KnownDriverType["Cuda"] = "CUDA";
|
|
857
|
-
})(KnownDriverType || (KnownDriverType = {}));
|
|
858
|
-
export function nvidiaGPUProfileSerializer(item) {
|
|
859
|
-
return { managementMode: item["managementMode"], migStrategy: item["migStrategy"] };
|
|
860
|
-
}
|
|
861
|
-
export function nvidiaGPUProfileDeserializer(item) {
|
|
862
|
-
return {
|
|
863
|
-
managementMode: item["managementMode"],
|
|
864
|
-
migStrategy: item["migStrategy"],
|
|
865
|
-
};
|
|
866
|
-
}
|
|
867
|
-
/** The Managed GPU experience installs additional components, such as the Data Center GPU Manager (DCGM) metrics for monitoring, on top of the GPU driver for you. For more details of what is installed, check out aka.ms/aks/managed-gpu. */
|
|
868
|
-
export var KnownManagementMode;
|
|
869
|
-
(function (KnownManagementMode) {
|
|
870
|
-
/** Managed GPU experience is disabled for NVIDIA GPUs. */
|
|
871
|
-
KnownManagementMode["Unmanaged"] = "Unmanaged";
|
|
872
|
-
/** Managed GPU experience is enabled for NVIDIA GPUs. */
|
|
873
|
-
KnownManagementMode["Managed"] = "Managed";
|
|
874
|
-
})(KnownManagementMode || (KnownManagementMode = {}));
|
|
875
|
-
/** Sets the MIG (Multi-Instance GPU) strategy that will be used for managed MIG support. For more information about the different strategies, visit aka.ms/aks/managed-gpu. When not specified, the default is None. */
|
|
876
|
-
export var KnownMigStrategy;
|
|
877
|
-
(function (KnownMigStrategy) {
|
|
878
|
-
/** Don't set a MIG strategy. If you previously had one set, this will override it and set remove the set MIG strategy. */
|
|
879
|
-
KnownMigStrategy["None"] = "None";
|
|
880
|
-
/** Set the MIG strategy for managed MIG as single. */
|
|
881
|
-
KnownMigStrategy["Single"] = "Single";
|
|
882
|
-
/** Set the MIG strategy for managed MIG as mixed. */
|
|
883
|
-
KnownMigStrategy["Mixed"] = "Mixed";
|
|
884
|
-
})(KnownMigStrategy || (KnownMigStrategy = {}));
|
|
885
680
|
export function agentPoolGatewayProfileSerializer(item) {
|
|
886
681
|
return { publicIPPrefixSize: item["publicIPPrefixSize"] };
|
|
887
682
|
}
|
|
@@ -909,17 +704,11 @@ export function virtualMachinesProfileDeserializer(item) {
|
|
|
909
704
|
export function scaleProfileSerializer(item) {
|
|
910
705
|
return {
|
|
911
706
|
manual: !item["manual"] ? item["manual"] : manualScaleProfileArraySerializer(item["manual"]),
|
|
912
|
-
autoscale: !item["autoscale"]
|
|
913
|
-
? item["autoscale"]
|
|
914
|
-
: autoScaleProfileArraySerializer(item["autoscale"]),
|
|
915
707
|
};
|
|
916
708
|
}
|
|
917
709
|
export function scaleProfileDeserializer(item) {
|
|
918
710
|
return {
|
|
919
711
|
manual: !item["manual"] ? item["manual"] : manualScaleProfileArrayDeserializer(item["manual"]),
|
|
920
|
-
autoscale: !item["autoscale"]
|
|
921
|
-
? item["autoscale"]
|
|
922
|
-
: autoScaleProfileArrayDeserializer(item["autoscale"]),
|
|
923
712
|
};
|
|
924
713
|
}
|
|
925
714
|
export function manualScaleProfileArraySerializer(result) {
|
|
@@ -941,26 +730,6 @@ export function manualScaleProfileDeserializer(item) {
|
|
|
941
730
|
count: item["count"],
|
|
942
731
|
};
|
|
943
732
|
}
|
|
944
|
-
export function autoScaleProfileArraySerializer(result) {
|
|
945
|
-
return result.map((item) => {
|
|
946
|
-
return autoScaleProfileSerializer(item);
|
|
947
|
-
});
|
|
948
|
-
}
|
|
949
|
-
export function autoScaleProfileArrayDeserializer(result) {
|
|
950
|
-
return result.map((item) => {
|
|
951
|
-
return autoScaleProfileDeserializer(item);
|
|
952
|
-
});
|
|
953
|
-
}
|
|
954
|
-
export function autoScaleProfileSerializer(item) {
|
|
955
|
-
return { size: item["size"], minCount: item["minCount"], maxCount: item["maxCount"] };
|
|
956
|
-
}
|
|
957
|
-
export function autoScaleProfileDeserializer(item) {
|
|
958
|
-
return {
|
|
959
|
-
size: item["size"],
|
|
960
|
-
minCount: item["minCount"],
|
|
961
|
-
maxCount: item["maxCount"],
|
|
962
|
-
};
|
|
963
|
-
}
|
|
964
733
|
export function virtualMachineNodesArraySerializer(result) {
|
|
965
734
|
return result.map((item) => {
|
|
966
735
|
return virtualMachineNodesSerializer(item);
|
|
@@ -1140,14 +909,6 @@ export var KnownLocalDNSServeStale;
|
|
|
1140
909
|
/** Disable serving stale data. */
|
|
1141
910
|
KnownLocalDNSServeStale["Disable"] = "Disable";
|
|
1142
911
|
})(KnownLocalDNSServeStale || (KnownLocalDNSServeStale = {}));
|
|
1143
|
-
export function preparedImageSpecificationProfileSerializer(item) {
|
|
1144
|
-
return { preparedImageSpecificationId: item["preparedImageSpecificationId"] };
|
|
1145
|
-
}
|
|
1146
|
-
export function preparedImageSpecificationProfileDeserializer(item) {
|
|
1147
|
-
return {
|
|
1148
|
-
preparedImageSpecificationId: item["preparedImageSpecificationId"],
|
|
1149
|
-
};
|
|
1150
|
-
}
|
|
1151
912
|
export function proxyResourceSerializer(_item) {
|
|
1152
913
|
return {};
|
|
1153
914
|
}
|
|
@@ -1271,9 +1032,6 @@ export function agentPoolUpgradeProfilePropertiesDeserializer(item) {
|
|
|
1271
1032
|
upgrades: !item["upgrades"]
|
|
1272
1033
|
? item["upgrades"]
|
|
1273
1034
|
: agentPoolUpgradeProfilePropertiesUpgradesItemArrayDeserializer(item["upgrades"]),
|
|
1274
|
-
componentsByReleases: !item["componentsByReleases"]
|
|
1275
|
-
? item["componentsByReleases"]
|
|
1276
|
-
: componentsByReleaseArrayDeserializer(item["componentsByReleases"]),
|
|
1277
1035
|
recentlyUsedVersions: !item["recentlyUsedVersions"]
|
|
1278
1036
|
? item["recentlyUsedVersions"]
|
|
1279
1037
|
: agentPoolRecentlyUsedVersionArrayDeserializer(item["recentlyUsedVersions"]),
|
|
@@ -1289,32 +1047,6 @@ export function agentPoolUpgradeProfilePropertiesUpgradesItemDeserializer(item)
|
|
|
1289
1047
|
return {
|
|
1290
1048
|
kubernetesVersion: item["kubernetesVersion"],
|
|
1291
1049
|
isPreview: item["isPreview"],
|
|
1292
|
-
isOutOfSupport: item["isOutOfSupport"],
|
|
1293
|
-
};
|
|
1294
|
-
}
|
|
1295
|
-
export function componentsByReleaseArrayDeserializer(result) {
|
|
1296
|
-
return result.map((item) => {
|
|
1297
|
-
return componentsByReleaseDeserializer(item);
|
|
1298
|
-
});
|
|
1299
|
-
}
|
|
1300
|
-
export function componentsByReleaseDeserializer(item) {
|
|
1301
|
-
return {
|
|
1302
|
-
kubernetesVersion: item["kubernetesVersion"],
|
|
1303
|
-
components: !item["components"]
|
|
1304
|
-
? item["components"]
|
|
1305
|
-
: componentArrayDeserializer(item["components"]),
|
|
1306
|
-
};
|
|
1307
|
-
}
|
|
1308
|
-
export function componentArrayDeserializer(result) {
|
|
1309
|
-
return result.map((item) => {
|
|
1310
|
-
return componentDeserializer(item);
|
|
1311
|
-
});
|
|
1312
|
-
}
|
|
1313
|
-
export function componentDeserializer(item) {
|
|
1314
|
-
return {
|
|
1315
|
-
name: item["name"],
|
|
1316
|
-
version: item["version"],
|
|
1317
|
-
hasBreakingChanges: item["hasBreakingChanges"],
|
|
1318
1050
|
};
|
|
1319
1051
|
}
|
|
1320
1052
|
export function agentPoolRecentlyUsedVersionArrayDeserializer(result) {
|
|
@@ -1334,7 +1066,6 @@ export function managedClusterSerializer(item) {
|
|
|
1334
1066
|
tags: item["tags"],
|
|
1335
1067
|
location: item["location"],
|
|
1336
1068
|
properties: areAllPropsUndefined(item, [
|
|
1337
|
-
"creationData",
|
|
1338
1069
|
"kubernetesVersion",
|
|
1339
1070
|
"dnsPrefix",
|
|
1340
1071
|
"fqdnSubdomain",
|
|
@@ -1349,8 +1080,6 @@ export function managedClusterSerializer(item) {
|
|
|
1349
1080
|
"nodeResourceGroupProfile",
|
|
1350
1081
|
"enableRBAC",
|
|
1351
1082
|
"supportPlan",
|
|
1352
|
-
"enableFIPS",
|
|
1353
|
-
"enableNamespaceResources",
|
|
1354
1083
|
"networkProfile",
|
|
1355
1084
|
"aadProfile",
|
|
1356
1085
|
"autoUpgradeProfile",
|
|
@@ -1373,11 +1102,7 @@ export function managedClusterSerializer(item) {
|
|
|
1373
1102
|
"nodeProvisioningProfile",
|
|
1374
1103
|
"bootstrapProfile",
|
|
1375
1104
|
"aiToolchainOperatorProfile",
|
|
1376
|
-
"schedulerProfile",
|
|
1377
1105
|
"hostedSystemProfile",
|
|
1378
|
-
"healthMonitorProfile",
|
|
1379
|
-
"controlPlaneScalingProfile",
|
|
1380
|
-
"nodeDisruptionProfile",
|
|
1381
1106
|
"status",
|
|
1382
1107
|
])
|
|
1383
1108
|
? undefined
|
|
@@ -1420,9 +1145,6 @@ export function managedClusterDeserializer(item) {
|
|
|
1420
1145
|
}
|
|
1421
1146
|
export function managedClusterPropertiesSerializer(item) {
|
|
1422
1147
|
return {
|
|
1423
|
-
creationData: !item["creationData"]
|
|
1424
|
-
? item["creationData"]
|
|
1425
|
-
: creationDataSerializer(item["creationData"]),
|
|
1426
1148
|
kubernetesVersion: item["kubernetesVersion"],
|
|
1427
1149
|
dnsPrefix: item["dnsPrefix"],
|
|
1428
1150
|
fqdnSubdomain: item["fqdnSubdomain"],
|
|
@@ -1453,8 +1175,6 @@ export function managedClusterPropertiesSerializer(item) {
|
|
|
1453
1175
|
: managedClusterNodeResourceGroupProfileSerializer(item["nodeResourceGroupProfile"]),
|
|
1454
1176
|
enableRBAC: item["enableRbac"],
|
|
1455
1177
|
supportPlan: item["supportPlan"],
|
|
1456
|
-
enableFIPS: item["enableFips"],
|
|
1457
|
-
enableNamespaceResources: item["enableNamespaceResources"],
|
|
1458
1178
|
networkProfile: !item["networkProfile"]
|
|
1459
1179
|
? item["networkProfile"]
|
|
1460
1180
|
: containerServiceNetworkProfileSerializer(item["networkProfile"]),
|
|
@@ -1515,21 +1235,9 @@ export function managedClusterPropertiesSerializer(item) {
|
|
|
1515
1235
|
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"]
|
|
1516
1236
|
? item["aiToolchainOperatorProfile"]
|
|
1517
1237
|
: managedClusterAIToolchainOperatorProfileSerializer(item["aiToolchainOperatorProfile"]),
|
|
1518
|
-
schedulerProfile: !item["schedulerProfile"]
|
|
1519
|
-
? item["schedulerProfile"]
|
|
1520
|
-
: schedulerProfileSerializer(item["schedulerProfile"]),
|
|
1521
1238
|
hostedSystemProfile: !item["hostedSystemProfile"]
|
|
1522
1239
|
? item["hostedSystemProfile"]
|
|
1523
1240
|
: managedClusterHostedSystemProfileSerializer(item["hostedSystemProfile"]),
|
|
1524
|
-
healthMonitorProfile: !item["healthMonitorProfile"]
|
|
1525
|
-
? item["healthMonitorProfile"]
|
|
1526
|
-
: managedClusterHealthMonitorProfileSerializer(item["healthMonitorProfile"]),
|
|
1527
|
-
controlPlaneScalingProfile: !item["controlPlaneScalingProfile"]
|
|
1528
|
-
? item["controlPlaneScalingProfile"]
|
|
1529
|
-
: managedClusterControlPlaneScalingProfileSerializer(item["controlPlaneScalingProfile"]),
|
|
1530
|
-
nodeDisruptionProfile: !item["nodeDisruptionProfile"]
|
|
1531
|
-
? item["nodeDisruptionProfile"]
|
|
1532
|
-
: nodeDisruptionProfileSerializer(item["nodeDisruptionProfile"]),
|
|
1533
1241
|
status: !item["status"] ? item["status"] : managedClusterStatusSerializer(item["status"]),
|
|
1534
1242
|
};
|
|
1535
1243
|
}
|
|
@@ -1539,9 +1247,6 @@ export function managedClusterPropertiesDeserializer(item) {
|
|
|
1539
1247
|
powerState: !item["powerState"]
|
|
1540
1248
|
? item["powerState"]
|
|
1541
1249
|
: powerStateDeserializer(item["powerState"]),
|
|
1542
|
-
creationData: !item["creationData"]
|
|
1543
|
-
? item["creationData"]
|
|
1544
|
-
: creationDataDeserializer(item["creationData"]),
|
|
1545
1250
|
maxAgentPools: item["maxAgentPools"],
|
|
1546
1251
|
kubernetesVersion: item["kubernetesVersion"],
|
|
1547
1252
|
currentKubernetesVersion: item["currentKubernetesVersion"],
|
|
@@ -1577,8 +1282,6 @@ export function managedClusterPropertiesDeserializer(item) {
|
|
|
1577
1282
|
: managedClusterNodeResourceGroupProfileDeserializer(item["nodeResourceGroupProfile"]),
|
|
1578
1283
|
enableRbac: item["enableRBAC"],
|
|
1579
1284
|
supportPlan: item["supportPlan"],
|
|
1580
|
-
enableFips: item["enableFIPS"],
|
|
1581
|
-
enableNamespaceResources: item["enableNamespaceResources"],
|
|
1582
1285
|
networkProfile: !item["networkProfile"]
|
|
1583
1286
|
? item["networkProfile"]
|
|
1584
1287
|
: containerServiceNetworkProfileDeserializer(item["networkProfile"]),
|
|
@@ -1640,21 +1343,9 @@ export function managedClusterPropertiesDeserializer(item) {
|
|
|
1640
1343
|
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"]
|
|
1641
1344
|
? item["aiToolchainOperatorProfile"]
|
|
1642
1345
|
: managedClusterAIToolchainOperatorProfileDeserializer(item["aiToolchainOperatorProfile"]),
|
|
1643
|
-
schedulerProfile: !item["schedulerProfile"]
|
|
1644
|
-
? item["schedulerProfile"]
|
|
1645
|
-
: schedulerProfileDeserializer(item["schedulerProfile"]),
|
|
1646
1346
|
hostedSystemProfile: !item["hostedSystemProfile"]
|
|
1647
1347
|
? item["hostedSystemProfile"]
|
|
1648
1348
|
: managedClusterHostedSystemProfileDeserializer(item["hostedSystemProfile"]),
|
|
1649
|
-
healthMonitorProfile: !item["healthMonitorProfile"]
|
|
1650
|
-
? item["healthMonitorProfile"]
|
|
1651
|
-
: managedClusterHealthMonitorProfileDeserializer(item["healthMonitorProfile"]),
|
|
1652
|
-
controlPlaneScalingProfile: !item["controlPlaneScalingProfile"]
|
|
1653
|
-
? item["controlPlaneScalingProfile"]
|
|
1654
|
-
: managedClusterControlPlaneScalingProfileDeserializer(item["controlPlaneScalingProfile"]),
|
|
1655
|
-
nodeDisruptionProfile: !item["nodeDisruptionProfile"]
|
|
1656
|
-
? item["nodeDisruptionProfile"]
|
|
1657
|
-
: nodeDisruptionProfileDeserializer(item["nodeDisruptionProfile"]),
|
|
1658
1349
|
status: !item["status"] ? item["status"] : managedClusterStatusDeserializer(item["status"]),
|
|
1659
1350
|
};
|
|
1660
1351
|
}
|
|
@@ -1691,14 +1382,9 @@ export function managedClusterAgentPoolProfileSerializer(item) {
|
|
|
1691
1382
|
mode: item["mode"],
|
|
1692
1383
|
orchestratorVersion: item["orchestratorVersion"],
|
|
1693
1384
|
nodeImageVersion: item["nodeImageVersion"],
|
|
1694
|
-
upgradeStrategy: item["upgradeStrategy"],
|
|
1695
|
-
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
1696
1385
|
upgradeSettings: !item["upgradeSettings"]
|
|
1697
1386
|
? item["upgradeSettings"]
|
|
1698
1387
|
: agentPoolUpgradeSettingsSerializer(item["upgradeSettings"]),
|
|
1699
|
-
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"]
|
|
1700
|
-
? item["upgradeSettingsBlueGreen"]
|
|
1701
|
-
: agentPoolBlueGreenUpgradeSettingsSerializer(item["upgradeSettingsBlueGreen"]),
|
|
1702
1388
|
powerState: !item["powerState"] ? item["powerState"] : powerStateSerializer(item["powerState"]),
|
|
1703
1389
|
availabilityZones: !item["availabilityZones"]
|
|
1704
1390
|
? item["availabilityZones"]
|
|
@@ -1717,11 +1403,6 @@ export function managedClusterAgentPoolProfileSerializer(item) {
|
|
|
1717
1403
|
: item["nodeTaints"].map((p) => {
|
|
1718
1404
|
return p;
|
|
1719
1405
|
}),
|
|
1720
|
-
nodeInitializationTaints: !item["nodeInitializationTaints"]
|
|
1721
|
-
? item["nodeInitializationTaints"]
|
|
1722
|
-
: item["nodeInitializationTaints"].map((p) => {
|
|
1723
|
-
return p;
|
|
1724
|
-
}),
|
|
1725
1406
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
1726
1407
|
kubeletConfig: !item["kubeletConfig"]
|
|
1727
1408
|
? item["kubeletConfig"]
|
|
@@ -1764,9 +1445,6 @@ export function managedClusterAgentPoolProfileSerializer(item) {
|
|
|
1764
1445
|
localDNSProfile: !item["localDNSProfile"]
|
|
1765
1446
|
? item["localDNSProfile"]
|
|
1766
1447
|
: localDNSProfileSerializer(item["localDNSProfile"]),
|
|
1767
|
-
preparedImageSpecificationProfile: !item["preparedImageSpecificationProfile"]
|
|
1768
|
-
? item["preparedImageSpecificationProfile"]
|
|
1769
|
-
: preparedImageSpecificationProfileSerializer(item["preparedImageSpecificationProfile"]),
|
|
1770
1448
|
name: item["name"],
|
|
1771
1449
|
};
|
|
1772
1450
|
}
|
|
@@ -1795,14 +1473,9 @@ export function managedClusterAgentPoolProfileDeserializer(item) {
|
|
|
1795
1473
|
orchestratorVersion: item["orchestratorVersion"],
|
|
1796
1474
|
currentOrchestratorVersion: item["currentOrchestratorVersion"],
|
|
1797
1475
|
nodeImageVersion: item["nodeImageVersion"],
|
|
1798
|
-
upgradeStrategy: item["upgradeStrategy"],
|
|
1799
|
-
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
1800
1476
|
upgradeSettings: !item["upgradeSettings"]
|
|
1801
1477
|
? item["upgradeSettings"]
|
|
1802
1478
|
: agentPoolUpgradeSettingsDeserializer(item["upgradeSettings"]),
|
|
1803
|
-
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"]
|
|
1804
|
-
? item["upgradeSettingsBlueGreen"]
|
|
1805
|
-
: agentPoolBlueGreenUpgradeSettingsDeserializer(item["upgradeSettingsBlueGreen"]),
|
|
1806
1479
|
provisioningState: item["provisioningState"],
|
|
1807
1480
|
powerState: !item["powerState"]
|
|
1808
1481
|
? item["powerState"]
|
|
@@ -1828,11 +1501,6 @@ export function managedClusterAgentPoolProfileDeserializer(item) {
|
|
|
1828
1501
|
: item["nodeTaints"].map((p) => {
|
|
1829
1502
|
return p;
|
|
1830
1503
|
}),
|
|
1831
|
-
nodeInitializationTaints: !item["nodeInitializationTaints"]
|
|
1832
|
-
? item["nodeInitializationTaints"]
|
|
1833
|
-
: item["nodeInitializationTaints"].map((p) => {
|
|
1834
|
-
return p;
|
|
1835
|
-
}),
|
|
1836
1504
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
1837
1505
|
kubeletConfig: !item["kubeletConfig"]
|
|
1838
1506
|
? item["kubeletConfig"]
|
|
@@ -1877,9 +1545,6 @@ export function managedClusterAgentPoolProfileDeserializer(item) {
|
|
|
1877
1545
|
localDNSProfile: !item["localDNSProfile"]
|
|
1878
1546
|
? item["localDNSProfile"]
|
|
1879
1547
|
: localDNSProfileDeserializer(item["localDNSProfile"]),
|
|
1880
|
-
preparedImageSpecificationProfile: !item["preparedImageSpecificationProfile"]
|
|
1881
|
-
? item["preparedImageSpecificationProfile"]
|
|
1882
|
-
: preparedImageSpecificationProfileDeserializer(item["preparedImageSpecificationProfile"]),
|
|
1883
1548
|
name: item["name"],
|
|
1884
1549
|
};
|
|
1885
1550
|
}
|
|
@@ -2210,10 +1875,6 @@ export function containerServiceNetworkProfileSerializer(item) {
|
|
|
2210
1875
|
: item["ipFamilies"].map((p) => {
|
|
2211
1876
|
return p;
|
|
2212
1877
|
}),
|
|
2213
|
-
podLinkLocalAccess: item["podLinkLocalAccess"],
|
|
2214
|
-
kubeProxyConfig: !item["kubeProxyConfig"]
|
|
2215
|
-
? item["kubeProxyConfig"]
|
|
2216
|
-
: containerServiceNetworkProfileKubeProxyConfigSerializer(item["kubeProxyConfig"]),
|
|
2217
1878
|
};
|
|
2218
1879
|
}
|
|
2219
1880
|
export function containerServiceNetworkProfileDeserializer(item) {
|
|
@@ -2255,10 +1916,6 @@ export function containerServiceNetworkProfileDeserializer(item) {
|
|
|
2255
1916
|
: item["ipFamilies"].map((p) => {
|
|
2256
1917
|
return p;
|
|
2257
1918
|
}),
|
|
2258
|
-
podLinkLocalAccess: item["podLinkLocalAccess"],
|
|
2259
|
-
kubeProxyConfig: !item["kubeProxyConfig"]
|
|
2260
|
-
? item["kubeProxyConfig"]
|
|
2261
|
-
: containerServiceNetworkProfileKubeProxyConfigDeserializer(item["kubeProxyConfig"]),
|
|
2262
1919
|
};
|
|
2263
1920
|
}
|
|
2264
1921
|
/** Network plugin used for building the Kubernetes network. */
|
|
@@ -2382,8 +2039,6 @@ export var KnownTransitEncryptionType;
|
|
|
2382
2039
|
(function (KnownTransitEncryptionType) {
|
|
2383
2040
|
/** Enable WireGuard encryption. Refer to https://docs.cilium.io/en/latest/security/network/encryption-wireguard/ on use cases and implementation details */
|
|
2384
2041
|
KnownTransitEncryptionType["WireGuard"] = "WireGuard";
|
|
2385
|
-
/** Enables mTLS authentication and encryption for pod-to-pod traffic within the cluster. Refer to https://aka.ms/acnsciliummtls for relevant documentation. */
|
|
2386
|
-
KnownTransitEncryptionType["MTLS"] = "mTLS";
|
|
2387
2042
|
/** Disable Transit encryption */
|
|
2388
2043
|
KnownTransitEncryptionType["None"] = "None";
|
|
2389
2044
|
})(KnownTransitEncryptionType || (KnownTransitEncryptionType = {}));
|
|
@@ -2412,8 +2067,6 @@ export var KnownOutboundType;
|
|
|
2412
2067
|
KnownOutboundType["UserDefinedRouting"] = "userDefinedRouting";
|
|
2413
2068
|
/** The AKS-managed NAT gateway is used for egress. */
|
|
2414
2069
|
KnownOutboundType["ManagedNATGateway"] = "managedNATGateway";
|
|
2415
|
-
/** The AKS-managed NAT gateway V2 is used for egress. */
|
|
2416
|
-
KnownOutboundType["ManagedNATGatewayV2"] = "managedNATGatewayV2";
|
|
2417
2070
|
/** The user-assigned NAT gateway associated to the cluster subnet is used for egress. This is an advanced scenario and requires proper network configuration. */
|
|
2418
2071
|
KnownOutboundType["UserAssignedNATGateway"] = "userAssignedNATGateway";
|
|
2419
2072
|
/** 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/ */
|
|
@@ -2442,7 +2095,6 @@ export function managedClusterLoadBalancerProfileSerializer(item) {
|
|
|
2442
2095
|
idleTimeoutInMinutes: item["idleTimeoutInMinutes"],
|
|
2443
2096
|
enableMultipleStandardLoadBalancers: item["enableMultipleStandardLoadBalancers"],
|
|
2444
2097
|
backendPoolType: item["backendPoolType"],
|
|
2445
|
-
clusterServiceLoadBalancerHealthProbeMode: item["clusterServiceLoadBalancerHealthProbeMode"],
|
|
2446
2098
|
};
|
|
2447
2099
|
}
|
|
2448
2100
|
export function managedClusterLoadBalancerProfileDeserializer(item) {
|
|
@@ -2463,7 +2115,6 @@ export function managedClusterLoadBalancerProfileDeserializer(item) {
|
|
|
2463
2115
|
idleTimeoutInMinutes: item["idleTimeoutInMinutes"],
|
|
2464
2116
|
enableMultipleStandardLoadBalancers: item["enableMultipleStandardLoadBalancers"],
|
|
2465
2117
|
backendPoolType: item["backendPoolType"],
|
|
2466
|
-
clusterServiceLoadBalancerHealthProbeMode: item["clusterServiceLoadBalancerHealthProbeMode"],
|
|
2467
2118
|
};
|
|
2468
2119
|
}
|
|
2469
2120
|
export function managedClusterLoadBalancerProfileManagedOutboundIPsSerializer(item) {
|
|
@@ -2529,25 +2180,11 @@ export var KnownBackendPoolType;
|
|
|
2529
2180
|
/** The type of the managed inbound Load Balancer BackendPool. https://cloud-provider-azure.sigs.k8s.io/topics/loadbalancer/#configure-load-balancer-backend. */
|
|
2530
2181
|
KnownBackendPoolType["NodeIP"] = "NodeIP";
|
|
2531
2182
|
})(KnownBackendPoolType || (KnownBackendPoolType = {}));
|
|
2532
|
-
/** The health probing behavior for External Traffic Policy Cluster services. */
|
|
2533
|
-
export var KnownClusterServiceLoadBalancerHealthProbeMode;
|
|
2534
|
-
(function (KnownClusterServiceLoadBalancerHealthProbeMode) {
|
|
2535
|
-
/** Each External Traffic Policy Cluster service will have its own health probe targeting service nodePort. */
|
|
2536
|
-
KnownClusterServiceLoadBalancerHealthProbeMode["ServiceNodePort"] = "ServiceNodePort";
|
|
2537
|
-
/** All External Traffic Policy Cluster services in a Standard Load Balancer will have a dedicated health probe targeting the backend nodes' kube-proxy health check port 10256. */
|
|
2538
|
-
KnownClusterServiceLoadBalancerHealthProbeMode["Shared"] = "Shared";
|
|
2539
|
-
})(KnownClusterServiceLoadBalancerHealthProbeMode || (KnownClusterServiceLoadBalancerHealthProbeMode = {}));
|
|
2540
2183
|
export function managedClusterNATGatewayProfileSerializer(item) {
|
|
2541
2184
|
return {
|
|
2542
2185
|
managedOutboundIPProfile: !item["managedOutboundIPProfile"]
|
|
2543
2186
|
? item["managedOutboundIPProfile"]
|
|
2544
2187
|
: managedClusterManagedOutboundIPProfileSerializer(item["managedOutboundIPProfile"]),
|
|
2545
|
-
outboundIPPrefixes: !item["outboundIPPrefixes"]
|
|
2546
|
-
? item["outboundIPPrefixes"]
|
|
2547
|
-
: _managedClusterNATGatewayProfileOutboundIpPrefixesSerializer(item["outboundIPPrefixes"]),
|
|
2548
|
-
outboundIPs: !item["outboundIPs"]
|
|
2549
|
-
? item["outboundIPs"]
|
|
2550
|
-
: _managedClusterNATGatewayProfileOutboundIPsSerializer(item["outboundIPs"]),
|
|
2551
2188
|
idleTimeoutInMinutes: item["idleTimeoutInMinutes"],
|
|
2552
2189
|
};
|
|
2553
2190
|
}
|
|
@@ -2559,58 +2196,15 @@ export function managedClusterNATGatewayProfileDeserializer(item) {
|
|
|
2559
2196
|
effectiveOutboundIPs: !item["effectiveOutboundIPs"]
|
|
2560
2197
|
? item["effectiveOutboundIPs"]
|
|
2561
2198
|
: resourceReferenceArrayDeserializer(item["effectiveOutboundIPs"]),
|
|
2562
|
-
outboundIPPrefixes: !item["outboundIPPrefixes"]
|
|
2563
|
-
? item["outboundIPPrefixes"]
|
|
2564
|
-
: _managedClusterNATGatewayProfileOutboundIpPrefixesDeserializer(item["outboundIPPrefixes"]),
|
|
2565
|
-
outboundIPs: !item["outboundIPs"]
|
|
2566
|
-
? item["outboundIPs"]
|
|
2567
|
-
: _managedClusterNATGatewayProfileOutboundIPsDeserializer(item["outboundIPs"]),
|
|
2568
2199
|
idleTimeoutInMinutes: item["idleTimeoutInMinutes"],
|
|
2569
2200
|
};
|
|
2570
2201
|
}
|
|
2571
2202
|
export function managedClusterManagedOutboundIPProfileSerializer(item) {
|
|
2572
|
-
return { count: item["count"]
|
|
2203
|
+
return { count: item["count"] };
|
|
2573
2204
|
}
|
|
2574
2205
|
export function managedClusterManagedOutboundIPProfileDeserializer(item) {
|
|
2575
2206
|
return {
|
|
2576
2207
|
count: item["count"],
|
|
2577
|
-
countIPv6: item["countIPv6"],
|
|
2578
|
-
};
|
|
2579
|
-
}
|
|
2580
|
-
export function _managedClusterNATGatewayProfileOutboundIpPrefixesSerializer(item) {
|
|
2581
|
-
return {
|
|
2582
|
-
publicIPPrefixes: !item["publicIPPrefixes"]
|
|
2583
|
-
? item["publicIPPrefixes"]
|
|
2584
|
-
: item["publicIPPrefixes"].map((p) => {
|
|
2585
|
-
return p;
|
|
2586
|
-
}),
|
|
2587
|
-
};
|
|
2588
|
-
}
|
|
2589
|
-
export function _managedClusterNATGatewayProfileOutboundIpPrefixesDeserializer(item) {
|
|
2590
|
-
return {
|
|
2591
|
-
publicIPPrefixes: !item["publicIPPrefixes"]
|
|
2592
|
-
? item["publicIPPrefixes"]
|
|
2593
|
-
: item["publicIPPrefixes"].map((p) => {
|
|
2594
|
-
return p;
|
|
2595
|
-
}),
|
|
2596
|
-
};
|
|
2597
|
-
}
|
|
2598
|
-
export function _managedClusterNATGatewayProfileOutboundIPsSerializer(item) {
|
|
2599
|
-
return {
|
|
2600
|
-
publicIPs: !item["publicIPs"]
|
|
2601
|
-
? item["publicIPs"]
|
|
2602
|
-
: item["publicIPs"].map((p) => {
|
|
2603
|
-
return p;
|
|
2604
|
-
}),
|
|
2605
|
-
};
|
|
2606
|
-
}
|
|
2607
|
-
export function _managedClusterNATGatewayProfileOutboundIPsDeserializer(item) {
|
|
2608
|
-
return {
|
|
2609
|
-
publicIPs: !item["publicIPs"]
|
|
2610
|
-
? item["publicIPs"]
|
|
2611
|
-
: item["publicIPs"].map((p) => {
|
|
2612
|
-
return p;
|
|
2613
|
-
}),
|
|
2614
2208
|
};
|
|
2615
2209
|
}
|
|
2616
2210
|
export function managedClusterStaticEgressGatewayProfileSerializer(item) {
|
|
@@ -2629,66 +2223,6 @@ export var KnownIpFamily;
|
|
|
2629
2223
|
/** IPv6 family */
|
|
2630
2224
|
KnownIpFamily["IPv6"] = "IPv6";
|
|
2631
2225
|
})(KnownIpFamily || (KnownIpFamily = {}));
|
|
2632
|
-
/** Defines access to special link local addresses (Azure Instance Metadata Service, aka IMDS) for pods with hostNetwork=false. If not specified, the default is 'IMDS'. */
|
|
2633
|
-
export var KnownPodLinkLocalAccess;
|
|
2634
|
-
(function (KnownPodLinkLocalAccess) {
|
|
2635
|
-
/** Pods with hostNetwork=false can access Azure Instance Metadata Service (IMDS) without restriction. */
|
|
2636
|
-
KnownPodLinkLocalAccess["Imds"] = "IMDS";
|
|
2637
|
-
/** Pods with hostNetwork=false cannot access Azure Instance Metadata Service (IMDS). */
|
|
2638
|
-
KnownPodLinkLocalAccess["None"] = "None";
|
|
2639
|
-
})(KnownPodLinkLocalAccess || (KnownPodLinkLocalAccess = {}));
|
|
2640
|
-
export function containerServiceNetworkProfileKubeProxyConfigSerializer(item) {
|
|
2641
|
-
return {
|
|
2642
|
-
enabled: item["enabled"],
|
|
2643
|
-
mode: item["mode"],
|
|
2644
|
-
ipvsConfig: !item["ipvsConfig"]
|
|
2645
|
-
? item["ipvsConfig"]
|
|
2646
|
-
: containerServiceNetworkProfileKubeProxyConfigIpvsConfigSerializer(item["ipvsConfig"]),
|
|
2647
|
-
};
|
|
2648
|
-
}
|
|
2649
|
-
export function containerServiceNetworkProfileKubeProxyConfigDeserializer(item) {
|
|
2650
|
-
return {
|
|
2651
|
-
enabled: item["enabled"],
|
|
2652
|
-
mode: item["mode"],
|
|
2653
|
-
ipvsConfig: !item["ipvsConfig"]
|
|
2654
|
-
? item["ipvsConfig"]
|
|
2655
|
-
: containerServiceNetworkProfileKubeProxyConfigIpvsConfigDeserializer(item["ipvsConfig"]),
|
|
2656
|
-
};
|
|
2657
|
-
}
|
|
2658
|
-
/** Specify which proxy mode to use ('IPTABLES', 'IPVS' or 'NFTABLES') */
|
|
2659
|
-
export var KnownMode;
|
|
2660
|
-
(function (KnownMode) {
|
|
2661
|
-
/** IPTables proxy mode */
|
|
2662
|
-
KnownMode["Iptables"] = "IPTABLES";
|
|
2663
|
-
/** IPVS proxy mode. Must be using Kubernetes version >= 1.22. */
|
|
2664
|
-
KnownMode["Ipvs"] = "IPVS";
|
|
2665
|
-
/** NFTables proxy mode. Must be using Kubernetes version >= 1.33. */
|
|
2666
|
-
KnownMode["Nftables"] = "NFTABLES";
|
|
2667
|
-
})(KnownMode || (KnownMode = {}));
|
|
2668
|
-
export function containerServiceNetworkProfileKubeProxyConfigIpvsConfigSerializer(item) {
|
|
2669
|
-
return {
|
|
2670
|
-
scheduler: item["scheduler"],
|
|
2671
|
-
tcpTimeoutSeconds: item["tcpTimeoutSeconds"],
|
|
2672
|
-
tcpFinTimeoutSeconds: item["tcpFinTimeoutSeconds"],
|
|
2673
|
-
udpTimeoutSeconds: item["udpTimeoutSeconds"],
|
|
2674
|
-
};
|
|
2675
|
-
}
|
|
2676
|
-
export function containerServiceNetworkProfileKubeProxyConfigIpvsConfigDeserializer(item) {
|
|
2677
|
-
return {
|
|
2678
|
-
scheduler: item["scheduler"],
|
|
2679
|
-
tcpTimeoutSeconds: item["tcpTimeoutSeconds"],
|
|
2680
|
-
tcpFinTimeoutSeconds: item["tcpFinTimeoutSeconds"],
|
|
2681
|
-
udpTimeoutSeconds: item["udpTimeoutSeconds"],
|
|
2682
|
-
};
|
|
2683
|
-
}
|
|
2684
|
-
/** IPVS scheduler, for more information please see http://www.linuxvirtualserver.org/docs/scheduling.html. */
|
|
2685
|
-
export var KnownIpvsScheduler;
|
|
2686
|
-
(function (KnownIpvsScheduler) {
|
|
2687
|
-
/** Round Robin */
|
|
2688
|
-
KnownIpvsScheduler["RoundRobin"] = "RoundRobin";
|
|
2689
|
-
/** Least Connection */
|
|
2690
|
-
KnownIpvsScheduler["LeastConnection"] = "LeastConnection";
|
|
2691
|
-
})(KnownIpvsScheduler || (KnownIpvsScheduler = {}));
|
|
2692
2226
|
export function managedClusterAADProfileSerializer(item) {
|
|
2693
2227
|
return {
|
|
2694
2228
|
managed: item["managed"],
|
|
@@ -2946,11 +2480,6 @@ export function managedClusterHttpProxyConfigDeserializer(item) {
|
|
|
2946
2480
|
: item["noProxy"].map((p) => {
|
|
2947
2481
|
return p;
|
|
2948
2482
|
}),
|
|
2949
|
-
effectiveNoProxy: !item["effectiveNoProxy"]
|
|
2950
|
-
? item["effectiveNoProxy"]
|
|
2951
|
-
: item["effectiveNoProxy"].map((p) => {
|
|
2952
|
-
return p;
|
|
2953
|
-
}),
|
|
2954
2483
|
trustedCa: item["trustedCa"],
|
|
2955
2484
|
enabled: item["enabled"],
|
|
2956
2485
|
};
|
|
@@ -2963,29 +2492,17 @@ export function managedClusterSecurityProfileSerializer(item) {
|
|
|
2963
2492
|
azureKeyVaultKms: !item["azureKeyVaultKms"]
|
|
2964
2493
|
? item["azureKeyVaultKms"]
|
|
2965
2494
|
: azureKeyVaultKmsSerializer(item["azureKeyVaultKms"]),
|
|
2966
|
-
kubernetesResourceObjectEncryptionProfile: !item["kubernetesResourceObjectEncryptionProfile"]
|
|
2967
|
-
? item["kubernetesResourceObjectEncryptionProfile"]
|
|
2968
|
-
: kubernetesResourceObjectEncryptionProfileSerializer(item["kubernetesResourceObjectEncryptionProfile"]),
|
|
2969
2495
|
workloadIdentity: !item["workloadIdentity"]
|
|
2970
2496
|
? item["workloadIdentity"]
|
|
2971
2497
|
: managedClusterSecurityProfileWorkloadIdentitySerializer(item["workloadIdentity"]),
|
|
2972
2498
|
imageCleaner: !item["imageCleaner"]
|
|
2973
2499
|
? item["imageCleaner"]
|
|
2974
2500
|
: managedClusterSecurityProfileImageCleanerSerializer(item["imageCleaner"]),
|
|
2975
|
-
imageIntegrity: !item["imageIntegrity"]
|
|
2976
|
-
? item["imageIntegrity"]
|
|
2977
|
-
: managedClusterSecurityProfileImageIntegritySerializer(item["imageIntegrity"]),
|
|
2978
|
-
nodeRestriction: !item["nodeRestriction"]
|
|
2979
|
-
? item["nodeRestriction"]
|
|
2980
|
-
: managedClusterSecurityProfileNodeRestrictionSerializer(item["nodeRestriction"]),
|
|
2981
2501
|
customCATrustCertificates: !item["customCATrustCertificates"]
|
|
2982
2502
|
? item["customCATrustCertificates"]
|
|
2983
2503
|
: item["customCATrustCertificates"].map((p) => {
|
|
2984
2504
|
return uint8ArrayToString(p, "base64");
|
|
2985
2505
|
}),
|
|
2986
|
-
serviceAccountImagePullProfile: !item["serviceAccountImagePullProfile"]
|
|
2987
|
-
? item["serviceAccountImagePullProfile"]
|
|
2988
|
-
: serviceAccountImagePullProfileSerializer(item["serviceAccountImagePullProfile"]),
|
|
2989
2506
|
};
|
|
2990
2507
|
}
|
|
2991
2508
|
export function managedClusterSecurityProfileDeserializer(item) {
|
|
@@ -2996,29 +2513,17 @@ export function managedClusterSecurityProfileDeserializer(item) {
|
|
|
2996
2513
|
azureKeyVaultKms: !item["azureKeyVaultKms"]
|
|
2997
2514
|
? item["azureKeyVaultKms"]
|
|
2998
2515
|
: azureKeyVaultKmsDeserializer(item["azureKeyVaultKms"]),
|
|
2999
|
-
kubernetesResourceObjectEncryptionProfile: !item["kubernetesResourceObjectEncryptionProfile"]
|
|
3000
|
-
? item["kubernetesResourceObjectEncryptionProfile"]
|
|
3001
|
-
: kubernetesResourceObjectEncryptionProfileDeserializer(item["kubernetesResourceObjectEncryptionProfile"]),
|
|
3002
2516
|
workloadIdentity: !item["workloadIdentity"]
|
|
3003
2517
|
? item["workloadIdentity"]
|
|
3004
2518
|
: managedClusterSecurityProfileWorkloadIdentityDeserializer(item["workloadIdentity"]),
|
|
3005
2519
|
imageCleaner: !item["imageCleaner"]
|
|
3006
2520
|
? item["imageCleaner"]
|
|
3007
2521
|
: managedClusterSecurityProfileImageCleanerDeserializer(item["imageCleaner"]),
|
|
3008
|
-
imageIntegrity: !item["imageIntegrity"]
|
|
3009
|
-
? item["imageIntegrity"]
|
|
3010
|
-
: managedClusterSecurityProfileImageIntegrityDeserializer(item["imageIntegrity"]),
|
|
3011
|
-
nodeRestriction: !item["nodeRestriction"]
|
|
3012
|
-
? item["nodeRestriction"]
|
|
3013
|
-
: managedClusterSecurityProfileNodeRestrictionDeserializer(item["nodeRestriction"]),
|
|
3014
2522
|
customCATrustCertificates: !item["customCATrustCertificates"]
|
|
3015
2523
|
? item["customCATrustCertificates"]
|
|
3016
2524
|
: item["customCATrustCertificates"].map((p) => {
|
|
3017
2525
|
return typeof p === "string" ? stringToUint8Array(p, "base64") : p;
|
|
3018
2526
|
}),
|
|
3019
|
-
serviceAccountImagePullProfile: !item["serviceAccountImagePullProfile"]
|
|
3020
|
-
? item["serviceAccountImagePullProfile"]
|
|
3021
|
-
: serviceAccountImagePullProfileDeserializer(item["serviceAccountImagePullProfile"]),
|
|
3022
2527
|
};
|
|
3023
2528
|
}
|
|
3024
2529
|
export function managedClusterSecurityProfileDefenderSerializer(item) {
|
|
@@ -3027,9 +2532,6 @@ export function managedClusterSecurityProfileDefenderSerializer(item) {
|
|
|
3027
2532
|
securityMonitoring: !item["securityMonitoring"]
|
|
3028
2533
|
? item["securityMonitoring"]
|
|
3029
2534
|
: managedClusterSecurityProfileDefenderSecurityMonitoringSerializer(item["securityMonitoring"]),
|
|
3030
|
-
securityGating: !item["securityGating"]
|
|
3031
|
-
? item["securityGating"]
|
|
3032
|
-
: managedClusterSecurityProfileDefenderSecurityGatingSerializer(item["securityGating"]),
|
|
3033
2535
|
};
|
|
3034
2536
|
}
|
|
3035
2537
|
export function managedClusterSecurityProfileDefenderDeserializer(item) {
|
|
@@ -3038,9 +2540,6 @@ export function managedClusterSecurityProfileDefenderDeserializer(item) {
|
|
|
3038
2540
|
securityMonitoring: !item["securityMonitoring"]
|
|
3039
2541
|
? item["securityMonitoring"]
|
|
3040
2542
|
: managedClusterSecurityProfileDefenderSecurityMonitoringDeserializer(item["securityMonitoring"]),
|
|
3041
|
-
securityGating: !item["securityGating"]
|
|
3042
|
-
? item["securityGating"]
|
|
3043
|
-
: managedClusterSecurityProfileDefenderSecurityGatingDeserializer(item["securityGating"]),
|
|
3044
2543
|
};
|
|
3045
2544
|
}
|
|
3046
2545
|
export function managedClusterSecurityProfileDefenderSecurityMonitoringSerializer(item) {
|
|
@@ -3051,50 +2550,6 @@ export function managedClusterSecurityProfileDefenderSecurityMonitoringDeseriali
|
|
|
3051
2550
|
enabled: item["enabled"],
|
|
3052
2551
|
};
|
|
3053
2552
|
}
|
|
3054
|
-
export function managedClusterSecurityProfileDefenderSecurityGatingSerializer(item) {
|
|
3055
|
-
return {
|
|
3056
|
-
enabled: item["enabled"],
|
|
3057
|
-
identities: !item["identities"]
|
|
3058
|
-
? item["identities"]
|
|
3059
|
-
: managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArraySerializer(item["identities"]),
|
|
3060
|
-
allowSecretAccess: item["allowSecretAccess"],
|
|
3061
|
-
};
|
|
3062
|
-
}
|
|
3063
|
-
export function managedClusterSecurityProfileDefenderSecurityGatingDeserializer(item) {
|
|
3064
|
-
return {
|
|
3065
|
-
enabled: item["enabled"],
|
|
3066
|
-
identities: !item["identities"]
|
|
3067
|
-
? item["identities"]
|
|
3068
|
-
: managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArrayDeserializer(item["identities"]),
|
|
3069
|
-
allowSecretAccess: item["allowSecretAccess"],
|
|
3070
|
-
};
|
|
3071
|
-
}
|
|
3072
|
-
export function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArraySerializer(result) {
|
|
3073
|
-
return result.map((item) => {
|
|
3074
|
-
return managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemSerializer(item);
|
|
3075
|
-
});
|
|
3076
|
-
}
|
|
3077
|
-
export function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArrayDeserializer(result) {
|
|
3078
|
-
return result.map((item) => {
|
|
3079
|
-
return managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemDeserializer(item);
|
|
3080
|
-
});
|
|
3081
|
-
}
|
|
3082
|
-
export function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemSerializer(item) {
|
|
3083
|
-
return {
|
|
3084
|
-
azureContainerRegistry: item["azureContainerRegistry"],
|
|
3085
|
-
identity: !item["identity"]
|
|
3086
|
-
? item["identity"]
|
|
3087
|
-
: userAssignedIdentitySerializer(item["identity"]),
|
|
3088
|
-
};
|
|
3089
|
-
}
|
|
3090
|
-
export function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemDeserializer(item) {
|
|
3091
|
-
return {
|
|
3092
|
-
azureContainerRegistry: item["azureContainerRegistry"],
|
|
3093
|
-
identity: !item["identity"]
|
|
3094
|
-
? item["identity"]
|
|
3095
|
-
: userAssignedIdentityDeserializer(item["identity"]),
|
|
3096
|
-
};
|
|
3097
|
-
}
|
|
3098
2553
|
export function azureKeyVaultKmsSerializer(item) {
|
|
3099
2554
|
return {
|
|
3100
2555
|
enabled: item["enabled"],
|
|
@@ -3119,22 +2574,6 @@ export var KnownKeyVaultNetworkAccessTypes;
|
|
|
3119
2574
|
/** Key vault disables public access and enables private link. */
|
|
3120
2575
|
KnownKeyVaultNetworkAccessTypes["Private"] = "Private";
|
|
3121
2576
|
})(KnownKeyVaultNetworkAccessTypes || (KnownKeyVaultNetworkAccessTypes = {}));
|
|
3122
|
-
export function kubernetesResourceObjectEncryptionProfileSerializer(item) {
|
|
3123
|
-
return { infrastructureEncryption: item["infrastructureEncryption"] };
|
|
3124
|
-
}
|
|
3125
|
-
export function kubernetesResourceObjectEncryptionProfileDeserializer(item) {
|
|
3126
|
-
return {
|
|
3127
|
-
infrastructureEncryption: item["infrastructureEncryption"],
|
|
3128
|
-
};
|
|
3129
|
-
}
|
|
3130
|
-
/** Whether to enable encryption at rest of Kubernetes resource objects using service-managed keys. More information on this can be found under https://aka.ms/aks/kubernetesResourceObjectEncryption. */
|
|
3131
|
-
export var KnownInfrastructureEncryption;
|
|
3132
|
-
(function (KnownInfrastructureEncryption) {
|
|
3133
|
-
/** Encryption at rest of Kubernetes resource objects using service-managed keys is enabled. More information on this can be found under https://aka.ms/aks/kubernetesResourceObjectEncryption. */
|
|
3134
|
-
KnownInfrastructureEncryption["Enabled"] = "Enabled";
|
|
3135
|
-
/** Encryption at rest of Kubernetes resource objects using service-managed keys is disabled. More information on this can be found under https://aka.ms/aks/kubernetesResourceObjectEncryption. */
|
|
3136
|
-
KnownInfrastructureEncryption["Disabled"] = "Disabled";
|
|
3137
|
-
})(KnownInfrastructureEncryption || (KnownInfrastructureEncryption = {}));
|
|
3138
2577
|
export function managedClusterSecurityProfileWorkloadIdentitySerializer(item) {
|
|
3139
2578
|
return { enabled: item["enabled"] };
|
|
3140
2579
|
}
|
|
@@ -3152,31 +2591,6 @@ export function managedClusterSecurityProfileImageCleanerDeserializer(item) {
|
|
|
3152
2591
|
intervalHours: item["intervalHours"],
|
|
3153
2592
|
};
|
|
3154
2593
|
}
|
|
3155
|
-
export function managedClusterSecurityProfileImageIntegritySerializer(item) {
|
|
3156
|
-
return { enabled: item["enabled"] };
|
|
3157
|
-
}
|
|
3158
|
-
export function managedClusterSecurityProfileImageIntegrityDeserializer(item) {
|
|
3159
|
-
return {
|
|
3160
|
-
enabled: item["enabled"],
|
|
3161
|
-
};
|
|
3162
|
-
}
|
|
3163
|
-
export function managedClusterSecurityProfileNodeRestrictionSerializer(item) {
|
|
3164
|
-
return { enabled: item["enabled"] };
|
|
3165
|
-
}
|
|
3166
|
-
export function managedClusterSecurityProfileNodeRestrictionDeserializer(item) {
|
|
3167
|
-
return {
|
|
3168
|
-
enabled: item["enabled"],
|
|
3169
|
-
};
|
|
3170
|
-
}
|
|
3171
|
-
export function serviceAccountImagePullProfileSerializer(item) {
|
|
3172
|
-
return { enabled: item["enabled"], defaultManagedIdentityId: item["defaultManagedIdentityId"] };
|
|
3173
|
-
}
|
|
3174
|
-
export function serviceAccountImagePullProfileDeserializer(item) {
|
|
3175
|
-
return {
|
|
3176
|
-
enabled: item["enabled"],
|
|
3177
|
-
defaultManagedIdentityId: item["defaultManagedIdentityId"],
|
|
3178
|
-
};
|
|
3179
|
-
}
|
|
3180
2594
|
export function managedClusterStorageProfileSerializer(item) {
|
|
3181
2595
|
return {
|
|
3182
2596
|
diskCSIDriver: !item["diskCSIDriver"]
|
|
@@ -3249,9 +2663,6 @@ export function managedClusterIngressProfileSerializer(item) {
|
|
|
3249
2663
|
gatewayAPI: !item["gatewayAPI"]
|
|
3250
2664
|
? item["gatewayAPI"]
|
|
3251
2665
|
: managedClusterIngressProfileGatewayConfigurationSerializer(item["gatewayAPI"]),
|
|
3252
|
-
applicationLoadBalancer: !item["applicationLoadBalancer"]
|
|
3253
|
-
? item["applicationLoadBalancer"]
|
|
3254
|
-
: managedClusterIngressProfileApplicationLoadBalancerSerializer(item["applicationLoadBalancer"]),
|
|
3255
2666
|
};
|
|
3256
2667
|
}
|
|
3257
2668
|
export function managedClusterIngressProfileDeserializer(item) {
|
|
@@ -3262,9 +2673,6 @@ export function managedClusterIngressProfileDeserializer(item) {
|
|
|
3262
2673
|
gatewayAPI: !item["gatewayAPI"]
|
|
3263
2674
|
? item["gatewayAPI"]
|
|
3264
2675
|
: managedClusterIngressProfileGatewayConfigurationDeserializer(item["gatewayAPI"]),
|
|
3265
|
-
applicationLoadBalancer: !item["applicationLoadBalancer"]
|
|
3266
|
-
? item["applicationLoadBalancer"]
|
|
3267
|
-
: managedClusterIngressProfileApplicationLoadBalancerDeserializer(item["applicationLoadBalancer"]),
|
|
3268
2676
|
};
|
|
3269
2677
|
}
|
|
3270
2678
|
export function managedClusterIngressProfileWebAppRoutingSerializer(item) {
|
|
@@ -3281,9 +2689,6 @@ export function managedClusterIngressProfileWebAppRoutingSerializer(item) {
|
|
|
3281
2689
|
nginx: !item["nginx"]
|
|
3282
2690
|
? item["nginx"]
|
|
3283
2691
|
: managedClusterIngressProfileNginxSerializer(item["nginx"]),
|
|
3284
|
-
defaultDomain: !item["defaultDomain"]
|
|
3285
|
-
? item["defaultDomain"]
|
|
3286
|
-
: managedClusterIngressDefaultDomainProfileSerializer(item["defaultDomain"]),
|
|
3287
2692
|
};
|
|
3288
2693
|
}
|
|
3289
2694
|
export function managedClusterIngressProfileWebAppRoutingDeserializer(item) {
|
|
@@ -3303,9 +2708,6 @@ export function managedClusterIngressProfileWebAppRoutingDeserializer(item) {
|
|
|
3303
2708
|
identity: !item["identity"]
|
|
3304
2709
|
? item["identity"]
|
|
3305
2710
|
: userAssignedIdentityDeserializer(item["identity"]),
|
|
3306
|
-
defaultDomain: !item["defaultDomain"]
|
|
3307
|
-
? item["defaultDomain"]
|
|
3308
|
-
: managedClusterIngressDefaultDomainProfileDeserializer(item["defaultDomain"]),
|
|
3309
2711
|
};
|
|
3310
2712
|
}
|
|
3311
2713
|
export function managedClusterWebAppRoutingGatewayAPIImplementationsSerializer(item) {
|
|
@@ -3358,15 +2760,6 @@ export var KnownNginxIngressControllerType;
|
|
|
3358
2760
|
/** 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. */
|
|
3359
2761
|
KnownNginxIngressControllerType["None"] = "None";
|
|
3360
2762
|
})(KnownNginxIngressControllerType || (KnownNginxIngressControllerType = {}));
|
|
3361
|
-
export function managedClusterIngressDefaultDomainProfileSerializer(item) {
|
|
3362
|
-
return { enabled: item["enabled"] };
|
|
3363
|
-
}
|
|
3364
|
-
export function managedClusterIngressDefaultDomainProfileDeserializer(item) {
|
|
3365
|
-
return {
|
|
3366
|
-
enabled: item["enabled"],
|
|
3367
|
-
domainName: item["domainName"],
|
|
3368
|
-
};
|
|
3369
|
-
}
|
|
3370
2763
|
export function managedClusterIngressProfileGatewayConfigurationSerializer(item) {
|
|
3371
2764
|
return { installation: item["installation"] };
|
|
3372
2765
|
}
|
|
@@ -3383,17 +2776,6 @@ export var KnownManagedGatewayType;
|
|
|
3383
2776
|
/** Gateway API CRDs from the standard release channel will be reconciled onto your cluster. See https://aka.ms/gateway-api-versions to see which bundle will be installed for your Kubernetes version. */
|
|
3384
2777
|
KnownManagedGatewayType["Standard"] = "Standard";
|
|
3385
2778
|
})(KnownManagedGatewayType || (KnownManagedGatewayType = {}));
|
|
3386
|
-
export function managedClusterIngressProfileApplicationLoadBalancerSerializer(item) {
|
|
3387
|
-
return { enabled: item["enabled"] };
|
|
3388
|
-
}
|
|
3389
|
-
export function managedClusterIngressProfileApplicationLoadBalancerDeserializer(item) {
|
|
3390
|
-
return {
|
|
3391
|
-
enabled: item["enabled"],
|
|
3392
|
-
identity: !item["identity"]
|
|
3393
|
-
? item["identity"]
|
|
3394
|
-
: userAssignedIdentityDeserializer(item["identity"]),
|
|
3395
|
-
};
|
|
3396
|
-
}
|
|
3397
2779
|
/** PublicNetworkAccess of the managedCluster. Allow or deny public network access for AKS */
|
|
3398
2780
|
export var KnownPublicNetworkAccess;
|
|
3399
2781
|
(function (KnownPublicNetworkAccess) {
|
|
@@ -3401,8 +2783,6 @@ export var KnownPublicNetworkAccess;
|
|
|
3401
2783
|
KnownPublicNetworkAccess["Enabled"] = "Enabled";
|
|
3402
2784
|
/** Inbound traffic to managedCluster is disabled, traffic from managedCluster is allowed. */
|
|
3403
2785
|
KnownPublicNetworkAccess["Disabled"] = "Disabled";
|
|
3404
|
-
/** Inbound/Outbound traffic is managed by Microsoft.Network/NetworkSecurityPerimeters. */
|
|
3405
|
-
KnownPublicNetworkAccess["SecuredByPerimeter"] = "SecuredByPerimeter";
|
|
3406
2786
|
})(KnownPublicNetworkAccess || (KnownPublicNetworkAccess = {}));
|
|
3407
2787
|
export function managedClusterWorkloadAutoScalerProfileSerializer(item) {
|
|
3408
2788
|
return {
|
|
@@ -3433,30 +2813,18 @@ export function managedClusterWorkloadAutoScalerProfileKedaDeserializer(item) {
|
|
|
3433
2813
|
};
|
|
3434
2814
|
}
|
|
3435
2815
|
export function managedClusterWorkloadAutoScalerProfileVerticalPodAutoscalerSerializer(item) {
|
|
3436
|
-
return { enabled: item["enabled"]
|
|
2816
|
+
return { enabled: item["enabled"] };
|
|
3437
2817
|
}
|
|
3438
2818
|
export function managedClusterWorkloadAutoScalerProfileVerticalPodAutoscalerDeserializer(item) {
|
|
3439
2819
|
return {
|
|
3440
2820
|
enabled: item["enabled"],
|
|
3441
|
-
addonAutoscaling: item["addonAutoscaling"],
|
|
3442
2821
|
};
|
|
3443
2822
|
}
|
|
3444
|
-
/** Whether VPA add-on is enabled and configured to scale AKS-managed add-ons. */
|
|
3445
|
-
export var KnownAddonAutoscaling;
|
|
3446
|
-
(function (KnownAddonAutoscaling) {
|
|
3447
|
-
/** Feature to autoscale AKS-managed add-ons is enabled. The default VPA update mode is Initial mode. */
|
|
3448
|
-
KnownAddonAutoscaling["Enabled"] = "Enabled";
|
|
3449
|
-
/** Feature to autoscale AKS-managed add-ons is disabled. */
|
|
3450
|
-
KnownAddonAutoscaling["Disabled"] = "Disabled";
|
|
3451
|
-
})(KnownAddonAutoscaling || (KnownAddonAutoscaling = {}));
|
|
3452
2823
|
export function managedClusterAzureMonitorProfileSerializer(item) {
|
|
3453
2824
|
return {
|
|
3454
2825
|
metrics: !item["metrics"]
|
|
3455
2826
|
? item["metrics"]
|
|
3456
2827
|
: managedClusterAzureMonitorProfileMetricsSerializer(item["metrics"]),
|
|
3457
|
-
containerInsights: !item["containerInsights"]
|
|
3458
|
-
? item["containerInsights"]
|
|
3459
|
-
: managedClusterAzureMonitorProfileContainerInsightsSerializer(item["containerInsights"]),
|
|
3460
2828
|
appMonitoring: !item["appMonitoring"]
|
|
3461
2829
|
? item["appMonitoring"]
|
|
3462
2830
|
: managedClusterAzureMonitorProfileAppMonitoringSerializer(item["appMonitoring"]),
|
|
@@ -3467,9 +2835,6 @@ export function managedClusterAzureMonitorProfileDeserializer(item) {
|
|
|
3467
2835
|
metrics: !item["metrics"]
|
|
3468
2836
|
? item["metrics"]
|
|
3469
2837
|
: managedClusterAzureMonitorProfileMetricsDeserializer(item["metrics"]),
|
|
3470
|
-
containerInsights: !item["containerInsights"]
|
|
3471
|
-
? item["containerInsights"]
|
|
3472
|
-
: managedClusterAzureMonitorProfileContainerInsightsDeserializer(item["containerInsights"]),
|
|
3473
2838
|
appMonitoring: !item["appMonitoring"]
|
|
3474
2839
|
? item["appMonitoring"]
|
|
3475
2840
|
: managedClusterAzureMonitorProfileAppMonitoringDeserializer(item["appMonitoring"]),
|
|
@@ -3517,45 +2882,11 @@ export function managedClusterAzureMonitorProfileMetricsControlPlaneDeserializer
|
|
|
3517
2882
|
enabled: item["enabled"],
|
|
3518
2883
|
};
|
|
3519
2884
|
}
|
|
3520
|
-
export function managedClusterAzureMonitorProfileContainerInsightsSerializer(item) {
|
|
3521
|
-
return {
|
|
3522
|
-
enabled: item["enabled"],
|
|
3523
|
-
logAnalyticsWorkspaceResourceId: item["logAnalyticsWorkspaceResourceId"],
|
|
3524
|
-
syslogPort: item["syslogPort"],
|
|
3525
|
-
disableCustomMetrics: item["disableCustomMetrics"],
|
|
3526
|
-
disablePrometheusMetricsScraping: item["disablePrometheusMetricsScraping"],
|
|
3527
|
-
containerNetworkLogs: item["containerNetworkLogs"],
|
|
3528
|
-
};
|
|
3529
|
-
}
|
|
3530
|
-
export function managedClusterAzureMonitorProfileContainerInsightsDeserializer(item) {
|
|
3531
|
-
return {
|
|
3532
|
-
enabled: item["enabled"],
|
|
3533
|
-
logAnalyticsWorkspaceResourceId: item["logAnalyticsWorkspaceResourceId"],
|
|
3534
|
-
syslogPort: item["syslogPort"],
|
|
3535
|
-
disableCustomMetrics: item["disableCustomMetrics"],
|
|
3536
|
-
disablePrometheusMetricsScraping: item["disablePrometheusMetricsScraping"],
|
|
3537
|
-
containerNetworkLogs: item["containerNetworkLogs"],
|
|
3538
|
-
};
|
|
3539
|
-
}
|
|
3540
|
-
/** Configures container network logs ingestion with Azure Monitor. Which network logs to ingest is controlled by the CRD found in the following links. No network logs are ingested by default. More information on container network logs can be found at https://aka.ms/ContainerNetworkLogsDoc. More information on configuring container network log can be found at https://aka.ms/acns/howtoenablecnl. If not specified, the default is Disabled. */
|
|
3541
|
-
export var KnownContainerNetworkLogs;
|
|
3542
|
-
(function (KnownContainerNetworkLogs) {
|
|
3543
|
-
/** Azure monitor ingestion of container network logs is disabled */
|
|
3544
|
-
KnownContainerNetworkLogs["Disabled"] = "Disabled";
|
|
3545
|
-
/** Azure monitor ingestion of container network logs is enabled */
|
|
3546
|
-
KnownContainerNetworkLogs["Enabled"] = "Enabled";
|
|
3547
|
-
})(KnownContainerNetworkLogs || (KnownContainerNetworkLogs = {}));
|
|
3548
2885
|
export function managedClusterAzureMonitorProfileAppMonitoringSerializer(item) {
|
|
3549
2886
|
return {
|
|
3550
2887
|
autoInstrumentation: !item["autoInstrumentation"]
|
|
3551
2888
|
? item["autoInstrumentation"]
|
|
3552
2889
|
: managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationSerializer(item["autoInstrumentation"]),
|
|
3553
|
-
openTelemetryMetrics: !item["openTelemetryMetrics"]
|
|
3554
|
-
? item["openTelemetryMetrics"]
|
|
3555
|
-
: managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsSerializer(item["openTelemetryMetrics"]),
|
|
3556
|
-
openTelemetryLogsAndTraces: !item["openTelemetryLogsAndTraces"]
|
|
3557
|
-
? item["openTelemetryLogsAndTraces"]
|
|
3558
|
-
: managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTracesSerializer(item["openTelemetryLogsAndTraces"]),
|
|
3559
2890
|
};
|
|
3560
2891
|
}
|
|
3561
2892
|
export function managedClusterAzureMonitorProfileAppMonitoringDeserializer(item) {
|
|
@@ -3563,12 +2894,6 @@ export function managedClusterAzureMonitorProfileAppMonitoringDeserializer(item)
|
|
|
3563
2894
|
autoInstrumentation: !item["autoInstrumentation"]
|
|
3564
2895
|
? item["autoInstrumentation"]
|
|
3565
2896
|
: managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationDeserializer(item["autoInstrumentation"]),
|
|
3566
|
-
openTelemetryMetrics: !item["openTelemetryMetrics"]
|
|
3567
|
-
? item["openTelemetryMetrics"]
|
|
3568
|
-
: managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsDeserializer(item["openTelemetryMetrics"]),
|
|
3569
|
-
openTelemetryLogsAndTraces: !item["openTelemetryLogsAndTraces"]
|
|
3570
|
-
? item["openTelemetryLogsAndTraces"]
|
|
3571
|
-
: managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTracesDeserializer(item["openTelemetryLogsAndTraces"]),
|
|
3572
2897
|
};
|
|
3573
2898
|
}
|
|
3574
2899
|
export function managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationSerializer(item) {
|
|
@@ -3579,26 +2904,6 @@ export function managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentatio
|
|
|
3579
2904
|
enabled: item["enabled"],
|
|
3580
2905
|
};
|
|
3581
2906
|
}
|
|
3582
|
-
export function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsSerializer(item) {
|
|
3583
|
-
return { enabled: item["enabled"], httpPort: item["httpPort"], grpcPort: item["grpcPort"] };
|
|
3584
|
-
}
|
|
3585
|
-
export function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsDeserializer(item) {
|
|
3586
|
-
return {
|
|
3587
|
-
enabled: item["enabled"],
|
|
3588
|
-
httpPort: item["httpPort"],
|
|
3589
|
-
grpcPort: item["grpcPort"],
|
|
3590
|
-
};
|
|
3591
|
-
}
|
|
3592
|
-
export function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTracesSerializer(item) {
|
|
3593
|
-
return { enabled: item["enabled"], httpPort: item["httpPort"], grpcPort: item["grpcPort"] };
|
|
3594
|
-
}
|
|
3595
|
-
export function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTracesDeserializer(item) {
|
|
3596
|
-
return {
|
|
3597
|
-
enabled: item["enabled"],
|
|
3598
|
-
httpPort: item["httpPort"],
|
|
3599
|
-
grpcPort: item["grpcPort"],
|
|
3600
|
-
};
|
|
3601
|
-
}
|
|
3602
2907
|
export function serviceMeshProfileSerializer(item) {
|
|
3603
2908
|
return {
|
|
3604
2909
|
mode: item["mode"],
|
|
@@ -3839,50 +3144,6 @@ export function managedClusterAIToolchainOperatorProfileDeserializer(item) {
|
|
|
3839
3144
|
enabled: item["enabled"],
|
|
3840
3145
|
};
|
|
3841
3146
|
}
|
|
3842
|
-
export function schedulerProfileSerializer(item) {
|
|
3843
|
-
return {
|
|
3844
|
-
schedulerInstanceProfiles: !item["schedulerInstanceProfiles"]
|
|
3845
|
-
? item["schedulerInstanceProfiles"]
|
|
3846
|
-
: schedulerProfileSchedulerInstanceProfilesSerializer(item["schedulerInstanceProfiles"]),
|
|
3847
|
-
};
|
|
3848
|
-
}
|
|
3849
|
-
export function schedulerProfileDeserializer(item) {
|
|
3850
|
-
return {
|
|
3851
|
-
schedulerInstanceProfiles: !item["schedulerInstanceProfiles"]
|
|
3852
|
-
? item["schedulerInstanceProfiles"]
|
|
3853
|
-
: schedulerProfileSchedulerInstanceProfilesDeserializer(item["schedulerInstanceProfiles"]),
|
|
3854
|
-
};
|
|
3855
|
-
}
|
|
3856
|
-
export function schedulerProfileSchedulerInstanceProfilesSerializer(item) {
|
|
3857
|
-
return {
|
|
3858
|
-
upstream: !item["upstream"]
|
|
3859
|
-
? item["upstream"]
|
|
3860
|
-
: schedulerInstanceProfileSerializer(item["upstream"]),
|
|
3861
|
-
};
|
|
3862
|
-
}
|
|
3863
|
-
export function schedulerProfileSchedulerInstanceProfilesDeserializer(item) {
|
|
3864
|
-
return {
|
|
3865
|
-
upstream: !item["upstream"]
|
|
3866
|
-
? item["upstream"]
|
|
3867
|
-
: schedulerInstanceProfileDeserializer(item["upstream"]),
|
|
3868
|
-
};
|
|
3869
|
-
}
|
|
3870
|
-
export function schedulerInstanceProfileSerializer(item) {
|
|
3871
|
-
return { schedulerConfigMode: item["schedulerConfigMode"] };
|
|
3872
|
-
}
|
|
3873
|
-
export function schedulerInstanceProfileDeserializer(item) {
|
|
3874
|
-
return {
|
|
3875
|
-
schedulerConfigMode: item["schedulerConfigMode"],
|
|
3876
|
-
};
|
|
3877
|
-
}
|
|
3878
|
-
/** The config customization mode for this scheduler instance. */
|
|
3879
|
-
export var KnownSchedulerConfigMode;
|
|
3880
|
-
(function (KnownSchedulerConfigMode) {
|
|
3881
|
-
/** No config customization. Use default configuration. */
|
|
3882
|
-
KnownSchedulerConfigMode["Default"] = "Default";
|
|
3883
|
-
/** Enable config customization. Customer can specify scheduler configuration via a CRD. See aka.ms/aks/scheduler-crd for details. */
|
|
3884
|
-
KnownSchedulerConfigMode["ManagedByCRD"] = "ManagedByCRD";
|
|
3885
|
-
})(KnownSchedulerConfigMode || (KnownSchedulerConfigMode = {}));
|
|
3886
3147
|
export function managedClusterHostedSystemProfileSerializer(item) {
|
|
3887
3148
|
return {
|
|
3888
3149
|
enabled: item["enabled"],
|
|
@@ -3897,54 +3158,6 @@ export function managedClusterHostedSystemProfileDeserializer(item) {
|
|
|
3897
3158
|
nodeSubnetID: item["nodeSubnetID"],
|
|
3898
3159
|
};
|
|
3899
3160
|
}
|
|
3900
|
-
export function managedClusterHealthMonitorProfileSerializer(item) {
|
|
3901
|
-
return {
|
|
3902
|
-
enableContinuousControlPlaneAndAddonMonitor: item["enableContinuousControlPlaneAndAddonMonitor"],
|
|
3903
|
-
enableOnDemandMonitor: item["enableOnDemandMonitor"],
|
|
3904
|
-
};
|
|
3905
|
-
}
|
|
3906
|
-
export function managedClusterHealthMonitorProfileDeserializer(item) {
|
|
3907
|
-
return {
|
|
3908
|
-
enableContinuousControlPlaneAndAddonMonitor: item["enableContinuousControlPlaneAndAddonMonitor"],
|
|
3909
|
-
enableOnDemandMonitor: item["enableOnDemandMonitor"],
|
|
3910
|
-
};
|
|
3911
|
-
}
|
|
3912
|
-
export function managedClusterControlPlaneScalingProfileSerializer(item) {
|
|
3913
|
-
return { scalingSize: item["scalingSize"] };
|
|
3914
|
-
}
|
|
3915
|
-
export function managedClusterControlPlaneScalingProfileDeserializer(item) {
|
|
3916
|
-
return {
|
|
3917
|
-
scalingSize: item["scalingSize"],
|
|
3918
|
-
};
|
|
3919
|
-
}
|
|
3920
|
-
/** The scaling size of the control plane. Scaling sizes offer guaranteed capacity and predictable Kubernetes performance beyond standard tier defaults. Higher H sizes provide increased performance guarantees. See https://aka.ms/aks/hyperscale for performance metrics details for each size. */
|
|
3921
|
-
export var KnownControlPlaneScalingSize;
|
|
3922
|
-
(function (KnownControlPlaneScalingSize) {
|
|
3923
|
-
/** H2 is the smallest scaling size with guaranteed capacity and predictable performance beyond standard tier defaults. */
|
|
3924
|
-
KnownControlPlaneScalingSize["H2"] = "H2";
|
|
3925
|
-
/** H4 scaling size provides increased guaranteed performance over H2. */
|
|
3926
|
-
KnownControlPlaneScalingSize["H4"] = "H4";
|
|
3927
|
-
/** H8 scaling size provides increased guaranteed performance over H4. */
|
|
3928
|
-
KnownControlPlaneScalingSize["H8"] = "H8";
|
|
3929
|
-
})(KnownControlPlaneScalingSize || (KnownControlPlaneScalingSize = {}));
|
|
3930
|
-
export function nodeDisruptionProfileSerializer(item) {
|
|
3931
|
-
return { nodeDisruptionPolicy: item["nodeDisruptionPolicy"] };
|
|
3932
|
-
}
|
|
3933
|
-
export function nodeDisruptionProfileDeserializer(item) {
|
|
3934
|
-
return {
|
|
3935
|
-
nodeDisruptionPolicy: item["nodeDisruptionPolicy"],
|
|
3936
|
-
};
|
|
3937
|
-
}
|
|
3938
|
-
/** The policy configuration for when to allow certain operations which require node re-image and trigger redeployment. For example, some operations, such as updating the .properties.ManagedClusterSecurityProfile.customCATrustCertificates field on an existing managed cluster, trigger rolling updates of the nodes. This setting allows control over when such updates are accepted. The default is 'Allow'. For a full list of covered operations see aka.ms/aks/nodedisruptionpolicy". */
|
|
3939
|
-
export var KnownNodeDisruptionPolicy;
|
|
3940
|
-
(function (KnownNodeDisruptionPolicy) {
|
|
3941
|
-
/** Allows operations that will require node re-image and trigger redeployment. */
|
|
3942
|
-
KnownNodeDisruptionPolicy["Allow"] = "Allow";
|
|
3943
|
-
/** Blocks certain operations that will require node re-image and trigger redeployment unless within the aksManagedNodeOSUpgradeSchedule maintenance window. For a full list of covered operations see aka.ms/aks/nodedisruptionpolicy . For more information on using the aksManagedNodeOSUpgradeSchedule maintenance window, please see https://learn.microsoft.com/azure/aks/planned-maintenance?tabs=azure-cli */
|
|
3944
|
-
KnownNodeDisruptionPolicy["AllowDuringMaintenanceWindow"] = "AllowDuringMaintenanceWindow";
|
|
3945
|
-
/** Blocks certain operations that will require node re-image and trigger redeployment. For a full list of covered operations see aka.ms/aks/nodedisruptionpolicy */
|
|
3946
|
-
KnownNodeDisruptionPolicy["Block"] = "Block";
|
|
3947
|
-
})(KnownNodeDisruptionPolicy || (KnownNodeDisruptionPolicy = {}));
|
|
3948
3161
|
export function managedClusterStatusSerializer(_item) {
|
|
3949
3162
|
return {};
|
|
3950
3163
|
}
|
|
@@ -4238,15 +3451,6 @@ export function endpointDetailDeserializer(item) {
|
|
|
4238
3451
|
description: item["description"],
|
|
4239
3452
|
};
|
|
4240
3453
|
}
|
|
4241
|
-
export function rebalanceLoadBalancersRequestBodySerializer(item) {
|
|
4242
|
-
return {
|
|
4243
|
-
loadBalancerNames: !item["loadBalancerNames"]
|
|
4244
|
-
? item["loadBalancerNames"]
|
|
4245
|
-
: item["loadBalancerNames"].map((p) => {
|
|
4246
|
-
return p;
|
|
4247
|
-
}),
|
|
4248
|
-
};
|
|
4249
|
-
}
|
|
4250
3454
|
export function managedClusterUpgradeProfileDeserializer(item) {
|
|
4251
3455
|
return {
|
|
4252
3456
|
id: item["id"],
|
|
@@ -4272,9 +3476,6 @@ export function managedClusterPoolUpgradeProfileDeserializer(item) {
|
|
|
4272
3476
|
upgrades: !item["upgrades"]
|
|
4273
3477
|
? item["upgrades"]
|
|
4274
3478
|
: managedClusterPoolUpgradeProfileUpgradesItemArrayDeserializer(item["upgrades"]),
|
|
4275
|
-
componentsByReleases: !item["componentsByReleases"]
|
|
4276
|
-
? item["componentsByReleases"]
|
|
4277
|
-
: componentsByReleaseArrayDeserializer(item["componentsByReleases"]),
|
|
4278
3479
|
};
|
|
4279
3480
|
}
|
|
4280
3481
|
export function managedClusterPoolUpgradeProfileUpgradesItemArrayDeserializer(result) {
|
|
@@ -4286,7 +3487,6 @@ export function managedClusterPoolUpgradeProfileUpgradesItemDeserializer(item) {
|
|
|
4286
3487
|
return {
|
|
4287
3488
|
kubernetesVersion: item["kubernetesVersion"],
|
|
4288
3489
|
isPreview: item["isPreview"],
|
|
4289
|
-
isOutOfSupport: item["isOutOfSupport"],
|
|
4290
3490
|
};
|
|
4291
3491
|
}
|
|
4292
3492
|
export function managedClusterPoolUpgradeProfileArrayDeserializer(result) {
|
|
@@ -4294,79 +3494,7 @@ export function managedClusterPoolUpgradeProfileArrayDeserializer(result) {
|
|
|
4294
3494
|
return managedClusterPoolUpgradeProfileDeserializer(item);
|
|
4295
3495
|
});
|
|
4296
3496
|
}
|
|
4297
|
-
export function
|
|
4298
|
-
return {
|
|
4299
|
-
id: item["id"],
|
|
4300
|
-
name: item["name"],
|
|
4301
|
-
type: item["type"],
|
|
4302
|
-
systemData: !item["systemData"]
|
|
4303
|
-
? item["systemData"]
|
|
4304
|
-
: systemDataDeserializer(item["systemData"]),
|
|
4305
|
-
properties: guardrailsAvailableVersionsPropertiesDeserializer(item["properties"]),
|
|
4306
|
-
};
|
|
4307
|
-
}
|
|
4308
|
-
export function guardrailsAvailableVersionsPropertiesDeserializer(item) {
|
|
4309
|
-
return {
|
|
4310
|
-
isDefaultVersion: item["isDefaultVersion"],
|
|
4311
|
-
support: item["support"],
|
|
4312
|
-
};
|
|
4313
|
-
}
|
|
4314
|
-
/** Whether the version is preview or stable. */
|
|
4315
|
-
export var KnownGuardrailsSupport;
|
|
4316
|
-
(function (KnownGuardrailsSupport) {
|
|
4317
|
-
/** The version is preview. It is not recommended to use preview versions on critical production clusters. The preview version may not support all use-cases. */
|
|
4318
|
-
KnownGuardrailsSupport["Preview"] = "Preview";
|
|
4319
|
-
/** The version is stable and can be used on critical production clusters. */
|
|
4320
|
-
KnownGuardrailsSupport["Stable"] = "Stable";
|
|
4321
|
-
})(KnownGuardrailsSupport || (KnownGuardrailsSupport = {}));
|
|
4322
|
-
export function _guardrailsAvailableVersionsListDeserializer(item) {
|
|
4323
|
-
return {
|
|
4324
|
-
value: guardrailsAvailableVersionArrayDeserializer(item["value"]),
|
|
4325
|
-
nextLink: item["nextLink"],
|
|
4326
|
-
};
|
|
4327
|
-
}
|
|
4328
|
-
export function guardrailsAvailableVersionArrayDeserializer(result) {
|
|
4329
|
-
return result.map((item) => {
|
|
4330
|
-
return guardrailsAvailableVersionDeserializer(item);
|
|
4331
|
-
});
|
|
4332
|
-
}
|
|
4333
|
-
export function safeguardsAvailableVersionDeserializer(item) {
|
|
4334
|
-
return {
|
|
4335
|
-
id: item["id"],
|
|
4336
|
-
name: item["name"],
|
|
4337
|
-
type: item["type"],
|
|
4338
|
-
systemData: !item["systemData"]
|
|
4339
|
-
? item["systemData"]
|
|
4340
|
-
: systemDataDeserializer(item["systemData"]),
|
|
4341
|
-
properties: safeguardsAvailableVersionsPropertiesDeserializer(item["properties"]),
|
|
4342
|
-
};
|
|
4343
|
-
}
|
|
4344
|
-
export function safeguardsAvailableVersionsPropertiesDeserializer(item) {
|
|
4345
|
-
return {
|
|
4346
|
-
isDefaultVersion: item["isDefaultVersion"],
|
|
4347
|
-
support: item["support"],
|
|
4348
|
-
};
|
|
4349
|
-
}
|
|
4350
|
-
/** Whether the version is preview or stable. */
|
|
4351
|
-
export var KnownSafeguardsSupport;
|
|
4352
|
-
(function (KnownSafeguardsSupport) {
|
|
4353
|
-
/** The version is preview. It is not recommended to use preview versions on critical production clusters. The preview version may not support all use-cases. */
|
|
4354
|
-
KnownSafeguardsSupport["Preview"] = "Preview";
|
|
4355
|
-
/** The version is stable and can be used on critical production clusters. */
|
|
4356
|
-
KnownSafeguardsSupport["Stable"] = "Stable";
|
|
4357
|
-
})(KnownSafeguardsSupport || (KnownSafeguardsSupport = {}));
|
|
4358
|
-
export function _safeguardsAvailableVersionsListDeserializer(item) {
|
|
4359
|
-
return {
|
|
4360
|
-
value: safeguardsAvailableVersionArrayDeserializer(item["value"]),
|
|
4361
|
-
nextLink: item["nextLink"],
|
|
4362
|
-
};
|
|
4363
|
-
}
|
|
4364
|
-
export function safeguardsAvailableVersionArrayDeserializer(result) {
|
|
4365
|
-
return result.map((item) => {
|
|
4366
|
-
return safeguardsAvailableVersionDeserializer(item);
|
|
4367
|
-
});
|
|
4368
|
-
}
|
|
4369
|
-
export function meshRevisionProfileDeserializer(item) {
|
|
3497
|
+
export function meshRevisionProfileDeserializer(item) {
|
|
4370
3498
|
return {
|
|
4371
3499
|
id: item["id"],
|
|
4372
3500
|
name: item["name"],
|
|
@@ -4919,18 +4047,6 @@ export function managedNamespaceArrayDeserializer(result) {
|
|
|
4919
4047
|
return managedNamespaceDeserializer(item);
|
|
4920
4048
|
});
|
|
4921
4049
|
}
|
|
4922
|
-
export function machineSerializer(item) {
|
|
4923
|
-
return {
|
|
4924
|
-
properties: !item["properties"]
|
|
4925
|
-
? item["properties"]
|
|
4926
|
-
: machinePropertiesSerializer(item["properties"]),
|
|
4927
|
-
zones: !item["zones"]
|
|
4928
|
-
? item["zones"]
|
|
4929
|
-
: item["zones"].map((p) => {
|
|
4930
|
-
return p;
|
|
4931
|
-
}),
|
|
4932
|
-
};
|
|
4933
|
-
}
|
|
4934
4050
|
export function machineDeserializer(item) {
|
|
4935
4051
|
return {
|
|
4936
4052
|
id: item["id"],
|
|
@@ -4949,78 +4065,12 @@ export function machineDeserializer(item) {
|
|
|
4949
4065
|
}),
|
|
4950
4066
|
};
|
|
4951
4067
|
}
|
|
4952
|
-
export function machinePropertiesSerializer(item) {
|
|
4953
|
-
return {
|
|
4954
|
-
network: !item["network"]
|
|
4955
|
-
? item["network"]
|
|
4956
|
-
: machineNetworkPropertiesSerializer(item["network"]),
|
|
4957
|
-
hardware: !item["hardware"]
|
|
4958
|
-
? item["hardware"]
|
|
4959
|
-
: machineHardwareProfileSerializer(item["hardware"]),
|
|
4960
|
-
operatingSystem: !item["operatingSystem"]
|
|
4961
|
-
? item["operatingSystem"]
|
|
4962
|
-
: machineOSProfileSerializer(item["operatingSystem"]),
|
|
4963
|
-
kubernetes: !item["kubernetes"]
|
|
4964
|
-
? item["kubernetes"]
|
|
4965
|
-
: machineKubernetesProfileSerializer(item["kubernetes"]),
|
|
4966
|
-
mode: item["mode"],
|
|
4967
|
-
security: !item["security"]
|
|
4968
|
-
? item["security"]
|
|
4969
|
-
: machineSecurityProfileSerializer(item["security"]),
|
|
4970
|
-
priority: item["priority"],
|
|
4971
|
-
evictionPolicy: item["evictionPolicy"],
|
|
4972
|
-
billing: !item["billing"] ? item["billing"] : machineBillingProfileSerializer(item["billing"]),
|
|
4973
|
-
tags: item["tags"],
|
|
4974
|
-
localDNSProfile: !item["localDNSProfile"]
|
|
4975
|
-
? item["localDNSProfile"]
|
|
4976
|
-
: localDNSProfileSerializer(item["localDNSProfile"]),
|
|
4977
|
-
};
|
|
4978
|
-
}
|
|
4979
4068
|
export function machinePropertiesDeserializer(item) {
|
|
4980
4069
|
return {
|
|
4981
4070
|
network: !item["network"]
|
|
4982
4071
|
? item["network"]
|
|
4983
4072
|
: machineNetworkPropertiesDeserializer(item["network"]),
|
|
4984
4073
|
resourceId: item["resourceId"],
|
|
4985
|
-
hardware: !item["hardware"]
|
|
4986
|
-
? item["hardware"]
|
|
4987
|
-
: machineHardwareProfileDeserializer(item["hardware"]),
|
|
4988
|
-
operatingSystem: !item["operatingSystem"]
|
|
4989
|
-
? item["operatingSystem"]
|
|
4990
|
-
: machineOSProfileDeserializer(item["operatingSystem"]),
|
|
4991
|
-
kubernetes: !item["kubernetes"]
|
|
4992
|
-
? item["kubernetes"]
|
|
4993
|
-
: machineKubernetesProfileDeserializer(item["kubernetes"]),
|
|
4994
|
-
mode: item["mode"],
|
|
4995
|
-
security: !item["security"]
|
|
4996
|
-
? item["security"]
|
|
4997
|
-
: machineSecurityProfileDeserializer(item["security"]),
|
|
4998
|
-
priority: item["priority"],
|
|
4999
|
-
evictionPolicy: item["evictionPolicy"],
|
|
5000
|
-
billing: !item["billing"]
|
|
5001
|
-
? item["billing"]
|
|
5002
|
-
: machineBillingProfileDeserializer(item["billing"]),
|
|
5003
|
-
nodeImageVersion: item["nodeImageVersion"],
|
|
5004
|
-
provisioningState: item["provisioningState"],
|
|
5005
|
-
tags: !item["tags"]
|
|
5006
|
-
? item["tags"]
|
|
5007
|
-
: Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
5008
|
-
eTag: item["eTag"],
|
|
5009
|
-
status: !item["status"] ? item["status"] : machineStatusDeserializer(item["status"]),
|
|
5010
|
-
localDNSProfile: !item["localDNSProfile"]
|
|
5011
|
-
? item["localDNSProfile"]
|
|
5012
|
-
: localDNSProfileDeserializer(item["localDNSProfile"]),
|
|
5013
|
-
};
|
|
5014
|
-
}
|
|
5015
|
-
export function machineNetworkPropertiesSerializer(item) {
|
|
5016
|
-
return {
|
|
5017
|
-
vnetSubnetID: item["vnetSubnetID"],
|
|
5018
|
-
podSubnetID: item["podSubnetID"],
|
|
5019
|
-
enableNodePublicIP: item["enableNodePublicIP"],
|
|
5020
|
-
nodePublicIPPrefixID: item["nodePublicIPPrefixID"],
|
|
5021
|
-
nodePublicIPTags: !item["nodePublicIPTags"]
|
|
5022
|
-
? item["nodePublicIPTags"]
|
|
5023
|
-
: ipTagArraySerializer(item["nodePublicIPTags"]),
|
|
5024
4074
|
};
|
|
5025
4075
|
}
|
|
5026
4076
|
export function machineNetworkPropertiesDeserializer(item) {
|
|
@@ -5028,13 +4078,6 @@ export function machineNetworkPropertiesDeserializer(item) {
|
|
|
5028
4078
|
ipAddresses: !item["ipAddresses"]
|
|
5029
4079
|
? item["ipAddresses"]
|
|
5030
4080
|
: machineIpAddressArrayDeserializer(item["ipAddresses"]),
|
|
5031
|
-
vnetSubnetID: item["vnetSubnetID"],
|
|
5032
|
-
podSubnetID: item["podSubnetID"],
|
|
5033
|
-
enableNodePublicIP: item["enableNodePublicIP"],
|
|
5034
|
-
nodePublicIPPrefixID: item["nodePublicIPPrefixID"],
|
|
5035
|
-
nodePublicIPTags: !item["nodePublicIPTags"]
|
|
5036
|
-
? item["nodePublicIPTags"]
|
|
5037
|
-
: ipTagArrayDeserializer(item["nodePublicIPTags"]),
|
|
5038
4081
|
};
|
|
5039
4082
|
}
|
|
5040
4083
|
export function machineIpAddressArrayDeserializer(result) {
|
|
@@ -5048,188 +4091,12 @@ export function machineIpAddressDeserializer(item) {
|
|
|
5048
4091
|
ip: item["ip"],
|
|
5049
4092
|
};
|
|
5050
4093
|
}
|
|
5051
|
-
export function machineHardwareProfileSerializer(item) {
|
|
5052
|
-
return {
|
|
5053
|
-
vmSize: item["vmSize"],
|
|
5054
|
-
gpuInstanceProfile: item["gpuInstanceProfile"],
|
|
5055
|
-
gpuProfile: !item["gpuProfile"] ? item["gpuProfile"] : gpuProfileSerializer(item["gpuProfile"]),
|
|
5056
|
-
ultraSsdEnabled: item["ultraSsdEnabled"],
|
|
5057
|
-
};
|
|
5058
|
-
}
|
|
5059
|
-
export function machineHardwareProfileDeserializer(item) {
|
|
5060
|
-
return {
|
|
5061
|
-
vmSize: item["vmSize"],
|
|
5062
|
-
gpuInstanceProfile: item["gpuInstanceProfile"],
|
|
5063
|
-
gpuProfile: !item["gpuProfile"]
|
|
5064
|
-
? item["gpuProfile"]
|
|
5065
|
-
: gpuProfileDeserializer(item["gpuProfile"]),
|
|
5066
|
-
ultraSsdEnabled: item["ultraSsdEnabled"],
|
|
5067
|
-
};
|
|
5068
|
-
}
|
|
5069
|
-
export function machineOSProfileSerializer(item) {
|
|
5070
|
-
return {
|
|
5071
|
-
osType: item["osType"],
|
|
5072
|
-
osSKU: item["osSKU"],
|
|
5073
|
-
osDiskSizeGB: item["osDiskSizeGB"],
|
|
5074
|
-
osDiskType: item["osDiskType"],
|
|
5075
|
-
enableFIPS: item["enableFips"],
|
|
5076
|
-
linuxProfile: !item["linuxProfile"]
|
|
5077
|
-
? item["linuxProfile"]
|
|
5078
|
-
: machineOSProfileLinuxProfileSerializer(item["linuxProfile"]),
|
|
5079
|
-
windowsProfile: !item["windowsProfile"]
|
|
5080
|
-
? item["windowsProfile"]
|
|
5081
|
-
: agentPoolWindowsProfileSerializer(item["windowsProfile"]),
|
|
5082
|
-
};
|
|
5083
|
-
}
|
|
5084
|
-
export function machineOSProfileDeserializer(item) {
|
|
5085
|
-
return {
|
|
5086
|
-
osType: item["osType"],
|
|
5087
|
-
osSKU: item["osSKU"],
|
|
5088
|
-
osDiskSizeGB: item["osDiskSizeGB"],
|
|
5089
|
-
osDiskType: item["osDiskType"],
|
|
5090
|
-
enableFips: item["enableFIPS"],
|
|
5091
|
-
linuxProfile: !item["linuxProfile"]
|
|
5092
|
-
? item["linuxProfile"]
|
|
5093
|
-
: machineOSProfileLinuxProfileDeserializer(item["linuxProfile"]),
|
|
5094
|
-
windowsProfile: !item["windowsProfile"]
|
|
5095
|
-
? item["windowsProfile"]
|
|
5096
|
-
: agentPoolWindowsProfileDeserializer(item["windowsProfile"]),
|
|
5097
|
-
};
|
|
5098
|
-
}
|
|
5099
|
-
export function machineOSProfileLinuxProfileSerializer(item) {
|
|
5100
|
-
return {
|
|
5101
|
-
linuxOSConfig: !item["linuxOSConfig"]
|
|
5102
|
-
? item["linuxOSConfig"]
|
|
5103
|
-
: linuxOSConfigSerializer(item["linuxOSConfig"]),
|
|
5104
|
-
messageOfTheDay: item["messageOfTheDay"],
|
|
5105
|
-
};
|
|
5106
|
-
}
|
|
5107
|
-
export function machineOSProfileLinuxProfileDeserializer(item) {
|
|
5108
|
-
return {
|
|
5109
|
-
linuxOSConfig: !item["linuxOSConfig"]
|
|
5110
|
-
? item["linuxOSConfig"]
|
|
5111
|
-
: linuxOSConfigDeserializer(item["linuxOSConfig"]),
|
|
5112
|
-
messageOfTheDay: item["messageOfTheDay"],
|
|
5113
|
-
};
|
|
5114
|
-
}
|
|
5115
|
-
export function machineKubernetesProfileSerializer(item) {
|
|
5116
|
-
return {
|
|
5117
|
-
nodeLabels: item["nodeLabels"],
|
|
5118
|
-
orchestratorVersion: item["orchestratorVersion"],
|
|
5119
|
-
kubeletDiskType: item["kubeletDiskType"],
|
|
5120
|
-
kubeletConfig: !item["kubeletConfig"]
|
|
5121
|
-
? item["kubeletConfig"]
|
|
5122
|
-
: kubeletConfigSerializer(item["kubeletConfig"]),
|
|
5123
|
-
nodeInitializationTaints: !item["nodeInitializationTaints"]
|
|
5124
|
-
? item["nodeInitializationTaints"]
|
|
5125
|
-
: item["nodeInitializationTaints"].map((p) => {
|
|
5126
|
-
return p;
|
|
5127
|
-
}),
|
|
5128
|
-
nodeTaints: !item["nodeTaints"]
|
|
5129
|
-
? item["nodeTaints"]
|
|
5130
|
-
: item["nodeTaints"].map((p) => {
|
|
5131
|
-
return p;
|
|
5132
|
-
}),
|
|
5133
|
-
maxPods: item["maxPods"],
|
|
5134
|
-
workloadRuntime: item["workloadRuntime"],
|
|
5135
|
-
artifactStreamingProfile: !item["artifactStreamingProfile"]
|
|
5136
|
-
? item["artifactStreamingProfile"]
|
|
5137
|
-
: agentPoolArtifactStreamingProfileSerializer(item["artifactStreamingProfile"]),
|
|
5138
|
-
};
|
|
5139
|
-
}
|
|
5140
|
-
export function machineKubernetesProfileDeserializer(item) {
|
|
5141
|
-
return {
|
|
5142
|
-
nodeLabels: !item["nodeLabels"]
|
|
5143
|
-
? item["nodeLabels"]
|
|
5144
|
-
: Object.fromEntries(Object.entries(item["nodeLabels"]).map(([k, p]) => [k, p])),
|
|
5145
|
-
orchestratorVersion: item["orchestratorVersion"],
|
|
5146
|
-
currentOrchestratorVersion: item["currentOrchestratorVersion"],
|
|
5147
|
-
kubeletDiskType: item["kubeletDiskType"],
|
|
5148
|
-
kubeletConfig: !item["kubeletConfig"]
|
|
5149
|
-
? item["kubeletConfig"]
|
|
5150
|
-
: kubeletConfigDeserializer(item["kubeletConfig"]),
|
|
5151
|
-
nodeInitializationTaints: !item["nodeInitializationTaints"]
|
|
5152
|
-
? item["nodeInitializationTaints"]
|
|
5153
|
-
: item["nodeInitializationTaints"].map((p) => {
|
|
5154
|
-
return p;
|
|
5155
|
-
}),
|
|
5156
|
-
nodeTaints: !item["nodeTaints"]
|
|
5157
|
-
? item["nodeTaints"]
|
|
5158
|
-
: item["nodeTaints"].map((p) => {
|
|
5159
|
-
return p;
|
|
5160
|
-
}),
|
|
5161
|
-
maxPods: item["maxPods"],
|
|
5162
|
-
nodeName: item["nodeName"],
|
|
5163
|
-
workloadRuntime: item["workloadRuntime"],
|
|
5164
|
-
artifactStreamingProfile: !item["artifactStreamingProfile"]
|
|
5165
|
-
? item["artifactStreamingProfile"]
|
|
5166
|
-
: agentPoolArtifactStreamingProfileDeserializer(item["artifactStreamingProfile"]),
|
|
5167
|
-
};
|
|
5168
|
-
}
|
|
5169
|
-
export function machineSecurityProfileSerializer(item) {
|
|
5170
|
-
return {
|
|
5171
|
-
enableVTPM: item["enableVtpm"],
|
|
5172
|
-
enableSecureBoot: item["enableSecureBoot"],
|
|
5173
|
-
sshAccess: item["sshAccess"],
|
|
5174
|
-
enableEncryptionAtHost: item["enableEncryptionAtHost"],
|
|
5175
|
-
};
|
|
5176
|
-
}
|
|
5177
|
-
export function machineSecurityProfileDeserializer(item) {
|
|
5178
|
-
return {
|
|
5179
|
-
enableVtpm: item["enableVTPM"],
|
|
5180
|
-
enableSecureBoot: item["enableSecureBoot"],
|
|
5181
|
-
sshAccess: item["sshAccess"],
|
|
5182
|
-
enableEncryptionAtHost: item["enableEncryptionAtHost"],
|
|
5183
|
-
};
|
|
5184
|
-
}
|
|
5185
|
-
export function machineBillingProfileSerializer(item) {
|
|
5186
|
-
return { spotMaxPrice: item["spotMaxPrice"] };
|
|
5187
|
-
}
|
|
5188
|
-
export function machineBillingProfileDeserializer(item) {
|
|
5189
|
-
return {
|
|
5190
|
-
spotMaxPrice: item["spotMaxPrice"],
|
|
5191
|
-
};
|
|
5192
|
-
}
|
|
5193
|
-
export function machineStatusDeserializer(item) {
|
|
5194
|
-
return {
|
|
5195
|
-
provisioningError: !item["provisioningError"]
|
|
5196
|
-
? item["provisioningError"]
|
|
5197
|
-
: errorDetailDeserializer(item["provisioningError"]),
|
|
5198
|
-
creationTimestamp: !item["creationTimestamp"]
|
|
5199
|
-
? item["creationTimestamp"]
|
|
5200
|
-
: new Date(item["creationTimestamp"]),
|
|
5201
|
-
driftAction: item["driftAction"],
|
|
5202
|
-
driftReason: item["driftReason"],
|
|
5203
|
-
vmState: item["vmState"],
|
|
5204
|
-
};
|
|
5205
|
-
}
|
|
5206
|
-
/** The drift action of the machine. Indicates whether a machine has deviated from its expected state due to changes in managed cluster properties, requiring corrective action. */
|
|
5207
|
-
export var KnownDriftAction;
|
|
5208
|
-
(function (KnownDriftAction) {
|
|
5209
|
-
/** The machine is up to date. */
|
|
5210
|
-
KnownDriftAction["Synced"] = "Synced";
|
|
5211
|
-
/** The machine has drifted and needs to be deleted and recreated. */
|
|
5212
|
-
KnownDriftAction["Recreate"] = "Recreate";
|
|
5213
|
-
})(KnownDriftAction || (KnownDriftAction = {}));
|
|
5214
|
-
/** Virtual machine state. Indicates the current state of the underlying virtual machine. */
|
|
5215
|
-
export var KnownVmState;
|
|
5216
|
-
(function (KnownVmState) {
|
|
5217
|
-
/** The virtual machine is currently running. */
|
|
5218
|
-
KnownVmState["Running"] = "Running";
|
|
5219
|
-
/** The virtual machine has been deleted by the user or due to spot eviction. */
|
|
5220
|
-
KnownVmState["Deleted"] = "Deleted";
|
|
5221
|
-
})(KnownVmState || (KnownVmState = {}));
|
|
5222
4094
|
export function _machineListResultDeserializer(item) {
|
|
5223
4095
|
return {
|
|
5224
4096
|
value: machineArrayDeserializer(item["value"]),
|
|
5225
4097
|
nextLink: item["nextLink"],
|
|
5226
4098
|
};
|
|
5227
4099
|
}
|
|
5228
|
-
export function machineArraySerializer(result) {
|
|
5229
|
-
return result.map((item) => {
|
|
5230
|
-
return machineSerializer(item);
|
|
5231
|
-
});
|
|
5232
|
-
}
|
|
5233
4100
|
export function machineArrayDeserializer(result) {
|
|
5234
4101
|
return result.map((item) => {
|
|
5235
4102
|
return machineDeserializer(item);
|
|
@@ -5385,8 +4252,6 @@ export var KnownSnapshotType;
|
|
|
5385
4252
|
(function (KnownSnapshotType) {
|
|
5386
4253
|
/** The snapshot is a snapshot of a node pool. */
|
|
5387
4254
|
KnownSnapshotType["NodePool"] = "NodePool";
|
|
5388
|
-
/** The snapshot is a snapshot of a managed cluster. */
|
|
5389
|
-
KnownSnapshotType["ManagedCluster"] = "ManagedCluster";
|
|
5390
4255
|
})(KnownSnapshotType || (KnownSnapshotType = {}));
|
|
5391
4256
|
export function _snapshotListResultDeserializer(item) {
|
|
5392
4257
|
return {
|
|
@@ -5404,115 +4269,35 @@ export function snapshotArrayDeserializer(result) {
|
|
|
5404
4269
|
return snapshotDeserializer(item);
|
|
5405
4270
|
});
|
|
5406
4271
|
}
|
|
5407
|
-
export function
|
|
5408
|
-
return {
|
|
5409
|
-
tags: item["tags"],
|
|
5410
|
-
location: item["location"],
|
|
5411
|
-
properties: areAllPropsUndefined(item, ["creationData", "snapshotType"])
|
|
5412
|
-
? undefined
|
|
5413
|
-
: _managedClusterSnapshotPropertiesSerializer(item),
|
|
5414
|
-
};
|
|
4272
|
+
export function trustedAccessRoleBindingSerializer(item) {
|
|
4273
|
+
return { properties: _trustedAccessRoleBindingPropertiesSerializer(item) };
|
|
5415
4274
|
}
|
|
5416
|
-
export function
|
|
4275
|
+
export function trustedAccessRoleBindingDeserializer(item) {
|
|
5417
4276
|
return {
|
|
5418
|
-
tags: !item["tags"]
|
|
5419
|
-
? item["tags"]
|
|
5420
|
-
: Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
5421
|
-
location: item["location"],
|
|
5422
4277
|
id: item["id"],
|
|
5423
4278
|
name: item["name"],
|
|
5424
4279
|
type: item["type"],
|
|
5425
4280
|
systemData: !item["systemData"]
|
|
5426
4281
|
? item["systemData"]
|
|
5427
4282
|
: systemDataDeserializer(item["systemData"]),
|
|
5428
|
-
...(
|
|
5429
|
-
? item["properties"]
|
|
5430
|
-
: _managedClusterSnapshotPropertiesDeserializer(item["properties"])),
|
|
5431
|
-
};
|
|
5432
|
-
}
|
|
5433
|
-
export function managedClusterSnapshotPropertiesSerializer(item) {
|
|
5434
|
-
return {
|
|
5435
|
-
creationData: !item["creationData"]
|
|
5436
|
-
? item["creationData"]
|
|
5437
|
-
: creationDataSerializer(item["creationData"]),
|
|
5438
|
-
snapshotType: item["snapshotType"],
|
|
4283
|
+
..._trustedAccessRoleBindingPropertiesDeserializer(item["properties"]),
|
|
5439
4284
|
};
|
|
5440
4285
|
}
|
|
5441
|
-
export function
|
|
4286
|
+
export function trustedAccessRoleBindingPropertiesSerializer(item) {
|
|
5442
4287
|
return {
|
|
5443
|
-
|
|
5444
|
-
|
|
5445
|
-
|
|
5446
|
-
|
|
5447
|
-
managedClusterPropertiesReadOnly: !item["managedClusterPropertiesReadOnly"]
|
|
5448
|
-
? item["managedClusterPropertiesReadOnly"]
|
|
5449
|
-
: managedClusterPropertiesForSnapshotDeserializer(item["managedClusterPropertiesReadOnly"]),
|
|
4288
|
+
sourceResourceId: item["sourceResourceId"],
|
|
4289
|
+
roles: item["roles"].map((p) => {
|
|
4290
|
+
return p;
|
|
4291
|
+
}),
|
|
5450
4292
|
};
|
|
5451
4293
|
}
|
|
5452
|
-
export function
|
|
4294
|
+
export function trustedAccessRoleBindingPropertiesDeserializer(item) {
|
|
5453
4295
|
return {
|
|
5454
|
-
|
|
5455
|
-
|
|
5456
|
-
|
|
5457
|
-
|
|
5458
|
-
|
|
5459
|
-
: networkProfileForSnapshotDeserializer(item["networkProfile"]),
|
|
5460
|
-
};
|
|
5461
|
-
}
|
|
5462
|
-
export function networkProfileForSnapshotDeserializer(item) {
|
|
5463
|
-
return {
|
|
5464
|
-
networkPlugin: item["networkPlugin"],
|
|
5465
|
-
networkPluginMode: item["networkPluginMode"],
|
|
5466
|
-
networkPolicy: item["networkPolicy"],
|
|
5467
|
-
networkMode: item["networkMode"],
|
|
5468
|
-
loadBalancerSku: item["loadBalancerSku"],
|
|
5469
|
-
};
|
|
5470
|
-
}
|
|
5471
|
-
export function _managedClusterSnapshotListResultDeserializer(item) {
|
|
5472
|
-
return {
|
|
5473
|
-
value: managedClusterSnapshotArrayDeserializer(item["value"]),
|
|
5474
|
-
nextLink: item["nextLink"],
|
|
5475
|
-
};
|
|
5476
|
-
}
|
|
5477
|
-
export function managedClusterSnapshotArraySerializer(result) {
|
|
5478
|
-
return result.map((item) => {
|
|
5479
|
-
return managedClusterSnapshotSerializer(item);
|
|
5480
|
-
});
|
|
5481
|
-
}
|
|
5482
|
-
export function managedClusterSnapshotArrayDeserializer(result) {
|
|
5483
|
-
return result.map((item) => {
|
|
5484
|
-
return managedClusterSnapshotDeserializer(item);
|
|
5485
|
-
});
|
|
5486
|
-
}
|
|
5487
|
-
export function trustedAccessRoleBindingSerializer(item) {
|
|
5488
|
-
return { properties: _trustedAccessRoleBindingPropertiesSerializer(item) };
|
|
5489
|
-
}
|
|
5490
|
-
export function trustedAccessRoleBindingDeserializer(item) {
|
|
5491
|
-
return {
|
|
5492
|
-
id: item["id"],
|
|
5493
|
-
name: item["name"],
|
|
5494
|
-
type: item["type"],
|
|
5495
|
-
systemData: !item["systemData"]
|
|
5496
|
-
? item["systemData"]
|
|
5497
|
-
: systemDataDeserializer(item["systemData"]),
|
|
5498
|
-
..._trustedAccessRoleBindingPropertiesDeserializer(item["properties"]),
|
|
5499
|
-
};
|
|
5500
|
-
}
|
|
5501
|
-
export function trustedAccessRoleBindingPropertiesSerializer(item) {
|
|
5502
|
-
return {
|
|
5503
|
-
sourceResourceId: item["sourceResourceId"],
|
|
5504
|
-
roles: item["roles"].map((p) => {
|
|
5505
|
-
return p;
|
|
5506
|
-
}),
|
|
5507
|
-
};
|
|
5508
|
-
}
|
|
5509
|
-
export function trustedAccessRoleBindingPropertiesDeserializer(item) {
|
|
5510
|
-
return {
|
|
5511
|
-
provisioningState: item["provisioningState"],
|
|
5512
|
-
sourceResourceId: item["sourceResourceId"],
|
|
5513
|
-
roles: item["roles"].map((p) => {
|
|
5514
|
-
return p;
|
|
5515
|
-
}),
|
|
4296
|
+
provisioningState: item["provisioningState"],
|
|
4297
|
+
sourceResourceId: item["sourceResourceId"],
|
|
4298
|
+
roles: item["roles"].map((p) => {
|
|
4299
|
+
return p;
|
|
4300
|
+
}),
|
|
5516
4301
|
};
|
|
5517
4302
|
}
|
|
5518
4303
|
/** The current provisioning state of trusted access role binding. */
|
|
@@ -5545,147 +4330,6 @@ export function trustedAccessRoleBindingArrayDeserializer(result) {
|
|
|
5545
4330
|
return trustedAccessRoleBindingDeserializer(item);
|
|
5546
4331
|
});
|
|
5547
4332
|
}
|
|
5548
|
-
export function loadBalancerSerializer(item) {
|
|
5549
|
-
return {
|
|
5550
|
-
properties: areAllPropsUndefined(item, [
|
|
5551
|
-
"primaryAgentPoolName",
|
|
5552
|
-
"allowServicePlacement",
|
|
5553
|
-
"serviceLabelSelector",
|
|
5554
|
-
"serviceNamespaceSelector",
|
|
5555
|
-
"nodeSelector",
|
|
5556
|
-
])
|
|
5557
|
-
? undefined
|
|
5558
|
-
: _loadBalancerPropertiesSerializer(item),
|
|
5559
|
-
};
|
|
5560
|
-
}
|
|
5561
|
-
export function loadBalancerDeserializer(item) {
|
|
5562
|
-
return {
|
|
5563
|
-
id: item["id"],
|
|
5564
|
-
name: item["name"],
|
|
5565
|
-
type: item["type"],
|
|
5566
|
-
systemData: !item["systemData"]
|
|
5567
|
-
? item["systemData"]
|
|
5568
|
-
: systemDataDeserializer(item["systemData"]),
|
|
5569
|
-
...(!item["properties"]
|
|
5570
|
-
? item["properties"]
|
|
5571
|
-
: _loadBalancerPropertiesDeserializer(item["properties"])),
|
|
5572
|
-
};
|
|
5573
|
-
}
|
|
5574
|
-
export function loadBalancerPropertiesSerializer(item) {
|
|
5575
|
-
return {
|
|
5576
|
-
primaryAgentPoolName: item["primaryAgentPoolName"],
|
|
5577
|
-
allowServicePlacement: item["allowServicePlacement"],
|
|
5578
|
-
serviceLabelSelector: !item["serviceLabelSelector"]
|
|
5579
|
-
? item["serviceLabelSelector"]
|
|
5580
|
-
: labelSelectorSerializer(item["serviceLabelSelector"]),
|
|
5581
|
-
serviceNamespaceSelector: !item["serviceNamespaceSelector"]
|
|
5582
|
-
? item["serviceNamespaceSelector"]
|
|
5583
|
-
: labelSelectorSerializer(item["serviceNamespaceSelector"]),
|
|
5584
|
-
nodeSelector: !item["nodeSelector"]
|
|
5585
|
-
? item["nodeSelector"]
|
|
5586
|
-
: labelSelectorSerializer(item["nodeSelector"]),
|
|
5587
|
-
};
|
|
5588
|
-
}
|
|
5589
|
-
export function loadBalancerPropertiesDeserializer(item) {
|
|
5590
|
-
return {
|
|
5591
|
-
primaryAgentPoolName: item["primaryAgentPoolName"],
|
|
5592
|
-
allowServicePlacement: item["allowServicePlacement"],
|
|
5593
|
-
serviceLabelSelector: !item["serviceLabelSelector"]
|
|
5594
|
-
? item["serviceLabelSelector"]
|
|
5595
|
-
: labelSelectorDeserializer(item["serviceLabelSelector"]),
|
|
5596
|
-
serviceNamespaceSelector: !item["serviceNamespaceSelector"]
|
|
5597
|
-
? item["serviceNamespaceSelector"]
|
|
5598
|
-
: labelSelectorDeserializer(item["serviceNamespaceSelector"]),
|
|
5599
|
-
nodeSelector: !item["nodeSelector"]
|
|
5600
|
-
? item["nodeSelector"]
|
|
5601
|
-
: labelSelectorDeserializer(item["nodeSelector"]),
|
|
5602
|
-
provisioningState: item["provisioningState"],
|
|
5603
|
-
};
|
|
5604
|
-
}
|
|
5605
|
-
export function labelSelectorSerializer(item) {
|
|
5606
|
-
return {
|
|
5607
|
-
matchLabels: !item["matchLabels"]
|
|
5608
|
-
? item["matchLabels"]
|
|
5609
|
-
: item["matchLabels"].map((p) => {
|
|
5610
|
-
return p;
|
|
5611
|
-
}),
|
|
5612
|
-
matchExpressions: !item["matchExpressions"]
|
|
5613
|
-
? item["matchExpressions"]
|
|
5614
|
-
: labelSelectorRequirementArraySerializer(item["matchExpressions"]),
|
|
5615
|
-
};
|
|
5616
|
-
}
|
|
5617
|
-
export function labelSelectorDeserializer(item) {
|
|
5618
|
-
return {
|
|
5619
|
-
matchLabels: !item["matchLabels"]
|
|
5620
|
-
? item["matchLabels"]
|
|
5621
|
-
: item["matchLabels"].map((p) => {
|
|
5622
|
-
return p;
|
|
5623
|
-
}),
|
|
5624
|
-
matchExpressions: !item["matchExpressions"]
|
|
5625
|
-
? item["matchExpressions"]
|
|
5626
|
-
: labelSelectorRequirementArrayDeserializer(item["matchExpressions"]),
|
|
5627
|
-
};
|
|
5628
|
-
}
|
|
5629
|
-
export function labelSelectorRequirementArraySerializer(result) {
|
|
5630
|
-
return result.map((item) => {
|
|
5631
|
-
return labelSelectorRequirementSerializer(item);
|
|
5632
|
-
});
|
|
5633
|
-
}
|
|
5634
|
-
export function labelSelectorRequirementArrayDeserializer(result) {
|
|
5635
|
-
return result.map((item) => {
|
|
5636
|
-
return labelSelectorRequirementDeserializer(item);
|
|
5637
|
-
});
|
|
5638
|
-
}
|
|
5639
|
-
export function labelSelectorRequirementSerializer(item) {
|
|
5640
|
-
return {
|
|
5641
|
-
key: item["key"],
|
|
5642
|
-
operator: item["operator"],
|
|
5643
|
-
values: !item["values"]
|
|
5644
|
-
? item["values"]
|
|
5645
|
-
: item["values"].map((p) => {
|
|
5646
|
-
return p;
|
|
5647
|
-
}),
|
|
5648
|
-
};
|
|
5649
|
-
}
|
|
5650
|
-
export function labelSelectorRequirementDeserializer(item) {
|
|
5651
|
-
return {
|
|
5652
|
-
key: item["key"],
|
|
5653
|
-
operator: item["operator"],
|
|
5654
|
-
values: !item["values"]
|
|
5655
|
-
? item["values"]
|
|
5656
|
-
: item["values"].map((p) => {
|
|
5657
|
-
return p;
|
|
5658
|
-
}),
|
|
5659
|
-
};
|
|
5660
|
-
}
|
|
5661
|
-
/** operator represents a key's relationship to a set of values. Valid operators are In and NotIn */
|
|
5662
|
-
export var KnownOperator;
|
|
5663
|
-
(function (KnownOperator) {
|
|
5664
|
-
/** The value of the key should be in the given list. */
|
|
5665
|
-
KnownOperator["In"] = "In";
|
|
5666
|
-
/** The value of the key should not be in the given list. */
|
|
5667
|
-
KnownOperator["NotIn"] = "NotIn";
|
|
5668
|
-
/** The value of the key should exist. */
|
|
5669
|
-
KnownOperator["Exists"] = "Exists";
|
|
5670
|
-
/** The value of the key should not exist. */
|
|
5671
|
-
KnownOperator["DoesNotExist"] = "DoesNotExist";
|
|
5672
|
-
})(KnownOperator || (KnownOperator = {}));
|
|
5673
|
-
export function _loadBalancerListResultDeserializer(item) {
|
|
5674
|
-
return {
|
|
5675
|
-
value: loadBalancerArrayDeserializer(item["value"]),
|
|
5676
|
-
nextLink: item["nextLink"],
|
|
5677
|
-
};
|
|
5678
|
-
}
|
|
5679
|
-
export function loadBalancerArraySerializer(result) {
|
|
5680
|
-
return result.map((item) => {
|
|
5681
|
-
return loadBalancerSerializer(item);
|
|
5682
|
-
});
|
|
5683
|
-
}
|
|
5684
|
-
export function loadBalancerArrayDeserializer(result) {
|
|
5685
|
-
return result.map((item) => {
|
|
5686
|
-
return loadBalancerDeserializer(item);
|
|
5687
|
-
});
|
|
5688
|
-
}
|
|
5689
4333
|
export function identityBindingSerializer(item) {
|
|
5690
4334
|
return {
|
|
5691
4335
|
properties: !item["properties"]
|
|
@@ -5769,246 +4413,6 @@ export function identityBindingArrayDeserializer(result) {
|
|
|
5769
4413
|
return identityBindingDeserializer(item);
|
|
5770
4414
|
});
|
|
5771
4415
|
}
|
|
5772
|
-
export function jwtAuthenticatorSerializer(item) {
|
|
5773
|
-
return { properties: jwtAuthenticatorPropertiesSerializer(item["properties"]) };
|
|
5774
|
-
}
|
|
5775
|
-
export function jwtAuthenticatorDeserializer(item) {
|
|
5776
|
-
return {
|
|
5777
|
-
id: item["id"],
|
|
5778
|
-
name: item["name"],
|
|
5779
|
-
type: item["type"],
|
|
5780
|
-
systemData: !item["systemData"]
|
|
5781
|
-
? item["systemData"]
|
|
5782
|
-
: systemDataDeserializer(item["systemData"]),
|
|
5783
|
-
properties: jwtAuthenticatorPropertiesDeserializer(item["properties"]),
|
|
5784
|
-
};
|
|
5785
|
-
}
|
|
5786
|
-
export function jwtAuthenticatorPropertiesSerializer(item) {
|
|
5787
|
-
return {
|
|
5788
|
-
issuer: jwtAuthenticatorIssuerSerializer(item["issuer"]),
|
|
5789
|
-
claimValidationRules: !item["claimValidationRules"]
|
|
5790
|
-
? item["claimValidationRules"]
|
|
5791
|
-
: jwtAuthenticatorValidationRuleArraySerializer(item["claimValidationRules"]),
|
|
5792
|
-
claimMappings: jwtAuthenticatorClaimMappingsSerializer(item["claimMappings"]),
|
|
5793
|
-
userValidationRules: !item["userValidationRules"]
|
|
5794
|
-
? item["userValidationRules"]
|
|
5795
|
-
: jwtAuthenticatorValidationRuleArraySerializer(item["userValidationRules"]),
|
|
5796
|
-
};
|
|
5797
|
-
}
|
|
5798
|
-
export function jwtAuthenticatorPropertiesDeserializer(item) {
|
|
5799
|
-
return {
|
|
5800
|
-
provisioningState: item["provisioningState"],
|
|
5801
|
-
issuer: jwtAuthenticatorIssuerDeserializer(item["issuer"]),
|
|
5802
|
-
claimValidationRules: !item["claimValidationRules"]
|
|
5803
|
-
? item["claimValidationRules"]
|
|
5804
|
-
: jwtAuthenticatorValidationRuleArrayDeserializer(item["claimValidationRules"]),
|
|
5805
|
-
claimMappings: jwtAuthenticatorClaimMappingsDeserializer(item["claimMappings"]),
|
|
5806
|
-
userValidationRules: !item["userValidationRules"]
|
|
5807
|
-
? item["userValidationRules"]
|
|
5808
|
-
: jwtAuthenticatorValidationRuleArrayDeserializer(item["userValidationRules"]),
|
|
5809
|
-
};
|
|
5810
|
-
}
|
|
5811
|
-
/** The provisioning state of the last accepted operation. */
|
|
5812
|
-
export var KnownJWTAuthenticatorProvisioningState;
|
|
5813
|
-
(function (KnownJWTAuthenticatorProvisioningState) {
|
|
5814
|
-
/** Resource has been created. */
|
|
5815
|
-
KnownJWTAuthenticatorProvisioningState["Succeeded"] = "Succeeded";
|
|
5816
|
-
/** Resource creation failed. */
|
|
5817
|
-
KnownJWTAuthenticatorProvisioningState["Failed"] = "Failed";
|
|
5818
|
-
/** Resource creation was canceled. */
|
|
5819
|
-
KnownJWTAuthenticatorProvisioningState["Canceled"] = "Canceled";
|
|
5820
|
-
/** The JWT authenticator is being created. */
|
|
5821
|
-
KnownJWTAuthenticatorProvisioningState["Creating"] = "Creating";
|
|
5822
|
-
/** The JWT authenticator is being updated. */
|
|
5823
|
-
KnownJWTAuthenticatorProvisioningState["Updating"] = "Updating";
|
|
5824
|
-
/** The JWT authenticator is being deleted. */
|
|
5825
|
-
KnownJWTAuthenticatorProvisioningState["Deleting"] = "Deleting";
|
|
5826
|
-
})(KnownJWTAuthenticatorProvisioningState || (KnownJWTAuthenticatorProvisioningState = {}));
|
|
5827
|
-
export function jwtAuthenticatorIssuerSerializer(item) {
|
|
5828
|
-
return {
|
|
5829
|
-
url: item["url"],
|
|
5830
|
-
audiences: item["audiences"].map((p) => {
|
|
5831
|
-
return p;
|
|
5832
|
-
}),
|
|
5833
|
-
};
|
|
5834
|
-
}
|
|
5835
|
-
export function jwtAuthenticatorIssuerDeserializer(item) {
|
|
5836
|
-
return {
|
|
5837
|
-
url: item["url"],
|
|
5838
|
-
audiences: item["audiences"].map((p) => {
|
|
5839
|
-
return p;
|
|
5840
|
-
}),
|
|
5841
|
-
};
|
|
5842
|
-
}
|
|
5843
|
-
export function jwtAuthenticatorValidationRuleArraySerializer(result) {
|
|
5844
|
-
return result.map((item) => {
|
|
5845
|
-
return jwtAuthenticatorValidationRuleSerializer(item);
|
|
5846
|
-
});
|
|
5847
|
-
}
|
|
5848
|
-
export function jwtAuthenticatorValidationRuleArrayDeserializer(result) {
|
|
5849
|
-
return result.map((item) => {
|
|
5850
|
-
return jwtAuthenticatorValidationRuleDeserializer(item);
|
|
5851
|
-
});
|
|
5852
|
-
}
|
|
5853
|
-
export function jwtAuthenticatorValidationRuleSerializer(item) {
|
|
5854
|
-
return { expression: item["expression"], message: item["message"] };
|
|
5855
|
-
}
|
|
5856
|
-
export function jwtAuthenticatorValidationRuleDeserializer(item) {
|
|
5857
|
-
return {
|
|
5858
|
-
expression: item["expression"],
|
|
5859
|
-
message: item["message"],
|
|
5860
|
-
};
|
|
5861
|
-
}
|
|
5862
|
-
export function jwtAuthenticatorClaimMappingsSerializer(item) {
|
|
5863
|
-
return {
|
|
5864
|
-
username: jwtAuthenticatorClaimMappingExpressionSerializer(item["username"]),
|
|
5865
|
-
groups: !item["groups"]
|
|
5866
|
-
? item["groups"]
|
|
5867
|
-
: jwtAuthenticatorClaimMappingExpressionSerializer(item["groups"]),
|
|
5868
|
-
uid: !item["uid"] ? item["uid"] : jwtAuthenticatorClaimMappingExpressionSerializer(item["uid"]),
|
|
5869
|
-
extra: !item["extra"]
|
|
5870
|
-
? item["extra"]
|
|
5871
|
-
: jwtAuthenticatorExtraClaimMappingExpressionArraySerializer(item["extra"]),
|
|
5872
|
-
};
|
|
5873
|
-
}
|
|
5874
|
-
export function jwtAuthenticatorClaimMappingsDeserializer(item) {
|
|
5875
|
-
return {
|
|
5876
|
-
username: jwtAuthenticatorClaimMappingExpressionDeserializer(item["username"]),
|
|
5877
|
-
groups: !item["groups"]
|
|
5878
|
-
? item["groups"]
|
|
5879
|
-
: jwtAuthenticatorClaimMappingExpressionDeserializer(item["groups"]),
|
|
5880
|
-
uid: !item["uid"]
|
|
5881
|
-
? item["uid"]
|
|
5882
|
-
: jwtAuthenticatorClaimMappingExpressionDeserializer(item["uid"]),
|
|
5883
|
-
extra: !item["extra"]
|
|
5884
|
-
? item["extra"]
|
|
5885
|
-
: jwtAuthenticatorExtraClaimMappingExpressionArrayDeserializer(item["extra"]),
|
|
5886
|
-
};
|
|
5887
|
-
}
|
|
5888
|
-
export function jwtAuthenticatorClaimMappingExpressionSerializer(item) {
|
|
5889
|
-
return { expression: item["expression"] };
|
|
5890
|
-
}
|
|
5891
|
-
export function jwtAuthenticatorClaimMappingExpressionDeserializer(item) {
|
|
5892
|
-
return {
|
|
5893
|
-
expression: item["expression"],
|
|
5894
|
-
};
|
|
5895
|
-
}
|
|
5896
|
-
export function jwtAuthenticatorExtraClaimMappingExpressionArraySerializer(result) {
|
|
5897
|
-
return result.map((item) => {
|
|
5898
|
-
return jwtAuthenticatorExtraClaimMappingExpressionSerializer(item);
|
|
5899
|
-
});
|
|
5900
|
-
}
|
|
5901
|
-
export function jwtAuthenticatorExtraClaimMappingExpressionArrayDeserializer(result) {
|
|
5902
|
-
return result.map((item) => {
|
|
5903
|
-
return jwtAuthenticatorExtraClaimMappingExpressionDeserializer(item);
|
|
5904
|
-
});
|
|
5905
|
-
}
|
|
5906
|
-
export function jwtAuthenticatorExtraClaimMappingExpressionSerializer(item) {
|
|
5907
|
-
return { key: item["key"], valueExpression: item["valueExpression"] };
|
|
5908
|
-
}
|
|
5909
|
-
export function jwtAuthenticatorExtraClaimMappingExpressionDeserializer(item) {
|
|
5910
|
-
return {
|
|
5911
|
-
key: item["key"],
|
|
5912
|
-
valueExpression: item["valueExpression"],
|
|
5913
|
-
};
|
|
5914
|
-
}
|
|
5915
|
-
export function _jwtAuthenticatorListResultDeserializer(item) {
|
|
5916
|
-
return {
|
|
5917
|
-
value: jwtAuthenticatorArrayDeserializer(item["value"]),
|
|
5918
|
-
nextLink: item["nextLink"],
|
|
5919
|
-
};
|
|
5920
|
-
}
|
|
5921
|
-
export function jwtAuthenticatorArraySerializer(result) {
|
|
5922
|
-
return result.map((item) => {
|
|
5923
|
-
return jwtAuthenticatorSerializer(item);
|
|
5924
|
-
});
|
|
5925
|
-
}
|
|
5926
|
-
export function jwtAuthenticatorArrayDeserializer(result) {
|
|
5927
|
-
return result.map((item) => {
|
|
5928
|
-
return jwtAuthenticatorDeserializer(item);
|
|
5929
|
-
});
|
|
5930
|
-
}
|
|
5931
|
-
export function meshMembershipSerializer(item) {
|
|
5932
|
-
return {
|
|
5933
|
-
properties: !item["properties"]
|
|
5934
|
-
? item["properties"]
|
|
5935
|
-
: meshMembershipPropertiesSerializer(item["properties"]),
|
|
5936
|
-
managedBy: item["managedBy"],
|
|
5937
|
-
};
|
|
5938
|
-
}
|
|
5939
|
-
export function meshMembershipDeserializer(item) {
|
|
5940
|
-
return {
|
|
5941
|
-
id: item["id"],
|
|
5942
|
-
name: item["name"],
|
|
5943
|
-
type: item["type"],
|
|
5944
|
-
systemData: !item["systemData"]
|
|
5945
|
-
? item["systemData"]
|
|
5946
|
-
: systemDataDeserializer(item["systemData"]),
|
|
5947
|
-
properties: !item["properties"]
|
|
5948
|
-
? item["properties"]
|
|
5949
|
-
: meshMembershipPropertiesDeserializer(item["properties"]),
|
|
5950
|
-
managedBy: item["managedBy"],
|
|
5951
|
-
eTag: item["eTag"],
|
|
5952
|
-
};
|
|
5953
|
-
}
|
|
5954
|
-
export function meshMembershipPropertiesSerializer(item) {
|
|
5955
|
-
return {
|
|
5956
|
-
privateConnectProfile: !item["privateConnectProfile"]
|
|
5957
|
-
? item["privateConnectProfile"]
|
|
5958
|
-
: meshMembershipPrivateConnectProfileSerializer(item["privateConnectProfile"]),
|
|
5959
|
-
managedMeshID: item["managedMeshID"],
|
|
5960
|
-
};
|
|
5961
|
-
}
|
|
5962
|
-
export function meshMembershipPropertiesDeserializer(item) {
|
|
5963
|
-
return {
|
|
5964
|
-
provisioningState: item["provisioningState"],
|
|
5965
|
-
privateConnectProfile: !item["privateConnectProfile"]
|
|
5966
|
-
? item["privateConnectProfile"]
|
|
5967
|
-
: meshMembershipPrivateConnectProfileDeserializer(item["privateConnectProfile"]),
|
|
5968
|
-
managedMeshID: item["managedMeshID"],
|
|
5969
|
-
};
|
|
5970
|
-
}
|
|
5971
|
-
/** The provisioning state of the last accepted operation. */
|
|
5972
|
-
export var KnownMeshMembershipProvisioningState;
|
|
5973
|
-
(function (KnownMeshMembershipProvisioningState) {
|
|
5974
|
-
/** Resource creation was canceled. */
|
|
5975
|
-
KnownMeshMembershipProvisioningState["Canceled"] = "Canceled";
|
|
5976
|
-
/** The Mesh Membership is being created. */
|
|
5977
|
-
KnownMeshMembershipProvisioningState["Creating"] = "Creating";
|
|
5978
|
-
/** The Mesh Membership is being deleted. */
|
|
5979
|
-
KnownMeshMembershipProvisioningState["Deleting"] = "Deleting";
|
|
5980
|
-
/** Resource creation failed. */
|
|
5981
|
-
KnownMeshMembershipProvisioningState["Failed"] = "Failed";
|
|
5982
|
-
/** Resource has been created. */
|
|
5983
|
-
KnownMeshMembershipProvisioningState["Succeeded"] = "Succeeded";
|
|
5984
|
-
/** The Mesh Membership is being updated. */
|
|
5985
|
-
KnownMeshMembershipProvisioningState["Updating"] = "Updating";
|
|
5986
|
-
})(KnownMeshMembershipProvisioningState || (KnownMeshMembershipProvisioningState = {}));
|
|
5987
|
-
export function meshMembershipPrivateConnectProfileSerializer(item) {
|
|
5988
|
-
return { subnetResourceId: item["subnetResourceId"] };
|
|
5989
|
-
}
|
|
5990
|
-
export function meshMembershipPrivateConnectProfileDeserializer(item) {
|
|
5991
|
-
return {
|
|
5992
|
-
privateIpAddress: item["privateIpAddress"],
|
|
5993
|
-
subnetResourceId: item["subnetResourceId"],
|
|
5994
|
-
};
|
|
5995
|
-
}
|
|
5996
|
-
export function _meshMembershipsListResultDeserializer(item) {
|
|
5997
|
-
return {
|
|
5998
|
-
value: meshMembershipArrayDeserializer(item["value"]),
|
|
5999
|
-
nextLink: item["nextLink"],
|
|
6000
|
-
};
|
|
6001
|
-
}
|
|
6002
|
-
export function meshMembershipArraySerializer(result) {
|
|
6003
|
-
return result.map((item) => {
|
|
6004
|
-
return meshMembershipSerializer(item);
|
|
6005
|
-
});
|
|
6006
|
-
}
|
|
6007
|
-
export function meshMembershipArrayDeserializer(result) {
|
|
6008
|
-
return result.map((item) => {
|
|
6009
|
-
return meshMembershipDeserializer(item);
|
|
6010
|
-
});
|
|
6011
|
-
}
|
|
6012
4416
|
export function _operationListResultDeserializer(item) {
|
|
6013
4417
|
return {
|
|
6014
4418
|
value: operationValueArrayDeserializer(item["value"]),
|
|
@@ -6035,32 +4439,6 @@ export function operationValueDisplayDeserializer(item) {
|
|
|
6035
4439
|
provider: item["provider"],
|
|
6036
4440
|
};
|
|
6037
4441
|
}
|
|
6038
|
-
export function operationStatusResultDeserializer(item) {
|
|
6039
|
-
return {
|
|
6040
|
-
id: item["id"],
|
|
6041
|
-
name: item["name"],
|
|
6042
|
-
status: item["status"],
|
|
6043
|
-
percentComplete: item["percentComplete"],
|
|
6044
|
-
startTime: !item["startTime"] ? item["startTime"] : new Date(item["startTime"]),
|
|
6045
|
-
endTime: !item["endTime"] ? item["endTime"] : new Date(item["endTime"]),
|
|
6046
|
-
operations: !item["operations"]
|
|
6047
|
-
? item["operations"]
|
|
6048
|
-
: operationStatusResultArrayDeserializer(item["operations"]),
|
|
6049
|
-
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
6050
|
-
resourceId: item["resourceId"],
|
|
6051
|
-
};
|
|
6052
|
-
}
|
|
6053
|
-
export function operationStatusResultArrayDeserializer(result) {
|
|
6054
|
-
return result.map((item) => {
|
|
6055
|
-
return operationStatusResultDeserializer(item);
|
|
6056
|
-
});
|
|
6057
|
-
}
|
|
6058
|
-
export function _operationStatusResultListDeserializer(item) {
|
|
6059
|
-
return {
|
|
6060
|
-
value: operationStatusResultArrayDeserializer(item["value"]),
|
|
6061
|
-
nextLink: item["nextLink"],
|
|
6062
|
-
};
|
|
6063
|
-
}
|
|
6064
4442
|
export function privateLinkResourcesListResultDeserializer(item) {
|
|
6065
4443
|
return {
|
|
6066
4444
|
value: !item["value"] ? item["value"] : privateLinkResourceArrayDeserializer(item["value"]),
|
|
@@ -6118,200 +4496,6 @@ export function trustedAccessRoleRuleDeserializer(item) {
|
|
|
6118
4496
|
}),
|
|
6119
4497
|
};
|
|
6120
4498
|
}
|
|
6121
|
-
export function _nodeImageVersionsListResultDeserializer(item) {
|
|
6122
|
-
return {
|
|
6123
|
-
value: nodeImageVersionArrayDeserializer(item["value"]),
|
|
6124
|
-
nextLink: item["nextLink"],
|
|
6125
|
-
};
|
|
6126
|
-
}
|
|
6127
|
-
export function nodeImageVersionArrayDeserializer(result) {
|
|
6128
|
-
return result.map((item) => {
|
|
6129
|
-
return nodeImageVersionDeserializer(item);
|
|
6130
|
-
});
|
|
6131
|
-
}
|
|
6132
|
-
export function nodeImageVersionDeserializer(item) {
|
|
6133
|
-
return {
|
|
6134
|
-
os: item["os"],
|
|
6135
|
-
sku: item["sku"],
|
|
6136
|
-
version: item["version"],
|
|
6137
|
-
fullName: item["fullName"],
|
|
6138
|
-
};
|
|
6139
|
-
}
|
|
6140
|
-
export function _vmSkusListResultDeserializer(item) {
|
|
6141
|
-
return {
|
|
6142
|
-
value: resourceSkuArrayDeserializer(item["value"]),
|
|
6143
|
-
nextLink: item["nextLink"],
|
|
6144
|
-
};
|
|
6145
|
-
}
|
|
6146
|
-
export function resourceSkuArrayDeserializer(result) {
|
|
6147
|
-
return result.map((item) => {
|
|
6148
|
-
return resourceSkuDeserializer(item);
|
|
6149
|
-
});
|
|
6150
|
-
}
|
|
6151
|
-
export function resourceSkuDeserializer(item) {
|
|
6152
|
-
return {
|
|
6153
|
-
resourceType: item["resourceType"],
|
|
6154
|
-
name: item["name"],
|
|
6155
|
-
tier: item["tier"],
|
|
6156
|
-
size: item["size"],
|
|
6157
|
-
family: item["family"],
|
|
6158
|
-
kind: item["kind"],
|
|
6159
|
-
capacity: !item["capacity"]
|
|
6160
|
-
? item["capacity"]
|
|
6161
|
-
: resourceSkuCapacityDeserializer(item["capacity"]),
|
|
6162
|
-
locations: !item["locations"]
|
|
6163
|
-
? item["locations"]
|
|
6164
|
-
: item["locations"].map((p) => {
|
|
6165
|
-
return p;
|
|
6166
|
-
}),
|
|
6167
|
-
locationInfo: !item["locationInfo"]
|
|
6168
|
-
? item["locationInfo"]
|
|
6169
|
-
: resourceSkuLocationInfoArrayDeserializer(item["locationInfo"]),
|
|
6170
|
-
apiVersions: !item["apiVersions"]
|
|
6171
|
-
? item["apiVersions"]
|
|
6172
|
-
: item["apiVersions"].map((p) => {
|
|
6173
|
-
return p;
|
|
6174
|
-
}),
|
|
6175
|
-
costs: !item["costs"] ? item["costs"] : resourceSkuCostsArrayDeserializer(item["costs"]),
|
|
6176
|
-
capabilities: !item["capabilities"]
|
|
6177
|
-
? item["capabilities"]
|
|
6178
|
-
: resourceSkuCapabilitiesArrayDeserializer(item["capabilities"]),
|
|
6179
|
-
restrictions: !item["restrictions"]
|
|
6180
|
-
? item["restrictions"]
|
|
6181
|
-
: resourceSkuRestrictionsArrayDeserializer(item["restrictions"]),
|
|
6182
|
-
};
|
|
6183
|
-
}
|
|
6184
|
-
export function resourceSkuCapacityDeserializer(item) {
|
|
6185
|
-
return {
|
|
6186
|
-
minimum: item["minimum"],
|
|
6187
|
-
maximum: item["maximum"],
|
|
6188
|
-
default: item["default"],
|
|
6189
|
-
scaleType: item["scaleType"],
|
|
6190
|
-
};
|
|
6191
|
-
}
|
|
6192
|
-
/** The scale type applicable to the sku. */
|
|
6193
|
-
export var KnownResourceSkuCapacityScaleType;
|
|
6194
|
-
(function (KnownResourceSkuCapacityScaleType) {
|
|
6195
|
-
/** Automatic scaling */
|
|
6196
|
-
KnownResourceSkuCapacityScaleType["Automatic"] = "Automatic";
|
|
6197
|
-
/** Manual scaling */
|
|
6198
|
-
KnownResourceSkuCapacityScaleType["Manual"] = "Manual";
|
|
6199
|
-
/** No scaling */
|
|
6200
|
-
KnownResourceSkuCapacityScaleType["None"] = "None";
|
|
6201
|
-
})(KnownResourceSkuCapacityScaleType || (KnownResourceSkuCapacityScaleType = {}));
|
|
6202
|
-
export function resourceSkuLocationInfoArrayDeserializer(result) {
|
|
6203
|
-
return result.map((item) => {
|
|
6204
|
-
return resourceSkuLocationInfoDeserializer(item);
|
|
6205
|
-
});
|
|
6206
|
-
}
|
|
6207
|
-
export function resourceSkuLocationInfoDeserializer(item) {
|
|
6208
|
-
return {
|
|
6209
|
-
location: item["location"],
|
|
6210
|
-
zones: !item["zones"]
|
|
6211
|
-
? item["zones"]
|
|
6212
|
-
: item["zones"].map((p) => {
|
|
6213
|
-
return p;
|
|
6214
|
-
}),
|
|
6215
|
-
zoneDetails: !item["zoneDetails"]
|
|
6216
|
-
? item["zoneDetails"]
|
|
6217
|
-
: resourceSkuZoneDetailsArrayDeserializer(item["zoneDetails"]),
|
|
6218
|
-
extendedLocations: !item["extendedLocations"]
|
|
6219
|
-
? item["extendedLocations"]
|
|
6220
|
-
: item["extendedLocations"].map((p) => {
|
|
6221
|
-
return p;
|
|
6222
|
-
}),
|
|
6223
|
-
type: item["type"],
|
|
6224
|
-
};
|
|
6225
|
-
}
|
|
6226
|
-
export function resourceSkuZoneDetailsArrayDeserializer(result) {
|
|
6227
|
-
return result.map((item) => {
|
|
6228
|
-
return resourceSkuZoneDetailsDeserializer(item);
|
|
6229
|
-
});
|
|
6230
|
-
}
|
|
6231
|
-
export function resourceSkuZoneDetailsDeserializer(item) {
|
|
6232
|
-
return {
|
|
6233
|
-
name: !item["name"]
|
|
6234
|
-
? item["name"]
|
|
6235
|
-
: item["name"].map((p) => {
|
|
6236
|
-
return p;
|
|
6237
|
-
}),
|
|
6238
|
-
capabilities: !item["capabilities"]
|
|
6239
|
-
? item["capabilities"]
|
|
6240
|
-
: resourceSkuCapabilitiesArrayDeserializer(item["capabilities"]),
|
|
6241
|
-
};
|
|
6242
|
-
}
|
|
6243
|
-
export function resourceSkuCapabilitiesArrayDeserializer(result) {
|
|
6244
|
-
return result.map((item) => {
|
|
6245
|
-
return resourceSkuCapabilitiesDeserializer(item);
|
|
6246
|
-
});
|
|
6247
|
-
}
|
|
6248
|
-
export function resourceSkuCapabilitiesDeserializer(item) {
|
|
6249
|
-
return {
|
|
6250
|
-
name: item["name"],
|
|
6251
|
-
value: item["value"],
|
|
6252
|
-
};
|
|
6253
|
-
}
|
|
6254
|
-
export function resourceSkuCostsArrayDeserializer(result) {
|
|
6255
|
-
return result.map((item) => {
|
|
6256
|
-
return resourceSkuCostsDeserializer(item);
|
|
6257
|
-
});
|
|
6258
|
-
}
|
|
6259
|
-
export function resourceSkuCostsDeserializer(item) {
|
|
6260
|
-
return {
|
|
6261
|
-
meterID: item["meterID"],
|
|
6262
|
-
quantity: item["quantity"],
|
|
6263
|
-
extendedUnit: item["extendedUnit"],
|
|
6264
|
-
};
|
|
6265
|
-
}
|
|
6266
|
-
export function resourceSkuRestrictionsArrayDeserializer(result) {
|
|
6267
|
-
return result.map((item) => {
|
|
6268
|
-
return resourceSkuRestrictionsDeserializer(item);
|
|
6269
|
-
});
|
|
6270
|
-
}
|
|
6271
|
-
export function resourceSkuRestrictionsDeserializer(item) {
|
|
6272
|
-
return {
|
|
6273
|
-
type: item["type"],
|
|
6274
|
-
values: !item["values"]
|
|
6275
|
-
? item["values"]
|
|
6276
|
-
: item["values"].map((p) => {
|
|
6277
|
-
return p;
|
|
6278
|
-
}),
|
|
6279
|
-
restrictionInfo: !item["restrictionInfo"]
|
|
6280
|
-
? item["restrictionInfo"]
|
|
6281
|
-
: resourceSkuRestrictionInfoDeserializer(item["restrictionInfo"]),
|
|
6282
|
-
reasonCode: item["reasonCode"],
|
|
6283
|
-
};
|
|
6284
|
-
}
|
|
6285
|
-
/** The type of restrictions. */
|
|
6286
|
-
export var KnownResourceSkuRestrictionsType;
|
|
6287
|
-
(function (KnownResourceSkuRestrictionsType) {
|
|
6288
|
-
/** Location restriction */
|
|
6289
|
-
KnownResourceSkuRestrictionsType["Location"] = "Location";
|
|
6290
|
-
/** Zone restriction */
|
|
6291
|
-
KnownResourceSkuRestrictionsType["Zone"] = "Zone";
|
|
6292
|
-
})(KnownResourceSkuRestrictionsType || (KnownResourceSkuRestrictionsType = {}));
|
|
6293
|
-
export function resourceSkuRestrictionInfoDeserializer(item) {
|
|
6294
|
-
return {
|
|
6295
|
-
locations: !item["locations"]
|
|
6296
|
-
? item["locations"]
|
|
6297
|
-
: item["locations"].map((p) => {
|
|
6298
|
-
return p;
|
|
6299
|
-
}),
|
|
6300
|
-
zones: !item["zones"]
|
|
6301
|
-
? item["zones"]
|
|
6302
|
-
: item["zones"].map((p) => {
|
|
6303
|
-
return p;
|
|
6304
|
-
}),
|
|
6305
|
-
};
|
|
6306
|
-
}
|
|
6307
|
-
/** The reason for restriction. */
|
|
6308
|
-
export var KnownResourceSkuRestrictionsReasonCode;
|
|
6309
|
-
(function (KnownResourceSkuRestrictionsReasonCode) {
|
|
6310
|
-
/** Quota ID restriction */
|
|
6311
|
-
KnownResourceSkuRestrictionsReasonCode["QuotaId"] = "QuotaId";
|
|
6312
|
-
/** Not available for subscription */
|
|
6313
|
-
KnownResourceSkuRestrictionsReasonCode["NotAvailableForSubscription"] = "NotAvailableForSubscription";
|
|
6314
|
-
})(KnownResourceSkuRestrictionsReasonCode || (KnownResourceSkuRestrictionsReasonCode = {}));
|
|
6315
4499
|
/** The format of the kubeconfig credential. */
|
|
6316
4500
|
export var KnownFormat;
|
|
6317
4501
|
(function (KnownFormat) {
|
|
@@ -6331,8 +4515,8 @@ export var KnownVersions;
|
|
|
6331
4515
|
KnownVersions["V20260201"] = "2026-02-01";
|
|
6332
4516
|
/** The 2026-03-01 API version. */
|
|
6333
4517
|
KnownVersions["V20260301"] = "2026-03-01";
|
|
6334
|
-
/** The 2026-
|
|
6335
|
-
KnownVersions["
|
|
4518
|
+
/** The 2026-04-01 API version. */
|
|
4519
|
+
KnownVersions["V20260401"] = "2026-04-01";
|
|
6336
4520
|
})(KnownVersions || (KnownVersions = {}));
|
|
6337
4521
|
export function _agentPoolPropertiesSerializer(item) {
|
|
6338
4522
|
return {
|
|
@@ -6357,14 +4541,9 @@ export function _agentPoolPropertiesSerializer(item) {
|
|
|
6357
4541
|
mode: item["mode"],
|
|
6358
4542
|
orchestratorVersion: item["orchestratorVersion"],
|
|
6359
4543
|
nodeImageVersion: item["nodeImageVersion"],
|
|
6360
|
-
upgradeStrategy: item["upgradeStrategy"],
|
|
6361
|
-
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
6362
4544
|
upgradeSettings: !item["upgradeSettings"]
|
|
6363
4545
|
? item["upgradeSettings"]
|
|
6364
4546
|
: agentPoolUpgradeSettingsSerializer(item["upgradeSettings"]),
|
|
6365
|
-
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"]
|
|
6366
|
-
? item["upgradeSettingsBlueGreen"]
|
|
6367
|
-
: agentPoolBlueGreenUpgradeSettingsSerializer(item["upgradeSettingsBlueGreen"]),
|
|
6368
4547
|
powerState: !item["powerState"] ? item["powerState"] : powerStateSerializer(item["powerState"]),
|
|
6369
4548
|
availabilityZones: !item["availabilityZones"]
|
|
6370
4549
|
? item["availabilityZones"]
|
|
@@ -6383,11 +4562,6 @@ export function _agentPoolPropertiesSerializer(item) {
|
|
|
6383
4562
|
: item["nodeTaints"].map((p) => {
|
|
6384
4563
|
return p;
|
|
6385
4564
|
}),
|
|
6386
|
-
nodeInitializationTaints: !item["nodeInitializationTaints"]
|
|
6387
|
-
? item["nodeInitializationTaints"]
|
|
6388
|
-
: item["nodeInitializationTaints"].map((p) => {
|
|
6389
|
-
return p;
|
|
6390
|
-
}),
|
|
6391
4565
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
6392
4566
|
kubeletConfig: !item["kubeletConfig"]
|
|
6393
4567
|
? item["kubeletConfig"]
|
|
@@ -6430,9 +4604,6 @@ export function _agentPoolPropertiesSerializer(item) {
|
|
|
6430
4604
|
localDNSProfile: !item["localDNSProfile"]
|
|
6431
4605
|
? item["localDNSProfile"]
|
|
6432
4606
|
: localDNSProfileSerializer(item["localDNSProfile"]),
|
|
6433
|
-
preparedImageSpecificationProfile: !item["preparedImageSpecificationProfile"]
|
|
6434
|
-
? item["preparedImageSpecificationProfile"]
|
|
6435
|
-
: preparedImageSpecificationProfileSerializer(item["preparedImageSpecificationProfile"]),
|
|
6436
4607
|
};
|
|
6437
4608
|
}
|
|
6438
4609
|
export function _agentPoolPropertiesDeserializer(item) {
|
|
@@ -6460,14 +4631,9 @@ export function _agentPoolPropertiesDeserializer(item) {
|
|
|
6460
4631
|
orchestratorVersion: item["orchestratorVersion"],
|
|
6461
4632
|
currentOrchestratorVersion: item["currentOrchestratorVersion"],
|
|
6462
4633
|
nodeImageVersion: item["nodeImageVersion"],
|
|
6463
|
-
upgradeStrategy: item["upgradeStrategy"],
|
|
6464
|
-
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
6465
4634
|
upgradeSettings: !item["upgradeSettings"]
|
|
6466
4635
|
? item["upgradeSettings"]
|
|
6467
4636
|
: agentPoolUpgradeSettingsDeserializer(item["upgradeSettings"]),
|
|
6468
|
-
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"]
|
|
6469
|
-
? item["upgradeSettingsBlueGreen"]
|
|
6470
|
-
: agentPoolBlueGreenUpgradeSettingsDeserializer(item["upgradeSettingsBlueGreen"]),
|
|
6471
4637
|
provisioningState: item["provisioningState"],
|
|
6472
4638
|
powerState: !item["powerState"]
|
|
6473
4639
|
? item["powerState"]
|
|
@@ -6493,11 +4659,6 @@ export function _agentPoolPropertiesDeserializer(item) {
|
|
|
6493
4659
|
: item["nodeTaints"].map((p) => {
|
|
6494
4660
|
return p;
|
|
6495
4661
|
}),
|
|
6496
|
-
nodeInitializationTaints: !item["nodeInitializationTaints"]
|
|
6497
|
-
? item["nodeInitializationTaints"]
|
|
6498
|
-
: item["nodeInitializationTaints"].map((p) => {
|
|
6499
|
-
return p;
|
|
6500
|
-
}),
|
|
6501
4662
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
6502
4663
|
kubeletConfig: !item["kubeletConfig"]
|
|
6503
4664
|
? item["kubeletConfig"]
|
|
@@ -6542,9 +4703,6 @@ export function _agentPoolPropertiesDeserializer(item) {
|
|
|
6542
4703
|
localDNSProfile: !item["localDNSProfile"]
|
|
6543
4704
|
? item["localDNSProfile"]
|
|
6544
4705
|
: localDNSProfileDeserializer(item["localDNSProfile"]),
|
|
6545
|
-
preparedImageSpecificationProfile: !item["preparedImageSpecificationProfile"]
|
|
6546
|
-
? item["preparedImageSpecificationProfile"]
|
|
6547
|
-
: preparedImageSpecificationProfileDeserializer(item["preparedImageSpecificationProfile"]),
|
|
6548
4706
|
};
|
|
6549
4707
|
}
|
|
6550
4708
|
export function _agentPoolAvailableVersionsPropertiesDeserializer(item) {
|
|
@@ -6561,9 +4719,6 @@ export function _agentPoolUpgradeProfilePropertiesDeserializer(item) {
|
|
|
6561
4719
|
upgrades: !item["upgrades"]
|
|
6562
4720
|
? item["upgrades"]
|
|
6563
4721
|
: agentPoolUpgradeProfilePropertiesUpgradesItemArrayDeserializer(item["upgrades"]),
|
|
6564
|
-
componentsByReleases: !item["componentsByReleases"]
|
|
6565
|
-
? item["componentsByReleases"]
|
|
6566
|
-
: componentsByReleaseArrayDeserializer(item["componentsByReleases"]),
|
|
6567
4722
|
recentlyUsedVersions: !item["recentlyUsedVersions"]
|
|
6568
4723
|
? item["recentlyUsedVersions"]
|
|
6569
4724
|
: agentPoolRecentlyUsedVersionArrayDeserializer(item["recentlyUsedVersions"]),
|
|
@@ -6572,9 +4727,6 @@ export function _agentPoolUpgradeProfilePropertiesDeserializer(item) {
|
|
|
6572
4727
|
}
|
|
6573
4728
|
export function _managedClusterPropertiesSerializer(item) {
|
|
6574
4729
|
return {
|
|
6575
|
-
creationData: !item["creationData"]
|
|
6576
|
-
? item["creationData"]
|
|
6577
|
-
: creationDataSerializer(item["creationData"]),
|
|
6578
4730
|
kubernetesVersion: item["kubernetesVersion"],
|
|
6579
4731
|
dnsPrefix: item["dnsPrefix"],
|
|
6580
4732
|
fqdnSubdomain: item["fqdnSubdomain"],
|
|
@@ -6605,8 +4757,6 @@ export function _managedClusterPropertiesSerializer(item) {
|
|
|
6605
4757
|
: managedClusterNodeResourceGroupProfileSerializer(item["nodeResourceGroupProfile"]),
|
|
6606
4758
|
enableRBAC: item["enableRbac"],
|
|
6607
4759
|
supportPlan: item["supportPlan"],
|
|
6608
|
-
enableFIPS: item["enableFips"],
|
|
6609
|
-
enableNamespaceResources: item["enableNamespaceResources"],
|
|
6610
4760
|
networkProfile: !item["networkProfile"]
|
|
6611
4761
|
? item["networkProfile"]
|
|
6612
4762
|
: containerServiceNetworkProfileSerializer(item["networkProfile"]),
|
|
@@ -6667,21 +4817,9 @@ export function _managedClusterPropertiesSerializer(item) {
|
|
|
6667
4817
|
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"]
|
|
6668
4818
|
? item["aiToolchainOperatorProfile"]
|
|
6669
4819
|
: managedClusterAIToolchainOperatorProfileSerializer(item["aiToolchainOperatorProfile"]),
|
|
6670
|
-
schedulerProfile: !item["schedulerProfile"]
|
|
6671
|
-
? item["schedulerProfile"]
|
|
6672
|
-
: schedulerProfileSerializer(item["schedulerProfile"]),
|
|
6673
4820
|
hostedSystemProfile: !item["hostedSystemProfile"]
|
|
6674
4821
|
? item["hostedSystemProfile"]
|
|
6675
4822
|
: managedClusterHostedSystemProfileSerializer(item["hostedSystemProfile"]),
|
|
6676
|
-
healthMonitorProfile: !item["healthMonitorProfile"]
|
|
6677
|
-
? item["healthMonitorProfile"]
|
|
6678
|
-
: managedClusterHealthMonitorProfileSerializer(item["healthMonitorProfile"]),
|
|
6679
|
-
controlPlaneScalingProfile: !item["controlPlaneScalingProfile"]
|
|
6680
|
-
? item["controlPlaneScalingProfile"]
|
|
6681
|
-
: managedClusterControlPlaneScalingProfileSerializer(item["controlPlaneScalingProfile"]),
|
|
6682
|
-
nodeDisruptionProfile: !item["nodeDisruptionProfile"]
|
|
6683
|
-
? item["nodeDisruptionProfile"]
|
|
6684
|
-
: nodeDisruptionProfileSerializer(item["nodeDisruptionProfile"]),
|
|
6685
4823
|
status: !item["status"] ? item["status"] : managedClusterStatusSerializer(item["status"]),
|
|
6686
4824
|
};
|
|
6687
4825
|
}
|
|
@@ -6691,9 +4829,6 @@ export function _managedClusterPropertiesDeserializer(item) {
|
|
|
6691
4829
|
powerState: !item["powerState"]
|
|
6692
4830
|
? item["powerState"]
|
|
6693
4831
|
: powerStateDeserializer(item["powerState"]),
|
|
6694
|
-
creationData: !item["creationData"]
|
|
6695
|
-
? item["creationData"]
|
|
6696
|
-
: creationDataDeserializer(item["creationData"]),
|
|
6697
4832
|
maxAgentPools: item["maxAgentPools"],
|
|
6698
4833
|
kubernetesVersion: item["kubernetesVersion"],
|
|
6699
4834
|
currentKubernetesVersion: item["currentKubernetesVersion"],
|
|
@@ -6729,8 +4864,6 @@ export function _managedClusterPropertiesDeserializer(item) {
|
|
|
6729
4864
|
: managedClusterNodeResourceGroupProfileDeserializer(item["nodeResourceGroupProfile"]),
|
|
6730
4865
|
enableRbac: item["enableRBAC"],
|
|
6731
4866
|
supportPlan: item["supportPlan"],
|
|
6732
|
-
enableFips: item["enableFIPS"],
|
|
6733
|
-
enableNamespaceResources: item["enableNamespaceResources"],
|
|
6734
4867
|
networkProfile: !item["networkProfile"]
|
|
6735
4868
|
? item["networkProfile"]
|
|
6736
4869
|
: containerServiceNetworkProfileDeserializer(item["networkProfile"]),
|
|
@@ -6792,21 +4925,9 @@ export function _managedClusterPropertiesDeserializer(item) {
|
|
|
6792
4925
|
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"]
|
|
6793
4926
|
? item["aiToolchainOperatorProfile"]
|
|
6794
4927
|
: managedClusterAIToolchainOperatorProfileDeserializer(item["aiToolchainOperatorProfile"]),
|
|
6795
|
-
schedulerProfile: !item["schedulerProfile"]
|
|
6796
|
-
? item["schedulerProfile"]
|
|
6797
|
-
: schedulerProfileDeserializer(item["schedulerProfile"]),
|
|
6798
4928
|
hostedSystemProfile: !item["hostedSystemProfile"]
|
|
6799
4929
|
? item["hostedSystemProfile"]
|
|
6800
4930
|
: managedClusterHostedSystemProfileDeserializer(item["hostedSystemProfile"]),
|
|
6801
|
-
healthMonitorProfile: !item["healthMonitorProfile"]
|
|
6802
|
-
? item["healthMonitorProfile"]
|
|
6803
|
-
: managedClusterHealthMonitorProfileDeserializer(item["healthMonitorProfile"]),
|
|
6804
|
-
controlPlaneScalingProfile: !item["controlPlaneScalingProfile"]
|
|
6805
|
-
? item["controlPlaneScalingProfile"]
|
|
6806
|
-
: managedClusterControlPlaneScalingProfileDeserializer(item["controlPlaneScalingProfile"]),
|
|
6807
|
-
nodeDisruptionProfile: !item["nodeDisruptionProfile"]
|
|
6808
|
-
? item["nodeDisruptionProfile"]
|
|
6809
|
-
: nodeDisruptionProfileDeserializer(item["nodeDisruptionProfile"]),
|
|
6810
4931
|
status: !item["status"] ? item["status"] : managedClusterStatusDeserializer(item["status"]),
|
|
6811
4932
|
};
|
|
6812
4933
|
}
|
|
@@ -6904,25 +5025,6 @@ export function _snapshotPropertiesDeserializer(item) {
|
|
|
6904
5025
|
enableFips: item["enableFIPS"],
|
|
6905
5026
|
};
|
|
6906
5027
|
}
|
|
6907
|
-
export function _managedClusterSnapshotPropertiesSerializer(item) {
|
|
6908
|
-
return {
|
|
6909
|
-
creationData: !item["creationData"]
|
|
6910
|
-
? item["creationData"]
|
|
6911
|
-
: creationDataSerializer(item["creationData"]),
|
|
6912
|
-
snapshotType: item["snapshotType"],
|
|
6913
|
-
};
|
|
6914
|
-
}
|
|
6915
|
-
export function _managedClusterSnapshotPropertiesDeserializer(item) {
|
|
6916
|
-
return {
|
|
6917
|
-
creationData: !item["creationData"]
|
|
6918
|
-
? item["creationData"]
|
|
6919
|
-
: creationDataDeserializer(item["creationData"]),
|
|
6920
|
-
snapshotType: item["snapshotType"],
|
|
6921
|
-
managedClusterPropertiesReadOnly: !item["managedClusterPropertiesReadOnly"]
|
|
6922
|
-
? item["managedClusterPropertiesReadOnly"]
|
|
6923
|
-
: managedClusterPropertiesForSnapshotDeserializer(item["managedClusterPropertiesReadOnly"]),
|
|
6924
|
-
};
|
|
6925
|
-
}
|
|
6926
5028
|
export function _trustedAccessRoleBindingPropertiesSerializer(item) {
|
|
6927
5029
|
return {
|
|
6928
5030
|
sourceResourceId: item["sourceResourceId"],
|
|
@@ -6940,37 +5042,6 @@ export function _trustedAccessRoleBindingPropertiesDeserializer(item) {
|
|
|
6940
5042
|
}),
|
|
6941
5043
|
};
|
|
6942
5044
|
}
|
|
6943
|
-
export function _loadBalancerPropertiesSerializer(item) {
|
|
6944
|
-
return {
|
|
6945
|
-
primaryAgentPoolName: item["primaryAgentPoolName"],
|
|
6946
|
-
allowServicePlacement: item["allowServicePlacement"],
|
|
6947
|
-
serviceLabelSelector: !item["serviceLabelSelector"]
|
|
6948
|
-
? item["serviceLabelSelector"]
|
|
6949
|
-
: labelSelectorSerializer(item["serviceLabelSelector"]),
|
|
6950
|
-
serviceNamespaceSelector: !item["serviceNamespaceSelector"]
|
|
6951
|
-
? item["serviceNamespaceSelector"]
|
|
6952
|
-
: labelSelectorSerializer(item["serviceNamespaceSelector"]),
|
|
6953
|
-
nodeSelector: !item["nodeSelector"]
|
|
6954
|
-
? item["nodeSelector"]
|
|
6955
|
-
: labelSelectorSerializer(item["nodeSelector"]),
|
|
6956
|
-
};
|
|
6957
|
-
}
|
|
6958
|
-
export function _loadBalancerPropertiesDeserializer(item) {
|
|
6959
|
-
return {
|
|
6960
|
-
primaryAgentPoolName: item["primaryAgentPoolName"],
|
|
6961
|
-
allowServicePlacement: item["allowServicePlacement"],
|
|
6962
|
-
serviceLabelSelector: !item["serviceLabelSelector"]
|
|
6963
|
-
? item["serviceLabelSelector"]
|
|
6964
|
-
: labelSelectorDeserializer(item["serviceLabelSelector"]),
|
|
6965
|
-
serviceNamespaceSelector: !item["serviceNamespaceSelector"]
|
|
6966
|
-
? item["serviceNamespaceSelector"]
|
|
6967
|
-
: labelSelectorDeserializer(item["serviceNamespaceSelector"]),
|
|
6968
|
-
nodeSelector: !item["nodeSelector"]
|
|
6969
|
-
? item["nodeSelector"]
|
|
6970
|
-
: labelSelectorDeserializer(item["nodeSelector"]),
|
|
6971
|
-
provisioningState: item["provisioningState"],
|
|
6972
|
-
};
|
|
6973
|
-
}
|
|
6974
5045
|
export function _operationValueDisplayDeserializer(item) {
|
|
6975
5046
|
return {
|
|
6976
5047
|
operation: item["operation"],
|