Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildObjectSyncName ¶
BuildObjectSyncName builds the name of objectSync/clusterObjectSync
func CompareResourceVersion ¶
CompareResourceVersion compares resourceversions, resource versions are actually ints, so we can easily compare them. If rva>rvb, return 1; rva=rvb, return 0; rva<rvb, return -1
func GetObjectResourceVersion ¶
func GetObjectResourceVersion(obj interface{}) string
GetObjectResourceVersion returns the resourceVersion of the object in message
func Register ¶
func Register(ec *configv1alpha1.SyncController)
Types ¶
type SyncController ¶
type SyncController struct {
// contains filtered or unexported fields
}
SyncController use beehive context message layer
Source Files ¶
Click to show internal directories.
Click to hide internal directories.