type ACLStrategy interface {
// GetACL returns the ACL if this strategy handles the vfs.Path, when writing for the specified cluster GetACL(p vfs.Path, cluster *kops.Cluster) (vfs.ACL, error)
}
ACLStrategy is the interface implemented by ACL strategy providers