fix: remove the object which are not part of core objects
parent
bd8960a910
commit
3b3c6af6b1
|
@ -7,7 +7,6 @@ short_description: >
|
|||
Control plane component that integrates Kubernetes with third-party cloud providers.
|
||||
aka:
|
||||
tags:
|
||||
- core-object
|
||||
- architecture
|
||||
- operation
|
||||
---
|
||||
|
|
|
@ -8,7 +8,6 @@ short_description: >
|
|||
|
||||
aka:
|
||||
tags:
|
||||
- core-object
|
||||
- storage
|
||||
---
|
||||
Allows users to request automatic creation of storage {{< glossary_tooltip text="Volumes" term_id="volume" >}}.
|
||||
|
|
|
@ -8,7 +8,6 @@ short_description: >
|
|||
|
||||
aka:
|
||||
tags:
|
||||
- core-object
|
||||
- fundamental
|
||||
- architecture
|
||||
related:
|
||||
|
|
|
@ -8,7 +8,8 @@ short_description: >
|
|||
|
||||
aka:
|
||||
tags:
|
||||
- core-object
|
||||
- fundamental
|
||||
|
||||
---
|
||||
A whole-number representation of small or large numbers using [SI](https://en.wikipedia.org/wiki/International_System_of_Units) suffixes.
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@ short_description: >
|
|||
|
||||
aka:
|
||||
tags:
|
||||
- core-object
|
||||
- fundamental
|
||||
---
|
||||
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.
|
||||
|
|
|
@ -8,7 +8,6 @@ short_description: >
|
|||
|
||||
aka:
|
||||
tags:
|
||||
- core-object
|
||||
- storage
|
||||
---
|
||||
A Volume Plugin enables integration of storage within a {{< glossary_tooltip text="Pod" term_id="pod" >}}.
|
||||
|
|
|
@ -8,7 +8,6 @@ short_description: >
|
|||
|
||||
aka:
|
||||
tags:
|
||||
- core-object
|
||||
- fundamental
|
||||
---
|
||||
A directory containing data, accessible to the {{< glossary_tooltip text="containers" term_id="container" >}} in a {{< glossary_tooltip term_id="pod" >}}.
|
||||
|
|
Loading…
Reference in New Issue