organization

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2024 License: Apache-2.0 Imports: 27 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Setup

func Setup(mgr ctrl.Manager, o controller.Options) error

Setup adds a controller that reconciles Organization managed resources.

Types

type ChangeType

type ChangeType int8
const (
	Add ChangeType = iota
	Update
	Remove
)

type OrgUser

type OrgUser struct {
	ID    int64
	Email string
	Role  string
}

type UserChange

type UserChange struct {
	Type ChangeType
	User OrgUser
}

Jump to

Keyboard shortcuts

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