Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ProjectClusterNamespaces ¶
ProjectClusterNamespaces caches the relationship for project:cluster:namespace
func GetNamespacesByProjectID ¶
func GetNamespacesByProjectID(id uint64) (*ProjectClusterNamespaces, bool)
GetNamespacesByProjectID receive a project id and returns its cluster and namespaces from caches
type ProjectMember ¶
ProjectMember caches the relationship for project:owner
func GetMemberByProjectID ¶
func GetMemberByProjectID(id uint64) (*ProjectMember, bool)
GetMemberByProjectID receive a project id and returns its owner from caches
Click to show internal directories.
Click to hide internal directories.