Istio Internal Direct Mode Service
IstioInternal
service provides methods to manage istio internal TSB resources.
IstioInternal #
IstioInternal
service provides methods to manage istio internal TSB resources.
It provides methods to create and manage istio internal groups within a workspace, allowing to create fine-grained groupings to configure a subset of the workspace namespaces. Access policies can be assigned at group level, providing a fine-grained access control to the istio internal configuration features.
CreateGroup
GetGroup
UpdateGroup
ListGroups
DeleteGroup
CreateIstioInternalGroupRequest #
Request to create an Istio internal group.
Field | Description | Validation Rule |
---|---|---|
parent | string | string = { |
name | string | string = { |
group | tetrateio.api.tsb.istiointernal.v2.Group | message = { |
DeleteIstioInternalGroupRequest #
Request to delete a Istio internal Group.
Field | Description | Validation Rule |
---|---|---|
fqn | string | string = { |
GetIstioInternalGroupRequest #
Request to retrieve a Istio internal Group.
Field | Description | Validation Rule |
---|---|---|
fqn | string | string = { |
ListIstioInternalGroupsRequest #
Request to list Istio internal Groups.
Field | Description | Validation Rule |
---|---|---|
parent | string | string = { |
ListIstioInternalGroupsResponse #
List of all Istio internal in the workspace.
Field | Description | Validation Rule |
---|---|---|
groups | List of tetrateio.api.tsb.istiointernal.v2.Group | – |