Skip to main content
logoTetrate Service ExpressVersion: Latest

Core types

The differences between TSB and TSE API

Tetrate Service Express (TSE) utilizes many of the same components as the Tetrate Service Bridge(TSB) product but has the several distinctions. Go to Comparing TSE and TSB for more details.

Core types.

NamespacedName

NamespacedName specifies a namespace-scoped name.

FieldDescriptionValidation Rule

namespace

string
REQUIRED
Namespace name.

string = {
  min_len: 1
}

name

string
REQUIRED
Resource name.

string = {
  min_len: 1
}