Skip to content

Commit 7b07d19

Browse files
kbhawkeyk8s-ci-robot
authored andcommitted
fix short_description field in glossary files (kubernetes#13045)
1 parent 424437c commit 7b07d19

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

content/en/docs/reference/glossary/pod-disruption-budget.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: pod-disruption-budget
33
title: Pod Disruption Budget
44
full-link: /docs/concepts/workloads/pods/disruptions/
55
date: 2019-02-12
6-
short-description: >
6+
short_description: >
77
An object that limits the number of {{< glossary_tooltip text="Pods" term_id="pod" >}} of a replicated application, that are down simultaneously from voluntary disruptions.
88
99
aka:

content/en/docs/reference/glossary/pod-lifecycle.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ related:
88
- container
99
tags:
1010
- fundamental
11-
short-description: >
11+
short_description: >
1212
A high-level summary of what phase the Pod is in within its lifecyle.
1313
1414
---
15-
15+
1616
The [Pod Lifecycle](/docs/concepts/workloads/pods/pod-lifecycle/) is a high level summary of where a Pod is in its lifecyle. A Pod’s `status` field is a [PodStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.13/#podstatus-v1-core) object, which has a `phase` field that displays one of the following phases: Running, Pending, Succeeded, Failed, Unknown, Completed, or CrashLoopBackOff.

layouts/shortcodes/glossary_definition.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{{- with .Summary -}}
1414
{{- if $prepend }}{{- replace . "<p>" (printf "<P>%s %s" $prepend .) -}}{{ else }}{{- . -}}{{ end -}}
1515
{{- else -}}
16-
{{- partial "templates/errorthrower.html" (dict "block" "summary" "purpose" .purpose "describes the key term in greater depth, supplementing the short-description") . -}}
16+
{{- partial "templates/errorthrower.html" (dict "block" "summary" "purpose" .purpose "describes the key term in greater depth, supplementing the short_description") . -}}
1717
{{- end -}}
1818
{{- end -}}
1919
{{- if (strings.Contains "all|long" $length) -}}

0 commit comments

Comments
 (0)