Skip to content

Commit 057d748

Browse files
authored
Merge pull request #48333 from abhilasha2418/removeFromCoreObjectList
Remove the object from glossary which are not part of core objects
2 parents fb018ce + 3b3c6af commit 057d748

File tree

7 files changed

+2
-7
lines changed

7 files changed

+2
-7
lines changed

content/en/docs/reference/glossary/cloud-controller-manager.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ short_description: >
77
Control plane component that integrates Kubernetes with third-party cloud providers.
88
aka:
99
tags:
10-
- core-object
1110
- architecture
1211
- operation
1312
---

content/en/docs/reference/glossary/dynamic-volume-provisioning.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ short_description: >
88
99
aka:
1010
tags:
11-
- core-object
1211
- storage
1312
---
1413
Allows users to request automatic creation of storage {{< glossary_tooltip text="Volumes" term_id="volume" >}}.

content/en/docs/reference/glossary/qos-class.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ short_description: >
88
99
aka:
1010
tags:
11-
- core-object
1211
- fundamental
1312
- architecture
1413
related:

content/en/docs/reference/glossary/quantity.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ short_description: >
88
99
aka:
1010
tags:
11-
- core-object
11+
- fundamental
12+
1213
---
1314
A whole-number representation of small or large numbers using [SI](https://en.wikipedia.org/wiki/International_System_of_Units) suffixes.
1415

content/en/docs/reference/glossary/taint.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ short_description: >
88
99
aka:
1010
tags:
11-
- core-object
1211
- fundamental
1312
---
1413
A core object consisting of three required properties: key, value, and effect. Taints prevent the scheduling of {{< glossary_tooltip text="Pods" term_id="pod" >}} on {{< glossary_tooltip text="nodes" term_id="node" >}} or node groups.

content/en/docs/reference/glossary/volume-plugin.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ short_description: >
88
99
aka:
1010
tags:
11-
- core-object
1211
- storage
1312
---
1413
A Volume Plugin enables integration of storage within a {{< glossary_tooltip text="Pod" term_id="pod" >}}.

content/en/docs/reference/glossary/volume.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ short_description: >
88
99
aka:
1010
tags:
11-
- core-object
1211
- fundamental
1312
---
1413
A directory containing data, accessible to the {{< glossary_tooltip text="containers" term_id="container" >}} in a {{< glossary_tooltip term_id="pod" >}}.

0 commit comments

Comments
 (0)