utils

package
v0.7.5 Latest Latest
Warning

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

Go to latest
Published: May 4, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ContainsString

func ContainsString(slice []string, s string) bool

Check slice if it contains a string.

func GetClusterRolePermissions

func GetClusterRolePermissions(tenant *capsulev1beta2.Tenant) (rolePerms map[string][]rbacv1.Subject)

GetClusterRolePermissions returns a map where the clusterRole is the key and the value is a list of permission subjects (kind and name) that reference that role.

func GetTenantGroups

func GetTenantGroups(tenant *capsulev1beta2.Tenant) (groups map[string]TenantPermission)

func GetTenantPermissions

func GetTenantPermissions(tenant *capsulev1beta2.Tenant) map[string]map[string]TenantPermission

Get the permissions for a tenant ordered by groups and users.

func Mapify

func Mapify(data interface{}) map[string]interface{}

func YamlToJSON

func YamlToJSON(yamlBytes []byte) ([]byte, error)

Types

type TenantPermission

type TenantPermission struct {
	Kind         string
	Name         string
	ClusterRoles []string
}

Jump to

Keyboard shortcuts

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