resources

package
v0.0.0-...-4e1f4d9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 13, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Resources

type Resources interface {
	// Create notifies the creation of a resource.
	Create(message proto.Message) error

	// Update notifies the updation of a resource.
	Update(message proto.Message) error

	// Delete notifies the deletion of a resource.
	Delete(message proto.Message) error
}

Resources provides a mechanism for notifying federated service mesh consumers about changes to resources in a federated service mesh owner.

func NewResources

func NewResources(consumerRegistry consumer.Registry) Resources

NewResources returns a new instances of the Resources API implementation.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL