Skip to content

Commit 10f8785

Browse files
authored
Merge pull request #4437 from danwinship/update-mdtoc
Update mdtoc, fix TOC entries with backticks
2 parents 11ded29 + a6dd9a2 commit 10f8785

File tree

52 files changed

+123
-123
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+123
-123
lines changed

hack/update-toc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set -o nounset
1919
set -o pipefail
2020

2121
# keep in sync with hack/verify-toc.sh
22-
TOOL_VERSION=b8c54a57d69f29386d055584e595f38d65ce2a1f
22+
TOOL_VERSION=v1.1.0
2323

2424
# cd to the root path
2525
ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd -P)"

hack/verify-toc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set -o nounset
1919
set -o pipefail
2020

2121
# keep in sync with hack/update-toc.sh
22-
TOOL_VERSION=b8c54a57d69f29386d055584e595f38d65ce2a1f
22+
TOOL_VERSION=v1.1.0
2323

2424
# cd to the root path
2525
ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd -P)"

keps/sig-api-machinery/1101-immutable-fields/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
- [Goals](#goals)
1010
- [Non-Goals](#non-goals)
1111
- [Proposal](#proposal)
12-
- [OpenAPI extension <code>x-kubernetes-immutable</code>](#openapi-extension-)
13-
- [OpenAPI extension <code>x-kubernetes-immutable-keys</code>](#openapi-extension--1)
12+
- [OpenAPI extension <code>x-kubernetes-immutable</code>](#openapi-extension-x-kubernetes-immutable)
13+
- [OpenAPI extension <code>x-kubernetes-immutable-keys</code>](#openapi-extension-x-kubernetes-immutable-keys)
1414
- [Publishing](#publishing)
1515
- [Suggested marker syntax](#suggested-marker-syntax)
1616
- [Future outline sketch: native resources](#future-outline-sketch-native-resources)

keps/sig-api-machinery/3488-cel-admission-control/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@
9797
- [Type checking alternatives](#type-checking-alternatives)
9898
- [Policy definition and configuration separation alternatives](#policy-definition-and-configuration-separation-alternatives)
9999
- [Alternative: Duck Typed CRDs](#alternative-duck-typed-crds)
100-
- [Alternative: OpenAPIv3 <code>$ref</code> in CRDs](#alternative-openapiv3--in-crds)
101-
- [Alternative: <code>/matchRules</code> subresource](#alternative--subresource)
102-
- [Alternative: <code>PolicyConfiguration</code> kind with config embedded](#alternative--kind-with-config-embedded)
100+
- [Alternative: OpenAPIv3 <code>$ref</code> in CRDs](#alternative-openapiv3-ref-in-crds)
101+
- [Alternative: <code>/matchRules</code> subresource](#alternative-matchrules-subresource)
102+
- [Alternative: <code>PolicyConfiguration</code> kind with config embedded](#alternative-policyconfiguration-kind-with-config-embedded)
103103
- [Alternative: Generate CRDs](#alternative-generate-crds)
104104
- [CEL variables alternatives](#cel-variables-alternatives)
105105
- [Alternative: Scopes](#alternative-scopes)

keps/sig-api-machinery/4006-transition-spdy-to-websockets/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ tags, and then generate with `hack/update-toc.sh`.
8888
- [Risks and Mitigations](#risks-and-mitigations)
8989
- [Design Details](#design-details)
9090
- [Background: Streaming Protocol Basics](#background-streaming-protocol-basics)
91-
- [Background: <code>RemoteCommand</code> Subprotocol](#background--subprotocol)
92-
- [Background: API Server and Kubelet <code>UpgradeAwareProxy</code>](#background-api-server-and-kubelet-)
93-
- [Proposal: <code>kubectl</code> WebSocket Executor and Fallback Executor](#proposal--websocket-executor-and-fallback-executor)
94-
- [Proposal: New <code>RemoteCommand</code> Sub-Protocol Version - <code>v5.channel.k8s.io</code>](#proposal-new--sub-protocol-version---)
95-
- [Proposal: API Server <code>StreamTranslatorProxy</code>](#proposal-api-server-)
96-
- [Pre-GA: Kubelet <code>StreamTranslatorProxy</code>](#pre-ga-kubelet-)
91+
- [Background: <code>RemoteCommand</code> Subprotocol](#background-remotecommand-subprotocol)
92+
- [Background: API Server and Kubelet <code>UpgradeAwareProxy</code>](#background-api-server-and-kubelet-upgradeawareproxy)
93+
- [Proposal: <code>kubectl</code> WebSocket Executor and Fallback Executor](#proposal-kubectl-websocket-executor-and-fallback-executor)
94+
- [Proposal: New <code>RemoteCommand</code> Sub-Protocol Version - <code>v5.channel.k8s.io</code>](#proposal-new-remotecommand-sub-protocol-version---v5channelk8sio)
95+
- [Proposal: API Server <code>StreamTranslatorProxy</code>](#proposal-api-server-streamtranslatorproxy)
96+
- [Pre-GA: Kubelet <code>StreamTranslatorProxy</code>](#pre-ga-kubelet-streamtranslatorproxy)
9797
- [Test Plan](#test-plan)
9898
- [Prerequisite testing updates](#prerequisite-testing-updates)
9999
- [Unit tests](#unit-tests)

keps/sig-api-machinery/4008-crd-ratcheting/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ tags, and then generate with `hack/update-toc.sh`.
102102
- [Mitigation: Blacklisted Validations](#mitigation-blacklisted-validations)
103103
- [Mitigation: Conservative Ratcheting Rule](#mitigation-conservative-ratcheting-rule)
104104
- [Design Details](#design-details)
105-
- [<code>kube-openapi</code> changes](#-changes)
105+
- [<code>kube-openapi</code> changes](#kube-openapi-changes)
106106
- [Structural-Schema-based validation changes](#structural-schema-based-validation-changes)
107107
- [Correlation of Old and New](#correlation-of-old-and-new)
108108
- [Cel-Validator changes](#cel-validator-changes)

keps/sig-api-machinery/4153-declarative-validation/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ tags, and then generate with `hack/update-toc.sh`.
100100
- [Mitigation: Ensure Valid Old Objects Still Valid](#mitigation-ensure-valid-old-objects-still-valid)
101101
- [Risk: Reduced the fidelity of validation error messages](#risk-reduced-the-fidelity-of-validation-error-messages)
102102
- [Mitigation: Fallback to CEL](#mitigation-fallback-to-cel)
103-
- [Mitigation: Explore <code>x-kubernetes</code> extension for custom error messages](#mitigation-explore--extension-for-custom-error-messages)
103+
- [Mitigation: Explore <code>x-kubernetes</code> extension for custom error messages](#mitigation-explore-x-kubernetes-extension-for-custom-error-messages)
104104
- [Risk: Added latency to API request handling.](#risk-added-latency-to-api-request-handling)
105105
- [Mitigation: Avoid Conversion to Internal Type](#mitigation-avoid-conversion-to-internal-type)
106106
- [Mitigation: Avoid Unstructured Conversion](#mitigation-avoid-unstructured-conversion)
@@ -111,7 +111,7 @@ tags, and then generate with `hack/update-toc.sh`.
111111
- [Publish Complex Validation Rules](#publish-complex-validation-rules)
112112
- [Publish Declarative Defaults in Schema](#publish-declarative-defaults-in-schema)
113113
- [Support Shared Template Schemas](#support-shared-template-schemas)
114-
- [Add missing <code>required</code> fields](#add-missing--fields)
114+
- [Add missing <code>required</code> fields](#add-missing-required-fields)
115115
- [Zero-Valued Primitive Fields](#zero-valued-primitive-fields)
116116
- [Required Zero Fields](#required-zero-fields)
117117
- [Optional Zero Fields](#optional-zero-fields)
@@ -133,11 +133,11 @@ tags, and then generate with `hack/update-toc.sh`.
133133
- [e2e tests](#e2e-tests)
134134
- [Graduation Criteria](#graduation-criteria)
135135
- [Alpha](#alpha)
136-
- [<code>DeclarativeValidationExtensionsInOpenAPI</code>](#)
137-
- [<code>DeclarativeValidation</code>](#-1)
136+
- [<code>DeclarativeValidationExtensionsInOpenAPI</code>](#declarativevalidationextensionsinopenapi)
137+
- [<code>DeclarativeValidation</code>](#declarativevalidation)
138138
- [Beta](#beta)
139-
- [<code>DeclarativeValidationExtensionsInOpenAPI</code>](#-2)
140-
- [<code>DeclarativeValidation</code>](#-3)
139+
- [<code>DeclarativeValidationExtensionsInOpenAPI</code>](#declarativevalidationextensionsinopenapi-1)
140+
- [<code>DeclarativeValidation</code>](#declarativevalidation-1)
141141
- [GA](#ga)
142142
- [Upgrade / Downgrade Strategy](#upgrade--downgrade-strategy)
143143
- [Version Skew Strategy](#version-skew-strategy)

keps/sig-apps/1847-autoremove-statefulset-pvcs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
- [Design Details](#design-details)
2020
- [Objects Associated with the StatefulSet](#objects-associated-with-the-statefulset)
2121
- [Volume delete policy for the StatefulSet created PVCs](#volume-delete-policy-for-the-statefulset-created-pvcs)
22-
- [<code>whenScaled</code> policy of <code>Delete</code>.](#-policy-of-)
23-
- [<code>whenDeleted</code> policy of <code>Delete</code>.](#-policy-of--1)
22+
- [<code>whenScaled</code> policy of <code>Delete</code>.](#whenscaled-policy-of-delete)
23+
- [<code>whenDeleted</code> policy of <code>Delete</code>.](#whendeleted-policy-of-delete)
2424
- [Non-Cascading Deletion](#non-cascading-deletion)
25-
- [Mutating <code>PersistentVolumeClaimRetentionPolicy</code>](#mutating-)
25+
- [Mutating <code>PersistentVolumeClaimRetentionPolicy</code>](#mutating-persistentvolumeclaimretentionpolicy)
2626
- [Cluster role change for statefulset controller](#cluster-role-change-for-statefulset-controller)
2727
- [Test Plan](#test-plan)
2828
- [Unit tests](#unit-tests)

keps/sig-architecture/1143-node-role-labels/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
- [Motivation](#motivation)
99
- [Goals](#goals)
1010
- [Proposal](#proposal)
11-
- [Use of <code>node-role.kubernetes.io/*</code> labels](#use-of--labels)
12-
- [Current users of <code>node-role.kubernetes.io/*</code> within the project that must change](#current-users-of--within-the-project-that-must-change)
11+
- [Use of <code>node-role.kubernetes.io/*</code> labels](#use-of-node-rolekubernetesio-labels)
12+
- [Current users of <code>node-role.kubernetes.io/*</code> within the project that must change](#current-users-of-node-rolekubernetesio-within-the-project-that-must-change)
1313
- [Service load-balancer](#service-load-balancer)
1414
- [Node controller excludes master nodes from consideration for eviction](#node-controller-excludes-master-nodes-from-consideration-for-eviction)
1515
- [Kubernetes e2e tests](#kubernetes-e2e-tests)

keps/sig-architecture/2527-clarify-status-observations-vs-rbac/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- [Proposal](#proposal)
1010
- [Risks and Mitigations](#risks-and-mitigations)
1111
- [Design Details](#design-details)
12-
- [Part 1: Loosen and clarify <code>status</code>](#part-1-loosen-and-clarify-)
12+
- [Part 1: Loosen and clarify <code>status</code>](#part-1-loosen-and-clarify-status)
1313
- [Examples](#examples)
1414
- [Part 2: Clarify when it makes sense to use 2 objects](#part-2-clarify-when-it-makes-sense-to-use-2-objects)
1515
- [Test Plan](#test-plan)

0 commit comments

Comments
 (0)