@azure/arm-containerservice 25.1.0 → 25.3.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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 +5 -6
- package/dist/browser/api/agentPools/operations.js +50 -20
- package/dist/browser/api/agentPools/operations.js.map +1 -1
- package/dist/browser/api/agentPools/options.d.ts +5 -0
- package/dist/browser/api/agentPools/options.js.map +1 -1
- package/dist/browser/api/containerService/index.d.ts +3 -0
- package/dist/browser/api/containerService/index.js +4 -0
- package/dist/browser/api/containerService/index.js.map +1 -0
- package/dist/browser/api/containerService/operations.d.ts +10 -0
- package/dist/browser/api/containerService/operations.js +37 -0
- package/dist/browser/api/containerService/operations.js.map +1 -0
- package/dist/browser/api/containerService/options.d.ts +5 -0
- package/dist/browser/api/containerService/options.js.map +1 -0
- package/dist/browser/api/containerServiceContext.js +1 -1
- package/dist/browser/api/containerServiceContext.js.map +1 -1
- package/dist/browser/api/identityBindings/index.d.ts +3 -0
- package/dist/browser/api/identityBindings/index.js.map +1 -0
- package/dist/browser/api/identityBindings/operations.d.ts +23 -0
- package/dist/browser/api/identityBindings/operations.js +135 -0
- package/dist/browser/api/identityBindings/operations.js.map +1 -0
- package/dist/browser/api/identityBindings/options.d.ts +18 -0
- package/dist/browser/api/identityBindings/options.js.map +1 -0
- package/dist/browser/api/jwtAuthenticators/index.d.ts +3 -0
- package/dist/browser/api/jwtAuthenticators/index.js +4 -0
- package/dist/browser/api/jwtAuthenticators/index.js.map +1 -0
- package/dist/browser/api/jwtAuthenticators/operations.d.ts +23 -0
- package/dist/browser/api/jwtAuthenticators/operations.js +135 -0
- package/dist/browser/api/jwtAuthenticators/operations.js.map +1 -0
- package/dist/{react-native/api/trustedAccessRoleBindings → browser/api/jwtAuthenticators}/options.d.ts +4 -4
- package/dist/browser/api/jwtAuthenticators/options.js.map +1 -0
- package/dist/browser/api/loadBalancers/index.d.ts +3 -0
- package/dist/browser/api/loadBalancers/index.js +4 -0
- package/dist/browser/api/loadBalancers/index.js.map +1 -0
- package/dist/browser/api/loadBalancers/operations.d.ts +23 -0
- package/dist/{react-native/api/maintenanceConfigurations → browser/api/loadBalancers}/operations.js +42 -37
- package/dist/browser/api/loadBalancers/operations.js.map +1 -0
- package/dist/browser/api/loadBalancers/options.d.ts +16 -0
- package/dist/browser/api/loadBalancers/options.js.map +1 -0
- 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 +6 -1
- package/dist/browser/api/machines/operations.js +51 -4
- package/dist/browser/api/machines/operations.js.map +1 -1
- package/dist/browser/api/machines/options.d.ts +9 -0
- package/dist/browser/api/machines/options.js.map +1 -1
- package/dist/browser/api/maintenanceConfigurations/operations.d.ts +0 -5
- package/dist/browser/api/maintenanceConfigurations/operations.js +9 -10
- package/dist/browser/api/maintenanceConfigurations/operations.js.map +1 -1
- package/dist/browser/api/managedClusterSnapshots/index.d.ts +3 -0
- package/dist/browser/api/managedClusterSnapshots/index.js.map +1 -0
- package/dist/browser/api/managedClusterSnapshots/operations.d.ts +30 -0
- package/dist/{react-native/api/snapshots → browser/api/managedClusterSnapshots}/operations.js +35 -32
- package/dist/browser/api/managedClusterSnapshots/operations.js.map +1 -0
- package/dist/browser/api/managedClusterSnapshots/options.d.ts +20 -0
- package/dist/browser/api/managedClusterSnapshots/options.js.map +1 -0
- 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 +22 -7
- package/dist/browser/api/managedClusters/operations.js +215 -49
- package/dist/browser/api/managedClusters/operations.js.map +1 -1
- package/dist/browser/api/managedClusters/options.d.ts +19 -0
- package/dist/browser/api/managedClusters/options.js.map +1 -1
- package/dist/browser/api/managedNamespaces/operations.d.ts +0 -5
- package/dist/browser/api/managedNamespaces/operations.js +13 -14
- package/dist/browser/api/managedNamespaces/operations.js.map +1 -1
- package/dist/browser/api/meshMemberships/index.d.ts +3 -0
- package/dist/browser/api/meshMemberships/index.js +4 -0
- package/dist/browser/api/meshMemberships/index.js.map +1 -0
- package/dist/browser/api/meshMemberships/operations.d.ts +23 -0
- package/dist/{react-native/api/trustedAccessRoleBindings → browser/api/meshMemberships}/operations.js +39 -40
- package/dist/browser/api/meshMemberships/operations.js.map +1 -0
- package/dist/browser/api/meshMemberships/options.d.ts +18 -0
- package/dist/browser/api/meshMemberships/options.js.map +1 -0
- package/dist/browser/api/operationStatusResult/index.d.ts +3 -0
- package/dist/browser/api/operationStatusResult/index.js +4 -0
- package/dist/browser/api/operationStatusResult/index.js.map +1 -0
- package/dist/browser/api/operationStatusResult/operations.d.ts +18 -0
- package/dist/browser/api/operationStatusResult/operations.js +97 -0
- package/dist/browser/api/operationStatusResult/operations.js.map +1 -0
- package/dist/browser/api/operationStatusResult/options.d.ts +11 -0
- package/dist/browser/api/operationStatusResult/options.js.map +1 -0
- package/dist/browser/api/operations/operations.js +6 -2
- package/dist/browser/api/operations/operations.js.map +1 -1
- package/dist/browser/api/privateEndpointConnections/operations.d.ts +0 -5
- package/dist/browser/api/privateEndpointConnections/operations.js +5 -10
- package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -1
- package/dist/browser/api/privateLinkResources/operations.js +1 -1
- package/dist/browser/api/privateLinkResources/operations.js.map +1 -1
- package/dist/browser/api/resolvePrivateLinkServiceId/operations.js +1 -1
- package/dist/browser/api/resolvePrivateLinkServiceId/operations.js.map +1 -1
- package/dist/browser/api/snapshots/operations.d.ts +0 -5
- package/dist/browser/api/snapshots/operations.js +16 -13
- package/dist/browser/api/snapshots/operations.js.map +1 -1
- package/dist/browser/api/trustedAccessRoleBindings/operations.d.ts +0 -5
- package/dist/browser/api/trustedAccessRoleBindings/operations.js +11 -12
- package/dist/browser/api/trustedAccessRoleBindings/operations.js.map +1 -1
- package/dist/browser/api/trustedAccessRoles/operations.js +6 -2
- package/dist/browser/api/trustedAccessRoles/operations.js.map +1 -1
- package/dist/browser/api/vmSkus/index.d.ts +3 -0
- package/dist/browser/api/vmSkus/index.js.map +1 -0
- package/dist/browser/api/vmSkus/operations.d.ts +10 -0
- package/dist/{react-native/api/trustedAccessRoles → browser/api/vmSkus}/operations.js +11 -6
- package/dist/browser/api/vmSkus/operations.js.map +1 -0
- package/dist/browser/api/vmSkus/options.d.ts +7 -0
- package/dist/browser/api/vmSkus/options.js.map +1 -0
- package/dist/browser/classic/agentPools/index.d.ts +7 -6
- package/dist/browser/classic/agentPools/index.js +10 -1
- package/dist/browser/classic/agentPools/index.js.map +1 -1
- package/dist/browser/classic/containerService/index.d.ts +11 -0
- package/dist/browser/classic/containerService/index.js +14 -0
- package/dist/browser/classic/containerService/index.js.map +1 -0
- package/dist/browser/classic/identityBindings/index.d.ts +27 -0
- package/dist/browser/classic/identityBindings/index.js +34 -0
- package/dist/browser/classic/identityBindings/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +8 -0
- package/dist/browser/classic/index.js.map +1 -1
- package/dist/browser/classic/jwtAuthenticators/index.d.ts +27 -0
- package/dist/browser/classic/jwtAuthenticators/index.js +34 -0
- package/dist/browser/classic/jwtAuthenticators/index.js.map +1 -0
- package/dist/browser/classic/loadBalancers/index.d.ts +23 -0
- package/dist/browser/classic/loadBalancers/index.js +26 -0
- package/dist/browser/classic/loadBalancers/index.js.map +1 -0
- package/dist/browser/classic/machines/index.d.ts +9 -1
- package/dist/browser/classic/machines/index.js +11 -1
- package/dist/browser/classic/machines/index.js.map +1 -1
- package/dist/browser/classic/maintenanceConfigurations/index.d.ts +0 -5
- package/dist/browser/classic/maintenanceConfigurations/index.js.map +1 -1
- package/dist/browser/classic/managedClusterSnapshots/index.d.ts +21 -0
- package/dist/{react-native/classic/snapshots → browser/classic/managedClusterSnapshots}/index.js +4 -4
- package/dist/browser/classic/managedClusterSnapshots/index.js.map +1 -0
- package/dist/browser/classic/managedClusters/index.d.ts +16 -7
- package/dist/browser/classic/managedClusters/index.js +14 -1
- package/dist/browser/classic/managedClusters/index.js.map +1 -1
- package/dist/browser/classic/managedNamespaces/index.d.ts +0 -5
- package/dist/browser/classic/managedNamespaces/index.js.map +1 -1
- package/dist/browser/classic/meshMemberships/index.d.ts +27 -0
- package/dist/browser/classic/meshMemberships/index.js +34 -0
- package/dist/browser/classic/meshMemberships/index.js.map +1 -0
- package/dist/browser/classic/operationStatusResult/index.d.ts +15 -0
- package/dist/browser/classic/operationStatusResult/index.js +16 -0
- package/dist/browser/classic/operationStatusResult/index.js.map +1 -0
- package/dist/browser/classic/privateEndpointConnections/index.d.ts +0 -5
- package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -1
- package/dist/browser/classic/snapshots/index.d.ts +0 -5
- package/dist/browser/classic/snapshots/index.js.map +1 -1
- package/dist/browser/classic/trustedAccessRoleBindings/index.d.ts +0 -5
- package/dist/browser/classic/trustedAccessRoleBindings/index.js.map +1 -1
- package/dist/browser/classic/vmSkus/index.d.ts +11 -0
- package/dist/browser/classic/vmSkus/index.js +14 -0
- package/dist/browser/classic/vmSkus/index.js.map +1 -0
- package/dist/browser/containerServiceClient.d.ts +24 -0
- package/dist/browser/containerServiceClient.js +32 -0
- package/dist/browser/containerServiceClient.js.map +1 -1
- package/dist/browser/index.d.ts +14 -6
- package/dist/browser/index.js +1 -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 +1677 -15
- package/dist/browser/models/models.js +2257 -176
- package/dist/browser/models/models.js.map +1 -1
- package/dist/browser/restorePollerHelpers.js +35 -5
- package/dist/browser/restorePollerHelpers.js.map +1 -1
- package/dist/commonjs/api/agentPools/index.d.ts +2 -2
- package/dist/commonjs/api/agentPools/index.js +2 -0
- package/dist/commonjs/api/agentPools/index.js.map +2 -2
- package/dist/commonjs/api/agentPools/operations.d.ts +5 -6
- package/dist/commonjs/api/agentPools/operations.js +59 -15
- package/dist/commonjs/api/agentPools/operations.js.map +2 -2
- package/dist/commonjs/api/agentPools/options.d.ts +5 -0
- package/dist/commonjs/api/agentPools/options.js.map +1 -1
- package/dist/commonjs/api/containerService/index.d.ts +3 -0
- package/dist/commonjs/api/containerService/index.js +28 -0
- package/dist/commonjs/api/containerService/index.js.map +7 -0
- package/dist/commonjs/api/containerService/operations.d.ts +10 -0
- package/dist/commonjs/api/containerService/operations.js +74 -0
- package/dist/commonjs/api/containerService/operations.js.map +7 -0
- package/dist/commonjs/api/containerService/options.d.ts +5 -0
- package/dist/commonjs/api/containerService/options.js +16 -0
- package/dist/commonjs/api/containerService/options.js.map +7 -0
- package/dist/commonjs/api/containerServiceContext.js +1 -1
- package/dist/commonjs/api/containerServiceContext.js.map +1 -1
- package/dist/commonjs/api/identityBindings/index.d.ts +3 -0
- package/dist/commonjs/api/identityBindings/index.js +34 -0
- package/dist/commonjs/api/identityBindings/index.js.map +7 -0
- package/dist/commonjs/api/identityBindings/operations.d.ts +23 -0
- package/dist/commonjs/api/identityBindings/operations.js +212 -0
- package/dist/commonjs/api/identityBindings/operations.js.map +7 -0
- package/dist/commonjs/api/identityBindings/options.d.ts +18 -0
- package/dist/commonjs/api/identityBindings/options.js +16 -0
- package/dist/commonjs/api/identityBindings/options.js.map +7 -0
- package/dist/commonjs/api/jwtAuthenticators/index.d.ts +3 -0
- package/dist/commonjs/api/jwtAuthenticators/index.js +34 -0
- package/dist/commonjs/api/jwtAuthenticators/index.js.map +7 -0
- package/dist/commonjs/api/jwtAuthenticators/operations.d.ts +23 -0
- package/dist/commonjs/api/jwtAuthenticators/operations.js +212 -0
- package/dist/commonjs/api/jwtAuthenticators/operations.js.map +7 -0
- package/dist/commonjs/api/jwtAuthenticators/options.d.ts +18 -0
- package/dist/commonjs/api/jwtAuthenticators/options.js +16 -0
- package/dist/commonjs/api/jwtAuthenticators/options.js.map +7 -0
- package/dist/commonjs/api/loadBalancers/index.d.ts +3 -0
- package/dist/commonjs/api/loadBalancers/index.js +34 -0
- package/dist/commonjs/api/loadBalancers/index.js.map +7 -0
- package/dist/commonjs/api/loadBalancers/operations.d.ts +23 -0
- package/dist/commonjs/api/loadBalancers/operations.js +207 -0
- package/dist/commonjs/api/loadBalancers/operations.js.map +7 -0
- package/dist/commonjs/api/loadBalancers/options.d.ts +16 -0
- package/dist/commonjs/api/loadBalancers/options.js +16 -0
- package/dist/commonjs/api/loadBalancers/options.js.map +7 -0
- package/dist/commonjs/api/machines/index.d.ts +2 -2
- package/dist/commonjs/api/machines/index.js +2 -0
- package/dist/commonjs/api/machines/index.js.map +2 -2
- package/dist/commonjs/api/machines/operations.d.ts +6 -1
- package/dist/commonjs/api/machines/operations.js +67 -3
- package/dist/commonjs/api/machines/operations.js.map +2 -2
- package/dist/commonjs/api/machines/options.d.ts +9 -0
- package/dist/commonjs/api/machines/options.js.map +1 -1
- package/dist/commonjs/api/maintenanceConfigurations/operations.d.ts +0 -5
- package/dist/commonjs/api/maintenanceConfigurations/operations.js +9 -5
- package/dist/commonjs/api/maintenanceConfigurations/operations.js.map +2 -2
- package/dist/commonjs/api/managedClusterSnapshots/index.d.ts +3 -0
- package/dist/commonjs/api/managedClusterSnapshots/index.js +38 -0
- package/dist/commonjs/api/managedClusterSnapshots/index.js.map +7 -0
- package/dist/commonjs/api/managedClusterSnapshots/operations.d.ts +30 -0
- package/dist/commonjs/api/managedClusterSnapshots/operations.js +279 -0
- package/dist/commonjs/api/managedClusterSnapshots/operations.js.map +7 -0
- package/dist/commonjs/api/managedClusterSnapshots/options.d.ts +20 -0
- package/dist/commonjs/api/managedClusterSnapshots/options.js +16 -0
- package/dist/commonjs/api/managedClusterSnapshots/options.js.map +7 -0
- package/dist/commonjs/api/managedClusters/index.d.ts +2 -2
- package/dist/commonjs/api/managedClusters/index.js +10 -0
- package/dist/commonjs/api/managedClusters/index.js.map +2 -2
- package/dist/commonjs/api/managedClusters/operations.d.ts +22 -7
- package/dist/commonjs/api/managedClusters/operations.js +276 -43
- package/dist/commonjs/api/managedClusters/operations.js.map +2 -2
- package/dist/commonjs/api/managedClusters/options.d.ts +19 -0
- package/dist/commonjs/api/managedClusters/options.js.map +1 -1
- package/dist/commonjs/api/managedNamespaces/operations.d.ts +0 -5
- package/dist/commonjs/api/managedNamespaces/operations.js +13 -9
- package/dist/commonjs/api/managedNamespaces/operations.js.map +2 -2
- package/dist/commonjs/api/meshMemberships/index.d.ts +3 -0
- package/dist/commonjs/api/meshMemberships/index.js +34 -0
- package/dist/commonjs/api/meshMemberships/index.js.map +7 -0
- package/dist/commonjs/api/meshMemberships/operations.d.ts +23 -0
- package/dist/commonjs/api/meshMemberships/operations.js +212 -0
- package/dist/commonjs/api/meshMemberships/operations.js.map +7 -0
- package/dist/commonjs/api/meshMemberships/options.d.ts +18 -0
- package/dist/commonjs/api/meshMemberships/options.js +16 -0
- package/dist/commonjs/api/meshMemberships/options.js.map +7 -0
- package/dist/commonjs/api/operationStatusResult/index.d.ts +3 -0
- package/dist/commonjs/api/operationStatusResult/index.js +32 -0
- package/dist/commonjs/api/operationStatusResult/index.js.map +7 -0
- package/dist/commonjs/api/operationStatusResult/operations.d.ts +18 -0
- package/dist/commonjs/api/operationStatusResult/operations.js +159 -0
- package/dist/commonjs/api/operationStatusResult/operations.js.map +7 -0
- package/dist/commonjs/api/operationStatusResult/options.d.ts +11 -0
- package/dist/commonjs/api/operationStatusResult/options.js +16 -0
- package/dist/commonjs/api/operationStatusResult/options.js.map +7 -0
- package/dist/commonjs/api/operations/operations.js +6 -2
- package/dist/commonjs/api/operations/operations.js.map +2 -2
- package/dist/commonjs/api/privateEndpointConnections/operations.d.ts +0 -5
- package/dist/commonjs/api/privateEndpointConnections/operations.js +5 -5
- package/dist/commonjs/api/privateEndpointConnections/operations.js.map +2 -2
- package/dist/commonjs/api/privateLinkResources/operations.js +1 -1
- package/dist/commonjs/api/privateLinkResources/operations.js.map +1 -1
- package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.js +1 -1
- package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.js.map +1 -1
- package/dist/commonjs/api/snapshots/operations.d.ts +0 -5
- package/dist/commonjs/api/snapshots/operations.js +16 -8
- package/dist/commonjs/api/snapshots/operations.js.map +2 -2
- package/dist/commonjs/api/trustedAccessRoleBindings/operations.d.ts +0 -5
- package/dist/commonjs/api/trustedAccessRoleBindings/operations.js +11 -7
- package/dist/commonjs/api/trustedAccessRoleBindings/operations.js.map +2 -2
- package/dist/commonjs/api/trustedAccessRoles/operations.js +6 -2
- package/dist/commonjs/api/trustedAccessRoles/operations.js.map +2 -2
- package/dist/commonjs/api/vmSkus/index.d.ts +3 -0
- package/dist/commonjs/api/vmSkus/index.js +28 -0
- package/dist/commonjs/api/vmSkus/index.js.map +7 -0
- package/dist/commonjs/api/vmSkus/operations.d.ts +10 -0
- package/dist/commonjs/api/vmSkus/operations.js +75 -0
- package/dist/commonjs/api/vmSkus/operations.js.map +7 -0
- package/dist/commonjs/api/vmSkus/options.d.ts +7 -0
- package/dist/commonjs/api/vmSkus/options.js +16 -0
- package/dist/commonjs/api/vmSkus/options.js.map +7 -0
- package/dist/commonjs/classic/agentPools/index.d.ts +7 -6
- package/dist/commonjs/classic/agentPools/index.js +21 -0
- package/dist/commonjs/classic/agentPools/index.js.map +2 -2
- package/dist/commonjs/classic/containerService/index.d.ts +11 -0
- package/dist/commonjs/classic/containerService/index.js +38 -0
- package/dist/commonjs/classic/containerService/index.js.map +7 -0
- package/dist/commonjs/classic/identityBindings/index.d.ts +27 -0
- package/dist/commonjs/classic/identityBindings/index.js +85 -0
- package/dist/commonjs/classic/identityBindings/index.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +8 -0
- package/dist/commonjs/classic/index.js.map +1 -1
- package/dist/commonjs/classic/jwtAuthenticators/index.d.ts +27 -0
- package/dist/commonjs/classic/jwtAuthenticators/index.js +85 -0
- package/dist/commonjs/classic/jwtAuthenticators/index.js.map +7 -0
- package/dist/commonjs/classic/loadBalancers/index.d.ts +23 -0
- package/dist/commonjs/classic/loadBalancers/index.js +57 -0
- package/dist/commonjs/classic/loadBalancers/index.js.map +7 -0
- package/dist/commonjs/classic/machines/index.d.ts +9 -1
- package/dist/commonjs/classic/machines/index.js +34 -0
- package/dist/commonjs/classic/machines/index.js.map +2 -2
- package/dist/commonjs/classic/maintenanceConfigurations/index.d.ts +0 -5
- package/dist/commonjs/classic/maintenanceConfigurations/index.js.map +2 -2
- package/dist/commonjs/classic/managedClusterSnapshots/index.d.ts +21 -0
- package/dist/commonjs/classic/managedClusterSnapshots/index.js +43 -0
- package/dist/commonjs/classic/managedClusterSnapshots/index.js.map +7 -0
- package/dist/commonjs/classic/managedClusters/index.d.ts +16 -7
- package/dist/commonjs/classic/managedClusters/index.js +25 -0
- package/dist/commonjs/classic/managedClusters/index.js.map +2 -2
- package/dist/commonjs/classic/managedNamespaces/index.d.ts +0 -5
- package/dist/commonjs/classic/managedNamespaces/index.js.map +2 -2
- package/dist/commonjs/classic/meshMemberships/index.d.ts +27 -0
- package/dist/commonjs/classic/meshMemberships/index.js +79 -0
- package/dist/commonjs/classic/meshMemberships/index.js.map +7 -0
- package/dist/commonjs/classic/operationStatusResult/index.d.ts +15 -0
- package/dist/commonjs/classic/operationStatusResult/index.js +40 -0
- package/dist/commonjs/classic/operationStatusResult/index.js.map +7 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +0 -5
- package/dist/commonjs/classic/privateEndpointConnections/index.js.map +2 -2
- package/dist/commonjs/classic/snapshots/index.d.ts +0 -5
- package/dist/commonjs/classic/snapshots/index.js.map +2 -2
- package/dist/commonjs/classic/trustedAccessRoleBindings/index.d.ts +0 -5
- package/dist/commonjs/classic/trustedAccessRoleBindings/index.js.map +2 -2
- package/dist/commonjs/classic/vmSkus/index.d.ts +11 -0
- package/dist/commonjs/classic/vmSkus/index.js +38 -0
- package/dist/commonjs/classic/vmSkus/index.js.map +7 -0
- package/dist/commonjs/containerServiceClient.d.ts +24 -0
- package/dist/commonjs/containerServiceClient.js +32 -0
- package/dist/commonjs/containerServiceClient.js.map +2 -2
- package/dist/commonjs/index.d.ts +14 -6
- package/dist/commonjs/index.js +54 -0
- package/dist/commonjs/index.js.map +2 -2
- package/dist/commonjs/models/index.d.ts +2 -2
- package/dist/commonjs/models/index.js +54 -0
- package/dist/commonjs/models/index.js.map +2 -2
- package/dist/commonjs/models/models.d.ts +1677 -15
- package/dist/commonjs/models/models.js +2044 -49
- package/dist/commonjs/models/models.js.map +3 -3
- package/dist/commonjs/restorePollerHelpers.js +56 -26
- package/dist/commonjs/restorePollerHelpers.js.map +3 -3
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- 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 +5 -6
- package/dist/esm/api/agentPools/operations.js +50 -20
- package/dist/esm/api/agentPools/operations.js.map +1 -1
- package/dist/esm/api/agentPools/options.d.ts +5 -0
- package/dist/esm/api/agentPools/options.js.map +1 -1
- package/dist/esm/api/containerService/index.d.ts +3 -0
- package/dist/esm/api/containerService/index.js +4 -0
- package/dist/esm/api/containerService/index.js.map +1 -0
- package/dist/esm/api/containerService/operations.d.ts +10 -0
- package/dist/esm/api/containerService/operations.js +37 -0
- package/dist/esm/api/containerService/operations.js.map +1 -0
- package/dist/esm/api/containerService/options.d.ts +5 -0
- package/dist/esm/api/containerService/options.js.map +1 -0
- package/dist/esm/api/containerServiceContext.js +1 -1
- package/dist/esm/api/containerServiceContext.js.map +1 -1
- package/dist/esm/api/identityBindings/index.d.ts +3 -0
- package/dist/esm/api/identityBindings/index.js +4 -0
- package/dist/esm/api/identityBindings/index.js.map +1 -0
- package/dist/esm/api/identityBindings/operations.d.ts +23 -0
- package/dist/esm/api/identityBindings/operations.js +135 -0
- package/dist/esm/api/identityBindings/operations.js.map +1 -0
- package/dist/esm/api/identityBindings/options.d.ts +18 -0
- package/dist/esm/api/identityBindings/options.js.map +1 -0
- package/dist/esm/api/jwtAuthenticators/index.d.ts +3 -0
- package/dist/esm/api/jwtAuthenticators/index.js +4 -0
- package/dist/esm/api/jwtAuthenticators/index.js.map +1 -0
- package/dist/esm/api/jwtAuthenticators/operations.d.ts +23 -0
- package/dist/esm/api/jwtAuthenticators/operations.js +135 -0
- package/dist/esm/api/jwtAuthenticators/operations.js.map +1 -0
- package/dist/esm/api/jwtAuthenticators/options.d.ts +18 -0
- package/dist/esm/api/jwtAuthenticators/options.js.map +1 -0
- package/dist/esm/api/loadBalancers/index.d.ts +3 -0
- package/dist/esm/api/loadBalancers/index.js +4 -0
- package/dist/esm/api/loadBalancers/index.js.map +1 -0
- package/dist/esm/api/loadBalancers/operations.d.ts +23 -0
- package/dist/{react-native/api/privateEndpointConnections → esm/api/loadBalancers}/operations.js +43 -44
- package/dist/esm/api/loadBalancers/operations.js.map +1 -0
- package/dist/esm/api/loadBalancers/options.d.ts +16 -0
- package/dist/esm/api/loadBalancers/options.js.map +1 -0
- 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 +6 -1
- package/dist/esm/api/machines/operations.js +51 -4
- package/dist/esm/api/machines/operations.js.map +1 -1
- package/dist/esm/api/machines/options.d.ts +9 -0
- package/dist/esm/api/machines/options.js.map +1 -1
- package/dist/esm/api/maintenanceConfigurations/operations.d.ts +0 -5
- package/dist/esm/api/maintenanceConfigurations/operations.js +9 -10
- package/dist/esm/api/maintenanceConfigurations/operations.js.map +1 -1
- package/dist/esm/api/managedClusterSnapshots/index.d.ts +3 -0
- package/dist/esm/api/managedClusterSnapshots/index.js +4 -0
- package/dist/esm/api/managedClusterSnapshots/index.js.map +1 -0
- package/dist/esm/api/managedClusterSnapshots/operations.d.ts +30 -0
- package/dist/esm/api/managedClusterSnapshots/operations.js +179 -0
- package/dist/esm/api/managedClusterSnapshots/operations.js.map +1 -0
- package/dist/esm/api/managedClusterSnapshots/options.d.ts +20 -0
- package/dist/esm/api/managedClusterSnapshots/options.js +4 -0
- package/dist/esm/api/managedClusterSnapshots/options.js.map +1 -0
- 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 +22 -7
- package/dist/esm/api/managedClusters/operations.js +215 -49
- package/dist/esm/api/managedClusters/operations.js.map +1 -1
- package/dist/esm/api/managedClusters/options.d.ts +19 -0
- package/dist/esm/api/managedClusters/options.js.map +1 -1
- package/dist/esm/api/managedNamespaces/operations.d.ts +0 -5
- package/dist/esm/api/managedNamespaces/operations.js +13 -14
- package/dist/esm/api/managedNamespaces/operations.js.map +1 -1
- package/dist/esm/api/meshMemberships/index.d.ts +3 -0
- package/dist/esm/api/meshMemberships/index.js +4 -0
- package/dist/esm/api/meshMemberships/index.js.map +1 -0
- package/dist/esm/api/meshMemberships/operations.d.ts +23 -0
- package/dist/esm/api/meshMemberships/operations.js +135 -0
- package/dist/esm/api/meshMemberships/operations.js.map +1 -0
- package/dist/esm/api/meshMemberships/options.d.ts +18 -0
- package/dist/esm/api/meshMemberships/options.js +4 -0
- package/dist/esm/api/meshMemberships/options.js.map +1 -0
- package/dist/esm/api/operationStatusResult/index.d.ts +3 -0
- package/dist/esm/api/operationStatusResult/index.js +4 -0
- package/dist/esm/api/operationStatusResult/index.js.map +1 -0
- package/dist/esm/api/operationStatusResult/operations.d.ts +18 -0
- package/dist/esm/api/operationStatusResult/operations.js +97 -0
- package/dist/esm/api/operationStatusResult/operations.js.map +1 -0
- package/dist/esm/api/operationStatusResult/options.d.ts +11 -0
- package/dist/esm/api/operationStatusResult/options.js +4 -0
- package/dist/esm/api/operationStatusResult/options.js.map +1 -0
- package/dist/esm/api/operations/operations.js +6 -2
- package/dist/esm/api/operations/operations.js.map +1 -1
- package/dist/esm/api/privateEndpointConnections/operations.d.ts +0 -5
- package/dist/esm/api/privateEndpointConnections/operations.js +5 -10
- package/dist/esm/api/privateEndpointConnections/operations.js.map +1 -1
- package/dist/esm/api/privateLinkResources/operations.js +1 -1
- package/dist/esm/api/privateLinkResources/operations.js.map +1 -1
- package/dist/esm/api/resolvePrivateLinkServiceId/operations.js +1 -1
- package/dist/esm/api/resolvePrivateLinkServiceId/operations.js.map +1 -1
- package/dist/esm/api/snapshots/operations.d.ts +0 -5
- package/dist/esm/api/snapshots/operations.js +16 -13
- package/dist/esm/api/snapshots/operations.js.map +1 -1
- package/dist/esm/api/trustedAccessRoleBindings/operations.d.ts +0 -5
- package/dist/esm/api/trustedAccessRoleBindings/operations.js +11 -12
- package/dist/esm/api/trustedAccessRoleBindings/operations.js.map +1 -1
- package/dist/esm/api/trustedAccessRoles/operations.js +6 -2
- package/dist/esm/api/trustedAccessRoles/operations.js.map +1 -1
- package/dist/esm/api/vmSkus/index.d.ts +3 -0
- package/dist/esm/api/vmSkus/index.js.map +1 -0
- package/dist/esm/api/vmSkus/operations.d.ts +10 -0
- package/dist/esm/api/vmSkus/operations.js +38 -0
- package/dist/esm/api/vmSkus/operations.js.map +1 -0
- package/dist/esm/api/vmSkus/options.d.ts +7 -0
- package/dist/esm/api/vmSkus/options.js +4 -0
- package/dist/esm/api/vmSkus/options.js.map +1 -0
- package/dist/esm/classic/agentPools/index.d.ts +7 -6
- package/dist/esm/classic/agentPools/index.js +10 -1
- package/dist/esm/classic/agentPools/index.js.map +1 -1
- package/dist/esm/classic/containerService/index.d.ts +11 -0
- package/dist/esm/classic/containerService/index.js +14 -0
- package/dist/esm/classic/containerService/index.js.map +1 -0
- package/dist/esm/classic/identityBindings/index.d.ts +27 -0
- package/dist/esm/classic/identityBindings/index.js +34 -0
- package/dist/esm/classic/identityBindings/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +8 -0
- package/dist/esm/classic/index.js.map +1 -1
- package/dist/esm/classic/jwtAuthenticators/index.d.ts +27 -0
- package/dist/esm/classic/jwtAuthenticators/index.js +34 -0
- package/dist/esm/classic/jwtAuthenticators/index.js.map +1 -0
- package/dist/esm/classic/loadBalancers/index.d.ts +23 -0
- package/dist/esm/classic/loadBalancers/index.js +26 -0
- package/dist/esm/classic/loadBalancers/index.js.map +1 -0
- package/dist/esm/classic/machines/index.d.ts +9 -1
- package/dist/esm/classic/machines/index.js +11 -1
- package/dist/esm/classic/machines/index.js.map +1 -1
- package/dist/esm/classic/maintenanceConfigurations/index.d.ts +0 -5
- package/dist/esm/classic/maintenanceConfigurations/index.js.map +1 -1
- package/dist/esm/classic/managedClusterSnapshots/index.d.ts +21 -0
- package/dist/esm/classic/managedClusterSnapshots/index.js +19 -0
- package/dist/esm/classic/managedClusterSnapshots/index.js.map +1 -0
- package/dist/esm/classic/managedClusters/index.d.ts +16 -7
- package/dist/esm/classic/managedClusters/index.js +14 -1
- package/dist/esm/classic/managedClusters/index.js.map +1 -1
- package/dist/esm/classic/managedNamespaces/index.d.ts +0 -5
- package/dist/esm/classic/managedNamespaces/index.js.map +1 -1
- package/dist/esm/classic/meshMemberships/index.d.ts +27 -0
- package/dist/esm/classic/meshMemberships/index.js +34 -0
- package/dist/esm/classic/meshMemberships/index.js.map +1 -0
- package/dist/esm/classic/operationStatusResult/index.d.ts +15 -0
- package/dist/esm/classic/operationStatusResult/index.js +16 -0
- package/dist/esm/classic/operationStatusResult/index.js.map +1 -0
- package/dist/esm/classic/privateEndpointConnections/index.d.ts +0 -5
- package/dist/esm/classic/privateEndpointConnections/index.js.map +1 -1
- package/dist/esm/classic/snapshots/index.d.ts +0 -5
- package/dist/esm/classic/snapshots/index.js.map +1 -1
- package/dist/esm/classic/trustedAccessRoleBindings/index.d.ts +0 -5
- package/dist/esm/classic/trustedAccessRoleBindings/index.js.map +1 -1
- package/dist/esm/classic/vmSkus/index.d.ts +11 -0
- package/dist/esm/classic/vmSkus/index.js +14 -0
- package/dist/esm/classic/vmSkus/index.js.map +1 -0
- package/dist/esm/containerServiceClient.d.ts +24 -0
- package/dist/esm/containerServiceClient.js +32 -0
- package/dist/esm/containerServiceClient.js.map +1 -1
- package/dist/esm/index.d.ts +14 -6
- package/dist/esm/index.js +1 -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 +1677 -15
- package/dist/esm/models/models.js +2257 -176
- package/dist/esm/models/models.js.map +1 -1
- package/dist/esm/restorePollerHelpers.js +35 -5
- package/dist/esm/restorePollerHelpers.js.map +1 -1
- package/package.json +132 -73
- package/dist/react-native/api/agentPools/index.d.ts +0 -3
- package/dist/react-native/api/agentPools/index.js +0 -4
- package/dist/react-native/api/agentPools/index.js.map +0 -1
- package/dist/react-native/api/agentPools/operations.d.ts +0 -48
- package/dist/react-native/api/agentPools/operations.js +0 -305
- package/dist/react-native/api/agentPools/operations.js.map +0 -1
- package/dist/react-native/api/agentPools/options.d.ts +0 -47
- package/dist/react-native/api/agentPools/options.js.map +0 -1
- package/dist/react-native/api/containerServiceContext.d.ts +0 -22
- package/dist/react-native/api/containerServiceContext.js +0 -24
- package/dist/react-native/api/containerServiceContext.js.map +0 -1
- package/dist/react-native/api/index.d.ts +0 -3
- package/dist/react-native/api/index.js +0 -4
- package/dist/react-native/api/index.js.map +0 -1
- package/dist/react-native/api/machines/index.d.ts +0 -3
- package/dist/react-native/api/machines/index.js +0 -4
- package/dist/react-native/api/machines/index.js.map +0 -1
- package/dist/react-native/api/machines/operations.d.ts +0 -14
- package/dist/react-native/api/machines/operations.js +0 -65
- package/dist/react-native/api/machines/operations.js.map +0 -1
- package/dist/react-native/api/machines/options.d.ts +0 -8
- package/dist/react-native/api/machines/options.js.map +0 -1
- package/dist/react-native/api/maintenanceConfigurations/index.d.ts +0 -3
- package/dist/react-native/api/maintenanceConfigurations/index.js.map +0 -1
- package/dist/react-native/api/maintenanceConfigurations/operations.d.ts +0 -27
- package/dist/react-native/api/maintenanceConfigurations/operations.js.map +0 -1
- package/dist/react-native/api/maintenanceConfigurations/options.d.ts +0 -14
- package/dist/react-native/api/maintenanceConfigurations/options.js.map +0 -1
- package/dist/react-native/api/managedClusters/index.d.ts +0 -3
- package/dist/react-native/api/managedClusters/index.js +0 -4
- package/dist/react-native/api/managedClusters/index.js.map +0 -1
- package/dist/react-native/api/managedClusters/operations.d.ts +0 -116
- package/dist/react-native/api/managedClusters/operations.js +0 -806
- package/dist/react-native/api/managedClusters/operations.js.map +0 -1
- package/dist/react-native/api/managedClusters/options.d.ts +0 -119
- package/dist/react-native/api/managedClusters/options.js.map +0 -1
- package/dist/react-native/api/managedNamespaces/index.d.ts +0 -3
- package/dist/react-native/api/managedNamespaces/index.js +0 -4
- package/dist/react-native/api/managedNamespaces/index.js.map +0 -1
- package/dist/react-native/api/managedNamespaces/operations.d.ts +0 -36
- package/dist/react-native/api/managedNamespaces/operations.js +0 -196
- package/dist/react-native/api/managedNamespaces/operations.js.map +0 -1
- package/dist/react-native/api/managedNamespaces/options.d.ts +0 -24
- package/dist/react-native/api/managedNamespaces/options.js.map +0 -1
- package/dist/react-native/api/operations/index.d.ts +0 -3
- package/dist/react-native/api/operations/index.js.map +0 -1
- package/dist/react-native/api/operations/operations.d.ts +0 -10
- package/dist/react-native/api/operations/operations.js +0 -31
- package/dist/react-native/api/operations/operations.js.map +0 -1
- package/dist/react-native/api/operations/options.d.ts +0 -5
- package/dist/react-native/api/operations/options.js.map +0 -1
- package/dist/react-native/api/privateEndpointConnections/index.d.ts +0 -3
- package/dist/react-native/api/privateEndpointConnections/index.js +0 -4
- package/dist/react-native/api/privateEndpointConnections/index.js.map +0 -1
- package/dist/react-native/api/privateEndpointConnections/operations.d.ts +0 -27
- package/dist/react-native/api/privateEndpointConnections/operations.js.map +0 -1
- package/dist/react-native/api/privateEndpointConnections/options.d.ts +0 -16
- package/dist/react-native/api/privateEndpointConnections/options.js.map +0 -1
- package/dist/react-native/api/privateLinkResources/index.d.ts +0 -3
- package/dist/react-native/api/privateLinkResources/index.js.map +0 -1
- package/dist/react-native/api/privateLinkResources/operations.d.ts +0 -9
- package/dist/react-native/api/privateLinkResources/operations.js +0 -34
- package/dist/react-native/api/privateLinkResources/operations.js.map +0 -1
- package/dist/react-native/api/privateLinkResources/options.d.ts +0 -5
- package/dist/react-native/api/privateLinkResources/options.js.map +0 -1
- package/dist/react-native/api/resolvePrivateLinkServiceId/index.d.ts +0 -3
- package/dist/react-native/api/resolvePrivateLinkServiceId/index.js +0 -4
- package/dist/react-native/api/resolvePrivateLinkServiceId/index.js.map +0 -1
- package/dist/react-native/api/resolvePrivateLinkServiceId/operations.d.ts +0 -9
- package/dist/react-native/api/resolvePrivateLinkServiceId/operations.js +0 -36
- package/dist/react-native/api/resolvePrivateLinkServiceId/operations.js.map +0 -1
- package/dist/react-native/api/resolvePrivateLinkServiceId/options.d.ts +0 -5
- package/dist/react-native/api/resolvePrivateLinkServiceId/options.js.map +0 -1
- package/dist/react-native/api/snapshots/index.d.ts +0 -3
- package/dist/react-native/api/snapshots/index.js.map +0 -1
- package/dist/react-native/api/snapshots/operations.d.ts +0 -35
- package/dist/react-native/api/snapshots/operations.js.map +0 -1
- package/dist/react-native/api/snapshots/options.d.ts +0 -20
- package/dist/react-native/api/snapshots/options.js.map +0 -1
- package/dist/react-native/api/trustedAccessRoleBindings/index.d.ts +0 -3
- package/dist/react-native/api/trustedAccessRoleBindings/index.js +0 -4
- package/dist/react-native/api/trustedAccessRoleBindings/index.js.map +0 -1
- package/dist/react-native/api/trustedAccessRoleBindings/operations.d.ts +0 -28
- package/dist/react-native/api/trustedAccessRoleBindings/operations.js.map +0 -1
- package/dist/react-native/api/trustedAccessRoleBindings/options.js.map +0 -1
- package/dist/react-native/api/trustedAccessRoles/index.d.ts +0 -3
- package/dist/react-native/api/trustedAccessRoles/index.js +0 -4
- package/dist/react-native/api/trustedAccessRoles/index.js.map +0 -1
- package/dist/react-native/api/trustedAccessRoles/operations.d.ts +0 -10
- package/dist/react-native/api/trustedAccessRoles/operations.js.map +0 -1
- package/dist/react-native/api/trustedAccessRoles/options.d.ts +0 -5
- package/dist/react-native/api/trustedAccessRoles/options.js.map +0 -1
- package/dist/react-native/classic/agentPools/index.d.ts +0 -54
- package/dist/react-native/classic/agentPools/index.js +0 -63
- package/dist/react-native/classic/agentPools/index.js.map +0 -1
- package/dist/react-native/classic/index.d.ts +0 -13
- package/dist/react-native/classic/index.js +0 -4
- package/dist/react-native/classic/index.js.map +0 -1
- package/dist/react-native/classic/machines/index.d.ts +0 -13
- package/dist/react-native/classic/machines/index.js +0 -15
- package/dist/react-native/classic/machines/index.js.map +0 -1
- package/dist/react-native/classic/maintenanceConfigurations/index.d.ts +0 -22
- package/dist/react-native/classic/maintenanceConfigurations/index.js +0 -17
- package/dist/react-native/classic/maintenanceConfigurations/index.js.map +0 -1
- package/dist/react-native/classic/managedClusters/index.d.ts +0 -112
- package/dist/react-native/classic/managedClusters/index.js +0 -128
- package/dist/react-native/classic/managedClusters/index.js.map +0 -1
- package/dist/react-native/classic/managedNamespaces/index.d.ts +0 -36
- package/dist/react-native/classic/managedNamespaces/index.js +0 -36
- package/dist/react-native/classic/managedNamespaces/index.js.map +0 -1
- package/dist/react-native/classic/operations/index.d.ts +0 -11
- package/dist/react-native/classic/operations/index.js +0 -14
- package/dist/react-native/classic/operations/index.js.map +0 -1
- package/dist/react-native/classic/privateEndpointConnections/index.d.ts +0 -27
- package/dist/react-native/classic/privateEndpointConnections/index.js +0 -26
- package/dist/react-native/classic/privateEndpointConnections/index.js.map +0 -1
- package/dist/react-native/classic/privateLinkResources/index.d.ts +0 -10
- package/dist/react-native/classic/privateLinkResources/index.js +0 -14
- package/dist/react-native/classic/privateLinkResources/index.js.map +0 -1
- package/dist/react-native/classic/resolvePrivateLinkServiceId/index.d.ts +0 -10
- package/dist/react-native/classic/resolvePrivateLinkServiceId/index.js +0 -14
- package/dist/react-native/classic/resolvePrivateLinkServiceId/index.js.map +0 -1
- package/dist/react-native/classic/snapshots/index.d.ts +0 -26
- package/dist/react-native/classic/snapshots/index.js.map +0 -1
- package/dist/react-native/classic/trustedAccessRoleBindings/index.d.ts +0 -32
- package/dist/react-native/classic/trustedAccessRoleBindings/index.js +0 -34
- package/dist/react-native/classic/trustedAccessRoleBindings/index.js.map +0 -1
- package/dist/react-native/classic/trustedAccessRoles/index.d.ts +0 -11
- package/dist/react-native/classic/trustedAccessRoles/index.js +0 -14
- package/dist/react-native/classic/trustedAccessRoles/index.js.map +0 -1
- package/dist/react-native/containerServiceClient.d.ts +0 -48
- package/dist/react-native/containerServiceClient.js +0 -77
- package/dist/react-native/containerServiceClient.js.map +0 -1
- package/dist/react-native/index.d.ts +0 -27
- package/dist/react-native/index.js +0 -8
- package/dist/react-native/index.js.map +0 -1
- package/dist/react-native/logger.d.ts +0 -2
- package/dist/react-native/logger.js +0 -5
- package/dist/react-native/logger.js.map +0 -1
- package/dist/react-native/models/index.d.ts +0 -3
- package/dist/react-native/models/index.js +0 -4
- package/dist/react-native/models/index.js.map +0 -1
- package/dist/react-native/models/models.d.ts +0 -3932
- package/dist/react-native/models/models.js +0 -4901
- package/dist/react-native/models/models.js.map +0 -1
- package/dist/react-native/package.json +0 -3
- package/dist/react-native/restorePollerHelpers.d.ts +0 -21
- package/dist/react-native/restorePollerHelpers.js +0 -142
- package/dist/react-native/restorePollerHelpers.js.map +0 -1
- package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +0 -22
- package/dist/react-native/static-helpers/cloudSettingHelpers.js +0 -38
- package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +0 -1
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +0 -74
- package/dist/react-native/static-helpers/pagingHelpers.js +0 -143
- package/dist/react-native/static-helpers/pagingHelpers.js.map +0 -1
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +0 -34
- package/dist/react-native/static-helpers/pollingHelpers.js +0 -95
- package/dist/react-native/static-helpers/pollingHelpers.js.map +0 -1
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.d.ts +0 -8
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.js +0 -17
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.js.map +0 -1
- package/dist/react-native/static-helpers/simplePollerHelpers.d.ts +0 -73
- package/dist/react-native/static-helpers/simplePollerHelpers.js +0 -44
- package/dist/react-native/static-helpers/simplePollerHelpers.js.map +0 -1
- package/dist/react-native/static-helpers/urlTemplate.d.ts +0 -5
- package/dist/react-native/static-helpers/urlTemplate.js +0 -200
- package/dist/react-native/static-helpers/urlTemplate.js.map +0 -1
- /package/dist/{react-native/api/agentPools → browser/api/containerService}/options.js +0 -0
- /package/dist/{react-native/api/maintenanceConfigurations → browser/api/identityBindings}/index.js +0 -0
- /package/dist/{react-native/api/machines → browser/api/identityBindings}/options.js +0 -0
- /package/dist/{react-native/api/maintenanceConfigurations → browser/api/jwtAuthenticators}/options.js +0 -0
- /package/dist/{react-native/api/managedClusters → browser/api/loadBalancers}/options.js +0 -0
- /package/dist/{react-native/api/snapshots → browser/api/managedClusterSnapshots}/index.js +0 -0
- /package/dist/{react-native/api/managedNamespaces → browser/api/managedClusterSnapshots}/options.js +0 -0
- /package/dist/{react-native/api/operations → browser/api/meshMemberships}/options.js +0 -0
- /package/dist/{react-native/api/privateEndpointConnections → browser/api/operationStatusResult}/options.js +0 -0
- /package/dist/{react-native/api/operations → browser/api/vmSkus}/index.js +0 -0
- /package/dist/{react-native/api/privateLinkResources → browser/api/vmSkus}/options.js +0 -0
- /package/dist/{react-native/api/resolvePrivateLinkServiceId → esm/api/containerService}/options.js +0 -0
- /package/dist/{react-native/api/snapshots → esm/api/identityBindings}/options.js +0 -0
- /package/dist/{react-native/api/trustedAccessRoleBindings → esm/api/jwtAuthenticators}/options.js +0 -0
- /package/dist/{react-native/api/trustedAccessRoles → esm/api/loadBalancers}/options.js +0 -0
- /package/dist/{react-native/api/privateLinkResources → esm/api/vmSkus}/index.js +0 -0
|
@@ -49,9 +49,15 @@ export interface AgentPool extends ProxyResource {
|
|
|
49
49
|
/** The version of Kubernetes the Agent Pool is running. If orchestratorVersion is a fully specified version <major.minor.patch>, this field will be exactly equal to it. If orchestratorVersion is <major.minor>, this field will contain the full <major.minor.patch> version being used. */
|
|
50
50
|
readonly currentOrchestratorVersion?: string;
|
|
51
51
|
/** The version of node image */
|
|
52
|
-
|
|
52
|
+
nodeImageVersion?: string;
|
|
53
|
+
/** Defines the upgrade strategy for the agent pool. The default is Rolling. */
|
|
54
|
+
upgradeStrategy?: UpgradeStrategy;
|
|
55
|
+
/** Whether to enable the full-cache ephemeral OS disk feature. When this feature is enabled, the entire operating system will be locally cached on the ephemeral OS disk, preventing E17 events caused by network failures. */
|
|
56
|
+
enableOSDiskFullCaching?: boolean;
|
|
53
57
|
/** Settings for upgrading the agentpool */
|
|
54
58
|
upgradeSettings?: AgentPoolUpgradeSettings;
|
|
59
|
+
/** Settings for Blue-Green upgrade on the agentpool. Applies when upgrade strategy is set to BlueGreen. */
|
|
60
|
+
upgradeSettingsBlueGreen?: AgentPoolBlueGreenUpgradeSettings;
|
|
55
61
|
/** The current deployment or provisioning state. */
|
|
56
62
|
readonly provisioningState?: string;
|
|
57
63
|
/** Whether the Agent Pool is running or stopped. When an Agent Pool is first created it is initially Running. The Agent Pool can be stopped by setting this field to Stopped. A stopped Agent Pool stops all of its VMs and does not accrue billing charges. An Agent Pool can only be stopped if it is Running and provisioning state is Succeeded */
|
|
@@ -74,6 +80,8 @@ export interface AgentPool extends ProxyResource {
|
|
|
74
80
|
nodeLabels?: Record<string, string>;
|
|
75
81
|
/** The taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule. */
|
|
76
82
|
nodeTaints?: string[];
|
|
83
|
+
/** Taints added on the nodes during creation that will not be reconciled by AKS. These taints will not be reconciled by AKS and can be removed with a kubectl call. This field can be modified after node pool is created, but nodes will not be recreated with new taints until another operation that requires recreation (e.g. node image upgrade) happens. These taints allow for required configuration to run before the node is ready to accept workloads, for example 'key1=value1:NoSchedule' that then can be removed with `kubectl taint nodes node1 key1=value1:NoSchedule-` */
|
|
84
|
+
nodeInitializationTaints?: string[];
|
|
77
85
|
/** The ID for Proximity Placement Group. */
|
|
78
86
|
proximityPlacementGroupID?: string;
|
|
79
87
|
/** The Kubelet configuration on the agent pool nodes. */
|
|
@@ -104,6 +112,8 @@ export interface AgentPool extends ProxyResource {
|
|
|
104
112
|
gpuProfile?: GPUProfile;
|
|
105
113
|
/** Profile specific to a managed agent pool in Gateway mode. This field cannot be set if agent pool mode is not Gateway. */
|
|
106
114
|
gatewayProfile?: AgentPoolGatewayProfile;
|
|
115
|
+
/** Configuration for using artifact streaming on AKS. */
|
|
116
|
+
artifactStreamingProfile?: AgentPoolArtifactStreamingProfile;
|
|
107
117
|
/** Specifications on VirtualMachines agent pool. */
|
|
108
118
|
virtualMachinesProfile?: VirtualMachinesProfile;
|
|
109
119
|
/** The status of nodes in a VirtualMachines agent pool. */
|
|
@@ -112,6 +122,8 @@ export interface AgentPool extends ProxyResource {
|
|
|
112
122
|
status?: AgentPoolStatus;
|
|
113
123
|
/** Configures the per-node local DNS, with VnetDNS and KubeDNS overrides. LocalDNS helps improve performance and reliability of DNS resolution in an AKS cluster. For more details see aka.ms/aks/localdns. */
|
|
114
124
|
localDNSProfile?: LocalDNSProfile;
|
|
125
|
+
/** Settings to determine the prepared image specification used to provision nodes in a pool. */
|
|
126
|
+
preparedImageSpecificationProfile?: PreparedImageSpecificationProfile;
|
|
115
127
|
}
|
|
116
128
|
export declare function agentPoolSerializer(item: AgentPool): any;
|
|
117
129
|
export declare function agentPoolDeserializer(item: any): AgentPool;
|
|
@@ -162,9 +174,15 @@ export interface ManagedClusterAgentPoolProfileProperties {
|
|
|
162
174
|
/** The version of Kubernetes the Agent Pool is running. If orchestratorVersion is a fully specified version <major.minor.patch>, this field will be exactly equal to it. If orchestratorVersion is <major.minor>, this field will contain the full <major.minor.patch> version being used. */
|
|
163
175
|
readonly currentOrchestratorVersion?: string;
|
|
164
176
|
/** The version of node image */
|
|
165
|
-
|
|
177
|
+
nodeImageVersion?: string;
|
|
178
|
+
/** Defines the upgrade strategy for the agent pool. The default is Rolling. */
|
|
179
|
+
upgradeStrategy?: UpgradeStrategy;
|
|
180
|
+
/** Whether to enable the full-cache ephemeral OS disk feature. When this feature is enabled, the entire operating system will be locally cached on the ephemeral OS disk, preventing E17 events caused by network failures. */
|
|
181
|
+
enableOSDiskFullCaching?: boolean;
|
|
166
182
|
/** Settings for upgrading the agentpool */
|
|
167
183
|
upgradeSettings?: AgentPoolUpgradeSettings;
|
|
184
|
+
/** Settings for Blue-Green upgrade on the agentpool. Applies when upgrade strategy is set to BlueGreen. */
|
|
185
|
+
upgradeSettingsBlueGreen?: AgentPoolBlueGreenUpgradeSettings;
|
|
168
186
|
/** The current deployment or provisioning state. */
|
|
169
187
|
readonly provisioningState?: string;
|
|
170
188
|
/** Whether the Agent Pool is running or stopped. When an Agent Pool is first created it is initially Running. The Agent Pool can be stopped by setting this field to Stopped. A stopped Agent Pool stops all of its VMs and does not accrue billing charges. An Agent Pool can only be stopped if it is Running and provisioning state is Succeeded */
|
|
@@ -187,6 +205,8 @@ export interface ManagedClusterAgentPoolProfileProperties {
|
|
|
187
205
|
nodeLabels?: Record<string, string>;
|
|
188
206
|
/** The taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule. */
|
|
189
207
|
nodeTaints?: string[];
|
|
208
|
+
/** Taints added on the nodes during creation that will not be reconciled by AKS. These taints will not be reconciled by AKS and can be removed with a kubectl call. This field can be modified after node pool is created, but nodes will not be recreated with new taints until another operation that requires recreation (e.g. node image upgrade) happens. These taints allow for required configuration to run before the node is ready to accept workloads, for example 'key1=value1:NoSchedule' that then can be removed with `kubectl taint nodes node1 key1=value1:NoSchedule-` */
|
|
209
|
+
nodeInitializationTaints?: string[];
|
|
190
210
|
/** The ID for Proximity Placement Group. */
|
|
191
211
|
proximityPlacementGroupID?: string;
|
|
192
212
|
/** The Kubelet configuration on the agent pool nodes. */
|
|
@@ -217,6 +237,8 @@ export interface ManagedClusterAgentPoolProfileProperties {
|
|
|
217
237
|
gpuProfile?: GPUProfile;
|
|
218
238
|
/** Profile specific to a managed agent pool in Gateway mode. This field cannot be set if agent pool mode is not Gateway. */
|
|
219
239
|
gatewayProfile?: AgentPoolGatewayProfile;
|
|
240
|
+
/** Configuration for using artifact streaming on AKS. */
|
|
241
|
+
artifactStreamingProfile?: AgentPoolArtifactStreamingProfile;
|
|
220
242
|
/** Specifications on VirtualMachines agent pool. */
|
|
221
243
|
virtualMachinesProfile?: VirtualMachinesProfile;
|
|
222
244
|
/** The status of nodes in a VirtualMachines agent pool. */
|
|
@@ -225,6 +247,8 @@ export interface ManagedClusterAgentPoolProfileProperties {
|
|
|
225
247
|
status?: AgentPoolStatus;
|
|
226
248
|
/** Configures the per-node local DNS, with VnetDNS and KubeDNS overrides. LocalDNS helps improve performance and reliability of DNS resolution in an AKS cluster. For more details see aka.ms/aks/localdns. */
|
|
227
249
|
localDNSProfile?: LocalDNSProfile;
|
|
250
|
+
/** Settings to determine the prepared image specification used to provision nodes in a pool. */
|
|
251
|
+
preparedImageSpecificationProfile?: PreparedImageSpecificationProfile;
|
|
228
252
|
}
|
|
229
253
|
export declare function managedClusterAgentPoolProfilePropertiesSerializer(item: ManagedClusterAgentPoolProfileProperties): any;
|
|
230
254
|
export declare function managedClusterAgentPoolProfilePropertiesDeserializer(item: any): ManagedClusterAgentPoolProfileProperties;
|
|
@@ -266,6 +290,8 @@ export declare enum KnownWorkloadRuntime {
|
|
|
266
290
|
OCIContainer = "OCIContainer",
|
|
267
291
|
/** Nodes will use Krustlet to run WASM workloads using the WASI provider (Preview). */
|
|
268
292
|
WasmWasi = "WasmWasi",
|
|
293
|
+
/** 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. */
|
|
294
|
+
KataMshvVmIsolation = "KataMshvVmIsolation",
|
|
269
295
|
/** 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. */
|
|
270
296
|
KataVmIsolation = "KataVmIsolation"
|
|
271
297
|
}
|
|
@@ -276,6 +302,7 @@ export declare enum KnownWorkloadRuntime {
|
|
|
276
302
|
* ### Known values supported by the service
|
|
277
303
|
* **OCIContainer**: Nodes will use Kubelet to run standard OCI container workloads. \
|
|
278
304
|
* **WasmWasi**: Nodes will use Krustlet to run WASM workloads using the WASI provider (Preview). \
|
|
305
|
+
* **KataMshvVmIsolation**: 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. \
|
|
279
306
|
* **KataVmIsolation**: Nodes can use (Kata + Cloud Hypervisor + Hyper-V) to enable Nested VM-based pods. Due to the use Hyper-V, AKS node OS itself is a nested VM (the root OS) of Hyper-V. Thus it can only be used with VM series that support Nested Virtualization such as Dv3 series.
|
|
280
307
|
*/
|
|
281
308
|
export type WorkloadRuntime = string;
|
|
@@ -320,6 +347,10 @@ export declare enum KnownOssku {
|
|
|
320
347
|
/** 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. */
|
|
321
348
|
AzureLinux3 = "AzureLinux3",
|
|
322
349
|
/** Deprecated OSSKU. Microsoft recommends that new deployments choose 'AzureLinux' instead. */
|
|
350
|
+
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
|
+
Flatcar = "Flatcar",
|
|
353
|
+
/** Deprecated OSSKU. Microsoft recommends that new deployments choose 'AzureLinux' instead. */
|
|
323
354
|
CBLMariner = "CBLMariner",
|
|
324
355
|
/** 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. */
|
|
325
356
|
Windows2019 = "Windows2019",
|
|
@@ -329,8 +360,12 @@ export declare enum KnownOssku {
|
|
|
329
360
|
Ubuntu2204 = "Ubuntu2204",
|
|
330
361
|
/** 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. */
|
|
331
362
|
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
|
+
WindowsAnnual = "WindowsAnnual",
|
|
332
365
|
/** 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 */
|
|
333
|
-
Ubuntu2404 = "Ubuntu2404"
|
|
366
|
+
Ubuntu2404 = "Ubuntu2404",
|
|
367
|
+
/** 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 */
|
|
368
|
+
AzureContainerLinux = "AzureContainerLinux"
|
|
334
369
|
}
|
|
335
370
|
/**
|
|
336
371
|
* Specifies the OS SKU used by the agent pool. The default is Ubuntu if OSType is Linux. The default is Windows2019 when Kubernetes <= 1.24 or Windows2022 when Kubernetes >= 1.25 if OSType is Windows. \
|
|
@@ -340,12 +375,16 @@ export declare enum KnownOssku {
|
|
|
340
375
|
* **Ubuntu**: Use Ubuntu as the OS for node images. \
|
|
341
376
|
* **AzureLinux**: Use AzureLinux as the OS for node images. Azure Linux is a container-optimized Linux distro built by Microsoft, visit https:\//aka.ms\/azurelinux for more information. \
|
|
342
377
|
* **AzureLinux3**: 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. \
|
|
378
|
+
* **Mariner**: Deprecated OSSKU. Microsoft recommends that new deployments choose 'AzureLinux' instead. \
|
|
379
|
+
* **Flatcar**: 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 \
|
|
343
380
|
* **CBLMariner**: Deprecated OSSKU. Microsoft recommends that new deployments choose 'AzureLinux' instead. \
|
|
344
381
|
* **Windows2019**: 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. \
|
|
345
382
|
* **Windows2022**: Use Windows2022 as the OS for node images. Unsupported for system node pools. Windows2022 only supports Windows2022 containers; it cannot run Windows2019 containers and vice versa. \
|
|
346
383
|
* **Ubuntu2204**: Use Ubuntu2204 as the OS for node images, however, Ubuntu 22.04 may not be supported for all nodepools. For limitations and supported kubernetes versions, see https:\//aka.ms\/aks\/supported-ubuntu-versions \
|
|
347
384
|
* **Windows2025**: 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. \
|
|
348
|
-
* **
|
|
385
|
+
* **WindowsAnnual**: 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. \
|
|
386
|
+
* **Ubuntu2404**: 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 \
|
|
387
|
+
* **AzureContainerLinux**: 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
|
|
349
388
|
*/
|
|
350
389
|
export type Ossku = string;
|
|
351
390
|
/** Describes how VMs are added to or removed from Agent Pools. See [billing states](https://docs.microsoft.com/azure/virtual-machines/states-billing). */
|
|
@@ -390,7 +429,11 @@ export declare enum KnownAgentPoolMode {
|
|
|
390
429
|
/** User agent pools are primarily for hosting your application pods. */
|
|
391
430
|
User = "User",
|
|
392
431
|
/** Gateway agent pools are dedicated to providing static egress IPs to pods. For more details, see https://aka.ms/aks/static-egress-gateway. */
|
|
393
|
-
Gateway = "Gateway"
|
|
432
|
+
Gateway = "Gateway",
|
|
433
|
+
/** 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. */
|
|
434
|
+
ManagedSystem = "ManagedSystem",
|
|
435
|
+
/** 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. */
|
|
436
|
+
Machines = "Machines"
|
|
394
437
|
}
|
|
395
438
|
/**
|
|
396
439
|
* The mode of an agent pool. A cluster must have at least one 'System' Agent Pool at all times. For additional information on agent pool restrictions and best practices, see: https://docs.microsoft.com/azure/aks/use-system-pools \
|
|
@@ -399,15 +442,35 @@ export declare enum KnownAgentPoolMode {
|
|
|
399
442
|
* ### Known values supported by the service
|
|
400
443
|
* **System**: System agent pools are primarily for hosting critical system pods such as CoreDNS and metrics-server. System agent pools osType must be Linux. System agent pools VM SKU must have at least 2vCPUs and 4GB of memory. \
|
|
401
444
|
* **User**: User agent pools are primarily for hosting your application pods. \
|
|
402
|
-
* **Gateway**: Gateway agent pools are dedicated to providing static egress IPs to pods. For more details, see https:\//aka.ms\/aks\/static-egress-gateway.
|
|
445
|
+
* **Gateway**: Gateway agent pools are dedicated to providing static egress IPs to pods. For more details, see https:\//aka.ms\/aks\/static-egress-gateway. \
|
|
446
|
+
* **ManagedSystem**: 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. \
|
|
447
|
+
* **Machines**: 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.
|
|
403
448
|
*/
|
|
404
449
|
export type AgentPoolMode = string;
|
|
450
|
+
/** Defines the upgrade strategy for the agent pool. The default is Rolling. */
|
|
451
|
+
export declare enum KnownUpgradeStrategy {
|
|
452
|
+
/** Specifies that the agent pool will conduct rolling upgrade. This is the default upgrade strategy. */
|
|
453
|
+
Rolling = "Rolling",
|
|
454
|
+
/** Specifies that the agent pool will conduct blue-green upgrade. */
|
|
455
|
+
BlueGreen = "BlueGreen"
|
|
456
|
+
}
|
|
457
|
+
/**
|
|
458
|
+
* Defines the upgrade strategy for the agent pool. The default is Rolling. \
|
|
459
|
+
* {@link KnownUpgradeStrategy} can be used interchangeably with UpgradeStrategy,
|
|
460
|
+
* this enum contains the known values that the service supports.
|
|
461
|
+
* ### Known values supported by the service
|
|
462
|
+
* **Rolling**: Specifies that the agent pool will conduct rolling upgrade. This is the default upgrade strategy. \
|
|
463
|
+
* **BlueGreen**: Specifies that the agent pool will conduct blue-green upgrade.
|
|
464
|
+
*/
|
|
465
|
+
export type UpgradeStrategy = string;
|
|
405
466
|
/** Settings for upgrading an agentpool */
|
|
406
467
|
export interface AgentPoolUpgradeSettings {
|
|
407
468
|
/** The maximum number or percentage of nodes that are surged during upgrade. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified, the default is 10%. For more information, including best practices, see: https://learn.microsoft.com/en-us/azure/aks/upgrade-cluster */
|
|
408
469
|
maxSurge?: string;
|
|
409
470
|
/** The maximum number or percentage of nodes that can be simultaneously unavailable during upgrade. This can either be set to an integer (e.g. '1') or a percentage (e.g. '5%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified, the default is 0. For more information, including best practices, see: https://learn.microsoft.com/en-us/azure/aks/upgrade-cluster */
|
|
410
471
|
maxUnavailable?: string;
|
|
472
|
+
/** The maximum number or percentage of extra nodes that are allowed to be blocked in the agent pool during an upgrade when undrainable node behavior is Cordon. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified, the default is maxSurge. This must always be greater than or equal to maxSurge. For more information, including best practices, see: https://learn.microsoft.com/en-us/azure/aks/upgrade-cluster */
|
|
473
|
+
maxBlockedNodes?: string;
|
|
411
474
|
/** The drain timeout for a node. The amount of time (in minutes) to wait on eviction of pods and graceful termination per node. This eviction wait time honors waiting on pod disruption budgets. If this time is exceeded, the upgrade fails. If not specified, the default is 30 minutes. */
|
|
412
475
|
drainTimeoutInMinutes?: number;
|
|
413
476
|
/** The soak duration for a node. The amount of time (in minutes) to wait after draining a node and before reimaging it and moving on to next node. If not specified, the default is 0 minutes. */
|
|
@@ -433,6 +496,19 @@ export declare enum KnownUndrainableNodeBehavior {
|
|
|
433
496
|
* **Schedule**: 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.
|
|
434
497
|
*/
|
|
435
498
|
export type UndrainableNodeBehavior = string;
|
|
499
|
+
/** Settings for blue-green upgrade on an agentpool */
|
|
500
|
+
export interface AgentPoolBlueGreenUpgradeSettings {
|
|
501
|
+
/** The number or percentage of nodes to drain in batch during blue-green upgrade. Must be a non-zero number. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total number of blue nodes of the initial upgrade operation. For percentages, fractional nodes are rounded up. If not specified, the default is 10%. For more information, including best practices, see: https://learn.microsoft.com/en-us/azure/aks/upgrade-cluster */
|
|
502
|
+
drainBatchSize?: string;
|
|
503
|
+
/** The drain timeout for a node, i.e., the amount of time (in minutes) to wait on eviction of pods and graceful termination per node. This eviction wait time honors waiting on pod disruption budgets. If this time is exceeded, the upgrade fails. If not specified, the default is 30 minutes. */
|
|
504
|
+
drainTimeoutInMinutes?: number;
|
|
505
|
+
/** The soak duration after draining a batch of nodes, i.e., the amount of time (in minutes) to wait after draining a batch of nodes before moving on the next batch. If not specified, the default is 15 minutes. */
|
|
506
|
+
batchSoakDurationInMinutes?: number;
|
|
507
|
+
/** The soak duration for a node pool, i.e., the amount of time (in minutes) to wait after all old nodes are drained before we remove the old nodes. If not specified, the default is 60 minutes. Only applicable for blue-green upgrade strategy. */
|
|
508
|
+
finalSoakDurationInMinutes?: number;
|
|
509
|
+
}
|
|
510
|
+
export declare function agentPoolBlueGreenUpgradeSettingsSerializer(item: AgentPoolBlueGreenUpgradeSettings): any;
|
|
511
|
+
export declare function agentPoolBlueGreenUpgradeSettingsDeserializer(item: any): AgentPoolBlueGreenUpgradeSettings;
|
|
436
512
|
/** Describes the Power State of the cluster */
|
|
437
513
|
export interface PowerState {
|
|
438
514
|
/** Tells whether the cluster is Running or Stopped */
|
|
@@ -512,9 +588,51 @@ export interface KubeletConfig {
|
|
|
512
588
|
containerLogMaxFiles?: number;
|
|
513
589
|
/** The maximum number of processes per pod. */
|
|
514
590
|
podMaxPids?: number;
|
|
591
|
+
/** Specifies the default seccomp profile applied to all workloads. If not specified, 'Unconfined' will be used by default. */
|
|
592
|
+
seccompDefault?: SeccompDefault;
|
|
593
|
+
/** Kube-reserved values for kubelet. When a value is not set, the system-computed default based on VM size is used. See [AKS node resource reservations](https://aka.ms/aks/nodereservations) for details on computed defaults. Only applicable for Linux nodepools. */
|
|
594
|
+
kubeReserved?: KubeReserved;
|
|
595
|
+
/** Hard eviction thresholds for kubelet. When a threshold is not set, the system default is used. See [AKS node resource reservations](https://aka.ms/aks/nodereservations) for details on computed defaults. Only applicable for Linux nodepools. */
|
|
596
|
+
hardEvictionThreshold?: HardEvictionThreshold;
|
|
515
597
|
}
|
|
516
598
|
export declare function kubeletConfigSerializer(item: KubeletConfig): any;
|
|
517
599
|
export declare function kubeletConfigDeserializer(item: any): KubeletConfig;
|
|
600
|
+
/** Specifies the default seccomp profile applied to all workloads. If not specified, 'Unconfined' will be used by default. */
|
|
601
|
+
export declare enum KnownSeccompDefault {
|
|
602
|
+
/** No seccomp profile is applied, allowing all system calls. */
|
|
603
|
+
Unconfined = "Unconfined",
|
|
604
|
+
/** The default seccomp profile for container runtime is applied, which restricts certain system calls for enhanced security. */
|
|
605
|
+
RuntimeDefault = "RuntimeDefault"
|
|
606
|
+
}
|
|
607
|
+
/**
|
|
608
|
+
* Specifies the default seccomp profile applied to all workloads. If not specified, 'Unconfined' will be used by default. \
|
|
609
|
+
* {@link KnownSeccompDefault} can be used interchangeably with SeccompDefault,
|
|
610
|
+
* this enum contains the known values that the service supports.
|
|
611
|
+
* ### Known values supported by the service
|
|
612
|
+
* **Unconfined**: No seccomp profile is applied, allowing all system calls. \
|
|
613
|
+
* **RuntimeDefault**: The default seccomp profile for container runtime is applied, which restricts certain system calls for enhanced security.
|
|
614
|
+
*/
|
|
615
|
+
export type SeccompDefault = string;
|
|
616
|
+
/** Kube-reserved values for kubelet. When a value is not set, the system-computed default based on VM size is used. See [AKS node resource reservations](https://aka.ms/aks/nodereservations) for details on computed defaults. Only applicable for Linux nodepools. */
|
|
617
|
+
export interface KubeReserved {
|
|
618
|
+
/** The amount of CPU reserved for Kubernetes system daemons, in millicores. Must be greater than or equal to 140. For example, a value of 200 means 200m (0.2 CPU cores). */
|
|
619
|
+
cpuMillicores?: number;
|
|
620
|
+
/** The amount of memory reserved for Kubernetes system daemons, in MiB. Must be greater than or equal to 750. */
|
|
621
|
+
memoryMB?: number;
|
|
622
|
+
}
|
|
623
|
+
export declare function kubeReservedSerializer(item: KubeReserved): any;
|
|
624
|
+
export declare function kubeReservedDeserializer(item: any): KubeReserved;
|
|
625
|
+
/** Hard eviction thresholds for kubelet. These thresholds trigger pod eviction when node resources drop below the specified values. Values must be greater than or equal to the documented minimums for each signal. Supported formats are Ki, Mi, Gi, or percentages using %. */
|
|
626
|
+
export interface HardEvictionThreshold {
|
|
627
|
+
/** The threshold for available memory below which pod eviction is triggered. Accepts absolute values (e.g. '500Mi') or percentage values (e.g. '5%'). Absolute values must be greater than or equal to 100Mi. Percentage values must be greater than or equal to 2%. */
|
|
628
|
+
memoryAvailable?: string;
|
|
629
|
+
/** The threshold for available node filesystem space below which pod eviction is triggered. Accepts absolute values (e.g. '1Gi') or percentage values (e.g. '10%'). Must be greater than or equal to the system default of 10%. */
|
|
630
|
+
nodeFsAvailable?: string;
|
|
631
|
+
/** The threshold for available inodes on the node filesystem below which pod eviction is triggered. Accepts absolute inode counts (e.g. '100000') or percentage values (e.g. '5%'). Percentage values must be greater than or equal to the system default of 5%. */
|
|
632
|
+
nodeFsInodesFree?: string;
|
|
633
|
+
}
|
|
634
|
+
export declare function hardEvictionThresholdSerializer(item: HardEvictionThreshold): any;
|
|
635
|
+
export declare function hardEvictionThresholdDeserializer(item: any): HardEvictionThreshold;
|
|
518
636
|
/** OS configurations of Linux agent nodes. See [AKS custom node configuration](https://docs.microsoft.com/azure/aks/custom-node-configuration) for more details. */
|
|
519
637
|
export interface LinuxOSConfig {
|
|
520
638
|
/** Sysctl settings for Linux agent nodes. */
|
|
@@ -625,10 +743,14 @@ export declare function creationDataDeserializer(item: any): CreationData;
|
|
|
625
743
|
export interface AgentPoolNetworkProfile {
|
|
626
744
|
/** IPTags of instance-level public IPs. */
|
|
627
745
|
nodePublicIPTags?: IPTag[];
|
|
746
|
+
/** The resource IDs of public IP prefixes for node public IPs. At most one IPv4 and one IPv6 prefix may be specified. Order does not matter; the RP determines IP version from the referenced resource's publicIPAddressVersion. Requires enableNodePublicIP to be true on the agent pool. Mutually exclusive with the top-level nodePublicIPPrefixID property. Immutable after node pool creation. To change prefixes, delete and recreate the node pool. For more information, see https://aka.ms/aks/ipv6-ilpip */
|
|
747
|
+
nodePublicIPPrefixIDs?: string[];
|
|
628
748
|
/** The port ranges that are allowed to access. The specified ranges are allowed to overlap. */
|
|
629
749
|
allowedHostPorts?: PortRange[];
|
|
630
750
|
/** The IDs of the application security groups which agent pool will associate when created. */
|
|
631
751
|
applicationSecurityGroups?: string[];
|
|
752
|
+
/** Secondary network interface configurations for each VM in the agent pool. Each entry is a template: one physical NIC per entry is provisioned on every VM instance. These interfaces are created at agent pool creation time and are immutable. The length of the list must be less than the NIC capacity minus 1 for the VM size of the agent pool (AKS manages the primary NIC). For example, a Standard_D8a_v4 VM supports up to 4 NICs, so the maximum number of secondary interfaces allowed is 3. For mixed-SKU VM pools the effective capacity is the minimum across all SKUs: count(secondaryNetworkInterfaces) + 1 <= min(maxNICs). For more information, see https://aka.ms/aks/multi-nic */
|
|
753
|
+
secondaryNetworkInterfaces?: AgentPoolNetworkInterface[];
|
|
632
754
|
}
|
|
633
755
|
export declare function agentPoolNetworkProfileSerializer(item: AgentPoolNetworkProfile): any;
|
|
634
756
|
export declare function agentPoolNetworkProfileDeserializer(item: any): AgentPoolNetworkProfile;
|
|
@@ -672,6 +794,35 @@ export declare enum KnownProtocol {
|
|
|
672
794
|
* **UDP**: UDP protocol.
|
|
673
795
|
*/
|
|
674
796
|
export type Protocol = string;
|
|
797
|
+
export declare function agentPoolNetworkInterfaceArraySerializer(result: Array<AgentPoolNetworkInterface>): any[];
|
|
798
|
+
export declare function agentPoolNetworkInterfaceArrayDeserializer(result: Array<AgentPoolNetworkInterface>): any[];
|
|
799
|
+
/** Configuration of a secondary network interface provisioned on each VM instance in the agent pool. For more information, see https://aka.ms/aks/multi-nic */
|
|
800
|
+
export interface AgentPoolNetworkInterface {
|
|
801
|
+
/** Type of NIC to be provisioned on the VM. */
|
|
802
|
+
type?: AgentPoolNetworkInterfaceType;
|
|
803
|
+
/** The resource ID of the subnet which will be attached to the secondary network interface. Required when `type` is `Standard`; must be an empty string (`""`) or omitted when `type` is `Dynamic`. */
|
|
804
|
+
vnetSubnetId?: string;
|
|
805
|
+
/** Whether accelerated networking is enabled on this secondary NIC. If omitted, this defaults to true only when the agent pool VM SKU supports accelerated networking. Validation will fail if it is enabled on an unsupported SKU or NIC configuration. */
|
|
806
|
+
enableAcceleratedNetworking?: boolean;
|
|
807
|
+
}
|
|
808
|
+
export declare function agentPoolNetworkInterfaceSerializer(item: AgentPoolNetworkInterface): any;
|
|
809
|
+
export declare function agentPoolNetworkInterfaceDeserializer(item: any): AgentPoolNetworkInterface;
|
|
810
|
+
/** Type of network interface to be provisioned on each virtual machine instance. For more information, see https://aka.ms/aks/multi-nic */
|
|
811
|
+
export declare enum KnownAgentPoolNetworkInterfaceType {
|
|
812
|
+
/** 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. */
|
|
813
|
+
Standard = "Standard",
|
|
814
|
+
/** 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. */
|
|
815
|
+
Dynamic = "Dynamic"
|
|
816
|
+
}
|
|
817
|
+
/**
|
|
818
|
+
* Type of network interface to be provisioned on each virtual machine instance. For more information, see https://aka.ms/aks/multi-nic \
|
|
819
|
+
* {@link KnownAgentPoolNetworkInterfaceType} can be used interchangeably with AgentPoolNetworkInterfaceType,
|
|
820
|
+
* this enum contains the known values that the service supports.
|
|
821
|
+
* ### Known values supported by the service
|
|
822
|
+
* **Standard**: 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. \
|
|
823
|
+
* **Dynamic**: 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.
|
|
824
|
+
*/
|
|
825
|
+
export type AgentPoolNetworkInterfaceType = string;
|
|
675
826
|
/** The Windows agent pool's specific profile. */
|
|
676
827
|
export interface AgentPoolWindowsProfile {
|
|
677
828
|
/** Whether to disable OutboundNAT in windows nodes. The default value is false. Outbound NAT can only be disabled if the cluster outboundType is NAT Gateway and the Windows agent pool does not have node public IP enabled. */
|
|
@@ -695,7 +846,9 @@ export declare enum KnownAgentPoolSSHAccess {
|
|
|
695
846
|
/** Can SSH onto the node as a local user using private key. */
|
|
696
847
|
LocalUser = "LocalUser",
|
|
697
848
|
/** SSH service will be turned off on the node. */
|
|
698
|
-
Disabled = "Disabled"
|
|
849
|
+
Disabled = "Disabled",
|
|
850
|
+
/** SSH to node with EntraId integration. More information can be found under https://aka.ms/aks/ssh/aad */
|
|
851
|
+
EntraId = "EntraId"
|
|
699
852
|
}
|
|
700
853
|
/**
|
|
701
854
|
* SSH access method of an agent pool. \
|
|
@@ -703,13 +856,18 @@ export declare enum KnownAgentPoolSSHAccess {
|
|
|
703
856
|
* this enum contains the known values that the service supports.
|
|
704
857
|
* ### Known values supported by the service
|
|
705
858
|
* **LocalUser**: Can SSH onto the node as a local user using private key. \
|
|
706
|
-
* **Disabled**: SSH service will be turned off on the node.
|
|
859
|
+
* **Disabled**: SSH service will be turned off on the node. \
|
|
860
|
+
* **EntraId**: SSH to node with EntraId integration. More information can be found under https:\//aka.ms\/aks\/ssh\/aad
|
|
707
861
|
*/
|
|
708
862
|
export type AgentPoolSSHAccess = string;
|
|
709
863
|
/** GPU settings for the Agent Pool. */
|
|
710
864
|
export interface GPUProfile {
|
|
711
865
|
/** Whether to install GPU drivers. When it's not specified, default is Install. */
|
|
712
866
|
driver?: GPUDriver;
|
|
867
|
+
/** 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. */
|
|
868
|
+
driverType?: DriverType;
|
|
869
|
+
/** NVIDIA-specific GPU settings. */
|
|
870
|
+
nvidia?: NvidiaGPUProfile;
|
|
713
871
|
}
|
|
714
872
|
export declare function gpuProfileSerializer(item: GPUProfile): any;
|
|
715
873
|
export declare function gpuProfileDeserializer(item: any): GPUProfile;
|
|
@@ -729,6 +887,66 @@ export declare enum KnownGPUDriver {
|
|
|
729
887
|
* **None**: Skip driver install.
|
|
730
888
|
*/
|
|
731
889
|
export type GPUDriver = string;
|
|
890
|
+
/** 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. */
|
|
891
|
+
export declare enum KnownDriverType {
|
|
892
|
+
/** Install the GRID driver for the GPU, suitable for applications requiring virtualization support. */
|
|
893
|
+
Grid = "GRID",
|
|
894
|
+
/** Install the CUDA driver for the GPU, optimized for computational tasks in scientific computing and data-intensive applications. */
|
|
895
|
+
Cuda = "CUDA"
|
|
896
|
+
}
|
|
897
|
+
/**
|
|
898
|
+
* 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. \
|
|
899
|
+
* {@link KnownDriverType} can be used interchangeably with DriverType,
|
|
900
|
+
* this enum contains the known values that the service supports.
|
|
901
|
+
* ### Known values supported by the service
|
|
902
|
+
* **GRID**: Install the GRID driver for the GPU, suitable for applications requiring virtualization support. \
|
|
903
|
+
* **CUDA**: Install the CUDA driver for the GPU, optimized for computational tasks in scientific computing and data-intensive applications.
|
|
904
|
+
*/
|
|
905
|
+
export type DriverType = string;
|
|
906
|
+
/** NVIDIA-specific GPU settings */
|
|
907
|
+
export interface NvidiaGPUProfile {
|
|
908
|
+
/** 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. */
|
|
909
|
+
managementMode?: ManagementMode;
|
|
910
|
+
/** 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. */
|
|
911
|
+
migStrategy?: MigStrategy;
|
|
912
|
+
}
|
|
913
|
+
export declare function nvidiaGPUProfileSerializer(item: NvidiaGPUProfile): any;
|
|
914
|
+
export declare function nvidiaGPUProfileDeserializer(item: any): NvidiaGPUProfile;
|
|
915
|
+
/** 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. */
|
|
916
|
+
export declare enum KnownManagementMode {
|
|
917
|
+
/** Managed GPU experience is disabled for NVIDIA GPUs. */
|
|
918
|
+
Unmanaged = "Unmanaged",
|
|
919
|
+
/** Managed GPU experience is enabled for NVIDIA GPUs. */
|
|
920
|
+
Managed = "Managed"
|
|
921
|
+
}
|
|
922
|
+
/**
|
|
923
|
+
* 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. \
|
|
924
|
+
* {@link KnownManagementMode} can be used interchangeably with ManagementMode,
|
|
925
|
+
* this enum contains the known values that the service supports.
|
|
926
|
+
* ### Known values supported by the service
|
|
927
|
+
* **Unmanaged**: Managed GPU experience is disabled for NVIDIA GPUs. \
|
|
928
|
+
* **Managed**: Managed GPU experience is enabled for NVIDIA GPUs.
|
|
929
|
+
*/
|
|
930
|
+
export type ManagementMode = string;
|
|
931
|
+
/** 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. */
|
|
932
|
+
export declare enum KnownMigStrategy {
|
|
933
|
+
/** Don't set a MIG strategy. If you previously had one set, this will override it and set remove the set MIG strategy. */
|
|
934
|
+
None = "None",
|
|
935
|
+
/** Set the MIG strategy for managed MIG as single. */
|
|
936
|
+
Single = "Single",
|
|
937
|
+
/** Set the MIG strategy for managed MIG as mixed. */
|
|
938
|
+
Mixed = "Mixed"
|
|
939
|
+
}
|
|
940
|
+
/**
|
|
941
|
+
* 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. \
|
|
942
|
+
* {@link KnownMigStrategy} can be used interchangeably with MigStrategy,
|
|
943
|
+
* this enum contains the known values that the service supports.
|
|
944
|
+
* ### Known values supported by the service
|
|
945
|
+
* **None**: Don't set a MIG strategy. If you previously had one set, this will override it and set remove the set MIG strategy. \
|
|
946
|
+
* **Single**: Set the MIG strategy for managed MIG as single. \
|
|
947
|
+
* **Mixed**: Set the MIG strategy for managed MIG as mixed.
|
|
948
|
+
*/
|
|
949
|
+
export type MigStrategy = string;
|
|
732
950
|
/** Profile of the managed cluster gateway agent pool. */
|
|
733
951
|
export interface AgentPoolGatewayProfile {
|
|
734
952
|
/** The Gateway agent pool associates one public IPPrefix for each static egress gateway to provide public egress. The size of Public IPPrefix should be selected by the user. Each node in the agent pool is assigned with one IP from the IPPrefix. The IPPrefix size thus serves as a cap on the size of the Gateway agent pool. Due to Azure public IPPrefix size limitation, the valid value range is [28, 31] (/31 = 2 nodes/IPs, /30 = 4 nodes/IPs, /29 = 8 nodes/IPs, /28 = 16 nodes/IPs). The default value is 31. */
|
|
@@ -736,6 +954,13 @@ export interface AgentPoolGatewayProfile {
|
|
|
736
954
|
}
|
|
737
955
|
export declare function agentPoolGatewayProfileSerializer(item: AgentPoolGatewayProfile): any;
|
|
738
956
|
export declare function agentPoolGatewayProfileDeserializer(item: any): AgentPoolGatewayProfile;
|
|
957
|
+
/** Artifact streaming profile for the agent pool. */
|
|
958
|
+
export interface AgentPoolArtifactStreamingProfile {
|
|
959
|
+
/** Artifact streaming speeds up the cold-start of containers on a node through on-demand image loading. To use this feature, container images must also enable artifact streaming on ACR. If not specified, the default is false. */
|
|
960
|
+
enabled?: boolean;
|
|
961
|
+
}
|
|
962
|
+
export declare function agentPoolArtifactStreamingProfileSerializer(item: AgentPoolArtifactStreamingProfile): any;
|
|
963
|
+
export declare function agentPoolArtifactStreamingProfileDeserializer(item: any): AgentPoolArtifactStreamingProfile;
|
|
739
964
|
/** Specifications on VirtualMachines agent pool. */
|
|
740
965
|
export interface VirtualMachinesProfile {
|
|
741
966
|
/** Specifications on how to scale a VirtualMachines agent pool. */
|
|
@@ -747,6 +972,13 @@ export declare function virtualMachinesProfileDeserializer(item: any): VirtualMa
|
|
|
747
972
|
export interface ScaleProfile {
|
|
748
973
|
/** Specifications on how to scale the VirtualMachines agent pool to a fixed size. */
|
|
749
974
|
manual?: ManualScaleProfile[];
|
|
975
|
+
/**
|
|
976
|
+
* Specifications on how to auto-scale the VirtualMachines agent pool within a predefined size range.
|
|
977
|
+
* Each profile targets a specific VM SKU and is evaluated independently.
|
|
978
|
+
* Scaling decisions across profiles are governed by the cluster autoscaler expander,
|
|
979
|
+
* configurable via `ManagedCluster.properties.autoScalerProfile.expander`.
|
|
980
|
+
*/
|
|
981
|
+
autoscale?: AutoScaleProfile[];
|
|
750
982
|
}
|
|
751
983
|
export declare function scaleProfileSerializer(item: ScaleProfile): any;
|
|
752
984
|
export declare function scaleProfileDeserializer(item: any): ScaleProfile;
|
|
@@ -761,6 +993,19 @@ export interface ManualScaleProfile {
|
|
|
761
993
|
}
|
|
762
994
|
export declare function manualScaleProfileSerializer(item: ManualScaleProfile): any;
|
|
763
995
|
export declare function manualScaleProfileDeserializer(item: any): ManualScaleProfile;
|
|
996
|
+
export declare function autoScaleProfileArraySerializer(result: Array<AutoScaleProfile>): any[];
|
|
997
|
+
export declare function autoScaleProfileArrayDeserializer(result: Array<AutoScaleProfile>): any[];
|
|
998
|
+
/** Specifications on auto-scaling. */
|
|
999
|
+
export interface AutoScaleProfile {
|
|
1000
|
+
/** VM size that AKS will use when creating and scaling e.g. 'Standard_E4s_v3', 'Standard_E16s_v3' or 'Standard_D16s_v5'. */
|
|
1001
|
+
size?: string;
|
|
1002
|
+
/** The minimum number of nodes of the specified sizes. */
|
|
1003
|
+
minCount?: number;
|
|
1004
|
+
/** The maximum number of nodes of the specified sizes. */
|
|
1005
|
+
maxCount?: number;
|
|
1006
|
+
}
|
|
1007
|
+
export declare function autoScaleProfileSerializer(item: AutoScaleProfile): any;
|
|
1008
|
+
export declare function autoScaleProfileDeserializer(item: any): AutoScaleProfile;
|
|
764
1009
|
export declare function virtualMachineNodesArraySerializer(result: Array<VirtualMachineNodes>): any[];
|
|
765
1010
|
export declare function virtualMachineNodesArrayDeserializer(result: Array<VirtualMachineNodes>): any[];
|
|
766
1011
|
/** Current status on a group of nodes of the same vm size. */
|
|
@@ -960,6 +1205,13 @@ export declare enum KnownLocalDNSServeStale {
|
|
|
960
1205
|
* **Disable**: Disable serving stale data.
|
|
961
1206
|
*/
|
|
962
1207
|
export type LocalDNSServeStale = string;
|
|
1208
|
+
/** Settings to determine the prepared image specification used to provision nodes in a pool. */
|
|
1209
|
+
export interface PreparedImageSpecificationProfile {
|
|
1210
|
+
/** The resource ID of the prepared image specification resource to use. This can include a version. Omitting the version will use the latest version of the prepared image specification. */
|
|
1211
|
+
preparedImageSpecificationId?: string;
|
|
1212
|
+
}
|
|
1213
|
+
export declare function preparedImageSpecificationProfileSerializer(item: PreparedImageSpecificationProfile): any;
|
|
1214
|
+
export declare function preparedImageSpecificationProfileDeserializer(item: any): PreparedImageSpecificationProfile;
|
|
963
1215
|
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
964
1216
|
export interface ProxyResource extends Resource {
|
|
965
1217
|
}
|
|
@@ -1075,6 +1327,10 @@ export interface AgentPoolUpgradeProfile extends ProxyResource {
|
|
|
1075
1327
|
osType: OSType;
|
|
1076
1328
|
/** List of orchestrator types and versions available for upgrade. */
|
|
1077
1329
|
upgrades?: AgentPoolUpgradeProfilePropertiesUpgradesItem[];
|
|
1330
|
+
/** List of components grouped by kubernetes major.minor version. */
|
|
1331
|
+
componentsByReleases?: ComponentsByRelease[];
|
|
1332
|
+
/** List of historical good versions for rollback operations. */
|
|
1333
|
+
readonly recentlyUsedVersions?: AgentPoolRecentlyUsedVersion[];
|
|
1078
1334
|
/** The latest AKS supported node image version. */
|
|
1079
1335
|
latestNodeImageVersion?: string;
|
|
1080
1336
|
}
|
|
@@ -1087,6 +1343,10 @@ export interface AgentPoolUpgradeProfileProperties {
|
|
|
1087
1343
|
osType: OSType;
|
|
1088
1344
|
/** List of orchestrator types and versions available for upgrade. */
|
|
1089
1345
|
upgrades?: AgentPoolUpgradeProfilePropertiesUpgradesItem[];
|
|
1346
|
+
/** List of components grouped by kubernetes major.minor version. */
|
|
1347
|
+
componentsByReleases?: ComponentsByRelease[];
|
|
1348
|
+
/** List of historical good versions for rollback operations. */
|
|
1349
|
+
readonly recentlyUsedVersions?: AgentPoolRecentlyUsedVersion[];
|
|
1090
1350
|
/** The latest AKS supported node image version. */
|
|
1091
1351
|
latestNodeImageVersion?: string;
|
|
1092
1352
|
}
|
|
@@ -1098,8 +1358,41 @@ export interface AgentPoolUpgradeProfilePropertiesUpgradesItem {
|
|
|
1098
1358
|
kubernetesVersion?: string;
|
|
1099
1359
|
/** Whether the Kubernetes version is currently in preview. */
|
|
1100
1360
|
isPreview?: boolean;
|
|
1361
|
+
/** Whether the Kubernetes version is out of support. */
|
|
1362
|
+
isOutOfSupport?: boolean;
|
|
1101
1363
|
}
|
|
1102
1364
|
export declare function agentPoolUpgradeProfilePropertiesUpgradesItemDeserializer(item: any): AgentPoolUpgradeProfilePropertiesUpgradesItem;
|
|
1365
|
+
export declare function componentsByReleaseArrayDeserializer(result: Array<ComponentsByRelease>): any[];
|
|
1366
|
+
/** components of given Kubernetes version. */
|
|
1367
|
+
export interface ComponentsByRelease {
|
|
1368
|
+
/** The Kubernetes version (major.minor). */
|
|
1369
|
+
kubernetesVersion?: string;
|
|
1370
|
+
/** components of current or upgraded Kubernetes version in the cluster. */
|
|
1371
|
+
components?: Component[];
|
|
1372
|
+
}
|
|
1373
|
+
export declare function componentsByReleaseDeserializer(item: any): ComponentsByRelease;
|
|
1374
|
+
export declare function componentArrayDeserializer(result: Array<Component>): any[];
|
|
1375
|
+
/** Component information for a Kubernetes version. */
|
|
1376
|
+
export interface Component {
|
|
1377
|
+
/** Component name. */
|
|
1378
|
+
name?: string;
|
|
1379
|
+
/** Component version. */
|
|
1380
|
+
version?: string;
|
|
1381
|
+
/** If upgraded component version contains breaking changes from the current version. To see a detailed description of what the breaking changes are, visit https://learn.microsoft.com/azure/aks/supported-kubernetes-versions?tabs=azure-cli#aks-components-breaking-changes-by-version. */
|
|
1382
|
+
hasBreakingChanges?: boolean;
|
|
1383
|
+
}
|
|
1384
|
+
export declare function componentDeserializer(item: any): Component;
|
|
1385
|
+
export declare function agentPoolRecentlyUsedVersionArrayDeserializer(result: Array<AgentPoolRecentlyUsedVersion>): any[];
|
|
1386
|
+
/** A historical version that can be used for rollback operations. */
|
|
1387
|
+
export interface AgentPoolRecentlyUsedVersion {
|
|
1388
|
+
/** The Kubernetes version (major.minor.patch) available for rollback. */
|
|
1389
|
+
orchestratorVersion?: string;
|
|
1390
|
+
/** The node image version available for rollback. */
|
|
1391
|
+
nodeImageVersion?: string;
|
|
1392
|
+
/** The timestamp when this version was last used. */
|
|
1393
|
+
timestamp?: Date;
|
|
1394
|
+
}
|
|
1395
|
+
export declare function agentPoolRecentlyUsedVersionDeserializer(item: any): AgentPoolRecentlyUsedVersion;
|
|
1103
1396
|
/** Managed cluster. */
|
|
1104
1397
|
export interface ManagedCluster extends TrackedResource {
|
|
1105
1398
|
/** If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields. */
|
|
@@ -1116,6 +1409,8 @@ export interface ManagedCluster extends TrackedResource {
|
|
|
1116
1409
|
readonly provisioningState?: string;
|
|
1117
1410
|
/** The Power State of the cluster. */
|
|
1118
1411
|
readonly powerState?: PowerState;
|
|
1412
|
+
/** CreationData to be used to specify the source Snapshot ID if the cluster will be created/upgraded using a snapshot. */
|
|
1413
|
+
creationData?: CreationData;
|
|
1119
1414
|
/** The max number of agent pools for the managed cluster. */
|
|
1120
1415
|
readonly maxAgentPools?: number;
|
|
1121
1416
|
/** The version of Kubernetes specified by the user. Both patch version <major.minor.patch> (e.g. 1.20.13) and <major.minor> (e.g. 1.20) are supported. When <major.minor> is specified, the latest supported GA patch version is chosen automatically. Updating the cluster with the same <major.minor> once it has been created (e.g. 1.14.x -> 1.14) will not trigger an upgrade, even if a newer patch version is available. When you upgrade a supported AKS cluster, Kubernetes minor versions cannot be skipped. All upgrades must be performed sequentially by major version number. For example, upgrades between 1.14.x -> 1.15.x or 1.15.x -> 1.16.x are allowed, however 1.14.x -> 1.16.x is not allowed. See [upgrading an AKS cluster](https://docs.microsoft.com/azure/aks/upgrade-cluster) for more details. */
|
|
@@ -1154,6 +1449,10 @@ export interface ManagedCluster extends TrackedResource {
|
|
|
1154
1449
|
enableRbac?: boolean;
|
|
1155
1450
|
/** The support plan for the Managed Cluster. If unspecified, the default is 'KubernetesOfficial'. */
|
|
1156
1451
|
supportPlan?: KubernetesSupportPlan;
|
|
1452
|
+
/** Whether to enable FIPS mode at the cluster level. When enabled, this setting enforces FIPS compliance for all AKS-managed components, such as the node operating system, addons, and [managed containerized components](https://aka.ms/aks/components/docs). See [Enable cluster-wide FIPS](https://aka.ms/aks/fips) for more details. When this property is enabled, all node pools in the cluster must also be FIPS-enabled. */
|
|
1453
|
+
enableFips?: boolean;
|
|
1454
|
+
/** Enable namespace as Azure resource. The default value is false. It can be enabled/disabled on creation and updating of the managed cluster. See [https://aka.ms/NamespaceARMResource](https://aka.ms/NamespaceARMResource) for more details on Namespace as a ARM Resource. */
|
|
1455
|
+
enableNamespaceResources?: boolean;
|
|
1157
1456
|
/** The network configuration profile. */
|
|
1158
1457
|
networkProfile?: ContainerServiceNetworkProfile;
|
|
1159
1458
|
/** The Azure Active Directory configuration. */
|
|
@@ -1200,8 +1499,16 @@ export interface ManagedCluster extends TrackedResource {
|
|
|
1200
1499
|
bootstrapProfile?: ManagedClusterBootstrapProfile;
|
|
1201
1500
|
/** AI toolchain operator settings that apply to the whole cluster. */
|
|
1202
1501
|
aiToolchainOperatorProfile?: ManagedClusterAIToolchainOperatorProfile;
|
|
1502
|
+
/** Profile of the pod scheduler configuration. */
|
|
1503
|
+
schedulerProfile?: SchedulerProfile;
|
|
1203
1504
|
/** Settings for hosted system addons. For more information, see https://aka.ms/aks/automatic/systemcomponents. */
|
|
1204
1505
|
hostedSystemProfile?: ManagedClusterHostedSystemProfile;
|
|
1506
|
+
/** Health monitor profile for the managed cluster. */
|
|
1507
|
+
healthMonitorProfile?: ManagedClusterHealthMonitorProfile;
|
|
1508
|
+
/** Profile for providing scaled and performance guaranteed control plane capacity to deliver consistent performance under high workload. Requires Kubernetes version 1.33.0 or later. */
|
|
1509
|
+
controlPlaneScalingProfile?: ManagedClusterControlPlaneScalingProfile;
|
|
1510
|
+
/** Node disruption profile for a managed cluster. */
|
|
1511
|
+
nodeDisruptionProfile?: NodeDisruptionProfile;
|
|
1205
1512
|
/** Contains read-only information about the Managed Cluster. */
|
|
1206
1513
|
status?: ManagedClusterStatus;
|
|
1207
1514
|
}
|
|
@@ -1213,6 +1520,8 @@ export interface ManagedClusterProperties {
|
|
|
1213
1520
|
readonly provisioningState?: string;
|
|
1214
1521
|
/** The Power State of the cluster. */
|
|
1215
1522
|
readonly powerState?: PowerState;
|
|
1523
|
+
/** CreationData to be used to specify the source Snapshot ID if the cluster will be created/upgraded using a snapshot. */
|
|
1524
|
+
creationData?: CreationData;
|
|
1216
1525
|
/** The max number of agent pools for the managed cluster. */
|
|
1217
1526
|
readonly maxAgentPools?: number;
|
|
1218
1527
|
/** The version of Kubernetes specified by the user. Both patch version <major.minor.patch> (e.g. 1.20.13) and <major.minor> (e.g. 1.20) are supported. When <major.minor> is specified, the latest supported GA patch version is chosen automatically. Updating the cluster with the same <major.minor> once it has been created (e.g. 1.14.x -> 1.14) will not trigger an upgrade, even if a newer patch version is available. When you upgrade a supported AKS cluster, Kubernetes minor versions cannot be skipped. All upgrades must be performed sequentially by major version number. For example, upgrades between 1.14.x -> 1.15.x or 1.15.x -> 1.16.x are allowed, however 1.14.x -> 1.16.x is not allowed. See [upgrading an AKS cluster](https://docs.microsoft.com/azure/aks/upgrade-cluster) for more details. */
|
|
@@ -1251,6 +1560,10 @@ export interface ManagedClusterProperties {
|
|
|
1251
1560
|
enableRbac?: boolean;
|
|
1252
1561
|
/** The support plan for the Managed Cluster. If unspecified, the default is 'KubernetesOfficial'. */
|
|
1253
1562
|
supportPlan?: KubernetesSupportPlan;
|
|
1563
|
+
/** Whether to enable FIPS mode at the cluster level. When enabled, this setting enforces FIPS compliance for all AKS-managed components, such as the node operating system, addons, and [managed containerized components](https://aka.ms/aks/components/docs). See [Enable cluster-wide FIPS](https://aka.ms/aks/fips) for more details. When this property is enabled, all node pools in the cluster must also be FIPS-enabled. */
|
|
1564
|
+
enableFips?: boolean;
|
|
1565
|
+
/** Enable namespace as Azure resource. The default value is false. It can be enabled/disabled on creation and updating of the managed cluster. See [https://aka.ms/NamespaceARMResource](https://aka.ms/NamespaceARMResource) for more details on Namespace as a ARM Resource. */
|
|
1566
|
+
enableNamespaceResources?: boolean;
|
|
1254
1567
|
/** The network configuration profile. */
|
|
1255
1568
|
networkProfile?: ContainerServiceNetworkProfile;
|
|
1256
1569
|
/** The Azure Active Directory configuration. */
|
|
@@ -1297,8 +1610,16 @@ export interface ManagedClusterProperties {
|
|
|
1297
1610
|
bootstrapProfile?: ManagedClusterBootstrapProfile;
|
|
1298
1611
|
/** AI toolchain operator settings that apply to the whole cluster. */
|
|
1299
1612
|
aiToolchainOperatorProfile?: ManagedClusterAIToolchainOperatorProfile;
|
|
1613
|
+
/** Profile of the pod scheduler configuration. */
|
|
1614
|
+
schedulerProfile?: SchedulerProfile;
|
|
1300
1615
|
/** Settings for hosted system addons. For more information, see https://aka.ms/aks/automatic/systemcomponents. */
|
|
1301
1616
|
hostedSystemProfile?: ManagedClusterHostedSystemProfile;
|
|
1617
|
+
/** Health monitor profile for the managed cluster. */
|
|
1618
|
+
healthMonitorProfile?: ManagedClusterHealthMonitorProfile;
|
|
1619
|
+
/** Profile for providing scaled and performance guaranteed control plane capacity to deliver consistent performance under high workload. Requires Kubernetes version 1.33.0 or later. */
|
|
1620
|
+
controlPlaneScalingProfile?: ManagedClusterControlPlaneScalingProfile;
|
|
1621
|
+
/** Node disruption profile for a managed cluster. */
|
|
1622
|
+
nodeDisruptionProfile?: NodeDisruptionProfile;
|
|
1302
1623
|
/** Contains read-only information about the Managed Cluster. */
|
|
1303
1624
|
status?: ManagedClusterStatus;
|
|
1304
1625
|
}
|
|
@@ -1599,6 +1920,10 @@ export interface ContainerServiceNetworkProfile {
|
|
|
1599
1920
|
serviceCidrs?: string[];
|
|
1600
1921
|
/** The IP families used to specify IP versions available to the cluster. IP families are used to determine single-stack or dual-stack clusters. For single-stack, the expected value is IPv4. For dual-stack, the expected values are IPv4 and IPv6. */
|
|
1601
1922
|
ipFamilies?: IpFamily[];
|
|
1923
|
+
/** 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'. */
|
|
1924
|
+
podLinkLocalAccess?: PodLinkLocalAccess;
|
|
1925
|
+
/** Holds configuration customizations for kube-proxy. Any values not defined will use the kube-proxy defaulting behavior. See https://v<version>.docs.kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/ where <version> is represented by a <major version>-<minor version> string. Kubernetes version 1.23 would be '1-23'. */
|
|
1926
|
+
kubeProxyConfig?: ContainerServiceNetworkProfileKubeProxyConfig;
|
|
1602
1927
|
}
|
|
1603
1928
|
export declare function containerServiceNetworkProfileSerializer(item: ContainerServiceNetworkProfile): any;
|
|
1604
1929
|
export declare function containerServiceNetworkProfileDeserializer(item: any): ContainerServiceNetworkProfile;
|
|
@@ -1749,6 +2074,8 @@ export declare function advancedNetworkingSecurityTransitEncryptionDeserializer(
|
|
|
1749
2074
|
export declare enum KnownTransitEncryptionType {
|
|
1750
2075
|
/** Enable WireGuard encryption. Refer to https://docs.cilium.io/en/latest/security/network/encryption-wireguard/ on use cases and implementation details */
|
|
1751
2076
|
WireGuard = "WireGuard",
|
|
2077
|
+
/** Enables mTLS authentication and encryption for pod-to-pod traffic within the cluster. Refer to https://aka.ms/acnsciliummtls for relevant documentation. */
|
|
2078
|
+
MTLS = "mTLS",
|
|
1752
2079
|
/** Disable Transit encryption */
|
|
1753
2080
|
None = "None"
|
|
1754
2081
|
}
|
|
@@ -1758,6 +2085,7 @@ export declare enum KnownTransitEncryptionType {
|
|
|
1758
2085
|
* this enum contains the known values that the service supports.
|
|
1759
2086
|
* ### Known values supported by the service
|
|
1760
2087
|
* **WireGuard**: Enable WireGuard encryption. Refer to https:\//docs.cilium.io\/en\/latest\/security\/network\/encryption-wireguard\/ on use cases and implementation details \
|
|
2088
|
+
* **mTLS**: Enables mTLS authentication and encryption for pod-to-pod traffic within the cluster. Refer to https:\//aka.ms\/acnsciliummtls for relevant documentation. \
|
|
1761
2089
|
* **None**: Disable Transit encryption
|
|
1762
2090
|
*/
|
|
1763
2091
|
export type TransitEncryptionType = string;
|
|
@@ -1792,6 +2120,8 @@ export declare enum KnownOutboundType {
|
|
|
1792
2120
|
UserDefinedRouting = "userDefinedRouting",
|
|
1793
2121
|
/** The AKS-managed NAT gateway is used for egress. */
|
|
1794
2122
|
ManagedNATGateway = "managedNATGateway",
|
|
2123
|
+
/** The AKS-managed NAT gateway V2 is used for egress. */
|
|
2124
|
+
ManagedNATGatewayV2 = "managedNATGatewayV2",
|
|
1795
2125
|
/** The user-assigned NAT gateway associated to the cluster subnet is used for egress. This is an advanced scenario and requires proper network configuration. */
|
|
1796
2126
|
UserAssignedNATGateway = "userAssignedNATGateway",
|
|
1797
2127
|
/** 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/ */
|
|
@@ -1805,6 +2135,7 @@ export declare enum KnownOutboundType {
|
|
|
1805
2135
|
* **loadBalancer**: The load balancer is used for egress through an AKS assigned public IP. This supports Kubernetes services of type 'loadBalancer'. For more information see [outbound type loadbalancer](https:\//docs.microsoft.com\/azure\/aks\/egress-outboundtype#outbound-type-of-loadbalancer). \
|
|
1806
2136
|
* **userDefinedRouting**: Egress paths must be defined by the user. This is an advanced scenario and requires proper network configuration. For more information see [outbound type userDefinedRouting](https:\//docs.microsoft.com\/azure\/aks\/egress-outboundtype#outbound-type-of-userdefinedrouting). \
|
|
1807
2137
|
* **managedNATGateway**: The AKS-managed NAT gateway is used for egress. \
|
|
2138
|
+
* **managedNATGatewayV2**: The AKS-managed NAT gateway V2 is used for egress. \
|
|
1808
2139
|
* **userAssignedNATGateway**: The user-assigned NAT gateway associated to the cluster subnet is used for egress. This is an advanced scenario and requires proper network configuration. \
|
|
1809
2140
|
* **none**: 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\/
|
|
1810
2141
|
*/
|
|
@@ -1843,6 +2174,8 @@ export interface ManagedClusterLoadBalancerProfile {
|
|
|
1843
2174
|
enableMultipleStandardLoadBalancers?: boolean;
|
|
1844
2175
|
/** The type of the managed inbound Load Balancer BackendPool. */
|
|
1845
2176
|
backendPoolType?: BackendPoolType;
|
|
2177
|
+
/** The health probing behavior for External Traffic Policy Cluster services. */
|
|
2178
|
+
clusterServiceLoadBalancerHealthProbeMode?: ClusterServiceLoadBalancerHealthProbeMode;
|
|
1846
2179
|
}
|
|
1847
2180
|
export declare function managedClusterLoadBalancerProfileSerializer(item: ManagedClusterLoadBalancerProfile): any;
|
|
1848
2181
|
export declare function managedClusterLoadBalancerProfileDeserializer(item: any): ManagedClusterLoadBalancerProfile;
|
|
@@ -1894,12 +2227,36 @@ export declare enum KnownBackendPoolType {
|
|
|
1894
2227
|
* **NodeIP**: The type of the managed inbound Load Balancer BackendPool. https:\//cloud-provider-azure.sigs.k8s.io\/topics\/loadbalancer\/#configure-load-balancer-backend.
|
|
1895
2228
|
*/
|
|
1896
2229
|
export type BackendPoolType = string;
|
|
2230
|
+
/** The health probing behavior for External Traffic Policy Cluster services. */
|
|
2231
|
+
export declare enum KnownClusterServiceLoadBalancerHealthProbeMode {
|
|
2232
|
+
/** Each External Traffic Policy Cluster service will have its own health probe targeting service nodePort. */
|
|
2233
|
+
ServiceNodePort = "ServiceNodePort",
|
|
2234
|
+
/** 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. */
|
|
2235
|
+
Shared = "Shared"
|
|
2236
|
+
}
|
|
2237
|
+
/**
|
|
2238
|
+
* The health probing behavior for External Traffic Policy Cluster services. \
|
|
2239
|
+
* {@link KnownClusterServiceLoadBalancerHealthProbeMode} can be used interchangeably with ClusterServiceLoadBalancerHealthProbeMode,
|
|
2240
|
+
* this enum contains the known values that the service supports.
|
|
2241
|
+
* ### Known values supported by the service
|
|
2242
|
+
* **ServiceNodePort**: Each External Traffic Policy Cluster service will have its own health probe targeting service nodePort. \
|
|
2243
|
+
* **Shared**: 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.
|
|
2244
|
+
*/
|
|
2245
|
+
export type ClusterServiceLoadBalancerHealthProbeMode = string;
|
|
1897
2246
|
/** Profile of the managed cluster NAT gateway. */
|
|
1898
2247
|
export interface ManagedClusterNATGatewayProfile {
|
|
1899
2248
|
/** Profile of the managed outbound IP resources of the cluster NAT gateway. */
|
|
1900
2249
|
managedOutboundIPProfile?: ManagedClusterManagedOutboundIPProfile;
|
|
1901
2250
|
/** The effective outbound IP resources of the cluster NAT gateway. */
|
|
1902
2251
|
readonly effectiveOutboundIPs?: ResourceReference[];
|
|
2252
|
+
/** Desired outbound IP Prefix resources for the managed NAT Gateway. Only compatible with NAT Gateway V2. */
|
|
2253
|
+
outboundIPPrefixes?: {
|
|
2254
|
+
publicIPPrefixes?: string[];
|
|
2255
|
+
};
|
|
2256
|
+
/** Desired outbound IP resources for the managed NAT Gateway. */
|
|
2257
|
+
outboundIPs?: {
|
|
2258
|
+
publicIPs?: string[];
|
|
2259
|
+
};
|
|
1903
2260
|
/** Desired outbound flow idle timeout in minutes. Allowed values are in the range of 4 to 120 (inclusive). The default value is 4 minutes. */
|
|
1904
2261
|
idleTimeoutInMinutes?: number;
|
|
1905
2262
|
}
|
|
@@ -1909,9 +2266,25 @@ export declare function managedClusterNATGatewayProfileDeserializer(item: any):
|
|
|
1909
2266
|
export interface ManagedClusterManagedOutboundIPProfile {
|
|
1910
2267
|
/** The desired number of outbound IPs created/managed by Azure. Allowed values must be in the range of 1 to 16 (inclusive). The default value is 1. */
|
|
1911
2268
|
count?: number;
|
|
2269
|
+
/** The desired number of IPv6 outbound IPs created/managed by Azure. Allowed values must be in the range of 1 to 16 (inclusive). */
|
|
2270
|
+
countIPv6?: number;
|
|
1912
2271
|
}
|
|
1913
2272
|
export declare function managedClusterManagedOutboundIPProfileSerializer(item: ManagedClusterManagedOutboundIPProfile): any;
|
|
1914
2273
|
export declare function managedClusterManagedOutboundIPProfileDeserializer(item: any): ManagedClusterManagedOutboundIPProfile;
|
|
2274
|
+
/** model interface _ManagedClusterNATGatewayProfileOutboundIpPrefixes */
|
|
2275
|
+
export interface _ManagedClusterNATGatewayProfileOutboundIpPrefixes {
|
|
2276
|
+
/** A list of public IP prefix resources. */
|
|
2277
|
+
publicIPPrefixes?: string[];
|
|
2278
|
+
}
|
|
2279
|
+
export declare function _managedClusterNATGatewayProfileOutboundIpPrefixesSerializer(item: _ManagedClusterNATGatewayProfileOutboundIpPrefixes): any;
|
|
2280
|
+
export declare function _managedClusterNATGatewayProfileOutboundIpPrefixesDeserializer(item: any): _ManagedClusterNATGatewayProfileOutboundIpPrefixes;
|
|
2281
|
+
/** model interface _ManagedClusterNATGatewayProfileOutboundIPs */
|
|
2282
|
+
export interface _ManagedClusterNATGatewayProfileOutboundIPs {
|
|
2283
|
+
/** A list of public IP resources. */
|
|
2284
|
+
publicIPs?: string[];
|
|
2285
|
+
}
|
|
2286
|
+
export declare function _managedClusterNATGatewayProfileOutboundIPsSerializer(item: _ManagedClusterNATGatewayProfileOutboundIPs): any;
|
|
2287
|
+
export declare function _managedClusterNATGatewayProfileOutboundIPsDeserializer(item: any): _ManagedClusterNATGatewayProfileOutboundIPs;
|
|
1915
2288
|
/** The Static Egress Gateway addon configuration for the cluster. */
|
|
1916
2289
|
export interface ManagedClusterStaticEgressGatewayProfile {
|
|
1917
2290
|
/** Enable Static Egress Gateway addon. Indicates if Static Egress Gateway addon is enabled or not. */
|
|
@@ -1935,6 +2308,81 @@ export declare enum KnownIpFamily {
|
|
|
1935
2308
|
* **IPv6**: IPv6 family
|
|
1936
2309
|
*/
|
|
1937
2310
|
export type IpFamily = string;
|
|
2311
|
+
/** 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'. */
|
|
2312
|
+
export declare enum KnownPodLinkLocalAccess {
|
|
2313
|
+
/** Pods with hostNetwork=false can access Azure Instance Metadata Service (IMDS) without restriction. */
|
|
2314
|
+
Imds = "IMDS",
|
|
2315
|
+
/** Pods with hostNetwork=false cannot access Azure Instance Metadata Service (IMDS). */
|
|
2316
|
+
None = "None"
|
|
2317
|
+
}
|
|
2318
|
+
/**
|
|
2319
|
+
* 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'. \
|
|
2320
|
+
* {@link KnownPodLinkLocalAccess} can be used interchangeably with PodLinkLocalAccess,
|
|
2321
|
+
* this enum contains the known values that the service supports.
|
|
2322
|
+
* ### Known values supported by the service
|
|
2323
|
+
* **IMDS**: Pods with hostNetwork=false can access Azure Instance Metadata Service (IMDS) without restriction. \
|
|
2324
|
+
* **None**: Pods with hostNetwork=false cannot access Azure Instance Metadata Service (IMDS).
|
|
2325
|
+
*/
|
|
2326
|
+
export type PodLinkLocalAccess = string;
|
|
2327
|
+
/** Holds configuration customizations for kube-proxy. Any values not defined will use the kube-proxy defaulting behavior. See https://v<version>.docs.kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/ where <version> is represented by a <major version>-<minor version> string. Kubernetes version 1.23 would be '1-23'. */
|
|
2328
|
+
export interface ContainerServiceNetworkProfileKubeProxyConfig {
|
|
2329
|
+
/** Whether to enable on kube-proxy on the cluster (if no 'kubeProxyConfig' exists, kube-proxy is enabled in AKS by default without these customizations). */
|
|
2330
|
+
enabled?: boolean;
|
|
2331
|
+
/** Specify which proxy mode to use ('IPTABLES', 'IPVS' or 'NFTABLES') */
|
|
2332
|
+
mode?: Mode;
|
|
2333
|
+
/** Holds configuration customizations for IPVS. May only be specified if 'mode' is set to 'IPVS'. */
|
|
2334
|
+
ipvsConfig?: ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig;
|
|
2335
|
+
}
|
|
2336
|
+
export declare function containerServiceNetworkProfileKubeProxyConfigSerializer(item: ContainerServiceNetworkProfileKubeProxyConfig): any;
|
|
2337
|
+
export declare function containerServiceNetworkProfileKubeProxyConfigDeserializer(item: any): ContainerServiceNetworkProfileKubeProxyConfig;
|
|
2338
|
+
/** Specify which proxy mode to use ('IPTABLES', 'IPVS' or 'NFTABLES') */
|
|
2339
|
+
export declare enum KnownMode {
|
|
2340
|
+
/** IPTables proxy mode */
|
|
2341
|
+
Iptables = "IPTABLES",
|
|
2342
|
+
/** IPVS proxy mode. Must be using Kubernetes version >= 1.22. */
|
|
2343
|
+
Ipvs = "IPVS",
|
|
2344
|
+
/** NFTables proxy mode. Must be using Kubernetes version >= 1.33. */
|
|
2345
|
+
Nftables = "NFTABLES"
|
|
2346
|
+
}
|
|
2347
|
+
/**
|
|
2348
|
+
* Specify which proxy mode to use ('IPTABLES', 'IPVS' or 'NFTABLES') \
|
|
2349
|
+
* {@link KnownMode} can be used interchangeably with Mode,
|
|
2350
|
+
* this enum contains the known values that the service supports.
|
|
2351
|
+
* ### Known values supported by the service
|
|
2352
|
+
* **IPTABLES**: IPTables proxy mode \
|
|
2353
|
+
* **IPVS**: IPVS proxy mode. Must be using Kubernetes version >= 1.22. \
|
|
2354
|
+
* **NFTABLES**: NFTables proxy mode. Must be using Kubernetes version >= 1.33.
|
|
2355
|
+
*/
|
|
2356
|
+
export type Mode = string;
|
|
2357
|
+
/** Holds configuration customizations for IPVS. May only be specified if 'mode' is set to 'IPVS'. */
|
|
2358
|
+
export interface ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig {
|
|
2359
|
+
/** IPVS scheduler, for more information please see http://www.linuxvirtualserver.org/docs/scheduling.html. */
|
|
2360
|
+
scheduler?: IpvsScheduler;
|
|
2361
|
+
/** The timeout value used for idle IPVS TCP sessions in seconds. Must be a positive integer value. */
|
|
2362
|
+
tcpTimeoutSeconds?: number;
|
|
2363
|
+
/** The timeout value used for IPVS TCP sessions after receiving a FIN in seconds. Must be a positive integer value. */
|
|
2364
|
+
tcpFinTimeoutSeconds?: number;
|
|
2365
|
+
/** The timeout value used for IPVS UDP packets in seconds. Must be a positive integer value. */
|
|
2366
|
+
udpTimeoutSeconds?: number;
|
|
2367
|
+
}
|
|
2368
|
+
export declare function containerServiceNetworkProfileKubeProxyConfigIpvsConfigSerializer(item: ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig): any;
|
|
2369
|
+
export declare function containerServiceNetworkProfileKubeProxyConfigIpvsConfigDeserializer(item: any): ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig;
|
|
2370
|
+
/** IPVS scheduler, for more information please see http://www.linuxvirtualserver.org/docs/scheduling.html. */
|
|
2371
|
+
export declare enum KnownIpvsScheduler {
|
|
2372
|
+
/** Round Robin */
|
|
2373
|
+
RoundRobin = "RoundRobin",
|
|
2374
|
+
/** Least Connection */
|
|
2375
|
+
LeastConnection = "LeastConnection"
|
|
2376
|
+
}
|
|
2377
|
+
/**
|
|
2378
|
+
* IPVS scheduler, for more information please see http://www.linuxvirtualserver.org/docs/scheduling.html. \
|
|
2379
|
+
* {@link KnownIpvsScheduler} can be used interchangeably with IpvsScheduler,
|
|
2380
|
+
* this enum contains the known values that the service supports.
|
|
2381
|
+
* ### Known values supported by the service
|
|
2382
|
+
* **RoundRobin**: Round Robin \
|
|
2383
|
+
* **LeastConnection**: Least Connection
|
|
2384
|
+
*/
|
|
2385
|
+
export type IpvsScheduler = string;
|
|
1938
2386
|
/** AADProfile specifies attributes for Azure Active Directory integration. For more details see [managed AAD on AKS](https://docs.microsoft.com/azure/aks/managed-aad). */
|
|
1939
2387
|
export interface ManagedClusterAADProfile {
|
|
1940
2388
|
/** Whether to enable managed AAD. */
|
|
@@ -2141,6 +2589,8 @@ export interface ManagedClusterHttpProxyConfig {
|
|
|
2141
2589
|
httpsProxy?: string;
|
|
2142
2590
|
/** The endpoints that should not go through proxy. */
|
|
2143
2591
|
noProxy?: string[];
|
|
2592
|
+
/** A read-only list of all endpoints for which traffic should not be sent to the proxy. This list is a superset of noProxy and values injected by AKS. */
|
|
2593
|
+
readonly effectiveNoProxy?: string[];
|
|
2144
2594
|
/** Alternative CA cert to use for connecting to proxy servers. */
|
|
2145
2595
|
trustedCa?: string;
|
|
2146
2596
|
/** Whether to enable HTTP proxy. If disabled, the specified proxy configuration will be not be set on pods and nodes. If not specified, the default is true. */
|
|
@@ -2154,12 +2604,20 @@ export interface ManagedClusterSecurityProfile {
|
|
|
2154
2604
|
defender?: ManagedClusterSecurityProfileDefender;
|
|
2155
2605
|
/** Azure Key Vault [key management service](https://kubernetes.io/docs/tasks/administer-cluster/kms-provider/) settings for the security profile. */
|
|
2156
2606
|
azureKeyVaultKms?: AzureKeyVaultKms;
|
|
2607
|
+
/** Encryption at rest of Kubernetes resource objects. More information on this can be found under https://aka.ms/aks/kubernetesResourceObjectEncryption */
|
|
2608
|
+
kubernetesResourceObjectEncryptionProfile?: KubernetesResourceObjectEncryptionProfile;
|
|
2157
2609
|
/** Workload identity settings for the security profile. Workload identity enables Kubernetes applications to access Azure cloud resources securely with Azure AD. See https://aka.ms/aks/wi for more details. */
|
|
2158
2610
|
workloadIdentity?: ManagedClusterSecurityProfileWorkloadIdentity;
|
|
2159
2611
|
/** Image Cleaner settings for the security profile. */
|
|
2160
2612
|
imageCleaner?: ManagedClusterSecurityProfileImageCleaner;
|
|
2613
|
+
/** Image integrity is a feature that works with Azure Policy to verify image integrity by signature. This will not have any effect unless Azure Policy is applied to enforce image signatures. See https://aka.ms/aks/image-integrity for how to use this feature via policy. */
|
|
2614
|
+
imageIntegrity?: ManagedClusterSecurityProfileImageIntegrity;
|
|
2615
|
+
/** [Node Restriction](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#noderestriction) settings for the security profile. */
|
|
2616
|
+
nodeRestriction?: ManagedClusterSecurityProfileNodeRestriction;
|
|
2161
2617
|
/** A list of up to 10 base64 encoded CAs that will be added to the trust store on all nodes in the cluster. For more information see [Custom CA Trust Certificates](https://learn.microsoft.com/en-us/azure/aks/custom-certificate-authority). */
|
|
2162
2618
|
customCATrustCertificates?: Uint8Array[];
|
|
2619
|
+
/** Defines service account based image pull settings. */
|
|
2620
|
+
serviceAccountImagePullProfile?: ServiceAccountImagePullProfile;
|
|
2163
2621
|
}
|
|
2164
2622
|
export declare function managedClusterSecurityProfileSerializer(item: ManagedClusterSecurityProfile): any;
|
|
2165
2623
|
export declare function managedClusterSecurityProfileDeserializer(item: any): ManagedClusterSecurityProfile;
|
|
@@ -2169,6 +2627,8 @@ export interface ManagedClusterSecurityProfileDefender {
|
|
|
2169
2627
|
logAnalyticsWorkspaceResourceId?: string;
|
|
2170
2628
|
/** Microsoft Defender threat detection for Cloud settings for the security profile. */
|
|
2171
2629
|
securityMonitoring?: ManagedClusterSecurityProfileDefenderSecurityMonitoring;
|
|
2630
|
+
/** Microsoft Defender settings for security gating, validates container images eligibility for deployment based on Defender for Containers security findings. Using Admission Controller, it either audits or prevents the deployment of images that do not meet security standards. */
|
|
2631
|
+
securityGating?: ManagedClusterSecurityProfileDefenderSecurityGating;
|
|
2172
2632
|
}
|
|
2173
2633
|
export declare function managedClusterSecurityProfileDefenderSerializer(item: ManagedClusterSecurityProfileDefender): any;
|
|
2174
2634
|
export declare function managedClusterSecurityProfileDefenderDeserializer(item: any): ManagedClusterSecurityProfileDefender;
|
|
@@ -2179,6 +2639,28 @@ export interface ManagedClusterSecurityProfileDefenderSecurityMonitoring {
|
|
|
2179
2639
|
}
|
|
2180
2640
|
export declare function managedClusterSecurityProfileDefenderSecurityMonitoringSerializer(item: ManagedClusterSecurityProfileDefenderSecurityMonitoring): any;
|
|
2181
2641
|
export declare function managedClusterSecurityProfileDefenderSecurityMonitoringDeserializer(item: any): ManagedClusterSecurityProfileDefenderSecurityMonitoring;
|
|
2642
|
+
/** Microsoft Defender settings for security gating, validates container images eligibility for deployment based on Defender for Containers security findings. Using Admission Controller, it either audits or prevents the deployment of images that do not meet security standards. */
|
|
2643
|
+
export interface ManagedClusterSecurityProfileDefenderSecurityGating {
|
|
2644
|
+
/** Whether to enable Defender security gating. When enabled, the gating feature will scan container images and audit or block the deployment of images that do not meet security standards according to the configured security rules. */
|
|
2645
|
+
enabled?: boolean;
|
|
2646
|
+
/** List of identities that the admission controller will make use of in order to pull security artifacts from the registry. These are the same identities used by the cluster to pull container images. Each identity provided should have federated identity credential attached to it. */
|
|
2647
|
+
identities?: ManagedClusterSecurityProfileDefenderSecurityGatingIdentitiesItem[];
|
|
2648
|
+
/** In use only while registry access granted by secret rather than managed identity. Set whether to grant the Defender gating agent access to the cluster's secrets for pulling images from registries. If secret access is denied and the registry requires pull secrets, the add-on will not perform any image validation. Default value is false. */
|
|
2649
|
+
allowSecretAccess?: boolean;
|
|
2650
|
+
}
|
|
2651
|
+
export declare function managedClusterSecurityProfileDefenderSecurityGatingSerializer(item: ManagedClusterSecurityProfileDefenderSecurityGating): any;
|
|
2652
|
+
export declare function managedClusterSecurityProfileDefenderSecurityGatingDeserializer(item: any): ManagedClusterSecurityProfileDefenderSecurityGating;
|
|
2653
|
+
export declare function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArraySerializer(result: Array<ManagedClusterSecurityProfileDefenderSecurityGatingIdentitiesItem>): any[];
|
|
2654
|
+
export declare function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArrayDeserializer(result: Array<ManagedClusterSecurityProfileDefenderSecurityGatingIdentitiesItem>): any[];
|
|
2655
|
+
/** Identity information used by Defender security gating to access container registries. */
|
|
2656
|
+
export interface ManagedClusterSecurityProfileDefenderSecurityGatingIdentitiesItem {
|
|
2657
|
+
/** The container registry for which the identity will be used; the identity specified here should have a federated identity credential attached to it. */
|
|
2658
|
+
azureContainerRegistry?: string;
|
|
2659
|
+
/** The identity object used to access the registry */
|
|
2660
|
+
identity?: UserAssignedIdentity;
|
|
2661
|
+
}
|
|
2662
|
+
export declare function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemSerializer(item: ManagedClusterSecurityProfileDefenderSecurityGatingIdentitiesItem): any;
|
|
2663
|
+
export declare function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemDeserializer(item: any): ManagedClusterSecurityProfileDefenderSecurityGatingIdentitiesItem;
|
|
2182
2664
|
/** Azure Key Vault key management service settings for the security profile. */
|
|
2183
2665
|
export interface AzureKeyVaultKms {
|
|
2184
2666
|
/** Whether to enable Azure Key Vault key management service. The default is false. */
|
|
@@ -2208,6 +2690,29 @@ export declare enum KnownKeyVaultNetworkAccessTypes {
|
|
|
2208
2690
|
* **Private**: Key vault disables public access and enables private link.
|
|
2209
2691
|
*/
|
|
2210
2692
|
export type KeyVaultNetworkAccessTypes = string;
|
|
2693
|
+
/** Encryption at rest of Kubernetes resource objects using service-managed keys. More information on this can be found under https://aka.ms/aks/kubernetesResourceObjectEncryption. */
|
|
2694
|
+
export interface KubernetesResourceObjectEncryptionProfile {
|
|
2695
|
+
/** 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. */
|
|
2696
|
+
infrastructureEncryption?: InfrastructureEncryption;
|
|
2697
|
+
}
|
|
2698
|
+
export declare function kubernetesResourceObjectEncryptionProfileSerializer(item: KubernetesResourceObjectEncryptionProfile): any;
|
|
2699
|
+
export declare function kubernetesResourceObjectEncryptionProfileDeserializer(item: any): KubernetesResourceObjectEncryptionProfile;
|
|
2700
|
+
/** 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. */
|
|
2701
|
+
export declare enum KnownInfrastructureEncryption {
|
|
2702
|
+
/** 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. */
|
|
2703
|
+
Enabled = "Enabled",
|
|
2704
|
+
/** 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. */
|
|
2705
|
+
Disabled = "Disabled"
|
|
2706
|
+
}
|
|
2707
|
+
/**
|
|
2708
|
+
* 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. \
|
|
2709
|
+
* {@link KnownInfrastructureEncryption} can be used interchangeably with InfrastructureEncryption,
|
|
2710
|
+
* this enum contains the known values that the service supports.
|
|
2711
|
+
* ### Known values supported by the service
|
|
2712
|
+
* **Enabled**: 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. \
|
|
2713
|
+
* **Disabled**: 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.
|
|
2714
|
+
*/
|
|
2715
|
+
export type InfrastructureEncryption = string;
|
|
2211
2716
|
/** Workload identity settings for the security profile. */
|
|
2212
2717
|
export interface ManagedClusterSecurityProfileWorkloadIdentity {
|
|
2213
2718
|
/** Whether to enable workload identity. */
|
|
@@ -2224,6 +2729,29 @@ export interface ManagedClusterSecurityProfileImageCleaner {
|
|
|
2224
2729
|
}
|
|
2225
2730
|
export declare function managedClusterSecurityProfileImageCleanerSerializer(item: ManagedClusterSecurityProfileImageCleaner): any;
|
|
2226
2731
|
export declare function managedClusterSecurityProfileImageCleanerDeserializer(item: any): ManagedClusterSecurityProfileImageCleaner;
|
|
2732
|
+
/** Image integrity related settings for the security profile. */
|
|
2733
|
+
export interface ManagedClusterSecurityProfileImageIntegrity {
|
|
2734
|
+
/** Whether to enable image integrity. The default value is false. */
|
|
2735
|
+
enabled?: boolean;
|
|
2736
|
+
}
|
|
2737
|
+
export declare function managedClusterSecurityProfileImageIntegritySerializer(item: ManagedClusterSecurityProfileImageIntegrity): any;
|
|
2738
|
+
export declare function managedClusterSecurityProfileImageIntegrityDeserializer(item: any): ManagedClusterSecurityProfileImageIntegrity;
|
|
2739
|
+
/** Node Restriction settings for the security profile. */
|
|
2740
|
+
export interface ManagedClusterSecurityProfileNodeRestriction {
|
|
2741
|
+
/** Whether to enable Node Restriction */
|
|
2742
|
+
enabled?: boolean;
|
|
2743
|
+
}
|
|
2744
|
+
export declare function managedClusterSecurityProfileNodeRestrictionSerializer(item: ManagedClusterSecurityProfileNodeRestriction): any;
|
|
2745
|
+
export declare function managedClusterSecurityProfileNodeRestrictionDeserializer(item: any): ManagedClusterSecurityProfileNodeRestriction;
|
|
2746
|
+
/** Profile for configuring image pull authentication to use service account scoped managed identities for authentication instead of node scoped managed identity (kubelet identity) for authentication to Azure Container Registry. For more information, refer to https://aka.ms/aks/identity-binding/acr-image-pull/docs */
|
|
2747
|
+
export interface ServiceAccountImagePullProfile {
|
|
2748
|
+
/** Indicates whether service account based image pull is enabled, for which identity bindings are required for the managed identity to be used for authentication. For more information, refer to https://aka.ms/aks/identity-binding-docs. */
|
|
2749
|
+
enabled?: boolean;
|
|
2750
|
+
/** Optional. The default managed identity resource ID used for image pulls at the cluster level. When configured, this identity is used if a Pod’s service account does not explicitly specify an identity for pulling images. If not configured and no identity is specified at service account level, image will be pulled via anonymous authentication. */
|
|
2751
|
+
defaultManagedIdentityId?: string;
|
|
2752
|
+
}
|
|
2753
|
+
export declare function serviceAccountImagePullProfileSerializer(item: ServiceAccountImagePullProfile): any;
|
|
2754
|
+
export declare function serviceAccountImagePullProfileDeserializer(item: any): ServiceAccountImagePullProfile;
|
|
2227
2755
|
/** Storage profile for the container service cluster. */
|
|
2228
2756
|
export interface ManagedClusterStorageProfile {
|
|
2229
2757
|
/** AzureDisk CSI Driver settings for the storage profile. */
|
|
@@ -2271,6 +2799,8 @@ export interface ManagedClusterIngressProfile {
|
|
|
2271
2799
|
webAppRouting?: ManagedClusterIngressProfileWebAppRouting;
|
|
2272
2800
|
/** Settings for the managed Gateway API installation */
|
|
2273
2801
|
gatewayAPI?: ManagedClusterIngressProfileGatewayConfiguration;
|
|
2802
|
+
/** Settings for the managed Application Load Balancer installation */
|
|
2803
|
+
applicationLoadBalancer?: ManagedClusterIngressProfileApplicationLoadBalancer;
|
|
2274
2804
|
}
|
|
2275
2805
|
export declare function managedClusterIngressProfileSerializer(item: ManagedClusterIngressProfile): any;
|
|
2276
2806
|
export declare function managedClusterIngressProfileDeserializer(item: any): ManagedClusterIngressProfile;
|
|
@@ -2286,6 +2816,8 @@ export interface ManagedClusterIngressProfileWebAppRouting {
|
|
|
2286
2816
|
nginx?: ManagedClusterIngressProfileNginx;
|
|
2287
2817
|
/** Managed identity of the Application Routing add-on. This is the identity that should be granted permissions, for example, to manage the associated Azure DNS resource and get certificates from Azure Key Vault. See [this overview of the add-on](https://learn.microsoft.com/en-us/azure/aks/web-app-routing?tabs=with-osm) for more instructions. */
|
|
2288
2818
|
readonly identity?: UserAssignedIdentity;
|
|
2819
|
+
/** Configuration for the Default Domain. This is a unique, autogenerated domain that comes with a signed TLS Certificate allowing for secure HTTPS. See [the Default Domain documentation](https://aka.ms/aks/defaultdomain) for more instructions. */
|
|
2820
|
+
defaultDomain?: ManagedClusterIngressDefaultDomainProfile;
|
|
2289
2821
|
}
|
|
2290
2822
|
export declare function managedClusterIngressProfileWebAppRoutingSerializer(item: ManagedClusterIngressProfileWebAppRouting): any;
|
|
2291
2823
|
export declare function managedClusterIngressProfileWebAppRoutingDeserializer(item: any): ManagedClusterIngressProfileWebAppRouting;
|
|
@@ -2348,6 +2880,15 @@ export declare enum KnownNginxIngressControllerType {
|
|
|
2348
2880
|
* **None**: 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.
|
|
2349
2881
|
*/
|
|
2350
2882
|
export type NginxIngressControllerType = string;
|
|
2883
|
+
/** Default domain profile for the managed cluster ingress profile. */
|
|
2884
|
+
export interface ManagedClusterIngressDefaultDomainProfile {
|
|
2885
|
+
/** Whether to enable Default Domain. */
|
|
2886
|
+
enabled?: boolean;
|
|
2887
|
+
/** The unique fully qualified domain name assigned to the cluster. This will not change even if disabled then reenabled. */
|
|
2888
|
+
readonly domainName?: string;
|
|
2889
|
+
}
|
|
2890
|
+
export declare function managedClusterIngressDefaultDomainProfileSerializer(item: ManagedClusterIngressDefaultDomainProfile): any;
|
|
2891
|
+
export declare function managedClusterIngressDefaultDomainProfileDeserializer(item: any): ManagedClusterIngressDefaultDomainProfile;
|
|
2351
2892
|
/** Configuration for managed Gateway API CRDs. See https://aka.ms/k8s-gateway-api for more details. */
|
|
2352
2893
|
export interface ManagedClusterIngressProfileGatewayConfiguration {
|
|
2353
2894
|
/** Configuration for the managed Gateway API installation. If not specified, the default is 'Disabled'. See https://aka.ms/k8s-gateway-api for more details. */
|
|
@@ -2371,12 +2912,23 @@ export declare enum KnownManagedGatewayType {
|
|
|
2371
2912
|
* **Standard**: 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.
|
|
2372
2913
|
*/
|
|
2373
2914
|
export type ManagedGatewayType = string;
|
|
2915
|
+
/** Application Load Balancer settings for the ingress profile. */
|
|
2916
|
+
export interface ManagedClusterIngressProfileApplicationLoadBalancer {
|
|
2917
|
+
/** Whether to enable Application Load Balancer. */
|
|
2918
|
+
enabled?: boolean;
|
|
2919
|
+
/** Managed identity of the Application Load Balancer add-on. This is the identity that should be granted permissions to manage the associated Application Gateway for Containers resource. */
|
|
2920
|
+
readonly identity?: UserAssignedIdentity;
|
|
2921
|
+
}
|
|
2922
|
+
export declare function managedClusterIngressProfileApplicationLoadBalancerSerializer(item: ManagedClusterIngressProfileApplicationLoadBalancer): any;
|
|
2923
|
+
export declare function managedClusterIngressProfileApplicationLoadBalancerDeserializer(item: any): ManagedClusterIngressProfileApplicationLoadBalancer;
|
|
2374
2924
|
/** PublicNetworkAccess of the managedCluster. Allow or deny public network access for AKS */
|
|
2375
2925
|
export declare enum KnownPublicNetworkAccess {
|
|
2376
2926
|
/** Inbound/Outbound to the managedCluster is allowed. */
|
|
2377
2927
|
Enabled = "Enabled",
|
|
2378
2928
|
/** Inbound traffic to managedCluster is disabled, traffic from managedCluster is allowed. */
|
|
2379
|
-
Disabled = "Disabled"
|
|
2929
|
+
Disabled = "Disabled",
|
|
2930
|
+
/** Inbound/Outbound traffic is managed by Microsoft.Network/NetworkSecurityPerimeters. */
|
|
2931
|
+
SecuredByPerimeter = "SecuredByPerimeter"
|
|
2380
2932
|
}
|
|
2381
2933
|
/**
|
|
2382
2934
|
* PublicNetworkAccess of the managedCluster. Allow or deny public network access for AKS \
|
|
@@ -2384,7 +2936,8 @@ export declare enum KnownPublicNetworkAccess {
|
|
|
2384
2936
|
* this enum contains the known values that the service supports.
|
|
2385
2937
|
* ### Known values supported by the service
|
|
2386
2938
|
* **Enabled**: Inbound\/Outbound to the managedCluster is allowed. \
|
|
2387
|
-
* **Disabled**: Inbound traffic to managedCluster is disabled, traffic from managedCluster is allowed.
|
|
2939
|
+
* **Disabled**: Inbound traffic to managedCluster is disabled, traffic from managedCluster is allowed. \
|
|
2940
|
+
* **SecuredByPerimeter**: Inbound\/Outbound traffic is managed by Microsoft.Network\/NetworkSecurityPerimeters.
|
|
2388
2941
|
*/
|
|
2389
2942
|
export type PublicNetworkAccess = string;
|
|
2390
2943
|
/** Workload Auto-scaler profile for the managed cluster. */
|
|
@@ -2407,13 +2960,33 @@ export declare function managedClusterWorkloadAutoScalerProfileKedaDeserializer(
|
|
|
2407
2960
|
export interface ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler {
|
|
2408
2961
|
/** Whether to enable VPA. Default value is false. */
|
|
2409
2962
|
enabled: boolean;
|
|
2963
|
+
/** Whether VPA add-on is enabled and configured to scale AKS-managed add-ons. */
|
|
2964
|
+
addonAutoscaling?: AddonAutoscaling;
|
|
2410
2965
|
}
|
|
2411
2966
|
export declare function managedClusterWorkloadAutoScalerProfileVerticalPodAutoscalerSerializer(item: ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler): any;
|
|
2412
2967
|
export declare function managedClusterWorkloadAutoScalerProfileVerticalPodAutoscalerDeserializer(item: any): ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler;
|
|
2968
|
+
/** Whether VPA add-on is enabled and configured to scale AKS-managed add-ons. */
|
|
2969
|
+
export declare enum KnownAddonAutoscaling {
|
|
2970
|
+
/** Feature to autoscale AKS-managed add-ons is enabled. The default VPA update mode is Initial mode. */
|
|
2971
|
+
Enabled = "Enabled",
|
|
2972
|
+
/** Feature to autoscale AKS-managed add-ons is disabled. */
|
|
2973
|
+
Disabled = "Disabled"
|
|
2974
|
+
}
|
|
2975
|
+
/**
|
|
2976
|
+
* Whether VPA add-on is enabled and configured to scale AKS-managed add-ons. \
|
|
2977
|
+
* {@link KnownAddonAutoscaling} can be used interchangeably with AddonAutoscaling,
|
|
2978
|
+
* this enum contains the known values that the service supports.
|
|
2979
|
+
* ### Known values supported by the service
|
|
2980
|
+
* **Enabled**: Feature to autoscale AKS-managed add-ons is enabled. The default VPA update mode is Initial mode. \
|
|
2981
|
+
* **Disabled**: Feature to autoscale AKS-managed add-ons is disabled.
|
|
2982
|
+
*/
|
|
2983
|
+
export type AddonAutoscaling = string;
|
|
2413
2984
|
/** Azure Monitor addon profiles for monitoring the managed cluster. */
|
|
2414
2985
|
export interface ManagedClusterAzureMonitorProfile {
|
|
2415
2986
|
/** Metrics profile for the Azure Monitor managed service for Prometheus addon. Collect out-of-the-box Kubernetes infrastructure metrics to send to an Azure Monitor Workspace and configure additional scraping for custom targets. See aka.ms/AzureManagedPrometheus for an overview. */
|
|
2416
2987
|
metrics?: ManagedClusterAzureMonitorProfileMetrics;
|
|
2988
|
+
/** Azure Monitor Container Insights Profile for Kubernetes Events, Inventory and Container stdout & stderr logs etc. See aka.ms/AzureMonitorContainerInsights for an overview. */
|
|
2989
|
+
containerInsights?: ManagedClusterAzureMonitorProfileContainerInsights;
|
|
2417
2990
|
/** Application Monitoring Profile for Kubernetes Application Container. Collects application logs, metrics and traces through auto-instrumentation of the application using Azure Monitor OpenTelemetry based SDKs. See aka.ms/AzureMonitorApplicationMonitoring for an overview. */
|
|
2418
2991
|
appMonitoring?: ManagedClusterAzureMonitorProfileAppMonitoring;
|
|
2419
2992
|
}
|
|
@@ -2425,6 +2998,8 @@ export interface ManagedClusterAzureMonitorProfileMetrics {
|
|
|
2425
2998
|
enabled: boolean;
|
|
2426
2999
|
/** Kube State Metrics profile for the Azure Managed Prometheus addon. These optional settings are for the kube-state-metrics pod that is deployed with the addon. See aka.ms/AzureManagedPrometheus-optional-parameters for details. */
|
|
2427
3000
|
kubeStateMetrics?: ManagedClusterAzureMonitorProfileKubeStateMetrics;
|
|
3001
|
+
/** Control plane metrics collection profile for the Azure Managed Prometheus addon. Configures collection of operational runtime metrics from managed control plane components (kube-apiserver, etcd, etc). See aka.ms/aks/controlplane-metrics for an overview. */
|
|
3002
|
+
controlPlane?: ManagedClusterAzureMonitorProfileMetricsControlPlane;
|
|
2428
3003
|
}
|
|
2429
3004
|
export declare function managedClusterAzureMonitorProfileMetricsSerializer(item: ManagedClusterAzureMonitorProfileMetrics): any;
|
|
2430
3005
|
export declare function managedClusterAzureMonitorProfileMetricsDeserializer(item: any): ManagedClusterAzureMonitorProfileMetrics;
|
|
@@ -2437,10 +3012,54 @@ export interface ManagedClusterAzureMonitorProfileKubeStateMetrics {
|
|
|
2437
3012
|
}
|
|
2438
3013
|
export declare function managedClusterAzureMonitorProfileKubeStateMetricsSerializer(item: ManagedClusterAzureMonitorProfileKubeStateMetrics): any;
|
|
2439
3014
|
export declare function managedClusterAzureMonitorProfileKubeStateMetricsDeserializer(item: any): ManagedClusterAzureMonitorProfileKubeStateMetrics;
|
|
3015
|
+
/** Control plane metrics collection profile for the Azure Managed Prometheus addon. Configures collection of operational runtime metrics from managed control plane components (kube-apiserver, etcd, etc). See aka.ms/aks/controlplane-metrics for an overview. */
|
|
3016
|
+
export interface ManagedClusterAzureMonitorProfileMetricsControlPlane {
|
|
3017
|
+
/** Whether to enable or disable collection of control plane metrics by the Azure Managed Prometheus addon. Defaults to disabled. See aka.ms/aks/controlplane-metrics for details. */
|
|
3018
|
+
enabled?: boolean;
|
|
3019
|
+
}
|
|
3020
|
+
export declare function managedClusterAzureMonitorProfileMetricsControlPlaneSerializer(item: ManagedClusterAzureMonitorProfileMetricsControlPlane): any;
|
|
3021
|
+
export declare function managedClusterAzureMonitorProfileMetricsControlPlaneDeserializer(item: any): ManagedClusterAzureMonitorProfileMetricsControlPlane;
|
|
3022
|
+
/** Azure Monitor Container Insights Profile for Kubernetes Events, Inventory and Container stdout & stderr logs etc. See aka.ms/AzureMonitorContainerInsights for an overview. */
|
|
3023
|
+
export interface ManagedClusterAzureMonitorProfileContainerInsights {
|
|
3024
|
+
/** Indicates if Azure Monitor Container Insights Logs Addon is enabled or not. */
|
|
3025
|
+
enabled?: boolean;
|
|
3026
|
+
/** Fully Qualified ARM Resource Id of Azure Log Analytics Workspace for storing Azure Monitor Container Insights Logs. */
|
|
3027
|
+
logAnalyticsWorkspaceResourceId?: string;
|
|
3028
|
+
/** The syslog host port. If not specified, the default port is 28330. */
|
|
3029
|
+
syslogPort?: number;
|
|
3030
|
+
/** Indicates whether custom metrics collection has to be disabled or not. If not specified the default is false. No custom metrics will be emitted if this field is false but the container insights enabled field is false */
|
|
3031
|
+
disableCustomMetrics?: boolean;
|
|
3032
|
+
/** Indicates whether prometheus metrics scraping is disabled or not. If not specified the default is false. No prometheus metrics will be emitted if this field is false but the container insights enabled field is false */
|
|
3033
|
+
disablePrometheusMetricsScraping?: boolean;
|
|
3034
|
+
/** 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. */
|
|
3035
|
+
containerNetworkLogs?: ContainerNetworkLogs;
|
|
3036
|
+
}
|
|
3037
|
+
export declare function managedClusterAzureMonitorProfileContainerInsightsSerializer(item: ManagedClusterAzureMonitorProfileContainerInsights): any;
|
|
3038
|
+
export declare function managedClusterAzureMonitorProfileContainerInsightsDeserializer(item: any): ManagedClusterAzureMonitorProfileContainerInsights;
|
|
3039
|
+
/** 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. */
|
|
3040
|
+
export declare enum KnownContainerNetworkLogs {
|
|
3041
|
+
/** Azure monitor ingestion of container network logs is disabled */
|
|
3042
|
+
Disabled = "Disabled",
|
|
3043
|
+
/** Azure monitor ingestion of container network logs is enabled */
|
|
3044
|
+
Enabled = "Enabled"
|
|
3045
|
+
}
|
|
3046
|
+
/**
|
|
3047
|
+
* 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. \
|
|
3048
|
+
* {@link KnownContainerNetworkLogs} can be used interchangeably with ContainerNetworkLogs,
|
|
3049
|
+
* this enum contains the known values that the service supports.
|
|
3050
|
+
* ### Known values supported by the service
|
|
3051
|
+
* **Disabled**: Azure monitor ingestion of container network logs is disabled \
|
|
3052
|
+
* **Enabled**: Azure monitor ingestion of container network logs is enabled
|
|
3053
|
+
*/
|
|
3054
|
+
export type ContainerNetworkLogs = string;
|
|
2440
3055
|
/** Application Monitoring profile for AKS. */
|
|
2441
3056
|
export interface ManagedClusterAzureMonitorProfileAppMonitoring {
|
|
2442
3057
|
/** Application Monitoring auto-instrumentation for AKS. Deploys a webhook that auto-instruments workloads with Microsoft OpenTelemetry Distros to collect OpenTelemetry metrics, logs, and traces. See https://aka.ms/AKSAppMonitoringDocs and https://aka.ms/AzureMonitorApplicationMonitoring for an overview. */
|
|
2443
3058
|
autoInstrumentation?: ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation;
|
|
3059
|
+
/** Application Monitoring Open Telemetry Metrics Profile for AKS. Collects OpenTelemetry metrics of the application using Azure Monitor OpenTelemetry based SDKs. See https://aka.ms/AKSAppMonitoringDocs and https://aka.ms/AzureMonitorApplicationMonitoring for an overview. */
|
|
3060
|
+
openTelemetryMetrics?: ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetrics;
|
|
3061
|
+
/** Application Monitoring Open Telemetry Logs and Traces Profile for AKS. Collects OpenTelemetry logs and traces of the application using Azure Monitor OpenTelemetry based SDKs. See https://aka.ms/AKSAppMonitoringDocs and https://aka.ms/AzureMonitorApplicationMonitoring for an overview. */
|
|
3062
|
+
openTelemetryLogsAndTraces?: ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTraces;
|
|
2444
3063
|
}
|
|
2445
3064
|
export declare function managedClusterAzureMonitorProfileAppMonitoringSerializer(item: ManagedClusterAzureMonitorProfileAppMonitoring): any;
|
|
2446
3065
|
export declare function managedClusterAzureMonitorProfileAppMonitoringDeserializer(item: any): ManagedClusterAzureMonitorProfileAppMonitoring;
|
|
@@ -2451,6 +3070,28 @@ export interface ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentati
|
|
|
2451
3070
|
}
|
|
2452
3071
|
export declare function managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationSerializer(item: ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation): any;
|
|
2453
3072
|
export declare function managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationDeserializer(item: any): ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation;
|
|
3073
|
+
/** Application Monitoring Open Telemetry Metrics Profile for AKS. Collects OpenTelemetry metrics of the application using Azure Monitor OpenTelemetry based SDKs. See https://aka.ms/AKSAppMonitoringDocs and https://aka.ms/AzureMonitorApplicationMonitoring for an overview. */
|
|
3074
|
+
export interface ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetrics {
|
|
3075
|
+
/** Indicates if Application Monitoring Open Telemetry Metrics is enabled or not. */
|
|
3076
|
+
enabled?: boolean;
|
|
3077
|
+
/** The host port for Open Telemetry HTTP/PROTOBUF metrics. If not specified, the default port is 28333. */
|
|
3078
|
+
httpPort?: number;
|
|
3079
|
+
/** The host port for Open Telemetry GRPC metrics. If not specified, the default port is 28334. */
|
|
3080
|
+
grpcPort?: number;
|
|
3081
|
+
}
|
|
3082
|
+
export declare function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsSerializer(item: ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetrics): any;
|
|
3083
|
+
export declare function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsDeserializer(item: any): ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetrics;
|
|
3084
|
+
/** Application Monitoring Open Telemetry Logs and Traces Profile for AKS. Collects OpenTelemetry logs and traces of the application using Azure Monitor OpenTelemetry based SDKs. See https://aka.ms/AKSAppMonitoringDocs and https://aka.ms/AzureMonitorApplicationMonitoring for an overview. */
|
|
3085
|
+
export interface ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTraces {
|
|
3086
|
+
/** Indicates if Application Monitoring Open Telemetry Logs and traces is enabled or not. */
|
|
3087
|
+
enabled?: boolean;
|
|
3088
|
+
/** The host port for Open Telemetry HTTP/PROTOBUF logs and traces. If not specified, the default port is 28331. */
|
|
3089
|
+
httpPort?: number;
|
|
3090
|
+
/** The host port for Open Telemetry GRPC logs and traces. If not specified, the default port is 28332. */
|
|
3091
|
+
grpcPort?: number;
|
|
3092
|
+
}
|
|
3093
|
+
export declare function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTracesSerializer(item: ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTraces): any;
|
|
3094
|
+
export declare function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTracesDeserializer(item: any): ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTraces;
|
|
2454
3095
|
/** Service mesh profile for a managed cluster. */
|
|
2455
3096
|
export interface ServiceMeshProfile {
|
|
2456
3097
|
/** Mode of the service mesh. */
|
|
@@ -2665,6 +3306,43 @@ export interface ManagedClusterAIToolchainOperatorProfile {
|
|
|
2665
3306
|
}
|
|
2666
3307
|
export declare function managedClusterAIToolchainOperatorProfileSerializer(item: ManagedClusterAIToolchainOperatorProfile): any;
|
|
2667
3308
|
export declare function managedClusterAIToolchainOperatorProfileDeserializer(item: any): ManagedClusterAIToolchainOperatorProfile;
|
|
3309
|
+
/** The pod scheduler profile for the cluster. */
|
|
3310
|
+
export interface SchedulerProfile {
|
|
3311
|
+
/** Mapping of each scheduler instance to its profile. */
|
|
3312
|
+
schedulerInstanceProfiles?: SchedulerProfileSchedulerInstanceProfiles;
|
|
3313
|
+
}
|
|
3314
|
+
export declare function schedulerProfileSerializer(item: SchedulerProfile): any;
|
|
3315
|
+
export declare function schedulerProfileDeserializer(item: any): SchedulerProfile;
|
|
3316
|
+
/** Mapping of each scheduler instance to its profile. */
|
|
3317
|
+
export interface SchedulerProfileSchedulerInstanceProfiles {
|
|
3318
|
+
/** The scheduler profile for the upstream scheduler instance. */
|
|
3319
|
+
upstream?: SchedulerInstanceProfile;
|
|
3320
|
+
}
|
|
3321
|
+
export declare function schedulerProfileSchedulerInstanceProfilesSerializer(item: SchedulerProfileSchedulerInstanceProfiles): any;
|
|
3322
|
+
export declare function schedulerProfileSchedulerInstanceProfilesDeserializer(item: any): SchedulerProfileSchedulerInstanceProfiles;
|
|
3323
|
+
/** The scheduler profile for a single scheduler instance. */
|
|
3324
|
+
export interface SchedulerInstanceProfile {
|
|
3325
|
+
/** The config customization mode for this scheduler instance. */
|
|
3326
|
+
schedulerConfigMode?: SchedulerConfigMode;
|
|
3327
|
+
}
|
|
3328
|
+
export declare function schedulerInstanceProfileSerializer(item: SchedulerInstanceProfile): any;
|
|
3329
|
+
export declare function schedulerInstanceProfileDeserializer(item: any): SchedulerInstanceProfile;
|
|
3330
|
+
/** The config customization mode for this scheduler instance. */
|
|
3331
|
+
export declare enum KnownSchedulerConfigMode {
|
|
3332
|
+
/** No config customization. Use default configuration. */
|
|
3333
|
+
Default = "Default",
|
|
3334
|
+
/** Enable config customization. Customer can specify scheduler configuration via a CRD. See aka.ms/aks/scheduler-crd for details. */
|
|
3335
|
+
ManagedByCRD = "ManagedByCRD"
|
|
3336
|
+
}
|
|
3337
|
+
/**
|
|
3338
|
+
* The config customization mode for this scheduler instance. \
|
|
3339
|
+
* {@link KnownSchedulerConfigMode} can be used interchangeably with SchedulerConfigMode,
|
|
3340
|
+
* this enum contains the known values that the service supports.
|
|
3341
|
+
* ### Known values supported by the service
|
|
3342
|
+
* **Default**: No config customization. Use default configuration. \
|
|
3343
|
+
* **ManagedByCRD**: Enable config customization. Customer can specify scheduler configuration via a CRD. See aka.ms\/aks\/scheduler-crd for details.
|
|
3344
|
+
*/
|
|
3345
|
+
export type SchedulerConfigMode = string;
|
|
2668
3346
|
/** Settings for hosted system addons. */
|
|
2669
3347
|
export interface ManagedClusterHostedSystemProfile {
|
|
2670
3348
|
/** Whether to enable hosted system addons for the cluster. */
|
|
@@ -2676,6 +3354,67 @@ export interface ManagedClusterHostedSystemProfile {
|
|
|
2676
3354
|
}
|
|
2677
3355
|
export declare function managedClusterHostedSystemProfileSerializer(item: ManagedClusterHostedSystemProfile): any;
|
|
2678
3356
|
export declare function managedClusterHostedSystemProfileDeserializer(item: any): ManagedClusterHostedSystemProfile;
|
|
3357
|
+
/** Health monitor profile for the managed cluster. */
|
|
3358
|
+
export interface ManagedClusterHealthMonitorProfile {
|
|
3359
|
+
/** Whether to enable continuous control plane and addon monitor. */
|
|
3360
|
+
enableContinuousControlPlaneAndAddonMonitor?: boolean;
|
|
3361
|
+
/** Whether to enable on-demand monitor. */
|
|
3362
|
+
enableOnDemandMonitor?: boolean;
|
|
3363
|
+
}
|
|
3364
|
+
export declare function managedClusterHealthMonitorProfileSerializer(item: ManagedClusterHealthMonitorProfile): any;
|
|
3365
|
+
export declare function managedClusterHealthMonitorProfileDeserializer(item: any): ManagedClusterHealthMonitorProfile;
|
|
3366
|
+
/** Profile for providing scaled and performance guaranteed control plane capacity to deliver consistent performance under high workload. Requires Kubernetes version 1.33.0 or later. */
|
|
3367
|
+
export interface ManagedClusterControlPlaneScalingProfile {
|
|
3368
|
+
/** 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. */
|
|
3369
|
+
scalingSize: ControlPlaneScalingSize;
|
|
3370
|
+
}
|
|
3371
|
+
export declare function managedClusterControlPlaneScalingProfileSerializer(item: ManagedClusterControlPlaneScalingProfile): any;
|
|
3372
|
+
export declare function managedClusterControlPlaneScalingProfileDeserializer(item: any): ManagedClusterControlPlaneScalingProfile;
|
|
3373
|
+
/** 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. */
|
|
3374
|
+
export declare enum KnownControlPlaneScalingSize {
|
|
3375
|
+
/** H2 is the smallest scaling size with guaranteed capacity and predictable performance beyond standard tier defaults. */
|
|
3376
|
+
H2 = "H2",
|
|
3377
|
+
/** H4 scaling size provides increased guaranteed performance over H2. */
|
|
3378
|
+
H4 = "H4",
|
|
3379
|
+
/** H8 scaling size provides increased guaranteed performance over H4. */
|
|
3380
|
+
H8 = "H8"
|
|
3381
|
+
}
|
|
3382
|
+
/**
|
|
3383
|
+
* 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. \
|
|
3384
|
+
* {@link KnownControlPlaneScalingSize} can be used interchangeably with ControlPlaneScalingSize,
|
|
3385
|
+
* this enum contains the known values that the service supports.
|
|
3386
|
+
* ### Known values supported by the service
|
|
3387
|
+
* **H2**: H2 is the smallest scaling size with guaranteed capacity and predictable performance beyond standard tier defaults. \
|
|
3388
|
+
* **H4**: H4 scaling size provides increased guaranteed performance over H2. \
|
|
3389
|
+
* **H8**: H8 scaling size provides increased guaranteed performance over H4.
|
|
3390
|
+
*/
|
|
3391
|
+
export type ControlPlaneScalingSize = string;
|
|
3392
|
+
/** Node disruption profile for a managed cluster. */
|
|
3393
|
+
export interface NodeDisruptionProfile {
|
|
3394
|
+
/** 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". */
|
|
3395
|
+
nodeDisruptionPolicy?: NodeDisruptionPolicy;
|
|
3396
|
+
}
|
|
3397
|
+
export declare function nodeDisruptionProfileSerializer(item: NodeDisruptionProfile): any;
|
|
3398
|
+
export declare function nodeDisruptionProfileDeserializer(item: any): NodeDisruptionProfile;
|
|
3399
|
+
/** 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". */
|
|
3400
|
+
export declare enum KnownNodeDisruptionPolicy {
|
|
3401
|
+
/** Allows operations that will require node re-image and trigger redeployment. */
|
|
3402
|
+
Allow = "Allow",
|
|
3403
|
+
/** 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 */
|
|
3404
|
+
AllowDuringMaintenanceWindow = "AllowDuringMaintenanceWindow",
|
|
3405
|
+
/** Blocks certain operations that will require node re-image and trigger redeployment. For a full list of covered operations see aka.ms/aks/nodedisruptionpolicy */
|
|
3406
|
+
Block = "Block"
|
|
3407
|
+
}
|
|
3408
|
+
/**
|
|
3409
|
+
* 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". \
|
|
3410
|
+
* {@link KnownNodeDisruptionPolicy} can be used interchangeably with NodeDisruptionPolicy,
|
|
3411
|
+
* this enum contains the known values that the service supports.
|
|
3412
|
+
* ### Known values supported by the service
|
|
3413
|
+
* **Allow**: Allows operations that will require node re-image and trigger redeployment. \
|
|
3414
|
+
* **AllowDuringMaintenanceWindow**: 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 \
|
|
3415
|
+
* **Block**: Blocks certain operations that will require node re-image and trigger redeployment. For a full list of covered operations see aka.ms\/aks\/nodedisruptionpolicy
|
|
3416
|
+
*/
|
|
3417
|
+
export type NodeDisruptionPolicy = string;
|
|
2679
3418
|
/** Contains read-only information about the Managed Cluster. */
|
|
2680
3419
|
export interface ManagedClusterStatus {
|
|
2681
3420
|
/** The error details information of the managed cluster. Preserves the detailed info of failure. If there was no error, this field is omitted. */
|
|
@@ -2944,6 +3683,12 @@ export interface EndpointDetail {
|
|
|
2944
3683
|
description?: string;
|
|
2945
3684
|
}
|
|
2946
3685
|
export declare function endpointDetailDeserializer(item: any): EndpointDetail;
|
|
3686
|
+
/** The names of the load balancers to rebalance. If set to empty, all load balancers will be rebalanced. */
|
|
3687
|
+
export interface RebalanceLoadBalancersRequestBody {
|
|
3688
|
+
/** The load balancer names list. */
|
|
3689
|
+
loadBalancerNames?: string[];
|
|
3690
|
+
}
|
|
3691
|
+
export declare function rebalanceLoadBalancersRequestBodySerializer(item: RebalanceLoadBalancersRequestBody): any;
|
|
2947
3692
|
/** The list of available upgrades for compute pools. */
|
|
2948
3693
|
export interface ManagedClusterUpgradeProfile extends ProxyResource {
|
|
2949
3694
|
/** The list of available upgrade versions for the control plane. */
|
|
@@ -2970,6 +3715,8 @@ export interface ManagedClusterPoolUpgradeProfile {
|
|
|
2970
3715
|
osType: OSType;
|
|
2971
3716
|
/** List of orchestrator types and versions available for upgrade. */
|
|
2972
3717
|
upgrades?: ManagedClusterPoolUpgradeProfileUpgradesItem[];
|
|
3718
|
+
/** List of components grouped by kubernetes major.minor version. */
|
|
3719
|
+
componentsByReleases?: ComponentsByRelease[];
|
|
2973
3720
|
}
|
|
2974
3721
|
export declare function managedClusterPoolUpgradeProfileDeserializer(item: any): ManagedClusterPoolUpgradeProfile;
|
|
2975
3722
|
export declare function managedClusterPoolUpgradeProfileUpgradesItemArrayDeserializer(result: Array<ManagedClusterPoolUpgradeProfileUpgradesItem>): any[];
|
|
@@ -2979,9 +3726,89 @@ export interface ManagedClusterPoolUpgradeProfileUpgradesItem {
|
|
|
2979
3726
|
kubernetesVersion?: string;
|
|
2980
3727
|
/** Whether the Kubernetes version is currently in preview. */
|
|
2981
3728
|
isPreview?: boolean;
|
|
3729
|
+
/** Whether the Kubernetes version is out of support. */
|
|
3730
|
+
isOutOfSupport?: boolean;
|
|
2982
3731
|
}
|
|
2983
3732
|
export declare function managedClusterPoolUpgradeProfileUpgradesItemDeserializer(item: any): ManagedClusterPoolUpgradeProfileUpgradesItem;
|
|
2984
3733
|
export declare function managedClusterPoolUpgradeProfileArrayDeserializer(result: Array<ManagedClusterPoolUpgradeProfile>): any[];
|
|
3734
|
+
/** Available Guardrails Version */
|
|
3735
|
+
export interface GuardrailsAvailableVersion extends ProxyResource {
|
|
3736
|
+
/** Whether the version is default or not and support info. */
|
|
3737
|
+
properties: GuardrailsAvailableVersionsProperties;
|
|
3738
|
+
}
|
|
3739
|
+
export declare function guardrailsAvailableVersionDeserializer(item: any): GuardrailsAvailableVersion;
|
|
3740
|
+
/** Whether the version is default or not and support info. */
|
|
3741
|
+
export interface GuardrailsAvailableVersionsProperties {
|
|
3742
|
+
/** Whether this is the default version. */
|
|
3743
|
+
readonly isDefaultVersion?: boolean;
|
|
3744
|
+
/** Whether the version is preview or stable. */
|
|
3745
|
+
readonly support?: GuardrailsSupport;
|
|
3746
|
+
}
|
|
3747
|
+
export declare function guardrailsAvailableVersionsPropertiesDeserializer(item: any): GuardrailsAvailableVersionsProperties;
|
|
3748
|
+
/** Whether the version is preview or stable. */
|
|
3749
|
+
export declare enum KnownGuardrailsSupport {
|
|
3750
|
+
/** 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. */
|
|
3751
|
+
Preview = "Preview",
|
|
3752
|
+
/** The version is stable and can be used on critical production clusters. */
|
|
3753
|
+
Stable = "Stable"
|
|
3754
|
+
}
|
|
3755
|
+
/**
|
|
3756
|
+
* Whether the version is preview or stable. \
|
|
3757
|
+
* {@link KnownGuardrailsSupport} can be used interchangeably with GuardrailsSupport,
|
|
3758
|
+
* this enum contains the known values that the service supports.
|
|
3759
|
+
* ### Known values supported by the service
|
|
3760
|
+
* **Preview**: 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. \
|
|
3761
|
+
* **Stable**: The version is stable and can be used on critical production clusters.
|
|
3762
|
+
*/
|
|
3763
|
+
export type GuardrailsSupport = string;
|
|
3764
|
+
/** Hold values properties, which is array of GuardrailsVersions */
|
|
3765
|
+
export interface _GuardrailsAvailableVersionsList {
|
|
3766
|
+
/** The GuardrailsAvailableVersion items on this page */
|
|
3767
|
+
value: GuardrailsAvailableVersion[];
|
|
3768
|
+
/** The link to the next page of items */
|
|
3769
|
+
nextLink?: string;
|
|
3770
|
+
}
|
|
3771
|
+
export declare function _guardrailsAvailableVersionsListDeserializer(item: any): _GuardrailsAvailableVersionsList;
|
|
3772
|
+
export declare function guardrailsAvailableVersionArrayDeserializer(result: Array<GuardrailsAvailableVersion>): any[];
|
|
3773
|
+
/** Available Safeguards Version */
|
|
3774
|
+
export interface SafeguardsAvailableVersion extends ProxyResource {
|
|
3775
|
+
/** Whether the version is default or not and support info. */
|
|
3776
|
+
properties: SafeguardsAvailableVersionsProperties;
|
|
3777
|
+
}
|
|
3778
|
+
export declare function safeguardsAvailableVersionDeserializer(item: any): SafeguardsAvailableVersion;
|
|
3779
|
+
/** Whether the version is default or not and support info. */
|
|
3780
|
+
export interface SafeguardsAvailableVersionsProperties {
|
|
3781
|
+
/** Whether this is the default version. */
|
|
3782
|
+
readonly isDefaultVersion?: boolean;
|
|
3783
|
+
/** Whether the version is preview or stable. */
|
|
3784
|
+
readonly support?: SafeguardsSupport;
|
|
3785
|
+
}
|
|
3786
|
+
export declare function safeguardsAvailableVersionsPropertiesDeserializer(item: any): SafeguardsAvailableVersionsProperties;
|
|
3787
|
+
/** Whether the version is preview or stable. */
|
|
3788
|
+
export declare enum KnownSafeguardsSupport {
|
|
3789
|
+
/** 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. */
|
|
3790
|
+
Preview = "Preview",
|
|
3791
|
+
/** The version is stable and can be used on critical production clusters. */
|
|
3792
|
+
Stable = "Stable"
|
|
3793
|
+
}
|
|
3794
|
+
/**
|
|
3795
|
+
* Whether the version is preview or stable. \
|
|
3796
|
+
* {@link KnownSafeguardsSupport} can be used interchangeably with SafeguardsSupport,
|
|
3797
|
+
* this enum contains the known values that the service supports.
|
|
3798
|
+
* ### Known values supported by the service
|
|
3799
|
+
* **Preview**: 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. \
|
|
3800
|
+
* **Stable**: The version is stable and can be used on critical production clusters.
|
|
3801
|
+
*/
|
|
3802
|
+
export type SafeguardsSupport = string;
|
|
3803
|
+
/** Hold values properties, which is array of SafeguardsVersions */
|
|
3804
|
+
export interface _SafeguardsAvailableVersionsList {
|
|
3805
|
+
/** The SafeguardsAvailableVersion items on this page */
|
|
3806
|
+
value: SafeguardsAvailableVersion[];
|
|
3807
|
+
/** The link to the next page of items */
|
|
3808
|
+
nextLink?: string;
|
|
3809
|
+
}
|
|
3810
|
+
export declare function _safeguardsAvailableVersionsListDeserializer(item: any): _SafeguardsAvailableVersionsList;
|
|
3811
|
+
export declare function safeguardsAvailableVersionArrayDeserializer(result: Array<SafeguardsAvailableVersion>): any[];
|
|
2985
3812
|
/** Mesh revision profile for a mesh. */
|
|
2986
3813
|
export interface MeshRevisionProfile extends ProxyResource {
|
|
2987
3814
|
/** Mesh revision profile properties for a mesh */
|
|
@@ -3412,22 +4239,63 @@ export interface Machine extends ProxyResource {
|
|
|
3412
4239
|
/** The properties of the machine */
|
|
3413
4240
|
properties?: MachineProperties;
|
|
3414
4241
|
/** The Availability zone in which machine is located. */
|
|
3415
|
-
|
|
4242
|
+
zones?: string[];
|
|
3416
4243
|
}
|
|
4244
|
+
export declare function machineSerializer(item: Machine): any;
|
|
3417
4245
|
export declare function machineDeserializer(item: any): Machine;
|
|
3418
4246
|
/** The properties of the machine */
|
|
3419
4247
|
export interface MachineProperties {
|
|
3420
4248
|
/** network properties of the machine */
|
|
3421
|
-
|
|
4249
|
+
network?: MachineNetworkProperties;
|
|
3422
4250
|
/** Azure resource id of the machine. It can be used to GET underlying VM Instance */
|
|
3423
4251
|
readonly resourceId?: string;
|
|
4252
|
+
/** The hardware and GPU settings of the machine. */
|
|
4253
|
+
hardware?: MachineHardwareProfile;
|
|
4254
|
+
/** The operating system and disk used by the machine. */
|
|
4255
|
+
operatingSystem?: MachineOSProfile;
|
|
4256
|
+
/** The Kubernetes configurations used by the machine. */
|
|
4257
|
+
kubernetes?: MachineKubernetesProfile;
|
|
4258
|
+
/** Machine only allows 'System' and 'User' mode. */
|
|
4259
|
+
mode?: AgentPoolMode;
|
|
4260
|
+
/** The security settings of the machine. */
|
|
4261
|
+
security?: MachineSecurityProfile;
|
|
4262
|
+
/** The priority for the machine. If not specified, the default is 'Regular'. */
|
|
4263
|
+
priority?: ScaleSetPriority;
|
|
4264
|
+
/** The eviction policy for machine. This cannot be specified unless the priority is 'Spot'. If not specified, the default is 'Delete'. */
|
|
4265
|
+
evictionPolicy?: ScaleSetEvictionPolicy;
|
|
4266
|
+
/** The properties having to do with machine billing. */
|
|
4267
|
+
billing?: MachineBillingProfile;
|
|
4268
|
+
/** The version of node image. */
|
|
4269
|
+
readonly nodeImageVersion?: string;
|
|
4270
|
+
/** The current deployment or provisioning state. */
|
|
4271
|
+
readonly provisioningState?: string;
|
|
4272
|
+
/** The tags to be persisted on the machine. */
|
|
4273
|
+
tags?: Record<string, string>;
|
|
4274
|
+
/** Unique read-only string used to implement optimistic concurrency. The eTag value will change when the resource is updated. Specify an if-match or if-none-match header with the eTag value for a subsequent request to enable optimistic concurrency per the normal eTag convention. */
|
|
4275
|
+
readonly eTag?: string;
|
|
4276
|
+
/** Contains read-only information about the machine. */
|
|
4277
|
+
readonly status?: MachineStatus;
|
|
4278
|
+
/** Configures the per-node local DNS, with VnetDNS and KubeDNS overrides. LocalDNS helps improve performance and reliability of DNS resolution in an AKS cluster. For more details see aka.ms/aks/localdns. */
|
|
4279
|
+
localDNSProfile?: LocalDNSProfile;
|
|
3424
4280
|
}
|
|
4281
|
+
export declare function machinePropertiesSerializer(item: MachineProperties): any;
|
|
3425
4282
|
export declare function machinePropertiesDeserializer(item: any): MachineProperties;
|
|
3426
4283
|
/** network properties of the machine */
|
|
3427
4284
|
export interface MachineNetworkProperties {
|
|
3428
4285
|
/** IPv4, IPv6 addresses of the machine */
|
|
3429
4286
|
readonly ipAddresses?: MachineIpAddress[];
|
|
4287
|
+
/** The ID of the subnet which node and optionally pods will join on startup. If this is not specified, a VNET and subnet will be generated and used. If no podSubnetID is specified, this applies to nodes and pods, otherwise it applies to just nodes. This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName} */
|
|
4288
|
+
vnetSubnetID?: string;
|
|
4289
|
+
/** The ID of the subnet which pods will join when launched. If omitted, pod IPs are statically assigned on the node subnet (see vnetSubnetID for more details). This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName} */
|
|
4290
|
+
podSubnetID?: string;
|
|
4291
|
+
/** Whether the machine is allocated its own public IP. Some scenarios may require the machine to receive their own dedicated public IP addresses. A common scenario is for gaming workloads, where a console needs to make a direct connection to a cloud virtual machine to minimize hops. The default is false. */
|
|
4292
|
+
enableNodePublicIP?: boolean;
|
|
4293
|
+
/** The public IP prefix ID which VM node should use IPs from. This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPPrefixes/{publicIPPrefixName} */
|
|
4294
|
+
nodePublicIPPrefixID?: string;
|
|
4295
|
+
/** IPTags of instance-level public IPs. */
|
|
4296
|
+
nodePublicIPTags?: IPTag[];
|
|
3430
4297
|
}
|
|
4298
|
+
export declare function machineNetworkPropertiesSerializer(item: MachineNetworkProperties): any;
|
|
3431
4299
|
export declare function machineNetworkPropertiesDeserializer(item: any): MachineNetworkProperties;
|
|
3432
4300
|
export declare function machineIpAddressArrayDeserializer(result: Array<MachineIpAddress>): any[];
|
|
3433
4301
|
/** The machine IP address details. */
|
|
@@ -3438,6 +4306,140 @@ export interface MachineIpAddress {
|
|
|
3438
4306
|
readonly ip?: string;
|
|
3439
4307
|
}
|
|
3440
4308
|
export declare function machineIpAddressDeserializer(item: any): MachineIpAddress;
|
|
4309
|
+
/** The hardware and GPU settings of the machine. */
|
|
4310
|
+
export interface MachineHardwareProfile {
|
|
4311
|
+
/** The size of the VM. VM size availability varies by region. If a node contains insufficient compute resources (memory, cpu, etc) pods might fail to run correctly. For more details on restricted VM sizes, see: https://docs.microsoft.com/azure/aks/quotas-skus-regions */
|
|
4312
|
+
vmSize?: string;
|
|
4313
|
+
/** GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU. */
|
|
4314
|
+
gpuInstanceProfile?: GPUInstanceProfile;
|
|
4315
|
+
/** The GPU settings of the machine. */
|
|
4316
|
+
gpuProfile?: GPUProfile;
|
|
4317
|
+
/** Whether to enable UltraSSD */
|
|
4318
|
+
ultraSsdEnabled?: boolean;
|
|
4319
|
+
}
|
|
4320
|
+
export declare function machineHardwareProfileSerializer(item: MachineHardwareProfile): any;
|
|
4321
|
+
export declare function machineHardwareProfileDeserializer(item: any): MachineHardwareProfile;
|
|
4322
|
+
/** The operating system and disk used by the machine. */
|
|
4323
|
+
export interface MachineOSProfile {
|
|
4324
|
+
/** The operating system type. The default is Linux. */
|
|
4325
|
+
osType?: OSType;
|
|
4326
|
+
/** Specifies the OS SKU used by the agent pool. If not specified, the default is Ubuntu if OSType=Linux or Windows2019 if OSType=Windows. And the default Windows OSSKU will be changed to Windows2022 after Windows2019 is deprecated. */
|
|
4327
|
+
osSKU?: Ossku;
|
|
4328
|
+
/** OS Disk Size in GB to be used to specify the disk size for every machine in the master/agent pool. If you specify 0, it will apply the default osDisk size according to the vmSize specified. */
|
|
4329
|
+
osDiskSizeGB?: number;
|
|
4330
|
+
/** 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). */
|
|
4331
|
+
osDiskType?: OSDiskType;
|
|
4332
|
+
/** Whether to use a FIPS-enabled OS. */
|
|
4333
|
+
enableFips?: boolean;
|
|
4334
|
+
/** The Linux machine's specific profile. */
|
|
4335
|
+
linuxProfile?: MachineOSProfileLinuxProfile;
|
|
4336
|
+
/** The Windows machine's specific profile. */
|
|
4337
|
+
windowsProfile?: AgentPoolWindowsProfile;
|
|
4338
|
+
}
|
|
4339
|
+
export declare function machineOSProfileSerializer(item: MachineOSProfile): any;
|
|
4340
|
+
export declare function machineOSProfileDeserializer(item: any): MachineOSProfile;
|
|
4341
|
+
/** The Linux machine's specific profile. */
|
|
4342
|
+
export interface MachineOSProfileLinuxProfile {
|
|
4343
|
+
/** The OS configuration of Linux machine. */
|
|
4344
|
+
linuxOSConfig?: LinuxOSConfig;
|
|
4345
|
+
/** Message of the day for Linux nodes, base64-encoded. A base64-encoded string which will be written to /etc/motd after decoding. This allows customization of the message of the day for Linux nodes. It must not be specified for Windows nodes. It must be a static string (i.e., will be printed raw and not be executed as a script). */
|
|
4346
|
+
messageOfTheDay?: string;
|
|
4347
|
+
}
|
|
4348
|
+
export declare function machineOSProfileLinuxProfileSerializer(item: MachineOSProfileLinuxProfile): any;
|
|
4349
|
+
export declare function machineOSProfileLinuxProfileDeserializer(item: any): MachineOSProfileLinuxProfile;
|
|
4350
|
+
/** The Kubernetes configurations used by the machine. */
|
|
4351
|
+
export interface MachineKubernetesProfile {
|
|
4352
|
+
/** The node labels on the machine. */
|
|
4353
|
+
nodeLabels?: Record<string, string>;
|
|
4354
|
+
/** The version of Kubernetes specified by the user. Both patch version <major.minor.patch> and <major.minor> are supported. When <major.minor> is specified, the latest supported patch version is chosen automatically. */
|
|
4355
|
+
orchestratorVersion?: string;
|
|
4356
|
+
/** The version of Kubernetes running on the machine. If orchestratorVersion was a fully specified version <major.minor.patch>, this field will be exactly equal to it. If orchestratorVersion was <major.minor>, this field will contain the full <major.minor.patch> version being used. */
|
|
4357
|
+
readonly currentOrchestratorVersion?: string;
|
|
4358
|
+
/** Determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage. */
|
|
4359
|
+
kubeletDiskType?: KubeletDiskType;
|
|
4360
|
+
/** The Kubelet configuration on the machine. */
|
|
4361
|
+
kubeletConfig?: KubeletConfig;
|
|
4362
|
+
/** Taints added on the node during creation that will not be reconciled by AKS. These taints will not be reconciled by AKS and can be removed with a kubectl call. These taints allow for required configuration to run before the node is ready to accept workloads, for example 'key1=value1:NoSchedule' that then can be removed with `kubectl taint nodes node1 key1=value1:NoSchedule-` */
|
|
4363
|
+
nodeInitializationTaints?: string[];
|
|
4364
|
+
/** The taints added to new node during machine create. For example, key=value:NoSchedule. */
|
|
4365
|
+
nodeTaints?: string[];
|
|
4366
|
+
/** The maximum number of pods that can run on a node. */
|
|
4367
|
+
maxPods?: number;
|
|
4368
|
+
/** The node name in the Kubernetes cluster. */
|
|
4369
|
+
readonly nodeName?: string;
|
|
4370
|
+
/** Determines the type of workload a node can run. */
|
|
4371
|
+
workloadRuntime?: WorkloadRuntime;
|
|
4372
|
+
/** Configuration for using artifact streaming on AKS. */
|
|
4373
|
+
artifactStreamingProfile?: AgentPoolArtifactStreamingProfile;
|
|
4374
|
+
}
|
|
4375
|
+
export declare function machineKubernetesProfileSerializer(item: MachineKubernetesProfile): any;
|
|
4376
|
+
export declare function machineKubernetesProfileDeserializer(item: any): MachineKubernetesProfile;
|
|
4377
|
+
/** The security settings of the machine. */
|
|
4378
|
+
export interface MachineSecurityProfile {
|
|
4379
|
+
/** vTPM is a Trusted Launch feature for configuring a dedicated secure vault for keys and measurements held locally on the node. For more details, see aka.ms/aks/trustedlaunch. If not specified, the default is false. */
|
|
4380
|
+
enableVtpm?: boolean;
|
|
4381
|
+
/** Secure Boot is a feature of Trusted Launch which ensures that only signed operating systems and drivers can boot. For more details, see aka.ms/aks/trustedlaunch. If not specified, the default is false. */
|
|
4382
|
+
enableSecureBoot?: boolean;
|
|
4383
|
+
/** SSH access method of an agent pool. */
|
|
4384
|
+
sshAccess?: AgentPoolSSHAccess;
|
|
4385
|
+
/** Whether to enable host based OS and data drive encryption. This is only supported on certain VM sizes and in certain Azure regions. For more information, see: https://docs.microsoft.com/azure/aks/enable-host-encryption */
|
|
4386
|
+
enableEncryptionAtHost?: boolean;
|
|
4387
|
+
}
|
|
4388
|
+
export declare function machineSecurityProfileSerializer(item: MachineSecurityProfile): any;
|
|
4389
|
+
export declare function machineSecurityProfileDeserializer(item: any): MachineSecurityProfile;
|
|
4390
|
+
/** The properties having to do with machine billing. */
|
|
4391
|
+
export interface MachineBillingProfile {
|
|
4392
|
+
/** The max price (in US Dollars) you are willing to pay for spot instances. Possible values are any decimal value greater than zero or -1 which indicates default price to be up-to on-demand. For more details on spot pricing, see [spot VMs pricing](https://docs.microsoft.com/azure/virtual-machines/spot-vms#pricing) */
|
|
4393
|
+
spotMaxPrice?: number;
|
|
4394
|
+
}
|
|
4395
|
+
export declare function machineBillingProfileSerializer(item: MachineBillingProfile): any;
|
|
4396
|
+
export declare function machineBillingProfileDeserializer(item: any): MachineBillingProfile;
|
|
4397
|
+
/** Contains read-only information about the machine. */
|
|
4398
|
+
export interface MachineStatus {
|
|
4399
|
+
/** The error details information of the machine. Preserves the detailed info of failure. If there was no error, this field is omitted. */
|
|
4400
|
+
readonly provisioningError?: ErrorDetail;
|
|
4401
|
+
/** Specifies the time at which the machine was created. */
|
|
4402
|
+
readonly creationTimestamp?: Date;
|
|
4403
|
+
/** 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. */
|
|
4404
|
+
readonly driftAction?: DriftAction;
|
|
4405
|
+
/** Reason for machine drift. Provides detailed information on why the machine has drifted. This field is omitted if the machine is up to date. */
|
|
4406
|
+
readonly driftReason?: string;
|
|
4407
|
+
/** Virtual machine state. Indicates the current state of the underlying virtual machine. */
|
|
4408
|
+
readonly vmState?: VmState;
|
|
4409
|
+
}
|
|
4410
|
+
export declare function machineStatusDeserializer(item: any): MachineStatus;
|
|
4411
|
+
/** 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. */
|
|
4412
|
+
export declare enum KnownDriftAction {
|
|
4413
|
+
/** The machine is up to date. */
|
|
4414
|
+
Synced = "Synced",
|
|
4415
|
+
/** The machine has drifted and needs to be deleted and recreated. */
|
|
4416
|
+
Recreate = "Recreate"
|
|
4417
|
+
}
|
|
4418
|
+
/**
|
|
4419
|
+
* 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. \
|
|
4420
|
+
* {@link KnownDriftAction} can be used interchangeably with DriftAction,
|
|
4421
|
+
* this enum contains the known values that the service supports.
|
|
4422
|
+
* ### Known values supported by the service
|
|
4423
|
+
* **Synced**: The machine is up to date. \
|
|
4424
|
+
* **Recreate**: The machine has drifted and needs to be deleted and recreated.
|
|
4425
|
+
*/
|
|
4426
|
+
export type DriftAction = string;
|
|
4427
|
+
/** Virtual machine state. Indicates the current state of the underlying virtual machine. */
|
|
4428
|
+
export declare enum KnownVmState {
|
|
4429
|
+
/** The virtual machine is currently running. */
|
|
4430
|
+
Running = "Running",
|
|
4431
|
+
/** The virtual machine has been deleted by the user or due to spot eviction. */
|
|
4432
|
+
Deleted = "Deleted"
|
|
4433
|
+
}
|
|
4434
|
+
/**
|
|
4435
|
+
* Virtual machine state. Indicates the current state of the underlying virtual machine. \
|
|
4436
|
+
* {@link KnownVmState} can be used interchangeably with VmState,
|
|
4437
|
+
* this enum contains the known values that the service supports.
|
|
4438
|
+
* ### Known values supported by the service
|
|
4439
|
+
* **Running**: The virtual machine is currently running. \
|
|
4440
|
+
* **Deleted**: The virtual machine has been deleted by the user or due to spot eviction.
|
|
4441
|
+
*/
|
|
4442
|
+
export type VmState = string;
|
|
3441
4443
|
/** The response of a Machine list operation. */
|
|
3442
4444
|
export interface _MachineListResult {
|
|
3443
4445
|
/** The Machine items on this page */
|
|
@@ -3446,6 +4448,7 @@ export interface _MachineListResult {
|
|
|
3446
4448
|
nextLink?: string;
|
|
3447
4449
|
}
|
|
3448
4450
|
export declare function _machineListResultDeserializer(item: any): _MachineListResult;
|
|
4451
|
+
export declare function machineArraySerializer(result: Array<Machine>): any[];
|
|
3449
4452
|
export declare function machineArrayDeserializer(result: Array<Machine>): any[];
|
|
3450
4453
|
/** A private endpoint connection */
|
|
3451
4454
|
export interface PrivateEndpointConnection extends ProxyResource {
|
|
@@ -3585,14 +4588,17 @@ export declare function snapshotPropertiesDeserializer(item: any): SnapshotPrope
|
|
|
3585
4588
|
/** The type of a snapshot. The default is NodePool. */
|
|
3586
4589
|
export declare enum KnownSnapshotType {
|
|
3587
4590
|
/** The snapshot is a snapshot of a node pool. */
|
|
3588
|
-
NodePool = "NodePool"
|
|
4591
|
+
NodePool = "NodePool",
|
|
4592
|
+
/** The snapshot is a snapshot of a managed cluster. */
|
|
4593
|
+
ManagedCluster = "ManagedCluster"
|
|
3589
4594
|
}
|
|
3590
4595
|
/**
|
|
3591
4596
|
* The type of a snapshot. The default is NodePool. \
|
|
3592
4597
|
* {@link KnownSnapshotType} can be used interchangeably with SnapshotType,
|
|
3593
4598
|
* this enum contains the known values that the service supports.
|
|
3594
4599
|
* ### Known values supported by the service
|
|
3595
|
-
* **NodePool**: The snapshot is a snapshot of a node pool.
|
|
4600
|
+
* **NodePool**: The snapshot is a snapshot of a node pool. \
|
|
4601
|
+
* **ManagedCluster**: The snapshot is a snapshot of a managed cluster.
|
|
3596
4602
|
*/
|
|
3597
4603
|
export type SnapshotType = string;
|
|
3598
4604
|
/** The response of a Snapshot list operation. */
|
|
@@ -3605,6 +4611,64 @@ export interface _SnapshotListResult {
|
|
|
3605
4611
|
export declare function _snapshotListResultDeserializer(item: any): _SnapshotListResult;
|
|
3606
4612
|
export declare function snapshotArraySerializer(result: Array<Snapshot>): any[];
|
|
3607
4613
|
export declare function snapshotArrayDeserializer(result: Array<Snapshot>): any[];
|
|
4614
|
+
/** A managed cluster snapshot resource. */
|
|
4615
|
+
export interface ManagedClusterSnapshot extends TrackedResource {
|
|
4616
|
+
/** CreationData to be used to specify the source resource ID to create this snapshot. */
|
|
4617
|
+
creationData?: CreationData;
|
|
4618
|
+
/** The type of a snapshot. The default is NodePool. */
|
|
4619
|
+
snapshotType?: SnapshotType;
|
|
4620
|
+
/** What the properties will be showed when getting managed cluster snapshot. Those properties are read-only. */
|
|
4621
|
+
readonly managedClusterPropertiesReadOnly?: ManagedClusterPropertiesForSnapshot;
|
|
4622
|
+
}
|
|
4623
|
+
export declare function managedClusterSnapshotSerializer(item: ManagedClusterSnapshot): any;
|
|
4624
|
+
export declare function managedClusterSnapshotDeserializer(item: any): ManagedClusterSnapshot;
|
|
4625
|
+
/** Properties for a managed cluster snapshot. */
|
|
4626
|
+
export interface ManagedClusterSnapshotProperties {
|
|
4627
|
+
/** CreationData to be used to specify the source resource ID to create this snapshot. */
|
|
4628
|
+
creationData?: CreationData;
|
|
4629
|
+
/** The type of a snapshot. The default is NodePool. */
|
|
4630
|
+
snapshotType?: SnapshotType;
|
|
4631
|
+
/** What the properties will be showed when getting managed cluster snapshot. Those properties are read-only. */
|
|
4632
|
+
readonly managedClusterPropertiesReadOnly?: ManagedClusterPropertiesForSnapshot;
|
|
4633
|
+
}
|
|
4634
|
+
export declare function managedClusterSnapshotPropertiesSerializer(item: ManagedClusterSnapshotProperties): any;
|
|
4635
|
+
export declare function managedClusterSnapshotPropertiesDeserializer(item: any): ManagedClusterSnapshotProperties;
|
|
4636
|
+
/** managed cluster properties for snapshot, these properties are read only. */
|
|
4637
|
+
export interface ManagedClusterPropertiesForSnapshot {
|
|
4638
|
+
/** The current kubernetes version. */
|
|
4639
|
+
readonly kubernetesVersion?: string;
|
|
4640
|
+
/** The current managed cluster sku. */
|
|
4641
|
+
readonly sku?: ManagedClusterSKU;
|
|
4642
|
+
/** Whether the cluster has enabled Kubernetes Role-Based Access Control or not. */
|
|
4643
|
+
readonly enableRbac?: boolean;
|
|
4644
|
+
/** The current network profile. */
|
|
4645
|
+
readonly networkProfile?: NetworkProfileForSnapshot;
|
|
4646
|
+
}
|
|
4647
|
+
export declare function managedClusterPropertiesForSnapshotDeserializer(item: any): ManagedClusterPropertiesForSnapshot;
|
|
4648
|
+
/** network profile for managed cluster snapshot, these properties are read only. */
|
|
4649
|
+
export interface NetworkProfileForSnapshot {
|
|
4650
|
+
/** networkPlugin for managed cluster snapshot. */
|
|
4651
|
+
networkPlugin?: NetworkPlugin;
|
|
4652
|
+
/** NetworkPluginMode for managed cluster snapshot. */
|
|
4653
|
+
networkPluginMode?: NetworkPluginMode;
|
|
4654
|
+
/** networkPolicy for managed cluster snapshot. */
|
|
4655
|
+
networkPolicy?: NetworkPolicy;
|
|
4656
|
+
/** networkMode for managed cluster snapshot. */
|
|
4657
|
+
networkMode?: NetworkMode;
|
|
4658
|
+
/** loadBalancerSku for managed cluster snapshot. */
|
|
4659
|
+
loadBalancerSku?: LoadBalancerSku;
|
|
4660
|
+
}
|
|
4661
|
+
export declare function networkProfileForSnapshotDeserializer(item: any): NetworkProfileForSnapshot;
|
|
4662
|
+
/** The response of a ManagedClusterSnapshot list operation. */
|
|
4663
|
+
export interface _ManagedClusterSnapshotListResult {
|
|
4664
|
+
/** The ManagedClusterSnapshot items on this page */
|
|
4665
|
+
value: ManagedClusterSnapshot[];
|
|
4666
|
+
/** The link to the next page of items */
|
|
4667
|
+
nextLink?: string;
|
|
4668
|
+
}
|
|
4669
|
+
export declare function _managedClusterSnapshotListResultDeserializer(item: any): _ManagedClusterSnapshotListResult;
|
|
4670
|
+
export declare function managedClusterSnapshotArraySerializer(result: Array<ManagedClusterSnapshot>): any[];
|
|
4671
|
+
export declare function managedClusterSnapshotArrayDeserializer(result: Array<ManagedClusterSnapshot>): any[];
|
|
3608
4672
|
/** Defines binding between a resource and role */
|
|
3609
4673
|
export interface TrustedAccessRoleBinding extends ProxyResource {
|
|
3610
4674
|
/** The current provisioning state of trusted access role binding. */
|
|
@@ -3662,6 +4726,351 @@ export interface _TrustedAccessRoleBindingListResult {
|
|
|
3662
4726
|
export declare function _trustedAccessRoleBindingListResultDeserializer(item: any): _TrustedAccessRoleBindingListResult;
|
|
3663
4727
|
export declare function trustedAccessRoleBindingArraySerializer(result: Array<TrustedAccessRoleBinding>): any[];
|
|
3664
4728
|
export declare function trustedAccessRoleBindingArrayDeserializer(result: Array<TrustedAccessRoleBinding>): any[];
|
|
4729
|
+
/** The configurations regarding multiple standard load balancers. If not supplied, single load balancer mode will be used. Multiple standard load balancers mode will be used if at lease one configuration is supplied. There has to be a configuration named `kubernetes`. The name field will be the name of the corresponding public load balancer. There will be an internal load balancer created if needed, and the name will be `<name>-internal`. The internal lb shares the same configurations as the external one. The internal lbs are not needed to be included in LoadBalancer list. */
|
|
4730
|
+
export interface LoadBalancer extends ProxyResource {
|
|
4731
|
+
/** Required field. A string value that must specify the ID of an existing agent pool. All nodes in the given pool will always be added to this load balancer. This agent pool must have at least one node and minCount>=1 for autoscaling operations. An agent pool can only be the primary pool for a single load balancer. */
|
|
4732
|
+
primaryAgentPoolName?: string;
|
|
4733
|
+
/** Whether to automatically place services on the load balancer. If not supplied, the default value is true. If set to false manually, both of the external and the internal load balancer will not be selected for services unless they explicitly target it. */
|
|
4734
|
+
allowServicePlacement?: boolean;
|
|
4735
|
+
/** Only services that must match this selector can be placed on this load balancer. */
|
|
4736
|
+
serviceLabelSelector?: LabelSelector;
|
|
4737
|
+
/** Services created in namespaces that match the selector can be placed on this load balancer. */
|
|
4738
|
+
serviceNamespaceSelector?: LabelSelector;
|
|
4739
|
+
/** Nodes that match this selector will be possible members of this load balancer. */
|
|
4740
|
+
nodeSelector?: LabelSelector;
|
|
4741
|
+
/** The current provisioning state. */
|
|
4742
|
+
readonly provisioningState?: string;
|
|
4743
|
+
}
|
|
4744
|
+
export declare function loadBalancerSerializer(item: LoadBalancer): any;
|
|
4745
|
+
export declare function loadBalancerDeserializer(item: any): LoadBalancer;
|
|
4746
|
+
/** Properties for a load balancer resource. */
|
|
4747
|
+
export interface LoadBalancerProperties {
|
|
4748
|
+
/** Required field. A string value that must specify the ID of an existing agent pool. All nodes in the given pool will always be added to this load balancer. This agent pool must have at least one node and minCount>=1 for autoscaling operations. An agent pool can only be the primary pool for a single load balancer. */
|
|
4749
|
+
primaryAgentPoolName: string;
|
|
4750
|
+
/** Whether to automatically place services on the load balancer. If not supplied, the default value is true. If set to false manually, both of the external and the internal load balancer will not be selected for services unless they explicitly target it. */
|
|
4751
|
+
allowServicePlacement?: boolean;
|
|
4752
|
+
/** Only services that must match this selector can be placed on this load balancer. */
|
|
4753
|
+
serviceLabelSelector?: LabelSelector;
|
|
4754
|
+
/** Services created in namespaces that match the selector can be placed on this load balancer. */
|
|
4755
|
+
serviceNamespaceSelector?: LabelSelector;
|
|
4756
|
+
/** Nodes that match this selector will be possible members of this load balancer. */
|
|
4757
|
+
nodeSelector?: LabelSelector;
|
|
4758
|
+
/** The current provisioning state. */
|
|
4759
|
+
readonly provisioningState?: string;
|
|
4760
|
+
}
|
|
4761
|
+
export declare function loadBalancerPropertiesSerializer(item: LoadBalancerProperties): any;
|
|
4762
|
+
export declare function loadBalancerPropertiesDeserializer(item: any): LoadBalancerProperties;
|
|
4763
|
+
/** A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects. */
|
|
4764
|
+
export interface LabelSelector {
|
|
4765
|
+
/** matchLabels is an array of {key=value} pairs. A single {key=value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is `key`, the operator is `In`, and the values array contains only `value`. The requirements are ANDed. */
|
|
4766
|
+
matchLabels?: string[];
|
|
4767
|
+
/** matchExpressions is a list of label selector requirements. The requirements are ANDed. */
|
|
4768
|
+
matchExpressions?: LabelSelectorRequirement[];
|
|
4769
|
+
}
|
|
4770
|
+
export declare function labelSelectorSerializer(item: LabelSelector): any;
|
|
4771
|
+
export declare function labelSelectorDeserializer(item: any): LabelSelector;
|
|
4772
|
+
export declare function labelSelectorRequirementArraySerializer(result: Array<LabelSelectorRequirement>): any[];
|
|
4773
|
+
export declare function labelSelectorRequirementArrayDeserializer(result: Array<LabelSelectorRequirement>): any[];
|
|
4774
|
+
/** A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. */
|
|
4775
|
+
export interface LabelSelectorRequirement {
|
|
4776
|
+
/** key is the label key that the selector applies to. */
|
|
4777
|
+
key?: string;
|
|
4778
|
+
/** operator represents a key's relationship to a set of values. Valid operators are In and NotIn */
|
|
4779
|
+
operator?: Operator;
|
|
4780
|
+
/** values is an array of string values, the values array must be non-empty. */
|
|
4781
|
+
values?: string[];
|
|
4782
|
+
}
|
|
4783
|
+
export declare function labelSelectorRequirementSerializer(item: LabelSelectorRequirement): any;
|
|
4784
|
+
export declare function labelSelectorRequirementDeserializer(item: any): LabelSelectorRequirement;
|
|
4785
|
+
/** operator represents a key's relationship to a set of values. Valid operators are In and NotIn */
|
|
4786
|
+
export declare enum KnownOperator {
|
|
4787
|
+
/** The value of the key should be in the given list. */
|
|
4788
|
+
In = "In",
|
|
4789
|
+
/** The value of the key should not be in the given list. */
|
|
4790
|
+
NotIn = "NotIn",
|
|
4791
|
+
/** The value of the key should exist. */
|
|
4792
|
+
Exists = "Exists",
|
|
4793
|
+
/** The value of the key should not exist. */
|
|
4794
|
+
DoesNotExist = "DoesNotExist"
|
|
4795
|
+
}
|
|
4796
|
+
/**
|
|
4797
|
+
* operator represents a key's relationship to a set of values. Valid operators are In and NotIn \
|
|
4798
|
+
* {@link KnownOperator} can be used interchangeably with Operator,
|
|
4799
|
+
* this enum contains the known values that the service supports.
|
|
4800
|
+
* ### Known values supported by the service
|
|
4801
|
+
* **In**: The value of the key should be in the given list. \
|
|
4802
|
+
* **NotIn**: The value of the key should not be in the given list. \
|
|
4803
|
+
* **Exists**: The value of the key should exist. \
|
|
4804
|
+
* **DoesNotExist**: The value of the key should not exist.
|
|
4805
|
+
*/
|
|
4806
|
+
export type Operator = string;
|
|
4807
|
+
/** The response of a LoadBalancer list operation. */
|
|
4808
|
+
export interface _LoadBalancerListResult {
|
|
4809
|
+
/** The LoadBalancer items on this page */
|
|
4810
|
+
value: LoadBalancer[];
|
|
4811
|
+
/** The link to the next page of items */
|
|
4812
|
+
nextLink?: string;
|
|
4813
|
+
}
|
|
4814
|
+
export declare function _loadBalancerListResultDeserializer(item: any): _LoadBalancerListResult;
|
|
4815
|
+
export declare function loadBalancerArraySerializer(result: Array<LoadBalancer>): any[];
|
|
4816
|
+
export declare function loadBalancerArrayDeserializer(result: Array<LoadBalancer>): any[];
|
|
4817
|
+
/** The IdentityBinding resource. */
|
|
4818
|
+
export interface IdentityBinding extends ProxyResource {
|
|
4819
|
+
/** The resource-specific properties for this resource. */
|
|
4820
|
+
properties?: IdentityBindingProperties;
|
|
4821
|
+
/** If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields. */
|
|
4822
|
+
readonly eTag?: string;
|
|
4823
|
+
}
|
|
4824
|
+
export declare function identityBindingSerializer(item: IdentityBinding): any;
|
|
4825
|
+
export declare function identityBindingDeserializer(item: any): IdentityBinding;
|
|
4826
|
+
/** IdentityBinding properties. */
|
|
4827
|
+
export interface IdentityBindingProperties {
|
|
4828
|
+
/** Managed identity profile for the identity binding. */
|
|
4829
|
+
managedIdentity: IdentityBindingManagedIdentityProfile;
|
|
4830
|
+
/** The OIDC issuer URL of the IdentityBinding. */
|
|
4831
|
+
readonly oidcIssuer?: IdentityBindingOidcIssuerProfile;
|
|
4832
|
+
/** The status of the last operation. */
|
|
4833
|
+
readonly provisioningState?: IdentityBindingProvisioningState;
|
|
4834
|
+
}
|
|
4835
|
+
export declare function identityBindingPropertiesSerializer(item: IdentityBindingProperties): any;
|
|
4836
|
+
export declare function identityBindingPropertiesDeserializer(item: any): IdentityBindingProperties;
|
|
4837
|
+
/** Managed identity profile for the identity binding. */
|
|
4838
|
+
export interface IdentityBindingManagedIdentityProfile {
|
|
4839
|
+
/** The resource ID of the managed identity. */
|
|
4840
|
+
resourceId: string;
|
|
4841
|
+
/** The object ID of the managed identity. */
|
|
4842
|
+
readonly objectId?: string;
|
|
4843
|
+
/** The client ID of the managed identity. */
|
|
4844
|
+
readonly clientId?: string;
|
|
4845
|
+
/** The tenant ID of the managed identity. */
|
|
4846
|
+
readonly tenantId?: string;
|
|
4847
|
+
}
|
|
4848
|
+
export declare function identityBindingManagedIdentityProfileSerializer(item: IdentityBindingManagedIdentityProfile): any;
|
|
4849
|
+
export declare function identityBindingManagedIdentityProfileDeserializer(item: any): IdentityBindingManagedIdentityProfile;
|
|
4850
|
+
/** IdentityBinding OIDC issuer profile. */
|
|
4851
|
+
export interface IdentityBindingOidcIssuerProfile {
|
|
4852
|
+
/** The OIDC issuer URL of the IdentityBinding. */
|
|
4853
|
+
readonly oidcIssuerUrl?: string;
|
|
4854
|
+
}
|
|
4855
|
+
export declare function identityBindingOidcIssuerProfileDeserializer(item: any): IdentityBindingOidcIssuerProfile;
|
|
4856
|
+
/** The provisioning state of the last accepted operation. */
|
|
4857
|
+
export declare enum KnownIdentityBindingProvisioningState {
|
|
4858
|
+
/** Resource has been created. */
|
|
4859
|
+
Succeeded = "Succeeded",
|
|
4860
|
+
/** Resource creation failed. */
|
|
4861
|
+
Failed = "Failed",
|
|
4862
|
+
/** Resource creation was canceled. */
|
|
4863
|
+
Canceled = "Canceled",
|
|
4864
|
+
/** The identity binding is being created. */
|
|
4865
|
+
Creating = "Creating",
|
|
4866
|
+
/** The identity binding is being updated. */
|
|
4867
|
+
Updating = "Updating",
|
|
4868
|
+
/** The identity binding is being deleted. */
|
|
4869
|
+
Deleting = "Deleting"
|
|
4870
|
+
}
|
|
4871
|
+
/**
|
|
4872
|
+
* The provisioning state of the last accepted operation. \
|
|
4873
|
+
* {@link KnownIdentityBindingProvisioningState} can be used interchangeably with IdentityBindingProvisioningState,
|
|
4874
|
+
* this enum contains the known values that the service supports.
|
|
4875
|
+
* ### Known values supported by the service
|
|
4876
|
+
* **Succeeded**: Resource has been created. \
|
|
4877
|
+
* **Failed**: Resource creation failed. \
|
|
4878
|
+
* **Canceled**: Resource creation was canceled. \
|
|
4879
|
+
* **Creating**: The identity binding is being created. \
|
|
4880
|
+
* **Updating**: The identity binding is being updated. \
|
|
4881
|
+
* **Deleting**: The identity binding is being deleted.
|
|
4882
|
+
*/
|
|
4883
|
+
export type IdentityBindingProvisioningState = string;
|
|
4884
|
+
/** The response of a IdentityBinding list operation. */
|
|
4885
|
+
export interface _IdentityBindingListResult {
|
|
4886
|
+
/** The IdentityBinding items on this page */
|
|
4887
|
+
value: IdentityBinding[];
|
|
4888
|
+
/** The link to the next page of items */
|
|
4889
|
+
nextLink?: string;
|
|
4890
|
+
}
|
|
4891
|
+
export declare function _identityBindingListResultDeserializer(item: any): _IdentityBindingListResult;
|
|
4892
|
+
export declare function identityBindingArraySerializer(result: Array<IdentityBinding>): any[];
|
|
4893
|
+
export declare function identityBindingArrayDeserializer(result: Array<IdentityBinding>): any[];
|
|
4894
|
+
/** Configuration for JWT authenticator in the managed cluster. */
|
|
4895
|
+
export interface JWTAuthenticator extends ProxyResource {
|
|
4896
|
+
/** The properties of JWTAuthenticator. For details on how to configure the properties of a JWT authenticator, please refer to the Kubernetes documentation: https://kubernetes.io/docs/reference/access-authn-authz/authentication/#using-authentication-configuration. Please note that not all fields available in the Kubernetes documentation are supported by AKS. For troubleshooting, please see https://aka.ms/aks-external-issuers-docs. */
|
|
4897
|
+
properties: JWTAuthenticatorProperties;
|
|
4898
|
+
}
|
|
4899
|
+
export declare function jwtAuthenticatorSerializer(item: JWTAuthenticator): any;
|
|
4900
|
+
export declare function jwtAuthenticatorDeserializer(item: any): JWTAuthenticator;
|
|
4901
|
+
/** The properties of JWTAuthenticator. For details on how to configure the properties of a JWT authenticator, please refer to the Kubernetes documentation: https://kubernetes.io/docs/reference/access-authn-authz/authentication/#using-authentication-configuration. Please note that not all fields available in the Kubernetes documentation are supported by AKS. For troubleshooting, please see https://aka.ms/aks-external-issuers-docs. */
|
|
4902
|
+
export interface JWTAuthenticatorProperties {
|
|
4903
|
+
/** The current provisioning state of the JWT authenticator. */
|
|
4904
|
+
readonly provisioningState?: JWTAuthenticatorProvisioningState;
|
|
4905
|
+
/** The JWT OIDC issuer details. */
|
|
4906
|
+
issuer: JWTAuthenticatorIssuer;
|
|
4907
|
+
/** The rules that are applied to validate token claims to authenticate users. All the expressions must evaluate to true for validation to succeed. */
|
|
4908
|
+
claimValidationRules?: JWTAuthenticatorValidationRule[];
|
|
4909
|
+
/** The mappings that define how user attributes are extracted from the token claims. */
|
|
4910
|
+
claimMappings: JWTAuthenticatorClaimMappings;
|
|
4911
|
+
/** The rules that are applied to the mapped user before completing authentication. All the expressions must evaluate to true for validation to succeed. */
|
|
4912
|
+
userValidationRules?: JWTAuthenticatorValidationRule[];
|
|
4913
|
+
}
|
|
4914
|
+
export declare function jwtAuthenticatorPropertiesSerializer(item: JWTAuthenticatorProperties): any;
|
|
4915
|
+
export declare function jwtAuthenticatorPropertiesDeserializer(item: any): JWTAuthenticatorProperties;
|
|
4916
|
+
/** The provisioning state of the last accepted operation. */
|
|
4917
|
+
export declare enum KnownJWTAuthenticatorProvisioningState {
|
|
4918
|
+
/** Resource has been created. */
|
|
4919
|
+
Succeeded = "Succeeded",
|
|
4920
|
+
/** Resource creation failed. */
|
|
4921
|
+
Failed = "Failed",
|
|
4922
|
+
/** Resource creation was canceled. */
|
|
4923
|
+
Canceled = "Canceled",
|
|
4924
|
+
/** The JWT authenticator is being created. */
|
|
4925
|
+
Creating = "Creating",
|
|
4926
|
+
/** The JWT authenticator is being updated. */
|
|
4927
|
+
Updating = "Updating",
|
|
4928
|
+
/** The JWT authenticator is being deleted. */
|
|
4929
|
+
Deleting = "Deleting"
|
|
4930
|
+
}
|
|
4931
|
+
/**
|
|
4932
|
+
* The provisioning state of the last accepted operation. \
|
|
4933
|
+
* {@link KnownJWTAuthenticatorProvisioningState} can be used interchangeably with JWTAuthenticatorProvisioningState,
|
|
4934
|
+
* this enum contains the known values that the service supports.
|
|
4935
|
+
* ### Known values supported by the service
|
|
4936
|
+
* **Succeeded**: Resource has been created. \
|
|
4937
|
+
* **Failed**: Resource creation failed. \
|
|
4938
|
+
* **Canceled**: Resource creation was canceled. \
|
|
4939
|
+
* **Creating**: The JWT authenticator is being created. \
|
|
4940
|
+
* **Updating**: The JWT authenticator is being updated. \
|
|
4941
|
+
* **Deleting**: The JWT authenticator is being deleted.
|
|
4942
|
+
*/
|
|
4943
|
+
export type JWTAuthenticatorProvisioningState = string;
|
|
4944
|
+
/** The OIDC issuer details for JWTAuthenticator. */
|
|
4945
|
+
export interface JWTAuthenticatorIssuer {
|
|
4946
|
+
/** The issuer URL. The URL must begin with the scheme https and cannot contain a query string or fragment. This must match the "iss" claim in the presented JWT, and the issuer returned from discovery. */
|
|
4947
|
+
url: string;
|
|
4948
|
+
/** The set of acceptable audiences the JWT must be issued to. At least one is required. When multiple is set, AudienceMatchPolicy is used in API Server configuration. */
|
|
4949
|
+
audiences: string[];
|
|
4950
|
+
}
|
|
4951
|
+
export declare function jwtAuthenticatorIssuerSerializer(item: JWTAuthenticatorIssuer): any;
|
|
4952
|
+
export declare function jwtAuthenticatorIssuerDeserializer(item: any): JWTAuthenticatorIssuer;
|
|
4953
|
+
export declare function jwtAuthenticatorValidationRuleArraySerializer(result: Array<JWTAuthenticatorValidationRule>): any[];
|
|
4954
|
+
export declare function jwtAuthenticatorValidationRuleArrayDeserializer(result: Array<JWTAuthenticatorValidationRule>): any[];
|
|
4955
|
+
/** The validation rule for JWTAuthenticator. */
|
|
4956
|
+
export interface JWTAuthenticatorValidationRule {
|
|
4957
|
+
/** The CEL expression used to validate the claim or attribute. */
|
|
4958
|
+
expression: string;
|
|
4959
|
+
/** The validation error message. */
|
|
4960
|
+
message?: string;
|
|
4961
|
+
}
|
|
4962
|
+
export declare function jwtAuthenticatorValidationRuleSerializer(item: JWTAuthenticatorValidationRule): any;
|
|
4963
|
+
export declare function jwtAuthenticatorValidationRuleDeserializer(item: any): JWTAuthenticatorValidationRule;
|
|
4964
|
+
/** The claim mappings for JWTAuthenticator. */
|
|
4965
|
+
export interface JWTAuthenticatorClaimMappings {
|
|
4966
|
+
/** The expression to extract username attribute from the token claims. */
|
|
4967
|
+
username: JWTAuthenticatorClaimMappingExpression;
|
|
4968
|
+
/** The expression to extract groups attribute from the token claims. When not provided, no groups are extracted from the token claims. */
|
|
4969
|
+
groups?: JWTAuthenticatorClaimMappingExpression;
|
|
4970
|
+
/** The expression to extract uid attribute from the token claims. When not provided, no uid is extracted from the token claims. */
|
|
4971
|
+
uid?: JWTAuthenticatorClaimMappingExpression;
|
|
4972
|
+
/** The expression to extract extra attribute from the token claims. When not provided, no extra attributes are extracted from the token claims. */
|
|
4973
|
+
extra?: JWTAuthenticatorExtraClaimMappingExpression[];
|
|
4974
|
+
}
|
|
4975
|
+
export declare function jwtAuthenticatorClaimMappingsSerializer(item: JWTAuthenticatorClaimMappings): any;
|
|
4976
|
+
export declare function jwtAuthenticatorClaimMappingsDeserializer(item: any): JWTAuthenticatorClaimMappings;
|
|
4977
|
+
/** The claim mapping expression for JWTAuthenticator. */
|
|
4978
|
+
export interface JWTAuthenticatorClaimMappingExpression {
|
|
4979
|
+
/** The CEL expression used to access token claims. */
|
|
4980
|
+
expression: string;
|
|
4981
|
+
}
|
|
4982
|
+
export declare function jwtAuthenticatorClaimMappingExpressionSerializer(item: JWTAuthenticatorClaimMappingExpression): any;
|
|
4983
|
+
export declare function jwtAuthenticatorClaimMappingExpressionDeserializer(item: any): JWTAuthenticatorClaimMappingExpression;
|
|
4984
|
+
export declare function jwtAuthenticatorExtraClaimMappingExpressionArraySerializer(result: Array<JWTAuthenticatorExtraClaimMappingExpression>): any[];
|
|
4985
|
+
export declare function jwtAuthenticatorExtraClaimMappingExpressionArrayDeserializer(result: Array<JWTAuthenticatorExtraClaimMappingExpression>): any[];
|
|
4986
|
+
/** The extra claim mapping expression for JWTAuthenticator. */
|
|
4987
|
+
export interface JWTAuthenticatorExtraClaimMappingExpression {
|
|
4988
|
+
/** The key of the extra attribute. */
|
|
4989
|
+
key: string;
|
|
4990
|
+
/** The CEL expression used to extract the value of the extra attribute. */
|
|
4991
|
+
valueExpression: string;
|
|
4992
|
+
}
|
|
4993
|
+
export declare function jwtAuthenticatorExtraClaimMappingExpressionSerializer(item: JWTAuthenticatorExtraClaimMappingExpression): any;
|
|
4994
|
+
export declare function jwtAuthenticatorExtraClaimMappingExpressionDeserializer(item: any): JWTAuthenticatorExtraClaimMappingExpression;
|
|
4995
|
+
/** The response of a JWTAuthenticator list operation. */
|
|
4996
|
+
export interface _JWTAuthenticatorListResult {
|
|
4997
|
+
/** The JWTAuthenticator items on this page */
|
|
4998
|
+
value: JWTAuthenticator[];
|
|
4999
|
+
/** The link to the next page of items */
|
|
5000
|
+
nextLink?: string;
|
|
5001
|
+
}
|
|
5002
|
+
export declare function _jwtAuthenticatorListResultDeserializer(item: any): _JWTAuthenticatorListResult;
|
|
5003
|
+
export declare function jwtAuthenticatorArraySerializer(result: Array<JWTAuthenticator>): any[];
|
|
5004
|
+
export declare function jwtAuthenticatorArrayDeserializer(result: Array<JWTAuthenticator>): any[];
|
|
5005
|
+
/** Mesh membership of a managed cluster. */
|
|
5006
|
+
export interface MeshMembership extends ProxyResource {
|
|
5007
|
+
/** Mesh membership properties of a managed cluster. */
|
|
5008
|
+
properties?: MeshMembershipProperties;
|
|
5009
|
+
/** The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource. If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource. */
|
|
5010
|
+
managedBy?: string;
|
|
5011
|
+
/** If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields. */
|
|
5012
|
+
readonly eTag?: string;
|
|
5013
|
+
}
|
|
5014
|
+
export declare function meshMembershipSerializer(item: MeshMembership): any;
|
|
5015
|
+
export declare function meshMembershipDeserializer(item: any): MeshMembership;
|
|
5016
|
+
/** Mesh membership properties of a managed cluster. */
|
|
5017
|
+
export interface MeshMembershipProperties {
|
|
5018
|
+
/** The current provisioning state of the Mesh Membership. */
|
|
5019
|
+
readonly provisioningState?: MeshMembershipProvisioningState;
|
|
5020
|
+
/** Profile for configuring private connectivity between the mesh control plane and member clusters. When configured, communication between the mesh control plane and this member cluster occurs over private network instead of public networks. Visit https://aka.ms/applink for more information. */
|
|
5021
|
+
privateConnectProfile?: MeshMembershipPrivateConnectProfile;
|
|
5022
|
+
/** The ARM resource id for the managed mesh member. This is of the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppLink/applinks/{appLinkName}/appLinkMembers/{appLinkMemberName}'. Visit https://aka.ms/applink for more information. */
|
|
5023
|
+
managedMeshID: string;
|
|
5024
|
+
}
|
|
5025
|
+
export declare function meshMembershipPropertiesSerializer(item: MeshMembershipProperties): any;
|
|
5026
|
+
export declare function meshMembershipPropertiesDeserializer(item: any): MeshMembershipProperties;
|
|
5027
|
+
/** The provisioning state of the last accepted operation. */
|
|
5028
|
+
export declare enum KnownMeshMembershipProvisioningState {
|
|
5029
|
+
/** Resource creation was canceled. */
|
|
5030
|
+
Canceled = "Canceled",
|
|
5031
|
+
/** The Mesh Membership is being created. */
|
|
5032
|
+
Creating = "Creating",
|
|
5033
|
+
/** The Mesh Membership is being deleted. */
|
|
5034
|
+
Deleting = "Deleting",
|
|
5035
|
+
/** Resource creation failed. */
|
|
5036
|
+
Failed = "Failed",
|
|
5037
|
+
/** Resource has been created. */
|
|
5038
|
+
Succeeded = "Succeeded",
|
|
5039
|
+
/** The Mesh Membership is being updated. */
|
|
5040
|
+
Updating = "Updating"
|
|
5041
|
+
}
|
|
5042
|
+
/**
|
|
5043
|
+
* The provisioning state of the last accepted operation. \
|
|
5044
|
+
* {@link KnownMeshMembershipProvisioningState} can be used interchangeably with MeshMembershipProvisioningState,
|
|
5045
|
+
* this enum contains the known values that the service supports.
|
|
5046
|
+
* ### Known values supported by the service
|
|
5047
|
+
* **Canceled**: Resource creation was canceled. \
|
|
5048
|
+
* **Creating**: The Mesh Membership is being created. \
|
|
5049
|
+
* **Deleting**: The Mesh Membership is being deleted. \
|
|
5050
|
+
* **Failed**: Resource creation failed. \
|
|
5051
|
+
* **Succeeded**: Resource has been created. \
|
|
5052
|
+
* **Updating**: The Mesh Membership is being updated.
|
|
5053
|
+
*/
|
|
5054
|
+
export type MeshMembershipProvisioningState = string;
|
|
5055
|
+
/** Private connect profile for mesh membership. */
|
|
5056
|
+
export interface MeshMembershipPrivateConnectProfile {
|
|
5057
|
+
/** The private IP address of the member cluster private FQDN. This is a read-only property populated by the service. */
|
|
5058
|
+
readonly privateIpAddress?: string;
|
|
5059
|
+
/** The delegated subnet resource ID. Customer can provide their own subnet, or AKS will allocate one if not specified. When providing your own subnet, the minimum required size is /28 */
|
|
5060
|
+
subnetResourceId?: string;
|
|
5061
|
+
}
|
|
5062
|
+
export declare function meshMembershipPrivateConnectProfileSerializer(item: MeshMembershipPrivateConnectProfile): any;
|
|
5063
|
+
export declare function meshMembershipPrivateConnectProfileDeserializer(item: any): MeshMembershipPrivateConnectProfile;
|
|
5064
|
+
/** The result of a request to list mesh memberships in a managed cluster. */
|
|
5065
|
+
export interface _MeshMembershipsListResult {
|
|
5066
|
+
/** The list of mesh memberships. */
|
|
5067
|
+
value: MeshMembership[];
|
|
5068
|
+
/** The URL to get the next set of mesh membership results. */
|
|
5069
|
+
nextLink?: string;
|
|
5070
|
+
}
|
|
5071
|
+
export declare function _meshMembershipsListResultDeserializer(item: any): _MeshMembershipsListResult;
|
|
5072
|
+
export declare function meshMembershipArraySerializer(result: Array<MeshMembership>): any[];
|
|
5073
|
+
export declare function meshMembershipArrayDeserializer(result: Array<MeshMembership>): any[];
|
|
3665
5074
|
/** The List Operation response. */
|
|
3666
5075
|
export interface _OperationListResult {
|
|
3667
5076
|
/** The list of operations */
|
|
@@ -3699,6 +5108,37 @@ export interface OperationValueDisplay {
|
|
|
3699
5108
|
readonly provider?: string;
|
|
3700
5109
|
}
|
|
3701
5110
|
export declare function operationValueDisplayDeserializer(item: any): OperationValueDisplay;
|
|
5111
|
+
/** The current status of an async operation. */
|
|
5112
|
+
export interface OperationStatusResult {
|
|
5113
|
+
/** Fully qualified ID for the async operation. */
|
|
5114
|
+
id?: string;
|
|
5115
|
+
/** Name of the async operation. */
|
|
5116
|
+
name?: string;
|
|
5117
|
+
/** Operation status. */
|
|
5118
|
+
status: string;
|
|
5119
|
+
/** Percent of the operation that is complete. */
|
|
5120
|
+
percentComplete?: number;
|
|
5121
|
+
/** The start time of the operation. */
|
|
5122
|
+
startTime?: Date;
|
|
5123
|
+
/** The end time of the operation. */
|
|
5124
|
+
endTime?: Date;
|
|
5125
|
+
/** The operations list. */
|
|
5126
|
+
operations?: OperationStatusResult[];
|
|
5127
|
+
/** If present, details of the operation error. */
|
|
5128
|
+
error?: ErrorDetail;
|
|
5129
|
+
/** Fully qualified ID of the resource against which the original async operation was started. */
|
|
5130
|
+
readonly resourceId?: string;
|
|
5131
|
+
}
|
|
5132
|
+
export declare function operationStatusResultDeserializer(item: any): OperationStatusResult;
|
|
5133
|
+
export declare function operationStatusResultArrayDeserializer(result: Array<OperationStatusResult>): any[];
|
|
5134
|
+
/** The operations list. It contains an URL link to get the next set of results. */
|
|
5135
|
+
export interface _OperationStatusResultList {
|
|
5136
|
+
/** The OperationStatusResult items on this page */
|
|
5137
|
+
value: OperationStatusResult[];
|
|
5138
|
+
/** The link to the next page of items */
|
|
5139
|
+
nextLink?: string;
|
|
5140
|
+
}
|
|
5141
|
+
export declare function _operationStatusResultListDeserializer(item: any): _OperationStatusResultList;
|
|
3702
5142
|
/** A list of private link resources */
|
|
3703
5143
|
export interface PrivateLinkResourcesListResult {
|
|
3704
5144
|
/** The collection value. */
|
|
@@ -3739,6 +5179,194 @@ export interface TrustedAccessRoleRule {
|
|
|
3739
5179
|
readonly nonResourceURLs?: string[];
|
|
3740
5180
|
}
|
|
3741
5181
|
export declare function trustedAccessRoleRuleDeserializer(item: any): TrustedAccessRoleRule;
|
|
5182
|
+
/** Holds an array NodeImageVersions */
|
|
5183
|
+
export interface _NodeImageVersionsListResult {
|
|
5184
|
+
/** The NodeImageVersion items on this page */
|
|
5185
|
+
value: NodeImageVersion[];
|
|
5186
|
+
/** The link to the next page of items */
|
|
5187
|
+
nextLink?: string;
|
|
5188
|
+
}
|
|
5189
|
+
export declare function _nodeImageVersionsListResultDeserializer(item: any): _NodeImageVersionsListResult;
|
|
5190
|
+
export declare function nodeImageVersionArrayDeserializer(result: Array<NodeImageVersion>): any[];
|
|
5191
|
+
/** node image version profile for given major.minor.patch release. */
|
|
5192
|
+
export interface NodeImageVersion {
|
|
5193
|
+
/** The operating system of the node image. Example: AKSUbuntu */
|
|
5194
|
+
os?: string;
|
|
5195
|
+
/** The SKU or flavor of the node image. Example: 2004gen2containerd */
|
|
5196
|
+
sku?: string;
|
|
5197
|
+
/** major.minor.patch version of the node image version release. Example: 2024.02.02 */
|
|
5198
|
+
version?: string;
|
|
5199
|
+
/** The OS + SKU + version of the node image. Example: AKSUbuntu-1804gen2containerd-2024.02.02 */
|
|
5200
|
+
fullName?: string;
|
|
5201
|
+
}
|
|
5202
|
+
export declare function nodeImageVersionDeserializer(item: any): NodeImageVersion;
|
|
5203
|
+
/** The List Resource Skus operation response. */
|
|
5204
|
+
export interface _VmSkusListResult {
|
|
5205
|
+
/** The ResourceSku items on this page */
|
|
5206
|
+
value: ResourceSku[];
|
|
5207
|
+
/** The link to the next page of items */
|
|
5208
|
+
nextLink?: string;
|
|
5209
|
+
}
|
|
5210
|
+
export declare function _vmSkusListResultDeserializer(item: any): _VmSkusListResult;
|
|
5211
|
+
export declare function resourceSkuArrayDeserializer(result: Array<ResourceSku>): any[];
|
|
5212
|
+
/** Describes an available Compute SKU. */
|
|
5213
|
+
export interface ResourceSku {
|
|
5214
|
+
/** The type of resource the SKU applies to. */
|
|
5215
|
+
readonly resourceType?: string;
|
|
5216
|
+
/** The name of SKU. */
|
|
5217
|
+
readonly name?: string;
|
|
5218
|
+
/** Specifies the tier of virtual machines in a scale set.<br /><br /> Possible Values:<br /><br /> **Standard**<br /><br /> **Basic** */
|
|
5219
|
+
readonly tier?: string;
|
|
5220
|
+
/** The Size of the SKU. */
|
|
5221
|
+
readonly size?: string;
|
|
5222
|
+
/** The Family of this particular SKU. */
|
|
5223
|
+
readonly family?: string;
|
|
5224
|
+
/** The Kind of resources that are supported in this SKU. */
|
|
5225
|
+
readonly kind?: string;
|
|
5226
|
+
/** Specifies the number of virtual machines in the scale set. */
|
|
5227
|
+
readonly capacity?: ResourceSkuCapacity;
|
|
5228
|
+
/** The set of locations that the SKU is available. */
|
|
5229
|
+
readonly locations?: string[];
|
|
5230
|
+
/** A list of locations and availability zones in those locations where the SKU is available. */
|
|
5231
|
+
readonly locationInfo?: ResourceSkuLocationInfo[];
|
|
5232
|
+
/** The api versions that support this SKU. */
|
|
5233
|
+
readonly apiVersions?: string[];
|
|
5234
|
+
/** Metadata for retrieving price info. */
|
|
5235
|
+
readonly costs?: ResourceSkuCosts[];
|
|
5236
|
+
/** A name value pair to describe the capability. */
|
|
5237
|
+
readonly capabilities?: ResourceSkuCapabilities[];
|
|
5238
|
+
/** The restrictions because of which SKU cannot be used. This is empty if there are no restrictions. */
|
|
5239
|
+
readonly restrictions?: ResourceSkuRestrictions[];
|
|
5240
|
+
}
|
|
5241
|
+
export declare function resourceSkuDeserializer(item: any): ResourceSku;
|
|
5242
|
+
/** Describes scaling information of a SKU. */
|
|
5243
|
+
export interface ResourceSkuCapacity {
|
|
5244
|
+
/** The minimum capacity. */
|
|
5245
|
+
readonly minimum?: number;
|
|
5246
|
+
/** The maximum capacity that can be set. */
|
|
5247
|
+
readonly maximum?: number;
|
|
5248
|
+
/** The default capacity. */
|
|
5249
|
+
readonly default?: number;
|
|
5250
|
+
/** The scale type applicable to the sku. */
|
|
5251
|
+
readonly scaleType?: ResourceSkuCapacityScaleType;
|
|
5252
|
+
}
|
|
5253
|
+
export declare function resourceSkuCapacityDeserializer(item: any): ResourceSkuCapacity;
|
|
5254
|
+
/** The scale type applicable to the sku. */
|
|
5255
|
+
export declare enum KnownResourceSkuCapacityScaleType {
|
|
5256
|
+
/** Automatic scaling */
|
|
5257
|
+
Automatic = "Automatic",
|
|
5258
|
+
/** Manual scaling */
|
|
5259
|
+
Manual = "Manual",
|
|
5260
|
+
/** No scaling */
|
|
5261
|
+
None = "None"
|
|
5262
|
+
}
|
|
5263
|
+
/**
|
|
5264
|
+
* The scale type applicable to the sku. \
|
|
5265
|
+
* {@link KnownResourceSkuCapacityScaleType} can be used interchangeably with ResourceSkuCapacityScaleType,
|
|
5266
|
+
* this enum contains the known values that the service supports.
|
|
5267
|
+
* ### Known values supported by the service
|
|
5268
|
+
* **Automatic**: Automatic scaling \
|
|
5269
|
+
* **Manual**: Manual scaling \
|
|
5270
|
+
* **None**: No scaling
|
|
5271
|
+
*/
|
|
5272
|
+
export type ResourceSkuCapacityScaleType = string;
|
|
5273
|
+
export declare function resourceSkuLocationInfoArrayDeserializer(result: Array<ResourceSkuLocationInfo>): any[];
|
|
5274
|
+
/** Describes an available Compute SKU Location Information. */
|
|
5275
|
+
export interface ResourceSkuLocationInfo {
|
|
5276
|
+
/** Location of the SKU */
|
|
5277
|
+
readonly location?: string;
|
|
5278
|
+
/** List of availability zones where the SKU is supported. */
|
|
5279
|
+
readonly zones?: string[];
|
|
5280
|
+
/** Details of capabilities available to a SKU in specific zones. */
|
|
5281
|
+
readonly zoneDetails?: ResourceSkuZoneDetails[];
|
|
5282
|
+
/** The names of extended locations. */
|
|
5283
|
+
readonly extendedLocations?: string[];
|
|
5284
|
+
/** The type of the extended location. */
|
|
5285
|
+
readonly type?: ExtendedLocationTypes;
|
|
5286
|
+
}
|
|
5287
|
+
export declare function resourceSkuLocationInfoDeserializer(item: any): ResourceSkuLocationInfo;
|
|
5288
|
+
export declare function resourceSkuZoneDetailsArrayDeserializer(result: Array<ResourceSkuZoneDetails>): any[];
|
|
5289
|
+
/** Describes The zonal capabilities of a SKU. */
|
|
5290
|
+
export interface ResourceSkuZoneDetails {
|
|
5291
|
+
/** The set of zones that the SKU is available in with the specified capabilities. */
|
|
5292
|
+
readonly name?: string[];
|
|
5293
|
+
/** A list of capabilities that are available for the SKU in the specified list of zones. */
|
|
5294
|
+
readonly capabilities?: ResourceSkuCapabilities[];
|
|
5295
|
+
}
|
|
5296
|
+
export declare function resourceSkuZoneDetailsDeserializer(item: any): ResourceSkuZoneDetails;
|
|
5297
|
+
export declare function resourceSkuCapabilitiesArrayDeserializer(result: Array<ResourceSkuCapabilities>): any[];
|
|
5298
|
+
/** Describes The SKU capabilities object. */
|
|
5299
|
+
export interface ResourceSkuCapabilities {
|
|
5300
|
+
/** An invariant to describe the feature. */
|
|
5301
|
+
readonly name?: string;
|
|
5302
|
+
/** An invariant if the feature is measured by quantity. */
|
|
5303
|
+
readonly value?: string;
|
|
5304
|
+
}
|
|
5305
|
+
export declare function resourceSkuCapabilitiesDeserializer(item: any): ResourceSkuCapabilities;
|
|
5306
|
+
export declare function resourceSkuCostsArrayDeserializer(result: Array<ResourceSkuCosts>): any[];
|
|
5307
|
+
/** Describes metadata for retrieving price info. */
|
|
5308
|
+
export interface ResourceSkuCosts {
|
|
5309
|
+
/** Used for querying price from commerce. */
|
|
5310
|
+
readonly meterID?: string;
|
|
5311
|
+
/** The multiplier is needed to extend the base metered cost. */
|
|
5312
|
+
readonly quantity?: number;
|
|
5313
|
+
/** An invariant to show the extended unit. */
|
|
5314
|
+
readonly extendedUnit?: string;
|
|
5315
|
+
}
|
|
5316
|
+
export declare function resourceSkuCostsDeserializer(item: any): ResourceSkuCosts;
|
|
5317
|
+
export declare function resourceSkuRestrictionsArrayDeserializer(result: Array<ResourceSkuRestrictions>): any[];
|
|
5318
|
+
/** Describes scaling information of a SKU. */
|
|
5319
|
+
export interface ResourceSkuRestrictions {
|
|
5320
|
+
/** The type of restrictions. */
|
|
5321
|
+
readonly type?: ResourceSkuRestrictionsType;
|
|
5322
|
+
/** The value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted. */
|
|
5323
|
+
readonly values?: string[];
|
|
5324
|
+
/** The information about the restriction where the SKU cannot be used. */
|
|
5325
|
+
readonly restrictionInfo?: ResourceSkuRestrictionInfo;
|
|
5326
|
+
/** The reason for restriction. */
|
|
5327
|
+
readonly reasonCode?: ResourceSkuRestrictionsReasonCode;
|
|
5328
|
+
}
|
|
5329
|
+
export declare function resourceSkuRestrictionsDeserializer(item: any): ResourceSkuRestrictions;
|
|
5330
|
+
/** The type of restrictions. */
|
|
5331
|
+
export declare enum KnownResourceSkuRestrictionsType {
|
|
5332
|
+
/** Location restriction */
|
|
5333
|
+
Location = "Location",
|
|
5334
|
+
/** Zone restriction */
|
|
5335
|
+
Zone = "Zone"
|
|
5336
|
+
}
|
|
5337
|
+
/**
|
|
5338
|
+
* The type of restrictions. \
|
|
5339
|
+
* {@link KnownResourceSkuRestrictionsType} can be used interchangeably with ResourceSkuRestrictionsType,
|
|
5340
|
+
* this enum contains the known values that the service supports.
|
|
5341
|
+
* ### Known values supported by the service
|
|
5342
|
+
* **Location**: Location restriction \
|
|
5343
|
+
* **Zone**: Zone restriction
|
|
5344
|
+
*/
|
|
5345
|
+
export type ResourceSkuRestrictionsType = string;
|
|
5346
|
+
/** Describes an available Compute SKU Restriction Information. */
|
|
5347
|
+
export interface ResourceSkuRestrictionInfo {
|
|
5348
|
+
/** Locations where the SKU is restricted */
|
|
5349
|
+
readonly locations?: string[];
|
|
5350
|
+
/** List of availability zones where the SKU is restricted. */
|
|
5351
|
+
readonly zones?: string[];
|
|
5352
|
+
}
|
|
5353
|
+
export declare function resourceSkuRestrictionInfoDeserializer(item: any): ResourceSkuRestrictionInfo;
|
|
5354
|
+
/** The reason for restriction. */
|
|
5355
|
+
export declare enum KnownResourceSkuRestrictionsReasonCode {
|
|
5356
|
+
/** Quota ID restriction */
|
|
5357
|
+
QuotaId = "QuotaId",
|
|
5358
|
+
/** Not available for subscription */
|
|
5359
|
+
NotAvailableForSubscription = "NotAvailableForSubscription"
|
|
5360
|
+
}
|
|
5361
|
+
/**
|
|
5362
|
+
* The reason for restriction. \
|
|
5363
|
+
* {@link KnownResourceSkuRestrictionsReasonCode} can be used interchangeably with ResourceSkuRestrictionsReasonCode,
|
|
5364
|
+
* this enum contains the known values that the service supports.
|
|
5365
|
+
* ### Known values supported by the service
|
|
5366
|
+
* **QuotaId**: Quota ID restriction \
|
|
5367
|
+
* **NotAvailableForSubscription**: Not available for subscription
|
|
5368
|
+
*/
|
|
5369
|
+
export type ResourceSkuRestrictionsReasonCode = string;
|
|
3742
5370
|
/** The format of the kubeconfig credential. */
|
|
3743
5371
|
export declare enum KnownFormat {
|
|
3744
5372
|
/** Return azure auth-provider kubeconfig. This format is deprecated in v1.22 and will be fully removed in v1.26. See: https://aka.ms/k8s/changes-1-26. */
|
|
@@ -3762,7 +5390,11 @@ export declare enum KnownVersions {
|
|
|
3762
5390
|
/** The 2026-01-01 API version. */
|
|
3763
5391
|
V20260101 = "2026-01-01",
|
|
3764
5392
|
/** The 2026-02-01 API version. */
|
|
3765
|
-
V20260201 = "2026-02-01"
|
|
5393
|
+
V20260201 = "2026-02-01",
|
|
5394
|
+
/** The 2026-03-01 API version. */
|
|
5395
|
+
V20260301 = "2026-03-01",
|
|
5396
|
+
/** The 2026-03-02-preview API version. */
|
|
5397
|
+
V20260302Preview = "2026-03-02-preview"
|
|
3766
5398
|
}
|
|
3767
5399
|
export declare function _agentPoolPropertiesSerializer(item: AgentPool): any;
|
|
3768
5400
|
export declare function _agentPoolPropertiesDeserializer(item: any): {
|
|
@@ -3789,7 +5421,10 @@ export declare function _agentPoolPropertiesDeserializer(item: any): {
|
|
|
3789
5421
|
orchestratorVersion: any;
|
|
3790
5422
|
currentOrchestratorVersion: any;
|
|
3791
5423
|
nodeImageVersion: any;
|
|
5424
|
+
upgradeStrategy: any;
|
|
5425
|
+
enableOSDiskFullCaching: any;
|
|
3792
5426
|
upgradeSettings: any;
|
|
5427
|
+
upgradeSettingsBlueGreen: any;
|
|
3793
5428
|
provisioningState: any;
|
|
3794
5429
|
powerState: any;
|
|
3795
5430
|
availabilityZones: any;
|
|
@@ -3801,6 +5436,7 @@ export declare function _agentPoolPropertiesDeserializer(item: any): {
|
|
|
3801
5436
|
tags: any;
|
|
3802
5437
|
nodeLabels: any;
|
|
3803
5438
|
nodeTaints: any;
|
|
5439
|
+
nodeInitializationTaints: any;
|
|
3804
5440
|
proximityPlacementGroupID: any;
|
|
3805
5441
|
kubeletConfig: any;
|
|
3806
5442
|
linuxOSConfig: any;
|
|
@@ -3816,10 +5452,12 @@ export declare function _agentPoolPropertiesDeserializer(item: any): {
|
|
|
3816
5452
|
securityProfile: any;
|
|
3817
5453
|
gpuProfile: any;
|
|
3818
5454
|
gatewayProfile: any;
|
|
5455
|
+
artifactStreamingProfile: any;
|
|
3819
5456
|
virtualMachinesProfile: any;
|
|
3820
5457
|
virtualMachineNodesStatus: any;
|
|
3821
5458
|
status: any;
|
|
3822
5459
|
localDNSProfile: any;
|
|
5460
|
+
preparedImageSpecificationProfile: any;
|
|
3823
5461
|
};
|
|
3824
5462
|
export declare function _agentPoolAvailableVersionsPropertiesDeserializer(item: any): {
|
|
3825
5463
|
agentPoolVersions: any;
|
|
@@ -3828,12 +5466,15 @@ export declare function _agentPoolUpgradeProfilePropertiesDeserializer(item: any
|
|
|
3828
5466
|
kubernetesVersion: any;
|
|
3829
5467
|
osType: any;
|
|
3830
5468
|
upgrades: any;
|
|
5469
|
+
componentsByReleases: any;
|
|
5470
|
+
recentlyUsedVersions: any;
|
|
3831
5471
|
latestNodeImageVersion: any;
|
|
3832
5472
|
};
|
|
3833
5473
|
export declare function _managedClusterPropertiesSerializer(item: ManagedCluster): any;
|
|
3834
5474
|
export declare function _managedClusterPropertiesDeserializer(item: any): {
|
|
3835
5475
|
provisioningState: any;
|
|
3836
5476
|
powerState: any;
|
|
5477
|
+
creationData: any;
|
|
3837
5478
|
maxAgentPools: any;
|
|
3838
5479
|
kubernetesVersion: any;
|
|
3839
5480
|
currentKubernetesVersion: any;
|
|
@@ -3853,6 +5494,8 @@ export declare function _managedClusterPropertiesDeserializer(item: any): {
|
|
|
3853
5494
|
nodeResourceGroupProfile: any;
|
|
3854
5495
|
enableRbac: any;
|
|
3855
5496
|
supportPlan: any;
|
|
5497
|
+
enableFips: any;
|
|
5498
|
+
enableNamespaceResources: any;
|
|
3856
5499
|
networkProfile: any;
|
|
3857
5500
|
aadProfile: any;
|
|
3858
5501
|
autoUpgradeProfile: any;
|
|
@@ -3876,7 +5519,11 @@ export declare function _managedClusterPropertiesDeserializer(item: any): {
|
|
|
3876
5519
|
nodeProvisioningProfile: any;
|
|
3877
5520
|
bootstrapProfile: any;
|
|
3878
5521
|
aiToolchainOperatorProfile: any;
|
|
5522
|
+
schedulerProfile: any;
|
|
3879
5523
|
hostedSystemProfile: any;
|
|
5524
|
+
healthMonitorProfile: any;
|
|
5525
|
+
controlPlaneScalingProfile: any;
|
|
5526
|
+
nodeDisruptionProfile: any;
|
|
3880
5527
|
status: any;
|
|
3881
5528
|
};
|
|
3882
5529
|
export declare function _managedClusterAccessProfilePropertiesDeserializer(item: any): {
|
|
@@ -3917,12 +5564,27 @@ export declare function _snapshotPropertiesDeserializer(item: any): {
|
|
|
3917
5564
|
vmSize: any;
|
|
3918
5565
|
enableFips: any;
|
|
3919
5566
|
};
|
|
5567
|
+
export declare function _managedClusterSnapshotPropertiesSerializer(item: ManagedClusterSnapshot): any;
|
|
5568
|
+
export declare function _managedClusterSnapshotPropertiesDeserializer(item: any): {
|
|
5569
|
+
creationData: any;
|
|
5570
|
+
snapshotType: any;
|
|
5571
|
+
managedClusterPropertiesReadOnly: any;
|
|
5572
|
+
};
|
|
3920
5573
|
export declare function _trustedAccessRoleBindingPropertiesSerializer(item: TrustedAccessRoleBinding): any;
|
|
3921
5574
|
export declare function _trustedAccessRoleBindingPropertiesDeserializer(item: any): {
|
|
3922
5575
|
provisioningState: any;
|
|
3923
5576
|
sourceResourceId: any;
|
|
3924
5577
|
roles: any;
|
|
3925
5578
|
};
|
|
5579
|
+
export declare function _loadBalancerPropertiesSerializer(item: LoadBalancer): any;
|
|
5580
|
+
export declare function _loadBalancerPropertiesDeserializer(item: any): {
|
|
5581
|
+
primaryAgentPoolName: any;
|
|
5582
|
+
allowServicePlacement: any;
|
|
5583
|
+
serviceLabelSelector: any;
|
|
5584
|
+
serviceNamespaceSelector: any;
|
|
5585
|
+
nodeSelector: any;
|
|
5586
|
+
provisioningState: any;
|
|
5587
|
+
};
|
|
3926
5588
|
export declare function _operationValueDisplayDeserializer(item: any): {
|
|
3927
5589
|
operation: any;
|
|
3928
5590
|
resource: any;
|