This is an automated email from the ASF dual-hosted git repository.
samhxwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-site.git
The following commit(s) were added to refs/heads/master by this push:
new 4a9fb309ea [YUNIKORN-2011] Incorrect link in Kubernetes Shim Design
(#346)
4a9fb309ea is described below
commit 4a9fb309ea5f967ddc490ab850fedf2c8a077fd9
Author: Kuan-Po Tseng <[email protected]>
AuthorDate: Thu Oct 12 23:59:35 2023 +0800
[YUNIKORN-2011] Incorrect link in Kubernetes Shim Design (#346)
---
docs/archived_design/k8shim.md | 2 +-
versioned_docs/version-0.10.0/design/k8shim.md | 2 +-
versioned_docs/version-0.11.0/design/k8shim.md | 2 +-
versioned_docs/version-0.12.1/design/k8shim.md | 2 +-
versioned_docs/version-0.12.2/design/k8shim.md | 2 +-
versioned_docs/version-0.9.0/design/k8shim.md | 2 +-
versioned_docs/version-1.0.0/design/k8shim.md | 2 +-
versioned_docs/version-1.1.0/design/k8shim.md | 2 +-
versioned_docs/version-1.2.0/archived_design/k8shim.md | 2 +-
versioned_docs/version-1.2.0/design/k8shim.md | 2 +-
versioned_docs/version-1.3.0/archived_design/k8shim.md | 2 +-
11 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/docs/archived_design/k8shim.md b/docs/archived_design/k8shim.md
index 0f9a848ee5..01f08db2d9 100644
--- a/docs/archived_design/k8shim.md
+++ b/docs/archived_design/k8shim.md
@@ -37,7 +37,7 @@ between the shim and the scheduler core is through the
scheduler-interface.
## The admission controller
The admission controller runs in a separate pod, it runs a
-[mutation
webhook](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#validatingadmissionwebhook)
+[mutation
webhook](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#mutatingadmissionwebhook)
and a [validation
webhook](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#validatingadmissionwebhook),
where:
1. The `mutation webhook` mutates pod spec by:
diff --git a/versioned_docs/version-0.10.0/design/k8shim.md
b/versioned_docs/version-0.10.0/design/k8shim.md
index 39ca4d1830..b1d7d751bb 100644
--- a/versioned_docs/version-0.10.0/design/k8shim.md
+++ b/versioned_docs/version-0.10.0/design/k8shim.md
@@ -37,7 +37,7 @@ between the shim and the scheduler core is through the
scheduler-interface.
## The admission controller
The admission controller runs in a separate pod, it runs a
-[mutation
webhook](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#validatingadmissionwebhook)
+[mutation
webhook](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#mutatingadmissionwebhook)
and a [validation
webhook](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#validatingadmissionwebhook),
where:
1. The `mutation webhook` mutates pod spec by:
diff --git a/versioned_docs/version-0.11.0/design/k8shim.md
b/versioned_docs/version-0.11.0/design/k8shim.md
index 39ca4d1830..b1d7d751bb 100644
--- a/versioned_docs/version-0.11.0/design/k8shim.md
+++ b/versioned_docs/version-0.11.0/design/k8shim.md
@@ -37,7 +37,7 @@ between the shim and the scheduler core is through the
scheduler-interface.
## The admission controller
The admission controller runs in a separate pod, it runs a
-[mutation
webhook](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#validatingadmissionwebhook)
+[mutation
webhook](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#mutatingadmissionwebhook)
and a [validation
webhook](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#validatingadmissionwebhook),
where:
1. The `mutation webhook` mutates pod spec by:
diff --git a/versioned_docs/version-0.12.1/design/k8shim.md
b/versioned_docs/version-0.12.1/design/k8shim.md
index 4e9e7e7cff..658af356ca 100644
--- a/versioned_docs/version-0.12.1/design/k8shim.md
+++ b/versioned_docs/version-0.12.1/design/k8shim.md
@@ -37,7 +37,7 @@ between the shim and the scheduler core is through the
scheduler-interface.
## The admission controller
The admission controller runs in a separate pod, it runs a
-[mutation
webhook](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#validatingadmissionwebhook)
+[mutation
webhook](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#mutatingadmissionwebhook)
and a [validation
webhook](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#validatingadmissionwebhook),
where:
1. The `mutation webhook` mutates pod spec by:
diff --git a/versioned_docs/version-0.12.2/design/k8shim.md
b/versioned_docs/version-0.12.2/design/k8shim.md
index 4e9e7e7cff..658af356ca 100644
--- a/versioned_docs/version-0.12.2/design/k8shim.md
+++ b/versioned_docs/version-0.12.2/design/k8shim.md
@@ -37,7 +37,7 @@ between the shim and the scheduler core is through the
scheduler-interface.
## The admission controller
The admission controller runs in a separate pod, it runs a
-[mutation
webhook](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#validatingadmissionwebhook)
+[mutation
webhook](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#mutatingadmissionwebhook)
and a [validation
webhook](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#validatingadmissionwebhook),
where:
1. The `mutation webhook` mutates pod spec by:
diff --git a/versioned_docs/version-0.9.0/design/k8shim.md
b/versioned_docs/version-0.9.0/design/k8shim.md
index 39ca4d1830..b1d7d751bb 100644
--- a/versioned_docs/version-0.9.0/design/k8shim.md
+++ b/versioned_docs/version-0.9.0/design/k8shim.md
@@ -37,7 +37,7 @@ between the shim and the scheduler core is through the
scheduler-interface.
## The admission controller
The admission controller runs in a separate pod, it runs a
-[mutation
webhook](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#validatingadmissionwebhook)
+[mutation
webhook](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#mutatingadmissionwebhook)
and a [validation
webhook](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#validatingadmissionwebhook),
where:
1. The `mutation webhook` mutates pod spec by:
diff --git a/versioned_docs/version-1.0.0/design/k8shim.md
b/versioned_docs/version-1.0.0/design/k8shim.md
index 6d19a2a34b..8204cf492a 100644
--- a/versioned_docs/version-1.0.0/design/k8shim.md
+++ b/versioned_docs/version-1.0.0/design/k8shim.md
@@ -37,7 +37,7 @@ between the shim and the scheduler core is through the
scheduler-interface.
## The admission controller
The admission controller runs in a separate pod, it runs a
-[mutation
webhook](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#validatingadmissionwebhook)
+[mutation
webhook](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#mutatingadmissionwebhook)
and a [validation
webhook](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#validatingadmissionwebhook),
where:
1. The `mutation webhook` mutates pod spec by:
diff --git a/versioned_docs/version-1.1.0/design/k8shim.md
b/versioned_docs/version-1.1.0/design/k8shim.md
index 6d19a2a34b..8204cf492a 100644
--- a/versioned_docs/version-1.1.0/design/k8shim.md
+++ b/versioned_docs/version-1.1.0/design/k8shim.md
@@ -37,7 +37,7 @@ between the shim and the scheduler core is through the
scheduler-interface.
## The admission controller
The admission controller runs in a separate pod, it runs a
-[mutation
webhook](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#validatingadmissionwebhook)
+[mutation
webhook](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#mutatingadmissionwebhook)
and a [validation
webhook](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#validatingadmissionwebhook),
where:
1. The `mutation webhook` mutates pod spec by:
diff --git a/versioned_docs/version-1.2.0/archived_design/k8shim.md
b/versioned_docs/version-1.2.0/archived_design/k8shim.md
index 0f9a848ee5..01f08db2d9 100644
--- a/versioned_docs/version-1.2.0/archived_design/k8shim.md
+++ b/versioned_docs/version-1.2.0/archived_design/k8shim.md
@@ -37,7 +37,7 @@ between the shim and the scheduler core is through the
scheduler-interface.
## The admission controller
The admission controller runs in a separate pod, it runs a
-[mutation
webhook](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#validatingadmissionwebhook)
+[mutation
webhook](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#mutatingadmissionwebhook)
and a [validation
webhook](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#validatingadmissionwebhook),
where:
1. The `mutation webhook` mutates pod spec by:
diff --git a/versioned_docs/version-1.2.0/design/k8shim.md
b/versioned_docs/version-1.2.0/design/k8shim.md
index 6d19a2a34b..8204cf492a 100644
--- a/versioned_docs/version-1.2.0/design/k8shim.md
+++ b/versioned_docs/version-1.2.0/design/k8shim.md
@@ -37,7 +37,7 @@ between the shim and the scheduler core is through the
scheduler-interface.
## The admission controller
The admission controller runs in a separate pod, it runs a
-[mutation
webhook](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#validatingadmissionwebhook)
+[mutation
webhook](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#mutatingadmissionwebhook)
and a [validation
webhook](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#validatingadmissionwebhook),
where:
1. The `mutation webhook` mutates pod spec by:
diff --git a/versioned_docs/version-1.3.0/archived_design/k8shim.md
b/versioned_docs/version-1.3.0/archived_design/k8shim.md
index 0f9a848ee5..01f08db2d9 100644
--- a/versioned_docs/version-1.3.0/archived_design/k8shim.md
+++ b/versioned_docs/version-1.3.0/archived_design/k8shim.md
@@ -37,7 +37,7 @@ between the shim and the scheduler core is through the
scheduler-interface.
## The admission controller
The admission controller runs in a separate pod, it runs a
-[mutation
webhook](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#validatingadmissionwebhook)
+[mutation
webhook](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#mutatingadmissionwebhook)
and a [validation
webhook](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#validatingadmissionwebhook),
where:
1. The `mutation webhook` mutates pod spec by:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]