types

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2024 License: AGPL-3.0 Imports: 1 Imported by: 0

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)

Jump to

Keyboard shortcuts

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