Documentation
¶
Index ¶
- Constants
- Variables
- func IsLegacyProjectRole(role string) bool
- func ListValuetoStringSlice(list basetypes.ListValue) ([]string, error)
- func QuoteValues(values []string) []string
- func ReconcileStringSlices(list1, list2 []string) []string
- func SimplifyBackupSchedule(schedule string) string
- func SupportedValuesDocumentation(values []string) string
Constants ¶
View Source
const (
SKEServiceId = "cloud.stackit.ske"
)
Variables ¶
View Source
var (
LegacyProjectRoles = []string{"project.admin", "project.auditor", "project.member", "project.owner"}
)
Functions ¶
func IsLegacyProjectRole ¶ added in v0.26.0
func IsLegacyProjectRole(role string)