Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Callbacks ¶
type Callbacks struct {
OnResourcesReceived func(clusterID string, rs model.ResourceList) error
}
type KDSStream ¶
type KDSStream interface { DiscoveryRequest(resourceType model.ResourceType) error Receive() (string, model.ResourceList, error) ACK(typ string) error NACK(typ string, err error) error }
func NewKDSStream ¶
func NewKDSStream(s mesh_proto.KumaDiscoveryService_StreamKumaResourcesClient, clientId string, cpConfig string) KDSStream
Click to show internal directories.
Click to hide internal directories.