27 lines
474 B
Markdown
27 lines
474 B
Markdown
---
|
|
# Removed from Kubernetes
|
|
title: Initializers
|
|
content_type: feature_gate
|
|
|
|
_build:
|
|
list: never
|
|
render: false
|
|
|
|
stages:
|
|
- stage: alpha
|
|
defaultValue: false
|
|
fromVersion: "1.7"
|
|
toVersion: "1.13"
|
|
- stage: deprecated
|
|
fromVersion: "1.14"
|
|
toVersion: "1.14"
|
|
|
|
removed: true
|
|
---
|
|
|
|
<!--
|
|
Allow asynchronous coordination of object creation using the
|
|
Initializers admission plugin.
|
|
-->
|
|
允许使用 Intializer 准入插件来异步协调对象创建操作。
|