Skip to main content
logoTetrate Istio Subscription PlusVersion: Latest

Core types

The differences between TSB and Tetrate Istio Subscription Plus (TIS+)

Tetrate Istio Subscription Plus (TIS+) utilizes many of the same components as the Tetrate Service Bridge(TSB) product but has the several distinctions.

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
}