Documentation
¶
Index ¶
Constants ¶
View Source
const ( ACLFolderPerms = os.FileMode(0755) // the ACL folder permissions. ACLFilePerms = os.FileMode(0755) // the ACL file permissions. ACLUserROPerms = os.FileMode(0400) // the ACL user read-only permissions. ACLUserRWGroupOtherROPerms = os.FileMode(0644) // the ACL user read-write permissions but read-only for group and other. ACLUserRWXGroupOtherRXPerms = os.FileMode(0755) // the ACL user read-write-execute permissions but read-execute for group and other. )
Variables ¶
This section is empty.
Functions ¶
func ServiceAccountGroupId ¶
func ServiceAccountGroupId() string
func ServiceAccountGroupName ¶
func ServiceAccountGroupName() string
func ServiceAccountUserId ¶
func ServiceAccountUserId() string
func ServiceAccountUserName ¶
func ServiceAccountUserName() string
func SetServiceAccount ¶
func SetServiceAccount(svcAcc ServiceAccount)
Types ¶
Click to show internal directories.
Click to hide internal directories.