Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ api_metadata:
import: "k8s.io/api/certificates/v1beta1"
kind: "ClusterTrustBundle"
content_type: "api_reference"
description: "ClusterTrustBundle is a cluster-scoped container for X."
description: "ClusterTrustBundle is a cluster-scoped container for X.509 trust anchors (root certificates)."
title: "ClusterTrustBundle v1beta1"
weight: 5
auto_generated: true
Expand Down Expand Up @@ -63,11 +63,11 @@ ClusterTrustBundle 可以选择与特定的签名程序相关联,此时它包
-->
- **metadata** (<a href="{{< ref "../common-definitions/object-meta#ObjectMeta" >}}">ObjectMeta</a>)

metadata 包含对象的元数据。
`metadata` 包含对象的元数据。

- **spec** (<a href="{{< ref "../authentication-resources/cluster-trust-bundle-v1beta1#ClusterTrustBundleSpec" >}}">ClusterTrustBundleSpec</a>),必需

spec 包含签名程序(如果有)和信任锚。
`spec` 包含签名程序(如果有)和信任锚。

## ClusterTrustBundleSpec {#ClusterTrustBundleSpec}

Expand Down