Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PostgresTeamMap ¶
type PostgresTeamMap map[string]postgresTeamMembership
PostgresTeamMap is the operator's internal representation of all PostgresTeam CRDs
func (*PostgresTeamMap) GetAdditionalSuperuserTeams ¶
func (ptm *PostgresTeamMap) GetAdditionalSuperuserTeams(team string, transitive bool) []string
GetAdditionalSuperuserTeams function to retrieve list of additional superuser teams
func (*PostgresTeamMap) GetAdditionalTeams ¶
func (ptm *PostgresTeamMap) GetAdditionalTeams(team string, transitive bool) []string
GetAdditionalTeams function to retrieve list of additional teams
func (*PostgresTeamMap) Load ¶
func (ptm *PostgresTeamMap) Load(pgTeams *acidv1.PostgresTeamList)
Load function to import data from PostgresTeam CRD
Click to show internal directories.
Click to hide internal directories.