Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DBResource ¶
type DBResource struct { // Keyword uniquely identifies the resource among all resources. Keyword string // KeyPrefix under which instances of this resource are stored in the database. KeyPrefix string // ProtoMessageName is the name of the protobuf message used to represent // the resource (use proto.MessageName to obtain). ProtoMessageName string }
DBResource represents a Kubernetes resource whose state is reflected in the database.
func GetDBResources ¶
func GetDBResources() []*DBResource
GetDBResources returns metadata for all DB resources currently used by Contiv. Resources must be stored in DB under KSR key prefix!
Click to show internal directories.
Click to hide internal directories.