Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MarshalErrMessage ¶
func MarshalErrMessage(ru ErrMessage) ([]byte, error)
func MarshalResourceUpdate ¶
func MarshalResourceUpdate(ru ResourceUpdate) ([]byte, error)
Types ¶
type ErrMessage ¶
type ErrMessage struct { AccountName string ClusterName string // this must be unmarshalled into github.com/kloudlite/api/apps/tenant-agent/types.AgentErrMessage Error []byte }
func UnmarshalErrMessage ¶
func UnmarshalErrMessage(b []byte) (ErrMessage, error)
type ResourceUpdate ¶
type ResourceUpdate struct { AccountName string ClusterName string // this should be json unmarshalled into github.com/kloudlite/operator/operators/resource-watcher/types.ResourceUpdate WatcherUpdate []byte }
func UnmarshalResourceUpdate ¶
func UnmarshalResourceUpdate(b []byte) (ResourceUpdate, error)
Click to show internal directories.
Click to hide internal directories.