Workload Registration
Workload Registration specifies information sent by the Workload Onboarding Agent to the Workload Onboarding Plane to register the workload in the mesh.
Address
Address specifies network address.
Field | Description | Validation Rule |
---|---|---|
ip | string | string = { |
type | tetrateio.api.onboarding.config.types.registration.v1alpha1.AddressType | enum = { |
AgentInfo
AgentInfo specifies information about the Workload Onboarding Agent
installed alongside the workload.
Field | Description | Validation Rule |
---|---|---|
version | string | string = { |
HostInfo
HostInfo specifies information about the host the workload is running on.
Field | Description | Validation Rule |
---|---|---|
addresses | List of tetrateio.api.onboarding.config.types.registration.v1alpha1.Address | repeated = { |
IstioSidecarInfo
IstioInfo specifies information about the Istio Sidecar
installed
alongside the workload.
Field | Description | Validation Rule |
---|---|---|
version | string | string = { |
Registration
Registration specifies information sent by the Workload Onboarding Agent
to the Workload Onboarding Plane
to register the workload in the mesh.
Field | Description | Validation Rule |
---|---|---|
agent | tetrateio.api.onboarding.config.types.registration.v1alpha1.AgentInfo | message = { |
sidecar | tetrateio.api.onboarding.config.types.registration.v1alpha1.SidecarInfo | message = { |
host | tetrateio.api.onboarding.config.types.registration.v1alpha1.HostInfo | message = { |
workload | tetrateio.api.onboarding.config.types.registration.v1alpha1.WorkloadInfo | – |
settings | tetrateio.api.onboarding.config.types.registration.v1alpha1.Settings | – |
Settings
Settings specifies registration settings.
Field | Description | Validation Rule |
---|---|---|
connectedOver | tetrateio.api.onboarding.config.types.registration.v1alpha1.AddressType | – |
SidecarInfo
SidecarInfo specifies information about the sidecar installed alongside the workload.
Field | Description | Validation Rule |
---|---|---|
istio | tetrateio.api.onboarding.config.types.registration.v1alpha1.IstioSidecarInfo oneof kind | – |
WorkloadInfo
WorkloadInfo specifies information about the workload.
Field | Description | Validation Rule |
---|---|---|
labels | – |
AddressType
AddressType specifies type of a network address associated with the workload.
Field | Number | Description |
---|---|---|
UNSPECIFIED | 0 | Not specified. |
VPC | 1 | IP address from the |
INTERNET | 2 | IP address from the |