@azure/arm-containerservice 21.4.0-beta.1 → 22.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +223 -0
- package/LICENSE +3 -3
- package/README.md +20 -13
- package/dist/browser/containerServiceClient.d.ts +34 -0
- package/dist/browser/containerServiceClient.d.ts.map +1 -0
- package/dist/browser/containerServiceClient.js +112 -0
- package/dist/browser/containerServiceClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.d.ts +4294 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.d.ts +221 -0
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/dist/browser/models/mappers.js +7234 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js +381 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/agentPools.d.ts +156 -0
- package/dist/browser/operations/agentPools.d.ts.map +1 -0
- package/dist/browser/operations/agentPools.js +698 -0
- package/dist/browser/operations/agentPools.js.map +1 -0
- package/dist/browser/operations/containerService.d.ts +39 -0
- package/dist/browser/operations/containerService.d.ts.map +1 -0
- package/dist/browser/operations/containerService.js +149 -0
- package/dist/browser/operations/containerService.js.map +1 -0
- package/dist/browser/operations/index.d.ts +16 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +23 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/loadBalancers.d.ts +71 -0
- package/dist/browser/operations/loadBalancers.d.ts.map +1 -0
- package/dist/browser/operations/loadBalancers.js +315 -0
- package/dist/browser/operations/loadBalancers.js.map +1 -0
- package/dist/browser/operations/machines.d.ts +50 -0
- package/dist/browser/operations/machines.d.ts.map +1 -0
- package/dist/browser/operations/machines.js +189 -0
- package/dist/browser/operations/machines.js.map +1 -0
- package/dist/browser/operations/maintenanceConfigurations.d.ts +63 -0
- package/dist/browser/operations/maintenanceConfigurations.d.ts.map +1 -0
- package/dist/browser/operations/maintenanceConfigurations.js +251 -0
- package/dist/browser/operations/maintenanceConfigurations.js.map +1 -0
- package/dist/browser/operations/managedClusterSnapshots.d.ts +83 -0
- package/dist/browser/operations/managedClusterSnapshots.d.ts.map +1 -0
- package/dist/browser/operations/managedClusterSnapshots.js +384 -0
- package/dist/browser/operations/managedClusterSnapshots.js.map +1 -0
- package/dist/browser/operations/managedClusters.d.ts +468 -0
- package/dist/browser/operations/managedClusters.d.ts.map +1 -0
- package/dist/browser/operations/managedClusters.js +2271 -0
- package/dist/browser/operations/managedClusters.js.map +1 -0
- package/dist/browser/operations/operationStatusResultOperations.d.ts +55 -0
- package/dist/browser/operations/operationStatusResultOperations.d.ts.map +1 -0
- package/dist/browser/operations/operationStatusResultOperations.js +216 -0
- package/dist/browser/operations/operationStatusResultOperations.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +26 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +96 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts +54 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.js +217 -0
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operations/privateLinkResources.d.ts +20 -0
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operations/privateLinkResources.js +53 -0
- package/dist/browser/operations/privateLinkResources.js.map +1 -0
- package/dist/browser/operations/resolvePrivateLinkServiceId.d.ts +21 -0
- package/dist/browser/operations/resolvePrivateLinkServiceId.d.ts.map +1 -0
- package/dist/browser/operations/resolvePrivateLinkServiceId.js +56 -0
- package/dist/browser/operations/resolvePrivateLinkServiceId.js.map +1 -0
- package/dist/browser/operations/snapshots.d.ts +83 -0
- package/dist/browser/operations/snapshots.d.ts.map +1 -0
- package/dist/browser/operations/snapshots.js +384 -0
- package/dist/browser/operations/snapshots.js.map +1 -0
- package/dist/browser/operations/trustedAccessRoleBindings.d.ts +81 -0
- package/dist/browser/operations/trustedAccessRoleBindings.d.ts.map +1 -0
- package/dist/browser/operations/trustedAccessRoleBindings.js +372 -0
- package/dist/browser/operations/trustedAccessRoleBindings.js.map +1 -0
- package/dist/browser/operations/trustedAccessRoles.d.ts +35 -0
- package/dist/browser/operations/trustedAccessRoles.d.ts.map +1 -0
- package/dist/browser/operations/trustedAccessRoles.js +145 -0
- package/dist/browser/operations/trustedAccessRoles.js.map +1 -0
- package/dist/browser/operationsInterfaces/agentPools.d.ts +131 -0
- package/dist/browser/operationsInterfaces/agentPools.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/agentPools.js.map +1 -0
- package/dist/browser/operationsInterfaces/containerService.d.ts +14 -0
- package/dist/browser/operationsInterfaces/containerService.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/containerService.js +9 -0
- package/dist/browser/operationsInterfaces/containerService.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +16 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +23 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/loadBalancers.d.ts +46 -0
- package/dist/browser/operationsInterfaces/loadBalancers.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/loadBalancers.js.map +1 -0
- package/dist/browser/operationsInterfaces/machines.d.ts +23 -0
- package/dist/browser/operationsInterfaces/machines.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/machines.js.map +1 -0
- package/dist/browser/operationsInterfaces/maintenanceConfigurations.d.ts +38 -0
- package/dist/browser/operationsInterfaces/maintenanceConfigurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/maintenanceConfigurations.js.map +1 -0
- package/dist/browser/operationsInterfaces/managedClusterSnapshots.d.ts +47 -0
- package/dist/browser/operationsInterfaces/managedClusterSnapshots.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/managedClusterSnapshots.js.map +1 -0
- package/dist/browser/operationsInterfaces/managedClusters.d.ts +348 -0
- package/dist/browser/operationsInterfaces/managedClusters.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/managedClusters.js.map +1 -0
- package/dist/browser/operationsInterfaces/operationStatusResultOperations.d.ts +30 -0
- package/dist/browser/operationsInterfaces/operationStatusResultOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operationStatusResultOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +46 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/browser/operationsInterfaces/resolvePrivateLinkServiceId.d.ts +13 -0
- package/dist/browser/operationsInterfaces/resolvePrivateLinkServiceId.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/resolvePrivateLinkServiceId.js.map +1 -0
- package/dist/browser/operationsInterfaces/snapshots.d.ts +47 -0
- package/dist/browser/operationsInterfaces/snapshots.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/snapshots.js.map +1 -0
- package/dist/browser/operationsInterfaces/trustedAccessRoleBindings.d.ts +56 -0
- package/dist/browser/operationsInterfaces/trustedAccessRoleBindings.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/trustedAccessRoleBindings.js.map +1 -0
- package/dist/browser/operationsInterfaces/trustedAccessRoles.d.ts +12 -0
- package/dist/browser/operationsInterfaces/trustedAccessRoles.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/trustedAccessRoles.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/containerServiceClient.d.ts +34 -0
- package/dist/commonjs/containerServiceClient.d.ts.map +1 -0
- package/dist/commonjs/containerServiceClient.js +117 -0
- package/dist/commonjs/containerServiceClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +24 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +4294 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +602 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +221 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +7241 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +47 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +384 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/agentPools.d.ts +156 -0
- package/dist/commonjs/operations/agentPools.d.ts.map +1 -0
- package/dist/commonjs/operations/agentPools.js +702 -0
- package/dist/commonjs/operations/agentPools.js.map +1 -0
- package/dist/commonjs/operations/containerService.d.ts +39 -0
- package/dist/commonjs/operations/containerService.d.ts.map +1 -0
- package/dist/commonjs/operations/containerService.js +153 -0
- package/dist/commonjs/operations/containerService.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +16 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +26 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/loadBalancers.d.ts +71 -0
- package/dist/commonjs/operations/loadBalancers.d.ts.map +1 -0
- package/dist/commonjs/operations/loadBalancers.js +319 -0
- package/dist/commonjs/operations/loadBalancers.js.map +1 -0
- package/dist/commonjs/operations/machines.d.ts +50 -0
- package/dist/commonjs/operations/machines.d.ts.map +1 -0
- package/dist/commonjs/operations/machines.js +193 -0
- package/dist/commonjs/operations/machines.js.map +1 -0
- package/dist/commonjs/operations/maintenanceConfigurations.d.ts +63 -0
- package/dist/commonjs/operations/maintenanceConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operations/maintenanceConfigurations.js +255 -0
- package/dist/commonjs/operations/maintenanceConfigurations.js.map +1 -0
- package/dist/commonjs/operations/managedClusterSnapshots.d.ts +83 -0
- package/dist/commonjs/operations/managedClusterSnapshots.d.ts.map +1 -0
- package/dist/commonjs/operations/managedClusterSnapshots.js +388 -0
- package/dist/commonjs/operations/managedClusterSnapshots.js.map +1 -0
- package/dist/commonjs/operations/managedClusters.d.ts +468 -0
- package/dist/commonjs/operations/managedClusters.d.ts.map +1 -0
- package/dist/commonjs/operations/managedClusters.js +2275 -0
- package/dist/commonjs/operations/managedClusters.js.map +1 -0
- package/dist/commonjs/operations/operationStatusResultOperations.d.ts +55 -0
- package/dist/commonjs/operations/operationStatusResultOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/operationStatusResultOperations.js +220 -0
- package/dist/commonjs/operations/operationStatusResultOperations.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +26 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +100 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +54 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.js +222 -0
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts +20 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.js +58 -0
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/resolvePrivateLinkServiceId.d.ts +21 -0
- package/dist/commonjs/operations/resolvePrivateLinkServiceId.d.ts.map +1 -0
- package/dist/commonjs/operations/resolvePrivateLinkServiceId.js +61 -0
- package/dist/commonjs/operations/resolvePrivateLinkServiceId.js.map +1 -0
- package/dist/commonjs/operations/snapshots.d.ts +83 -0
- package/dist/commonjs/operations/snapshots.d.ts.map +1 -0
- package/dist/commonjs/operations/snapshots.js +388 -0
- package/dist/commonjs/operations/snapshots.js.map +1 -0
- package/dist/commonjs/operations/trustedAccessRoleBindings.d.ts +81 -0
- package/dist/commonjs/operations/trustedAccessRoleBindings.d.ts.map +1 -0
- package/dist/commonjs/operations/trustedAccessRoleBindings.js +376 -0
- package/dist/commonjs/operations/trustedAccessRoleBindings.js.map +1 -0
- package/dist/commonjs/operations/trustedAccessRoles.d.ts +35 -0
- package/dist/commonjs/operations/trustedAccessRoles.d.ts.map +1 -0
- package/dist/commonjs/operations/trustedAccessRoles.js +149 -0
- package/dist/commonjs/operations/trustedAccessRoles.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/agentPools.d.ts +131 -0
- package/dist/commonjs/operationsInterfaces/agentPools.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/agentPools.js +10 -0
- package/dist/commonjs/operationsInterfaces/agentPools.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerService.d.ts +14 -0
- package/dist/commonjs/operationsInterfaces/containerService.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerService.js +10 -0
- package/dist/commonjs/operationsInterfaces/containerService.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +16 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +26 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/loadBalancers.d.ts +46 -0
- package/dist/commonjs/operationsInterfaces/loadBalancers.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/loadBalancers.js +10 -0
- package/dist/commonjs/operationsInterfaces/loadBalancers.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/machines.d.ts +23 -0
- package/dist/commonjs/operationsInterfaces/machines.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/machines.js +10 -0
- package/dist/commonjs/operationsInterfaces/machines.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedClusterSnapshots.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/managedClusterSnapshots.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedClusterSnapshots.js +10 -0
- package/dist/commonjs/operationsInterfaces/managedClusterSnapshots.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedClusters.d.ts +348 -0
- package/dist/commonjs/operationsInterfaces/managedClusters.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedClusters.js +10 -0
- package/dist/commonjs/operationsInterfaces/managedClusters.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationStatusResultOperations.d.ts +30 -0
- package/dist/commonjs/operationsInterfaces/operationStatusResultOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationStatusResultOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operationStatusResultOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +46 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/resolvePrivateLinkServiceId.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/resolvePrivateLinkServiceId.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/resolvePrivateLinkServiceId.js +10 -0
- package/dist/commonjs/operationsInterfaces/resolvePrivateLinkServiceId.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/snapshots.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/snapshots.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/snapshots.js +10 -0
- package/dist/commonjs/operationsInterfaces/snapshots.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/trustedAccessRoleBindings.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/trustedAccessRoleBindings.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/trustedAccessRoleBindings.js +10 -0
- package/dist/commonjs/operationsInterfaces/trustedAccessRoleBindings.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/trustedAccessRoles.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/trustedAccessRoles.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/trustedAccessRoles.js +10 -0
- package/dist/commonjs/operationsInterfaces/trustedAccessRoles.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/containerServiceClient.d.ts +34 -0
- package/dist/esm/containerServiceClient.d.ts.map +1 -0
- package/dist/esm/containerServiceClient.js +112 -0
- package/dist/esm/containerServiceClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +21 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +4294 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +598 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +221 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +7234 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +47 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +381 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/agentPools.d.ts +156 -0
- package/dist/esm/operations/agentPools.d.ts.map +1 -0
- package/dist/esm/operations/agentPools.js +698 -0
- package/dist/esm/operations/agentPools.js.map +1 -0
- package/dist/esm/operations/containerService.d.ts +39 -0
- package/dist/esm/operations/containerService.d.ts.map +1 -0
- package/dist/esm/operations/containerService.js +149 -0
- package/dist/esm/operations/containerService.js.map +1 -0
- package/dist/esm/operations/index.d.ts +16 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +23 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/loadBalancers.d.ts +71 -0
- package/dist/esm/operations/loadBalancers.d.ts.map +1 -0
- package/dist/esm/operations/loadBalancers.js +315 -0
- package/dist/esm/operations/loadBalancers.js.map +1 -0
- package/dist/esm/operations/machines.d.ts +50 -0
- package/dist/esm/operations/machines.d.ts.map +1 -0
- package/dist/esm/operations/machines.js +189 -0
- package/dist/esm/operations/machines.js.map +1 -0
- package/dist/esm/operations/maintenanceConfigurations.d.ts +63 -0
- package/dist/esm/operations/maintenanceConfigurations.d.ts.map +1 -0
- package/dist/esm/operations/maintenanceConfigurations.js +251 -0
- package/dist/esm/operations/maintenanceConfigurations.js.map +1 -0
- package/dist/esm/operations/managedClusterSnapshots.d.ts +83 -0
- package/dist/esm/operations/managedClusterSnapshots.d.ts.map +1 -0
- package/dist/esm/operations/managedClusterSnapshots.js +384 -0
- package/dist/esm/operations/managedClusterSnapshots.js.map +1 -0
- package/dist/esm/operations/managedClusters.d.ts +468 -0
- package/dist/esm/operations/managedClusters.d.ts.map +1 -0
- package/dist/esm/operations/managedClusters.js +2271 -0
- package/dist/esm/operations/managedClusters.js.map +1 -0
- package/dist/esm/operations/operationStatusResultOperations.d.ts +55 -0
- package/dist/esm/operations/operationStatusResultOperations.d.ts.map +1 -0
- package/dist/esm/operations/operationStatusResultOperations.js +216 -0
- package/dist/esm/operations/operationStatusResultOperations.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +26 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +96 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts +54 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.js +217 -0
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operations/privateLinkResources.d.ts +20 -0
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkResources.js +53 -0
- package/dist/esm/operations/privateLinkResources.js.map +1 -0
- package/dist/esm/operations/resolvePrivateLinkServiceId.d.ts +21 -0
- package/dist/esm/operations/resolvePrivateLinkServiceId.d.ts.map +1 -0
- package/dist/esm/operations/resolvePrivateLinkServiceId.js +56 -0
- package/dist/esm/operations/resolvePrivateLinkServiceId.js.map +1 -0
- package/dist/esm/operations/snapshots.d.ts +83 -0
- package/dist/esm/operations/snapshots.d.ts.map +1 -0
- package/dist/esm/operations/snapshots.js +384 -0
- package/dist/esm/operations/snapshots.js.map +1 -0
- package/dist/esm/operations/trustedAccessRoleBindings.d.ts +81 -0
- package/dist/esm/operations/trustedAccessRoleBindings.d.ts.map +1 -0
- package/dist/esm/operations/trustedAccessRoleBindings.js +372 -0
- package/dist/esm/operations/trustedAccessRoleBindings.js.map +1 -0
- package/dist/esm/operations/trustedAccessRoles.d.ts +35 -0
- package/dist/esm/operations/trustedAccessRoles.d.ts.map +1 -0
- package/dist/esm/operations/trustedAccessRoles.js +145 -0
- package/dist/esm/operations/trustedAccessRoles.js.map +1 -0
- package/dist/esm/operationsInterfaces/agentPools.d.ts +131 -0
- package/dist/esm/operationsInterfaces/agentPools.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/agentPools.js +9 -0
- package/dist/esm/operationsInterfaces/agentPools.js.map +1 -0
- package/dist/esm/operationsInterfaces/containerService.d.ts +14 -0
- package/dist/esm/operationsInterfaces/containerService.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/containerService.js +9 -0
- package/dist/esm/operationsInterfaces/containerService.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +16 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +23 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/loadBalancers.d.ts +46 -0
- package/dist/esm/operationsInterfaces/loadBalancers.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/loadBalancers.js +9 -0
- package/dist/esm/operationsInterfaces/loadBalancers.js.map +1 -0
- package/dist/esm/operationsInterfaces/machines.d.ts +23 -0
- package/dist/esm/operationsInterfaces/machines.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/machines.js +9 -0
- package/dist/esm/operationsInterfaces/machines.js.map +1 -0
- package/dist/esm/operationsInterfaces/maintenanceConfigurations.d.ts +38 -0
- package/dist/esm/operationsInterfaces/maintenanceConfigurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/maintenanceConfigurations.js +9 -0
- package/dist/esm/operationsInterfaces/maintenanceConfigurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/managedClusterSnapshots.d.ts +47 -0
- package/dist/esm/operationsInterfaces/managedClusterSnapshots.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/managedClusterSnapshots.js +9 -0
- package/dist/esm/operationsInterfaces/managedClusterSnapshots.js.map +1 -0
- package/dist/esm/operationsInterfaces/managedClusters.d.ts +348 -0
- package/dist/esm/operationsInterfaces/managedClusters.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/managedClusters.js +9 -0
- package/dist/esm/operationsInterfaces/managedClusters.js.map +1 -0
- package/dist/esm/operationsInterfaces/operationStatusResultOperations.d.ts +30 -0
- package/dist/esm/operationsInterfaces/operationStatusResultOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operationStatusResultOperations.js +9 -0
- package/dist/esm/operationsInterfaces/operationStatusResultOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +46 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/resolvePrivateLinkServiceId.d.ts +13 -0
- package/dist/esm/operationsInterfaces/resolvePrivateLinkServiceId.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/resolvePrivateLinkServiceId.js +9 -0
- package/dist/esm/operationsInterfaces/resolvePrivateLinkServiceId.js.map +1 -0
- package/dist/esm/operationsInterfaces/snapshots.d.ts +47 -0
- package/dist/esm/operationsInterfaces/snapshots.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/snapshots.js +9 -0
- package/dist/esm/operationsInterfaces/snapshots.js.map +1 -0
- package/dist/esm/operationsInterfaces/trustedAccessRoleBindings.d.ts +56 -0
- package/dist/esm/operationsInterfaces/trustedAccessRoleBindings.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/trustedAccessRoleBindings.js +9 -0
- package/dist/esm/operationsInterfaces/trustedAccessRoleBindings.js.map +1 -0
- package/dist/esm/operationsInterfaces/trustedAccessRoles.d.ts +12 -0
- package/dist/esm/operationsInterfaces/trustedAccessRoles.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/trustedAccessRoles.js +9 -0
- package/dist/esm/operationsInterfaces/trustedAccessRoles.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/containerServiceClient.d.ts +34 -0
- package/dist/react-native/containerServiceClient.d.ts.map +1 -0
- package/dist/react-native/containerServiceClient.js +112 -0
- package/dist/react-native/containerServiceClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +21 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +4294 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +598 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +221 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +7234 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +47 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +381 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/agentPools.d.ts +156 -0
- package/dist/react-native/operations/agentPools.d.ts.map +1 -0
- package/dist/react-native/operations/agentPools.js +698 -0
- package/dist/react-native/operations/agentPools.js.map +1 -0
- package/dist/react-native/operations/containerService.d.ts +39 -0
- package/dist/react-native/operations/containerService.d.ts.map +1 -0
- package/dist/react-native/operations/containerService.js +149 -0
- package/dist/react-native/operations/containerService.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +16 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +23 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/loadBalancers.d.ts +71 -0
- package/dist/react-native/operations/loadBalancers.d.ts.map +1 -0
- package/dist/react-native/operations/loadBalancers.js +315 -0
- package/dist/react-native/operations/loadBalancers.js.map +1 -0
- package/dist/react-native/operations/machines.d.ts +50 -0
- package/dist/react-native/operations/machines.d.ts.map +1 -0
- package/dist/react-native/operations/machines.js +189 -0
- package/dist/react-native/operations/machines.js.map +1 -0
- package/dist/react-native/operations/maintenanceConfigurations.d.ts +63 -0
- package/dist/react-native/operations/maintenanceConfigurations.d.ts.map +1 -0
- package/dist/react-native/operations/maintenanceConfigurations.js +251 -0
- package/dist/react-native/operations/maintenanceConfigurations.js.map +1 -0
- package/dist/react-native/operations/managedClusterSnapshots.d.ts +83 -0
- package/dist/react-native/operations/managedClusterSnapshots.d.ts.map +1 -0
- package/dist/react-native/operations/managedClusterSnapshots.js +384 -0
- package/dist/react-native/operations/managedClusterSnapshots.js.map +1 -0
- package/dist/react-native/operations/managedClusters.d.ts +468 -0
- package/dist/react-native/operations/managedClusters.d.ts.map +1 -0
- package/dist/react-native/operations/managedClusters.js +2271 -0
- package/dist/react-native/operations/managedClusters.js.map +1 -0
- package/dist/react-native/operations/operationStatusResultOperations.d.ts +55 -0
- package/dist/react-native/operations/operationStatusResultOperations.d.ts.map +1 -0
- package/dist/react-native/operations/operationStatusResultOperations.js +216 -0
- package/dist/react-native/operations/operationStatusResultOperations.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +26 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +96 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts +54 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.js +217 -0
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operations/privateLinkResources.d.ts +20 -0
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkResources.js +53 -0
- package/dist/react-native/operations/privateLinkResources.js.map +1 -0
- package/dist/react-native/operations/resolvePrivateLinkServiceId.d.ts +21 -0
- package/dist/react-native/operations/resolvePrivateLinkServiceId.d.ts.map +1 -0
- package/dist/react-native/operations/resolvePrivateLinkServiceId.js +56 -0
- package/dist/react-native/operations/resolvePrivateLinkServiceId.js.map +1 -0
- package/dist/react-native/operations/snapshots.d.ts +83 -0
- package/dist/react-native/operations/snapshots.d.ts.map +1 -0
- package/dist/react-native/operations/snapshots.js +384 -0
- package/dist/react-native/operations/snapshots.js.map +1 -0
- package/dist/react-native/operations/trustedAccessRoleBindings.d.ts +81 -0
- package/dist/react-native/operations/trustedAccessRoleBindings.d.ts.map +1 -0
- package/dist/react-native/operations/trustedAccessRoleBindings.js +372 -0
- package/dist/react-native/operations/trustedAccessRoleBindings.js.map +1 -0
- package/dist/react-native/operations/trustedAccessRoles.d.ts +35 -0
- package/dist/react-native/operations/trustedAccessRoles.d.ts.map +1 -0
- package/dist/react-native/operations/trustedAccessRoles.js +145 -0
- package/dist/react-native/operations/trustedAccessRoles.js.map +1 -0
- package/dist/react-native/operationsInterfaces/agentPools.d.ts +131 -0
- package/dist/react-native/operationsInterfaces/agentPools.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/agentPools.js +9 -0
- package/dist/react-native/operationsInterfaces/agentPools.js.map +1 -0
- package/dist/react-native/operationsInterfaces/containerService.d.ts +14 -0
- package/dist/react-native/operationsInterfaces/containerService.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/containerService.js +9 -0
- package/dist/react-native/operationsInterfaces/containerService.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +16 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +23 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/loadBalancers.d.ts +46 -0
- package/dist/react-native/operationsInterfaces/loadBalancers.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/loadBalancers.js +9 -0
- package/dist/react-native/operationsInterfaces/loadBalancers.js.map +1 -0
- package/dist/react-native/operationsInterfaces/machines.d.ts +23 -0
- package/dist/react-native/operationsInterfaces/machines.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/machines.js +9 -0
- package/dist/react-native/operationsInterfaces/machines.js.map +1 -0
- package/dist/react-native/operationsInterfaces/maintenanceConfigurations.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/maintenanceConfigurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/maintenanceConfigurations.js +9 -0
- package/dist/react-native/operationsInterfaces/maintenanceConfigurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/managedClusterSnapshots.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/managedClusterSnapshots.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/managedClusterSnapshots.js +9 -0
- package/dist/react-native/operationsInterfaces/managedClusterSnapshots.js.map +1 -0
- package/dist/react-native/operationsInterfaces/managedClusters.d.ts +348 -0
- package/dist/react-native/operationsInterfaces/managedClusters.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/managedClusters.js +9 -0
- package/dist/react-native/operationsInterfaces/managedClusters.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operationStatusResultOperations.d.ts +30 -0
- package/dist/react-native/operationsInterfaces/operationStatusResultOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operationStatusResultOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/operationStatusResultOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +46 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/resolvePrivateLinkServiceId.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/resolvePrivateLinkServiceId.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/resolvePrivateLinkServiceId.js +9 -0
- package/dist/react-native/operationsInterfaces/resolvePrivateLinkServiceId.js.map +1 -0
- package/dist/react-native/operationsInterfaces/snapshots.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/snapshots.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/snapshots.js +9 -0
- package/dist/react-native/operationsInterfaces/snapshots.js.map +1 -0
- package/dist/react-native/operationsInterfaces/trustedAccessRoleBindings.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/trustedAccessRoleBindings.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/trustedAccessRoleBindings.js +9 -0
- package/dist/react-native/operationsInterfaces/trustedAccessRoleBindings.js.map +1 -0
- package/dist/react-native/operationsInterfaces/trustedAccessRoles.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/trustedAccessRoles.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/trustedAccessRoles.js +9 -0
- package/dist/react-native/operationsInterfaces/trustedAccessRoles.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +80 -51
- package/review/arm-containerservice.api.md +57 -0
- package/dist/index.js +0 -14085
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/agentPoolsAbortLatestOperationSample.d.ts +0 -2
- package/dist-esm/samples-dev/agentPoolsAbortLatestOperationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/agentPoolsAbortLatestOperationSample.js +0 -40
- package/dist-esm/samples-dev/agentPoolsAbortLatestOperationSample.js.map +0 -1
- package/dist-esm/samples-dev/agentPoolsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/agentPoolsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/agentPoolsCreateOrUpdateSample.js +0 -732
- package/dist-esm/samples-dev/agentPoolsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/agentPoolsDeleteMachinesSample.d.ts +0 -2
- package/dist-esm/samples-dev/agentPoolsDeleteMachinesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/agentPoolsDeleteMachinesSample.js +0 -46
- package/dist-esm/samples-dev/agentPoolsDeleteMachinesSample.js.map +0 -1
- package/dist-esm/samples-dev/agentPoolsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/agentPoolsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/agentPoolsDeleteSample.js +0 -60
- package/dist-esm/samples-dev/agentPoolsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/agentPoolsGetAvailableAgentPoolVersionsSample.d.ts +0 -2
- package/dist-esm/samples-dev/agentPoolsGetAvailableAgentPoolVersionsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/agentPoolsGetAvailableAgentPoolVersionsSample.js +0 -39
- package/dist-esm/samples-dev/agentPoolsGetAvailableAgentPoolVersionsSample.js.map +0 -1
- package/dist-esm/samples-dev/agentPoolsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/agentPoolsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/agentPoolsGetSample.js +0 -40
- package/dist-esm/samples-dev/agentPoolsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/agentPoolsGetUpgradeProfileSample.d.ts +0 -2
- package/dist-esm/samples-dev/agentPoolsGetUpgradeProfileSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/agentPoolsGetUpgradeProfileSample.js +0 -40
- package/dist-esm/samples-dev/agentPoolsGetUpgradeProfileSample.js.map +0 -1
- package/dist-esm/samples-dev/agentPoolsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/agentPoolsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/agentPoolsListSample.js +0 -55
- package/dist-esm/samples-dev/agentPoolsListSample.js.map +0 -1
- package/dist-esm/samples-dev/agentPoolsUpgradeNodeImageVersionSample.d.ts +0 -2
- package/dist-esm/samples-dev/agentPoolsUpgradeNodeImageVersionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/agentPoolsUpgradeNodeImageVersionSample.js +0 -40
- package/dist-esm/samples-dev/agentPoolsUpgradeNodeImageVersionSample.js.map +0 -1
- package/dist-esm/samples-dev/loadBalancersCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/loadBalancersCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/loadBalancersCreateOrUpdateSample.js +0 -40
- package/dist-esm/samples-dev/loadBalancersCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/loadBalancersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/loadBalancersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/loadBalancersDeleteSample.js +0 -40
- package/dist-esm/samples-dev/loadBalancersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/loadBalancersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/loadBalancersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/loadBalancersGetSample.js +0 -40
- package/dist-esm/samples-dev/loadBalancersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/loadBalancersListByManagedClusterSample.d.ts +0 -2
- package/dist-esm/samples-dev/loadBalancersListByManagedClusterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/loadBalancersListByManagedClusterSample.js +0 -55
- package/dist-esm/samples-dev/loadBalancersListByManagedClusterSample.js.map +0 -1
- package/dist-esm/samples-dev/machinesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/machinesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machinesGetSample.js +0 -41
- package/dist-esm/samples-dev/machinesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/machinesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/machinesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machinesListSample.js +0 -56
- package/dist-esm/samples-dev/machinesListSample.js.map +0 -1
- package/dist-esm/samples-dev/maintenanceConfigurationsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/maintenanceConfigurationsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/maintenanceConfigurationsCreateOrUpdateSample.js +0 -88
- package/dist-esm/samples-dev/maintenanceConfigurationsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/maintenanceConfigurationsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/maintenanceConfigurationsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/maintenanceConfigurationsDeleteSample.js +0 -60
- package/dist-esm/samples-dev/maintenanceConfigurationsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/maintenanceConfigurationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/maintenanceConfigurationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/maintenanceConfigurationsGetSample.js +0 -60
- package/dist-esm/samples-dev/maintenanceConfigurationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/maintenanceConfigurationsListByManagedClusterSample.d.ts +0 -2
- package/dist-esm/samples-dev/maintenanceConfigurationsListByManagedClusterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/maintenanceConfigurationsListByManagedClusterSample.js +0 -90
- package/dist-esm/samples-dev/maintenanceConfigurationsListByManagedClusterSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClusterSnapshotsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClusterSnapshotsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClusterSnapshotsCreateOrUpdateSample.js +0 -46
- package/dist-esm/samples-dev/managedClusterSnapshotsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClusterSnapshotsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClusterSnapshotsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClusterSnapshotsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/managedClusterSnapshotsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClusterSnapshotsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClusterSnapshotsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClusterSnapshotsGetSample.js +0 -39
- package/dist-esm/samples-dev/managedClusterSnapshotsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClusterSnapshotsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClusterSnapshotsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClusterSnapshotsListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/managedClusterSnapshotsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClusterSnapshotsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClusterSnapshotsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClusterSnapshotsListSample.js +0 -53
- package/dist-esm/samples-dev/managedClusterSnapshotsListSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClusterSnapshotsUpdateTagsSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClusterSnapshotsUpdateTagsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClusterSnapshotsUpdateTagsSample.js +0 -40
- package/dist-esm/samples-dev/managedClusterSnapshotsUpdateTagsSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClustersAbortLatestOperationSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClustersAbortLatestOperationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClustersAbortLatestOperationSample.js +0 -39
- package/dist-esm/samples-dev/managedClustersAbortLatestOperationSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClustersCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClustersCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClustersCreateOrUpdateSample.js +0 -1975
- package/dist-esm/samples-dev/managedClustersCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClustersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClustersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClustersDeleteSample.js +0 -39
- package/dist-esm/samples-dev/managedClustersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClustersGetAccessProfileSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClustersGetAccessProfileSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClustersGetAccessProfileSample.js +0 -40
- package/dist-esm/samples-dev/managedClustersGetAccessProfileSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClustersGetCommandResultSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClustersGetCommandResultSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClustersGetCommandResultSample.js +0 -60
- package/dist-esm/samples-dev/managedClustersGetCommandResultSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClustersGetGuardrailsVersionsSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClustersGetGuardrailsVersionsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClustersGetGuardrailsVersionsSample.js +0 -39
- package/dist-esm/samples-dev/managedClustersGetGuardrailsVersionsSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClustersGetMeshRevisionProfileSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClustersGetMeshRevisionProfileSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClustersGetMeshRevisionProfileSample.js +0 -39
- package/dist-esm/samples-dev/managedClustersGetMeshRevisionProfileSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClustersGetMeshUpgradeProfileSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClustersGetMeshUpgradeProfileSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClustersGetMeshUpgradeProfileSample.js +0 -40
- package/dist-esm/samples-dev/managedClustersGetMeshUpgradeProfileSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClustersGetSafeguardsVersionsSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClustersGetSafeguardsVersionsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClustersGetSafeguardsVersionsSample.js +0 -39
- package/dist-esm/samples-dev/managedClustersGetSafeguardsVersionsSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClustersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClustersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClustersGetSample.js +0 -39
- package/dist-esm/samples-dev/managedClustersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClustersGetUpgradeProfileSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClustersGetUpgradeProfileSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClustersGetUpgradeProfileSample.js +0 -39
- package/dist-esm/samples-dev/managedClustersGetUpgradeProfileSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClustersListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClustersListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClustersListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/managedClustersListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClustersListClusterAdminCredentialsSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClustersListClusterAdminCredentialsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClustersListClusterAdminCredentialsSample.js +0 -39
- package/dist-esm/samples-dev/managedClustersListClusterAdminCredentialsSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClustersListClusterMonitoringUserCredentialsSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClustersListClusterMonitoringUserCredentialsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClustersListClusterMonitoringUserCredentialsSample.js +0 -39
- package/dist-esm/samples-dev/managedClustersListClusterMonitoringUserCredentialsSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClustersListClusterUserCredentialsSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClustersListClusterUserCredentialsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClustersListClusterUserCredentialsSample.js +0 -39
- package/dist-esm/samples-dev/managedClustersListClusterUserCredentialsSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClustersListGuardrailsVersionsSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClustersListGuardrailsVersionsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClustersListGuardrailsVersionsSample.js +0 -54
- package/dist-esm/samples-dev/managedClustersListGuardrailsVersionsSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClustersListKubernetesVersionsSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClustersListKubernetesVersionsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClustersListKubernetesVersionsSample.js +0 -38
- package/dist-esm/samples-dev/managedClustersListKubernetesVersionsSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClustersListMeshRevisionProfilesSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClustersListMeshRevisionProfilesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClustersListMeshRevisionProfilesSample.js +0 -54
- package/dist-esm/samples-dev/managedClustersListMeshRevisionProfilesSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClustersListMeshUpgradeProfilesSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClustersListMeshUpgradeProfilesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClustersListMeshUpgradeProfilesSample.js +0 -55
- package/dist-esm/samples-dev/managedClustersListMeshUpgradeProfilesSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClustersListOutboundNetworkDependenciesEndpointsSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClustersListOutboundNetworkDependenciesEndpointsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClustersListOutboundNetworkDependenciesEndpointsSample.js +0 -55
- package/dist-esm/samples-dev/managedClustersListOutboundNetworkDependenciesEndpointsSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClustersListSafeguardsVersionsSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClustersListSafeguardsVersionsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClustersListSafeguardsVersionsSample.js +0 -54
- package/dist-esm/samples-dev/managedClustersListSafeguardsVersionsSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClustersListSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClustersListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClustersListSample.js +0 -53
- package/dist-esm/samples-dev/managedClustersListSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClustersRebalanceLoadBalancersSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClustersRebalanceLoadBalancersSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClustersRebalanceLoadBalancersSample.js +0 -42
- package/dist-esm/samples-dev/managedClustersRebalanceLoadBalancersSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClustersResetAadProfileSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClustersResetAadProfileSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClustersResetAadProfileSample.js +0 -45
- package/dist-esm/samples-dev/managedClustersResetAadProfileSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClustersResetServicePrincipalProfileSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClustersResetServicePrincipalProfileSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClustersResetServicePrincipalProfileSample.js +0 -43
- package/dist-esm/samples-dev/managedClustersResetServicePrincipalProfileSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClustersRotateClusterCertificatesSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClustersRotateClusterCertificatesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClustersRotateClusterCertificatesSample.js +0 -39
- package/dist-esm/samples-dev/managedClustersRotateClusterCertificatesSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClustersRotateServiceAccountSigningKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClustersRotateServiceAccountSigningKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClustersRotateServiceAccountSigningKeysSample.js +0 -39
- package/dist-esm/samples-dev/managedClustersRotateServiceAccountSigningKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClustersRunCommandSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClustersRunCommandSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClustersRunCommandSample.js +0 -44
- package/dist-esm/samples-dev/managedClustersRunCommandSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClustersStartSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClustersStartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClustersStartSample.js +0 -39
- package/dist-esm/samples-dev/managedClustersStartSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClustersStopSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClustersStopSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClustersStopSample.js +0 -39
- package/dist-esm/samples-dev/managedClustersStopSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClustersUpdateTagsSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClustersUpdateTagsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClustersUpdateTagsSample.js +0 -40
- package/dist-esm/samples-dev/managedClustersUpdateTagsSample.js.map +0 -1
- package/dist-esm/samples-dev/operationStatusResultGetByAgentPoolSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationStatusResultGetByAgentPoolSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationStatusResultGetByAgentPoolSample.js +0 -41
- package/dist-esm/samples-dev/operationStatusResultGetByAgentPoolSample.js.map +0 -1
- package/dist-esm/samples-dev/operationStatusResultGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationStatusResultGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationStatusResultGetSample.js +0 -40
- package/dist-esm/samples-dev/operationStatusResultGetSample.js.map +0 -1
- package/dist-esm/samples-dev/operationStatusResultListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationStatusResultListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationStatusResultListSample.js +0 -55
- package/dist-esm/samples-dev/operationStatusResultListSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -53
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -40
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +0 -39
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateSample.js +0 -43
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListSample.js +0 -39
- package/dist-esm/samples-dev/privateLinkResourcesListSample.js.map +0 -1
- package/dist-esm/samples-dev/resolvePrivateLinkServiceIdPostSample.d.ts +0 -2
- package/dist-esm/samples-dev/resolvePrivateLinkServiceIdPostSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/resolvePrivateLinkServiceIdPostSample.js +0 -40
- package/dist-esm/samples-dev/resolvePrivateLinkServiceIdPostSample.js.map +0 -1
- package/dist-esm/samples-dev/snapshotsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/snapshotsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/snapshotsCreateOrUpdateSample.js +0 -46
- package/dist-esm/samples-dev/snapshotsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/snapshotsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/snapshotsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/snapshotsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/snapshotsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/snapshotsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/snapshotsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/snapshotsGetSample.js +0 -39
- package/dist-esm/samples-dev/snapshotsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/snapshotsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/snapshotsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/snapshotsListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/snapshotsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/snapshotsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/snapshotsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/snapshotsListSample.js +0 -53
- package/dist-esm/samples-dev/snapshotsListSample.js.map +0 -1
- package/dist-esm/samples-dev/snapshotsUpdateTagsSample.d.ts +0 -2
- package/dist-esm/samples-dev/snapshotsUpdateTagsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/snapshotsUpdateTagsSample.js +0 -40
- package/dist-esm/samples-dev/snapshotsUpdateTagsSample.js.map +0 -1
- package/dist-esm/samples-dev/trustedAccessRoleBindingsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/trustedAccessRoleBindingsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/trustedAccessRoleBindingsCreateOrUpdateSample.js +0 -47
- package/dist-esm/samples-dev/trustedAccessRoleBindingsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/trustedAccessRoleBindingsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/trustedAccessRoleBindingsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/trustedAccessRoleBindingsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/trustedAccessRoleBindingsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/trustedAccessRoleBindingsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/trustedAccessRoleBindingsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/trustedAccessRoleBindingsGetSample.js +0 -40
- package/dist-esm/samples-dev/trustedAccessRoleBindingsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/trustedAccessRoleBindingsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/trustedAccessRoleBindingsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/trustedAccessRoleBindingsListSample.js +0 -55
- package/dist-esm/samples-dev/trustedAccessRoleBindingsListSample.js.map +0 -1
- package/dist-esm/samples-dev/trustedAccessRolesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/trustedAccessRolesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/trustedAccessRolesListSample.js +0 -54
- package/dist-esm/samples-dev/trustedAccessRolesListSample.js.map +0 -1
- package/dist-esm/src/containerServiceClient.d.ts +0 -33
- package/dist-esm/src/containerServiceClient.d.ts.map +0 -1
- package/dist-esm/src/containerServiceClient.js +0 -114
- package/dist-esm/src/containerServiceClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts +0 -4223
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -217
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -7060
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -381
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/agentPools.d.ts +0 -156
- package/dist-esm/src/operations/agentPools.d.ts.map +0 -1
- package/dist-esm/src/operations/agentPools.js +0 -718
- package/dist-esm/src/operations/agentPools.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -15
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -22
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/loadBalancers.d.ts +0 -71
- package/dist-esm/src/operations/loadBalancers.d.ts.map +0 -1
- package/dist-esm/src/operations/loadBalancers.js +0 -319
- package/dist-esm/src/operations/loadBalancers.js.map +0 -1
- package/dist-esm/src/operations/machines.d.ts +0 -50
- package/dist-esm/src/operations/machines.d.ts.map +0 -1
- package/dist-esm/src/operations/machines.js +0 -189
- package/dist-esm/src/operations/machines.js.map +0 -1
- package/dist-esm/src/operations/maintenanceConfigurations.d.ts +0 -63
- package/dist-esm/src/operations/maintenanceConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operations/maintenanceConfigurations.js +0 -251
- package/dist-esm/src/operations/maintenanceConfigurations.js.map +0 -1
- package/dist-esm/src/operations/managedClusterSnapshots.d.ts +0 -83
- package/dist-esm/src/operations/managedClusterSnapshots.d.ts.map +0 -1
- package/dist-esm/src/operations/managedClusterSnapshots.js +0 -384
- package/dist-esm/src/operations/managedClusterSnapshots.js.map +0 -1
- package/dist-esm/src/operations/managedClusters.d.ts +0 -468
- package/dist-esm/src/operations/managedClusters.d.ts.map +0 -1
- package/dist-esm/src/operations/managedClusters.js +0 -2319
- package/dist-esm/src/operations/managedClusters.js.map +0 -1
- package/dist-esm/src/operations/operationStatusResultOperations.d.ts +0 -55
- package/dist-esm/src/operations/operationStatusResultOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/operationStatusResultOperations.js +0 -216
- package/dist-esm/src/operations/operationStatusResultOperations.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -26
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -96
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +0 -54
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +0 -222
- package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts +0 -20
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.js +0 -53
- package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/resolvePrivateLinkServiceId.d.ts +0 -21
- package/dist-esm/src/operations/resolvePrivateLinkServiceId.d.ts.map +0 -1
- package/dist-esm/src/operations/resolvePrivateLinkServiceId.js +0 -56
- package/dist-esm/src/operations/resolvePrivateLinkServiceId.js.map +0 -1
- package/dist-esm/src/operations/snapshots.d.ts +0 -83
- package/dist-esm/src/operations/snapshots.d.ts.map +0 -1
- package/dist-esm/src/operations/snapshots.js +0 -384
- package/dist-esm/src/operations/snapshots.js.map +0 -1
- package/dist-esm/src/operations/trustedAccessRoleBindings.d.ts +0 -81
- package/dist-esm/src/operations/trustedAccessRoleBindings.d.ts.map +0 -1
- package/dist-esm/src/operations/trustedAccessRoleBindings.js +0 -380
- package/dist-esm/src/operations/trustedAccessRoleBindings.js.map +0 -1
- package/dist-esm/src/operations/trustedAccessRoles.d.ts +0 -35
- package/dist-esm/src/operations/trustedAccessRoles.d.ts.map +0 -1
- package/dist-esm/src/operations/trustedAccessRoles.js +0 -145
- package/dist-esm/src/operations/trustedAccessRoles.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/agentPools.d.ts +0 -131
- package/dist-esm/src/operationsInterfaces/agentPools.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/agentPools.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -15
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -22
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/loadBalancers.d.ts +0 -46
- package/dist-esm/src/operationsInterfaces/loadBalancers.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/loadBalancers.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/machines.d.ts +0 -23
- package/dist-esm/src/operationsInterfaces/machines.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/machines.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/maintenanceConfigurations.d.ts +0 -38
- package/dist-esm/src/operationsInterfaces/maintenanceConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/maintenanceConfigurations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedClusterSnapshots.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/managedClusterSnapshots.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedClusterSnapshots.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedClusters.d.ts +0 -348
- package/dist-esm/src/operationsInterfaces/managedClusters.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedClusters.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operationStatusResultOperations.d.ts +0 -30
- package/dist-esm/src/operationsInterfaces/operationStatusResultOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operationStatusResultOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +0 -46
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/resolvePrivateLinkServiceId.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/resolvePrivateLinkServiceId.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/resolvePrivateLinkServiceId.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/snapshots.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/snapshots.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/snapshots.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/trustedAccessRoleBindings.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/trustedAccessRoleBindings.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/trustedAccessRoleBindings.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/trustedAccessRoles.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/trustedAccessRoles.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/trustedAccessRoles.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/containerservice_examples.d.ts +0 -7
- package/dist-esm/test/containerservice_examples.d.ts.map +0 -1
- package/dist-esm/test/containerservice_examples.js +0 -208
- package/dist-esm/test/containerservice_examples.js.map +0 -1
- package/src/containerServiceClient.ts +0 -200
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -4793
- package/src/models/mappers.ts +0 -7525
- package/src/models/parameters.ts +0 -451
- package/src/operations/agentPools.ts +0 -990
- package/src/operations/index.ts +0 -22
- package/src/operations/loadBalancers.ts +0 -435
- package/src/operations/machines.ts +0 -262
- package/src/operations/maintenanceConfigurations.ts +0 -337
- package/src/operations/managedClusterSnapshots.ts +0 -468
- package/src/operations/managedClusters.ts +0 -3098
- package/src/operations/operationStatusResultOperations.ts +0 -284
- package/src/operations/operations.ts +0 -103
- package/src/operations/privateEndpointConnections.ts +0 -299
- package/src/operations/privateLinkResources.ts +0 -71
- package/src/operations/resolvePrivateLinkServiceId.ts +0 -78
- package/src/operations/snapshots.ts +0 -468
- package/src/operations/trustedAccessRoleBindings.ts +0 -521
- package/src/operations/trustedAccessRoles.ts +0 -169
- package/src/operationsInterfaces/agentPools.ts +0 -251
- package/src/operationsInterfaces/index.ts +0 -22
- package/src/operationsInterfaces/loadBalancers.ts +0 -93
- package/src/operationsInterfaces/machines.ts +0 -48
- package/src/operationsInterfaces/maintenanceConfigurations.ts +0 -75
- package/src/operationsInterfaces/managedClusterSnapshots.ts +0 -91
- package/src/operationsInterfaces/managedClusters.ts +0 -652
- package/src/operationsInterfaces/operationStatusResultOperations.ts +0 -61
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/privateEndpointConnections.ts +0 -88
- package/src/operationsInterfaces/privateLinkResources.ts +0 -27
- package/src/operationsInterfaces/resolvePrivateLinkServiceId.ts +0 -30
- package/src/operationsInterfaces/snapshots.ts +0 -91
- package/src/operationsInterfaces/trustedAccessRoleBindings.ts +0 -115
- package/src/operationsInterfaces/trustedAccessRoles.ts +0 -27
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-containerservice.d.ts +0 -5618
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/agentPools.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/loadBalancers.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/machines.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/maintenanceConfigurations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/managedClusterSnapshots.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/managedClusters.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operationStatusResultOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/resolvePrivateLinkServiceId.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/snapshots.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/trustedAccessRoleBindings.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/trustedAccessRoles.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
|
@@ -0,0 +1,4294 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
/** The List Operation response. */
|
|
3
|
+
export interface OperationListResult {
|
|
4
|
+
/**
|
|
5
|
+
* The list of operations
|
|
6
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
7
|
+
*/
|
|
8
|
+
readonly value?: OperationValue[];
|
|
9
|
+
}
|
|
10
|
+
/** Describes the properties of a Operation value. */
|
|
11
|
+
export interface OperationValue {
|
|
12
|
+
/**
|
|
13
|
+
* The origin of the operation.
|
|
14
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
15
|
+
*/
|
|
16
|
+
readonly origin?: string;
|
|
17
|
+
/**
|
|
18
|
+
* The name of the operation.
|
|
19
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
20
|
+
*/
|
|
21
|
+
readonly name?: string;
|
|
22
|
+
/**
|
|
23
|
+
* The display name of the operation.
|
|
24
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
25
|
+
*/
|
|
26
|
+
readonly operation?: string;
|
|
27
|
+
/**
|
|
28
|
+
* The display name of the resource the operation applies to.
|
|
29
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
30
|
+
*/
|
|
31
|
+
readonly resource?: string;
|
|
32
|
+
/**
|
|
33
|
+
* The description of the operation.
|
|
34
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
35
|
+
*/
|
|
36
|
+
readonly description?: string;
|
|
37
|
+
/**
|
|
38
|
+
* The resource provider for the operation.
|
|
39
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
40
|
+
*/
|
|
41
|
+
readonly provider?: string;
|
|
42
|
+
}
|
|
43
|
+
/** An error response from the Container service. */
|
|
44
|
+
export interface CloudError {
|
|
45
|
+
/** Details about the error. */
|
|
46
|
+
error?: CloudErrorBody;
|
|
47
|
+
}
|
|
48
|
+
/** An error response from the Container service. */
|
|
49
|
+
export interface CloudErrorBody {
|
|
50
|
+
/** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */
|
|
51
|
+
code?: string;
|
|
52
|
+
/** A message describing the error, intended to be suitable for display in a user interface. */
|
|
53
|
+
message?: string;
|
|
54
|
+
/** The target of the particular error. For example, the name of the property in error. */
|
|
55
|
+
target?: string;
|
|
56
|
+
/** A list of additional details about the error. */
|
|
57
|
+
details?: CloudErrorBody[];
|
|
58
|
+
}
|
|
59
|
+
/** Hold values properties, which is array of KubernetesVersion */
|
|
60
|
+
export interface KubernetesVersionListResult {
|
|
61
|
+
/** Array of AKS supported Kubernetes versions. */
|
|
62
|
+
values?: KubernetesVersion[];
|
|
63
|
+
}
|
|
64
|
+
/** Kubernetes version profile for given major.minor release. */
|
|
65
|
+
export interface KubernetesVersion {
|
|
66
|
+
/** major.minor version of Kubernetes release */
|
|
67
|
+
version?: string;
|
|
68
|
+
/** Capabilities on this Kubernetes version. */
|
|
69
|
+
capabilities?: KubernetesVersionCapabilities;
|
|
70
|
+
/** Whether this version is default. */
|
|
71
|
+
isDefault?: boolean;
|
|
72
|
+
/** Whether this version is in preview mode. */
|
|
73
|
+
isPreview?: boolean;
|
|
74
|
+
/** Patch versions of Kubernetes release */
|
|
75
|
+
patchVersions?: {
|
|
76
|
+
[propertyName: string]: KubernetesPatchVersion;
|
|
77
|
+
};
|
|
78
|
+
}
|
|
79
|
+
/** Capabilities on this Kubernetes version. */
|
|
80
|
+
export interface KubernetesVersionCapabilities {
|
|
81
|
+
supportPlan?: KubernetesSupportPlan[];
|
|
82
|
+
}
|
|
83
|
+
/** Kubernetes patch version profile */
|
|
84
|
+
export interface KubernetesPatchVersion {
|
|
85
|
+
/** Possible upgrade path for given patch version */
|
|
86
|
+
upgrades?: string[];
|
|
87
|
+
}
|
|
88
|
+
/** Holds an array NodeImageVersions */
|
|
89
|
+
export interface NodeImageVersionsListResult {
|
|
90
|
+
/** Array of AKS Node Image versions. */
|
|
91
|
+
value?: NodeImageVersion[];
|
|
92
|
+
/**
|
|
93
|
+
* The URL to get the next set of machine results.
|
|
94
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
95
|
+
*/
|
|
96
|
+
readonly nextLink?: string;
|
|
97
|
+
}
|
|
98
|
+
/** node image version profile for given major.minor.patch release. */
|
|
99
|
+
export interface NodeImageVersion {
|
|
100
|
+
/** The operating system of the node image. Example: AKSUbuntu */
|
|
101
|
+
os?: string;
|
|
102
|
+
/** The SKU or flavor of the node image. Example: 2004gen2containerd */
|
|
103
|
+
sku?: string;
|
|
104
|
+
/** major.minor.patch version of the node image version release. Example: 2024.02.02 */
|
|
105
|
+
version?: string;
|
|
106
|
+
/** The OS + SKU + version of the node image. Example: AKSUbuntu-1804gen2containerd-2024.02.02 */
|
|
107
|
+
fullName?: string;
|
|
108
|
+
}
|
|
109
|
+
/** The response from the List Managed Clusters operation. */
|
|
110
|
+
export interface ManagedClusterListResult {
|
|
111
|
+
/** The list of managed clusters. */
|
|
112
|
+
value?: ManagedCluster[];
|
|
113
|
+
/**
|
|
114
|
+
* The URL to get the next set of managed cluster results.
|
|
115
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
116
|
+
*/
|
|
117
|
+
readonly nextLink?: string;
|
|
118
|
+
}
|
|
119
|
+
/** The SKU of a Managed Cluster. */
|
|
120
|
+
export interface ManagedClusterSKU {
|
|
121
|
+
/** The name of a managed cluster SKU. */
|
|
122
|
+
name?: ManagedClusterSKUName;
|
|
123
|
+
/** If not specified, the default is 'Free'. See [AKS Pricing Tier](https://learn.microsoft.com/azure/aks/free-standard-pricing-tiers) for more details. */
|
|
124
|
+
tier?: ManagedClusterSKUTier;
|
|
125
|
+
}
|
|
126
|
+
/** The complex type of the extended location. */
|
|
127
|
+
export interface ExtendedLocation {
|
|
128
|
+
/** The name of the extended location. */
|
|
129
|
+
name?: string;
|
|
130
|
+
/** The type of the extended location. */
|
|
131
|
+
type?: ExtendedLocationTypes;
|
|
132
|
+
}
|
|
133
|
+
/** Identity for the managed cluster. */
|
|
134
|
+
export interface ManagedClusterIdentity {
|
|
135
|
+
/**
|
|
136
|
+
* The principal id of the system assigned identity which is used by master components.
|
|
137
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
138
|
+
*/
|
|
139
|
+
readonly principalId?: string;
|
|
140
|
+
/**
|
|
141
|
+
* The tenant id of the system assigned identity which is used by master components.
|
|
142
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
143
|
+
*/
|
|
144
|
+
readonly tenantId?: string;
|
|
145
|
+
/** For more information see [use managed identities in AKS](https://docs.microsoft.com/azure/aks/use-managed-identity). */
|
|
146
|
+
type?: ResourceIdentityType;
|
|
147
|
+
/** The delegated identity resources assigned to this managed cluster. This can only be set by another Azure Resource Provider, and managed cluster only accept one delegated identity resource. Internal use only. */
|
|
148
|
+
delegatedResources?: {
|
|
149
|
+
[propertyName: string]: DelegatedResource;
|
|
150
|
+
};
|
|
151
|
+
/** The keys must be ARM resource IDs in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. */
|
|
152
|
+
userAssignedIdentities?: {
|
|
153
|
+
[propertyName: string]: ManagedServiceIdentityUserAssignedIdentitiesValue;
|
|
154
|
+
};
|
|
155
|
+
}
|
|
156
|
+
/** Delegated resource properties - internal use only. */
|
|
157
|
+
export interface DelegatedResource {
|
|
158
|
+
/** The ARM resource id of the delegated resource - internal use only. */
|
|
159
|
+
resourceId?: string;
|
|
160
|
+
/** The tenant id of the delegated resource - internal use only. */
|
|
161
|
+
tenantId?: string;
|
|
162
|
+
/** The delegation id of the referral delegation (optional) - internal use only. */
|
|
163
|
+
referralResource?: string;
|
|
164
|
+
/** The source resource location - internal use only. */
|
|
165
|
+
location?: string;
|
|
166
|
+
}
|
|
167
|
+
export interface ManagedServiceIdentityUserAssignedIdentitiesValue {
|
|
168
|
+
/**
|
|
169
|
+
* The principal id of user assigned identity.
|
|
170
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
171
|
+
*/
|
|
172
|
+
readonly principalId?: string;
|
|
173
|
+
/**
|
|
174
|
+
* The client id of user assigned identity.
|
|
175
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
176
|
+
*/
|
|
177
|
+
readonly clientId?: string;
|
|
178
|
+
}
|
|
179
|
+
/** Describes the Power State of the cluster */
|
|
180
|
+
export interface PowerState {
|
|
181
|
+
/** Tells whether the cluster is Running or Stopped */
|
|
182
|
+
code?: Code;
|
|
183
|
+
}
|
|
184
|
+
/** Data used when creating a target resource from a source resource. */
|
|
185
|
+
export interface CreationData {
|
|
186
|
+
/** This is the ARM ID of the source object to be used to create the target object. */
|
|
187
|
+
sourceResourceId?: string;
|
|
188
|
+
}
|
|
189
|
+
/** Properties for the container service agent pool profile. */
|
|
190
|
+
export interface ManagedClusterAgentPoolProfileProperties {
|
|
191
|
+
/**
|
|
192
|
+
* 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.
|
|
193
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
194
|
+
*/
|
|
195
|
+
readonly eTag?: string;
|
|
196
|
+
/** Number of agents (VMs) to host docker containers. Allowed values must be in the range of 0 to 1000 (inclusive) for user pools and in the range of 1 to 1000 (inclusive) for system pools. The default value is 1. */
|
|
197
|
+
count?: number;
|
|
198
|
+
/** 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 */
|
|
199
|
+
vmSize?: string;
|
|
200
|
+
/** 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. */
|
|
201
|
+
osDiskSizeGB?: number;
|
|
202
|
+
/** 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). */
|
|
203
|
+
osDiskType?: OSDiskType;
|
|
204
|
+
/** Determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage. */
|
|
205
|
+
kubeletDiskType?: KubeletDiskType;
|
|
206
|
+
/** Determines the type of workload a node can run. */
|
|
207
|
+
workloadRuntime?: WorkloadRuntime;
|
|
208
|
+
/** 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). */
|
|
209
|
+
messageOfTheDay?: string;
|
|
210
|
+
/** 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} */
|
|
211
|
+
vnetSubnetID?: string;
|
|
212
|
+
/** 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} */
|
|
213
|
+
podSubnetID?: string;
|
|
214
|
+
/** The IP allocation mode for pods in the agent pool. Must be used with podSubnetId. The default is 'DynamicIndividual'. */
|
|
215
|
+
podIPAllocationMode?: PodIPAllocationMode;
|
|
216
|
+
/** The maximum number of pods that can run on a node. */
|
|
217
|
+
maxPods?: number;
|
|
218
|
+
/** The operating system type. The default is Linux. */
|
|
219
|
+
osType?: OSType;
|
|
220
|
+
/** 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. */
|
|
221
|
+
osSKU?: Ossku;
|
|
222
|
+
/** The maximum number of nodes for auto-scaling */
|
|
223
|
+
maxCount?: number;
|
|
224
|
+
/** The minimum number of nodes for auto-scaling */
|
|
225
|
+
minCount?: number;
|
|
226
|
+
/** Whether to enable auto-scaler */
|
|
227
|
+
enableAutoScaling?: boolean;
|
|
228
|
+
/** This also effects the cluster autoscaler behavior. If not specified, it defaults to Delete. */
|
|
229
|
+
scaleDownMode?: ScaleDownMode;
|
|
230
|
+
/** The type of Agent Pool. */
|
|
231
|
+
type?: AgentPoolType;
|
|
232
|
+
/** 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 */
|
|
233
|
+
mode?: AgentPoolMode;
|
|
234
|
+
/** Both patch version <major.minor.patch> and <major.minor> are supported. When <major.minor> is specified, the latest supported patch version is chosen automatically. Updating the agent pool with the same <major.minor> once it has been created will not trigger an upgrade, even if a newer patch version is available. As a best practice, you should upgrade all node pools in an AKS cluster to the same Kubernetes version. The node pool version must have the same major version as the control plane. The node pool minor version must be within two minor versions of the control plane version. The node pool version cannot be greater than the control plane version. For more information see [upgrading a node pool](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#upgrade-a-node-pool). */
|
|
235
|
+
orchestratorVersion?: string;
|
|
236
|
+
/**
|
|
237
|
+
* 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.
|
|
238
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
239
|
+
*/
|
|
240
|
+
readonly currentOrchestratorVersion?: string;
|
|
241
|
+
/**
|
|
242
|
+
* The version of node image
|
|
243
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
244
|
+
*/
|
|
245
|
+
readonly nodeImageVersion?: string;
|
|
246
|
+
/** Settings for upgrading the agentpool */
|
|
247
|
+
upgradeSettings?: AgentPoolUpgradeSettings;
|
|
248
|
+
/**
|
|
249
|
+
* The current deployment or provisioning state.
|
|
250
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
251
|
+
*/
|
|
252
|
+
readonly provisioningState?: string;
|
|
253
|
+
/** 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 */
|
|
254
|
+
powerState?: PowerState;
|
|
255
|
+
/** The list of Availability zones to use for nodes. This can only be specified if the AgentPoolType property is 'VirtualMachineScaleSets'. */
|
|
256
|
+
availabilityZones?: string[];
|
|
257
|
+
/** Some scenarios may require nodes in a node pool 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. For more information see [assigning a public IP per node](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#assign-a-public-ip-per-node-for-your-node-pools). The default is false. */
|
|
258
|
+
enableNodePublicIP?: boolean;
|
|
259
|
+
/** When set to true, AKS adds a label to the node indicating that the feature is enabled and deploys a daemonset along with host services to sync custom certificate authorities from user-provided list of base64 encoded certificates into node trust stores. Defaults to false. */
|
|
260
|
+
enableCustomCATrust?: boolean;
|
|
261
|
+
/** This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPPrefixes/{publicIPPrefixName} */
|
|
262
|
+
nodePublicIPPrefixID?: string;
|
|
263
|
+
/** The Virtual Machine Scale Set priority. If not specified, the default is 'Regular'. */
|
|
264
|
+
scaleSetPriority?: ScaleSetPriority;
|
|
265
|
+
/** This cannot be specified unless the scaleSetPriority is 'Spot'. If not specified, the default is 'Delete'. */
|
|
266
|
+
scaleSetEvictionPolicy?: ScaleSetEvictionPolicy;
|
|
267
|
+
/** Possible values are any decimal value greater than zero or -1 which indicates the willingness to pay any on-demand price. For more details on spot pricing, see [spot VMs pricing](https://docs.microsoft.com/azure/virtual-machines/spot-vms#pricing) */
|
|
268
|
+
spotMaxPrice?: number;
|
|
269
|
+
/** The tags to be persisted on the agent pool virtual machine scale set. */
|
|
270
|
+
tags?: {
|
|
271
|
+
[propertyName: string]: string;
|
|
272
|
+
};
|
|
273
|
+
/** The node labels to be persisted across all nodes in agent pool. */
|
|
274
|
+
nodeLabels?: {
|
|
275
|
+
[propertyName: string]: string;
|
|
276
|
+
};
|
|
277
|
+
/** The taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule. */
|
|
278
|
+
nodeTaints?: string[];
|
|
279
|
+
/** 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-` */
|
|
280
|
+
nodeInitializationTaints?: string[];
|
|
281
|
+
/** The ID for Proximity Placement Group. */
|
|
282
|
+
proximityPlacementGroupID?: string;
|
|
283
|
+
/** The Kubelet configuration on the agent pool nodes. */
|
|
284
|
+
kubeletConfig?: KubeletConfig;
|
|
285
|
+
/** The OS configuration of Linux agent nodes. */
|
|
286
|
+
linuxOSConfig?: LinuxOSConfig;
|
|
287
|
+
/** 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 */
|
|
288
|
+
enableEncryptionAtHost?: boolean;
|
|
289
|
+
/** Whether to enable UltraSSD */
|
|
290
|
+
enableUltraSSD?: boolean;
|
|
291
|
+
/** See [Add a FIPS-enabled node pool](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#add-a-fips-enabled-node-pool-preview) for more details. */
|
|
292
|
+
enableFips?: boolean;
|
|
293
|
+
/** GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU. */
|
|
294
|
+
gpuInstanceProfile?: GPUInstanceProfile;
|
|
295
|
+
/** CreationData to be used to specify the source Snapshot ID if the node pool will be created/upgraded using a snapshot. */
|
|
296
|
+
creationData?: CreationData;
|
|
297
|
+
/** AKS will associate the specified agent pool with the Capacity Reservation Group. */
|
|
298
|
+
capacityReservationGroupID?: string;
|
|
299
|
+
/** This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}. For more information see [Azure dedicated hosts](https://docs.microsoft.com/azure/virtual-machines/dedicated-hosts). */
|
|
300
|
+
hostGroupID?: string;
|
|
301
|
+
/** The Windows agent pool's specific profile. */
|
|
302
|
+
windowsProfile?: AgentPoolWindowsProfile;
|
|
303
|
+
/** Network-related settings of an agent pool. */
|
|
304
|
+
networkProfile?: AgentPoolNetworkProfile;
|
|
305
|
+
/** The security settings of an agent pool. */
|
|
306
|
+
securityProfile?: AgentPoolSecurityProfile;
|
|
307
|
+
/** The GPU settings of an agent pool. */
|
|
308
|
+
gpuProfile?: AgentPoolGPUProfile;
|
|
309
|
+
/** Configuration for using artifact streaming on AKS. */
|
|
310
|
+
artifactStreamingProfile?: AgentPoolArtifactStreamingProfile;
|
|
311
|
+
/** Specifications on VirtualMachines agent pool. */
|
|
312
|
+
virtualMachinesProfile?: VirtualMachinesProfile;
|
|
313
|
+
/** The status of nodes in a VirtualMachines agent pool. */
|
|
314
|
+
virtualMachineNodesStatus?: VirtualMachineNodes[];
|
|
315
|
+
/** Profile specific to a managed agent pool in Gateway mode. This field cannot be set if agent pool mode is not Gateway. */
|
|
316
|
+
gatewayProfile?: AgentPoolGatewayProfile;
|
|
317
|
+
/** Contains read-only information about the Agent Pool. */
|
|
318
|
+
status?: AgentPoolStatus;
|
|
319
|
+
}
|
|
320
|
+
/** Settings for upgrading an agentpool */
|
|
321
|
+
export interface AgentPoolUpgradeSettings {
|
|
322
|
+
/** 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 */
|
|
323
|
+
maxSurge?: string;
|
|
324
|
+
/** 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 */
|
|
325
|
+
maxUnavailable?: string;
|
|
326
|
+
/** 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. */
|
|
327
|
+
drainTimeoutInMinutes?: number;
|
|
328
|
+
/** 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. */
|
|
329
|
+
nodeSoakDurationInMinutes?: number;
|
|
330
|
+
/** Defines the behavior for undrainable nodes during upgrade. The most common cause of undrainable nodes is Pod Disruption Budgets (PDBs), but other issues, such as pod termination grace period is exceeding the remaining per-node drain timeout or pod is still being in a running state, can also cause undrainable nodes. */
|
|
331
|
+
undrainableNodeBehavior?: UndrainableNodeBehavior;
|
|
332
|
+
}
|
|
333
|
+
/** See [AKS custom node configuration](https://docs.microsoft.com/azure/aks/custom-node-configuration) for more details. */
|
|
334
|
+
export interface KubeletConfig {
|
|
335
|
+
/** The default is 'none'. See [Kubernetes CPU management policies](https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/#cpu-management-policies) for more information. Allowed values are 'none' and 'static'. */
|
|
336
|
+
cpuManagerPolicy?: string;
|
|
337
|
+
/** The default is true. */
|
|
338
|
+
cpuCfsQuota?: boolean;
|
|
339
|
+
/** The default is '100ms.' Valid values are a sequence of decimal numbers with an optional fraction and a unit suffix. For example: '300ms', '2h45m'. Supported units are 'ns', 'us', 'ms', 's', 'm', and 'h'. */
|
|
340
|
+
cpuCfsQuotaPeriod?: string;
|
|
341
|
+
/** To disable image garbage collection, set to 100. The default is 85% */
|
|
342
|
+
imageGcHighThreshold?: number;
|
|
343
|
+
/** This cannot be set higher than imageGcHighThreshold. The default is 80% */
|
|
344
|
+
imageGcLowThreshold?: number;
|
|
345
|
+
/** For more information see [Kubernetes Topology Manager](https://kubernetes.io/docs/tasks/administer-cluster/topology-manager). The default is 'none'. Allowed values are 'none', 'best-effort', 'restricted', and 'single-numa-node'. */
|
|
346
|
+
topologyManagerPolicy?: string;
|
|
347
|
+
/** Allowed list of unsafe sysctls or unsafe sysctl patterns (ending in `*`). */
|
|
348
|
+
allowedUnsafeSysctls?: string[];
|
|
349
|
+
/** If set to true it will make the Kubelet fail to start if swap is enabled on the node. */
|
|
350
|
+
failSwapOn?: boolean;
|
|
351
|
+
/** The maximum size (e.g. 10Mi) of container log file before it is rotated. */
|
|
352
|
+
containerLogMaxSizeMB?: number;
|
|
353
|
+
/** The maximum number of container log files that can be present for a container. The number must be ≥ 2. */
|
|
354
|
+
containerLogMaxFiles?: number;
|
|
355
|
+
/** The maximum number of processes per pod. */
|
|
356
|
+
podMaxPids?: number;
|
|
357
|
+
/** Specifies the default seccomp profile applied to all workloads. If not specified, 'Unconfined' will be used by default. */
|
|
358
|
+
seccompDefault?: SeccompDefault;
|
|
359
|
+
}
|
|
360
|
+
/** See [AKS custom node configuration](https://docs.microsoft.com/azure/aks/custom-node-configuration) for more details. */
|
|
361
|
+
export interface LinuxOSConfig {
|
|
362
|
+
/** Sysctl settings for Linux agent nodes. */
|
|
363
|
+
sysctls?: SysctlConfig;
|
|
364
|
+
/** Valid values are 'always', 'madvise', and 'never'. The default is 'always'. For more information see [Transparent Hugepages](https://www.kernel.org/doc/html/latest/admin-guide/mm/transhuge.html#admin-guide-transhuge). */
|
|
365
|
+
transparentHugePageEnabled?: string;
|
|
366
|
+
/** Valid values are 'always', 'defer', 'defer+madvise', 'madvise' and 'never'. The default is 'madvise'. For more information see [Transparent Hugepages](https://www.kernel.org/doc/html/latest/admin-guide/mm/transhuge.html#admin-guide-transhuge). */
|
|
367
|
+
transparentHugePageDefrag?: string;
|
|
368
|
+
/** The size in MB of a swap file that will be created on each node. */
|
|
369
|
+
swapFileSizeMB?: number;
|
|
370
|
+
}
|
|
371
|
+
/** Sysctl settings for Linux agent nodes. */
|
|
372
|
+
export interface SysctlConfig {
|
|
373
|
+
/** Sysctl setting net.core.somaxconn. */
|
|
374
|
+
netCoreSomaxconn?: number;
|
|
375
|
+
/** Sysctl setting net.core.netdev_max_backlog. */
|
|
376
|
+
netCoreNetdevMaxBacklog?: number;
|
|
377
|
+
/** Sysctl setting net.core.rmem_default. */
|
|
378
|
+
netCoreRmemDefault?: number;
|
|
379
|
+
/** Sysctl setting net.core.rmem_max. */
|
|
380
|
+
netCoreRmemMax?: number;
|
|
381
|
+
/** Sysctl setting net.core.wmem_default. */
|
|
382
|
+
netCoreWmemDefault?: number;
|
|
383
|
+
/** Sysctl setting net.core.wmem_max. */
|
|
384
|
+
netCoreWmemMax?: number;
|
|
385
|
+
/** Sysctl setting net.core.optmem_max. */
|
|
386
|
+
netCoreOptmemMax?: number;
|
|
387
|
+
/** Sysctl setting net.ipv4.tcp_max_syn_backlog. */
|
|
388
|
+
netIpv4TcpMaxSynBacklog?: number;
|
|
389
|
+
/** Sysctl setting net.ipv4.tcp_max_tw_buckets. */
|
|
390
|
+
netIpv4TcpMaxTwBuckets?: number;
|
|
391
|
+
/** Sysctl setting net.ipv4.tcp_fin_timeout. */
|
|
392
|
+
netIpv4TcpFinTimeout?: number;
|
|
393
|
+
/** Sysctl setting net.ipv4.tcp_keepalive_time. */
|
|
394
|
+
netIpv4TcpKeepaliveTime?: number;
|
|
395
|
+
/** Sysctl setting net.ipv4.tcp_keepalive_probes. */
|
|
396
|
+
netIpv4TcpKeepaliveProbes?: number;
|
|
397
|
+
/** Sysctl setting net.ipv4.tcp_keepalive_intvl. */
|
|
398
|
+
netIpv4TcpkeepaliveIntvl?: number;
|
|
399
|
+
/** Sysctl setting net.ipv4.tcp_tw_reuse. */
|
|
400
|
+
netIpv4TcpTwReuse?: boolean;
|
|
401
|
+
/** Sysctl setting net.ipv4.ip_local_port_range. */
|
|
402
|
+
netIpv4IpLocalPortRange?: string;
|
|
403
|
+
/** Sysctl setting net.ipv4.neigh.default.gc_thresh1. */
|
|
404
|
+
netIpv4NeighDefaultGcThresh1?: number;
|
|
405
|
+
/** Sysctl setting net.ipv4.neigh.default.gc_thresh2. */
|
|
406
|
+
netIpv4NeighDefaultGcThresh2?: number;
|
|
407
|
+
/** Sysctl setting net.ipv4.neigh.default.gc_thresh3. */
|
|
408
|
+
netIpv4NeighDefaultGcThresh3?: number;
|
|
409
|
+
/** Sysctl setting net.netfilter.nf_conntrack_max. */
|
|
410
|
+
netNetfilterNfConntrackMax?: number;
|
|
411
|
+
/** Sysctl setting net.netfilter.nf_conntrack_buckets. */
|
|
412
|
+
netNetfilterNfConntrackBuckets?: number;
|
|
413
|
+
/** Sysctl setting fs.inotify.max_user_watches. */
|
|
414
|
+
fsInotifyMaxUserWatches?: number;
|
|
415
|
+
/** Sysctl setting fs.file-max. */
|
|
416
|
+
fsFileMax?: number;
|
|
417
|
+
/** Sysctl setting fs.aio-max-nr. */
|
|
418
|
+
fsAioMaxNr?: number;
|
|
419
|
+
/** Sysctl setting fs.nr_open. */
|
|
420
|
+
fsNrOpen?: number;
|
|
421
|
+
/** Sysctl setting kernel.threads-max. */
|
|
422
|
+
kernelThreadsMax?: number;
|
|
423
|
+
/** Sysctl setting vm.max_map_count. */
|
|
424
|
+
vmMaxMapCount?: number;
|
|
425
|
+
/** Sysctl setting vm.swappiness. */
|
|
426
|
+
vmSwappiness?: number;
|
|
427
|
+
/** Sysctl setting vm.vfs_cache_pressure. */
|
|
428
|
+
vmVfsCachePressure?: number;
|
|
429
|
+
}
|
|
430
|
+
/** The Windows agent pool's specific profile. */
|
|
431
|
+
export interface AgentPoolWindowsProfile {
|
|
432
|
+
/** 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. */
|
|
433
|
+
disableOutboundNat?: boolean;
|
|
434
|
+
}
|
|
435
|
+
/** Network settings of an agent pool. */
|
|
436
|
+
export interface AgentPoolNetworkProfile {
|
|
437
|
+
/** IPTags of instance-level public IPs. */
|
|
438
|
+
nodePublicIPTags?: IPTag[];
|
|
439
|
+
/** The port ranges that are allowed to access. The specified ranges are allowed to overlap. */
|
|
440
|
+
allowedHostPorts?: PortRange[];
|
|
441
|
+
/** The IDs of the application security groups which agent pool will associate when created. */
|
|
442
|
+
applicationSecurityGroups?: string[];
|
|
443
|
+
}
|
|
444
|
+
/** Contains the IPTag associated with the object. */
|
|
445
|
+
export interface IPTag {
|
|
446
|
+
/** The IP tag type. Example: RoutingPreference. */
|
|
447
|
+
ipTagType?: string;
|
|
448
|
+
/** The value of the IP tag associated with the public IP. Example: Internet. */
|
|
449
|
+
tag?: string;
|
|
450
|
+
}
|
|
451
|
+
/** The port range. */
|
|
452
|
+
export interface PortRange {
|
|
453
|
+
/** The minimum port that is included in the range. It should be ranged from 1 to 65535, and be less than or equal to portEnd. */
|
|
454
|
+
portStart?: number;
|
|
455
|
+
/** The maximum port that is included in the range. It should be ranged from 1 to 65535, and be greater than or equal to portStart. */
|
|
456
|
+
portEnd?: number;
|
|
457
|
+
/** The network protocol of the port. */
|
|
458
|
+
protocol?: Protocol;
|
|
459
|
+
}
|
|
460
|
+
/** The security settings of an agent pool. */
|
|
461
|
+
export interface AgentPoolSecurityProfile {
|
|
462
|
+
/** SSH access method of an agent pool. */
|
|
463
|
+
sshAccess?: AgentPoolSSHAccess;
|
|
464
|
+
/** 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. */
|
|
465
|
+
enableVtpm?: boolean;
|
|
466
|
+
/** 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. */
|
|
467
|
+
enableSecureBoot?: boolean;
|
|
468
|
+
}
|
|
469
|
+
export interface AgentPoolGPUProfile {
|
|
470
|
+
/** The default value is true when the vmSize of the agent pool contains a GPU, false otherwise. GPU Driver Installation can only be set true when VM has an associated GPU resource. Setting this field to false prevents automatic GPU driver installation. In that case, in order for the GPU to be usable, the user must perform GPU driver installation themselves. */
|
|
471
|
+
installGPUDriver?: boolean;
|
|
472
|
+
/** 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. */
|
|
473
|
+
driverType?: DriverType;
|
|
474
|
+
}
|
|
475
|
+
export interface AgentPoolArtifactStreamingProfile {
|
|
476
|
+
/** 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. */
|
|
477
|
+
enabled?: boolean;
|
|
478
|
+
}
|
|
479
|
+
/** Specifications on VirtualMachines agent pool. */
|
|
480
|
+
export interface VirtualMachinesProfile {
|
|
481
|
+
/** Specifications on how to scale a VirtualMachines agent pool. */
|
|
482
|
+
scale?: ScaleProfile;
|
|
483
|
+
}
|
|
484
|
+
/** Specifications on how to scale a VirtualMachines agent pool. */
|
|
485
|
+
export interface ScaleProfile {
|
|
486
|
+
/** Specifications on how to scale the VirtualMachines agent pool to a fixed size. */
|
|
487
|
+
manual?: ManualScaleProfile[];
|
|
488
|
+
/** Specifications on how to auto-scale the VirtualMachines agent pool within a predefined size range. Currently, at most one AutoScaleProfile is allowed. */
|
|
489
|
+
autoscale?: AutoScaleProfile[];
|
|
490
|
+
}
|
|
491
|
+
/** Specifications on number of machines. */
|
|
492
|
+
export interface ManualScaleProfile {
|
|
493
|
+
/** The list of allowed vm sizes e.g. ['Standard_E4s_v3', 'Standard_E16s_v3', 'Standard_D16s_v5']. AKS will use the first available one when scaling. If a VM size is unavailable (e.g. due to quota or regional capacity reasons), AKS will use the next size. */
|
|
494
|
+
sizes?: string[];
|
|
495
|
+
/** Number of nodes. */
|
|
496
|
+
count?: number;
|
|
497
|
+
/** 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. */
|
|
498
|
+
osDiskSizeGB?: number;
|
|
499
|
+
/** 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). */
|
|
500
|
+
osDiskType?: OSDiskType;
|
|
501
|
+
}
|
|
502
|
+
/** Specifications on auto-scaling. */
|
|
503
|
+
export interface AutoScaleProfile {
|
|
504
|
+
/** The list of allowed vm sizes e.g. ['Standard_E4s_v3', 'Standard_E16s_v3', 'Standard_D16s_v5']. AKS will use the first available one when auto scaling. If a VM size is unavailable (e.g. due to quota or regional capacity reasons), AKS will use the next size. */
|
|
505
|
+
sizes?: string[];
|
|
506
|
+
/** The minimum number of nodes of the specified sizes. */
|
|
507
|
+
minCount?: number;
|
|
508
|
+
/** The maximum number of nodes of the specified sizes. */
|
|
509
|
+
maxCount?: number;
|
|
510
|
+
/** 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. */
|
|
511
|
+
osDiskSizeGB?: number;
|
|
512
|
+
/** 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). */
|
|
513
|
+
osDiskType?: OSDiskType;
|
|
514
|
+
}
|
|
515
|
+
/** Current status on a group of nodes of the same vm size. */
|
|
516
|
+
export interface VirtualMachineNodes {
|
|
517
|
+
/** The VM size of the agents used to host this group of nodes. */
|
|
518
|
+
size?: string;
|
|
519
|
+
/** Number of nodes. */
|
|
520
|
+
count?: number;
|
|
521
|
+
}
|
|
522
|
+
/** Profile of the managed cluster gateway agent pool. */
|
|
523
|
+
export interface AgentPoolGatewayProfile {
|
|
524
|
+
/** 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. */
|
|
525
|
+
publicIPPrefixSize?: number;
|
|
526
|
+
}
|
|
527
|
+
/** Contains read-only information about the Agent Pool. */
|
|
528
|
+
export interface AgentPoolStatus {
|
|
529
|
+
/**
|
|
530
|
+
* Preserves the detailed info of failure. If there was no error, this field is omitted.
|
|
531
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
532
|
+
*/
|
|
533
|
+
readonly provisioningError?: CloudErrorBody;
|
|
534
|
+
}
|
|
535
|
+
/** Profile for Linux VMs in the container service cluster. */
|
|
536
|
+
export interface ContainerServiceLinuxProfile {
|
|
537
|
+
/** The administrator username to use for Linux VMs. */
|
|
538
|
+
adminUsername: string;
|
|
539
|
+
/** The SSH configuration for Linux-based VMs running on Azure. */
|
|
540
|
+
ssh: ContainerServiceSshConfiguration;
|
|
541
|
+
}
|
|
542
|
+
/** SSH configuration for Linux-based VMs running on Azure. */
|
|
543
|
+
export interface ContainerServiceSshConfiguration {
|
|
544
|
+
/** The list of SSH public keys used to authenticate with Linux-based VMs. A maximum of 1 key may be specified. */
|
|
545
|
+
publicKeys: ContainerServiceSshPublicKey[];
|
|
546
|
+
}
|
|
547
|
+
/** Contains information about SSH certificate public key data. */
|
|
548
|
+
export interface ContainerServiceSshPublicKey {
|
|
549
|
+
/** Certificate public key used to authenticate with VMs through SSH. The certificate must be in PEM format with or without headers. */
|
|
550
|
+
keyData: string;
|
|
551
|
+
}
|
|
552
|
+
/** Profile for Windows VMs in the managed cluster. */
|
|
553
|
+
export interface ManagedClusterWindowsProfile {
|
|
554
|
+
/** Specifies the name of the administrator account. <br><br> **Restriction:** Cannot end in "." <br><br> **Disallowed values:** "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". <br><br> **Minimum-length:** 1 character <br><br> **Max-length:** 20 characters */
|
|
555
|
+
adminUsername: string;
|
|
556
|
+
/** Specifies the password of the administrator account. <br><br> **Minimum-length:** 8 characters <br><br> **Max-length:** 123 characters <br><br> **Complexity requirements:** 3 out of 4 conditions below need to be fulfilled <br> Has lower characters <br>Has upper characters <br> Has a digit <br> Has a special character (Regex match [\W_]) <br><br> **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" */
|
|
557
|
+
adminPassword?: string;
|
|
558
|
+
/** The license type to use for Windows VMs. See [Azure Hybrid User Benefits](https://azure.microsoft.com/pricing/hybrid-benefit/faq/) for more details. */
|
|
559
|
+
licenseType?: LicenseType;
|
|
560
|
+
/** For more details on CSI proxy, see the [CSI proxy GitHub repo](https://github.com/kubernetes-csi/csi-proxy). */
|
|
561
|
+
enableCSIProxy?: boolean;
|
|
562
|
+
/** The Windows gMSA Profile in the Managed Cluster. */
|
|
563
|
+
gmsaProfile?: WindowsGmsaProfile;
|
|
564
|
+
}
|
|
565
|
+
/** Windows gMSA Profile in the managed cluster. */
|
|
566
|
+
export interface WindowsGmsaProfile {
|
|
567
|
+
/** Specifies whether to enable Windows gMSA in the managed cluster. */
|
|
568
|
+
enabled?: boolean;
|
|
569
|
+
/** Specifies the DNS server for Windows gMSA. <br><br> Set it to empty if you have configured the DNS server in the vnet which is used to create the managed cluster. */
|
|
570
|
+
dnsServer?: string;
|
|
571
|
+
/** Specifies the root domain name for Windows gMSA. <br><br> Set it to empty if you have configured the DNS server in the vnet which is used to create the managed cluster. */
|
|
572
|
+
rootDomainName?: string;
|
|
573
|
+
}
|
|
574
|
+
/** Information about a service principal identity for the cluster to use for manipulating Azure APIs. */
|
|
575
|
+
export interface ManagedClusterServicePrincipalProfile {
|
|
576
|
+
/** The ID for the service principal. */
|
|
577
|
+
clientId: string;
|
|
578
|
+
/** The secret password associated with the service principal in plain text. */
|
|
579
|
+
secret?: string;
|
|
580
|
+
}
|
|
581
|
+
/** A Kubernetes add-on profile for a managed cluster. */
|
|
582
|
+
export interface ManagedClusterAddonProfile {
|
|
583
|
+
/** Whether the add-on is enabled or not. */
|
|
584
|
+
enabled: boolean;
|
|
585
|
+
/** Key-value pairs for configuring an add-on. */
|
|
586
|
+
config?: {
|
|
587
|
+
[propertyName: string]: string;
|
|
588
|
+
};
|
|
589
|
+
/**
|
|
590
|
+
* Information of user assigned identity used by this add-on.
|
|
591
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
592
|
+
*/
|
|
593
|
+
readonly identity?: ManagedClusterAddonProfileIdentity;
|
|
594
|
+
}
|
|
595
|
+
/** Details about a user assigned identity. */
|
|
596
|
+
export interface UserAssignedIdentity {
|
|
597
|
+
/** The resource ID of the user assigned identity. */
|
|
598
|
+
resourceId?: string;
|
|
599
|
+
/** The client ID of the user assigned identity. */
|
|
600
|
+
clientId?: string;
|
|
601
|
+
/** The object ID of the user assigned identity. */
|
|
602
|
+
objectId?: string;
|
|
603
|
+
}
|
|
604
|
+
/** See [use AAD pod identity](https://docs.microsoft.com/azure/aks/use-azure-ad-pod-identity) for more details on pod identity integration. */
|
|
605
|
+
export interface ManagedClusterPodIdentityProfile {
|
|
606
|
+
/** Whether the pod identity addon is enabled. */
|
|
607
|
+
enabled?: boolean;
|
|
608
|
+
/** Running in Kubenet is disabled by default due to the security related nature of AAD Pod Identity and the risks of IP spoofing. See [using Kubenet network plugin with AAD Pod Identity](https://docs.microsoft.com/azure/aks/use-azure-ad-pod-identity#using-kubenet-network-plugin-with-azure-active-directory-pod-managed-identities) for more information. */
|
|
609
|
+
allowNetworkPluginKubenet?: boolean;
|
|
610
|
+
/** The pod identities to use in the cluster. */
|
|
611
|
+
userAssignedIdentities?: ManagedClusterPodIdentity[];
|
|
612
|
+
/** The pod identity exceptions to allow. */
|
|
613
|
+
userAssignedIdentityExceptions?: ManagedClusterPodIdentityException[];
|
|
614
|
+
}
|
|
615
|
+
/** Details about the pod identity assigned to the Managed Cluster. */
|
|
616
|
+
export interface ManagedClusterPodIdentity {
|
|
617
|
+
/** The name of the pod identity. */
|
|
618
|
+
name: string;
|
|
619
|
+
/** The namespace of the pod identity. */
|
|
620
|
+
namespace: string;
|
|
621
|
+
/** The binding selector to use for the AzureIdentityBinding resource. */
|
|
622
|
+
bindingSelector?: string;
|
|
623
|
+
/** The user assigned identity details. */
|
|
624
|
+
identity: UserAssignedIdentity;
|
|
625
|
+
/**
|
|
626
|
+
* The current provisioning state of the pod identity.
|
|
627
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
628
|
+
*/
|
|
629
|
+
readonly provisioningState?: ManagedClusterPodIdentityProvisioningState;
|
|
630
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
631
|
+
readonly provisioningInfo?: ManagedClusterPodIdentityProvisioningInfo;
|
|
632
|
+
}
|
|
633
|
+
export interface ManagedClusterPodIdentityProvisioningInfo {
|
|
634
|
+
/** Pod identity assignment error (if any). */
|
|
635
|
+
error?: ManagedClusterPodIdentityProvisioningError;
|
|
636
|
+
}
|
|
637
|
+
/** An error response from the pod identity provisioning. */
|
|
638
|
+
export interface ManagedClusterPodIdentityProvisioningError {
|
|
639
|
+
/** Details about the error. */
|
|
640
|
+
error?: ManagedClusterPodIdentityProvisioningErrorBody;
|
|
641
|
+
}
|
|
642
|
+
/** An error response from the pod identity provisioning. */
|
|
643
|
+
export interface ManagedClusterPodIdentityProvisioningErrorBody {
|
|
644
|
+
/** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */
|
|
645
|
+
code?: string;
|
|
646
|
+
/** A message describing the error, intended to be suitable for display in a user interface. */
|
|
647
|
+
message?: string;
|
|
648
|
+
/** The target of the particular error. For example, the name of the property in error. */
|
|
649
|
+
target?: string;
|
|
650
|
+
/** A list of additional details about the error. */
|
|
651
|
+
details?: ManagedClusterPodIdentityProvisioningErrorBody[];
|
|
652
|
+
}
|
|
653
|
+
/** See [disable AAD Pod Identity for a specific Pod/Application](https://azure.github.io/aad-pod-identity/docs/configure/application_exception/) for more details. */
|
|
654
|
+
export interface ManagedClusterPodIdentityException {
|
|
655
|
+
/** The name of the pod identity exception. */
|
|
656
|
+
name: string;
|
|
657
|
+
/** The namespace of the pod identity exception. */
|
|
658
|
+
namespace: string;
|
|
659
|
+
/** The pod labels to match. */
|
|
660
|
+
podLabels: {
|
|
661
|
+
[propertyName: string]: string;
|
|
662
|
+
};
|
|
663
|
+
}
|
|
664
|
+
/** The OIDC issuer profile of the Managed Cluster. */
|
|
665
|
+
export interface ManagedClusterOidcIssuerProfile {
|
|
666
|
+
/**
|
|
667
|
+
* The OIDC issuer url of the Managed Cluster.
|
|
668
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
669
|
+
*/
|
|
670
|
+
readonly issuerURL?: string;
|
|
671
|
+
/** Whether the OIDC issuer is enabled. */
|
|
672
|
+
enabled?: boolean;
|
|
673
|
+
}
|
|
674
|
+
/** Node resource group lockdown profile for a managed cluster. */
|
|
675
|
+
export interface ManagedClusterNodeResourceGroupProfile {
|
|
676
|
+
/** The restriction level applied to the cluster's node resource group */
|
|
677
|
+
restrictionLevel?: RestrictionLevel;
|
|
678
|
+
}
|
|
679
|
+
/** Profile of network configuration. */
|
|
680
|
+
export interface ContainerServiceNetworkProfile {
|
|
681
|
+
/** Network plugin used for building the Kubernetes network. */
|
|
682
|
+
networkPlugin?: NetworkPlugin;
|
|
683
|
+
/** Network plugin mode used for building the Kubernetes network. */
|
|
684
|
+
networkPluginMode?: NetworkPluginMode;
|
|
685
|
+
/** Network policy used for building the Kubernetes network. */
|
|
686
|
+
networkPolicy?: NetworkPolicy;
|
|
687
|
+
/** This cannot be specified if networkPlugin is anything other than 'azure'. */
|
|
688
|
+
networkMode?: NetworkMode;
|
|
689
|
+
/** Network dataplane used in the Kubernetes cluster. */
|
|
690
|
+
networkDataplane?: NetworkDataplane;
|
|
691
|
+
/** A CIDR notation IP range from which to assign pod IPs when kubenet is used. */
|
|
692
|
+
podCidr?: string;
|
|
693
|
+
/** A CIDR notation IP range from which to assign service cluster IPs. It must not overlap with any Subnet IP ranges. */
|
|
694
|
+
serviceCidr?: string;
|
|
695
|
+
/** An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in serviceCidr. */
|
|
696
|
+
dnsServiceIP?: string;
|
|
697
|
+
/** This can only be set at cluster creation time and cannot be changed later. For more information see [egress outbound type](https://docs.microsoft.com/azure/aks/egress-outboundtype). */
|
|
698
|
+
outboundType?: OutboundType;
|
|
699
|
+
/** The default is 'standard'. See [Azure Load Balancer SKUs](https://docs.microsoft.com/azure/load-balancer/skus) for more information about the differences between load balancer SKUs. */
|
|
700
|
+
loadBalancerSku?: LoadBalancerSku;
|
|
701
|
+
/** Profile of the cluster load balancer. */
|
|
702
|
+
loadBalancerProfile?: ManagedClusterLoadBalancerProfile;
|
|
703
|
+
/** Profile of the cluster NAT gateway. */
|
|
704
|
+
natGatewayProfile?: ManagedClusterNATGatewayProfile;
|
|
705
|
+
/** The profile for Static Egress Gateway addon. For more details about Static Egress Gateway, see https://aka.ms/aks/static-egress-gateway. */
|
|
706
|
+
staticEgressGatewayProfile?: ManagedClusterStaticEgressGatewayProfile;
|
|
707
|
+
/** One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking. */
|
|
708
|
+
podCidrs?: string[];
|
|
709
|
+
/** One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking. They must not overlap with any Subnet IP ranges. */
|
|
710
|
+
serviceCidrs?: string[];
|
|
711
|
+
/** 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. */
|
|
712
|
+
ipFamilies?: IpFamily[];
|
|
713
|
+
/** 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'. */
|
|
714
|
+
podLinkLocalAccess?: PodLinkLocalAccess;
|
|
715
|
+
/** 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'. */
|
|
716
|
+
kubeProxyConfig?: ContainerServiceNetworkProfileKubeProxyConfig;
|
|
717
|
+
/** Advanced Networking profile for enabling observability and security feature suite on a cluster. For more information see aka.ms/aksadvancednetworking. */
|
|
718
|
+
advancedNetworking?: AdvancedNetworking;
|
|
719
|
+
}
|
|
720
|
+
/** Profile of the managed cluster load balancer. */
|
|
721
|
+
export interface ManagedClusterLoadBalancerProfile {
|
|
722
|
+
/** Desired managed outbound IPs for the cluster load balancer. */
|
|
723
|
+
managedOutboundIPs?: ManagedClusterLoadBalancerProfileManagedOutboundIPs;
|
|
724
|
+
/** Desired outbound IP Prefix resources for the cluster load balancer. */
|
|
725
|
+
outboundIPPrefixes?: ManagedClusterLoadBalancerProfileOutboundIPPrefixes;
|
|
726
|
+
/** Desired outbound IP resources for the cluster load balancer. */
|
|
727
|
+
outboundIPs?: ManagedClusterLoadBalancerProfileOutboundIPs;
|
|
728
|
+
/** The effective outbound IP resources of the cluster load balancer. */
|
|
729
|
+
effectiveOutboundIPs?: ResourceReference[];
|
|
730
|
+
/** The desired number of allocated SNAT ports per VM. Allowed values are in the range of 0 to 64000 (inclusive). The default value is 0 which results in Azure dynamically allocating ports. */
|
|
731
|
+
allocatedOutboundPorts?: number;
|
|
732
|
+
/** Desired outbound flow idle timeout in minutes. Allowed values are in the range of 4 to 120 (inclusive). The default value is 30 minutes. */
|
|
733
|
+
idleTimeoutInMinutes?: number;
|
|
734
|
+
/** Enable multiple standard load balancers per AKS cluster or not. */
|
|
735
|
+
enableMultipleStandardLoadBalancers?: boolean;
|
|
736
|
+
/** The type of the managed inbound Load Balancer BackendPool. */
|
|
737
|
+
backendPoolType?: BackendPoolType;
|
|
738
|
+
/** The health probing behavior for External Traffic Policy Cluster services. */
|
|
739
|
+
clusterServiceLoadBalancerHealthProbeMode?: ClusterServiceLoadBalancerHealthProbeMode;
|
|
740
|
+
}
|
|
741
|
+
/** Desired managed outbound IPs for the cluster load balancer. */
|
|
742
|
+
export interface ManagedClusterLoadBalancerProfileManagedOutboundIPs {
|
|
743
|
+
/** The desired number of IPv4 outbound IPs created/managed by Azure for the cluster load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1. */
|
|
744
|
+
count?: number;
|
|
745
|
+
/** The desired number of IPv6 outbound IPs created/managed by Azure for the cluster load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 0 for single-stack and 1 for dual-stack. */
|
|
746
|
+
countIPv6?: number;
|
|
747
|
+
}
|
|
748
|
+
/** Desired outbound IP Prefix resources for the cluster load balancer. */
|
|
749
|
+
export interface ManagedClusterLoadBalancerProfileOutboundIPPrefixes {
|
|
750
|
+
/** A list of public IP prefix resources. */
|
|
751
|
+
publicIPPrefixes?: ResourceReference[];
|
|
752
|
+
}
|
|
753
|
+
/** A reference to an Azure resource. */
|
|
754
|
+
export interface ResourceReference {
|
|
755
|
+
/** The fully qualified Azure resource id. */
|
|
756
|
+
id?: string;
|
|
757
|
+
}
|
|
758
|
+
/** Desired outbound IP resources for the cluster load balancer. */
|
|
759
|
+
export interface ManagedClusterLoadBalancerProfileOutboundIPs {
|
|
760
|
+
/** A list of public IP resources. */
|
|
761
|
+
publicIPs?: ResourceReference[];
|
|
762
|
+
}
|
|
763
|
+
/** Profile of the managed cluster NAT gateway. */
|
|
764
|
+
export interface ManagedClusterNATGatewayProfile {
|
|
765
|
+
/** Profile of the managed outbound IP resources of the cluster NAT gateway. */
|
|
766
|
+
managedOutboundIPProfile?: ManagedClusterManagedOutboundIPProfile;
|
|
767
|
+
/** The effective outbound IP resources of the cluster NAT gateway. */
|
|
768
|
+
effectiveOutboundIPs?: ResourceReference[];
|
|
769
|
+
/** Desired outbound flow idle timeout in minutes. Allowed values are in the range of 4 to 120 (inclusive). The default value is 4 minutes. */
|
|
770
|
+
idleTimeoutInMinutes?: number;
|
|
771
|
+
}
|
|
772
|
+
/** Profile of the managed outbound IP resources of the managed cluster. */
|
|
773
|
+
export interface ManagedClusterManagedOutboundIPProfile {
|
|
774
|
+
/** 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. */
|
|
775
|
+
count?: number;
|
|
776
|
+
}
|
|
777
|
+
/** The Static Egress Gateway addon configuration for the cluster. */
|
|
778
|
+
export interface ManagedClusterStaticEgressGatewayProfile {
|
|
779
|
+
/** Indicates if Static Egress Gateway addon is enabled or not. */
|
|
780
|
+
enabled?: boolean;
|
|
781
|
+
}
|
|
782
|
+
/** 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'. */
|
|
783
|
+
export interface ContainerServiceNetworkProfileKubeProxyConfig {
|
|
784
|
+
/** Whether to enable on kube-proxy on the cluster (if no 'kubeProxyConfig' exists, kube-proxy is enabled in AKS by default without these customizations). */
|
|
785
|
+
enabled?: boolean;
|
|
786
|
+
/** Specify which proxy mode to use ('IPTABLES' or 'IPVS') */
|
|
787
|
+
mode?: Mode;
|
|
788
|
+
/** Holds configuration customizations for IPVS. May only be specified if 'mode' is set to 'IPVS'. */
|
|
789
|
+
ipvsConfig?: ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig;
|
|
790
|
+
}
|
|
791
|
+
/** Holds configuration customizations for IPVS. May only be specified if 'mode' is set to 'IPVS'. */
|
|
792
|
+
export interface ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig {
|
|
793
|
+
/** IPVS scheduler, for more information please see http://www.linuxvirtualserver.org/docs/scheduling.html. */
|
|
794
|
+
scheduler?: IpvsScheduler;
|
|
795
|
+
/** The timeout value used for idle IPVS TCP sessions in seconds. Must be a positive integer value. */
|
|
796
|
+
tcpTimeoutSeconds?: number;
|
|
797
|
+
/** The timeout value used for IPVS TCP sessions after receiving a FIN in seconds. Must be a positive integer value. */
|
|
798
|
+
tcpFinTimeoutSeconds?: number;
|
|
799
|
+
/** The timeout value used for IPVS UDP packets in seconds. Must be a positive integer value. */
|
|
800
|
+
udpTimeoutSeconds?: number;
|
|
801
|
+
}
|
|
802
|
+
/** Advanced Networking profile for enabling observability and security feature suite on a cluster. For more information see aka.ms/aksadvancednetworking. */
|
|
803
|
+
export interface AdvancedNetworking {
|
|
804
|
+
/** Indicates the enablement of Advanced Networking functionalities of observability and security on AKS clusters. When this is set to true, all observability and security features will be set to enabled unless explicitly disabled. If not specified, the default is false. */
|
|
805
|
+
enabled?: boolean;
|
|
806
|
+
/** Observability profile to enable advanced network metrics and flow logs with historical contexts. */
|
|
807
|
+
observability?: AdvancedNetworkingObservability;
|
|
808
|
+
/** Security profile to enable security features on cilium based cluster. */
|
|
809
|
+
security?: AdvancedNetworkingSecurity;
|
|
810
|
+
}
|
|
811
|
+
/** Observability profile to enable advanced network metrics and flow logs with historical contexts. */
|
|
812
|
+
export interface AdvancedNetworkingObservability {
|
|
813
|
+
/** Indicates the enablement of Advanced Networking observability functionalities on clusters. */
|
|
814
|
+
enabled?: boolean;
|
|
815
|
+
}
|
|
816
|
+
/** Security profile to enable security features on cilium based cluster. */
|
|
817
|
+
export interface AdvancedNetworkingSecurity {
|
|
818
|
+
/** This feature allows user to configure network policy based on DNS (FQDN) names. It can be enabled only on cilium based clusters. If not specified, the default is false. */
|
|
819
|
+
enabled?: boolean;
|
|
820
|
+
}
|
|
821
|
+
/** For more details see [managed AAD on AKS](https://docs.microsoft.com/azure/aks/managed-aad). */
|
|
822
|
+
export interface ManagedClusterAADProfile {
|
|
823
|
+
/** Whether to enable managed AAD. */
|
|
824
|
+
managed?: boolean;
|
|
825
|
+
/** Whether to enable Azure RBAC for Kubernetes authorization. */
|
|
826
|
+
enableAzureRbac?: boolean;
|
|
827
|
+
/** The list of AAD group object IDs that will have admin role of the cluster. */
|
|
828
|
+
adminGroupObjectIDs?: string[];
|
|
829
|
+
/** (DEPRECATED) The client AAD application ID. Learn more at https://aka.ms/aks/aad-legacy. */
|
|
830
|
+
clientAppID?: string;
|
|
831
|
+
/** (DEPRECATED) The server AAD application ID. Learn more at https://aka.ms/aks/aad-legacy. */
|
|
832
|
+
serverAppID?: string;
|
|
833
|
+
/** (DEPRECATED) The server AAD application secret. Learn more at https://aka.ms/aks/aad-legacy. */
|
|
834
|
+
serverAppSecret?: string;
|
|
835
|
+
/** The AAD tenant ID to use for authentication. If not specified, will use the tenant of the deployment subscription. */
|
|
836
|
+
tenantID?: string;
|
|
837
|
+
}
|
|
838
|
+
/** Auto upgrade profile for a managed cluster. */
|
|
839
|
+
export interface ManagedClusterAutoUpgradeProfile {
|
|
840
|
+
/** For more information see [setting the AKS cluster auto-upgrade channel](https://docs.microsoft.com/azure/aks/upgrade-cluster#set-auto-upgrade-channel). */
|
|
841
|
+
upgradeChannel?: UpgradeChannel;
|
|
842
|
+
/** The default is Unmanaged, but may change to either NodeImage or SecurityPatch at GA. */
|
|
843
|
+
nodeOSUpgradeChannel?: NodeOSUpgradeChannel;
|
|
844
|
+
}
|
|
845
|
+
/** Settings for upgrading a cluster. */
|
|
846
|
+
export interface ClusterUpgradeSettings {
|
|
847
|
+
/** Settings for overrides. */
|
|
848
|
+
overrideSettings?: UpgradeOverrideSettings;
|
|
849
|
+
}
|
|
850
|
+
/** Settings for overrides when upgrading a cluster. */
|
|
851
|
+
export interface UpgradeOverrideSettings {
|
|
852
|
+
/** Whether to force upgrade the cluster. Note that this option instructs upgrade operation to bypass upgrade protections such as checking for deprecated API usage. Enable this option only with caution. */
|
|
853
|
+
forceUpgrade?: boolean;
|
|
854
|
+
/** Until when the overrides are effective. Note that this only matches the start time of an upgrade, and the effectiveness won't change once an upgrade starts even if the `until` expires as upgrade proceeds. This field is not set by default. It must be set for the overrides to take effect. */
|
|
855
|
+
until?: Date;
|
|
856
|
+
}
|
|
857
|
+
/** Parameters to be applied to the cluster-autoscaler when enabled */
|
|
858
|
+
export interface ManagedClusterPropertiesAutoScalerProfile {
|
|
859
|
+
/** Valid values are 'true' and 'false' */
|
|
860
|
+
balanceSimilarNodeGroups?: string;
|
|
861
|
+
/** If set to true, all daemonset pods on empty nodes will be evicted before deletion of the node. If the daemonset pod cannot be evicted another node will be chosen for scaling. If set to false, the node will be deleted without ensuring that daemonset pods are deleted or evicted. */
|
|
862
|
+
daemonsetEvictionForEmptyNodes?: boolean;
|
|
863
|
+
/** If set to true, all daemonset pods on occupied nodes will be evicted before deletion of the node. If the daemonset pod cannot be evicted another node will be chosen for scaling. If set to false, the node will be deleted without ensuring that daemonset pods are deleted or evicted. */
|
|
864
|
+
daemonsetEvictionForOccupiedNodes?: boolean;
|
|
865
|
+
/** If set to true, the resources used by daemonset will be taken into account when making scaling down decisions. */
|
|
866
|
+
ignoreDaemonsetsUtilization?: boolean;
|
|
867
|
+
/** Available values are: 'least-waste', 'most-pods', 'priority', 'random'. */
|
|
868
|
+
expander?: Expander;
|
|
869
|
+
/** The default is 10. */
|
|
870
|
+
maxEmptyBulkDelete?: string;
|
|
871
|
+
/** The default is 600. */
|
|
872
|
+
maxGracefulTerminationSec?: string;
|
|
873
|
+
/** The default is '15m'. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported. */
|
|
874
|
+
maxNodeProvisionTime?: string;
|
|
875
|
+
/** The default is 45. The maximum is 100 and the minimum is 0. */
|
|
876
|
+
maxTotalUnreadyPercentage?: string;
|
|
877
|
+
/** For scenarios like burst/batch scale where you don't want CA to act before the kubernetes scheduler could schedule all the pods, you can tell CA to ignore unscheduled pods before they're a certain age. The default is '0s'. Values must be an integer followed by a unit ('s' for seconds, 'm' for minutes, 'h' for hours, etc). */
|
|
878
|
+
newPodScaleUpDelay?: string;
|
|
879
|
+
/** This must be an integer. The default is 3. */
|
|
880
|
+
okTotalUnreadyCount?: string;
|
|
881
|
+
/** The default is '10'. Values must be an integer number of seconds. */
|
|
882
|
+
scanInterval?: string;
|
|
883
|
+
/** The default is '10m'. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported. */
|
|
884
|
+
scaleDownDelayAfterAdd?: string;
|
|
885
|
+
/** The default is the scan-interval. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported. */
|
|
886
|
+
scaleDownDelayAfterDelete?: string;
|
|
887
|
+
/** The default is '3m'. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported. */
|
|
888
|
+
scaleDownDelayAfterFailure?: string;
|
|
889
|
+
/** The default is '10m'. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported. */
|
|
890
|
+
scaleDownUnneededTime?: string;
|
|
891
|
+
/** The default is '20m'. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported. */
|
|
892
|
+
scaleDownUnreadyTime?: string;
|
|
893
|
+
/** The default is '0.5'. */
|
|
894
|
+
scaleDownUtilizationThreshold?: string;
|
|
895
|
+
/** The default is true. */
|
|
896
|
+
skipNodesWithLocalStorage?: string;
|
|
897
|
+
/** The default is true. */
|
|
898
|
+
skipNodesWithSystemPods?: string;
|
|
899
|
+
}
|
|
900
|
+
/** Access profile for managed cluster API server. */
|
|
901
|
+
export interface ManagedClusterAPIServerAccessProfile {
|
|
902
|
+
/** IP ranges are specified in CIDR format, e.g. 137.117.106.88/29. This feature is not compatible with clusters that use Public IP Per Node, or clusters that are using a Basic Load Balancer. For more information see [API server authorized IP ranges](https://docs.microsoft.com/azure/aks/api-server-authorized-ip-ranges). */
|
|
903
|
+
authorizedIPRanges?: string[];
|
|
904
|
+
/** For more details, see [Creating a private AKS cluster](https://docs.microsoft.com/azure/aks/private-clusters). */
|
|
905
|
+
enablePrivateCluster?: boolean;
|
|
906
|
+
/** The default is System. For more details see [configure private DNS zone](https://docs.microsoft.com/azure/aks/private-clusters#configure-private-dns-zone). Allowed values are 'system' and 'none'. */
|
|
907
|
+
privateDNSZone?: string;
|
|
908
|
+
/** Whether to create additional public FQDN for private cluster or not. */
|
|
909
|
+
enablePrivateClusterPublicFqdn?: boolean;
|
|
910
|
+
/** Whether to disable run command for the cluster or not. */
|
|
911
|
+
disableRunCommand?: boolean;
|
|
912
|
+
/** Whether to enable apiserver vnet integration for the cluster or not. */
|
|
913
|
+
enableVnetIntegration?: boolean;
|
|
914
|
+
/** It is required when: 1. creating a new cluster with BYO Vnet; 2. updating an existing cluster to enable apiserver vnet integration. */
|
|
915
|
+
subnetId?: string;
|
|
916
|
+
}
|
|
917
|
+
/** A private link resource */
|
|
918
|
+
export interface PrivateLinkResource {
|
|
919
|
+
/** The ID of the private link resource. */
|
|
920
|
+
id?: string;
|
|
921
|
+
/** The name of the private link resource. */
|
|
922
|
+
name?: string;
|
|
923
|
+
/** The resource type. */
|
|
924
|
+
type?: string;
|
|
925
|
+
/** The group ID of the resource. */
|
|
926
|
+
groupId?: string;
|
|
927
|
+
/** The RequiredMembers of the resource */
|
|
928
|
+
requiredMembers?: string[];
|
|
929
|
+
/**
|
|
930
|
+
* The private link service ID of the resource, this field is exposed only to NRP internally.
|
|
931
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
932
|
+
*/
|
|
933
|
+
readonly privateLinkServiceID?: string;
|
|
934
|
+
}
|
|
935
|
+
/** Cluster HTTP proxy configuration. */
|
|
936
|
+
export interface ManagedClusterHttpProxyConfig {
|
|
937
|
+
/** The HTTP proxy server endpoint to use. */
|
|
938
|
+
httpProxy?: string;
|
|
939
|
+
/** The HTTPS proxy server endpoint to use. */
|
|
940
|
+
httpsProxy?: string;
|
|
941
|
+
/** The endpoints that should not go through proxy. */
|
|
942
|
+
noProxy?: string[];
|
|
943
|
+
/**
|
|
944
|
+
* 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.
|
|
945
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
946
|
+
*/
|
|
947
|
+
readonly effectiveNoProxy?: string[];
|
|
948
|
+
/** Alternative CA cert to use for connecting to proxy servers. */
|
|
949
|
+
trustedCa?: string;
|
|
950
|
+
}
|
|
951
|
+
/** Security profile for the container service cluster. */
|
|
952
|
+
export interface ManagedClusterSecurityProfile {
|
|
953
|
+
/** Microsoft Defender settings for the security profile. */
|
|
954
|
+
defender?: ManagedClusterSecurityProfileDefender;
|
|
955
|
+
/** Azure Key Vault [key management service](https://kubernetes.io/docs/tasks/administer-cluster/kms-provider/) settings for the security profile. */
|
|
956
|
+
azureKeyVaultKms?: AzureKeyVaultKms;
|
|
957
|
+
/** 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. */
|
|
958
|
+
workloadIdentity?: ManagedClusterSecurityProfileWorkloadIdentity;
|
|
959
|
+
/** Image Cleaner settings for the security profile. */
|
|
960
|
+
imageCleaner?: ManagedClusterSecurityProfileImageCleaner;
|
|
961
|
+
/** 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. */
|
|
962
|
+
imageIntegrity?: ManagedClusterSecurityProfileImageIntegrity;
|
|
963
|
+
/** [Node Restriction](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#noderestriction) settings for the security profile. */
|
|
964
|
+
nodeRestriction?: ManagedClusterSecurityProfileNodeRestriction;
|
|
965
|
+
/** A list of up to 10 base64 encoded CAs that will be added to the trust store on nodes with the Custom CA Trust feature enabled. For more information see [Custom CA Trust Certificates](https://learn.microsoft.com/en-us/azure/aks/custom-certificate-authority) */
|
|
966
|
+
customCATrustCertificates?: Uint8Array[];
|
|
967
|
+
}
|
|
968
|
+
/** Microsoft Defender settings for the security profile. */
|
|
969
|
+
export interface ManagedClusterSecurityProfileDefender {
|
|
970
|
+
/** Resource ID of the Log Analytics workspace to be associated with Microsoft Defender. When Microsoft Defender is enabled, this field is required and must be a valid workspace resource ID. When Microsoft Defender is disabled, leave the field empty. */
|
|
971
|
+
logAnalyticsWorkspaceResourceId?: string;
|
|
972
|
+
/** Microsoft Defender threat detection for Cloud settings for the security profile. */
|
|
973
|
+
securityMonitoring?: ManagedClusterSecurityProfileDefenderSecurityMonitoring;
|
|
974
|
+
}
|
|
975
|
+
/** Microsoft Defender settings for the security profile threat detection. */
|
|
976
|
+
export interface ManagedClusterSecurityProfileDefenderSecurityMonitoring {
|
|
977
|
+
/** Whether to enable Defender threat detection */
|
|
978
|
+
enabled?: boolean;
|
|
979
|
+
}
|
|
980
|
+
/** Azure Key Vault key management service settings for the security profile. */
|
|
981
|
+
export interface AzureKeyVaultKms {
|
|
982
|
+
/** Whether to enable Azure Key Vault key management service. The default is false. */
|
|
983
|
+
enabled?: boolean;
|
|
984
|
+
/** Identifier of Azure Key Vault key. See [key identifier format](https://docs.microsoft.com/en-us/azure/key-vault/general/about-keys-secrets-certificates#vault-name-and-object-name) for more details. When Azure Key Vault key management service is enabled, this field is required and must be a valid key identifier. When Azure Key Vault key management service is disabled, leave the field empty. */
|
|
985
|
+
keyId?: string;
|
|
986
|
+
/** Network access of key vault. The possible values are `Public` and `Private`. `Public` means the key vault allows public access from all networks. `Private` means the key vault disables public access and enables private link. The default value is `Public`. */
|
|
987
|
+
keyVaultNetworkAccess?: KeyVaultNetworkAccessTypes;
|
|
988
|
+
/** Resource ID of key vault. When keyVaultNetworkAccess is `Private`, this field is required and must be a valid resource ID. When keyVaultNetworkAccess is `Public`, leave the field empty. */
|
|
989
|
+
keyVaultResourceId?: string;
|
|
990
|
+
}
|
|
991
|
+
/** Workload identity settings for the security profile. */
|
|
992
|
+
export interface ManagedClusterSecurityProfileWorkloadIdentity {
|
|
993
|
+
/** Whether to enable workload identity. */
|
|
994
|
+
enabled?: boolean;
|
|
995
|
+
}
|
|
996
|
+
/** Image Cleaner removes unused images from nodes, freeing up disk space and helping to reduce attack surface area. Here are settings for the security profile. */
|
|
997
|
+
export interface ManagedClusterSecurityProfileImageCleaner {
|
|
998
|
+
/** Whether to enable Image Cleaner on AKS cluster. */
|
|
999
|
+
enabled?: boolean;
|
|
1000
|
+
/** Image Cleaner scanning interval in hours. */
|
|
1001
|
+
intervalHours?: number;
|
|
1002
|
+
}
|
|
1003
|
+
/** Image integrity related settings for the security profile. */
|
|
1004
|
+
export interface ManagedClusterSecurityProfileImageIntegrity {
|
|
1005
|
+
/** Whether to enable image integrity. The default value is false. */
|
|
1006
|
+
enabled?: boolean;
|
|
1007
|
+
}
|
|
1008
|
+
/** Node Restriction settings for the security profile. */
|
|
1009
|
+
export interface ManagedClusterSecurityProfileNodeRestriction {
|
|
1010
|
+
/** Whether to enable Node Restriction */
|
|
1011
|
+
enabled?: boolean;
|
|
1012
|
+
}
|
|
1013
|
+
/** Storage profile for the container service cluster. */
|
|
1014
|
+
export interface ManagedClusterStorageProfile {
|
|
1015
|
+
/** AzureDisk CSI Driver settings for the storage profile. */
|
|
1016
|
+
diskCSIDriver?: ManagedClusterStorageProfileDiskCSIDriver;
|
|
1017
|
+
/** AzureFile CSI Driver settings for the storage profile. */
|
|
1018
|
+
fileCSIDriver?: ManagedClusterStorageProfileFileCSIDriver;
|
|
1019
|
+
/** Snapshot Controller settings for the storage profile. */
|
|
1020
|
+
snapshotController?: ManagedClusterStorageProfileSnapshotController;
|
|
1021
|
+
/** AzureBlob CSI Driver settings for the storage profile. */
|
|
1022
|
+
blobCSIDriver?: ManagedClusterStorageProfileBlobCSIDriver;
|
|
1023
|
+
}
|
|
1024
|
+
/** AzureDisk CSI Driver settings for the storage profile. */
|
|
1025
|
+
export interface ManagedClusterStorageProfileDiskCSIDriver {
|
|
1026
|
+
/** Whether to enable AzureDisk CSI Driver. The default value is true. */
|
|
1027
|
+
enabled?: boolean;
|
|
1028
|
+
/** The version of AzureDisk CSI Driver. The default value is v1. */
|
|
1029
|
+
version?: string;
|
|
1030
|
+
}
|
|
1031
|
+
/** AzureFile CSI Driver settings for the storage profile. */
|
|
1032
|
+
export interface ManagedClusterStorageProfileFileCSIDriver {
|
|
1033
|
+
/** Whether to enable AzureFile CSI Driver. The default value is true. */
|
|
1034
|
+
enabled?: boolean;
|
|
1035
|
+
}
|
|
1036
|
+
/** Snapshot Controller settings for the storage profile. */
|
|
1037
|
+
export interface ManagedClusterStorageProfileSnapshotController {
|
|
1038
|
+
/** Whether to enable Snapshot Controller. The default value is true. */
|
|
1039
|
+
enabled?: boolean;
|
|
1040
|
+
}
|
|
1041
|
+
/** AzureBlob CSI Driver settings for the storage profile. */
|
|
1042
|
+
export interface ManagedClusterStorageProfileBlobCSIDriver {
|
|
1043
|
+
/** Whether to enable AzureBlob CSI Driver. The default value is false. */
|
|
1044
|
+
enabled?: boolean;
|
|
1045
|
+
}
|
|
1046
|
+
/** Ingress profile for the container service cluster. */
|
|
1047
|
+
export interface ManagedClusterIngressProfile {
|
|
1048
|
+
/** Web App Routing settings for the ingress profile. */
|
|
1049
|
+
webAppRouting?: ManagedClusterIngressProfileWebAppRouting;
|
|
1050
|
+
}
|
|
1051
|
+
/** Web App Routing settings for the ingress profile. */
|
|
1052
|
+
export interface ManagedClusterIngressProfileWebAppRouting {
|
|
1053
|
+
/** Whether to enable Web App Routing. */
|
|
1054
|
+
enabled?: boolean;
|
|
1055
|
+
/** Resource IDs of the DNS zones to be associated with the Web App Routing add-on. Used only when Web App Routing is enabled. Public and private DNS zones can be in different resource groups, but all public DNS zones must be in the same resource group and all private DNS zones must be in the same resource group. */
|
|
1056
|
+
dnsZoneResourceIds?: string[];
|
|
1057
|
+
/** Configuration for the default NginxIngressController. See more at https://learn.microsoft.com/en-us/azure/aks/app-routing-nginx-configuration#the-default-nginx-ingress-controller. */
|
|
1058
|
+
nginx?: ManagedClusterIngressProfileNginx;
|
|
1059
|
+
/**
|
|
1060
|
+
* Managed identity of the Web 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.
|
|
1061
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1062
|
+
*/
|
|
1063
|
+
readonly identity?: UserAssignedIdentity;
|
|
1064
|
+
}
|
|
1065
|
+
export interface ManagedClusterIngressProfileNginx {
|
|
1066
|
+
/** Ingress type for the default NginxIngressController custom resource */
|
|
1067
|
+
defaultIngressControllerType?: NginxIngressControllerType;
|
|
1068
|
+
}
|
|
1069
|
+
/** Workload Auto-scaler profile for the managed cluster. */
|
|
1070
|
+
export interface ManagedClusterWorkloadAutoScalerProfile {
|
|
1071
|
+
/** KEDA (Kubernetes Event-driven Autoscaling) settings for the workload auto-scaler profile. */
|
|
1072
|
+
keda?: ManagedClusterWorkloadAutoScalerProfileKeda;
|
|
1073
|
+
verticalPodAutoscaler?: ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler;
|
|
1074
|
+
}
|
|
1075
|
+
/** KEDA (Kubernetes Event-driven Autoscaling) settings for the workload auto-scaler profile. */
|
|
1076
|
+
export interface ManagedClusterWorkloadAutoScalerProfileKeda {
|
|
1077
|
+
/** Whether to enable KEDA. */
|
|
1078
|
+
enabled: boolean;
|
|
1079
|
+
}
|
|
1080
|
+
export interface ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler {
|
|
1081
|
+
/** Whether to enable VPA add-on in cluster. Default value is false. */
|
|
1082
|
+
enabled: boolean;
|
|
1083
|
+
/** Whether VPA add-on is enabled and configured to scale AKS-managed add-ons. */
|
|
1084
|
+
addonAutoscaling?: AddonAutoscaling;
|
|
1085
|
+
}
|
|
1086
|
+
/** Prometheus addon profile for the container service cluster */
|
|
1087
|
+
export interface ManagedClusterAzureMonitorProfile {
|
|
1088
|
+
/** Metrics profile for the prometheus service addon */
|
|
1089
|
+
metrics?: ManagedClusterAzureMonitorProfileMetrics;
|
|
1090
|
+
/** Azure Monitor Container Insights Profile for Kubernetes Events, Inventory and Container stdout & stderr logs etc. See aka.ms/AzureMonitorContainerInsights for an overview. */
|
|
1091
|
+
containerInsights?: ManagedClusterAzureMonitorProfileContainerInsights;
|
|
1092
|
+
/** 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. */
|
|
1093
|
+
appMonitoring?: ManagedClusterAzureMonitorProfileAppMonitoring;
|
|
1094
|
+
}
|
|
1095
|
+
/** Metrics profile for the prometheus service addon */
|
|
1096
|
+
export interface ManagedClusterAzureMonitorProfileMetrics {
|
|
1097
|
+
/** Whether to enable the Prometheus collector */
|
|
1098
|
+
enabled: boolean;
|
|
1099
|
+
/** Kube State Metrics for prometheus addon profile for the container service cluster */
|
|
1100
|
+
kubeStateMetrics?: ManagedClusterAzureMonitorProfileKubeStateMetrics;
|
|
1101
|
+
}
|
|
1102
|
+
/** Kube State Metrics for prometheus addon profile for the container service cluster */
|
|
1103
|
+
export interface ManagedClusterAzureMonitorProfileKubeStateMetrics {
|
|
1104
|
+
/** Comma-separated list of Kubernetes annotations keys that will be used in the resource's labels metric. */
|
|
1105
|
+
metricLabelsAllowlist?: string;
|
|
1106
|
+
/** Comma-separated list of additional Kubernetes label keys that will be used in the resource's labels metric. */
|
|
1107
|
+
metricAnnotationsAllowList?: string;
|
|
1108
|
+
}
|
|
1109
|
+
/** Azure Monitor Container Insights Profile for Kubernetes Events, Inventory and Container stdout & stderr logs etc. See aka.ms/AzureMonitorContainerInsights for an overview. */
|
|
1110
|
+
export interface ManagedClusterAzureMonitorProfileContainerInsights {
|
|
1111
|
+
/** Indicates if Azure Monitor Container Insights Logs Addon is enabled or not. */
|
|
1112
|
+
enabled?: boolean;
|
|
1113
|
+
/** Fully Qualified ARM Resource Id of Azure Log Analytics Workspace for storing Azure Monitor Container Insights Logs. */
|
|
1114
|
+
logAnalyticsWorkspaceResourceId?: string;
|
|
1115
|
+
/** The syslog host port. If not specified, the default port is 28330. */
|
|
1116
|
+
syslogPort?: number;
|
|
1117
|
+
/** 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 */
|
|
1118
|
+
disableCustomMetrics?: boolean;
|
|
1119
|
+
/** 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 */
|
|
1120
|
+
disablePrometheusMetricsScraping?: boolean;
|
|
1121
|
+
}
|
|
1122
|
+
/** 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. */
|
|
1123
|
+
export interface ManagedClusterAzureMonitorProfileAppMonitoring {
|
|
1124
|
+
/** Application Monitoring Auto Instrumentation for Kubernetes Application Container. Deploys web hook to auto-instrument Azure Monitor OpenTelemetry based SDKs to collect OpenTelemetry metrics, logs and traces of the application. See aka.ms/AzureMonitorApplicationMonitoring for an overview. */
|
|
1125
|
+
autoInstrumentation?: ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation;
|
|
1126
|
+
/** Application Monitoring Open Telemetry Metrics Profile for Kubernetes Application Container Metrics. Collects OpenTelemetry metrics of the application using Azure Monitor OpenTelemetry based SDKs. See aka.ms/AzureMonitorApplicationMonitoring for an overview. */
|
|
1127
|
+
openTelemetryMetrics?: ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetrics;
|
|
1128
|
+
/** Application Monitoring Open Telemetry Metrics Profile for Kubernetes Application Container Logs and Traces. Collects OpenTelemetry logs and traces of the application using Azure Monitor OpenTelemetry based SDKs. See aka.ms/AzureMonitorApplicationMonitoring for an overview. */
|
|
1129
|
+
openTelemetryLogs?: ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogs;
|
|
1130
|
+
}
|
|
1131
|
+
/** Application Monitoring Auto Instrumentation for Kubernetes Application Container. Deploys web hook to auto-instrument Azure Monitor OpenTelemetry based SDKs to collect OpenTelemetry metrics, logs and traces of the application. See aka.ms/AzureMonitorApplicationMonitoring for an overview. */
|
|
1132
|
+
export interface ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation {
|
|
1133
|
+
/** Indicates if Application Monitoring Auto Instrumentation is enabled or not. */
|
|
1134
|
+
enabled?: boolean;
|
|
1135
|
+
}
|
|
1136
|
+
/** Application Monitoring Open Telemetry Metrics Profile for Kubernetes Application Container Metrics. Collects OpenTelemetry metrics of the application using Azure Monitor OpenTelemetry based SDKs. See aka.ms/AzureMonitorApplicationMonitoring for an overview. */
|
|
1137
|
+
export interface ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetrics {
|
|
1138
|
+
/** Indicates if Application Monitoring Open Telemetry Metrics is enabled or not. */
|
|
1139
|
+
enabled?: boolean;
|
|
1140
|
+
/** The Open Telemetry host port for Open Telemetry metrics. If not specified, the default port is 28333. */
|
|
1141
|
+
port?: number;
|
|
1142
|
+
}
|
|
1143
|
+
/** Application Monitoring Open Telemetry Metrics Profile for Kubernetes Application Container Logs and Traces. Collects OpenTelemetry logs and traces of the application using Azure Monitor OpenTelemetry based SDKs. See aka.ms/AzureMonitorApplicationMonitoring for an overview. */
|
|
1144
|
+
export interface ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogs {
|
|
1145
|
+
/** Indicates if Application Monitoring Open Telemetry Logs and traces is enabled or not. */
|
|
1146
|
+
enabled?: boolean;
|
|
1147
|
+
/** The Open Telemetry host port for Open Telemetry logs and traces. If not specified, the default port is 28331. */
|
|
1148
|
+
port?: number;
|
|
1149
|
+
}
|
|
1150
|
+
/** The Safeguards profile. */
|
|
1151
|
+
export interface SafeguardsProfile {
|
|
1152
|
+
/**
|
|
1153
|
+
* List of namespaces specified by AKS to be excluded from Safeguards
|
|
1154
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1155
|
+
*/
|
|
1156
|
+
readonly systemExcludedNamespaces?: string[];
|
|
1157
|
+
/** The version of constraints to use */
|
|
1158
|
+
version?: string;
|
|
1159
|
+
/** The Safeguards level to be used. By default, Safeguards is enabled for all namespaces except those that AKS excludes via systemExcludedNamespaces */
|
|
1160
|
+
level: Level;
|
|
1161
|
+
/** List of namespaces excluded from Safeguards checks */
|
|
1162
|
+
excludedNamespaces?: string[];
|
|
1163
|
+
}
|
|
1164
|
+
/** Service mesh profile for a managed cluster. */
|
|
1165
|
+
export interface ServiceMeshProfile {
|
|
1166
|
+
/** Mode of the service mesh. */
|
|
1167
|
+
mode: ServiceMeshMode;
|
|
1168
|
+
/** Istio service mesh configuration. */
|
|
1169
|
+
istio?: IstioServiceMesh;
|
|
1170
|
+
}
|
|
1171
|
+
/** Istio service mesh configuration. */
|
|
1172
|
+
export interface IstioServiceMesh {
|
|
1173
|
+
/** Istio components configuration. */
|
|
1174
|
+
components?: IstioComponents;
|
|
1175
|
+
/** Istio Service Mesh Certificate Authority (CA) configuration. For now, we only support plugin certificates as described here https://aka.ms/asm-plugin-ca */
|
|
1176
|
+
certificateAuthority?: IstioCertificateAuthority;
|
|
1177
|
+
/** The list of revisions of the Istio control plane. When an upgrade is not in progress, this holds one value. When canary upgrade is in progress, this can only hold two consecutive values. For more information, see: https://learn.microsoft.com/en-us/azure/aks/istio-upgrade */
|
|
1178
|
+
revisions?: string[];
|
|
1179
|
+
}
|
|
1180
|
+
/** Istio components configuration. */
|
|
1181
|
+
export interface IstioComponents {
|
|
1182
|
+
/** Istio ingress gateways. */
|
|
1183
|
+
ingressGateways?: IstioIngressGateway[];
|
|
1184
|
+
/** Istio egress gateways. */
|
|
1185
|
+
egressGateways?: IstioEgressGateway[];
|
|
1186
|
+
}
|
|
1187
|
+
/** Istio ingress gateway configuration. For now, we support up to one external ingress gateway named `aks-istio-ingressgateway-external` and one internal ingress gateway named `aks-istio-ingressgateway-internal`. */
|
|
1188
|
+
export interface IstioIngressGateway {
|
|
1189
|
+
/** Mode of an ingress gateway. */
|
|
1190
|
+
mode: IstioIngressGatewayMode;
|
|
1191
|
+
/** Whether to enable the ingress gateway. */
|
|
1192
|
+
enabled: boolean;
|
|
1193
|
+
}
|
|
1194
|
+
/** Istio egress gateway configuration. */
|
|
1195
|
+
export interface IstioEgressGateway {
|
|
1196
|
+
/** Whether to enable the egress gateway. */
|
|
1197
|
+
enabled: boolean;
|
|
1198
|
+
/** Name of the Istio add-on egress gateway. */
|
|
1199
|
+
name: string;
|
|
1200
|
+
/** Namespace that the Istio add-on egress gateway should be deployed in. If unspecified, the default is aks-istio-egress. */
|
|
1201
|
+
namespace?: string;
|
|
1202
|
+
/** Name of the gateway configuration custom resource for the Istio add-on egress gateway. Must be specified when enabling the Istio egress gateway. Must be deployed in the same namespace that the Istio egress gateway will be deployed in. */
|
|
1203
|
+
gatewayConfigurationName?: string;
|
|
1204
|
+
}
|
|
1205
|
+
/** Istio Service Mesh Certificate Authority (CA) configuration. For now, we only support plugin certificates as described here https://aka.ms/asm-plugin-ca */
|
|
1206
|
+
export interface IstioCertificateAuthority {
|
|
1207
|
+
/** Plugin certificates information for Service Mesh. */
|
|
1208
|
+
plugin?: IstioPluginCertificateAuthority;
|
|
1209
|
+
}
|
|
1210
|
+
/** Plugin certificates information for Service Mesh. */
|
|
1211
|
+
export interface IstioPluginCertificateAuthority {
|
|
1212
|
+
/** The resource ID of the Key Vault. */
|
|
1213
|
+
keyVaultId?: string;
|
|
1214
|
+
/** Intermediate certificate object name in Azure Key Vault. */
|
|
1215
|
+
certObjectName?: string;
|
|
1216
|
+
/** Intermediate certificate private key object name in Azure Key Vault. */
|
|
1217
|
+
keyObjectName?: string;
|
|
1218
|
+
/** Root certificate object name in Azure Key Vault. */
|
|
1219
|
+
rootCertObjectName?: string;
|
|
1220
|
+
/** Certificate chain object name in Azure Key Vault. */
|
|
1221
|
+
certChainObjectName?: string;
|
|
1222
|
+
}
|
|
1223
|
+
/** The metrics profile for the ManagedCluster. */
|
|
1224
|
+
export interface ManagedClusterMetricsProfile {
|
|
1225
|
+
/** The cost analysis configuration for the cluster */
|
|
1226
|
+
costAnalysis?: ManagedClusterCostAnalysis;
|
|
1227
|
+
}
|
|
1228
|
+
/** The cost analysis configuration for the cluster */
|
|
1229
|
+
export interface ManagedClusterCostAnalysis {
|
|
1230
|
+
/** The Managed Cluster sku.tier must be set to 'Standard' or 'Premium' to enable this feature. Enabling this will add Kubernetes Namespace and Deployment details to the Cost Analysis views in the Azure portal. If not specified, the default is false. For more information see aka.ms/aks/docs/cost-analysis. */
|
|
1231
|
+
enabled?: boolean;
|
|
1232
|
+
}
|
|
1233
|
+
/** When enabling the operator, a set of AKS managed CRDs and controllers will be installed in the cluster. The operator automates the deployment of OSS models for inference and/or training purposes. It provides a set of preset models and enables distributed inference against them. */
|
|
1234
|
+
export interface ManagedClusterAIToolchainOperatorProfile {
|
|
1235
|
+
/** Indicates if AI toolchain operator enabled or not. */
|
|
1236
|
+
enabled?: boolean;
|
|
1237
|
+
}
|
|
1238
|
+
export interface ManagedClusterNodeProvisioningProfile {
|
|
1239
|
+
/** Once the mode it set to Auto, it cannot be changed back to Manual. */
|
|
1240
|
+
mode?: NodeProvisioningMode;
|
|
1241
|
+
}
|
|
1242
|
+
/** The bootstrap profile. */
|
|
1243
|
+
export interface ManagedClusterBootstrapProfile {
|
|
1244
|
+
/** The source where the artifacts are downloaded from. */
|
|
1245
|
+
artifactSource?: ArtifactSource;
|
|
1246
|
+
/** The resource Id of Azure Container Registry. The registry must have private network access, premium SKU and zone redundancy. */
|
|
1247
|
+
containerRegistryId?: string;
|
|
1248
|
+
}
|
|
1249
|
+
/** Contains read-only information about the Managed Cluster. */
|
|
1250
|
+
export interface ManagedClusterStatus {
|
|
1251
|
+
/**
|
|
1252
|
+
* Preserves the detailed info of failure. If there was no error, this field is omitted.
|
|
1253
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1254
|
+
*/
|
|
1255
|
+
readonly provisioningError?: CloudErrorBody;
|
|
1256
|
+
}
|
|
1257
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
1258
|
+
export interface Resource {
|
|
1259
|
+
/**
|
|
1260
|
+
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
1261
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1262
|
+
*/
|
|
1263
|
+
readonly id?: string;
|
|
1264
|
+
/**
|
|
1265
|
+
* The name of the resource
|
|
1266
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1267
|
+
*/
|
|
1268
|
+
readonly name?: string;
|
|
1269
|
+
/**
|
|
1270
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
1271
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1272
|
+
*/
|
|
1273
|
+
readonly type?: string;
|
|
1274
|
+
/**
|
|
1275
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
1276
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1277
|
+
*/
|
|
1278
|
+
readonly systemData?: SystemData;
|
|
1279
|
+
}
|
|
1280
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
1281
|
+
export interface SystemData {
|
|
1282
|
+
/** The identity that created the resource. */
|
|
1283
|
+
createdBy?: string;
|
|
1284
|
+
/** The type of identity that created the resource. */
|
|
1285
|
+
createdByType?: CreatedByType;
|
|
1286
|
+
/** The timestamp of resource creation (UTC). */
|
|
1287
|
+
createdAt?: Date;
|
|
1288
|
+
/** The identity that last modified the resource. */
|
|
1289
|
+
lastModifiedBy?: string;
|
|
1290
|
+
/** The type of identity that last modified the resource. */
|
|
1291
|
+
lastModifiedByType?: CreatedByType;
|
|
1292
|
+
/** The timestamp of resource last modification (UTC) */
|
|
1293
|
+
lastModifiedAt?: Date;
|
|
1294
|
+
}
|
|
1295
|
+
/** The list of available upgrades for compute pools. */
|
|
1296
|
+
export interface ManagedClusterUpgradeProfile {
|
|
1297
|
+
/**
|
|
1298
|
+
* The ID of the upgrade profile.
|
|
1299
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1300
|
+
*/
|
|
1301
|
+
readonly id?: string;
|
|
1302
|
+
/**
|
|
1303
|
+
* The name of the upgrade profile.
|
|
1304
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1305
|
+
*/
|
|
1306
|
+
readonly name?: string;
|
|
1307
|
+
/**
|
|
1308
|
+
* The type of the upgrade profile.
|
|
1309
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1310
|
+
*/
|
|
1311
|
+
readonly type?: string;
|
|
1312
|
+
/** The list of available upgrade versions for the control plane. */
|
|
1313
|
+
controlPlaneProfile: ManagedClusterPoolUpgradeProfile;
|
|
1314
|
+
/** The list of available upgrade versions for agent pools. */
|
|
1315
|
+
agentPoolProfiles: ManagedClusterPoolUpgradeProfile[];
|
|
1316
|
+
}
|
|
1317
|
+
/** The list of available upgrade versions. */
|
|
1318
|
+
export interface ManagedClusterPoolUpgradeProfile {
|
|
1319
|
+
/** The Kubernetes version (major.minor.patch). */
|
|
1320
|
+
kubernetesVersion: string;
|
|
1321
|
+
/** The Agent Pool name. */
|
|
1322
|
+
name?: string;
|
|
1323
|
+
/** The operating system type. The default is Linux. */
|
|
1324
|
+
osType: OSType;
|
|
1325
|
+
/** List of orchestrator types and versions available for upgrade. */
|
|
1326
|
+
upgrades?: ManagedClusterPoolUpgradeProfileUpgradesItem[];
|
|
1327
|
+
/** List of components grouped by kubernetes major.minor version. */
|
|
1328
|
+
componentsByReleases?: ComponentsByRelease[];
|
|
1329
|
+
}
|
|
1330
|
+
export interface ManagedClusterPoolUpgradeProfileUpgradesItem {
|
|
1331
|
+
/** The Kubernetes version (major.minor.patch). */
|
|
1332
|
+
kubernetesVersion?: string;
|
|
1333
|
+
/** Whether the Kubernetes version is currently in preview. */
|
|
1334
|
+
isPreview?: boolean;
|
|
1335
|
+
/** Whether the Kubernetes version is out of support. */
|
|
1336
|
+
isOutOfSupport?: boolean;
|
|
1337
|
+
}
|
|
1338
|
+
/** components of given Kubernetes version. */
|
|
1339
|
+
export interface ComponentsByRelease {
|
|
1340
|
+
/** The Kubernetes version (major.minor). */
|
|
1341
|
+
kubernetesVersion?: string;
|
|
1342
|
+
/** components of current or upgraded Kubernetes version in the cluster. */
|
|
1343
|
+
components?: Component[];
|
|
1344
|
+
}
|
|
1345
|
+
export interface Component {
|
|
1346
|
+
/** Component name. */
|
|
1347
|
+
name?: string;
|
|
1348
|
+
/** Component version. */
|
|
1349
|
+
version?: string;
|
|
1350
|
+
/** 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. */
|
|
1351
|
+
hasBreakingChanges?: boolean;
|
|
1352
|
+
}
|
|
1353
|
+
/** The list credential result response. */
|
|
1354
|
+
export interface CredentialResults {
|
|
1355
|
+
/**
|
|
1356
|
+
* Base64-encoded Kubernetes configuration file.
|
|
1357
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1358
|
+
*/
|
|
1359
|
+
readonly kubeconfigs?: CredentialResult[];
|
|
1360
|
+
}
|
|
1361
|
+
/** The credential result response. */
|
|
1362
|
+
export interface CredentialResult {
|
|
1363
|
+
/**
|
|
1364
|
+
* The name of the credential.
|
|
1365
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1366
|
+
*/
|
|
1367
|
+
readonly name?: string;
|
|
1368
|
+
/**
|
|
1369
|
+
* Base64-encoded Kubernetes configuration file.
|
|
1370
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1371
|
+
*/
|
|
1372
|
+
readonly value?: Uint8Array;
|
|
1373
|
+
}
|
|
1374
|
+
/** Tags object for patch operations. */
|
|
1375
|
+
export interface TagsObject {
|
|
1376
|
+
/** Resource tags. */
|
|
1377
|
+
tags?: {
|
|
1378
|
+
[propertyName: string]: string;
|
|
1379
|
+
};
|
|
1380
|
+
}
|
|
1381
|
+
/** The response from the List maintenance configurations operation. */
|
|
1382
|
+
export interface MaintenanceConfigurationListResult {
|
|
1383
|
+
/** The list of maintenance configurations. */
|
|
1384
|
+
value?: MaintenanceConfiguration[];
|
|
1385
|
+
/**
|
|
1386
|
+
* The URL to get the next set of maintenance configuration results.
|
|
1387
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1388
|
+
*/
|
|
1389
|
+
readonly nextLink?: string;
|
|
1390
|
+
}
|
|
1391
|
+
/** Time in a week. */
|
|
1392
|
+
export interface TimeInWeek {
|
|
1393
|
+
/** The day of the week. */
|
|
1394
|
+
day?: WeekDay;
|
|
1395
|
+
/** Each integer hour represents a time range beginning at 0m after the hour ending at the next hour (non-inclusive). 0 corresponds to 00:00 UTC, 23 corresponds to 23:00 UTC. Specifying [0, 1] means the 00:00 - 02:00 UTC time range. */
|
|
1396
|
+
hourSlots?: number[];
|
|
1397
|
+
}
|
|
1398
|
+
/** For example, between 2021-05-25T13:00:00Z and 2021-05-25T14:00:00Z. */
|
|
1399
|
+
export interface TimeSpan {
|
|
1400
|
+
/** The start of a time span */
|
|
1401
|
+
start?: Date;
|
|
1402
|
+
/** The end of a time span */
|
|
1403
|
+
end?: Date;
|
|
1404
|
+
}
|
|
1405
|
+
/** Maintenance window used to configure scheduled auto-upgrade for a Managed Cluster. */
|
|
1406
|
+
export interface MaintenanceWindow {
|
|
1407
|
+
/** Recurrence schedule for the maintenance window. */
|
|
1408
|
+
schedule: Schedule;
|
|
1409
|
+
/** Length of maintenance window range from 4 to 24 hours. */
|
|
1410
|
+
durationHours: number;
|
|
1411
|
+
/** The UTC offset in format +/-HH:mm. For example, '+05:30' for IST and '-07:00' for PST. If not specified, the default is '+00:00'. */
|
|
1412
|
+
utcOffset?: string;
|
|
1413
|
+
/** The date the maintenance window activates. If the current date is before this date, the maintenance window is inactive and will not be used for upgrades. If not specified, the maintenance window will be active right away. */
|
|
1414
|
+
startDate?: Date;
|
|
1415
|
+
/** The start time of the maintenance window. Accepted values are from '00:00' to '23:59'. 'utcOffset' applies to this field. For example: '02:00' with 'utcOffset: +02:00' means UTC time '00:00'. */
|
|
1416
|
+
startTime: string;
|
|
1417
|
+
/** Date ranges on which upgrade is not allowed. 'utcOffset' applies to this field. For example, with 'utcOffset: +02:00' and 'dateSpan' being '2022-12-23' to '2023-01-03', maintenance will be blocked from '2022-12-22 22:00' to '2023-01-03 22:00' in UTC time. */
|
|
1418
|
+
notAllowedDates?: DateSpan[];
|
|
1419
|
+
}
|
|
1420
|
+
/** One and only one of the schedule types should be specified. Choose either 'daily', 'weekly', 'absoluteMonthly' or 'relativeMonthly' for your maintenance schedule. */
|
|
1421
|
+
export interface Schedule {
|
|
1422
|
+
/** For schedules like: 'recur every day' or 'recur every 3 days'. */
|
|
1423
|
+
daily?: DailySchedule;
|
|
1424
|
+
/** For schedules like: 'recur every Monday' or 'recur every 3 weeks on Wednesday'. */
|
|
1425
|
+
weekly?: WeeklySchedule;
|
|
1426
|
+
/** For schedules like: 'recur every month on the 15th' or 'recur every 3 months on the 20th'. */
|
|
1427
|
+
absoluteMonthly?: AbsoluteMonthlySchedule;
|
|
1428
|
+
/** For schedules like: 'recur every month on the first Monday' or 'recur every 3 months on last Friday'. */
|
|
1429
|
+
relativeMonthly?: RelativeMonthlySchedule;
|
|
1430
|
+
}
|
|
1431
|
+
/** For schedules like: 'recur every day' or 'recur every 3 days'. */
|
|
1432
|
+
export interface DailySchedule {
|
|
1433
|
+
/** Specifies the number of days between each set of occurrences. */
|
|
1434
|
+
intervalDays: number;
|
|
1435
|
+
}
|
|
1436
|
+
/** For schedules like: 'recur every Monday' or 'recur every 3 weeks on Wednesday'. */
|
|
1437
|
+
export interface WeeklySchedule {
|
|
1438
|
+
/** Specifies the number of weeks between each set of occurrences. */
|
|
1439
|
+
intervalWeeks: number;
|
|
1440
|
+
/** Specifies on which day of the week the maintenance occurs. */
|
|
1441
|
+
dayOfWeek: WeekDay;
|
|
1442
|
+
}
|
|
1443
|
+
/** For schedules like: 'recur every month on the 15th' or 'recur every 3 months on the 20th'. */
|
|
1444
|
+
export interface AbsoluteMonthlySchedule {
|
|
1445
|
+
/** Specifies the number of months between each set of occurrences. */
|
|
1446
|
+
intervalMonths: number;
|
|
1447
|
+
/** The date of the month. */
|
|
1448
|
+
dayOfMonth: number;
|
|
1449
|
+
}
|
|
1450
|
+
/** For schedules like: 'recur every month on the first Monday' or 'recur every 3 months on last Friday'. */
|
|
1451
|
+
export interface RelativeMonthlySchedule {
|
|
1452
|
+
/** Specifies the number of months between each set of occurrences. */
|
|
1453
|
+
intervalMonths: number;
|
|
1454
|
+
/** Specifies on which instance of the allowed days specified in daysOfWeek the maintenance occurs. */
|
|
1455
|
+
weekIndex: Type;
|
|
1456
|
+
/** Specifies on which day of the week the maintenance occurs. */
|
|
1457
|
+
dayOfWeek: WeekDay;
|
|
1458
|
+
}
|
|
1459
|
+
/** For example, between '2022-12-23' and '2023-01-05'. */
|
|
1460
|
+
export interface DateSpan {
|
|
1461
|
+
/** The start date of the date span. */
|
|
1462
|
+
start: Date;
|
|
1463
|
+
/** The end date of the date span. */
|
|
1464
|
+
end: Date;
|
|
1465
|
+
}
|
|
1466
|
+
/** Reference to another subresource. */
|
|
1467
|
+
export interface SubResource {
|
|
1468
|
+
/**
|
|
1469
|
+
* Resource ID.
|
|
1470
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1471
|
+
*/
|
|
1472
|
+
readonly id?: string;
|
|
1473
|
+
/**
|
|
1474
|
+
* The name of the resource that is unique within a resource group. This name can be used to access the resource.
|
|
1475
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1476
|
+
*/
|
|
1477
|
+
readonly name?: string;
|
|
1478
|
+
/**
|
|
1479
|
+
* Resource type
|
|
1480
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1481
|
+
*/
|
|
1482
|
+
readonly type?: string;
|
|
1483
|
+
}
|
|
1484
|
+
/** The response from the List Agent Pools operation. */
|
|
1485
|
+
export interface AgentPoolListResult {
|
|
1486
|
+
/** The list of agent pools. */
|
|
1487
|
+
value?: AgentPool[];
|
|
1488
|
+
/**
|
|
1489
|
+
* The URL to get the next set of agent pool results.
|
|
1490
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1491
|
+
*/
|
|
1492
|
+
readonly nextLink?: string;
|
|
1493
|
+
}
|
|
1494
|
+
/** The list of available upgrades for an agent pool. */
|
|
1495
|
+
export interface AgentPoolUpgradeProfile {
|
|
1496
|
+
/**
|
|
1497
|
+
* The ID of the agent pool upgrade profile.
|
|
1498
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1499
|
+
*/
|
|
1500
|
+
readonly id?: string;
|
|
1501
|
+
/**
|
|
1502
|
+
* The name of the agent pool upgrade profile.
|
|
1503
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1504
|
+
*/
|
|
1505
|
+
readonly name?: string;
|
|
1506
|
+
/**
|
|
1507
|
+
* The type of the agent pool upgrade profile.
|
|
1508
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1509
|
+
*/
|
|
1510
|
+
readonly type?: string;
|
|
1511
|
+
/** The Kubernetes version (major.minor.patch). */
|
|
1512
|
+
kubernetesVersion: string;
|
|
1513
|
+
/** The operating system type. The default is Linux. */
|
|
1514
|
+
osType: OSType;
|
|
1515
|
+
/** List of orchestrator types and versions available for upgrade. */
|
|
1516
|
+
upgrades?: AgentPoolUpgradeProfilePropertiesUpgradesItem[];
|
|
1517
|
+
/** List of components grouped by kubernetes major.minor version. */
|
|
1518
|
+
componentsByReleases?: ComponentsByRelease[];
|
|
1519
|
+
/** The latest AKS supported node image version. */
|
|
1520
|
+
latestNodeImageVersion?: string;
|
|
1521
|
+
}
|
|
1522
|
+
export interface AgentPoolUpgradeProfilePropertiesUpgradesItem {
|
|
1523
|
+
/** The Kubernetes version (major.minor.patch). */
|
|
1524
|
+
kubernetesVersion?: string;
|
|
1525
|
+
/** Whether the Kubernetes version is currently in preview. */
|
|
1526
|
+
isPreview?: boolean;
|
|
1527
|
+
/** Whether the Kubernetes version is out of support. */
|
|
1528
|
+
isOutOfSupport?: boolean;
|
|
1529
|
+
}
|
|
1530
|
+
/** Specifies a list of machine names from the agent pool to be deleted. */
|
|
1531
|
+
export interface AgentPoolDeleteMachinesParameter {
|
|
1532
|
+
/** The agent pool machine names. */
|
|
1533
|
+
machineNames: string[];
|
|
1534
|
+
}
|
|
1535
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
1536
|
+
export interface ErrorResponse {
|
|
1537
|
+
/** The error object. */
|
|
1538
|
+
error?: ErrorDetail;
|
|
1539
|
+
}
|
|
1540
|
+
/** The error detail. */
|
|
1541
|
+
export interface ErrorDetail {
|
|
1542
|
+
/**
|
|
1543
|
+
* The error code.
|
|
1544
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1545
|
+
*/
|
|
1546
|
+
readonly code?: string;
|
|
1547
|
+
/**
|
|
1548
|
+
* The error message.
|
|
1549
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1550
|
+
*/
|
|
1551
|
+
readonly message?: string;
|
|
1552
|
+
/**
|
|
1553
|
+
* The error target.
|
|
1554
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1555
|
+
*/
|
|
1556
|
+
readonly target?: string;
|
|
1557
|
+
/**
|
|
1558
|
+
* The error details.
|
|
1559
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1560
|
+
*/
|
|
1561
|
+
readonly details?: ErrorDetail[];
|
|
1562
|
+
/**
|
|
1563
|
+
* The error additional info.
|
|
1564
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1565
|
+
*/
|
|
1566
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
1567
|
+
}
|
|
1568
|
+
/** The resource management error additional info. */
|
|
1569
|
+
export interface ErrorAdditionalInfo {
|
|
1570
|
+
/**
|
|
1571
|
+
* The additional info type.
|
|
1572
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1573
|
+
*/
|
|
1574
|
+
readonly type?: string;
|
|
1575
|
+
/**
|
|
1576
|
+
* The additional info.
|
|
1577
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1578
|
+
*/
|
|
1579
|
+
readonly info?: Record<string, unknown>;
|
|
1580
|
+
}
|
|
1581
|
+
/** The response from the List Machines operation. */
|
|
1582
|
+
export interface MachineListResult {
|
|
1583
|
+
/** The list of Machines in cluster. */
|
|
1584
|
+
value?: Machine[];
|
|
1585
|
+
/**
|
|
1586
|
+
* The URL to get the next set of machine results.
|
|
1587
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1588
|
+
*/
|
|
1589
|
+
readonly nextLink?: string;
|
|
1590
|
+
}
|
|
1591
|
+
/** The properties of the machine */
|
|
1592
|
+
export interface MachineProperties {
|
|
1593
|
+
/**
|
|
1594
|
+
* network properties of the machine
|
|
1595
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1596
|
+
*/
|
|
1597
|
+
readonly network?: MachineNetworkProperties;
|
|
1598
|
+
/**
|
|
1599
|
+
* Arm resource id of the machine. It can be used to GET underlying VM Instance
|
|
1600
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1601
|
+
*/
|
|
1602
|
+
readonly resourceId?: string;
|
|
1603
|
+
}
|
|
1604
|
+
/** network properties of the machine */
|
|
1605
|
+
export interface MachineNetworkProperties {
|
|
1606
|
+
/**
|
|
1607
|
+
* IPv4, IPv6 addresses of the machine
|
|
1608
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1609
|
+
*/
|
|
1610
|
+
readonly ipAddresses?: MachineIpAddress[];
|
|
1611
|
+
}
|
|
1612
|
+
/** The machine IP address details. */
|
|
1613
|
+
export interface MachineIpAddress {
|
|
1614
|
+
/**
|
|
1615
|
+
* To determine if address belongs IPv4 or IPv6 family
|
|
1616
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1617
|
+
*/
|
|
1618
|
+
readonly family?: IpFamily;
|
|
1619
|
+
/**
|
|
1620
|
+
* IPv4 or IPv6 address of the machine
|
|
1621
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1622
|
+
*/
|
|
1623
|
+
readonly ip?: string;
|
|
1624
|
+
}
|
|
1625
|
+
/** The list of available versions for an agent pool. */
|
|
1626
|
+
export interface AgentPoolAvailableVersions {
|
|
1627
|
+
/**
|
|
1628
|
+
* The ID of the agent pool version list.
|
|
1629
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1630
|
+
*/
|
|
1631
|
+
readonly id?: string;
|
|
1632
|
+
/**
|
|
1633
|
+
* The name of the agent pool version list.
|
|
1634
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1635
|
+
*/
|
|
1636
|
+
readonly name?: string;
|
|
1637
|
+
/**
|
|
1638
|
+
* Type of the agent pool version list.
|
|
1639
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1640
|
+
*/
|
|
1641
|
+
readonly type?: string;
|
|
1642
|
+
/** List of versions available for agent pool. */
|
|
1643
|
+
agentPoolVersions?: AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem[];
|
|
1644
|
+
}
|
|
1645
|
+
export interface AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem {
|
|
1646
|
+
/** Whether this version is the default agent pool version. */
|
|
1647
|
+
default?: boolean;
|
|
1648
|
+
/** The Kubernetes version (major.minor.patch). */
|
|
1649
|
+
kubernetesVersion?: string;
|
|
1650
|
+
/** Whether Kubernetes version is currently in preview. */
|
|
1651
|
+
isPreview?: boolean;
|
|
1652
|
+
}
|
|
1653
|
+
/** A list of private endpoint connections */
|
|
1654
|
+
export interface PrivateEndpointConnectionListResult {
|
|
1655
|
+
/** The collection value. */
|
|
1656
|
+
value?: PrivateEndpointConnection[];
|
|
1657
|
+
}
|
|
1658
|
+
/** A private endpoint connection */
|
|
1659
|
+
export interface PrivateEndpointConnection {
|
|
1660
|
+
/**
|
|
1661
|
+
* The ID of the private endpoint connection.
|
|
1662
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1663
|
+
*/
|
|
1664
|
+
readonly id?: string;
|
|
1665
|
+
/**
|
|
1666
|
+
* The name of the private endpoint connection.
|
|
1667
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1668
|
+
*/
|
|
1669
|
+
readonly name?: string;
|
|
1670
|
+
/**
|
|
1671
|
+
* The resource type.
|
|
1672
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1673
|
+
*/
|
|
1674
|
+
readonly type?: string;
|
|
1675
|
+
/**
|
|
1676
|
+
* The current provisioning state.
|
|
1677
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1678
|
+
*/
|
|
1679
|
+
readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
1680
|
+
/** The resource of private endpoint. */
|
|
1681
|
+
privateEndpoint?: PrivateEndpoint;
|
|
1682
|
+
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
1683
|
+
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
1684
|
+
}
|
|
1685
|
+
/** Private endpoint which a connection belongs to. */
|
|
1686
|
+
export interface PrivateEndpoint {
|
|
1687
|
+
/** The resource ID of the private endpoint */
|
|
1688
|
+
id?: string;
|
|
1689
|
+
}
|
|
1690
|
+
/** The state of a private link service connection. */
|
|
1691
|
+
export interface PrivateLinkServiceConnectionState {
|
|
1692
|
+
/** The private link service connection status. */
|
|
1693
|
+
status?: ConnectionStatus;
|
|
1694
|
+
/** The private link service connection description. */
|
|
1695
|
+
description?: string;
|
|
1696
|
+
}
|
|
1697
|
+
/** A list of private link resources */
|
|
1698
|
+
export interface PrivateLinkResourcesListResult {
|
|
1699
|
+
/** The collection value. */
|
|
1700
|
+
value?: PrivateLinkResource[];
|
|
1701
|
+
}
|
|
1702
|
+
/** A run command request */
|
|
1703
|
+
export interface RunCommandRequest {
|
|
1704
|
+
/** The command to run. */
|
|
1705
|
+
command: string;
|
|
1706
|
+
/** A base64 encoded zip file containing the files required by the command. */
|
|
1707
|
+
context?: string;
|
|
1708
|
+
/** AuthToken issued for AKS AAD Server App. */
|
|
1709
|
+
clusterToken?: string;
|
|
1710
|
+
}
|
|
1711
|
+
/** run command result. */
|
|
1712
|
+
export interface RunCommandResult {
|
|
1713
|
+
/**
|
|
1714
|
+
* The command id.
|
|
1715
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1716
|
+
*/
|
|
1717
|
+
readonly id?: string;
|
|
1718
|
+
/**
|
|
1719
|
+
* provisioning State
|
|
1720
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1721
|
+
*/
|
|
1722
|
+
readonly provisioningState?: string;
|
|
1723
|
+
/**
|
|
1724
|
+
* The exit code of the command
|
|
1725
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1726
|
+
*/
|
|
1727
|
+
readonly exitCode?: number;
|
|
1728
|
+
/**
|
|
1729
|
+
* The time when the command started.
|
|
1730
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1731
|
+
*/
|
|
1732
|
+
readonly startedAt?: Date;
|
|
1733
|
+
/**
|
|
1734
|
+
* The time when the command finished.
|
|
1735
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1736
|
+
*/
|
|
1737
|
+
readonly finishedAt?: Date;
|
|
1738
|
+
/**
|
|
1739
|
+
* The command output.
|
|
1740
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1741
|
+
*/
|
|
1742
|
+
readonly logs?: string;
|
|
1743
|
+
/**
|
|
1744
|
+
* An explanation of why provisioningState is set to failed (if so).
|
|
1745
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1746
|
+
*/
|
|
1747
|
+
readonly reason?: string;
|
|
1748
|
+
}
|
|
1749
|
+
/** Collection of OutboundEnvironmentEndpoint */
|
|
1750
|
+
export interface OutboundEnvironmentEndpointCollection {
|
|
1751
|
+
/** Collection of resources. */
|
|
1752
|
+
value: OutboundEnvironmentEndpoint[];
|
|
1753
|
+
/**
|
|
1754
|
+
* Link to next page of resources.
|
|
1755
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1756
|
+
*/
|
|
1757
|
+
readonly nextLink?: string;
|
|
1758
|
+
}
|
|
1759
|
+
/** Egress endpoints which AKS agent nodes connect to for common purpose. */
|
|
1760
|
+
export interface OutboundEnvironmentEndpoint {
|
|
1761
|
+
/** The category of endpoints accessed by the AKS agent node, e.g. azure-resource-management, apiserver, etc. */
|
|
1762
|
+
category?: string;
|
|
1763
|
+
/** The endpoints that AKS agent nodes connect to */
|
|
1764
|
+
endpoints?: EndpointDependency[];
|
|
1765
|
+
}
|
|
1766
|
+
/** A domain name that AKS agent nodes are reaching at. */
|
|
1767
|
+
export interface EndpointDependency {
|
|
1768
|
+
/** The domain name of the dependency. */
|
|
1769
|
+
domainName?: string;
|
|
1770
|
+
/** The Ports and Protocols used when connecting to domainName. */
|
|
1771
|
+
endpointDetails?: EndpointDetail[];
|
|
1772
|
+
}
|
|
1773
|
+
/** connect information from the AKS agent nodes to a single endpoint. */
|
|
1774
|
+
export interface EndpointDetail {
|
|
1775
|
+
/** An IP Address that Domain Name currently resolves to. */
|
|
1776
|
+
ipAddress?: string;
|
|
1777
|
+
/** The port an endpoint is connected to. */
|
|
1778
|
+
port?: number;
|
|
1779
|
+
/** The protocol used for connection */
|
|
1780
|
+
protocol?: string;
|
|
1781
|
+
/** Description of the detail */
|
|
1782
|
+
description?: string;
|
|
1783
|
+
}
|
|
1784
|
+
/** The operations list. It contains an URL link to get the next set of results. */
|
|
1785
|
+
export interface OperationStatusResultList {
|
|
1786
|
+
/**
|
|
1787
|
+
* List of operations
|
|
1788
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1789
|
+
*/
|
|
1790
|
+
readonly value?: OperationStatusResult[];
|
|
1791
|
+
/**
|
|
1792
|
+
* URL to get the next set of operation list results (if there are any).
|
|
1793
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1794
|
+
*/
|
|
1795
|
+
readonly nextLink?: string;
|
|
1796
|
+
}
|
|
1797
|
+
/** The current status of an async operation. */
|
|
1798
|
+
export interface OperationStatusResult {
|
|
1799
|
+
/** Fully qualified ID for the async operation. */
|
|
1800
|
+
id?: string;
|
|
1801
|
+
/**
|
|
1802
|
+
* Fully qualified ID of the resource against which the original async operation was started.
|
|
1803
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1804
|
+
*/
|
|
1805
|
+
readonly resourceId?: string;
|
|
1806
|
+
/** Name of the async operation. */
|
|
1807
|
+
name?: string;
|
|
1808
|
+
/** Operation status. */
|
|
1809
|
+
status: string;
|
|
1810
|
+
/** Percent of the operation that is complete. */
|
|
1811
|
+
percentComplete?: number;
|
|
1812
|
+
/** The start time of the operation. */
|
|
1813
|
+
startTime?: Date;
|
|
1814
|
+
/** The end time of the operation. */
|
|
1815
|
+
endTime?: Date;
|
|
1816
|
+
/** The operations list. */
|
|
1817
|
+
operations?: OperationStatusResult[];
|
|
1818
|
+
/** If present, details of the operation error. */
|
|
1819
|
+
error?: ErrorDetail;
|
|
1820
|
+
}
|
|
1821
|
+
/** The response from the List Snapshots operation. */
|
|
1822
|
+
export interface SnapshotListResult {
|
|
1823
|
+
/** The list of snapshots. */
|
|
1824
|
+
value?: Snapshot[];
|
|
1825
|
+
/**
|
|
1826
|
+
* The URL to get the next set of snapshot results.
|
|
1827
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1828
|
+
*/
|
|
1829
|
+
readonly nextLink?: string;
|
|
1830
|
+
}
|
|
1831
|
+
/** The response from the List Managed Cluster Snapshots operation. */
|
|
1832
|
+
export interface ManagedClusterSnapshotListResult {
|
|
1833
|
+
/** The list of managed cluster snapshots. */
|
|
1834
|
+
value?: ManagedClusterSnapshot[];
|
|
1835
|
+
/**
|
|
1836
|
+
* The URL to get the next set of managed cluster snapshot results.
|
|
1837
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1838
|
+
*/
|
|
1839
|
+
readonly nextLink?: string;
|
|
1840
|
+
}
|
|
1841
|
+
/** managed cluster properties for snapshot, these properties are read only. */
|
|
1842
|
+
export interface ManagedClusterPropertiesForSnapshot {
|
|
1843
|
+
/** The current kubernetes version. */
|
|
1844
|
+
kubernetesVersion?: string;
|
|
1845
|
+
/** The current managed cluster sku. */
|
|
1846
|
+
sku?: ManagedClusterSKU;
|
|
1847
|
+
/** Whether the cluster has enabled Kubernetes Role-Based Access Control or not. */
|
|
1848
|
+
enableRbac?: boolean;
|
|
1849
|
+
/**
|
|
1850
|
+
* The current network profile.
|
|
1851
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1852
|
+
*/
|
|
1853
|
+
readonly networkProfile?: NetworkProfileForSnapshot;
|
|
1854
|
+
}
|
|
1855
|
+
/** network profile for managed cluster snapshot, these properties are read only. */
|
|
1856
|
+
export interface NetworkProfileForSnapshot {
|
|
1857
|
+
/** networkPlugin for managed cluster snapshot. */
|
|
1858
|
+
networkPlugin?: NetworkPlugin;
|
|
1859
|
+
/** NetworkPluginMode for managed cluster snapshot. */
|
|
1860
|
+
networkPluginMode?: NetworkPluginMode;
|
|
1861
|
+
/** networkPolicy for managed cluster snapshot. */
|
|
1862
|
+
networkPolicy?: NetworkPolicy;
|
|
1863
|
+
/** networkMode for managed cluster snapshot. */
|
|
1864
|
+
networkMode?: NetworkMode;
|
|
1865
|
+
/** loadBalancerSku for managed cluster snapshot. */
|
|
1866
|
+
loadBalancerSku?: LoadBalancerSku;
|
|
1867
|
+
}
|
|
1868
|
+
/** List of trusted access roles */
|
|
1869
|
+
export interface TrustedAccessRoleListResult {
|
|
1870
|
+
/**
|
|
1871
|
+
* Role list
|
|
1872
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1873
|
+
*/
|
|
1874
|
+
readonly value?: TrustedAccessRole[];
|
|
1875
|
+
/**
|
|
1876
|
+
* Link to next page of resources.
|
|
1877
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1878
|
+
*/
|
|
1879
|
+
readonly nextLink?: string;
|
|
1880
|
+
}
|
|
1881
|
+
/** Trusted access role definition. */
|
|
1882
|
+
export interface TrustedAccessRole {
|
|
1883
|
+
/**
|
|
1884
|
+
* Resource type of Azure resource
|
|
1885
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1886
|
+
*/
|
|
1887
|
+
readonly sourceResourceType?: string;
|
|
1888
|
+
/**
|
|
1889
|
+
* Name of role, name is unique under a source resource type
|
|
1890
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1891
|
+
*/
|
|
1892
|
+
readonly name?: string;
|
|
1893
|
+
/**
|
|
1894
|
+
* List of rules for the role. This maps to 'rules' property of [Kubernetes Cluster Role](https://kubernetes.io/docs/reference/kubernetes-api/authorization-resources/cluster-role-v1/#ClusterRole).
|
|
1895
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1896
|
+
*/
|
|
1897
|
+
readonly rules?: TrustedAccessRoleRule[];
|
|
1898
|
+
}
|
|
1899
|
+
/** Rule for trusted access role */
|
|
1900
|
+
export interface TrustedAccessRoleRule {
|
|
1901
|
+
/**
|
|
1902
|
+
* List of allowed verbs
|
|
1903
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1904
|
+
*/
|
|
1905
|
+
readonly verbs?: string[];
|
|
1906
|
+
/**
|
|
1907
|
+
* List of allowed apiGroups
|
|
1908
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1909
|
+
*/
|
|
1910
|
+
readonly apiGroups?: string[];
|
|
1911
|
+
/**
|
|
1912
|
+
* List of allowed resources
|
|
1913
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1914
|
+
*/
|
|
1915
|
+
readonly resources?: string[];
|
|
1916
|
+
/**
|
|
1917
|
+
* List of allowed names
|
|
1918
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1919
|
+
*/
|
|
1920
|
+
readonly resourceNames?: string[];
|
|
1921
|
+
/**
|
|
1922
|
+
* List of allowed nonResourceURLs
|
|
1923
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1924
|
+
*/
|
|
1925
|
+
readonly nonResourceURLs?: string[];
|
|
1926
|
+
}
|
|
1927
|
+
/** List of trusted access role bindings */
|
|
1928
|
+
export interface TrustedAccessRoleBindingListResult {
|
|
1929
|
+
/** Role binding list */
|
|
1930
|
+
value?: TrustedAccessRoleBinding[];
|
|
1931
|
+
/**
|
|
1932
|
+
* Link to next page of resources.
|
|
1933
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1934
|
+
*/
|
|
1935
|
+
readonly nextLink?: string;
|
|
1936
|
+
}
|
|
1937
|
+
/** Whether the version is default or not and support info. */
|
|
1938
|
+
export interface GuardrailsAvailableVersionsProperties {
|
|
1939
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
1940
|
+
readonly isDefaultVersion?: boolean;
|
|
1941
|
+
/**
|
|
1942
|
+
* Whether the version is preview or stable.
|
|
1943
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1944
|
+
*/
|
|
1945
|
+
readonly support?: GuardrailsSupport;
|
|
1946
|
+
}
|
|
1947
|
+
/** Hold values properties, which is array of GuardrailsVersions */
|
|
1948
|
+
export interface GuardrailsAvailableVersionsList {
|
|
1949
|
+
/** Array of AKS supported Guardrails versions. */
|
|
1950
|
+
value?: GuardrailsAvailableVersion[];
|
|
1951
|
+
/**
|
|
1952
|
+
* The URL to get the next Guardrails available version.
|
|
1953
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1954
|
+
*/
|
|
1955
|
+
readonly nextLink?: string;
|
|
1956
|
+
}
|
|
1957
|
+
/** Whether the version is default or not and support info. */
|
|
1958
|
+
export interface SafeguardsAvailableVersionsProperties {
|
|
1959
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
1960
|
+
readonly isDefaultVersion?: boolean;
|
|
1961
|
+
/**
|
|
1962
|
+
* Whether the version is preview or stable.
|
|
1963
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1964
|
+
*/
|
|
1965
|
+
readonly support?: SafeguardsSupport;
|
|
1966
|
+
}
|
|
1967
|
+
/** Hold values properties, which is array of SafeguardsVersions */
|
|
1968
|
+
export interface SafeguardsAvailableVersionsList {
|
|
1969
|
+
/** Array of AKS supported Safeguards versions. */
|
|
1970
|
+
value?: SafeguardsAvailableVersion[];
|
|
1971
|
+
/**
|
|
1972
|
+
* The URL to get the next Safeguards available version.
|
|
1973
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1974
|
+
*/
|
|
1975
|
+
readonly nextLink?: string;
|
|
1976
|
+
}
|
|
1977
|
+
/** Holds an array of MeshRevisionsProfiles */
|
|
1978
|
+
export interface MeshRevisionProfileList {
|
|
1979
|
+
/** Array of service mesh add-on revision profiles for all supported mesh modes. */
|
|
1980
|
+
value?: MeshRevisionProfile[];
|
|
1981
|
+
/**
|
|
1982
|
+
* The URL to get the next set of mesh revision profile.
|
|
1983
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1984
|
+
*/
|
|
1985
|
+
readonly nextLink?: string;
|
|
1986
|
+
}
|
|
1987
|
+
/** Mesh revision profile properties for a mesh */
|
|
1988
|
+
export interface MeshRevisionProfileProperties {
|
|
1989
|
+
meshRevisions?: MeshRevision[];
|
|
1990
|
+
}
|
|
1991
|
+
/** Holds information on upgrades and compatibility for given major.minor mesh release. */
|
|
1992
|
+
export interface MeshRevision {
|
|
1993
|
+
/** The revision of the mesh release. */
|
|
1994
|
+
revision?: string;
|
|
1995
|
+
/** List of revisions available for upgrade of a specific mesh revision */
|
|
1996
|
+
upgrades?: string[];
|
|
1997
|
+
/** List of items this revision of service mesh is compatible with, and their associated versions. */
|
|
1998
|
+
compatibleWith?: CompatibleVersions[];
|
|
1999
|
+
}
|
|
2000
|
+
/** Version information about a product/service that is compatible with a service mesh revision. */
|
|
2001
|
+
export interface CompatibleVersions {
|
|
2002
|
+
/** The product/service name. */
|
|
2003
|
+
name?: string;
|
|
2004
|
+
/** Product/service versions compatible with a service mesh add-on revision. */
|
|
2005
|
+
versions?: string[];
|
|
2006
|
+
}
|
|
2007
|
+
/** Holds an array of MeshUpgradeProfiles */
|
|
2008
|
+
export interface MeshUpgradeProfileList {
|
|
2009
|
+
/** Array of supported service mesh add-on upgrade profiles. */
|
|
2010
|
+
value?: MeshUpgradeProfile[];
|
|
2011
|
+
/**
|
|
2012
|
+
* The URL to get the next set of mesh upgrade profile.
|
|
2013
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2014
|
+
*/
|
|
2015
|
+
readonly nextLink?: string;
|
|
2016
|
+
}
|
|
2017
|
+
/** The response from the List Load Balancers operation. */
|
|
2018
|
+
export interface LoadBalancerListResult {
|
|
2019
|
+
/** The list of Load Balancers. */
|
|
2020
|
+
value?: LoadBalancer[];
|
|
2021
|
+
/**
|
|
2022
|
+
* The URL to get the next set of load balancer results.
|
|
2023
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2024
|
+
*/
|
|
2025
|
+
readonly nextLink?: string;
|
|
2026
|
+
}
|
|
2027
|
+
/** 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. */
|
|
2028
|
+
export interface LabelSelector {
|
|
2029
|
+
/** 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. */
|
|
2030
|
+
matchLabels?: string[];
|
|
2031
|
+
/** matchExpressions is a list of label selector requirements. The requirements are ANDed. */
|
|
2032
|
+
matchExpressions?: LabelSelectorRequirement[];
|
|
2033
|
+
}
|
|
2034
|
+
/** A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. */
|
|
2035
|
+
export interface LabelSelectorRequirement {
|
|
2036
|
+
/** key is the label key that the selector applies to. */
|
|
2037
|
+
key?: string;
|
|
2038
|
+
/** operator represents a key's relationship to a set of values. Valid operators are In and NotIn */
|
|
2039
|
+
operator?: Operator;
|
|
2040
|
+
/** values is an array of string values, the values array must be non-empty. */
|
|
2041
|
+
values?: string[];
|
|
2042
|
+
}
|
|
2043
|
+
/** The names of the load balancers to rebalance. If set to empty, all load balancers will be rebalanced. */
|
|
2044
|
+
export interface RebalanceLoadBalancersRequestBody {
|
|
2045
|
+
/** The load balancer names list. */
|
|
2046
|
+
loadBalancerNames?: string[];
|
|
2047
|
+
}
|
|
2048
|
+
/** Profile for the container service agent pool. */
|
|
2049
|
+
export interface ManagedClusterAgentPoolProfile extends ManagedClusterAgentPoolProfileProperties {
|
|
2050
|
+
/** Windows agent pool names must be 6 characters or less. */
|
|
2051
|
+
name: string;
|
|
2052
|
+
}
|
|
2053
|
+
/** Information of user assigned identity used by this add-on. */
|
|
2054
|
+
export interface ManagedClusterAddonProfileIdentity extends UserAssignedIdentity {
|
|
2055
|
+
}
|
|
2056
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
2057
|
+
export interface TrackedResource extends Resource {
|
|
2058
|
+
/** Resource tags. */
|
|
2059
|
+
tags?: {
|
|
2060
|
+
[propertyName: string]: string;
|
|
2061
|
+
};
|
|
2062
|
+
/** The geo-location where the resource lives */
|
|
2063
|
+
location: string;
|
|
2064
|
+
}
|
|
2065
|
+
/** Defines binding between a resource and role */
|
|
2066
|
+
export interface TrustedAccessRoleBinding extends Resource {
|
|
2067
|
+
/**
|
|
2068
|
+
* The current provisioning state of trusted access role binding.
|
|
2069
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2070
|
+
*/
|
|
2071
|
+
readonly provisioningState?: TrustedAccessRoleBindingProvisioningState;
|
|
2072
|
+
/** The ARM resource ID of source resource that trusted access is configured for. */
|
|
2073
|
+
sourceResourceId: string;
|
|
2074
|
+
/** A list of roles to bind, each item is a resource type qualified role name. For example: 'Microsoft.MachineLearningServices/workspaces/reader'. */
|
|
2075
|
+
roles: string[];
|
|
2076
|
+
}
|
|
2077
|
+
/** Available Guardrails Version */
|
|
2078
|
+
export interface GuardrailsAvailableVersion extends Resource {
|
|
2079
|
+
/** Whether the version is default or not and support info. */
|
|
2080
|
+
properties: GuardrailsAvailableVersionsProperties;
|
|
2081
|
+
}
|
|
2082
|
+
/** Available Safeguards Version */
|
|
2083
|
+
export interface SafeguardsAvailableVersion extends Resource {
|
|
2084
|
+
/** Whether the version is default or not and support info. */
|
|
2085
|
+
properties: SafeguardsAvailableVersionsProperties;
|
|
2086
|
+
}
|
|
2087
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
2088
|
+
export interface ProxyResource extends Resource {
|
|
2089
|
+
}
|
|
2090
|
+
/** See [planned maintenance](https://docs.microsoft.com/azure/aks/planned-maintenance) for more information about planned maintenance. */
|
|
2091
|
+
export interface MaintenanceConfiguration extends SubResource {
|
|
2092
|
+
/**
|
|
2093
|
+
* The system metadata relating to this resource.
|
|
2094
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2095
|
+
*/
|
|
2096
|
+
readonly systemData?: SystemData;
|
|
2097
|
+
/** If two array entries specify the same day of the week, the applied configuration is the union of times in both entries. */
|
|
2098
|
+
timeInWeek?: TimeInWeek[];
|
|
2099
|
+
/** Time slots on which upgrade is not allowed. */
|
|
2100
|
+
notAllowedTime?: TimeSpan[];
|
|
2101
|
+
/** Maintenance window for the maintenance configuration. */
|
|
2102
|
+
maintenanceWindow?: MaintenanceWindow;
|
|
2103
|
+
}
|
|
2104
|
+
/** Agent Pool. */
|
|
2105
|
+
export interface AgentPool extends SubResource {
|
|
2106
|
+
/**
|
|
2107
|
+
* 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.
|
|
2108
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2109
|
+
*/
|
|
2110
|
+
readonly eTag?: string;
|
|
2111
|
+
/** Number of agents (VMs) to host docker containers. Allowed values must be in the range of 0 to 1000 (inclusive) for user pools and in the range of 1 to 1000 (inclusive) for system pools. The default value is 1. */
|
|
2112
|
+
count?: number;
|
|
2113
|
+
/** 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 */
|
|
2114
|
+
vmSize?: string;
|
|
2115
|
+
/** 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. */
|
|
2116
|
+
osDiskSizeGB?: number;
|
|
2117
|
+
/** 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). */
|
|
2118
|
+
osDiskType?: OSDiskType;
|
|
2119
|
+
/** Determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage. */
|
|
2120
|
+
kubeletDiskType?: KubeletDiskType;
|
|
2121
|
+
/** Determines the type of workload a node can run. */
|
|
2122
|
+
workloadRuntime?: WorkloadRuntime;
|
|
2123
|
+
/** 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). */
|
|
2124
|
+
messageOfTheDay?: string;
|
|
2125
|
+
/** 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} */
|
|
2126
|
+
vnetSubnetID?: string;
|
|
2127
|
+
/** 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} */
|
|
2128
|
+
podSubnetID?: string;
|
|
2129
|
+
/** The IP allocation mode for pods in the agent pool. Must be used with podSubnetId. The default is 'DynamicIndividual'. */
|
|
2130
|
+
podIPAllocationMode?: PodIPAllocationMode;
|
|
2131
|
+
/** The maximum number of pods that can run on a node. */
|
|
2132
|
+
maxPods?: number;
|
|
2133
|
+
/** The operating system type. The default is Linux. */
|
|
2134
|
+
osType?: OSType;
|
|
2135
|
+
/** 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. */
|
|
2136
|
+
osSKU?: Ossku;
|
|
2137
|
+
/** The maximum number of nodes for auto-scaling */
|
|
2138
|
+
maxCount?: number;
|
|
2139
|
+
/** The minimum number of nodes for auto-scaling */
|
|
2140
|
+
minCount?: number;
|
|
2141
|
+
/** Whether to enable auto-scaler */
|
|
2142
|
+
enableAutoScaling?: boolean;
|
|
2143
|
+
/** This also effects the cluster autoscaler behavior. If not specified, it defaults to Delete. */
|
|
2144
|
+
scaleDownMode?: ScaleDownMode;
|
|
2145
|
+
/** The type of Agent Pool. */
|
|
2146
|
+
typePropertiesType?: AgentPoolType;
|
|
2147
|
+
/** 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 */
|
|
2148
|
+
mode?: AgentPoolMode;
|
|
2149
|
+
/** Both patch version <major.minor.patch> and <major.minor> are supported. When <major.minor> is specified, the latest supported patch version is chosen automatically. Updating the agent pool with the same <major.minor> once it has been created will not trigger an upgrade, even if a newer patch version is available. As a best practice, you should upgrade all node pools in an AKS cluster to the same Kubernetes version. The node pool version must have the same major version as the control plane. The node pool minor version must be within two minor versions of the control plane version. The node pool version cannot be greater than the control plane version. For more information see [upgrading a node pool](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#upgrade-a-node-pool). */
|
|
2150
|
+
orchestratorVersion?: string;
|
|
2151
|
+
/**
|
|
2152
|
+
* 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.
|
|
2153
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2154
|
+
*/
|
|
2155
|
+
readonly currentOrchestratorVersion?: string;
|
|
2156
|
+
/**
|
|
2157
|
+
* The version of node image
|
|
2158
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2159
|
+
*/
|
|
2160
|
+
readonly nodeImageVersion?: string;
|
|
2161
|
+
/** Settings for upgrading the agentpool */
|
|
2162
|
+
upgradeSettings?: AgentPoolUpgradeSettings;
|
|
2163
|
+
/**
|
|
2164
|
+
* The current deployment or provisioning state.
|
|
2165
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2166
|
+
*/
|
|
2167
|
+
readonly provisioningState?: string;
|
|
2168
|
+
/** 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 */
|
|
2169
|
+
powerState?: PowerState;
|
|
2170
|
+
/** The list of Availability zones to use for nodes. This can only be specified if the AgentPoolType property is 'VirtualMachineScaleSets'. */
|
|
2171
|
+
availabilityZones?: string[];
|
|
2172
|
+
/** Some scenarios may require nodes in a node pool 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. For more information see [assigning a public IP per node](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#assign-a-public-ip-per-node-for-your-node-pools). The default is false. */
|
|
2173
|
+
enableNodePublicIP?: boolean;
|
|
2174
|
+
/** When set to true, AKS adds a label to the node indicating that the feature is enabled and deploys a daemonset along with host services to sync custom certificate authorities from user-provided list of base64 encoded certificates into node trust stores. Defaults to false. */
|
|
2175
|
+
enableCustomCATrust?: boolean;
|
|
2176
|
+
/** This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPPrefixes/{publicIPPrefixName} */
|
|
2177
|
+
nodePublicIPPrefixID?: string;
|
|
2178
|
+
/** The Virtual Machine Scale Set priority. If not specified, the default is 'Regular'. */
|
|
2179
|
+
scaleSetPriority?: ScaleSetPriority;
|
|
2180
|
+
/** This cannot be specified unless the scaleSetPriority is 'Spot'. If not specified, the default is 'Delete'. */
|
|
2181
|
+
scaleSetEvictionPolicy?: ScaleSetEvictionPolicy;
|
|
2182
|
+
/** Possible values are any decimal value greater than zero or -1 which indicates the willingness to pay any on-demand price. For more details on spot pricing, see [spot VMs pricing](https://docs.microsoft.com/azure/virtual-machines/spot-vms#pricing) */
|
|
2183
|
+
spotMaxPrice?: number;
|
|
2184
|
+
/** The tags to be persisted on the agent pool virtual machine scale set. */
|
|
2185
|
+
tags?: {
|
|
2186
|
+
[propertyName: string]: string;
|
|
2187
|
+
};
|
|
2188
|
+
/** The node labels to be persisted across all nodes in agent pool. */
|
|
2189
|
+
nodeLabels?: {
|
|
2190
|
+
[propertyName: string]: string;
|
|
2191
|
+
};
|
|
2192
|
+
/** The taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule. */
|
|
2193
|
+
nodeTaints?: string[];
|
|
2194
|
+
/** 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-` */
|
|
2195
|
+
nodeInitializationTaints?: string[];
|
|
2196
|
+
/** The ID for Proximity Placement Group. */
|
|
2197
|
+
proximityPlacementGroupID?: string;
|
|
2198
|
+
/** The Kubelet configuration on the agent pool nodes. */
|
|
2199
|
+
kubeletConfig?: KubeletConfig;
|
|
2200
|
+
/** The OS configuration of Linux agent nodes. */
|
|
2201
|
+
linuxOSConfig?: LinuxOSConfig;
|
|
2202
|
+
/** 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 */
|
|
2203
|
+
enableEncryptionAtHost?: boolean;
|
|
2204
|
+
/** Whether to enable UltraSSD */
|
|
2205
|
+
enableUltraSSD?: boolean;
|
|
2206
|
+
/** See [Add a FIPS-enabled node pool](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#add-a-fips-enabled-node-pool-preview) for more details. */
|
|
2207
|
+
enableFips?: boolean;
|
|
2208
|
+
/** GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU. */
|
|
2209
|
+
gpuInstanceProfile?: GPUInstanceProfile;
|
|
2210
|
+
/** CreationData to be used to specify the source Snapshot ID if the node pool will be created/upgraded using a snapshot. */
|
|
2211
|
+
creationData?: CreationData;
|
|
2212
|
+
/** AKS will associate the specified agent pool with the Capacity Reservation Group. */
|
|
2213
|
+
capacityReservationGroupID?: string;
|
|
2214
|
+
/** This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}. For more information see [Azure dedicated hosts](https://docs.microsoft.com/azure/virtual-machines/dedicated-hosts). */
|
|
2215
|
+
hostGroupID?: string;
|
|
2216
|
+
/** The Windows agent pool's specific profile. */
|
|
2217
|
+
windowsProfile?: AgentPoolWindowsProfile;
|
|
2218
|
+
/** Network-related settings of an agent pool. */
|
|
2219
|
+
networkProfile?: AgentPoolNetworkProfile;
|
|
2220
|
+
/** The security settings of an agent pool. */
|
|
2221
|
+
securityProfile?: AgentPoolSecurityProfile;
|
|
2222
|
+
/** The GPU settings of an agent pool. */
|
|
2223
|
+
gpuProfile?: AgentPoolGPUProfile;
|
|
2224
|
+
/** Configuration for using artifact streaming on AKS. */
|
|
2225
|
+
artifactStreamingProfile?: AgentPoolArtifactStreamingProfile;
|
|
2226
|
+
/** Specifications on VirtualMachines agent pool. */
|
|
2227
|
+
virtualMachinesProfile?: VirtualMachinesProfile;
|
|
2228
|
+
/** The status of nodes in a VirtualMachines agent pool. */
|
|
2229
|
+
virtualMachineNodesStatus?: VirtualMachineNodes[];
|
|
2230
|
+
/** Profile specific to a managed agent pool in Gateway mode. This field cannot be set if agent pool mode is not Gateway. */
|
|
2231
|
+
gatewayProfile?: AgentPoolGatewayProfile;
|
|
2232
|
+
/** Contains read-only information about the Agent Pool. */
|
|
2233
|
+
status?: AgentPoolStatus;
|
|
2234
|
+
}
|
|
2235
|
+
/** A machine. Contains details about the underlying virtual machine. A machine may be visible here but not in kubectl get nodes; if so it may be because the machine has not been registered with the Kubernetes API Server yet. */
|
|
2236
|
+
export interface Machine extends SubResource {
|
|
2237
|
+
/**
|
|
2238
|
+
* The properties of the machine
|
|
2239
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2240
|
+
*/
|
|
2241
|
+
readonly properties?: MachineProperties;
|
|
2242
|
+
}
|
|
2243
|
+
/** Mesh upgrade profile properties for a major.minor release. */
|
|
2244
|
+
export interface MeshUpgradeProfileProperties extends MeshRevision {
|
|
2245
|
+
}
|
|
2246
|
+
/** Managed cluster. */
|
|
2247
|
+
export interface ManagedCluster extends TrackedResource {
|
|
2248
|
+
/**
|
|
2249
|
+
* 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.
|
|
2250
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2251
|
+
*/
|
|
2252
|
+
readonly eTag?: string;
|
|
2253
|
+
/** The managed cluster SKU. */
|
|
2254
|
+
sku?: ManagedClusterSKU;
|
|
2255
|
+
/** The extended location of the Virtual Machine. */
|
|
2256
|
+
extendedLocation?: ExtendedLocation;
|
|
2257
|
+
/** The identity of the managed cluster, if configured. */
|
|
2258
|
+
identity?: ManagedClusterIdentity;
|
|
2259
|
+
/** This is primarily used to expose different UI experiences in the portal for different kinds */
|
|
2260
|
+
kind?: string;
|
|
2261
|
+
/**
|
|
2262
|
+
* The current provisioning state.
|
|
2263
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2264
|
+
*/
|
|
2265
|
+
readonly provisioningState?: string;
|
|
2266
|
+
/**
|
|
2267
|
+
* The Power State of the cluster.
|
|
2268
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2269
|
+
*/
|
|
2270
|
+
readonly powerState?: PowerState;
|
|
2271
|
+
/** CreationData to be used to specify the source Snapshot ID if the cluster will be created/upgraded using a snapshot. */
|
|
2272
|
+
creationData?: CreationData;
|
|
2273
|
+
/**
|
|
2274
|
+
* The max number of agent pools for the managed cluster.
|
|
2275
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2276
|
+
*/
|
|
2277
|
+
readonly maxAgentPools?: number;
|
|
2278
|
+
/** 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. */
|
|
2279
|
+
kubernetesVersion?: string;
|
|
2280
|
+
/**
|
|
2281
|
+
* The version of Kubernetes the Managed Cluster is running.
|
|
2282
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2283
|
+
*/
|
|
2284
|
+
readonly currentKubernetesVersion?: string;
|
|
2285
|
+
/** This cannot be updated once the Managed Cluster has been created. */
|
|
2286
|
+
dnsPrefix?: string;
|
|
2287
|
+
/** This cannot be updated once the Managed Cluster has been created. */
|
|
2288
|
+
fqdnSubdomain?: string;
|
|
2289
|
+
/**
|
|
2290
|
+
* The FQDN of the master pool.
|
|
2291
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2292
|
+
*/
|
|
2293
|
+
readonly fqdn?: string;
|
|
2294
|
+
/**
|
|
2295
|
+
* The FQDN of private cluster.
|
|
2296
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2297
|
+
*/
|
|
2298
|
+
readonly privateFqdn?: string;
|
|
2299
|
+
/**
|
|
2300
|
+
* The Azure Portal requires certain Cross-Origin Resource Sharing (CORS) headers to be sent in some responses, which Kubernetes APIServer doesn't handle by default. This special FQDN supports CORS, allowing the Azure Portal to function properly.
|
|
2301
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2302
|
+
*/
|
|
2303
|
+
readonly azurePortalFqdn?: string;
|
|
2304
|
+
/** The agent pool properties. */
|
|
2305
|
+
agentPoolProfiles?: ManagedClusterAgentPoolProfile[];
|
|
2306
|
+
/** The profile for Linux VMs in the Managed Cluster. */
|
|
2307
|
+
linuxProfile?: ContainerServiceLinuxProfile;
|
|
2308
|
+
/** The profile for Windows VMs in the Managed Cluster. */
|
|
2309
|
+
windowsProfile?: ManagedClusterWindowsProfile;
|
|
2310
|
+
/** Information about a service principal identity for the cluster to use for manipulating Azure APIs. */
|
|
2311
|
+
servicePrincipalProfile?: ManagedClusterServicePrincipalProfile;
|
|
2312
|
+
/** The profile of managed cluster add-on. */
|
|
2313
|
+
addonProfiles?: {
|
|
2314
|
+
[propertyName: string]: ManagedClusterAddonProfile;
|
|
2315
|
+
};
|
|
2316
|
+
/** See [use AAD pod identity](https://docs.microsoft.com/azure/aks/use-azure-ad-pod-identity) for more details on AAD pod identity integration. */
|
|
2317
|
+
podIdentityProfile?: ManagedClusterPodIdentityProfile;
|
|
2318
|
+
/** The OIDC issuer profile of the Managed Cluster. */
|
|
2319
|
+
oidcIssuerProfile?: ManagedClusterOidcIssuerProfile;
|
|
2320
|
+
/** The name of the resource group containing agent pool nodes. */
|
|
2321
|
+
nodeResourceGroup?: string;
|
|
2322
|
+
/** The node resource group configuration profile. */
|
|
2323
|
+
nodeResourceGroupProfile?: ManagedClusterNodeResourceGroupProfile;
|
|
2324
|
+
/** Whether to enable Kubernetes Role-Based Access Control. */
|
|
2325
|
+
enableRbac?: boolean;
|
|
2326
|
+
/** The support plan for the Managed Cluster. If unspecified, the default is 'KubernetesOfficial'. */
|
|
2327
|
+
supportPlan?: KubernetesSupportPlan;
|
|
2328
|
+
/** (DEPRECATED) Whether to enable Kubernetes pod security policy (preview). PodSecurityPolicy was deprecated in Kubernetes v1.21, and removed from Kubernetes in v1.25. Learn more at https://aka.ms/k8s/psp and https://aka.ms/aks/psp. */
|
|
2329
|
+
enablePodSecurityPolicy?: boolean;
|
|
2330
|
+
/** 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. */
|
|
2331
|
+
enableNamespaceResources?: boolean;
|
|
2332
|
+
/** The network configuration profile. */
|
|
2333
|
+
networkProfile?: ContainerServiceNetworkProfile;
|
|
2334
|
+
/** The Azure Active Directory configuration. */
|
|
2335
|
+
aadProfile?: ManagedClusterAADProfile;
|
|
2336
|
+
/** The auto upgrade configuration. */
|
|
2337
|
+
autoUpgradeProfile?: ManagedClusterAutoUpgradeProfile;
|
|
2338
|
+
/** Settings for upgrading a cluster. */
|
|
2339
|
+
upgradeSettings?: ClusterUpgradeSettings;
|
|
2340
|
+
/** Parameters to be applied to the cluster-autoscaler when enabled */
|
|
2341
|
+
autoScalerProfile?: ManagedClusterPropertiesAutoScalerProfile;
|
|
2342
|
+
/** The access profile for managed cluster API server. */
|
|
2343
|
+
apiServerAccessProfile?: ManagedClusterAPIServerAccessProfile;
|
|
2344
|
+
/** This is of the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{encryptionSetName}' */
|
|
2345
|
+
diskEncryptionSetID?: string;
|
|
2346
|
+
/** The user identity associated with the managed cluster. This identity will be used by the kubelet. Only one user assigned identity is allowed. The only accepted key is "kubeletidentity", with value of "resourceId": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}". */
|
|
2347
|
+
identityProfile?: {
|
|
2348
|
+
[propertyName: string]: UserAssignedIdentity;
|
|
2349
|
+
};
|
|
2350
|
+
/** Private link resources associated with the cluster. */
|
|
2351
|
+
privateLinkResources?: PrivateLinkResource[];
|
|
2352
|
+
/** If set to true, getting static credentials will be disabled for this cluster. This must only be used on Managed Clusters that are AAD enabled. For more details see [disable local accounts](https://docs.microsoft.com/azure/aks/managed-aad#disable-local-accounts-preview). */
|
|
2353
|
+
disableLocalAccounts?: boolean;
|
|
2354
|
+
/** Configurations for provisioning the cluster with HTTP proxy servers. */
|
|
2355
|
+
httpProxyConfig?: ManagedClusterHttpProxyConfig;
|
|
2356
|
+
/** Security profile for the managed cluster. */
|
|
2357
|
+
securityProfile?: ManagedClusterSecurityProfile;
|
|
2358
|
+
/** Storage profile for the managed cluster. */
|
|
2359
|
+
storageProfile?: ManagedClusterStorageProfile;
|
|
2360
|
+
/** Ingress profile for the managed cluster. */
|
|
2361
|
+
ingressProfile?: ManagedClusterIngressProfile;
|
|
2362
|
+
/** Allow or deny public network access for AKS */
|
|
2363
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
2364
|
+
/** Workload Auto-scaler profile for the managed cluster. */
|
|
2365
|
+
workloadAutoScalerProfile?: ManagedClusterWorkloadAutoScalerProfile;
|
|
2366
|
+
/** Prometheus addon profile for the container service cluster */
|
|
2367
|
+
azureMonitorProfile?: ManagedClusterAzureMonitorProfile;
|
|
2368
|
+
/** The Safeguards profile holds all the safeguards information for a given cluster */
|
|
2369
|
+
safeguardsProfile?: SafeguardsProfile;
|
|
2370
|
+
/** Service mesh profile for a managed cluster. */
|
|
2371
|
+
serviceMeshProfile?: ServiceMeshProfile;
|
|
2372
|
+
/**
|
|
2373
|
+
* The resourceUID uniquely identifies ManagedClusters that reuse ARM ResourceIds (i.e: create, delete, create sequence)
|
|
2374
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2375
|
+
*/
|
|
2376
|
+
readonly resourceUID?: string;
|
|
2377
|
+
/** Optional cluster metrics configuration. */
|
|
2378
|
+
metricsProfile?: ManagedClusterMetricsProfile;
|
|
2379
|
+
/** AI toolchain operator settings that apply to the whole cluster. */
|
|
2380
|
+
aiToolchainOperatorProfile?: ManagedClusterAIToolchainOperatorProfile;
|
|
2381
|
+
/** Node provisioning settings that apply to the whole cluster. */
|
|
2382
|
+
nodeProvisioningProfile?: ManagedClusterNodeProvisioningProfile;
|
|
2383
|
+
/** Profile of the cluster bootstrap configuration. */
|
|
2384
|
+
bootstrapProfile?: ManagedClusterBootstrapProfile;
|
|
2385
|
+
/** Contains read-only information about the Managed Cluster. */
|
|
2386
|
+
status?: ManagedClusterStatus;
|
|
2387
|
+
}
|
|
2388
|
+
/** Managed cluster Access Profile. */
|
|
2389
|
+
export interface ManagedClusterAccessProfile extends TrackedResource {
|
|
2390
|
+
/** Base64-encoded Kubernetes configuration file. */
|
|
2391
|
+
kubeConfig?: Uint8Array;
|
|
2392
|
+
}
|
|
2393
|
+
/** A node pool snapshot resource. */
|
|
2394
|
+
export interface Snapshot extends TrackedResource {
|
|
2395
|
+
/** CreationData to be used to specify the source agent pool resource ID to create this snapshot. */
|
|
2396
|
+
creationData?: CreationData;
|
|
2397
|
+
/** The type of a snapshot. The default is NodePool. */
|
|
2398
|
+
snapshotType?: SnapshotType;
|
|
2399
|
+
/**
|
|
2400
|
+
* The version of Kubernetes.
|
|
2401
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2402
|
+
*/
|
|
2403
|
+
readonly kubernetesVersion?: string;
|
|
2404
|
+
/**
|
|
2405
|
+
* The version of node image.
|
|
2406
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2407
|
+
*/
|
|
2408
|
+
readonly nodeImageVersion?: string;
|
|
2409
|
+
/**
|
|
2410
|
+
* The operating system type. The default is Linux.
|
|
2411
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2412
|
+
*/
|
|
2413
|
+
readonly osType?: OSType;
|
|
2414
|
+
/**
|
|
2415
|
+
* 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.
|
|
2416
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2417
|
+
*/
|
|
2418
|
+
readonly osSku?: Ossku;
|
|
2419
|
+
/**
|
|
2420
|
+
* The size of the VM.
|
|
2421
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2422
|
+
*/
|
|
2423
|
+
readonly vmSize?: string;
|
|
2424
|
+
/**
|
|
2425
|
+
* Whether to use a FIPS-enabled OS.
|
|
2426
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2427
|
+
*/
|
|
2428
|
+
readonly enableFips?: boolean;
|
|
2429
|
+
}
|
|
2430
|
+
/** A managed cluster snapshot resource. */
|
|
2431
|
+
export interface ManagedClusterSnapshot extends TrackedResource {
|
|
2432
|
+
/** CreationData to be used to specify the source resource ID to create this snapshot. */
|
|
2433
|
+
creationData?: CreationData;
|
|
2434
|
+
/** The type of a snapshot. The default is NodePool. */
|
|
2435
|
+
snapshotType?: SnapshotType;
|
|
2436
|
+
/**
|
|
2437
|
+
* What the properties will be showed when getting managed cluster snapshot. Those properties are read-only.
|
|
2438
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2439
|
+
*/
|
|
2440
|
+
readonly managedClusterPropertiesReadOnly?: ManagedClusterPropertiesForSnapshot;
|
|
2441
|
+
}
|
|
2442
|
+
/** Mesh revision profile for a mesh. */
|
|
2443
|
+
export interface MeshRevisionProfile extends ProxyResource {
|
|
2444
|
+
/** Mesh revision profile properties for a mesh */
|
|
2445
|
+
properties?: MeshRevisionProfileProperties;
|
|
2446
|
+
}
|
|
2447
|
+
/** Upgrade profile for given mesh. */
|
|
2448
|
+
export interface MeshUpgradeProfile extends ProxyResource {
|
|
2449
|
+
/** Mesh upgrade profile properties for a major.minor release. */
|
|
2450
|
+
properties?: MeshUpgradeProfileProperties;
|
|
2451
|
+
}
|
|
2452
|
+
/** 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`. */
|
|
2453
|
+
export interface LoadBalancer extends ProxyResource {
|
|
2454
|
+
/** Name of the 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. There must be a name of kubernetes in the list. */
|
|
2455
|
+
namePropertiesName?: string;
|
|
2456
|
+
/** 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. */
|
|
2457
|
+
primaryAgentPoolName?: string;
|
|
2458
|
+
/** 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. */
|
|
2459
|
+
allowServicePlacement?: boolean;
|
|
2460
|
+
/** Only services that must match this selector can be placed on this load balancer. */
|
|
2461
|
+
serviceLabelSelector?: LabelSelector;
|
|
2462
|
+
/** Services created in namespaces that match the selector can be placed on this load balancer. */
|
|
2463
|
+
serviceNamespaceSelector?: LabelSelector;
|
|
2464
|
+
/** Nodes that match this selector will be possible members of this load balancer. */
|
|
2465
|
+
nodeSelector?: LabelSelector;
|
|
2466
|
+
/**
|
|
2467
|
+
* The current provisioning state.
|
|
2468
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2469
|
+
*/
|
|
2470
|
+
readonly provisioningState?: string;
|
|
2471
|
+
}
|
|
2472
|
+
/** Defines headers for ManagedClusters_delete operation. */
|
|
2473
|
+
export interface ManagedClustersDeleteHeaders {
|
|
2474
|
+
/** URL to query for status of the operation. */
|
|
2475
|
+
location?: string;
|
|
2476
|
+
}
|
|
2477
|
+
/** Defines headers for ManagedClusters_resetServicePrincipalProfile operation. */
|
|
2478
|
+
export interface ManagedClustersResetServicePrincipalProfileHeaders {
|
|
2479
|
+
/** URL to query for status of the operation. */
|
|
2480
|
+
location?: string;
|
|
2481
|
+
}
|
|
2482
|
+
/** Defines headers for ManagedClusters_resetAADProfile operation. */
|
|
2483
|
+
export interface ManagedClustersResetAADProfileHeaders {
|
|
2484
|
+
/** URL to query for status of the operation. */
|
|
2485
|
+
location?: string;
|
|
2486
|
+
}
|
|
2487
|
+
/** Defines headers for ManagedClusters_abortLatestOperation operation. */
|
|
2488
|
+
export interface ManagedClustersAbortLatestOperationHeaders {
|
|
2489
|
+
/** URL to query for status of the operation. */
|
|
2490
|
+
location?: string;
|
|
2491
|
+
/** URL to query for status of the operation. */
|
|
2492
|
+
azureAsyncOperation?: string;
|
|
2493
|
+
}
|
|
2494
|
+
/** Defines headers for ManagedClusters_rotateClusterCertificates operation. */
|
|
2495
|
+
export interface ManagedClustersRotateClusterCertificatesHeaders {
|
|
2496
|
+
/** URL to query for status of the operation. */
|
|
2497
|
+
location?: string;
|
|
2498
|
+
}
|
|
2499
|
+
/** Defines headers for ManagedClusters_rotateServiceAccountSigningKeys operation. */
|
|
2500
|
+
export interface ManagedClustersRotateServiceAccountSigningKeysHeaders {
|
|
2501
|
+
/** URL to query for status of the operation. */
|
|
2502
|
+
location?: string;
|
|
2503
|
+
}
|
|
2504
|
+
/** Defines headers for ManagedClusters_stop operation. */
|
|
2505
|
+
export interface ManagedClustersStopHeaders {
|
|
2506
|
+
/** URL to query for status of the operation. */
|
|
2507
|
+
location?: string;
|
|
2508
|
+
}
|
|
2509
|
+
/** Defines headers for ManagedClusters_start operation. */
|
|
2510
|
+
export interface ManagedClustersStartHeaders {
|
|
2511
|
+
/** URL to query for status of the operation. */
|
|
2512
|
+
location?: string;
|
|
2513
|
+
}
|
|
2514
|
+
/** Defines headers for ManagedClusters_runCommand operation. */
|
|
2515
|
+
export interface ManagedClustersRunCommandHeaders {
|
|
2516
|
+
/** URL to query for status of the operation. */
|
|
2517
|
+
location?: string;
|
|
2518
|
+
}
|
|
2519
|
+
/** Defines headers for ManagedClusters_getCommandResult operation. */
|
|
2520
|
+
export interface ManagedClustersGetCommandResultHeaders {
|
|
2521
|
+
/** URL to query for status of the operation. */
|
|
2522
|
+
location?: string;
|
|
2523
|
+
}
|
|
2524
|
+
/** Defines headers for ManagedClusters_rebalanceLoadBalancers operation. */
|
|
2525
|
+
export interface ManagedClustersRebalanceLoadBalancersHeaders {
|
|
2526
|
+
/** URL to query for status of the operation. */
|
|
2527
|
+
location?: string;
|
|
2528
|
+
}
|
|
2529
|
+
/** Defines headers for AgentPools_abortLatestOperation operation. */
|
|
2530
|
+
export interface AgentPoolsAbortLatestOperationHeaders {
|
|
2531
|
+
/** URL to query for status of the operation. */
|
|
2532
|
+
location?: string;
|
|
2533
|
+
/** URL to query for status of the operation. */
|
|
2534
|
+
azureAsyncOperation?: string;
|
|
2535
|
+
}
|
|
2536
|
+
/** Defines headers for AgentPools_delete operation. */
|
|
2537
|
+
export interface AgentPoolsDeleteHeaders {
|
|
2538
|
+
/** URL to query for status of the operation. */
|
|
2539
|
+
location?: string;
|
|
2540
|
+
}
|
|
2541
|
+
/** Defines headers for AgentPools_deleteMachines operation. */
|
|
2542
|
+
export interface AgentPoolsDeleteMachinesHeaders {
|
|
2543
|
+
/** URL to query for status of the operation. */
|
|
2544
|
+
location?: string;
|
|
2545
|
+
}
|
|
2546
|
+
/** Defines headers for AgentPools_upgradeNodeImageVersion operation. */
|
|
2547
|
+
export interface AgentPoolsUpgradeNodeImageVersionHeaders {
|
|
2548
|
+
/** URL to query for status of the operation. */
|
|
2549
|
+
azureAsyncOperation?: string;
|
|
2550
|
+
}
|
|
2551
|
+
/** Defines headers for TrustedAccessRoleBindings_delete operation. */
|
|
2552
|
+
export interface TrustedAccessRoleBindingsDeleteHeaders {
|
|
2553
|
+
/** URL to query for status of the operation. */
|
|
2554
|
+
location?: string;
|
|
2555
|
+
}
|
|
2556
|
+
/** Defines headers for LoadBalancers_delete operation. */
|
|
2557
|
+
export interface LoadBalancersDeleteHeaders {
|
|
2558
|
+
/** URL to query for status of the operation. */
|
|
2559
|
+
location?: string;
|
|
2560
|
+
}
|
|
2561
|
+
/** Known values of {@link KubernetesSupportPlan} that the service accepts. */
|
|
2562
|
+
export declare enum KnownKubernetesSupportPlan {
|
|
2563
|
+
/** Support for the version is the same as for the open source Kubernetes offering. Official Kubernetes open source community support versions for 1 year after release. */
|
|
2564
|
+
KubernetesOfficial = "KubernetesOfficial",
|
|
2565
|
+
/** Support for the version extended past the KubernetesOfficial support of 1 year. AKS continues to patch CVEs for another 1 year, for a total of 2 years of support. */
|
|
2566
|
+
AKSLongTermSupport = "AKSLongTermSupport"
|
|
2567
|
+
}
|
|
2568
|
+
/**
|
|
2569
|
+
* Defines values for KubernetesSupportPlan. \
|
|
2570
|
+
* {@link KnownKubernetesSupportPlan} can be used interchangeably with KubernetesSupportPlan,
|
|
2571
|
+
* this enum contains the known values that the service supports.
|
|
2572
|
+
* ### Known values supported by the service
|
|
2573
|
+
* **KubernetesOfficial**: Support for the version is the same as for the open source Kubernetes offering. Official Kubernetes open source community support versions for 1 year after release. \
|
|
2574
|
+
* **AKSLongTermSupport**: Support for the version extended past the KubernetesOfficial support of 1 year. AKS continues to patch CVEs for another 1 year, for a total of 2 years of support.
|
|
2575
|
+
*/
|
|
2576
|
+
export type KubernetesSupportPlan = string;
|
|
2577
|
+
/** Known values of {@link ManagedClusterSKUName} that the service accepts. */
|
|
2578
|
+
export declare enum KnownManagedClusterSKUName {
|
|
2579
|
+
/** Base option for the AKS control plane. */
|
|
2580
|
+
Base = "Base",
|
|
2581
|
+
/** Automatic clusters are optimized to run most production workloads with configuration that follows AKS best practices and recommendations for cluster and workload setup, scalability, and security. For more details about Automatic clusters see aka.ms\/aks\/automatic. */
|
|
2582
|
+
Automatic = "Automatic"
|
|
2583
|
+
}
|
|
2584
|
+
/**
|
|
2585
|
+
* Defines values for ManagedClusterSKUName. \
|
|
2586
|
+
* {@link KnownManagedClusterSKUName} can be used interchangeably with ManagedClusterSKUName,
|
|
2587
|
+
* this enum contains the known values that the service supports.
|
|
2588
|
+
* ### Known values supported by the service
|
|
2589
|
+
* **Base**: Base option for the AKS control plane. \
|
|
2590
|
+
* **Automatic**: Automatic clusters are optimized to run most production workloads with configuration that follows AKS best practices and recommendations for cluster and workload setup, scalability, and security. For more details about Automatic clusters see aka.ms\/aks\/automatic.
|
|
2591
|
+
*/
|
|
2592
|
+
export type ManagedClusterSKUName = string;
|
|
2593
|
+
/** Known values of {@link ManagedClusterSKUTier} that the service accepts. */
|
|
2594
|
+
export declare enum KnownManagedClusterSKUTier {
|
|
2595
|
+
/** Cluster has premium capabilities in addition to all of the capabilities included in 'Standard'. Premium enables selection of LongTermSupport (aka.ms\/aks\/lts) for certain Kubernetes versions. */
|
|
2596
|
+
Premium = "Premium",
|
|
2597
|
+
/** Recommended for mission-critical and production workloads. Includes Kubernetes control plane autoscaling, workload-intensive testing, and up to 5,000 nodes per cluster. Guarantees 99.95% availability of the Kubernetes API server endpoint for clusters that use Availability Zones and 99.9% of availability for clusters that don't use Availability Zones. */
|
|
2598
|
+
Standard = "Standard",
|
|
2599
|
+
/** The cluster management is free, but charged for VM, storage, and networking usage. Best for experimenting, learning, simple testing, or workloads with fewer than 10 nodes. Not recommended for production use cases. */
|
|
2600
|
+
Free = "Free"
|
|
2601
|
+
}
|
|
2602
|
+
/**
|
|
2603
|
+
* Defines values for ManagedClusterSKUTier. \
|
|
2604
|
+
* {@link KnownManagedClusterSKUTier} can be used interchangeably with ManagedClusterSKUTier,
|
|
2605
|
+
* this enum contains the known values that the service supports.
|
|
2606
|
+
* ### Known values supported by the service
|
|
2607
|
+
* **Premium**: Cluster has premium capabilities in addition to all of the capabilities included in 'Standard'. Premium enables selection of LongTermSupport (aka.ms\/aks\/lts) for certain Kubernetes versions. \
|
|
2608
|
+
* **Standard**: Recommended for mission-critical and production workloads. Includes Kubernetes control plane autoscaling, workload-intensive testing, and up to 5,000 nodes per cluster. Guarantees 99.95% availability of the Kubernetes API server endpoint for clusters that use Availability Zones and 99.9% of availability for clusters that don't use Availability Zones. \
|
|
2609
|
+
* **Free**: The cluster management is free, but charged for VM, storage, and networking usage. Best for experimenting, learning, simple testing, or workloads with fewer than 10 nodes. Not recommended for production use cases.
|
|
2610
|
+
*/
|
|
2611
|
+
export type ManagedClusterSKUTier = string;
|
|
2612
|
+
/** Known values of {@link ExtendedLocationTypes} that the service accepts. */
|
|
2613
|
+
export declare enum KnownExtendedLocationTypes {
|
|
2614
|
+
/** EdgeZone */
|
|
2615
|
+
EdgeZone = "EdgeZone"
|
|
2616
|
+
}
|
|
2617
|
+
/**
|
|
2618
|
+
* Defines values for ExtendedLocationTypes. \
|
|
2619
|
+
* {@link KnownExtendedLocationTypes} can be used interchangeably with ExtendedLocationTypes,
|
|
2620
|
+
* this enum contains the known values that the service supports.
|
|
2621
|
+
* ### Known values supported by the service
|
|
2622
|
+
* **EdgeZone**
|
|
2623
|
+
*/
|
|
2624
|
+
export type ExtendedLocationTypes = string;
|
|
2625
|
+
/** Known values of {@link Code} that the service accepts. */
|
|
2626
|
+
export declare enum KnownCode {
|
|
2627
|
+
/** The cluster is running. */
|
|
2628
|
+
Running = "Running",
|
|
2629
|
+
/** The cluster is stopped. */
|
|
2630
|
+
Stopped = "Stopped"
|
|
2631
|
+
}
|
|
2632
|
+
/**
|
|
2633
|
+
* Defines values for Code. \
|
|
2634
|
+
* {@link KnownCode} can be used interchangeably with Code,
|
|
2635
|
+
* this enum contains the known values that the service supports.
|
|
2636
|
+
* ### Known values supported by the service
|
|
2637
|
+
* **Running**: The cluster is running. \
|
|
2638
|
+
* **Stopped**: The cluster is stopped.
|
|
2639
|
+
*/
|
|
2640
|
+
export type Code = string;
|
|
2641
|
+
/** Known values of {@link OSDiskType} that the service accepts. */
|
|
2642
|
+
export declare enum KnownOSDiskType {
|
|
2643
|
+
/** Azure replicates the operating system disk for a virtual machine to Azure storage to avoid data loss should the VM need to be relocated to another host. Since containers aren't designed to have local state persisted, this behavior offers limited value while providing some drawbacks, including slower node provisioning and higher read\/write latency. */
|
|
2644
|
+
Managed = "Managed",
|
|
2645
|
+
/** Ephemeral OS disks are stored only on the host machine, just like a temporary disk. This provides lower read\/write latency, along with faster node scaling and cluster upgrades. */
|
|
2646
|
+
Ephemeral = "Ephemeral"
|
|
2647
|
+
}
|
|
2648
|
+
/**
|
|
2649
|
+
* Defines values for OSDiskType. \
|
|
2650
|
+
* {@link KnownOSDiskType} can be used interchangeably with OSDiskType,
|
|
2651
|
+
* this enum contains the known values that the service supports.
|
|
2652
|
+
* ### Known values supported by the service
|
|
2653
|
+
* **Managed**: Azure replicates the operating system disk for a virtual machine to Azure storage to avoid data loss should the VM need to be relocated to another host. Since containers aren't designed to have local state persisted, this behavior offers limited value while providing some drawbacks, including slower node provisioning and higher read\/write latency. \
|
|
2654
|
+
* **Ephemeral**: Ephemeral OS disks are stored only on the host machine, just like a temporary disk. This provides lower read\/write latency, along with faster node scaling and cluster upgrades.
|
|
2655
|
+
*/
|
|
2656
|
+
export type OSDiskType = string;
|
|
2657
|
+
/** Known values of {@link KubeletDiskType} that the service accepts. */
|
|
2658
|
+
export declare enum KnownKubeletDiskType {
|
|
2659
|
+
/** Kubelet will use the OS disk for its data. */
|
|
2660
|
+
OS = "OS",
|
|
2661
|
+
/** Kubelet will use the temporary disk for its data. */
|
|
2662
|
+
Temporary = "Temporary"
|
|
2663
|
+
}
|
|
2664
|
+
/**
|
|
2665
|
+
* Defines values for KubeletDiskType. \
|
|
2666
|
+
* {@link KnownKubeletDiskType} can be used interchangeably with KubeletDiskType,
|
|
2667
|
+
* this enum contains the known values that the service supports.
|
|
2668
|
+
* ### Known values supported by the service
|
|
2669
|
+
* **OS**: Kubelet will use the OS disk for its data. \
|
|
2670
|
+
* **Temporary**: Kubelet will use the temporary disk for its data.
|
|
2671
|
+
*/
|
|
2672
|
+
export type KubeletDiskType = string;
|
|
2673
|
+
/** Known values of {@link WorkloadRuntime} that the service accepts. */
|
|
2674
|
+
export declare enum KnownWorkloadRuntime {
|
|
2675
|
+
/** Nodes will use Kubelet to run standard OCI container workloads. */
|
|
2676
|
+
OCIContainer = "OCIContainer",
|
|
2677
|
+
/** Nodes will use Krustlet to run WASM workloads using the WASI provider (Preview). */
|
|
2678
|
+
WasmWasi = "WasmWasi",
|
|
2679
|
+
/** 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. */
|
|
2680
|
+
KataMshvVmIsolation = "KataMshvVmIsolation"
|
|
2681
|
+
}
|
|
2682
|
+
/**
|
|
2683
|
+
* Defines values for WorkloadRuntime. \
|
|
2684
|
+
* {@link KnownWorkloadRuntime} can be used interchangeably with WorkloadRuntime,
|
|
2685
|
+
* this enum contains the known values that the service supports.
|
|
2686
|
+
* ### Known values supported by the service
|
|
2687
|
+
* **OCIContainer**: Nodes will use Kubelet to run standard OCI container workloads. \
|
|
2688
|
+
* **WasmWasi**: Nodes will use Krustlet to run WASM workloads using the WASI provider (Preview). \
|
|
2689
|
+
* **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.
|
|
2690
|
+
*/
|
|
2691
|
+
export type WorkloadRuntime = string;
|
|
2692
|
+
/** Known values of {@link PodIPAllocationMode} that the service accepts. */
|
|
2693
|
+
export declare enum KnownPodIPAllocationMode {
|
|
2694
|
+
/** Each pod gets a single IP address assigned. This is better for maximizing a small to medium subnet of size \/16 or smaller. The Azure CNI cluster with dynamic IP allocation defaults to this mode if the customer does not explicitly specify a podIPAllocationMode */
|
|
2695
|
+
DynamicIndividual = "DynamicIndividual",
|
|
2696
|
+
/** Each node is statically allocated CIDR block(s) of size \/28 = 16 IPs per block to satisfy the maxPods per node. Number of CIDR blocks >= (maxPods \/ 16). The block, rather than a single IP, counts against the Azure Vnet Private IP limit of 65K. Therefore block mode is suitable for running larger workloads with more than the current limit of 65K pods in a cluster. This mode is better suited to scale with larger subnets of \/15 or bigger */
|
|
2697
|
+
StaticBlock = "StaticBlock"
|
|
2698
|
+
}
|
|
2699
|
+
/**
|
|
2700
|
+
* Defines values for PodIPAllocationMode. \
|
|
2701
|
+
* {@link KnownPodIPAllocationMode} can be used interchangeably with PodIPAllocationMode,
|
|
2702
|
+
* this enum contains the known values that the service supports.
|
|
2703
|
+
* ### Known values supported by the service
|
|
2704
|
+
* **DynamicIndividual**: Each pod gets a single IP address assigned. This is better for maximizing a small to medium subnet of size \/16 or smaller. The Azure CNI cluster with dynamic IP allocation defaults to this mode if the customer does not explicitly specify a podIPAllocationMode \
|
|
2705
|
+
* **StaticBlock**: Each node is statically allocated CIDR block(s) of size \/28 = 16 IPs per block to satisfy the maxPods per node. Number of CIDR blocks >= (maxPods \/ 16). The block, rather than a single IP, counts against the Azure Vnet Private IP limit of 65K. Therefore block mode is suitable for running larger workloads with more than the current limit of 65K pods in a cluster. This mode is better suited to scale with larger subnets of \/15 or bigger
|
|
2706
|
+
*/
|
|
2707
|
+
export type PodIPAllocationMode = string;
|
|
2708
|
+
/** Known values of {@link OSType} that the service accepts. */
|
|
2709
|
+
export declare enum KnownOSType {
|
|
2710
|
+
/** Use Linux. */
|
|
2711
|
+
Linux = "Linux",
|
|
2712
|
+
/** Use Windows. */
|
|
2713
|
+
Windows = "Windows"
|
|
2714
|
+
}
|
|
2715
|
+
/**
|
|
2716
|
+
* Defines values for OSType. \
|
|
2717
|
+
* {@link KnownOSType} can be used interchangeably with OSType,
|
|
2718
|
+
* this enum contains the known values that the service supports.
|
|
2719
|
+
* ### Known values supported by the service
|
|
2720
|
+
* **Linux**: Use Linux. \
|
|
2721
|
+
* **Windows**: Use Windows.
|
|
2722
|
+
*/
|
|
2723
|
+
export type OSType = string;
|
|
2724
|
+
/** Known values of {@link Ossku} that the service accepts. */
|
|
2725
|
+
export declare enum KnownOssku {
|
|
2726
|
+
/** Use Ubuntu as the OS for node images. */
|
|
2727
|
+
Ubuntu = "Ubuntu",
|
|
2728
|
+
/** Deprecated OSSKU. Microsoft recommends that new deployments choose 'AzureLinux' instead. */
|
|
2729
|
+
Mariner = "Mariner",
|
|
2730
|
+
/** 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. */
|
|
2731
|
+
AzureLinux = "AzureLinux",
|
|
2732
|
+
/** Deprecated OSSKU. Microsoft recommends that new deployments choose 'AzureLinux' instead. */
|
|
2733
|
+
CBLMariner = "CBLMariner",
|
|
2734
|
+
/** 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. */
|
|
2735
|
+
Windows2019 = "Windows2019",
|
|
2736
|
+
/** 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. */
|
|
2737
|
+
Windows2022 = "Windows2022",
|
|
2738
|
+
/** 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. */
|
|
2739
|
+
WindowsAnnual = "WindowsAnnual"
|
|
2740
|
+
}
|
|
2741
|
+
/**
|
|
2742
|
+
* Defines values for Ossku. \
|
|
2743
|
+
* {@link KnownOssku} can be used interchangeably with Ossku,
|
|
2744
|
+
* this enum contains the known values that the service supports.
|
|
2745
|
+
* ### Known values supported by the service
|
|
2746
|
+
* **Ubuntu**: Use Ubuntu as the OS for node images. \
|
|
2747
|
+
* **Mariner**: Deprecated OSSKU. Microsoft recommends that new deployments choose 'AzureLinux' instead. \
|
|
2748
|
+
* **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. \
|
|
2749
|
+
* **CBLMariner**: Deprecated OSSKU. Microsoft recommends that new deployments choose 'AzureLinux' instead. \
|
|
2750
|
+
* **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. \
|
|
2751
|
+
* **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. \
|
|
2752
|
+
* **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.
|
|
2753
|
+
*/
|
|
2754
|
+
export type Ossku = string;
|
|
2755
|
+
/** Known values of {@link ScaleDownMode} that the service accepts. */
|
|
2756
|
+
export declare enum KnownScaleDownMode {
|
|
2757
|
+
/** Create new instances during scale up and remove instances during scale down. */
|
|
2758
|
+
Delete = "Delete",
|
|
2759
|
+
/** Attempt to start deallocated instances (if they exist) during scale up and deallocate instances during scale down. */
|
|
2760
|
+
Deallocate = "Deallocate"
|
|
2761
|
+
}
|
|
2762
|
+
/**
|
|
2763
|
+
* Defines values for ScaleDownMode. \
|
|
2764
|
+
* {@link KnownScaleDownMode} can be used interchangeably with ScaleDownMode,
|
|
2765
|
+
* this enum contains the known values that the service supports.
|
|
2766
|
+
* ### Known values supported by the service
|
|
2767
|
+
* **Delete**: Create new instances during scale up and remove instances during scale down. \
|
|
2768
|
+
* **Deallocate**: Attempt to start deallocated instances (if they exist) during scale up and deallocate instances during scale down.
|
|
2769
|
+
*/
|
|
2770
|
+
export type ScaleDownMode = string;
|
|
2771
|
+
/** Known values of {@link AgentPoolType} that the service accepts. */
|
|
2772
|
+
export declare enum KnownAgentPoolType {
|
|
2773
|
+
/** Create an Agent Pool backed by a Virtual Machine Scale Set. */
|
|
2774
|
+
VirtualMachineScaleSets = "VirtualMachineScaleSets",
|
|
2775
|
+
/** Use of this is strongly discouraged. */
|
|
2776
|
+
AvailabilitySet = "AvailabilitySet",
|
|
2777
|
+
/** Create an Agent Pool backed by a Single Instance VM orchestration mode. */
|
|
2778
|
+
VirtualMachines = "VirtualMachines"
|
|
2779
|
+
}
|
|
2780
|
+
/**
|
|
2781
|
+
* Defines values for AgentPoolType. \
|
|
2782
|
+
* {@link KnownAgentPoolType} can be used interchangeably with AgentPoolType,
|
|
2783
|
+
* this enum contains the known values that the service supports.
|
|
2784
|
+
* ### Known values supported by the service
|
|
2785
|
+
* **VirtualMachineScaleSets**: Create an Agent Pool backed by a Virtual Machine Scale Set. \
|
|
2786
|
+
* **AvailabilitySet**: Use of this is strongly discouraged. \
|
|
2787
|
+
* **VirtualMachines**: Create an Agent Pool backed by a Single Instance VM orchestration mode.
|
|
2788
|
+
*/
|
|
2789
|
+
export type AgentPoolType = string;
|
|
2790
|
+
/** Known values of {@link AgentPoolMode} that the service accepts. */
|
|
2791
|
+
export declare enum KnownAgentPoolMode {
|
|
2792
|
+
/** 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. */
|
|
2793
|
+
System = "System",
|
|
2794
|
+
/** User agent pools are primarily for hosting your application pods. */
|
|
2795
|
+
User = "User",
|
|
2796
|
+
/** Gateway agent pools are dedicated to providing static egress IPs to pods. For more details, see https:\//aka.ms\/aks\/static-egress-gateway. */
|
|
2797
|
+
Gateway = "Gateway"
|
|
2798
|
+
}
|
|
2799
|
+
/**
|
|
2800
|
+
* Defines values for AgentPoolMode. \
|
|
2801
|
+
* {@link KnownAgentPoolMode} can be used interchangeably with AgentPoolMode,
|
|
2802
|
+
* this enum contains the known values that the service supports.
|
|
2803
|
+
* ### Known values supported by the service
|
|
2804
|
+
* **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. \
|
|
2805
|
+
* **User**: User agent pools are primarily for hosting your application pods. \
|
|
2806
|
+
* **Gateway**: Gateway agent pools are dedicated to providing static egress IPs to pods. For more details, see https:\/\/aka.ms\/aks\/static-egress-gateway.
|
|
2807
|
+
*/
|
|
2808
|
+
export type AgentPoolMode = string;
|
|
2809
|
+
/** Known values of {@link UndrainableNodeBehavior} that the service accepts. */
|
|
2810
|
+
export declare enum KnownUndrainableNodeBehavior {
|
|
2811
|
+
/** AKS will cordon the blocked nodes and replace them with surge nodes during upgrade. The blocked nodes will be cordoned and replaced by surge nodes. The blocked nodes will have label 'kubernetes.azure.com\/upgrade-status:Quarantined'. A surge node will be retained for each blocked node. A best-effort attempt will be made to delete all other surge nodes. If there are enough surge nodes to replace blocked nodes, then the upgrade operation and the managed cluster will be in failed state. Otherwise, the upgrade operation and the managed cluster will be in canceled state. */
|
|
2812
|
+
Cordon = "Cordon",
|
|
2813
|
+
/** 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. */
|
|
2814
|
+
Schedule = "Schedule"
|
|
2815
|
+
}
|
|
2816
|
+
/**
|
|
2817
|
+
* Defines values for UndrainableNodeBehavior. \
|
|
2818
|
+
* {@link KnownUndrainableNodeBehavior} can be used interchangeably with UndrainableNodeBehavior,
|
|
2819
|
+
* this enum contains the known values that the service supports.
|
|
2820
|
+
* ### Known values supported by the service
|
|
2821
|
+
* **Cordon**: AKS will cordon the blocked nodes and replace them with surge nodes during upgrade. The blocked nodes will be cordoned and replaced by surge nodes. The blocked nodes will have label 'kubernetes.azure.com\/upgrade-status:Quarantined'. A surge node will be retained for each blocked node. A best-effort attempt will be made to delete all other surge nodes. If there are enough surge nodes to replace blocked nodes, then the upgrade operation and the managed cluster will be in failed state. Otherwise, the upgrade operation and the managed cluster will be in canceled state. \
|
|
2822
|
+
* **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.
|
|
2823
|
+
*/
|
|
2824
|
+
export type UndrainableNodeBehavior = string;
|
|
2825
|
+
/** Known values of {@link ScaleSetPriority} that the service accepts. */
|
|
2826
|
+
export declare enum KnownScaleSetPriority {
|
|
2827
|
+
/** Spot priority VMs will be used. There is no SLA for spot nodes. See [spot on AKS](https:\//docs.microsoft.com\/azure\/aks\/spot-node-pool) for more information. */
|
|
2828
|
+
Spot = "Spot",
|
|
2829
|
+
/** Regular VMs will be used. */
|
|
2830
|
+
Regular = "Regular"
|
|
2831
|
+
}
|
|
2832
|
+
/**
|
|
2833
|
+
* Defines values for ScaleSetPriority. \
|
|
2834
|
+
* {@link KnownScaleSetPriority} can be used interchangeably with ScaleSetPriority,
|
|
2835
|
+
* this enum contains the known values that the service supports.
|
|
2836
|
+
* ### Known values supported by the service
|
|
2837
|
+
* **Spot**: Spot priority VMs will be used. There is no SLA for spot nodes. See [spot on AKS](https:\/\/docs.microsoft.com\/azure\/aks\/spot-node-pool) for more information. \
|
|
2838
|
+
* **Regular**: Regular VMs will be used.
|
|
2839
|
+
*/
|
|
2840
|
+
export type ScaleSetPriority = string;
|
|
2841
|
+
/** Known values of {@link ScaleSetEvictionPolicy} that the service accepts. */
|
|
2842
|
+
export declare enum KnownScaleSetEvictionPolicy {
|
|
2843
|
+
/** Nodes in the underlying Scale Set of the node pool are deleted when they're evicted. */
|
|
2844
|
+
Delete = "Delete",
|
|
2845
|
+
/** Nodes in the underlying Scale Set of the node pool are set to the stopped-deallocated state upon eviction. Nodes in the stopped-deallocated state count against your compute quota and can cause issues with cluster scaling or upgrading. */
|
|
2846
|
+
Deallocate = "Deallocate"
|
|
2847
|
+
}
|
|
2848
|
+
/**
|
|
2849
|
+
* Defines values for ScaleSetEvictionPolicy. \
|
|
2850
|
+
* {@link KnownScaleSetEvictionPolicy} can be used interchangeably with ScaleSetEvictionPolicy,
|
|
2851
|
+
* this enum contains the known values that the service supports.
|
|
2852
|
+
* ### Known values supported by the service
|
|
2853
|
+
* **Delete**: Nodes in the underlying Scale Set of the node pool are deleted when they're evicted. \
|
|
2854
|
+
* **Deallocate**: Nodes in the underlying Scale Set of the node pool are set to the stopped-deallocated state upon eviction. Nodes in the stopped-deallocated state count against your compute quota and can cause issues with cluster scaling or upgrading.
|
|
2855
|
+
*/
|
|
2856
|
+
export type ScaleSetEvictionPolicy = string;
|
|
2857
|
+
/** Known values of {@link SeccompDefault} that the service accepts. */
|
|
2858
|
+
export declare enum KnownSeccompDefault {
|
|
2859
|
+
/** No seccomp profile is applied, allowing all system calls. */
|
|
2860
|
+
Unconfined = "Unconfined",
|
|
2861
|
+
/** The default seccomp profile for container runtime is applied, which restricts certain system calls for enhanced security. */
|
|
2862
|
+
RuntimeDefault = "RuntimeDefault"
|
|
2863
|
+
}
|
|
2864
|
+
/**
|
|
2865
|
+
* Defines values for SeccompDefault. \
|
|
2866
|
+
* {@link KnownSeccompDefault} can be used interchangeably with SeccompDefault,
|
|
2867
|
+
* this enum contains the known values that the service supports.
|
|
2868
|
+
* ### Known values supported by the service
|
|
2869
|
+
* **Unconfined**: No seccomp profile is applied, allowing all system calls. \
|
|
2870
|
+
* **RuntimeDefault**: The default seccomp profile for container runtime is applied, which restricts certain system calls for enhanced security.
|
|
2871
|
+
*/
|
|
2872
|
+
export type SeccompDefault = string;
|
|
2873
|
+
/** Known values of {@link GPUInstanceProfile} that the service accepts. */
|
|
2874
|
+
export declare enum KnownGPUInstanceProfile {
|
|
2875
|
+
/** MIG1G */
|
|
2876
|
+
MIG1G = "MIG1g",
|
|
2877
|
+
/** MIG2G */
|
|
2878
|
+
MIG2G = "MIG2g",
|
|
2879
|
+
/** MIG3G */
|
|
2880
|
+
MIG3G = "MIG3g",
|
|
2881
|
+
/** MIG4G */
|
|
2882
|
+
MIG4G = "MIG4g",
|
|
2883
|
+
/** MIG7G */
|
|
2884
|
+
MIG7G = "MIG7g"
|
|
2885
|
+
}
|
|
2886
|
+
/**
|
|
2887
|
+
* Defines values for GPUInstanceProfile. \
|
|
2888
|
+
* {@link KnownGPUInstanceProfile} can be used interchangeably with GPUInstanceProfile,
|
|
2889
|
+
* this enum contains the known values that the service supports.
|
|
2890
|
+
* ### Known values supported by the service
|
|
2891
|
+
* **MIG1g** \
|
|
2892
|
+
* **MIG2g** \
|
|
2893
|
+
* **MIG3g** \
|
|
2894
|
+
* **MIG4g** \
|
|
2895
|
+
* **MIG7g**
|
|
2896
|
+
*/
|
|
2897
|
+
export type GPUInstanceProfile = string;
|
|
2898
|
+
/** Known values of {@link Protocol} that the service accepts. */
|
|
2899
|
+
export declare enum KnownProtocol {
|
|
2900
|
+
/** TCP protocol. */
|
|
2901
|
+
TCP = "TCP",
|
|
2902
|
+
/** UDP protocol. */
|
|
2903
|
+
UDP = "UDP"
|
|
2904
|
+
}
|
|
2905
|
+
/**
|
|
2906
|
+
* Defines values for Protocol. \
|
|
2907
|
+
* {@link KnownProtocol} can be used interchangeably with Protocol,
|
|
2908
|
+
* this enum contains the known values that the service supports.
|
|
2909
|
+
* ### Known values supported by the service
|
|
2910
|
+
* **TCP**: TCP protocol. \
|
|
2911
|
+
* **UDP**: UDP protocol.
|
|
2912
|
+
*/
|
|
2913
|
+
export type Protocol = string;
|
|
2914
|
+
/** Known values of {@link AgentPoolSSHAccess} that the service accepts. */
|
|
2915
|
+
export declare enum KnownAgentPoolSSHAccess {
|
|
2916
|
+
/** Can SSH onto the node as a local user using private key. */
|
|
2917
|
+
LocalUser = "LocalUser",
|
|
2918
|
+
/** SSH service will be turned off on the node. */
|
|
2919
|
+
Disabled = "Disabled"
|
|
2920
|
+
}
|
|
2921
|
+
/**
|
|
2922
|
+
* Defines values for AgentPoolSSHAccess. \
|
|
2923
|
+
* {@link KnownAgentPoolSSHAccess} can be used interchangeably with AgentPoolSSHAccess,
|
|
2924
|
+
* this enum contains the known values that the service supports.
|
|
2925
|
+
* ### Known values supported by the service
|
|
2926
|
+
* **LocalUser**: Can SSH onto the node as a local user using private key. \
|
|
2927
|
+
* **Disabled**: SSH service will be turned off on the node.
|
|
2928
|
+
*/
|
|
2929
|
+
export type AgentPoolSSHAccess = string;
|
|
2930
|
+
/** Known values of {@link DriverType} that the service accepts. */
|
|
2931
|
+
export declare enum KnownDriverType {
|
|
2932
|
+
/** Install the GRID driver for the GPU, suitable for applications requiring virtualization support. */
|
|
2933
|
+
Grid = "GRID",
|
|
2934
|
+
/** Install the CUDA driver for the GPU, optimized for computational tasks in scientific computing and data-intensive applications. */
|
|
2935
|
+
Cuda = "CUDA"
|
|
2936
|
+
}
|
|
2937
|
+
/**
|
|
2938
|
+
* Defines values for DriverType. \
|
|
2939
|
+
* {@link KnownDriverType} can be used interchangeably with DriverType,
|
|
2940
|
+
* this enum contains the known values that the service supports.
|
|
2941
|
+
* ### Known values supported by the service
|
|
2942
|
+
* **GRID**: Install the GRID driver for the GPU, suitable for applications requiring virtualization support. \
|
|
2943
|
+
* **CUDA**: Install the CUDA driver for the GPU, optimized for computational tasks in scientific computing and data-intensive applications.
|
|
2944
|
+
*/
|
|
2945
|
+
export type DriverType = string;
|
|
2946
|
+
/** Known values of {@link LicenseType} that the service accepts. */
|
|
2947
|
+
export declare enum KnownLicenseType {
|
|
2948
|
+
/** No additional licensing is applied. */
|
|
2949
|
+
None = "None",
|
|
2950
|
+
/** Enables Azure Hybrid User Benefits for Windows VMs. */
|
|
2951
|
+
WindowsServer = "Windows_Server"
|
|
2952
|
+
}
|
|
2953
|
+
/**
|
|
2954
|
+
* Defines values for LicenseType. \
|
|
2955
|
+
* {@link KnownLicenseType} can be used interchangeably with LicenseType,
|
|
2956
|
+
* this enum contains the known values that the service supports.
|
|
2957
|
+
* ### Known values supported by the service
|
|
2958
|
+
* **None**: No additional licensing is applied. \
|
|
2959
|
+
* **Windows_Server**: Enables Azure Hybrid User Benefits for Windows VMs.
|
|
2960
|
+
*/
|
|
2961
|
+
export type LicenseType = string;
|
|
2962
|
+
/** Known values of {@link ManagedClusterPodIdentityProvisioningState} that the service accepts. */
|
|
2963
|
+
export declare enum KnownManagedClusterPodIdentityProvisioningState {
|
|
2964
|
+
/** Assigned */
|
|
2965
|
+
Assigned = "Assigned",
|
|
2966
|
+
/** Canceled */
|
|
2967
|
+
Canceled = "Canceled",
|
|
2968
|
+
/** Deleting */
|
|
2969
|
+
Deleting = "Deleting",
|
|
2970
|
+
/** Failed */
|
|
2971
|
+
Failed = "Failed",
|
|
2972
|
+
/** Succeeded */
|
|
2973
|
+
Succeeded = "Succeeded",
|
|
2974
|
+
/** Updating */
|
|
2975
|
+
Updating = "Updating"
|
|
2976
|
+
}
|
|
2977
|
+
/**
|
|
2978
|
+
* Defines values for ManagedClusterPodIdentityProvisioningState. \
|
|
2979
|
+
* {@link KnownManagedClusterPodIdentityProvisioningState} can be used interchangeably with ManagedClusterPodIdentityProvisioningState,
|
|
2980
|
+
* this enum contains the known values that the service supports.
|
|
2981
|
+
* ### Known values supported by the service
|
|
2982
|
+
* **Assigned** \
|
|
2983
|
+
* **Canceled** \
|
|
2984
|
+
* **Deleting** \
|
|
2985
|
+
* **Failed** \
|
|
2986
|
+
* **Succeeded** \
|
|
2987
|
+
* **Updating**
|
|
2988
|
+
*/
|
|
2989
|
+
export type ManagedClusterPodIdentityProvisioningState = string;
|
|
2990
|
+
/** Known values of {@link RestrictionLevel} that the service accepts. */
|
|
2991
|
+
export declare enum KnownRestrictionLevel {
|
|
2992
|
+
/** All RBAC permissions are allowed on the managed node resource group */
|
|
2993
|
+
Unrestricted = "Unrestricted",
|
|
2994
|
+
/** Only *\/read RBAC permissions allowed on the managed node resource group */
|
|
2995
|
+
ReadOnly = "ReadOnly"
|
|
2996
|
+
}
|
|
2997
|
+
/**
|
|
2998
|
+
* Defines values for RestrictionLevel. \
|
|
2999
|
+
* {@link KnownRestrictionLevel} can be used interchangeably with RestrictionLevel,
|
|
3000
|
+
* this enum contains the known values that the service supports.
|
|
3001
|
+
* ### Known values supported by the service
|
|
3002
|
+
* **Unrestricted**: All RBAC permissions are allowed on the managed node resource group \
|
|
3003
|
+
* **ReadOnly**: Only *\/read RBAC permissions allowed on the managed node resource group
|
|
3004
|
+
*/
|
|
3005
|
+
export type RestrictionLevel = string;
|
|
3006
|
+
/** Known values of {@link NetworkPlugin} that the service accepts. */
|
|
3007
|
+
export declare enum KnownNetworkPlugin {
|
|
3008
|
+
/** Use the Azure CNI network plugin. See [Azure CNI (advanced) networking](https:\//docs.microsoft.com\/azure\/aks\/concepts-network#azure-cni-advanced-networking) for more information. */
|
|
3009
|
+
Azure = "azure",
|
|
3010
|
+
/** Use the Kubenet network plugin. See [Kubenet (basic) networking](https:\//docs.microsoft.com\/azure\/aks\/concepts-network#kubenet-basic-networking) for more information. */
|
|
3011
|
+
Kubenet = "kubenet",
|
|
3012
|
+
/** Do not use a network plugin. A custom CNI will need to be installed after cluster creation for networking functionality. */
|
|
3013
|
+
None = "none"
|
|
3014
|
+
}
|
|
3015
|
+
/**
|
|
3016
|
+
* Defines values for NetworkPlugin. \
|
|
3017
|
+
* {@link KnownNetworkPlugin} can be used interchangeably with NetworkPlugin,
|
|
3018
|
+
* this enum contains the known values that the service supports.
|
|
3019
|
+
* ### Known values supported by the service
|
|
3020
|
+
* **azure**: Use the Azure CNI network plugin. See [Azure CNI (advanced) networking](https:\/\/docs.microsoft.com\/azure\/aks\/concepts-network#azure-cni-advanced-networking) for more information. \
|
|
3021
|
+
* **kubenet**: Use the Kubenet network plugin. See [Kubenet (basic) networking](https:\/\/docs.microsoft.com\/azure\/aks\/concepts-network#kubenet-basic-networking) for more information. \
|
|
3022
|
+
* **none**: Do not use a network plugin. A custom CNI will need to be installed after cluster creation for networking functionality.
|
|
3023
|
+
*/
|
|
3024
|
+
export type NetworkPlugin = string;
|
|
3025
|
+
/** Known values of {@link NetworkPluginMode} that the service accepts. */
|
|
3026
|
+
export declare enum KnownNetworkPluginMode {
|
|
3027
|
+
/** Pods are given IPs from the PodCIDR address space but use Azure Routing Domains rather than Kubenet reference plugins host-local and bridge. */
|
|
3028
|
+
Overlay = "overlay"
|
|
3029
|
+
}
|
|
3030
|
+
/**
|
|
3031
|
+
* Defines values for NetworkPluginMode. \
|
|
3032
|
+
* {@link KnownNetworkPluginMode} can be used interchangeably with NetworkPluginMode,
|
|
3033
|
+
* this enum contains the known values that the service supports.
|
|
3034
|
+
* ### Known values supported by the service
|
|
3035
|
+
* **overlay**: Pods are given IPs from the PodCIDR address space but use Azure Routing Domains rather than Kubenet reference plugins host-local and bridge.
|
|
3036
|
+
*/
|
|
3037
|
+
export type NetworkPluginMode = string;
|
|
3038
|
+
/** Known values of {@link NetworkPolicy} that the service accepts. */
|
|
3039
|
+
export declare enum KnownNetworkPolicy {
|
|
3040
|
+
/** Network policies will not be enforced. This is the default value when NetworkPolicy is not specified. */
|
|
3041
|
+
None = "none",
|
|
3042
|
+
/** Use Calico network policies. See [differences between Azure and Calico policies](https:\//docs.microsoft.com\/azure\/aks\/use-network-policies#differences-between-azure-and-calico-policies-and-their-capabilities) for more information. */
|
|
3043
|
+
Calico = "calico",
|
|
3044
|
+
/** Use Azure network policies. See [differences between Azure and Calico policies](https:\//docs.microsoft.com\/azure\/aks\/use-network-policies#differences-between-azure-and-calico-policies-and-their-capabilities) for more information. */
|
|
3045
|
+
Azure = "azure",
|
|
3046
|
+
/** Use Cilium to enforce network policies. This requires networkDataplane to be 'cilium'. */
|
|
3047
|
+
Cilium = "cilium"
|
|
3048
|
+
}
|
|
3049
|
+
/**
|
|
3050
|
+
* Defines values for NetworkPolicy. \
|
|
3051
|
+
* {@link KnownNetworkPolicy} can be used interchangeably with NetworkPolicy,
|
|
3052
|
+
* this enum contains the known values that the service supports.
|
|
3053
|
+
* ### Known values supported by the service
|
|
3054
|
+
* **none**: Network policies will not be enforced. This is the default value when NetworkPolicy is not specified. \
|
|
3055
|
+
* **calico**: Use Calico network policies. See [differences between Azure and Calico policies](https:\/\/docs.microsoft.com\/azure\/aks\/use-network-policies#differences-between-azure-and-calico-policies-and-their-capabilities) for more information. \
|
|
3056
|
+
* **azure**: Use Azure network policies. See [differences between Azure and Calico policies](https:\/\/docs.microsoft.com\/azure\/aks\/use-network-policies#differences-between-azure-and-calico-policies-and-their-capabilities) for more information. \
|
|
3057
|
+
* **cilium**: Use Cilium to enforce network policies. This requires networkDataplane to be 'cilium'.
|
|
3058
|
+
*/
|
|
3059
|
+
export type NetworkPolicy = string;
|
|
3060
|
+
/** Known values of {@link NetworkMode} that the service accepts. */
|
|
3061
|
+
export declare enum KnownNetworkMode {
|
|
3062
|
+
/** No bridge is created. Intra-VM Pod to Pod communication is through IP routes created by Azure CNI. See [Transparent Mode](https:\//docs.microsoft.com\/azure\/aks\/faq#transparent-mode) for more information. */
|
|
3063
|
+
Transparent = "transparent",
|
|
3064
|
+
/** This is no longer supported */
|
|
3065
|
+
Bridge = "bridge"
|
|
3066
|
+
}
|
|
3067
|
+
/**
|
|
3068
|
+
* Defines values for NetworkMode. \
|
|
3069
|
+
* {@link KnownNetworkMode} can be used interchangeably with NetworkMode,
|
|
3070
|
+
* this enum contains the known values that the service supports.
|
|
3071
|
+
* ### Known values supported by the service
|
|
3072
|
+
* **transparent**: No bridge is created. Intra-VM Pod to Pod communication is through IP routes created by Azure CNI. See [Transparent Mode](https:\/\/docs.microsoft.com\/azure\/aks\/faq#transparent-mode) for more information. \
|
|
3073
|
+
* **bridge**: This is no longer supported
|
|
3074
|
+
*/
|
|
3075
|
+
export type NetworkMode = string;
|
|
3076
|
+
/** Known values of {@link NetworkDataplane} that the service accepts. */
|
|
3077
|
+
export declare enum KnownNetworkDataplane {
|
|
3078
|
+
/** Use Azure network dataplane. */
|
|
3079
|
+
Azure = "azure",
|
|
3080
|
+
/** Use Cilium network dataplane. See [Azure CNI Powered by Cilium](https:\//learn.microsoft.com\/azure\/aks\/azure-cni-powered-by-cilium) for more information. */
|
|
3081
|
+
Cilium = "cilium"
|
|
3082
|
+
}
|
|
3083
|
+
/**
|
|
3084
|
+
* Defines values for NetworkDataplane. \
|
|
3085
|
+
* {@link KnownNetworkDataplane} can be used interchangeably with NetworkDataplane,
|
|
3086
|
+
* this enum contains the known values that the service supports.
|
|
3087
|
+
* ### Known values supported by the service
|
|
3088
|
+
* **azure**: Use Azure network dataplane. \
|
|
3089
|
+
* **cilium**: Use Cilium network dataplane. See [Azure CNI Powered by Cilium](https:\/\/learn.microsoft.com\/azure\/aks\/azure-cni-powered-by-cilium) for more information.
|
|
3090
|
+
*/
|
|
3091
|
+
export type NetworkDataplane = string;
|
|
3092
|
+
/** Known values of {@link OutboundType} that the service accepts. */
|
|
3093
|
+
export declare enum KnownOutboundType {
|
|
3094
|
+
/** 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). */
|
|
3095
|
+
LoadBalancer = "loadBalancer",
|
|
3096
|
+
/** 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). */
|
|
3097
|
+
UserDefinedRouting = "userDefinedRouting",
|
|
3098
|
+
/** The AKS-managed NAT gateway is used for egress. */
|
|
3099
|
+
ManagedNATGateway = "managedNATGateway",
|
|
3100
|
+
/** The user-assigned NAT gateway associated to the cluster subnet is used for egress. This is an advanced scenario and requires proper network configuration. */
|
|
3101
|
+
UserAssignedNATGateway = "userAssignedNATGateway",
|
|
3102
|
+
/** 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\/ */
|
|
3103
|
+
None = "none"
|
|
3104
|
+
}
|
|
3105
|
+
/**
|
|
3106
|
+
* Defines values for OutboundType. \
|
|
3107
|
+
* {@link KnownOutboundType} can be used interchangeably with OutboundType,
|
|
3108
|
+
* this enum contains the known values that the service supports.
|
|
3109
|
+
* ### Known values supported by the service
|
|
3110
|
+
* **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). \
|
|
3111
|
+
* **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). \
|
|
3112
|
+
* **managedNATGateway**: The AKS-managed NAT gateway is used for egress. \
|
|
3113
|
+
* **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. \
|
|
3114
|
+
* **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\/
|
|
3115
|
+
*/
|
|
3116
|
+
export type OutboundType = string;
|
|
3117
|
+
/** Known values of {@link LoadBalancerSku} that the service accepts. */
|
|
3118
|
+
export declare enum KnownLoadBalancerSku {
|
|
3119
|
+
/** Use a a standard Load Balancer. This is the recommended Load Balancer SKU. For more information about on working with the load balancer in the managed cluster, see the [standard Load Balancer](https:\//docs.microsoft.com\/azure\/aks\/load-balancer-standard) article. */
|
|
3120
|
+
Standard = "standard",
|
|
3121
|
+
/** Use a basic Load Balancer with limited functionality. */
|
|
3122
|
+
Basic = "basic"
|
|
3123
|
+
}
|
|
3124
|
+
/**
|
|
3125
|
+
* Defines values for LoadBalancerSku. \
|
|
3126
|
+
* {@link KnownLoadBalancerSku} can be used interchangeably with LoadBalancerSku,
|
|
3127
|
+
* this enum contains the known values that the service supports.
|
|
3128
|
+
* ### Known values supported by the service
|
|
3129
|
+
* **standard**: Use a a standard Load Balancer. This is the recommended Load Balancer SKU. For more information about on working with the load balancer in the managed cluster, see the [standard Load Balancer](https:\/\/docs.microsoft.com\/azure\/aks\/load-balancer-standard) article. \
|
|
3130
|
+
* **basic**: Use a basic Load Balancer with limited functionality.
|
|
3131
|
+
*/
|
|
3132
|
+
export type LoadBalancerSku = string;
|
|
3133
|
+
/** Known values of {@link BackendPoolType} that the service accepts. */
|
|
3134
|
+
export declare enum KnownBackendPoolType {
|
|
3135
|
+
/** The type of the managed inbound Load Balancer BackendPool. https:\//cloud-provider-azure.sigs.k8s.io\/topics\/loadbalancer\/#configure-load-balancer-backend. */
|
|
3136
|
+
NodeIPConfiguration = "NodeIPConfiguration",
|
|
3137
|
+
/** The type of the managed inbound Load Balancer BackendPool. https:\//cloud-provider-azure.sigs.k8s.io\/topics\/loadbalancer\/#configure-load-balancer-backend. */
|
|
3138
|
+
NodeIP = "NodeIP"
|
|
3139
|
+
}
|
|
3140
|
+
/**
|
|
3141
|
+
* Defines values for BackendPoolType. \
|
|
3142
|
+
* {@link KnownBackendPoolType} can be used interchangeably with BackendPoolType,
|
|
3143
|
+
* this enum contains the known values that the service supports.
|
|
3144
|
+
* ### Known values supported by the service
|
|
3145
|
+
* **NodeIPConfiguration**: The type of the managed inbound Load Balancer BackendPool. https:\/\/cloud-provider-azure.sigs.k8s.io\/topics\/loadbalancer\/#configure-load-balancer-backend. \
|
|
3146
|
+
* **NodeIP**: The type of the managed inbound Load Balancer BackendPool. https:\/\/cloud-provider-azure.sigs.k8s.io\/topics\/loadbalancer\/#configure-load-balancer-backend.
|
|
3147
|
+
*/
|
|
3148
|
+
export type BackendPoolType = string;
|
|
3149
|
+
/** Known values of {@link ClusterServiceLoadBalancerHealthProbeMode} that the service accepts. */
|
|
3150
|
+
export declare enum KnownClusterServiceLoadBalancerHealthProbeMode {
|
|
3151
|
+
/** Each External Traffic Policy Cluster service will have its own health probe targeting service nodePort. */
|
|
3152
|
+
ServiceNodePort = "ServiceNodePort",
|
|
3153
|
+
/** 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. */
|
|
3154
|
+
Shared = "Shared"
|
|
3155
|
+
}
|
|
3156
|
+
/**
|
|
3157
|
+
* Defines values for ClusterServiceLoadBalancerHealthProbeMode. \
|
|
3158
|
+
* {@link KnownClusterServiceLoadBalancerHealthProbeMode} can be used interchangeably with ClusterServiceLoadBalancerHealthProbeMode,
|
|
3159
|
+
* this enum contains the known values that the service supports.
|
|
3160
|
+
* ### Known values supported by the service
|
|
3161
|
+
* **ServiceNodePort**: Each External Traffic Policy Cluster service will have its own health probe targeting service nodePort. \
|
|
3162
|
+
* **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.
|
|
3163
|
+
*/
|
|
3164
|
+
export type ClusterServiceLoadBalancerHealthProbeMode = string;
|
|
3165
|
+
/** Known values of {@link IpFamily} that the service accepts. */
|
|
3166
|
+
export declare enum KnownIpFamily {
|
|
3167
|
+
/** IPv4 family */
|
|
3168
|
+
IPv4 = "IPv4",
|
|
3169
|
+
/** IPv6 family */
|
|
3170
|
+
IPv6 = "IPv6"
|
|
3171
|
+
}
|
|
3172
|
+
/**
|
|
3173
|
+
* Defines values for IpFamily. \
|
|
3174
|
+
* {@link KnownIpFamily} can be used interchangeably with IpFamily,
|
|
3175
|
+
* this enum contains the known values that the service supports.
|
|
3176
|
+
* ### Known values supported by the service
|
|
3177
|
+
* **IPv4**: IPv4 family \
|
|
3178
|
+
* **IPv6**: IPv6 family
|
|
3179
|
+
*/
|
|
3180
|
+
export type IpFamily = string;
|
|
3181
|
+
/** Known values of {@link PodLinkLocalAccess} that the service accepts. */
|
|
3182
|
+
export declare enum KnownPodLinkLocalAccess {
|
|
3183
|
+
/** Pods with hostNetwork=false can access Azure Instance Metadata Service (IMDS) without restriction. */
|
|
3184
|
+
Imds = "IMDS",
|
|
3185
|
+
/** Pods with hostNetwork=false cannot access Azure Instance Metadata Service (IMDS). */
|
|
3186
|
+
None = "None"
|
|
3187
|
+
}
|
|
3188
|
+
/**
|
|
3189
|
+
* Defines values for PodLinkLocalAccess. \
|
|
3190
|
+
* {@link KnownPodLinkLocalAccess} can be used interchangeably with PodLinkLocalAccess,
|
|
3191
|
+
* this enum contains the known values that the service supports.
|
|
3192
|
+
* ### Known values supported by the service
|
|
3193
|
+
* **IMDS**: Pods with hostNetwork=false can access Azure Instance Metadata Service (IMDS) without restriction. \
|
|
3194
|
+
* **None**: Pods with hostNetwork=false cannot access Azure Instance Metadata Service (IMDS).
|
|
3195
|
+
*/
|
|
3196
|
+
export type PodLinkLocalAccess = string;
|
|
3197
|
+
/** Known values of {@link Mode} that the service accepts. */
|
|
3198
|
+
export declare enum KnownMode {
|
|
3199
|
+
/** IPTables proxy mode */
|
|
3200
|
+
Iptables = "IPTABLES",
|
|
3201
|
+
/** IPVS proxy mode. Must be using Kubernetes version >= 1.22. */
|
|
3202
|
+
Ipvs = "IPVS"
|
|
3203
|
+
}
|
|
3204
|
+
/**
|
|
3205
|
+
* Defines values for Mode. \
|
|
3206
|
+
* {@link KnownMode} can be used interchangeably with Mode,
|
|
3207
|
+
* this enum contains the known values that the service supports.
|
|
3208
|
+
* ### Known values supported by the service
|
|
3209
|
+
* **IPTABLES**: IPTables proxy mode \
|
|
3210
|
+
* **IPVS**: IPVS proxy mode. Must be using Kubernetes version >= 1.22.
|
|
3211
|
+
*/
|
|
3212
|
+
export type Mode = string;
|
|
3213
|
+
/** Known values of {@link IpvsScheduler} that the service accepts. */
|
|
3214
|
+
export declare enum KnownIpvsScheduler {
|
|
3215
|
+
/** Round Robin */
|
|
3216
|
+
RoundRobin = "RoundRobin",
|
|
3217
|
+
/** Least Connection */
|
|
3218
|
+
LeastConnection = "LeastConnection"
|
|
3219
|
+
}
|
|
3220
|
+
/**
|
|
3221
|
+
* Defines values for IpvsScheduler. \
|
|
3222
|
+
* {@link KnownIpvsScheduler} can be used interchangeably with IpvsScheduler,
|
|
3223
|
+
* this enum contains the known values that the service supports.
|
|
3224
|
+
* ### Known values supported by the service
|
|
3225
|
+
* **RoundRobin**: Round Robin \
|
|
3226
|
+
* **LeastConnection**: Least Connection
|
|
3227
|
+
*/
|
|
3228
|
+
export type IpvsScheduler = string;
|
|
3229
|
+
/** Known values of {@link UpgradeChannel} that the service accepts. */
|
|
3230
|
+
export declare enum KnownUpgradeChannel {
|
|
3231
|
+
/** Automatically upgrade the cluster to the latest supported patch release on the latest supported minor version. In cases where the cluster is at a version of Kubernetes that is at an N-2 minor version where N is the latest supported minor version, the cluster first upgrades to the latest supported patch version on N-1 minor version. For example, if a cluster is running version 1.17.7 and versions 1.17.9, 1.18.4, 1.18.6, and 1.19.1 are available, your cluster first is upgraded to 1.18.6, then is upgraded to 1.19.1. */
|
|
3232
|
+
Rapid = "rapid",
|
|
3233
|
+
/** Automatically upgrade the cluster to the latest supported patch release on minor version N-1, where N is the latest supported minor version. For example, if a cluster is running version 1.17.7 and versions 1.17.9, 1.18.4, 1.18.6, and 1.19.1 are available, your cluster is upgraded to 1.18.6. */
|
|
3234
|
+
Stable = "stable",
|
|
3235
|
+
/** Automatically upgrade the cluster to the latest supported patch version when it becomes available while keeping the minor version the same. For example, if a cluster is running version 1.17.7 and versions 1.17.9, 1.18.4, 1.18.6, and 1.19.1 are available, your cluster is upgraded to 1.17.9. */
|
|
3236
|
+
Patch = "patch",
|
|
3237
|
+
/** Automatically upgrade the node image to the latest version available. Consider using nodeOSUpgradeChannel instead as that allows you to configure node OS patching separate from Kubernetes version patching */
|
|
3238
|
+
NodeImage = "node-image",
|
|
3239
|
+
/** Disables auto-upgrades and keeps the cluster at its current version of Kubernetes. */
|
|
3240
|
+
None = "none"
|
|
3241
|
+
}
|
|
3242
|
+
/**
|
|
3243
|
+
* Defines values for UpgradeChannel. \
|
|
3244
|
+
* {@link KnownUpgradeChannel} can be used interchangeably with UpgradeChannel,
|
|
3245
|
+
* this enum contains the known values that the service supports.
|
|
3246
|
+
* ### Known values supported by the service
|
|
3247
|
+
* **rapid**: Automatically upgrade the cluster to the latest supported patch release on the latest supported minor version. In cases where the cluster is at a version of Kubernetes that is at an N-2 minor version where N is the latest supported minor version, the cluster first upgrades to the latest supported patch version on N-1 minor version. For example, if a cluster is running version 1.17.7 and versions 1.17.9, 1.18.4, 1.18.6, and 1.19.1 are available, your cluster first is upgraded to 1.18.6, then is upgraded to 1.19.1. \
|
|
3248
|
+
* **stable**: Automatically upgrade the cluster to the latest supported patch release on minor version N-1, where N is the latest supported minor version. For example, if a cluster is running version 1.17.7 and versions 1.17.9, 1.18.4, 1.18.6, and 1.19.1 are available, your cluster is upgraded to 1.18.6. \
|
|
3249
|
+
* **patch**: Automatically upgrade the cluster to the latest supported patch version when it becomes available while keeping the minor version the same. For example, if a cluster is running version 1.17.7 and versions 1.17.9, 1.18.4, 1.18.6, and 1.19.1 are available, your cluster is upgraded to 1.17.9. \
|
|
3250
|
+
* **node-image**: Automatically upgrade the node image to the latest version available. Consider using nodeOSUpgradeChannel instead as that allows you to configure node OS patching separate from Kubernetes version patching \
|
|
3251
|
+
* **none**: Disables auto-upgrades and keeps the cluster at its current version of Kubernetes.
|
|
3252
|
+
*/
|
|
3253
|
+
export type UpgradeChannel = string;
|
|
3254
|
+
/** Known values of {@link NodeOSUpgradeChannel} that the service accepts. */
|
|
3255
|
+
export declare enum KnownNodeOSUpgradeChannel {
|
|
3256
|
+
/** No attempt to update your machines OS will be made either by OS or by rolling VHDs. This means you are responsible for your security updates */
|
|
3257
|
+
None = "None",
|
|
3258
|
+
/** OS updates will be applied automatically through the OS built-in patching infrastructure. Newly scaled in machines will be unpatched initially, and will be patched at some later time by the OS's infrastructure. Behavior of this option depends on the OS in question. Ubuntu and Mariner apply security patches through unattended upgrade roughly once a day around 06:00 UTC. Windows does not apply security patches automatically and so for them this option is equivalent to None till further notice */
|
|
3259
|
+
Unmanaged = "Unmanaged",
|
|
3260
|
+
/** AKS downloads and updates the nodes with tested security updates. These updates honor the maintenance window settings and produce a new VHD that is used on new nodes. On some occasions it's not possible to apply the updates in place, in such cases the existing nodes will also be re-imaged to the newly produced VHD in order to apply the changes. This option incurs an extra cost of hosting the new Security Patch VHDs in your resource group for just in time consumption. */
|
|
3261
|
+
SecurityPatch = "SecurityPatch",
|
|
3262
|
+
/** AKS will update the nodes with a newly patched VHD containing security fixes and bugfixes on a weekly cadence. With the VHD update machines will be rolling reimaged to that VHD following maintenance windows and surge settings. No extra VHD cost is incurred when choosing this option as AKS hosts the images. */
|
|
3263
|
+
NodeImage = "NodeImage"
|
|
3264
|
+
}
|
|
3265
|
+
/**
|
|
3266
|
+
* Defines values for NodeOSUpgradeChannel. \
|
|
3267
|
+
* {@link KnownNodeOSUpgradeChannel} can be used interchangeably with NodeOSUpgradeChannel,
|
|
3268
|
+
* this enum contains the known values that the service supports.
|
|
3269
|
+
* ### Known values supported by the service
|
|
3270
|
+
* **None**: No attempt to update your machines OS will be made either by OS or by rolling VHDs. This means you are responsible for your security updates \
|
|
3271
|
+
* **Unmanaged**: OS updates will be applied automatically through the OS built-in patching infrastructure. Newly scaled in machines will be unpatched initially, and will be patched at some later time by the OS's infrastructure. Behavior of this option depends on the OS in question. Ubuntu and Mariner apply security patches through unattended upgrade roughly once a day around 06:00 UTC. Windows does not apply security patches automatically and so for them this option is equivalent to None till further notice \
|
|
3272
|
+
* **SecurityPatch**: AKS downloads and updates the nodes with tested security updates. These updates honor the maintenance window settings and produce a new VHD that is used on new nodes. On some occasions it's not possible to apply the updates in place, in such cases the existing nodes will also be re-imaged to the newly produced VHD in order to apply the changes. This option incurs an extra cost of hosting the new Security Patch VHDs in your resource group for just in time consumption. \
|
|
3273
|
+
* **NodeImage**: AKS will update the nodes with a newly patched VHD containing security fixes and bugfixes on a weekly cadence. With the VHD update machines will be rolling reimaged to that VHD following maintenance windows and surge settings. No extra VHD cost is incurred when choosing this option as AKS hosts the images.
|
|
3274
|
+
*/
|
|
3275
|
+
export type NodeOSUpgradeChannel = string;
|
|
3276
|
+
/** Known values of {@link Expander} that the service accepts. */
|
|
3277
|
+
export declare enum KnownExpander {
|
|
3278
|
+
/** Selects the node group that will have the least idle CPU (if tied, unused memory) after scale-up. This is useful when you have different classes of nodes, for example, high CPU or high memory nodes, and only want to expand those when there are pending pods that need a lot of those resources. */
|
|
3279
|
+
LeastWaste = "least-waste",
|
|
3280
|
+
/** Selects the node group that would be able to schedule the most pods when scaling up. This is useful when you are using nodeSelector to make sure certain pods land on certain nodes. Note that this won't cause the autoscaler to select bigger nodes vs. smaller, as it can add multiple smaller nodes at once. */
|
|
3281
|
+
MostPods = "most-pods",
|
|
3282
|
+
/** Selects the node group that has the highest priority assigned by the user. It's configuration is described in more details [here](https:\//github.com\/kubernetes\/autoscaler\/blob\/master\/cluster-autoscaler\/expander\/priority\/readme.md). */
|
|
3283
|
+
Priority = "priority",
|
|
3284
|
+
/** Used when you don't have a particular need for the node groups to scale differently. */
|
|
3285
|
+
Random = "random"
|
|
3286
|
+
}
|
|
3287
|
+
/**
|
|
3288
|
+
* Defines values for Expander. \
|
|
3289
|
+
* {@link KnownExpander} can be used interchangeably with Expander,
|
|
3290
|
+
* this enum contains the known values that the service supports.
|
|
3291
|
+
* ### Known values supported by the service
|
|
3292
|
+
* **least-waste**: Selects the node group that will have the least idle CPU (if tied, unused memory) after scale-up. This is useful when you have different classes of nodes, for example, high CPU or high memory nodes, and only want to expand those when there are pending pods that need a lot of those resources. \
|
|
3293
|
+
* **most-pods**: Selects the node group that would be able to schedule the most pods when scaling up. This is useful when you are using nodeSelector to make sure certain pods land on certain nodes. Note that this won't cause the autoscaler to select bigger nodes vs. smaller, as it can add multiple smaller nodes at once. \
|
|
3294
|
+
* **priority**: Selects the node group that has the highest priority assigned by the user. It's configuration is described in more details [here](https:\/\/github.com\/kubernetes\/autoscaler\/blob\/master\/cluster-autoscaler\/expander\/priority\/readme.md). \
|
|
3295
|
+
* **random**: Used when you don't have a particular need for the node groups to scale differently.
|
|
3296
|
+
*/
|
|
3297
|
+
export type Expander = string;
|
|
3298
|
+
/** Known values of {@link KeyVaultNetworkAccessTypes} that the service accepts. */
|
|
3299
|
+
export declare enum KnownKeyVaultNetworkAccessTypes {
|
|
3300
|
+
/** Public */
|
|
3301
|
+
Public = "Public",
|
|
3302
|
+
/** Private */
|
|
3303
|
+
Private = "Private"
|
|
3304
|
+
}
|
|
3305
|
+
/**
|
|
3306
|
+
* Defines values for KeyVaultNetworkAccessTypes. \
|
|
3307
|
+
* {@link KnownKeyVaultNetworkAccessTypes} can be used interchangeably with KeyVaultNetworkAccessTypes,
|
|
3308
|
+
* this enum contains the known values that the service supports.
|
|
3309
|
+
* ### Known values supported by the service
|
|
3310
|
+
* **Public** \
|
|
3311
|
+
* **Private**
|
|
3312
|
+
*/
|
|
3313
|
+
export type KeyVaultNetworkAccessTypes = string;
|
|
3314
|
+
/** Known values of {@link NginxIngressControllerType} that the service accepts. */
|
|
3315
|
+
export declare enum KnownNginxIngressControllerType {
|
|
3316
|
+
/** The default NginxIngressController will be created. Users can edit the default NginxIngressController Custom Resource to configure load balancer annotations. */
|
|
3317
|
+
AnnotationControlled = "AnnotationControlled",
|
|
3318
|
+
/** The default NginxIngressController will be created and the operator will provision an external loadbalancer with it. Any annotation to make the default loadbalancer internal will be overwritten. */
|
|
3319
|
+
External = "External",
|
|
3320
|
+
/** The default NginxIngressController will be created and the operator will provision an internal loadbalancer with it. Any annotation to make the default loadbalancer external will be overwritten. */
|
|
3321
|
+
Internal = "Internal",
|
|
3322
|
+
/** 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. */
|
|
3323
|
+
None = "None"
|
|
3324
|
+
}
|
|
3325
|
+
/**
|
|
3326
|
+
* Defines values for NginxIngressControllerType. \
|
|
3327
|
+
* {@link KnownNginxIngressControllerType} can be used interchangeably with NginxIngressControllerType,
|
|
3328
|
+
* this enum contains the known values that the service supports.
|
|
3329
|
+
* ### Known values supported by the service
|
|
3330
|
+
* **AnnotationControlled**: The default NginxIngressController will be created. Users can edit the default NginxIngressController Custom Resource to configure load balancer annotations. \
|
|
3331
|
+
* **External**: The default NginxIngressController will be created and the operator will provision an external loadbalancer with it. Any annotation to make the default loadbalancer internal will be overwritten. \
|
|
3332
|
+
* **Internal**: The default NginxIngressController will be created and the operator will provision an internal loadbalancer with it. Any annotation to make the default loadbalancer external will be overwritten. \
|
|
3333
|
+
* **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.
|
|
3334
|
+
*/
|
|
3335
|
+
export type NginxIngressControllerType = string;
|
|
3336
|
+
/** Known values of {@link PublicNetworkAccess} that the service accepts. */
|
|
3337
|
+
export declare enum KnownPublicNetworkAccess {
|
|
3338
|
+
/** Inbound\/Outbound to the managedCluster is allowed. */
|
|
3339
|
+
Enabled = "Enabled",
|
|
3340
|
+
/** Inbound traffic to managedCluster is disabled, traffic from managedCluster is allowed. */
|
|
3341
|
+
Disabled = "Disabled",
|
|
3342
|
+
/** Inbound\/Outbound traffic is managed by Microsoft.Network\/NetworkSecurityPerimeters. */
|
|
3343
|
+
SecuredByPerimeter = "SecuredByPerimeter"
|
|
3344
|
+
}
|
|
3345
|
+
/**
|
|
3346
|
+
* Defines values for PublicNetworkAccess. \
|
|
3347
|
+
* {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
|
|
3348
|
+
* this enum contains the known values that the service supports.
|
|
3349
|
+
* ### Known values supported by the service
|
|
3350
|
+
* **Enabled**: Inbound\/Outbound to the managedCluster is allowed. \
|
|
3351
|
+
* **Disabled**: Inbound traffic to managedCluster is disabled, traffic from managedCluster is allowed. \
|
|
3352
|
+
* **SecuredByPerimeter**: Inbound\/Outbound traffic is managed by Microsoft.Network\/NetworkSecurityPerimeters.
|
|
3353
|
+
*/
|
|
3354
|
+
export type PublicNetworkAccess = string;
|
|
3355
|
+
/** Known values of {@link AddonAutoscaling} that the service accepts. */
|
|
3356
|
+
export declare enum KnownAddonAutoscaling {
|
|
3357
|
+
/** Feature to autoscale AKS-managed add-ons is enabled. The default VPA update mode is Initial mode. */
|
|
3358
|
+
Enabled = "Enabled",
|
|
3359
|
+
/** Feature to autoscale AKS-managed add-ons is disabled. */
|
|
3360
|
+
Disabled = "Disabled"
|
|
3361
|
+
}
|
|
3362
|
+
/**
|
|
3363
|
+
* Defines values for AddonAutoscaling. \
|
|
3364
|
+
* {@link KnownAddonAutoscaling} can be used interchangeably with AddonAutoscaling,
|
|
3365
|
+
* this enum contains the known values that the service supports.
|
|
3366
|
+
* ### Known values supported by the service
|
|
3367
|
+
* **Enabled**: Feature to autoscale AKS-managed add-ons is enabled. The default VPA update mode is Initial mode. \
|
|
3368
|
+
* **Disabled**: Feature to autoscale AKS-managed add-ons is disabled.
|
|
3369
|
+
*/
|
|
3370
|
+
export type AddonAutoscaling = string;
|
|
3371
|
+
/** Known values of {@link Level} that the service accepts. */
|
|
3372
|
+
export declare enum KnownLevel {
|
|
3373
|
+
/** Off */
|
|
3374
|
+
Off = "Off",
|
|
3375
|
+
/** Warning */
|
|
3376
|
+
Warning = "Warning",
|
|
3377
|
+
/** Enforcement */
|
|
3378
|
+
Enforcement = "Enforcement"
|
|
3379
|
+
}
|
|
3380
|
+
/**
|
|
3381
|
+
* Defines values for Level. \
|
|
3382
|
+
* {@link KnownLevel} can be used interchangeably with Level,
|
|
3383
|
+
* this enum contains the known values that the service supports.
|
|
3384
|
+
* ### Known values supported by the service
|
|
3385
|
+
* **Off** \
|
|
3386
|
+
* **Warning** \
|
|
3387
|
+
* **Enforcement**
|
|
3388
|
+
*/
|
|
3389
|
+
export type Level = string;
|
|
3390
|
+
/** Known values of {@link ServiceMeshMode} that the service accepts. */
|
|
3391
|
+
export declare enum KnownServiceMeshMode {
|
|
3392
|
+
/** Istio deployed as an AKS addon. */
|
|
3393
|
+
Istio = "Istio",
|
|
3394
|
+
/** Mesh is disabled. */
|
|
3395
|
+
Disabled = "Disabled"
|
|
3396
|
+
}
|
|
3397
|
+
/**
|
|
3398
|
+
* Defines values for ServiceMeshMode. \
|
|
3399
|
+
* {@link KnownServiceMeshMode} can be used interchangeably with ServiceMeshMode,
|
|
3400
|
+
* this enum contains the known values that the service supports.
|
|
3401
|
+
* ### Known values supported by the service
|
|
3402
|
+
* **Istio**: Istio deployed as an AKS addon. \
|
|
3403
|
+
* **Disabled**: Mesh is disabled.
|
|
3404
|
+
*/
|
|
3405
|
+
export type ServiceMeshMode = string;
|
|
3406
|
+
/** Known values of {@link IstioIngressGatewayMode} that the service accepts. */
|
|
3407
|
+
export declare enum KnownIstioIngressGatewayMode {
|
|
3408
|
+
/** The ingress gateway is assigned a public IP address and is publicly accessible. */
|
|
3409
|
+
External = "External",
|
|
3410
|
+
/** The ingress gateway is assigned an internal IP address and cannot is accessed publicly. */
|
|
3411
|
+
Internal = "Internal"
|
|
3412
|
+
}
|
|
3413
|
+
/**
|
|
3414
|
+
* Defines values for IstioIngressGatewayMode. \
|
|
3415
|
+
* {@link KnownIstioIngressGatewayMode} can be used interchangeably with IstioIngressGatewayMode,
|
|
3416
|
+
* this enum contains the known values that the service supports.
|
|
3417
|
+
* ### Known values supported by the service
|
|
3418
|
+
* **External**: The ingress gateway is assigned a public IP address and is publicly accessible. \
|
|
3419
|
+
* **Internal**: The ingress gateway is assigned an internal IP address and cannot is accessed publicly.
|
|
3420
|
+
*/
|
|
3421
|
+
export type IstioIngressGatewayMode = string;
|
|
3422
|
+
/** Known values of {@link NodeProvisioningMode} that the service accepts. */
|
|
3423
|
+
export declare enum KnownNodeProvisioningMode {
|
|
3424
|
+
/** Nodes are provisioned manually by the user */
|
|
3425
|
+
Manual = "Manual",
|
|
3426
|
+
/** Nodes are provisioned automatically by AKS using Karpenter. Fixed size Node Pools can still be created, but autoscaling Node Pools cannot be. (See aka.ms\/aks\/nap for more details). */
|
|
3427
|
+
Auto = "Auto"
|
|
3428
|
+
}
|
|
3429
|
+
/**
|
|
3430
|
+
* Defines values for NodeProvisioningMode. \
|
|
3431
|
+
* {@link KnownNodeProvisioningMode} can be used interchangeably with NodeProvisioningMode,
|
|
3432
|
+
* this enum contains the known values that the service supports.
|
|
3433
|
+
* ### Known values supported by the service
|
|
3434
|
+
* **Manual**: Nodes are provisioned manually by the user \
|
|
3435
|
+
* **Auto**: Nodes are provisioned automatically by AKS using Karpenter. Fixed size Node Pools can still be created, but autoscaling Node Pools cannot be. (See aka.ms\/aks\/nap for more details).
|
|
3436
|
+
*/
|
|
3437
|
+
export type NodeProvisioningMode = string;
|
|
3438
|
+
/** Known values of {@link ArtifactSource} that the service accepts. */
|
|
3439
|
+
export declare enum KnownArtifactSource {
|
|
3440
|
+
/** pull images from Azure Container Registry with cache */
|
|
3441
|
+
Cache = "Cache",
|
|
3442
|
+
/** pull images from Microsoft Artifact Registry */
|
|
3443
|
+
Direct = "Direct"
|
|
3444
|
+
}
|
|
3445
|
+
/**
|
|
3446
|
+
* Defines values for ArtifactSource. \
|
|
3447
|
+
* {@link KnownArtifactSource} can be used interchangeably with ArtifactSource,
|
|
3448
|
+
* this enum contains the known values that the service supports.
|
|
3449
|
+
* ### Known values supported by the service
|
|
3450
|
+
* **Cache**: pull images from Azure Container Registry with cache \
|
|
3451
|
+
* **Direct**: pull images from Microsoft Artifact Registry
|
|
3452
|
+
*/
|
|
3453
|
+
export type ArtifactSource = string;
|
|
3454
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
3455
|
+
export declare enum KnownCreatedByType {
|
|
3456
|
+
/** User */
|
|
3457
|
+
User = "User",
|
|
3458
|
+
/** Application */
|
|
3459
|
+
Application = "Application",
|
|
3460
|
+
/** ManagedIdentity */
|
|
3461
|
+
ManagedIdentity = "ManagedIdentity",
|
|
3462
|
+
/** Key */
|
|
3463
|
+
Key = "Key"
|
|
3464
|
+
}
|
|
3465
|
+
/**
|
|
3466
|
+
* Defines values for CreatedByType. \
|
|
3467
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
3468
|
+
* this enum contains the known values that the service supports.
|
|
3469
|
+
* ### Known values supported by the service
|
|
3470
|
+
* **User** \
|
|
3471
|
+
* **Application** \
|
|
3472
|
+
* **ManagedIdentity** \
|
|
3473
|
+
* **Key**
|
|
3474
|
+
*/
|
|
3475
|
+
export type CreatedByType = string;
|
|
3476
|
+
/** Known values of {@link Format} that the service accepts. */
|
|
3477
|
+
export declare enum KnownFormat {
|
|
3478
|
+
/** 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. */
|
|
3479
|
+
Azure = "azure",
|
|
3480
|
+
/** Return exec format kubeconfig. This format requires kubelogin binary in the path. */
|
|
3481
|
+
Exec = "exec"
|
|
3482
|
+
}
|
|
3483
|
+
/**
|
|
3484
|
+
* Defines values for Format. \
|
|
3485
|
+
* {@link KnownFormat} can be used interchangeably with Format,
|
|
3486
|
+
* this enum contains the known values that the service supports.
|
|
3487
|
+
* ### Known values supported by the service
|
|
3488
|
+
* **azure**: 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. \
|
|
3489
|
+
* **exec**: Return exec format kubeconfig. This format requires kubelogin binary in the path.
|
|
3490
|
+
*/
|
|
3491
|
+
export type Format = string;
|
|
3492
|
+
/** Known values of {@link WeekDay} that the service accepts. */
|
|
3493
|
+
export declare enum KnownWeekDay {
|
|
3494
|
+
/** Sunday */
|
|
3495
|
+
Sunday = "Sunday",
|
|
3496
|
+
/** Monday */
|
|
3497
|
+
Monday = "Monday",
|
|
3498
|
+
/** Tuesday */
|
|
3499
|
+
Tuesday = "Tuesday",
|
|
3500
|
+
/** Wednesday */
|
|
3501
|
+
Wednesday = "Wednesday",
|
|
3502
|
+
/** Thursday */
|
|
3503
|
+
Thursday = "Thursday",
|
|
3504
|
+
/** Friday */
|
|
3505
|
+
Friday = "Friday",
|
|
3506
|
+
/** Saturday */
|
|
3507
|
+
Saturday = "Saturday"
|
|
3508
|
+
}
|
|
3509
|
+
/**
|
|
3510
|
+
* Defines values for WeekDay. \
|
|
3511
|
+
* {@link KnownWeekDay} can be used interchangeably with WeekDay,
|
|
3512
|
+
* this enum contains the known values that the service supports.
|
|
3513
|
+
* ### Known values supported by the service
|
|
3514
|
+
* **Sunday** \
|
|
3515
|
+
* **Monday** \
|
|
3516
|
+
* **Tuesday** \
|
|
3517
|
+
* **Wednesday** \
|
|
3518
|
+
* **Thursday** \
|
|
3519
|
+
* **Friday** \
|
|
3520
|
+
* **Saturday**
|
|
3521
|
+
*/
|
|
3522
|
+
export type WeekDay = string;
|
|
3523
|
+
/** Known values of {@link Type} that the service accepts. */
|
|
3524
|
+
export declare enum KnownType {
|
|
3525
|
+
/** First. */
|
|
3526
|
+
First = "First",
|
|
3527
|
+
/** Second. */
|
|
3528
|
+
Second = "Second",
|
|
3529
|
+
/** Third. */
|
|
3530
|
+
Third = "Third",
|
|
3531
|
+
/** Fourth. */
|
|
3532
|
+
Fourth = "Fourth",
|
|
3533
|
+
/** Last. */
|
|
3534
|
+
Last = "Last"
|
|
3535
|
+
}
|
|
3536
|
+
/**
|
|
3537
|
+
* Defines values for Type. \
|
|
3538
|
+
* {@link KnownType} can be used interchangeably with Type,
|
|
3539
|
+
* this enum contains the known values that the service supports.
|
|
3540
|
+
* ### Known values supported by the service
|
|
3541
|
+
* **First**: First. \
|
|
3542
|
+
* **Second**: Second. \
|
|
3543
|
+
* **Third**: Third. \
|
|
3544
|
+
* **Fourth**: Fourth. \
|
|
3545
|
+
* **Last**: Last.
|
|
3546
|
+
*/
|
|
3547
|
+
export type Type = string;
|
|
3548
|
+
/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
|
|
3549
|
+
export declare enum KnownPrivateEndpointConnectionProvisioningState {
|
|
3550
|
+
/** Canceled */
|
|
3551
|
+
Canceled = "Canceled",
|
|
3552
|
+
/** Creating */
|
|
3553
|
+
Creating = "Creating",
|
|
3554
|
+
/** Deleting */
|
|
3555
|
+
Deleting = "Deleting",
|
|
3556
|
+
/** Failed */
|
|
3557
|
+
Failed = "Failed",
|
|
3558
|
+
/** Succeeded */
|
|
3559
|
+
Succeeded = "Succeeded"
|
|
3560
|
+
}
|
|
3561
|
+
/**
|
|
3562
|
+
* Defines values for PrivateEndpointConnectionProvisioningState. \
|
|
3563
|
+
* {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
|
|
3564
|
+
* this enum contains the known values that the service supports.
|
|
3565
|
+
* ### Known values supported by the service
|
|
3566
|
+
* **Canceled** \
|
|
3567
|
+
* **Creating** \
|
|
3568
|
+
* **Deleting** \
|
|
3569
|
+
* **Failed** \
|
|
3570
|
+
* **Succeeded**
|
|
3571
|
+
*/
|
|
3572
|
+
export type PrivateEndpointConnectionProvisioningState = string;
|
|
3573
|
+
/** Known values of {@link ConnectionStatus} that the service accepts. */
|
|
3574
|
+
export declare enum KnownConnectionStatus {
|
|
3575
|
+
/** Pending */
|
|
3576
|
+
Pending = "Pending",
|
|
3577
|
+
/** Approved */
|
|
3578
|
+
Approved = "Approved",
|
|
3579
|
+
/** Rejected */
|
|
3580
|
+
Rejected = "Rejected",
|
|
3581
|
+
/** Disconnected */
|
|
3582
|
+
Disconnected = "Disconnected"
|
|
3583
|
+
}
|
|
3584
|
+
/**
|
|
3585
|
+
* Defines values for ConnectionStatus. \
|
|
3586
|
+
* {@link KnownConnectionStatus} can be used interchangeably with ConnectionStatus,
|
|
3587
|
+
* this enum contains the known values that the service supports.
|
|
3588
|
+
* ### Known values supported by the service
|
|
3589
|
+
* **Pending** \
|
|
3590
|
+
* **Approved** \
|
|
3591
|
+
* **Rejected** \
|
|
3592
|
+
* **Disconnected**
|
|
3593
|
+
*/
|
|
3594
|
+
export type ConnectionStatus = string;
|
|
3595
|
+
/** Known values of {@link SnapshotType} that the service accepts. */
|
|
3596
|
+
export declare enum KnownSnapshotType {
|
|
3597
|
+
/** The snapshot is a snapshot of a node pool. */
|
|
3598
|
+
NodePool = "NodePool",
|
|
3599
|
+
/** The snapshot is a snapshot of a managed cluster. */
|
|
3600
|
+
ManagedCluster = "ManagedCluster"
|
|
3601
|
+
}
|
|
3602
|
+
/**
|
|
3603
|
+
* Defines values for SnapshotType. \
|
|
3604
|
+
* {@link KnownSnapshotType} can be used interchangeably with SnapshotType,
|
|
3605
|
+
* this enum contains the known values that the service supports.
|
|
3606
|
+
* ### Known values supported by the service
|
|
3607
|
+
* **NodePool**: The snapshot is a snapshot of a node pool. \
|
|
3608
|
+
* **ManagedCluster**: The snapshot is a snapshot of a managed cluster.
|
|
3609
|
+
*/
|
|
3610
|
+
export type SnapshotType = string;
|
|
3611
|
+
/** Known values of {@link TrustedAccessRoleBindingProvisioningState} that the service accepts. */
|
|
3612
|
+
export declare enum KnownTrustedAccessRoleBindingProvisioningState {
|
|
3613
|
+
/** Canceled */
|
|
3614
|
+
Canceled = "Canceled",
|
|
3615
|
+
/** Deleting */
|
|
3616
|
+
Deleting = "Deleting",
|
|
3617
|
+
/** Failed */
|
|
3618
|
+
Failed = "Failed",
|
|
3619
|
+
/** Succeeded */
|
|
3620
|
+
Succeeded = "Succeeded",
|
|
3621
|
+
/** Updating */
|
|
3622
|
+
Updating = "Updating"
|
|
3623
|
+
}
|
|
3624
|
+
/**
|
|
3625
|
+
* Defines values for TrustedAccessRoleBindingProvisioningState. \
|
|
3626
|
+
* {@link KnownTrustedAccessRoleBindingProvisioningState} can be used interchangeably with TrustedAccessRoleBindingProvisioningState,
|
|
3627
|
+
* this enum contains the known values that the service supports.
|
|
3628
|
+
* ### Known values supported by the service
|
|
3629
|
+
* **Canceled** \
|
|
3630
|
+
* **Deleting** \
|
|
3631
|
+
* **Failed** \
|
|
3632
|
+
* **Succeeded** \
|
|
3633
|
+
* **Updating**
|
|
3634
|
+
*/
|
|
3635
|
+
export type TrustedAccessRoleBindingProvisioningState = string;
|
|
3636
|
+
/** Known values of {@link GuardrailsSupport} that the service accepts. */
|
|
3637
|
+
export declare enum KnownGuardrailsSupport {
|
|
3638
|
+
/** 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. */
|
|
3639
|
+
Preview = "Preview",
|
|
3640
|
+
/** The version is stable and can be used on critical production clusters. */
|
|
3641
|
+
Stable = "Stable"
|
|
3642
|
+
}
|
|
3643
|
+
/**
|
|
3644
|
+
* Defines values for GuardrailsSupport. \
|
|
3645
|
+
* {@link KnownGuardrailsSupport} can be used interchangeably with GuardrailsSupport,
|
|
3646
|
+
* this enum contains the known values that the service supports.
|
|
3647
|
+
* ### Known values supported by the service
|
|
3648
|
+
* **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. \
|
|
3649
|
+
* **Stable**: The version is stable and can be used on critical production clusters.
|
|
3650
|
+
*/
|
|
3651
|
+
export type GuardrailsSupport = string;
|
|
3652
|
+
/** Known values of {@link SafeguardsSupport} that the service accepts. */
|
|
3653
|
+
export declare enum KnownSafeguardsSupport {
|
|
3654
|
+
/** 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. */
|
|
3655
|
+
Preview = "Preview",
|
|
3656
|
+
/** The version is stable and can be used on critical production clusters. */
|
|
3657
|
+
Stable = "Stable"
|
|
3658
|
+
}
|
|
3659
|
+
/**
|
|
3660
|
+
* Defines values for SafeguardsSupport. \
|
|
3661
|
+
* {@link KnownSafeguardsSupport} can be used interchangeably with SafeguardsSupport,
|
|
3662
|
+
* this enum contains the known values that the service supports.
|
|
3663
|
+
* ### Known values supported by the service
|
|
3664
|
+
* **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. \
|
|
3665
|
+
* **Stable**: The version is stable and can be used on critical production clusters.
|
|
3666
|
+
*/
|
|
3667
|
+
export type SafeguardsSupport = string;
|
|
3668
|
+
/** Known values of {@link Operator} that the service accepts. */
|
|
3669
|
+
export declare enum KnownOperator {
|
|
3670
|
+
/** The value of the key should be in the given list. */
|
|
3671
|
+
In = "In",
|
|
3672
|
+
/** The value of the key should not be in the given list. */
|
|
3673
|
+
NotIn = "NotIn",
|
|
3674
|
+
/** The value of the key should exist. */
|
|
3675
|
+
Exists = "Exists",
|
|
3676
|
+
/** The value of the key should not exist. */
|
|
3677
|
+
DoesNotExist = "DoesNotExist"
|
|
3678
|
+
}
|
|
3679
|
+
/**
|
|
3680
|
+
* Defines values for Operator. \
|
|
3681
|
+
* {@link KnownOperator} can be used interchangeably with Operator,
|
|
3682
|
+
* this enum contains the known values that the service supports.
|
|
3683
|
+
* ### Known values supported by the service
|
|
3684
|
+
* **In**: The value of the key should be in the given list. \
|
|
3685
|
+
* **NotIn**: The value of the key should not be in the given list. \
|
|
3686
|
+
* **Exists**: The value of the key should exist. \
|
|
3687
|
+
* **DoesNotExist**: The value of the key should not exist.
|
|
3688
|
+
*/
|
|
3689
|
+
export type Operator = string;
|
|
3690
|
+
/** Defines values for ResourceIdentityType. */
|
|
3691
|
+
export type ResourceIdentityType = "SystemAssigned" | "UserAssigned" | "None";
|
|
3692
|
+
/** Optional parameters. */
|
|
3693
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
3694
|
+
}
|
|
3695
|
+
/** Contains response data for the list operation. */
|
|
3696
|
+
export type OperationsListResponse = OperationListResult;
|
|
3697
|
+
/** Optional parameters. */
|
|
3698
|
+
export interface ManagedClustersListKubernetesVersionsOptionalParams extends coreClient.OperationOptions {
|
|
3699
|
+
}
|
|
3700
|
+
/** Contains response data for the listKubernetesVersions operation. */
|
|
3701
|
+
export type ManagedClustersListKubernetesVersionsResponse = KubernetesVersionListResult;
|
|
3702
|
+
/** Optional parameters. */
|
|
3703
|
+
export interface ManagedClustersListOptionalParams extends coreClient.OperationOptions {
|
|
3704
|
+
}
|
|
3705
|
+
/** Contains response data for the list operation. */
|
|
3706
|
+
export type ManagedClustersListResponse = ManagedClusterListResult;
|
|
3707
|
+
/** Optional parameters. */
|
|
3708
|
+
export interface ManagedClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
3709
|
+
}
|
|
3710
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
3711
|
+
export type ManagedClustersListByResourceGroupResponse = ManagedClusterListResult;
|
|
3712
|
+
/** Optional parameters. */
|
|
3713
|
+
export interface ManagedClustersGetUpgradeProfileOptionalParams extends coreClient.OperationOptions {
|
|
3714
|
+
}
|
|
3715
|
+
/** Contains response data for the getUpgradeProfile operation. */
|
|
3716
|
+
export type ManagedClustersGetUpgradeProfileResponse = ManagedClusterUpgradeProfile;
|
|
3717
|
+
/** Optional parameters. */
|
|
3718
|
+
export interface ManagedClustersGetAccessProfileOptionalParams extends coreClient.OperationOptions {
|
|
3719
|
+
}
|
|
3720
|
+
/** Contains response data for the getAccessProfile operation. */
|
|
3721
|
+
export type ManagedClustersGetAccessProfileResponse = ManagedClusterAccessProfile;
|
|
3722
|
+
/** Optional parameters. */
|
|
3723
|
+
export interface ManagedClustersListClusterAdminCredentialsOptionalParams extends coreClient.OperationOptions {
|
|
3724
|
+
/** server fqdn type for credentials to be returned */
|
|
3725
|
+
serverFqdn?: string;
|
|
3726
|
+
}
|
|
3727
|
+
/** Contains response data for the listClusterAdminCredentials operation. */
|
|
3728
|
+
export type ManagedClustersListClusterAdminCredentialsResponse = CredentialResults;
|
|
3729
|
+
/** Optional parameters. */
|
|
3730
|
+
export interface ManagedClustersListClusterUserCredentialsOptionalParams extends coreClient.OperationOptions {
|
|
3731
|
+
/** server fqdn type for credentials to be returned */
|
|
3732
|
+
serverFqdn?: string;
|
|
3733
|
+
/** Only apply to AAD clusters, specifies the format of returned kubeconfig. Format 'azure' will return azure auth-provider kubeconfig; format 'exec' will return exec format kubeconfig, which requires kubelogin binary in the path. */
|
|
3734
|
+
format?: Format;
|
|
3735
|
+
}
|
|
3736
|
+
/** Contains response data for the listClusterUserCredentials operation. */
|
|
3737
|
+
export type ManagedClustersListClusterUserCredentialsResponse = CredentialResults;
|
|
3738
|
+
/** Optional parameters. */
|
|
3739
|
+
export interface ManagedClustersListClusterMonitoringUserCredentialsOptionalParams extends coreClient.OperationOptions {
|
|
3740
|
+
/** server fqdn type for credentials to be returned */
|
|
3741
|
+
serverFqdn?: string;
|
|
3742
|
+
}
|
|
3743
|
+
/** Contains response data for the listClusterMonitoringUserCredentials operation. */
|
|
3744
|
+
export type ManagedClustersListClusterMonitoringUserCredentialsResponse = CredentialResults;
|
|
3745
|
+
/** Optional parameters. */
|
|
3746
|
+
export interface ManagedClustersGetOptionalParams extends coreClient.OperationOptions {
|
|
3747
|
+
}
|
|
3748
|
+
/** Contains response data for the get operation. */
|
|
3749
|
+
export type ManagedClustersGetResponse = ManagedCluster;
|
|
3750
|
+
/** Optional parameters. */
|
|
3751
|
+
export interface ManagedClustersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3752
|
+
/** The request should only proceed if an entity matches this string. */
|
|
3753
|
+
ifMatch?: string;
|
|
3754
|
+
/** The request should only proceed if no entity matches this string. */
|
|
3755
|
+
ifNoneMatch?: string;
|
|
3756
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3757
|
+
updateIntervalInMs?: number;
|
|
3758
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3759
|
+
resumeFrom?: string;
|
|
3760
|
+
}
|
|
3761
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
3762
|
+
export type ManagedClustersCreateOrUpdateResponse = ManagedCluster;
|
|
3763
|
+
/** Optional parameters. */
|
|
3764
|
+
export interface ManagedClustersUpdateTagsOptionalParams extends coreClient.OperationOptions {
|
|
3765
|
+
/** The request should only proceed if an entity matches this string. */
|
|
3766
|
+
ifMatch?: string;
|
|
3767
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3768
|
+
updateIntervalInMs?: number;
|
|
3769
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3770
|
+
resumeFrom?: string;
|
|
3771
|
+
}
|
|
3772
|
+
/** Contains response data for the updateTags operation. */
|
|
3773
|
+
export type ManagedClustersUpdateTagsResponse = ManagedCluster;
|
|
3774
|
+
/** Optional parameters. */
|
|
3775
|
+
export interface ManagedClustersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3776
|
+
/** The request should only proceed if an entity matches this string. */
|
|
3777
|
+
ifMatch?: string;
|
|
3778
|
+
/** ignore-pod-disruption-budget=true to delete those pods on a node without considering Pod Disruption Budget */
|
|
3779
|
+
ignorePodDisruptionBudget?: boolean;
|
|
3780
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3781
|
+
updateIntervalInMs?: number;
|
|
3782
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3783
|
+
resumeFrom?: string;
|
|
3784
|
+
}
|
|
3785
|
+
/** Contains response data for the delete operation. */
|
|
3786
|
+
export type ManagedClustersDeleteResponse = ManagedClustersDeleteHeaders;
|
|
3787
|
+
/** Optional parameters. */
|
|
3788
|
+
export interface ManagedClustersResetServicePrincipalProfileOptionalParams extends coreClient.OperationOptions {
|
|
3789
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3790
|
+
updateIntervalInMs?: number;
|
|
3791
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3792
|
+
resumeFrom?: string;
|
|
3793
|
+
}
|
|
3794
|
+
/** Optional parameters. */
|
|
3795
|
+
export interface ManagedClustersResetAADProfileOptionalParams extends coreClient.OperationOptions {
|
|
3796
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3797
|
+
updateIntervalInMs?: number;
|
|
3798
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3799
|
+
resumeFrom?: string;
|
|
3800
|
+
}
|
|
3801
|
+
/** Optional parameters. */
|
|
3802
|
+
export interface ManagedClustersAbortLatestOperationOptionalParams extends coreClient.OperationOptions {
|
|
3803
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3804
|
+
updateIntervalInMs?: number;
|
|
3805
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3806
|
+
resumeFrom?: string;
|
|
3807
|
+
}
|
|
3808
|
+
/** Contains response data for the abortLatestOperation operation. */
|
|
3809
|
+
export type ManagedClustersAbortLatestOperationResponse = ManagedClustersAbortLatestOperationHeaders;
|
|
3810
|
+
/** Optional parameters. */
|
|
3811
|
+
export interface ManagedClustersRotateClusterCertificatesOptionalParams extends coreClient.OperationOptions {
|
|
3812
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3813
|
+
updateIntervalInMs?: number;
|
|
3814
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3815
|
+
resumeFrom?: string;
|
|
3816
|
+
}
|
|
3817
|
+
/** Contains response data for the rotateClusterCertificates operation. */
|
|
3818
|
+
export type ManagedClustersRotateClusterCertificatesResponse = ManagedClustersRotateClusterCertificatesHeaders;
|
|
3819
|
+
/** Optional parameters. */
|
|
3820
|
+
export interface ManagedClustersRotateServiceAccountSigningKeysOptionalParams extends coreClient.OperationOptions {
|
|
3821
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3822
|
+
updateIntervalInMs?: number;
|
|
3823
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3824
|
+
resumeFrom?: string;
|
|
3825
|
+
}
|
|
3826
|
+
/** Contains response data for the rotateServiceAccountSigningKeys operation. */
|
|
3827
|
+
export type ManagedClustersRotateServiceAccountSigningKeysResponse = ManagedClustersRotateServiceAccountSigningKeysHeaders;
|
|
3828
|
+
/** Optional parameters. */
|
|
3829
|
+
export interface ManagedClustersStopOptionalParams extends coreClient.OperationOptions {
|
|
3830
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3831
|
+
updateIntervalInMs?: number;
|
|
3832
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3833
|
+
resumeFrom?: string;
|
|
3834
|
+
}
|
|
3835
|
+
/** Contains response data for the stop operation. */
|
|
3836
|
+
export type ManagedClustersStopResponse = ManagedClustersStopHeaders;
|
|
3837
|
+
/** Optional parameters. */
|
|
3838
|
+
export interface ManagedClustersStartOptionalParams extends coreClient.OperationOptions {
|
|
3839
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3840
|
+
updateIntervalInMs?: number;
|
|
3841
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3842
|
+
resumeFrom?: string;
|
|
3843
|
+
}
|
|
3844
|
+
/** Contains response data for the start operation. */
|
|
3845
|
+
export type ManagedClustersStartResponse = ManagedClustersStartHeaders;
|
|
3846
|
+
/** Optional parameters. */
|
|
3847
|
+
export interface ManagedClustersRunCommandOptionalParams extends coreClient.OperationOptions {
|
|
3848
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3849
|
+
updateIntervalInMs?: number;
|
|
3850
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3851
|
+
resumeFrom?: string;
|
|
3852
|
+
}
|
|
3853
|
+
/** Contains response data for the runCommand operation. */
|
|
3854
|
+
export type ManagedClustersRunCommandResponse = RunCommandResult;
|
|
3855
|
+
/** Optional parameters. */
|
|
3856
|
+
export interface ManagedClustersGetCommandResultOptionalParams extends coreClient.OperationOptions {
|
|
3857
|
+
}
|
|
3858
|
+
/** Contains response data for the getCommandResult operation. */
|
|
3859
|
+
export type ManagedClustersGetCommandResultResponse = RunCommandResult;
|
|
3860
|
+
/** Optional parameters. */
|
|
3861
|
+
export interface ManagedClustersListOutboundNetworkDependenciesEndpointsOptionalParams extends coreClient.OperationOptions {
|
|
3862
|
+
}
|
|
3863
|
+
/** Contains response data for the listOutboundNetworkDependenciesEndpoints operation. */
|
|
3864
|
+
export type ManagedClustersListOutboundNetworkDependenciesEndpointsResponse = OutboundEnvironmentEndpointCollection;
|
|
3865
|
+
/** Optional parameters. */
|
|
3866
|
+
export interface ManagedClustersGetGuardrailsVersionsOptionalParams extends coreClient.OperationOptions {
|
|
3867
|
+
}
|
|
3868
|
+
/** Contains response data for the getGuardrailsVersions operation. */
|
|
3869
|
+
export type ManagedClustersGetGuardrailsVersionsResponse = GuardrailsAvailableVersion;
|
|
3870
|
+
/** Optional parameters. */
|
|
3871
|
+
export interface ManagedClustersListGuardrailsVersionsOptionalParams extends coreClient.OperationOptions {
|
|
3872
|
+
}
|
|
3873
|
+
/** Contains response data for the listGuardrailsVersions operation. */
|
|
3874
|
+
export type ManagedClustersListGuardrailsVersionsResponse = GuardrailsAvailableVersionsList;
|
|
3875
|
+
/** Optional parameters. */
|
|
3876
|
+
export interface ManagedClustersGetSafeguardsVersionsOptionalParams extends coreClient.OperationOptions {
|
|
3877
|
+
}
|
|
3878
|
+
/** Contains response data for the getSafeguardsVersions operation. */
|
|
3879
|
+
export type ManagedClustersGetSafeguardsVersionsResponse = SafeguardsAvailableVersion;
|
|
3880
|
+
/** Optional parameters. */
|
|
3881
|
+
export interface ManagedClustersListSafeguardsVersionsOptionalParams extends coreClient.OperationOptions {
|
|
3882
|
+
}
|
|
3883
|
+
/** Contains response data for the listSafeguardsVersions operation. */
|
|
3884
|
+
export type ManagedClustersListSafeguardsVersionsResponse = SafeguardsAvailableVersionsList;
|
|
3885
|
+
/** Optional parameters. */
|
|
3886
|
+
export interface ManagedClustersListMeshRevisionProfilesOptionalParams extends coreClient.OperationOptions {
|
|
3887
|
+
}
|
|
3888
|
+
/** Contains response data for the listMeshRevisionProfiles operation. */
|
|
3889
|
+
export type ManagedClustersListMeshRevisionProfilesResponse = MeshRevisionProfileList;
|
|
3890
|
+
/** Optional parameters. */
|
|
3891
|
+
export interface ManagedClustersGetMeshRevisionProfileOptionalParams extends coreClient.OperationOptions {
|
|
3892
|
+
}
|
|
3893
|
+
/** Contains response data for the getMeshRevisionProfile operation. */
|
|
3894
|
+
export type ManagedClustersGetMeshRevisionProfileResponse = MeshRevisionProfile;
|
|
3895
|
+
/** Optional parameters. */
|
|
3896
|
+
export interface ManagedClustersListMeshUpgradeProfilesOptionalParams extends coreClient.OperationOptions {
|
|
3897
|
+
}
|
|
3898
|
+
/** Contains response data for the listMeshUpgradeProfiles operation. */
|
|
3899
|
+
export type ManagedClustersListMeshUpgradeProfilesResponse = MeshUpgradeProfileList;
|
|
3900
|
+
/** Optional parameters. */
|
|
3901
|
+
export interface ManagedClustersGetMeshUpgradeProfileOptionalParams extends coreClient.OperationOptions {
|
|
3902
|
+
}
|
|
3903
|
+
/** Contains response data for the getMeshUpgradeProfile operation. */
|
|
3904
|
+
export type ManagedClustersGetMeshUpgradeProfileResponse = MeshUpgradeProfile;
|
|
3905
|
+
/** Optional parameters. */
|
|
3906
|
+
export interface ManagedClustersRebalanceLoadBalancersOptionalParams extends coreClient.OperationOptions {
|
|
3907
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3908
|
+
updateIntervalInMs?: number;
|
|
3909
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3910
|
+
resumeFrom?: string;
|
|
3911
|
+
}
|
|
3912
|
+
/** Contains response data for the rebalanceLoadBalancers operation. */
|
|
3913
|
+
export type ManagedClustersRebalanceLoadBalancersResponse = ManagedClustersRebalanceLoadBalancersHeaders;
|
|
3914
|
+
/** Optional parameters. */
|
|
3915
|
+
export interface ManagedClustersListNextOptionalParams extends coreClient.OperationOptions {
|
|
3916
|
+
}
|
|
3917
|
+
/** Contains response data for the listNext operation. */
|
|
3918
|
+
export type ManagedClustersListNextResponse = ManagedClusterListResult;
|
|
3919
|
+
/** Optional parameters. */
|
|
3920
|
+
export interface ManagedClustersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
3921
|
+
}
|
|
3922
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
3923
|
+
export type ManagedClustersListByResourceGroupNextResponse = ManagedClusterListResult;
|
|
3924
|
+
/** Optional parameters. */
|
|
3925
|
+
export interface ManagedClustersListOutboundNetworkDependenciesEndpointsNextOptionalParams extends coreClient.OperationOptions {
|
|
3926
|
+
}
|
|
3927
|
+
/** Contains response data for the listOutboundNetworkDependenciesEndpointsNext operation. */
|
|
3928
|
+
export type ManagedClustersListOutboundNetworkDependenciesEndpointsNextResponse = OutboundEnvironmentEndpointCollection;
|
|
3929
|
+
/** Optional parameters. */
|
|
3930
|
+
export interface ManagedClustersListGuardrailsVersionsNextOptionalParams extends coreClient.OperationOptions {
|
|
3931
|
+
}
|
|
3932
|
+
/** Contains response data for the listGuardrailsVersionsNext operation. */
|
|
3933
|
+
export type ManagedClustersListGuardrailsVersionsNextResponse = GuardrailsAvailableVersionsList;
|
|
3934
|
+
/** Optional parameters. */
|
|
3935
|
+
export interface ManagedClustersListSafeguardsVersionsNextOptionalParams extends coreClient.OperationOptions {
|
|
3936
|
+
}
|
|
3937
|
+
/** Contains response data for the listSafeguardsVersionsNext operation. */
|
|
3938
|
+
export type ManagedClustersListSafeguardsVersionsNextResponse = SafeguardsAvailableVersionsList;
|
|
3939
|
+
/** Optional parameters. */
|
|
3940
|
+
export interface ManagedClustersListMeshRevisionProfilesNextOptionalParams extends coreClient.OperationOptions {
|
|
3941
|
+
}
|
|
3942
|
+
/** Contains response data for the listMeshRevisionProfilesNext operation. */
|
|
3943
|
+
export type ManagedClustersListMeshRevisionProfilesNextResponse = MeshRevisionProfileList;
|
|
3944
|
+
/** Optional parameters. */
|
|
3945
|
+
export interface ManagedClustersListMeshUpgradeProfilesNextOptionalParams extends coreClient.OperationOptions {
|
|
3946
|
+
}
|
|
3947
|
+
/** Contains response data for the listMeshUpgradeProfilesNext operation. */
|
|
3948
|
+
export type ManagedClustersListMeshUpgradeProfilesNextResponse = MeshUpgradeProfileList;
|
|
3949
|
+
/** Optional parameters. */
|
|
3950
|
+
export interface ContainerServiceListNodeImageVersionsOptionalParams extends coreClient.OperationOptions {
|
|
3951
|
+
}
|
|
3952
|
+
/** Contains response data for the listNodeImageVersions operation. */
|
|
3953
|
+
export type ContainerServiceListNodeImageVersionsResponse = NodeImageVersionsListResult;
|
|
3954
|
+
/** Optional parameters. */
|
|
3955
|
+
export interface ContainerServiceListNodeImageVersionsNextOptionalParams extends coreClient.OperationOptions {
|
|
3956
|
+
}
|
|
3957
|
+
/** Contains response data for the listNodeImageVersionsNext operation. */
|
|
3958
|
+
export type ContainerServiceListNodeImageVersionsNextResponse = NodeImageVersionsListResult;
|
|
3959
|
+
/** Optional parameters. */
|
|
3960
|
+
export interface MaintenanceConfigurationsListByManagedClusterOptionalParams extends coreClient.OperationOptions {
|
|
3961
|
+
}
|
|
3962
|
+
/** Contains response data for the listByManagedCluster operation. */
|
|
3963
|
+
export type MaintenanceConfigurationsListByManagedClusterResponse = MaintenanceConfigurationListResult;
|
|
3964
|
+
/** Optional parameters. */
|
|
3965
|
+
export interface MaintenanceConfigurationsGetOptionalParams extends coreClient.OperationOptions {
|
|
3966
|
+
}
|
|
3967
|
+
/** Contains response data for the get operation. */
|
|
3968
|
+
export type MaintenanceConfigurationsGetResponse = MaintenanceConfiguration;
|
|
3969
|
+
/** Optional parameters. */
|
|
3970
|
+
export interface MaintenanceConfigurationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3971
|
+
}
|
|
3972
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
3973
|
+
export type MaintenanceConfigurationsCreateOrUpdateResponse = MaintenanceConfiguration;
|
|
3974
|
+
/** Optional parameters. */
|
|
3975
|
+
export interface MaintenanceConfigurationsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3976
|
+
}
|
|
3977
|
+
/** Optional parameters. */
|
|
3978
|
+
export interface MaintenanceConfigurationsListByManagedClusterNextOptionalParams extends coreClient.OperationOptions {
|
|
3979
|
+
}
|
|
3980
|
+
/** Contains response data for the listByManagedClusterNext operation. */
|
|
3981
|
+
export type MaintenanceConfigurationsListByManagedClusterNextResponse = MaintenanceConfigurationListResult;
|
|
3982
|
+
/** Optional parameters. */
|
|
3983
|
+
export interface AgentPoolsAbortLatestOperationOptionalParams extends coreClient.OperationOptions {
|
|
3984
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3985
|
+
updateIntervalInMs?: number;
|
|
3986
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3987
|
+
resumeFrom?: string;
|
|
3988
|
+
}
|
|
3989
|
+
/** Contains response data for the abortLatestOperation operation. */
|
|
3990
|
+
export type AgentPoolsAbortLatestOperationResponse = AgentPoolsAbortLatestOperationHeaders;
|
|
3991
|
+
/** Optional parameters. */
|
|
3992
|
+
export interface AgentPoolsListOptionalParams extends coreClient.OperationOptions {
|
|
3993
|
+
}
|
|
3994
|
+
/** Contains response data for the list operation. */
|
|
3995
|
+
export type AgentPoolsListResponse = AgentPoolListResult;
|
|
3996
|
+
/** Optional parameters. */
|
|
3997
|
+
export interface AgentPoolsGetOptionalParams extends coreClient.OperationOptions {
|
|
3998
|
+
}
|
|
3999
|
+
/** Contains response data for the get operation. */
|
|
4000
|
+
export type AgentPoolsGetResponse = AgentPool;
|
|
4001
|
+
/** Optional parameters. */
|
|
4002
|
+
export interface AgentPoolsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4003
|
+
/** The request should only proceed if an entity matches this string. */
|
|
4004
|
+
ifMatch?: string;
|
|
4005
|
+
/** The request should only proceed if no entity matches this string. */
|
|
4006
|
+
ifNoneMatch?: string;
|
|
4007
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4008
|
+
updateIntervalInMs?: number;
|
|
4009
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4010
|
+
resumeFrom?: string;
|
|
4011
|
+
}
|
|
4012
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
4013
|
+
export type AgentPoolsCreateOrUpdateResponse = AgentPool;
|
|
4014
|
+
/** Optional parameters. */
|
|
4015
|
+
export interface AgentPoolsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4016
|
+
/** The request should only proceed if an entity matches this string. */
|
|
4017
|
+
ifMatch?: string;
|
|
4018
|
+
/** ignore-pod-disruption-budget=true to delete those pods on a node without considering Pod Disruption Budget */
|
|
4019
|
+
ignorePodDisruptionBudget?: boolean;
|
|
4020
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4021
|
+
updateIntervalInMs?: number;
|
|
4022
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4023
|
+
resumeFrom?: string;
|
|
4024
|
+
}
|
|
4025
|
+
/** Contains response data for the delete operation. */
|
|
4026
|
+
export type AgentPoolsDeleteResponse = AgentPoolsDeleteHeaders;
|
|
4027
|
+
/** Optional parameters. */
|
|
4028
|
+
export interface AgentPoolsGetUpgradeProfileOptionalParams extends coreClient.OperationOptions {
|
|
4029
|
+
}
|
|
4030
|
+
/** Contains response data for the getUpgradeProfile operation. */
|
|
4031
|
+
export type AgentPoolsGetUpgradeProfileResponse = AgentPoolUpgradeProfile;
|
|
4032
|
+
/** Optional parameters. */
|
|
4033
|
+
export interface AgentPoolsDeleteMachinesOptionalParams extends coreClient.OperationOptions {
|
|
4034
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4035
|
+
updateIntervalInMs?: number;
|
|
4036
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4037
|
+
resumeFrom?: string;
|
|
4038
|
+
}
|
|
4039
|
+
/** Contains response data for the deleteMachines operation. */
|
|
4040
|
+
export type AgentPoolsDeleteMachinesResponse = AgentPoolsDeleteMachinesHeaders;
|
|
4041
|
+
/** Optional parameters. */
|
|
4042
|
+
export interface AgentPoolsGetAvailableAgentPoolVersionsOptionalParams extends coreClient.OperationOptions {
|
|
4043
|
+
}
|
|
4044
|
+
/** Contains response data for the getAvailableAgentPoolVersions operation. */
|
|
4045
|
+
export type AgentPoolsGetAvailableAgentPoolVersionsResponse = AgentPoolAvailableVersions;
|
|
4046
|
+
/** Optional parameters. */
|
|
4047
|
+
export interface AgentPoolsUpgradeNodeImageVersionOptionalParams extends coreClient.OperationOptions {
|
|
4048
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4049
|
+
updateIntervalInMs?: number;
|
|
4050
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4051
|
+
resumeFrom?: string;
|
|
4052
|
+
}
|
|
4053
|
+
/** Optional parameters. */
|
|
4054
|
+
export interface AgentPoolsListNextOptionalParams extends coreClient.OperationOptions {
|
|
4055
|
+
}
|
|
4056
|
+
/** Contains response data for the listNext operation. */
|
|
4057
|
+
export type AgentPoolsListNextResponse = AgentPoolListResult;
|
|
4058
|
+
/** Optional parameters. */
|
|
4059
|
+
export interface MachinesListOptionalParams extends coreClient.OperationOptions {
|
|
4060
|
+
}
|
|
4061
|
+
/** Contains response data for the list operation. */
|
|
4062
|
+
export type MachinesListResponse = MachineListResult;
|
|
4063
|
+
/** Optional parameters. */
|
|
4064
|
+
export interface MachinesGetOptionalParams extends coreClient.OperationOptions {
|
|
4065
|
+
}
|
|
4066
|
+
/** Contains response data for the get operation. */
|
|
4067
|
+
export type MachinesGetResponse = Machine;
|
|
4068
|
+
/** Optional parameters. */
|
|
4069
|
+
export interface MachinesListNextOptionalParams extends coreClient.OperationOptions {
|
|
4070
|
+
}
|
|
4071
|
+
/** Contains response data for the listNext operation. */
|
|
4072
|
+
export type MachinesListNextResponse = MachineListResult;
|
|
4073
|
+
/** Optional parameters. */
|
|
4074
|
+
export interface PrivateEndpointConnectionsListOptionalParams extends coreClient.OperationOptions {
|
|
4075
|
+
}
|
|
4076
|
+
/** Contains response data for the list operation. */
|
|
4077
|
+
export type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionListResult;
|
|
4078
|
+
/** Optional parameters. */
|
|
4079
|
+
export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
4080
|
+
}
|
|
4081
|
+
/** Contains response data for the get operation. */
|
|
4082
|
+
export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
4083
|
+
/** Optional parameters. */
|
|
4084
|
+
export interface PrivateEndpointConnectionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4085
|
+
}
|
|
4086
|
+
/** Contains response data for the update operation. */
|
|
4087
|
+
export type PrivateEndpointConnectionsUpdateResponse = PrivateEndpointConnection;
|
|
4088
|
+
/** Optional parameters. */
|
|
4089
|
+
export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4090
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4091
|
+
updateIntervalInMs?: number;
|
|
4092
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4093
|
+
resumeFrom?: string;
|
|
4094
|
+
}
|
|
4095
|
+
/** Optional parameters. */
|
|
4096
|
+
export interface PrivateLinkResourcesListOptionalParams extends coreClient.OperationOptions {
|
|
4097
|
+
}
|
|
4098
|
+
/** Contains response data for the list operation. */
|
|
4099
|
+
export type PrivateLinkResourcesListResponse = PrivateLinkResourcesListResult;
|
|
4100
|
+
/** Optional parameters. */
|
|
4101
|
+
export interface ResolvePrivateLinkServiceIdPostOptionalParams extends coreClient.OperationOptions {
|
|
4102
|
+
}
|
|
4103
|
+
/** Contains response data for the post operation. */
|
|
4104
|
+
export type ResolvePrivateLinkServiceIdPostResponse = PrivateLinkResource;
|
|
4105
|
+
/** Optional parameters. */
|
|
4106
|
+
export interface OperationStatusResultListOptionalParams extends coreClient.OperationOptions {
|
|
4107
|
+
}
|
|
4108
|
+
/** Contains response data for the list operation. */
|
|
4109
|
+
export type OperationStatusResultListResponse = OperationStatusResultList;
|
|
4110
|
+
/** Optional parameters. */
|
|
4111
|
+
export interface OperationStatusResultGetOptionalParams extends coreClient.OperationOptions {
|
|
4112
|
+
}
|
|
4113
|
+
/** Contains response data for the get operation. */
|
|
4114
|
+
export type OperationStatusResultGetResponse = OperationStatusResult;
|
|
4115
|
+
/** Optional parameters. */
|
|
4116
|
+
export interface OperationStatusResultGetByAgentPoolOptionalParams extends coreClient.OperationOptions {
|
|
4117
|
+
}
|
|
4118
|
+
/** Contains response data for the getByAgentPool operation. */
|
|
4119
|
+
export type OperationStatusResultGetByAgentPoolResponse = OperationStatusResult;
|
|
4120
|
+
/** Optional parameters. */
|
|
4121
|
+
export interface OperationStatusResultListNextOptionalParams extends coreClient.OperationOptions {
|
|
4122
|
+
}
|
|
4123
|
+
/** Contains response data for the listNext operation. */
|
|
4124
|
+
export type OperationStatusResultListNextResponse = OperationStatusResultList;
|
|
4125
|
+
/** Optional parameters. */
|
|
4126
|
+
export interface SnapshotsListOptionalParams extends coreClient.OperationOptions {
|
|
4127
|
+
}
|
|
4128
|
+
/** Contains response data for the list operation. */
|
|
4129
|
+
export type SnapshotsListResponse = SnapshotListResult;
|
|
4130
|
+
/** Optional parameters. */
|
|
4131
|
+
export interface SnapshotsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
4132
|
+
}
|
|
4133
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
4134
|
+
export type SnapshotsListByResourceGroupResponse = SnapshotListResult;
|
|
4135
|
+
/** Optional parameters. */
|
|
4136
|
+
export interface SnapshotsGetOptionalParams extends coreClient.OperationOptions {
|
|
4137
|
+
}
|
|
4138
|
+
/** Contains response data for the get operation. */
|
|
4139
|
+
export type SnapshotsGetResponse = Snapshot;
|
|
4140
|
+
/** Optional parameters. */
|
|
4141
|
+
export interface SnapshotsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4142
|
+
}
|
|
4143
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
4144
|
+
export type SnapshotsCreateOrUpdateResponse = Snapshot;
|
|
4145
|
+
/** Optional parameters. */
|
|
4146
|
+
export interface SnapshotsUpdateTagsOptionalParams extends coreClient.OperationOptions {
|
|
4147
|
+
}
|
|
4148
|
+
/** Contains response data for the updateTags operation. */
|
|
4149
|
+
export type SnapshotsUpdateTagsResponse = Snapshot;
|
|
4150
|
+
/** Optional parameters. */
|
|
4151
|
+
export interface SnapshotsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4152
|
+
}
|
|
4153
|
+
/** Optional parameters. */
|
|
4154
|
+
export interface SnapshotsListNextOptionalParams extends coreClient.OperationOptions {
|
|
4155
|
+
}
|
|
4156
|
+
/** Contains response data for the listNext operation. */
|
|
4157
|
+
export type SnapshotsListNextResponse = SnapshotListResult;
|
|
4158
|
+
/** Optional parameters. */
|
|
4159
|
+
export interface SnapshotsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
4160
|
+
}
|
|
4161
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
4162
|
+
export type SnapshotsListByResourceGroupNextResponse = SnapshotListResult;
|
|
4163
|
+
/** Optional parameters. */
|
|
4164
|
+
export interface ManagedClusterSnapshotsListOptionalParams extends coreClient.OperationOptions {
|
|
4165
|
+
}
|
|
4166
|
+
/** Contains response data for the list operation. */
|
|
4167
|
+
export type ManagedClusterSnapshotsListResponse = ManagedClusterSnapshotListResult;
|
|
4168
|
+
/** Optional parameters. */
|
|
4169
|
+
export interface ManagedClusterSnapshotsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
4170
|
+
}
|
|
4171
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
4172
|
+
export type ManagedClusterSnapshotsListByResourceGroupResponse = ManagedClusterSnapshotListResult;
|
|
4173
|
+
/** Optional parameters. */
|
|
4174
|
+
export interface ManagedClusterSnapshotsGetOptionalParams extends coreClient.OperationOptions {
|
|
4175
|
+
}
|
|
4176
|
+
/** Contains response data for the get operation. */
|
|
4177
|
+
export type ManagedClusterSnapshotsGetResponse = ManagedClusterSnapshot;
|
|
4178
|
+
/** Optional parameters. */
|
|
4179
|
+
export interface ManagedClusterSnapshotsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4180
|
+
}
|
|
4181
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
4182
|
+
export type ManagedClusterSnapshotsCreateOrUpdateResponse = ManagedClusterSnapshot;
|
|
4183
|
+
/** Optional parameters. */
|
|
4184
|
+
export interface ManagedClusterSnapshotsUpdateTagsOptionalParams extends coreClient.OperationOptions {
|
|
4185
|
+
}
|
|
4186
|
+
/** Contains response data for the updateTags operation. */
|
|
4187
|
+
export type ManagedClusterSnapshotsUpdateTagsResponse = ManagedClusterSnapshot;
|
|
4188
|
+
/** Optional parameters. */
|
|
4189
|
+
export interface ManagedClusterSnapshotsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4190
|
+
}
|
|
4191
|
+
/** Optional parameters. */
|
|
4192
|
+
export interface ManagedClusterSnapshotsListNextOptionalParams extends coreClient.OperationOptions {
|
|
4193
|
+
}
|
|
4194
|
+
/** Contains response data for the listNext operation. */
|
|
4195
|
+
export type ManagedClusterSnapshotsListNextResponse = ManagedClusterSnapshotListResult;
|
|
4196
|
+
/** Optional parameters. */
|
|
4197
|
+
export interface ManagedClusterSnapshotsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
4198
|
+
}
|
|
4199
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
4200
|
+
export type ManagedClusterSnapshotsListByResourceGroupNextResponse = ManagedClusterSnapshotListResult;
|
|
4201
|
+
/** Optional parameters. */
|
|
4202
|
+
export interface TrustedAccessRolesListOptionalParams extends coreClient.OperationOptions {
|
|
4203
|
+
}
|
|
4204
|
+
/** Contains response data for the list operation. */
|
|
4205
|
+
export type TrustedAccessRolesListResponse = TrustedAccessRoleListResult;
|
|
4206
|
+
/** Optional parameters. */
|
|
4207
|
+
export interface TrustedAccessRolesListNextOptionalParams extends coreClient.OperationOptions {
|
|
4208
|
+
}
|
|
4209
|
+
/** Contains response data for the listNext operation. */
|
|
4210
|
+
export type TrustedAccessRolesListNextResponse = TrustedAccessRoleListResult;
|
|
4211
|
+
/** Optional parameters. */
|
|
4212
|
+
export interface TrustedAccessRoleBindingsListOptionalParams extends coreClient.OperationOptions {
|
|
4213
|
+
}
|
|
4214
|
+
/** Contains response data for the list operation. */
|
|
4215
|
+
export type TrustedAccessRoleBindingsListResponse = TrustedAccessRoleBindingListResult;
|
|
4216
|
+
/** Optional parameters. */
|
|
4217
|
+
export interface TrustedAccessRoleBindingsGetOptionalParams extends coreClient.OperationOptions {
|
|
4218
|
+
}
|
|
4219
|
+
/** Contains response data for the get operation. */
|
|
4220
|
+
export type TrustedAccessRoleBindingsGetResponse = TrustedAccessRoleBinding;
|
|
4221
|
+
/** Optional parameters. */
|
|
4222
|
+
export interface TrustedAccessRoleBindingsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4223
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4224
|
+
updateIntervalInMs?: number;
|
|
4225
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4226
|
+
resumeFrom?: string;
|
|
4227
|
+
}
|
|
4228
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
4229
|
+
export type TrustedAccessRoleBindingsCreateOrUpdateResponse = TrustedAccessRoleBinding;
|
|
4230
|
+
/** Optional parameters. */
|
|
4231
|
+
export interface TrustedAccessRoleBindingsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4232
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4233
|
+
updateIntervalInMs?: number;
|
|
4234
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4235
|
+
resumeFrom?: string;
|
|
4236
|
+
}
|
|
4237
|
+
/** Contains response data for the delete operation. */
|
|
4238
|
+
export type TrustedAccessRoleBindingsDeleteResponse = TrustedAccessRoleBindingsDeleteHeaders;
|
|
4239
|
+
/** Optional parameters. */
|
|
4240
|
+
export interface TrustedAccessRoleBindingsListNextOptionalParams extends coreClient.OperationOptions {
|
|
4241
|
+
}
|
|
4242
|
+
/** Contains response data for the listNext operation. */
|
|
4243
|
+
export type TrustedAccessRoleBindingsListNextResponse = TrustedAccessRoleBindingListResult;
|
|
4244
|
+
/** Optional parameters. */
|
|
4245
|
+
export interface LoadBalancersListByManagedClusterOptionalParams extends coreClient.OperationOptions {
|
|
4246
|
+
}
|
|
4247
|
+
/** Contains response data for the listByManagedCluster operation. */
|
|
4248
|
+
export type LoadBalancersListByManagedClusterResponse = LoadBalancerListResult;
|
|
4249
|
+
/** Optional parameters. */
|
|
4250
|
+
export interface LoadBalancersGetOptionalParams extends coreClient.OperationOptions {
|
|
4251
|
+
}
|
|
4252
|
+
/** Contains response data for the get operation. */
|
|
4253
|
+
export type LoadBalancersGetResponse = LoadBalancer;
|
|
4254
|
+
/** Optional parameters. */
|
|
4255
|
+
export interface LoadBalancersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4256
|
+
/** Name of the 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. There must be a name of kubernetes in the list. */
|
|
4257
|
+
name?: string;
|
|
4258
|
+
/** 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. */
|
|
4259
|
+
primaryAgentPoolName?: string;
|
|
4260
|
+
/** 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. */
|
|
4261
|
+
allowServicePlacement?: boolean;
|
|
4262
|
+
/** Only services that must match this selector can be placed on this load balancer. */
|
|
4263
|
+
serviceLabelSelector?: LabelSelector;
|
|
4264
|
+
/** Services created in namespaces that match the selector can be placed on this load balancer. */
|
|
4265
|
+
serviceNamespaceSelector?: LabelSelector;
|
|
4266
|
+
/** Nodes that match this selector will be possible members of this load balancer. */
|
|
4267
|
+
nodeSelector?: LabelSelector;
|
|
4268
|
+
}
|
|
4269
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
4270
|
+
export type LoadBalancersCreateOrUpdateResponse = LoadBalancer;
|
|
4271
|
+
/** Optional parameters. */
|
|
4272
|
+
export interface LoadBalancersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4273
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4274
|
+
updateIntervalInMs?: number;
|
|
4275
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4276
|
+
resumeFrom?: string;
|
|
4277
|
+
}
|
|
4278
|
+
/** Contains response data for the delete operation. */
|
|
4279
|
+
export type LoadBalancersDeleteResponse = LoadBalancersDeleteHeaders;
|
|
4280
|
+
/** Optional parameters. */
|
|
4281
|
+
export interface LoadBalancersListByManagedClusterNextOptionalParams extends coreClient.OperationOptions {
|
|
4282
|
+
}
|
|
4283
|
+
/** Contains response data for the listByManagedClusterNext operation. */
|
|
4284
|
+
export type LoadBalancersListByManagedClusterNextResponse = LoadBalancerListResult;
|
|
4285
|
+
/** Optional parameters. */
|
|
4286
|
+
export interface ContainerServiceClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
4287
|
+
/** server parameter */
|
|
4288
|
+
$host?: string;
|
|
4289
|
+
/** Api Version */
|
|
4290
|
+
apiVersion?: string;
|
|
4291
|
+
/** Overrides client endpoint. */
|
|
4292
|
+
endpoint?: string;
|
|
4293
|
+
}
|
|
4294
|
+
//# sourceMappingURL=index.d.ts.map
|