# io.k8s.api.certificates.v1beta1.ClusterTrustBundleList

From **Kubernetes**.

ClusterTrustBundleList is a collection of ClusterTrustBundle objects

- Type: `object`

## Properties

### `apiVersion`

- Required: false
- Type: `string`

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources

### `items`

- Required: true
- Type: `array`

items is a collection of ClusterTrustBundle objects

### `kind`

- Required: false
- Type: `string`

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

### `metadata`

- Required: false
- Default: `{}`

metadata contains the list metadata.

## JSON Schema

```json
{"description":"ClusterTrustBundleList is a collection of ClusterTrustBundle objects","properties":{"apiVersion":{"description":"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources","type":"string"},"items":{"description":"items is a collection of ClusterTrustBundle objects","items":{"$ref":"#/components/schemas/io.k8s.api.certificates.v1beta1.ClusterTrustBundle"},"type":"array"},"kind":{"description":"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds","type":"string"},"metadata":{"allOf":[{"$ref":"#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"}],"default":{},"description":"metadata contains the list metadata."}},"required":["items"],"type":"object","x-kubernetes-group-version-kind":[{"group":"certificates.k8s.io","kind":"ClusterTrustBundleList","version":"v1beta1"}]}
```
