package istio.workload.zds

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Ack

zds.proto:50

Ztunnel ack message. If error is not empty, this is an error message.

Used in: WorkloadResponse

message AddWorkload

zds.proto:28

Add a workload to the ztunnel. this will be accompanied by ancillary data contianing the workload's netns file descriptor.

Used in: WorkloadRequest

message DelWorkload

zds.proto:40

Delete a workload from the ztunnel. Ztunnel should shutdown the workload's proxy.

Used in: WorkloadRequest

message KeepWorkload

zds.proto:35

Keep workload that we can't find in the fd cache. This can only be sent before SnapshotSent is sent to signal ztunnel to not delete the workload if it has it.

Used in: WorkloadRequest

message SnapshotSent

zds.proto:46

Let ztunnel know that a full snapshot was sent. Ztunnel should reconcile its internal state and remove internal entries that were not sent.

Used in: WorkloadRequest

(message has no fields)

enum Version

zds.proto:9

Used in: ZdsHello

message WorkloadInfo

zds.proto:18

Used in: AddWorkload

message WorkloadRequest

zds.proto:66

Sent from CNI to ztunnel

message WorkloadResponse

zds.proto:76

Sent from ztunnel to CNI

message ZdsHello

zds.proto:14