Skip to main content
logoTetrate Service BridgeVersion: 1.11.x

Istio Direct Mode Traffic Service

Service to manage traffic settings in Istio Direct mode.

IstioTraffic

The Istio Traffic service provides methods to manage traffic settings in Istio direct mode.

The methods in this service allow users to push Istio traffic configuration resources into TSB. All properties of the TSB resource hierarchies apply as well to these resources: grouping, access control policies in the management plane, etc.

CreateVirtualService

Requires CREATE

Create an Istio VirtualService in the given traffic group. Note that the VirtualService must be in one of the namespaces owned by the group.

GetVirtualService

Requires READ

Get the details of the given Istio VirtualService

UpdateVirtualService

Requires WRITE

Modify an existing Istio VirtualService

ListVirtualServices

List all Istio VirtualServices that are attached to the given traffic group.

DeleteVirtualService

Requires DELETE

Delete the given Istio VirtualService.

CreateDestinationRule

Requires CREATE

Create an Istio DestinationRule in the given traffic group.

GetDestinationRule

Requires READ

get the details of the given Istio DestinationRule.

UpdateDestinationRule

Requires WRITE

Modify the given Istio DestinationRule.

ListDestinationRules

List all Istio DestinationRules that have been attached to the given traffic group.

DeleteDestinationRule

Requires DELETE

Delete the given Istio DestinationRule.

CreateSidecar

Requires CREATE

Create an Istio Sidecar resource in the given traffic group.

GetSidecar

Requires READ

Get the details of the given Istio Sidecar resource.

UpdateSidecar

Requires WRITE

Modify the given Istio Sidecar resource.

ListSidecars

List all Istio Sidecar resources that have been attached to the given traffic group.

DeleteSidecar

Requires DELETE

Delete the given Istio Sidecar resource.