跳转到内容

Browse A-Z

Alphabetical public term index for this language.

/
2,337 source-backed termsdatabase

机器辅助翻译草稿 (Chinese) for "CDN Route Leak Guard": CDN Route Leak Guard is a networking routing control that detects and blocks accidental route propagation for content delivery and edge caching. It uses prefix filters, validation, and peer policy so teams can protect reachability while keeping evidence, reliability, and public-safe operational boundaries clear.

示例草稿: The network engineering team used CDN Route Leak Guard when a cache region served an asset, so the team could protect reachability before traffic crossed a service boundary.

机器辅助翻译草稿 (Chinese) for "CDN Traffic Shaper": CDN Traffic Shaper is a networking control mechanism that limits or prioritizes flows across links for content delivery and edge caching. It uses queues, rate limits, and quality-of-service rules so teams can protect important traffic while keeping evidence, reliability, and public-safe operational boundaries clear.

示例草稿: The network engineering team used CDN Traffic Shaper when a cache region served an asset, so the team could protect important traffic before traffic crossed a service boundary.
DevOps and Release Engineering
Machine-assisted language draft

机器辅助翻译草稿 (Chinese) for "CI Approval Step": CI Approval Step is a devops workflow control that requires review before a sensitive change proceeds for continuous integration workflows. It uses role checks, comments, and audit logs so teams can keep high-risk automation accountable while keeping evidence, reliability, and public-safe operational boundaries clear.

示例草稿: The DevOps team used CI Approval Step when a pull request entered the build queue, so the team could keep high-risk automation accountable before the deployment window opened.

机器辅助翻译草稿 (Chinese) for "CI Artifact Signature": CI Artifact Signature is a devops supply-chain record that proves that an artifact came from an expected build path for continuous integration workflows. It uses cryptographic signatures, provenance, and verification so teams can trust deployed packages while keeping evidence, reliability, and public-safe operational boundaries clear.

示例草稿: The DevOps team used CI Artifact Signature when a pull request entered the build queue, so the team could trust deployed packages before the deployment window opened.
DevOps and Release Engineering
Machine-assisted language draft

机器辅助翻译草稿 (Chinese) for "CI Build Gate": CI Build Gate is a devops quality gate that blocks promotion when required checks fail for continuous integration workflows. It uses tests, lint, security scans, and policy rules so teams can prevent broken releases while keeping evidence, reliability, and public-safe operational boundaries clear.

示例草稿: The DevOps team used CI Build Gate when a pull request entered the build queue, so the team could prevent broken releases before the deployment window opened.

机器辅助翻译草稿 (Chinese) for "CI Config Drift Check": CI Config Drift Check is a devops consistency check that finds differences between intended and live configuration for continuous integration workflows. It uses desired state, live state, and diff reports so teams can avoid surprise environment behavior while keeping evidence, reliability, and public-safe operational boundaries clear.

示例草稿: The DevOps team used CI Config Drift Check when a pull request entered the build queue, so the team could avoid surprise environment behavior before the deployment window opened.

机器辅助翻译草稿 (Chinese) for "CI Incident Timeline": CI Incident Timeline is a devops response record that orders alerts, actions, and decisions during an incident for continuous integration workflows. It uses timestamps, owners, and evidence links so teams can learn from outages without guesswork while keeping evidence, reliability, and public-safe operational boundaries clear.

示例草稿: The DevOps team used CI Incident Timeline when a pull request entered the build queue, so the team could learn from outages without guesswork before the deployment window opened.
DevOps and Release Engineering
Machine-assisted language draft

机器辅助翻译草稿 (Chinese) for "CI Infra Plan": CI Infra Plan is a devops change preview that shows expected infrastructure changes before apply for continuous integration workflows. It uses resource graphs, policy checks, and cost notes so teams can review platform changes safely while keeping evidence, reliability, and public-safe operational boundaries clear.

示例草稿: The DevOps team used CI Infra Plan when a pull request entered the build queue, so the team could review platform changes safely before the deployment window opened.

机器辅助翻译草稿 (Chinese) for "CI Release Manifest": CI Release Manifest is a devops delivery record that lists versions, artifacts, routes, and checks for a release for continuous integration workflows. It uses commit IDs, checksums, and deployment URLs so teams can make releases auditable while keeping evidence, reliability, and public-safe operational boundaries clear.

示例草稿: The DevOps team used CI Release Manifest when a pull request entered the build queue, so the team could make releases auditable before the deployment window opened.
DevOps and Release Engineering
Machine-assisted language draft

机器辅助翻译草稿 (Chinese) for "CI Rollback Plan": CI Rollback Plan is a devops recovery plan that defines how to return to a known good version for continuous integration workflows. It uses version pins, database notes, and operator steps so teams can recover quickly from bad changes while keeping evidence, reliability, and public-safe operational boundaries clear.

示例草稿: The DevOps team used CI Rollback Plan when a pull request entered the build queue, so the team could recover quickly from bad changes before the deployment window opened.
DevOps and Release Engineering
Machine-assisted language draft

