[zh-cn]sync cluster-trust-bundle-v1beta1 ip-address-v1
Signed-off-by: xin.li <xin.li@daocloud.io>pull/50638/head
parent
418a180117
commit
4e215e3d47
|
@ -1,28 +1,28 @@
|
|||
---
|
||||
api_metadata:
|
||||
apiVersion: "certificates.k8s.io/v1alpha1"
|
||||
import: "k8s.io/api/certificates/v1alpha1"
|
||||
apiVersion: "certificates.k8s.io/v1beta1"
|
||||
import: "k8s.io/api/certificates/v1beta1"
|
||||
kind: "ClusterTrustBundle"
|
||||
content_type: "api_reference"
|
||||
description: "ClusterTrustBundle 是一个集群范围的容器,用于存放 X.509 信任锚(根证书)。"
|
||||
title: "ClusterTrustBundle v1alpha1"
|
||||
title: "ClusterTrustBundle v1beta1"
|
||||
weight: 5
|
||||
---
|
||||
<!--
|
||||
api_metadata:
|
||||
apiVersion: "certificates.k8s.io/v1alpha1"
|
||||
import: "k8s.io/api/certificates/v1alpha1"
|
||||
apiVersion: "certificates.k8s.io/v1beta1"
|
||||
import: "k8s.io/api/certificates/v1beta1"
|
||||
kind: "ClusterTrustBundle"
|
||||
content_type: "api_reference"
|
||||
description: "ClusterTrustBundle is a cluster-scoped container for X."
|
||||
title: "ClusterTrustBundle v1alpha1"
|
||||
title: "ClusterTrustBundle v1beta1"
|
||||
weight: 5
|
||||
auto_generated: true
|
||||
-->
|
||||
|
||||
`apiVersion: certificates.k8s.io/v1alpha1`
|
||||
`apiVersion: certificates.k8s.io/v1beta1`
|
||||
|
||||
`import "k8s.io/api/certificates/v1alpha1"`
|
||||
`import "k8s.io/api/certificates/v1beta1"`
|
||||
|
||||
## ClusterTrustBundle {#ClusterTrustBundle}
|
||||
|
||||
|
@ -48,7 +48,7 @@ ClusterTrustBundle 可以选择与特定的签名程序相关联,此时它包
|
|||
|
||||
<hr>
|
||||
|
||||
- **apiVersion**: certificates.k8s.io/v1alpha1
|
||||
- **apiVersion**: certificates.k8s.io/v1beta1
|
||||
|
||||
- **kind**: ClusterTrustBundle
|
||||
|
||||
|
@ -57,7 +57,7 @@ ClusterTrustBundle 可以选择与特定的签名程序相关联,此时它包
|
|||
|
||||
metadata contains the object metadata.
|
||||
|
||||
- **spec** (<a href="{{< ref "../authentication-resources/cluster-trust-bundle-v1alpha1#ClusterTrustBundleSpec" >}}">ClusterTrustBundleSpec</a>), required
|
||||
- **spec** (<a href="{{< ref "../authentication-resources/cluster-trust-bundle-v1beta1#ClusterTrustBundleSpec" >}}">ClusterTrustBundleSpec</a>), required
|
||||
|
||||
spec contains the signer (if any) and trust anchors.
|
||||
-->
|
||||
|
@ -65,7 +65,7 @@ ClusterTrustBundle 可以选择与特定的签名程序相关联,此时它包
|
|||
|
||||
metadata 包含对象的元数据。
|
||||
|
||||
- **spec** (<a href="{{< ref "../authentication-resources/cluster-trust-bundle-v1alpha1#ClusterTrustBundleSpec" >}}">ClusterTrustBundleSpec</a>),必需
|
||||
- **spec** (<a href="{{< ref "../authentication-resources/cluster-trust-bundle-v1beta1#ClusterTrustBundleSpec" >}}">ClusterTrustBundleSpec</a>),必需
|
||||
|
||||
spec 包含签名程序(如果有)和信任锚。
|
||||
|
||||
|
@ -144,7 +144,7 @@ ClusterTrustBundleList 是 ClusterTrustBundle 对象的集合。
|
|||
|
||||
<hr>
|
||||
|
||||
- **apiVersion**: certificates.k8s.io/v1alpha1
|
||||
- **apiVersion**: certificates.k8s.io/v1beta1
|
||||
|
||||
- **kind**: ClusterTrustBundleList
|
||||
|
||||
|
@ -153,7 +153,7 @@ ClusterTrustBundleList 是 ClusterTrustBundle 对象的集合。
|
|||
|
||||
metadata contains the list metadata.
|
||||
|
||||
- **items** ([]<a href="{{< ref "../authentication-resources/cluster-trust-bundle-v1alpha1#ClusterTrustBundle" >}}">ClusterTrustBundle</a>), required
|
||||
- **items** ([]<a href="{{< ref "../authentication-resources/cluster-trust-bundle-v1beta1#ClusterTrustBundle" >}}">ClusterTrustBundle</a>), required
|
||||
|
||||
items is a collection of ClusterTrustBundle objects
|
||||
-->
|
||||
|
@ -161,7 +161,7 @@ ClusterTrustBundleList 是 ClusterTrustBundle 对象的集合。
|
|||
|
||||
metadata 包含列表的元数据。
|
||||
|
||||
- **items** ([]<a href="{{< ref "../authentication-resources/cluster-trust-bundle-v1alpha1#ClusterTrustBundle" >}}">ClusterTrustBundle</a>),必需
|
||||
- **items** ([]<a href="{{< ref "../authentication-resources/cluster-trust-bundle-v1beta1#ClusterTrustBundle" >}}">ClusterTrustBundle</a>),必需
|
||||
|
||||
items 是 ClusterTrustBundle 对象的集合。
|
||||
|
||||
|
@ -181,7 +181,7 @@ ClusterTrustBundleList 是 ClusterTrustBundle 对象的集合。
|
|||
|
||||
#### HTTP 请求
|
||||
|
||||
GET /apis/certificates.k8s.io/v1alpha1/clustertrustbundles/{name}
|
||||
GET /apis/certificates.k8s.io/v1beta1/clustertrustbundles/{name}
|
||||
|
||||
<!--
|
||||
#### Parameters
|
||||
|
@ -209,7 +209,7 @@ GET /apis/certificates.k8s.io/v1alpha1/clustertrustbundles/{name}
|
|||
-->
|
||||
#### 响应
|
||||
|
||||
200 (<a href="{{< ref "../authentication-resources/cluster-trust-bundle-v1alpha1#ClusterTrustBundle" >}}">ClusterTrustBundle</a>): OK
|
||||
200 (<a href="{{< ref "../authentication-resources/cluster-trust-bundle-v1beta1#ClusterTrustBundle" >}}">ClusterTrustBundle</a>): OK
|
||||
|
||||
401: Unauthorized
|
||||
|
||||
|
@ -222,7 +222,7 @@ GET /apis/certificates.k8s.io/v1alpha1/clustertrustbundles/{name}
|
|||
|
||||
#### HTTP 请求
|
||||
|
||||
GET /apis/certificates.k8s.io/v1alpha1/clustertrustbundles
|
||||
GET /apis/certificates.k8s.io/v1beta1/clustertrustbundles
|
||||
|
||||
<!--
|
||||
#### Parameters
|
||||
|
@ -290,7 +290,7 @@ GET /apis/certificates.k8s.io/v1alpha1/clustertrustbundles
|
|||
-->
|
||||
#### 响应
|
||||
|
||||
200 (<a href="{{< ref "../authentication-resources/cluster-trust-bundle-v1alpha1#ClusterTrustBundleList" >}}">ClusterTrustBundleList</a>): OK
|
||||
200 (<a href="{{< ref "../authentication-resources/cluster-trust-bundle-v1beta1#ClusterTrustBundleList" >}}">ClusterTrustBundleList</a>): OK
|
||||
|
||||
401: Unauthorized
|
||||
|
||||
|
@ -303,11 +303,11 @@ GET /apis/certificates.k8s.io/v1alpha1/clustertrustbundles
|
|||
|
||||
#### HTTP 请求
|
||||
|
||||
POST /apis/certificates.k8s.io/v1alpha1/clustertrustbundles
|
||||
POST /apis/certificates.k8s.io/v1beta1/clustertrustbundles
|
||||
|
||||
<!--
|
||||
#### Parameters
|
||||
- **body**: <a href="{{< ref "../authentication-resources/cluster-trust-bundle-v1alpha1#ClusterTrustBundle" >}}">ClusterTrustBundle</a>, required
|
||||
- **body**: <a href="{{< ref "../authentication-resources/cluster-trust-bundle-v1beta1#ClusterTrustBundle" >}}">ClusterTrustBundle</a>, required
|
||||
- **dryRun** (*in query*): string
|
||||
- **fieldManager** (*in query*): string
|
||||
- **fieldValidation** (*in query*): string
|
||||
|
@ -315,7 +315,7 @@ POST /apis/certificates.k8s.io/v1alpha1/clustertrustbundles
|
|||
-->
|
||||
#### 参数
|
||||
|
||||
- **body**: <a href="{{< ref "../authentication-resources/cluster-trust-bundle-v1alpha1#ClusterTrustBundle" >}}">ClusterTrustBundle</a>,必需
|
||||
- **body**: <a href="{{< ref "../authentication-resources/cluster-trust-bundle-v1beta1#ClusterTrustBundle" >}}">ClusterTrustBundle</a>,必需
|
||||
|
||||
- **dryRun**(**查询参数**):string
|
||||
|
||||
|
@ -338,11 +338,11 @@ POST /apis/certificates.k8s.io/v1alpha1/clustertrustbundles
|
|||
-->
|
||||
#### 响应
|
||||
|
||||
200 (<a href="{{< ref "../authentication-resources/cluster-trust-bundle-v1alpha1#ClusterTrustBundle" >}}">ClusterTrustBundle</a>): OK
|
||||
200 (<a href="{{< ref "../authentication-resources/cluster-trust-bundle-v1beta1#ClusterTrustBundle" >}}">ClusterTrustBundle</a>): OK
|
||||
|
||||
201 (<a href="{{< ref "../authentication-resources/cluster-trust-bundle-v1alpha1#ClusterTrustBundle" >}}">ClusterTrustBundle</a>): Created
|
||||
201 (<a href="{{< ref "../authentication-resources/cluster-trust-bundle-v1beta1#ClusterTrustBundle" >}}">ClusterTrustBundle</a>): Created
|
||||
|
||||
202 (<a href="{{< ref "../authentication-resources/cluster-trust-bundle-v1alpha1#ClusterTrustBundle" >}}">ClusterTrustBundle</a>): Accepted
|
||||
202 (<a href="{{< ref "../authentication-resources/cluster-trust-bundle-v1beta1#ClusterTrustBundle" >}}">ClusterTrustBundle</a>): Accepted
|
||||
|
||||
401: Unauthorized
|
||||
|
||||
|
@ -355,7 +355,7 @@ POST /apis/certificates.k8s.io/v1alpha1/clustertrustbundles
|
|||
|
||||
#### HTTP 请求
|
||||
|
||||
PUT /apis/certificates.k8s.io/v1alpha1/clustertrustbundles/{name}
|
||||
PUT /apis/certificates.k8s.io/v1beta1/clustertrustbundles/{name}
|
||||
|
||||
<!--
|
||||
#### Parameters
|
||||
|
@ -364,7 +364,7 @@ PUT /apis/certificates.k8s.io/v1alpha1/clustertrustbundles/{name}
|
|||
|
||||
name of the ClusterTrustBundle
|
||||
|
||||
- **body**: <a href="{{< ref "../authentication-resources/cluster-trust-bundle-v1alpha1#ClusterTrustBundle" >}}">ClusterTrustBundle</a>, required
|
||||
- **body**: <a href="{{< ref "../authentication-resources/cluster-trust-bundle-v1beta1#ClusterTrustBundle" >}}">ClusterTrustBundle</a>, required
|
||||
- **dryRun** (*in query*): string
|
||||
- **fieldManager** (*in query*): string
|
||||
- **fieldValidation** (*in query*): string
|
||||
|
@ -376,7 +376,7 @@ PUT /apis/certificates.k8s.io/v1alpha1/clustertrustbundles/{name}
|
|||
|
||||
ClusterTrustBundle 的名称。
|
||||
|
||||
- **body**: <a href="{{< ref "../authentication-resources/cluster-trust-bundle-v1alpha1#ClusterTrustBundle" >}}">ClusterTrustBundle</a>,必需
|
||||
- **body**: <a href="{{< ref "../authentication-resources/cluster-trust-bundle-v1beta1#ClusterTrustBundle" >}}">ClusterTrustBundle</a>,必需
|
||||
|
||||
- **dryRun**(**查询参数**):string
|
||||
|
||||
|
@ -399,9 +399,9 @@ PUT /apis/certificates.k8s.io/v1alpha1/clustertrustbundles/{name}
|
|||
-->
|
||||
#### 响应
|
||||
|
||||
200 (<a href="{{< ref "../authentication-resources/cluster-trust-bundle-v1alpha1#ClusterTrustBundle" >}}">ClusterTrustBundle</a>): OK
|
||||
200 (<a href="{{< ref "../authentication-resources/cluster-trust-bundle-v1beta1#ClusterTrustBundle" >}}">ClusterTrustBundle</a>): OK
|
||||
|
||||
201 (<a href="{{< ref "../authentication-resources/cluster-trust-bundle-v1alpha1#ClusterTrustBundle" >}}">ClusterTrustBundle</a>): Created
|
||||
201 (<a href="{{< ref "../authentication-resources/cluster-trust-bundle-v1beta1#ClusterTrustBundle" >}}">ClusterTrustBundle</a>): Created
|
||||
|
||||
401: Unauthorized
|
||||
|
||||
|
@ -414,7 +414,7 @@ PUT /apis/certificates.k8s.io/v1alpha1/clustertrustbundles/{name}
|
|||
|
||||
#### HTTP 请求
|
||||
|
||||
PATCH /apis/certificates.k8s.io/v1alpha1/clustertrustbundles/{name}
|
||||
PATCH /apis/certificates.k8s.io/v1beta1/clustertrustbundles/{name}
|
||||
|
||||
<!--
|
||||
#### Parameters
|
||||
|
@ -463,9 +463,9 @@ PATCH /apis/certificates.k8s.io/v1alpha1/clustertrustbundles/{name}
|
|||
-->
|
||||
#### 响应
|
||||
|
||||
200 (<a href="{{< ref "../authentication-resources/cluster-trust-bundle-v1alpha1#ClusterTrustBundle" >}}">ClusterTrustBundle</a>): OK
|
||||
200 (<a href="{{< ref "../authentication-resources/cluster-trust-bundle-v1beta1#ClusterTrustBundle" >}}">ClusterTrustBundle</a>): OK
|
||||
|
||||
201 (<a href="{{< ref "../authentication-resources/cluster-trust-bundle-v1alpha1#ClusterTrustBundle" >}}">ClusterTrustBundle</a>): Created
|
||||
201 (<a href="{{< ref "../authentication-resources/cluster-trust-bundle-v1beta1#ClusterTrustBundle" >}}">ClusterTrustBundle</a>): Created
|
||||
|
||||
401: Unauthorized
|
||||
|
||||
|
@ -478,7 +478,7 @@ PATCH /apis/certificates.k8s.io/v1alpha1/clustertrustbundles/{name}
|
|||
|
||||
#### HTTP 请求
|
||||
|
||||
DELETE /apis/certificates.k8s.io/v1alpha1/clustertrustbundles/{name}
|
||||
DELETE /apis/certificates.k8s.io/v1beta1/clustertrustbundles/{name}
|
||||
|
||||
<!--
|
||||
#### Parameters
|
||||
|
@ -542,7 +542,7 @@ DELETE /apis/certificates.k8s.io/v1alpha1/clustertrustbundles/{name}
|
|||
|
||||
#### HTTP 请求
|
||||
|
||||
DELETE /apis/certificates.k8s.io/v1alpha1/clustertrustbundles
|
||||
DELETE /apis/certificates.k8s.io/v1beta1/clustertrustbundles
|
||||
|
||||
<!--
|
||||
#### Parameters
|
|
@ -1,28 +1,28 @@
|
|||
---
|
||||
api_metadata:
|
||||
apiVersion: "networking.k8s.io/v1beta1"
|
||||
import: "k8s.io/api/networking/v1beta1"
|
||||
apiVersion: "networking.k8s.io/v1"
|
||||
import: "k8s.io/api/networking/v1"
|
||||
kind: "IPAddress"
|
||||
content_type: "api_reference"
|
||||
description: "IPAddress 表示单个 IP 族的单个 IP。"
|
||||
title: "IPAddress v1beta1"
|
||||
title: "IPAddress"
|
||||
weight: 4
|
||||
---
|
||||
<!--
|
||||
api_metadata:
|
||||
apiVersion: "networking.k8s.io/v1beta1"
|
||||
import: "k8s.io/api/networking/v1beta1"
|
||||
apiVersion: "networking.k8s.io/v1"
|
||||
import: "k8s.io/api/networking/v1"
|
||||
kind: "IPAddress"
|
||||
content_type: "api_reference"
|
||||
description: "IPAddress represents a single IP of a single IP Family."
|
||||
title: "IPAddress v1beta1"
|
||||
title: "IPAddress"
|
||||
weight: 4
|
||||
auto_generated: true
|
||||
-->
|
||||
|
||||
`apiVersion: networking.k8s.io/v1beta1`
|
||||
`apiVersion: networking.k8s.io/v1`
|
||||
|
||||
`import "k8s.io/api/networking/v1beta1"`
|
||||
`import "k8s.io/api/networking/v1"`
|
||||
|
||||
## IPAddress {#IPAddress}
|
||||
|
||||
|
@ -38,7 +38,7 @@ IPv4 地址由点分隔的四个十进制数字组成,前导零可省略;IPv
|
|||
|
||||
<hr>
|
||||
|
||||
- **apiVersion**: networking.k8s.io/v1beta1
|
||||
- **apiVersion**: networking.k8s.io/v1
|
||||
|
||||
- **kind**: IPAddress
|
||||
|
||||
|
@ -47,7 +47,7 @@ IPv4 地址由点分隔的四个十进制数字组成,前导零可省略;IPv
|
|||
|
||||
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
||||
|
||||
- **spec** (<a href="{{< ref "../cluster-resources/ip-address-v1beta1#IPAddressSpec" >}}">IPAddressSpec</a>)
|
||||
- **spec** (<a href="{{< ref "../cluster-resources/ip-address-v1#IPAddressSpec" >}}">IPAddressSpec</a>)
|
||||
|
||||
spec is the desired state of the IPAddress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
||||
-->
|
||||
|
@ -56,7 +56,7 @@ IPv4 地址由点分隔的四个十进制数字组成,前导零可省略;IPv
|
|||
标准的对象元数据。更多信息:
|
||||
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
||||
|
||||
- **spec** (<a href="{{< ref "../cluster-resources/ip-address-v1beta1#IPAddressSpec" >}}">IPAddressSpec</a>)
|
||||
- **spec** (<a href="{{< ref "../cluster-resources/ip-address-v1#IPAddressSpec" >}}">IPAddressSpec</a>)
|
||||
|
||||
spec 是 IPAddress 的预期状态。更多信息:
|
||||
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
||||
|
@ -130,7 +130,7 @@ IPAddressList 包含 IPAddress 的列表。
|
|||
|
||||
<hr>
|
||||
|
||||
- **apiVersion**: networking.k8s.io/v1beta1
|
||||
- **apiVersion**: networking.k8s.io/v1
|
||||
|
||||
- **kind**: IPAddressList
|
||||
|
||||
|
@ -139,7 +139,7 @@ IPAddressList 包含 IPAddress 的列表。
|
|||
|
||||
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
||||
|
||||
- **items** ([]<a href="{{< ref "../cluster-resources/ip-address-v1beta1#IPAddress" >}}">IPAddress</a>), required
|
||||
- **items** ([]<a href="{{< ref "../cluster-resources/ip-address-v1#IPAddress" >}}">IPAddress</a>), required
|
||||
|
||||
items is the list of IPAddresses.
|
||||
-->
|
||||
|
@ -148,7 +148,7 @@ IPAddressList 包含 IPAddress 的列表。
|
|||
标准的对象元数据。更多信息:
|
||||
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
||||
|
||||
- **items** ([]<a href="{{< ref "../cluster-resources/ip-address-v1beta1#IPAddress" >}}">IPAddress</a>),必需
|
||||
- **items** ([]<a href="{{< ref "../cluster-resources/ip-address-v1#IPAddress" >}}">IPAddress</a>),必需
|
||||
|
||||
items 是 IPAddresses 的列表。
|
||||
|
||||
|
@ -167,7 +167,7 @@ IPAddressList 包含 IPAddress 的列表。
|
|||
|
||||
#### HTTP 请求
|
||||
|
||||
GET /apis/networking.k8s.io/v1beta1/ipaddresses/{name}
|
||||
GET /apis/networking.k8s.io/v1/ipaddresses/{name}
|
||||
|
||||
<!--
|
||||
#### Parameters
|
||||
|
@ -193,7 +193,7 @@ GET /apis/networking.k8s.io/v1beta1/ipaddresses/{name}
|
|||
-->
|
||||
#### 响应
|
||||
|
||||
200 (<a href="{{< ref "../cluster-resources/ip-address-v1beta1#IPAddress" >}}">IPAddress</a>): OK
|
||||
200 (<a href="{{< ref "../cluster-resources/ip-address-v1#IPAddress" >}}">IPAddress</a>): OK
|
||||
|
||||
401: Unauthorized
|
||||
|
||||
|
@ -206,7 +206,7 @@ GET /apis/networking.k8s.io/v1beta1/ipaddresses/{name}
|
|||
|
||||
#### HTTP 请求
|
||||
|
||||
GET /apis/networking.k8s.io/v1beta1/ipaddresses
|
||||
GET /apis/networking.k8s.io/v1/ipaddresses
|
||||
|
||||
<!--
|
||||
#### Parameters
|
||||
|
@ -273,7 +273,7 @@ GET /apis/networking.k8s.io/v1beta1/ipaddresses
|
|||
-->
|
||||
#### 响应
|
||||
|
||||
200 (<a href="{{< ref "../cluster-resources/ip-address-v1beta1#IPAddressList" >}}">IPAddressList</a>): OK
|
||||
200 (<a href="{{< ref "../cluster-resources/ip-address-v1#IPAddressList" >}}">IPAddressList</a>): OK
|
||||
|
||||
401: Unauthorized
|
||||
|
||||
|
@ -286,11 +286,11 @@ GET /apis/networking.k8s.io/v1beta1/ipaddresses
|
|||
|
||||
#### HTTP 请求
|
||||
|
||||
POST /apis/networking.k8s.io/v1beta1/ipaddresses
|
||||
POST /apis/networking.k8s.io/v1/ipaddresses
|
||||
|
||||
<!--
|
||||
#### Parameters
|
||||
- **body**: <a href="{{< ref "../cluster-resources/ip-address-v1beta1#IPAddress" >}}">IPAddress</a>, required
|
||||
- **body**: <a href="{{< ref "../cluster-resources/ip-address-v1#IPAddress" >}}">IPAddress</a>, required
|
||||
- **dryRun** (*in query*): string
|
||||
- **fieldManager** (*in query*): string
|
||||
- **fieldValidation** (*in query*): string
|
||||
|
@ -298,7 +298,7 @@ POST /apis/networking.k8s.io/v1beta1/ipaddresses
|
|||
-->
|
||||
#### 参数
|
||||
|
||||
- **body**: <a href="{{< ref "../cluster-resources/ip-address-v1beta1#IPAddress" >}}">IPAddress</a>,必需
|
||||
- **body**: <a href="{{< ref "../cluster-resources/ip-address-v1#IPAddress" >}}">IPAddress</a>,必需
|
||||
|
||||
- **dryRun**(**查询参数**):string
|
||||
|
||||
|
@ -321,11 +321,11 @@ POST /apis/networking.k8s.io/v1beta1/ipaddresses
|
|||
-->
|
||||
#### 响应
|
||||
|
||||
200 (<a href="{{< ref "../cluster-resources/ip-address-v1beta1#IPAddress" >}}">IPAddress</a>): OK
|
||||
200 (<a href="{{< ref "../cluster-resources/ip-address-v1#IPAddress" >}}">IPAddress</a>): OK
|
||||
|
||||
201 (<a href="{{< ref "../cluster-resources/ip-address-v1beta1#IPAddress" >}}">IPAddress</a>): Created
|
||||
201 (<a href="{{< ref "../cluster-resources/ip-address-v1#IPAddress" >}}">IPAddress</a>): Created
|
||||
|
||||
202 (<a href="{{< ref "../cluster-resources/ip-address-v1beta1#IPAddress" >}}">IPAddress</a>): Accepted
|
||||
202 (<a href="{{< ref "../cluster-resources/ip-address-v1#IPAddress" >}}">IPAddress</a>): Accepted
|
||||
|
||||
401: Unauthorized
|
||||
|
||||
|
@ -338,7 +338,7 @@ POST /apis/networking.k8s.io/v1beta1/ipaddresses
|
|||
|
||||
#### HTTP 请求
|
||||
|
||||
PUT /apis/networking.k8s.io/v1beta1/ipaddresses/{name}
|
||||
PUT /apis/networking.k8s.io/v1/ipaddresses/{name}
|
||||
|
||||
<!--
|
||||
#### Parameters
|
||||
|
@ -347,7 +347,7 @@ PUT /apis/networking.k8s.io/v1beta1/ipaddresses/{name}
|
|||
|
||||
name of the IPAddress
|
||||
|
||||
- **body**: <a href="{{< ref "../cluster-resources/ip-address-v1beta1#IPAddress" >}}">IPAddress</a>, required
|
||||
- **body**: <a href="{{< ref "../cluster-resources/ip-address-v1#IPAddress" >}}">IPAddress</a>, required
|
||||
|
||||
- **dryRun** (*in query*): string
|
||||
|
||||
|
@ -363,7 +363,7 @@ PUT /apis/networking.k8s.io/v1beta1/ipaddresses/{name}
|
|||
|
||||
IPAddress 的名称。
|
||||
|
||||
- **body**: <a href="{{< ref "../cluster-resources/ip-address-v1beta1#IPAddress" >}}">IPAddress</a>,必需
|
||||
- **body**: <a href="{{< ref "../cluster-resources/ip-address-v1#IPAddress" >}}">IPAddress</a>,必需
|
||||
|
||||
- **dryRun**(**查询参数**):string
|
||||
|
||||
|
@ -386,9 +386,9 @@ PUT /apis/networking.k8s.io/v1beta1/ipaddresses/{name}
|
|||
-->
|
||||
#### 响应
|
||||
|
||||
200 (<a href="{{< ref "../cluster-resources/ip-address-v1beta1#IPAddress" >}}">IPAddress</a>): OK
|
||||
200 (<a href="{{< ref "../cluster-resources/ip-address-v1#IPAddress" >}}">IPAddress</a>): OK
|
||||
|
||||
201 (<a href="{{< ref "../cluster-resources/ip-address-v1beta1#IPAddress" >}}">IPAddress</a>): Created
|
||||
201 (<a href="{{< ref "../cluster-resources/ip-address-v1#IPAddress" >}}">IPAddress</a>): Created
|
||||
|
||||
401: Unauthorized
|
||||
|
||||
|
@ -401,7 +401,7 @@ PUT /apis/networking.k8s.io/v1beta1/ipaddresses/{name}
|
|||
|
||||
#### HTTP 请求
|
||||
|
||||
PATCH /apis/networking.k8s.io/v1beta1/ipaddresses/{name}
|
||||
PATCH /apis/networking.k8s.io/v1/ipaddresses/{name}
|
||||
|
||||
<!--
|
||||
#### Parameters
|
||||
|
@ -455,9 +455,9 @@ PATCH /apis/networking.k8s.io/v1beta1/ipaddresses/{name}
|
|||
-->
|
||||
#### 响应
|
||||
|
||||
200 (<a href="{{< ref "../cluster-resources/ip-address-v1beta1#IPAddress" >}}">IPAddress</a>): OK
|
||||
200 (<a href="{{< ref "../cluster-resources/ip-address-v1#IPAddress" >}}">IPAddress</a>): OK
|
||||
|
||||
201 (<a href="{{< ref "../cluster-resources/ip-address-v1beta1#IPAddress" >}}">IPAddress</a>): Created
|
||||
201 (<a href="{{< ref "../cluster-resources/ip-address-v1#IPAddress" >}}">IPAddress</a>): Created
|
||||
|
||||
401: Unauthorized
|
||||
|
||||
|
@ -470,7 +470,7 @@ PATCH /apis/networking.k8s.io/v1beta1/ipaddresses/{name}
|
|||
|
||||
#### HTTP 请求
|
||||
|
||||
DELETE /apis/networking.k8s.io/v1beta1/ipaddresses/{name}
|
||||
DELETE /apis/networking.k8s.io/v1/ipaddresses/{name}
|
||||
|
||||
<!--
|
||||
#### Parameters
|
||||
|
@ -539,7 +539,7 @@ DELETE /apis/networking.k8s.io/v1beta1/ipaddresses/{name}
|
|||
|
||||
#### HTTP 请求
|
||||
|
||||
DELETE /apis/networking.k8s.io/v1beta1/ipaddresses
|
||||
DELETE /apis/networking.k8s.io/v1/ipaddresses
|
||||
|
||||
<!--
|
||||
#### Parameters
|
Loading…
Reference in New Issue