Tetrate Service BridgeVersion: next
tsb.tetrate.io/v2
API
Name | Type | Description | Required |
---|---|---|---|
apiVersion | string | tsb.tetrate.io/v2 | true |
kind | string | API | true |
metadata | object | Refer to the Kubernetes API documentation for the fields of the metadata field. | true |
spec | object | An API object defines an OpenAPI specification that can be used by gateways to validate incoming requests. | false |
status | object | false |
API.spec
An API object defines an OpenAPI specification that can be used by gateways to validate incoming requests.
Name | Type | Description | Required |
---|---|---|---|
openapi | string | The raw OpenAPI spec for this API. | true |
description | string | A description of the resource. | false |
displayName | string | User friendly name for the resource. | false |
etag | string | The etag for the resource. | false |
fqn | string | Fully-qualified name of the resource. | false |