机器辅助翻译草稿 (Chinese) for "CI Rollout Guard": CI Rollout Guard is a devops release control that limits exposure during gradual deployment for continuous integration workflows. It uses traffic slices, health checks, and automatic pause rules so teams can reduce blast radius while keeping evidence, reliability, and public-safe operational boundaries clear.

示例草稿: The DevOps team used CI Rollout Guard when a pull request entered the build queue, so the team could reduce blast radius before the deployment window opened.
DevOps and Release Engineering
Machine-assisted language draft

机器辅助翻译草稿 (Chinese) for "CI Runbook Check": CI Runbook Check is a devops operational test that confirms that documented procedures still work for continuous integration workflows. It uses dry runs, screenshots, and command validation so teams can keep response playbooks current while keeping evidence, reliability, and public-safe operational boundaries clear.

示例草稿: The DevOps team used CI Runbook Check when a pull request entered the build queue, so the team could keep response playbooks current before the deployment window opened.
DevOps and Release Engineering
Machine-assisted language draft

机器辅助翻译草稿 (Chinese) for "CI Secret Rotation": CI Secret Rotation is a devops credential workflow that replaces sensitive keys without service interruption for continuous integration workflows. It uses dual credentials, rollout steps, and revocation so teams can reduce credential exposure while keeping evidence, reliability, and public-safe operational boundaries clear.

示例草稿: The DevOps team used CI Secret Rotation when a pull request entered the build queue, so the team could reduce credential exposure before the deployment window opened.
DevOps and Release Engineering
Machine-assisted language draft

机器辅助翻译草稿 (Chinese) for "CI Trace Link": CI Trace Link is a devops observability link that connects a deployment or workflow to runtime evidence for continuous integration workflows. It uses trace IDs, span metadata, and release identifiers so teams can debug production changes faster while keeping evidence, reliability, and public-safe operational boundaries clear.

示例草稿: The DevOps team used CI Trace Link when a pull request entered the build queue, so the team could debug production changes faster before the deployment window opened.

机器辅助翻译草稿 (Chinese) for "CPU Autoscaling Policy": CPU Autoscaling Policy is a compute control loop that changes capacity based on demand signals for general-purpose processor scheduling. It uses metrics, thresholds, and cooldowns so teams can match resources to load while keeping evidence, reliability, and public-safe operational boundaries clear.

示例草稿: The platform engineering team used CPU Autoscaling Policy when the service hit a compute ceiling, so the team could match resources to load before the workload scaled up.

机器辅助翻译草稿 (Chinese) for "CPU Backpressure Control": CPU Backpressure Control is a compute stability pattern that slows incoming work when downstream capacity is limited for general-purpose processor scheduling. It uses queues, retry budgets, and admission control so teams can avoid overload cascades while keeping evidence, reliability, and public-safe operational boundaries clear.

示例草稿: The platform engineering team used CPU Backpressure Control when the service hit a compute ceiling, so the team could avoid overload cascades before the workload scaled up.

机器辅助翻译草稿 (Chinese) for "CPU Cache Invalidation": CPU Cache Invalidation is a compute freshness process that removes or refreshes stale cached data for general-purpose processor scheduling. It uses keys, tags, timestamps, and purge events so teams can serve current results while keeping evidence, reliability, and public-safe operational boundaries clear.

示例草稿: The platform engineering team used CPU Cache Invalidation when the service hit a compute ceiling, so the team could serve current results before the workload scaled up.

机器辅助翻译草稿 (Chinese) for "CPU Capacity Forecast": CPU Capacity Forecast is a compute planning model that estimates future resource needs for general-purpose processor scheduling. It uses traffic history, growth assumptions, and utilization trends so teams can avoid surprise shortages while keeping evidence, reliability, and public-safe operational boundaries clear.

示例草稿: The platform engineering team used CPU Capacity Forecast when the service hit a compute ceiling, so the team could avoid surprise shortages before the workload scaled up.

机器辅助翻译草稿 (Chinese) for "CPU Checkpoint Restore": CPU Checkpoint Restore is a compute recovery workflow that resumes work from a saved state for general-purpose processor scheduling. It uses snapshots, state files, and integrity checks so teams can recover long-running work while keeping evidence, reliability, and public-safe operational boundaries clear.

示例草稿: The platform engineering team used CPU Checkpoint Restore when the service hit a compute ceiling, so the team could recover long-running work before the workload scaled up.

机器辅助翻译草稿 (Chinese) for "CPU Cold Start Budget": CPU Cold Start Budget is a compute latency target that limits startup delay for newly scheduled execution for general-purpose processor scheduling. It uses prewarming, smaller packages, and runtime tuning so teams can keep first requests responsive while keeping evidence, reliability, and public-safe operational boundaries clear.

示例草稿: The platform engineering team used CPU Cold Start Budget when the service hit a compute ceiling, so the team could keep first requests responsive before the workload scaled up.