Diff
checker
文本
文本
圖像
文檔
Excel
文件夾
Legal
Enterprise
桌面版
定價
登入
下載 Diffchecker 桌面版
比較文本
尋找兩個文字檔案之間的差異
工具
歷史
即時編輯器
摺疊未變更行
關閉換行
檢視
拆分
統一
比對精度
智能
單詞
字符
語法突出顯示
選擇語法
忽略
文字轉換
前往第一個差異
編輯輸入
Diffchecker Desktop
執行Diffchecker最安全的方式。取得Diffchecker桌面應用程式:您的差異永遠不會離開您的電腦!
取得桌面版
Untitled diff
建立於
9 年前
差異永不過期
清除
匯出
分享
解釋
10 刪除
行
總計
刪除
字符
總計
刪除
要繼續使用此功能,請升級到
Diff
checker
Pro
查看價格
53 行
全部複製
7 新增
行
總計
新增
字符
總計
新增
要繼續使用此功能,請升級到
Diff
checker
Pro
查看價格
50 行
全部複製
複製
已複製
複製
已複製
- name: pull-kubernetes-unit
- name: pull-kubernetes-unit
-prow
agent: kubernetes
agent: kubernetes
複製
已複製
複製
已複製
branches:
always_run:
false
- release-1.6
context: pull-kubernetes-unit
-prow
- release-1.7
rerun_command: "/test pull-kubernetes-unit
-prow
"
- release-1.8
trigger: "(?m)^/test
pull-kubernetes-unit
-prow
,?(\\s+|$)"
always_run:
true
context: pull-kubernetes-unit
rerun_command: "/test pull-kubernetes-unit
"
trigger: "(?m)^/test
( all|
pull-kubernetes-unit
)
,?(\\s+|$)"
spec:
spec:
containers:
containers:
複製
已複製
複製
已複製
- image: gcr.io/k8s-testimages/bootstrap:
v20171127-a1522ede
- image: gcr.io/k8s-testimages/bootstrap:
latest
imagePullPolicy: Always
args:
args:
- "--clean"
- "--clean"
- "--git-cache=/root/.cache/git"
- "--git-cache=/root/.cache/git"
- "--job=$(JOB_NAME)"
- "--job=$(JOB_NAME)"
- "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
- "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
- "--service-account=/etc/service-account/service-account.json"
- "--service-account=/etc/service-account/service-account.json"
- "--upload=gs://kubernetes-jenkins/pr-logs"
- "--upload=gs://kubernetes-jenkins/pr-logs"
- "--timeout=60"
- "--timeout=60"
env:
env:
- name: DOCKER_IN_DOCKER_ENABLED
- name: DOCKER_IN_DOCKER_ENABLED
value: true
value: true
- name: GOOGLE_APPLICATION_CREDENTIALS
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/service-account/service-account.json
value: /etc/service-account/service-account.json
# docker-in-docker needs privileged mode
# docker-in-docker needs privileged mode
securityContext:
securityContext:
privileged: true
privileged: true
volumeMounts:
volumeMounts:
- name: service
- name: service
mountPath: /etc/service-account
mountPath: /etc/service-account
readOnly: true
readOnly: true
- name: cache-ssd
- name: cache-ssd
mountPath: /root/.cache
mountPath: /root/.cache
- name: docker-graph
- name: docker-graph
mountPath: /docker-graph
mountPath: /docker-graph
ports:
ports:
- containerPort: 9999
- containerPort: 9999
hostPort: 9999
hostPort: 9999
resources:
resources:
requests:
requests:
cpu: 4
cpu: 4
volumes:
volumes:
- name: service
- name: service
secret:
secret:
secretName: service-account
secretName: service-account
- name: cache-ssd
- name: cache-ssd
hostPath:
hostPath:
path: /mnt/disks/ssd0
path: /mnt/disks/ssd0
- name: docker-graph
- name: docker-graph
hostPath:
hostPath:
path: /mnt/disks/ssd0/docker-graph
path: /mnt/disks/ssd0/docker-graph
已保存差異
原始文本
開啟檔案
- name: pull-kubernetes-unit agent: kubernetes branches: - release-1.6 - release-1.7 - release-1.8 always_run: true context: pull-kubernetes-unit rerun_command: "/test pull-kubernetes-unit" trigger: "(?m)^/test( all| pull-kubernetes-unit),?(\\s+|$)" spec: containers: - image: gcr.io/k8s-testimages/bootstrap:v20171127-a1522ede args: - "--clean" - "--git-cache=/root/.cache/git" - "--job=$(JOB_NAME)" - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)" - "--service-account=/etc/service-account/service-account.json" - "--upload=gs://kubernetes-jenkins/pr-logs" - "--timeout=60" env: - name: DOCKER_IN_DOCKER_ENABLED value: true - name: GOOGLE_APPLICATION_CREDENTIALS value: /etc/service-account/service-account.json # docker-in-docker needs privileged mode securityContext: privileged: true volumeMounts: - name: service mountPath: /etc/service-account readOnly: true - name: cache-ssd mountPath: /root/.cache - name: docker-graph mountPath: /docker-graph ports: - containerPort: 9999 hostPort: 9999 resources: requests: cpu: 4 volumes: - name: service secret: secretName: service-account - name: cache-ssd hostPath: path: /mnt/disks/ssd0 - name: docker-graph hostPath: path: /mnt/disks/ssd0/docker-graph
更改後文本
開啟檔案
- name: pull-kubernetes-unit-prow agent: kubernetes always_run: false context: pull-kubernetes-unit-prow rerun_command: "/test pull-kubernetes-unit-prow" trigger: "(?m)^/test pull-kubernetes-unit-prow,?(\\s+|$)" spec: containers: - image: gcr.io/k8s-testimages/bootstrap:latest imagePullPolicy: Always args: - "--clean" - "--git-cache=/root/.cache/git" - "--job=$(JOB_NAME)" - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)" - "--service-account=/etc/service-account/service-account.json" - "--upload=gs://kubernetes-jenkins/pr-logs" - "--timeout=60" env: - name: DOCKER_IN_DOCKER_ENABLED value: true - name: GOOGLE_APPLICATION_CREDENTIALS value: /etc/service-account/service-account.json # docker-in-docker needs privileged mode securityContext: privileged: true volumeMounts: - name: service mountPath: /etc/service-account readOnly: true - name: cache-ssd mountPath: /root/.cache - name: docker-graph mountPath: /docker-graph ports: - containerPort: 9999 hostPort: 9999 resources: requests: cpu: 4 volumes: - name: service secret: secretName: service-account - name: cache-ssd hostPath: path: /mnt/disks/ssd0 - name: docker-graph hostPath: path: /mnt/disks/ssd0/docker-graph
尋找差異